@empathyco/x-components 6.0.0-alpha.99 → 6.0.0
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 +728 -92
- package/ai/index.d.ts +1 -0
- package/ai/index.js +13 -0
- package/core/index.d.ts +12 -12
- package/core/index.js +15 -9
- package/core/index.js.map +1 -1
- package/device/index.d.ts +1 -1
- package/docs/API-reference/api/index.md +43 -5
- package/docs/API-reference/api/x-adapter-platform.aiquestionsendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.aiquestionsrequestmapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.aiquestionsrequestschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.aiquestionsresponsemapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.aiquestionsresponseschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.aiquestionsschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.aisuggestionsearchschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.aisuggestionsendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.aisuggestionsrequestmapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.aisuggestionssearchendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.aisuggestionssearchrequestmapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.aisuggestionssearchrequestschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.aisuggestionssearchresponsemapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.aisuggestionssearchresponseschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.aisuggestionssearchschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.aisummarizeendpointadapter.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.aitasksendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.aitasksrequestmapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.aitasksrequestschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.aitasksresponsemapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.aitasksresponseschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.aitasksschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.extracturlparameters.md +33 -3
- package/docs/API-reference/api/x-adapter-platform.facetconfig.md +56 -4
- package/docs/API-reference/api/x-adapter-platform.facetschema.md +1 -1
- package/docs/API-reference/api/x-adapter-platform.facetsendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.facetsrequestschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.facetsresponsemapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.getdisplaytagginginfofromurl.md +33 -3
- package/docs/API-reference/api/x-adapter-platform.getfacetconfig.md +33 -3
- package/docs/API-reference/api/x-adapter-platform.gettagginginfofromurl.md +33 -3
- package/docs/API-reference/api/x-adapter-platform.mapfilters.md +110 -0
- package/docs/API-reference/api/x-adapter-platform.md +1668 -120
- package/docs/API-reference/api/x-adapter-platform.platformadapter.aiquestions.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.aisuggestions.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.aisuggestionssearch.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.aisummarize.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.aitasks.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformaiquestionsrequest.context.md +16 -0
- package/docs/API-reference/api/x-adapter-platform.platformaiquestionsrequest.md +56 -0
- package/docs/API-reference/api/x-adapter-platform.platformaiquestionsresponse.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsearch.md +109 -0
- package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsearch.numfound.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsearch.query.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsearch.results.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsearch.tagging.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsrequest.context.md +16 -0
- package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsrequest.md +56 -0
- package/docs/API-reference/api/x-adapter-platform.platformaisuggestionssearchrequest.context.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformaisuggestionssearchrequest.md +73 -0
- package/docs/API-reference/api/x-adapter-platform.platformaisuggestionssearchrequest.queries.md +14 -0
- package/docs/API-reference/api/x-adapter-platform.platformaisuggestionssearchresponse.items.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformaisuggestionssearchresponse.md +56 -0
- package/docs/API-reference/api/x-adapter-platform.platformaitasksrequest.md +56 -0
- package/docs/API-reference/api/x-adapter-platform.platformaitasksrequest.taskid.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformaitasksresponse.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformbanner.md +128 -8
- package/docs/API-reference/api/x-adapter-platform.platformfacet.md +73 -5
- package/docs/API-reference/api/x-adapter-platform.platformfacetsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformfacetsresponse.catalog.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformfacetsresponse.md +56 -0
- package/docs/API-reference/api/x-adapter-platform.platformfilter.md +90 -6
- package/docs/API-reference/api/x-adapter-platform.platformhierarchicalfilter.md +39 -3
- package/docs/API-reference/api/x-adapter-platform.platformidentifierresultsresponse.md +39 -3
- package/docs/API-reference/api/x-adapter-platform.platformnextqueriesresponse.md +39 -3
- package/docs/API-reference/api/x-adapter-platform.platformnextquery.md +73 -5
- package/docs/API-reference/api/x-adapter-platform.platformpartialresult.md +73 -5
- package/docs/API-reference/api/x-adapter-platform.platformpopularsearchesresponse.md +39 -3
- package/docs/API-reference/api/x-adapter-platform.platformpromoted.md +128 -8
- package/docs/API-reference/api/x-adapter-platform.platformquerysuggestionsresponse.md +39 -3
- package/docs/API-reference/api/x-adapter-platform.platformrecommendationsresponse.md +39 -3
- package/docs/API-reference/api/x-adapter-platform.platformredirection.md +75 -5
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.md +107 -7
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.md +73 -5
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsresponse.md +56 -4
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.md +73 -5
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtag.md +90 -6
- package/docs/API-reference/api/x-adapter-platform.platformrelatedtagsresponse.md +56 -4
- package/docs/API-reference/api/x-adapter-platform.platformresult.md +141 -9
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.md +90 -6
- package/docs/API-reference/api/x-adapter-platform.platformsemanticqueriesrequest.md +39 -3
- package/docs/API-reference/api/x-adapter-platform.platformsemanticqueriesresponse.md +39 -3
- package/docs/API-reference/api/x-adapter-platform.platformsemanticquery.md +56 -4
- package/docs/API-reference/api/x-adapter-platform.platformsuggestion.md +58 -4
- package/docs/API-reference/api/x-adapter-platform.platformtagging.md +90 -6
- package/docs/API-reference/api/x-components.addquerytohistory.md +73 -2
- package/docs/API-reference/api/x-components.addquerytohistoryaction.addquerytohistory.md +62 -5
- package/docs/API-reference/api/x-components.addquerytohistoryaction.md +31 -3
- package/docs/API-reference/api/x-components.aiactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.aiactions.fetchandsaveaisuggestions.md +13 -0
- package/docs/API-reference/api/x-components.aiactions.fetchandsaveaisuggestionssearch.md +13 -0
- package/docs/API-reference/api/x-components.aiactions.md +115 -0
- package/docs/API-reference/api/x-components.aiactions.saveorigin.md +13 -0
- package/docs/API-reference/api/x-components.aiactions.seturlparams.md +13 -0
- package/docs/API-reference/api/x-components.aicarousel.md +57 -0
- package/docs/API-reference/api/x-components.aiconfig.lowresultsthreshold.md +13 -0
- package/docs/API-reference/api/x-components.aiconfig.md +58 -0
- package/docs/API-reference/api/x-components.aigetters.md +96 -0
- package/docs/API-reference/api/x-components.aigetters.query.md +13 -0
- package/docs/API-reference/api/x-components.aigetters.suggestionsrequest.md +13 -0
- package/docs/API-reference/api/x-components.aigetters.suggestionssearchrequest.md +13 -0
- package/docs/API-reference/api/x-components.aimutations.md +306 -0
- package/docs/API-reference/api/x-components.aimutations.resetaistate.md +13 -0
- package/docs/API-reference/api/x-components.aimutations.setairelatedtags.md +13 -0
- package/docs/API-reference/api/x-components.aimutations.setisnoresults.md +13 -0
- package/docs/API-reference/api/x-components.aimutations.setorigin.md +13 -0
- package/docs/API-reference/api/x-components.aimutations.setparams.md +13 -0
- package/docs/API-reference/api/x-components.aimutations.setqueries.md +13 -0
- package/docs/API-reference/api/x-components.aimutations.setresponsetext.md +13 -0
- package/docs/API-reference/api/x-components.aimutations.setsearchtotalresults.md +13 -0
- package/docs/API-reference/api/x-components.aimutations.setselectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.aimutations.setsuggestionssearch.md +13 -0
- package/docs/API-reference/api/x-components.aimutations.setsuggestionssearchstatus.md +13 -0
- package/docs/API-reference/api/x-components.aimutations.setsuggestionsstatus.md +13 -0
- package/docs/API-reference/api/x-components.aimutations.setsuggestiontext.md +13 -0
- package/docs/API-reference/api/x-components.aimutations.settagging.md +13 -0
- package/docs/API-reference/api/x-components.aioverview.md +88 -0
- package/docs/API-reference/api/x-components.aiquery.md +13 -0
- package/docs/API-reference/api/x-components.aistate.config.md +11 -0
- package/docs/API-reference/api/x-components.aistate.isnoresults.md +13 -0
- package/docs/API-reference/api/x-components.aistate.md +298 -0
- package/docs/API-reference/api/x-components.aistate.origin.md +13 -0
- package/docs/API-reference/api/x-components.aistate.params.md +13 -0
- package/docs/API-reference/api/x-components.aistate.queries.md +11 -0
- package/docs/API-reference/api/x-components.aistate.relatedtags.md +13 -0
- package/docs/API-reference/api/x-components.aistate.responsetext.md +13 -0
- package/docs/API-reference/api/x-components.aistate.searchtotalresults.md +13 -0
- package/docs/API-reference/api/x-components.aistate.selectedfilters.md +13 -0
- package/docs/API-reference/api/x-components.aistate.suggestionssearch.md +13 -0
- package/docs/API-reference/api/x-components.aistate.suggestionssearchstatus.md +13 -0
- package/docs/API-reference/api/x-components.aistate.suggestionsstatus.md +13 -0
- package/docs/API-reference/api/x-components.aistate.suggestiontext.md +11 -0
- package/docs/API-reference/api/x-components.aistate.tagging.md +11 -0
- package/docs/API-reference/api/x-components.aisuggestionsrequest.md +13 -0
- package/docs/API-reference/api/x-components.aisuggestionssearchrequest.md +13 -0
- package/docs/API-reference/api/x-components.aixevents.aicomponentmounted.md +11 -0
- package/docs/API-reference/api/x-components.aixevents.aisuggestionsrequestupdated.md +11 -0
- package/docs/API-reference/api/x-components.aixevents.aisuggestionssearchchanged.md +11 -0
- package/docs/API-reference/api/x-components.aixevents.aisuggestionssearchrequestupdated.md +11 -0
- package/docs/API-reference/api/x-components.aixevents.md +141 -0
- package/docs/API-reference/api/x-components.aixevents.userclickedaioverviewexpandbutton.md +11 -0
- package/docs/API-reference/api/x-components.aixevents.userclickedanaioverviewresult.md +11 -0
- package/docs/API-reference/api/x-components.aixmodule.md +13 -0
- package/docs/API-reference/api/x-components.aixstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.allfilter.md +7 -5
- package/docs/API-reference/api/x-components.animateclippath.md +17 -5
- package/docs/API-reference/api/x-components.animatescale.md +17 -5
- package/docs/API-reference/api/x-components.animatetranslate.md +17 -5
- package/docs/API-reference/api/x-components.animatewidth.md +1 -1
- package/docs/API-reference/api/x-components.applyhierarchicalselection.md +70 -0
- package/docs/API-reference/api/x-components.arefiltersdifferent.md +49 -4
- package/docs/API-reference/api/x-components.arraytoobject.md +33 -3
- package/docs/API-reference/api/x-components.arraytoobject_1.md +49 -4
- package/docs/API-reference/api/x-components.assertxpluginoptionsarevalid.md +33 -3
- package/docs/API-reference/api/x-components.autoprogressbar.md +5 -5
- package/docs/API-reference/api/x-components.banner.md +6 -103
- package/docs/API-reference/api/x-components.bannerslist.md +5 -5
- package/docs/API-reference/api/x-components.baseaddtocart.md +6 -4
- package/docs/API-reference/api/x-components.basecolumnpickerdropdown.md +10 -8
- package/docs/API-reference/api/x-components.basecolumnpickerlist.md +7 -5
- package/docs/API-reference/api/x-components.basecurrency.md +4 -4
- package/docs/API-reference/api/x-components.basedropdown.md +14 -14
- package/docs/API-reference/api/x-components.baseeventbutton.md +5 -5
- package/docs/API-reference/api/x-components.baseeventsmodal.md +16 -14
- package/docs/API-reference/api/x-components.baseeventsmodalclose.md +10 -8
- package/docs/API-reference/api/x-components.baseeventsmodalopen.md +10 -8
- package/docs/API-reference/api/x-components.basegrid.md +9 -7
- package/docs/API-reference/api/x-components.baseheadertogglepanel.md +11 -9
- package/docs/API-reference/api/x-components.baseidmodal.md +8 -6
- package/docs/API-reference/api/x-components.baseidmodalclose.md +4 -4
- package/docs/API-reference/api/x-components.baseidmodalopen.md +4 -4
- package/docs/API-reference/api/x-components.baseidtogglepanel.md +10 -8
- package/docs/API-reference/api/x-components.baseidtogglepanelbutton.md +7 -5
- package/docs/API-reference/api/x-components.basekeyboardnavigation.md +6 -6
- package/docs/API-reference/api/x-components.basemodal.md +13 -13
- package/docs/API-reference/api/x-components.basepricefilterlabel.md +6 -4
- package/docs/API-reference/api/x-components.baserating.md +7 -5
- package/docs/API-reference/api/x-components.baseratingfilterlabel.md +7 -5
- package/docs/API-reference/api/x-components.baseresultcurrentprice.md +6 -4
- package/docs/API-reference/api/x-components.baseresultimage.md +13 -13
- package/docs/API-reference/api/x-components.baseresultlink.md +5 -5
- package/docs/API-reference/api/x-components.baseresultpreviousprice.md +5 -3
- package/docs/API-reference/api/x-components.baseresultrating.md +7 -5
- package/docs/API-reference/api/x-components.basescroll.md +9 -9
- package/docs/API-reference/api/x-components.baseslider.md +7 -7
- package/docs/API-reference/api/x-components.basesuggestion.md +8 -6
- package/docs/API-reference/api/x-components.basesuggestions.md +5 -5
- package/docs/API-reference/api/x-components.baseswitch.md +6 -6
- package/docs/API-reference/api/x-components.basetabspanel.md +8 -8
- package/docs/API-reference/api/x-components.baseteleport.md +8 -6
- package/docs/API-reference/api/x-components.basetogglepanel.md +4 -4
- package/docs/API-reference/api/x-components.basevariablecolumngrid.md +7 -5
- package/docs/API-reference/api/x-components.basexapi.addproducttocart.md +33 -3
- package/docs/API-reference/api/x-components.basexapi.init.md +33 -3
- package/docs/API-reference/api/x-components.basexapi.md +142 -11
- package/docs/API-reference/api/x-components.basexapi.search.md +33 -3
- package/docs/API-reference/api/x-components.basexapi.setinitcallback.md +33 -3
- package/docs/API-reference/api/x-components.basexapi.setsnippetconfig.md +33 -3
- package/docs/API-reference/api/x-components.basexpriorityqueue._constructor_.md +50 -0
- package/docs/API-reference/api/x-components.basexpriorityqueue.at.md +56 -0
- package/docs/API-reference/api/x-components.basexpriorityqueue.clear.md +17 -0
- package/docs/API-reference/api/x-components.basexpriorityqueue.isempty.md +19 -0
- package/docs/API-reference/api/x-components.basexpriorityqueue.keys.md +13 -0
- package/docs/API-reference/api/x-components.basexpriorityqueue.md +229 -0
- package/docs/API-reference/api/x-components.basexpriorityqueue.peek.md +19 -0
- package/docs/API-reference/api/x-components.basexpriorityqueue.pop.md +19 -0
- package/docs/API-reference/api/x-components.basexpriorityqueue.push.md +90 -0
- package/docs/API-reference/api/x-components.basexpriorityqueue.size.md +19 -0
- package/docs/API-reference/api/x-components.basexpriorityqueue.tostring.md +28 -0
- package/docs/API-reference/api/x-components.basexpriorityqueuenode._constructor_.md +78 -0
- package/docs/API-reference/api/x-components.basexpriorityqueuenode.data.md +11 -0
- package/docs/API-reference/api/x-components.basexpriorityqueuenode.key.md +11 -0
- package/docs/API-reference/api/x-components.basexpriorityqueuenode.md +165 -0
- package/docs/API-reference/api/x-components.basexpriorityqueuenode.priority.md +11 -0
- package/docs/API-reference/api/x-components.basexpriorityqueuenode.tostring.md +26 -0
- package/docs/API-reference/api/x-components.cancelfetchandsavecontrols.md +5 -1
- package/docs/API-reference/api/x-components.cancelfetchandsaveidentifierresults.md +5 -1
- package/docs/API-reference/api/x-components.cancelfetchandsavenextqueries.md +5 -1
- package/docs/API-reference/api/x-components.cancelfetchandsavepartialresultsenrichment.md +17 -0
- package/docs/API-reference/api/x-components.cancelfetchandsavepopularsearches.md +5 -1
- package/docs/API-reference/api/x-components.cancelfetchandsavequerysuggestions.md +5 -1
- package/docs/API-reference/api/x-components.cancelfetchandsaverecommendations.md +5 -1
- package/docs/API-reference/api/x-components.cancelfetchandsaverelatedprompts.md +5 -1
- package/docs/API-reference/api/x-components.cancelfetchandsaverelatedtags.md +5 -1
- package/docs/API-reference/api/x-components.cancelfetchandsaveresultsenrichment.md +17 -0
- package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponse.md +5 -1
- package/docs/API-reference/api/x-components.capitalize.md +33 -3
- package/docs/API-reference/api/x-components.changeheight.md +13 -0
- package/docs/API-reference/api/x-components.clearfilters.md +9 -7
- package/docs/API-reference/api/x-components.clearhistoryqueries.md +3 -1
- package/docs/API-reference/api/x-components.clearsearchinput.md +7 -1
- package/docs/API-reference/api/x-components.clone.md +33 -3
- package/docs/API-reference/api/x-components.closemainmodal.md +3 -1
- package/docs/API-reference/api/x-components.collapseheight.md +8 -8
- package/docs/API-reference/api/x-components.collapsewidth.md +8 -8
- package/docs/API-reference/api/x-components.configmutations.md +77 -5
- package/docs/API-reference/api/x-components.createfetchandsaveactions.md +46 -4
- package/docs/API-reference/api/x-components.createrawfilters.md +33 -3
- package/docs/API-reference/api/x-components.createrelatedtagsquerygetter.md +46 -4
- package/docs/API-reference/api/x-components.createrelatedtagsquerygetteroptions.md +41 -3
- package/docs/API-reference/api/x-components.createstoreemitters.md +49 -4
- package/docs/API-reference/api/x-components.createtrackdisplaywire.md +33 -3
- package/docs/API-reference/api/x-components.createtrackwire.md +33 -3
- package/docs/API-reference/api/x-components.createusedevice.md +33 -3
- package/docs/API-reference/api/x-components.createwirefromfunction.md +33 -3
- package/docs/API-reference/api/x-components.createwiring.md +33 -3
- package/docs/API-reference/api/x-components.crossfade.md +4 -4
- package/docs/API-reference/api/x-components.currencyformatter.md +49 -4
- package/docs/API-reference/api/x-components.debounce.md +65 -5
- package/docs/API-reference/api/x-components.debouncedfunction.md +39 -3
- package/docs/API-reference/api/x-components.debouncefunction.md +90 -2
- package/docs/API-reference/api/x-components.debounceoptions.md +60 -4
- package/docs/API-reference/api/x-components.deepfilter.md +65 -5
- package/docs/API-reference/api/x-components.deepflat.md +49 -4
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice._constructor_.md +49 -4
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.md +294 -19
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.movetosessionstorage.md +33 -3
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storeaddtocart.md +33 -3
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storeresultclicked.md +33 -3
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.trackaddtocart.md +33 -3
- package/docs/API-reference/api/x-components.defaultfacetsservice._constructor_.md +33 -3
- package/docs/API-reference/api/x-components.defaultfacetsservice.clearfilters.md +49 -4
- package/docs/API-reference/api/x-components.defaultfacetsservice.clearfilterswithmetadata.md +50 -4
- package/docs/API-reference/api/x-components.defaultfacetsservice.deselect.md +47 -4
- package/docs/API-reference/api/x-components.defaultfacetsservice.md +234 -19
- package/docs/API-reference/api/x-components.defaultfacetsservice.select.md +31 -3
- package/docs/API-reference/api/x-components.defaultfacetsservice.setfacets.md +31 -3
- package/docs/API-reference/api/x-components.defaultfacetsservice.toggle.md +31 -3
- package/docs/API-reference/api/x-components.defaultfacetsservice.updatefacets.md +31 -3
- package/docs/API-reference/api/x-components.defaultfacetsservice.updatefiltersselectedstate.md +49 -4
- package/docs/API-reference/api/x-components.defaultfacetsservice.updatepreselectedfilters.md +31 -3
- package/docs/API-reference/api/x-components.defaultresultsenrichmentservice._constructor_.md +13 -0
- package/docs/API-reference/api/x-components.defaultresultsenrichmentservice.fetchresults.md +52 -0
- package/docs/API-reference/api/x-components.defaultresultsenrichmentservice.instance.md +13 -0
- package/docs/API-reference/api/x-components.defaultresultsenrichmentservice.md +164 -0
- package/docs/API-reference/api/x-components.defaultresultsenrichmentservice.store.md +11 -0
- package/docs/API-reference/api/x-components.defaultresultsenrichmentservice.updateresults.md +66 -0
- package/docs/API-reference/api/x-components.devicedetector.md +13 -9
- package/docs/API-reference/api/x-components.devicemutations.md +41 -3
- package/docs/API-reference/api/x-components.devicestate.md +41 -3
- package/docs/API-reference/api/x-components.devicexevents.md +41 -3
- package/docs/API-reference/api/x-components.directionalfocusnavigationservice._constructor_.md +49 -4
- package/docs/API-reference/api/x-components.directionalfocusnavigationservice.md +62 -6
- package/docs/API-reference/api/x-components.directionalfocusnavigationservice.navigateto.md +33 -3
- package/docs/API-reference/api/x-components.displayclickprovider.md +5 -5
- package/docs/API-reference/api/x-components.displayemitter.md +4 -4
- package/docs/API-reference/api/x-components.displaywiremetadata.md +41 -3
- package/docs/API-reference/api/x-components.editablenumberrangefilter.md +7 -7
- package/docs/API-reference/api/x-components.emitteddata.event.md +13 -0
- package/docs/API-reference/api/x-components.emitteddata.eventpayload.md +13 -0
- package/docs/API-reference/api/x-components.emitteddata.md +96 -0
- package/docs/API-reference/api/x-components.emitteddata.metadata.md +13 -0
- package/docs/API-reference/api/x-components.emitter.md +15 -0
- package/docs/API-reference/api/x-components.emitters.md +17 -0
- package/docs/API-reference/api/x-components.empathize.md +42 -16
- package/docs/API-reference/api/x-components.empathizemutations.md +41 -3
- package/docs/API-reference/api/x-components.empathizestate.md +60 -4
- package/docs/API-reference/api/x-components.empathizexevents.md +79 -5
- package/docs/API-reference/api/x-components.eventpayload.md +18 -0
- package/docs/API-reference/api/x-components.excludefilterswithnoresults.md +6 -6
- package/docs/API-reference/api/x-components.experiencecontrols.md +1 -1
- package/docs/API-reference/api/x-components.experiencecontrolsactions.md +79 -5
- package/docs/API-reference/api/x-components.experiencecontrolsgetters.md +41 -3
- package/docs/API-reference/api/x-components.experiencecontrolsmutations.md +79 -5
- package/docs/API-reference/api/x-components.experiencecontrolsstate.md +75 -5
- package/docs/API-reference/api/x-components.experiencecontrolsxevents.md +56 -4
- package/docs/API-reference/api/x-components.externaltaggingservice.md +98 -6
- package/docs/API-reference/api/x-components.extraparams.md +3 -3
- package/docs/API-reference/api/x-components.extraparamsmutations.md +39 -3
- package/docs/API-reference/api/x-components.extraparamsstate.md +39 -3
- package/docs/API-reference/api/x-components.extraparamsxevents.md +98 -6
- package/docs/API-reference/api/x-components.extrapluginsoptions.md +79 -5
- package/docs/API-reference/api/x-components.facetgroupentry.md +60 -4
- package/docs/API-reference/api/x-components.facets.md +7 -7
- package/docs/API-reference/api/x-components.facetsactions.cancelfetchandsavefacetsresponse.md +13 -0
- package/docs/API-reference/api/x-components.facetsactions.fetchandsavefacetsresponse.md +13 -0
- package/docs/API-reference/api/x-components.facetsactions.fetchfacetsresponse.md +13 -0
- package/docs/API-reference/api/x-components.facetsactions.md +102 -0
- package/docs/API-reference/api/x-components.facetsactions.saveorigin.md +13 -0
- package/docs/API-reference/api/x-components.facetsconfig.md +41 -3
- package/docs/API-reference/api/x-components.facetsgetters.md +117 -6
- package/docs/API-reference/api/x-components.facetsgetters.request.md +13 -0
- package/docs/API-reference/api/x-components.facetsgroup.md +60 -4
- package/docs/API-reference/api/x-components.facetsmutations.md +271 -15
- package/docs/API-reference/api/x-components.facetsmutations.setorigin.md +13 -0
- package/docs/API-reference/api/x-components.facetsmutations.setparams.md +13 -0
- package/docs/API-reference/api/x-components.facetsprovider.md +6 -6
- package/docs/API-reference/api/x-components.facetsservice.md +212 -12
- package/docs/API-reference/api/x-components.facetsstate.md +176 -10
- package/docs/API-reference/api/x-components.facetsstate.origin.md +13 -0
- package/docs/API-reference/api/x-components.facetsstate.params.md +13 -0
- package/docs/API-reference/api/x-components.facetsxevents.md +288 -16
- package/docs/API-reference/api/x-components.fade.md +4 -4
- package/docs/API-reference/api/x-components.fadeandslide.md +5 -5
- package/docs/API-reference/api/x-components.fallbackdisclaimer.md +1 -1
- package/docs/API-reference/api/x-components.featurelocation.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsaveactions.md +60 -4
- package/docs/API-reference/api/x-components.fetchandsaveaisuggestions.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsaveaisuggestionssearch.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsaveexperiencecontrolsresponse.md +54 -1
- package/docs/API-reference/api/x-components.fetchandsavehooks.md +98 -6
- package/docs/API-reference/api/x-components.fetchandsaveidentifierresults.md +54 -1
- package/docs/API-reference/api/x-components.fetchandsavenextqueries.md +54 -1
- package/docs/API-reference/api/x-components.fetchandsavepartialresultsenrichment.md +66 -0
- package/docs/API-reference/api/x-components.fetchandsavepartialresultsenrichmentwire.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavepopularsearches.md +54 -1
- package/docs/API-reference/api/x-components.fetchandsavequerypreviewresultsenrichmentwire.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavequerysuggestions.md +54 -1
- package/docs/API-reference/api/x-components.fetchandsaverecommendations.md +54 -1
- package/docs/API-reference/api/x-components.fetchandsaverelatedprompts.md +54 -1
- package/docs/API-reference/api/x-components.fetchandsaverelatedtags.md +54 -1
- package/docs/API-reference/api/x-components.fetchandsaveresultsenrichment.md +66 -0
- package/docs/API-reference/api/x-components.fetchandsaveresultsenrichmentwire.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsavesearchresponse.md +54 -1
- package/docs/API-reference/api/x-components.filter.md +49 -4
- package/docs/API-reference/api/x-components.filterblacklistedmodules.md +49 -4
- package/docs/API-reference/api/x-components.filterfalsypayload.md +33 -3
- package/docs/API-reference/api/x-components.filterslist.md +7 -7
- package/docs/API-reference/api/x-components.filtersmetadata.md +41 -3
- package/docs/API-reference/api/x-components.filterssearch.md +8 -8
- package/docs/API-reference/api/x-components.filtertruthypayload.md +33 -3
- package/docs/API-reference/api/x-components.filterwhitelistedmodules.md +49 -4
- package/docs/API-reference/api/x-components.flathierarchicalfilters.md +33 -3
- package/docs/API-reference/api/x-components.flattenallfilters.md +56 -0
- package/docs/API-reference/api/x-components.getactiveelement.md +33 -3
- package/docs/API-reference/api/x-components.getgetterpath.md +49 -4
- package/docs/API-reference/api/x-components.getrootxcomponent.md +33 -3
- package/docs/API-reference/api/x-components.getstateandgettersfrommodule.md +65 -5
- package/docs/API-reference/api/x-components.gettargetelement.md +33 -3
- package/docs/API-reference/api/x-components.geturlparameter.md +44 -1
- package/docs/API-reference/api/x-components.globalxbus.md +5 -341
- package/docs/API-reference/api/x-components.groupitemsby.md +49 -4
- package/docs/API-reference/api/x-components.hierarchicalfilter.md +21 -8
- package/docs/API-reference/api/x-components.highlight_2.md +73 -0
- package/docs/API-reference/api/x-components.historyqueries.md +4 -1
- package/docs/API-reference/api/x-components.historyqueriesactions.md +174 -10
- package/docs/API-reference/api/x-components.historyqueriesconfig.md +98 -6
- package/docs/API-reference/api/x-components.historyqueriesgetter.historyqueries.md +46 -4
- package/docs/API-reference/api/x-components.historyqueriesgetter.md +31 -3
- package/docs/API-reference/api/x-components.historyqueriesgetters.md +117 -7
- package/docs/API-reference/api/x-components.historyqueriesmutations.md +98 -6
- package/docs/API-reference/api/x-components.historyqueriesstate.md +98 -6
- package/docs/API-reference/api/x-components.historyqueriesswitch.md +3 -1
- package/docs/API-reference/api/x-components.historyqueriesxevents.md +231 -13
- package/docs/API-reference/api/x-components.historyquery.md +8 -5
- package/docs/API-reference/api/x-components.identifierresult.md +4 -4
- package/docs/API-reference/api/x-components.identifierresults.md +5 -5
- package/docs/API-reference/api/x-components.identifierresultsactions.md +117 -7
- package/docs/API-reference/api/x-components.identifierresultsconfig.md +98 -6
- package/docs/API-reference/api/x-components.identifierresultsgetters.md +79 -5
- package/docs/API-reference/api/x-components.identifierresultsmutations.md +79 -5
- package/docs/API-reference/api/x-components.identifierresultsstate.md +98 -6
- package/docs/API-reference/api/x-components.identifierresultsxevents.md +79 -5
- package/docs/API-reference/api/x-components.initwrapper.md +98 -6
- package/docs/API-reference/api/x-components.installxoptions.md +155 -9
- package/docs/API-reference/api/x-components.internalsearchrequest.md +41 -3
- package/docs/API-reference/api/x-components.internalsearchresponse.md +60 -4
- package/docs/API-reference/api/x-components.isarrayempty.md +33 -3
- package/docs/API-reference/api/x-components.iselementequalorcontained.md +49 -4
- package/docs/API-reference/api/x-components.isinrange.md +62 -5
- package/docs/API-reference/api/x-components.isios.md +7 -1
- package/docs/API-reference/api/x-components.isnewquery.md +49 -4
- package/docs/API-reference/api/x-components.isstringempty.md +33 -3
- package/docs/API-reference/api/x-components.isxcomponent.md +33 -3
- package/docs/API-reference/api/x-components.itemslist.md +5 -5
- package/docs/API-reference/api/x-components.locationprovider.md +4 -4
- package/docs/API-reference/api/x-components.mainmodal.md +10 -8
- package/docs/API-reference/api/x-components.mainscroll.md +5 -5
- package/docs/API-reference/api/x-components.mainscrollitem.md +11 -11
- package/docs/API-reference/api/x-components.mapwire.md +49 -4
- package/docs/API-reference/api/x-components.md +9153 -788
- package/docs/API-reference/api/x-components.mergeconfig.md +49 -4
- package/docs/API-reference/api/x-components.message.md +27 -0
- package/docs/API-reference/api/x-components.mutatefilterpayload.md +60 -4
- package/docs/API-reference/api/x-components.myhistory.md +8 -5
- package/docs/API-reference/api/x-components.namespaceddebounce.md +33 -3
- package/docs/API-reference/api/x-components.namespacedthrottle.md +33 -3
- package/docs/API-reference/api/x-components.nextqueries.md +8 -5
- package/docs/API-reference/api/x-components.nextqueriesactions.md +155 -9
- package/docs/API-reference/api/x-components.nextqueriesconfig.md +98 -6
- package/docs/API-reference/api/x-components.nextqueriesgetters.md +79 -5
- package/docs/API-reference/api/x-components.nextqueriesgroup.md +56 -4
- package/docs/API-reference/api/x-components.nextquerieslist.md +5 -5
- package/docs/API-reference/api/x-components.nextqueriesmutations.md +136 -8
- package/docs/API-reference/api/x-components.nextqueriesstate.md +136 -8
- package/docs/API-reference/api/x-components.nextqueriesxevents.md +117 -7
- package/docs/API-reference/api/x-components.nextquery.md +7 -5
- package/docs/API-reference/api/x-components.nextquerypreview.md +4 -4
- package/docs/API-reference/api/x-components.noanimation.md +2 -2
- package/docs/API-reference/api/x-components.normalizestring.md +33 -3
- package/docs/API-reference/api/x-components.numbercomparatorfn.md +13 -0
- package/docs/API-reference/api/x-components.numberrangefilter.md +7 -5
- package/docs/API-reference/api/x-components.openmainmodal.md +3 -1
- package/docs/API-reference/api/x-components.pageloaderbutton.md +7 -5
- package/docs/API-reference/api/x-components.pagemode.md +13 -0
- package/docs/API-reference/api/x-components.pageselector.md +5 -5
- package/docs/API-reference/api/x-components.partialquerybutton.md +5 -5
- package/docs/API-reference/api/x-components.partialresultslist.md +5 -5
- package/docs/API-reference/api/x-components.popularsearch.md +6 -4
- package/docs/API-reference/api/x-components.popularsearches.md +4 -1
- package/docs/API-reference/api/x-components.popularsearchesactions.md +79 -5
- package/docs/API-reference/api/x-components.popularsearchesconfig.md +60 -4
- package/docs/API-reference/api/x-components.popularsearchesgetters.md +60 -4
- package/docs/API-reference/api/x-components.popularsearchesmutations.md +79 -5
- package/docs/API-reference/api/x-components.popularsearchesstate.md +98 -6
- package/docs/API-reference/api/x-components.popularsearchesxevents.md +79 -5
- package/docs/API-reference/api/x-components.preselectedfilters.md +5 -5
- package/docs/API-reference/api/x-components.privatexmoduleoptions.md +60 -4
- package/docs/API-reference/api/x-components.promoted.md +4 -4
- package/docs/API-reference/api/x-components.promotedslist.md +5 -5
- package/docs/API-reference/api/x-components.queriespreviewactions.fetchandsavequerypreviewresultsenrichment.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewactions.md +79 -4
- package/docs/API-reference/api/x-components.queriespreviewconfig.md +41 -3
- package/docs/API-reference/api/x-components.queriespreviewgetters.md +41 -3
- package/docs/API-reference/api/x-components.queriespreviewmutations.md +193 -10
- package/docs/API-reference/api/x-components.queriespreviewmutations.updateaquerypreviewresult.md +1 -1
- package/docs/API-reference/api/x-components.queriespreviewmutations.updatequerypreviewresultsfromenrichment.md +16 -0
- package/docs/API-reference/api/x-components.queriespreviewstate.md +98 -6
- package/docs/API-reference/api/x-components.queriespreviewxevents.md +155 -7
- package/docs/API-reference/api/x-components.queriespreviewxevents.queriespreviewchanged.md +13 -0
- package/docs/API-reference/api/x-components.queriespreviewxevents.querypreviewresultreceived.md +13 -0
- package/docs/API-reference/api/x-components.queryfeature.md +1 -1
- package/docs/API-reference/api/x-components.querymutations.md +41 -3
- package/docs/API-reference/api/x-components.querypreview.md +18 -8
- package/docs/API-reference/api/x-components.querypreviewbutton.md +6 -4
- package/docs/API-reference/api/x-components.querypreviewinfo.md +98 -6
- package/docs/API-reference/api/x-components.querypreviewitem.md +136 -8
- package/docs/API-reference/api/x-components.querypreviewlist.md +17 -6
- package/docs/API-reference/api/x-components.querypreviewstatuspayload.md +60 -4
- package/docs/API-reference/api/x-components.querystate.md +41 -3
- package/docs/API-reference/api/x-components.querysuggestion.md +6 -4
- package/docs/API-reference/api/x-components.querysuggestions.md +4 -1
- package/docs/API-reference/api/x-components.querysuggestionsactions.md +98 -6
- package/docs/API-reference/api/x-components.querysuggestionsconfig.md +98 -6
- package/docs/API-reference/api/x-components.querysuggestionsgetter.md +31 -3
- package/docs/API-reference/api/x-components.querysuggestionsgetter.querysuggestions.md +46 -4
- package/docs/API-reference/api/x-components.querysuggestionsgetters.md +79 -5
- package/docs/API-reference/api/x-components.querysuggestionsmutations.md +79 -5
- package/docs/API-reference/api/x-components.querysuggestionsstate.md +98 -6
- package/docs/API-reference/api/x-components.querysuggestionsxevents.md +79 -5
- package/docs/API-reference/api/x-components.recommendations.md +5 -5
- package/docs/API-reference/api/x-components.recommendationsactions.cancelfetchandsaverecommendationsenrichment.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsactions.fetchandsaverecommendationsenrichment.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsactions.md +117 -5
- package/docs/API-reference/api/x-components.recommendationsconfig.md +41 -3
- package/docs/API-reference/api/x-components.recommendationsgetters.md +41 -3
- package/docs/API-reference/api/x-components.recommendationsmutations.md +98 -5
- package/docs/API-reference/api/x-components.recommendationsmutations.updaterecommendationsfromenrichment.md +13 -0
- package/docs/API-reference/api/x-components.recommendationsstate.md +98 -6
- package/docs/API-reference/api/x-components.recommendationsxevents.md +79 -5
- package/docs/API-reference/api/x-components.redirection.md +6 -6
- package/docs/API-reference/api/x-components.relatedprompt.md +9 -4
- package/docs/API-reference/api/x-components.relatedpromptsactions.md +98 -6
- package/docs/API-reference/api/x-components.relatedpromptsgetters.md +60 -4
- package/docs/API-reference/api/x-components.relatedpromptslist.md +5 -5
- package/docs/API-reference/api/x-components.relatedpromptsmutations.md +155 -9
- package/docs/API-reference/api/x-components.relatedpromptsstate.md +117 -7
- package/docs/API-reference/api/x-components.relatedpromptstaglist.md +21 -17
- package/docs/API-reference/api/x-components.relatedpromptsxevents.md +193 -10
- package/docs/API-reference/api/x-components.relatedpromptsxevents.reloadrelatedpromptsrequested.md +13 -0
- package/docs/API-reference/api/x-components.relatedtag.md +6 -6
- package/docs/API-reference/api/x-components.relatedtags.md +7 -5
- package/docs/API-reference/api/x-components.relatedtagsactions.md +117 -7
- package/docs/API-reference/api/x-components.relatedtagsconfig.md +41 -3
- package/docs/API-reference/api/x-components.relatedtagsgetters.md +79 -5
- package/docs/API-reference/api/x-components.relatedtagsmutations.md +79 -5
- package/docs/API-reference/api/x-components.relatedtagsstate.md +98 -6
- package/docs/API-reference/api/x-components.relatedtagsxevents.md +136 -8
- package/docs/API-reference/api/x-components.removehistoryquery.md +6 -4
- package/docs/API-reference/api/x-components.removesearchinputfocus.md +5 -1
- package/docs/API-reference/api/x-components.renderlessextraparams.md +4 -4
- package/docs/API-reference/api/x-components.renderlessfilter.md +5 -5
- package/docs/API-reference/api/x-components.resultfeature.md +1 -1
- package/docs/API-reference/api/x-components.resultsenrichmentservice.fetchresults.md +13 -0
- package/docs/API-reference/api/x-components.resultsenrichmentservice.md +77 -0
- package/docs/API-reference/api/x-components.resultsenrichmentservice.updateresults.md +13 -0
- package/docs/API-reference/api/x-components.resultslist.md +6 -6
- package/docs/API-reference/api/x-components.resultvariantselector.md +6 -6
- package/docs/API-reference/api/x-components.resultvariantsprovider.md +5 -5
- package/docs/API-reference/api/x-components.rootxstorestate.md +39 -3
- package/docs/API-reference/api/x-components.sanitize.md +44 -1
- package/docs/API-reference/api/x-components.saveaiorigin.md +13 -0
- package/docs/API-reference/api/x-components.scroll.md +8 -6
- package/docs/API-reference/api/x-components.scrollcomponentstate.md +117 -7
- package/docs/API-reference/api/x-components.scrollmutations.md +60 -4
- package/docs/API-reference/api/x-components.scrollstate.md +60 -4
- package/docs/API-reference/api/x-components.scrollstatepayload.md +41 -3
- package/docs/API-reference/api/x-components.scrolltotop.md +9 -7
- package/docs/API-reference/api/x-components.scrollvisibilityobserver.md +60 -4
- package/docs/API-reference/api/x-components.scrollxevents.md +174 -10
- package/docs/API-reference/api/x-components.searchactions.fetchandsavepartialresultsenrichment.md +13 -0
- package/docs/API-reference/api/x-components.searchactions.fetchandsaveresultsenrichment.md +13 -0
- package/docs/API-reference/api/x-components.searchactions.md +212 -10
- package/docs/API-reference/api/x-components.searchboxactions.md +60 -4
- package/docs/API-reference/api/x-components.searchboxgetters.md +41 -3
- package/docs/API-reference/api/x-components.searchboxmutations.md +41 -3
- package/docs/API-reference/api/x-components.searchboxstate.md +41 -3
- package/docs/API-reference/api/x-components.searchboxxevents.md +250 -14
- package/docs/API-reference/api/x-components.searchbutton.md +2 -2
- package/docs/API-reference/api/x-components.searchconfig.md +58 -4
- package/docs/API-reference/api/x-components.searchgetters.md +60 -4
- package/docs/API-reference/api/x-components.searchinput.md +6 -6
- package/docs/API-reference/api/x-components.searchinputplaceholder.md +12 -8
- package/docs/API-reference/api/x-components.searchmutations.md +516 -26
- package/docs/API-reference/api/x-components.searchmutations.updatepartialresultsfromenrichment.md +13 -0
- package/docs/API-reference/api/x-components.searchmutations.updateresultsfromenrichment.md +13 -0
- package/docs/API-reference/api/x-components.searchstate.md +421 -23
- package/docs/API-reference/api/x-components.searchxevents.md +402 -21
- package/docs/API-reference/api/x-components.searchxevents.partialresultschanged.md +13 -0
- package/docs/API-reference/api/x-components.selectedfilters.md +7 -7
- package/docs/API-reference/api/x-components.selectedfilterslist.md +9 -7
- package/docs/API-reference/api/x-components.semanticqueries.md +4 -1
- package/docs/API-reference/api/x-components.semanticqueriesactions.md +60 -4
- package/docs/API-reference/api/x-components.semanticqueriesconfig.md +60 -4
- package/docs/API-reference/api/x-components.semanticqueriesgetters.md +79 -5
- package/docs/API-reference/api/x-components.semanticqueriesmutations.md +98 -6
- package/docs/API-reference/api/x-components.semanticqueriesstate.md +117 -7
- package/docs/API-reference/api/x-components.semanticqueriesxevents.md +79 -5
- package/docs/API-reference/api/x-components.semanticquery.md +6 -4
- package/docs/API-reference/api/x-components.setaiurlparams.md +13 -0
- package/docs/API-reference/api/x-components.setconfig.md +49 -4
- package/docs/API-reference/api/x-components.setquery.md +49 -4
- package/docs/API-reference/api/x-components.setstatus.md +49 -4
- package/docs/API-reference/api/x-components.simplefilter.md +20 -8
- package/docs/API-reference/api/x-components.slicedfilters.md +8 -8
- package/docs/API-reference/api/x-components.slidingpanel.md +16 -11
- package/docs/API-reference/api/x-components.snippetcallbacks.md +15 -3
- package/docs/API-reference/api/x-components.snippetconfig.md +269 -15
- package/docs/API-reference/api/x-components.snippetconfigextraparams.md +10 -8
- package/docs/API-reference/api/x-components.sortdropdown.md +13 -11
- package/docs/API-reference/api/x-components.sortedfilters.md +6 -6
- package/docs/API-reference/api/x-components.sortlist.md +14 -12
- package/docs/API-reference/api/x-components.sortpickerlist.md +14 -12
- package/docs/API-reference/api/x-components.spatialnavigation.md +41 -3
- package/docs/API-reference/api/x-components.spellcheck.md +1 -1
- package/docs/API-reference/api/x-components.spellcheckbutton.md +2 -2
- package/docs/API-reference/api/x-components.staggeredfadeandslide.md +5 -5
- package/docs/API-reference/api/x-components.stateselector.md +77 -5
- package/docs/API-reference/api/x-components.statusmutations.md +41 -3
- package/docs/API-reference/api/x-components.statusstate.md +41 -3
- package/docs/API-reference/api/x-components.storemodulestateandgetters.md +56 -4
- package/docs/API-reference/api/x-components.subjectpayload.eventpayload.md +13 -0
- package/docs/API-reference/api/x-components.subjectpayload.md +77 -0
- package/docs/API-reference/api/x-components.subjectpayload.metadata.md +13 -0
- package/docs/API-reference/api/x-components.tagging.md +4 -4
- package/docs/API-reference/api/x-components.taggingactions.md +41 -3
- package/docs/API-reference/api/x-components.taggingconfig.md +98 -6
- package/docs/API-reference/api/x-components.taggingmutations.md +79 -5
- package/docs/API-reference/api/x-components.taggingstate.md +98 -6
- package/docs/API-reference/api/x-components.taggingxevents.md +174 -10
- package/docs/API-reference/api/x-components.takenavigationcontrol.md +73 -5
- package/docs/API-reference/api/x-components.throttle.md +65 -5
- package/docs/API-reference/api/x-components.throttlefunction.md +4 -4
- package/docs/API-reference/api/x-components.timedwireoperatoroptions.md +60 -4
- package/docs/API-reference/api/x-components.tokebabcase.md +33 -3
- package/docs/API-reference/api/x-components.trackaisuggestionssearchwire.md +13 -0
- package/docs/API-reference/api/x-components.typinghtmlelement.__timeoutid.md +11 -0
- package/docs/API-reference/api/x-components.typinghtmlelement.md +59 -0
- package/docs/API-reference/api/x-components.typingoptions.md +79 -5
- package/docs/API-reference/api/x-components.urlgetters.md +41 -3
- package/docs/API-reference/api/x-components.urlhandler.md +5 -1
- package/docs/API-reference/api/x-components.urlmutations.md +174 -10
- package/docs/API-reference/api/x-components.urlparams.md +141 -9
- package/docs/API-reference/api/x-components.urlstate.md +39 -3
- package/docs/API-reference/api/x-components.urlxevents.md +98 -6
- package/docs/API-reference/api/x-components.use_x.md +4 -4
- package/docs/API-reference/api/x-components.usealiasapi.md +652 -32
- package/docs/API-reference/api/x-components.usealiasqueryapi.md +148 -8
- package/docs/API-reference/api/x-components.usealiasstatusapi.md +169 -9
- package/docs/API-reference/api/x-components.usecollapseanimation.md +37 -7
- package/docs/API-reference/api/x-components.usedebounce.md +65 -5
- package/docs/API-reference/api/x-components.usedisableanimation.md +33 -3
- package/docs/API-reference/api/x-components.useemitdisplayevent.md +46 -4
- package/docs/API-reference/api/x-components.usefacets.md +33 -3
- package/docs/API-reference/api/x-components.usefiltersinjection.md +33 -3
- package/docs/API-reference/api/x-components.useondisplay.md +46 -4
- package/docs/API-reference/api/x-components.usequeriespreview.md +7 -1
- package/docs/API-reference/api/x-components.usescroll.md +78 -6
- package/docs/API-reference/api/x-components.usestate.md +33 -3
- package/docs/API-reference/api/x-components.usexbus.md +4 -4
- package/docs/API-reference/api/x-components.watchedinternalsearchrequest.md +56 -4
- package/docs/API-reference/api/x-components.wire.md +1 -1
- package/docs/API-reference/api/x-components.wirecommit.md +49 -4
- package/docs/API-reference/api/x-components.wirecommit_1.md +49 -4
- package/docs/API-reference/api/x-components.wirecommit_2.md +33 -3
- package/docs/API-reference/api/x-components.wirecommitwithoutpayload.md +33 -3
- package/docs/API-reference/api/x-components.wiredispatch.md +49 -4
- package/docs/API-reference/api/x-components.wiredispatch_1.md +49 -4
- package/docs/API-reference/api/x-components.wiredispatch_2.md +33 -3
- package/docs/API-reference/api/x-components.wiredispatchwithoutpayload.md +33 -3
- package/docs/API-reference/api/x-components.wiremetadata.md +212 -12
- package/docs/API-reference/api/x-components.wireparams.md +39 -3
- package/docs/API-reference/api/x-components.wirepayload.md +1 -1
- package/docs/API-reference/api/x-components.xactioncontext.md +73 -5
- package/docs/API-reference/api/x-components.xapi.md +117 -7
- package/docs/API-reference/api/x-components.xbus.emit.md +13 -0
- package/docs/API-reference/api/x-components.xbus.md +77 -0
- package/docs/API-reference/api/x-components.xbus.on.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentaliasapi.md +631 -31
- package/docs/API-reference/api/x-components.xcomponentaliasqueryapi.md +148 -8
- package/docs/API-reference/api/x-components.xcomponentaliasstatusapi.md +169 -9
- package/docs/API-reference/api/x-components.xcomponentbusapi.emit.md +1 -0
- package/docs/API-reference/api/x-components.xcomponentbusapi.md +60 -4
- package/docs/API-reference/api/x-components.xcomponentbusapi.on.md +1 -0
- package/docs/API-reference/api/x-components.xeventstypes.md +575 -33
- package/docs/API-reference/api/x-components.xinstaller._constructor_.md +33 -3
- package/docs/API-reference/api/x-components.xinstaller.init.md +33 -3
- package/docs/API-reference/api/x-components.xinstaller.md +161 -13
- package/docs/API-reference/api/x-components.xinstaller.normalisesnippetconfig.md +31 -3
- package/docs/API-reference/api/x-components.xinstaller.normalisesnippetconfig_1.md +31 -3
- package/docs/API-reference/api/x-components.xmodule.md +98 -6
- package/docs/API-reference/api/x-components.xmoduleoptions.md +60 -4
- package/docs/API-reference/api/x-components.xmodulestree.ai.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.md +379 -22
- package/docs/API-reference/api/x-components.xplugin._constructor_.md +33 -3
- package/docs/API-reference/api/x-components.xplugin.registerxmodule.md +33 -3
- package/docs/API-reference/api/x-components.xpluginoptions.md +117 -7
- package/docs/API-reference/api/x-components.xprioritybus._constructor_.md +55 -0
- package/docs/API-reference/api/x-components.xprioritybus.emit.md +88 -0
- package/docs/API-reference/api/x-components.xprioritybus.md +97 -0
- package/docs/API-reference/api/x-components.xprioritybus.on.md +72 -0
- package/docs/API-reference/api/x-components.xprioritybuseventmetadata.md +78 -0
- package/docs/API-reference/api/x-components.xprioritybuseventmetadata.priority.md +11 -0
- package/docs/API-reference/api/x-components.xprioritybuseventmetadata.replaceable.md +11 -0
- package/docs/API-reference/api/x-components.xpriorityqueue.md +96 -0
- package/docs/API-reference/api/x-components.xpriorityqueue.pop.md +13 -0
- package/docs/API-reference/api/x-components.xpriorityqueue.push.md +13 -0
- package/docs/API-reference/api/x-components.xpriorityqueue.size.md +13 -0
- package/docs/API-reference/api/x-components.xpriorityqueuenode.data.md +13 -0
- package/docs/API-reference/api/x-components.xpriorityqueuenode.key.md +13 -0
- package/docs/API-reference/api/x-components.xpriorityqueuenode.md +96 -0
- package/docs/API-reference/api/x-components.xpriorityqueuenode.priority.md +13 -0
- package/docs/API-reference/api/x-components.xpriorityqueuenodedata.eventmetadata.md +13 -0
- package/docs/API-reference/api/x-components.xpriorityqueuenodedata.eventpayload.md +13 -0
- package/docs/API-reference/api/x-components.xpriorityqueuenodedata.md +115 -0
- package/docs/API-reference/api/x-components.xpriorityqueuenodedata.replaceable.md +13 -0
- package/docs/API-reference/api/x-components.xpriorityqueuenodedata.resolve.md +13 -0
- package/docs/API-reference/api/x-components.xstoremodule.md +90 -6
- package/docs/API-reference/api/x-types.aiquestion.content.md +14 -0
- package/docs/API-reference/api/x-types.aiquestion.expanded.md +11 -0
- package/docs/API-reference/api/x-types.aiquestion.id.md +11 -0
- package/docs/API-reference/api/x-types.aiquestion.md +200 -0
- package/docs/API-reference/api/x-types.aiquestion.metadata.md +17 -0
- package/docs/API-reference/api/x-types.aiquestion.responsetext.md +11 -0
- package/docs/API-reference/api/x-types.aiquestion.suggestionimageurl.md +11 -0
- package/docs/API-reference/api/x-types.aiquestion.suggestiontext.md +11 -0
- package/docs/API-reference/api/x-types.aiquestion.tagging.md +19 -0
- package/docs/API-reference/api/x-types.aiquestion.type.md +11 -0
- package/docs/API-reference/api/x-types.aiquestionsrequest.lang.md +11 -0
- package/docs/API-reference/api/x-types.aiquestionsrequest.md +76 -0
- package/docs/API-reference/api/x-types.aiquestionsrequest.query.md +11 -0
- package/docs/API-reference/api/x-types.aiquestionsresponse.context.md +16 -0
- package/docs/API-reference/api/x-types.aiquestionsresponse.items.md +11 -0
- package/docs/API-reference/api/x-types.aiquestionsresponse.md +141 -0
- package/docs/API-reference/api/x-types.aiquestionsresponse.numitems.md +11 -0
- package/docs/API-reference/api/x-types.aiquestionsresponse.resolved.md +11 -0
- package/docs/API-reference/api/x-types.aiquestionsresponse.taskid.md +11 -0
- package/docs/API-reference/api/x-types.aiquestionsresponse.totalitems.md +11 -0
- package/docs/API-reference/api/x-types.aisuggestionquery.categories.md +11 -0
- package/docs/API-reference/api/x-types.aisuggestionquery.md +73 -0
- package/docs/API-reference/api/x-types.aisuggestionquery.query.md +11 -0
- package/docs/API-reference/api/x-types.aisuggestionsearch.md +107 -0
- package/docs/API-reference/api/x-types.aisuggestionsearch.numfound.md +11 -0
- package/docs/API-reference/api/x-types.aisuggestionsearch.query.md +11 -0
- package/docs/API-reference/api/x-types.aisuggestionsearch.results.md +11 -0
- package/docs/API-reference/api/x-types.aisuggestionsearch.tagging.md +13 -0
- package/docs/API-reference/api/x-types.aisuggestionsrequest.md +15 -0
- package/docs/API-reference/api/x-types.aisuggestionssearchrequest.md +57 -0
- package/docs/API-reference/api/x-types.aisuggestionssearchrequest.queries.md +14 -0
- package/docs/API-reference/api/x-types.aisuggestionssearchresponse.md +56 -0
- package/docs/API-reference/api/x-types.aisuggestionssearchresponse.suggestions.md +11 -0
- package/docs/API-reference/api/x-types.aisuggestiontagging.md +90 -0
- package/docs/API-reference/api/x-types.aisuggestiontagging.searchqueries.md +15 -0
- package/docs/API-reference/api/x-types.aisuggestiontagging.toolingdisplay.md +11 -0
- package/docs/API-reference/api/x-types.aisuggestiontagging.toolingdisplayclick.md +11 -0
- package/docs/API-reference/api/x-types.aitasksrequest.md +57 -0
- package/docs/API-reference/api/x-types.aitasksrequest.taskid.md +11 -0
- package/docs/API-reference/api/x-types.aitasksresponse.md +73 -0
- package/docs/API-reference/api/x-types.aitasksresponse.result.md +11 -0
- package/docs/API-reference/api/x-types.aitasksresponse.steps.md +11 -0
- package/docs/API-reference/api/x-types.banner.md +98 -6
- package/docs/API-reference/api/x-types.booleanfilter.md +79 -5
- package/docs/API-reference/api/x-types.editablenumberrangefacet.md +60 -4
- package/docs/API-reference/api/x-types.editablenumberrangefilter.md +60 -4
- package/docs/API-reference/api/x-types.experiencecontrolsresponse.md +56 -4
- package/docs/API-reference/api/x-types.extraparamsrequest.md +41 -3
- package/docs/API-reference/api/x-types.facet.md +60 -4
- package/docs/API-reference/api/x-types.facetfilter.md +60 -4
- package/docs/API-reference/api/x-types.facetsrequest.md +15 -0
- package/docs/API-reference/api/x-types.facetsresponse.facets.md +11 -0
- package/docs/API-reference/api/x-types.facetsresponse.md +58 -0
- package/docs/API-reference/api/x-types.filter.md +41 -3
- package/docs/API-reference/api/x-types.filterablerequest.md +41 -3
- package/docs/API-reference/api/x-types.hierarchicalfacet.md +60 -4
- package/docs/API-reference/api/x-types.hierarchicalfilter.md +79 -5
- package/docs/API-reference/api/x-types.historyquery.md +60 -4
- package/docs/API-reference/api/x-types.identifiable.md +41 -3
- package/docs/API-reference/api/x-types.identifierresultsresponse.md +39 -3
- package/docs/API-reference/api/x-types.isbooleanfilter.md +33 -3
- package/docs/API-reference/api/x-types.iseditablenumberrangefacet.md +33 -3
- package/docs/API-reference/api/x-types.iseditablenumberrangefilter.md +33 -3
- package/docs/API-reference/api/x-types.isfacetfilter.md +33 -3
- package/docs/API-reference/api/x-types.ishierarchicalfacet.md +33 -3
- package/docs/API-reference/api/x-types.ishierarchicalfilter.md +33 -3
- package/docs/API-reference/api/x-types.isnumberrangefacet.md +33 -3
- package/docs/API-reference/api/x-types.isnumberrangefilter.md +33 -3
- package/docs/API-reference/api/x-types.israwfilter.md +33 -3
- package/docs/API-reference/api/x-types.issimplefacet.md +33 -3
- package/docs/API-reference/api/x-types.issimplefilter.md +33 -3
- package/docs/API-reference/api/x-types.md +1425 -119
- package/docs/API-reference/api/x-types.namedmodel.md +43 -3
- package/docs/API-reference/api/x-types.nextqueries.md +41 -3
- package/docs/API-reference/api/x-types.nextqueriesresponse.md +39 -3
- package/docs/API-reference/api/x-types.nextquery.md +41 -3
- package/docs/API-reference/api/x-types.numberrangefacet.md +60 -4
- package/docs/API-reference/api/x-types.numberrangefilter.md +60 -4
- package/docs/API-reference/api/x-types.pageablerequest.md +60 -4
- package/docs/API-reference/api/x-types.partialresult.md +60 -4
- package/docs/API-reference/api/x-types.popularsearchesresponse.md +39 -3
- package/docs/API-reference/api/x-types.previewable.md +98 -6
- package/docs/API-reference/api/x-types.previewresults.md +79 -5
- package/docs/API-reference/api/x-types.promoted.md +98 -6
- package/docs/API-reference/api/x-types.queryablerequest.md +39 -3
- package/docs/API-reference/api/x-types.querysuggestionsresponse.md +39 -3
- package/docs/API-reference/api/x-types.rangevalue.md +60 -4
- package/docs/API-reference/api/x-types.rawfilter.md +79 -5
- package/docs/API-reference/api/x-types.recommendationsresponse.md +39 -3
- package/docs/API-reference/api/x-types.redirection.md +41 -3
- package/docs/API-reference/api/x-types.relatedprompt.md +155 -9
- package/docs/API-reference/api/x-types.relatedpromptnextquery.md +98 -6
- package/docs/API-reference/api/x-types.relatedpromptsresponse.md +39 -3
- package/docs/API-reference/api/x-types.relatedtag.md +60 -4
- package/docs/API-reference/api/x-types.relatedtagsresponse.md +39 -3
- package/docs/API-reference/api/x-types.result.md +193 -11
- package/docs/API-reference/api/x-types.resultidentifier.md +41 -3
- package/docs/API-reference/api/x-types.resultprice.hasdiscount.md +1 -1
- package/docs/API-reference/api/x-types.resultprice.md +79 -6
- package/docs/API-reference/api/x-types.resultrating.md +41 -3
- package/docs/API-reference/api/x-types.searchresponse.md +227 -13
- package/docs/API-reference/api/x-types.semanticqueriesresponse.md +39 -3
- package/docs/API-reference/api/x-types.semanticquery.md +56 -4
- package/docs/API-reference/api/x-types.simplefacet.md +60 -4
- package/docs/API-reference/api/x-types.simplefilter.md +41 -3
- package/docs/API-reference/api/x-types.sortablerequest.md +41 -3
- package/docs/API-reference/api/x-types.stats.md +39 -3
- package/docs/API-reference/api/x-types.stepempathising.md +73 -0
- package/docs/API-reference/api/x-types.stepempathising.stepdescription.md +11 -0
- package/docs/API-reference/api/x-types.stepempathising.stepname.md +11 -0
- package/docs/API-reference/api/x-types.suggestion.key.md +1 -1
- package/docs/API-reference/api/x-types.suggestion.md +62 -6
- package/docs/API-reference/api/x-types.taggable.md +41 -3
- package/docs/API-reference/api/x-types.tagging.md +117 -7
- package/docs/API-reference/api/x-types.taggingrequest.md +60 -4
- package/docs/API-reference/api/x-types.trackablerequest.md +41 -3
- package/docs/API-reference/api/x-types.trackableshowresponse.md +39 -3
- package/docs/API-reference/api/x-types.userinfo.md +79 -5
- package/docs/API-reference/api/x-types.xcomponentsadapter.aiquestions.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.aisuggestions.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.aisuggestionssearch.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.aisummarize.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.aitasks.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.facets.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.md +311 -13
- package/docs/API-reference/components/ai/x-components.ai-carousel.md +28 -0
- package/docs/API-reference/components/ai/x-components.ai-overview.md +96 -0
- package/docs/API-reference/components/common/animations/x-components.animate-clip-path.md +19 -0
- package/docs/API-reference/components/common/animations/x-components.animate-scale.md +19 -0
- package/docs/API-reference/components/common/animations/x-components.animate-translate.md +19 -0
- package/docs/API-reference/components/common/animations/x-components.animate-width.md +8 -21
- package/docs/API-reference/components/common/animations/x-components.change-height.md +56 -0
- package/docs/API-reference/components/common/animations/x-components.collapse-height.md +57 -7
- package/docs/API-reference/components/common/animations/x-components.collapse-width.md +55 -8
- package/docs/API-reference/components/common/animations/x-components.cross-fade.md +53 -7
- package/docs/API-reference/components/common/animations/x-components.fade-and-slide.md +41 -8
- package/docs/API-reference/components/common/animations/x-components.fade.md +46 -19
- package/docs/API-reference/components/common/animations/x-components.no-animation.md +20 -0
- package/docs/API-reference/components/common/animations/x-components.staggered-fade-and-slide.md +27 -12
- package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-dropdown.md +19 -40
- package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-list.md +42 -64
- package/docs/API-reference/components/common/currency/x-components.base-currency.md +30 -135
- package/docs/API-reference/components/common/filters/labels/x-components.base-price-filter-label.md +7 -13
- package/docs/API-reference/components/common/filters/labels/x-components.base-rating-filter-label.md +66 -13
- package/docs/API-reference/components/common/icons/x-components.ai-spinner-icon.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.ai-star.md +7 -0
- package/docs/API-reference/components/common/icons/x-components.spinner.md +7 -0
- package/docs/API-reference/components/common/modals/x-components.base-events-modal-close.md +12 -26
- package/docs/API-reference/components/common/modals/x-components.base-events-modal-open.md +8 -24
- package/docs/API-reference/components/common/modals/x-components.base-events-modal.md +35 -37
- package/docs/API-reference/components/common/modals/x-components.base-id-modal-close.md +4 -18
- package/docs/API-reference/components/common/modals/x-components.base-id-modal-open.md +4 -18
- package/docs/API-reference/components/common/modals/x-components.base-id-modal.md +12 -22
- package/docs/API-reference/components/common/modals/x-components.base-modal.md +15 -48
- package/docs/API-reference/components/common/modals/x-components.close-main-modal.md +12 -19
- package/docs/API-reference/components/common/modals/x-components.main-modal.md +40 -59
- package/docs/API-reference/components/common/modals/x-components.open-main-modal.md +12 -19
- package/docs/API-reference/components/common/panels/x-components.base-header-toggle-panel.md +56 -33
- package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel-button.md +15 -23
- package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel.md +41 -23
- package/docs/API-reference/components/common/panels/x-components.base-tabs-panel.md +23 -98
- package/docs/API-reference/components/common/panels/x-components.base-toggle-panel.md +17 -11
- package/docs/API-reference/components/common/result/x-components.base-result-add-to-cart.md +17 -5
- package/docs/API-reference/components/common/result/x-components.base-result-current-price.md +26 -4
- package/docs/API-reference/components/common/result/x-components.base-result-image.md +56 -31
- package/docs/API-reference/components/common/result/x-components.base-result-link.md +21 -10
- package/docs/API-reference/components/common/result/x-components.base-result-previous-price.md +17 -21
- package/docs/API-reference/components/common/result/x-components.base-result-rating.md +69 -136
- package/docs/API-reference/components/common/result/x-components.result-variant-selector.md +102 -177
- package/docs/API-reference/components/common/result/x-components.result-variants-provider.md +57 -105
- package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +58 -99
- package/docs/API-reference/components/common/suggestions/x-components.base-suggestion.md +68 -56
- package/docs/API-reference/components/common/suggestions/x-components.base-suggestions.md +112 -102
- package/docs/API-reference/components/common/x-components.auto-progress-bar.md +10 -23
- package/docs/API-reference/components/common/x-components.base-dropdown.md +10 -19
- package/docs/API-reference/components/common/x-components.base-event-button.md +26 -3
- package/docs/API-reference/components/common/x-components.base-grid.md +39 -0
- package/docs/API-reference/components/common/x-components.base-keyboard-navigation.md +54 -33
- package/docs/API-reference/components/common/x-components.base-rating.md +22 -9
- package/docs/API-reference/components/common/x-components.base-slider.md +26 -73
- package/docs/API-reference/components/common/x-components.base-switch.md +9 -29
- package/docs/API-reference/components/common/x-components.base-teleport.md +54 -5
- package/docs/API-reference/components/common/x-components.base-variable-column-grid.md +49 -90
- package/docs/API-reference/components/common/x-components.display-click-provider.md +61 -0
- package/docs/API-reference/components/common/x-components.display-emitter.md +3 -8
- package/docs/API-reference/components/common/x-components.global-x-bus.md +5 -13
- package/docs/API-reference/components/common/x-components.highlight.md +9 -30
- package/docs/API-reference/components/common/x-components.location-provider.md +4 -4
- package/docs/API-reference/components/common/x-components.message.md +19 -0
- package/docs/API-reference/components/common/x-components.page-loader-button.md +14 -14
- package/docs/API-reference/components/common/x-components.page-selector.md +12 -12
- package/docs/API-reference/components/common/x-components.sliding-panel.md +25 -21
- package/docs/API-reference/components/common/x-components.snippet-callbacks.md +3 -3
- package/docs/API-reference/components/device/x-components.device-detector.md +36 -62
- package/docs/API-reference/components/empathize/x-components.empathize.md +95 -37
- package/docs/API-reference/components/experience-controls/x-components.experience-controls.md +3 -9
- package/docs/API-reference/components/extra-params/x-components.extra-params.md +6 -16
- package/docs/API-reference/components/extra-params/x-components.renderless-extra-param.md +11 -19
- package/docs/API-reference/components/extra-params/x-components.snippet-config-extra-params.md +12 -18
- package/docs/API-reference/components/facets/x-components.clear-filters.md +32 -7
- package/docs/API-reference/components/facets/x-components.facets/facets-provider.md +29 -37
- package/docs/API-reference/components/facets/x-components.facets/facets.md +27 -58
- package/docs/API-reference/components/facets/x-components.filters/all-filter.md +56 -22
- package/docs/API-reference/components/facets/x-components.filters/editable-number-range-filter.md +77 -110
- package/docs/API-reference/components/facets/x-components.filters/hierarchical-filter.md +80 -119
- package/docs/API-reference/components/facets/x-components.filters/number-range-filter.md +46 -70
- package/docs/API-reference/components/facets/x-components.filters/renderless-filter.md +32 -15
- package/docs/API-reference/components/facets/x-components.filters/simple-filter.md +58 -88
- package/docs/API-reference/components/facets/x-components.lists/exclude-filters-with-no-results.md +58 -77
- package/docs/API-reference/components/facets/x-components.lists/filters-list.md +49 -13
- package/docs/API-reference/components/facets/x-components.lists/filters-search.md +92 -31
- package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +23 -27
- package/docs/API-reference/components/facets/x-components.lists/selected-filters.md +43 -13
- package/docs/API-reference/components/facets/x-components.lists/sliced-filters.md +59 -29
- package/docs/API-reference/components/facets/x-components.lists/sorted-filters.md +29 -33
- package/docs/API-reference/components/facets/x-components.preselected-filters.md +18 -26
- package/docs/API-reference/components/history-queries/x-components.clear-history-queries.md +10 -17
- package/docs/API-reference/components/history-queries/x-components.history-queries-switch.md +19 -36
- package/docs/API-reference/components/history-queries/x-components.history-queries.md +26 -74
- package/docs/API-reference/components/history-queries/x-components.history-query.md +38 -74
- package/docs/API-reference/components/history-queries/x-components.my-history.md +33 -91
- package/docs/API-reference/components/history-queries/x-components.remove-history-query.md +16 -3
- package/docs/API-reference/components/identifier-results/x-components.identifier-result.md +13 -3
- package/docs/API-reference/components/identifier-results/x-components.identifier-results.md +29 -23
- package/docs/API-reference/components/next-queries/x-components.next-queries-list.md +26 -58
- package/docs/API-reference/components/next-queries/x-components.next-queries.md +24 -56
- package/docs/API-reference/components/next-queries/x-components.next-query-preview.md +52 -83
- package/docs/API-reference/components/next-queries/x-components.next-query.md +27 -46
- package/docs/API-reference/components/popular-searches/x-components.popular-search.md +20 -40
- package/docs/API-reference/components/popular-searches/x-components.popular-searches.md +15 -46
- package/docs/API-reference/components/queries-preview/x-components.query-preview-button.md +14 -40
- package/docs/API-reference/components/queries-preview/x-components.query-preview-list.md +38 -55
- package/docs/API-reference/components/queries-preview/x-components.query-preview.md +32 -66
- package/docs/API-reference/components/query-suggestions/x-components.query-suggestion.md +30 -56
- package/docs/API-reference/components/query-suggestions/x-components.query-suggestions.md +54 -108
- package/docs/API-reference/components/recommendations/x-components.recommendations.md +52 -54
- package/docs/API-reference/components/related-prompts/x-components.related-prompt.md +44 -0
- package/docs/API-reference/components/related-prompts/x-components.related-prompts-list.md +19 -56
- package/docs/API-reference/components/related-prompts/x-components.related-prompts-tag-list.md +63 -0
- package/docs/API-reference/components/related-tags/x-components.related-tag.md +30 -61
- package/docs/API-reference/components/related-tags/x-components.related-tags.md +27 -75
- package/docs/API-reference/components/scroll/x-components.main-scroll-item.md +11 -18
- package/docs/API-reference/components/scroll/x-components.main-scroll.md +21 -45
- package/docs/API-reference/components/scroll/x-components.scroll-to-top.md +3 -10
- package/docs/API-reference/components/scroll/x-components.scroll.md +50 -67
- package/docs/API-reference/components/search/x-components.banner.md +29 -42
- package/docs/API-reference/components/search/x-components.banners-list.md +19 -62
- package/docs/API-reference/components/search/x-components.fallback-disclaimer.md +18 -15
- package/docs/API-reference/components/search/x-components.partial-query-button.md +12 -8
- package/docs/API-reference/components/search/x-components.partial-results-list.md +22 -2
- package/docs/API-reference/components/search/x-components.promoted.md +29 -44
- package/docs/API-reference/components/search/x-components.promoteds-list.md +20 -66
- package/docs/API-reference/components/search/x-components.redirection.md +9 -26
- package/docs/API-reference/components/search/x-components.results-list.md +23 -64
- package/docs/API-reference/components/search/x-components.sort-dropdown.md +20 -30
- package/docs/API-reference/components/search/x-components.sort-list.md +20 -34
- package/docs/API-reference/components/search/x-components.sort-picker-list.md +26 -46
- package/docs/API-reference/components/search/x-components.spellcheck-button.md +20 -8
- package/docs/API-reference/components/search/x-components.spellcheck.md +19 -15
- package/docs/API-reference/components/search-box/x-components.clear-search-input.md +20 -44
- package/docs/API-reference/components/search-box/x-components.search-button.md +25 -52
- package/docs/API-reference/components/search-box/x-components.search-input-placeholder.md +32 -46
- package/docs/API-reference/components/search-box/x-components.search-input.md +24 -48
- package/docs/API-reference/components/semantic-queries/x-components.semantic-queries.md +30 -66
- package/docs/API-reference/components/semantic-queries/x-components.semantic-query.md +21 -38
- package/docs/API-reference/components/tagging/x-components.tagging.md +12 -29
- package/docs/API-reference/components/url/x-components.url-handler.md +10 -24
- package/empathize/index.d.ts +1 -1
- package/experience-controls/index.d.ts +1 -1
- package/extra-params/index.d.ts +1 -1
- package/facets/index.d.ts +1 -1
- package/facets/index.js +1 -1
- package/history-queries/index.d.ts +1 -1
- package/identifier-results/index.d.ts +1 -1
- package/js/components/animations/animate-clip-path.vue.js +26 -0
- package/js/components/animations/animate-clip-path.vue.js.map +1 -0
- package/js/components/animations/animate-clip-path.vue2.js +7 -0
- package/js/components/animations/animate-clip-path.vue2.js.map +1 -0
- package/js/components/animations/animate-clip-path.vue3.js +7 -0
- package/js/components/animations/animate-clip-path.vue3.js.map +1 -0
- package/js/components/animations/animate-scale.vue.js +26 -0
- package/js/components/animations/animate-scale.vue.js.map +1 -0
- package/js/components/animations/animate-scale.vue2.js +7 -0
- package/js/components/animations/animate-scale.vue2.js.map +1 -0
- package/js/components/animations/animate-scale.vue3.js +7 -0
- package/js/components/animations/animate-scale.vue3.js.map +1 -0
- package/js/components/animations/animate-translate.vue.js +26 -0
- package/js/components/animations/animate-translate.vue.js.map +1 -0
- package/js/components/animations/animate-translate.vue2.js +7 -0
- package/js/components/animations/animate-translate.vue2.js.map +1 -0
- package/js/components/animations/animate-translate.vue3.js +7 -0
- package/js/components/animations/animate-translate.vue3.js.map +1 -0
- package/js/components/animations/animate-width.vue.js +2 -2
- package/js/components/animations/animate-width.vue.js.map +1 -1
- package/js/components/animations/animate-width.vue2.js +7 -7
- package/js/components/animations/animate-width.vue2.js.map +1 -1
- package/js/components/animations/animate-width.vue3.js +1 -1
- package/js/components/animations/change-height.vue.js +24 -0
- package/js/components/animations/change-height.vue.js.map +1 -0
- package/js/components/animations/change-height.vue2.js +32 -0
- package/js/components/animations/change-height.vue2.js.map +1 -0
- package/js/components/animations/change-height.vue3.js +7 -0
- package/js/components/animations/change-height.vue3.js.map +1 -0
- package/js/components/animations/collapse-height.vue.js +2 -2
- package/js/components/animations/collapse-height.vue.js.map +1 -1
- package/js/components/animations/collapse-height.vue2.js +21 -21
- package/js/components/animations/collapse-height.vue2.js.map +1 -1
- package/js/components/animations/collapse-height.vue3.js +2 -2
- package/js/components/animations/collapse-width.vue.js.map +1 -1
- package/js/components/animations/collapse-width.vue2.js +21 -21
- package/js/components/animations/collapse-width.vue2.js.map +1 -1
- package/js/components/animations/collapse-width.vue3.js +1 -1
- package/js/components/animations/cross-fade.vue.js.map +1 -1
- package/js/components/animations/cross-fade.vue2.js +17 -17
- package/js/components/animations/cross-fade.vue2.js.map +1 -1
- package/js/components/animations/cross-fade.vue3.js +1 -1
- package/js/components/animations/fade-and-slide.vue.js.map +1 -1
- package/js/components/animations/fade-and-slide.vue2.js +29 -29
- package/js/components/animations/fade-and-slide.vue2.js.map +1 -1
- package/js/components/animations/fade-and-slide.vue3.js +1 -1
- package/js/components/animations/fade.vue.js.map +1 -1
- package/js/components/animations/fade.vue2.js +15 -15
- package/js/components/animations/fade.vue2.js.map +1 -1
- package/js/components/animations/fade.vue3.js +1 -1
- package/js/components/animations/no-animation.vue.js +9 -9
- package/js/components/animations/no-animation.vue.js.map +1 -1
- package/js/components/animations/staggered-fade-and-slide.vue.js.map +1 -1
- package/js/components/animations/staggered-fade-and-slide.vue2.js +97 -97
- package/js/components/animations/staggered-fade-and-slide.vue2.js.map +1 -1
- package/js/components/animations/staggered-fade-and-slide.vue3.js +1 -1
- package/js/components/animations/use-collapse-animation.js +63 -56
- package/js/components/animations/use-collapse-animation.js.map +1 -1
- package/js/components/animations/use-disable-animation.js +20 -20
- package/js/components/animations/use-disable-animation.js.map +1 -1
- package/js/components/auto-progress-bar.vue.js +2 -2
- package/js/components/auto-progress-bar.vue.js.map +1 -1
- package/js/components/auto-progress-bar.vue2.js +43 -43
- package/js/components/auto-progress-bar.vue2.js.map +1 -1
- package/js/components/auto-progress-bar.vue3.js +1 -1
- package/js/components/base-dropdown.vue.js +4 -4
- package/js/components/base-dropdown.vue.js.map +1 -1
- package/js/components/base-dropdown.vue2.js +274 -270
- package/js/components/base-dropdown.vue2.js.map +1 -1
- package/js/components/base-dropdown.vue3.js +1 -1
- package/js/components/base-event-button.vue.js.map +1 -1
- package/js/components/base-event-button.vue2.js +40 -40
- package/js/components/base-event-button.vue2.js.map +1 -1
- package/js/components/base-grid.vue.js +1 -1
- package/js/components/base-grid.vue.js.map +1 -1
- package/js/components/base-grid.vue2.js +115 -115
- package/js/components/base-grid.vue2.js.map +1 -1
- package/js/components/base-grid.vue3.js +2 -2
- package/js/components/base-keyboard-navigation.vue.js.map +1 -1
- package/js/components/base-keyboard-navigation.vue2.js +120 -125
- package/js/components/base-keyboard-navigation.vue2.js.map +1 -1
- package/js/components/base-rating.vue.js.map +1 -1
- package/js/components/base-rating.vue2.js +57 -57
- package/js/components/base-rating.vue2.js.map +1 -1
- package/js/components/base-rating.vue3.js +2 -2
- package/js/components/base-slider.vue.js +16 -18
- package/js/components/base-slider.vue.js.map +1 -1
- package/js/components/base-slider.vue2.js +102 -102
- package/js/components/base-slider.vue2.js.map +1 -1
- package/js/components/base-slider.vue3.js +2 -2
- package/js/components/base-switch.vue.js +10 -13
- package/js/components/base-switch.vue.js.map +1 -1
- package/js/components/base-switch.vue2.js +46 -46
- package/js/components/base-switch.vue2.js.map +1 -1
- package/js/components/base-switch.vue3.js +1 -1
- package/js/components/base-teleport.vue.js.map +1 -1
- package/js/components/base-teleport.vue2.js +142 -126
- package/js/components/base-teleport.vue2.js.map +1 -1
- package/js/components/base-variable-column-grid.vue.js.map +1 -1
- package/js/components/base-variable-column-grid.vue2.js +73 -73
- package/js/components/base-variable-column-grid.vue2.js.map +1 -1
- package/js/components/column-picker/base-column-picker-dropdown.vue.js.map +1 -1
- package/js/components/column-picker/base-column-picker-dropdown.vue2.js +80 -80
- package/js/components/column-picker/base-column-picker-dropdown.vue2.js.map +1 -1
- package/js/components/column-picker/base-column-picker-list.vue.js +2 -2
- package/js/components/column-picker/base-column-picker-list.vue.js.map +1 -1
- package/js/components/column-picker/base-column-picker-list.vue2.js +82 -82
- package/js/components/column-picker/base-column-picker-list.vue2.js.map +1 -1
- package/js/components/currency/base-currency.vue.js.map +1 -1
- package/js/components/currency/base-currency.vue2.js +87 -87
- package/js/components/currency/base-currency.vue2.js.map +1 -1
- package/js/components/decorators/injection.consts.js +41 -41
- package/js/components/decorators/injection.consts.js.map +1 -1
- package/js/components/display-click-provider.vue.js +66 -61
- package/js/components/display-click-provider.vue.js.map +1 -1
- package/js/components/display-emitter.vue.js +37 -37
- package/js/components/display-emitter.vue.js.map +1 -1
- package/js/components/filters/labels/base-price-filter-label.vue.js +80 -80
- package/js/components/filters/labels/base-price-filter-label.vue.js.map +1 -1
- package/js/components/filters/labels/base-rating-filter-label.vue.js.map +1 -1
- package/js/components/filters/labels/base-rating-filter-label.vue2.js +46 -46
- package/js/components/filters/labels/base-rating-filter-label.vue2.js.map +1 -1
- package/js/components/global-x-bus.vue.js +27 -27
- package/js/components/global-x-bus.vue.js.map +1 -1
- package/js/components/highlight.vue.js +1 -1
- package/js/components/highlight.vue.js.map +1 -1
- package/js/components/highlight.vue2.js +115 -115
- package/js/components/highlight.vue2.js.map +1 -1
- package/js/components/icons/ai-spinner-icon.vue.js +2443 -0
- package/js/components/icons/ai-spinner-icon.vue.js.map +1 -0
- package/js/components/icons/ai-star.vue.js +36 -0
- package/js/components/icons/ai-star.vue.js.map +1 -0
- package/js/components/icons/arrow-down.vue.js +18 -21
- package/js/components/icons/arrow-down.vue.js.map +1 -1
- package/js/components/icons/arrow-left.vue.js +18 -21
- package/js/components/icons/arrow-left.vue.js.map +1 -1
- package/js/components/icons/arrow-right.vue.js +20 -23
- package/js/components/icons/arrow-right.vue.js.map +1 -1
- package/js/components/icons/arrow-up.vue.js +18 -21
- package/js/components/icons/arrow-up.vue.js.map +1 -1
- package/js/components/icons/bag.vue.js +18 -21
- package/js/components/icons/bag.vue.js.map +1 -1
- package/js/components/icons/bar-code.vue.js +10 -12
- package/js/components/icons/bar-code.vue.js.map +1 -1
- package/js/components/icons/barcode-tiny.vue.js +10 -12
- package/js/components/icons/barcode-tiny.vue.js.map +1 -1
- package/js/components/icons/cart-filled.vue.js +23 -27
- package/js/components/icons/cart-filled.vue.js.map +1 -1
- package/js/components/icons/cart.vue.js +18 -21
- package/js/components/icons/cart.vue.js.map +1 -1
- package/js/components/icons/check-tiny.vue.js +11 -13
- package/js/components/icons/check-tiny.vue.js.map +1 -1
- package/js/components/icons/check.vue.js +11 -13
- package/js/components/icons/check.vue.js.map +1 -1
- package/js/components/icons/checkbox-selected-filled.vue.js +22 -25
- package/js/components/icons/checkbox-selected-filled.vue.js.map +1 -1
- package/js/components/icons/checkbox-selected.vue.js +21 -24
- package/js/components/icons/checkbox-selected.vue.js.map +1 -1
- package/js/components/icons/checkbox-unselected-filled.vue.js +15 -17
- package/js/components/icons/checkbox-unselected-filled.vue.js.map +1 -1
- package/js/components/icons/checkbox-unselected.vue.js +14 -16
- package/js/components/icons/checkbox-unselected.vue.js.map +1 -1
- package/js/components/icons/chevron-down.vue.js +13 -15
- package/js/components/icons/chevron-down.vue.js.map +1 -1
- package/js/components/icons/chevron-left.vue.js +11 -13
- package/js/components/icons/chevron-left.vue.js.map +1 -1
- package/js/components/icons/chevron-right.vue.js +11 -13
- package/js/components/icons/chevron-right.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-down.vue.js +11 -13
- package/js/components/icons/chevron-tiny-down.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-left.vue.js +11 -13
- package/js/components/icons/chevron-tiny-left.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-right.vue.js +11 -13
- package/js/components/icons/chevron-tiny-right.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-up.vue.js +11 -13
- package/js/components/icons/chevron-tiny-up.vue.js.map +1 -1
- package/js/components/icons/chevron-up.vue.js +11 -13
- package/js/components/icons/chevron-up.vue.js.map +1 -1
- package/js/components/icons/corner-arrow-left.vue.js +11 -13
- package/js/components/icons/corner-arrow-left.vue.js.map +1 -1
- package/js/components/icons/corner-arrow-right.vue.js +11 -13
- package/js/components/icons/corner-arrow-right.vue.js.map +1 -1
- package/js/components/icons/cross-tiny.vue.js +11 -13
- package/js/components/icons/cross-tiny.vue.js.map +1 -1
- package/js/components/icons/cross.vue.js +11 -13
- package/js/components/icons/cross.vue.js.map +1 -1
- package/js/components/icons/curated-check-filled.vue.js +21 -24
- package/js/components/icons/curated-check-filled.vue.js.map +1 -1
- package/js/components/icons/curated-check-tiny-filled.vue.js +21 -24
- package/js/components/icons/curated-check-tiny-filled.vue.js.map +1 -1
- package/js/components/icons/curated-check-tiny.vue.js +20 -23
- package/js/components/icons/curated-check-tiny.vue.js.map +1 -1
- package/js/components/icons/curated-check.vue.js +20 -23
- package/js/components/icons/curated-check.vue.js.map +1 -1
- package/js/components/icons/diagonal-arrow-left-down.vue.js +11 -13
- package/js/components/icons/diagonal-arrow-left-down.vue.js.map +1 -1
- package/js/components/icons/diagonal-arrow-left-top.vue.js +11 -13
- package/js/components/icons/diagonal-arrow-left-top.vue.js.map +1 -1
- package/js/components/icons/diagonal-arrow-right-down.vue.js +11 -13
- package/js/components/icons/diagonal-arrow-right-down.vue.js.map +1 -1
- package/js/components/icons/diagonal-arrow-right-top.vue.js +11 -13
- package/js/components/icons/diagonal-arrow-right-top.vue.js.map +1 -1
- package/js/components/icons/filters.vue.js +10 -12
- package/js/components/icons/filters.vue.js.map +1 -1
- package/js/components/icons/grid-1-col.vue.js +10 -12
- package/js/components/icons/grid-1-col.vue.js.map +1 -1
- package/js/components/icons/grid-2-col.vue.js +10 -12
- package/js/components/icons/grid-2-col.vue.js.map +1 -1
- package/js/components/icons/grid-2-rows.vue.js +21 -24
- package/js/components/icons/grid-2-rows.vue.js.map +1 -1
- package/js/components/icons/grid-4-col.vue.js +10 -12
- package/js/components/icons/grid-4-col.vue.js.map +1 -1
- package/js/components/icons/heart-filled.vue.js +12 -14
- package/js/components/icons/heart-filled.vue.js.map +1 -1
- package/js/components/icons/heart.vue.js +11 -13
- package/js/components/icons/heart.vue.js.map +1 -1
- package/js/components/icons/hide.vue.js +11 -13
- package/js/components/icons/hide.vue.js.map +1 -1
- package/js/components/icons/history-tiny.vue.js +18 -21
- package/js/components/icons/history-tiny.vue.js.map +1 -1
- package/js/components/icons/history.vue.js +18 -21
- package/js/components/icons/history.vue.js.map +1 -1
- package/js/components/icons/light-bulb-off.vue.js +16 -19
- package/js/components/icons/light-bulb-off.vue.js.map +1 -1
- package/js/components/icons/light-bulb-on.vue.js +22 -26
- package/js/components/icons/light-bulb-on.vue.js.map +1 -1
- package/js/components/icons/menu.vue.js +11 -13
- package/js/components/icons/menu.vue.js.map +1 -1
- package/js/components/icons/minus-tiny.vue.js +11 -13
- package/js/components/icons/minus-tiny.vue.js.map +1 -1
- package/js/components/icons/minus.vue.js +11 -13
- package/js/components/icons/minus.vue.js.map +1 -1
- package/js/components/icons/plus-tiny.vue.js +11 -13
- package/js/components/icons/plus-tiny.vue.js.map +1 -1
- package/js/components/icons/plus.vue.js +11 -13
- package/js/components/icons/plus.vue.js.map +1 -1
- package/js/components/icons/radiobutton-selected.vue.js +5 -7
- package/js/components/icons/radiobutton-selected.vue.js.map +1 -1
- package/js/components/icons/radiobutton-unselected.vue.js +22 -25
- package/js/components/icons/radiobutton-unselected.vue.js.map +1 -1
- package/js/components/icons/search-tiny.vue.js +11 -13
- package/js/components/icons/search-tiny.vue.js.map +1 -1
- package/js/components/icons/search.vue.js +11 -13
- package/js/components/icons/search.vue.js.map +1 -1
- package/js/components/icons/settings.vue.js +5 -7
- package/js/components/icons/settings.vue.js.map +1 -1
- package/js/components/icons/show.vue.js +20 -23
- package/js/components/icons/show.vue.js.map +1 -1
- package/js/components/icons/sort-az.vue.js +33 -38
- package/js/components/icons/sort-az.vue.js.map +1 -1
- package/js/components/icons/sort-price-down.vue.js +5 -7
- package/js/components/icons/sort-price-down.vue.js.map +1 -1
- package/js/components/icons/sort-price-up.vue.js +5 -7
- package/js/components/icons/sort-price-up.vue.js.map +1 -1
- package/js/components/icons/sort-relevancy.vue.js +25 -29
- package/js/components/icons/sort-relevancy.vue.js.map +1 -1
- package/js/components/icons/sort-za.vue.js +33 -38
- package/js/components/icons/sort-za.vue.js.map +1 -1
- package/js/components/icons/spinner.vue.js +20 -0
- package/js/components/icons/spinner.vue.js.map +1 -0
- package/js/components/icons/star-filled.vue.js +25 -28
- package/js/components/icons/star-filled.vue.js.map +1 -1
- package/js/components/icons/star.vue.js +13 -15
- package/js/components/icons/star.vue.js.map +1 -1
- package/js/components/icons/tag-filled.vue.js +19 -22
- package/js/components/icons/tag-filled.vue.js.map +1 -1
- package/js/components/icons/tag.vue.js +18 -21
- package/js/components/icons/tag.vue.js.map +1 -1
- package/js/components/icons/trash-open.vue.js +5 -7
- package/js/components/icons/trash-open.vue.js.map +1 -1
- package/js/components/icons/trash.vue.js +5 -7
- package/js/components/icons/trash.vue.js.map +1 -1
- package/js/components/icons/trending-tiny.vue.js +18 -21
- package/js/components/icons/trending-tiny.vue.js.map +1 -1
- package/js/components/icons/trending.vue.js +18 -21
- package/js/components/icons/trending.vue.js.map +1 -1
- package/js/components/icons/user-filled.vue.js +15 -18
- package/js/components/icons/user-filled.vue.js.map +1 -1
- package/js/components/icons/user.vue.js +11 -13
- package/js/components/icons/user.vue.js.map +1 -1
- package/js/components/items-list.vue.js.map +1 -1
- package/js/components/items-list.vue2.js +39 -39
- package/js/components/items-list.vue2.js.map +1 -1
- package/js/components/location-provider.vue.js +24 -24
- package/js/components/location-provider.vue.js.map +1 -1
- package/js/components/message.vue.js +54 -0
- package/js/components/message.vue.js.map +1 -0
- package/js/components/message.vue2.js +6 -0
- package/js/components/message.vue2.js.map +1 -0
- package/js/components/modals/base-events-modal-close.vue.js +1 -1
- package/js/components/modals/base-events-modal-close.vue.js.map +1 -1
- package/js/components/modals/base-events-modal-close.vue2.js +27 -27
- package/js/components/modals/base-events-modal-close.vue2.js.map +1 -1
- package/js/components/modals/base-events-modal-open.vue.js +1 -1
- package/js/components/modals/base-events-modal-open.vue.js.map +1 -1
- package/js/components/modals/base-events-modal-open.vue2.js +27 -27
- package/js/components/modals/base-events-modal-open.vue2.js.map +1 -1
- package/js/components/modals/base-events-modal.vue.js.map +1 -1
- package/js/components/modals/base-events-modal.vue2.js +80 -80
- package/js/components/modals/base-events-modal.vue2.js.map +1 -1
- package/js/components/modals/base-id-modal-close.vue.js +1 -1
- package/js/components/modals/base-id-modal-close.vue.js.map +1 -1
- package/js/components/modals/base-id-modal-close.vue2.js +35 -39
- package/js/components/modals/base-id-modal-close.vue2.js.map +1 -1
- package/js/components/modals/base-id-modal-open.vue.js +1 -1
- package/js/components/modals/base-id-modal-open.vue.js.map +1 -1
- package/js/components/modals/base-id-modal-open.vue2.js +34 -38
- package/js/components/modals/base-id-modal-open.vue2.js.map +1 -1
- package/js/components/modals/base-id-modal.vue.js +3 -3
- package/js/components/modals/base-id-modal.vue.js.map +1 -1
- package/js/components/modals/base-id-modal.vue2.js +87 -92
- package/js/components/modals/base-id-modal.vue2.js.map +1 -1
- package/js/components/modals/base-modal.vue.js +2 -1
- package/js/components/modals/base-modal.vue.js.map +1 -1
- package/js/components/modals/base-modal.vue2.js +193 -195
- package/js/components/modals/base-modal.vue2.js.map +1 -1
- package/js/components/modals/base-modal.vue3.js +1 -1
- package/js/components/modals/close-main-modal.vue.js.map +1 -1
- package/js/components/modals/close-main-modal.vue2.js +20 -20
- package/js/components/modals/close-main-modal.vue2.js.map +1 -1
- package/js/components/modals/main-modal.vue.js.map +1 -1
- package/js/components/modals/main-modal.vue2.js +48 -48
- package/js/components/modals/main-modal.vue2.js.map +1 -1
- package/js/components/modals/open-main-modal.vue.js.map +1 -1
- package/js/components/modals/open-main-modal.vue2.js +20 -20
- package/js/components/modals/open-main-modal.vue2.js.map +1 -1
- package/js/components/page-loader-button.vue.js +6 -2
- package/js/components/page-loader-button.vue.js.map +1 -1
- package/js/components/page-loader-button.vue2.js +50 -54
- package/js/components/page-loader-button.vue2.js.map +1 -1
- package/js/components/page-loader-button.vue3.js +1 -1
- package/js/components/page-selector.vue.js +13 -5
- package/js/components/page-selector.vue.js.map +1 -1
- package/js/components/page-selector.vue2.js +111 -116
- package/js/components/page-selector.vue2.js.map +1 -1
- package/js/components/page-selector.vue3.js +1 -1
- package/js/components/panels/base-header-toggle-panel.vue.js.map +1 -1
- package/js/components/panels/base-header-toggle-panel.vue2.js +54 -52
- package/js/components/panels/base-header-toggle-panel.vue2.js.map +1 -1
- package/js/components/panels/base-header-toggle-panel.vue3.js +1 -1
- package/js/components/panels/base-id-toggle-panel-button.vue.js +1 -1
- package/js/components/panels/base-id-toggle-panel-button.vue.js.map +1 -1
- package/js/components/panels/base-id-toggle-panel-button.vue2.js +57 -62
- package/js/components/panels/base-id-toggle-panel-button.vue2.js.map +1 -1
- package/js/components/panels/base-id-toggle-panel.vue.js +2 -2
- package/js/components/panels/base-id-toggle-panel.vue.js.map +1 -1
- package/js/components/panels/base-id-toggle-panel.vue2.js +75 -77
- package/js/components/panels/base-id-toggle-panel.vue2.js.map +1 -1
- package/js/components/panels/base-tabs-panel.vue.js +1 -1
- package/js/components/panels/base-tabs-panel.vue.js.map +1 -1
- package/js/components/panels/base-tabs-panel.vue2.js +106 -104
- package/js/components/panels/base-tabs-panel.vue2.js.map +1 -1
- package/js/components/panels/base-tabs-panel.vue3.js +1 -1
- package/js/components/panels/base-toggle-panel.vue.js.map +1 -1
- package/js/components/panels/base-toggle-panel.vue2.js +28 -28
- package/js/components/panels/base-toggle-panel.vue2.js.map +1 -1
- package/js/components/result/base-result-add-to-cart.vue.js +1 -1
- package/js/components/result/base-result-add-to-cart.vue.js.map +1 -1
- package/js/components/result/base-result-add-to-cart.vue2.js +48 -48
- package/js/components/result/base-result-add-to-cart.vue2.js.map +1 -1
- package/js/components/result/base-result-current-price.vue.js +4 -3
- package/js/components/result/base-result-current-price.vue.js.map +1 -1
- package/js/components/result/base-result-current-price.vue2.js +54 -54
- package/js/components/result/base-result-current-price.vue2.js.map +1 -1
- package/js/components/result/base-result-fallback-image.vue.js +16 -19
- package/js/components/result/base-result-fallback-image.vue.js.map +1 -1
- package/js/components/result/base-result-image.vue.js +3 -3
- package/js/components/result/base-result-image.vue.js.map +1 -1
- package/js/components/result/base-result-image.vue2.js +157 -154
- package/js/components/result/base-result-image.vue2.js.map +1 -1
- package/js/components/result/base-result-image.vue3.js +1 -1
- package/js/components/result/base-result-link.vue.js.map +1 -1
- package/js/components/result/base-result-link.vue2.js +63 -67
- package/js/components/result/base-result-link.vue2.js.map +1 -1
- package/js/components/result/base-result-link.vue3.js +1 -1
- package/js/components/result/base-result-placeholder-image.vue.js +15 -18
- package/js/components/result/base-result-placeholder-image.vue.js.map +1 -1
- package/js/components/result/base-result-previous-price.vue.js +1 -1
- package/js/components/result/base-result-previous-price.vue.js.map +1 -1
- package/js/components/result/base-result-previous-price.vue2.js +37 -37
- package/js/components/result/base-result-previous-price.vue2.js.map +1 -1
- package/js/components/result/base-result-rating.vue.js.map +1 -1
- package/js/components/result/base-result-rating.vue2.js +50 -54
- package/js/components/result/base-result-rating.vue2.js.map +1 -1
- package/js/components/result/base-result-rating.vue3.js +1 -1
- package/js/components/result/result-variant-selector.vue.js.map +1 -1
- package/js/components/result/result-variant-selector.vue2.js +85 -85
- package/js/components/result/result-variant-selector.vue2.js.map +1 -1
- package/js/components/result/result-variant-selector.vue3.js +1 -1
- package/js/components/result/result-variants-provider.vue.js +117 -117
- package/js/components/result/result-variants-provider.vue.js.map +1 -1
- package/js/components/scroll/base-scroll.vue.js +1 -1
- package/js/components/scroll/base-scroll.vue.js.map +1 -1
- package/js/components/scroll/base-scroll.vue2.js +79 -79
- package/js/components/scroll/base-scroll.vue2.js.map +1 -1
- package/js/components/scroll/use-scroll.js +209 -209
- package/js/components/scroll/use-scroll.js.map +1 -1
- package/js/components/sliding-panel.vue.js +52 -37
- package/js/components/sliding-panel.vue.js.map +1 -1
- package/js/components/sliding-panel.vue2.js +73 -131
- package/js/components/sliding-panel.vue2.js.map +1 -1
- package/js/components/sliding-panel.vue3.js +2 -2
- package/js/components/snippet-callbacks.vue.js.map +1 -1
- package/js/components/snippet-callbacks.vue2.js +44 -44
- package/js/components/snippet-callbacks.vue2.js.map +1 -1
- package/js/components/suggestions/base-suggestion.vue.js.map +1 -1
- package/js/components/suggestions/base-suggestion.vue2.js +134 -138
- package/js/components/suggestions/base-suggestion.vue2.js.map +1 -1
- package/js/components/suggestions/base-suggestions.vue.js.map +1 -1
- package/js/components/suggestions/base-suggestions.vue2.js +119 -119
- package/js/components/suggestions/base-suggestions.vue2.js.map +1 -1
- package/js/components/suggestions/base-suggestions.vue3.js +1 -1
- package/js/components/x-component.utils.js +40 -40
- package/js/components/x-component.utils.js.map +1 -1
- package/js/composables/create-use-device.js +150 -150
- package/js/composables/create-use-device.js.map +1 -1
- package/js/composables/use-_x.js +11 -11
- package/js/composables/use-_x.js.map +1 -1
- package/js/composables/use-alias-api.js +133 -138
- package/js/composables/use-alias-api.js.map +1 -1
- package/js/composables/use-debounce.js +16 -16
- package/js/composables/use-debounce.js.map +1 -1
- package/js/composables/use-getter.js +17 -22
- package/js/composables/use-getter.js.map +1 -1
- package/js/composables/use-on-display.js +46 -46
- package/js/composables/use-on-display.js.map +1 -1
- package/js/composables/use-state.js +14 -14
- package/js/composables/use-state.js.map +1 -1
- package/js/composables/use-x-bus.js +67 -67
- package/js/composables/use-x-bus.js.map +1 -1
- package/js/directives/infinite-scroll.js +97 -102
- package/js/directives/infinite-scroll.js.map +1 -1
- package/js/directives/typing.js +53 -53
- package/js/directives/typing.js.map +1 -1
- package/js/index.js +34 -13
- package/js/index.js.map +1 -1
- package/js/plugins/x-bus.js +18 -20
- package/js/plugins/x-bus.js.map +1 -1
- package/js/plugins/x-emitters.js +62 -62
- package/js/plugins/x-emitters.js.map +1 -1
- package/js/plugins/x-plugin.js +310 -313
- package/js/plugins/x-plugin.js.map +1 -1
- package/js/plugins/x-plugin.utils.js +24 -24
- package/js/plugins/x-plugin.utils.js.map +1 -1
- package/js/services/directional-focus-navigation.service.js +408 -408
- package/js/services/directional-focus-navigation.service.js.map +1 -1
- package/js/services/results-enrichment.service.js +37 -0
- package/js/services/results-enrichment.service.js.map +1 -0
- package/js/services/state-machine.service.js +26 -26
- package/js/services/state-machine.service.js.map +1 -1
- package/js/store/utils/config-store.utils.js +21 -21
- package/js/store/utils/config-store.utils.js.map +1 -1
- package/js/store/utils/fetch-and-save-action.utils.js +68 -68
- package/js/store/utils/fetch-and-save-action.utils.js.map +1 -1
- package/js/store/utils/getters-proxy.utils.js +96 -96
- package/js/store/utils/getters-proxy.utils.js.map +1 -1
- package/js/store/utils/query.utils.js +33 -33
- package/js/store/utils/query.utils.js.map +1 -1
- package/js/store/utils/status-store.utils.js +9 -9
- package/js/store/utils/status-store.utils.js.map +1 -1
- package/js/store/utils/store-emitters.utils.js +10 -10
- package/js/store/utils/store-emitters.utils.js.map +1 -1
- package/js/store/x.module.js +9 -9
- package/js/store/x.module.js.map +1 -1
- package/js/types/animation-prop.js +10 -10
- package/js/types/animation-prop.js.map +1 -1
- package/js/utils/array.js +183 -183
- package/js/utils/array.js.map +1 -1
- package/js/utils/cancellable-promise.js +38 -38
- package/js/utils/cancellable-promise.js.map +1 -1
- package/js/utils/clone.js +11 -11
- package/js/utils/clone.js.map +1 -1
- package/js/utils/currency-formatter.js +117 -117
- package/js/utils/currency-formatter.js.map +1 -1
- package/js/utils/debounce.js +58 -58
- package/js/utils/debounce.js.map +1 -1
- package/js/utils/filters.js +32 -32
- package/js/utils/filters.js.map +1 -1
- package/js/utils/focus.js +5 -5
- package/js/utils/function.js +6 -6
- package/js/utils/function.js.map +1 -1
- package/js/utils/get-url-parameters.js +11 -11
- package/js/utils/get-url-parameters.js.map +1 -1
- package/js/utils/html.js +48 -48
- package/js/utils/html.js.map +1 -1
- package/js/utils/ios-utils.js +26 -26
- package/js/utils/ios-utils.js.map +1 -1
- package/js/utils/is-new-query.js +42 -42
- package/js/utils/is-new-query.js.map +1 -1
- package/js/utils/normalize.js +25 -25
- package/js/utils/normalize.js.map +1 -1
- package/js/utils/number.js +11 -11
- package/js/utils/number.js.map +1 -1
- package/js/utils/origin.js +15 -15
- package/js/utils/origin.js.map +1 -1
- package/js/utils/sanitize.js +10 -10
- package/js/utils/sanitize.js.map +1 -1
- package/js/utils/storage.js +15 -16
- package/js/utils/storage.js.map +1 -1
- package/js/utils/string.js +44 -44
- package/js/utils/string.js.map +1 -1
- package/js/utils/throttle.js +22 -22
- package/js/utils/throttle.js.map +1 -1
- package/js/wiring/namespaced-wires.factory.js +66 -66
- package/js/wiring/namespaced-wires.factory.js.map +1 -1
- package/js/wiring/namespaced-wires.operators.js +41 -41
- package/js/wiring/namespaced-wires.operators.js.map +1 -1
- package/js/wiring/wires-operators.utils.js +49 -49
- package/js/wiring/wires-operators.utils.js.map +1 -1
- package/js/wiring/wires.factory.js +108 -108
- package/js/wiring/wires.factory.js.map +1 -1
- package/js/wiring/wires.operators.js +121 -121
- package/js/wiring/wires.operators.js.map +1 -1
- package/js/wiring/wiring.utils.js +29 -29
- package/js/wiring/wiring.utils.js.map +1 -1
- package/js/x-bus/x-bus.js +179 -0
- package/js/x-bus/x-bus.js.map +1 -0
- package/js/x-bus/x-priority-queue.js +177 -0
- package/js/x-bus/x-priority-queue.js.map +1 -0
- package/js/x-installer/api/base-api.js +109 -109
- package/js/x-installer/api/base-api.js.map +1 -1
- package/js/x-installer/x-installer.js +285 -0
- package/js/x-installer/x-installer.js.map +1 -0
- package/js/x-modules/ai/components/ai-carousel.vue.js +150 -0
- package/js/x-modules/ai/components/ai-carousel.vue.js.map +1 -0
- package/js/x-modules/ai/components/ai-carousel.vue2.js +191 -0
- package/js/x-modules/ai/components/ai-carousel.vue2.js.map +1 -0
- package/js/x-modules/ai/components/ai-carousel.vue3.js +7 -0
- package/js/x-modules/ai/components/ai-carousel.vue3.js.map +1 -0
- package/js/x-modules/ai/components/ai-overview.vue.js +267 -0
- package/js/x-modules/ai/components/ai-overview.vue.js.map +1 -0
- package/js/x-modules/ai/components/ai-overview.vue2.js +187 -0
- package/js/x-modules/ai/components/ai-overview.vue2.js.map +1 -0
- package/js/x-modules/ai/components/ai-overview.vue3.js +7 -0
- package/js/x-modules/ai/components/ai-overview.vue3.js.map +1 -0
- package/js/x-modules/ai/store/actions/fetch-and-save-ai-suggestions-search.action.js +35 -0
- package/js/x-modules/ai/store/actions/fetch-and-save-ai-suggestions-search.action.js.map +1 -0
- package/js/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.js +93 -0
- package/js/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.js.map +1 -0
- package/js/x-modules/ai/store/actions/save-origin.action.js +16 -0
- package/js/x-modules/ai/store/actions/save-origin.action.js.map +1 -0
- package/js/x-modules/ai/store/actions/set-url-params.action.js +13 -0
- package/js/x-modules/ai/store/actions/set-url-params.action.js.map +1 -0
- package/js/x-modules/ai/store/emitters.js +17 -0
- package/js/x-modules/ai/store/emitters.js.map +1 -0
- package/js/x-modules/ai/store/getters/ai-query.getter.js +19 -0
- package/js/x-modules/ai/store/getters/ai-query.getter.js.map +1 -0
- package/js/x-modules/ai/store/getters/suggestions-request.getter.js +20 -0
- package/js/x-modules/ai/store/getters/suggestions-request.getter.js.map +1 -0
- package/js/x-modules/ai/store/getters/suggestions-search-request.getter.js +16 -0
- package/js/x-modules/ai/store/getters/suggestions-search-request.getter.js.map +1 -0
- package/js/x-modules/ai/store/module.js +115 -0
- package/js/x-modules/ai/store/module.js.map +1 -0
- package/js/x-modules/ai/wiring.js +77 -0
- package/js/x-modules/ai/wiring.js.map +1 -0
- package/js/x-modules/ai/x-module.js +23 -0
- package/js/x-modules/ai/x-module.js.map +1 -0
- package/js/x-modules/device/components/device-detector.vue.js.map +1 -1
- package/js/x-modules/device/components/device-detector.vue2.js +117 -117
- package/js/x-modules/device/components/device-detector.vue2.js.map +1 -1
- package/js/x-modules/device/store/emitters.js +5 -5
- package/js/x-modules/device/store/emitters.js.map +1 -1
- package/js/x-modules/device/store/module.js +16 -16
- package/js/x-modules/device/store/module.js.map +1 -1
- package/js/x-modules/device/wiring.js +21 -21
- package/js/x-modules/device/wiring.js.map +1 -1
- package/js/x-modules/device/x-module.js +12 -12
- package/js/x-modules/device/x-module.js.map +1 -1
- package/js/x-modules/empathize/components/empathize.vue.js +1 -1
- package/js/x-modules/empathize/components/empathize.vue.js.map +1 -1
- package/js/x-modules/empathize/components/empathize.vue2.js +119 -98
- package/js/x-modules/empathize/components/empathize.vue2.js.map +1 -1
- package/js/x-modules/empathize/store/emitters.js +5 -5
- package/js/x-modules/empathize/store/emitters.js.map +1 -1
- package/js/x-modules/empathize/store/module.js +20 -20
- package/js/x-modules/empathize/store/module.js.map +1 -1
- package/js/x-modules/empathize/wiring.js +24 -24
- package/js/x-modules/empathize/wiring.js.map +1 -1
- package/js/x-modules/empathize/x-module.js +12 -12
- package/js/x-modules/empathize/x-module.js.map +1 -1
- package/js/x-modules/experience-controls/components/experience-controls.vue.js +24 -24
- package/js/x-modules/experience-controls/components/experience-controls.vue.js.map +1 -1
- package/js/x-modules/experience-controls/store/actions/fetch-and-save-experience-controls.action.js +20 -20
- package/js/x-modules/experience-controls/store/actions/fetch-and-save-experience-controls.action.js.map +1 -1
- package/js/x-modules/experience-controls/store/actions/fetch-experience-controls.action.js +14 -14
- package/js/x-modules/experience-controls/store/actions/fetch-experience-controls.action.js.map +1 -1
- package/js/x-modules/experience-controls/store/emitters.js +10 -10
- package/js/x-modules/experience-controls/store/emitters.js.map +1 -1
- package/js/x-modules/experience-controls/store/getters/experience-controls-results-request.getter.js +14 -14
- package/js/x-modules/experience-controls/store/getters/experience-controls-results-request.getter.js.map +1 -1
- package/js/x-modules/experience-controls/store/module.js +33 -33
- package/js/x-modules/experience-controls/store/module.js.map +1 -1
- package/js/x-modules/experience-controls/wiring.js +38 -38
- package/js/x-modules/experience-controls/wiring.js.map +1 -1
- package/js/x-modules/experience-controls/x-module.js +13 -18
- package/js/x-modules/experience-controls/x-module.js.map +1 -1
- package/js/x-modules/extra-params/components/extra-params.vue.js +25 -25
- package/js/x-modules/extra-params/components/extra-params.vue.js.map +1 -1
- package/js/x-modules/extra-params/components/renderless-extra-param.vue.js +31 -31
- package/js/x-modules/extra-params/components/renderless-extra-param.vue.js.map +1 -1
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue.js.map +1 -1
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue2.js +41 -41
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue2.js.map +1 -1
- package/js/x-modules/extra-params/store/emitters.js +10 -10
- package/js/x-modules/extra-params/store/emitters.js.map +1 -1
- package/js/x-modules/extra-params/store/module.js +16 -16
- package/js/x-modules/extra-params/store/module.js.map +1 -1
- package/js/x-modules/extra-params/wiring.js +27 -27
- package/js/x-modules/extra-params/wiring.js.map +1 -1
- package/js/x-modules/extra-params/x-module.js +13 -18
- package/js/x-modules/extra-params/x-module.js.map +1 -1
- package/js/x-modules/facets/components/clear-filters.vue.js +1 -1
- package/js/x-modules/facets/components/clear-filters.vue.js.map +1 -1
- package/js/x-modules/facets/components/clear-filters.vue2.js +42 -42
- package/js/x-modules/facets/components/clear-filters.vue2.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets-provider.vue2.js +90 -90
- package/js/x-modules/facets/components/facets/facets-provider.vue2.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets-provider.vue3.js +1 -1
- package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets.vue2.js +123 -123
- package/js/x-modules/facets/components/facets/facets.vue2.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets.vue3.js +1 -1
- package/js/x-modules/facets/components/filters/all-filter.vue.js +6 -2
- package/js/x-modules/facets/components/filters/all-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/all-filter.vue2.js +62 -62
- package/js/x-modules/facets/components/filters/all-filter.vue2.js.map +1 -1
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue.js +16 -8
- 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.vue2.js +221 -225
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue2.js.map +1 -1
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue3.js +1 -1
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js +3 -3
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue2.js +107 -107
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue2.js.map +1 -1
- 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.vue2.js +55 -55
- package/js/x-modules/facets/components/filters/number-range-filter.vue2.js.map +1 -1
- package/js/x-modules/facets/components/filters/renderless-filter.vue.js +57 -57
- package/js/x-modules/facets/components/filters/renderless-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/simple-filter.vue.js.map +1 -1
- package/js/x-modules/facets/components/filters/simple-filter.vue2.js +41 -41
- package/js/x-modules/facets/components/filters/simple-filter.vue2.js.map +1 -1
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js +35 -35
- package/js/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-list.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-list.vue2.js +75 -75
- package/js/x-modules/facets/components/lists/filters-list.vue2.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-list.vue3.js +1 -1
- package/js/x-modules/facets/components/lists/filters-search.vue.js +2 -2
- package/js/x-modules/facets/components/lists/filters-search.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-search.vue2.js +92 -92
- package/js/x-modules/facets/components/lists/filters-search.vue2.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-search.vue3.js +1 -1
- package/js/x-modules/facets/components/lists/selected-filters-list.vue.js +1 -1
- 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.vue2.js +57 -57
- package/js/x-modules/facets/components/lists/selected-filters-list.vue2.js.map +1 -1
- package/js/x-modules/facets/components/lists/selected-filters.vue.js +25 -25
- package/js/x-modules/facets/components/lists/selected-filters.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/sliced-filters.vue.js +22 -6
- package/js/x-modules/facets/components/lists/sliced-filters.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/sliced-filters.vue2.js +94 -94
- package/js/x-modules/facets/components/lists/sliced-filters.vue2.js.map +1 -1
- package/js/x-modules/facets/components/lists/sorted-filters.vue.js +45 -45
- package/js/x-modules/facets/components/lists/sorted-filters.vue.js.map +1 -1
- package/js/x-modules/facets/components/preselected-filters.vue.js +60 -60
- package/js/x-modules/facets/components/preselected-filters.vue.js.map +1 -1
- package/js/x-modules/facets/composables/use-facets.js +46 -46
- package/js/x-modules/facets/composables/use-facets.js.map +1 -1
- package/js/x-modules/facets/composables/use-filters-injection.js +54 -54
- package/js/x-modules/facets/composables/use-filters-injection.js.map +1 -1
- package/js/x-modules/facets/entities/add-facet-if-not-present.js +16 -16
- package/js/x-modules/facets/entities/add-facet-if-not-present.js.map +1 -1
- package/js/x-modules/facets/entities/editable-number-range-filter.entity.js +98 -98
- package/js/x-modules/facets/entities/editable-number-range-filter.entity.js.map +1 -1
- package/js/x-modules/facets/entities/filter-entity.factory.js +122 -122
- package/js/x-modules/facets/entities/filter-entity.factory.js.map +1 -1
- package/js/x-modules/facets/entities/hierarchical-filter.entity.js +84 -84
- package/js/x-modules/facets/entities/hierarchical-filter.entity.js.map +1 -1
- package/js/x-modules/facets/entities/number-range-filter.entity.js +30 -30
- package/js/x-modules/facets/entities/number-range-filter.entity.js.map +1 -1
- package/js/x-modules/facets/entities/raw-filter.entity.js +32 -32
- package/js/x-modules/facets/entities/raw-filter.entity.js.map +1 -1
- package/js/x-modules/facets/entities/simple-filter.entity.js +30 -30
- package/js/x-modules/facets/entities/simple-filter.entity.js.map +1 -1
- package/js/x-modules/facets/entities/single-select.modifier.js +83 -83
- package/js/x-modules/facets/entities/single-select.modifier.js.map +1 -1
- package/js/x-modules/facets/entities/sticky.modifier.js +29 -29
- package/js/x-modules/facets/entities/sticky.modifier.js.map +1 -1
- package/js/x-modules/facets/entities/types.js +27 -27
- package/js/x-modules/facets/entities/types.js.map +1 -1
- package/js/x-modules/facets/service/facets.service.js +229 -234
- package/js/x-modules/facets/service/facets.service.js.map +1 -1
- package/js/x-modules/facets/store/actions/fetch-and-save-facets-response.action.js +38 -0
- package/js/x-modules/facets/store/actions/fetch-and-save-facets-response.action.js.map +1 -0
- package/js/x-modules/facets/store/actions/fetch-facets-response.action.js +16 -0
- package/js/x-modules/facets/store/actions/fetch-facets-response.action.js.map +1 -0
- package/js/x-modules/facets/store/actions/save-origin.action.js +16 -0
- package/js/x-modules/facets/store/actions/save-origin.action.js.map +1 -0
- package/js/x-modules/facets/store/emitters.js +24 -24
- package/js/x-modules/facets/store/emitters.js.map +1 -1
- package/js/x-modules/facets/store/getters/facets.getter.js +15 -15
- package/js/x-modules/facets/store/getters/facets.getter.js.map +1 -1
- package/js/x-modules/facets/store/getters/request.getter.js +23 -0
- package/js/x-modules/facets/store/getters/request.getter.js.map +1 -0
- package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js +19 -19
- 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-for-request.getter.js +22 -22
- package/js/x-modules/facets/store/getters/selected-filters-for-request.getter.js.map +1 -1
- package/js/x-modules/facets/store/getters/selected-filters.getter.js +19 -19
- package/js/x-modules/facets/store/getters/selected-filters.getter.js.map +1 -1
- package/js/x-modules/facets/store/module.js +88 -66
- package/js/x-modules/facets/store/module.js.map +1 -1
- package/js/x-modules/facets/utils.js +57 -15
- package/js/x-modules/facets/utils.js.map +1 -1
- package/js/x-modules/facets/wiring.js +193 -193
- package/js/x-modules/facets/wiring.js.map +1 -1
- package/js/x-modules/facets/x-module.js +12 -12
- package/js/x-modules/facets/x-module.js.map +1 -1
- package/js/x-modules/history-queries/components/clear-history-queries.vue.js +6 -2
- 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.vue2.js +51 -51
- package/js/x-modules/history-queries/components/clear-history-queries.vue2.js.map +1 -1
- package/js/x-modules/history-queries/components/history-queries-switch.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/history-queries-switch.vue2.js +42 -42
- package/js/x-modules/history-queries/components/history-queries-switch.vue2.js.map +1 -1
- package/js/x-modules/history-queries/components/history-queries.vue.js +1 -1
- package/js/x-modules/history-queries/components/history-queries.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/history-queries.vue2.js +25 -25
- package/js/x-modules/history-queries/components/history-queries.vue2.js.map +1 -1
- package/js/x-modules/history-queries/components/history-query.vue.js +7 -3
- package/js/x-modules/history-queries/components/history-query.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/history-query.vue2.js +48 -48
- package/js/x-modules/history-queries/components/history-query.vue2.js.map +1 -1
- package/js/x-modules/history-queries/components/my-history.vue.js +4 -4
- package/js/x-modules/history-queries/components/my-history.vue.js.map +1 -1
- package/js/x-modules/history-queries/components/my-history.vue2.js +126 -126
- package/js/x-modules/history-queries/components/my-history.vue2.js.map +1 -1
- package/js/x-modules/history-queries/components/my-history.vue3.js +1 -1
- 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.vue2.js +39 -39
- package/js/x-modules/history-queries/components/remove-history-query.vue2.js.map +1 -1
- package/js/x-modules/history-queries/store/actions/add-query-to-history.action.js +134 -134
- 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 +11 -11
- 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 +11 -11
- 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 +12 -12
- 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 +16 -16
- 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 +10 -10
- package/js/x-modules/history-queries/store/actions/set-url-params.action.js.map +1 -1
- package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js +6 -6
- package/js/x-modules/history-queries/store/actions/toggle-history-queries.action.js.map +1 -1
- package/js/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.js +64 -64
- package/js/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.js.map +1 -1
- package/js/x-modules/history-queries/store/constants.js +2 -2
- package/js/x-modules/history-queries/store/constants.js.map +1 -1
- package/js/x-modules/history-queries/store/emitters.js +15 -15
- package/js/x-modules/history-queries/store/emitters.js.map +1 -1
- package/js/x-modules/history-queries/store/getters/history-queries-with-results.getter.js +10 -10
- package/js/x-modules/history-queries/store/getters/history-queries.getter.js +44 -44
- 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 +11 -11
- package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js +10 -10
- 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 +8 -8
- package/js/x-modules/history-queries/store/getters/storage-key.getter.js.map +1 -1
- package/js/x-modules/history-queries/store/module.js +53 -53
- package/js/x-modules/history-queries/store/module.js.map +1 -1
- package/js/x-modules/history-queries/wiring.js +169 -169
- package/js/x-modules/history-queries/wiring.js.map +1 -1
- package/js/x-modules/history-queries/x-module.js +12 -12
- package/js/x-modules/history-queries/x-module.js.map +1 -1
- package/js/x-modules/identifier-results/components/identifier-result.vue.js.map +1 -1
- package/js/x-modules/identifier-results/components/identifier-result.vue2.js +52 -52
- package/js/x-modules/identifier-results/components/identifier-result.vue2.js.map +1 -1
- package/js/x-modules/identifier-results/components/identifier-results.vue.js.map +1 -1
- package/js/x-modules/identifier-results/components/identifier-results.vue2.js +55 -55
- package/js/x-modules/identifier-results/components/identifier-results.vue2.js.map +1 -1
- package/js/x-modules/identifier-results/components/identifier-results.vue3.js +1 -1
- package/js/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.js +23 -23
- 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 +13 -13
- 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 +10 -10
- package/js/x-modules/identifier-results/store/actions/save-origin.action.js.map +1 -1
- package/js/x-modules/identifier-results/store/actions/save-query.action.js +16 -16
- package/js/x-modules/identifier-results/store/actions/save-query.action.js.map +1 -1
- package/js/x-modules/identifier-results/store/emitters.js +11 -11
- 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 +11 -11
- 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 +19 -19
- 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 +18 -18
- 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 +48 -48
- package/js/x-modules/identifier-results/store/module.js.map +1 -1
- package/js/x-modules/identifier-results/wiring.js +114 -114
- package/js/x-modules/identifier-results/wiring.js.map +1 -1
- package/js/x-modules/identifier-results/x-module.js +12 -12
- package/js/x-modules/identifier-results/x-module.js.map +1 -1
- package/js/x-modules/next-queries/components/next-queries-list.vue.js +118 -118
- package/js/x-modules/next-queries/components/next-queries-list.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-queries.vue.js +1 -1
- package/js/x-modules/next-queries/components/next-queries.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-queries.vue2.js +48 -48
- package/js/x-modules/next-queries/components/next-queries.vue2.js.map +1 -1
- package/js/x-modules/next-queries/components/next-query-preview.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-query-preview.vue2.js +55 -55
- package/js/x-modules/next-queries/components/next-query-preview.vue2.js.map +1 -1
- package/js/x-modules/next-queries/components/next-query.vue.js.map +1 -1
- package/js/x-modules/next-queries/components/next-query.vue2.js +52 -52
- package/js/x-modules/next-queries/components/next-query.vue2.js.map +1 -1
- package/js/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.js +21 -21
- 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-and-save-next-query-preview.action.js +16 -16
- package/js/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.js.map +1 -1
- package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js +15 -15
- package/js/x-modules/next-queries/store/actions/fetch-next-queries.action.js.map +1 -1
- package/js/x-modules/next-queries/store/actions/fetch-next-query-preview.action.js +26 -26
- package/js/x-modules/next-queries/store/actions/fetch-next-query-preview.action.js.map +1 -1
- package/js/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.js +12 -12
- 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 +10 -10
- package/js/x-modules/next-queries/store/actions/set-url-params.action.js.map +1 -1
- package/js/x-modules/next-queries/store/emitters.js +11 -11
- package/js/x-modules/next-queries/store/emitters.js.map +1 -1
- package/js/x-modules/next-queries/store/getters/next-queries-query.getter.js +10 -10
- package/js/x-modules/next-queries/store/getters/next-queries.getter.js +13 -13
- 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 +19 -19
- package/js/x-modules/next-queries/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/next-queries/store/module.js +61 -61
- package/js/x-modules/next-queries/store/module.js.map +1 -1
- package/js/x-modules/next-queries/wiring.js +130 -130
- package/js/x-modules/next-queries/wiring.js.map +1 -1
- package/js/x-modules/next-queries/x-module.js +12 -12
- package/js/x-modules/next-queries/x-module.js.map +1 -1
- package/js/x-modules/popular-searches/components/popular-search.vue.js.map +1 -1
- package/js/x-modules/popular-searches/components/popular-search.vue2.js +32 -32
- package/js/x-modules/popular-searches/components/popular-search.vue2.js.map +1 -1
- package/js/x-modules/popular-searches/components/popular-searches.vue.js +1 -1
- package/js/x-modules/popular-searches/components/popular-searches.vue.js.map +1 -1
- package/js/x-modules/popular-searches/components/popular-searches.vue2.js +24 -24
- package/js/x-modules/popular-searches/components/popular-searches.vue2.js.map +1 -1
- package/js/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.js +19 -19
- 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 +12 -12
- package/js/x-modules/popular-searches/store/actions/fetch-suggestions.action.js.map +1 -1
- package/js/x-modules/popular-searches/store/emitters.js +9 -9
- package/js/x-modules/popular-searches/store/emitters.js.map +1 -1
- package/js/x-modules/popular-searches/store/getters/popular-searches.getter.js +14 -14
- 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 +14 -14
- package/js/x-modules/popular-searches/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/popular-searches/store/module.js +41 -41
- package/js/x-modules/popular-searches/store/module.js.map +1 -1
- package/js/x-modules/popular-searches/wiring.js +51 -51
- package/js/x-modules/popular-searches/wiring.js.map +1 -1
- package/js/x-modules/popular-searches/x-module.js +12 -12
- package/js/x-modules/popular-searches/x-module.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-button.vue.js +1 -1
- package/js/x-modules/queries-preview/components/query-preview-button.vue.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-button.vue2.js +70 -79
- package/js/x-modules/queries-preview/components/query-preview-button.vue2.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-list.vue.js +37 -28
- package/js/x-modules/queries-preview/components/query-preview-list.vue.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-list.vue2.js +159 -150
- package/js/x-modules/queries-preview/components/query-preview-list.vue2.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-list.vue3.js +7 -0
- package/js/x-modules/queries-preview/components/query-preview-list.vue3.js.map +1 -0
- package/js/x-modules/queries-preview/components/query-preview.vue.js +38 -26
- package/js/x-modules/queries-preview/components/query-preview.vue.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview.vue2.js +256 -238
- package/js/x-modules/queries-preview/components/query-preview.vue2.js.map +1 -1
- package/js/x-modules/queries-preview/composables/use-queries-preview.composable.js +37 -37
- package/js/x-modules/queries-preview/composables/use-queries-preview.composable.js.map +1 -1
- package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview-results-enrichment.action.js +21 -0
- package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview-results-enrichment.action.js.map +1 -0
- package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js +43 -41
- package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js.map +1 -1
- package/js/x-modules/queries-preview/store/actions/fetch-query-preview.action.js +18 -18
- package/js/x-modules/queries-preview/store/actions/fetch-query-preview.action.js.map +1 -1
- package/js/x-modules/queries-preview/store/emitters.js +11 -10
- package/js/x-modules/queries-preview/store/emitters.js.map +1 -1
- package/js/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.js +11 -11
- package/js/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.js.map +1 -1
- package/js/x-modules/queries-preview/store/module.js +71 -62
- package/js/x-modules/queries-preview/store/module.js.map +1 -1
- package/js/x-modules/queries-preview/utils/get-hash-from-query-preview.js +47 -27
- package/js/x-modules/queries-preview/utils/get-hash-from-query-preview.js.map +1 -1
- package/js/x-modules/queries-preview/wiring.js +107 -98
- package/js/x-modules/queries-preview/wiring.js.map +1 -1
- package/js/x-modules/queries-preview/x-module.js +12 -12
- package/js/x-modules/queries-preview/x-module.js.map +1 -1
- package/js/x-modules/query-suggestions/components/query-suggestion.vue.js.map +1 -1
- package/js/x-modules/query-suggestions/components/query-suggestion.vue2.js +35 -39
- package/js/x-modules/query-suggestions/components/query-suggestion.vue2.js.map +1 -1
- package/js/x-modules/query-suggestions/components/query-suggestions.vue.js +1 -1
- package/js/x-modules/query-suggestions/components/query-suggestions.vue.js.map +1 -1
- package/js/x-modules/query-suggestions/components/query-suggestions.vue2.js +18 -22
- package/js/x-modules/query-suggestions/components/query-suggestions.vue2.js.map +1 -1
- package/js/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.js +19 -19
- 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 +16 -21
- 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 +10 -10
- package/js/x-modules/query-suggestions/store/actions/set-url-params.action.js.map +1 -1
- package/js/x-modules/query-suggestions/store/emitters.js +8 -8
- package/js/x-modules/query-suggestions/store/emitters.js.map +1 -1
- package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js +8 -8
- package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js +50 -50
- 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 +17 -17
- package/js/x-modules/query-suggestions/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/query-suggestions/store/module.js +47 -47
- package/js/x-modules/query-suggestions/store/module.js.map +1 -1
- package/js/x-modules/query-suggestions/wiring.js +124 -124
- package/js/x-modules/query-suggestions/wiring.js.map +1 -1
- package/js/x-modules/query-suggestions/x-module.js +12 -12
- package/js/x-modules/query-suggestions/x-module.js.map +1 -1
- package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -1
- package/js/x-modules/recommendations/components/recommendations.vue2.js +60 -64
- package/js/x-modules/recommendations/components/recommendations.vue2.js.map +1 -1
- package/js/x-modules/recommendations/components/recommendations.vue3.js +1 -1
- package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations-enrichment.action.js +30 -0
- package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations-enrichment.action.js.map +1 -0
- package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js +21 -21
- 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 +13 -18
- package/js/x-modules/recommendations/store/actions/fetch-recommendations.action.js.map +1 -1
- package/js/x-modules/recommendations/store/constants.js +5 -5
- package/js/x-modules/recommendations/store/emitters.js +10 -10
- package/js/x-modules/recommendations/store/emitters.js.map +1 -1
- package/js/x-modules/recommendations/store/getters/request.getter.js +16 -16
- package/js/x-modules/recommendations/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/recommendations/store/module.js +49 -42
- package/js/x-modules/recommendations/store/module.js.map +1 -1
- package/js/x-modules/recommendations/wiring.js +52 -43
- package/js/x-modules/recommendations/wiring.js.map +1 -1
- package/js/x-modules/recommendations/x-module.js +12 -12
- package/js/x-modules/recommendations/x-module.js.map +1 -1
- package/js/x-modules/related-prompts/components/related-prompt.vue.js +12 -2
- package/js/x-modules/related-prompts/components/related-prompt.vue.js.map +1 -1
- package/js/x-modules/related-prompts/components/related-prompt.vue2.js +32 -32
- package/js/x-modules/related-prompts/components/related-prompt.vue2.js.map +1 -1
- package/js/x-modules/related-prompts/components/related-prompt.vue3.js +2 -2
- package/js/x-modules/related-prompts/components/related-prompts-list.vue.js +139 -139
- package/js/x-modules/related-prompts/components/related-prompts-list.vue.js.map +1 -1
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js +1 -1
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js.map +1 -1
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js +198 -202
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js.map +1 -1
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue3.js +1 -1
- package/js/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.js +23 -23
- package/js/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.js.map +1 -1
- package/js/x-modules/related-prompts/store/actions/fetch-related-prompts.action.js +14 -14
- package/js/x-modules/related-prompts/store/actions/fetch-related-prompts.action.js.map +1 -1
- package/js/x-modules/related-prompts/store/actions/set-url-params.action.js +10 -10
- package/js/x-modules/related-prompts/store/actions/set-url-params.action.js.map +1 -1
- package/js/x-modules/related-prompts/store/emitters.js +9 -9
- package/js/x-modules/related-prompts/store/emitters.js.map +1 -1
- package/js/x-modules/related-prompts/store/getters/related-prompts-query.getter.js +12 -12
- package/js/x-modules/related-prompts/store/getters/request.getter.js +13 -13
- package/js/x-modules/related-prompts/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/related-prompts/store/module.js +53 -53
- package/js/x-modules/related-prompts/store/module.js.map +1 -1
- package/js/x-modules/related-prompts/wiring.js +81 -75
- package/js/x-modules/related-prompts/wiring.js.map +1 -1
- package/js/x-modules/related-prompts/x-module.js +12 -12
- package/js/x-modules/related-prompts/x-module.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tag.vue.js +1 -1
- package/js/x-modules/related-tags/components/related-tag.vue.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tag.vue2.js +114 -114
- package/js/x-modules/related-tags/components/related-tag.vue2.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tags.vue.js +3 -3
- package/js/x-modules/related-tags/components/related-tags.vue.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tags.vue2.js +50 -50
- package/js/x-modules/related-tags/components/related-tags.vue2.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tags.vue3.js +1 -1
- package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js +19 -19
- 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 +12 -12
- 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 +30 -30
- package/js/x-modules/related-tags/store/actions/set-url-params.action.js.map +1 -1
- package/js/x-modules/related-tags/store/actions/toggle-related-tag.action.js +18 -18
- 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 +12 -12
- package/js/x-modules/related-tags/store/emitters.js.map +1 -1
- package/js/x-modules/related-tags/store/getters/query.getter.js +10 -10
- package/js/x-modules/related-tags/store/getters/related-tags.getter.js +8 -8
- package/js/x-modules/related-tags/store/getters/request.getter.js +19 -19
- package/js/x-modules/related-tags/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/related-tags/store/module.js +45 -45
- package/js/x-modules/related-tags/store/module.js.map +1 -1
- package/js/x-modules/related-tags/wiring.js +129 -129
- package/js/x-modules/related-tags/wiring.js.map +1 -1
- package/js/x-modules/related-tags/x-module.js +12 -12
- package/js/x-modules/related-tags/x-module.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll-item.vue2.js +74 -74
- package/js/x-modules/scroll/components/main-scroll-item.vue2.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll.vue.js +168 -168
- package/js/x-modules/scroll/components/main-scroll.vue.js.map +1 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue.js +1 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue.js.map +1 -1
- package/js/x-modules/scroll/components/scroll-to-top.vue2.js +109 -118
- package/js/x-modules/scroll/components/scroll-to-top.vue2.js.map +1 -1
- package/js/x-modules/scroll/components/scroll.const.js +11 -11
- package/js/x-modules/scroll/components/scroll.const.js.map +1 -1
- package/js/x-modules/scroll/components/scroll.vue.js +2 -2
- package/js/x-modules/scroll/components/scroll.vue.js.map +1 -1
- package/js/x-modules/scroll/components/scroll.vue2.js +101 -101
- package/js/x-modules/scroll/components/scroll.vue2.js.map +1 -1
- package/js/x-modules/scroll/store/emitters.js +5 -5
- package/js/x-modules/scroll/store/emitters.js.map +1 -1
- package/js/x-modules/scroll/store/module.js +29 -29
- package/js/x-modules/scroll/store/module.js.map +1 -1
- package/js/x-modules/scroll/wiring.js +89 -89
- package/js/x-modules/scroll/wiring.js.map +1 -1
- package/js/x-modules/scroll/x-module.js +12 -12
- package/js/x-modules/scroll/x-module.js.map +1 -1
- package/js/x-modules/search/components/banner.vue.js.map +1 -1
- package/js/x-modules/search/components/banner.vue2.js +61 -61
- package/js/x-modules/search/components/banner.vue2.js.map +1 -1
- package/js/x-modules/search/components/banner.vue3.js +1 -1
- package/js/x-modules/search/components/banners-list.vue.js +93 -93
- package/js/x-modules/search/components/banners-list.vue.js.map +1 -1
- package/js/x-modules/search/components/fallback-disclaimer.vue.js.map +1 -1
- package/js/x-modules/search/components/fallback-disclaimer.vue2.js +13 -13
- package/js/x-modules/search/components/fallback-disclaimer.vue2.js.map +1 -1
- package/js/x-modules/search/components/partial-query-button.vue.js +1 -1
- package/js/x-modules/search/components/partial-query-button.vue.js.map +1 -1
- package/js/x-modules/search/components/partial-query-button.vue2.js +48 -48
- package/js/x-modules/search/components/partial-query-button.vue2.js.map +1 -1
- package/js/x-modules/search/components/partial-results-list.vue.js.map +1 -1
- package/js/x-modules/search/components/partial-results-list.vue2.js +48 -48
- package/js/x-modules/search/components/partial-results-list.vue2.js.map +1 -1
- package/js/x-modules/search/components/partial-results-list.vue3.js +1 -1
- package/js/x-modules/search/components/promoted.vue.js.map +1 -1
- package/js/x-modules/search/components/promoted.vue2.js +39 -39
- package/js/x-modules/search/components/promoted.vue2.js.map +1 -1
- package/js/x-modules/search/components/promoted.vue3.js +1 -1
- package/js/x-modules/search/components/promoteds-list.vue.js +69 -69
- package/js/x-modules/search/components/promoteds-list.vue.js.map +1 -1
- package/js/x-modules/search/components/redirection.vue.js.map +1 -1
- package/js/x-modules/search/components/redirection.vue2.js +112 -112
- package/js/x-modules/search/components/redirection.vue2.js.map +1 -1
- package/js/x-modules/search/components/results-list.vue.js +62 -62
- package/js/x-modules/search/components/results-list.vue.js.map +1 -1
- package/js/x-modules/search/components/sort-dropdown.vue.js.map +1 -1
- package/js/x-modules/search/components/sort-dropdown.vue2.js +43 -43
- package/js/x-modules/search/components/sort-dropdown.vue2.js.map +1 -1
- package/js/x-modules/search/components/sort-list.vue.js +1 -1
- package/js/x-modules/search/components/sort-list.vue.js.map +1 -1
- package/js/x-modules/search/components/sort-list.vue2.js +44 -44
- package/js/x-modules/search/components/sort-list.vue2.js.map +1 -1
- package/js/x-modules/search/components/sort-list.vue3.js +1 -1
- package/js/x-modules/search/components/sort-picker-list.vue.js.map +1 -1
- package/js/x-modules/search/components/sort-picker-list.vue2.js +45 -45
- package/js/x-modules/search/components/sort-picker-list.vue2.js.map +1 -1
- package/js/x-modules/search/components/spellcheck-button.vue.js.map +1 -1
- package/js/x-modules/search/components/spellcheck-button.vue2.js +44 -44
- package/js/x-modules/search/components/spellcheck-button.vue2.js.map +1 -1
- package/js/x-modules/search/components/spellcheck.vue.js.map +1 -1
- package/js/x-modules/search/components/spellcheck.vue2.js +25 -25
- package/js/x-modules/search/components/spellcheck.vue2.js.map +1 -1
- package/js/x-modules/search/store/actions/fetch-and-save-partial-results-enrichment.action.js +33 -0
- package/js/x-modules/search/store/actions/fetch-and-save-partial-results-enrichment.action.js.map +1 -0
- package/js/x-modules/search/store/actions/fetch-and-save-results-enrichment.action.js +28 -0
- package/js/x-modules/search/store/actions/fetch-and-save-results-enrichment.action.js.map +1 -0
- package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +51 -51
- 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 +10 -10
- package/js/x-modules/search/store/actions/increase-page-apending-results.action.js +14 -14
- package/js/x-modules/search/store/actions/increase-page-apending-results.action.js.map +1 -1
- package/js/x-modules/search/store/actions/reset-request-on-refinement.action.js +29 -29
- package/js/x-modules/search/store/actions/reset-request-on-refinement.action.js.map +1 -1
- package/js/x-modules/search/store/actions/save-origin.action.js +10 -10
- package/js/x-modules/search/store/actions/save-origin.action.js.map +1 -1
- package/js/x-modules/search/store/actions/save-search-response.action.js +41 -41
- package/js/x-modules/search/store/actions/save-search-response.action.js.map +1 -1
- package/js/x-modules/search/store/actions/set-url-params.action.js +13 -13
- package/js/x-modules/search/store/actions/set-url-params.action.js.map +1 -1
- package/js/x-modules/search/store/emitters.js +44 -43
- package/js/x-modules/search/store/emitters.js.map +1 -1
- package/js/x-modules/search/store/getters/query.getter.js +12 -12
- package/js/x-modules/search/store/getters/request.getter.js +20 -20
- package/js/x-modules/search/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/search/store/module.js +166 -151
- package/js/x-modules/search/store/module.js.map +1 -1
- package/js/x-modules/search/wiring.js +270 -254
- package/js/x-modules/search/wiring.js.map +1 -1
- package/js/x-modules/search/x-module.js +12 -12
- package/js/x-modules/search/x-module.js.map +1 -1
- package/js/x-modules/search-box/components/clear-search-input.vue.js +6 -2
- 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.vue2.js +34 -34
- package/js/x-modules/search-box/components/clear-search-input.vue2.js.map +1 -1
- package/js/x-modules/search-box/components/search-button.vue.js +8 -9
- package/js/x-modules/search-box/components/search-button.vue.js.map +1 -1
- package/js/x-modules/search-box/components/search-button.vue2.js +50 -50
- package/js/x-modules/search-box/components/search-button.vue2.js.map +1 -1
- package/js/x-modules/search-box/components/search-input-placeholder.vue.js +1 -1
- package/js/x-modules/search-box/components/search-input-placeholder.vue.js.map +1 -1
- package/js/x-modules/search-box/components/search-input-placeholder.vue2.js +177 -176
- package/js/x-modules/search-box/components/search-input-placeholder.vue2.js.map +1 -1
- package/js/x-modules/search-box/components/search-input-placeholder.vue3.js +1 -1
- package/js/x-modules/search-box/components/search-input-placeholder.vue4.js +2 -2
- package/js/x-modules/search-box/components/search-input.vue.js +1 -1
- package/js/x-modules/search-box/components/search-input.vue.js.map +1 -1
- package/js/x-modules/search-box/components/search-input.vue2.js +218 -218
- package/js/x-modules/search-box/components/search-input.vue2.js.map +1 -1
- package/js/x-modules/search-box/components/search-input.vue3.js +1 -1
- package/js/x-modules/search-box/store/actions/set-input-status.action.js +43 -43
- package/js/x-modules/search-box/store/actions/set-input-status.action.js.map +1 -1
- package/js/x-modules/search-box/store/actions/set-url-params.action.js +10 -10
- package/js/x-modules/search-box/store/actions/set-url-params.action.js.map +1 -1
- package/js/x-modules/search-box/store/emitters.js +8 -8
- package/js/x-modules/search-box/store/emitters.js.map +1 -1
- package/js/x-modules/search-box/store/module.js +25 -25
- package/js/x-modules/search-box/store/module.js.map +1 -1
- package/js/x-modules/search-box/wiring.js +95 -95
- package/js/x-modules/search-box/wiring.js.map +1 -1
- package/js/x-modules/search-box/x-module.js +12 -12
- package/js/x-modules/search-box/x-module.js.map +1 -1
- package/js/x-modules/semantic-queries/components/semantic-queries.vue.js +3 -3
- package/js/x-modules/semantic-queries/components/semantic-queries.vue.js.map +1 -1
- package/js/x-modules/semantic-queries/components/semantic-queries.vue2.js +52 -56
- package/js/x-modules/semantic-queries/components/semantic-queries.vue2.js.map +1 -1
- package/js/x-modules/semantic-queries/components/semantic-query.vue.js.map +1 -1
- package/js/x-modules/semantic-queries/components/semantic-query.vue2.js +31 -31
- package/js/x-modules/semantic-queries/components/semantic-query.vue2.js.map +1 -1
- package/js/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.js +18 -18
- package/js/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.js.map +1 -1
- package/js/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.js +12 -12
- package/js/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.js.map +1 -1
- package/js/x-modules/semantic-queries/store/emitters.js +8 -8
- package/js/x-modules/semantic-queries/store/emitters.js.map +1 -1
- package/js/x-modules/semantic-queries/store/getters/normalized-query.getter.js +10 -10
- package/js/x-modules/semantic-queries/store/getters/request.getter.js +21 -21
- package/js/x-modules/semantic-queries/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.js +12 -12
- package/js/x-modules/semantic-queries/store/module.js +44 -44
- package/js/x-modules/semantic-queries/store/module.js.map +1 -1
- package/js/x-modules/semantic-queries/wiring.js +84 -84
- package/js/x-modules/semantic-queries/wiring.js.map +1 -1
- package/js/x-modules/semantic-queries/x-module.js +12 -12
- package/js/x-modules/semantic-queries/x-module.js.map +1 -1
- package/js/x-modules/tagging/components/tagging.vue.js +96 -96
- package/js/x-modules/tagging/components/tagging.vue.js.map +1 -1
- package/js/x-modules/tagging/service/external-tagging.service.js +174 -180
- package/js/x-modules/tagging/service/external-tagging.service.js.map +1 -1
- package/js/x-modules/tagging/store/actions/track.action.js +35 -35
- package/js/x-modules/tagging/store/actions/track.action.js.map +1 -1
- package/js/x-modules/tagging/store/emitters.js +12 -12
- package/js/x-modules/tagging/store/emitters.js.map +1 -1
- package/js/x-modules/tagging/store/module.js +41 -41
- package/js/x-modules/tagging/store/module.js.map +1 -1
- package/js/x-modules/tagging/wiring.js +403 -389
- package/js/x-modules/tagging/wiring.js.map +1 -1
- package/js/x-modules/tagging/x-module.js +12 -12
- package/js/x-modules/tagging/x-module.js.map +1 -1
- package/js/x-modules/url/components/url-handler.vue.js.map +1 -1
- package/js/x-modules/url/components/url-handler.vue2.js +314 -313
- package/js/x-modules/url/components/url-handler.vue2.js.map +1 -1
- package/js/x-modules/url/store/emitters.js +48 -48
- package/js/x-modules/url/store/emitters.js.map +1 -1
- package/js/x-modules/url/store/getters/url-params.getter.js +33 -33
- package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -1
- package/js/x-modules/url/store/initial-state.js +14 -14
- package/js/x-modules/url/store/initial-state.js.map +1 -1
- package/js/x-modules/url/store/module.js +39 -39
- package/js/x-modules/url/store/module.js.map +1 -1
- package/js/x-modules/url/store/mutations/set-params.mutation.js +14 -14
- package/js/x-modules/url/store/mutations/set-params.mutation.js.map +1 -1
- package/js/x-modules/url/wiring.js +122 -122
- package/js/x-modules/url/wiring.js.map +1 -1
- package/js/x-modules/url/x-module.js +13 -18
- package/js/x-modules/url/x-module.js.map +1 -1
- package/next-queries/index.d.ts +1 -1
- package/package.json +49 -73
- package/popular-searches/index.d.ts +1 -1
- package/queries-preview/index.d.ts +1 -1
- package/queries-preview/index.js +1 -1
- package/query-suggestions/index.d.ts +1 -1
- package/recommendations/index.d.ts +1 -1
- package/related-prompts/index.d.ts +1 -1
- package/related-tags/index.d.ts +1 -1
- package/report/tsdoc-metadata.json +1 -1
- package/report/x-adapter-platform.api.json +2897 -721
- package/report/x-components.api.json +25910 -19243
- package/report/x-components.api.md +1777 -1454
- package/report/x-types.api.json +2099 -381
- package/scroll/index.d.ts +1 -1
- package/search/index.d.ts +1 -1
- package/search/index.js +3 -1
- package/search-box/index.d.ts +1 -1
- package/semantic-queries/index.d.ts +1 -1
- package/tagging/index.d.ts +1 -1
- package/tagging/index.js +1 -1
- package/types/demo/main.d.ts +2 -0
- package/types/demo/main.d.ts.map +1 -0
- package/types/demo/plugins/devtools/colors.utils.d.ts +22 -0
- package/types/demo/plugins/devtools/colors.utils.d.ts.map +1 -0
- package/types/demo/plugins/devtools/devtools.plugin.d.ts +12 -0
- package/types/demo/plugins/devtools/devtools.plugin.d.ts.map +1 -0
- package/types/demo/plugins/devtools/timeline.devtools.d.ts +19 -0
- package/types/demo/plugins/devtools/timeline.devtools.d.ts.map +1 -0
- package/types/demo/plugins/devtools/wiring.devtools.d.ts +21 -0
- package/types/demo/plugins/devtools/wiring.devtools.d.ts.map +1 -0
- package/types/demo/router.d.ts +3 -0
- package/types/demo/router.d.ts.map +1 -0
- package/types/demo/views/base-config.d.ts +4 -0
- package/types/demo/views/base-config.d.ts.map +1 -0
- package/types/demo/views/home/types.d.ts +25 -0
- package/types/demo/views/home/types.d.ts.map +1 -0
- package/types/demo/vite.config.d.ts +7 -0
- package/types/demo/vite.config.d.ts.map +1 -0
- package/types/src/components/animations/animate-clip-path.vue.d.ts +19 -0
- package/types/src/components/animations/animate-clip-path.vue.d.ts.map +1 -0
- package/types/src/components/animations/animate-scale.vue.d.ts +19 -0
- package/types/src/components/animations/animate-scale.vue.d.ts.map +1 -0
- package/types/src/components/animations/animate-translate.vue.d.ts +19 -0
- package/types/src/components/animations/animate-translate.vue.d.ts.map +1 -0
- package/types/src/components/animations/animate-width.vue.d.ts +8 -0
- package/types/src/components/animations/animate-width.vue.d.ts.map +1 -0
- package/types/src/components/animations/change-height.vue.d.ts +5 -0
- package/types/src/components/animations/change-height.vue.d.ts.map +1 -0
- package/types/src/components/animations/collapse-height.vue.d.ts +31 -0
- package/types/src/components/animations/collapse-height.vue.d.ts.map +1 -0
- package/types/src/components/animations/collapse-width.vue.d.ts +31 -0
- package/types/src/components/animations/collapse-width.vue.d.ts.map +1 -0
- package/types/src/components/animations/cross-fade.vue.d.ts +27 -0
- package/types/src/components/animations/cross-fade.vue.d.ts.map +1 -0
- package/types/src/components/animations/fade-and-slide.vue.d.ts +37 -0
- package/types/src/components/animations/fade-and-slide.vue.d.ts.map +1 -0
- package/types/src/components/animations/fade.vue.d.ts +23 -0
- package/types/src/components/animations/fade.vue.d.ts.map +1 -0
- package/types/src/components/animations/index.d.ts +15 -0
- package/types/src/components/animations/index.d.ts.map +1 -0
- package/types/src/components/animations/no-animation.vue.d.ts +9 -0
- package/types/src/components/animations/no-animation.vue.d.ts.map +1 -0
- package/types/src/components/animations/staggered-fade-and-slide.vue.d.ts +50 -0
- package/types/src/components/animations/staggered-fade-and-slide.vue.d.ts.map +1 -0
- package/types/src/components/animations/types.d.ts +6 -0
- package/types/src/components/animations/types.d.ts.map +1 -0
- package/types/src/components/animations/use-collapse-animation.d.ts +19 -0
- package/types/src/components/animations/use-collapse-animation.d.ts.map +1 -0
- package/types/src/components/animations/use-disable-animation.d.ts +12 -0
- package/types/src/components/animations/use-disable-animation.d.ts.map +1 -0
- package/types/src/components/auto-progress-bar.vue.d.ts +53 -0
- package/types/src/components/auto-progress-bar.vue.d.ts.map +1 -0
- package/types/src/components/base-dropdown.vue.d.ts +93 -0
- package/types/src/components/base-dropdown.vue.d.ts.map +1 -0
- package/types/src/components/base-event-button.vue.d.ts +46 -0
- package/types/src/components/base-event-button.vue.d.ts.map +1 -0
- package/types/src/components/base-grid.types.d.ts +11 -0
- package/types/src/components/base-grid.types.d.ts.map +1 -0
- package/types/src/components/base-grid.vue.d.ts +75 -0
- package/types/src/components/base-grid.vue.d.ts.map +1 -0
- package/types/src/components/base-keyboard-navigation.vue.d.ts +69 -0
- package/types/src/components/base-keyboard-navigation.vue.d.ts.map +1 -0
- package/types/src/components/base-rating.vue.d.ts +54 -0
- package/types/src/components/base-rating.vue.d.ts.map +1 -0
- package/types/src/components/base-slider.vue.d.ts +74 -0
- package/types/src/components/base-slider.vue.d.ts.map +1 -0
- package/types/src/components/base-switch.vue.d.ts +28 -0
- package/types/src/components/base-switch.vue.d.ts.map +1 -0
- package/types/src/components/base-teleport.vue.d.ts +59 -0
- package/types/src/components/base-teleport.vue.d.ts.map +1 -0
- package/types/src/components/base-variable-column-grid.vue.d.ts +79 -0
- package/types/src/components/base-variable-column-grid.vue.d.ts.map +1 -0
- package/types/src/components/column-picker/base-column-picker-dropdown.vue.d.ts +41 -0
- package/types/src/components/column-picker/base-column-picker-dropdown.vue.d.ts.map +1 -0
- package/types/src/components/column-picker/base-column-picker-list.vue.d.ts +46 -0
- package/types/src/components/column-picker/base-column-picker-list.vue.d.ts.map +1 -0
- package/types/src/components/column-picker/index.d.ts +3 -0
- package/types/src/components/column-picker/index.d.ts.map +1 -0
- package/types/src/components/currency/base-currency.vue.d.ts +84 -0
- package/types/src/components/currency/base-currency.vue.d.ts.map +1 -0
- package/types/src/components/currency/index.d.ts +2 -0
- package/types/src/components/currency/index.d.ts.map +1 -0
- package/types/src/components/decorators/injection.consts.d.ts +57 -0
- package/types/src/components/decorators/injection.consts.d.ts.map +1 -0
- package/types/src/components/display-click-provider.vue.d.ts +61 -0
- package/types/src/components/display-click-provider.vue.d.ts.map +1 -0
- package/types/src/components/display-emitter.vue.d.ts +29 -0
- package/types/src/components/display-emitter.vue.d.ts.map +1 -0
- package/types/src/components/filters/index.d.ts +3 -0
- package/types/src/components/filters/index.d.ts.map +1 -0
- package/types/src/components/filters/labels/base-price-filter-label.vue.d.ts +93 -0
- package/types/src/components/filters/labels/base-price-filter-label.vue.d.ts.map +1 -0
- package/types/src/components/filters/labels/base-rating-filter-label.vue.d.ts +55 -0
- package/types/src/components/filters/labels/base-rating-filter-label.vue.d.ts.map +1 -0
- package/types/src/components/global-x-bus.vue.d.ts +21 -0
- package/types/src/components/global-x-bus.vue.d.ts.map +1 -0
- package/types/src/components/highlight.vue.d.ts +79 -0
- package/types/src/components/highlight.vue.d.ts.map +1 -0
- package/types/src/components/icons/index.d.ts +77 -0
- package/types/src/components/icons/index.d.ts.map +1 -0
- package/types/src/components/index.d.ts +34 -0
- package/types/src/components/index.d.ts.map +1 -0
- package/types/src/components/items-list.vue.d.ts +47 -0
- package/types/src/components/items-list.vue.d.ts.map +1 -0
- package/types/src/components/location-provider.vue.d.ts +33 -0
- package/types/src/components/location-provider.vue.d.ts.map +1 -0
- package/types/src/components/message.vue.d.ts +24 -0
- package/types/src/components/message.vue.d.ts.map +1 -0
- package/types/src/components/modals/base-events-modal-close.vue.d.ts +38 -0
- package/types/src/components/modals/base-events-modal-close.vue.d.ts.map +1 -0
- package/types/src/components/modals/base-events-modal-open.vue.d.ts +38 -0
- package/types/src/components/modals/base-events-modal-open.vue.d.ts.map +1 -0
- package/types/src/components/modals/base-events-modal.vue.d.ts +63 -0
- package/types/src/components/modals/base-events-modal.vue.d.ts.map +1 -0
- package/types/src/components/modals/base-id-modal-close.vue.d.ts +25 -0
- package/types/src/components/modals/base-id-modal-close.vue.d.ts.map +1 -0
- package/types/src/components/modals/base-id-modal-open.vue.d.ts +24 -0
- package/types/src/components/modals/base-id-modal-open.vue.d.ts.map +1 -0
- package/types/src/components/modals/base-id-modal.vue.d.ts +45 -0
- package/types/src/components/modals/base-id-modal.vue.d.ts.map +1 -0
- package/types/src/components/modals/base-modal.vue.d.ts +95 -0
- package/types/src/components/modals/base-modal.vue.d.ts.map +1 -0
- package/types/src/components/modals/close-main-modal.vue.d.ts +12 -0
- package/types/src/components/modals/close-main-modal.vue.d.ts.map +1 -0
- package/types/src/components/modals/index.d.ts +11 -0
- package/types/src/components/modals/index.d.ts.map +1 -0
- package/types/src/components/modals/main-modal.vue.d.ts +93 -0
- package/types/src/components/modals/main-modal.vue.d.ts.map +1 -0
- package/types/src/components/modals/open-main-modal.vue.d.ts +12 -0
- package/types/src/components/modals/open-main-modal.vue.d.ts.map +1 -0
- package/types/src/components/page-loader-button.vue.d.ts +57 -0
- package/types/src/components/page-loader-button.vue.d.ts.map +1 -0
- package/types/src/components/page-selector.vue.d.ts +125 -0
- package/types/src/components/page-selector.vue.d.ts.map +1 -0
- package/types/src/components/panels/base-header-toggle-panel.vue.d.ts +37 -0
- package/types/src/components/panels/base-header-toggle-panel.vue.d.ts.map +1 -0
- package/types/src/components/panels/base-id-toggle-panel-button.vue.d.ts +34 -0
- package/types/src/components/panels/base-id-toggle-panel-button.vue.d.ts.map +1 -0
- package/types/src/components/panels/base-id-toggle-panel.vue.d.ts +60 -0
- package/types/src/components/panels/base-id-toggle-panel.vue.d.ts.map +1 -0
- package/types/src/components/panels/base-tabs-panel.vue.d.ts +111 -0
- package/types/src/components/panels/base-tabs-panel.vue.d.ts.map +1 -0
- package/types/src/components/panels/base-toggle-panel.vue.d.ts +51 -0
- package/types/src/components/panels/base-toggle-panel.vue.d.ts.map +1 -0
- package/types/src/components/panels/index.d.ts +6 -0
- package/types/src/components/panels/index.d.ts.map +1 -0
- package/types/src/components/result/base-result-add-to-cart.vue.d.ts +38 -0
- package/types/src/components/result/base-result-add-to-cart.vue.d.ts.map +1 -0
- package/types/src/components/result/base-result-current-price.vue.d.ts +76 -0
- package/types/src/components/result/base-result-current-price.vue.d.ts.map +1 -0
- package/types/src/components/result/base-result-image.vue.d.ts +78 -0
- package/types/src/components/result/base-result-image.vue.d.ts.map +1 -0
- package/types/src/components/result/base-result-link.vue.d.ts +38 -0
- package/types/src/components/result/base-result-link.vue.d.ts.map +1 -0
- package/types/src/components/result/base-result-previous-price.vue.d.ts +70 -0
- package/types/src/components/result/base-result-previous-price.vue.d.ts.map +1 -0
- package/types/src/components/result/base-result-rating.vue.d.ts +51 -0
- package/types/src/components/result/base-result-rating.vue.d.ts.map +1 -0
- package/types/src/components/result/index.d.ts +11 -0
- package/types/src/components/result/index.d.ts.map +1 -0
- package/types/src/components/result/result-variant-selector.vue.d.ts +30 -0
- package/types/src/components/result/result-variant-selector.vue.d.ts.map +1 -0
- package/types/src/components/result/result-variants-provider.vue.d.ts +53 -0
- package/types/src/components/result/result-variants-provider.vue.d.ts.map +1 -0
- package/types/src/components/scroll/base-scroll.vue.d.ts +122 -0
- package/types/src/components/scroll/base-scroll.vue.d.ts.map +1 -0
- package/types/src/components/scroll/index.d.ts +4 -0
- package/types/src/components/scroll/index.d.ts.map +1 -0
- package/types/src/components/scroll/scroll.types.d.ts +7 -0
- package/types/src/components/scroll/scroll.types.d.ts.map +1 -0
- package/types/src/components/scroll/use-scroll.d.ts +48 -0
- package/types/src/components/scroll/use-scroll.d.ts.map +1 -0
- package/types/src/components/sliding-panel.vue.d.ts +90 -0
- package/types/src/components/sliding-panel.vue.d.ts.map +1 -0
- package/types/src/components/snippet-callbacks.vue.d.ts +192 -0
- package/types/src/components/snippet-callbacks.vue.d.ts.map +1 -0
- package/types/src/components/suggestions/base-suggestion.vue.d.ts +115 -0
- package/types/src/components/suggestions/base-suggestion.vue.d.ts.map +1 -0
- package/types/src/components/suggestions/base-suggestions.vue.d.ts +111 -0
- package/types/src/components/suggestions/base-suggestions.vue.d.ts.map +1 -0
- package/types/src/components/suggestions/index.d.ts +3 -0
- package/types/src/components/suggestions/index.d.ts.map +1 -0
- package/types/src/components/x-component.utils.d.ts +29 -0
- package/types/src/components/x-component.utils.d.ts.map +1 -0
- package/types/src/composables/create-use-device.d.ts +51 -0
- package/types/src/composables/create-use-device.d.ts.map +1 -0
- package/types/src/composables/index.d.ts +9 -0
- package/types/src/composables/index.d.ts.map +1 -0
- package/types/src/composables/use-$x.d.ts +14 -0
- package/types/src/composables/use-$x.d.ts.map +1 -0
- package/types/src/composables/use-alias-api.d.ts +123 -0
- package/types/src/composables/use-alias-api.d.ts.map +1 -0
- package/types/src/composables/use-debounce.d.ts +13 -0
- package/types/src/composables/use-debounce.d.ts.map +1 -0
- package/types/src/composables/use-getter.d.ts +23 -0
- package/types/src/composables/use-getter.d.ts.map +1 -0
- package/types/src/composables/use-on-display.d.ts +49 -0
- package/types/src/composables/use-on-display.d.ts.map +1 -0
- package/types/src/composables/use-state.d.ts +13 -0
- package/types/src/composables/use-state.d.ts.map +1 -0
- package/types/src/composables/use-x-bus.d.ts +21 -0
- package/types/src/composables/use-x-bus.d.ts.map +1 -0
- package/types/src/directives/index.d.ts +3 -0
- package/types/src/directives/index.d.ts.map +1 -0
- package/types/src/directives/infinite-scroll.d.ts +50 -0
- package/types/src/directives/infinite-scroll.d.ts.map +1 -0
- package/types/src/directives/typing.d.ts +36 -0
- package/types/src/directives/typing.d.ts.map +1 -0
- package/types/src/index.d.ts +38 -0
- package/types/src/index.d.ts.map +1 -0
- package/types/src/plugins/index.d.ts +6 -0
- package/types/src/plugins/index.d.ts.map +1 -0
- package/types/src/plugins/x-bus.d.ts +10 -0
- package/types/src/plugins/x-bus.d.ts.map +1 -0
- package/types/src/plugins/x-emitters.d.ts +27 -0
- package/types/src/plugins/x-emitters.d.ts.map +1 -0
- package/types/src/plugins/x-plugin.d.ts +260 -0
- package/types/src/plugins/x-plugin.d.ts.map +1 -0
- package/types/src/plugins/x-plugin.types.d.ts +245 -0
- package/types/src/plugins/x-plugin.types.d.ts.map +1 -0
- package/types/src/plugins/x-plugin.utils.d.ts +19 -0
- package/types/src/plugins/x-plugin.utils.d.ts.map +1 -0
- package/types/src/services/directional-focus-navigation.service.d.ts +250 -0
- package/types/src/services/directional-focus-navigation.service.d.ts.map +1 -0
- package/types/src/services/index.d.ts +4 -0
- package/types/src/services/index.d.ts.map +1 -0
- package/types/src/services/results-enrichment.service.d.ts +31 -0
- package/types/src/services/results-enrichment.service.d.ts.map +1 -0
- package/types/src/services/services.types.d.ts +113 -0
- package/types/src/services/services.types.d.ts.map +1 -0
- package/types/src/services/state-machine.service.d.ts +31 -0
- package/types/src/services/state-machine.service.d.ts.map +1 -0
- package/types/src/store/actions.types.d.ts +67 -0
- package/types/src/store/actions.types.d.ts.map +1 -0
- package/types/src/store/getters.types.d.ts +27 -0
- package/types/src/store/getters.types.d.ts.map +1 -0
- package/types/src/store/index.d.ts +12 -0
- package/types/src/store/index.d.ts.map +1 -0
- package/types/src/store/mutations.types.d.ts +34 -0
- package/types/src/store/mutations.types.d.ts.map +1 -0
- package/types/src/store/store.types.d.ts +152 -0
- package/types/src/store/store.types.d.ts.map +1 -0
- package/types/src/store/utils/config-store.utils.d.ts +45 -0
- package/types/src/store/utils/config-store.utils.d.ts.map +1 -0
- package/types/src/store/utils/fetch-and-save-action.utils.d.ts +72 -0
- package/types/src/store/utils/fetch-and-save-action.utils.d.ts.map +1 -0
- package/types/src/store/utils/getters-proxy.utils.d.ts +42 -0
- package/types/src/store/utils/getters-proxy.utils.d.ts.map +1 -0
- package/types/src/store/utils/query.utils.d.ts +55 -0
- package/types/src/store/utils/query.utils.d.ts.map +1 -0
- package/types/src/store/utils/status-store.utils.d.ts +43 -0
- package/types/src/store/utils/status-store.utils.d.ts.map +1 -0
- package/types/src/store/utils/store-emitters.utils.d.ts +86 -0
- package/types/src/store/utils/store-emitters.utils.d.ts.map +1 -0
- package/types/src/store/x.module.d.ts +20 -0
- package/types/src/store/x.module.d.ts.map +1 -0
- package/types/src/types/animation-prop.d.ts +12 -0
- package/types/src/types/animation-prop.d.ts.map +1 -0
- package/types/src/types/index.d.ts +5 -0
- package/types/src/types/index.d.ts.map +1 -0
- package/types/src/types/origin.d.ts +46 -0
- package/types/src/types/origin.d.ts.map +1 -0
- package/types/src/types/page-mode.d.ts +6 -0
- package/types/src/types/page-mode.d.ts.map +1 -0
- package/types/src/types/url-params.d.ts +16 -0
- package/types/src/types/url-params.d.ts.map +1 -0
- package/types/src/utils/array.d.ts +159 -0
- package/types/src/utils/array.d.ts.map +1 -0
- package/types/src/utils/cancellable-promise.d.ts +45 -0
- package/types/src/utils/cancellable-promise.d.ts.map +1 -0
- package/types/src/utils/clone.d.ts +10 -0
- package/types/src/utils/clone.d.ts.map +1 -0
- package/types/src/utils/currency-formatter.d.ts +30 -0
- package/types/src/utils/currency-formatter.d.ts.map +1 -0
- package/types/src/utils/debounce.d.ts +37 -0
- package/types/src/utils/debounce.d.ts.map +1 -0
- package/types/src/utils/filters.d.ts +24 -0
- package/types/src/utils/filters.d.ts.map +1 -0
- package/types/src/utils/focus.d.ts +7 -0
- package/types/src/utils/focus.d.ts.map +1 -0
- package/types/src/utils/function.d.ts +8 -0
- package/types/src/utils/function.d.ts.map +1 -0
- package/types/src/utils/get-url-parameters.d.ts +9 -0
- package/types/src/utils/get-url-parameters.d.ts.map +1 -0
- package/types/src/utils/html.d.ts +40 -0
- package/types/src/utils/html.d.ts.map +1 -0
- package/types/src/utils/index.d.ts +21 -0
- package/types/src/utils/index.d.ts.map +1 -0
- package/types/src/utils/ios-utils.d.ts +17 -0
- package/types/src/utils/ios-utils.d.ts.map +1 -0
- package/types/src/utils/is-new-query.d.ts +36 -0
- package/types/src/utils/is-new-query.d.ts.map +1 -0
- package/types/src/utils/normalize.d.ts +11 -0
- package/types/src/utils/normalize.d.ts.map +1 -0
- package/types/src/utils/number.d.ts +11 -0
- package/types/src/utils/number.d.ts.map +1 -0
- package/types/src/utils/origin.d.ts +13 -0
- package/types/src/utils/origin.d.ts.map +1 -0
- package/types/src/utils/sanitize.d.ts +9 -0
- package/types/src/utils/sanitize.d.ts.map +1 -0
- package/types/src/utils/storage.d.ts +10 -0
- package/types/src/utils/storage.d.ts.map +1 -0
- package/types/src/utils/string.d.ts +37 -0
- package/types/src/utils/string.d.ts.map +1 -0
- package/types/src/utils/throttle.d.ts +12 -0
- package/types/src/utils/throttle.d.ts.map +1 -0
- package/types/src/utils/types.d.ts +163 -0
- package/types/src/utils/types.d.ts.map +1 -0
- package/types/src/wiring/events.types.d.ts +238 -0
- package/types/src/wiring/events.types.d.ts.map +1 -0
- package/types/src/wiring/index.d.ts +9 -0
- package/types/src/wiring/index.d.ts.map +1 -0
- package/types/src/wiring/namespaced-wires.factory.d.ts +39 -0
- package/types/src/wiring/namespaced-wires.factory.d.ts.map +1 -0
- package/types/src/wiring/namespaced-wires.operators.d.ts +27 -0
- package/types/src/wiring/namespaced-wires.operators.d.ts.map +1 -0
- package/types/src/wiring/namespaced-wiring.types.d.ts +112 -0
- package/types/src/wiring/namespaced-wiring.types.d.ts.map +1 -0
- package/types/src/wiring/wires-operators.utils.d.ts +38 -0
- package/types/src/wiring/wires-operators.utils.d.ts.map +1 -0
- package/types/src/wiring/wires.factory.d.ts +115 -0
- package/types/src/wiring/wires.factory.d.ts.map +1 -0
- package/types/src/wiring/wires.operators.d.ts +96 -0
- package/types/src/wiring/wires.operators.d.ts.map +1 -0
- package/types/src/wiring/wiring.types.d.ts +173 -0
- package/types/src/wiring/wiring.types.d.ts.map +1 -0
- package/types/src/wiring/wiring.utils.d.ts +28 -0
- package/types/src/wiring/wiring.utils.d.ts.map +1 -0
- package/types/src/x-bus/index.d.ts +5 -0
- package/types/src/x-bus/index.d.ts.map +1 -0
- package/types/src/x-bus/x-bus.d.ts +154 -0
- package/types/src/x-bus/x-bus.d.ts.map +1 -0
- package/types/src/x-bus/x-bus.types.d.ts +130 -0
- package/types/src/x-bus/x-bus.types.d.ts.map +1 -0
- package/types/src/x-bus/x-priority-queue.d.ts +142 -0
- package/types/src/x-bus/x-priority-queue.d.ts.map +1 -0
- package/types/src/x-bus/x-priority-queue.types.d.ts +62 -0
- package/types/src/x-bus/x-priority-queue.types.d.ts.map +1 -0
- package/types/src/x-installer/api/api.types.d.ts +136 -0
- package/types/src/x-installer/api/api.types.d.ts.map +1 -0
- package/types/src/x-installer/api/base-api.d.ts +113 -0
- package/types/src/x-installer/api/base-api.d.ts.map +1 -0
- package/types/src/x-installer/api/index.d.ts +3 -0
- package/types/src/x-installer/api/index.d.ts.map +1 -0
- package/types/src/x-installer/index.d.ts +4 -0
- package/types/src/x-installer/index.d.ts.map +1 -0
- package/types/src/x-installer/types.d.ts +84 -0
- package/types/src/x-installer/types.d.ts.map +1 -0
- package/types/src/x-installer/x-installer.d.ts +217 -0
- package/types/src/x-installer/x-installer.d.ts.map +1 -0
- package/types/src/x-modules/ai/components/ai-carousel.vue.d.ts +50 -0
- package/types/src/x-modules/ai/components/ai-carousel.vue.d.ts.map +1 -0
- package/types/src/x-modules/ai/components/ai-overview.vue.d.ts +81 -0
- package/types/src/x-modules/ai/components/ai-overview.vue.d.ts.map +1 -0
- package/types/src/x-modules/ai/components/index.d.ts +3 -0
- package/types/src/x-modules/ai/components/index.d.ts.map +1 -0
- package/types/src/x-modules/ai/config.types.d.ts +12 -0
- package/types/src/x-modules/ai/config.types.d.ts.map +1 -0
- package/types/src/x-modules/ai/events.types.d.ts +16 -0
- package/types/src/x-modules/ai/events.types.d.ts.map +1 -0
- package/types/src/x-modules/ai/index.d.ts +7 -0
- package/types/src/x-modules/ai/index.d.ts.map +1 -0
- package/types/src/x-modules/ai/store/actions/fetch-and-save-ai-suggestions-search.action.d.ts +11 -0
- package/types/src/x-modules/ai/store/actions/fetch-and-save-ai-suggestions-search.action.d.ts.map +1 -0
- package/types/src/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.d.ts +12 -0
- package/types/src/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.d.ts.map +1 -0
- package/types/src/x-modules/ai/store/actions/index.d.ts +5 -0
- package/types/src/x-modules/ai/store/actions/index.d.ts.map +1 -0
- package/types/src/x-modules/ai/store/actions/save-origin.action.d.ts +11 -0
- package/types/src/x-modules/ai/store/actions/save-origin.action.d.ts.map +1 -0
- package/types/src/x-modules/ai/store/actions/set-url-params.action.d.ts +10 -0
- package/types/src/x-modules/ai/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/src/x-modules/ai/store/emitters.d.ts +11 -0
- package/types/src/x-modules/ai/store/emitters.d.ts.map +1 -0
- package/types/src/x-modules/ai/store/getters/ai-query.getter.d.ts +13 -0
- package/types/src/x-modules/ai/store/getters/ai-query.getter.d.ts.map +1 -0
- package/types/src/x-modules/ai/store/getters/index.d.ts +4 -0
- package/types/src/x-modules/ai/store/getters/index.d.ts.map +1 -0
- package/types/src/x-modules/ai/store/getters/suggestions-request.getter.d.ts +14 -0
- package/types/src/x-modules/ai/store/getters/suggestions-request.getter.d.ts.map +1 -0
- package/types/src/x-modules/ai/store/getters/suggestions-search-request.getter.d.ts +13 -0
- package/types/src/x-modules/ai/store/getters/suggestions-search-request.getter.d.ts.map +1 -0
- package/types/src/x-modules/ai/store/index.d.ts +6 -0
- package/types/src/x-modules/ai/store/index.d.ts.map +1 -0
- package/types/src/x-modules/ai/store/module.d.ts +8 -0
- package/types/src/x-modules/ai/store/module.d.ts.map +1 -0
- package/types/src/x-modules/ai/store/types.d.ts +191 -0
- package/types/src/x-modules/ai/store/types.d.ts.map +1 -0
- package/types/src/x-modules/ai/wiring.d.ts +38 -0
- package/types/src/x-modules/ai/wiring.d.ts.map +1 -0
- package/types/src/x-modules/ai/x-module.d.ts +16 -0
- package/types/src/x-modules/ai/x-module.d.ts.map +1 -0
- package/types/src/x-modules/device/components/device-detector.vue.d.ts +76 -0
- package/types/src/x-modules/device/components/device-detector.vue.d.ts.map +1 -0
- package/types/src/x-modules/device/components/index.d.ts +2 -0
- package/types/src/x-modules/device/components/index.d.ts.map +1 -0
- package/types/src/x-modules/device/events.types.d.ts +14 -0
- package/types/src/x-modules/device/events.types.d.ts.map +1 -0
- package/types/src/x-modules/device/index.d.ts +6 -0
- package/types/src/x-modules/device/index.d.ts.map +1 -0
- package/types/src/x-modules/device/store/emitters.d.ts +7 -0
- package/types/src/x-modules/device/store/emitters.d.ts.map +1 -0
- package/types/src/x-modules/device/store/index.d.ts +4 -0
- package/types/src/x-modules/device/store/index.d.ts.map +1 -0
- package/types/src/x-modules/device/store/module.d.ts +8 -0
- package/types/src/x-modules/device/store/module.d.ts.map +1 -0
- package/types/src/x-modules/device/store/types.d.ts +48 -0
- package/types/src/x-modules/device/store/types.d.ts.map +1 -0
- package/types/src/x-modules/device/wiring.d.ts +17 -0
- package/types/src/x-modules/device/wiring.d.ts.map +1 -0
- package/types/src/x-modules/device/x-module.d.ts +16 -0
- package/types/src/x-modules/device/x-module.d.ts.map +1 -0
- package/types/src/x-modules/empathize/components/empathize.vue.d.ts +84 -0
- package/types/src/x-modules/empathize/components/empathize.vue.d.ts.map +1 -0
- package/types/src/x-modules/empathize/components/index.d.ts +2 -0
- package/types/src/x-modules/empathize/components/index.d.ts.map +1 -0
- package/types/src/x-modules/empathize/config.types.d.ts +8 -0
- package/types/src/x-modules/empathize/config.types.d.ts.map +1 -0
- package/types/src/x-modules/empathize/events.types.d.ts +24 -0
- package/types/src/x-modules/empathize/events.types.d.ts.map +1 -0
- package/types/src/x-modules/empathize/index.d.ts +7 -0
- package/types/src/x-modules/empathize/index.d.ts.map +1 -0
- package/types/src/x-modules/empathize/store/emitters.d.ts +7 -0
- package/types/src/x-modules/empathize/store/emitters.d.ts.map +1 -0
- package/types/src/x-modules/empathize/store/index.d.ts +4 -0
- package/types/src/x-modules/empathize/store/index.d.ts.map +1 -0
- package/types/src/x-modules/empathize/store/module.d.ts +8 -0
- package/types/src/x-modules/empathize/store/module.d.ts.map +1 -0
- package/types/src/x-modules/empathize/store/types.d.ts +56 -0
- package/types/src/x-modules/empathize/store/types.d.ts.map +1 -0
- package/types/src/x-modules/empathize/wiring.d.ts +14 -0
- package/types/src/x-modules/empathize/wiring.d.ts.map +1 -0
- package/types/src/x-modules/empathize/x-module.d.ts +16 -0
- package/types/src/x-modules/empathize/x-module.d.ts.map +1 -0
- package/types/src/x-modules/experience-controls/components/experience-controls.vue.d.ts +9 -0
- package/types/src/x-modules/experience-controls/components/experience-controls.vue.d.ts.map +1 -0
- package/types/src/x-modules/experience-controls/components/index.d.ts +2 -0
- package/types/src/x-modules/experience-controls/components/index.d.ts.map +1 -0
- package/types/src/x-modules/experience-controls/events.types.d.ts +12 -0
- package/types/src/x-modules/experience-controls/events.types.d.ts.map +1 -0
- package/types/src/x-modules/experience-controls/index.d.ts +6 -0
- package/types/src/x-modules/experience-controls/index.d.ts.map +1 -0
- package/types/src/x-modules/experience-controls/store/actions/fetch-and-save-experience-controls.action.d.ts +15 -0
- package/types/src/x-modules/experience-controls/store/actions/fetch-and-save-experience-controls.action.d.ts.map +1 -0
- package/types/src/x-modules/experience-controls/store/actions/fetch-experience-controls.action.d.ts +13 -0
- package/types/src/x-modules/experience-controls/store/actions/fetch-experience-controls.action.d.ts.map +1 -0
- package/types/src/x-modules/experience-controls/store/actions/index.d.ts +3 -0
- package/types/src/x-modules/experience-controls/store/actions/index.d.ts.map +1 -0
- package/types/src/x-modules/experience-controls/store/emitters.d.ts +12 -0
- package/types/src/x-modules/experience-controls/store/emitters.d.ts.map +1 -0
- package/types/src/x-modules/experience-controls/store/getters/experience-controls-results-request.getter.d.ts +13 -0
- package/types/src/x-modules/experience-controls/store/getters/experience-controls-results-request.getter.d.ts.map +1 -0
- package/types/src/x-modules/experience-controls/store/getters/index.d.ts +2 -0
- package/types/src/x-modules/experience-controls/store/getters/index.d.ts.map +1 -0
- package/types/src/x-modules/experience-controls/store/index.d.ts +6 -0
- package/types/src/x-modules/experience-controls/store/index.d.ts.map +1 -0
- package/types/src/x-modules/experience-controls/store/module.d.ts +8 -0
- package/types/src/x-modules/experience-controls/store/module.d.ts.map +1 -0
- package/types/src/x-modules/experience-controls/store/types.d.ts +93 -0
- package/types/src/x-modules/experience-controls/store/types.d.ts.map +1 -0
- package/types/src/x-modules/experience-controls/wiring.d.ts +26 -0
- package/types/src/x-modules/experience-controls/wiring.d.ts.map +1 -0
- package/types/src/x-modules/experience-controls/x-module.d.ts +16 -0
- package/types/src/x-modules/experience-controls/x-module.d.ts.map +1 -0
- package/types/src/x-modules/extra-params/components/extra-params.vue.d.ts +21 -0
- package/types/src/x-modules/extra-params/components/extra-params.vue.d.ts.map +1 -0
- package/types/src/x-modules/extra-params/components/index.d.ts +4 -0
- package/types/src/x-modules/extra-params/components/index.d.ts.map +1 -0
- package/types/src/x-modules/extra-params/components/renderless-extra-param.vue.d.ts +21 -0
- package/types/src/x-modules/extra-params/components/renderless-extra-param.vue.d.ts.map +1 -0
- package/types/src/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts +28 -0
- package/types/src/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts.map +1 -0
- package/types/src/x-modules/extra-params/events.types.d.ts +30 -0
- package/types/src/x-modules/extra-params/events.types.d.ts.map +1 -0
- package/types/src/x-modules/extra-params/index.d.ts +6 -0
- package/types/src/x-modules/extra-params/index.d.ts.map +1 -0
- package/types/src/x-modules/extra-params/store/emitters.d.ts +14 -0
- package/types/src/x-modules/extra-params/store/emitters.d.ts.map +1 -0
- package/types/src/x-modules/extra-params/store/index.d.ts +4 -0
- package/types/src/x-modules/extra-params/store/index.d.ts.map +1 -0
- package/types/src/x-modules/extra-params/store/module.d.ts +8 -0
- package/types/src/x-modules/extra-params/store/module.d.ts.map +1 -0
- package/types/src/x-modules/extra-params/store/types.d.ts +39 -0
- package/types/src/x-modules/extra-params/store/types.d.ts.map +1 -0
- package/types/src/x-modules/extra-params/wiring.d.ts +23 -0
- package/types/src/x-modules/extra-params/wiring.d.ts.map +1 -0
- package/types/src/x-modules/extra-params/x-module.d.ts +16 -0
- package/types/src/x-modules/extra-params/x-module.d.ts.map +1 -0
- package/types/src/x-modules/facets/components/clear-filters.vue.d.ts +32 -0
- package/types/src/x-modules/facets/components/clear-filters.vue.d.ts.map +1 -0
- package/types/src/x-modules/facets/components/facets/facets-provider.vue.d.ts +58 -0
- package/types/src/x-modules/facets/components/facets/facets-provider.vue.d.ts.map +1 -0
- package/types/src/x-modules/facets/components/facets/facets.types.d.ts +12 -0
- package/types/src/x-modules/facets/components/facets/facets.types.d.ts.map +1 -0
- package/types/src/x-modules/facets/components/facets/facets.vue.d.ts +84 -0
- package/types/src/x-modules/facets/components/facets/facets.vue.d.ts.map +1 -0
- package/types/src/x-modules/facets/components/filters/all-filter.vue.d.ts +35 -0
- package/types/src/x-modules/facets/components/filters/all-filter.vue.d.ts.map +1 -0
- package/types/src/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts +100 -0
- package/types/src/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts.map +1 -0
- package/types/src/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +246 -0
- package/types/src/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -0
- package/types/src/x-modules/facets/components/filters/number-range-filter.vue.d.ts +53 -0
- package/types/src/x-modules/facets/components/filters/number-range-filter.vue.d.ts.map +1 -0
- package/types/src/x-modules/facets/components/filters/renderless-filter.vue.d.ts +48 -0
- package/types/src/x-modules/facets/components/filters/renderless-filter.vue.d.ts.map +1 -0
- package/types/src/x-modules/facets/components/filters/simple-filter.vue.d.ts +223 -0
- package/types/src/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -0
- package/types/src/x-modules/facets/components/index.d.ts +18 -0
- package/types/src/x-modules/facets/components/index.d.ts.map +1 -0
- package/types/src/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.d.ts +37 -0
- package/types/src/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.d.ts.map +1 -0
- package/types/src/x-modules/facets/components/lists/filters-list.vue.d.ts +71 -0
- package/types/src/x-modules/facets/components/lists/filters-list.vue.d.ts.map +1 -0
- package/types/src/x-modules/facets/components/lists/filters-search.vue.d.ts +63 -0
- package/types/src/x-modules/facets/components/lists/filters-search.vue.d.ts.map +1 -0
- package/types/src/x-modules/facets/components/lists/selected-filters-list.types.d.ts +11 -0
- package/types/src/x-modules/facets/components/lists/selected-filters-list.types.d.ts.map +1 -0
- package/types/src/x-modules/facets/components/lists/selected-filters-list.vue.d.ts +46 -0
- package/types/src/x-modules/facets/components/lists/selected-filters-list.vue.d.ts.map +1 -0
- package/types/src/x-modules/facets/components/lists/selected-filters.vue.d.ts +28 -0
- package/types/src/x-modules/facets/components/lists/selected-filters.vue.d.ts.map +1 -0
- package/types/src/x-modules/facets/components/lists/sliced-filters.vue.d.ts +65 -0
- package/types/src/x-modules/facets/components/lists/sliced-filters.vue.d.ts.map +1 -0
- package/types/src/x-modules/facets/components/lists/sorted-filters.vue.d.ts +46 -0
- package/types/src/x-modules/facets/components/lists/sorted-filters.vue.d.ts.map +1 -0
- package/types/src/x-modules/facets/components/preselected-filters.vue.d.ts +40 -0
- package/types/src/x-modules/facets/components/preselected-filters.vue.d.ts.map +1 -0
- package/types/src/x-modules/facets/composables/index.d.ts +3 -0
- package/types/src/x-modules/facets/composables/index.d.ts.map +1 -0
- package/types/src/x-modules/facets/composables/use-facets.d.ts +22 -0
- package/types/src/x-modules/facets/composables/use-facets.d.ts.map +1 -0
- package/types/src/x-modules/facets/composables/use-filters-injection.d.ts +18 -0
- package/types/src/x-modules/facets/composables/use-filters-injection.d.ts.map +1 -0
- package/types/src/x-modules/facets/entities/add-facet-if-not-present.d.ts +13 -0
- package/types/src/x-modules/facets/entities/add-facet-if-not-present.d.ts.map +1 -0
- package/types/src/x-modules/facets/entities/editable-number-range-filter.entity.d.ts +64 -0
- package/types/src/x-modules/facets/entities/editable-number-range-filter.entity.d.ts.map +1 -0
- package/types/src/x-modules/facets/entities/filter-entity.factory.d.ts +88 -0
- package/types/src/x-modules/facets/entities/filter-entity.factory.d.ts.map +1 -0
- package/types/src/x-modules/facets/entities/hierarchical-filter.entity.d.ts +61 -0
- package/types/src/x-modules/facets/entities/hierarchical-filter.entity.d.ts.map +1 -0
- package/types/src/x-modules/facets/entities/index.d.ts +10 -0
- package/types/src/x-modules/facets/entities/index.d.ts.map +1 -0
- package/types/src/x-modules/facets/entities/number-range-filter.entity.d.ts +28 -0
- package/types/src/x-modules/facets/entities/number-range-filter.entity.d.ts.map +1 -0
- package/types/src/x-modules/facets/entities/raw-filter.entity.d.ts +31 -0
- package/types/src/x-modules/facets/entities/raw-filter.entity.d.ts.map +1 -0
- package/types/src/x-modules/facets/entities/simple-filter.entity.d.ts +28 -0
- package/types/src/x-modules/facets/entities/simple-filter.entity.d.ts.map +1 -0
- package/types/src/x-modules/facets/entities/single-select.modifier.d.ts +55 -0
- package/types/src/x-modules/facets/entities/single-select.modifier.d.ts.map +1 -0
- package/types/src/x-modules/facets/entities/sticky.modifier.d.ts +32 -0
- package/types/src/x-modules/facets/entities/sticky.modifier.d.ts.map +1 -0
- package/types/src/x-modules/facets/entities/types.d.ts +66 -0
- package/types/src/x-modules/facets/entities/types.d.ts.map +1 -0
- package/types/src/x-modules/facets/events.types.d.ts +93 -0
- package/types/src/x-modules/facets/events.types.d.ts.map +1 -0
- package/types/src/x-modules/facets/index.d.ts +10 -0
- package/types/src/x-modules/facets/index.d.ts.map +1 -0
- package/types/src/x-modules/facets/service/facets.service.d.ts +153 -0
- package/types/src/x-modules/facets/service/facets.service.d.ts.map +1 -0
- package/types/src/x-modules/facets/service/index.d.ts +3 -0
- package/types/src/x-modules/facets/service/index.d.ts.map +1 -0
- package/types/src/x-modules/facets/service/types.d.ts +107 -0
- package/types/src/x-modules/facets/service/types.d.ts.map +1 -0
- package/types/src/x-modules/facets/store/actions/fetch-and-save-facets-response.action.d.ts +5 -0
- package/types/src/x-modules/facets/store/actions/fetch-and-save-facets-response.action.d.ts.map +1 -0
- package/types/src/x-modules/facets/store/actions/fetch-facets-response.action.d.ts +13 -0
- package/types/src/x-modules/facets/store/actions/fetch-facets-response.action.d.ts.map +1 -0
- package/types/src/x-modules/facets/store/actions/save-origin.action.d.ts +11 -0
- package/types/src/x-modules/facets/store/actions/save-origin.action.d.ts.map +1 -0
- package/types/src/x-modules/facets/store/constants.d.ts +2 -0
- package/types/src/x-modules/facets/store/constants.d.ts.map +1 -0
- package/types/src/x-modules/facets/store/emitters.d.ts +28 -0
- package/types/src/x-modules/facets/store/emitters.d.ts.map +1 -0
- package/types/src/x-modules/facets/store/getters/facets.getter.d.ts +12 -0
- package/types/src/x-modules/facets/store/getters/facets.getter.d.ts.map +1 -0
- package/types/src/x-modules/facets/store/getters/index.d.ts +4 -0
- package/types/src/x-modules/facets/store/getters/index.d.ts.map +1 -0
- package/types/src/x-modules/facets/store/getters/request.getter.d.ts +13 -0
- package/types/src/x-modules/facets/store/getters/request.getter.d.ts.map +1 -0
- package/types/src/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts +17 -0
- package/types/src/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts.map +1 -0
- package/types/src/x-modules/facets/store/getters/selected-filters-for-request.getter.d.ts +13 -0
- package/types/src/x-modules/facets/store/getters/selected-filters-for-request.getter.d.ts.map +1 -0
- package/types/src/x-modules/facets/store/getters/selected-filters.getter.d.ts +13 -0
- package/types/src/x-modules/facets/store/getters/selected-filters.getter.d.ts.map +1 -0
- package/types/src/x-modules/facets/store/index.d.ts +5 -0
- package/types/src/x-modules/facets/store/index.d.ts.map +1 -0
- package/types/src/x-modules/facets/store/module.d.ts +8 -0
- package/types/src/x-modules/facets/store/module.d.ts.map +1 -0
- package/types/src/x-modules/facets/store/types.d.ts +237 -0
- package/types/src/x-modules/facets/store/types.d.ts.map +1 -0
- package/types/src/x-modules/facets/utils.d.ts +30 -0
- package/types/src/x-modules/facets/utils.d.ts.map +1 -0
- package/types/src/x-modules/facets/wiring.d.ts +79 -0
- package/types/src/x-modules/facets/wiring.d.ts.map +1 -0
- package/types/src/x-modules/facets/x-module.d.ts +16 -0
- package/types/src/x-modules/facets/x-module.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/components/clear-history-queries.vue.d.ts +18 -0
- package/types/src/x-modules/history-queries/components/clear-history-queries.vue.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/components/history-queries-switch.vue.d.ts +14 -0
- package/types/src/x-modules/history-queries/components/history-queries-switch.vue.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/components/history-queries.vue.d.ts +15 -0
- package/types/src/x-modules/history-queries/components/history-queries.vue.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/components/history-query.vue.d.ts +49 -0
- package/types/src/x-modules/history-queries/components/history-query.vue.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/components/index.d.ts +7 -0
- package/types/src/x-modules/history-queries/components/index.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/components/my-history.vue.d.ts +69 -0
- package/types/src/x-modules/history-queries/components/my-history.vue.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/components/remove-history-query.vue.d.ts +37 -0
- package/types/src/x-modules/history-queries/components/remove-history-query.vue.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/config.types.d.ts +34 -0
- package/types/src/x-modules/history-queries/config.types.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/events.types.d.ts +66 -0
- package/types/src/x-modules/history-queries/events.types.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/index.d.ts +7 -0
- package/types/src/x-modules/history-queries/index.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/store/actions/add-query-to-history.action.d.ts +92 -0
- package/types/src/x-modules/history-queries/store/actions/add-query-to-history.action.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.d.ts +11 -0
- package/types/src/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/store/actions/refresh-session.action.d.ts +10 -0
- package/types/src/x-modules/history-queries/store/actions/refresh-session.action.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/store/actions/remove-query-from-history.action.d.ts +12 -0
- package/types/src/x-modules/history-queries/store/actions/remove-query-from-history.action.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/store/actions/set-history-queries.action.d.ts +11 -0
- package/types/src/x-modules/history-queries/store/actions/set-history-queries.action.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/store/actions/set-url-params.action.d.ts +11 -0
- package/types/src/x-modules/history-queries/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts +3 -0
- package/types/src/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.d.ts +18 -0
- package/types/src/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/store/constants.d.ts +4 -0
- package/types/src/x-modules/history-queries/store/constants.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/store/emitters.d.ts +17 -0
- package/types/src/x-modules/history-queries/store/emitters.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/store/getters/history-queries-with-results.getter.d.ts +13 -0
- package/types/src/x-modules/history-queries/store/getters/history-queries-with-results.getter.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/store/getters/history-queries.getter.d.ts +36 -0
- package/types/src/x-modules/history-queries/store/getters/history-queries.getter.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/store/getters/normalized-query.getter.d.ts +14 -0
- package/types/src/x-modules/history-queries/store/getters/normalized-query.getter.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/store/getters/session-history-queries.getter.d.ts +11 -0
- package/types/src/x-modules/history-queries/store/getters/session-history-queries.getter.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/store/getters/storage-key.getter.d.ts +9 -0
- package/types/src/x-modules/history-queries/store/getters/storage-key.getter.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/store/index.d.ts +12 -0
- package/types/src/x-modules/history-queries/store/index.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/store/module.d.ts +8 -0
- package/types/src/x-modules/history-queries/store/module.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/store/types.d.ts +198 -0
- package/types/src/x-modules/history-queries/store/types.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/wiring.d.ts +136 -0
- package/types/src/x-modules/history-queries/wiring.d.ts.map +1 -0
- package/types/src/x-modules/history-queries/x-module.d.ts +16 -0
- package/types/src/x-modules/history-queries/x-module.d.ts.map +1 -0
- package/types/src/x-modules/identifier-results/components/identifier-result.vue.d.ts +34 -0
- package/types/src/x-modules/identifier-results/components/identifier-result.vue.d.ts.map +1 -0
- package/types/src/x-modules/identifier-results/components/identifier-results.vue.d.ts +48 -0
- package/types/src/x-modules/identifier-results/components/identifier-results.vue.d.ts.map +1 -0
- package/types/src/x-modules/identifier-results/components/index.d.ts +3 -0
- package/types/src/x-modules/identifier-results/components/index.d.ts.map +1 -0
- package/types/src/x-modules/identifier-results/config.types.d.ts +26 -0
- package/types/src/x-modules/identifier-results/config.types.d.ts.map +1 -0
- package/types/src/x-modules/identifier-results/events.types.d.ts +26 -0
- package/types/src/x-modules/identifier-results/events.types.d.ts.map +1 -0
- package/types/src/x-modules/identifier-results/index.d.ts +7 -0
- package/types/src/x-modules/identifier-results/index.d.ts.map +1 -0
- package/types/src/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts +16 -0
- package/types/src/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts.map +1 -0
- package/types/src/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts +14 -0
- package/types/src/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts.map +1 -0
- package/types/src/x-modules/identifier-results/store/actions/index.d.ts +5 -0
- package/types/src/x-modules/identifier-results/store/actions/index.d.ts.map +1 -0
- package/types/src/x-modules/identifier-results/store/actions/save-origin.action.d.ts +11 -0
- package/types/src/x-modules/identifier-results/store/actions/save-origin.action.d.ts.map +1 -0
- package/types/src/x-modules/identifier-results/store/actions/save-query.action.d.ts +11 -0
- package/types/src/x-modules/identifier-results/store/actions/save-query.action.d.ts.map +1 -0
- package/types/src/x-modules/identifier-results/store/emitters.d.ts +13 -0
- package/types/src/x-modules/identifier-results/store/emitters.d.ts.map +1 -0
- package/types/src/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.d.ts +12 -0
- package/types/src/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.d.ts.map +1 -0
- package/types/src/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.d.ts +12 -0
- package/types/src/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.d.ts.map +1 -0
- package/types/src/x-modules/identifier-results/store/getters/identifier-results-request.getter.d.ts +12 -0
- package/types/src/x-modules/identifier-results/store/getters/identifier-results-request.getter.d.ts.map +1 -0
- package/types/src/x-modules/identifier-results/store/index.d.ts +8 -0
- package/types/src/x-modules/identifier-results/store/index.d.ts.map +1 -0
- package/types/src/x-modules/identifier-results/store/module.d.ts +8 -0
- package/types/src/x-modules/identifier-results/store/module.d.ts.map +1 -0
- package/types/src/x-modules/identifier-results/store/types.d.ts +113 -0
- package/types/src/x-modules/identifier-results/store/types.d.ts.map +1 -0
- package/types/src/x-modules/identifier-results/wiring.d.ts +81 -0
- package/types/src/x-modules/identifier-results/wiring.d.ts.map +1 -0
- package/types/src/x-modules/identifier-results/x-module.d.ts +16 -0
- package/types/src/x-modules/identifier-results/x-module.d.ts.map +1 -0
- package/types/src/x-modules/next-queries/components/index.d.ts +5 -0
- package/types/src/x-modules/next-queries/components/index.d.ts.map +1 -0
- package/types/src/x-modules/next-queries/components/next-queries-list.vue.d.ts +79 -0
- package/types/src/x-modules/next-queries/components/next-queries-list.vue.d.ts.map +1 -0
- package/types/src/x-modules/next-queries/components/next-queries.vue.d.ts +53 -0
- package/types/src/x-modules/next-queries/components/next-queries.vue.d.ts.map +1 -0
- package/types/src/x-modules/next-queries/components/next-query-preview.vue.d.ts +46 -0
- package/types/src/x-modules/next-queries/components/next-query-preview.vue.d.ts.map +1 -0
- package/types/src/x-modules/next-queries/components/next-query.vue.d.ts +58 -0
- package/types/src/x-modules/next-queries/components/next-query.vue.d.ts.map +1 -0
- package/types/src/x-modules/next-queries/config.types.d.ts +42 -0
- package/types/src/x-modules/next-queries/config.types.d.ts.map +1 -0
- package/types/src/x-modules/next-queries/events.types.d.ts +36 -0
- package/types/src/x-modules/next-queries/events.types.d.ts.map +1 -0
- package/types/src/x-modules/next-queries/index.d.ts +8 -0
- package/types/src/x-modules/next-queries/index.d.ts.map +1 -0
- package/types/src/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts +15 -0
- package/types/src/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts.map +1 -0
- package/types/src/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.d.ts +3 -0
- package/types/src/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.d.ts.map +1 -0
- package/types/src/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts +14 -0
- package/types/src/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts.map +1 -0
- package/types/src/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts +16 -0
- package/types/src/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts.map +1 -0
- package/types/src/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.d.ts +11 -0
- package/types/src/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.d.ts.map +1 -0
- package/types/src/x-modules/next-queries/store/actions/set-url-params.action.d.ts +11 -0
- package/types/src/x-modules/next-queries/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/src/x-modules/next-queries/store/emitters.d.ts +13 -0
- package/types/src/x-modules/next-queries/store/emitters.d.ts.map +1 -0
- package/types/src/x-modules/next-queries/store/getters/next-queries-query.getter.d.ts +11 -0
- package/types/src/x-modules/next-queries/store/getters/next-queries-query.getter.d.ts.map +1 -0
- package/types/src/x-modules/next-queries/store/getters/next-queries.getter.d.ts +11 -0
- package/types/src/x-modules/next-queries/store/getters/next-queries.getter.d.ts.map +1 -0
- package/types/src/x-modules/next-queries/store/getters/request.getter.d.ts +13 -0
- package/types/src/x-modules/next-queries/store/getters/request.getter.d.ts.map +1 -0
- package/types/src/x-modules/next-queries/store/index.d.ts +10 -0
- package/types/src/x-modules/next-queries/store/index.d.ts.map +1 -0
- package/types/src/x-modules/next-queries/store/module.d.ts +8 -0
- package/types/src/x-modules/next-queries/store/module.d.ts.map +1 -0
- package/types/src/x-modules/next-queries/store/types.d.ts +150 -0
- package/types/src/x-modules/next-queries/store/types.d.ts.map +1 -0
- package/types/src/x-modules/next-queries/types.d.ts +12 -0
- package/types/src/x-modules/next-queries/types.d.ts.map +1 -0
- package/types/src/x-modules/next-queries/wiring.d.ts +97 -0
- package/types/src/x-modules/next-queries/wiring.d.ts.map +1 -0
- package/types/src/x-modules/next-queries/x-module.d.ts +16 -0
- package/types/src/x-modules/next-queries/x-module.d.ts.map +1 -0
- package/types/src/x-modules/popular-searches/components/index.d.ts +3 -0
- package/types/src/x-modules/popular-searches/components/index.d.ts.map +1 -0
- package/types/src/x-modules/popular-searches/components/popular-search.vue.d.ts +37 -0
- package/types/src/x-modules/popular-searches/components/popular-search.vue.d.ts.map +1 -0
- package/types/src/x-modules/popular-searches/components/popular-searches.vue.d.ts +16 -0
- package/types/src/x-modules/popular-searches/components/popular-searches.vue.d.ts.map +1 -0
- package/types/src/x-modules/popular-searches/config.types.d.ts +34 -0
- package/types/src/x-modules/popular-searches/config.types.d.ts.map +1 -0
- package/types/src/x-modules/popular-searches/events.types.d.ts +25 -0
- package/types/src/x-modules/popular-searches/events.types.d.ts.map +1 -0
- package/types/src/x-modules/popular-searches/index.d.ts +7 -0
- package/types/src/x-modules/popular-searches/index.d.ts.map +1 -0
- package/types/src/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts +15 -0
- package/types/src/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -0
- package/types/src/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts +13 -0
- package/types/src/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts.map +1 -0
- package/types/src/x-modules/popular-searches/store/emitters.d.ts +11 -0
- package/types/src/x-modules/popular-searches/store/emitters.d.ts.map +1 -0
- package/types/src/x-modules/popular-searches/store/getters/popular-searches.getter.d.ts +12 -0
- package/types/src/x-modules/popular-searches/store/getters/popular-searches.getter.d.ts.map +1 -0
- package/types/src/x-modules/popular-searches/store/getters/request.getter.d.ts +11 -0
- package/types/src/x-modules/popular-searches/store/getters/request.getter.d.ts.map +1 -0
- package/types/src/x-modules/popular-searches/store/index.d.ts +8 -0
- package/types/src/x-modules/popular-searches/store/index.d.ts.map +1 -0
- package/types/src/x-modules/popular-searches/store/module.d.ts +8 -0
- package/types/src/x-modules/popular-searches/store/module.d.ts.map +1 -0
- package/types/src/x-modules/popular-searches/store/types.d.ts +91 -0
- package/types/src/x-modules/popular-searches/store/types.d.ts.map +1 -0
- package/types/src/x-modules/popular-searches/wiring.d.ts +29 -0
- package/types/src/x-modules/popular-searches/wiring.d.ts.map +1 -0
- package/types/src/x-modules/popular-searches/x-module.d.ts +16 -0
- package/types/src/x-modules/popular-searches/x-module.d.ts.map +1 -0
- package/types/src/x-modules/queries-preview/components/index.d.ts +4 -0
- package/types/src/x-modules/queries-preview/components/index.d.ts.map +1 -0
- package/types/src/x-modules/queries-preview/components/query-preview-button.vue.d.ts +57 -0
- package/types/src/x-modules/queries-preview/components/query-preview-button.vue.d.ts.map +1 -0
- package/types/src/x-modules/queries-preview/components/query-preview-list.vue.d.ts +148 -0
- package/types/src/x-modules/queries-preview/components/query-preview-list.vue.d.ts.map +1 -0
- package/types/src/x-modules/queries-preview/components/query-preview.vue.d.ts +109 -0
- package/types/src/x-modules/queries-preview/components/query-preview.vue.d.ts.map +1 -0
- package/types/src/x-modules/queries-preview/composables/index.d.ts +2 -0
- package/types/src/x-modules/queries-preview/composables/index.d.ts.map +1 -0
- package/types/src/x-modules/queries-preview/composables/use-queries-preview.composable.d.ts +29 -0
- package/types/src/x-modules/queries-preview/composables/use-queries-preview.composable.d.ts.map +1 -0
- package/types/src/x-modules/queries-preview/config.types.d.ts +12 -0
- package/types/src/x-modules/queries-preview/config.types.d.ts.map +1 -0
- package/types/src/x-modules/queries-preview/events.types.d.ts +52 -0
- package/types/src/x-modules/queries-preview/events.types.d.ts.map +1 -0
- package/types/src/x-modules/queries-preview/index.d.ts +8 -0
- package/types/src/x-modules/queries-preview/index.d.ts.map +1 -0
- package/types/src/x-modules/queries-preview/store/actions/fetch-and-save-query-preview-results-enrichment.action.d.ts +3 -0
- package/types/src/x-modules/queries-preview/store/actions/fetch-and-save-query-preview-results-enrichment.action.d.ts.map +1 -0
- package/types/src/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts +13 -0
- package/types/src/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts.map +1 -0
- package/types/src/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts +13 -0
- package/types/src/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts.map +1 -0
- package/types/src/x-modules/queries-preview/store/emitters.d.ts +13 -0
- package/types/src/x-modules/queries-preview/store/emitters.d.ts.map +1 -0
- package/types/src/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.d.ts +10 -0
- package/types/src/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.d.ts.map +1 -0
- package/types/src/x-modules/queries-preview/store/index.d.ts +6 -0
- package/types/src/x-modules/queries-preview/store/index.d.ts.map +1 -0
- package/types/src/x-modules/queries-preview/store/module.d.ts +8 -0
- package/types/src/x-modules/queries-preview/store/module.d.ts.map +1 -0
- package/types/src/x-modules/queries-preview/store/types.d.ts +206 -0
- package/types/src/x-modules/queries-preview/store/types.d.ts.map +1 -0
- package/types/src/x-modules/queries-preview/utils/get-hash-from-query-preview.d.ts +19 -0
- package/types/src/x-modules/queries-preview/utils/get-hash-from-query-preview.d.ts.map +1 -0
- package/types/src/x-modules/queries-preview/wiring.d.ts +95 -0
- package/types/src/x-modules/queries-preview/wiring.d.ts.map +1 -0
- package/types/src/x-modules/queries-preview/x-module.d.ts +16 -0
- package/types/src/x-modules/queries-preview/x-module.d.ts.map +1 -0
- package/types/src/x-modules/query-suggestions/components/index.d.ts +3 -0
- package/types/src/x-modules/query-suggestions/components/index.d.ts.map +1 -0
- package/types/src/x-modules/query-suggestions/components/query-suggestion.vue.d.ts +31 -0
- package/types/src/x-modules/query-suggestions/components/query-suggestion.vue.d.ts.map +1 -0
- package/types/src/x-modules/query-suggestions/components/query-suggestions.vue.d.ts +15 -0
- package/types/src/x-modules/query-suggestions/components/query-suggestions.vue.d.ts.map +1 -0
- package/types/src/x-modules/query-suggestions/config.types.d.ts +59 -0
- package/types/src/x-modules/query-suggestions/config.types.d.ts.map +1 -0
- package/types/src/x-modules/query-suggestions/events.types.d.ts +27 -0
- package/types/src/x-modules/query-suggestions/events.types.d.ts.map +1 -0
- package/types/src/x-modules/query-suggestions/index.d.ts +7 -0
- package/types/src/x-modules/query-suggestions/index.d.ts.map +1 -0
- package/types/src/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts +15 -0
- package/types/src/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -0
- package/types/src/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts +14 -0
- package/types/src/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts.map +1 -0
- package/types/src/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts +11 -0
- package/types/src/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/src/x-modules/query-suggestions/store/emitters.d.ts +10 -0
- package/types/src/x-modules/query-suggestions/store/emitters.d.ts.map +1 -0
- package/types/src/x-modules/query-suggestions/store/getters/normalized-query.getter.d.ts +11 -0
- package/types/src/x-modules/query-suggestions/store/getters/normalized-query.getter.d.ts.map +1 -0
- package/types/src/x-modules/query-suggestions/store/getters/query-suggestions.getter.d.ts +35 -0
- package/types/src/x-modules/query-suggestions/store/getters/query-suggestions.getter.d.ts.map +1 -0
- package/types/src/x-modules/query-suggestions/store/getters/request.getter.d.ts +11 -0
- package/types/src/x-modules/query-suggestions/store/getters/request.getter.d.ts.map +1 -0
- package/types/src/x-modules/query-suggestions/store/index.d.ts +9 -0
- package/types/src/x-modules/query-suggestions/store/index.d.ts.map +1 -0
- package/types/src/x-modules/query-suggestions/store/module.d.ts +8 -0
- package/types/src/x-modules/query-suggestions/store/module.d.ts.map +1 -0
- package/types/src/x-modules/query-suggestions/store/types.d.ts +105 -0
- package/types/src/x-modules/query-suggestions/store/types.d.ts.map +1 -0
- package/types/src/x-modules/query-suggestions/wiring.d.ts +91 -0
- package/types/src/x-modules/query-suggestions/wiring.d.ts.map +1 -0
- package/types/src/x-modules/query-suggestions/x-module.d.ts +16 -0
- package/types/src/x-modules/query-suggestions/x-module.d.ts.map +1 -0
- package/types/src/x-modules/recommendations/components/index.d.ts +2 -0
- package/types/src/x-modules/recommendations/components/index.d.ts.map +1 -0
- package/types/src/x-modules/recommendations/components/recommendations.vue.d.ts +34 -0
- package/types/src/x-modules/recommendations/components/recommendations.vue.d.ts.map +1 -0
- package/types/src/x-modules/recommendations/config.types.d.ts +12 -0
- package/types/src/x-modules/recommendations/config.types.d.ts.map +1 -0
- package/types/src/x-modules/recommendations/events.types.d.ts +26 -0
- package/types/src/x-modules/recommendations/events.types.d.ts.map +1 -0
- package/types/src/x-modules/recommendations/index.d.ts +7 -0
- package/types/src/x-modules/recommendations/index.d.ts.map +1 -0
- package/types/src/x-modules/recommendations/store/actions/fetch-and-save-recommendations-enrichment.action.d.ts +17 -0
- package/types/src/x-modules/recommendations/store/actions/fetch-and-save-recommendations-enrichment.action.d.ts.map +1 -0
- package/types/src/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts +17 -0
- package/types/src/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts.map +1 -0
- package/types/src/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts +13 -0
- package/types/src/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts.map +1 -0
- package/types/src/x-modules/recommendations/store/constants.d.ts +7 -0
- package/types/src/x-modules/recommendations/store/constants.d.ts.map +1 -0
- package/types/src/x-modules/recommendations/store/emitters.d.ts +12 -0
- package/types/src/x-modules/recommendations/store/emitters.d.ts.map +1 -0
- package/types/src/x-modules/recommendations/store/getters/request.getter.d.ts +12 -0
- package/types/src/x-modules/recommendations/store/getters/request.getter.d.ts.map +1 -0
- package/types/src/x-modules/recommendations/store/index.d.ts +8 -0
- package/types/src/x-modules/recommendations/store/index.d.ts.map +1 -0
- package/types/src/x-modules/recommendations/store/module.d.ts +8 -0
- package/types/src/x-modules/recommendations/store/module.d.ts.map +1 -0
- package/types/src/x-modules/recommendations/store/types.d.ts +108 -0
- package/types/src/x-modules/recommendations/store/types.d.ts.map +1 -0
- package/types/src/x-modules/recommendations/wiring.d.ts +24 -0
- package/types/src/x-modules/recommendations/wiring.d.ts.map +1 -0
- package/types/src/x-modules/recommendations/x-module.d.ts +16 -0
- package/types/src/x-modules/recommendations/x-module.d.ts.map +1 -0
- package/types/src/x-modules/related-prompts/components/index.d.ts +4 -0
- package/types/src/x-modules/related-prompts/components/index.d.ts.map +1 -0
- package/types/src/x-modules/related-prompts/components/related-prompt.vue.d.ts +53 -0
- package/types/src/x-modules/related-prompts/components/related-prompt.vue.d.ts.map +1 -0
- package/types/src/x-modules/related-prompts/components/related-prompts-list.vue.d.ts +106 -0
- package/types/src/x-modules/related-prompts/components/related-prompts-list.vue.d.ts.map +1 -0
- package/types/src/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts +136 -0
- package/types/src/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts.map +1 -0
- package/types/src/x-modules/related-prompts/events.types.d.ts +54 -0
- package/types/src/x-modules/related-prompts/events.types.d.ts.map +1 -0
- package/types/src/x-modules/related-prompts/index.d.ts +6 -0
- package/types/src/x-modules/related-prompts/index.d.ts.map +1 -0
- package/types/src/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.d.ts +17 -0
- package/types/src/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.d.ts.map +1 -0
- package/types/src/x-modules/related-prompts/store/actions/fetch-related-prompts.action.d.ts +13 -0
- package/types/src/x-modules/related-prompts/store/actions/fetch-related-prompts.action.d.ts.map +1 -0
- package/types/src/x-modules/related-prompts/store/actions/set-url-params.action.d.ts +10 -0
- package/types/src/x-modules/related-prompts/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/src/x-modules/related-prompts/store/emitters.d.ts +11 -0
- package/types/src/x-modules/related-prompts/store/emitters.d.ts.map +1 -0
- package/types/src/x-modules/related-prompts/store/getters/index.d.ts +3 -0
- package/types/src/x-modules/related-prompts/store/getters/index.d.ts.map +1 -0
- package/types/src/x-modules/related-prompts/store/getters/related-prompts-query.getter.d.ts +13 -0
- package/types/src/x-modules/related-prompts/store/getters/related-prompts-query.getter.d.ts.map +1 -0
- package/types/src/x-modules/related-prompts/store/getters/request.getter.d.ts +14 -0
- package/types/src/x-modules/related-prompts/store/getters/request.getter.d.ts.map +1 -0
- package/types/src/x-modules/related-prompts/store/index.d.ts +6 -0
- package/types/src/x-modules/related-prompts/store/index.d.ts.map +1 -0
- package/types/src/x-modules/related-prompts/store/module.d.ts +8 -0
- package/types/src/x-modules/related-prompts/store/module.d.ts.map +1 -0
- package/types/src/x-modules/related-prompts/store/types.d.ts +125 -0
- package/types/src/x-modules/related-prompts/store/types.d.ts.map +1 -0
- package/types/src/x-modules/related-prompts/types.d.ts +10 -0
- package/types/src/x-modules/related-prompts/types.d.ts.map +1 -0
- package/types/src/x-modules/related-prompts/wiring.d.ts +46 -0
- package/types/src/x-modules/related-prompts/wiring.d.ts.map +1 -0
- package/types/src/x-modules/related-prompts/x-module.d.ts +16 -0
- package/types/src/x-modules/related-prompts/x-module.d.ts.map +1 -0
- package/types/src/x-modules/related-tags/components/index.d.ts +3 -0
- package/types/src/x-modules/related-tags/components/index.d.ts.map +1 -0
- package/types/src/x-modules/related-tags/components/related-tag.vue.d.ts +59 -0
- package/types/src/x-modules/related-tags/components/related-tag.vue.d.ts.map +1 -0
- package/types/src/x-modules/related-tags/components/related-tags.vue.d.ts +75 -0
- package/types/src/x-modules/related-tags/components/related-tags.vue.d.ts.map +1 -0
- package/types/src/x-modules/related-tags/config.types.d.ts +12 -0
- package/types/src/x-modules/related-tags/config.types.d.ts.map +1 -0
- package/types/src/x-modules/related-tags/events.types.d.ts +44 -0
- package/types/src/x-modules/related-tags/events.types.d.ts.map +1 -0
- package/types/src/x-modules/related-tags/index.d.ts +7 -0
- package/types/src/x-modules/related-tags/index.d.ts.map +1 -0
- package/types/src/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts +15 -0
- package/types/src/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts.map +1 -0
- package/types/src/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts +13 -0
- package/types/src/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts.map +1 -0
- package/types/src/x-modules/related-tags/store/actions/set-url-params.action.d.ts +15 -0
- package/types/src/x-modules/related-tags/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/src/x-modules/related-tags/store/actions/toggle-related-tag.action.d.ts +11 -0
- package/types/src/x-modules/related-tags/store/actions/toggle-related-tag.action.d.ts.map +1 -0
- package/types/src/x-modules/related-tags/store/emitters.d.ts +14 -0
- package/types/src/x-modules/related-tags/store/emitters.d.ts.map +1 -0
- package/types/src/x-modules/related-tags/store/getters/query.getter.d.ts +11 -0
- package/types/src/x-modules/related-tags/store/getters/query.getter.d.ts.map +1 -0
- package/types/src/x-modules/related-tags/store/getters/related-tags.getter.d.ts +11 -0
- package/types/src/x-modules/related-tags/store/getters/related-tags.getter.d.ts.map +1 -0
- package/types/src/x-modules/related-tags/store/getters/request.getter.d.ts +13 -0
- package/types/src/x-modules/related-tags/store/getters/request.getter.d.ts.map +1 -0
- package/types/src/x-modules/related-tags/store/index.d.ts +10 -0
- package/types/src/x-modules/related-tags/store/index.d.ts.map +1 -0
- package/types/src/x-modules/related-tags/store/module.d.ts +8 -0
- package/types/src/x-modules/related-tags/store/module.d.ts.map +1 -0
- package/types/src/x-modules/related-tags/store/types.d.ts +110 -0
- package/types/src/x-modules/related-tags/store/types.d.ts.map +1 -0
- package/types/src/x-modules/related-tags/wiring.d.ts +106 -0
- package/types/src/x-modules/related-tags/wiring.d.ts.map +1 -0
- package/types/src/x-modules/related-tags/x-module.d.ts +16 -0
- package/types/src/x-modules/related-tags/x-module.d.ts.map +1 -0
- package/types/src/x-modules/scroll/components/index.d.ts +7 -0
- package/types/src/x-modules/scroll/components/index.d.ts.map +1 -0
- package/types/src/x-modules/scroll/components/main-scroll-item.vue.d.ts +37 -0
- package/types/src/x-modules/scroll/components/main-scroll-item.vue.d.ts.map +1 -0
- package/types/src/x-modules/scroll/components/main-scroll.vue.d.ts +75 -0
- package/types/src/x-modules/scroll/components/main-scroll.vue.d.ts.map +1 -0
- package/types/src/x-modules/scroll/components/scroll-to-top.vue.d.ts +68 -0
- package/types/src/x-modules/scroll/components/scroll-to-top.vue.d.ts.map +1 -0
- package/types/src/x-modules/scroll/components/scroll.const.d.ts +15 -0
- package/types/src/x-modules/scroll/components/scroll.const.d.ts.map +1 -0
- package/types/src/x-modules/scroll/components/scroll.types.d.ts +20 -0
- package/types/src/x-modules/scroll/components/scroll.types.d.ts.map +1 -0
- package/types/src/x-modules/scroll/components/scroll.vue.d.ts +42 -0
- package/types/src/x-modules/scroll/components/scroll.vue.d.ts.map +1 -0
- package/types/src/x-modules/scroll/events.types.d.ts +53 -0
- package/types/src/x-modules/scroll/events.types.d.ts.map +1 -0
- package/types/src/x-modules/scroll/index.d.ts +6 -0
- package/types/src/x-modules/scroll/index.d.ts.map +1 -0
- package/types/src/x-modules/scroll/store/emitters.d.ts +7 -0
- package/types/src/x-modules/scroll/store/emitters.d.ts.map +1 -0
- package/types/src/x-modules/scroll/store/index.d.ts +4 -0
- package/types/src/x-modules/scroll/store/index.d.ts.map +1 -0
- package/types/src/x-modules/scroll/store/module.d.ts +8 -0
- package/types/src/x-modules/scroll/store/module.d.ts.map +1 -0
- package/types/src/x-modules/scroll/store/types.d.ts +98 -0
- package/types/src/x-modules/scroll/store/types.d.ts.map +1 -0
- package/types/src/x-modules/scroll/wiring.d.ts +74 -0
- package/types/src/x-modules/scroll/wiring.d.ts.map +1 -0
- package/types/src/x-modules/scroll/x-module.d.ts +16 -0
- package/types/src/x-modules/scroll/x-module.d.ts.map +1 -0
- package/types/src/x-modules/search/components/banner.vue.d.ts +43 -0
- package/types/src/x-modules/search/components/banner.vue.d.ts.map +1 -0
- package/types/src/x-modules/search/components/banners-list.vue.d.ts +30 -0
- package/types/src/x-modules/search/components/banners-list.vue.d.ts.map +1 -0
- package/types/src/x-modules/search/components/fallback-disclaimer.vue.d.ts +12 -0
- package/types/src/x-modules/search/components/fallback-disclaimer.vue.d.ts.map +1 -0
- package/types/src/x-modules/search/components/index.d.ts +15 -0
- package/types/src/x-modules/search/components/index.d.ts.map +1 -0
- package/types/src/x-modules/search/components/partial-query-button.vue.d.ts +33 -0
- package/types/src/x-modules/search/components/partial-query-button.vue.d.ts.map +1 -0
- package/types/src/x-modules/search/components/partial-results-list.vue.d.ts +52 -0
- package/types/src/x-modules/search/components/partial-results-list.vue.d.ts.map +1 -0
- package/types/src/x-modules/search/components/promoted.vue.d.ts +39 -0
- package/types/src/x-modules/search/components/promoted.vue.d.ts.map +1 -0
- package/types/src/x-modules/search/components/promoteds-list.vue.d.ts +30 -0
- package/types/src/x-modules/search/components/promoteds-list.vue.d.ts.map +1 -0
- package/types/src/x-modules/search/components/redirection.vue.d.ts +65 -0
- package/types/src/x-modules/search/components/redirection.vue.d.ts.map +1 -0
- package/types/src/x-modules/search/components/results-list.vue.d.ts +32 -0
- package/types/src/x-modules/search/components/results-list.vue.d.ts.map +1 -0
- package/types/src/x-modules/search/components/sort-dropdown.vue.d.ts +33 -0
- package/types/src/x-modules/search/components/sort-dropdown.vue.d.ts.map +1 -0
- package/types/src/x-modules/search/components/sort-list.vue.d.ts +48 -0
- package/types/src/x-modules/search/components/sort-list.vue.d.ts.map +1 -0
- package/types/src/x-modules/search/components/sort-picker-list.types.d.ts +12 -0
- package/types/src/x-modules/search/components/sort-picker-list.types.d.ts.map +1 -0
- package/types/src/x-modules/search/components/sort-picker-list.vue.d.ts +43 -0
- package/types/src/x-modules/search/components/sort-picker-list.vue.d.ts.map +1 -0
- package/types/src/x-modules/search/components/spellcheck-button.vue.d.ts +14 -0
- package/types/src/x-modules/search/components/spellcheck-button.vue.d.ts.map +1 -0
- package/types/src/x-modules/search/components/spellcheck.vue.d.ts +16 -0
- package/types/src/x-modules/search/components/spellcheck.vue.d.ts.map +1 -0
- package/types/src/x-modules/search/config.types.d.ts +14 -0
- package/types/src/x-modules/search/config.types.d.ts.map +1 -0
- package/types/src/x-modules/search/events.types.d.ts +116 -0
- package/types/src/x-modules/search/events.types.d.ts.map +1 -0
- package/types/src/x-modules/search/index.d.ts +8 -0
- package/types/src/x-modules/search/index.d.ts.map +1 -0
- package/types/src/x-modules/search/store/actions/fetch-and-save-partial-results-enrichment.action.d.ts +17 -0
- package/types/src/x-modules/search/store/actions/fetch-and-save-partial-results-enrichment.action.d.ts.map +1 -0
- package/types/src/x-modules/search/store/actions/fetch-and-save-results-enrichment.action.d.ts +17 -0
- package/types/src/x-modules/search/store/actions/fetch-and-save-results-enrichment.action.d.ts.map +1 -0
- package/types/src/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts +15 -0
- package/types/src/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -0
- package/types/src/x-modules/search/store/actions/fetch-search-response.action.d.ts +13 -0
- package/types/src/x-modules/search/store/actions/fetch-search-response.action.d.ts.map +1 -0
- package/types/src/x-modules/search/store/actions/increase-page-apending-results.action.d.ts +11 -0
- package/types/src/x-modules/search/store/actions/increase-page-apending-results.action.d.ts.map +1 -0
- package/types/src/x-modules/search/store/actions/index.d.ts +10 -0
- package/types/src/x-modules/search/store/actions/index.d.ts.map +1 -0
- package/types/src/x-modules/search/store/actions/reset-request-on-refinement.action.d.ts +11 -0
- package/types/src/x-modules/search/store/actions/reset-request-on-refinement.action.d.ts.map +1 -0
- package/types/src/x-modules/search/store/actions/save-origin.action.d.ts +11 -0
- package/types/src/x-modules/search/store/actions/save-origin.action.d.ts.map +1 -0
- package/types/src/x-modules/search/store/actions/save-search-response.action.d.ts +11 -0
- package/types/src/x-modules/search/store/actions/save-search-response.action.d.ts.map +1 -0
- package/types/src/x-modules/search/store/actions/set-url-params.action.d.ts +11 -0
- package/types/src/x-modules/search/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/src/x-modules/search/store/emitters.d.ts +40 -0
- package/types/src/x-modules/search/store/emitters.d.ts.map +1 -0
- package/types/src/x-modules/search/store/getters/index.d.ts +3 -0
- package/types/src/x-modules/search/store/getters/index.d.ts.map +1 -0
- package/types/src/x-modules/search/store/getters/query.getter.d.ts +13 -0
- package/types/src/x-modules/search/store/getters/query.getter.d.ts.map +1 -0
- package/types/src/x-modules/search/store/getters/request.getter.d.ts +13 -0
- package/types/src/x-modules/search/store/getters/request.getter.d.ts.map +1 -0
- package/types/src/x-modules/search/store/index.d.ts +6 -0
- package/types/src/x-modules/search/store/index.d.ts.map +1 -0
- package/types/src/x-modules/search/store/module.d.ts +42 -0
- package/types/src/x-modules/search/store/module.d.ts.map +1 -0
- package/types/src/x-modules/search/store/types.d.ts +313 -0
- package/types/src/x-modules/search/store/types.d.ts.map +1 -0
- package/types/src/x-modules/search/types.d.ts +35 -0
- package/types/src/x-modules/search/types.d.ts.map +1 -0
- package/types/src/x-modules/search/wiring.d.ts +238 -0
- package/types/src/x-modules/search/wiring.d.ts.map +1 -0
- package/types/src/x-modules/search/x-module.d.ts +16 -0
- package/types/src/x-modules/search/x-module.d.ts.map +1 -0
- package/types/src/x-modules/search-box/components/clear-search-input.vue.d.ts +26 -0
- package/types/src/x-modules/search-box/components/clear-search-input.vue.d.ts.map +1 -0
- package/types/src/x-modules/search-box/components/index.d.ts +5 -0
- package/types/src/x-modules/search-box/components/index.d.ts.map +1 -0
- package/types/src/x-modules/search-box/components/search-button.vue.d.ts +18 -0
- package/types/src/x-modules/search-box/components/search-button.vue.d.ts.map +1 -0
- package/types/src/x-modules/search-box/components/search-input-placeholder.vue.d.ts +89 -0
- package/types/src/x-modules/search-box/components/search-input-placeholder.vue.d.ts.map +1 -0
- package/types/src/x-modules/search-box/components/search-input.vue.d.ts +84 -0
- package/types/src/x-modules/search-box/components/search-input.vue.d.ts.map +1 -0
- package/types/src/x-modules/search-box/events.types.d.ts +74 -0
- package/types/src/x-modules/search-box/events.types.d.ts.map +1 -0
- package/types/src/x-modules/search-box/index.d.ts +6 -0
- package/types/src/x-modules/search-box/index.d.ts.map +1 -0
- package/types/src/x-modules/search-box/store/actions/set-input-status.action.d.ts +12 -0
- package/types/src/x-modules/search-box/store/actions/set-input-status.action.d.ts.map +1 -0
- package/types/src/x-modules/search-box/store/actions/set-url-params.action.d.ts +11 -0
- package/types/src/x-modules/search-box/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/src/x-modules/search-box/store/emitters.d.ts +14 -0
- package/types/src/x-modules/search-box/store/emitters.d.ts.map +1 -0
- package/types/src/x-modules/search-box/store/index.d.ts +4 -0
- package/types/src/x-modules/search-box/store/index.d.ts.map +1 -0
- package/types/src/x-modules/search-box/store/module.d.ts +8 -0
- package/types/src/x-modules/search-box/store/module.d.ts.map +1 -0
- package/types/src/x-modules/search-box/store/types.d.ts +70 -0
- package/types/src/x-modules/search-box/store/types.d.ts.map +1 -0
- package/types/src/x-modules/search-box/wiring.d.ts +43 -0
- package/types/src/x-modules/search-box/wiring.d.ts.map +1 -0
- package/types/src/x-modules/search-box/x-module.d.ts +16 -0
- package/types/src/x-modules/search-box/x-module.d.ts.map +1 -0
- package/types/src/x-modules/semantic-queries/components/index.d.ts +3 -0
- package/types/src/x-modules/semantic-queries/components/index.d.ts.map +1 -0
- package/types/src/x-modules/semantic-queries/components/semantic-queries.vue.d.ts +13 -0
- package/types/src/x-modules/semantic-queries/components/semantic-queries.vue.d.ts.map +1 -0
- package/types/src/x-modules/semantic-queries/components/semantic-query.vue.d.ts +32 -0
- package/types/src/x-modules/semantic-queries/components/semantic-query.vue.d.ts.map +1 -0
- package/types/src/x-modules/semantic-queries/config.types.d.ts +16 -0
- package/types/src/x-modules/semantic-queries/config.types.d.ts.map +1 -0
- package/types/src/x-modules/semantic-queries/events.types.d.ts +25 -0
- package/types/src/x-modules/semantic-queries/events.types.d.ts.map +1 -0
- package/types/src/x-modules/semantic-queries/index.d.ts +7 -0
- package/types/src/x-modules/semantic-queries/index.d.ts.map +1 -0
- package/types/src/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.d.ts +13 -0
- package/types/src/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.d.ts.map +1 -0
- package/types/src/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.d.ts +13 -0
- package/types/src/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.d.ts.map +1 -0
- package/types/src/x-modules/semantic-queries/store/actions/index.d.ts +3 -0
- package/types/src/x-modules/semantic-queries/store/actions/index.d.ts.map +1 -0
- package/types/src/x-modules/semantic-queries/store/emitters.d.ts +10 -0
- package/types/src/x-modules/semantic-queries/store/emitters.d.ts.map +1 -0
- package/types/src/x-modules/semantic-queries/store/getters/index.d.ts +4 -0
- package/types/src/x-modules/semantic-queries/store/getters/index.d.ts.map +1 -0
- package/types/src/x-modules/semantic-queries/store/getters/normalized-query.getter.d.ts +13 -0
- package/types/src/x-modules/semantic-queries/store/getters/normalized-query.getter.d.ts.map +1 -0
- package/types/src/x-modules/semantic-queries/store/getters/request.getter.d.ts +14 -0
- package/types/src/x-modules/semantic-queries/store/getters/request.getter.d.ts.map +1 -0
- package/types/src/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.d.ts +13 -0
- package/types/src/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.d.ts.map +1 -0
- package/types/src/x-modules/semantic-queries/store/index.d.ts +5 -0
- package/types/src/x-modules/semantic-queries/store/index.d.ts.map +1 -0
- package/types/src/x-modules/semantic-queries/store/module.d.ts +8 -0
- package/types/src/x-modules/semantic-queries/store/module.d.ts.map +1 -0
- package/types/src/x-modules/semantic-queries/store/types.d.ts +103 -0
- package/types/src/x-modules/semantic-queries/store/types.d.ts.map +1 -0
- package/types/src/x-modules/semantic-queries/wiring.d.ts +66 -0
- package/types/src/x-modules/semantic-queries/wiring.d.ts.map +1 -0
- package/types/src/x-modules/semantic-queries/x-module.d.ts +16 -0
- package/types/src/x-modules/semantic-queries/x-module.d.ts.map +1 -0
- package/types/src/x-modules/tagging/components/index.d.ts +2 -0
- package/types/src/x-modules/tagging/components/index.d.ts.map +1 -0
- package/types/src/x-modules/tagging/components/tagging.vue.d.ts +85 -0
- package/types/src/x-modules/tagging/components/tagging.vue.d.ts.map +1 -0
- package/types/src/x-modules/tagging/config.types.d.ts +26 -0
- package/types/src/x-modules/tagging/config.types.d.ts.map +1 -0
- package/types/src/x-modules/tagging/events.types.d.ts +52 -0
- package/types/src/x-modules/tagging/events.types.d.ts.map +1 -0
- package/types/src/x-modules/tagging/index.d.ts +8 -0
- package/types/src/x-modules/tagging/index.d.ts.map +1 -0
- package/types/src/x-modules/tagging/service/external-tagging.service.d.ts +100 -0
- package/types/src/x-modules/tagging/service/external-tagging.service.d.ts.map +1 -0
- package/types/src/x-modules/tagging/service/index.d.ts +3 -0
- package/types/src/x-modules/tagging/service/index.d.ts.map +1 -0
- package/types/src/x-modules/tagging/service/types.d.ts +39 -0
- package/types/src/x-modules/tagging/service/types.d.ts.map +1 -0
- package/types/src/x-modules/tagging/store/actions/index.d.ts +2 -0
- package/types/src/x-modules/tagging/store/actions/index.d.ts.map +1 -0
- package/types/src/x-modules/tagging/store/actions/track.action.d.ts +11 -0
- package/types/src/x-modules/tagging/store/actions/track.action.d.ts.map +1 -0
- package/types/src/x-modules/tagging/store/emitters.d.ts +14 -0
- package/types/src/x-modules/tagging/store/emitters.d.ts.map +1 -0
- package/types/src/x-modules/tagging/store/index.d.ts +5 -0
- package/types/src/x-modules/tagging/store/index.d.ts.map +1 -0
- package/types/src/x-modules/tagging/store/module.d.ts +8 -0
- package/types/src/x-modules/tagging/store/module.d.ts.map +1 -0
- package/types/src/x-modules/tagging/store/types.d.ts +81 -0
- package/types/src/x-modules/tagging/store/types.d.ts.map +1 -0
- package/types/src/x-modules/tagging/wiring.d.ts +259 -0
- package/types/src/x-modules/tagging/wiring.d.ts.map +1 -0
- package/types/src/x-modules/tagging/x-module.d.ts +16 -0
- package/types/src/x-modules/tagging/x-module.d.ts.map +1 -0
- package/types/src/x-modules/url/components/index.d.ts +2 -0
- package/types/src/x-modules/url/components/index.d.ts.map +1 -0
- package/types/src/x-modules/url/components/url-handler.vue.d.ts +17 -0
- package/types/src/x-modules/url/components/url-handler.vue.d.ts.map +1 -0
- package/types/src/x-modules/url/events.types.d.ts +31 -0
- package/types/src/x-modules/url/events.types.d.ts.map +1 -0
- package/types/src/x-modules/url/index.d.ts +6 -0
- package/types/src/x-modules/url/index.d.ts.map +1 -0
- package/types/src/x-modules/url/store/emitters.d.ts +50 -0
- package/types/src/x-modules/url/store/emitters.d.ts.map +1 -0
- package/types/src/x-modules/url/store/getters/url-params.getter.d.ts +10 -0
- package/types/src/x-modules/url/store/getters/url-params.getter.d.ts.map +1 -0
- package/types/src/x-modules/url/store/index.d.ts +4 -0
- package/types/src/x-modules/url/store/index.d.ts.map +1 -0
- package/types/src/x-modules/url/store/initial-state.d.ts +9 -0
- package/types/src/x-modules/url/store/initial-state.d.ts.map +1 -0
- package/types/src/x-modules/url/store/module.d.ts +8 -0
- package/types/src/x-modules/url/store/module.d.ts.map +1 -0
- package/types/src/x-modules/url/store/mutations/set-params.mutation.d.ts +13 -0
- package/types/src/x-modules/url/store/mutations/set-params.mutation.d.ts.map +1 -0
- package/types/src/x-modules/url/store/types.d.ts +109 -0
- package/types/src/x-modules/url/store/types.d.ts.map +1 -0
- package/types/src/x-modules/url/wiring.d.ts +118 -0
- package/types/src/x-modules/url/wiring.d.ts.map +1 -0
- package/types/src/x-modules/url/x-module.d.ts +16 -0
- package/types/src/x-modules/url/x-module.d.ts.map +1 -0
- package/types/src/x-modules/x-modules.types.d.ts +98 -0
- package/types/src/x-modules/x-modules.types.d.ts.map +1 -0
- package/url/index.d.ts +1 -1
- package/docs/API-reference/api/x-components.facetsstate.query.md +0 -13
- package/docs/API-reference/api/x-components.fixedheaderandasideslayout.md +0 -29
- package/docs/API-reference/api/x-components.highlight.md +0 -73
- package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +0 -33
- package/docs/API-reference/api/x-components.setupdevtools.md +0 -27
- package/docs/API-reference/api/x-components.singlecolumnlayout.md +0 -33
- package/docs/API-reference/api/x-types.resultprice.futurevalue.md +0 -13
- package/docs/API-reference/components/common/layouts/x-components.fixed-header-and-asides-layout.md +0 -79
- package/docs/API-reference/components/common/layouts/x-components.multi-column-max-width-layout.md +0 -165
- package/docs/API-reference/components/common/layouts/x-components.single-column-layout.md +0 -34
- package/js/components/animations/animate-clip-path/animate-clip-path.factory.js +0 -18
- package/js/components/animations/animate-clip-path/animate-clip-path.factory.js.map +0 -1
- package/js/components/animations/animate-clip-path/animate-clip-path.style.scss.js +0 -7
- package/js/components/animations/animate-clip-path/animate-clip-path.style.scss.js.map +0 -1
- package/js/components/animations/animate-scale/animate-scale.factory.js +0 -18
- package/js/components/animations/animate-scale/animate-scale.factory.js.map +0 -1
- package/js/components/animations/animate-scale/animate-scale.style.scss.js +0 -7
- package/js/components/animations/animate-scale/animate-scale.style.scss.js.map +0 -1
- package/js/components/animations/animate-translate/animate-translate.factory.js +0 -18
- package/js/components/animations/animate-translate/animate-translate.factory.js.map +0 -1
- package/js/components/animations/animate-translate/animate-translate.style.scss.js +0 -7
- package/js/components/animations/animate-translate/animate-translate.style.scss.js.map +0 -1
- package/js/components/animations/create-directional-animation-factory.js +0 -26
- package/js/components/animations/create-directional-animation-factory.js.map +0 -1
- package/js/components/layouts/fixed-header-and-asides-layout.vue.js +0 -151
- package/js/components/layouts/fixed-header-and-asides-layout.vue.js.map +0 -1
- package/js/components/layouts/fixed-header-and-asides-layout.vue2.js +0 -39
- package/js/components/layouts/fixed-header-and-asides-layout.vue2.js.map +0 -1
- package/js/components/layouts/fixed-header-and-asides-layout.vue3.js +0 -7
- package/js/components/layouts/fixed-header-and-asides-layout.vue3.js.map +0 -1
- package/js/components/layouts/multi-column-max-width-layout.vue.js +0 -188
- package/js/components/layouts/multi-column-max-width-layout.vue.js.map +0 -1
- package/js/components/layouts/multi-column-max-width-layout.vue2.js +0 -30
- package/js/components/layouts/multi-column-max-width-layout.vue2.js.map +0 -1
- package/js/components/layouts/multi-column-max-width-layout.vue3.js +0 -7
- package/js/components/layouts/multi-column-max-width-layout.vue3.js.map +0 -1
- package/js/components/layouts/multi-column-max-width-layout.vue4.js +0 -7
- package/js/components/layouts/multi-column-max-width-layout.vue4.js.map +0 -1
- package/js/components/layouts/single-column-layout.vue.js +0 -162
- package/js/components/layouts/single-column-layout.vue.js.map +0 -1
- package/js/components/layouts/single-column-layout.vue2.js +0 -31
- package/js/components/layouts/single-column-layout.vue2.js.map +0 -1
- package/js/components/layouts/single-column-layout.vue3.js +0 -7
- package/js/components/layouts/single-column-layout.vue3.js.map +0 -1
- package/js/plugins/devtools/colors.utils.js +0 -49
- package/js/plugins/devtools/colors.utils.js.map +0 -1
- package/js/plugins/devtools/devtools.plugin.js +0 -32
- package/js/plugins/devtools/devtools.plugin.js.map +0 -1
- package/js/plugins/devtools/timeline.devtools.js +0 -109
- package/js/plugins/devtools/timeline.devtools.js.map +0 -1
- package/js/plugins/devtools/wiring.devtools.js +0 -122
- package/js/plugins/devtools/wiring.devtools.js.map +0 -1
- package/js/x-installer/x-installer/x-installer.js +0 -285
- package/js/x-installer/x-installer/x-installer.js.map +0 -1
- package/types/adapter/e2e-adapter.d.ts +0 -21
- package/types/adapter/e2e-adapter.d.ts.map +0 -1
- package/types/adapter/mocked-responses.d.ts +0 -47
- package/types/adapter/mocked-responses.d.ts.map +0 -1
- package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts +0 -14
- package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts.map +0 -1
- package/types/components/animations/animate-scale/animate-scale.factory.d.ts +0 -14
- package/types/components/animations/animate-scale/animate-scale.factory.d.ts.map +0 -1
- package/types/components/animations/animate-translate/animate-translate.factory.d.ts +0 -14
- package/types/components/animations/animate-translate/animate-translate.factory.d.ts.map +0 -1
- package/types/components/animations/animate-width.vue.d.ts +0 -8
- package/types/components/animations/animate-width.vue.d.ts.map +0 -1
- package/types/components/animations/collapse-height.vue.d.ts +0 -31
- package/types/components/animations/collapse-height.vue.d.ts.map +0 -1
- package/types/components/animations/collapse-width.vue.d.ts +0 -31
- package/types/components/animations/collapse-width.vue.d.ts.map +0 -1
- package/types/components/animations/create-directional-animation-factory.d.ts +0 -13
- package/types/components/animations/create-directional-animation-factory.d.ts.map +0 -1
- package/types/components/animations/cross-fade.vue.d.ts +0 -27
- package/types/components/animations/cross-fade.vue.d.ts.map +0 -1
- package/types/components/animations/fade-and-slide.vue.d.ts +0 -37
- package/types/components/animations/fade-and-slide.vue.d.ts.map +0 -1
- package/types/components/animations/fade.vue.d.ts +0 -23
- package/types/components/animations/fade.vue.d.ts.map +0 -1
- package/types/components/animations/index.d.ts +0 -15
- package/types/components/animations/index.d.ts.map +0 -1
- package/types/components/animations/no-animation.vue.d.ts +0 -9
- package/types/components/animations/no-animation.vue.d.ts.map +0 -1
- package/types/components/animations/staggered-fade-and-slide.vue.d.ts +0 -50
- package/types/components/animations/staggered-fade-and-slide.vue.d.ts.map +0 -1
- package/types/components/animations/use-collapse-animation.d.ts +0 -19
- package/types/components/animations/use-collapse-animation.d.ts.map +0 -1
- package/types/components/animations/use-disable-animation.d.ts +0 -12
- package/types/components/animations/use-disable-animation.d.ts.map +0 -1
- package/types/components/auto-progress-bar.vue.d.ts +0 -53
- package/types/components/auto-progress-bar.vue.d.ts.map +0 -1
- package/types/components/base-dropdown.vue.d.ts +0 -93
- package/types/components/base-dropdown.vue.d.ts.map +0 -1
- package/types/components/base-event-button.vue.d.ts +0 -46
- package/types/components/base-event-button.vue.d.ts.map +0 -1
- package/types/components/base-grid.vue.d.ts +0 -81
- package/types/components/base-grid.vue.d.ts.map +0 -1
- package/types/components/base-keyboard-navigation.vue.d.ts +0 -69
- package/types/components/base-keyboard-navigation.vue.d.ts.map +0 -1
- package/types/components/base-rating.vue.d.ts +0 -52
- package/types/components/base-rating.vue.d.ts.map +0 -1
- package/types/components/base-slider.vue.d.ts +0 -74
- package/types/components/base-slider.vue.d.ts.map +0 -1
- package/types/components/base-switch.vue.d.ts +0 -28
- package/types/components/base-switch.vue.d.ts.map +0 -1
- package/types/components/base-teleport.vue.d.ts +0 -55
- package/types/components/base-teleport.vue.d.ts.map +0 -1
- package/types/components/base-variable-column-grid.vue.d.ts +0 -77
- package/types/components/base-variable-column-grid.vue.d.ts.map +0 -1
- package/types/components/column-picker/base-column-picker-dropdown.vue.d.ts +0 -40
- package/types/components/column-picker/base-column-picker-dropdown.vue.d.ts.map +0 -1
- package/types/components/column-picker/base-column-picker-list.vue.d.ts +0 -44
- package/types/components/column-picker/base-column-picker-list.vue.d.ts.map +0 -1
- package/types/components/column-picker/index.d.ts +0 -3
- package/types/components/column-picker/index.d.ts.map +0 -1
- package/types/components/currency/base-currency.vue.d.ts +0 -84
- package/types/components/currency/base-currency.vue.d.ts.map +0 -1
- package/types/components/currency/index.d.ts +0 -2
- package/types/components/currency/index.d.ts.map +0 -1
- package/types/components/decorators/injection.consts.d.ts +0 -57
- package/types/components/decorators/injection.consts.d.ts.map +0 -1
- package/types/components/display-click-provider.vue.d.ts +0 -61
- package/types/components/display-click-provider.vue.d.ts.map +0 -1
- package/types/components/display-emitter.vue.d.ts +0 -29
- package/types/components/display-emitter.vue.d.ts.map +0 -1
- package/types/components/filters/index.d.ts +0 -3
- package/types/components/filters/index.d.ts.map +0 -1
- package/types/components/filters/labels/base-price-filter-label.vue.d.ts +0 -91
- package/types/components/filters/labels/base-price-filter-label.vue.d.ts.map +0 -1
- package/types/components/filters/labels/base-rating-filter-label.vue.d.ts +0 -53
- package/types/components/filters/labels/base-rating-filter-label.vue.d.ts.map +0 -1
- package/types/components/global-x-bus.vue.d.ts +0 -356
- package/types/components/global-x-bus.vue.d.ts.map +0 -1
- package/types/components/highlight.vue.d.ts +0 -79
- package/types/components/highlight.vue.d.ts.map +0 -1
- package/types/components/icons/index.d.ts +0 -74
- package/types/components/icons/index.d.ts.map +0 -1
- package/types/components/index.d.ts +0 -34
- package/types/components/index.d.ts.map +0 -1
- package/types/components/items-list.vue.d.ts +0 -47
- package/types/components/items-list.vue.d.ts.map +0 -1
- package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts +0 -23
- package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts.map +0 -1
- package/types/components/layouts/index.d.ts +0 -4
- package/types/components/layouts/index.d.ts.map +0 -1
- package/types/components/layouts/multi-column-max-width-layout.vue.d.ts +0 -29
- package/types/components/layouts/multi-column-max-width-layout.vue.d.ts.map +0 -1
- package/types/components/layouts/single-column-layout.vue.d.ts +0 -29
- package/types/components/layouts/single-column-layout.vue.d.ts.map +0 -1
- package/types/components/location-provider.vue.d.ts +0 -33
- package/types/components/location-provider.vue.d.ts.map +0 -1
- package/types/components/modals/base-events-modal-close.vue.d.ts +0 -35
- package/types/components/modals/base-events-modal-close.vue.d.ts.map +0 -1
- package/types/components/modals/base-events-modal-open.vue.d.ts +0 -35
- package/types/components/modals/base-events-modal-open.vue.d.ts.map +0 -1
- package/types/components/modals/base-events-modal.vue.d.ts +0 -61
- package/types/components/modals/base-events-modal.vue.d.ts.map +0 -1
- package/types/components/modals/base-id-modal-close.vue.d.ts +0 -25
- package/types/components/modals/base-id-modal-close.vue.d.ts.map +0 -1
- package/types/components/modals/base-id-modal-open.vue.d.ts +0 -24
- package/types/components/modals/base-id-modal-open.vue.d.ts.map +0 -1
- package/types/components/modals/base-id-modal.vue.d.ts +0 -43
- package/types/components/modals/base-id-modal.vue.d.ts.map +0 -1
- package/types/components/modals/base-modal.vue.d.ts +0 -95
- package/types/components/modals/base-modal.vue.d.ts.map +0 -1
- package/types/components/modals/close-main-modal.vue.d.ts +0 -10
- package/types/components/modals/close-main-modal.vue.d.ts.map +0 -1
- package/types/components/modals/index.d.ts +0 -11
- package/types/components/modals/index.d.ts.map +0 -1
- package/types/components/modals/main-modal.vue.d.ts +0 -90
- package/types/components/modals/main-modal.vue.d.ts.map +0 -1
- package/types/components/modals/open-main-modal.vue.d.ts +0 -10
- package/types/components/modals/open-main-modal.vue.d.ts.map +0 -1
- package/types/components/page-loader-button.vue.d.ts +0 -55
- package/types/components/page-loader-button.vue.d.ts.map +0 -1
- package/types/components/page-selector.vue.d.ts +0 -125
- package/types/components/page-selector.vue.d.ts.map +0 -1
- package/types/components/panels/base-header-toggle-panel.vue.d.ts +0 -35
- package/types/components/panels/base-header-toggle-panel.vue.d.ts.map +0 -1
- package/types/components/panels/base-id-toggle-panel-button.vue.d.ts +0 -32
- package/types/components/panels/base-id-toggle-panel-button.vue.d.ts.map +0 -1
- package/types/components/panels/base-id-toggle-panel.vue.d.ts +0 -58
- package/types/components/panels/base-id-toggle-panel.vue.d.ts.map +0 -1
- package/types/components/panels/base-tabs-panel.vue.d.ts +0 -111
- package/types/components/panels/base-tabs-panel.vue.d.ts.map +0 -1
- package/types/components/panels/base-toggle-panel.vue.d.ts +0 -51
- package/types/components/panels/base-toggle-panel.vue.d.ts.map +0 -1
- package/types/components/panels/index.d.ts +0 -6
- package/types/components/panels/index.d.ts.map +0 -1
- package/types/components/result/base-result-add-to-cart.vue.d.ts +0 -36
- package/types/components/result/base-result-add-to-cart.vue.d.ts.map +0 -1
- package/types/components/result/base-result-current-price.vue.d.ts +0 -74
- package/types/components/result/base-result-current-price.vue.d.ts.map +0 -1
- package/types/components/result/base-result-image.vue.d.ts +0 -78
- package/types/components/result/base-result-image.vue.d.ts.map +0 -1
- package/types/components/result/base-result-link.vue.d.ts +0 -38
- package/types/components/result/base-result-link.vue.d.ts.map +0 -1
- package/types/components/result/base-result-previous-price.vue.d.ts +0 -68
- package/types/components/result/base-result-previous-price.vue.d.ts.map +0 -1
- package/types/components/result/base-result-rating.vue.d.ts +0 -49
- package/types/components/result/base-result-rating.vue.d.ts.map +0 -1
- package/types/components/result/index.d.ts +0 -11
- package/types/components/result/index.d.ts.map +0 -1
- package/types/components/result/result-variant-selector.vue.d.ts +0 -30
- package/types/components/result/result-variant-selector.vue.d.ts.map +0 -1
- package/types/components/result/result-variants-provider.vue.d.ts +0 -53
- package/types/components/result/result-variants-provider.vue.d.ts.map +0 -1
- package/types/components/scroll/base-scroll.vue.d.ts +0 -121
- package/types/components/scroll/base-scroll.vue.d.ts.map +0 -1
- package/types/components/scroll/index.d.ts +0 -4
- package/types/components/scroll/index.d.ts.map +0 -1
- package/types/components/scroll/scroll.types.d.ts +0 -7
- package/types/components/scroll/scroll.types.d.ts.map +0 -1
- package/types/components/scroll/use-scroll.d.ts +0 -48
- package/types/components/scroll/use-scroll.d.ts.map +0 -1
- package/types/components/sliding-panel.vue.d.ts +0 -85
- package/types/components/sliding-panel.vue.d.ts.map +0 -1
- package/types/components/snippet-callbacks.vue.d.ts +0 -180
- package/types/components/snippet-callbacks.vue.d.ts.map +0 -1
- package/types/components/suggestions/base-suggestion.vue.d.ts +0 -113
- package/types/components/suggestions/base-suggestion.vue.d.ts.map +0 -1
- package/types/components/suggestions/base-suggestions.vue.d.ts +0 -111
- package/types/components/suggestions/base-suggestions.vue.d.ts.map +0 -1
- package/types/components/suggestions/index.d.ts +0 -3
- package/types/components/suggestions/index.d.ts.map +0 -1
- package/types/components/x-component.utils.d.ts +0 -29
- package/types/components/x-component.utils.d.ts.map +0 -1
- package/types/composables/create-use-device.d.ts +0 -51
- package/types/composables/create-use-device.d.ts.map +0 -1
- package/types/composables/index.d.ts +0 -9
- package/types/composables/index.d.ts.map +0 -1
- package/types/composables/use-$x.d.ts +0 -14
- package/types/composables/use-$x.d.ts.map +0 -1
- package/types/composables/use-alias-api.d.ts +0 -123
- package/types/composables/use-alias-api.d.ts.map +0 -1
- package/types/composables/use-debounce.d.ts +0 -13
- package/types/composables/use-debounce.d.ts.map +0 -1
- package/types/composables/use-getter.d.ts +0 -23
- package/types/composables/use-getter.d.ts.map +0 -1
- package/types/composables/use-on-display.d.ts +0 -49
- package/types/composables/use-on-display.d.ts.map +0 -1
- package/types/composables/use-state.d.ts +0 -13
- package/types/composables/use-state.d.ts.map +0 -1
- package/types/composables/use-x-bus.d.ts +0 -21
- package/types/composables/use-x-bus.d.ts.map +0 -1
- package/types/directives/index.d.ts +0 -3
- package/types/directives/index.d.ts.map +0 -1
- package/types/directives/infinite-scroll.d.ts +0 -50
- package/types/directives/infinite-scroll.d.ts.map +0 -1
- package/types/directives/typing.d.ts +0 -35
- package/types/directives/typing.d.ts.map +0 -1
- package/types/index.d.ts +0 -37
- package/types/index.d.ts.map +0 -1
- package/types/plugins/devtools/colors.utils.d.ts +0 -22
- package/types/plugins/devtools/colors.utils.d.ts.map +0 -1
- package/types/plugins/devtools/devtools.plugin.d.ts +0 -12
- package/types/plugins/devtools/devtools.plugin.d.ts.map +0 -1
- package/types/plugins/devtools/timeline.devtools.d.ts +0 -20
- package/types/plugins/devtools/timeline.devtools.d.ts.map +0 -1
- package/types/plugins/devtools/wiring.devtools.d.ts +0 -21
- package/types/plugins/devtools/wiring.devtools.d.ts.map +0 -1
- package/types/plugins/index.d.ts +0 -7
- package/types/plugins/index.d.ts.map +0 -1
- package/types/plugins/x-bus.d.ts +0 -10
- package/types/plugins/x-bus.d.ts.map +0 -1
- package/types/plugins/x-emitters.d.ts +0 -27
- package/types/plugins/x-emitters.d.ts.map +0 -1
- package/types/plugins/x-plugin.d.ts +0 -260
- package/types/plugins/x-plugin.d.ts.map +0 -1
- package/types/plugins/x-plugin.types.d.ts +0 -245
- package/types/plugins/x-plugin.types.d.ts.map +0 -1
- package/types/plugins/x-plugin.utils.d.ts +0 -19
- package/types/plugins/x-plugin.utils.d.ts.map +0 -1
- package/types/router.d.ts +0 -3
- package/types/router.d.ts.map +0 -1
- package/types/services/directional-focus-navigation.service.d.ts +0 -250
- package/types/services/directional-focus-navigation.service.d.ts.map +0 -1
- package/types/services/index.d.ts +0 -3
- package/types/services/index.d.ts.map +0 -1
- package/types/services/services.types.d.ts +0 -92
- package/types/services/services.types.d.ts.map +0 -1
- package/types/services/state-machine.service.d.ts +0 -31
- package/types/services/state-machine.service.d.ts.map +0 -1
- package/types/store/actions.types.d.ts +0 -67
- package/types/store/actions.types.d.ts.map +0 -1
- package/types/store/getters.types.d.ts +0 -27
- package/types/store/getters.types.d.ts.map +0 -1
- package/types/store/index.d.ts +0 -12
- package/types/store/index.d.ts.map +0 -1
- package/types/store/mutations.types.d.ts +0 -34
- package/types/store/mutations.types.d.ts.map +0 -1
- package/types/store/store.types.d.ts +0 -152
- package/types/store/store.types.d.ts.map +0 -1
- package/types/store/utils/config-store.utils.d.ts +0 -45
- package/types/store/utils/config-store.utils.d.ts.map +0 -1
- package/types/store/utils/fetch-and-save-action.utils.d.ts +0 -72
- package/types/store/utils/fetch-and-save-action.utils.d.ts.map +0 -1
- package/types/store/utils/getters-proxy.utils.d.ts +0 -42
- package/types/store/utils/getters-proxy.utils.d.ts.map +0 -1
- package/types/store/utils/query.utils.d.ts +0 -55
- package/types/store/utils/query.utils.d.ts.map +0 -1
- package/types/store/utils/status-store.utils.d.ts +0 -43
- package/types/store/utils/status-store.utils.d.ts.map +0 -1
- package/types/store/utils/store-emitters.utils.d.ts +0 -86
- package/types/store/utils/store-emitters.utils.d.ts.map +0 -1
- package/types/store/x.module.d.ts +0 -20
- package/types/store/x.module.d.ts.map +0 -1
- package/types/tailwind/plugin-options.d.ts +0 -3
- package/types/tailwind/plugin-options.d.ts.map +0 -1
- package/types/types/animation-prop.d.ts +0 -12
- package/types/types/animation-prop.d.ts.map +0 -1
- package/types/types/index.d.ts +0 -4
- package/types/types/index.d.ts.map +0 -1
- package/types/types/origin.d.ts +0 -46
- package/types/types/origin.d.ts.map +0 -1
- package/types/types/page-mode.d.ts +0 -2
- package/types/types/page-mode.d.ts.map +0 -1
- package/types/types/url-params.d.ts +0 -16
- package/types/types/url-params.d.ts.map +0 -1
- package/types/utils/array.d.ts +0 -159
- package/types/utils/array.d.ts.map +0 -1
- package/types/utils/cancellable-promise.d.ts +0 -45
- package/types/utils/cancellable-promise.d.ts.map +0 -1
- package/types/utils/clone.d.ts +0 -10
- package/types/utils/clone.d.ts.map +0 -1
- package/types/utils/currency-formatter.d.ts +0 -30
- package/types/utils/currency-formatter.d.ts.map +0 -1
- package/types/utils/debounce.d.ts +0 -37
- package/types/utils/debounce.d.ts.map +0 -1
- package/types/utils/filters.d.ts +0 -24
- package/types/utils/filters.d.ts.map +0 -1
- package/types/utils/focus.d.ts +0 -7
- package/types/utils/focus.d.ts.map +0 -1
- package/types/utils/function.d.ts +0 -8
- package/types/utils/function.d.ts.map +0 -1
- package/types/utils/get-url-parameters.d.ts +0 -9
- package/types/utils/get-url-parameters.d.ts.map +0 -1
- package/types/utils/html.d.ts +0 -40
- package/types/utils/html.d.ts.map +0 -1
- package/types/utils/index.d.ts +0 -21
- package/types/utils/index.d.ts.map +0 -1
- package/types/utils/ios-utils.d.ts +0 -17
- package/types/utils/ios-utils.d.ts.map +0 -1
- package/types/utils/is-new-query.d.ts +0 -36
- package/types/utils/is-new-query.d.ts.map +0 -1
- package/types/utils/normalize.d.ts +0 -11
- package/types/utils/normalize.d.ts.map +0 -1
- package/types/utils/number.d.ts +0 -11
- package/types/utils/number.d.ts.map +0 -1
- package/types/utils/origin.d.ts +0 -13
- package/types/utils/origin.d.ts.map +0 -1
- package/types/utils/sanitize.d.ts +0 -9
- package/types/utils/sanitize.d.ts.map +0 -1
- package/types/utils/storage.d.ts +0 -11
- package/types/utils/storage.d.ts.map +0 -1
- package/types/utils/string.d.ts +0 -37
- package/types/utils/string.d.ts.map +0 -1
- package/types/utils/throttle.d.ts +0 -12
- package/types/utils/throttle.d.ts.map +0 -1
- package/types/utils/types.d.ts +0 -163
- package/types/utils/types.d.ts.map +0 -1
- package/types/views/adapter.d.ts +0 -6
- package/types/views/adapter.d.ts.map +0 -1
- package/types/views/base-config.d.ts +0 -5
- package/types/views/base-config.d.ts.map +0 -1
- package/types/views/home/types.d.ts +0 -28
- package/types/views/home/types.d.ts.map +0 -1
- package/types/wiring/events.types.d.ts +0 -237
- package/types/wiring/events.types.d.ts.map +0 -1
- package/types/wiring/index.d.ts +0 -9
- package/types/wiring/index.d.ts.map +0 -1
- package/types/wiring/namespaced-wires.factory.d.ts +0 -39
- package/types/wiring/namespaced-wires.factory.d.ts.map +0 -1
- package/types/wiring/namespaced-wires.operators.d.ts +0 -27
- package/types/wiring/namespaced-wires.operators.d.ts.map +0 -1
- package/types/wiring/namespaced-wiring.types.d.ts +0 -112
- package/types/wiring/namespaced-wiring.types.d.ts.map +0 -1
- package/types/wiring/wires-operators.utils.d.ts +0 -38
- package/types/wiring/wires-operators.utils.d.ts.map +0 -1
- package/types/wiring/wires.factory.d.ts +0 -115
- package/types/wiring/wires.factory.d.ts.map +0 -1
- package/types/wiring/wires.operators.d.ts +0 -96
- package/types/wiring/wires.operators.d.ts.map +0 -1
- package/types/wiring/wiring.types.d.ts +0 -173
- package/types/wiring/wiring.types.d.ts.map +0 -1
- package/types/wiring/wiring.utils.d.ts +0 -28
- package/types/wiring/wiring.utils.d.ts.map +0 -1
- package/types/x-installer/api/api.types.d.ts +0 -136
- package/types/x-installer/api/api.types.d.ts.map +0 -1
- package/types/x-installer/api/base-api.d.ts +0 -113
- package/types/x-installer/api/base-api.d.ts.map +0 -1
- package/types/x-installer/api/index.d.ts +0 -3
- package/types/x-installer/api/index.d.ts.map +0 -1
- package/types/x-installer/index.d.ts +0 -3
- package/types/x-installer/index.d.ts.map +0 -1
- package/types/x-installer/x-installer/index.d.ts +0 -3
- package/types/x-installer/x-installer/index.d.ts.map +0 -1
- package/types/x-installer/x-installer/types.d.ts +0 -84
- package/types/x-installer/x-installer/types.d.ts.map +0 -1
- package/types/x-installer/x-installer/x-installer.d.ts +0 -217
- package/types/x-installer/x-installer/x-installer.d.ts.map +0 -1
- package/types/x-modules/device/components/device-detector.vue.d.ts +0 -68
- package/types/x-modules/device/components/device-detector.vue.d.ts.map +0 -1
- package/types/x-modules/device/components/index.d.ts +0 -2
- package/types/x-modules/device/components/index.d.ts.map +0 -1
- package/types/x-modules/device/events.types.d.ts +0 -14
- package/types/x-modules/device/events.types.d.ts.map +0 -1
- package/types/x-modules/device/index.d.ts +0 -6
- package/types/x-modules/device/index.d.ts.map +0 -1
- package/types/x-modules/device/store/emitters.d.ts +0 -7
- package/types/x-modules/device/store/emitters.d.ts.map +0 -1
- package/types/x-modules/device/store/index.d.ts +0 -4
- package/types/x-modules/device/store/index.d.ts.map +0 -1
- package/types/x-modules/device/store/module.d.ts +0 -8
- package/types/x-modules/device/store/module.d.ts.map +0 -1
- package/types/x-modules/device/store/types.d.ts +0 -48
- package/types/x-modules/device/store/types.d.ts.map +0 -1
- package/types/x-modules/device/wiring.d.ts +0 -17
- package/types/x-modules/device/wiring.d.ts.map +0 -1
- package/types/x-modules/device/x-module.d.ts +0 -16
- package/types/x-modules/device/x-module.d.ts.map +0 -1
- package/types/x-modules/empathize/components/empathize.vue.d.ts +0 -52
- package/types/x-modules/empathize/components/empathize.vue.d.ts.map +0 -1
- package/types/x-modules/empathize/components/index.d.ts +0 -2
- package/types/x-modules/empathize/components/index.d.ts.map +0 -1
- package/types/x-modules/empathize/config.types.d.ts +0 -8
- package/types/x-modules/empathize/config.types.d.ts.map +0 -1
- package/types/x-modules/empathize/events.types.d.ts +0 -24
- package/types/x-modules/empathize/events.types.d.ts.map +0 -1
- package/types/x-modules/empathize/index.d.ts +0 -7
- package/types/x-modules/empathize/index.d.ts.map +0 -1
- package/types/x-modules/empathize/store/emitters.d.ts +0 -7
- package/types/x-modules/empathize/store/emitters.d.ts.map +0 -1
- package/types/x-modules/empathize/store/index.d.ts +0 -4
- package/types/x-modules/empathize/store/index.d.ts.map +0 -1
- package/types/x-modules/empathize/store/module.d.ts +0 -8
- package/types/x-modules/empathize/store/module.d.ts.map +0 -1
- package/types/x-modules/empathize/store/types.d.ts +0 -56
- package/types/x-modules/empathize/store/types.d.ts.map +0 -1
- package/types/x-modules/empathize/wiring.d.ts +0 -14
- package/types/x-modules/empathize/wiring.d.ts.map +0 -1
- package/types/x-modules/empathize/x-module.d.ts +0 -16
- package/types/x-modules/empathize/x-module.d.ts.map +0 -1
- package/types/x-modules/experience-controls/components/experience-controls.vue.d.ts +0 -9
- package/types/x-modules/experience-controls/components/experience-controls.vue.d.ts.map +0 -1
- package/types/x-modules/experience-controls/components/index.d.ts +0 -2
- package/types/x-modules/experience-controls/components/index.d.ts.map +0 -1
- package/types/x-modules/experience-controls/events.types.d.ts +0 -12
- package/types/x-modules/experience-controls/events.types.d.ts.map +0 -1
- package/types/x-modules/experience-controls/index.d.ts +0 -6
- package/types/x-modules/experience-controls/index.d.ts.map +0 -1
- package/types/x-modules/experience-controls/store/actions/fetch-and-save-experience-controls.action.d.ts +0 -15
- package/types/x-modules/experience-controls/store/actions/fetch-and-save-experience-controls.action.d.ts.map +0 -1
- package/types/x-modules/experience-controls/store/actions/fetch-experience-controls.action.d.ts +0 -13
- package/types/x-modules/experience-controls/store/actions/fetch-experience-controls.action.d.ts.map +0 -1
- package/types/x-modules/experience-controls/store/actions/index.d.ts +0 -3
- package/types/x-modules/experience-controls/store/actions/index.d.ts.map +0 -1
- package/types/x-modules/experience-controls/store/emitters.d.ts +0 -12
- package/types/x-modules/experience-controls/store/emitters.d.ts.map +0 -1
- package/types/x-modules/experience-controls/store/getters/experience-controls-results-request.getter.d.ts +0 -13
- package/types/x-modules/experience-controls/store/getters/experience-controls-results-request.getter.d.ts.map +0 -1
- package/types/x-modules/experience-controls/store/getters/index.d.ts +0 -2
- package/types/x-modules/experience-controls/store/getters/index.d.ts.map +0 -1
- package/types/x-modules/experience-controls/store/index.d.ts +0 -6
- package/types/x-modules/experience-controls/store/index.d.ts.map +0 -1
- package/types/x-modules/experience-controls/store/module.d.ts +0 -8
- package/types/x-modules/experience-controls/store/module.d.ts.map +0 -1
- package/types/x-modules/experience-controls/store/types.d.ts +0 -93
- package/types/x-modules/experience-controls/store/types.d.ts.map +0 -1
- package/types/x-modules/experience-controls/wiring.d.ts +0 -26
- package/types/x-modules/experience-controls/wiring.d.ts.map +0 -1
- package/types/x-modules/experience-controls/x-module.d.ts +0 -16
- package/types/x-modules/experience-controls/x-module.d.ts.map +0 -1
- package/types/x-modules/extra-params/components/extra-params.vue.d.ts +0 -21
- package/types/x-modules/extra-params/components/extra-params.vue.d.ts.map +0 -1
- package/types/x-modules/extra-params/components/index.d.ts +0 -4
- package/types/x-modules/extra-params/components/index.d.ts.map +0 -1
- package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts +0 -21
- package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts.map +0 -1
- package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts +0 -26
- package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts.map +0 -1
- package/types/x-modules/extra-params/events.types.d.ts +0 -30
- package/types/x-modules/extra-params/events.types.d.ts.map +0 -1
- package/types/x-modules/extra-params/index.d.ts +0 -6
- package/types/x-modules/extra-params/index.d.ts.map +0 -1
- package/types/x-modules/extra-params/store/emitters.d.ts +0 -14
- package/types/x-modules/extra-params/store/emitters.d.ts.map +0 -1
- package/types/x-modules/extra-params/store/index.d.ts +0 -4
- package/types/x-modules/extra-params/store/index.d.ts.map +0 -1
- package/types/x-modules/extra-params/store/module.d.ts +0 -8
- package/types/x-modules/extra-params/store/module.d.ts.map +0 -1
- package/types/x-modules/extra-params/store/types.d.ts +0 -39
- package/types/x-modules/extra-params/store/types.d.ts.map +0 -1
- package/types/x-modules/extra-params/wiring.d.ts +0 -23
- package/types/x-modules/extra-params/wiring.d.ts.map +0 -1
- package/types/x-modules/extra-params/x-module.d.ts +0 -16
- package/types/x-modules/extra-params/x-module.d.ts.map +0 -1
- package/types/x-modules/facets/components/clear-filters.vue.d.ts +0 -29
- package/types/x-modules/facets/components/clear-filters.vue.d.ts.map +0 -1
- package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts +0 -57
- package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts.map +0 -1
- package/types/x-modules/facets/components/facets/facets.vue.d.ts +0 -93
- package/types/x-modules/facets/components/facets/facets.vue.d.ts.map +0 -1
- package/types/x-modules/facets/components/filters/all-filter.vue.d.ts +0 -33
- package/types/x-modules/facets/components/filters/all-filter.vue.d.ts.map +0 -1
- package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts +0 -100
- package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts.map +0 -1
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +0 -233
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +0 -1
- package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts +0 -51
- package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts.map +0 -1
- package/types/x-modules/facets/components/filters/renderless-filter.vue.d.ts +0 -48
- package/types/x-modules/facets/components/filters/renderless-filter.vue.d.ts.map +0 -1
- package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +0 -211
- package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +0 -1
- package/types/x-modules/facets/components/index.d.ts +0 -18
- package/types/x-modules/facets/components/index.d.ts.map +0 -1
- package/types/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.d.ts +0 -37
- package/types/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.d.ts.map +0 -1
- package/types/x-modules/facets/components/lists/filters-list.vue.d.ts +0 -71
- package/types/x-modules/facets/components/lists/filters-list.vue.d.ts.map +0 -1
- package/types/x-modules/facets/components/lists/filters-search.vue.d.ts +0 -63
- package/types/x-modules/facets/components/lists/filters-search.vue.d.ts.map +0 -1
- package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts +0 -52
- package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts.map +0 -1
- package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts +0 -27
- package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts.map +0 -1
- package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts +0 -65
- package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts.map +0 -1
- package/types/x-modules/facets/components/lists/sorted-filters.vue.d.ts +0 -46
- package/types/x-modules/facets/components/lists/sorted-filters.vue.d.ts.map +0 -1
- package/types/x-modules/facets/components/preselected-filters.vue.d.ts +0 -40
- package/types/x-modules/facets/components/preselected-filters.vue.d.ts.map +0 -1
- package/types/x-modules/facets/composables/index.d.ts +0 -3
- package/types/x-modules/facets/composables/index.d.ts.map +0 -1
- package/types/x-modules/facets/composables/use-facets.d.ts +0 -22
- package/types/x-modules/facets/composables/use-facets.d.ts.map +0 -1
- package/types/x-modules/facets/composables/use-filters-injection.d.ts +0 -18
- package/types/x-modules/facets/composables/use-filters-injection.d.ts.map +0 -1
- package/types/x-modules/facets/entities/add-facet-if-not-present.d.ts +0 -13
- package/types/x-modules/facets/entities/add-facet-if-not-present.d.ts.map +0 -1
- package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts +0 -64
- package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts.map +0 -1
- package/types/x-modules/facets/entities/filter-entity.factory.d.ts +0 -88
- package/types/x-modules/facets/entities/filter-entity.factory.d.ts.map +0 -1
- package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts +0 -61
- package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts.map +0 -1
- package/types/x-modules/facets/entities/index.d.ts +0 -10
- package/types/x-modules/facets/entities/index.d.ts.map +0 -1
- package/types/x-modules/facets/entities/number-range-filter.entity.d.ts +0 -28
- package/types/x-modules/facets/entities/number-range-filter.entity.d.ts.map +0 -1
- package/types/x-modules/facets/entities/raw-filter.entity.d.ts +0 -31
- package/types/x-modules/facets/entities/raw-filter.entity.d.ts.map +0 -1
- package/types/x-modules/facets/entities/simple-filter.entity.d.ts +0 -28
- package/types/x-modules/facets/entities/simple-filter.entity.d.ts.map +0 -1
- package/types/x-modules/facets/entities/single-select.modifier.d.ts +0 -55
- package/types/x-modules/facets/entities/single-select.modifier.d.ts.map +0 -1
- package/types/x-modules/facets/entities/sticky.modifier.d.ts +0 -32
- package/types/x-modules/facets/entities/sticky.modifier.d.ts.map +0 -1
- package/types/x-modules/facets/entities/types.d.ts +0 -66
- package/types/x-modules/facets/entities/types.d.ts.map +0 -1
- package/types/x-modules/facets/events.types.d.ts +0 -93
- package/types/x-modules/facets/events.types.d.ts.map +0 -1
- package/types/x-modules/facets/index.d.ts +0 -10
- package/types/x-modules/facets/index.d.ts.map +0 -1
- package/types/x-modules/facets/service/facets.service.d.ts +0 -153
- package/types/x-modules/facets/service/facets.service.d.ts.map +0 -1
- package/types/x-modules/facets/service/index.d.ts +0 -3
- package/types/x-modules/facets/service/index.d.ts.map +0 -1
- package/types/x-modules/facets/service/types.d.ts +0 -107
- package/types/x-modules/facets/service/types.d.ts.map +0 -1
- package/types/x-modules/facets/store/constants.d.ts +0 -2
- package/types/x-modules/facets/store/constants.d.ts.map +0 -1
- package/types/x-modules/facets/store/emitters.d.ts +0 -28
- package/types/x-modules/facets/store/emitters.d.ts.map +0 -1
- package/types/x-modules/facets/store/getters/facets.getter.d.ts +0 -12
- package/types/x-modules/facets/store/getters/facets.getter.d.ts.map +0 -1
- package/types/x-modules/facets/store/getters/index.d.ts +0 -4
- package/types/x-modules/facets/store/getters/index.d.ts.map +0 -1
- package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts +0 -17
- package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts.map +0 -1
- package/types/x-modules/facets/store/getters/selected-filters-for-request.getter.d.ts +0 -13
- package/types/x-modules/facets/store/getters/selected-filters-for-request.getter.d.ts.map +0 -1
- package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts +0 -13
- package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts.map +0 -1
- package/types/x-modules/facets/store/index.d.ts +0 -5
- package/types/x-modules/facets/store/index.d.ts.map +0 -1
- package/types/x-modules/facets/store/module.d.ts +0 -8
- package/types/x-modules/facets/store/module.d.ts.map +0 -1
- package/types/x-modules/facets/store/types.d.ts +0 -196
- package/types/x-modules/facets/store/types.d.ts.map +0 -1
- package/types/x-modules/facets/utils.d.ts +0 -12
- package/types/x-modules/facets/utils.d.ts.map +0 -1
- package/types/x-modules/facets/wiring.d.ts +0 -79
- package/types/x-modules/facets/wiring.d.ts.map +0 -1
- package/types/x-modules/facets/x-module.d.ts +0 -16
- package/types/x-modules/facets/x-module.d.ts.map +0 -1
- package/types/x-modules/history-queries/components/clear-history-queries.vue.d.ts +0 -16
- package/types/x-modules/history-queries/components/clear-history-queries.vue.d.ts.map +0 -1
- package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts +0 -12
- package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts.map +0 -1
- package/types/x-modules/history-queries/components/history-queries.vue.d.ts +0 -12
- package/types/x-modules/history-queries/components/history-queries.vue.d.ts.map +0 -1
- package/types/x-modules/history-queries/components/history-query.vue.d.ts +0 -46
- package/types/x-modules/history-queries/components/history-query.vue.d.ts.map +0 -1
- package/types/x-modules/history-queries/components/index.d.ts +0 -7
- package/types/x-modules/history-queries/components/index.d.ts.map +0 -1
- package/types/x-modules/history-queries/components/my-history.vue.d.ts +0 -66
- package/types/x-modules/history-queries/components/my-history.vue.d.ts.map +0 -1
- package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts +0 -35
- package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts.map +0 -1
- package/types/x-modules/history-queries/config.types.d.ts +0 -34
- package/types/x-modules/history-queries/config.types.d.ts.map +0 -1
- package/types/x-modules/history-queries/events.types.d.ts +0 -66
- package/types/x-modules/history-queries/events.types.d.ts.map +0 -1
- package/types/x-modules/history-queries/index.d.ts +0 -7
- package/types/x-modules/history-queries/index.d.ts.map +0 -1
- package/types/x-modules/history-queries/store/actions/add-query-to-history.action.d.ts +0 -92
- package/types/x-modules/history-queries/store/actions/add-query-to-history.action.d.ts.map +0 -1
- package/types/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.d.ts +0 -11
- package/types/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.d.ts.map +0 -1
- package/types/x-modules/history-queries/store/actions/refresh-session.action.d.ts +0 -10
- package/types/x-modules/history-queries/store/actions/refresh-session.action.d.ts.map +0 -1
- package/types/x-modules/history-queries/store/actions/remove-query-from-history.action.d.ts +0 -12
- package/types/x-modules/history-queries/store/actions/remove-query-from-history.action.d.ts.map +0 -1
- package/types/x-modules/history-queries/store/actions/set-history-queries.action.d.ts +0 -11
- package/types/x-modules/history-queries/store/actions/set-history-queries.action.d.ts.map +0 -1
- package/types/x-modules/history-queries/store/actions/set-url-params.action.d.ts +0 -11
- package/types/x-modules/history-queries/store/actions/set-url-params.action.d.ts.map +0 -1
- package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts +0 -3
- package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts.map +0 -1
- package/types/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.d.ts +0 -18
- package/types/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.d.ts.map +0 -1
- package/types/x-modules/history-queries/store/constants.d.ts +0 -4
- package/types/x-modules/history-queries/store/constants.d.ts.map +0 -1
- package/types/x-modules/history-queries/store/emitters.d.ts +0 -17
- package/types/x-modules/history-queries/store/emitters.d.ts.map +0 -1
- package/types/x-modules/history-queries/store/getters/history-queries-with-results.getter.d.ts +0 -13
- package/types/x-modules/history-queries/store/getters/history-queries-with-results.getter.d.ts.map +0 -1
- package/types/x-modules/history-queries/store/getters/history-queries.getter.d.ts +0 -36
- package/types/x-modules/history-queries/store/getters/history-queries.getter.d.ts.map +0 -1
- package/types/x-modules/history-queries/store/getters/normalized-query.getter.d.ts +0 -14
- package/types/x-modules/history-queries/store/getters/normalized-query.getter.d.ts.map +0 -1
- package/types/x-modules/history-queries/store/getters/session-history-queries.getter.d.ts +0 -11
- package/types/x-modules/history-queries/store/getters/session-history-queries.getter.d.ts.map +0 -1
- package/types/x-modules/history-queries/store/getters/storage-key.getter.d.ts +0 -9
- package/types/x-modules/history-queries/store/getters/storage-key.getter.d.ts.map +0 -1
- package/types/x-modules/history-queries/store/index.d.ts +0 -12
- package/types/x-modules/history-queries/store/index.d.ts.map +0 -1
- package/types/x-modules/history-queries/store/module.d.ts +0 -8
- package/types/x-modules/history-queries/store/module.d.ts.map +0 -1
- package/types/x-modules/history-queries/store/types.d.ts +0 -198
- package/types/x-modules/history-queries/store/types.d.ts.map +0 -1
- package/types/x-modules/history-queries/wiring.d.ts +0 -136
- package/types/x-modules/history-queries/wiring.d.ts.map +0 -1
- package/types/x-modules/history-queries/x-module.d.ts +0 -16
- package/types/x-modules/history-queries/x-module.d.ts.map +0 -1
- package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts +0 -34
- package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts.map +0 -1
- package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +0 -48
- package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts.map +0 -1
- package/types/x-modules/identifier-results/components/index.d.ts +0 -3
- package/types/x-modules/identifier-results/components/index.d.ts.map +0 -1
- package/types/x-modules/identifier-results/config.types.d.ts +0 -26
- package/types/x-modules/identifier-results/config.types.d.ts.map +0 -1
- package/types/x-modules/identifier-results/events.types.d.ts +0 -26
- package/types/x-modules/identifier-results/events.types.d.ts.map +0 -1
- package/types/x-modules/identifier-results/index.d.ts +0 -7
- package/types/x-modules/identifier-results/index.d.ts.map +0 -1
- package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts +0 -16
- package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts.map +0 -1
- package/types/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts +0 -14
- package/types/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts.map +0 -1
- package/types/x-modules/identifier-results/store/actions/index.d.ts +0 -5
- package/types/x-modules/identifier-results/store/actions/index.d.ts.map +0 -1
- package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts +0 -11
- package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts.map +0 -1
- package/types/x-modules/identifier-results/store/actions/save-query.action.d.ts +0 -11
- package/types/x-modules/identifier-results/store/actions/save-query.action.d.ts.map +0 -1
- package/types/x-modules/identifier-results/store/emitters.d.ts +0 -13
- package/types/x-modules/identifier-results/store/emitters.d.ts.map +0 -1
- package/types/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.d.ts +0 -12
- package/types/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.d.ts.map +0 -1
- package/types/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.d.ts +0 -12
- package/types/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.d.ts.map +0 -1
- package/types/x-modules/identifier-results/store/getters/identifier-results-request.getter.d.ts +0 -12
- package/types/x-modules/identifier-results/store/getters/identifier-results-request.getter.d.ts.map +0 -1
- package/types/x-modules/identifier-results/store/index.d.ts +0 -8
- package/types/x-modules/identifier-results/store/index.d.ts.map +0 -1
- package/types/x-modules/identifier-results/store/module.d.ts +0 -8
- package/types/x-modules/identifier-results/store/module.d.ts.map +0 -1
- package/types/x-modules/identifier-results/store/types.d.ts +0 -113
- package/types/x-modules/identifier-results/store/types.d.ts.map +0 -1
- package/types/x-modules/identifier-results/wiring.d.ts +0 -81
- package/types/x-modules/identifier-results/wiring.d.ts.map +0 -1
- package/types/x-modules/identifier-results/x-module.d.ts +0 -16
- package/types/x-modules/identifier-results/x-module.d.ts.map +0 -1
- package/types/x-modules/next-queries/components/index.d.ts +0 -5
- package/types/x-modules/next-queries/components/index.d.ts.map +0 -1
- package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts +0 -79
- package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts.map +0 -1
- package/types/x-modules/next-queries/components/next-queries.vue.d.ts +0 -50
- package/types/x-modules/next-queries/components/next-queries.vue.d.ts.map +0 -1
- package/types/x-modules/next-queries/components/next-query-preview.vue.d.ts +0 -46
- package/types/x-modules/next-queries/components/next-query-preview.vue.d.ts.map +0 -1
- package/types/x-modules/next-queries/components/next-query.vue.d.ts +0 -56
- package/types/x-modules/next-queries/components/next-query.vue.d.ts.map +0 -1
- package/types/x-modules/next-queries/config.types.d.ts +0 -42
- package/types/x-modules/next-queries/config.types.d.ts.map +0 -1
- package/types/x-modules/next-queries/events.types.d.ts +0 -36
- package/types/x-modules/next-queries/events.types.d.ts.map +0 -1
- package/types/x-modules/next-queries/index.d.ts +0 -8
- package/types/x-modules/next-queries/index.d.ts.map +0 -1
- package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts +0 -15
- package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts.map +0 -1
- package/types/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.d.ts +0 -3
- package/types/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.d.ts.map +0 -1
- package/types/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts +0 -14
- package/types/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts.map +0 -1
- package/types/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts +0 -16
- package/types/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts.map +0 -1
- package/types/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.d.ts +0 -11
- package/types/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.d.ts.map +0 -1
- package/types/x-modules/next-queries/store/actions/set-url-params.action.d.ts +0 -11
- package/types/x-modules/next-queries/store/actions/set-url-params.action.d.ts.map +0 -1
- package/types/x-modules/next-queries/store/emitters.d.ts +0 -13
- package/types/x-modules/next-queries/store/emitters.d.ts.map +0 -1
- package/types/x-modules/next-queries/store/getters/next-queries-query.getter.d.ts +0 -11
- package/types/x-modules/next-queries/store/getters/next-queries-query.getter.d.ts.map +0 -1
- package/types/x-modules/next-queries/store/getters/next-queries.getter.d.ts +0 -11
- package/types/x-modules/next-queries/store/getters/next-queries.getter.d.ts.map +0 -1
- package/types/x-modules/next-queries/store/getters/request.getter.d.ts +0 -13
- package/types/x-modules/next-queries/store/getters/request.getter.d.ts.map +0 -1
- package/types/x-modules/next-queries/store/index.d.ts +0 -10
- package/types/x-modules/next-queries/store/index.d.ts.map +0 -1
- package/types/x-modules/next-queries/store/module.d.ts +0 -8
- package/types/x-modules/next-queries/store/module.d.ts.map +0 -1
- package/types/x-modules/next-queries/store/types.d.ts +0 -150
- package/types/x-modules/next-queries/store/types.d.ts.map +0 -1
- package/types/x-modules/next-queries/types.d.ts +0 -12
- package/types/x-modules/next-queries/types.d.ts.map +0 -1
- package/types/x-modules/next-queries/wiring.d.ts +0 -97
- package/types/x-modules/next-queries/wiring.d.ts.map +0 -1
- package/types/x-modules/next-queries/x-module.d.ts +0 -16
- package/types/x-modules/next-queries/x-module.d.ts.map +0 -1
- package/types/x-modules/popular-searches/components/index.d.ts +0 -3
- package/types/x-modules/popular-searches/components/index.d.ts.map +0 -1
- package/types/x-modules/popular-searches/components/popular-search.vue.d.ts +0 -35
- package/types/x-modules/popular-searches/components/popular-search.vue.d.ts.map +0 -1
- package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts +0 -13
- package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts.map +0 -1
- package/types/x-modules/popular-searches/config.types.d.ts +0 -34
- package/types/x-modules/popular-searches/config.types.d.ts.map +0 -1
- package/types/x-modules/popular-searches/events.types.d.ts +0 -25
- package/types/x-modules/popular-searches/events.types.d.ts.map +0 -1
- package/types/x-modules/popular-searches/index.d.ts +0 -7
- package/types/x-modules/popular-searches/index.d.ts.map +0 -1
- package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts +0 -15
- package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts.map +0 -1
- package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts +0 -13
- package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts.map +0 -1
- package/types/x-modules/popular-searches/store/emitters.d.ts +0 -11
- package/types/x-modules/popular-searches/store/emitters.d.ts.map +0 -1
- package/types/x-modules/popular-searches/store/getters/popular-searches.getter.d.ts +0 -12
- package/types/x-modules/popular-searches/store/getters/popular-searches.getter.d.ts.map +0 -1
- package/types/x-modules/popular-searches/store/getters/request.getter.d.ts +0 -11
- package/types/x-modules/popular-searches/store/getters/request.getter.d.ts.map +0 -1
- package/types/x-modules/popular-searches/store/index.d.ts +0 -8
- package/types/x-modules/popular-searches/store/index.d.ts.map +0 -1
- package/types/x-modules/popular-searches/store/module.d.ts +0 -8
- package/types/x-modules/popular-searches/store/module.d.ts.map +0 -1
- package/types/x-modules/popular-searches/store/types.d.ts +0 -91
- package/types/x-modules/popular-searches/store/types.d.ts.map +0 -1
- package/types/x-modules/popular-searches/wiring.d.ts +0 -29
- package/types/x-modules/popular-searches/wiring.d.ts.map +0 -1
- package/types/x-modules/popular-searches/x-module.d.ts +0 -16
- package/types/x-modules/popular-searches/x-module.d.ts.map +0 -1
- package/types/x-modules/queries-preview/components/index.d.ts +0 -4
- package/types/x-modules/queries-preview/components/index.d.ts.map +0 -1
- package/types/x-modules/queries-preview/components/query-preview-button.vue.d.ts +0 -55
- package/types/x-modules/queries-preview/components/query-preview-button.vue.d.ts.map +0 -1
- package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts +0 -125
- package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts.map +0 -1
- package/types/x-modules/queries-preview/components/query-preview.vue.d.ts +0 -93
- package/types/x-modules/queries-preview/components/query-preview.vue.d.ts.map +0 -1
- package/types/x-modules/queries-preview/composables/index.d.ts +0 -2
- package/types/x-modules/queries-preview/composables/index.d.ts.map +0 -1
- package/types/x-modules/queries-preview/composables/use-queries-preview.composable.d.ts +0 -29
- package/types/x-modules/queries-preview/composables/use-queries-preview.composable.d.ts.map +0 -1
- package/types/x-modules/queries-preview/config.types.d.ts +0 -12
- package/types/x-modules/queries-preview/config.types.d.ts.map +0 -1
- package/types/x-modules/queries-preview/events.types.d.ts +0 -42
- package/types/x-modules/queries-preview/events.types.d.ts.map +0 -1
- package/types/x-modules/queries-preview/index.d.ts +0 -8
- package/types/x-modules/queries-preview/index.d.ts.map +0 -1
- package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts +0 -13
- package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts.map +0 -1
- package/types/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts +0 -13
- package/types/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts.map +0 -1
- package/types/x-modules/queries-preview/store/emitters.d.ts +0 -12
- package/types/x-modules/queries-preview/store/emitters.d.ts.map +0 -1
- package/types/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.d.ts +0 -10
- package/types/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.d.ts.map +0 -1
- package/types/x-modules/queries-preview/store/index.d.ts +0 -6
- package/types/x-modules/queries-preview/store/index.d.ts.map +0 -1
- package/types/x-modules/queries-preview/store/module.d.ts +0 -8
- package/types/x-modules/queries-preview/store/module.d.ts.map +0 -1
- package/types/x-modules/queries-preview/store/types.d.ts +0 -190
- package/types/x-modules/queries-preview/store/types.d.ts.map +0 -1
- package/types/x-modules/queries-preview/utils/get-hash-from-query-preview.d.ts +0 -19
- package/types/x-modules/queries-preview/utils/get-hash-from-query-preview.d.ts.map +0 -1
- package/types/x-modules/queries-preview/wiring.d.ts +0 -86
- package/types/x-modules/queries-preview/wiring.d.ts.map +0 -1
- package/types/x-modules/queries-preview/x-module.d.ts +0 -16
- package/types/x-modules/queries-preview/x-module.d.ts.map +0 -1
- package/types/x-modules/query-suggestions/components/index.d.ts +0 -3
- package/types/x-modules/query-suggestions/components/index.d.ts.map +0 -1
- package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts +0 -29
- package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts.map +0 -1
- package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts +0 -12
- package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts.map +0 -1
- package/types/x-modules/query-suggestions/config.types.d.ts +0 -59
- package/types/x-modules/query-suggestions/config.types.d.ts.map +0 -1
- package/types/x-modules/query-suggestions/events.types.d.ts +0 -27
- package/types/x-modules/query-suggestions/events.types.d.ts.map +0 -1
- package/types/x-modules/query-suggestions/index.d.ts +0 -7
- package/types/x-modules/query-suggestions/index.d.ts.map +0 -1
- package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts +0 -15
- package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts.map +0 -1
- package/types/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts +0 -14
- package/types/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts.map +0 -1
- package/types/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts +0 -11
- package/types/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts.map +0 -1
- package/types/x-modules/query-suggestions/store/emitters.d.ts +0 -10
- package/types/x-modules/query-suggestions/store/emitters.d.ts.map +0 -1
- package/types/x-modules/query-suggestions/store/getters/normalized-query.getter.d.ts +0 -11
- package/types/x-modules/query-suggestions/store/getters/normalized-query.getter.d.ts.map +0 -1
- package/types/x-modules/query-suggestions/store/getters/query-suggestions.getter.d.ts +0 -35
- package/types/x-modules/query-suggestions/store/getters/query-suggestions.getter.d.ts.map +0 -1
- package/types/x-modules/query-suggestions/store/getters/request.getter.d.ts +0 -11
- package/types/x-modules/query-suggestions/store/getters/request.getter.d.ts.map +0 -1
- package/types/x-modules/query-suggestions/store/index.d.ts +0 -9
- package/types/x-modules/query-suggestions/store/index.d.ts.map +0 -1
- package/types/x-modules/query-suggestions/store/module.d.ts +0 -8
- package/types/x-modules/query-suggestions/store/module.d.ts.map +0 -1
- package/types/x-modules/query-suggestions/store/types.d.ts +0 -105
- package/types/x-modules/query-suggestions/store/types.d.ts.map +0 -1
- package/types/x-modules/query-suggestions/wiring.d.ts +0 -91
- package/types/x-modules/query-suggestions/wiring.d.ts.map +0 -1
- package/types/x-modules/query-suggestions/x-module.d.ts +0 -16
- package/types/x-modules/query-suggestions/x-module.d.ts.map +0 -1
- package/types/x-modules/recommendations/components/index.d.ts +0 -2
- package/types/x-modules/recommendations/components/index.d.ts.map +0 -1
- package/types/x-modules/recommendations/components/recommendations.vue.d.ts +0 -34
- package/types/x-modules/recommendations/components/recommendations.vue.d.ts.map +0 -1
- package/types/x-modules/recommendations/config.types.d.ts +0 -12
- package/types/x-modules/recommendations/config.types.d.ts.map +0 -1
- package/types/x-modules/recommendations/events.types.d.ts +0 -26
- package/types/x-modules/recommendations/events.types.d.ts.map +0 -1
- package/types/x-modules/recommendations/index.d.ts +0 -7
- package/types/x-modules/recommendations/index.d.ts.map +0 -1
- package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts +0 -17
- package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts.map +0 -1
- package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts +0 -13
- package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts.map +0 -1
- package/types/x-modules/recommendations/store/constants.d.ts +0 -7
- package/types/x-modules/recommendations/store/constants.d.ts.map +0 -1
- package/types/x-modules/recommendations/store/emitters.d.ts +0 -12
- package/types/x-modules/recommendations/store/emitters.d.ts.map +0 -1
- package/types/x-modules/recommendations/store/getters/request.getter.d.ts +0 -12
- package/types/x-modules/recommendations/store/getters/request.getter.d.ts.map +0 -1
- package/types/x-modules/recommendations/store/index.d.ts +0 -8
- package/types/x-modules/recommendations/store/index.d.ts.map +0 -1
- package/types/x-modules/recommendations/store/module.d.ts +0 -8
- package/types/x-modules/recommendations/store/module.d.ts.map +0 -1
- package/types/x-modules/recommendations/store/types.d.ts +0 -91
- package/types/x-modules/recommendations/store/types.d.ts.map +0 -1
- package/types/x-modules/recommendations/wiring.d.ts +0 -21
- package/types/x-modules/recommendations/wiring.d.ts.map +0 -1
- package/types/x-modules/recommendations/x-module.d.ts +0 -16
- package/types/x-modules/recommendations/x-module.d.ts.map +0 -1
- package/types/x-modules/related-prompts/components/index.d.ts +0 -4
- package/types/x-modules/related-prompts/components/index.d.ts.map +0 -1
- package/types/x-modules/related-prompts/components/related-prompt.vue.d.ts +0 -48
- package/types/x-modules/related-prompts/components/related-prompt.vue.d.ts.map +0 -1
- package/types/x-modules/related-prompts/components/related-prompts-list.vue.d.ts +0 -106
- package/types/x-modules/related-prompts/components/related-prompts-list.vue.d.ts.map +0 -1
- package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts +0 -132
- package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts.map +0 -1
- package/types/x-modules/related-prompts/events.types.d.ts +0 -50
- package/types/x-modules/related-prompts/events.types.d.ts.map +0 -1
- package/types/x-modules/related-prompts/index.d.ts +0 -6
- package/types/x-modules/related-prompts/index.d.ts.map +0 -1
- package/types/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.d.ts +0 -17
- package/types/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.d.ts.map +0 -1
- package/types/x-modules/related-prompts/store/actions/fetch-related-prompts.action.d.ts +0 -13
- package/types/x-modules/related-prompts/store/actions/fetch-related-prompts.action.d.ts.map +0 -1
- package/types/x-modules/related-prompts/store/actions/set-url-params.action.d.ts +0 -10
- package/types/x-modules/related-prompts/store/actions/set-url-params.action.d.ts.map +0 -1
- package/types/x-modules/related-prompts/store/emitters.d.ts +0 -11
- package/types/x-modules/related-prompts/store/emitters.d.ts.map +0 -1
- package/types/x-modules/related-prompts/store/getters/index.d.ts +0 -3
- package/types/x-modules/related-prompts/store/getters/index.d.ts.map +0 -1
- package/types/x-modules/related-prompts/store/getters/related-prompts-query.getter.d.ts +0 -13
- package/types/x-modules/related-prompts/store/getters/related-prompts-query.getter.d.ts.map +0 -1
- package/types/x-modules/related-prompts/store/getters/request.getter.d.ts +0 -14
- package/types/x-modules/related-prompts/store/getters/request.getter.d.ts.map +0 -1
- package/types/x-modules/related-prompts/store/index.d.ts +0 -6
- package/types/x-modules/related-prompts/store/index.d.ts.map +0 -1
- package/types/x-modules/related-prompts/store/module.d.ts +0 -8
- package/types/x-modules/related-prompts/store/module.d.ts.map +0 -1
- package/types/x-modules/related-prompts/store/types.d.ts +0 -125
- package/types/x-modules/related-prompts/store/types.d.ts.map +0 -1
- package/types/x-modules/related-prompts/types.d.ts +0 -10
- package/types/x-modules/related-prompts/types.d.ts.map +0 -1
- package/types/x-modules/related-prompts/wiring.d.ts +0 -42
- package/types/x-modules/related-prompts/wiring.d.ts.map +0 -1
- package/types/x-modules/related-prompts/x-module.d.ts +0 -16
- package/types/x-modules/related-prompts/x-module.d.ts.map +0 -1
- package/types/x-modules/related-tags/components/index.d.ts +0 -3
- package/types/x-modules/related-tags/components/index.d.ts.map +0 -1
- package/types/x-modules/related-tags/components/related-tag.vue.d.ts +0 -59
- package/types/x-modules/related-tags/components/related-tag.vue.d.ts.map +0 -1
- package/types/x-modules/related-tags/components/related-tags.vue.d.ts +0 -73
- package/types/x-modules/related-tags/components/related-tags.vue.d.ts.map +0 -1
- package/types/x-modules/related-tags/config.types.d.ts +0 -12
- package/types/x-modules/related-tags/config.types.d.ts.map +0 -1
- package/types/x-modules/related-tags/events.types.d.ts +0 -44
- package/types/x-modules/related-tags/events.types.d.ts.map +0 -1
- package/types/x-modules/related-tags/index.d.ts +0 -7
- package/types/x-modules/related-tags/index.d.ts.map +0 -1
- package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts +0 -15
- package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts.map +0 -1
- package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts +0 -13
- package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts.map +0 -1
- package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts +0 -15
- package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts.map +0 -1
- package/types/x-modules/related-tags/store/actions/toggle-related-tag.action.d.ts +0 -11
- package/types/x-modules/related-tags/store/actions/toggle-related-tag.action.d.ts.map +0 -1
- package/types/x-modules/related-tags/store/emitters.d.ts +0 -14
- package/types/x-modules/related-tags/store/emitters.d.ts.map +0 -1
- package/types/x-modules/related-tags/store/getters/query.getter.d.ts +0 -11
- package/types/x-modules/related-tags/store/getters/query.getter.d.ts.map +0 -1
- package/types/x-modules/related-tags/store/getters/related-tags.getter.d.ts +0 -11
- package/types/x-modules/related-tags/store/getters/related-tags.getter.d.ts.map +0 -1
- package/types/x-modules/related-tags/store/getters/request.getter.d.ts +0 -13
- package/types/x-modules/related-tags/store/getters/request.getter.d.ts.map +0 -1
- package/types/x-modules/related-tags/store/index.d.ts +0 -10
- package/types/x-modules/related-tags/store/index.d.ts.map +0 -1
- package/types/x-modules/related-tags/store/module.d.ts +0 -8
- package/types/x-modules/related-tags/store/module.d.ts.map +0 -1
- package/types/x-modules/related-tags/store/types.d.ts +0 -110
- package/types/x-modules/related-tags/store/types.d.ts.map +0 -1
- package/types/x-modules/related-tags/wiring.d.ts +0 -106
- package/types/x-modules/related-tags/wiring.d.ts.map +0 -1
- package/types/x-modules/related-tags/x-module.d.ts +0 -16
- package/types/x-modules/related-tags/x-module.d.ts.map +0 -1
- package/types/x-modules/scroll/components/index.d.ts +0 -7
- package/types/x-modules/scroll/components/index.d.ts.map +0 -1
- package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts +0 -37
- package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts.map +0 -1
- package/types/x-modules/scroll/components/main-scroll.vue.d.ts +0 -75
- package/types/x-modules/scroll/components/main-scroll.vue.d.ts.map +0 -1
- package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +0 -66
- package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts.map +0 -1
- package/types/x-modules/scroll/components/scroll.const.d.ts +0 -15
- package/types/x-modules/scroll/components/scroll.const.d.ts.map +0 -1
- package/types/x-modules/scroll/components/scroll.types.d.ts +0 -20
- package/types/x-modules/scroll/components/scroll.types.d.ts.map +0 -1
- package/types/x-modules/scroll/components/scroll.vue.d.ts +0 -40
- package/types/x-modules/scroll/components/scroll.vue.d.ts.map +0 -1
- package/types/x-modules/scroll/events.types.d.ts +0 -53
- package/types/x-modules/scroll/events.types.d.ts.map +0 -1
- package/types/x-modules/scroll/index.d.ts +0 -6
- package/types/x-modules/scroll/index.d.ts.map +0 -1
- package/types/x-modules/scroll/store/emitters.d.ts +0 -7
- package/types/x-modules/scroll/store/emitters.d.ts.map +0 -1
- package/types/x-modules/scroll/store/index.d.ts +0 -4
- package/types/x-modules/scroll/store/index.d.ts.map +0 -1
- package/types/x-modules/scroll/store/module.d.ts +0 -8
- package/types/x-modules/scroll/store/module.d.ts.map +0 -1
- package/types/x-modules/scroll/store/types.d.ts +0 -98
- package/types/x-modules/scroll/store/types.d.ts.map +0 -1
- package/types/x-modules/scroll/wiring.d.ts +0 -74
- package/types/x-modules/scroll/wiring.d.ts.map +0 -1
- package/types/x-modules/scroll/x-module.d.ts +0 -16
- package/types/x-modules/scroll/x-module.d.ts.map +0 -1
- package/types/x-modules/search/components/banner.vue.d.ts +0 -140
- package/types/x-modules/search/components/banner.vue.d.ts.map +0 -1
- package/types/x-modules/search/components/banners-list.vue.d.ts +0 -30
- package/types/x-modules/search/components/banners-list.vue.d.ts.map +0 -1
- package/types/x-modules/search/components/fallback-disclaimer.vue.d.ts +0 -12
- package/types/x-modules/search/components/fallback-disclaimer.vue.d.ts.map +0 -1
- package/types/x-modules/search/components/index.d.ts +0 -15
- package/types/x-modules/search/components/index.d.ts.map +0 -1
- package/types/x-modules/search/components/partial-query-button.vue.d.ts +0 -33
- package/types/x-modules/search/components/partial-query-button.vue.d.ts.map +0 -1
- package/types/x-modules/search/components/partial-results-list.vue.d.ts +0 -52
- package/types/x-modules/search/components/partial-results-list.vue.d.ts.map +0 -1
- package/types/x-modules/search/components/promoted.vue.d.ts +0 -39
- package/types/x-modules/search/components/promoted.vue.d.ts.map +0 -1
- package/types/x-modules/search/components/promoteds-list.vue.d.ts +0 -30
- package/types/x-modules/search/components/promoteds-list.vue.d.ts.map +0 -1
- package/types/x-modules/search/components/redirection.vue.d.ts +0 -65
- package/types/x-modules/search/components/redirection.vue.d.ts.map +0 -1
- package/types/x-modules/search/components/results-list.vue.d.ts +0 -32
- package/types/x-modules/search/components/results-list.vue.d.ts.map +0 -1
- package/types/x-modules/search/components/sort-dropdown.vue.d.ts +0 -32
- package/types/x-modules/search/components/sort-dropdown.vue.d.ts.map +0 -1
- package/types/x-modules/search/components/sort-list.vue.d.ts +0 -47
- package/types/x-modules/search/components/sort-list.vue.d.ts.map +0 -1
- package/types/x-modules/search/components/sort-picker-list.vue.d.ts +0 -51
- package/types/x-modules/search/components/sort-picker-list.vue.d.ts.map +0 -1
- package/types/x-modules/search/components/spellcheck-button.vue.d.ts +0 -14
- package/types/x-modules/search/components/spellcheck-button.vue.d.ts.map +0 -1
- package/types/x-modules/search/components/spellcheck.vue.d.ts +0 -16
- package/types/x-modules/search/components/spellcheck.vue.d.ts.map +0 -1
- package/types/x-modules/search/config.types.d.ts +0 -14
- package/types/x-modules/search/config.types.d.ts.map +0 -1
- package/types/x-modules/search/events.types.d.ts +0 -111
- package/types/x-modules/search/events.types.d.ts.map +0 -1
- package/types/x-modules/search/index.d.ts +0 -8
- package/types/x-modules/search/index.d.ts.map +0 -1
- package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts +0 -15
- package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +0 -1
- package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts +0 -13
- package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts.map +0 -1
- package/types/x-modules/search/store/actions/increase-page-apending-results.action.d.ts +0 -11
- package/types/x-modules/search/store/actions/increase-page-apending-results.action.d.ts.map +0 -1
- package/types/x-modules/search/store/actions/index.d.ts +0 -8
- package/types/x-modules/search/store/actions/index.d.ts.map +0 -1
- package/types/x-modules/search/store/actions/reset-request-on-refinement.action.d.ts +0 -11
- package/types/x-modules/search/store/actions/reset-request-on-refinement.action.d.ts.map +0 -1
- package/types/x-modules/search/store/actions/save-origin.action.d.ts +0 -11
- package/types/x-modules/search/store/actions/save-origin.action.d.ts.map +0 -1
- package/types/x-modules/search/store/actions/save-search-response.action.d.ts +0 -11
- package/types/x-modules/search/store/actions/save-search-response.action.d.ts.map +0 -1
- package/types/x-modules/search/store/actions/set-url-params.action.d.ts +0 -11
- package/types/x-modules/search/store/actions/set-url-params.action.d.ts.map +0 -1
- package/types/x-modules/search/store/emitters.d.ts +0 -39
- package/types/x-modules/search/store/emitters.d.ts.map +0 -1
- package/types/x-modules/search/store/getters/index.d.ts +0 -3
- package/types/x-modules/search/store/getters/index.d.ts.map +0 -1
- package/types/x-modules/search/store/getters/query.getter.d.ts +0 -13
- package/types/x-modules/search/store/getters/query.getter.d.ts.map +0 -1
- package/types/x-modules/search/store/getters/request.getter.d.ts +0 -13
- package/types/x-modules/search/store/getters/request.getter.d.ts.map +0 -1
- package/types/x-modules/search/store/index.d.ts +0 -6
- package/types/x-modules/search/store/index.d.ts.map +0 -1
- package/types/x-modules/search/store/module.d.ts +0 -42
- package/types/x-modules/search/store/module.d.ts.map +0 -1
- package/types/x-modules/search/store/types.d.ts +0 -289
- package/types/x-modules/search/store/types.d.ts.map +0 -1
- package/types/x-modules/search/types.d.ts +0 -35
- package/types/x-modules/search/types.d.ts.map +0 -1
- package/types/x-modules/search/wiring.d.ts +0 -222
- package/types/x-modules/search/wiring.d.ts.map +0 -1
- package/types/x-modules/search/x-module.d.ts +0 -16
- package/types/x-modules/search/x-module.d.ts.map +0 -1
- package/types/x-modules/search-box/components/clear-search-input.vue.d.ts +0 -20
- package/types/x-modules/search-box/components/clear-search-input.vue.d.ts.map +0 -1
- package/types/x-modules/search-box/components/index.d.ts +0 -5
- package/types/x-modules/search-box/components/index.d.ts.map +0 -1
- package/types/x-modules/search-box/components/search-button.vue.d.ts +0 -18
- package/types/x-modules/search-box/components/search-button.vue.d.ts.map +0 -1
- package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts +0 -85
- package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts.map +0 -1
- package/types/x-modules/search-box/components/search-input.vue.d.ts +0 -84
- package/types/x-modules/search-box/components/search-input.vue.d.ts.map +0 -1
- package/types/x-modules/search-box/events.types.d.ts +0 -74
- package/types/x-modules/search-box/events.types.d.ts.map +0 -1
- package/types/x-modules/search-box/index.d.ts +0 -6
- package/types/x-modules/search-box/index.d.ts.map +0 -1
- package/types/x-modules/search-box/store/actions/set-input-status.action.d.ts +0 -12
- package/types/x-modules/search-box/store/actions/set-input-status.action.d.ts.map +0 -1
- package/types/x-modules/search-box/store/actions/set-url-params.action.d.ts +0 -11
- package/types/x-modules/search-box/store/actions/set-url-params.action.d.ts.map +0 -1
- package/types/x-modules/search-box/store/emitters.d.ts +0 -14
- package/types/x-modules/search-box/store/emitters.d.ts.map +0 -1
- package/types/x-modules/search-box/store/index.d.ts +0 -4
- package/types/x-modules/search-box/store/index.d.ts.map +0 -1
- package/types/x-modules/search-box/store/module.d.ts +0 -8
- package/types/x-modules/search-box/store/module.d.ts.map +0 -1
- package/types/x-modules/search-box/store/types.d.ts +0 -70
- package/types/x-modules/search-box/store/types.d.ts.map +0 -1
- package/types/x-modules/search-box/wiring.d.ts +0 -43
- package/types/x-modules/search-box/wiring.d.ts.map +0 -1
- package/types/x-modules/search-box/x-module.d.ts +0 -16
- package/types/x-modules/search-box/x-module.d.ts.map +0 -1
- package/types/x-modules/semantic-queries/components/index.d.ts +0 -3
- package/types/x-modules/semantic-queries/components/index.d.ts.map +0 -1
- package/types/x-modules/semantic-queries/components/semantic-queries.vue.d.ts +0 -10
- package/types/x-modules/semantic-queries/components/semantic-queries.vue.d.ts.map +0 -1
- package/types/x-modules/semantic-queries/components/semantic-query.vue.d.ts +0 -30
- package/types/x-modules/semantic-queries/components/semantic-query.vue.d.ts.map +0 -1
- package/types/x-modules/semantic-queries/config.types.d.ts +0 -16
- package/types/x-modules/semantic-queries/config.types.d.ts.map +0 -1
- package/types/x-modules/semantic-queries/events.types.d.ts +0 -25
- package/types/x-modules/semantic-queries/events.types.d.ts.map +0 -1
- package/types/x-modules/semantic-queries/index.d.ts +0 -7
- package/types/x-modules/semantic-queries/index.d.ts.map +0 -1
- package/types/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.d.ts +0 -13
- package/types/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.d.ts.map +0 -1
- package/types/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.d.ts +0 -13
- package/types/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.d.ts.map +0 -1
- package/types/x-modules/semantic-queries/store/actions/index.d.ts +0 -3
- package/types/x-modules/semantic-queries/store/actions/index.d.ts.map +0 -1
- package/types/x-modules/semantic-queries/store/emitters.d.ts +0 -10
- package/types/x-modules/semantic-queries/store/emitters.d.ts.map +0 -1
- package/types/x-modules/semantic-queries/store/getters/index.d.ts +0 -4
- package/types/x-modules/semantic-queries/store/getters/index.d.ts.map +0 -1
- package/types/x-modules/semantic-queries/store/getters/normalized-query.getter.d.ts +0 -13
- package/types/x-modules/semantic-queries/store/getters/normalized-query.getter.d.ts.map +0 -1
- package/types/x-modules/semantic-queries/store/getters/request.getter.d.ts +0 -14
- package/types/x-modules/semantic-queries/store/getters/request.getter.d.ts.map +0 -1
- package/types/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.d.ts +0 -13
- package/types/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.d.ts.map +0 -1
- package/types/x-modules/semantic-queries/store/index.d.ts +0 -5
- package/types/x-modules/semantic-queries/store/index.d.ts.map +0 -1
- package/types/x-modules/semantic-queries/store/module.d.ts +0 -8
- package/types/x-modules/semantic-queries/store/module.d.ts.map +0 -1
- package/types/x-modules/semantic-queries/store/types.d.ts +0 -103
- package/types/x-modules/semantic-queries/store/types.d.ts.map +0 -1
- package/types/x-modules/semantic-queries/wiring.d.ts +0 -66
- package/types/x-modules/semantic-queries/wiring.d.ts.map +0 -1
- package/types/x-modules/semantic-queries/x-module.d.ts +0 -16
- package/types/x-modules/semantic-queries/x-module.d.ts.map +0 -1
- package/types/x-modules/tagging/components/index.d.ts +0 -2
- package/types/x-modules/tagging/components/index.d.ts.map +0 -1
- package/types/x-modules/tagging/components/tagging.vue.d.ts +0 -85
- package/types/x-modules/tagging/components/tagging.vue.d.ts.map +0 -1
- package/types/x-modules/tagging/config.types.d.ts +0 -26
- package/types/x-modules/tagging/config.types.d.ts.map +0 -1
- package/types/x-modules/tagging/events.types.d.ts +0 -52
- package/types/x-modules/tagging/events.types.d.ts.map +0 -1
- package/types/x-modules/tagging/index.d.ts +0 -8
- package/types/x-modules/tagging/index.d.ts.map +0 -1
- package/types/x-modules/tagging/service/external-tagging.service.d.ts +0 -100
- package/types/x-modules/tagging/service/external-tagging.service.d.ts.map +0 -1
- package/types/x-modules/tagging/service/index.d.ts +0 -3
- package/types/x-modules/tagging/service/index.d.ts.map +0 -1
- package/types/x-modules/tagging/service/types.d.ts +0 -39
- package/types/x-modules/tagging/service/types.d.ts.map +0 -1
- package/types/x-modules/tagging/store/actions/index.d.ts +0 -2
- package/types/x-modules/tagging/store/actions/index.d.ts.map +0 -1
- package/types/x-modules/tagging/store/actions/track.action.d.ts +0 -11
- package/types/x-modules/tagging/store/actions/track.action.d.ts.map +0 -1
- package/types/x-modules/tagging/store/emitters.d.ts +0 -14
- package/types/x-modules/tagging/store/emitters.d.ts.map +0 -1
- package/types/x-modules/tagging/store/index.d.ts +0 -5
- package/types/x-modules/tagging/store/index.d.ts.map +0 -1
- package/types/x-modules/tagging/store/module.d.ts +0 -8
- package/types/x-modules/tagging/store/module.d.ts.map +0 -1
- package/types/x-modules/tagging/store/types.d.ts +0 -81
- package/types/x-modules/tagging/store/types.d.ts.map +0 -1
- package/types/x-modules/tagging/wiring.d.ts +0 -245
- package/types/x-modules/tagging/wiring.d.ts.map +0 -1
- package/types/x-modules/tagging/x-module.d.ts +0 -16
- package/types/x-modules/tagging/x-module.d.ts.map +0 -1
- package/types/x-modules/url/components/index.d.ts +0 -2
- package/types/x-modules/url/components/index.d.ts.map +0 -1
- package/types/x-modules/url/components/url-handler.vue.d.ts +0 -13
- package/types/x-modules/url/components/url-handler.vue.d.ts.map +0 -1
- package/types/x-modules/url/events.types.d.ts +0 -31
- package/types/x-modules/url/events.types.d.ts.map +0 -1
- package/types/x-modules/url/index.d.ts +0 -6
- package/types/x-modules/url/index.d.ts.map +0 -1
- package/types/x-modules/url/store/emitters.d.ts +0 -50
- package/types/x-modules/url/store/emitters.d.ts.map +0 -1
- package/types/x-modules/url/store/getters/url-params.getter.d.ts +0 -10
- package/types/x-modules/url/store/getters/url-params.getter.d.ts.map +0 -1
- package/types/x-modules/url/store/index.d.ts +0 -4
- package/types/x-modules/url/store/index.d.ts.map +0 -1
- package/types/x-modules/url/store/initial-state.d.ts +0 -9
- package/types/x-modules/url/store/initial-state.d.ts.map +0 -1
- package/types/x-modules/url/store/module.d.ts +0 -8
- package/types/x-modules/url/store/module.d.ts.map +0 -1
- package/types/x-modules/url/store/mutations/set-params.mutation.d.ts +0 -13
- package/types/x-modules/url/store/mutations/set-params.mutation.d.ts.map +0 -1
- package/types/x-modules/url/store/types.d.ts +0 -109
- package/types/x-modules/url/store/types.d.ts.map +0 -1
- package/types/x-modules/url/wiring.d.ts +0 -118
- package/types/x-modules/url/wiring.d.ts.map +0 -1
- package/types/x-modules/url/x-module.d.ts +0 -16
- package/types/x-modules/url/x-module.d.ts.map +0 -1
- package/types/x-modules/x-modules.types.d.ts +0 -96
- package/types/x-modules/x-modules.types.d.ts.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-spinner-icon.vue.js","sources":["../../../../src/components/icons/ai-spinner-icon.vue"],"sourcesContent":["<template>\n <svg\n id=\"e4kx3Cn5VZF1\"\n xmlns=\"http://www.w3.org/2000/svg\"\n xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n viewBox=\"0 0 300 300\"\n shape-rendering=\"geometricPrecision\"\n text-rendering=\"geometricPrecision\"\n project-id=\"ed7a482c28644d8f89fe457c7d0d5863\"\n export-id=\"aa93e86d47c04741a5fda6dcd27a8961\"\n cached=\"false\"\n >\n <polygon\n id=\"e4kx3Cn5VZF2\"\n points=\"27.535305,-72.464695 48.748508,6.322102 127.535305,27.535305 48.748508,48.748508 27.535305,127.535305 6.322102,48.748508 -72.464695,27.535305 6.322102,6.322102 27.535305,-72.464695\"\n transform=\"matrix(0 0 0 0 150 150)\"\n fill=\"#243d48\"\n stroke=\"#243d48\"\n stroke-width=\"10\"\n stroke-linejoin=\"round\"\n />\n <ellipse\n id=\"e4kx3Cn5VZF3\"\n rx=\"27.5\"\n ry=\"27.5\"\n transform=\"matrix(0 0 0 0 149.302607 79.302607)\"\n fill=\"#5e7782\"\n stroke-width=\"0\"\n />\n </svg>\n</template>\n<script setup>\nimport { onMounted } from 'vue'\n\n/* eslint-disable eslint-comments/no-unlimited-disable */\n/* eslint-disable */\nonMounted(() => {\n !(function (t, e) {\n 'object' == typeof exports && 'undefined' != typeof module\n ? (module.exports = e())\n : 'function' == typeof __SVGATOR_DEFINE__ && __SVGATOR_DEFINE__.amd\n ? __SVGATOR_DEFINE__(e)\n : (((t = 'undefined' != typeof globalThis ? globalThis : t || self).__SVGATOR_PLAYER__ =\n t.__SVGATOR_PLAYER__ || {}),\n (t.__SVGATOR_PLAYER__['91c80d77'] = e()))\n })(this, function () {\n 'use strict'\n const t = n(Math.pow(10, -6)),\n e = n(Math.pow(10, -2))\n function n(t, e = 6) {\n return (function (t, e, n) {\n if (Number.isInteger(t)) return t\n const r = Math.pow(10, e)\n return Math[n]((+t + Number.EPSILON) * r) / r\n })(t, e, 'round')\n }\n function r(e, n, r = t) {\n return Math.abs(e - n) < r\n }\n const i = Math.PI / 180\n function s(t) {\n return t * i\n }\n function o(t) {\n return t / i\n }\n function u(t) {\n return ('number' != typeof t && (t = Number(t)), isNaN(t) || !isFinite(t) ? 0 : t)\n }\n let l = { iD: !1 }\n function a(t) {\n return `${t}`.replace(/['\"]/g, '')\n }\n function c(t, e = 'px') {\n return t.endsWith(e) ? t : `${t}${e}`\n }\n function f(t = '') {\n return l.iD ? t : void 0\n }\n function h(t) {\n const e = [\n '^',\n '\\\\s*',\n '(matrix\\\\()',\n '(?<a>-?[0-9]*\\\\.?[0-9]+)',\n '\\\\s*',\n ',?',\n '\\\\s*',\n '(?<b>-?[0-9]*\\\\.?[0-9]+)',\n '\\\\s*',\n ',?',\n '\\\\s*',\n '(?<c>-?[0-9]*\\\\.?[0-9]+)',\n '\\\\s*',\n ',?',\n '\\\\s*',\n '(?<d>-?[0-9]*\\\\.?[0-9]+)',\n '\\\\s*',\n ',?',\n '\\\\s*',\n '(?<e>-?[0-9]*\\\\.?[0-9]+)',\n '\\\\s*',\n ',?',\n '\\\\s*',\n '(?<f>-?[0-9]*\\\\.?[0-9]+)',\n '\\\\)',\n ].join(''),\n n = t.match(new RegExp(e, 'i'))\n if (n)\n return [\n u(n.groups.a),\n u(n.groups.b),\n u(n.groups.c),\n u(n.groups.d),\n u(n.groups.e),\n u(n.groups.f),\n ]\n }\n function d(t, e = 'inline') {\n return t && t !== e ? ((t = a(t)) === e ? f(e) : t) : f(e)\n }\n function g(t, e = '1px') {\n if (!t || t === e) return f(e)\n if (t.endsWith('px') || t.endsWith('%')) return t\n const r = c((t = `${n(u(t), 2)}`))\n return r === e ? f(e) : r\n }\n function p(t, e = 'none') {\n if (!t || t === e) return f(e)\n if ((t = a(t)) === e) return f(e)\n const n = t.match(/url\\(#.+?\\)/)\n return n\n ? n[0]\n : (function (t) {\n const e = ['^', '\\\\s*', 'url\\\\(', '#', '(?<maskId>[a-zA-Z0-9\\\\-_]+)', '\\\\)'].join(''),\n n = t.match(new RegExp(e, 'i'))\n if (n) return `url(#${n.groups.maskId})`\n })(t)\n }\n function y(t, e = 'rgb(0, 0, 0)') {\n if (!t || t === e) return f(e)\n if ((t = a(t)) === e) return f(e)\n if (t.startsWith('rgb')) return t\n const n = (function (t) {\n if ('string' != typeof t || '#' !== t[0]) return t\n const e = t.slice(1),\n n = e.length\n if (3 !== n && 6 !== n) return t\n for (let r = 0; r < n; r++) {\n const n = e.charCodeAt(r)\n if (!((n >= 48 && n <= 57) || (n >= 65 && n <= 70) || (n >= 97 && n <= 102))) return t\n }\n if (3 === n)\n return `rgb(${parseInt(e[0] + e[0], 16)}, ${parseInt(e[1] + e[1], 16)}, ${parseInt(\n e[2] + e[2],\n 16,\n )})`\n return `rgb(${parseInt(e.slice(0, 2), 16)}, ${parseInt(e.slice(2, 4), 16)}, ${parseInt(\n e.slice(4, 6),\n 16,\n )})`\n })(t)\n return n === e ? f(e) : n\n }\n function m(t, e = '1') {\n return t && t !== e ? ((t = `${n(u(t), 3)}`) === e ? f(e) : t) : f(e)\n }\n let v = {}\n const b = {\n fill: 'none',\n stroke: 'none',\n opacity: '0.01',\n transform: 'matrix(0.001 0 0 0.001 -10000 -10000)',\n }\n function w({ element: t, tagType: e = 'path', property: n = 'd', attributeValue: r }) {\n return (\n v[r] ||\n (v[r] = (function ({\n element: t,\n tagType: e = 'path',\n property: n = 'd',\n attributeValue: r,\n }) {\n const i = t.ownerSVGElement,\n s = document.createElementNS(i.namespaceURI, e)\n s.setAttributeNS(null, n, r)\n for (const t in b) s.setAttributeNS(null, t, b[t])\n i.appendChild(s)\n const o = getComputedStyle(s)[n]\n return (s.remove(), o)\n })({ element: t, tagType: e, property: n, attributeValue: r })),\n v[r]\n )\n }\n const x = () => {\n v = {}\n }\n 'object' == typeof window &&\n (window.removeEventListener('resize', x), window.addEventListener('resize', x))\n const A = {\n include: (t, e) => ['path'].includes(e),\n formatter: t =>\n (function (t, e = '') {\n return t && t !== e\n ? (t = a(t)) === e\n ? f(e)\n : t.startsWith('path(')\n ? t\n : `path('${t}')`\n : f(e)\n })(t),\n },\n _ = {\n include: (t, e) => ['rect', 'mask'].includes(e),\n formatter: (t, e, n) =>\n g(\n t,\n (function (t, e) {\n var n\n return (\n (null ===\n (n = { mask: { x: '-150%', y: '-150%', width: '400%', height: '400%' } }[e]) ||\n void 0 === n\n ? void 0\n : n[t]) || (['x', 'y'].includes(t) ? '0px' : '100%')\n )\n })(e, n),\n ),\n },\n k = Object.freeze({\n d: A,\n display: t => d(t),\n height: _,\n fill: t => y(t),\n 'fill-opacity': t => m(t),\n filter: t => d(t, 'none'),\n mask: t => p(t),\n opacity: t => m(t),\n stroke: t => y(t, 'none'),\n 'stroke-opacity': t => m(t),\n 'stroke-width': t => g(t),\n transform: t =>\n (function (t, e = 'none') {\n if (!t || t === e) return f(e)\n const n = h(t)\n return n ? `matrix(${n.join(', ')})` : t\n })(t),\n 'transform-origin': t =>\n (function (t, e = '0px 0px') {\n if (!t || t === e) return f(e)\n const n = [\n '^',\n '\\\\s*',\n '(?<x>[0-9]+)',\n '(px)?',\n '\\\\s*',\n ',',\n '\\\\s*',\n '(?<y>[0-9]+)',\n '(px)?',\n ].join(''),\n r = t.match(new RegExp(n, 'i'))\n if (!r) return t\n let i = `${u(r.groups.x)}`\n i = c(i)\n let s = `${u(r.groups.y)}`\n s = c(s)\n const o = `${i} ${s}`\n return o === e ? f(e) : o\n })(t),\n visibility: t => d(t, 'visible'),\n width: _,\n x: _,\n y: _,\n }),\n S = Object.keys(k),\n E = e\n function I(t, e) {\n return r(((e - t) / (e || 1)) * 100, 0, E)\n }\n function O(t, e, n, r, i = window) {\n var s, o\n const u = t.getAttribute(e),\n l = 'transform' === e ? 'none' : '',\n a =\n ((i.safari ||\n (function (t) {\n var e, n\n const r = null == t ? void 0 : t.userAgent\n return (\n (null == t ||\n null === (e = t.vendor) ||\n void 0 === e ||\n null === (n = e.indexOf) ||\n void 0 === n\n ? void 0\n : n.call(e, 'Apple')) > -1 &&\n r &&\n -1 === r.indexOf('CriOS') &&\n -1 === r.indexOf('FxiOS')\n )\n })(null == i ? void 0 : i.navigator) ||\n i.webkit) &&\n !i.chrome &&\n (null === (s = r.getPropertyValue) || void 0 === s ? void 0 : s.call(r, e)) === l) ||\n 'mask' === n\n ? u\n : null === (o = r.getPropertyValue) || void 0 === o\n ? void 0\n : o.call(r, e)\n if (u && a) {\n if (u === a) return u\n switch (e) {\n case 'transform':\n return (function (t, e) {\n const n = h(t),\n r = h(e)\n if ((null == n ? void 0 : n.length) === (null == r ? void 0 : r.length)) {\n for (let t = 0, e = n.length; t < e; t++)\n if (n[t] !== r[t] && !I(r[t], n[t])) return\n return t\n }\n })(u, a)\n case 'd':\n return (function (t, e, n) {\n return w({ element: t, attributeValue: e }) === n ? e : void 0\n })(t, u, a)\n default:\n return a\n }\n }\n }\n function M(t, e, n, r) {\n var i, s, o\n const u =\n 'transform' === e ||\n (['mask', 'path'].includes(n) && ['x', 'y', 'width', 'height', 'd'].includes(e))\n return r && u\n ? O(t, e, n, r)\n : ((null === (i = r.getPropertyValue) || void 0 === i ? void 0 : i.call(r, e)) ??\n (null === (s = t.attrs) || void 0 === s || null === (s = s.style) || void 0 === s\n ? void 0\n : s[e]) ??\n (null === (o = t.attrs) || void 0 === o ? void 0 : o[e]))\n }\n function B(t, e, n = !1) {\n l.iD = n\n const r = 'undefined' != typeof window && getComputedStyle(t),\n i = {}\n for (let l = 0, a = S.length; l < a; l++) {\n var s, o, u\n const a = S[l],\n c = t.type || t.nodeName\n if (!1 === (null === (s = (o = k[a]).include) || void 0 === s ? void 0 : s.call(o, a, c)))\n continue\n const f = k[a].formatter || k[a]\n if (null != e && null !== (u = e[t.id]) && void 0 !== u && u[a]) continue\n const h = M(t, a, c, r)\n if (null == h && !n) continue\n const d = f.call(this, h, a, c)\n d && (i[a] = d)\n }\n return i\n }\n function N(t) {\n var e, n\n if (null == t || null === (e = t.wD) || void 0 === e || !e.length) return\n this.h = t.wD.shift()\n const r = null === (n = t.rootId) || void 0 === n ? void 0 : n.slice(0, -1)\n this.wIs = t.wD.map(t => `${r}${t}`)\n }\n function j(t) {\n const e = new N(t),\n n = t.svg,\n r = e.wIs,\n i = t.originalAnimations[0].elements,\n s = e.h\n function o(t, e, s) {\n var u\n if (e[t]) return\n const l = n.querySelector('#' + t),\n a = null == l || null === (u = l.parentElement) || void 0 === u ? void 0 : u.id\n if (l && a) {\n if (r.includes(a))\n return (\n e[a] || o(a, e, s),\n (e[a].children ??= []),\n (e[t] = B(l, i)),\n void e[a].children.push(e[t])\n )\n ;((e[t] = B(l, i)), s.push(e[t]))\n }\n }\n async function u() {\n const t = (function () {\n let t = [],\n e = {}\n for (let n = 0, i = r.length; n < i; n++) o(r[n], e, t)\n return t\n })()\n return await (async function (t) {\n var e\n const n = JSON.stringify(t),\n r = new TextEncoder().encode(n),\n i = await (null === (e = window.crypto) ||\n void 0 === e ||\n null === (e = e.subtle) ||\n void 0 === e\n ? void 0\n : e.digest('SHA-256', r))\n return (\n (i &&\n Array.from(new Uint8Array(i))\n .map(t => t.toString(16).padStart(2, '0'))\n .join('')) ||\n s\n )\n })(t)\n }\n this.vH = async function () {\n ;(await u()) !== s && requestAnimationFrame(() => t.stop())\n }\n }\n function T(t) {\n let e = 0,\n n = 0\n const r = new j(t)\n this.cF = function (i, s) {\n return t.wD\n ? (e++,\n (function (t) {\n return !(t - n < 300) && (t - n >= 500 || e >= 3)\n })(i)\n ? ((e = 0), (n = i), window.requestAnimationFrame(() => r.vH()), s())\n : s())\n : s()\n }\n }\n function P(t) {\n return t\n }\n function F(t, e, n) {\n const r = 1 - n\n return 3 * n * r * (t * r + e * n) + n * n * n\n }\n function R(t = 0, e = 0, n = 1, i = 1) {\n return t < 0 || t > 1 || n < 0 || n > 1\n ? null\n : r(t, e) && r(n, i)\n ? P\n : s => {\n if (s <= 0) return t > 0 ? (s * e) / t : 0 === e && n > 0 ? (s * i) / n : 0\n if (s >= 1)\n return n < 1\n ? 1 + ((s - 1) * (i - 1)) / (n - 1)\n : 1 === n && t < 1\n ? 1 + ((s - 1) * (e - 1)) / (t - 1)\n : 1\n let o,\n u = 0,\n l = 1\n for (; u < l; ) {\n o = (u + l) / 2\n const e = F(t, n, o)\n if (r(s, e)) break\n e < s ? (u = o) : (l = o)\n }\n return F(e, i, o)\n }\n }\n function C() {\n return 1\n }\n function V(t) {\n return 1 === t ? 1 : 0\n }\n function D(t = 1, e = 0) {\n if (1 === t) {\n if (0 === e) return V\n if (1 === e) return C\n }\n const n = 1 / t\n return t => (t >= 1 ? 1 : (t += e * n) - (t % n))\n }\n ;(Number.isInteger ||\n (Number.isInteger = function (t) {\n return 'number' == typeof t && isFinite(t) && Math.floor(t) === t\n }),\n Number.EPSILON || (Number.EPSILON = 2220446049250313e-31))\n const $ = Math.sin,\n q = Math.cos,\n L = Math.acos,\n z = Math.asin,\n G = Math.tan,\n W = Math.atan2,\n Y = Math.sqrt\n function U(t, e) {\n return {\n a: t[0] * e[0] + t[2] * e[1],\n b: t[1] * e[0] + t[3] * e[1],\n c: t[0] * e[2] + t[2] * e[3],\n d: t[1] * e[2] + t[3] * e[3],\n tx: t[0] * e[4] + t[2] * e[5] + t[4],\n ty: t[1] * e[4] + t[3] * e[5] + t[5],\n }\n }\n function H(t, e, n) {\n return t >= 0.5 ? n : e\n }\n function J(t, e, n) {\n return 0 === t || e === n ? e : t * (n - e) + e\n }\n function X(t, e, n) {\n const r = J(t, e, n)\n return r <= 0 ? 0 : r\n }\n function K(t, e, n) {\n const r = J(t, e, n)\n return r <= 0 ? 0 : r >= 1 ? 1 : r\n }\n function Q(t, e, n) {\n return 0 === t ? e : 1 === t ? n : { x: J(t, e.x, n.x), y: J(t, e.y, n.y) }\n }\n function Z(t, e, n) {\n return 0 === t ? e : 1 === t ? n : { x: X(t, e.x, n.x), y: X(t, e.y, n.y) }\n }\n function tt(t, e, n) {\n const r = (function (t, e, n) {\n return Math.round(J(t, e, n))\n })(t, e, n)\n return r <= 0 ? 0 : r >= 255 ? 255 : r\n }\n function et(t, e, n) {\n return 0 === t\n ? e\n : 1 === t\n ? n\n : {\n r: tt(t, e.r, n.r),\n g: tt(t, e.g, n.g),\n b: tt(t, e.b, n.b),\n a: J(t, null == e.a ? 1 : e.a, null == n.a ? 1 : n.a),\n }\n }\n function nt(t, e, n) {\n let r = e.length\n if (r !== n.length) return H(t, e, n)\n let i = new Array(r)\n for (let s = 0; s < r; s++) i[s] = J(t, e[s], n[s])\n return i\n }\n function rt(t, e) {\n const n = []\n for (let r = 0; r < t; r++) n.push(e)\n return n\n }\n function it(t, e) {\n if (--e <= 0) return t\n const n = (t = Object.assign([], t)).length\n do {\n for (let e = 0; e < n; e++) t.push(t[e])\n } while (--e > 0)\n return t\n }\n class st {\n constructor(t) {\n ;((this.list = t), (this.length = t.length))\n }\n setAttribute(t, e) {\n const n = this.list\n for (let r = 0; r < this.length; r++) n[r].setAttribute(t, e)\n }\n removeAttribute(t) {\n const e = this.list\n for (let n = 0; n < this.length; n++) e[n].removeAttribute(t)\n }\n style(t, e) {\n const n = this.list\n for (let r = 0; r < this.length; r++) n[r].style[t] = e\n }\n }\n const ot = /-./g,\n ut = (t, e) => e.toUpperCase()\n let lt\n function at(t) {\n return 'function' == typeof t ? t : H\n }\n function ct(t) {\n return t\n ? 'function' == typeof t\n ? t\n : Array.isArray(t)\n ? (function (t, e = P) {\n if (!Array.isArray(t)) return e\n switch (t.length) {\n case 1:\n return D(t[0]) || e\n case 2:\n return D(t[0], t[1]) || e\n case 4:\n return R(t[0], t[1], t[2], t[3]) || e\n }\n return e\n })(t, null)\n : (function (t, e, n = P) {\n switch (t) {\n case 'linear':\n return P\n case 'steps':\n return D(e.steps || 1, e.jump || 0) || n\n case 'bezier':\n case 'cubic-bezier':\n return R(e.x1 || 0, e.y1 || 0, e.x2 || 0, e.y2 || 0) || n\n }\n return n\n })(t.type, t.value, null)\n : null\n }\n function ft(t, e, n, r = !1) {\n const i = e.length - 1\n if (t <= e[0].t) return r ? [0, 0, e[0].v] : e[0].v\n if (t >= e[i].t) return r ? [i, 1, e[i].v] : e[i].v\n let s,\n o = e[0],\n u = null\n for (s = 1; s <= i; s++) {\n if (!(t > e[s].t)) {\n u = e[s]\n break\n }\n o = e[s]\n }\n return null == u\n ? r\n ? [i, 1, e[i].v]\n : e[i].v\n : o.t === u.t\n ? r\n ? [s, 1, u.v]\n : u.v\n : ((t = (t - o.t) / (u.t - o.t)),\n o.e && (t = o.e(t)),\n r ? [s, t, n(t, o.v, u.v)] : n(t, o.v, u.v))\n }\n function ht(t, e, n = null) {\n return t && t.length\n ? 'function' != typeof e\n ? null\n : ('function' != typeof n && (n = null),\n r => {\n let i = ft(r, t, e)\n return (null != i && n && (i = n(i)), i)\n })\n : null\n }\n function dt(t, e) {\n return t.t - e.t\n }\n function gt(t, e, n, r, i) {\n const s = '@' === n[0],\n o = '#' === n[0]\n let u = lt[n],\n l = H\n var a\n switch (\n (s ? ((a = n.substr(1)), (n = a.replace(ot, ut))) : o && (n = n.substr(1)), typeof u)\n ) {\n case 'function':\n if (((l = u(r, i, ft, ct, n, s, e, t)), o)) return l\n break\n case 'string':\n l = ht(r, at(u))\n break\n case 'object':\n if (((l = ht(r, at(u.i), u.f)), l && 'function' == typeof u.u)) return u.u(e, l, n, s, t)\n }\n return l\n ? (function (t, e, n, r = !1) {\n if (r) return t instanceof st ? r => t.style(e, n(r)) : r => (t.style[e] = n(r))\n if (Array.isArray(e)) {\n const r = e.length\n return i => {\n const s = n(i)\n if (null == s) for (let n = 0; n < r; n++) t[n].removeAttribute(e)\n else for (let n = 0; n < r; n++) t[n].setAttribute(e, s)\n }\n }\n return r => {\n const i = n(r)\n null == i ? t.removeAttribute(e) : t.setAttribute(e, i)\n }\n })(e, n, l, s)\n : null\n }\n function pt(t, e, n, r) {\n if (!r || 'object' != typeof r) return null\n let i = null,\n s = null\n return (\n Array.isArray(r)\n ? (s = (function (t) {\n if (!t || !t.length) return null\n for (let e = 0; e < t.length; e++) t[e].e && (t[e].e = ct(t[e].e))\n return t.sort(dt)\n })(r))\n : ((s = r.keys), (i = r.data || null)),\n s ? gt(t, e, n, s, i) : null\n )\n }\n function yt(t, e, n) {\n if (!n) return null\n const r = []\n for (const i in n)\n if (n.hasOwnProperty(i)) {\n const s = pt(t, e, i, n[i])\n s && r.push(s)\n }\n return r.length ? r : null\n }\n function mt(t, e) {\n if (!e.settings.duration || e.settings.duration < 0) return null\n const n = (function (t, e) {\n if (!e) return null\n let n = []\n if (Array.isArray(e)) {\n const r = e.length\n for (let i = 0; i < r; i++) {\n const r = e[i]\n if (2 !== r.length) continue\n let s = null\n if ('string' == typeof r[0]) s = t.getElementById(r[0])\n else if (Array.isArray(r[0])) {\n s = []\n for (let e = 0; e < r[0].length; e++)\n if ('string' == typeof r[0][e]) {\n const n = t.getElementById(r[0][e])\n n && s.push(n)\n }\n s = s.length ? (1 === s.length ? s[0] : new st(s)) : null\n }\n if (!s) continue\n const o = yt(t, s, r[1])\n o && (n = n.concat(o))\n }\n } else\n for (const r in e) {\n if (!e.hasOwnProperty(r)) continue\n const i = t.getElementById(r)\n if (!i) continue\n const s = yt(t, i, e[r])\n s && (n = n.concat(s))\n }\n return n.length ? n : null\n })(t, e.elements)\n return n\n ? (function (t, e) {\n const n = e.duration,\n r = t.length\n let i = null\n return (s, o) => {\n const u = e.iterations || 1 / 0,\n l = (e.alternate && u % 2 == 0) ^ (e.direction > 0) ? n : 0\n let a = s % n,\n c = 1 + (s - a) / n\n ;((o *= e.direction), e.alternate && c % 2 == 0 && (o = -o))\n let f = !1\n if (c > u) ((a = l), (f = !0), -1 === e.fill && (a = e.direction > 0 ? 0 : n))\n else if ((o < 0 && (a = n - a), a === i)) return !1\n i = a\n for (let e = 0; e < r; e++) t[e](a)\n return f\n }\n })(n, e.settings)\n : null\n }\n function vt(t, e = document, n = 0) {\n const r = (function (t, e) {\n const n = e.querySelectorAll('svg')\n for (let e = 0; e < n.length; e++)\n if (n[e].id === t.root && !n[e].svgatorAnimation)\n return ((n[e].svgatorAnimation = !0), n[e])\n return null\n })(t, e)\n if (r) return r\n if (n >= 20) return null\n const i = (function (t) {\n const e = t => t.shadowRoot\n return document\n ? Array.from(\n t.querySelectorAll(\n ':not(' +\n [\n 'a',\n 'area',\n 'audio',\n 'br',\n 'canvas',\n 'circle',\n 'datalist',\n 'embed',\n 'g',\n 'head',\n 'hr',\n 'iframe',\n 'img',\n 'input',\n 'link',\n 'object',\n 'path',\n 'polygon',\n 'rect',\n 'script',\n 'source',\n 'style',\n 'svg',\n 'title',\n 'track',\n 'video',\n ].join() +\n ')',\n ),\n )\n .filter(e)\n .map(e)\n : []\n })(e)\n for (let e = 0; e < i.length; e++) {\n const r = vt(t, i[e], n + 1)\n if (r) return r\n }\n return null\n }\n function bt(t, e = null, n = Number, r = 'undefined' != typeof BigInt && BigInt) {\n const i = '0x' + (t.replace(/[^0-9a-fA-F]+/g, '') || 27)\n return e && r && n.isSafeInteger && !n.isSafeInteger(+i) ? (n(r(i)) % e) + e : +i\n }\n function wt(t, e = 27) {\n return !t || t % e ? t % e : [0, 1].includes(e) ? e : wt(t / e, e)\n }\n function xt(t, e, n) {\n if (!t || !t.length) return\n const r = bt(n),\n i = wt(r) + 5\n let s = (function (t, e, n) {\n let r = ''\n for (; t && n && e <= t.length; )\n ((r += t.substring(0, e)), (t = t.substring(e + 1)), (e = n))\n return r + t\n })(t, wt(r, 5), i)\n return (\n (s = s.replace(/\\x7c$/g, '==').replace(/\\x2f$/g, '=')),\n (s = atob(s)),\n (s = s.replace(/[\\x41-\\x5A]/g, '')),\n (s = (function (t, e, n) {\n const r = +('0x' + t.substring(0, 4))\n t = t.substring(4)\n const i = (bt(e, r) % r) + (n % 27),\n s = []\n for (let e = 0; e < t.length; e += 2) {\n if ('|' === t[e]) {\n const n = +('0x' + t.substring(e + 1, e + 1 + 4)) - i\n ;((e += 3), s.push(n))\n continue\n }\n const n = +('0x' + t[e] + t[e + 1]) - i\n s.push(n)\n }\n return String.fromCharCode(...s)\n })(s, e, r)),\n (s = JSON.parse(s)),\n s\n )\n }\n const At = [\n { key: 'alternate', def: !1 },\n { key: 'fill', def: 1 },\n { key: 'iterations', def: 0 },\n { key: 'direction', def: 1 },\n { key: 'speed', def: 1 },\n { key: 'fps', def: 100 },\n ]\n let _t = class {\n _svg\n _rootId\n constructor(t) {\n ;((this._id = 0),\n (this._running = !1),\n (this._rollingBack = !1),\n (this._animations = t.animations),\n (this._settings = t.animationSettings),\n t.version < '2022-05-02' && delete this._settings.speed,\n At.forEach(t => {\n this._settings[t.key] = this._settings[t.key] || t.def\n }),\n (this.duration = t.animationSettings.duration),\n (this.offset = t.animationSettings.offset || 0),\n (this.rollbackStartOffset = 0),\n (this._rootId = t.root),\n (this._svg = t.svg),\n (this._originalAnimations = t.originalAnimations),\n (this._fTC = new T(this)))\n }\n get svg() {\n return this._svg\n }\n get rootId() {\n return this._rootId\n }\n get alternate() {\n return this._settings.alternate\n }\n get fill() {\n return this._settings.fill\n }\n get iterations() {\n return this._settings.iterations\n }\n get direction() {\n return this._settings.direction\n }\n get speed() {\n return this._settings.speed\n }\n get fps() {\n return this._settings.fps\n }\n get wD() {\n return this._settings.w\n }\n get originalAnimations() {\n return this._originalAnimations\n }\n get maxFiniteDuration() {\n return this.iterations > 0 ? this.iterations * this.duration : this.duration\n }\n static build(t, e) {\n if (\n (delete t.animationSettings,\n (t.options = xt(t.options, t.root, '91c80d77')),\n t.animations.map(e => {\n ;((e.settings = xt(e.s, t.root, '91c80d77')),\n delete e.s,\n t.animationSettings || (t.animationSettings = e.settings))\n }),\n Object.assign(\n t,\n { originalAnimations: t.animations },\n (function (t, e) {\n if (((lt = e), !t || !t.root || !Array.isArray(t.animations))) return null\n const n = vt(t)\n if (!n) return null\n const r = t.animations.map(t => mt(n, t)).filter(t => !!t)\n return r.length ? { svg: n, animations: r } : null\n })(t, e),\n ),\n null == t || !t.svg)\n )\n return null\n const n = t.options || {},\n r = new this(t)\n return { el: t.svg, options: n, player: r }\n }\n static push(t) {\n return this.build(t)\n }\n static init() {\n const t = window.__SVGATOR_PLAYER__ && window.__SVGATOR_PLAYER__['91c80d77']\n Array.isArray(t) && t.splice(0).forEach(t => this.build(t))\n }\n _apply(t, e = {}) {\n const n = this._animations,\n r = n.length\n let i = 0\n for (let s = 0; s < r; s++) e[s] ? i++ : ((e[s] = n[s](t, 1)), e[s] && i++)\n return i\n }\n _rollback(t) {\n let e = 1 / 0,\n n = null\n ;((this.rollbackStartOffset = t), (this._rollingBack = !0), (this._running = !0))\n const r = i => {\n if (!this._rollingBack) return\n null == n && (n = i)\n let s = Math.round(t - (i - n) * this.speed)\n if (s > this.duration && e !== 1 / 0) {\n const t = !!this.alternate && (s / this.duration) % 2 > 1\n let e = s % this.duration\n ;((e += t ? this.duration : 0), (s = e || this.duration))\n }\n const o = (this.fps ? 1e3 / this.fps : 0) * this.speed,\n u = Math.max(0, s)\n u <= e - o && ((this.offset = u), (e = u), this._apply(u))\n const l = this.iterations > 0 && -1 === this.fill && s >= this.maxFiniteDuration\n ;((s <= 0 || this.offset < s || l) && this.stop(),\n (this._id = window.requestAnimationFrame(r)))\n }\n this._id = window.requestAnimationFrame(r)\n }\n _start(t = 0) {\n let e,\n n = -1 / 0\n const r = {}\n this._running = !0\n const i = s => {\n e ??= s\n const o = Math.round((s - e) * this.speed + t),\n u = (this.fps ? 1e3 / this.fps : 0) * this.speed\n ;(o >= n + u &&\n !this._rollingBack &&\n this._fTC.cF(s, () => {\n ;((this.offset = o), (n = o))\n if (this._apply(o, r) === this._animations.length) return (this.pause(!0), !0)\n })) ||\n (this._id = window.requestAnimationFrame(i))\n }\n this._id = window.requestAnimationFrame(i)\n }\n _pause() {\n ;(this._id && window.cancelAnimationFrame(this._id), (this._running = !1))\n }\n play() {\n if (!this._running)\n return this._rollingBack ? this._rollback(this.offset) : this._start(this.offset)\n }\n stop() {\n ;(this._pause(),\n (this.offset = 0),\n (this.rollbackStartOffset = 0),\n (this._rollingBack = !1),\n this._apply(0))\n }\n reachedToEnd() {\n return this.iterations > 0 && this.offset >= this.iterations * this.duration\n }\n restart(t = !1) {\n ;(this.stop(t), this.play(t))\n }\n pause() {\n this._pause()\n }\n toggle() {\n return this._running ? this.pause() : this.reachedToEnd() ? this.restart() : this.play()\n }\n trigger(t, e) {}\n _adjustOffset(t = !1) {\n const e = this.alternate ? 2 * this.duration : this.duration\n if (t) {\n if (!this._rollingBack && 0 === this.offset) return void (this.offset = e)\n this._rollingBack && (this.offset, this.maxFiniteDuration)\n }\n !this._rollingBack || this.rollbackStartOffset <= this.duration\n ? 0 !== this.iterations && (this.offset = Math.min(this.offset, this.maxFiniteDuration))\n : ((this.offset =\n this.rollbackStartOffset - ((this.rollbackStartOffset - this.offset) % e)),\n (this.rollbackStartOffset = 0))\n }\n reverse(t = !1) {\n if (!this._running)\n return (\n this._adjustOffset(t),\n (this._rollingBack = !this._rollingBack),\n t && this.play(!1),\n void this.trigger('reverse', this.offset)\n )\n ;(this.pause(!1, !1),\n this._adjustOffset(),\n (this._rollingBack = !this._rollingBack),\n this.play(!1),\n this.trigger('reverse', this.offset))\n }\n }\n function kt(t) {\n return n(t) + ''\n }\n function St(t, e = ' ') {\n return t && t.length ? t.map(kt).join(e) : ''\n }\n function Et(t) {\n return kt(t.x) + ',' + kt(t.y)\n }\n function It(t) {\n return t\n ? null == t.a || t.a >= 1\n ? (function (t) {\n if (!t) return 'transparent'\n const e = t => parseInt(t).toString(16).padStart(2, '0')\n return (function (t) {\n const e = []\n let n = '#' === t[0] ? e.push('#') : 0\n for (; n < t.length; n += 2) {\n if (t[n] !== t[n + 1]) return t\n e.push(t[n])\n }\n return e.join('')\n })('#' + e(t.r) + e(t.g) + e(t.b) + (null == t.a || t.a >= 1 ? '' : e(255 * t.a)))\n })(t)\n : 'rgba(' + t.r + ',' + t.g + ',' + t.b + ',' + t.a + ')'\n : 'transparent'\n }\n function Ot(t) {\n return t ? 'url(#' + t + ')' : 'none'\n }\n !(function () {\n for (\n var t = 0, e = ['ms', 'moz', 'webkit', 'o'], n = 0;\n n < e.length && !window.requestAnimationFrame;\n ++n\n )\n ((window.requestAnimationFrame = window[e[n] + 'RequestAnimationFrame']),\n (window.cancelAnimationFrame =\n window[e[n] + 'CancelAnimationFrame'] || window[e[n] + 'CancelRequestAnimationFrame']))\n window.requestAnimationFrame ||\n ((window.requestAnimationFrame = function (e) {\n var n = Date.now(),\n r = Math.max(0, 16 - (n - t)),\n i = window.setTimeout(function () {\n e(n + r)\n }, r)\n return ((t = n + r), i)\n }),\n (window.cancelAnimationFrame = window.clearTimeout))\n })()\n var Mt = {\n f: null,\n i: Z,\n u: (t, e) => n => {\n const r = e(n)\n ;(t.setAttribute('rx', kt(r.x)), t.setAttribute('ry', kt(r.y)))\n },\n },\n Bt = {\n f: null,\n i: function (t, e, n) {\n return 0 === t\n ? e\n : 1 === t\n ? n\n : { width: X(t, e.width, n.width), height: X(t, e.height, n.height) }\n },\n u: (t, e) => n => {\n const r = e(n)\n ;(t.setAttribute('width', kt(r.width)), t.setAttribute('height', kt(r.height)))\n },\n }\n let Nt = {},\n jt = null\n function Tt(t) {\n let e = (function () {\n if (jt) return jt\n if ('object' != typeof document || !document.createElementNS) return {}\n let t = document.createElementNS('http://www.w3.org/2000/svg', 'svg')\n return t && t.style\n ? ((t.style.position = 'absolute'),\n (t.style.opacity = '0.01'),\n (t.style.zIndex = '-9999'),\n (t.style.left = '-9999px'),\n (t.style.width = '1px'),\n (t.style.height = '1px'),\n (jt = { svg: t }),\n jt)\n : {}\n })().svg\n if (!e)\n return function (t) {\n return null\n }\n let n = document.createElementNS(e.namespaceURI, 'path')\n ;(n.setAttributeNS(null, 'd', t),\n n.setAttributeNS(null, 'fill', 'none'),\n n.setAttributeNS(null, 'stroke', 'none'),\n e.appendChild(n))\n let r = n.getTotalLength()\n return function (t) {\n let e = n.getPointAtLength(r * t)\n return { x: e.x, y: e.y }\n }\n }\n function Pt(t, e, n, r, i = 1) {\n let s = (function (t) {\n return Nt[t] ? Nt[t] : (Nt[t] = Tt(t))\n })(\n (function (t, e, n, r) {\n if (!t || !r) return !1\n let i = ['M', t.x, t.y]\n if (\n (e && n && (i.push('C'), i.push(e.x), i.push(e.y), i.push(n.x), i.push(n.y)),\n e ? !n : n)\n ) {\n let t = e || n\n ;(i.push('Q'), i.push(t.x), i.push(t.y))\n }\n return (e || n || i.push('L'), i.push(r.x), i.push(r.y), i.join(' '))\n })(t, e, n, r),\n )\n try {\n return s(i)\n } catch (t) {\n return null\n }\n }\n function Ft(t, e, n) {\n return t + (e - t) * n\n }\n function Rt(t, e, n, r = !1) {\n const i = { x: Ft(t.x, e.x, n), y: Ft(t.y, e.y, n) }\n return (\n r &&\n (i.a = (function (t, e) {\n return Math.atan2(e.y - t.y, e.x - t.x)\n })(t, e)),\n i\n )\n }\n function Ct(t, e, n, r) {\n const i = 1 - r\n return i * i * t + 2 * i * r * e + r * r * n\n }\n function Vt(t, e, n, r) {\n return 2 * (1 - r) * (e - t) + 2 * r * (n - e)\n }\n function Dt(t, e, n, r, i = !1) {\n let s = Pt(t, e, null, n, r)\n return (\n s || (s = { x: Ct(t.x, e.x, n.x, r), y: Ct(t.y, e.y, n.y, r) }),\n i &&\n (s.a = (function (t, e, n, r) {\n return Math.atan2(Vt(t.y, e.y, n.y, r), Vt(t.x, e.x, n.x, r))\n })(t, e, n, r)),\n s\n )\n }\n function $t(t, e, n, r, i) {\n const s = i * i\n return i * s * (r - t + 3 * (e - n)) + 3 * s * (t + n - 2 * e) + 3 * i * (e - t) + t\n }\n function qt(t, e, n, r, i) {\n const s = 1 - i\n return 3 * (s * s * (e - t) + 2 * s * i * (n - e) + i * i * (r - n))\n }\n function Lt(t, e, n, r, i, s = !1) {\n let o = Pt(t, e, n, r, i)\n return (\n o || (o = { x: $t(t.x, e.x, n.x, r.x, i), y: $t(t.y, e.y, n.y, r.y, i) }),\n s &&\n (o.a = (function (t, e, n, r, i) {\n return Math.atan2(qt(t.y, e.y, n.y, r.y, i), qt(t.x, e.x, n.x, r.x, i))\n })(t, e, n, r, i)),\n o\n )\n }\n function zt(t, e, n, r = !1) {\n if (Wt(e)) {\n if (Yt(n)) return Dt(e, n.start, n, t, r)\n } else if (Wt(n)) {\n if (Ut(e)) return Dt(e, e.end, n, t, r)\n } else {\n if (Ut(e)) return Yt(n) ? Lt(e, e.end, n.start, n, t, r) : Dt(e, e.end, n, t, r)\n if (Yt(n)) return Dt(e, n.start, n, t, r)\n }\n return Rt(e, n, t, r)\n }\n function Gt(t, e, n) {\n const r = zt(t, e, n, !0)\n return (\n (r.a = o(\n (function (t, e = !1) {\n return e ? t + Math.PI : t\n })(r.a),\n )),\n r\n )\n }\n function Wt(t) {\n return !t.type || 'corner' === t.type\n }\n function Yt(t) {\n return null != t.start && !Wt(t)\n }\n function Ut(t) {\n return null != t.end && !Wt(t)\n }\n const Ht = new (class {\n constructor(t = 1, e = 0, n = 0, r = 1, i = 0, s = 0) {\n ;((this.m = [t, e, n, r, i, s]), (this.i = null), (this.w = null), (this.s = null))\n }\n get determinant() {\n const t = this.m\n return t[0] * t[3] - t[1] * t[2]\n }\n get isIdentity() {\n if (null === this.i) {\n const t = this.m\n this.i = 1 === t[0] && 0 === t[1] && 0 === t[2] && 1 === t[3] && 0 === t[4] && 0 === t[5]\n }\n return this.i\n }\n point(t, e) {\n const n = this.m\n return { x: n[0] * t + n[2] * e + n[4], y: n[1] * t + n[3] * e + n[5] }\n }\n translateSelf(t = 0, e = 0) {\n if (!t && !e) return this\n const n = this.m\n return (\n (n[4] += n[0] * t + n[2] * e),\n (n[5] += n[1] * t + n[3] * e),\n (this.w = this.s = this.i = null),\n this\n )\n }\n rotateSelf(t = 0) {\n if ((t %= 360)) {\n t = s(t)\n const e = $(t),\n n = q(t),\n r = this.m,\n i = r[0],\n o = r[1]\n ;((r[0] = i * n + r[2] * e),\n (r[1] = o * n + r[3] * e),\n (r[2] = r[2] * n - i * e),\n (r[3] = r[3] * n - o * e),\n (this.w = this.s = this.i = null))\n }\n return this\n }\n scaleSelf(t = 1, e = 1) {\n if (1 !== t || 1 !== e) {\n const n = this.m\n ;((n[0] *= t), (n[1] *= t), (n[2] *= e), (n[3] *= e), (this.w = this.s = this.i = null))\n }\n return this\n }\n skewSelf(t, e) {\n if (((e %= 360), (t %= 360) || e)) {\n const n = this.m,\n r = n[0],\n i = n[1],\n o = n[2],\n u = n[3]\n ;(t && ((t = G(s(t))), (n[2] += r * t), (n[3] += i * t)),\n e && ((e = G(s(e))), (n[0] += o * e), (n[1] += u * e)),\n (this.w = this.s = this.i = null))\n }\n return this\n }\n resetSelf(t = 1, e = 0, n = 0, r = 1, i = 0, s = 0) {\n const o = this.m\n return (\n (o[0] = t),\n (o[1] = e),\n (o[2] = n),\n (o[3] = r),\n (o[4] = i),\n (o[5] = s),\n (this.w = this.s = this.i = null),\n this\n )\n }\n recomposeSelf(t = null, e = null, n = null, r = null, i = null) {\n return (\n this.isIdentity || this.resetSelf(),\n t && (t.x || t.y) && this.translateSelf(t.x, t.y),\n e && this.rotateSelf(e),\n n && (n.x && this.skewSelf(n.x, 0), n.y && this.skewSelf(0, n.y)),\n !r || (1 === r.x && 1 === r.y) || this.scaleSelf(r.x, r.y),\n i && (i.x || i.y) && this.translateSelf(i.x, i.y),\n this\n )\n }\n decompose(t = 0, e = 0) {\n const r = this.m,\n i = r[0] * r[0] + r[1] * r[1],\n s = [\n [r[0], r[1]],\n [r[2], r[3]],\n ]\n let u = Y(i)\n if (0 === u)\n return {\n origin: { x: n(r[4]), y: n(r[5]) },\n translate: { x: n(t), y: n(e) },\n scale: { x: 0, y: 0 },\n skew: { x: 0, y: 0 },\n rotate: 0,\n }\n ;((s[0][0] /= u), (s[0][1] /= u))\n const l = r[0] * r[3] - r[1] * r[2] < 0\n l && (u = -u)\n let a = s[0][0] * s[1][0] + s[0][1] * s[1][1]\n ;((s[1][0] -= s[0][0] * a), (s[1][1] -= s[0][1] * a))\n let c,\n f = Y(s[1][0] * s[1][0] + s[1][1] * s[1][1])\n return 0 === f\n ? {\n origin: { x: n(r[4]), y: n(r[5]) },\n translate: { x: n(t), y: n(e) },\n scale: { x: n(u), y: 0 },\n skew: { x: 0, y: 0 },\n rotate: 0,\n }\n : ((s[1][0] /= f),\n (s[1][1] /= f),\n (a /= f),\n s[1][1] < 0 ? ((c = o(L(s[1][1]))), s[0][1] < 0 && (c = 360 - c)) : (c = o(z(s[0][1]))),\n l && (c = -c),\n (a = o(W(a, Y(s[0][0] * s[0][0] + s[0][1] * s[0][1])))),\n l && (a = -a),\n {\n origin: { x: n(r[4]), y: n(r[5]) },\n translate: { x: n(t), y: n(e) },\n scale: { x: n(u), y: n(f) },\n skew: { x: n(a), y: 0 },\n rotate: n(c),\n })\n }\n multiply(t) {\n return this.clone().multiplySelf(t)\n }\n preMultiply(t) {\n return t.multiply(this)\n }\n multiplySelf(t) {\n const { a: e, b: n, c: r, d: i, tx: s, ty: o } = U(this.m, t.m)\n return (this.resetSelf(e, n, r, i, s, o), this)\n }\n preMultiplySelf(t) {\n const { a: e, b: n, c: r, d: i, tx: s, ty: o } = U(t.m, this.m)\n return (this.resetSelf(e, n, r, i, s, o), this)\n }\n clone() {\n const t = this.m\n return new this.constructor(t[0], t[1], t[2], t[3], t[4], t[5])\n }\n static create(t) {\n return t\n ? Array.isArray(t)\n ? new this(...t)\n : t instanceof this\n ? t.clone()\n : new this().recomposeSelf(t.origin, t.rotate, t.skew, t.scale, t.translate)\n : new this()\n }\n toString(t = ' ', e = !1) {\n if (null === this.s) {\n let r = this.m.map(t => n(t))\n e || 1 !== r[0] || 0 !== r[1] || 0 !== r[2] || 1 !== r[3]\n ? (this.s = 'matrix(' + r.join(t) + ')')\n : (this.s = 'translate(' + r[4] + t + r[5] + ')')\n }\n return this.s\n }\n })()\n var Jt = {\n f: function (t) {\n return t ? t.join(' ') : ''\n },\n i: function (t, e, n) {\n if (0 === t) return e\n if (1 === t) return n\n let r = e.length\n if (r !== n.length) return H(t, e, n)\n let i,\n s = new Array(r)\n for (let o = 0; o < r; o++) {\n if (((i = typeof e[o]), i !== typeof n[o])) return H(t, e, n)\n if ('number' === i) s[o] = J(t, e[o], n[o])\n else {\n if (e[o] !== n[o]) return H(t, e, n)\n s[o] = e[o]\n }\n }\n return s\n },\n },\n Xt = { f: St, i: nt },\n Kt = {\n f: null,\n i: nt,\n u: (t, e) => n => {\n const r = e(n)\n ;(t.setAttribute('x1', kt(r[0])),\n t.setAttribute('y1', kt(r[1])),\n t.setAttribute('x2', kt(r[2])),\n t.setAttribute('y2', kt(r[3])))\n },\n },\n Qt = { f: kt, i: J },\n Zt = { f: kt, i: K },\n te = {\n f: function (t, e = ' ') {\n return (t && t.length > 0 && (t = t.map(t => n(t, 4))), St(t, e))\n },\n i: function (t, e, r) {\n let i = e.length,\n s = r.length\n if (i !== s)\n if (0 === i) ((i = s), (e = rt(i, 0)))\n else if (0 === s) ((s = i), (r = rt(i, 0)))\n else {\n const t = (function (t, e) {\n const n =\n (t * e) /\n (function (t, e) {\n let n\n for (; e; ) ((n = e), (e = t % e), (t = n))\n return t || 1\n })(t, e)\n return n < 0 ? -n : n\n })(i, s)\n ;((e = it(e, Math.floor(t / i))), (r = it(r, Math.floor(t / s))), (i = s = t))\n }\n let o = []\n for (let s = 0; s < i; s++) o.push(n(X(t, e[s], r[s])))\n return o\n },\n },\n ee = { f: kt, i: J }\n function ne(t, e, r) {\n return t.map(t =>\n (function (t, e, r) {\n let i = t.v\n if (!i || 'g' !== i.t || i.s || !i.v || !i.r) return t\n const s = r.getElementById(i.r),\n o = (s && s.querySelectorAll('stop')) || []\n return (\n (i.s = i.v.map((t, e) => {\n let r = o[e] && o[e].getAttribute('offset')\n return ((r = n(parseInt(r) / 100)), { c: t, o: r })\n })),\n delete i.v,\n t\n )\n })(t, 0, r),\n )\n }\n const re = {\n gt: 'gradientTransform',\n c: { x: 'cx', y: 'cy' },\n rd: 'r',\n f: { x: 'x1', y: 'y1' },\n to: { x: 'x2', y: 'y2' },\n }\n function ie(t, e, n, r, i, s, o, u) {\n return (\n ne(t, 0, u),\n (e = (function (t, e, n) {\n let r, i, s\n const o = t.length - 1,\n u = {}\n for (let l = 0; l <= o; l++)\n ((r = t[l]),\n r.e && (r.e = e(r.e)),\n r.v &&\n ((i = r.v),\n 'g' === i.t &&\n i.r &&\n ((s = n.getElementById(i.r)),\n s && (u[i.r] = { e: s, s: s.querySelectorAll('stop') }))))\n return u\n })(t, r, u)),\n r => {\n const i = n(r, t, se)\n if (!i) return 'none'\n if ('c' === i.t) return It(i.v)\n if ('g' === i.t) {\n if (!e[i.r]) return Ot(i.r)\n const t = e[i.r]\n return (\n (function (t, e) {\n let n = t.s\n for (let r = n.length; r < e.length; r++) {\n const e = n[n.length - 1].cloneNode()\n ;((e.id = le(e.id)), t.e.appendChild(e), (n = t.s = t.e.querySelectorAll('stop')))\n }\n for (let t = 0, r = n.length, i = e.length - 1; t < r; t++)\n (n[t].setAttribute('stop-color', It(e[Math.min(t, i)].c)),\n n[t].setAttribute('offset', e[Math.min(t, i)].o))\n })(t, i.s),\n Object.keys(re).forEach(e => {\n if (void 0 === i[e]) return\n if ('object' == typeof re[e])\n return void Object.keys(re[e]).forEach(n => {\n if (void 0 === i[e][n]) return\n const r = i[e][n],\n s = re[e][n]\n t.e.setAttribute(s, r)\n })\n const n =\n 'gt' === e\n ? ((r = i[e]), Array.isArray(r) ? 'matrix(' + r.join(' ') + ')' : '')\n : i[e]\n var r\n const s = re[e]\n t.e.setAttribute(s, n)\n }),\n Ot(i.r)\n )\n }\n return 'none'\n }\n )\n }\n function se(t, e, n) {\n if (0 === t) return e\n if (1 === t) return n\n if (e && n) {\n const r = e.t\n if (r === n.t)\n switch (e.t) {\n case 'c':\n return { t: r, v: et(t, e.v, n.v) }\n case 'g':\n if (e.r === n.r) {\n const i = { t: r, s: oe(t, e.s, n.s), r: e.r }\n return (\n e.gt && n.gt && (i.gt = nt(t, e.gt, n.gt)),\n e.c\n ? ((i.c = Q(t, e.c, n.c)), (i.rd = X(t, e.rd, n.rd)))\n : e.f && ((i.f = Q(t, e.f, n.f)), (i.to = Q(t, e.to, n.to))),\n i\n )\n }\n }\n if (('c' === e.t && 'g' === n.t) || ('c' === n.t && 'g' === e.t)) {\n const r = 'c' === e.t ? e : n,\n i = 'g' === e.t ? { ...e } : { ...n },\n s = i.s.map(t => ({ c: r.v, o: t.o }))\n return ((i.s = 'c' === e.t ? oe(t, s, i.s) : oe(t, i.s, s)), i)\n }\n }\n return H(t, e, n)\n }\n function oe(t, e, n) {\n if (e.length === n.length) return e.map((e, r) => ue(t, e, n[r]))\n const r = Math.max(e.length, n.length),\n i = []\n for (let s = 0; s < r; s++) {\n const r = ue(t, e[Math.min(s, e.length - 1)], n[Math.min(s, n.length - 1)])\n i.push(r)\n }\n return i\n }\n function ue(t, e, n) {\n return { o: K(t, e.o, n.o || 0), c: et(t, e.c, n.c || {}) }\n }\n function le(t) {\n return t.replace(/-fill-([0-9]+)$/, (t, e) => '-fill-' + (+e + 1))\n }\n function ae(t, e, n) {\n return 0 === t\n ? e\n : 1 === t\n ? n\n : {\n blur: Z(t, e.blur, n.blur),\n offset: Q(t, e.offset, n.offset),\n color: et(t, e.color, n.color),\n }\n }\n const ce = {\n blur: Z,\n brightness: X,\n contrast: X,\n 'drop-shadow': ae,\n 'inner-shadow': ae,\n grayscale: X,\n 'hue-rotate': J,\n invert: X,\n opacity: X,\n saturate: X,\n sepia: X,\n }\n function fe(t, e, n) {\n if (0 === t) return e\n if (1 === t) return n\n const r = e.length\n if (r !== n.length) return H(t, e, n)\n const i = []\n let s\n for (let o = 0; o < r; o++) {\n if (e[o].type !== n[o].type) return e\n if (((s = ce[e[o].type]), !s)) return H(t, e, n)\n i.push({ type: e.type, value: s(t, e[o].value, n[o].value) })\n }\n return i\n }\n const he = {\n blur: t =>\n t\n ? e => {\n t.setAttribute('stdDeviation', Et(e))\n }\n : null,\n brightness: (t, e, n) =>\n (t = ge(n, e))\n ? e => {\n ;((e = kt(e)), t.map(t => t.setAttribute('slope', e)))\n }\n : null,\n contrast: (t, e, n) =>\n (t = ge(n, e))\n ? e => {\n const n = kt((1 - e) / 2)\n ;((e = kt(e)),\n t.map(t => {\n ;(t.setAttribute('slope', e), t.setAttribute('intercept', n))\n }))\n }\n : null,\n 'drop-shadow'(t, e, n) {\n const r = n.getElementById(e + '-blur')\n if (!r) return null\n const i = n.getElementById(e + '-offset')\n if (!i) return null\n const s = n.getElementById(e + '-flood')\n return s\n ? t => {\n ;(r.setAttribute('stdDeviation', Et(t.blur)),\n i.setAttribute('dx', kt(t.offset.x)),\n i.setAttribute('dy', kt(t.offset.y)),\n s.setAttribute('flood-color', It(t.color)))\n }\n : null\n },\n 'inner-shadow'(t, e, n) {\n const r = n.getElementById(e + '-blur')\n if (!r) return null\n const i = n.getElementById(e + '-offset')\n if (!i) return null\n const s = n.getElementById(e + '-color-matrix')\n return s\n ? t => {\n ;(r.setAttribute('stdDeviation', Et(t.blur)),\n i.setAttribute('dx', kt(t.offset.x)),\n i.setAttribute('dy', kt(t.offset.y)))\n const e = [\n 0,\n 0,\n 0,\n 0,\n t.color.r / 255,\n 0,\n 0,\n 0,\n 0,\n t.color.g / 255,\n 0,\n 0,\n 0,\n 0,\n t.color.b / 255,\n 0,\n 0,\n 0,\n t.color.a,\n 0,\n ]\n s.setAttribute('values', St(e))\n }\n : null\n },\n grayscale: t =>\n t\n ? e => {\n t.setAttribute(\n 'values',\n St(\n (function (t) {\n return [\n 0.2126 + 0.7874 * (t = 1 - t),\n 0.7152 - 0.7152 * t,\n 0.0722 - 0.0722 * t,\n 0,\n 0,\n 0.2126 - 0.2126 * t,\n 0.7152 + 0.2848 * t,\n 0.0722 - 0.0722 * t,\n 0,\n 0,\n 0.2126 - 0.2126 * t,\n 0.7152 - 0.7152 * t,\n 0.0722 + 0.9278 * t,\n 0,\n 0,\n 0,\n 0,\n 0,\n 1,\n 0,\n ]\n })(e),\n ),\n )\n }\n : null,\n 'hue-rotate': t => (t ? e => t.setAttribute('values', kt(e)) : null),\n invert: (t, e, n) =>\n (t = ge(n, e))\n ? e => {\n ;((e = kt(e) + ' ' + kt(1 - e)), t.map(t => t.setAttribute('tableValues', e)))\n }\n : null,\n opacity: (t, e, n) =>\n (t = n.getElementById(e + '-A')) ? e => t.setAttribute('tableValues', '0 ' + kt(e)) : null,\n saturate: t => (t ? e => t.setAttribute('values', kt(e)) : null),\n sepia: t =>\n t\n ? e =>\n t.setAttribute(\n 'values',\n St(\n (function (t) {\n return [\n 0.393 + 0.607 * (t = 1 - t),\n 0.769 - 0.769 * t,\n 0.189 - 0.189 * t,\n 0,\n 0,\n 0.349 - 0.349 * t,\n 0.686 + 0.314 * t,\n 0.168 - 0.168 * t,\n 0,\n 0,\n 0.272 - 0.272 * t,\n 0.534 - 0.534 * t,\n 0.131 + 0.869 * t,\n 0,\n 0,\n 0,\n 0,\n 0,\n 1,\n 0,\n ]\n })(e),\n ),\n )\n : null,\n }\n const de = ['R', 'G', 'B']\n function ge(t, e) {\n const n = de.map(n => t.getElementById(e + '-' + n) || null)\n return -1 !== n.indexOf(null) ? null : n\n }\n var pe = {\n fill: ie,\n 'fill-opacity': Zt,\n stroke: ie,\n 'stroke-opacity': Zt,\n 'stroke-width': Qt,\n 'stroke-dashoffset': ee,\n 'stroke-dasharray': te,\n opacity: Zt,\n transform: function (t, e, n, r) {\n if (\n !(t = (function (t, e) {\n if (!t || 'object' != typeof t) return null\n let n = !1\n for (const r in t)\n t.hasOwnProperty(r) &&\n (t[r] && t[r].length\n ? (t[r].forEach(t => {\n t.e && (t.e = e(t.e))\n }),\n (n = !0))\n : delete t[r])\n return n ? t : null\n })(t, r))\n )\n return null\n const i = (r, i, s, o = null) => (t[r] ? n(i, t[r], s) : e && e[r] ? e[r] : o)\n return e && e.a && t.o\n ? e => {\n const r = n(e, t.o, Gt)\n return Ht.recomposeSelf(\n r,\n i('r', e, J, 0) + r.a,\n i('k', e, Q),\n i('s', e, Q),\n i('t', e, Q),\n ).toString()\n }\n : t =>\n Ht.recomposeSelf(\n i('o', t, zt, null),\n i('r', t, J, 0),\n i('k', t, Q),\n i('s', t, Q),\n i('t', t, Q),\n ).toString()\n },\n '#filter': function (t, e, n, r, i, s, o, u) {\n if (!e.items || !t || !t.length) return null\n const l = (function (t, e) {\n t = t.map(t =>\n t && he[t[0]]\n ? (e.getElementById(t[1]), he[t[0]](e.getElementById(t[1]), t[1], e))\n : null,\n )\n const n = t.length\n return e => {\n for (let r = 0; r < n; r++) t[r] && t[r](e[r].value)\n }\n })(e.items, u)\n return l\n ? ((t = (function (t, e) {\n return t.map(t => ((t.e = e(t.e)), t))\n })(t, r)),\n e => {\n l(n(e, t, fe))\n })\n : null\n },\n '#line': Kt,\n points: Xt,\n d: Jt,\n r: Qt,\n '#size': Bt,\n '#radius': Mt,\n _(t, e) {\n if (Array.isArray(t)) for (let n = 0; n < t.length; n++) this[t[n]] = e\n else this[t] = e\n },\n }\n const ye = {\n currentTime: 'offset',\n duration: 'duration',\n hasEnded: function () {\n return this.reachedToEnd()\n },\n isAlternate: 'alternate',\n isPlaying: '_running',\n isRollingBack: '_rollingBack',\n state: function (t, e) {\n return e.isPlaying\n ? e.isRollingBack\n ? 'rollback'\n : 'playing'\n : e.hasEnded\n ? 'ended'\n : 'paused'\n },\n totalTime: 'maxFiniteDuration',\n iterations: 'iterations',\n direction: 'direction',\n fill: 'fill',\n isReversed: function (t, e) {\n return -1 === e.direction\n },\n isBackwards: function (t, e) {\n return -1 === e.fill\n },\n isInfinite: function (t, e) {\n return 0 === e.iterations\n },\n speed: 'speed',\n fps: 'fps',\n },\n me = {\n destruct: 'destruct',\n pause: 'pause',\n play: function (t, e) {\n return ve(t, e.hasEnded ? 'restart' : 'play', e)\n },\n restart: 'restart',\n reverse: function (t, e) {\n return ve(t, 'reverse', e, [!0])\n },\n seek: 'seek',\n seekBy: 'seekBy',\n seekTo: 'seekTo',\n stop: 'stop',\n toggle: 'toggle',\n togglePlay: 'toggle',\n set: 'set',\n }\n function ve(t, e, n, r = []) {\n return function () {\n const i = [...arguments]\n return (i.unshift(...r), t[e].call(t, ...i), n)\n }\n }\n class be {\n constructor(t) {\n const e = {},\n n = ['on', 'off'],\n r = {\n get: function (t, r, i) {\n return ye[r]\n ? 'function' == typeof ye[r]\n ? ye[r].call(t, t, i)\n : t[ye[r]]\n : me[r]\n ? 'function' == typeof me[r]\n ? me[r].call(t, t, i)\n : ve(t, me[r], i)\n : -1 !== n.indexOf(r)\n ? e[r]\n : 'ready' === r\n ? t => (t && t.call(i, i), i)\n : void 0\n },\n set: function (t, r, i) {\n return -1 !== n.indexOf(r) && (e[r] = i)\n },\n ownKeys: function (t) {\n return Object.keys(ye)\n },\n has: function (t, e) {\n return void 0 !== ye[e]\n },\n }\n if ('function' == typeof Proxy) return new Proxy(t, r)\n const i = Object.keys(ye).concat(Object.keys(me)).concat(n),\n s = {}\n return (\n i.forEach(e => {\n const i = { enumerable: !1, configurable: !1, get: () => r.get(t, e, s) }\n ;(-1 !== n.indexOf(e) && (i.set = n => r.set(t, e, n)), Object.defineProperty(s, e, i))\n }),\n s\n )\n }\n }\n function we(t) {\n t || (t = this)\n let e = {}\n ;((this.on = function (t, n, r = !1) {\n return (\n 'function' == typeof n &&\n (t\n .split(/[, ]+/g)\n .forEach(t => ((e[t] = e[t] || []), r ? e[t].unshift(n) : e[t].push(n))),\n !0)\n )\n }),\n (this.off = function (t, n) {\n for (let r in e)\n if (e.hasOwnProperty(r) && r.substr(0, t.length) === t)\n if (n) for (let t = 0; t < e[r].length; t++) e[r][t] === n && (e[r][t] = null)\n else e[r] = null\n }),\n (this.trigger = function () {\n let n,\n [r, ...i] = [...arguments]\n t: for (let s in e)\n if (e.hasOwnProperty(s) && e[s] && (s === r || s.substr(0, r.length + 1) === r + '.'))\n for (let r = 0; r < (e[s] || []).length; r++)\n if (e[s][r] && ((n = e[s][r].apply(t, i)), !1 === n)) break t\n return n\n }))\n }\n let xe = function (t, e, n = n) {\n let r = !1,\n i = null\n return function (s) {\n ;(r && clearTimeout(r),\n (r = setTimeout(\n () =>\n (function () {\n let s = 0,\n o = n.innerHeight,\n u = 0,\n l = n.innerWidth,\n a = t.parentNode\n for (; a instanceof Element; ) {\n let t = n.getComputedStyle(a)\n if ('visible' !== t.overflowY || 'visible' !== t.overflowX) {\n let e = a.getBoundingClientRect()\n ;('visible' !== t.overflowY &&\n ((s = Math.max(s, e.top)), (o = Math.min(o, e.bottom))),\n 'visible' !== t.overflowX &&\n ((u = Math.max(u, e.left)), (l = Math.min(l, e.right))))\n }\n if (a === a.parentNode) break\n a = a.parentNode\n }\n r = !1\n let c = t.getBoundingClientRect(),\n f = Math.min(c.height, Math.max(0, s - c.top)),\n h = Math.min(c.height, Math.max(0, c.bottom - o)),\n d = Math.min(c.width, Math.max(0, u - c.left)),\n g = Math.min(c.width, Math.max(0, c.right - l)),\n p = (c.height - f - h) / c.height,\n y = (c.width - d - g) / c.width,\n m = Math.round(p * y * 100)\n ;(null !== i && i === m) || ((i = m), e(m))\n })(),\n 100,\n )))\n }\n }\n class Ae {\n constructor(t, e, n) {\n const r = (function (t) {\n var e\n const n =\n t &&\n 1 ===\n (null === (e = t.ownerDocument) ||\n void 0 === e ||\n null === (e = e.childNodes) ||\n void 0 === e\n ? void 0\n : e.length) &&\n window.parent !== window,\n r = { el: t, window: window }\n if (!n) return r\n let i\n try {\n i = window.parent.document\n } catch (t) {\n return r\n }\n return (\n (r.window = window.parent),\n (r.el =\n Array.from(i.querySelectorAll('iframe,object')).filter(\n t => t.contentWindow === window,\n )[0] || r.el),\n r\n )\n })(t)\n ;((e = Math.max(1, e || 1)),\n (e = Math.min(e, 100)),\n (this.el = r.el),\n (this._handlers = []),\n (this.onThresholdChange = n && n.call ? n : () => {}),\n (this.thresholdPercent = e || 1),\n (this.currentVisibility = null),\n (this.visibilityCalculator = xe(this.el, this.onVisibilityUpdate.bind(this), r.window)),\n this.bindScrollWatchers(),\n this.visibilityCalculator())\n }\n bindScrollWatchers() {\n let t = this.el.parentNode\n for (\n ;\n t &&\n (this._handlers.push({\n element: t,\n event: 'scroll',\n handler: this.visibilityCalculator,\n }),\n t.addEventListener('scroll', this.visibilityCalculator),\n t !== t.parentNode && t !== document);\n )\n t = t.parentNode\n }\n onVisibilityUpdate(t) {\n let e = this.currentVisibility >= this.thresholdPercent,\n n = t >= this.thresholdPercent\n if (null === this.currentVisibility || e !== n)\n return ((this.currentVisibility = t), void this.onThresholdChange(n))\n this.currentVisibility = t\n }\n destruct() {\n this._handlers.forEach(t => {\n t.element.removeEventListener(t.event, t.handler)\n })\n }\n }\n class _e {\n static adjustLink(t) {\n var e\n const n =\n t &&\n 1 ===\n (null === (e = t.ownerDocument) ||\n void 0 === e ||\n null === (e = e.childNodes) ||\n void 0 === e\n ? void 0\n : e.length) &&\n window.parent !== window,\n r = null == t ? void 0 : t.firstElementChild\n n &&\n r &&\n 'a' === r.tagName &&\n !r.getAttribute('target') &&\n r.setAttributeNS(null, 'target', '_parent')\n }\n static autoPlay(t, e, n, r = []) {\n if ('click' === n.start) {\n const i = () => {\n switch (n.click) {\n case 'freeze':\n return !t._running && t.reachedToEnd() ? t.restart() : t.toggle()\n case 'restart':\n return t.offset > 0 ? t.restart() : t.play()\n case 'reverse':\n return t._running\n ? t.reverse()\n : t.reachedToEnd()\n ? 1 === t.fill\n ? t.reverse(!0)\n : t.restart()\n : t.play()\n default:\n if (t._running) return\n return t.reachedToEnd() ? t.restart() : t.play()\n }\n }\n return (\n r.push({ element: e, event: 'click', handler: i }),\n void e.addEventListener('click', i)\n )\n }\n if ('hover' === n.start) {\n const i = () => (t.reachedToEnd() ? t.restart() : t._rollingBack ? t.reverse() : t.play())\n ;(r.push({ element: e, event: 'mouseenter', handler: i }),\n e.addEventListener('mouseenter', i))\n const s = () => {\n switch (n.hover) {\n case 'freeze':\n return t.pause()\n case 'reset':\n return t.stop()\n case 'reverse':\n if ((t.reverse(), t._running)) return\n return t.play()\n default:\n return\n }\n }\n return (\n r.push({ element: e, event: 'mouseleave', handler: s }),\n void e.addEventListener('mouseleave', s)\n )\n }\n if ('scroll' === n.start) {\n const i = new Ae(e, n.scroll || 25, function (e) {\n e ? (t.reachedToEnd() ? t.restart() : t.play()) : t.pause()\n })\n return void r.push({ callback: () => i.destruct() })\n }\n 'programmatic' !== n.start && t.play()\n }\n }\n const ke = !0,\n Se = ['iterations', 'speed', 'fps', 'direction', 'fill', 'alternate']\n class Ee extends _t {\n constructor(t) {\n ;(super(t), (this._handlers = []))\n }\n static build(t) {\n var e, n\n let r = super.build(t, pe)\n if (!r) return null\n let { el: i, options: s, player: o } = r\n const u = new be(o),\n l = new we(u)\n ;((u.on = l.on), (u.off = l.off), (o.trigger = l.trigger))\n const a =\n null == i ||\n null === (e = i.svgatorPlayer) ||\n void 0 === e ||\n null === (e = e.ready) ||\n void 0 === e ||\n null === (n = e.call) ||\n void 0 === n\n ? void 0\n : n.call(e)\n ;((i.svgatorPlayer = u),\n _e.adjustLink(i),\n _e.autoPlay(o, i, s, o._handlers),\n (function (t, e, n) {\n let r\n 'function' == typeof Event\n ? (r = new Event('ready'))\n : ((r = document.createEvent('Event')), r.initEvent('ready', !0, !0))\n if ((t.dispatchEvent(r), !n || !n.length)) return\n n.forEach(t => e.ready(t))\n })(i, i.svgatorPlayer, a))\n }\n play(t = true) {\n const e = super.play()\n return (t === ke && this.trigger('play', this.offset), e)\n }\n pause(t = !1, e = true) {\n const n = super.pause()\n return (e === ke && this.trigger(t ? 'end' : 'pause', this.offset), n)\n }\n restart() {\n const t = super.restart(!1)\n return (this.trigger('restart', this.offset), t)\n }\n stop(t = true) {\n const e = super.stop()\n return (t === ke && this.trigger('stop', this.offset), e)\n }\n _apply(t, e = {}, n = true) {\n const r = super._apply(t)\n if (n === ke) {\n const e = () => this.trigger('keyframe', t)\n window.requestAnimationFrame(e)\n }\n return r\n }\n seekTo(t) {\n const e = this._running\n var n, r, i\n ;(e && this.pause(!1, !1),\n (this.offset =\n this.iterations > 0\n ? ((n = t), (r = 0), (i = this.maxFiniteDuration), n < r ? r : n > i ? i : n)\n : Math.max(t, 0)),\n this._apply(this.offset),\n e && this.play(!1))\n }\n seek(t) {\n return this.seekTo(Math.round((t / 100) * this.maxFiniteDuration))\n }\n seekBy(t) {\n return this.seekTo(this.offset + t)\n }\n set(t, e) {\n if (!Se.includes(t)) return\n const n = this._running\n ;(n && this.pause(!1, !1),\n (this._settings[t] = e),\n n ? this.play(!1) : this._apply(this.offset, {}, !1))\n }\n destruct() {\n ;(this.stop(),\n this._handlers.forEach(t => {\n t.element\n ? t.element.removeEventListener(t.event, t.handler)\n : t.callback && t.callback.call && t.callback.call()\n }))\n const t = () => {},\n e = Object.getOwnPropertyNames(Object.getPrototypeOf(this))\n ;(e.push(...Object.getOwnPropertyNames(this)),\n e.forEach(e => {\n 'function' == typeof this[e] ? (this[e] = t) : delete this[e]\n }))\n }\n }\n return (Ee.init(), Ee)\n })\n ;(function (s, i, o, w, d, a, b) {\n ;(a =\n Array.from(d.querySelectorAll('svg#' + i.root)).filter(n => !n.svgatorPlayer)[0] ||\n {}).svgatorPlayer = {\n ready: (function (a) {\n b = []\n return function (c) {\n return c ? (b.push(c), a.svgatorPlayer) : b\n }\n })(a),\n }\n w[o] = w[o] || {}\n w[o][s] = w[o][s] || []\n w[o][s].push(i)\n })(\n '91c80d77',\n {\n root: 'e4kx3Cn5VZF1',\n version: '2025-04-07',\n animations: [\n {\n elements: {\n e4kx3Cn5VZF2: {\n transform: {\n data: {\n o: { x: 150, y: 150, type: 'corner' },\n t: { x: -27.535305, y: -27.535305 },\n },\n keys: {\n r: [\n { t: 0, v: 0 },\n { t: 500, v: 190, e: [0, 0, 0.01, 0.995] },\n { t: 1000, v: 175, e: [0, 0, 0.01, 0.995] },\n { t: 1700, v: 180 },\n { t: 2000, v: 180 },\n { t: 2500, v: 360 },\n ],\n s: [\n { t: 0, v: { x: 0, y: 0 } },\n { t: 500, v: { x: 1, y: 1 } },\n { t: 2000, v: { x: 1, y: 1 } },\n { t: 2500, v: { x: 0, y: 0 } },\n ],\n },\n },\n },\n e4kx3Cn5VZF3: {\n transform: {\n data: { t: { x: 0.697393, y: 0.697393 } },\n keys: {\n o: [\n {\n t: 400,\n v: { x: 149.302607, y: 79.302607, type: 'corner' },\n e: [0.25, 0.1, 0.25, 1],\n },\n {\n t: 600,\n v: { x: 219.302607, y: 79.302607, type: 'corner' },\n e: [0.25, 0.1, 0.25, 1],\n },\n {\n t: 1000,\n v: { x: 212.068811, y: 79.302607, type: 'corner' },\n e: [0, 0, 0.01, 0.995],\n },\n { t: 1700, v: { x: 219.302607, y: 79.302607, type: 'corner' } },\n { t: 2000, v: { x: 219.302607, y: 79.302607, type: 'corner' } },\n { t: 2500, v: { x: 150, y: 150, type: 'corner' } },\n ],\n s: [\n { t: 400, v: { x: 0, y: 0 } },\n { t: 700, v: { x: 1, y: 1 } },\n { t: 2000, v: { x: 1, y: 1 } },\n { t: 2200, v: { x: 0, y: 0 } },\n ],\n },\n },\n },\n },\n s: 'MDWA1ZEVhNTRjOAGU5ZjljOGI5DZTkzOTk5ODRRjNjQ1YzVmNWTE1YTU2NGM4ZMU85MzljOGY4XZFI5ZTkzOTkN5ODRjNjQ1YjPU2VDRjOTM5ZXThmOWM4YjllNOTM5OTk4OWQO0YzY0NWE1NjLRjOTA5Mzk2OCTY0YzY0NWI1KNjRjOGI5NjlBlUzhmOWM5ODIhiOWU4Zkk0YIzY0OTA4Yjk2UOWQ4ZjU2NGMV5ZDlhOGY4ZjWhlNGM2NDViRMDU2NGM5MDlhIOWQ0YzY0NWIC1YTVhYTc/',\n },\n ],\n options: 'MDBAxMDgyMjk3YYTdiNjg3OTdiWMjlLNDEyOTcKzNzY2ODZiMjCk4NA|',\n },\n '__SVGATOR_PLAYER__',\n window,\n document,\n )\n})\n</script>\n"],"names":["_openBlock","_createElementBlock","_createElementVNode"],"mappings":"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"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { openBlock, createElementBlock, createElementVNode } from 'vue';
|
|
2
|
+
import _export_sfc from '../../_virtual/_plugin-vue_export-helper.js';
|
|
3
|
+
|
|
4
|
+
const _sfc_main = { };
|
|
5
|
+
|
|
6
|
+
const _hoisted_1 = {
|
|
7
|
+
class: "xds:icon",
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
viewBox: "0 0 19 18"
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
function _sfc_render(_ctx, _cache) {
|
|
13
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1, [...(_cache[0] || (_cache[0] = [
|
|
14
|
+
createElementVNode("path", {
|
|
15
|
+
d: "M15.863 9.14279C9.98542 8.1632 9.98542 8.1632 9.00583 2.28564C8.02623 8.1632 8.02623 8.1632 2.14868 9.14279C8.02623 10.1224 8.02623 10.1224 9.00583 15.9999C9.98542 10.1224 9.98542 10.1224 15.863 9.14279Z",
|
|
16
|
+
fill: "currentColor",
|
|
17
|
+
stroke: "currentColor",
|
|
18
|
+
"stroke-width": "2.70677",
|
|
19
|
+
"stroke-linecap": "round",
|
|
20
|
+
"stroke-linejoin": "round"
|
|
21
|
+
}, null, -1 /* CACHED */),
|
|
22
|
+
createElementVNode("circle", {
|
|
23
|
+
opacity: "0.5",
|
|
24
|
+
cx: "15.8629",
|
|
25
|
+
cy: "2.28571",
|
|
26
|
+
r: "1.38346",
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
stroke: "currentColor",
|
|
29
|
+
"stroke-width": "1.80451"
|
|
30
|
+
}, null, -1 /* CACHED */)
|
|
31
|
+
]))]))
|
|
32
|
+
}
|
|
33
|
+
var AIStarIcon = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
34
|
+
|
|
35
|
+
export { AIStarIcon as default };
|
|
36
|
+
//# sourceMappingURL=ai-star.vue.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ai-star.vue.js","sources":["../../../../src/components/icons/ai-star.vue"],"sourcesContent":["<template>\n <svg class=\"xds:icon\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 19 18\">\n <path\n d=\"M15.863 9.14279C9.98542 8.1632 9.98542 8.1632 9.00583 2.28564C8.02623 8.1632 8.02623 8.1632 2.14868 9.14279C8.02623 10.1224 8.02623 10.1224 9.00583 15.9999C9.98542 10.1224 9.98542 10.1224 15.863 9.14279Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n stroke-width=\"2.70677\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n <circle\n opacity=\"0.5\"\n cx=\"15.8629\"\n cy=\"2.28571\"\n r=\"1.38346\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n stroke-width=\"1.80451\"\n />\n </svg>\n</template>\n"],"names":["_openBlock","_createElementBlock","_createElementVNode"],"mappings":";;;;;;AACO,EAAA,KAAK,EAAC,UAAU;AAAC,EAAA,KAAK,EAAC,4BAA4B;AAAC,EAAA,OAAO,EAAC;;;;AAAjE,EAAA,QAAAA,SAAA,EAAA,EAAAC,kBAAA,CAkBM,OAlBN,UAkBM,EAAA,CAAA,IAAA,MAAA,CAAA,CAAA,CAAA,KAAA,MAAA,CAAA,CAAA,CAAA,GAAA;IAjBJC,kBAAA,CAOE,MAAA,EAAA;AANA,MAAA,CAAC,EAAC,6MAA6M;AAC/M,MAAA,IAAI,EAAC,cAAc;AACnB,MAAA,MAAM,EAAC,cAAc;AACrB,MAAA,cAAY,EAAC,SAAS;AACtB,MAAA,gBAAc,EAAC,OAAO;AACtB,MAAA,iBAAe,EAAC;;IAElBA,kBAAA,CAQE,QAAA,EAAA;AAPA,MAAA,OAAO,EAAC,KAAK;AACb,MAAA,EAAE,EAAC,SAAS;AACZ,MAAA,EAAE,EAAC,SAAS;AACZ,MAAA,CAAC,EAAC,SAAS;AACX,MAAA,IAAI,EAAC,cAAc;AACnB,MAAA,MAAM,EAAC,cAAc;AACrB,MAAA,cAAY,EAAC;;;;;;;;"}
|
|
@@ -1,35 +1,32 @@
|
|
|
1
1
|
import { openBlock, createElementBlock, createElementVNode } from 'vue';
|
|
2
2
|
import _export_sfc from '../../_virtual/_plugin-vue_export-helper.js';
|
|
3
3
|
|
|
4
|
-
const _sfc_main = {};
|
|
4
|
+
const _sfc_main = { };
|
|
5
5
|
|
|
6
6
|
const _hoisted_1 = {
|
|
7
|
-
class: "
|
|
7
|
+
class: "xds:icon",
|
|
8
8
|
viewBox: "0 0 8 8",
|
|
9
9
|
fill: "none",
|
|
10
10
|
xmlns: "http://www.w3.org/2000/svg"
|
|
11
11
|
};
|
|
12
|
-
const _hoisted_2 = /*#__PURE__*/createElementVNode("path", {
|
|
13
|
-
d: "M4 1.5L4 6.24683",
|
|
14
|
-
stroke: "currentColor",
|
|
15
|
-
"stroke-width": "0.4",
|
|
16
|
-
"stroke-linecap": "round",
|
|
17
|
-
"stroke-linejoin": "round"
|
|
18
|
-
}, null, -1 /* HOISTED */);
|
|
19
|
-
const _hoisted_3 = /*#__PURE__*/createElementVNode("path", {
|
|
20
|
-
d: "M1.5 4L4 6.5L6.5 4",
|
|
21
|
-
stroke: "currentColor",
|
|
22
|
-
"stroke-width": "0.4",
|
|
23
|
-
"stroke-linecap": "round",
|
|
24
|
-
"stroke-linejoin": "round"
|
|
25
|
-
}, null, -1 /* HOISTED */);
|
|
26
|
-
const _hoisted_4 = [
|
|
27
|
-
_hoisted_2,
|
|
28
|
-
_hoisted_3
|
|
29
|
-
];
|
|
30
12
|
|
|
31
13
|
function _sfc_render(_ctx, _cache) {
|
|
32
|
-
return (openBlock(), createElementBlock("svg", _hoisted_1, [...
|
|
14
|
+
return (openBlock(), createElementBlock("svg", _hoisted_1, [...(_cache[0] || (_cache[0] = [
|
|
15
|
+
createElementVNode("path", {
|
|
16
|
+
d: "M4 1.5L4 6.24683",
|
|
17
|
+
stroke: "currentColor",
|
|
18
|
+
"stroke-width": "0.4",
|
|
19
|
+
"stroke-linecap": "round",
|
|
20
|
+
"stroke-linejoin": "round"
|
|
21
|
+
}, null, -1 /* CACHED */),
|
|
22
|
+
createElementVNode("path", {
|
|
23
|
+
d: "M1.5 4L4 6.5L6.5 4",
|
|
24
|
+
stroke: "currentColor",
|
|
25
|
+
"stroke-width": "0.4",
|
|
26
|
+
"stroke-linecap": "round",
|
|
27
|
+
"stroke-linejoin": "round"
|
|
28
|
+
}, null, -1 /* CACHED */)
|
|
29
|
+
]))]))
|
|
33
30
|
}
|
|
34
31
|
var arrowDown = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render]]);
|
|
35
32
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"arrow-down.vue.js","sources":["../../../../src/components/icons/arrow-down.vue"],"sourcesContent":["<template>\n <svg class=\"
|
|
1
|
+
{"version":3,"file":"arrow-down.vue.js","sources":["../../../../src/components/icons/arrow-down.vue"],"sourcesContent":["<template>\n <svg class=\"xds:icon\" viewBox=\"0 0 8 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4 1.5L4 6.24683\"\n stroke=\"currentColor\"\n stroke-width=\"0.4\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n <path\n d=\"M1.5 4L4 6.5L6.5 4\"\n stroke=\"currentColor\"\n stroke-width=\"0.4\"\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n />\n </svg>\n</template>\n"],"names":["_openBlock","_createElementBlock","_createElementVNode"],"mappings":";;;;;;AACO,EAAA,KAAK,EAAC,UAAU;AAAC,EAAA,OAAO,EAAC,SAAS;AAAC,EAAA,IAAI,EAAC,MAAM;AAAC,EAAA,KAAK,EAAC;;;;AAA1D,EAAA,QAAAA,SAAA,EAAA,EAAAC,kBAAA,CAeM,OAfN,UAeM,EAAA,CAAA,IAAA,MAAA,CAAA,CAAA,CAAA,KAAA,MAAA,CAAA,CAAA,CAAA,GAAA;IAdJC,kBAAA,CAME,MAAA,EAAA;AALA,MAAA,CAAC,EAAC,kBAAkB;AACpB,MAAA,MAAM,EAAC,cAAc;AACrB,MAAA,cAAY,EAAC,KAAK;AAClB,MAAA,gBAAc,EAAC,OAAO;AACtB,MAAA,iBAAe,EAAC;;IAElBA,kBAAA,CAME,MAAA,EAAA;AALA,MAAA,CAAC,EAAC,oBAAoB;AACtB,MAAA,MAAM,EAAC,cAAc;AACrB,MAAA,cAAY,EAAC,KAAK;AAClB,MAAA,gBAAc,EAAC,OAAO;AACtB,MAAA,iBAAe,EAAC;;;;;;;;"}
|