@empathyco/x-components 6.0.0-alpha.15 → 6.0.0-alpha.150
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 +1228 -590
- package/ai/index.d.ts +1 -0
- package/ai/index.js +5 -0
- package/core/index.d.ts +2 -0
- package/core/index.js +56 -44
- package/core/index.js.map +1 -1
- 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.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.md +32 -0
- package/docs/API-reference/api/x-adapter-platform.nextqueriesrelatedpromptsschema.md +13 -0
- 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.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 +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformaiquestionsresponse.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsearch.md +22 -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.platformaisuggestionsrequest.context.md +16 -0
- package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsrequest.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformaisuggestionssearchrequest.context.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformaisuggestionssearchrequest.md +21 -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 +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformaisuggestionssearchresponse.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformaitasksrequest.md +20 -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.platformrelatedprompt.md +2 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.suggestionimageurl.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.tagging.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplay.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplayadd2cart.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptnextqueriestagging.toolingdisplayclick.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.nextqueries.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.toolingdisplay.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompttagging.toolingdisplayclick.md +11 -0
- package/docs/API-reference/api/x-components.addquerytohistory.md +16 -2
- package/docs/API-reference/api/x-components.addquerytohistoryaction.addquerytohistory.md +1 -1
- package/docs/API-reference/api/x-components.addquerytohistoryaction.md +2 -2
- 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 +22 -0
- package/docs/API-reference/api/x-components.aiactions.seturlparams.md +13 -0
- package/docs/API-reference/api/x-components.aiconfig.md +13 -0
- package/docs/API-reference/api/x-components.aigetters.md +22 -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 +31 -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.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.setsuggestionsloading.md +13 -0
- package/docs/API-reference/api/x-components.aimutations.setsuggestionssearch.md +13 -0
- package/docs/API-reference/api/x-components.aimutations.setsuggestionssearchloading.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 +79 -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 +31 -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.suggestionsloading.md +13 -0
- package/docs/API-reference/api/x-components.aistate.suggestionssearch.md +13 -0
- package/docs/API-reference/api/x-components.aistate.suggestionssearchloading.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.aixevents.aisuggestionsrequestupdated.md +11 -0
- package/docs/API-reference/api/x-components.aixevents.aisuggestionssearchrequestupdated.md +11 -0
- package/docs/API-reference/api/x-components.aixevents.md +22 -0
- package/docs/API-reference/api/x-components.aixevents.userclickedaioverviewexpandbutton.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 +3 -3
- package/docs/API-reference/api/x-components.animateclippath.md +15 -2
- package/docs/API-reference/api/x-components.animatescale.md +15 -2
- package/docs/API-reference/api/x-components.animatetranslate.md +15 -2
- package/docs/API-reference/api/x-components.animationprop.md +6 -1
- package/docs/API-reference/api/x-components.banner.md +1 -98
- package/docs/API-reference/api/x-components.bannerslist.md +3 -3
- package/docs/API-reference/api/x-components.baseaddtocart.md +1 -0
- package/docs/API-reference/api/x-components.basecolumnpickerdropdown.md +4 -4
- package/docs/API-reference/api/x-components.basedropdown.md +5 -5
- package/docs/API-reference/api/x-components.baseeventsmodal.md +8 -8
- package/docs/API-reference/api/x-components.baseeventsmodalclose.md +3 -3
- package/docs/API-reference/api/x-components.baseeventsmodalopen.md +3 -3
- package/docs/API-reference/api/x-components.basegrid.md +3 -3
- package/docs/API-reference/api/x-components.baseheadertogglepanel.md +5 -5
- package/docs/API-reference/api/x-components.baseidmodal.md +2 -2
- package/docs/API-reference/api/x-components.baseidtogglepanel.md +5 -5
- package/docs/API-reference/api/x-components.basemodal.md +10 -10
- package/docs/API-reference/api/x-components.baseresultimage.md +9 -9
- package/docs/API-reference/api/x-components.baseresultlink.md +1 -0
- package/docs/API-reference/api/x-components.baseresultrating.md +1 -0
- package/docs/API-reference/api/x-components.basescroll.md +2 -2
- package/docs/API-reference/api/x-components.baseslider.md +9 -0
- package/docs/API-reference/api/x-components.basesuggestions.md +3 -3
- package/docs/API-reference/api/x-components.baseswitch.md +1 -1
- package/docs/API-reference/api/x-components.basetabspanel.md +8 -8
- package/docs/API-reference/api/x-components.baseteleport.md +42 -0
- package/docs/API-reference/api/x-components.basetogglepanel.md +3 -3
- package/docs/API-reference/api/x-components.basevariablecolumngrid.md +3 -3
- package/docs/API-reference/api/x-components.basexpriorityqueue._constructor_.md +20 -0
- package/docs/API-reference/api/x-components.basexpriorityqueue.at.md +26 -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 +42 -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 +30 -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 +22 -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 +35 -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.bus.md +1 -1
- package/docs/API-reference/api/x-components.cancelfetchandsavecontrols.md +5 -1
- package/docs/API-reference/api/x-components.cancelfetchandsaveidentifierresults.md +6 -2
- package/docs/API-reference/api/x-components.cancelfetchandsaveidentifierresultswire.md +1 -1
- package/docs/API-reference/api/x-components.cancelfetchandsavenextqueries.md +6 -2
- package/docs/API-reference/api/x-components.cancelfetchandsavepopularsearches.md +6 -2
- package/docs/API-reference/api/x-components.cancelfetchandsavequerysuggestions.md +6 -2
- package/docs/API-reference/api/x-components.cancelfetchandsaverecommendations.md +6 -2
- package/docs/API-reference/api/x-components.cancelfetchandsaverelatedprompts.md +6 -2
- package/docs/API-reference/api/x-components.cancelfetchandsaverelatedtags.md +6 -2
- package/docs/API-reference/api/x-components.cancelfetchandsaverelatedtagswire.md +1 -1
- package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponse.md +6 -2
- package/docs/API-reference/api/x-components.cancelfetchandsavesearchresponsewire.md +1 -1
- package/docs/API-reference/api/x-components.cancelfetchandsavesuggestionswire.md +1 -1
- package/docs/API-reference/api/x-components.changeheight.md +13 -0
- package/docs/API-reference/api/x-components.clearfilters.md +2 -2
- package/docs/API-reference/api/x-components.configmutations.config.md +11 -0
- package/docs/API-reference/api/x-components.configmutations.md +24 -0
- package/docs/API-reference/api/x-components.configmutations.mergeconfig.md +13 -0
- package/docs/API-reference/api/x-components.configmutations.setconfig.md +13 -0
- package/docs/API-reference/api/x-components.createfetchandsaveactions.md +2 -2
- package/docs/API-reference/api/x-components.createrelatedtagsquerygetter.md +26 -0
- package/docs/API-reference/api/x-components.createrelatedtagsquerygetteroptions.getrelatedtags.md +13 -0
- package/docs/API-reference/api/x-components.createrelatedtagsquerygetteroptions.md +20 -0
- package/docs/API-reference/api/x-components.createstoreemitters.md +2 -2
- package/docs/API-reference/api/x-components.createtrackrelatedprompttoolingdisplayclickwire.md +19 -0
- package/docs/API-reference/api/x-components.createtracktoolingadd2cartwire.md +19 -0
- package/docs/API-reference/api/x-components.createtracktoolingdisplaywire.md +19 -0
- package/docs/API-reference/api/x-components.debouncedfunction.cancel.md +2 -6
- package/docs/API-reference/api/x-components.debouncedfunction.md +4 -4
- package/docs/API-reference/api/x-components.debouncefunction.md +15 -1
- package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice._constructor_.md → x-components.defaultexternaltaggingservice._constructor_.md} +3 -3
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.add_to_cart_id_key.md +13 -0
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.instance.md +13 -0
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.localstorageservice.md +11 -0
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.md +43 -0
- package/docs/API-reference/api/{x-components.pdpaddtocartservice.movetosessionstorage.md → x-components.defaultexternaltaggingservice.movetosessionstorage.md} +2 -2
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.result_clicked_id_key.md +13 -0
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.sessionstorageservice.md +11 -0
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storagekey.md +11 -0
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storagettlms.md +11 -0
- package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice.store.md → x-components.defaultexternaltaggingservice.store.md} +2 -2
- package/docs/API-reference/api/x-components.defaultexternaltaggingservice.storeaddtocart.md +24 -0
- package/docs/API-reference/api/{x-components.defaultpdpaddtocartservice.storeresultclicked.md → x-components.defaultexternaltaggingservice.storeresultclicked.md} +3 -3
- package/docs/API-reference/api/{x-components.pdpaddtocartservice.trackaddtocart.md → x-components.defaultexternaltaggingservice.trackaddtocart.md} +3 -3
- package/docs/API-reference/api/x-components.defaultfacetsservice.clearfilterswithmetadata.md +2 -2
- package/docs/API-reference/api/x-components.defaultfacetsservice.md +1 -1
- package/docs/API-reference/api/x-components.devicedetector.md +4 -4
- package/docs/API-reference/api/x-components.devicemutations.md +4 -4
- package/docs/API-reference/api/x-components.devicemutations.setname.md +2 -13
- package/docs/API-reference/api/x-components.devicexevents.deviceprovided.md +1 -1
- package/docs/API-reference/api/x-components.devicexevents.md +1 -1
- package/docs/API-reference/api/x-components.displayclickprovider.md +66 -0
- 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 +22 -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 +40 -14
- package/docs/API-reference/api/x-components.empathizemutations.md +5 -5
- package/docs/API-reference/api/x-components.empathizemutations.setisopen.md +2 -13
- package/docs/API-reference/api/x-components.empathizexevents.empathizeclosed.md +1 -1
- package/docs/API-reference/api/x-components.empathizexevents.empathizeopened.md +1 -1
- package/docs/API-reference/api/x-components.empathizexevents.md +3 -3
- package/docs/API-reference/api/x-components.empathizexevents.userclosedempathize.md +1 -1
- package/docs/API-reference/api/x-components.eventpayload.md +18 -0
- package/docs/API-reference/api/x-components.excludefilterswithnoresults.md +2 -2
- package/docs/API-reference/api/x-components.experiencecontrolsactions.cancelfetchandsavecontrols.md +1 -1
- package/docs/API-reference/api/x-components.experiencecontrolsactions.fetchandsaveexperiencecontrolsresponse.md +2 -13
- package/docs/API-reference/api/x-components.experiencecontrolsactions.fetchexperiencecontrolsresponse.md +2 -15
- package/docs/API-reference/api/x-components.experiencecontrolsactions.md +3 -8
- package/docs/API-reference/api/x-components.experiencecontrolsmutations.md +6 -6
- package/docs/API-reference/api/x-components.experiencecontrolsmutations.setcontrols.md +2 -13
- package/docs/API-reference/api/x-components.experiencecontrolsmutations.setevents.md +2 -13
- package/docs/API-reference/api/x-components.experiencecontrolsmutations.setparams.md +2 -13
- package/docs/API-reference/api/x-components.externaltaggingservice.md +23 -0
- package/docs/API-reference/api/x-components.externaltaggingservice.movetosessionstorage.md +13 -0
- package/docs/API-reference/api/x-components.externaltaggingservice.storeaddtocart.md +13 -0
- package/docs/API-reference/api/x-components.externaltaggingservice.storeresultclicked.md +13 -0
- package/docs/API-reference/api/x-components.externaltaggingservice.trackaddtocart.md +13 -0
- package/docs/API-reference/api/x-components.extraparamsmutations.md +4 -4
- package/docs/API-reference/api/x-components.extraparamsmutations.setparams.md +2 -13
- package/docs/API-reference/api/x-components.extraparamsxevents.extraparamschanged.md +1 -1
- package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsinitialized.md +1 -1
- package/docs/API-reference/api/x-components.extraparamsxevents.extraparamsprovided.md +1 -1
- package/docs/API-reference/api/x-components.extraparamsxevents.md +4 -4
- package/docs/API-reference/api/x-components.extraparamsxevents.userchangedextraparams.md +1 -1
- package/docs/API-reference/api/x-components.extrapluginsoptions.md +1 -1
- package/docs/API-reference/api/x-components.facets.md +8 -8
- package/docs/API-reference/api/x-components.facetsmutations.clearstickyfilters.md +2 -6
- package/docs/API-reference/api/x-components.facetsmutations.md +17 -17
- package/docs/API-reference/api/x-components.facetsmutations.mutatefilter.md +2 -13
- package/docs/API-reference/api/x-components.facetsmutations.removefacet.md +2 -13
- package/docs/API-reference/api/x-components.facetsmutations.removefilter.md +2 -13
- package/docs/API-reference/api/x-components.facetsmutations.removefilters.md +2 -13
- package/docs/API-reference/api/x-components.facetsmutations.removestickyfilter.md +2 -13
- package/docs/API-reference/api/x-components.facetsmutations.setfacet.md +2 -13
- package/docs/API-reference/api/x-components.facetsmutations.setfacetgroup.md +2 -13
- package/docs/API-reference/api/x-components.facetsmutations.setfilters.md +2 -13
- package/docs/API-reference/api/x-components.facetsmutations.setpreselectedfilters.md +2 -13
- package/docs/API-reference/api/x-components.facetsmutations.setstickyfilter.md +2 -13
- package/docs/API-reference/api/x-components.facetsprovider.md +2 -2
- package/docs/API-reference/api/x-components.facetsservice.clearfilters.md +2 -14
- package/docs/API-reference/api/x-components.facetsservice.clearfilterswithmetadata.md +3 -14
- package/docs/API-reference/api/x-components.facetsservice.deselect.md +2 -14
- package/docs/API-reference/api/x-components.facetsservice.md +14 -14
- package/docs/API-reference/api/x-components.facetsservice.select.md +2 -13
- package/docs/API-reference/api/x-components.facetsservice.selectpreselectedfilters.md +2 -6
- package/docs/API-reference/api/x-components.facetsservice.setfacets.md +2 -13
- package/docs/API-reference/api/x-components.facetsservice.setquery.md +2 -13
- package/docs/API-reference/api/x-components.facetsservice.toggle.md +2 -13
- package/docs/API-reference/api/x-components.facetsservice.updatefacets.md +2 -13
- package/docs/API-reference/api/x-components.facetsservice.updatepreselectedfilters.md +2 -13
- package/docs/API-reference/api/x-components.fallbackdisclaimer.md +2 -2
- package/docs/API-reference/api/x-components.featurelocation.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsaveexperiencecontrolsresponse.md +13 -1
- package/docs/API-reference/api/x-components.fetchandsavehooks.fetch.md +2 -16
- package/docs/API-reference/api/x-components.fetchandsavehooks.md +8 -8
- package/docs/API-reference/api/x-components.fetchandsavehooks.oncancel.md +2 -6
- package/docs/API-reference/api/x-components.fetchandsavehooks.onerror.md +3 -14
- package/docs/API-reference/api/x-components.fetchandsavehooks.onsuccess.md +3 -15
- package/docs/API-reference/api/x-components.fetchandsaveidentifierresults.md +14 -2
- package/docs/API-reference/api/x-components.fetchandsavenextqueries.md +14 -2
- package/docs/API-reference/api/x-components.fetchandsavepopularsearches.md +14 -2
- package/docs/API-reference/api/x-components.fetchandsavequerypreview.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsavequerysuggestions.md +14 -2
- package/docs/API-reference/api/x-components.fetchandsaverecommendations.md +14 -2
- package/docs/API-reference/api/x-components.fetchandsaverelatedprompts.md +14 -2
- package/docs/API-reference/api/x-components.fetchandsaverelatedtags.md +14 -2
- package/docs/API-reference/api/x-components.fetchandsavesearchresponse.md +14 -2
- package/docs/API-reference/api/x-components.fetchandsavesemanticquery.md +1 -1
- package/docs/API-reference/api/x-components.fetchexperiencecontrolsresponse.md +1 -1
- package/docs/API-reference/api/x-components.fetchidentifierresults.md +1 -1
- package/docs/API-reference/api/x-components.fetchnextqueries.md +1 -1
- package/docs/API-reference/api/x-components.fetchpopularsearches.md +1 -1
- package/docs/API-reference/api/x-components.fetchquerypreview.md +1 -1
- package/docs/API-reference/api/x-components.fetchquerysuggestions.md +1 -1
- package/docs/API-reference/api/x-components.fetchrecommendations.md +1 -1
- package/docs/API-reference/api/x-components.fetchrelatedprompts.md +1 -1
- package/docs/API-reference/api/x-components.fetchrelatedtags.md +1 -1
- package/docs/API-reference/api/x-components.fetchsearchresponse.md +1 -1
- package/docs/API-reference/api/x-components.fetchsemanticquery.md +1 -1
- package/docs/API-reference/api/x-components.filterslist.md +5 -5
- package/docs/API-reference/api/x-components.filterssearch.md +2 -2
- package/docs/API-reference/api/x-components.fixedheaderandasideslayout.md +2 -2
- package/docs/API-reference/api/x-components.geturlparameter.md +14 -1
- package/docs/API-reference/api/x-components.globalxbus.md +2 -324
- package/docs/API-reference/api/x-components.hierarchicalfilter.md +17 -6
- package/docs/API-reference/api/{x-components.highlight.md → x-components.highlight_2.md} +2 -2
- package/docs/API-reference/api/x-components.historyqueries.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesactions.addquerytohistory.md +2 -12
- package/docs/API-reference/api/x-components.historyqueriesactions.loadhistoryqueriesfrombrowserstorage.md +2 -6
- package/docs/API-reference/api/x-components.historyqueriesactions.md +12 -12
- package/docs/API-reference/api/x-components.historyqueriesactions.refreshsession.md +2 -6
- package/docs/API-reference/api/x-components.historyqueriesactions.removefromhistory.md +2 -13
- package/docs/API-reference/api/x-components.historyqueriesactions.sethistoryqueries.md +2 -13
- package/docs/API-reference/api/x-components.historyqueriesactions.seturlparams.md +2 -13
- package/docs/API-reference/api/x-components.historyqueriesactions.togglehistoryqueries.md +2 -13
- package/docs/API-reference/api/x-components.historyqueriesactions.updatehistoryquerieswithsearchresponse.md +2 -13
- package/docs/API-reference/api/x-components.historyqueriesmutations.md +8 -8
- package/docs/API-reference/api/x-components.historyqueriesmutations.sethistoryqueries.md +2 -13
- package/docs/API-reference/api/x-components.historyqueriesmutations.setisenabled.md +2 -13
- package/docs/API-reference/api/x-components.historyqueriesmutations.setsearchselectedfilters.md +2 -13
- package/docs/API-reference/api/x-components.historyqueriesmutations.setsessiontimestamp.md +2 -13
- package/docs/API-reference/api/x-components.historyqueriesstate.md +1 -1
- package/docs/API-reference/api/x-components.historyqueriesswitch.md +1 -1
- package/docs/API-reference/api/x-components.historyquery.md +1 -1
- package/docs/API-reference/api/x-components.identifierresult.md +2 -2
- package/docs/API-reference/api/x-components.identifierresults.md +4 -4
- package/docs/API-reference/api/x-components.identifierresultsactions.cancelfetchandsaveidentifierresults.md +3 -7
- package/docs/API-reference/api/x-components.identifierresultsactions.fetchandsaveidentifierresults.md +2 -13
- package/docs/API-reference/api/x-components.identifierresultsactions.fetchidentifierresults.md +2 -15
- package/docs/API-reference/api/x-components.identifierresultsactions.md +9 -9
- package/docs/API-reference/api/x-components.identifierresultsactions.saveorigin.md +2 -13
- package/docs/API-reference/api/x-components.identifierresultsactions.savequery.md +2 -13
- package/docs/API-reference/api/x-components.identifierresultsmutations.md +7 -7
- package/docs/API-reference/api/x-components.identifierresultsmutations.setidentifierresults.md +2 -13
- package/docs/API-reference/api/x-components.identifierresultsmutations.setorigin.md +2 -13
- package/docs/API-reference/api/x-components.identifierresultsmutations.setparams.md +2 -13
- package/docs/API-reference/api/x-components.identifierresultsstate.md +1 -1
- package/docs/API-reference/api/x-components.increasepageappendingresults.md +1 -1
- package/docs/API-reference/api/x-components.initwrapper.bus.md +1 -1
- package/docs/API-reference/api/x-components.initwrapper.md +1 -1
- package/docs/API-reference/api/x-components.installxoptions.bus.md +1 -1
- package/docs/API-reference/api/x-components.installxoptions.domelement.md +1 -1
- package/docs/API-reference/api/x-components.installxoptions.installextraplugins.md +3 -14
- package/docs/API-reference/api/x-components.installxoptions.md +3 -8
- package/docs/API-reference/api/x-components.isios.md +19 -0
- package/docs/API-reference/api/x-components.itemslist.md +3 -3
- package/docs/API-reference/api/x-components.loadhistoryqueriesfrombrowserstorage.md +1 -1
- package/docs/API-reference/api/x-components.mainmodal.md +6 -6
- package/docs/API-reference/api/x-components.mainscrollitem.md +5 -5
- package/docs/API-reference/api/x-components.md +136 -84
- package/docs/API-reference/api/x-components.mergeconfig.md +27 -0
- package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +5 -5
- package/docs/API-reference/api/x-components.myhistory.md +4 -4
- package/docs/API-reference/api/x-components.nextqueries.md +1 -1
- package/docs/API-reference/api/x-components.nextqueriesactions.cancelfetchandsavenextqueries.md +3 -7
- package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextqueries.md +2 -13
- package/docs/API-reference/api/x-components.nextqueriesactions.fetchandsavenextquerypreview.md +3 -14
- package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextqueries.md +2 -15
- package/docs/API-reference/api/x-components.nextqueriesactions.fetchnextquerypreview.md +3 -16
- package/docs/API-reference/api/x-components.nextqueriesactions.md +11 -11
- package/docs/API-reference/api/x-components.nextqueriesactions.setqueryfromlasthistoryquery.md +2 -13
- package/docs/API-reference/api/x-components.nextqueriesactions.seturlparams.md +2 -13
- package/docs/API-reference/api/x-components.nextqueriesgroup.md +22 -0
- package/docs/API-reference/api/x-components.nextqueriesgroup.modelname.md +11 -0
- package/docs/API-reference/api/x-components.nextqueriesgroup.nextqueries.md +11 -0
- package/docs/API-reference/api/x-components.nextquerieslist.md +3 -3
- package/docs/API-reference/api/x-components.nextqueriesmutations.md +12 -12
- package/docs/API-reference/api/x-components.nextqueriesmutations.resetresultspreview.md +2 -6
- package/docs/API-reference/api/x-components.nextqueriesmutations.setnextqueries.md +2 -13
- package/docs/API-reference/api/x-components.nextqueriesmutations.setparams.md +2 -13
- package/docs/API-reference/api/x-components.nextqueriesmutations.setrelatedtags.md +2 -13
- package/docs/API-reference/api/x-components.nextqueriesmutations.setresultspreview.md +2 -13
- package/docs/API-reference/api/x-components.nextqueriesmutations.setsearchedqueries.md +2 -13
- package/docs/API-reference/api/x-components.nextqueriesstate.md +1 -1
- package/docs/API-reference/api/x-components.numbercomparatorfn.md +13 -0
- package/docs/API-reference/api/x-components.pageselector.md +80 -0
- package/docs/API-reference/api/x-components.partialresultslist.md +4 -4
- package/docs/API-reference/api/x-components.popularsearches.md +1 -1
- package/docs/API-reference/api/x-components.popularsearchesactions.cancelfetchandsavesuggestions.md +3 -7
- package/docs/API-reference/api/x-components.popularsearchesactions.fetchandsavesuggestions.md +2 -13
- package/docs/API-reference/api/x-components.popularsearchesactions.fetchsuggestions.md +2 -15
- package/docs/API-reference/api/x-components.popularsearchesactions.md +6 -6
- package/docs/API-reference/api/x-components.popularsearchesmutations.md +7 -7
- package/docs/API-reference/api/x-components.popularsearchesmutations.setparams.md +2 -13
- package/docs/API-reference/api/x-components.popularsearchesmutations.setsearchedqueries.md +2 -13
- package/docs/API-reference/api/x-components.popularsearchesmutations.setsuggestions.md +2 -13
- package/docs/API-reference/api/x-components.promoted.md +1 -1
- package/docs/API-reference/api/x-components.promotedslist.md +3 -3
- package/docs/API-reference/api/x-components.queriespreviewactions.fetchandsavequerypreview.md +2 -13
- package/docs/API-reference/api/x-components.queriespreviewactions.fetchquerypreview.md +2 -15
- package/docs/API-reference/api/x-components.queriespreviewactions.md +5 -5
- package/docs/API-reference/api/x-components.queriespreviewmutations.addquerypreviewinstance.md +2 -13
- package/docs/API-reference/api/x-components.queriespreviewmutations.clearquerypreview.md +2 -13
- package/docs/API-reference/api/x-components.queriespreviewmutations.md +14 -14
- package/docs/API-reference/api/x-components.queriespreviewmutations.removequerypreviewinstance.md +3 -14
- package/docs/API-reference/api/x-components.queriespreviewmutations.setparams.md +2 -13
- package/docs/API-reference/api/x-components.queriespreviewmutations.setquerypreviewcached.md +2 -13
- package/docs/API-reference/api/x-components.queriespreviewmutations.setselectedquerypreview.md +2 -13
- package/docs/API-reference/api/x-components.queriespreviewmutations.setstatus.md +2 -13
- package/docs/API-reference/api/x-components.queriespreviewmutations.updateaquerypreviewresult.md +3 -14
- package/docs/API-reference/api/x-components.queryfeature.md +1 -1
- package/docs/API-reference/api/x-components.querymutations.md +20 -0
- package/docs/API-reference/api/x-components.querymutations.setquery.md +13 -0
- package/docs/API-reference/api/x-components.querypreview.md +4 -4
- package/docs/API-reference/api/x-components.querypreviewlist.md +3 -3
- package/docs/API-reference/api/x-components.querystate.md +20 -0
- package/docs/API-reference/api/x-components.querystate.query.md +13 -0
- package/docs/API-reference/api/x-components.querysuggestion.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestions.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsactions.cancelfetchandsavesuggestions.md +3 -7
- package/docs/API-reference/api/x-components.querysuggestionsactions.fetchandsavesuggestions.md +2 -13
- package/docs/API-reference/api/x-components.querysuggestionsactions.fetchsuggestions.md +2 -15
- package/docs/API-reference/api/x-components.querysuggestionsactions.md +8 -8
- package/docs/API-reference/api/x-components.querysuggestionsactions.seturlparams.md +2 -13
- package/docs/API-reference/api/x-components.querysuggestionsgetter.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsgetter.querysuggestions.md +2 -2
- package/docs/API-reference/api/x-components.querysuggestionsmutations.md +7 -7
- package/docs/API-reference/api/x-components.querysuggestionsmutations.setparams.md +2 -13
- package/docs/API-reference/api/x-components.querysuggestionsmutations.setsearchedqueries.md +2 -13
- package/docs/API-reference/api/x-components.querysuggestionsmutations.setsuggestions.md +2 -13
- package/docs/API-reference/api/x-components.querysuggestionsstate.md +1 -1
- package/docs/API-reference/api/x-components.querysuggestionsxevents.md +0 -1
- package/docs/API-reference/api/x-components.recommendations.md +4 -4
- package/docs/API-reference/api/x-components.recommendationsactions.cancelfetchandsaverecommendations.md +3 -7
- package/docs/API-reference/api/x-components.recommendationsactions.fetchandsaverecommendations.md +2 -13
- package/docs/API-reference/api/x-components.recommendationsactions.fetchrecommendations.md +2 -15
- package/docs/API-reference/api/x-components.recommendationsactions.md +6 -6
- package/docs/API-reference/api/x-components.recommendationsmutations.md +7 -7
- package/docs/API-reference/api/x-components.recommendationsmutations.setparams.md +2 -13
- package/docs/API-reference/api/x-components.recommendationsmutations.setrecommendations.md +2 -13
- package/docs/API-reference/api/x-components.recommendationsmutations.updaterecommendation.md +2 -13
- package/docs/API-reference/api/x-components.refreshsession.md +1 -1
- package/docs/API-reference/api/x-components.relatedprompt.md +9 -14
- package/docs/API-reference/api/x-components.relatedpromptsactions.cancelfetchandsaverelatedprompts.md +3 -7
- package/docs/API-reference/api/x-components.relatedpromptsactions.fetchandsaverelatedprompts.md +2 -13
- package/docs/API-reference/api/x-components.relatedpromptsactions.fetchrelatedprompts.md +2 -13
- package/docs/API-reference/api/x-components.relatedpromptsactions.md +8 -7
- package/docs/API-reference/api/x-components.relatedpromptsactions.seturlparams.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsgetters.md +1 -0
- package/docs/API-reference/api/x-components.relatedpromptsgetters.query.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptslist.md +3 -3
- package/docs/API-reference/api/x-components.relatedpromptsmutations.md +13 -9
- package/docs/API-reference/api/x-components.relatedpromptsmutations.resetrelatedpromptsstate.md +2 -6
- package/docs/API-reference/api/x-components.relatedpromptsmutations.resetselectedprompt.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.setparams.md +2 -13
- package/docs/API-reference/api/x-components.relatedpromptsmutations.setrelatedpromptsproducts.md +2 -13
- package/docs/API-reference/api/x-components.relatedpromptsmutations.setrelatedpromptsrelatedtags.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.setselectedprompt.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.setselectedquery.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsstate.md +4 -1
- package/docs/API-reference/api/x-components.relatedpromptsstate.relatedtags.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsstate.selectedprompt.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsstate.selectedquery.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptstaglist.md +73 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.md +8 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.relatedpromptsresponsechanged.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.relatedpromptsunmounted.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.reloadrelatedpromptsrequested.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.selectedrelatedpromptchanged.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.userclickedarelatedpromptadd2cart.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.userclickedarelatedpromptresult.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.userselectedarelatedprompt.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.userselectedarelatedpromptquery.md +13 -0
- package/docs/API-reference/api/x-components.relatedtag.md +3 -3
- package/docs/API-reference/api/x-components.relatedtags.md +4 -4
- package/docs/API-reference/api/x-components.relatedtagsactions.cancelfetchandsaverelatedtags.md +3 -7
- package/docs/API-reference/api/x-components.relatedtagsactions.fetchandsaverelatedtags.md +2 -13
- package/docs/API-reference/api/x-components.relatedtagsactions.fetchrelatedtags.md +2 -15
- package/docs/API-reference/api/x-components.relatedtagsactions.md +9 -9
- package/docs/API-reference/api/x-components.relatedtagsactions.seturlparams.md +2 -13
- package/docs/API-reference/api/x-components.relatedtagsactions.togglerelatedtag.md +2 -13
- package/docs/API-reference/api/x-components.relatedtagsmutations.md +7 -7
- package/docs/API-reference/api/x-components.relatedtagsmutations.setparams.md +2 -13
- package/docs/API-reference/api/x-components.relatedtagsmutations.setrelatedtags.md +2 -13
- package/docs/API-reference/api/x-components.relatedtagsmutations.setselectedrelatedtags.md +2 -13
- package/docs/API-reference/api/x-components.relatedtagsstate.md +1 -1
- package/docs/API-reference/api/x-components.removefromhistory.md +1 -1
- package/docs/API-reference/api/x-components.removesearchinputfocus.md +17 -0
- package/docs/API-reference/api/x-components.resetrequestonrefinement.md +1 -1
- package/docs/API-reference/api/x-components.resetstateifnorequestwire.md +1 -1
- package/docs/API-reference/api/x-components.resultfeature.md +1 -1
- package/docs/API-reference/api/x-components.resultslist.md +3 -3
- package/docs/API-reference/api/x-components.resultvariantselector.md +1 -1
- package/docs/API-reference/api/x-components.sanitize.md +14 -1
- package/docs/API-reference/api/x-components.saveidentifierresultsorigin.md +1 -1
- package/docs/API-reference/api/x-components.savequery.md +1 -1
- package/docs/API-reference/api/x-components.savesearchorigin.md +1 -1
- package/docs/API-reference/api/x-components.savesearchresponse.md +1 -1
- package/docs/API-reference/api/x-components.scroll.md +1 -1
- package/docs/API-reference/api/x-components.scrollmutations.md +5 -5
- package/docs/API-reference/api/x-components.scrollmutations.setpendingscrollto.md +2 -13
- package/docs/API-reference/api/x-components.scrollmutations.setscrollcomponentstate.md +2 -13
- package/docs/API-reference/api/x-components.scrolltotop.md +6 -6
- package/docs/API-reference/api/x-components.scrollvisibilityobserver.md +5 -5
- package/docs/API-reference/api/x-components.scrollvisibilityobserver.observe.md +2 -13
- package/docs/API-reference/api/x-components.scrollvisibilityobserver.unobserve.md +2 -13
- package/docs/API-reference/api/x-components.scrollxevents.md +8 -8
- package/docs/API-reference/api/x-components.scrollxevents.scrollrestorefailed.md +1 -1
- package/docs/API-reference/api/x-components.scrollxevents.scrollrestoresucceeded.md +1 -1
- package/docs/API-reference/api/x-components.scrollxevents.useralmostreachedscrollend.md +1 -1
- package/docs/API-reference/api/x-components.scrollxevents.userchangedscrolldirection.md +1 -1
- package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollend.md +1 -1
- package/docs/API-reference/api/x-components.scrollxevents.userreachedscrollstart.md +1 -1
- package/docs/API-reference/api/x-components.scrollxevents.userscrolled.md +1 -1
- package/docs/API-reference/api/x-components.scrollxevents.userscrolledtoelement.md +1 -1
- package/docs/API-reference/api/x-components.searchactions.cancelfetchandsavesearchresponse.md +3 -7
- package/docs/API-reference/api/x-components.searchactions.fetchandsavesearchresponse.md +2 -13
- package/docs/API-reference/api/x-components.searchactions.fetchsearchresponse.md +2 -15
- package/docs/API-reference/api/x-components.searchactions.increasepageappendingresults.md +3 -6
- package/docs/API-reference/api/x-components.searchactions.md +12 -12
- package/docs/API-reference/api/x-components.searchactions.resetrequestonrefinement.md +2 -13
- package/docs/API-reference/api/x-components.searchactions.saveorigin.md +2 -13
- package/docs/API-reference/api/x-components.searchactions.savesearchresponse.md +2 -13
- package/docs/API-reference/api/x-components.searchactions.seturlparams.md +2 -13
- package/docs/API-reference/api/x-components.searchboxactions.md +5 -5
- package/docs/API-reference/api/x-components.searchboxactions.setinputstatus.md +2 -13
- package/docs/API-reference/api/x-components.searchboxactions.seturlparams.md +2 -13
- package/docs/API-reference/api/x-components.searchboxmutations.md +5 -5
- package/docs/API-reference/api/x-components.searchboxmutations.setinputstatus.md +2 -13
- package/docs/API-reference/api/x-components.searchboxstate.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.md +12 -12
- package/docs/API-reference/api/x-components.searchboxxevents.searchboxquerychanged.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.userblurredsearchbox.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.userclearedquery.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.userclickedsearchbox.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.userfocusedsearchbox.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.userhoveredinsearchbox.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.userhoveredoutsearchbox.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.useristypingaquery.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.userpressedclearsearchboxbutton.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.userpressedenterkey.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.userpressedsearchbutton.md +1 -1
- package/docs/API-reference/api/x-components.searchboxxevents.usertalked.md +1 -1
- package/docs/API-reference/api/x-components.searchbutton.md +1 -1
- package/docs/API-reference/api/x-components.searchconfig.md +1 -0
- package/docs/API-reference/api/x-components.searchconfig.pagemode.md +11 -0
- package/docs/API-reference/api/x-components.searchinput.md +1 -1
- package/docs/API-reference/api/x-components.searchinputplaceholder.md +5 -5
- package/docs/API-reference/api/x-components.searchmutations.appendresults.md +2 -13
- package/docs/API-reference/api/x-components.searchmutations.md +30 -30
- package/docs/API-reference/api/x-components.searchmutations.resetstate.md +3 -7
- package/docs/API-reference/api/x-components.searchmutations.resetstateforreload.md +3 -7
- package/docs/API-reference/api/x-components.searchmutations.setbanners.md +2 -13
- package/docs/API-reference/api/x-components.searchmutations.setdisplaytagging.md +2 -13
- package/docs/API-reference/api/x-components.searchmutations.setfacets.md +2 -13
- package/docs/API-reference/api/x-components.searchmutations.setfromnoresultswithfilters.md +2 -13
- package/docs/API-reference/api/x-components.searchmutations.setisappendresults.md +2 -13
- package/docs/API-reference/api/x-components.searchmutations.setisnoresults.md +2 -13
- package/docs/API-reference/api/x-components.searchmutations.setorigin.md +2 -13
- package/docs/API-reference/api/x-components.searchmutations.setpage.md +2 -13
- package/docs/API-reference/api/x-components.searchmutations.setparams.md +2 -13
- package/docs/API-reference/api/x-components.searchmutations.setpartialresults.md +2 -13
- package/docs/API-reference/api/x-components.searchmutations.setpromoteds.md +2 -13
- package/docs/API-reference/api/x-components.searchmutations.setquerytagging.md +2 -13
- package/docs/API-reference/api/x-components.searchmutations.setredirections.md +2 -13
- package/docs/API-reference/api/x-components.searchmutations.setrelatedtags.md +2 -13
- package/docs/API-reference/api/x-components.searchmutations.setresults.md +2 -13
- package/docs/API-reference/api/x-components.searchmutations.setselectedfilters.md +2 -13
- package/docs/API-reference/api/x-components.searchmutations.setsort.md +2 -13
- package/docs/API-reference/api/x-components.searchmutations.setspellcheck.md +2 -13
- package/docs/API-reference/api/x-components.searchmutations.setstats.md +2 -13
- package/docs/API-reference/api/x-components.searchmutations.settotalresults.md +2 -13
- package/docs/API-reference/api/x-components.searchmutations.updateresult.md +2 -13
- package/docs/API-reference/api/x-components.searchstate.md +1 -1
- package/docs/API-reference/api/x-components.searchxevents.md +1 -0
- package/docs/API-reference/api/x-components.searchxevents.userselectedapage.md +13 -0
- package/docs/API-reference/api/x-components.selectedfilters.md +2 -2
- package/docs/API-reference/api/x-components.selectedfilterslist.md +5 -5
- package/docs/API-reference/api/x-components.semanticqueries.md +1 -1
- package/docs/API-reference/api/x-components.semanticqueriesactions.fetchandsavesemanticquery.md +2 -13
- package/docs/API-reference/api/x-components.semanticqueriesactions.fetchsemanticquery.md +2 -15
- package/docs/API-reference/api/x-components.semanticqueriesactions.md +5 -5
- package/docs/API-reference/api/x-components.semanticqueriesgetters.md +1 -0
- package/docs/API-reference/api/x-components.semanticqueriesgetters.query.md +13 -0
- package/docs/API-reference/api/x-components.semanticqueriesmutations.md +8 -7
- package/docs/API-reference/api/x-components.semanticqueriesmutations.setparams.md +2 -13
- package/docs/API-reference/api/x-components.semanticqueriesmutations.setsemanticqueries.md +2 -13
- package/docs/API-reference/api/x-components.semanticqueriesmutations.setsemanticqueriesrelatedtags.md +13 -0
- package/docs/API-reference/api/x-components.semanticqueriesmutations.settotalresults.md +2 -13
- package/docs/API-reference/api/x-components.semanticqueriesstate.md +2 -1
- package/docs/API-reference/api/x-components.semanticqueriesstate.relatedtags.md +13 -0
- package/docs/API-reference/api/x-components.semanticquery.md +1 -1
- package/docs/API-reference/api/x-components.setconfig.md +27 -0
- package/docs/API-reference/api/x-components.sethistoryqueries.md +1 -1
- package/docs/API-reference/api/x-components.setquery.md +25 -0
- package/docs/API-reference/api/x-components.setqueryfromlasthistoryquery.md +1 -1
- package/docs/API-reference/api/x-components.setsearchurlparams.md +1 -1
- package/docs/API-reference/api/x-components.seturlprompt.md +13 -0
- package/docs/API-reference/api/x-components.simplefilter.md +15 -4
- package/docs/API-reference/api/x-components.singlecolumnlayout.md +5 -5
- package/docs/API-reference/api/x-components.slicedfilters.md +2 -2
- package/docs/API-reference/api/x-components.slidingpanel.md +20 -7
- package/docs/API-reference/api/x-components.snippetcallbacks.md +14 -3
- package/docs/API-reference/api/x-components.snippetconfigextraparams.md +2 -2
- package/docs/API-reference/api/x-components.sortdropdown.md +6 -6
- package/docs/API-reference/api/x-components.sortedfilters.md +2 -2
- package/docs/API-reference/api/x-components.sortlist.md +5 -5
- package/docs/API-reference/api/x-components.sortpickerlist.md +5 -5
- package/docs/API-reference/api/x-components.spatialnavigation.md +4 -4
- package/docs/API-reference/api/x-components.spatialnavigation.navigateto.md +2 -15
- package/docs/API-reference/api/x-components.spellcheck.md +2 -2
- package/docs/API-reference/api/x-components.spellcheckbutton.md +1 -1
- package/docs/API-reference/api/x-components.stateselector.filter.md +2 -16
- package/docs/API-reference/api/x-components.stateselector.md +1 -6
- package/docs/API-reference/api/x-components.statusmutations.md +4 -4
- package/docs/API-reference/api/x-components.statusmutations.setstatus.md +2 -13
- package/docs/API-reference/api/x-components.storemodulestateandgetters.getters.md +11 -0
- package/docs/API-reference/api/x-components.storemodulestateandgetters.md +9 -6
- package/docs/API-reference/api/x-components.storemodulestateandgetters.state.md +11 -0
- package/docs/API-reference/api/x-components.subjectpayload.eventpayload.md +13 -0
- package/docs/API-reference/api/x-components.subjectpayload.md +21 -0
- package/docs/API-reference/api/x-components.subjectpayload.metadata.md +13 -0
- package/docs/API-reference/api/x-components.tagging.md +6 -6
- package/docs/API-reference/api/x-components.taggingactions.md +4 -4
- package/docs/API-reference/api/x-components.taggingactions.track.md +2 -13
- package/docs/API-reference/api/x-components.taggingconfig.md +2 -2
- package/docs/API-reference/api/{x-components.taggingconfig.clickedresultstoragekey.md → x-components.taggingconfig.storagekey.md} +3 -3
- package/docs/API-reference/api/x-components.taggingconfig.storagettlms.md +13 -0
- package/docs/API-reference/api/x-components.taggingmutations.md +7 -7
- package/docs/API-reference/api/x-components.taggingmutations.setconsent.md +2 -13
- package/docs/API-reference/api/x-components.taggingmutations.setnoresultstaggingenabled.md +2 -13
- package/docs/API-reference/api/x-components.taggingmutations.setquerytagginginfo.md +2 -13
- package/docs/API-reference/api/x-components.taggingxevents.md +1 -1
- package/docs/API-reference/api/x-components.taggingxevents.resulturltrackingenabled.md +1 -1
- package/docs/API-reference/api/x-components.takenavigationcontrol.direction.md +11 -0
- package/docs/API-reference/api/x-components.takenavigationcontrol.md +10 -7
- package/docs/API-reference/api/x-components.takenavigationcontrol.modulename.md +11 -0
- package/docs/API-reference/api/x-components.takenavigationcontrol.xevent.md +11 -0
- package/docs/API-reference/api/x-components.throttlefunction.md +4 -4
- package/docs/API-reference/api/x-components.togglerelatedtag.md +1 -1
- package/docs/API-reference/api/x-components.track.md +1 -1
- package/docs/API-reference/api/x-components.trackaioverviewbuttonclickedwire.md +13 -0
- package/docs/API-reference/api/x-components.tracknoresultsquerywithfallbackwire.md +13 -0
- package/docs/API-reference/api/x-components.tracknoresultsquerywithfallbackwiredebounced.md +13 -0
- package/docs/API-reference/api/x-components.tracknoresultsquerywithsemanticswire.md +6 -1
- package/docs/API-reference/api/x-components.tracknoresultsquerywithsemanticswiredebounced.md +6 -1
- package/docs/API-reference/api/x-components.trackpromotedclickedwire.md +13 -0
- package/docs/API-reference/api/x-components.trackrelatedprompttoolingdisplayclickwire.md +13 -0
- package/docs/API-reference/api/x-components.tracktoolingadd2cartwire.md +13 -0
- package/docs/API-reference/api/x-components.tracktoolingdisplayclickedwire.md +13 -0
- package/docs/API-reference/api/x-components.typing.md +13 -0
- package/docs/API-reference/api/x-components.typingoptions.md +22 -0
- package/docs/API-reference/api/x-components.typingoptions.speed.md +13 -0
- package/docs/API-reference/api/x-components.typingoptions.targetattr.md +18 -0
- package/docs/API-reference/api/x-components.typingoptions.text.md +13 -0
- package/docs/API-reference/api/x-components.urlmutations.md +14 -13
- package/docs/API-reference/api/x-components.urlmutations.setfilters.md +2 -13
- package/docs/API-reference/api/x-components.urlmutations.setinitialextraparams.md +2 -13
- package/docs/API-reference/api/x-components.urlmutations.setpage.md +2 -13
- package/docs/API-reference/api/x-components.urlmutations.setparams.md +2 -13
- package/docs/API-reference/api/x-components.urlmutations.setprompt.md +13 -0
- package/docs/API-reference/api/x-components.urlmutations.setrelatedtags.md +2 -13
- package/docs/API-reference/api/x-components.urlmutations.setscroll.md +2 -13
- package/docs/API-reference/api/x-components.urlmutations.setsort.md +2 -13
- package/docs/API-reference/api/x-components.urlparams.md +1 -0
- package/docs/API-reference/api/x-components.urlparams.prompt.md +11 -0
- package/docs/API-reference/api/x-components.urlstate.md +1 -1
- package/docs/API-reference/api/x-components.urlxevents.extraparamsloadedfromurl.md +1 -1
- package/docs/API-reference/api/x-components.urlxevents.md +4 -4
- package/docs/API-reference/api/x-components.urlxevents.paramsloadedfromurl.md +1 -1
- package/docs/API-reference/api/x-components.urlxevents.pushableurlstateupdated.md +1 -1
- package/docs/API-reference/api/x-components.urlxevents.replaceableurlstateupdated.md +1 -1
- package/docs/API-reference/api/x-components.use_x.md +4 -4
- package/docs/API-reference/api/x-components.useemitdisplayevent.md +2 -2
- package/docs/API-reference/api/x-components.usegetter.md +3 -17
- package/docs/API-reference/api/x-components.useondisplay.md +2 -2
- package/docs/API-reference/api/x-components.usequeriespreview.md +7 -1
- package/docs/API-reference/api/x-components.usestate.md +5 -4
- package/docs/API-reference/api/x-components.usexbus.md +4 -4
- package/docs/API-reference/api/x-components.wire.md +1 -1
- package/docs/API-reference/api/x-components.wirepayload.md +1 -1
- package/docs/API-reference/api/x-components.xactioncontext.commit.md +2 -13
- package/docs/API-reference/api/x-components.xactioncontext.dispatch.md +2 -13
- package/docs/API-reference/api/x-components.xactioncontext.md +2 -9
- package/docs/API-reference/api/x-components.xapi.addproducttocart.md +2 -12
- package/docs/API-reference/api/x-components.xapi.getsnippetconfig.md +2 -8
- package/docs/API-reference/api/x-components.xapi.init.md +2 -13
- package/docs/API-reference/api/x-components.xapi.md +9 -9
- package/docs/API-reference/api/x-components.xapi.search.md +2 -13
- package/docs/API-reference/api/x-components.xapi.setsnippetconfig.md +2 -13
- package/docs/API-reference/api/x-components.xbus.emit.md +13 -0
- package/docs/API-reference/api/x-components.xbus.md +21 -0
- package/docs/API-reference/api/x-components.xbus.on.md +13 -0
- package/docs/API-reference/api/x-components.xcomponentapi.md +1 -1
- package/docs/API-reference/api/x-components.xcomponentbusapi.emit.md +3 -13
- package/docs/API-reference/api/x-components.xcomponentbusapi.md +3 -9
- package/docs/API-reference/api/x-components.xcomponentbusapi.on.md +1 -0
- package/docs/API-reference/api/x-components.xeventstypes.md +2 -2
- package/docs/API-reference/api/x-components.xinstaller.init.md +1 -1
- package/docs/API-reference/api/x-components.xmodulestree.ai.md +11 -0
- package/docs/API-reference/api/x-components.xmodulestree.md +1 -0
- package/docs/API-reference/api/x-components.xplugin._constructor_.md +1 -1
- package/docs/API-reference/api/x-components.xplugin.adapter.md +1 -1
- package/docs/API-reference/api/x-components.xplugin.bus.md +1 -1
- package/docs/API-reference/api/x-components.xprioritybus._constructor_.md +25 -0
- package/docs/API-reference/api/x-components.xprioritybus.emit.md +28 -0
- package/docs/API-reference/api/x-components.xprioritybus.md +28 -0
- package/docs/API-reference/api/x-components.xprioritybus.on.md +27 -0
- package/docs/API-reference/api/x-components.xprioritybuseventmetadata.md +22 -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 +22 -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 +22 -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 +23 -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-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 +28 -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 +22 -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 +25 -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.aisuggestionsearch.md +22 -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.aisuggestionsrequest.md +21 -0
- package/docs/API-reference/api/x-types.aisuggestionsrequest.query.md +11 -0
- package/docs/API-reference/api/x-types.aisuggestionssearchrequest.md +21 -0
- package/docs/API-reference/api/x-types.aisuggestionssearchrequest.queries.md +14 -0
- package/docs/API-reference/api/x-types.aisuggestionssearchresponse.md +20 -0
- package/docs/API-reference/api/x-types.aisuggestionssearchresponse.suggestions.md +11 -0
- package/docs/API-reference/api/x-types.aitasksrequest.md +21 -0
- package/docs/API-reference/api/x-types.aitasksrequest.taskid.md +11 -0
- package/docs/API-reference/api/x-types.aitasksresponse.md +21 -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.md +12 -1
- package/docs/API-reference/api/x-types.relatedprompt.md +5 -1
- package/docs/API-reference/api/x-types.relatedprompt.nextqueries.md +1 -1
- package/docs/API-reference/api/x-types.relatedprompt.relatedpromptnextqueries.md +13 -0
- package/docs/API-reference/api/x-types.relatedprompt.suggestionimageurl.md +13 -0
- package/docs/API-reference/api/x-types.relatedprompt.tagging.md +17 -0
- package/docs/API-reference/api/x-types.relatedprompt.toolingdisplaytagging.md +13 -0
- package/docs/API-reference/api/x-types.relatedpromptnextquery.md +23 -0
- package/docs/API-reference/api/x-types.relatedpromptnextquery.query.md +13 -0
- package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplayadd2carttagging.md +13 -0
- package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplayclicktagging.md +13 -0
- package/docs/API-reference/api/x-types.relatedpromptnextquery.toolingdisplaytagging.md +13 -0
- package/docs/API-reference/api/x-types.stats.md +1 -1
- package/docs/API-reference/api/x-types.stats.price.md +2 -2
- package/docs/API-reference/api/x-types.stepempathising.md +21 -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.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.aitasks.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.md +6 -0
- package/docs/API-reference/components/ai/x-components.ai-overview.md +29 -0
- package/docs/API-reference/components/common/animations/x-components.animate-width.md +14 -14
- package/docs/API-reference/components/common/animations/x-components.change-height.md +13 -0
- package/docs/API-reference/components/common/animations/x-components.collapse-height.md +2 -2
- package/docs/API-reference/components/common/animations/x-components.collapse-width.md +2 -2
- package/docs/API-reference/components/common/animations/x-components.cross-fade.md +2 -2
- package/docs/API-reference/components/common/animations/x-components.fade-and-slide.md +2 -2
- package/docs/API-reference/components/common/animations/x-components.fade.md +11 -11
- package/docs/API-reference/components/common/animations/x-components.staggered-fade-and-slide.md +2 -2
- package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-dropdown.md +36 -35
- package/docs/API-reference/components/common/column-picker/x-components.base-column-picker-list.md +53 -53
- package/docs/API-reference/components/common/currency/x-components.base-currency.md +130 -129
- package/docs/API-reference/components/common/filters/labels/x-components.base-price-filter-label.md +13 -13
- package/docs/API-reference/components/common/filters/labels/x-components.base-rating-filter-label.md +2 -1
- 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 +18 -18
- package/docs/API-reference/components/common/modals/x-components.base-events-modal-open.md +18 -18
- package/docs/API-reference/components/common/modals/x-components.base-events-modal.md +33 -36
- package/docs/API-reference/components/common/modals/x-components.base-id-modal-close.md +20 -18
- package/docs/API-reference/components/common/modals/x-components.base-id-modal-open.md +19 -19
- package/docs/API-reference/components/common/modals/x-components.base-id-modal.md +22 -22
- package/docs/API-reference/components/common/modals/x-components.base-modal.md +44 -44
- package/docs/API-reference/components/common/modals/x-components.close-main-modal.md +10 -10
- package/docs/API-reference/components/common/modals/x-components.main-modal.md +30 -30
- package/docs/API-reference/components/common/modals/x-components.open-main-modal.md +10 -10
- package/docs/API-reference/components/common/panels/x-components.base-header-toggle-panel.md +2 -2
- package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel-button.md +18 -17
- package/docs/API-reference/components/common/panels/x-components.base-id-toggle-panel.md +18 -18
- package/docs/API-reference/components/common/panels/x-components.base-tabs-panel.md +70 -70
- package/docs/API-reference/components/common/panels/x-components.base-toggle-panel.md +2 -2
- package/docs/API-reference/components/common/result/x-components.base-result-current-price.md +2 -1
- package/docs/API-reference/components/common/result/x-components.base-result-image.md +20 -20
- package/docs/API-reference/components/common/result/x-components.base-result-previous-price.md +16 -16
- package/docs/API-reference/components/common/result/x-components.base-result-rating.md +118 -118
- package/docs/API-reference/components/common/result/x-components.result-variant-selector.md +149 -149
- package/docs/API-reference/components/common/result/x-components.result-variants-provider.md +102 -102
- package/docs/API-reference/components/common/scroll/x-components.base-scroll.md +62 -62
- package/docs/API-reference/components/common/suggestions/x-components.base-suggestion.md +50 -49
- package/docs/API-reference/components/common/suggestions/x-components.base-suggestions.md +84 -84
- package/docs/API-reference/components/common/x-components.auto-progress-bar.md +21 -21
- package/docs/API-reference/components/common/x-components.base-dropdown.md +19 -19
- package/docs/API-reference/components/common/x-components.base-event-button.md +5 -4
- package/docs/API-reference/components/common/x-components.base-grid.md +6 -5
- package/docs/API-reference/components/common/x-components.base-keyboard-navigation.md +10 -10
- package/docs/API-reference/components/common/x-components.base-rating.md +2 -1
- package/docs/API-reference/components/common/x-components.base-slider.md +75 -73
- package/docs/API-reference/components/common/x-components.base-switch.md +27 -26
- package/docs/API-reference/components/common/x-components.base-teleport.md +69 -0
- package/docs/API-reference/components/common/x-components.base-variable-column-grid.md +86 -85
- package/docs/API-reference/components/common/x-components.display-click-provider.md +17 -0
- package/docs/API-reference/components/common/x-components.display-emitter.md +7 -7
- package/docs/API-reference/components/common/x-components.global-x-bus.md +14 -13
- package/docs/API-reference/components/common/x-components.highlight.md +26 -26
- package/docs/API-reference/components/common/x-components.items-list.md +3 -3
- package/docs/API-reference/components/common/x-components.location-provider.md +11 -10
- package/docs/API-reference/components/common/x-components.page-loader-button.md +39 -39
- package/docs/API-reference/components/common/x-components.page-selector.md +137 -0
- package/docs/API-reference/components/common/x-components.sliding-panel.md +115 -113
- package/docs/API-reference/components/common/x-components.snippet-callbacks.md +7 -7
- package/docs/API-reference/components/device/x-components.device-detector.md +57 -57
- package/docs/API-reference/components/empathize/x-components.empathize.md +40 -14
- package/docs/API-reference/components/experience-controls/x-components.experience-controls.md +8 -8
- package/docs/API-reference/components/extra-params/x-components.extra-params.md +16 -15
- package/docs/API-reference/components/extra-params/x-components.renderless-extra-param.md +17 -16
- package/docs/API-reference/components/extra-params/x-components.snippet-config-extra-params.md +23 -23
- package/docs/API-reference/components/facets/x-components.facets/facets-provider.md +40 -39
- package/docs/API-reference/components/facets/x-components.facets/facets.md +47 -47
- package/docs/API-reference/components/facets/x-components.filters/all-filter.md +5 -4
- package/docs/API-reference/components/facets/x-components.filters/editable-number-range-filter.md +87 -87
- package/docs/API-reference/components/facets/x-components.filters/hierarchical-filter.md +105 -105
- package/docs/API-reference/components/facets/x-components.filters/number-range-filter.md +66 -66
- package/docs/API-reference/components/facets/x-components.filters/renderless-filter.md +15 -14
- package/docs/API-reference/components/facets/x-components.filters/simple-filter.md +78 -78
- package/docs/API-reference/components/facets/x-components.lists/exclude-filters-with-no-results.md +84 -84
- package/docs/API-reference/components/facets/x-components.lists/filters-list.md +2 -1
- package/docs/API-reference/components/facets/x-components.lists/filters-search.md +1 -1
- package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +23 -23
- package/docs/API-reference/components/facets/x-components.lists/selected-filters.md +4 -4
- package/docs/API-reference/components/facets/x-components.lists/sliced-filters.md +15 -14
- package/docs/API-reference/components/facets/x-components.lists/sorted-filters.md +19 -19
- package/docs/API-reference/components/facets/x-components.preselected-filters.md +24 -24
- package/docs/API-reference/components/history-queries/x-components.clear-history-queries.md +18 -17
- package/docs/API-reference/components/history-queries/x-components.history-queries-switch.md +35 -35
- package/docs/API-reference/components/history-queries/x-components.history-queries.md +70 -70
- package/docs/API-reference/components/history-queries/x-components.history-query.md +67 -67
- package/docs/API-reference/components/history-queries/x-components.my-history.md +74 -74
- package/docs/API-reference/components/history-queries/x-components.remove-history-query.md +3 -2
- package/docs/API-reference/components/identifier-results/x-components.identifier-result.md +2 -2
- package/docs/API-reference/components/identifier-results/x-components.identifier-results.md +14 -13
- package/docs/API-reference/components/next-queries/x-components.next-queries-list.md +52 -52
- package/docs/API-reference/components/next-queries/x-components.next-queries.md +53 -53
- package/docs/API-reference/components/next-queries/x-components.next-query-preview.md +80 -80
- package/docs/API-reference/components/next-queries/x-components.next-query.md +37 -37
- package/docs/API-reference/components/popular-searches/x-components.popular-search.md +35 -35
- package/docs/API-reference/components/popular-searches/x-components.popular-searches.md +45 -44
- package/docs/API-reference/components/queries-preview/x-components.query-preview-button.md +29 -28
- package/docs/API-reference/components/queries-preview/x-components.query-preview-list.md +43 -42
- package/docs/API-reference/components/queries-preview/x-components.query-preview.md +60 -60
- package/docs/API-reference/components/query-suggestions/x-components.query-suggestion.md +53 -53
- package/docs/API-reference/components/query-suggestions/x-components.query-suggestions.md +58 -58
- package/docs/API-reference/components/recommendations/x-components.recommendations.md +41 -40
- package/docs/API-reference/components/related-prompts/x-components.related-prompt.md +8 -15
- package/docs/API-reference/components/related-prompts/x-components.related-prompts-list.md +67 -74
- package/docs/API-reference/components/related-prompts/x-components.related-prompts-tag-list.md +32 -0
- package/docs/API-reference/components/related-tags/x-components.related-tag.md +59 -59
- package/docs/API-reference/components/related-tags/x-components.related-tags.md +72 -71
- package/docs/API-reference/components/scroll/x-components.main-scroll-item.md +18 -17
- package/docs/API-reference/components/scroll/x-components.main-scroll.md +49 -48
- package/docs/API-reference/components/scroll/x-components.scroll-to-top.md +10 -10
- package/docs/API-reference/components/scroll/x-components.scroll.md +59 -59
- package/docs/API-reference/components/search/x-components.banner.md +36 -36
- package/docs/API-reference/components/search/x-components.banners-list.md +59 -58
- package/docs/API-reference/components/search/x-components.fallback-disclaimer.md +8 -8
- package/docs/API-reference/components/search/x-components.partial-query-button.md +9 -9
- package/docs/API-reference/components/search/x-components.partial-results-list.md +5 -5
- package/docs/API-reference/components/search/x-components.promoted.md +42 -42
- package/docs/API-reference/components/search/x-components.promoteds-list.md +61 -60
- package/docs/API-reference/components/search/x-components.redirection.md +21 -21
- package/docs/API-reference/components/search/x-components.results-list.md +63 -62
- package/docs/API-reference/components/search/x-components.sort-dropdown.md +24 -24
- package/docs/API-reference/components/search/x-components.sort-list.md +24 -24
- package/docs/API-reference/components/search/x-components.sort-picker-list.md +34 -34
- package/docs/API-reference/components/search/x-components.spellcheck-button.md +3 -3
- package/docs/API-reference/components/search/x-components.spellcheck.md +10 -10
- package/docs/API-reference/components/search-box/x-components.clear-search-input.md +38 -38
- package/docs/API-reference/components/search-box/x-components.search-button.md +43 -43
- package/docs/API-reference/components/search-box/x-components.search-input-placeholder.md +36 -36
- package/docs/API-reference/components/search-box/x-components.search-input.md +43 -43
- package/docs/API-reference/components/semantic-queries/x-components.semantic-queries.md +52 -52
- package/docs/API-reference/components/semantic-queries/x-components.semantic-query.md +36 -35
- package/docs/API-reference/components/tagging/x-components.tagging.md +39 -40
- package/docs/API-reference/components/url/x-components.url-handler.md +18 -18
- package/extra-params/index.js +1 -1
- package/facets/index.js +23 -23
- package/history-queries/index.js +1 -1
- package/js/components/animations/animate-clip-path/animate-clip-path.factory.js +12 -12
- package/js/components/animations/animate-clip-path/animate-clip-path.factory.js.map +1 -1
- package/js/components/animations/animate-scale/animate-scale.factory.js +12 -12
- package/js/components/animations/animate-scale/animate-scale.factory.js.map +1 -1
- package/js/components/animations/animate-translate/animate-translate.factory.js +12 -12
- package/js/components/animations/animate-translate/animate-translate.factory.js.map +1 -1
- 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/change-height.vue.js +23 -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/collapse-height.vue.js +6 -6
- 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 +1 -1
- package/js/components/animations/collapse-width.vue.js +4 -4
- 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/create-directional-animation-factory.js +20 -20
- package/js/components/animations/create-directional-animation-factory.js.map +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/fade-and-slide.vue.js +1 -2
- 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.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/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 +4 -4
- 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/use-collapse-animation.js +54 -54
- 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.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/base-dropdown.vue.js +15 -17
- package/js/components/base-dropdown.vue.js.map +1 -1
- package/js/components/base-dropdown.vue2.js +273 -278
- package/js/components/base-dropdown.vue2.js.map +1 -1
- package/js/components/base-event-button.vue.js +3 -4
- 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 +11 -18
- package/js/components/base-grid.vue.js.map +1 -1
- package/js/components/base-grid.vue2.js +118 -120
- package/js/components/base-grid.vue2.js.map +1 -1
- package/js/components/base-grid.vue3.js +1 -1
- package/js/components/base-keyboard-navigation.vue.js +3 -4
- package/js/components/base-keyboard-navigation.vue.js.map +1 -1
- package/js/components/base-keyboard-navigation.vue2.js +121 -121
- package/js/components/base-keyboard-navigation.vue2.js.map +1 -1
- package/js/components/base-rating.vue.js +1 -3
- 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 +1 -1
- package/js/components/base-slider.vue.js +17 -19
- package/js/components/base-slider.vue.js.map +1 -1
- package/js/components/base-slider.vue2.js +102 -97
- package/js/components/base-slider.vue2.js.map +1 -1
- package/js/components/base-slider.vue3.js +1 -1
- package/js/components/base-switch.vue.js +2 -2
- package/js/components/base-switch.vue.js.map +1 -1
- package/js/components/base-switch.vue2.js +47 -51
- package/js/components/base-switch.vue2.js.map +1 -1
- package/js/components/base-teleport.vue.js +17 -0
- package/js/components/base-teleport.vue.js.map +1 -0
- package/js/components/base-teleport.vue2.js +132 -0
- package/js/components/base-teleport.vue2.js.map +1 -0
- package/js/components/base-variable-column-grid.vue.js +1 -2
- package/js/components/base-variable-column-grid.vue.js.map +1 -1
- package/js/components/base-variable-column-grid.vue2.js +74 -74
- package/js/components/base-variable-column-grid.vue2.js.map +1 -1
- package/js/components/column-picker/base-column-picker-dropdown.vue.js +5 -7
- 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 +1 -3
- 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 +73 -0
- package/js/components/display-click-provider.vue.js.map +1 -0
- package/js/components/display-click-provider.vue2.js +6 -0
- package/js/components/display-click-provider.vue2.js.map +1 -0
- 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 +1 -3
- 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 +6 -6
- 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-star.vue.js +38 -0
- package/js/components/icons/ai-star.vue.js.map +1 -0
- package/js/components/icons/arrow-down.vue.js +1 -1
- package/js/components/icons/arrow-down.vue.js.map +1 -1
- package/js/components/icons/arrow-left.vue.js +1 -1
- package/js/components/icons/arrow-left.vue.js.map +1 -1
- package/js/components/icons/arrow-right.vue.js +3 -3
- package/js/components/icons/arrow-right.vue.js.map +1 -1
- package/js/components/icons/arrow-up.vue.js +1 -1
- package/js/components/icons/arrow-up.vue.js.map +1 -1
- package/js/components/icons/bag.vue.js +1 -1
- package/js/components/icons/bag.vue.js.map +1 -1
- package/js/components/icons/bar-code.vue.js +1 -1
- package/js/components/icons/bar-code.vue.js.map +1 -1
- package/js/components/icons/barcode-tiny.vue.js +1 -1
- package/js/components/icons/barcode-tiny.vue.js.map +1 -1
- package/js/components/icons/cart-filled.vue.js +1 -1
- package/js/components/icons/cart-filled.vue.js.map +1 -1
- package/js/components/icons/cart.vue.js +1 -1
- package/js/components/icons/cart.vue.js.map +1 -1
- package/js/components/icons/check-tiny.vue.js +1 -1
- package/js/components/icons/check-tiny.vue.js.map +1 -1
- package/js/components/icons/check.vue.js +1 -1
- package/js/components/icons/check.vue.js.map +1 -1
- package/js/components/icons/checkbox-selected-filled.vue.js +1 -1
- package/js/components/icons/checkbox-selected-filled.vue.js.map +1 -1
- package/js/components/icons/checkbox-selected.vue.js +1 -1
- package/js/components/icons/checkbox-selected.vue.js.map +1 -1
- package/js/components/icons/checkbox-unselected-filled.vue.js +1 -1
- package/js/components/icons/checkbox-unselected-filled.vue.js.map +1 -1
- package/js/components/icons/checkbox-unselected.vue.js +1 -1
- package/js/components/icons/checkbox-unselected.vue.js.map +1 -1
- package/js/components/icons/chevron-down.vue.js +3 -3
- package/js/components/icons/chevron-down.vue.js.map +1 -1
- package/js/components/icons/chevron-left.vue.js +1 -1
- package/js/components/icons/chevron-left.vue.js.map +1 -1
- package/js/components/icons/chevron-right.vue.js +1 -1
- package/js/components/icons/chevron-right.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-down.vue.js +1 -1
- package/js/components/icons/chevron-tiny-down.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-left.vue.js +1 -1
- package/js/components/icons/chevron-tiny-left.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-right.vue.js +1 -1
- package/js/components/icons/chevron-tiny-right.vue.js.map +1 -1
- package/js/components/icons/chevron-tiny-up.vue.js +1 -1
- package/js/components/icons/chevron-tiny-up.vue.js.map +1 -1
- package/js/components/icons/chevron-up.vue.js +1 -1
- package/js/components/icons/chevron-up.vue.js.map +1 -1
- package/js/components/icons/corner-arrow-left.vue.js +1 -1
- package/js/components/icons/corner-arrow-left.vue.js.map +1 -1
- package/js/components/icons/corner-arrow-right.vue.js +1 -1
- package/js/components/icons/corner-arrow-right.vue.js.map +1 -1
- package/js/components/icons/cross-tiny.vue.js +1 -1
- package/js/components/icons/cross-tiny.vue.js.map +1 -1
- package/js/components/icons/cross.vue.js +1 -1
- package/js/components/icons/cross.vue.js.map +1 -1
- package/js/components/icons/curated-check-filled.vue.js +1 -1
- package/js/components/icons/curated-check-filled.vue.js.map +1 -1
- package/js/components/icons/curated-check-tiny-filled.vue.js +1 -1
- package/js/components/icons/curated-check-tiny-filled.vue.js.map +1 -1
- package/js/components/icons/curated-check-tiny.vue.js +1 -1
- package/js/components/icons/curated-check-tiny.vue.js.map +1 -1
- package/js/components/icons/curated-check.vue.js +1 -1
- package/js/components/icons/curated-check.vue.js.map +1 -1
- package/js/components/icons/diagonal-arrow-left-down.vue.js +1 -1
- package/js/components/icons/diagonal-arrow-left-down.vue.js.map +1 -1
- package/js/components/icons/diagonal-arrow-left-top.vue.js +1 -1
- package/js/components/icons/diagonal-arrow-left-top.vue.js.map +1 -1
- package/js/components/icons/diagonal-arrow-right-down.vue.js +1 -1
- package/js/components/icons/diagonal-arrow-right-down.vue.js.map +1 -1
- package/js/components/icons/diagonal-arrow-right-top.vue.js +1 -1
- package/js/components/icons/diagonal-arrow-right-top.vue.js.map +1 -1
- package/js/components/icons/filters.vue.js +1 -1
- package/js/components/icons/filters.vue.js.map +1 -1
- package/js/components/icons/grid-1-col.vue.js +1 -1
- package/js/components/icons/grid-1-col.vue.js.map +1 -1
- package/js/components/icons/grid-2-col.vue.js +1 -1
- package/js/components/icons/grid-2-col.vue.js.map +1 -1
- package/js/components/icons/grid-2-rows.vue.js +1 -1
- package/js/components/icons/grid-2-rows.vue.js.map +1 -1
- package/js/components/icons/grid-4-col.vue.js +1 -1
- package/js/components/icons/grid-4-col.vue.js.map +1 -1
- package/js/components/icons/heart-filled.vue.js +1 -1
- package/js/components/icons/heart-filled.vue.js.map +1 -1
- package/js/components/icons/heart.vue.js +1 -1
- package/js/components/icons/heart.vue.js.map +1 -1
- package/js/components/icons/hide.vue.js +1 -1
- package/js/components/icons/hide.vue.js.map +1 -1
- package/js/components/icons/history-tiny.vue.js +1 -1
- package/js/components/icons/history-tiny.vue.js.map +1 -1
- package/js/components/icons/history.vue.js +1 -1
- package/js/components/icons/history.vue.js.map +1 -1
- package/js/components/icons/light-bulb-off.vue.js +1 -1
- package/js/components/icons/light-bulb-off.vue.js.map +1 -1
- package/js/components/icons/light-bulb-on.vue.js +1 -1
- package/js/components/icons/light-bulb-on.vue.js.map +1 -1
- package/js/components/icons/menu.vue.js +1 -1
- package/js/components/icons/menu.vue.js.map +1 -1
- package/js/components/icons/minus-tiny.vue.js +1 -1
- package/js/components/icons/minus-tiny.vue.js.map +1 -1
- package/js/components/icons/minus.vue.js +1 -1
- package/js/components/icons/minus.vue.js.map +1 -1
- package/js/components/icons/plus-tiny.vue.js +1 -1
- package/js/components/icons/plus-tiny.vue.js.map +1 -1
- package/js/components/icons/plus.vue.js +1 -1
- package/js/components/icons/plus.vue.js.map +1 -1
- package/js/components/icons/radiobutton-selected.vue.js +1 -1
- package/js/components/icons/radiobutton-selected.vue.js.map +1 -1
- package/js/components/icons/radiobutton-unselected.vue.js +1 -1
- package/js/components/icons/radiobutton-unselected.vue.js.map +1 -1
- package/js/components/icons/search-tiny.vue.js +1 -1
- package/js/components/icons/search-tiny.vue.js.map +1 -1
- package/js/components/icons/search.vue.js +1 -1
- package/js/components/icons/search.vue.js.map +1 -1
- package/js/components/icons/settings.vue.js +1 -1
- package/js/components/icons/settings.vue.js.map +1 -1
- package/js/components/icons/show.vue.js +1 -1
- package/js/components/icons/show.vue.js.map +1 -1
- package/js/components/icons/sort-az.vue.js +1 -1
- package/js/components/icons/sort-az.vue.js.map +1 -1
- package/js/components/icons/sort-price-down.vue.js +1 -1
- package/js/components/icons/sort-price-down.vue.js.map +1 -1
- package/js/components/icons/sort-price-up.vue.js +1 -1
- package/js/components/icons/sort-price-up.vue.js.map +1 -1
- package/js/components/icons/sort-relevancy.vue.js +1 -1
- package/js/components/icons/sort-relevancy.vue.js.map +1 -1
- package/js/components/icons/sort-za.vue.js +1 -1
- package/js/components/icons/sort-za.vue.js.map +1 -1
- package/js/components/icons/spinner.vue.js +22 -0
- package/js/components/icons/spinner.vue.js.map +1 -0
- package/js/components/icons/star-filled.vue.js +1 -1
- package/js/components/icons/star-filled.vue.js.map +1 -1
- package/js/components/icons/star.vue.js +1 -1
- package/js/components/icons/star.vue.js.map +1 -1
- package/js/components/icons/tag-filled.vue.js +1 -1
- package/js/components/icons/tag-filled.vue.js.map +1 -1
- package/js/components/icons/tag.vue.js +1 -1
- package/js/components/icons/tag.vue.js.map +1 -1
- package/js/components/icons/trash-open.vue.js +1 -1
- package/js/components/icons/trash-open.vue.js.map +1 -1
- package/js/components/icons/trash.vue.js +1 -1
- package/js/components/icons/trash.vue.js.map +1 -1
- package/js/components/icons/trending-tiny.vue.js +1 -1
- package/js/components/icons/trending-tiny.vue.js.map +1 -1
- package/js/components/icons/trending.vue.js +1 -1
- package/js/components/icons/trending.vue.js.map +1 -1
- package/js/components/icons/user-filled.vue.js +1 -1
- package/js/components/icons/user-filled.vue.js.map +1 -1
- package/js/components/icons/user.vue.js +1 -1
- package/js/components/icons/user.vue.js.map +1 -1
- package/js/components/items-list.vue.js +1 -2
- package/js/components/items-list.vue.js.map +1 -1
- package/js/components/items-list.vue2.js +40 -40
- package/js/components/items-list.vue2.js.map +1 -1
- package/js/components/layouts/fixed-header-and-asides-layout.vue.js +9 -15
- package/js/components/layouts/fixed-header-and-asides-layout.vue.js.map +1 -1
- package/js/components/layouts/fixed-header-and-asides-layout.vue2.js +31 -31
- package/js/components/layouts/fixed-header-and-asides-layout.vue2.js.map +1 -1
- package/js/components/layouts/fixed-header-and-asides-layout.vue3.js +1 -1
- package/js/components/layouts/multi-column-max-width-layout.vue.js +2 -10
- package/js/components/layouts/multi-column-max-width-layout.vue.js.map +1 -1
- package/js/components/layouts/multi-column-max-width-layout.vue2.js +21 -21
- package/js/components/layouts/multi-column-max-width-layout.vue2.js.map +1 -1
- package/js/components/layouts/multi-column-max-width-layout.vue4.js +1 -1
- package/js/components/layouts/single-column-layout.vue.js +9 -17
- package/js/components/layouts/single-column-layout.vue.js.map +1 -1
- package/js/components/layouts/single-column-layout.vue2.js +21 -21
- package/js/components/layouts/single-column-layout.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/modals/base-events-modal-close.vue.js +1 -2
- 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 -2
- 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 +4 -4
- package/js/components/modals/base-events-modal.vue.js.map +1 -1
- package/js/components/modals/base-events-modal.vue2.js +82 -82
- package/js/components/modals/base-events-modal.vue2.js.map +1 -1
- package/js/components/modals/base-id-modal-close.vue.js +3 -4
- package/js/components/modals/base-id-modal-close.vue.js.map +1 -1
- package/js/components/modals/base-id-modal-close.vue2.js +34 -33
- package/js/components/modals/base-id-modal-close.vue2.js.map +1 -1
- package/js/components/modals/base-id-modal-open.vue.js +3 -4
- package/js/components/modals/base-id-modal-open.vue.js.map +1 -1
- package/js/components/modals/base-id-modal-open.vue2.js +33 -32
- package/js/components/modals/base-id-modal-open.vue2.js.map +1 -1
- package/js/components/modals/base-id-modal.vue.js +4 -4
- package/js/components/modals/base-id-modal.vue.js.map +1 -1
- package/js/components/modals/base-id-modal.vue2.js +87 -87
- package/js/components/modals/base-id-modal.vue2.js.map +1 -1
- package/js/components/modals/base-modal.vue.js +6 -6
- package/js/components/modals/base-modal.vue.js.map +1 -1
- package/js/components/modals/base-modal.vue2.js +192 -182
- package/js/components/modals/base-modal.vue2.js.map +1 -1
- package/js/components/modals/close-main-modal.vue.js +2 -2
- 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 +5 -5
- 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 +2 -2
- 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 +8 -10
- package/js/components/page-loader-button.vue.js.map +1 -1
- package/js/components/page-loader-button.vue2.js +49 -49
- package/js/components/page-loader-button.vue2.js.map +1 -1
- package/js/components/page-loader-button.vue3.js +7 -0
- package/js/components/page-loader-button.vue3.js.map +1 -0
- package/js/components/page-selector.vue.js +78 -0
- package/js/components/page-selector.vue.js.map +1 -0
- package/js/components/page-selector.vue2.js +128 -0
- package/js/components/page-selector.vue2.js.map +1 -0
- package/js/components/page-selector.vue3.js +7 -0
- package/js/components/page-selector.vue3.js.map +1 -0
- package/js/components/panels/base-header-toggle-panel.vue.js +3 -7
- package/js/components/panels/base-header-toggle-panel.vue.js.map +1 -1
- package/js/components/panels/base-header-toggle-panel.vue2.js +55 -54
- package/js/components/panels/base-header-toggle-panel.vue2.js.map +1 -1
- package/js/components/panels/base-id-toggle-panel-button.vue.js +1 -2
- 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 +58 -57
- package/js/components/panels/base-id-toggle-panel-button.vue2.js.map +1 -1
- package/js/components/panels/base-id-toggle-panel.vue.js +1 -2
- package/js/components/panels/base-id-toggle-panel.vue.js.map +1 -1
- package/js/components/panels/base-id-toggle-panel.vue2.js +76 -75
- package/js/components/panels/base-id-toggle-panel.vue2.js.map +1 -1
- package/js/components/panels/base-tabs-panel.vue.js +5 -8
- package/js/components/panels/base-tabs-panel.vue.js.map +1 -1
- package/js/components/panels/base-tabs-panel.vue2.js +107 -106
- package/js/components/panels/base-tabs-panel.vue2.js.map +1 -1
- package/js/components/panels/base-toggle-panel.vue.js +1 -2
- 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 +3 -3
- 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 +49 -35
- package/js/components/result/base-result-add-to-cart.vue2.js.map +1 -1
- package/js/components/result/base-result-current-price.vue.js +1 -2
- 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 +1 -1
- package/js/components/result/base-result-fallback-image.vue.js.map +1 -1
- package/js/components/result/base-result-image.vue.js +39 -59
- package/js/components/result/base-result-image.vue.js.map +1 -1
- package/js/components/result/base-result-image.vue2.js +158 -157
- package/js/components/result/base-result-image.vue2.js.map +1 -1
- package/js/components/result/base-result-link.vue.js +6 -7
- package/js/components/result/base-result-link.vue.js.map +1 -1
- package/js/components/result/base-result-link.vue2.js +62 -61
- package/js/components/result/base-result-link.vue2.js.map +1 -1
- package/js/components/result/base-result-placeholder-image.vue.js +1 -1
- package/js/components/result/base-result-placeholder-image.vue.js.map +1 -1
- package/js/components/result/base-result-previous-price.vue.js +1 -2
- 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 +5 -8
- package/js/components/result/base-result-rating.vue.js.map +1 -1
- package/js/components/result/base-result-rating.vue2.js +50 -49
- package/js/components/result/base-result-rating.vue2.js.map +1 -1
- package/js/components/result/result-variant-selector.vue.js +3 -5
- 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-variants-provider.vue.js +118 -118
- package/js/components/result/result-variants-provider.vue.js.map +1 -1
- package/js/components/scroll/base-scroll.vue.js +2 -2
- 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 +211 -212
- package/js/components/scroll/use-scroll.js.map +1 -1
- package/js/components/sliding-panel.vue.js +41 -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 +1 -1
- 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 +3 -4
- package/js/components/suggestions/base-suggestion.vue.js.map +1 -1
- package/js/components/suggestions/base-suggestion.vue2.js +135 -135
- package/js/components/suggestions/base-suggestion.vue2.js.map +1 -1
- package/js/components/suggestions/base-suggestions.vue.js +1 -2
- package/js/components/suggestions/base-suggestions.vue.js.map +1 -1
- package/js/components/suggestions/base-suggestions.vue2.js +120 -120
- package/js/components/suggestions/base-suggestions.vue2.js.map +1 -1
- package/js/components/x-component.utils.js +40 -39
- 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 -131
- 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 +18 -17
- package/js/composables/use-getter.js.map +1 -1
- package/js/composables/use-on-display.js +47 -51
- package/js/composables/use-on-display.js.map +1 -1
- package/js/composables/use-state.js +15 -16
- package/js/composables/use-state.js.map +1 -1
- package/js/composables/use-x-bus.js +68 -70
- package/js/composables/use-x-bus.js.map +1 -1
- package/js/directives/infinite-scroll.js +96 -96
- package/js/directives/infinite-scroll.js.map +1 -1
- package/js/directives/typing.js +57 -0
- package/js/directives/typing.js.map +1 -0
- package/js/index.js +114 -97
- package/js/index.js.map +1 -1
- package/js/plugins/devtools/colors.utils.js +42 -42
- package/js/plugins/devtools/colors.utils.js.map +1 -1
- package/js/plugins/devtools/devtools.plugin.js +24 -23
- package/js/plugins/devtools/devtools.plugin.js.map +1 -1
- package/js/plugins/devtools/timeline.devtools.js +103 -102
- package/js/plugins/devtools/timeline.devtools.js.map +1 -1
- package/js/plugins/devtools/wiring.devtools.js +114 -110
- package/js/plugins/devtools/wiring.devtools.js.map +1 -1
- package/js/plugins/x-bus.js +19 -19
- package/js/plugins/x-bus.js.map +1 -1
- package/js/plugins/x-emitters.js +62 -60
- package/js/plugins/x-emitters.js.map +1 -1
- package/js/plugins/x-plugin.js +310 -310
- package/js/plugins/x-plugin.js.map +1 -1
- package/js/plugins/x-plugin.utils.js +24 -28
- package/js/plugins/x-plugin.utils.js.map +1 -1
- package/js/services/directional-focus-navigation.service.js +408 -410
- package/js/services/directional-focus-navigation.service.js.map +1 -1
- 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 -74
- package/js/store/utils/fetch-and-save-action.utils.js.map +1 -1
- package/js/store/utils/getters-proxy.utils.js +96 -95
- 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 -5
- package/js/types/animation-prop.js.map +1 -1
- package/js/utils/array.js +183 -182
- 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 -10
- package/js/utils/clone.js.map +1 -1
- package/js/utils/currency-formatter.js +117 -114
- package/js/utils/currency-formatter.js.map +1 -1
- package/js/utils/debounce.js +58 -60
- 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 +6 -8
- package/js/utils/focus.js.map +1 -1
- package/js/utils/function.js +6 -7
- 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 +30 -0
- package/js/utils/ios-utils.js.map +1 -0
- 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 -12
- package/js/utils/number.js.map +1 -1
- package/js/utils/origin.js +15 -17
- 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 -15
- 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 +65 -63
- package/js/wiring/namespaced-wires.factory.js.map +1 -1
- package/js/wiring/namespaced-wires.operators.js +40 -40
- package/js/wiring/namespaced-wires.operators.js.map +1 -1
- package/js/wiring/wires-operators.utils.js +49 -47
- package/js/wiring/wires-operators.utils.js.map +1 -1
- package/js/wiring/wires.factory.js +108 -101
- package/js/wiring/wires.factory.js.map +1 -1
- package/js/wiring/wires.operators.js +120 -120
- 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 +181 -0
- package/js/x-bus/x-bus.js.map +1 -0
- package/js/x-bus/x-priority-queue/x-priority-queue.js +177 -0
- package/js/x-bus/x-priority-queue/x-priority-queue.js.map +1 -0
- package/js/x-installer/api/base-api.js +109 -110
- package/js/x-installer/api/base-api.js.map +1 -1
- package/js/x-installer/x-installer/x-installer.js +276 -275
- package/js/x-installer/x-installer/x-installer.js.map +1 -1
- package/js/x-modules/ai/components/ai-overview.vue.js +283 -0
- package/js/x-modules/ai/components/ai-overview.vue.js.map +1 -0
- package/js/x-modules/ai/components/ai-overview.vue2.js +233 -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 +31 -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 +87 -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/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 +16 -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 +17 -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 +97 -0
- package/js/x-modules/ai/store/module.js.map +1 -0
- package/js/x-modules/ai/wiring.js +59 -0
- package/js/x-modules/ai/wiring.js.map +1 -0
- package/js/x-modules/ai/x-module.js +28 -0
- package/js/x-modules/ai/x-module.js.map +1 -0
- package/js/x-modules/device/components/device-detector.vue.js +2 -2
- package/js/x-modules/device/components/device-detector.vue.js.map +1 -1
- package/js/x-modules/device/components/device-detector.vue2.js +118 -118
- package/js/x-modules/device/components/device-detector.vue2.js.map +1 -1
- package/js/x-modules/device/store/emitters.js +6 -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 +5 -6
- package/js/x-modules/empathize/components/empathize.vue.js.map +1 -1
- package/js/x-modules/empathize/components/empathize.vue2.js +154 -121
- package/js/x-modules/empathize/components/empathize.vue2.js.map +1 -1
- package/js/x-modules/empathize/store/emitters.js +6 -5
- package/js/x-modules/empathize/store/emitters.js.map +1 -1
- package/js/x-modules/empathize/store/module.js +19 -19
- 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 +25 -26
- 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 -15
- 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 +11 -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 -15
- 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 +32 -34
- package/js/x-modules/experience-controls/store/module.js.map +1 -1
- package/js/x-modules/experience-controls/wiring.js +37 -37
- package/js/x-modules/experience-controls/wiring.js.map +1 -1
- package/js/x-modules/experience-controls/x-module.js +12 -12
- package/js/x-modules/experience-controls/x-module.js.map +1 -1
- package/js/x-modules/extra-params/components/extra-params.vue.js +26 -27
- 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 +32 -32
- 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 +11 -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 +12 -12
- package/js/x-modules/extra-params/x-module.js.map +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 +91 -91
- package/js/x-modules/facets/components/facets/facets-provider.vue2.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets.vue.js +20 -33
- package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets.vue2.js +124 -126
- package/js/x-modules/facets/components/facets/facets.vue2.js.map +1 -1
- package/js/x-modules/facets/components/filters/all-filter.vue.js +1 -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 +63 -63
- 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 +11 -16
- 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 -221
- package/js/x-modules/facets/components/filters/editable-number-range-filter.vue2.js.map +1 -1
- package/js/x-modules/facets/components/filters/hierarchical-filter.vue.js +32 -24
- 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 +108 -109
- 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 +13 -16
- 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 +13 -16
- 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 +36 -36
- 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 +1 -2
- 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 +76 -76
- package/js/x-modules/facets/components/lists/filters-list.vue2.js.map +1 -1
- package/js/x-modules/facets/components/lists/filters-search.vue.js +3 -5
- 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 +93 -93
- package/js/x-modules/facets/components/lists/filters-search.vue2.js.map +1 -1
- package/js/x-modules/facets/components/lists/selected-filters-list.vue.js +50 -63
- 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 +58 -58
- 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 +5 -8
- 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 +95 -95
- 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 +46 -46
- package/js/x-modules/facets/components/lists/sorted-filters.vue.js.map +1 -1
- package/js/x-modules/facets/components/preselected-filters.vue.js +62 -62
- package/js/x-modules/facets/components/preselected-filters.vue.js.map +1 -1
- package/js/x-modules/facets/composables/use-facets.js +46 -50
- package/js/x-modules/facets/composables/use-facets.js.map +1 -1
- package/js/x-modules/facets/composables/use-filters-injection.js +54 -57
- 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 -95
- 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 -119
- package/js/x-modules/facets/entities/filter-entity.factory.js.map +1 -1
- package/js/x-modules/facets/entities/hierarchical-filter.entity.js +84 -82
- 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 -28
- 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 -30
- package/js/x-modules/facets/entities/raw-filter.entity.js.map +1 -1
- package/js/x-modules/facets/entities/simple-filter.entity.js +30 -28
- package/js/x-modules/facets/entities/simple-filter.entity.js.map +1 -1
- package/js/x-modules/facets/entities/single-select.modifier.js +83 -81
- 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 +228 -228
- package/js/x-modules/facets/service/facets.service.js.map +1 -1
- package/js/x-modules/facets/store/constants.js.map +1 -1
- 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/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 +66 -66
- package/js/x-modules/facets/store/module.js.map +1 -1
- package/js/x-modules/facets/utils.js +14 -14
- package/js/x-modules/facets/utils.js.map +1 -1
- package/js/x-modules/facets/wiring.js +194 -194
- 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 +2 -3
- 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 +52 -52
- 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 +4 -4
- 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 +44 -47
- 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 +2 -11
- 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 +26 -28
- 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 +6 -11
- 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 +49 -49
- 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 +3 -6
- 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 +128 -128
- package/js/x-modules/history-queries/components/my-history.vue2.js.map +1 -1
- package/js/x-modules/history-queries/components/remove-history-query.vue.js +1 -2
- 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 +135 -137
- 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 -12
- 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 -11
- 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 -68
- 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 +16 -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 -14
- package/js/x-modules/history-queries/store/getters/history-queries-with-results.getter.js.map +1 -1
- 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 +12 -11
- package/js/x-modules/history-queries/store/getters/normalized-query.getter.js.map +1 -1
- package/js/x-modules/history-queries/store/getters/session-history-queries.getter.js +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 +54 -54
- package/js/x-modules/history-queries/store/module.js.map +1 -1
- package/js/x-modules/history-queries/wiring.js +168 -168
- 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 +2 -2
- 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 +53 -55
- 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 +1 -2
- 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 +57 -57
- package/js/x-modules/identifier-results/components/identifier-results.vue2.js.map +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 -14
- 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 -11
- 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 -17
- package/js/x-modules/identifier-results/store/actions/save-query.action.js.map +1 -1
- package/js/x-modules/identifier-results/store/emitters.js +12 -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 -12
- 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 -20
- 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 -19
- 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 +47 -47
- package/js/x-modules/identifier-results/store/module.js.map +1 -1
- package/js/x-modules/identifier-results/wiring.js +113 -113
- 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 +121 -123
- 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 +3 -9
- 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 +49 -49
- 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 +1 -3
- 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 +56 -56
- 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 +3 -6
- 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 -22
- 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 -18
- 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 -23
- 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 -13
- 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 -11
- 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 +12 -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 -12
- package/js/x-modules/next-queries/store/getters/next-queries-query.getter.js.map +1 -1
- package/js/x-modules/next-queries/store/getters/next-queries.getter.js +13 -14
- 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 -21
- package/js/x-modules/next-queries/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/next-queries/store/module.js +63 -63
- package/js/x-modules/next-queries/store/module.js.map +1 -1
- package/js/x-modules/next-queries/wiring.js +129 -129
- 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 +3 -6
- 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 -7
- 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 +25 -25
- 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 -20
- 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 -15
- 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 -16
- package/js/x-modules/popular-searches/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/popular-searches/store/module.js +40 -40
- 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 -2
- 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 +108 -102
- 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 +7 -7
- 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 +148 -148
- package/js/x-modules/queries-preview/components/query-preview-list.vue2.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview.vue.js +1 -2
- 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 +269 -272
- 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 -35
- 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.action.js +41 -43
- 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 -12
- 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 +62 -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 +27 -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 +96 -96
- 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 +1 -4
- 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 -35
- 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 -7
- 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 +17 -17
- 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 -20
- 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 +15 -15
- 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 -11
- 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 +9 -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 +9 -11
- package/js/x-modules/query-suggestions/store/getters/normalized-query.getter.js.map +1 -1
- package/js/x-modules/query-suggestions/store/getters/query-suggestions.getter.js +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 -19
- package/js/x-modules/query-suggestions/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/query-suggestions/store/module.js +46 -46
- package/js/x-modules/query-suggestions/store/module.js.map +1 -1
- package/js/x-modules/query-suggestions/wiring.js +123 -123
- 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 +1 -2
- package/js/x-modules/recommendations/components/recommendations.vue.js.map +1 -1
- package/js/x-modules/recommendations/components/recommendations.vue2.js +60 -62
- package/js/x-modules/recommendations/components/recommendations.vue2.js.map +1 -1
- package/js/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.js +21 -22
- 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 +12 -12
- 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/constants.js.map +1 -1
- package/js/x-modules/recommendations/store/emitters.js +11 -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 +41 -41
- package/js/x-modules/recommendations/store/module.js.map +1 -1
- package/js/x-modules/recommendations/wiring.js +43 -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 +28 -80
- 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 +34 -47
- 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 +1 -1
- package/js/x-modules/related-prompts/components/related-prompts-list.vue.js +142 -145
- 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 +101 -0
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue.js.map +1 -0
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js +219 -0
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue2.js.map +1 -0
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue3.js +7 -0
- package/js/x-modules/related-prompts/components/related-prompts-tag-list.vue3.js.map +1 -0
- 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 +14 -0
- package/js/x-modules/related-prompts/store/actions/set-url-params.action.js.map +1 -0
- package/js/x-modules/related-prompts/store/emitters.js +10 -7
- 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 +18 -0
- package/js/x-modules/related-prompts/store/getters/related-prompts-query.getter.js.map +1 -0
- package/js/x-modules/related-prompts/store/getters/request.getter.js +13 -12
- package/js/x-modules/related-prompts/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/related-prompts/store/module.js +55 -34
- package/js/x-modules/related-prompts/store/module.js.map +1 -1
- package/js/x-modules/related-prompts/wiring.js +81 -67
- package/js/x-modules/related-prompts/wiring.js.map +1 -1
- package/js/x-modules/related-prompts/x-module.js +13 -13
- package/js/x-modules/related-prompts/x-module.js.map +1 -1
- package/js/x-modules/related-tags/components/related-tag.vue.js +3 -4
- 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 +115 -115
- 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 +6 -9
- 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 +52 -54
- package/js/x-modules/related-tags/components/related-tags.vue2.js.map +1 -1
- package/js/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.js +19 -20
- 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 -27
- 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 -19
- 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 +13 -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 -12
- package/js/x-modules/related-tags/store/getters/query.getter.js.map +1 -1
- package/js/x-modules/related-tags/store/getters/related-tags.getter.js +9 -10
- package/js/x-modules/related-tags/store/getters/related-tags.getter.js.map +1 -1
- package/js/x-modules/related-tags/store/getters/request.getter.js +19 -21
- package/js/x-modules/related-tags/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/related-tags/store/module.js +44 -44
- package/js/x-modules/related-tags/store/module.js.map +1 -1
- package/js/x-modules/related-tags/wiring.js +128 -128
- 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 +75 -77
- package/js/x-modules/scroll/components/main-scroll-item.vue2.js.map +1 -1
- package/js/x-modules/scroll/components/main-scroll.vue.js +169 -169
- 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 -2
- 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 +147 -141
- 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 +3 -3
- package/js/x-modules/scroll/components/scroll.vue.js.map +1 -1
- package/js/x-modules/scroll/components/scroll.vue2.js +102 -102
- package/js/x-modules/scroll/components/scroll.vue2.js.map +1 -1
- package/js/x-modules/scroll/store/emitters.js +6 -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 +5 -4
- 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/banners-list.vue.js +96 -95
- 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 +14 -17
- package/js/x-modules/search/components/fallback-disclaimer.vue2.js.map +1 -1
- package/js/x-modules/search/components/partial-query-button.vue.js +2 -2
- 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 +49 -49
- 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 +1 -2
- 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 +50 -52
- package/js/x-modules/search/components/partial-results-list.vue2.js.map +1 -1
- package/js/x-modules/search/components/promoted.vue.js +6 -4
- package/js/x-modules/search/components/promoted.vue.js.map +1 -1
- package/js/x-modules/search/components/promoted.vue2.js +40 -40
- package/js/x-modules/search/components/promoted.vue2.js.map +1 -1
- package/js/x-modules/search/components/promoteds-list.vue.js +72 -72
- 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 +113 -114
- package/js/x-modules/search/components/redirection.vue2.js.map +1 -1
- package/js/x-modules/search/components/results-list.vue.js +63 -69
- package/js/x-modules/search/components/results-list.vue.js.map +1 -1
- package/js/x-modules/search/components/sort-dropdown.vue.js +5 -7
- 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.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-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 +2 -2
- package/js/x-modules/search/components/spellcheck-button.vue.js.map +1 -1
- package/js/x-modules/search/components/spellcheck-button.vue2.js +45 -45
- 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 +26 -26
- package/js/x-modules/search/components/spellcheck.vue2.js.map +1 -1
- package/js/x-modules/search/store/actions/fetch-and-save-search-response.action.js +51 -44
- 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 +11 -11
- package/js/x-modules/search/store/actions/fetch-search-response.action.js.map +1 -1
- package/js/x-modules/search/store/actions/increase-page-apending-results.action.js +14 -15
- 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 -30
- 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 -11
- 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 -15
- 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/query.getter.js.map +1 -1
- package/js/x-modules/search/store/getters/request.getter.js +20 -21
- package/js/x-modules/search/store/getters/request.getter.js.map +1 -1
- package/js/x-modules/search/store/module.js +151 -149
- package/js/x-modules/search/store/module.js.map +1 -1
- package/js/x-modules/search/wiring.js +254 -250
- 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 +2 -3
- 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 +4 -5
- 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.map +1 -1
- package/js/x-modules/search-box/components/search-input-placeholder.vue2.js +175 -175
- package/js/x-modules/search-box/components/search-input-placeholder.vue2.js.map +1 -1
- package/js/x-modules/search-box/components/search-input.vue.js +10 -10
- 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 +219 -219
- package/js/x-modules/search-box/components/search-input.vue2.js.map +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 -11
- 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 +9 -8
- package/js/x-modules/search-box/store/emitters.js.map +1 -1
- package/js/x-modules/search-box/store/module.js +26 -26
- package/js/x-modules/search-box/store/module.js.map +1 -1
- package/js/x-modules/search-box/wiring.js +96 -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 +1 -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 -54
- 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 +3 -6
- 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 +32 -32
- 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 -20
- 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 +11 -11
- package/js/x-modules/semantic-queries/store/getters/normalized-query.getter.js.map +1 -1
- package/js/x-modules/semantic-queries/store/getters/request.getter.js +21 -20
- 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 +18 -0
- package/js/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.js.map +1 -0
- package/js/x-modules/semantic-queries/store/module.js +46 -40
- package/js/x-modules/semantic-queries/store/module.js.map +1 -1
- package/js/x-modules/semantic-queries/wiring.js +85 -80
- 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 +97 -97
- package/js/x-modules/tagging/components/tagging.vue.js.map +1 -1
- package/js/x-modules/tagging/service/{pdp-add-to-cart.service.js → external-tagging.service.js} +176 -146
- package/js/x-modules/tagging/service/external-tagging.service.js.map +1 -0
- package/js/x-modules/tagging/store/actions/track.action.js +35 -36
- 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 +40 -36
- package/js/x-modules/tagging/store/module.js.map +1 -1
- package/js/x-modules/tagging/wiring.js +412 -259
- 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 +2 -2
- package/js/x-modules/url/components/url-handler.vue.js.map +1 -1
- package/js/x-modules/url/components/url-handler.vue2.js +315 -317
- package/js/x-modules/url/components/url-handler.vue2.js.map +1 -1
- package/js/x-modules/url/store/emitters.js +49 -48
- package/js/x-modules/url/store/emitters.js.map +1 -1
- package/js/x-modules/url/store/getters/url-params.getter.js +33 -35
- package/js/x-modules/url/store/getters/url-params.getter.js.map +1 -1
- package/js/x-modules/url/store/initial-state.js +14 -13
- package/js/x-modules/url/store/initial-state.js.map +1 -1
- package/js/x-modules/url/store/module.js +39 -36
- 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 +124 -115
- package/js/x-modules/url/wiring.js.map +1 -1
- package/js/x-modules/url/x-module.js +12 -12
- package/js/x-modules/url/x-module.js.map +1 -1
- package/next-queries/index.js +4 -4
- package/package.json +75 -71
- package/popular-searches/index.js +2 -2
- package/queries-preview/index.js +4 -4
- package/query-suggestions/index.js +1 -1
- package/related-prompts/index.js +1 -1
- package/related-tags/index.js +1 -1
- package/report/tsdoc-metadata.json +1 -1
- package/report/x-adapter-platform.api.json +2674 -662
- package/report/x-components.api.json +24953 -30506
- package/report/x-components.api.md +1470 -1082
- package/report/x-types.api.json +1526 -25
- package/scroll/index.js +2 -2
- package/search/index.js +2 -2
- package/search-box/index.js +1 -1
- package/semantic-queries/index.js +2 -2
- package/tagging/index.js +2 -2
- package/tools/inject-css.js +4 -4
- package/types/adapter/e2e-adapter.d.ts +20 -18
- package/types/adapter/e2e-adapter.d.ts.map +1 -1
- package/types/adapter/mocked-responses.d.ts +46 -46
- package/types/adapter/mocked-responses.d.ts.map +1 -1
- package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts +13 -13
- package/types/components/animations/animate-clip-path/animate-clip-path.factory.d.ts.map +1 -1
- package/types/components/animations/animate-scale/animate-scale.factory.d.ts +13 -13
- package/types/components/animations/animate-scale/animate-scale.factory.d.ts.map +1 -1
- package/types/components/animations/animate-translate/animate-translate.factory.d.ts +13 -13
- package/types/components/animations/animate-translate/animate-translate.factory.d.ts.map +1 -1
- package/types/components/animations/animate-width.vue.d.ts +7 -7
- package/types/components/animations/animate-width.vue.d.ts.map +1 -1
- package/types/components/animations/change-height.vue.d.ts +5 -0
- package/types/components/animations/change-height.vue.d.ts.map +1 -0
- package/types/components/animations/collapse-height.vue.d.ts +30 -30
- package/types/components/animations/collapse-height.vue.d.ts.map +1 -1
- package/types/components/animations/collapse-width.vue.d.ts +30 -30
- package/types/components/animations/collapse-width.vue.d.ts.map +1 -1
- package/types/components/animations/create-directional-animation-factory.d.ts +12 -12
- package/types/components/animations/create-directional-animation-factory.d.ts.map +1 -1
- package/types/components/animations/cross-fade.vue.d.ts +26 -26
- package/types/components/animations/cross-fade.vue.d.ts.map +1 -1
- package/types/components/animations/fade-and-slide.vue.d.ts +36 -36
- package/types/components/animations/fade-and-slide.vue.d.ts.map +1 -1
- package/types/components/animations/fade.vue.d.ts +22 -22
- package/types/components/animations/fade.vue.d.ts.map +1 -1
- package/types/components/animations/index.d.ts +15 -14
- package/types/components/animations/index.d.ts.map +1 -1
- package/types/components/animations/no-animation.vue.d.ts +8 -8
- package/types/components/animations/no-animation.vue.d.ts.map +1 -1
- package/types/components/animations/staggered-fade-and-slide.vue.d.ts +49 -49
- package/types/components/animations/staggered-fade-and-slide.vue.d.ts.map +1 -1
- package/types/components/animations/use-collapse-animation.d.ts +18 -18
- package/types/components/animations/use-collapse-animation.d.ts.map +1 -1
- package/types/components/animations/use-disable-animation.d.ts +11 -11
- package/types/components/auto-progress-bar.vue.d.ts +52 -52
- package/types/components/auto-progress-bar.vue.d.ts.map +1 -1
- package/types/components/base-dropdown.vue.d.ts +92 -92
- package/types/components/base-dropdown.vue.d.ts.map +1 -1
- package/types/components/base-event-button.vue.d.ts +45 -45
- package/types/components/base-event-button.vue.d.ts.map +1 -1
- package/types/components/base-grid.vue.d.ts +80 -80
- package/types/components/base-grid.vue.d.ts.map +1 -1
- package/types/components/base-keyboard-navigation.vue.d.ts +68 -68
- package/types/components/base-keyboard-navigation.vue.d.ts.map +1 -1
- package/types/components/base-rating.vue.d.ts +51 -51
- package/types/components/base-rating.vue.d.ts.map +1 -1
- package/types/components/base-slider.vue.d.ts +73 -62
- package/types/components/base-slider.vue.d.ts.map +1 -1
- package/types/components/base-switch.vue.d.ts +27 -26
- package/types/components/base-switch.vue.d.ts.map +1 -1
- package/types/components/base-teleport.vue.d.ts +55 -0
- package/types/components/base-teleport.vue.d.ts.map +1 -0
- package/types/components/base-variable-column-grid.vue.d.ts +76 -76
- package/types/components/base-variable-column-grid.vue.d.ts.map +1 -1
- package/types/components/column-picker/base-column-picker-dropdown.vue.d.ts +39 -38
- package/types/components/column-picker/base-column-picker-dropdown.vue.d.ts.map +1 -1
- package/types/components/column-picker/base-column-picker-list.vue.d.ts +43 -43
- package/types/components/column-picker/base-column-picker-list.vue.d.ts.map +1 -1
- package/types/components/column-picker/index.d.ts +2 -2
- package/types/components/column-picker/index.d.ts.map +1 -1
- package/types/components/currency/base-currency.vue.d.ts +83 -83
- package/types/components/currency/base-currency.vue.d.ts.map +1 -1
- package/types/components/currency/index.d.ts +1 -1
- package/types/components/currency/index.d.ts.map +1 -1
- package/types/components/decorators/injection.consts.d.ts +56 -56
- package/types/components/decorators/injection.consts.d.ts.map +1 -1
- package/types/components/display-click-provider.vue.d.ts +61 -0
- package/types/components/display-click-provider.vue.d.ts.map +1 -0
- package/types/components/display-emitter.vue.d.ts +28 -28
- package/types/components/display-emitter.vue.d.ts.map +1 -1
- package/types/components/filters/index.d.ts +2 -2
- package/types/components/filters/index.d.ts.map +1 -1
- package/types/components/filters/labels/base-price-filter-label.vue.d.ts +90 -90
- package/types/components/filters/labels/base-price-filter-label.vue.d.ts.map +1 -1
- package/types/components/filters/labels/base-rating-filter-label.vue.d.ts +52 -52
- package/types/components/filters/labels/base-rating-filter-label.vue.d.ts.map +1 -1
- package/types/components/global-x-bus.vue.d.ts +20 -341
- package/types/components/global-x-bus.vue.d.ts.map +1 -1
- package/types/components/highlight.vue.d.ts +78 -78
- package/types/components/highlight.vue.d.ts.map +1 -1
- package/types/components/icons/index.d.ts +75 -73
- package/types/components/icons/index.d.ts.map +1 -1
- package/types/components/index.d.ts +33 -30
- package/types/components/index.d.ts.map +1 -1
- package/types/components/items-list.vue.d.ts +46 -46
- package/types/components/items-list.vue.d.ts.map +1 -1
- package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts +22 -22
- package/types/components/layouts/fixed-header-and-asides-layout.vue.d.ts.map +1 -1
- package/types/components/layouts/index.d.ts +3 -3
- package/types/components/layouts/index.d.ts.map +1 -1
- package/types/components/layouts/multi-column-max-width-layout.vue.d.ts +28 -28
- package/types/components/layouts/multi-column-max-width-layout.vue.d.ts.map +1 -1
- package/types/components/layouts/single-column-layout.vue.d.ts +28 -28
- package/types/components/layouts/single-column-layout.vue.d.ts.map +1 -1
- package/types/components/location-provider.vue.d.ts +32 -32
- package/types/components/location-provider.vue.d.ts.map +1 -1
- package/types/components/modals/base-events-modal-close.vue.d.ts +35 -34
- package/types/components/modals/base-events-modal-close.vue.d.ts.map +1 -1
- package/types/components/modals/base-events-modal-open.vue.d.ts +35 -34
- package/types/components/modals/base-events-modal-open.vue.d.ts.map +1 -1
- package/types/components/modals/base-events-modal.vue.d.ts +60 -60
- package/types/components/modals/base-events-modal.vue.d.ts.map +1 -1
- package/types/components/modals/base-id-modal-close.vue.d.ts +24 -24
- package/types/components/modals/base-id-modal-close.vue.d.ts.map +1 -1
- package/types/components/modals/base-id-modal-open.vue.d.ts +23 -23
- package/types/components/modals/base-id-modal-open.vue.d.ts.map +1 -1
- package/types/components/modals/base-id-modal.vue.d.ts +42 -42
- package/types/components/modals/base-id-modal.vue.d.ts.map +1 -1
- package/types/components/modals/base-modal.vue.d.ts +94 -94
- package/types/components/modals/base-modal.vue.d.ts.map +1 -1
- package/types/components/modals/close-main-modal.vue.d.ts +9 -9
- package/types/components/modals/close-main-modal.vue.d.ts.map +1 -1
- package/types/components/modals/index.d.ts +10 -10
- package/types/components/modals/index.d.ts.map +1 -1
- package/types/components/modals/main-modal.vue.d.ts +90 -89
- package/types/components/modals/main-modal.vue.d.ts.map +1 -1
- package/types/components/modals/open-main-modal.vue.d.ts +9 -9
- package/types/components/modals/open-main-modal.vue.d.ts.map +1 -1
- package/types/components/page-loader-button.vue.d.ts +54 -54
- package/types/components/page-loader-button.vue.d.ts.map +1 -1
- package/types/components/page-selector.vue.d.ts +125 -0
- package/types/components/page-selector.vue.d.ts.map +1 -0
- package/types/components/panels/base-header-toggle-panel.vue.d.ts +34 -34
- package/types/components/panels/base-header-toggle-panel.vue.d.ts.map +1 -1
- package/types/components/panels/base-id-toggle-panel-button.vue.d.ts +31 -31
- package/types/components/panels/base-id-toggle-panel-button.vue.d.ts.map +1 -1
- package/types/components/panels/base-id-toggle-panel.vue.d.ts +57 -57
- package/types/components/panels/base-id-toggle-panel.vue.d.ts.map +1 -1
- package/types/components/panels/base-tabs-panel.vue.d.ts +110 -110
- package/types/components/panels/base-tabs-panel.vue.d.ts.map +1 -1
- package/types/components/panels/base-toggle-panel.vue.d.ts +50 -50
- package/types/components/panels/base-toggle-panel.vue.d.ts.map +1 -1
- package/types/components/panels/index.d.ts +5 -5
- package/types/components/panels/index.d.ts.map +1 -1
- package/types/components/result/base-result-add-to-cart.vue.d.ts +35 -33
- package/types/components/result/base-result-add-to-cart.vue.d.ts.map +1 -1
- package/types/components/result/base-result-current-price.vue.d.ts +73 -73
- package/types/components/result/base-result-current-price.vue.d.ts.map +1 -1
- package/types/components/result/base-result-image.vue.d.ts +77 -77
- package/types/components/result/base-result-image.vue.d.ts.map +1 -1
- package/types/components/result/base-result-link.vue.d.ts +37 -36
- package/types/components/result/base-result-link.vue.d.ts.map +1 -1
- package/types/components/result/base-result-previous-price.vue.d.ts +67 -67
- package/types/components/result/base-result-previous-price.vue.d.ts.map +1 -1
- package/types/components/result/base-result-rating.vue.d.ts +48 -47
- package/types/components/result/base-result-rating.vue.d.ts.map +1 -1
- package/types/components/result/index.d.ts +10 -10
- package/types/components/result/index.d.ts.map +1 -1
- package/types/components/result/result-variant-selector.vue.d.ts +29 -29
- package/types/components/result/result-variant-selector.vue.d.ts.map +1 -1
- package/types/components/result/result-variants-provider.vue.d.ts +52 -52
- package/types/components/result/result-variants-provider.vue.d.ts.map +1 -1
- package/types/components/scroll/base-scroll.vue.d.ts +121 -120
- package/types/components/scroll/base-scroll.vue.d.ts.map +1 -1
- package/types/components/scroll/index.d.ts +3 -3
- package/types/components/scroll/index.d.ts.map +1 -1
- package/types/components/scroll/scroll.types.d.ts +6 -6
- package/types/components/scroll/scroll.types.d.ts.map +1 -1
- package/types/components/scroll/use-scroll.d.ts +47 -47
- package/types/components/scroll/use-scroll.d.ts.map +1 -1
- package/types/components/sliding-panel.vue.d.ts +89 -74
- package/types/components/sliding-panel.vue.d.ts.map +1 -1
- package/types/components/snippet-callbacks.vue.d.ts +183 -172
- package/types/components/snippet-callbacks.vue.d.ts.map +1 -1
- package/types/components/suggestions/base-suggestion.vue.d.ts +112 -112
- package/types/components/suggestions/base-suggestion.vue.d.ts.map +1 -1
- package/types/components/suggestions/base-suggestions.vue.d.ts +110 -110
- package/types/components/suggestions/base-suggestions.vue.d.ts.map +1 -1
- package/types/components/suggestions/index.d.ts +2 -2
- package/types/components/suggestions/index.d.ts.map +1 -1
- package/types/components/x-component.utils.d.ts +28 -28
- package/types/components/x-component.utils.d.ts.map +1 -1
- package/types/composables/create-use-device.d.ts +50 -50
- package/types/composables/create-use-device.d.ts.map +1 -1
- package/types/composables/index.d.ts +8 -9
- package/types/composables/index.d.ts.map +1 -1
- package/types/composables/use-$x.d.ts +13 -13
- package/types/composables/use-alias-api.d.ts +122 -122
- package/types/composables/use-alias-api.d.ts.map +1 -1
- package/types/composables/use-debounce.d.ts +12 -12
- package/types/composables/use-debounce.d.ts.map +1 -1
- package/types/composables/use-getter.d.ts +22 -12
- package/types/composables/use-getter.d.ts.map +1 -1
- package/types/composables/use-on-display.d.ts +48 -52
- package/types/composables/use-on-display.d.ts.map +1 -1
- package/types/composables/use-state.d.ts +12 -13
- package/types/composables/use-state.d.ts.map +1 -1
- package/types/composables/use-x-bus.d.ts +20 -20
- package/types/composables/use-x-bus.d.ts.map +1 -1
- package/types/directives/index.d.ts +2 -1
- package/types/directives/index.d.ts.map +1 -1
- package/types/directives/infinite-scroll.d.ts +49 -49
- package/types/directives/infinite-scroll.d.ts.map +1 -1
- package/types/directives/typing.d.ts +35 -0
- package/types/directives/typing.d.ts.map +1 -0
- package/types/index.d.ts +39 -36
- package/types/index.d.ts.map +1 -1
- package/types/plugins/devtools/colors.utils.d.ts +21 -21
- package/types/plugins/devtools/colors.utils.d.ts.map +1 -1
- package/types/plugins/devtools/devtools.plugin.d.ts +11 -11
- package/types/plugins/devtools/devtools.plugin.d.ts.map +1 -1
- package/types/plugins/devtools/timeline.devtools.d.ts +19 -19
- package/types/plugins/devtools/timeline.devtools.d.ts.map +1 -1
- package/types/plugins/devtools/wiring.devtools.d.ts +20 -20
- package/types/plugins/devtools/wiring.devtools.d.ts.map +1 -1
- package/types/plugins/index.d.ts +6 -6
- package/types/plugins/index.d.ts.map +1 -1
- package/types/plugins/x-bus.d.ts +9 -9
- package/types/plugins/x-bus.d.ts.map +1 -1
- package/types/plugins/x-emitters.d.ts +26 -27
- package/types/plugins/x-emitters.d.ts.map +1 -1
- package/types/plugins/x-plugin.d.ts +259 -264
- package/types/plugins/x-plugin.d.ts.map +1 -1
- package/types/plugins/x-plugin.types.d.ts +244 -246
- package/types/plugins/x-plugin.types.d.ts.map +1 -1
- package/types/plugins/x-plugin.utils.d.ts +18 -18
- package/types/plugins/x-plugin.utils.d.ts.map +1 -1
- package/types/router.d.ts +2 -2
- package/types/router.d.ts.map +1 -1
- package/types/services/directional-focus-navigation.service.d.ts +249 -251
- package/types/services/directional-focus-navigation.service.d.ts.map +1 -1
- package/types/services/index.d.ts +2 -2
- package/types/services/index.d.ts.map +1 -1
- package/types/services/services.types.d.ts +91 -91
- package/types/services/services.types.d.ts.map +1 -1
- package/types/services/state-machine.service.d.ts +30 -30
- package/types/services/state-machine.service.d.ts.map +1 -1
- package/types/store/actions.types.d.ts +66 -68
- package/types/store/actions.types.d.ts.map +1 -1
- package/types/store/getters.types.d.ts +26 -26
- package/types/store/getters.types.d.ts.map +1 -1
- package/types/store/index.d.ts +11 -8
- package/types/store/index.d.ts.map +1 -1
- package/types/store/mutations.types.d.ts +33 -33
- package/types/store/mutations.types.d.ts.map +1 -1
- package/types/store/store.types.d.ts +151 -151
- package/types/store/store.types.d.ts.map +1 -1
- package/types/store/utils/config-store.utils.d.ts +44 -44
- package/types/store/utils/config-store.utils.d.ts.map +1 -1
- package/types/store/utils/fetch-and-save-action.utils.d.ts +71 -72
- package/types/store/utils/fetch-and-save-action.utils.d.ts.map +1 -1
- package/types/store/utils/getters-proxy.utils.d.ts +41 -41
- package/types/store/utils/getters-proxy.utils.d.ts.map +1 -1
- package/types/store/utils/query.utils.d.ts +54 -54
- package/types/store/utils/query.utils.d.ts.map +1 -1
- package/types/store/utils/status-store.utils.d.ts +42 -42
- package/types/store/utils/status-store.utils.d.ts.map +1 -1
- package/types/store/utils/store-emitters.utils.d.ts +85 -85
- package/types/store/utils/store-emitters.utils.d.ts.map +1 -1
- package/types/store/x.module.d.ts +19 -19
- package/types/store/x.module.d.ts.map +1 -1
- package/types/tailwind/plugin-options.d.ts +2 -3
- package/types/tailwind/plugin-options.d.ts.map +1 -1
- package/types/types/animation-prop.d.ts +11 -7
- package/types/types/animation-prop.d.ts.map +1 -1
- package/types/types/index.d.ts +3 -3
- package/types/types/index.d.ts.map +1 -1
- package/types/types/origin.d.ts +45 -45
- package/types/types/origin.d.ts.map +1 -1
- package/types/types/page-mode.d.ts +2 -0
- package/types/types/page-mode.d.ts.map +1 -0
- package/types/types/url-params.d.ts +15 -14
- package/types/types/url-params.d.ts.map +1 -1
- package/types/utils/array.d.ts +158 -158
- package/types/utils/array.d.ts.map +1 -1
- package/types/utils/cancellable-promise.d.ts +44 -44
- package/types/utils/cancellable-promise.d.ts.map +1 -1
- package/types/utils/clone.d.ts +9 -9
- package/types/utils/clone.d.ts.map +1 -1
- package/types/utils/currency-formatter.d.ts +29 -29
- package/types/utils/debounce.d.ts +36 -38
- package/types/utils/debounce.d.ts.map +1 -1
- package/types/utils/filters.d.ts +23 -23
- package/types/utils/filters.d.ts.map +1 -1
- package/types/utils/focus.d.ts +6 -6
- package/types/utils/focus.d.ts.map +1 -1
- package/types/utils/function.d.ts +7 -7
- package/types/utils/function.d.ts.map +1 -1
- package/types/utils/get-url-parameters.d.ts +8 -8
- package/types/utils/get-url-parameters.d.ts.map +1 -1
- package/types/utils/html.d.ts +39 -39
- package/types/utils/index.d.ts +20 -19
- package/types/utils/index.d.ts.map +1 -1
- package/types/utils/ios-utils.d.ts +17 -0
- package/types/utils/ios-utils.d.ts.map +1 -0
- package/types/utils/is-new-query.d.ts +35 -35
- package/types/utils/is-new-query.d.ts.map +1 -1
- package/types/utils/normalize.d.ts +10 -10
- package/types/utils/number.d.ts +10 -11
- package/types/utils/number.d.ts.map +1 -1
- package/types/utils/origin.d.ts +12 -14
- package/types/utils/origin.d.ts.map +1 -1
- package/types/utils/sanitize.d.ts +8 -8
- package/types/utils/sanitize.d.ts.map +1 -1
- package/types/utils/storage.d.ts +10 -10
- package/types/utils/storage.d.ts.map +1 -1
- package/types/utils/string.d.ts +36 -36
- package/types/utils/throttle.d.ts +11 -11
- package/types/utils/throttle.d.ts.map +1 -1
- package/types/utils/types.d.ts +162 -162
- package/types/utils/types.d.ts.map +1 -1
- package/types/views/adapter.d.ts +5 -5
- package/types/views/adapter.d.ts.map +1 -1
- package/types/views/base-config.d.ts +4 -4
- package/types/views/base-config.d.ts.map +1 -1
- package/types/views/home/types.d.ts +27 -27
- package/types/views/home/types.d.ts.map +1 -1
- package/types/wiring/events.types.d.ts +237 -236
- package/types/wiring/events.types.d.ts.map +1 -1
- package/types/wiring/index.d.ts +8 -8
- package/types/wiring/index.d.ts.map +1 -1
- package/types/wiring/namespaced-wires.factory.d.ts +38 -38
- package/types/wiring/namespaced-wires.factory.d.ts.map +1 -1
- package/types/wiring/namespaced-wires.operators.d.ts +26 -26
- package/types/wiring/namespaced-wires.operators.d.ts.map +1 -1
- package/types/wiring/namespaced-wiring.types.d.ts +111 -111
- package/types/wiring/namespaced-wiring.types.d.ts.map +1 -1
- package/types/wiring/wires-operators.utils.d.ts +37 -35
- package/types/wiring/wires-operators.utils.d.ts.map +1 -1
- package/types/wiring/wires.factory.d.ts +114 -114
- package/types/wiring/wires.factory.d.ts.map +1 -1
- package/types/wiring/wires.operators.d.ts +95 -95
- package/types/wiring/wires.operators.d.ts.map +1 -1
- package/types/wiring/wiring.types.d.ts +172 -172
- package/types/wiring/wiring.types.d.ts.map +1 -1
- package/types/wiring/wiring.utils.d.ts +27 -27
- package/types/wiring/wiring.utils.d.ts.map +1 -1
- package/types/x-bus/index.d.ts +3 -0
- package/types/x-bus/index.d.ts.map +1 -0
- package/types/x-bus/x-bus.d.ts +154 -0
- package/types/x-bus/x-bus.d.ts.map +1 -0
- package/types/x-bus/x-bus.spec.d.ts +2 -0
- package/types/x-bus/x-bus.spec.d.ts.map +1 -0
- package/types/x-bus/x-bus.types.d.ts +130 -0
- package/types/x-bus/x-bus.types.d.ts.map +1 -0
- package/types/x-bus/x-priority-queue/index.d.ts +3 -0
- package/types/x-bus/x-priority-queue/index.d.ts.map +1 -0
- package/types/x-bus/x-priority-queue/x-priority-queue.d.ts +142 -0
- package/types/x-bus/x-priority-queue/x-priority-queue.d.ts.map +1 -0
- package/types/x-bus/x-priority-queue/x-priority-queue.spec.d.ts +2 -0
- package/types/x-bus/x-priority-queue/x-priority-queue.spec.d.ts.map +1 -0
- package/types/x-bus/x-priority-queue/x-priority-queue.types.d.ts +62 -0
- package/types/x-bus/x-priority-queue/x-priority-queue.types.d.ts.map +1 -0
- package/types/x-installer/api/api.types.d.ts +135 -136
- package/types/x-installer/api/api.types.d.ts.map +1 -1
- package/types/x-installer/api/base-api.d.ts +112 -112
- package/types/x-installer/api/base-api.d.ts.map +1 -1
- package/types/x-installer/api/index.d.ts +2 -2
- package/types/x-installer/api/index.d.ts.map +1 -1
- package/types/x-installer/index.d.ts +2 -2
- package/types/x-installer/index.d.ts.map +1 -1
- package/types/x-installer/x-installer/index.d.ts +2 -2
- package/types/x-installer/x-installer/index.d.ts.map +1 -1
- package/types/x-installer/x-installer/types.d.ts +83 -83
- package/types/x-installer/x-installer/types.d.ts.map +1 -1
- package/types/x-installer/x-installer/x-installer.d.ts +216 -216
- package/types/x-installer/x-installer/x-installer.d.ts.map +1 -1
- package/types/x-modules/ai/components/ai-overview.vue.d.ts +142 -0
- package/types/x-modules/ai/components/ai-overview.vue.d.ts.map +1 -0
- package/types/x-modules/ai/components/index.d.ts +2 -0
- package/types/x-modules/ai/components/index.d.ts.map +1 -0
- package/types/x-modules/ai/config.types.d.ts +8 -0
- package/types/x-modules/ai/config.types.d.ts.map +1 -0
- package/types/x-modules/ai/events.types.d.ts +13 -0
- package/types/x-modules/ai/events.types.d.ts.map +1 -0
- package/types/x-modules/ai/index.d.ts +7 -0
- package/types/x-modules/ai/index.d.ts.map +1 -0
- package/types/x-modules/ai/store/actions/fetch-and-save-ai-suggestions-search.action.d.ts +3 -0
- package/types/x-modules/ai/store/actions/fetch-and-save-ai-suggestions-search.action.d.ts.map +1 -0
- package/types/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.d.ts +13 -0
- package/types/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.d.ts.map +1 -0
- package/types/x-modules/ai/store/actions/set-url-params.action.d.ts +10 -0
- package/types/x-modules/ai/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/x-modules/ai/store/emitters.d.ts +10 -0
- package/types/x-modules/ai/store/emitters.d.ts.map +1 -0
- package/types/x-modules/ai/store/getters/ai-query.getter.d.ts +13 -0
- package/types/x-modules/ai/store/getters/ai-query.getter.d.ts.map +1 -0
- package/types/x-modules/ai/store/getters/index.d.ts +4 -0
- package/types/x-modules/ai/store/getters/index.d.ts.map +1 -0
- package/types/x-modules/ai/store/getters/suggestions-request.getter.d.ts +14 -0
- package/types/x-modules/ai/store/getters/suggestions-request.getter.d.ts.map +1 -0
- package/types/x-modules/ai/store/getters/suggestions-search-request.getter.d.ts +13 -0
- package/types/x-modules/ai/store/getters/suggestions-search-request.getter.d.ts.map +1 -0
- package/types/x-modules/ai/store/index.d.ts +4 -0
- package/types/x-modules/ai/store/index.d.ts.map +1 -0
- package/types/x-modules/ai/store/module.d.ts +8 -0
- package/types/x-modules/ai/store/module.d.ts.map +1 -0
- package/types/x-modules/ai/store/types.d.ts +157 -0
- package/types/x-modules/ai/store/types.d.ts.map +1 -0
- package/types/x-modules/ai/wiring.d.ts +30 -0
- package/types/x-modules/ai/wiring.d.ts.map +1 -0
- package/types/x-modules/ai/x-module.d.ts +16 -0
- package/types/x-modules/ai/x-module.d.ts.map +1 -0
- package/types/x-modules/device/components/device-detector.vue.d.ts +71 -67
- package/types/x-modules/device/components/device-detector.vue.d.ts.map +1 -1
- package/types/x-modules/device/components/index.d.ts +1 -1
- package/types/x-modules/device/components/index.d.ts.map +1 -1
- package/types/x-modules/device/events.types.d.ts +13 -13
- package/types/x-modules/device/events.types.d.ts.map +1 -1
- package/types/x-modules/device/index.d.ts +5 -5
- package/types/x-modules/device/index.d.ts.map +1 -1
- package/types/x-modules/device/store/emitters.d.ts +6 -6
- package/types/x-modules/device/store/emitters.d.ts.map +1 -1
- package/types/x-modules/device/store/index.d.ts +3 -3
- package/types/x-modules/device/store/index.d.ts.map +1 -1
- package/types/x-modules/device/store/module.d.ts +7 -7
- package/types/x-modules/device/store/module.d.ts.map +1 -1
- package/types/x-modules/device/store/types.d.ts +47 -47
- package/types/x-modules/device/store/types.d.ts.map +1 -1
- package/types/x-modules/device/wiring.d.ts +16 -16
- package/types/x-modules/device/wiring.d.ts.map +1 -1
- package/types/x-modules/device/x-module.d.ts +15 -15
- package/types/x-modules/device/x-module.d.ts.map +1 -1
- package/types/x-modules/empathize/components/empathize.vue.d.ts +83 -51
- package/types/x-modules/empathize/components/empathize.vue.d.ts.map +1 -1
- package/types/x-modules/empathize/components/index.d.ts +1 -1
- package/types/x-modules/empathize/components/index.d.ts.map +1 -1
- package/types/x-modules/empathize/config.types.d.ts +7 -7
- package/types/x-modules/empathize/events.types.d.ts +23 -23
- package/types/x-modules/empathize/events.types.d.ts.map +1 -1
- package/types/x-modules/empathize/index.d.ts +6 -6
- package/types/x-modules/empathize/index.d.ts.map +1 -1
- package/types/x-modules/empathize/store/emitters.d.ts +6 -6
- package/types/x-modules/empathize/store/emitters.d.ts.map +1 -1
- package/types/x-modules/empathize/store/index.d.ts +3 -3
- package/types/x-modules/empathize/store/index.d.ts.map +1 -1
- package/types/x-modules/empathize/store/module.d.ts +7 -7
- package/types/x-modules/empathize/store/module.d.ts.map +1 -1
- package/types/x-modules/empathize/store/types.d.ts +55 -55
- package/types/x-modules/empathize/store/types.d.ts.map +1 -1
- package/types/x-modules/empathize/wiring.d.ts +13 -13
- package/types/x-modules/empathize/wiring.d.ts.map +1 -1
- package/types/x-modules/empathize/x-module.d.ts +15 -15
- package/types/x-modules/empathize/x-module.d.ts.map +1 -1
- package/types/x-modules/experience-controls/components/experience-controls.vue.d.ts +8 -8
- package/types/x-modules/experience-controls/components/experience-controls.vue.d.ts.map +1 -1
- package/types/x-modules/experience-controls/components/index.d.ts +1 -1
- package/types/x-modules/experience-controls/components/index.d.ts.map +1 -1
- package/types/x-modules/experience-controls/events.types.d.ts +11 -11
- package/types/x-modules/experience-controls/events.types.d.ts.map +1 -1
- package/types/x-modules/experience-controls/index.d.ts +5 -5
- package/types/x-modules/experience-controls/index.d.ts.map +1 -1
- package/types/x-modules/experience-controls/store/actions/fetch-and-save-experience-controls.action.d.ts +14 -14
- package/types/x-modules/experience-controls/store/actions/fetch-and-save-experience-controls.action.d.ts.map +1 -1
- package/types/x-modules/experience-controls/store/actions/fetch-experience-controls.action.d.ts +12 -12
- package/types/x-modules/experience-controls/store/actions/fetch-experience-controls.action.d.ts.map +1 -1
- package/types/x-modules/experience-controls/store/actions/index.d.ts +2 -2
- package/types/x-modules/experience-controls/store/actions/index.d.ts.map +1 -1
- package/types/x-modules/experience-controls/store/emitters.d.ts +11 -11
- package/types/x-modules/experience-controls/store/emitters.d.ts.map +1 -1
- package/types/x-modules/experience-controls/store/getters/experience-controls-results-request.getter.d.ts +12 -12
- package/types/x-modules/experience-controls/store/getters/experience-controls-results-request.getter.d.ts.map +1 -1
- package/types/x-modules/experience-controls/store/getters/index.d.ts +1 -1
- package/types/x-modules/experience-controls/store/getters/index.d.ts.map +1 -1
- package/types/x-modules/experience-controls/store/index.d.ts +5 -5
- package/types/x-modules/experience-controls/store/index.d.ts.map +1 -1
- package/types/x-modules/experience-controls/store/module.d.ts +7 -7
- package/types/x-modules/experience-controls/store/module.d.ts.map +1 -1
- package/types/x-modules/experience-controls/store/types.d.ts +92 -92
- package/types/x-modules/experience-controls/store/types.d.ts.map +1 -1
- package/types/x-modules/experience-controls/wiring.d.ts +25 -25
- package/types/x-modules/experience-controls/wiring.d.ts.map +1 -1
- package/types/x-modules/experience-controls/x-module.d.ts +15 -15
- package/types/x-modules/experience-controls/x-module.d.ts.map +1 -1
- package/types/x-modules/extra-params/components/extra-params.vue.d.ts +20 -20
- package/types/x-modules/extra-params/components/extra-params.vue.d.ts.map +1 -1
- package/types/x-modules/extra-params/components/index.d.ts +3 -3
- package/types/x-modules/extra-params/components/index.d.ts.map +1 -1
- package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts +20 -20
- package/types/x-modules/extra-params/components/renderless-extra-param.vue.d.ts.map +1 -1
- package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts +25 -25
- package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts.map +1 -1
- package/types/x-modules/extra-params/events.types.d.ts +29 -29
- package/types/x-modules/extra-params/events.types.d.ts.map +1 -1
- package/types/x-modules/extra-params/index.d.ts +5 -5
- package/types/x-modules/extra-params/index.d.ts.map +1 -1
- package/types/x-modules/extra-params/store/emitters.d.ts +13 -13
- package/types/x-modules/extra-params/store/emitters.d.ts.map +1 -1
- package/types/x-modules/extra-params/store/index.d.ts +3 -3
- package/types/x-modules/extra-params/store/index.d.ts.map +1 -1
- package/types/x-modules/extra-params/store/module.d.ts +7 -7
- package/types/x-modules/extra-params/store/module.d.ts.map +1 -1
- package/types/x-modules/extra-params/store/types.d.ts +38 -38
- package/types/x-modules/extra-params/store/types.d.ts.map +1 -1
- package/types/x-modules/extra-params/wiring.d.ts +22 -22
- package/types/x-modules/extra-params/wiring.d.ts.map +1 -1
- package/types/x-modules/extra-params/x-module.d.ts +15 -15
- package/types/x-modules/extra-params/x-module.d.ts.map +1 -1
- package/types/x-modules/facets/components/clear-filters.vue.d.ts +29 -28
- package/types/x-modules/facets/components/clear-filters.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts +57 -56
- package/types/x-modules/facets/components/facets/facets-provider.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/facets/facets.vue.d.ts +92 -92
- package/types/x-modules/facets/components/facets/facets.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/all-filter.vue.d.ts +32 -32
- package/types/x-modules/facets/components/filters/all-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts +99 -99
- package/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +236 -225
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts +50 -50
- package/types/x-modules/facets/components/filters/number-range-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/renderless-filter.vue.d.ts +47 -47
- package/types/x-modules/facets/components/filters/renderless-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +214 -203
- package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/index.d.ts +17 -17
- package/types/x-modules/facets/components/index.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.d.ts +36 -36
- package/types/x-modules/facets/components/lists/exclude-filters-with-no-results.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/filters-list.vue.d.ts +70 -70
- package/types/x-modules/facets/components/lists/filters-list.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/filters-search.vue.d.ts +62 -62
- package/types/x-modules/facets/components/lists/filters-search.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts +51 -51
- package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts +27 -26
- package/types/x-modules/facets/components/lists/selected-filters.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts +64 -64
- package/types/x-modules/facets/components/lists/sliced-filters.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/sorted-filters.vue.d.ts +45 -45
- package/types/x-modules/facets/components/lists/sorted-filters.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/preselected-filters.vue.d.ts +39 -39
- package/types/x-modules/facets/components/preselected-filters.vue.d.ts.map +1 -1
- package/types/x-modules/facets/composables/index.d.ts +2 -2
- package/types/x-modules/facets/composables/index.d.ts.map +1 -1
- package/types/x-modules/facets/composables/use-facets.d.ts +21 -22
- package/types/x-modules/facets/composables/use-facets.d.ts.map +1 -1
- package/types/x-modules/facets/composables/use-filters-injection.d.ts +17 -18
- package/types/x-modules/facets/composables/use-filters-injection.d.ts.map +1 -1
- package/types/x-modules/facets/entities/add-facet-if-not-present.d.ts +12 -12
- package/types/x-modules/facets/entities/add-facet-if-not-present.d.ts.map +1 -1
- package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts +63 -63
- package/types/x-modules/facets/entities/editable-number-range-filter.entity.d.ts.map +1 -1
- package/types/x-modules/facets/entities/filter-entity.factory.d.ts +87 -87
- package/types/x-modules/facets/entities/filter-entity.factory.d.ts.map +1 -1
- package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts +60 -59
- package/types/x-modules/facets/entities/hierarchical-filter.entity.d.ts.map +1 -1
- package/types/x-modules/facets/entities/index.d.ts +9 -9
- package/types/x-modules/facets/entities/index.d.ts.map +1 -1
- package/types/x-modules/facets/entities/number-range-filter.entity.d.ts +27 -26
- package/types/x-modules/facets/entities/number-range-filter.entity.d.ts.map +1 -1
- package/types/x-modules/facets/entities/raw-filter.entity.d.ts +30 -29
- package/types/x-modules/facets/entities/raw-filter.entity.d.ts.map +1 -1
- package/types/x-modules/facets/entities/simple-filter.entity.d.ts +27 -26
- package/types/x-modules/facets/entities/simple-filter.entity.d.ts.map +1 -1
- package/types/x-modules/facets/entities/single-select.modifier.d.ts +54 -54
- package/types/x-modules/facets/entities/single-select.modifier.d.ts.map +1 -1
- package/types/x-modules/facets/entities/sticky.modifier.d.ts +31 -31
- package/types/x-modules/facets/entities/sticky.modifier.d.ts.map +1 -1
- package/types/x-modules/facets/entities/types.d.ts +65 -65
- package/types/x-modules/facets/entities/types.d.ts.map +1 -1
- package/types/x-modules/facets/events.types.d.ts +92 -92
- package/types/x-modules/facets/events.types.d.ts.map +1 -1
- package/types/x-modules/facets/index.d.ts +9 -9
- package/types/x-modules/facets/index.d.ts.map +1 -1
- package/types/x-modules/facets/service/facets.service.d.ts +152 -153
- package/types/x-modules/facets/service/facets.service.d.ts.map +1 -1
- package/types/x-modules/facets/service/index.d.ts +2 -2
- package/types/x-modules/facets/service/index.d.ts.map +1 -1
- package/types/x-modules/facets/service/types.d.ts +106 -106
- package/types/x-modules/facets/service/types.d.ts.map +1 -1
- package/types/x-modules/facets/store/constants.d.ts +1 -1
- package/types/x-modules/facets/store/constants.d.ts.map +1 -1
- package/types/x-modules/facets/store/emitters.d.ts +27 -27
- package/types/x-modules/facets/store/emitters.d.ts.map +1 -1
- package/types/x-modules/facets/store/getters/facets.getter.d.ts +11 -11
- package/types/x-modules/facets/store/getters/facets.getter.d.ts.map +1 -1
- package/types/x-modules/facets/store/getters/index.d.ts +3 -3
- package/types/x-modules/facets/store/getters/index.d.ts.map +1 -1
- package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts +16 -16
- package/types/x-modules/facets/store/getters/selected-filters-by-facet.getter.d.ts.map +1 -1
- package/types/x-modules/facets/store/getters/selected-filters-for-request.getter.d.ts +12 -12
- package/types/x-modules/facets/store/getters/selected-filters-for-request.getter.d.ts.map +1 -1
- package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts +12 -12
- package/types/x-modules/facets/store/getters/selected-filters.getter.d.ts.map +1 -1
- package/types/x-modules/facets/store/index.d.ts +4 -4
- package/types/x-modules/facets/store/index.d.ts.map +1 -1
- package/types/x-modules/facets/store/module.d.ts +7 -7
- package/types/x-modules/facets/store/module.d.ts.map +1 -1
- package/types/x-modules/facets/store/types.d.ts +195 -195
- package/types/x-modules/facets/store/types.d.ts.map +1 -1
- package/types/x-modules/facets/utils.d.ts +11 -11
- package/types/x-modules/facets/utils.d.ts.map +1 -1
- package/types/x-modules/facets/wiring.d.ts +78 -78
- package/types/x-modules/facets/wiring.d.ts.map +1 -1
- package/types/x-modules/facets/x-module.d.ts +15 -15
- package/types/x-modules/facets/x-module.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/clear-history-queries.vue.d.ts +15 -15
- package/types/x-modules/history-queries/components/clear-history-queries.vue.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts +11 -11
- package/types/x-modules/history-queries/components/history-queries-switch.vue.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/history-queries.vue.d.ts +11 -11
- package/types/x-modules/history-queries/components/history-queries.vue.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/history-query.vue.d.ts +45 -45
- package/types/x-modules/history-queries/components/history-query.vue.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/index.d.ts +6 -6
- package/types/x-modules/history-queries/components/index.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/my-history.vue.d.ts +65 -65
- package/types/x-modules/history-queries/components/my-history.vue.d.ts.map +1 -1
- package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts +34 -34
- package/types/x-modules/history-queries/components/remove-history-query.vue.d.ts.map +1 -1
- package/types/x-modules/history-queries/config.types.d.ts +33 -33
- package/types/x-modules/history-queries/config.types.d.ts.map +1 -1
- package/types/x-modules/history-queries/events.types.d.ts +65 -65
- package/types/x-modules/history-queries/events.types.d.ts.map +1 -1
- package/types/x-modules/history-queries/index.d.ts +6 -6
- package/types/x-modules/history-queries/index.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/actions/add-query-to-history.action.d.ts +91 -91
- package/types/x-modules/history-queries/store/actions/add-query-to-history.action.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.d.ts +10 -10
- package/types/x-modules/history-queries/store/actions/load-history-queries-from-browser-storage.action.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/actions/refresh-session.action.d.ts +9 -9
- package/types/x-modules/history-queries/store/actions/refresh-session.action.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/actions/remove-query-from-history.action.d.ts +11 -11
- package/types/x-modules/history-queries/store/actions/remove-query-from-history.action.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/actions/set-history-queries.action.d.ts +10 -10
- package/types/x-modules/history-queries/store/actions/set-history-queries.action.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/actions/set-url-params.action.d.ts +10 -11
- package/types/x-modules/history-queries/store/actions/set-url-params.action.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts +2 -2
- package/types/x-modules/history-queries/store/actions/toggle-history-queries.action.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.d.ts +17 -20
- package/types/x-modules/history-queries/store/actions/update-history-queries-with-search-response.action.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/constants.d.ts +3 -3
- package/types/x-modules/history-queries/store/constants.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/emitters.d.ts +16 -16
- package/types/x-modules/history-queries/store/emitters.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/getters/history-queries-with-results.getter.d.ts +12 -15
- package/types/x-modules/history-queries/store/getters/history-queries-with-results.getter.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/getters/history-queries.getter.d.ts +35 -35
- package/types/x-modules/history-queries/store/getters/history-queries.getter.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/getters/normalized-query.getter.d.ts +13 -12
- package/types/x-modules/history-queries/store/getters/normalized-query.getter.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/getters/session-history-queries.getter.d.ts +10 -10
- package/types/x-modules/history-queries/store/getters/session-history-queries.getter.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/getters/storage-key.getter.d.ts +8 -8
- package/types/x-modules/history-queries/store/getters/storage-key.getter.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/index.d.ts +11 -11
- package/types/x-modules/history-queries/store/index.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/module.d.ts +7 -7
- package/types/x-modules/history-queries/store/module.d.ts.map +1 -1
- package/types/x-modules/history-queries/store/types.d.ts +197 -197
- package/types/x-modules/history-queries/store/types.d.ts.map +1 -1
- package/types/x-modules/history-queries/wiring.d.ts +135 -135
- package/types/x-modules/history-queries/wiring.d.ts.map +1 -1
- package/types/x-modules/history-queries/x-module.d.ts +15 -15
- package/types/x-modules/history-queries/x-module.d.ts.map +1 -1
- package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts +33 -33
- package/types/x-modules/identifier-results/components/identifier-result.vue.d.ts.map +1 -1
- package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +47 -47
- package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts.map +1 -1
- package/types/x-modules/identifier-results/components/index.d.ts +2 -2
- package/types/x-modules/identifier-results/components/index.d.ts.map +1 -1
- package/types/x-modules/identifier-results/config.types.d.ts +25 -25
- package/types/x-modules/identifier-results/config.types.d.ts.map +1 -1
- package/types/x-modules/identifier-results/events.types.d.ts +25 -25
- package/types/x-modules/identifier-results/events.types.d.ts.map +1 -1
- package/types/x-modules/identifier-results/index.d.ts +6 -6
- package/types/x-modules/identifier-results/index.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts +15 -15
- package/types/x-modules/identifier-results/store/actions/fetch-and-save-identifier-results.action.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts +13 -13
- package/types/x-modules/identifier-results/store/actions/fetch-identifier-results.action.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/actions/index.d.ts +4 -4
- package/types/x-modules/identifier-results/store/actions/index.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts +10 -11
- package/types/x-modules/identifier-results/store/actions/save-origin.action.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/actions/save-query.action.d.ts +10 -11
- package/types/x-modules/identifier-results/store/actions/save-query.action.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/emitters.d.ts +12 -12
- package/types/x-modules/identifier-results/store/emitters.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.d.ts +11 -11
- package/types/x-modules/identifier-results/store/getters/identifier-detection-regexp.getter.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.d.ts +11 -11
- package/types/x-modules/identifier-results/store/getters/identifier-highlight-regexp.getter.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/getters/identifier-results-request.getter.d.ts +11 -11
- package/types/x-modules/identifier-results/store/getters/identifier-results-request.getter.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/index.d.ts +7 -7
- package/types/x-modules/identifier-results/store/index.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/module.d.ts +7 -7
- package/types/x-modules/identifier-results/store/module.d.ts.map +1 -1
- package/types/x-modules/identifier-results/store/types.d.ts +112 -112
- package/types/x-modules/identifier-results/store/types.d.ts.map +1 -1
- package/types/x-modules/identifier-results/wiring.d.ts +80 -80
- package/types/x-modules/identifier-results/wiring.d.ts.map +1 -1
- package/types/x-modules/identifier-results/x-module.d.ts +15 -15
- package/types/x-modules/identifier-results/x-module.d.ts.map +1 -1
- package/types/x-modules/next-queries/components/index.d.ts +4 -4
- package/types/x-modules/next-queries/components/index.d.ts.map +1 -1
- package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts +78 -78
- package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts.map +1 -1
- package/types/x-modules/next-queries/components/next-queries.vue.d.ts +49 -49
- package/types/x-modules/next-queries/components/next-queries.vue.d.ts.map +1 -1
- package/types/x-modules/next-queries/components/next-query-preview.vue.d.ts +45 -45
- package/types/x-modules/next-queries/components/next-query-preview.vue.d.ts.map +1 -1
- package/types/x-modules/next-queries/components/next-query.vue.d.ts +55 -55
- package/types/x-modules/next-queries/components/next-query.vue.d.ts.map +1 -1
- package/types/x-modules/next-queries/config.types.d.ts +41 -41
- package/types/x-modules/next-queries/config.types.d.ts.map +1 -1
- package/types/x-modules/next-queries/events.types.d.ts +35 -35
- package/types/x-modules/next-queries/events.types.d.ts.map +1 -1
- package/types/x-modules/next-queries/index.d.ts +7 -6
- package/types/x-modules/next-queries/index.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts +14 -14
- package/types/x-modules/next-queries/store/actions/fetch-and-save-next-queries.action.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.d.ts +2 -2
- package/types/x-modules/next-queries/store/actions/fetch-and-save-next-query-preview.action.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts +13 -13
- package/types/x-modules/next-queries/store/actions/fetch-next-queries.action.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts +15 -12
- package/types/x-modules/next-queries/store/actions/fetch-next-query-preview.action.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.d.ts +10 -10
- package/types/x-modules/next-queries/store/actions/set-query-from-last-history-query.action.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/actions/set-url-params.action.d.ts +10 -11
- package/types/x-modules/next-queries/store/actions/set-url-params.action.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/emitters.d.ts +12 -12
- package/types/x-modules/next-queries/store/emitters.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/getters/next-queries-query.getter.d.ts +10 -12
- package/types/x-modules/next-queries/store/getters/next-queries-query.getter.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/getters/next-queries.getter.d.ts +10 -11
- package/types/x-modules/next-queries/store/getters/next-queries.getter.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/getters/request.getter.d.ts +12 -14
- package/types/x-modules/next-queries/store/getters/request.getter.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/index.d.ts +9 -9
- package/types/x-modules/next-queries/store/index.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/module.d.ts +7 -7
- package/types/x-modules/next-queries/store/module.d.ts.map +1 -1
- package/types/x-modules/next-queries/store/types.d.ts +149 -149
- package/types/x-modules/next-queries/store/types.d.ts.map +1 -1
- package/types/x-modules/next-queries/types.d.ts +11 -11
- package/types/x-modules/next-queries/types.d.ts.map +1 -1
- package/types/x-modules/next-queries/wiring.d.ts +96 -96
- package/types/x-modules/next-queries/wiring.d.ts.map +1 -1
- package/types/x-modules/next-queries/x-module.d.ts +15 -15
- package/types/x-modules/next-queries/x-module.d.ts.map +1 -1
- package/types/x-modules/popular-searches/components/index.d.ts +2 -2
- package/types/x-modules/popular-searches/components/index.d.ts.map +1 -1
- package/types/x-modules/popular-searches/components/popular-search.vue.d.ts +34 -34
- package/types/x-modules/popular-searches/components/popular-search.vue.d.ts.map +1 -1
- package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts +12 -12
- package/types/x-modules/popular-searches/components/popular-searches.vue.d.ts.map +1 -1
- package/types/x-modules/popular-searches/config.types.d.ts +33 -33
- package/types/x-modules/popular-searches/config.types.d.ts.map +1 -1
- package/types/x-modules/popular-searches/events.types.d.ts +24 -24
- package/types/x-modules/popular-searches/events.types.d.ts.map +1 -1
- package/types/x-modules/popular-searches/index.d.ts +6 -6
- package/types/x-modules/popular-searches/index.d.ts.map +1 -1
- package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts +14 -14
- package/types/x-modules/popular-searches/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
- package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts +12 -12
- package/types/x-modules/popular-searches/store/actions/fetch-suggestions.action.d.ts.map +1 -1
- package/types/x-modules/popular-searches/store/emitters.d.ts +10 -10
- package/types/x-modules/popular-searches/store/emitters.d.ts.map +1 -1
- package/types/x-modules/popular-searches/store/getters/popular-searches.getter.d.ts +11 -12
- package/types/x-modules/popular-searches/store/getters/popular-searches.getter.d.ts.map +1 -1
- package/types/x-modules/popular-searches/store/getters/request.getter.d.ts +10 -12
- package/types/x-modules/popular-searches/store/getters/request.getter.d.ts.map +1 -1
- package/types/x-modules/popular-searches/store/index.d.ts +7 -7
- package/types/x-modules/popular-searches/store/index.d.ts.map +1 -1
- package/types/x-modules/popular-searches/store/module.d.ts +7 -7
- package/types/x-modules/popular-searches/store/module.d.ts.map +1 -1
- package/types/x-modules/popular-searches/store/types.d.ts +90 -90
- package/types/x-modules/popular-searches/store/types.d.ts.map +1 -1
- package/types/x-modules/popular-searches/wiring.d.ts +28 -28
- package/types/x-modules/popular-searches/wiring.d.ts.map +1 -1
- package/types/x-modules/popular-searches/x-module.d.ts +15 -15
- package/types/x-modules/popular-searches/x-module.d.ts.map +1 -1
- package/types/x-modules/queries-preview/components/index.d.ts +3 -3
- package/types/x-modules/queries-preview/components/index.d.ts.map +1 -1
- package/types/x-modules/queries-preview/components/query-preview-button.vue.d.ts +54 -54
- package/types/x-modules/queries-preview/components/query-preview-button.vue.d.ts.map +1 -1
- package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts +124 -124
- package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts.map +1 -1
- package/types/x-modules/queries-preview/components/query-preview.vue.d.ts +92 -92
- package/types/x-modules/queries-preview/components/query-preview.vue.d.ts.map +1 -1
- package/types/x-modules/queries-preview/composables/index.d.ts +1 -1
- package/types/x-modules/queries-preview/composables/index.d.ts.map +1 -1
- package/types/x-modules/queries-preview/composables/use-queries-preview.composable.d.ts +28 -28
- package/types/x-modules/queries-preview/composables/use-queries-preview.composable.d.ts.map +1 -1
- package/types/x-modules/queries-preview/config.types.d.ts +11 -11
- package/types/x-modules/queries-preview/config.types.d.ts.map +1 -1
- package/types/x-modules/queries-preview/events.types.d.ts +41 -41
- package/types/x-modules/queries-preview/events.types.d.ts.map +1 -1
- package/types/x-modules/queries-preview/index.d.ts +7 -7
- package/types/x-modules/queries-preview/index.d.ts.map +1 -1
- package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts +12 -12
- package/types/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.d.ts.map +1 -1
- package/types/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts +12 -12
- package/types/x-modules/queries-preview/store/actions/fetch-query-preview.action.d.ts.map +1 -1
- package/types/x-modules/queries-preview/store/emitters.d.ts +11 -11
- package/types/x-modules/queries-preview/store/emitters.d.ts.map +1 -1
- package/types/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.d.ts +9 -10
- package/types/x-modules/queries-preview/store/getters/loaded-queries-preview.getter.d.ts.map +1 -1
- package/types/x-modules/queries-preview/store/index.d.ts +5 -5
- package/types/x-modules/queries-preview/store/index.d.ts.map +1 -1
- package/types/x-modules/queries-preview/store/module.d.ts +7 -7
- package/types/x-modules/queries-preview/store/module.d.ts.map +1 -1
- package/types/x-modules/queries-preview/store/types.d.ts +189 -189
- package/types/x-modules/queries-preview/store/types.d.ts.map +1 -1
- package/types/x-modules/queries-preview/utils/get-hash-from-query-preview.d.ts +18 -18
- package/types/x-modules/queries-preview/utils/get-hash-from-query-preview.d.ts.map +1 -1
- package/types/x-modules/queries-preview/wiring.d.ts +85 -85
- package/types/x-modules/queries-preview/wiring.d.ts.map +1 -1
- package/types/x-modules/queries-preview/x-module.d.ts +15 -15
- package/types/x-modules/queries-preview/x-module.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/components/index.d.ts +2 -2
- package/types/x-modules/query-suggestions/components/index.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts +28 -28
- package/types/x-modules/query-suggestions/components/query-suggestion.vue.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts +11 -11
- package/types/x-modules/query-suggestions/components/query-suggestions.vue.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/config.types.d.ts +58 -58
- package/types/x-modules/query-suggestions/config.types.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/events.types.d.ts +26 -31
- package/types/x-modules/query-suggestions/events.types.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/index.d.ts +6 -6
- package/types/x-modules/query-suggestions/index.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts +14 -14
- package/types/x-modules/query-suggestions/store/actions/fetch-and-save-suggestions.action.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts +13 -13
- package/types/x-modules/query-suggestions/store/actions/fetch-suggestions.action.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts +10 -11
- package/types/x-modules/query-suggestions/store/actions/set-url-params.action.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/emitters.d.ts +9 -9
- package/types/x-modules/query-suggestions/store/emitters.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/getters/normalized-query.getter.d.ts +10 -12
- package/types/x-modules/query-suggestions/store/getters/normalized-query.getter.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/getters/query-suggestions.getter.d.ts +34 -34
- package/types/x-modules/query-suggestions/store/getters/query-suggestions.getter.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/getters/request.getter.d.ts +10 -12
- package/types/x-modules/query-suggestions/store/getters/request.getter.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/index.d.ts +8 -8
- package/types/x-modules/query-suggestions/store/index.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/module.d.ts +7 -7
- package/types/x-modules/query-suggestions/store/module.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/store/types.d.ts +104 -104
- package/types/x-modules/query-suggestions/store/types.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/wiring.d.ts +90 -90
- package/types/x-modules/query-suggestions/wiring.d.ts.map +1 -1
- package/types/x-modules/query-suggestions/x-module.d.ts +15 -15
- package/types/x-modules/query-suggestions/x-module.d.ts.map +1 -1
- package/types/x-modules/recommendations/components/index.d.ts +1 -1
- package/types/x-modules/recommendations/components/index.d.ts.map +1 -1
- package/types/x-modules/recommendations/components/recommendations.vue.d.ts +33 -34
- package/types/x-modules/recommendations/components/recommendations.vue.d.ts.map +1 -1
- package/types/x-modules/recommendations/config.types.d.ts +11 -11
- package/types/x-modules/recommendations/config.types.d.ts.map +1 -1
- package/types/x-modules/recommendations/events.types.d.ts +25 -25
- package/types/x-modules/recommendations/events.types.d.ts.map +1 -1
- package/types/x-modules/recommendations/index.d.ts +6 -6
- package/types/x-modules/recommendations/index.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts +16 -16
- package/types/x-modules/recommendations/store/actions/fetch-and-save-recommendations.action.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts +12 -12
- package/types/x-modules/recommendations/store/actions/fetch-recommendations.action.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/constants.d.ts +6 -6
- package/types/x-modules/recommendations/store/constants.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/emitters.d.ts +11 -11
- package/types/x-modules/recommendations/store/emitters.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/getters/request.getter.d.ts +11 -11
- package/types/x-modules/recommendations/store/getters/request.getter.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/index.d.ts +7 -7
- package/types/x-modules/recommendations/store/index.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/module.d.ts +7 -7
- package/types/x-modules/recommendations/store/module.d.ts.map +1 -1
- package/types/x-modules/recommendations/store/types.d.ts +90 -90
- package/types/x-modules/recommendations/store/types.d.ts.map +1 -1
- package/types/x-modules/recommendations/wiring.d.ts +20 -20
- package/types/x-modules/recommendations/wiring.d.ts.map +1 -1
- package/types/x-modules/recommendations/x-module.d.ts +15 -15
- package/types/x-modules/recommendations/x-module.d.ts.map +1 -1
- package/types/x-modules/related-prompts/components/index.d.ts +3 -2
- package/types/x-modules/related-prompts/components/index.d.ts.map +1 -1
- package/types/x-modules/related-prompts/components/related-prompt.vue.d.ts +47 -36
- package/types/x-modules/related-prompts/components/related-prompt.vue.d.ts.map +1 -1
- package/types/x-modules/related-prompts/components/related-prompts-list.vue.d.ts +105 -105
- package/types/x-modules/related-prompts/components/related-prompts-list.vue.d.ts.map +1 -1
- package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts +132 -0
- package/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts.map +1 -0
- package/types/x-modules/related-prompts/events.types.d.ts +53 -15
- package/types/x-modules/related-prompts/events.types.d.ts.map +1 -1
- package/types/x-modules/related-prompts/index.d.ts +5 -5
- package/types/x-modules/related-prompts/index.d.ts.map +1 -1
- package/types/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.d.ts +16 -16
- package/types/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.d.ts.map +1 -1
- package/types/x-modules/related-prompts/store/actions/fetch-related-prompts.action.d.ts +12 -12
- package/types/x-modules/related-prompts/store/actions/fetch-related-prompts.action.d.ts.map +1 -1
- package/types/x-modules/related-prompts/store/actions/set-url-params.action.d.ts +10 -0
- package/types/x-modules/related-prompts/store/actions/set-url-params.action.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/emitters.d.ts +10 -8
- package/types/x-modules/related-prompts/store/emitters.d.ts.map +1 -1
- package/types/x-modules/related-prompts/store/getters/index.d.ts +3 -0
- package/types/x-modules/related-prompts/store/getters/index.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/getters/related-prompts-query.getter.d.ts +13 -0
- package/types/x-modules/related-prompts/store/getters/related-prompts-query.getter.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/getters/request.getter.d.ts +13 -12
- package/types/x-modules/related-prompts/store/getters/request.getter.d.ts.map +1 -1
- package/types/x-modules/related-prompts/store/index.d.ts +5 -6
- package/types/x-modules/related-prompts/store/index.d.ts.map +1 -1
- package/types/x-modules/related-prompts/store/module.d.ts +7 -7
- package/types/x-modules/related-prompts/store/module.d.ts.map +1 -1
- package/types/x-modules/related-prompts/store/types.d.ts +124 -87
- package/types/x-modules/related-prompts/store/types.d.ts.map +1 -1
- package/types/x-modules/related-prompts/types.d.ts +9 -9
- package/types/x-modules/related-prompts/types.d.ts.map +1 -1
- package/types/x-modules/related-prompts/wiring.d.ts +45 -24
- package/types/x-modules/related-prompts/wiring.d.ts.map +1 -1
- package/types/x-modules/related-prompts/x-module.d.ts +15 -15
- package/types/x-modules/related-prompts/x-module.d.ts.map +1 -1
- package/types/x-modules/related-tags/components/index.d.ts +2 -2
- package/types/x-modules/related-tags/components/index.d.ts.map +1 -1
- package/types/x-modules/related-tags/components/related-tag.vue.d.ts +58 -58
- package/types/x-modules/related-tags/components/related-tag.vue.d.ts.map +1 -1
- package/types/x-modules/related-tags/components/related-tags.vue.d.ts +72 -72
- package/types/x-modules/related-tags/components/related-tags.vue.d.ts.map +1 -1
- package/types/x-modules/related-tags/config.types.d.ts +11 -11
- package/types/x-modules/related-tags/config.types.d.ts.map +1 -1
- package/types/x-modules/related-tags/events.types.d.ts +43 -43
- package/types/x-modules/related-tags/events.types.d.ts.map +1 -1
- package/types/x-modules/related-tags/index.d.ts +6 -6
- package/types/x-modules/related-tags/index.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts +14 -14
- package/types/x-modules/related-tags/store/actions/fetch-and-save-related-tags.action.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts +12 -12
- package/types/x-modules/related-tags/store/actions/fetch-related-tags.action.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts +14 -11
- package/types/x-modules/related-tags/store/actions/set-url-params.action.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/actions/toggle-related-tag.action.d.ts +10 -11
- package/types/x-modules/related-tags/store/actions/toggle-related-tag.action.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/emitters.d.ts +13 -13
- package/types/x-modules/related-tags/store/emitters.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/getters/query.getter.d.ts +10 -12
- package/types/x-modules/related-tags/store/getters/query.getter.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/getters/related-tags.getter.d.ts +10 -11
- package/types/x-modules/related-tags/store/getters/related-tags.getter.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/getters/request.getter.d.ts +12 -14
- package/types/x-modules/related-tags/store/getters/request.getter.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/index.d.ts +9 -9
- package/types/x-modules/related-tags/store/index.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/module.d.ts +7 -7
- package/types/x-modules/related-tags/store/module.d.ts.map +1 -1
- package/types/x-modules/related-tags/store/types.d.ts +109 -109
- package/types/x-modules/related-tags/store/types.d.ts.map +1 -1
- package/types/x-modules/related-tags/wiring.d.ts +105 -105
- package/types/x-modules/related-tags/wiring.d.ts.map +1 -1
- package/types/x-modules/related-tags/x-module.d.ts +15 -15
- package/types/x-modules/related-tags/x-module.d.ts.map +1 -1
- package/types/x-modules/scroll/components/index.d.ts +6 -6
- package/types/x-modules/scroll/components/index.d.ts.map +1 -1
- package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts +36 -36
- package/types/x-modules/scroll/components/main-scroll-item.vue.d.ts.map +1 -1
- package/types/x-modules/scroll/components/main-scroll.vue.d.ts +74 -74
- package/types/x-modules/scroll/components/main-scroll.vue.d.ts.map +1 -1
- package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +65 -65
- package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts.map +1 -1
- package/types/x-modules/scroll/components/scroll.const.d.ts +14 -14
- package/types/x-modules/scroll/components/scroll.const.d.ts.map +1 -1
- package/types/x-modules/scroll/components/scroll.types.d.ts +19 -19
- package/types/x-modules/scroll/components/scroll.types.d.ts.map +1 -1
- package/types/x-modules/scroll/components/scroll.vue.d.ts +39 -39
- package/types/x-modules/scroll/components/scroll.vue.d.ts.map +1 -1
- package/types/x-modules/scroll/events.types.d.ts +52 -52
- package/types/x-modules/scroll/events.types.d.ts.map +1 -1
- package/types/x-modules/scroll/index.d.ts +5 -5
- package/types/x-modules/scroll/index.d.ts.map +1 -1
- package/types/x-modules/scroll/store/emitters.d.ts +6 -6
- package/types/x-modules/scroll/store/emitters.d.ts.map +1 -1
- package/types/x-modules/scroll/store/index.d.ts +3 -3
- package/types/x-modules/scroll/store/index.d.ts.map +1 -1
- package/types/x-modules/scroll/store/module.d.ts +7 -7
- package/types/x-modules/scroll/store/module.d.ts.map +1 -1
- package/types/x-modules/scroll/store/types.d.ts +97 -97
- package/types/x-modules/scroll/store/types.d.ts.map +1 -1
- package/types/x-modules/scroll/wiring.d.ts +73 -73
- package/types/x-modules/scroll/wiring.d.ts.map +1 -1
- package/types/x-modules/scroll/x-module.d.ts +15 -15
- package/types/x-modules/scroll/x-module.d.ts.map +1 -1
- package/types/x-modules/search/components/banner.vue.d.ts +42 -139
- package/types/x-modules/search/components/banner.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/banners-list.vue.d.ts +29 -29
- package/types/x-modules/search/components/banners-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/fallback-disclaimer.vue.d.ts +11 -11
- package/types/x-modules/search/components/fallback-disclaimer.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/index.d.ts +14 -14
- package/types/x-modules/search/components/index.d.ts.map +1 -1
- package/types/x-modules/search/components/partial-query-button.vue.d.ts +32 -32
- package/types/x-modules/search/components/partial-query-button.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/partial-results-list.vue.d.ts +51 -53
- package/types/x-modules/search/components/partial-results-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/promoted.vue.d.ts +38 -38
- package/types/x-modules/search/components/promoted.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/promoteds-list.vue.d.ts +29 -29
- package/types/x-modules/search/components/promoteds-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/redirection.vue.d.ts +64 -64
- package/types/x-modules/search/components/redirection.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/results-list.vue.d.ts +31 -31
- package/types/x-modules/search/components/results-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/sort-dropdown.vue.d.ts +31 -30
- package/types/x-modules/search/components/sort-dropdown.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/sort-list.vue.d.ts +46 -45
- package/types/x-modules/search/components/sort-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/sort-picker-list.vue.d.ts +50 -49
- package/types/x-modules/search/components/sort-picker-list.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/spellcheck-button.vue.d.ts +13 -13
- package/types/x-modules/search/components/spellcheck-button.vue.d.ts.map +1 -1
- package/types/x-modules/search/components/spellcheck.vue.d.ts +15 -15
- package/types/x-modules/search/components/spellcheck.vue.d.ts.map +1 -1
- package/types/x-modules/search/config.types.d.ts +13 -11
- package/types/x-modules/search/config.types.d.ts.map +1 -1
- package/types/x-modules/search/events.types.d.ts +110 -106
- package/types/x-modules/search/events.types.d.ts.map +1 -1
- package/types/x-modules/search/index.d.ts +7 -7
- package/types/x-modules/search/index.d.ts.map +1 -1
- package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts +14 -14
- package/types/x-modules/search/store/actions/fetch-and-save-search-response.action.d.ts.map +1 -1
- package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts +12 -12
- package/types/x-modules/search/store/actions/fetch-search-response.action.d.ts.map +1 -1
- package/types/x-modules/search/store/actions/increase-page-apending-results.action.d.ts +10 -10
- package/types/x-modules/search/store/actions/increase-page-apending-results.action.d.ts.map +1 -1
- package/types/x-modules/search/store/actions/index.d.ts +7 -7
- package/types/x-modules/search/store/actions/index.d.ts.map +1 -1
- package/types/x-modules/search/store/actions/reset-request-on-refinement.action.d.ts +10 -11
- package/types/x-modules/search/store/actions/reset-request-on-refinement.action.d.ts.map +1 -1
- package/types/x-modules/search/store/actions/save-origin.action.d.ts +10 -11
- package/types/x-modules/search/store/actions/save-origin.action.d.ts.map +1 -1
- package/types/x-modules/search/store/actions/save-search-response.action.d.ts +10 -11
- package/types/x-modules/search/store/actions/save-search-response.action.d.ts.map +1 -1
- package/types/x-modules/search/store/actions/set-url-params.action.d.ts +10 -12
- package/types/x-modules/search/store/actions/set-url-params.action.d.ts.map +1 -1
- package/types/x-modules/search/store/emitters.d.ts +38 -38
- package/types/x-modules/search/store/emitters.d.ts.map +1 -1
- package/types/x-modules/search/store/getters/index.d.ts +2 -2
- package/types/x-modules/search/store/getters/index.d.ts.map +1 -1
- package/types/x-modules/search/store/getters/query.getter.d.ts +12 -12
- package/types/x-modules/search/store/getters/query.getter.d.ts.map +1 -1
- package/types/x-modules/search/store/getters/request.getter.d.ts +12 -13
- package/types/x-modules/search/store/getters/request.getter.d.ts.map +1 -1
- package/types/x-modules/search/store/index.d.ts +5 -5
- package/types/x-modules/search/store/index.d.ts.map +1 -1
- package/types/x-modules/search/store/module.d.ts +41 -41
- package/types/x-modules/search/store/module.d.ts.map +1 -1
- package/types/x-modules/search/store/types.d.ts +288 -288
- package/types/x-modules/search/store/types.d.ts.map +1 -1
- package/types/x-modules/search/types.d.ts +34 -34
- package/types/x-modules/search/types.d.ts.map +1 -1
- package/types/x-modules/search/wiring.d.ts +221 -217
- package/types/x-modules/search/wiring.d.ts.map +1 -1
- package/types/x-modules/search/x-module.d.ts +15 -15
- package/types/x-modules/search/x-module.d.ts.map +1 -1
- package/types/x-modules/search-box/components/clear-search-input.vue.d.ts +19 -19
- package/types/x-modules/search-box/components/clear-search-input.vue.d.ts.map +1 -1
- package/types/x-modules/search-box/components/index.d.ts +4 -4
- package/types/x-modules/search-box/components/index.d.ts.map +1 -1
- package/types/x-modules/search-box/components/search-button.vue.d.ts +17 -18
- package/types/x-modules/search-box/components/search-button.vue.d.ts.map +1 -1
- package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts +84 -84
- package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts.map +1 -1
- package/types/x-modules/search-box/components/search-input.vue.d.ts +83 -83
- package/types/x-modules/search-box/components/search-input.vue.d.ts.map +1 -1
- package/types/x-modules/search-box/events.types.d.ts +73 -73
- package/types/x-modules/search-box/events.types.d.ts.map +1 -1
- package/types/x-modules/search-box/index.d.ts +5 -5
- package/types/x-modules/search-box/index.d.ts.map +1 -1
- package/types/x-modules/search-box/store/actions/set-input-status.action.d.ts +11 -11
- package/types/x-modules/search-box/store/actions/set-input-status.action.d.ts.map +1 -1
- package/types/x-modules/search-box/store/actions/set-url-params.action.d.ts +10 -11
- package/types/x-modules/search-box/store/actions/set-url-params.action.d.ts.map +1 -1
- package/types/x-modules/search-box/store/emitters.d.ts +13 -13
- package/types/x-modules/search-box/store/emitters.d.ts.map +1 -1
- package/types/x-modules/search-box/store/index.d.ts +3 -3
- package/types/x-modules/search-box/store/index.d.ts.map +1 -1
- package/types/x-modules/search-box/store/module.d.ts +7 -7
- package/types/x-modules/search-box/store/module.d.ts.map +1 -1
- package/types/x-modules/search-box/store/types.d.ts +69 -69
- package/types/x-modules/search-box/store/types.d.ts.map +1 -1
- package/types/x-modules/search-box/wiring.d.ts +42 -42
- package/types/x-modules/search-box/wiring.d.ts.map +1 -1
- package/types/x-modules/search-box/x-module.d.ts +15 -15
- package/types/x-modules/search-box/x-module.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/components/index.d.ts +2 -2
- package/types/x-modules/semantic-queries/components/index.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/components/semantic-queries.vue.d.ts +9 -11
- package/types/x-modules/semantic-queries/components/semantic-queries.vue.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/components/semantic-query.vue.d.ts +29 -29
- package/types/x-modules/semantic-queries/components/semantic-query.vue.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/config.types.d.ts +15 -15
- package/types/x-modules/semantic-queries/config.types.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/events.types.d.ts +24 -24
- package/types/x-modules/semantic-queries/events.types.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/index.d.ts +6 -6
- package/types/x-modules/semantic-queries/index.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.d.ts +12 -12
- package/types/x-modules/semantic-queries/store/actions/fetch-and-save-semantic-query.action.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.d.ts +12 -12
- package/types/x-modules/semantic-queries/store/actions/fetch-semantic-query.action.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/store/actions/index.d.ts +2 -2
- package/types/x-modules/semantic-queries/store/actions/index.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/store/emitters.d.ts +9 -9
- package/types/x-modules/semantic-queries/store/emitters.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/store/getters/index.d.ts +3 -2
- package/types/x-modules/semantic-queries/store/getters/index.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/store/getters/normalized-query.getter.d.ts +12 -12
- package/types/x-modules/semantic-queries/store/getters/normalized-query.getter.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/store/getters/request.getter.d.ts +13 -12
- package/types/x-modules/semantic-queries/store/getters/request.getter.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.d.ts +13 -0
- package/types/x-modules/semantic-queries/store/getters/semanti-queries-query.getter.d.ts.map +1 -0
- package/types/x-modules/semantic-queries/store/index.d.ts +4 -4
- package/types/x-modules/semantic-queries/store/index.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/store/module.d.ts +7 -7
- package/types/x-modules/semantic-queries/store/module.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/store/types.d.ts +102 -90
- package/types/x-modules/semantic-queries/store/types.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/wiring.d.ts +65 -62
- package/types/x-modules/semantic-queries/wiring.d.ts.map +1 -1
- package/types/x-modules/semantic-queries/x-module.d.ts +15 -15
- package/types/x-modules/semantic-queries/x-module.d.ts.map +1 -1
- package/types/x-modules/tagging/components/index.d.ts +1 -1
- package/types/x-modules/tagging/components/index.d.ts.map +1 -1
- package/types/x-modules/tagging/components/tagging.vue.d.ts +84 -82
- package/types/x-modules/tagging/components/tagging.vue.d.ts.map +1 -1
- package/types/x-modules/tagging/config.types.d.ts +25 -25
- package/types/x-modules/tagging/config.types.d.ts.map +1 -1
- package/types/x-modules/tagging/events.types.d.ts +51 -51
- package/types/x-modules/tagging/events.types.d.ts.map +1 -1
- package/types/x-modules/tagging/index.d.ts +7 -7
- package/types/x-modules/tagging/index.d.ts.map +1 -1
- package/types/x-modules/tagging/service/{pdp-add-to-cart.service.d.ts → external-tagging.service.d.ts} +100 -82
- package/types/x-modules/tagging/service/external-tagging.service.d.ts.map +1 -0
- package/types/x-modules/tagging/service/index.d.ts +2 -2
- package/types/x-modules/tagging/service/index.d.ts.map +1 -1
- package/types/x-modules/tagging/service/types.d.ts +38 -29
- package/types/x-modules/tagging/service/types.d.ts.map +1 -1
- package/types/x-modules/tagging/store/actions/index.d.ts +1 -1
- package/types/x-modules/tagging/store/actions/index.d.ts.map +1 -1
- package/types/x-modules/tagging/store/actions/track.action.d.ts +10 -11
- package/types/x-modules/tagging/store/actions/track.action.d.ts.map +1 -1
- package/types/x-modules/tagging/store/emitters.d.ts +13 -13
- package/types/x-modules/tagging/store/emitters.d.ts.map +1 -1
- package/types/x-modules/tagging/store/index.d.ts +4 -4
- package/types/x-modules/tagging/store/index.d.ts.map +1 -1
- package/types/x-modules/tagging/store/module.d.ts +7 -7
- package/types/x-modules/tagging/store/module.d.ts.map +1 -1
- package/types/x-modules/tagging/store/types.d.ts +80 -80
- package/types/x-modules/tagging/store/types.d.ts.map +1 -1
- package/types/x-modules/tagging/wiring.d.ts +253 -164
- package/types/x-modules/tagging/wiring.d.ts.map +1 -1
- package/types/x-modules/tagging/x-module.d.ts +15 -15
- package/types/x-modules/tagging/x-module.d.ts.map +1 -1
- package/types/x-modules/url/components/index.d.ts +1 -1
- package/types/x-modules/url/components/index.d.ts.map +1 -1
- package/types/x-modules/url/components/url-handler.vue.d.ts +12 -12
- package/types/x-modules/url/components/url-handler.vue.d.ts.map +1 -1
- package/types/x-modules/url/events.types.d.ts +30 -31
- package/types/x-modules/url/events.types.d.ts.map +1 -1
- package/types/x-modules/url/index.d.ts +5 -5
- package/types/x-modules/url/index.d.ts.map +1 -1
- package/types/x-modules/url/store/emitters.d.ts +49 -49
- package/types/x-modules/url/store/emitters.d.ts.map +1 -1
- package/types/x-modules/url/store/getters/url-params.getter.d.ts +9 -11
- package/types/x-modules/url/store/getters/url-params.getter.d.ts.map +1 -1
- package/types/x-modules/url/store/index.d.ts +3 -3
- package/types/x-modules/url/store/index.d.ts.map +1 -1
- package/types/x-modules/url/store/initial-state.d.ts +8 -8
- package/types/x-modules/url/store/initial-state.d.ts.map +1 -1
- package/types/x-modules/url/store/module.d.ts +7 -7
- package/types/x-modules/url/store/module.d.ts.map +1 -1
- package/types/x-modules/url/store/mutations/set-params.mutation.d.ts +12 -12
- package/types/x-modules/url/store/mutations/set-params.mutation.d.ts.map +1 -1
- package/types/x-modules/url/store/types.d.ts +108 -102
- package/types/x-modules/url/store/types.d.ts.map +1 -1
- package/types/x-modules/url/wiring.d.ts +117 -108
- package/types/x-modules/url/wiring.d.ts.map +1 -1
- package/types/x-modules/url/x-module.d.ts +15 -15
- package/types/x-modules/url/x-module.d.ts.map +1 -1
- package/types/x-modules/x-modules.types.d.ts +97 -95
- package/types/x-modules/x-modules.types.d.ts.map +1 -1
- package/url/index.js +1 -1
- package/design-system/deprecated-full-theme.css +0 -8828
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragekey.md +0 -11
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.clickedresultstoragettlms.md +0 -11
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.instance.md +0 -13
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.localstorageservice.md +0 -11
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.md +0 -41
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.movetosessionstorage.md +0 -24
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.result_clicked_id_key.md +0 -13
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.sessionstorageservice.md +0 -11
- package/docs/API-reference/api/x-components.defaultpdpaddtocartservice.trackaddtocart.md +0 -24
- package/docs/API-reference/api/x-components.pdpaddtocartservice.md +0 -22
- package/docs/API-reference/api/x-components.pdpaddtocartservice.storeresultclicked.md +0 -24
- package/docs/API-reference/api/x-components.querysuggestionsxevents.querysuggestionsdisplayed.md +0 -13
- package/docs/API-reference/api/x-components.relatedpromptrequest.md +0 -13
- package/docs/API-reference/api/x-components.taggingconfig.clickedresultstoragettlms.md +0 -13
- package/docs/API-reference/api/x-components.usestore.md +0 -19
- package/docs/API-reference/api/x-components.xactioncontext.commit_1.md +0 -23
- package/docs/API-reference/api/x-components.xactioncontext.dispatch_1.md +0 -23
- package/docs/API-reference/api/x-components.xcomponentbusapi.emit_1.md +0 -25
- package/docs/assets/features/overview-my-history.svg +0 -279
- package/docs/assets/features/overview-product-results-card.svg +0 -128
- package/docs/assets/interface/build-search-ui.svg +0 -167
- package/docs/assets/interface/experience-search-intro.svg +0 -1
- package/docs/assets/interface/integration-guide.svg +0 -1
- package/docs/assets/interface/integration-video.png +0 -0
- package/docs/assets/interface/x-architecture.svg +0 -1
- package/docs/assets/interface/x-empathize.gif +0 -0
- package/docs/assets/interface/x-facets.gif +0 -0
- package/docs/assets/interface/x-facets.svg +0 -189
- package/docs/assets/interface/x-history-queries.gif +0 -0
- package/docs/assets/interface/x-id-results.gif +0 -0
- package/docs/assets/interface/x-next-queries.gif +0 -0
- package/docs/assets/interface/x-popular-searches.gif +0 -0
- package/docs/assets/interface/x-query-suggestions.gif +0 -0
- package/docs/assets/interface/x-recommendations.gif +0 -0
- package/docs/assets/interface/x-recommendations.svg +0 -472
- package/docs/assets/interface/x-related-tags.gif +0 -0
- package/docs/assets/interface/x-results-layout.svg +0 -259
- package/docs/assets/interface/x-search-box-elements.svg +0 -1
- package/docs/assets/interface/x-search-box.svg +0 -60
- package/docs/build-search-ui/README.md +0 -127
- package/docs/build-search-ui/sidebar.js +0 -7
- package/docs/build-search-ui/web-archetype-development-guide.md +0 -186
- package/docs/build-search-ui/web-archetype-integration-guide.md +0 -458
- package/docs/build-search-ui/web-how-to-use-x-components-guide.md +0 -200
- package/docs/build-search-ui/web-x-architecture.md +0 -83
- package/docs/build-search-ui/web-x-components-development-guide.md +0 -157
- package/docs/experience-search-and-discovery/README.md +0 -132
- package/docs/experience-search-and-discovery/empathize.md +0 -119
- package/docs/experience-search-and-discovery/facets-and-filters.md +0 -154
- package/docs/experience-search-and-discovery/history-queries.md +0 -70
- package/docs/experience-search-and-discovery/id-results.md +0 -49
- package/docs/experience-search-and-discovery/my-history.md +0 -60
- package/docs/experience-search-and-discovery/next-queries.md +0 -72
- package/docs/experience-search-and-discovery/popular-searches.md +0 -50
- package/docs/experience-search-and-discovery/product-results-ui.md +0 -82
- package/docs/experience-search-and-discovery/query-suggestions.md +0 -48
- package/docs/experience-search-and-discovery/recommendations.md +0 -134
- package/docs/experience-search-and-discovery/related-tags.md +0 -66
- package/docs/experience-search-and-discovery/search-box.md +0 -99
- package/docs/experience-search-and-discovery/serp-ui.md +0 -125
- package/docs/experience-search-and-discovery/sidebar.js +0 -17
- package/docs/experience-search-and-discovery/web-local-storage.md +0 -30
- package/docs/input-status-machine-state.png +0 -0
- package/js/composables/use-store.js +0 -15
- package/js/composables/use-store.js.map +0 -1
- package/js/utils/options-api.js +0 -4
- package/js/utils/options-api.js.map +0 -1
- package/js/x-modules/tagging/service/pdp-add-to-cart.service.js.map +0 -1
- package/types/composables/use-store.d.ts +0 -10
- package/types/composables/use-store.d.ts.map +0 -1
- package/types/utils/options-api.d.ts +0 -3
- package/types/utils/options-api.d.ts.map +0 -1
- package/types/x-modules/tagging/service/pdp-add-to-cart.service.d.ts.map +0 -1
|
@@ -4,10 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import { ActionContext } from 'vuex';
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import { App
|
|
7
|
+
import type { ActionContext } from 'vuex';
|
|
8
|
+
import { default as AIStarIcon } from './ai-star.vue';
|
|
9
|
+
import type { AnyFunction } from '@empathyco/x-utils';
|
|
10
|
+
import type { App } from '@vue/devtools-api';
|
|
11
|
+
import type { App as App_2 } from 'vue';
|
|
11
12
|
import { default as ArrowDownIcon } from './arrow-down.vue';
|
|
12
13
|
import { default as ArrowLeftIcon } from './arrow-left.vue';
|
|
13
14
|
import { default as ArrowRightIcon } from './arrow-right.vue';
|
|
@@ -33,11 +34,9 @@ import { default as ChevronTinyLeftIcon } from './chevron-tiny-left.vue';
|
|
|
33
34
|
import { default as ChevronTinyRightIcon } from './chevron-tiny-right.vue';
|
|
34
35
|
import { default as ChevronTinyUpIcon } from './chevron-tiny-up.vue';
|
|
35
36
|
import { default as ChevronUpIcon } from './chevron-up.vue';
|
|
36
|
-
import { Component } from 'vue';
|
|
37
|
-
import { ComponentOptionsBase } from 'vue';
|
|
37
|
+
import type { Component } from 'vue';
|
|
38
38
|
import { ComponentOptionsMixin } from 'vue';
|
|
39
|
-
import { ComponentPublicInstance } from 'vue';
|
|
40
|
-
import { ComputedOptions } from 'vue';
|
|
39
|
+
import type { ComponentPublicInstance } from 'vue';
|
|
41
40
|
import { ComputedRef } from 'vue';
|
|
42
41
|
import { default as CornerArrowLeft } from './corner-arrow-left.vue';
|
|
43
42
|
import { default as CornerArrowRight } from './corner-arrow-right.vue';
|
|
@@ -47,17 +46,15 @@ import { default as CuratedCheckFilledIcon } from './curated-check-filled.vue';
|
|
|
47
46
|
import { default as CuratedCheckIcon } from './curated-check.vue';
|
|
48
47
|
import { default as CuratedCheckTinyFilledIcon } from './curated-check-tiny-filled.vue';
|
|
49
48
|
import { default as CuratedCheckTinyIcon } from './curated-check-tiny.vue';
|
|
50
|
-
import { DeepPartial } from '@empathyco/x-utils';
|
|
49
|
+
import type { DeepPartial } from '@empathyco/x-utils';
|
|
51
50
|
import { DefineComponent } from 'vue';
|
|
52
51
|
import { default as DiagonalArrowLeftDownIcon } from './diagonal-arrow-left-down.vue';
|
|
53
52
|
import { default as DiagonalArrowLeftTopIcon } from './diagonal-arrow-left-top.vue';
|
|
54
53
|
import { default as DiagonalArrowRightDownIcon } from './diagonal-arrow-right-down.vue';
|
|
55
54
|
import { default as DiagonalArrowRightTopIcon } from './diagonal-arrow-right-top.vue';
|
|
56
55
|
import { Dictionary } from '@empathyco/x-utils';
|
|
57
|
-
import { Directive } from 'vue';
|
|
58
|
-
import {
|
|
59
|
-
import { EndpointAdapter } from '@empathyco/x-adapter';
|
|
60
|
-
import { EventPayload } from '@empathyco/x-bus';
|
|
56
|
+
import type { Directive } from 'vue';
|
|
57
|
+
import type { EndpointAdapter } from '@empathyco/x-adapter';
|
|
61
58
|
import { ExtractPropTypes } from 'vue';
|
|
62
59
|
import { default as FiltersIcon } from './filters.vue';
|
|
63
60
|
import { default as Grid1ColIcon } from './grid-1-col.vue';
|
|
@@ -72,27 +69,25 @@ import { default as HistoryTinyIcon } from './history-tiny.vue';
|
|
|
72
69
|
import { default as LightBulbOff } from './light-bulb-off.vue';
|
|
73
70
|
import { default as LightBulbOn } from './light-bulb-on.vue';
|
|
74
71
|
import { default as MenuIcon } from './menu.vue';
|
|
75
|
-
import { MethodOptions } from 'vue';
|
|
76
72
|
import { default as MinusIcon } from './minus.vue';
|
|
77
73
|
import { default as MinusTinyIcon } from './minus-tiny.vue';
|
|
78
|
-
import { Module } from 'vuex';
|
|
79
|
-
import { Observable } from 'rxjs';
|
|
80
|
-
import { Plugin as Plugin_2 } from 'vue';
|
|
74
|
+
import type { Module } from 'vuex';
|
|
75
|
+
import type { Observable } from 'rxjs';
|
|
76
|
+
import type { Plugin as Plugin_2 } from 'vue';
|
|
81
77
|
import { default as PlusIcon } from './plus.vue';
|
|
82
78
|
import { default as PlusTinyIcon } from './plus-tiny.vue';
|
|
83
|
-
import {
|
|
84
|
-
import { PropType } from 'vue';
|
|
79
|
+
import type { PropType } from 'vue';
|
|
85
80
|
import { PublicProps } from 'vue';
|
|
86
81
|
import { default as RadioButtonSelectedIcon } from './radiobutton-selected.vue';
|
|
87
82
|
import { default as RadioButtonUnselectedIcon } from './radiobutton-unselected.vue';
|
|
88
83
|
import { Ref } from 'vue';
|
|
89
84
|
import { RendererElement } from 'vue';
|
|
90
85
|
import { RendererNode } from 'vue';
|
|
91
|
-
import { RequiredProperties } from '@empathyco/x-utils';
|
|
86
|
+
import type { RequiredProperties } from '@empathyco/x-utils';
|
|
92
87
|
import { default as SearchIcon } from './search.vue';
|
|
93
88
|
import { default as SearchTinyIcon } from './search-tiny.vue';
|
|
94
89
|
import { default as SettingsIcon } from './settings.vue';
|
|
95
|
-
import { SetupContext } from 'vue';
|
|
90
|
+
import type { SetupContext } from 'vue';
|
|
96
91
|
import { default as ShowIcon } from './show.vue';
|
|
97
92
|
import { Slot } from 'vue';
|
|
98
93
|
import { default as SortAZIcon } from './sort-az.vue';
|
|
@@ -100,13 +95,14 @@ import { default as SortPriceDownIcon } from './sort-price-down.vue';
|
|
|
100
95
|
import { default as SortPriceUpIcon } from './sort-price-up.vue';
|
|
101
96
|
import { default as SortRelevancyIcon } from './sort-relevancy.vue';
|
|
102
97
|
import { default as SortZAIcon } from './sort-za.vue';
|
|
98
|
+
import { default as SpinnerIcon } from './spinner.vue';
|
|
103
99
|
import { default as StarFilledIcon } from './star-filled.vue';
|
|
104
100
|
import { default as StarIcon } from './star.vue';
|
|
105
|
-
import { StorageService } from '@empathyco/x-storage-service';
|
|
106
|
-
import { Store } from 'vuex';
|
|
107
|
-
import { StyleValue } from 'vue';
|
|
108
|
-
import {
|
|
109
|
-
import { Subscription } from 'rxjs';
|
|
101
|
+
import type { StorageService } from '@empathyco/x-storage-service';
|
|
102
|
+
import type { Store } from 'vuex';
|
|
103
|
+
import type { StyleValue } from 'vue';
|
|
104
|
+
import type { Subject } from 'rxjs';
|
|
105
|
+
import type { Subscription } from 'rxjs';
|
|
110
106
|
import { default as TagFilledIcon } from './tag-filled.vue';
|
|
111
107
|
import { default as TagIcon } from './tag.vue';
|
|
112
108
|
import { default as TrashIcon } from './trash.vue';
|
|
@@ -116,11 +112,10 @@ import { default as TrendingTinyIcon } from './trending-tiny.vue';
|
|
|
116
112
|
import { default as UserFilledIcon } from './user-filled.vue';
|
|
117
113
|
import { default as UserIcon } from './user.vue';
|
|
118
114
|
import { VNode } from 'vue';
|
|
119
|
-
import Vue from 'vue';
|
|
120
|
-
import { WatchOptions } from 'vue';
|
|
121
|
-
import { WatchStopHandle } from 'vue';
|
|
122
|
-
import {
|
|
123
|
-
import { XPriorityBus } from '@empathyco/x-bus';
|
|
115
|
+
import type Vue from 'vue';
|
|
116
|
+
import type { WatchOptions } from 'vue';
|
|
117
|
+
import type { WatchStopHandle } from 'vue';
|
|
118
|
+
import { WritableComputedRef } from 'vue';
|
|
124
119
|
|
|
125
120
|
// @internal
|
|
126
121
|
export interface AbsoluteDistances {
|
|
@@ -175,6 +170,194 @@ export const addQueryToHistoryQueries: Wire<string>;
|
|
|
175
170
|
// @public
|
|
176
171
|
export const addQueryToHistoryQueriesFromPreview: AnyWire;
|
|
177
172
|
|
|
173
|
+
// @public
|
|
174
|
+
export type AiActionContext = XActionContext<AiState, AiGetters, AiMutations, AiActions>;
|
|
175
|
+
|
|
176
|
+
// @public
|
|
177
|
+
export interface AiActions {
|
|
178
|
+
// Warning: (ae-forgotten-export) The symbol "AiSuggestionsRequest" needs to be exported by the entry point index.d.ts
|
|
179
|
+
fetchAndSaveAiSuggestions: (request: AiSuggestionsRequest | null) => void;
|
|
180
|
+
// Warning: (ae-forgotten-export) The symbol "AiSuggestionsSearchRequest" needs to be exported by the entry point index.d.ts
|
|
181
|
+
fetchAndSaveAiSuggestionsSearch: (request: AiSuggestionsSearchRequest | null) => void;
|
|
182
|
+
setUrlParams: (urlParams: UrlParams) => void;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
// @public
|
|
186
|
+
export interface AiConfig {
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
// @internal
|
|
190
|
+
export const aiEmitters: {
|
|
191
|
+
AiSuggestionsRequestUpdated: (_: AiState, getters: Returns<GettersTree<AiState, AiGetters>>) => AiSuggestionsRequest;
|
|
192
|
+
AiSuggestionsSearchRequestUpdated: (_: AiState, getters: Returns<GettersTree<AiState, AiGetters>>) => AiSuggestionsSearchRequest | null;
|
|
193
|
+
};
|
|
194
|
+
|
|
195
|
+
// @public
|
|
196
|
+
export interface AiGetters {
|
|
197
|
+
query: string;
|
|
198
|
+
suggestionsRequest: AiSuggestionsRequest;
|
|
199
|
+
suggestionsSearchRequest: AiSuggestionsSearchRequest | null;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
// @public
|
|
203
|
+
export interface AiMutations extends ConfigMutations<AiState>, QueryMutations {
|
|
204
|
+
resetAiState: () => void;
|
|
205
|
+
// Warning: (ae-forgotten-export) The symbol "RelatedTag_2" needs to be exported by the entry point index.d.ts
|
|
206
|
+
setAiRelatedTags: (relatedTags: RelatedTag_2[]) => void;
|
|
207
|
+
setIsNoResults: (isNoResults: boolean) => void;
|
|
208
|
+
setParams: (params: Dictionary<unknown>) => void;
|
|
209
|
+
// Warning: (ae-forgotten-export) The symbol "AiSuggestionQuery" needs to be exported by the entry point index.d.ts
|
|
210
|
+
setQueries: (queries: AiSuggestionQuery[]) => void;
|
|
211
|
+
setResponseText: (responseText: string) => void;
|
|
212
|
+
setSuggestionsLoading: (value: boolean) => void;
|
|
213
|
+
// Warning: (ae-forgotten-export) The symbol "AiSuggestionSearch" needs to be exported by the entry point index.d.ts
|
|
214
|
+
setSuggestionsSearch: (suggestionsSearch: AiSuggestionSearch[]) => void;
|
|
215
|
+
setSuggestionsSearchLoading: (value: boolean) => void;
|
|
216
|
+
setSuggestionText: (suggestionText: string) => void;
|
|
217
|
+
// Warning: (ae-forgotten-export) The symbol "AiSuggestionTagging" needs to be exported by the entry point index.d.ts
|
|
218
|
+
setTagging: (tagging: AiSuggestionTagging) => void;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
// @public (undocumented)
|
|
222
|
+
export const AiOverview: DefineComponent< {
|
|
223
|
+
title: {
|
|
224
|
+
type: PropType<string>;
|
|
225
|
+
};
|
|
226
|
+
titleLoading: {
|
|
227
|
+
type: PropType<string>;
|
|
228
|
+
default: string;
|
|
229
|
+
};
|
|
230
|
+
expandText: {
|
|
231
|
+
type: PropType<string>;
|
|
232
|
+
default: string;
|
|
233
|
+
};
|
|
234
|
+
collapseText: {
|
|
235
|
+
type: PropType<string>;
|
|
236
|
+
default: string;
|
|
237
|
+
};
|
|
238
|
+
slidingPanelsClasses: {
|
|
239
|
+
type: PropType<string>;
|
|
240
|
+
};
|
|
241
|
+
slidingPanelContainersClasses: {
|
|
242
|
+
type: PropType<string>;
|
|
243
|
+
};
|
|
244
|
+
slidingPanelButtonsClasses: {
|
|
245
|
+
type: PropType<string>;
|
|
246
|
+
};
|
|
247
|
+
}, {
|
|
248
|
+
buttonText: ComputedRef<string>;
|
|
249
|
+
expanded: Ref<boolean>;
|
|
250
|
+
responseText: ComputedRef<string>;
|
|
251
|
+
suggestionsLoading: ComputedRef<boolean>;
|
|
252
|
+
suggestionsSearch: ComputedRef<AiSuggestionSearch[]>;
|
|
253
|
+
suggestionText: ComputedRef<string>;
|
|
254
|
+
setExpanded: (newValue: boolean) => void;
|
|
255
|
+
onExpandButtonClick: (newValue: boolean) => void;
|
|
256
|
+
shouldAnimateSuggestion: Ref<boolean>;
|
|
257
|
+
query: ComputedRef<string>;
|
|
258
|
+
tagging: ComputedRef<AiSuggestionTagging | undefined>;
|
|
259
|
+
isNoResults: ComputedRef<boolean>;
|
|
260
|
+
queries: ComputedRef<AiSuggestionQuery[]>;
|
|
261
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
262
|
+
title: {
|
|
263
|
+
type: PropType<string>;
|
|
264
|
+
};
|
|
265
|
+
titleLoading: {
|
|
266
|
+
type: PropType<string>;
|
|
267
|
+
default: string;
|
|
268
|
+
};
|
|
269
|
+
expandText: {
|
|
270
|
+
type: PropType<string>;
|
|
271
|
+
default: string;
|
|
272
|
+
};
|
|
273
|
+
collapseText: {
|
|
274
|
+
type: PropType<string>;
|
|
275
|
+
default: string;
|
|
276
|
+
};
|
|
277
|
+
slidingPanelsClasses: {
|
|
278
|
+
type: PropType<string>;
|
|
279
|
+
};
|
|
280
|
+
slidingPanelContainersClasses: {
|
|
281
|
+
type: PropType<string>;
|
|
282
|
+
};
|
|
283
|
+
slidingPanelButtonsClasses: {
|
|
284
|
+
type: PropType<string>;
|
|
285
|
+
};
|
|
286
|
+
}>>, {
|
|
287
|
+
titleLoading: string;
|
|
288
|
+
expandText: string;
|
|
289
|
+
collapseText: string;
|
|
290
|
+
}, {}>;
|
|
291
|
+
|
|
292
|
+
export { AIStarIcon }
|
|
293
|
+
|
|
294
|
+
// @public
|
|
295
|
+
export interface AiState extends QueryState {
|
|
296
|
+
// (undocumented)
|
|
297
|
+
config: AiConfig;
|
|
298
|
+
isNoResults: boolean;
|
|
299
|
+
params: Dictionary<unknown>;
|
|
300
|
+
// (undocumented)
|
|
301
|
+
queries: AiSuggestionQuery[];
|
|
302
|
+
relatedTags: RelatedTag_2[];
|
|
303
|
+
responseText: string;
|
|
304
|
+
suggestionsLoading: boolean;
|
|
305
|
+
suggestionsSearch: AiSuggestionSearch[];
|
|
306
|
+
suggestionsSearchLoading: boolean;
|
|
307
|
+
// (undocumented)
|
|
308
|
+
suggestionText: string;
|
|
309
|
+
// (undocumented)
|
|
310
|
+
tagging: AiSuggestionTagging | undefined;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
// @internal
|
|
314
|
+
export const aiWiring: {
|
|
315
|
+
ParamsLoadedFromUrl: {
|
|
316
|
+
setUrlParams: Wire<UrlParams>;
|
|
317
|
+
};
|
|
318
|
+
ExtraParamsChanged: {
|
|
319
|
+
setExtraParams: Wire<Dictionary<unknown>>;
|
|
320
|
+
};
|
|
321
|
+
UserAcceptedAQuery: {
|
|
322
|
+
setAiQuery: Wire<string>;
|
|
323
|
+
};
|
|
324
|
+
UserClearedQuery: {
|
|
325
|
+
setAiQuery: Wire<string>;
|
|
326
|
+
};
|
|
327
|
+
AiSuggestionsRequestUpdated: {
|
|
328
|
+
resetAiState: AnyWire;
|
|
329
|
+
fetchAndSaveAiSuggestions: Wire<AiSuggestionsRequest | null>;
|
|
330
|
+
};
|
|
331
|
+
AiSuggestionsSearchRequestUpdated: {
|
|
332
|
+
fetchAndSaveAiSuggestionsSearch: Wire<AiSuggestionsSearchRequest | null>;
|
|
333
|
+
};
|
|
334
|
+
SelectedRelatedTagsChanged: {
|
|
335
|
+
setAiRelatedTags: Wire<RelatedTag_2[]>;
|
|
336
|
+
};
|
|
337
|
+
};
|
|
338
|
+
|
|
339
|
+
// @public
|
|
340
|
+
export interface AiXEvents {
|
|
341
|
+
// (undocumented)
|
|
342
|
+
AiSuggestionsRequestUpdated: AiSuggestionsRequest | null;
|
|
343
|
+
// (undocumented)
|
|
344
|
+
AiSuggestionsSearchRequestUpdated: AiSuggestionsSearchRequest | null;
|
|
345
|
+
// (undocumented)
|
|
346
|
+
UserClickedAiOverviewExpandButton: boolean;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
// @public
|
|
350
|
+
export type AiXModule = XModule<AiXStoreModule>;
|
|
351
|
+
|
|
352
|
+
// @public
|
|
353
|
+
export const aiXModule: AiXModule;
|
|
354
|
+
|
|
355
|
+
// @public
|
|
356
|
+
export type AiXStoreModule = XStoreModule<AiState, AiGetters, AiMutations, AiActions>;
|
|
357
|
+
|
|
358
|
+
// @internal
|
|
359
|
+
export const aiXStoreModule: AiXStoreModule;
|
|
360
|
+
|
|
178
361
|
// @public
|
|
179
362
|
export const AllFilter: DefineComponent< {
|
|
180
363
|
facet: {
|
|
@@ -183,7 +366,7 @@ required: true;
|
|
|
183
366
|
};
|
|
184
367
|
}, {
|
|
185
368
|
clickEvent: ComputedRef<Partial<XEventsTypes>>;
|
|
186
|
-
cssClasses: ComputedRef<{
|
|
369
|
+
cssClasses: ComputedRef< {
|
|
187
370
|
'x-selected x-all-filter--is-selected': boolean;
|
|
188
371
|
}>;
|
|
189
372
|
isSelected: ComputedRef<boolean>;
|
|
@@ -197,19 +380,19 @@ required: true;
|
|
|
197
380
|
// Warning: (ae-forgotten-export) The symbol "AnimationOrigin" needs to be exported by the entry point index.d.ts
|
|
198
381
|
//
|
|
199
382
|
// @public
|
|
200
|
-
export const animateClipPath: (animationOrigin?: AnimationOrigin
|
|
383
|
+
export const animateClipPath: (animationOrigin?: AnimationOrigin) => DefineComponent;
|
|
201
384
|
|
|
202
385
|
// @public
|
|
203
|
-
export const animateScale: (animationOrigin?: AnimationOrigin
|
|
386
|
+
export const animateScale: (animationOrigin?: AnimationOrigin) => DefineComponent;
|
|
204
387
|
|
|
205
388
|
// @public
|
|
206
|
-
export const animateTranslate: (animationOrigin?: AnimationOrigin
|
|
389
|
+
export const animateTranslate: (animationOrigin?: AnimationOrigin) => DefineComponent;
|
|
207
390
|
|
|
208
391
|
// @public
|
|
209
392
|
export const AnimateWidth: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
210
393
|
|
|
211
394
|
// @public
|
|
212
|
-
export const AnimationProp:
|
|
395
|
+
export const AnimationProp: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
213
396
|
|
|
214
397
|
// @public
|
|
215
398
|
export type AnyActionsTree = ActionsTree<Dictionary, Dictionary, MutationsDictionary<any>, ActionsDictionary<any>>;
|
|
@@ -303,104 +486,7 @@ required: true;
|
|
|
303
486
|
titleClass: StringConstructor;
|
|
304
487
|
}, {
|
|
305
488
|
imageFailed: Ref<boolean>;
|
|
306
|
-
anchorEvents: () => Partial<{
|
|
307
|
-
abort: () => void;
|
|
308
|
-
animationcancel: () => void;
|
|
309
|
-
animationend: () => void;
|
|
310
|
-
animationiteration: () => void;
|
|
311
|
-
animationstart: () => void;
|
|
312
|
-
auxclick: () => void;
|
|
313
|
-
beforeinput: () => void;
|
|
314
|
-
blur: () => void;
|
|
315
|
-
cancel: () => void;
|
|
316
|
-
canplay: () => void;
|
|
317
|
-
canplaythrough: () => void;
|
|
318
|
-
change: () => void;
|
|
319
|
-
click: () => void;
|
|
320
|
-
close: () => void;
|
|
321
|
-
compositionend: () => void;
|
|
322
|
-
compositionstart: () => void;
|
|
323
|
-
compositionupdate: () => void;
|
|
324
|
-
contextmenu: () => void;
|
|
325
|
-
cuechange: () => void;
|
|
326
|
-
dblclick: () => void;
|
|
327
|
-
drag: () => void;
|
|
328
|
-
dragend: () => void;
|
|
329
|
-
dragenter: () => void;
|
|
330
|
-
dragleave: () => void;
|
|
331
|
-
dragover: () => void;
|
|
332
|
-
dragstart: () => void;
|
|
333
|
-
drop: () => void;
|
|
334
|
-
durationchange: () => void;
|
|
335
|
-
emptied: () => void;
|
|
336
|
-
ended: () => void;
|
|
337
|
-
error: () => void;
|
|
338
|
-
focus: () => void;
|
|
339
|
-
focusin: () => void;
|
|
340
|
-
focusout: () => void;
|
|
341
|
-
formdata: () => void;
|
|
342
|
-
gotpointercapture: () => void;
|
|
343
|
-
input: () => void;
|
|
344
|
-
invalid: () => void;
|
|
345
|
-
keydown: () => void;
|
|
346
|
-
keypress: () => void;
|
|
347
|
-
keyup: () => void;
|
|
348
|
-
load: () => void;
|
|
349
|
-
loadeddata: () => void;
|
|
350
|
-
loadedmetadata: () => void;
|
|
351
|
-
loadstart: () => void;
|
|
352
|
-
lostpointercapture: () => void;
|
|
353
|
-
mousedown: () => void;
|
|
354
|
-
mouseenter: () => void;
|
|
355
|
-
mouseleave: () => void;
|
|
356
|
-
mousemove: () => void;
|
|
357
|
-
mouseout: () => void;
|
|
358
|
-
mouseover: () => void;
|
|
359
|
-
mouseup: () => void;
|
|
360
|
-
pause: () => void;
|
|
361
|
-
play: () => void;
|
|
362
|
-
playing: () => void;
|
|
363
|
-
pointercancel: () => void;
|
|
364
|
-
pointerdown: () => void;
|
|
365
|
-
pointerenter: () => void;
|
|
366
|
-
pointerleave: () => void;
|
|
367
|
-
pointermove: () => void;
|
|
368
|
-
pointerout: () => void;
|
|
369
|
-
pointerover: () => void;
|
|
370
|
-
pointerup: () => void;
|
|
371
|
-
progress: () => void;
|
|
372
|
-
ratechange: () => void;
|
|
373
|
-
reset: () => void;
|
|
374
|
-
resize: () => void;
|
|
375
|
-
scroll: () => void;
|
|
376
|
-
securitypolicyviolation: () => void;
|
|
377
|
-
seeked: () => void;
|
|
378
|
-
seeking: () => void;
|
|
379
|
-
select: () => void;
|
|
380
|
-
selectionchange: () => void;
|
|
381
|
-
selectstart: () => void;
|
|
382
|
-
slotchange: () => void;
|
|
383
|
-
stalled: () => void;
|
|
384
|
-
submit: () => void;
|
|
385
|
-
suspend: () => void;
|
|
386
|
-
timeupdate: () => void;
|
|
387
|
-
toggle: () => void;
|
|
388
|
-
touchcancel: () => void;
|
|
389
|
-
touchend: () => void;
|
|
390
|
-
touchmove: () => void;
|
|
391
|
-
touchstart: () => void;
|
|
392
|
-
transitioncancel: () => void;
|
|
393
|
-
transitionend: () => void;
|
|
394
|
-
transitionrun: () => void;
|
|
395
|
-
transitionstart: () => void;
|
|
396
|
-
volumechange: () => void;
|
|
397
|
-
waiting: () => void;
|
|
398
|
-
webkitanimationend: () => void;
|
|
399
|
-
webkitanimationiteration: () => void;
|
|
400
|
-
webkitanimationstart: () => void;
|
|
401
|
-
webkittransitionend: () => void;
|
|
402
|
-
wheel: () => void;
|
|
403
|
-
}>;
|
|
489
|
+
anchorEvents: () => Partial<{ [key in keyof GlobalEventHandlersEventMap]: () => void; }>;
|
|
404
490
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
405
491
|
banner: {
|
|
406
492
|
type: PropType<Banner_2>;
|
|
@@ -412,18 +498,18 @@ titleClass: StringConstructor;
|
|
|
412
498
|
// @public
|
|
413
499
|
export const BannersList: DefineComponent< {
|
|
414
500
|
animation: {
|
|
415
|
-
type:
|
|
501
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
416
502
|
default: string;
|
|
417
503
|
};
|
|
418
504
|
}, () => VNode<RendererNode, RendererElement, {
|
|
419
505
|
[key: string]: any;
|
|
420
506
|
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
421
507
|
animation: {
|
|
422
|
-
type:
|
|
508
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
423
509
|
default: string;
|
|
424
510
|
};
|
|
425
511
|
}>>, {
|
|
426
|
-
animation: string |
|
|
512
|
+
animation: string | Function | Record<string, any>;
|
|
427
513
|
}, {}>;
|
|
428
514
|
|
|
429
515
|
export { BarCodeIcon }
|
|
@@ -438,6 +524,7 @@ required: true;
|
|
|
438
524
|
};
|
|
439
525
|
}, {
|
|
440
526
|
events: ComputedRef<Partial<XEventsTypes>>;
|
|
527
|
+
metadata: Omit<WireMetadata, "moduleName" | "origin" | "location">;
|
|
441
528
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
442
529
|
result: {
|
|
443
530
|
type: PropType<Result>;
|
|
@@ -448,22 +535,22 @@ required: true;
|
|
|
448
535
|
// @public
|
|
449
536
|
export const BaseColumnPickerDropdown: Vue.DefineComponent<{
|
|
450
537
|
columns: {
|
|
451
|
-
type:
|
|
538
|
+
type: PropType<number[]>;
|
|
452
539
|
required: true;
|
|
453
540
|
};
|
|
454
541
|
modelValue: NumberConstructor;
|
|
455
|
-
animation:
|
|
542
|
+
animation: PropType<string | typeof Vue>;
|
|
456
543
|
}, {
|
|
457
544
|
emitEvents: (column: number) => void;
|
|
458
545
|
hasToggleSlot: boolean;
|
|
459
546
|
selectedColumns: Vue.Ref<number>;
|
|
460
547
|
}, unknown, {}, {}, Vue.ComponentOptionsMixin, Vue.ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", Vue.PublicProps, Readonly<Vue.ExtractPropTypes<{
|
|
461
548
|
columns: {
|
|
462
|
-
type:
|
|
549
|
+
type: PropType<number[]>;
|
|
463
550
|
required: true;
|
|
464
551
|
};
|
|
465
552
|
modelValue: NumberConstructor;
|
|
466
|
-
animation:
|
|
553
|
+
animation: PropType<string | typeof Vue>;
|
|
467
554
|
}>> & {
|
|
468
555
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
469
556
|
}, {}, {}>;
|
|
@@ -523,8 +610,8 @@ required: true;
|
|
|
523
610
|
};
|
|
524
611
|
ariaLabel: StringConstructor;
|
|
525
612
|
animation: {
|
|
526
|
-
type:
|
|
527
|
-
default: () => DefineComponent< {}, {}, any
|
|
613
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
614
|
+
default: () => DefineComponent< {}, {}, any>;
|
|
528
615
|
};
|
|
529
616
|
searchTimeoutMs: {
|
|
530
617
|
type: NumberConstructor;
|
|
@@ -566,8 +653,8 @@ required: true;
|
|
|
566
653
|
};
|
|
567
654
|
ariaLabel: StringConstructor;
|
|
568
655
|
animation: {
|
|
569
|
-
type:
|
|
570
|
-
default: () => DefineComponent< {}, {}, any
|
|
656
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
657
|
+
default: () => DefineComponent< {}, {}, any>;
|
|
571
658
|
};
|
|
572
659
|
searchTimeoutMs: {
|
|
573
660
|
type: NumberConstructor;
|
|
@@ -576,7 +663,7 @@ default: number;
|
|
|
576
663
|
}>> & {
|
|
577
664
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
578
665
|
}, {
|
|
579
|
-
animation: string |
|
|
666
|
+
animation: string | Function | Record<string, any>;
|
|
580
667
|
searchTimeoutMs: number;
|
|
581
668
|
}, {}>;
|
|
582
669
|
|
|
@@ -605,18 +692,18 @@ type: PropType<Omit<WireMetadata, "moduleName">>;
|
|
|
605
692
|
// @public
|
|
606
693
|
export const BaseEventsModal: DefineComponent< {
|
|
607
694
|
eventsToOpenModal: {
|
|
608
|
-
type: PropType<
|
|
695
|
+
type: PropType<XEvent[]>;
|
|
609
696
|
default: () => XEvent[];
|
|
610
697
|
};
|
|
611
698
|
eventsToCloseModal: {
|
|
612
|
-
type: PropType<
|
|
699
|
+
type: PropType<XEvent[]>;
|
|
613
700
|
default: () => XEvent[];
|
|
614
701
|
};
|
|
615
702
|
bodyClickEvent: {
|
|
616
|
-
type: PropType<
|
|
703
|
+
type: PropType<XEvent>;
|
|
617
704
|
default: string;
|
|
618
705
|
};
|
|
619
|
-
animation:
|
|
706
|
+
animation: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
620
707
|
}, {
|
|
621
708
|
isOpen: Ref<boolean>;
|
|
622
709
|
openerElement: Ref<HTMLElement | undefined>;
|
|
@@ -624,18 +711,18 @@ baseModalEl: Ref<HTMLElement | undefined>;
|
|
|
624
711
|
emitBodyClickEvent: (event: MouseEvent | FocusEvent) => void;
|
|
625
712
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
626
713
|
eventsToOpenModal: {
|
|
627
|
-
type: PropType<
|
|
714
|
+
type: PropType<XEvent[]>;
|
|
628
715
|
default: () => XEvent[];
|
|
629
716
|
};
|
|
630
717
|
eventsToCloseModal: {
|
|
631
|
-
type: PropType<
|
|
718
|
+
type: PropType<XEvent[]>;
|
|
632
719
|
default: () => XEvent[];
|
|
633
720
|
};
|
|
634
721
|
bodyClickEvent: {
|
|
635
|
-
type: PropType<
|
|
722
|
+
type: PropType<XEvent>;
|
|
636
723
|
default: string;
|
|
637
724
|
};
|
|
638
|
-
animation:
|
|
725
|
+
animation: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
639
726
|
}>>, {
|
|
640
727
|
eventsToOpenModal: (keyof XEventsTypes)[];
|
|
641
728
|
eventsToCloseModal: (keyof XEventsTypes)[];
|
|
@@ -645,35 +732,35 @@ bodyClickEvent: keyof XEventsTypes;
|
|
|
645
732
|
// @public
|
|
646
733
|
export const BaseEventsModalClose: DefineComponent< {
|
|
647
734
|
closingEvent: {
|
|
648
|
-
type: PropType<
|
|
735
|
+
type: PropType<PropsWithType<XEventsTypes, void>>;
|
|
649
736
|
default: string;
|
|
650
737
|
};
|
|
651
738
|
}, {
|
|
652
739
|
events: ComputedRef<Partial<XEventsTypes>>;
|
|
653
740
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
654
741
|
closingEvent: {
|
|
655
|
-
type: PropType<
|
|
742
|
+
type: PropType<PropsWithType<XEventsTypes, void>>;
|
|
656
743
|
default: string;
|
|
657
744
|
};
|
|
658
745
|
}>>, {
|
|
659
|
-
closingEvent: "UserClickedCloseEventsModal" | "UserClickedCloseX" | "UserClickedOutOfMainModal" | "UserClickedOpenEventsModal" | "UserClickedOpenX" | "UserClickedOutOfEventsModal" | "UserOpenXProgrammatically" | "UserReachedEmpathizeTop" | "EmpathizeClosed" | "EmpathizeOpened" | "UserClosedEmpathize" | "UserPressedClearHistoryQueries" | "UserClickedEnableHistoryQueries" | "UserClickedDisableHistoryQueries" | "UserClickedConfirmDisableHistoryQueries" | "UserClickedDismissDisableHistoryQueries" | "ScrollRestoreSucceeded" | "ScrollRestoreFailed" | "UserHoveredInSearchBox" | "UserHoveredOutSearchBox" | "UserBlurredSearchBox" | "UserClickedSearchBox" | "UserFocusedSearchBox" | "UserPressedClearSearchBoxButton" | "ReloadSearchRequested" | "UserReachedResultsListEnd" | "UserClickedAbortARedirection";
|
|
746
|
+
closingEvent: "UserClickedCloseEventsModal" | "UserClickedCloseX" | "UserClickedOutOfMainModal" | "UserClickedOpenEventsModal" | "UserClickedOpenX" | "UserClickedOutOfEventsModal" | "UserOpenXProgrammatically" | "UserReachedEmpathizeTop" | "EmpathizeClosed" | "EmpathizeOpened" | "UserClosedEmpathize" | "UserPressedClearHistoryQueries" | "UserClickedEnableHistoryQueries" | "UserClickedDisableHistoryQueries" | "UserClickedConfirmDisableHistoryQueries" | "UserClickedDismissDisableHistoryQueries" | "ScrollRestoreSucceeded" | "ScrollRestoreFailed" | "UserHoveredInSearchBox" | "UserHoveredOutSearchBox" | "UserBlurredSearchBox" | "UserClickedSearchBox" | "UserFocusedSearchBox" | "UserPressedClearSearchBoxButton" | "ReloadSearchRequested" | "UserReachedResultsListEnd" | "UserClickedAbortARedirection" | "RelatedPromptsUnmounted" | "ReloadRelatedPromptsRequested";
|
|
660
747
|
}, {}>;
|
|
661
748
|
|
|
662
749
|
// @public
|
|
663
750
|
export const BaseEventsModalOpen: DefineComponent< {
|
|
664
751
|
openingEvent: {
|
|
665
|
-
type: PropType<
|
|
752
|
+
type: PropType<PropsWithType<XEventsTypes, void>>;
|
|
666
753
|
default: string;
|
|
667
754
|
};
|
|
668
755
|
}, {
|
|
669
756
|
events: ComputedRef<Partial<XEventsTypes>>;
|
|
670
757
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
671
758
|
openingEvent: {
|
|
672
|
-
type: PropType<
|
|
759
|
+
type: PropType<PropsWithType<XEventsTypes, void>>;
|
|
673
760
|
default: string;
|
|
674
761
|
};
|
|
675
762
|
}>>, {
|
|
676
|
-
openingEvent: "UserClickedCloseEventsModal" | "UserClickedCloseX" | "UserClickedOutOfMainModal" | "UserClickedOpenEventsModal" | "UserClickedOpenX" | "UserClickedOutOfEventsModal" | "UserOpenXProgrammatically" | "UserReachedEmpathizeTop" | "EmpathizeClosed" | "EmpathizeOpened" | "UserClosedEmpathize" | "UserPressedClearHistoryQueries" | "UserClickedEnableHistoryQueries" | "UserClickedDisableHistoryQueries" | "UserClickedConfirmDisableHistoryQueries" | "UserClickedDismissDisableHistoryQueries" | "ScrollRestoreSucceeded" | "ScrollRestoreFailed" | "UserHoveredInSearchBox" | "UserHoveredOutSearchBox" | "UserBlurredSearchBox" | "UserClickedSearchBox" | "UserFocusedSearchBox" | "UserPressedClearSearchBoxButton" | "ReloadSearchRequested" | "UserReachedResultsListEnd" | "UserClickedAbortARedirection";
|
|
763
|
+
openingEvent: "UserClickedCloseEventsModal" | "UserClickedCloseX" | "UserClickedOutOfMainModal" | "UserClickedOpenEventsModal" | "UserClickedOpenX" | "UserClickedOutOfEventsModal" | "UserOpenXProgrammatically" | "UserReachedEmpathizeTop" | "EmpathizeClosed" | "EmpathizeOpened" | "UserClosedEmpathize" | "UserPressedClearHistoryQueries" | "UserClickedEnableHistoryQueries" | "UserClickedDisableHistoryQueries" | "UserClickedConfirmDisableHistoryQueries" | "UserClickedDismissDisableHistoryQueries" | "ScrollRestoreSucceeded" | "ScrollRestoreFailed" | "UserHoveredInSearchBox" | "UserHoveredOutSearchBox" | "UserBlurredSearchBox" | "UserClickedSearchBox" | "UserFocusedSearchBox" | "UserPressedClearSearchBoxButton" | "ReloadSearchRequested" | "UserReachedResultsListEnd" | "UserClickedAbortARedirection" | "RelatedPromptsUnmounted" | "ReloadRelatedPromptsRequested";
|
|
677
764
|
}, {}>;
|
|
678
765
|
|
|
679
766
|
export { BaseFallbackImage }
|
|
@@ -692,7 +779,7 @@ export abstract class BaseFilterEntityModifier<Metadata extends Dictionary = Dic
|
|
|
692
779
|
// @public
|
|
693
780
|
export const BaseGrid: DefineComponent< {
|
|
694
781
|
animation: {
|
|
695
|
-
type:
|
|
782
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
696
783
|
default: string;
|
|
697
784
|
};
|
|
698
785
|
columns: {
|
|
@@ -714,7 +801,7 @@ slots: Readonly<{
|
|
|
714
801
|
}>;
|
|
715
802
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
716
803
|
animation: {
|
|
717
|
-
type:
|
|
804
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
718
805
|
default: string;
|
|
719
806
|
};
|
|
720
807
|
columns: {
|
|
@@ -725,15 +812,15 @@ items: {
|
|
|
725
812
|
type: PropType<ListItem[]>;
|
|
726
813
|
};
|
|
727
814
|
}>>, {
|
|
728
|
-
animation: string |
|
|
815
|
+
animation: string | Function | Record<string, any>;
|
|
729
816
|
columns: number;
|
|
730
817
|
}, {}>;
|
|
731
818
|
|
|
732
819
|
// @public
|
|
733
820
|
export const BaseHeaderTogglePanel: DefineComponent< {
|
|
734
821
|
animation: {
|
|
735
|
-
type:
|
|
736
|
-
default: () => DefineComponent< {}, {}, any
|
|
822
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
823
|
+
default: () => DefineComponent< {}, {}, any>;
|
|
737
824
|
};
|
|
738
825
|
startCollapsed: BooleanConstructor;
|
|
739
826
|
headerClass: StringConstructor;
|
|
@@ -742,20 +829,20 @@ open: Ref<boolean>;
|
|
|
742
829
|
toggleOpen: () => void;
|
|
743
830
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
744
831
|
animation: {
|
|
745
|
-
type:
|
|
746
|
-
default: () => DefineComponent< {}, {}, any
|
|
832
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
833
|
+
default: () => DefineComponent< {}, {}, any>;
|
|
747
834
|
};
|
|
748
835
|
startCollapsed: BooleanConstructor;
|
|
749
836
|
headerClass: StringConstructor;
|
|
750
837
|
}>>, {
|
|
751
|
-
animation: string |
|
|
838
|
+
animation: string | Function | Record<string, any>;
|
|
752
839
|
startCollapsed: boolean;
|
|
753
840
|
}, {}>;
|
|
754
841
|
|
|
755
842
|
// @public
|
|
756
843
|
export const BaseIdModal: DefineComponent< {
|
|
757
844
|
animation: {
|
|
758
|
-
type:
|
|
845
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
759
846
|
};
|
|
760
847
|
modalId: {
|
|
761
848
|
type: StringConstructor;
|
|
@@ -767,7 +854,7 @@ isOpen: Ref<boolean>;
|
|
|
767
854
|
emitClickOutOfModal: (event: MouseEvent | FocusEvent) => void;
|
|
768
855
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
769
856
|
animation: {
|
|
770
|
-
type:
|
|
857
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
771
858
|
};
|
|
772
859
|
modalId: {
|
|
773
860
|
type: StringConstructor;
|
|
@@ -812,8 +899,8 @@ type: BooleanConstructor;
|
|
|
812
899
|
default: boolean;
|
|
813
900
|
};
|
|
814
901
|
animation: {
|
|
815
|
-
type:
|
|
816
|
-
default: () => DefineComponent< {}, {}, any
|
|
902
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
903
|
+
default: () => DefineComponent< {}, {}, any>;
|
|
817
904
|
};
|
|
818
905
|
panelId: {
|
|
819
906
|
type: StringConstructor;
|
|
@@ -827,8 +914,8 @@ type: BooleanConstructor;
|
|
|
827
914
|
default: boolean;
|
|
828
915
|
};
|
|
829
916
|
animation: {
|
|
830
|
-
type:
|
|
831
|
-
default: () => DefineComponent< {}, {}, any
|
|
917
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
918
|
+
default: () => DefineComponent< {}, {}, any>;
|
|
832
919
|
};
|
|
833
920
|
panelId: {
|
|
834
921
|
type: StringConstructor;
|
|
@@ -836,7 +923,7 @@ required: true;
|
|
|
836
923
|
};
|
|
837
924
|
}>>, {
|
|
838
925
|
startOpen: boolean;
|
|
839
|
-
animation: string |
|
|
926
|
+
animation: string | Function | Record<string, any>;
|
|
840
927
|
}, {}>;
|
|
841
928
|
|
|
842
929
|
// @public
|
|
@@ -906,12 +993,12 @@ default: boolean;
|
|
|
906
993
|
};
|
|
907
994
|
referenceSelector: StringConstructor;
|
|
908
995
|
animation: {
|
|
909
|
-
type:
|
|
910
|
-
default: () => DefineComponent< {}, {}, any
|
|
996
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
997
|
+
default: () => DefineComponent< {}, {}, any>;
|
|
911
998
|
};
|
|
912
999
|
overlayAnimation: {
|
|
913
|
-
type:
|
|
914
|
-
default: () => DefineComponent< {}, {}, any
|
|
1000
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1001
|
+
default: () => DefineComponent< {}, {}, any>;
|
|
915
1002
|
};
|
|
916
1003
|
contentClass: StringConstructor;
|
|
917
1004
|
overlayClass: StringConstructor;
|
|
@@ -931,12 +1018,12 @@ default: boolean;
|
|
|
931
1018
|
};
|
|
932
1019
|
referenceSelector: StringConstructor;
|
|
933
1020
|
animation: {
|
|
934
|
-
type:
|
|
935
|
-
default: () => DefineComponent< {}, {}, any
|
|
1021
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1022
|
+
default: () => DefineComponent< {}, {}, any>;
|
|
936
1023
|
};
|
|
937
1024
|
overlayAnimation: {
|
|
938
|
-
type:
|
|
939
|
-
default: () => DefineComponent< {}, {}, any
|
|
1025
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1026
|
+
default: () => DefineComponent< {}, {}, any>;
|
|
940
1027
|
};
|
|
941
1028
|
contentClass: StringConstructor;
|
|
942
1029
|
overlayClass: StringConstructor;
|
|
@@ -945,8 +1032,8 @@ overlayClass: StringConstructor;
|
|
|
945
1032
|
"onFocusin:body"?: ((...args: any[]) => any) | undefined;
|
|
946
1033
|
}, {
|
|
947
1034
|
focusOnOpen: boolean;
|
|
948
|
-
animation: string |
|
|
949
|
-
overlayAnimation: string |
|
|
1035
|
+
animation: string | Function | Record<string, any>;
|
|
1036
|
+
overlayAnimation: string | Function | Record<string, any>;
|
|
950
1037
|
}, {}>;
|
|
951
1038
|
|
|
952
1039
|
export { BasePlaceholderImage }
|
|
@@ -1073,52 +1160,52 @@ type: StringConstructor;
|
|
|
1073
1160
|
}>>, {}, {}>;
|
|
1074
1161
|
|
|
1075
1162
|
// @public
|
|
1076
|
-
export const BaseResultImage: DefineComponent<{
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1163
|
+
export const BaseResultImage: DefineComponent< {
|
|
1164
|
+
result: {
|
|
1165
|
+
type: PropType<Result>;
|
|
1166
|
+
required: true;
|
|
1167
|
+
};
|
|
1168
|
+
loadAnimation: {
|
|
1169
|
+
type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
1170
|
+
default: () => DefineComponent< {}, {}, any>;
|
|
1171
|
+
};
|
|
1172
|
+
hoverAnimation: {
|
|
1173
|
+
type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
1174
|
+
};
|
|
1175
|
+
showNextImageOnHover: {
|
|
1176
|
+
type: BooleanConstructor;
|
|
1177
|
+
default: boolean;
|
|
1178
|
+
};
|
|
1092
1179
|
}, {
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1180
|
+
pendingImages: Ref<string[]>;
|
|
1181
|
+
loadedImages: Ref<string[]>;
|
|
1182
|
+
isHovering: Ref<boolean>;
|
|
1183
|
+
userHasHoveredImage: Ref<boolean>;
|
|
1184
|
+
loaderStyles: Partial<CSSStyleDeclaration>;
|
|
1185
|
+
animation: ComputedRef<string | Function | Record<string, any>>;
|
|
1186
|
+
imageSrc: ComputedRef<string>;
|
|
1187
|
+
shouldLoadNextImage: ComputedRef<boolean>;
|
|
1188
|
+
flagImageAsFailed: () => void;
|
|
1189
|
+
flagImageLoaded: () => void;
|
|
1103
1190
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1104
1191
|
result: {
|
|
1105
1192
|
type: PropType<Result>;
|
|
1106
1193
|
required: true;
|
|
1107
1194
|
};
|
|
1108
1195
|
loadAnimation: {
|
|
1109
|
-
type:
|
|
1110
|
-
default: () => DefineComponent<{}, {}, any
|
|
1196
|
+
type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
1197
|
+
default: () => DefineComponent< {}, {}, any>;
|
|
1111
1198
|
};
|
|
1112
1199
|
hoverAnimation: {
|
|
1113
|
-
type:
|
|
1200
|
+
type: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
1114
1201
|
};
|
|
1115
1202
|
showNextImageOnHover: {
|
|
1116
1203
|
type: BooleanConstructor;
|
|
1117
1204
|
default: boolean;
|
|
1118
1205
|
};
|
|
1119
1206
|
}>>, {
|
|
1120
|
-
|
|
1121
|
-
|
|
1207
|
+
loadAnimation: string | Function | Record<string, any>;
|
|
1208
|
+
showNextImageOnHover: boolean;
|
|
1122
1209
|
}, {}>;
|
|
1123
1210
|
|
|
1124
1211
|
// @public
|
|
@@ -1128,6 +1215,7 @@ type: PropType<Result>;
|
|
|
1128
1215
|
required: true;
|
|
1129
1216
|
};
|
|
1130
1217
|
}, {
|
|
1218
|
+
el: Ref<HTMLElement | null | undefined>;
|
|
1131
1219
|
emitUserClickedAResult: () => void;
|
|
1132
1220
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1133
1221
|
result: {
|
|
@@ -1165,6 +1253,7 @@ link: {
|
|
|
1165
1253
|
type: StringConstructor;
|
|
1166
1254
|
};
|
|
1167
1255
|
}, {
|
|
1256
|
+
el: Ref<HTMLElement | null | undefined>;
|
|
1168
1257
|
emitClickedEvent: () => void;
|
|
1169
1258
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1170
1259
|
result: {
|
|
@@ -1195,7 +1284,7 @@ type: BooleanConstructor;
|
|
|
1195
1284
|
default: boolean;
|
|
1196
1285
|
};
|
|
1197
1286
|
resetOn: {
|
|
1198
|
-
type: PropType<
|
|
1287
|
+
type: PropType<XEvent | XEvent[]>;
|
|
1199
1288
|
default: () => string[];
|
|
1200
1289
|
};
|
|
1201
1290
|
}, {
|
|
@@ -1219,7 +1308,7 @@ type: BooleanConstructor;
|
|
|
1219
1308
|
default: boolean;
|
|
1220
1309
|
};
|
|
1221
1310
|
resetOn: {
|
|
1222
|
-
type: PropType<
|
|
1311
|
+
type: PropType<XEvent | XEvent[]>;
|
|
1223
1312
|
default: () => string[];
|
|
1224
1313
|
};
|
|
1225
1314
|
}>> & {
|
|
@@ -1255,6 +1344,10 @@ max: number;
|
|
|
1255
1344
|
}>;
|
|
1256
1345
|
required: true;
|
|
1257
1346
|
};
|
|
1347
|
+
contentClass: {
|
|
1348
|
+
type: StringConstructor;
|
|
1349
|
+
default: string;
|
|
1350
|
+
};
|
|
1258
1351
|
}, {
|
|
1259
1352
|
slider: Ref<HTMLElement | undefined>;
|
|
1260
1353
|
rangeSelected: ComputedRef<number[]>;
|
|
@@ -1276,6 +1369,10 @@ max: number;
|
|
|
1276
1369
|
}>;
|
|
1277
1370
|
required: true;
|
|
1278
1371
|
};
|
|
1372
|
+
contentClass: {
|
|
1373
|
+
type: StringConstructor;
|
|
1374
|
+
default: string;
|
|
1375
|
+
};
|
|
1279
1376
|
}>> & {
|
|
1280
1377
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1281
1378
|
}, {
|
|
@@ -1283,6 +1380,7 @@ threshold: {
|
|
|
1283
1380
|
min: number;
|
|
1284
1381
|
max: number;
|
|
1285
1382
|
};
|
|
1383
|
+
contentClass: string;
|
|
1286
1384
|
}, {}>;
|
|
1287
1385
|
|
|
1288
1386
|
// @public
|
|
@@ -1341,7 +1439,7 @@ type: PropType<Suggestion[]>;
|
|
|
1341
1439
|
required: true;
|
|
1342
1440
|
};
|
|
1343
1441
|
animation: {
|
|
1344
|
-
type:
|
|
1442
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1345
1443
|
default: string;
|
|
1346
1444
|
};
|
|
1347
1445
|
maxItemsToRender: NumberConstructor;
|
|
@@ -1364,7 +1462,7 @@ type: PropType<Suggestion[]>;
|
|
|
1364
1462
|
required: true;
|
|
1365
1463
|
};
|
|
1366
1464
|
animation: {
|
|
1367
|
-
type:
|
|
1465
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1368
1466
|
default: string;
|
|
1369
1467
|
};
|
|
1370
1468
|
maxItemsToRender: NumberConstructor;
|
|
@@ -1378,7 +1476,7 @@ default: boolean;
|
|
|
1378
1476
|
};
|
|
1379
1477
|
suggestionItemClass: StringConstructor;
|
|
1380
1478
|
}>>, {
|
|
1381
|
-
animation: string |
|
|
1479
|
+
animation: string | Function | Record<string, any>;
|
|
1382
1480
|
showFacets: boolean;
|
|
1383
1481
|
showPlainSuggestion: boolean;
|
|
1384
1482
|
}, {}>;
|
|
@@ -1390,7 +1488,7 @@ type: BooleanConstructor;
|
|
|
1390
1488
|
default: boolean;
|
|
1391
1489
|
};
|
|
1392
1490
|
}, {
|
|
1393
|
-
cssClasses:
|
|
1491
|
+
cssClasses: ComputedRef<VueCSSClasses>;
|
|
1394
1492
|
toggle: () => void;
|
|
1395
1493
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", PublicProps, Readonly<ExtractPropTypes< {
|
|
1396
1494
|
modelValue: {
|
|
@@ -1406,12 +1504,12 @@ modelValue: boolean;
|
|
|
1406
1504
|
// @public
|
|
1407
1505
|
export const BaseTabsPanel: DefineComponent< {
|
|
1408
1506
|
tabsAnimation: {
|
|
1409
|
-
type:
|
|
1507
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1410
1508
|
default: string;
|
|
1411
1509
|
};
|
|
1412
1510
|
contentAnimation: {
|
|
1413
|
-
type:
|
|
1414
|
-
default: () => DefineComponent< {}, {}, any
|
|
1511
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1512
|
+
default: () => DefineComponent< {}, {}, any>;
|
|
1415
1513
|
};
|
|
1416
1514
|
initialTab: {
|
|
1417
1515
|
type: StringConstructor;
|
|
@@ -1435,12 +1533,12 @@ selectTab: (tab: string) => void;
|
|
|
1435
1533
|
tabIsSelected: (tab: string) => boolean;
|
|
1436
1534
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1437
1535
|
tabsAnimation: {
|
|
1438
|
-
type:
|
|
1536
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1439
1537
|
default: string;
|
|
1440
1538
|
};
|
|
1441
1539
|
contentAnimation: {
|
|
1442
|
-
type:
|
|
1443
|
-
default: () => DefineComponent< {}, {}, any
|
|
1540
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1541
|
+
default: () => DefineComponent< {}, {}, any>;
|
|
1444
1542
|
};
|
|
1445
1543
|
initialTab: {
|
|
1446
1544
|
type: StringConstructor;
|
|
@@ -1455,12 +1553,46 @@ contentClass: StringConstructor;
|
|
|
1455
1553
|
tabClass: StringConstructor;
|
|
1456
1554
|
tabsListClass: StringConstructor;
|
|
1457
1555
|
}>>, {
|
|
1458
|
-
tabsAnimation: string |
|
|
1459
|
-
contentAnimation: string |
|
|
1556
|
+
tabsAnimation: string | Function | Record<string, any>;
|
|
1557
|
+
contentAnimation: string | Function | Record<string, any>;
|
|
1460
1558
|
initialTab: string;
|
|
1461
1559
|
allowTabDeselect: boolean;
|
|
1462
1560
|
}, {}>;
|
|
1463
1561
|
|
|
1562
|
+
// @public (undocumented)
|
|
1563
|
+
export const BaseTeleport: DefineComponent< {
|
|
1564
|
+
target: {
|
|
1565
|
+
type: PropType<string | Element>;
|
|
1566
|
+
required: true;
|
|
1567
|
+
};
|
|
1568
|
+
position: {
|
|
1569
|
+
type: PropType<"beforebegin" | "afterbegin" | "beforeend" | "afterend" | "onlychild">;
|
|
1570
|
+
default: string;
|
|
1571
|
+
};
|
|
1572
|
+
disabled: {
|
|
1573
|
+
type: BooleanConstructor;
|
|
1574
|
+
default: boolean;
|
|
1575
|
+
};
|
|
1576
|
+
}, {
|
|
1577
|
+
teleportHost: Ref<Element | undefined>;
|
|
1578
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1579
|
+
target: {
|
|
1580
|
+
type: PropType<string | Element>;
|
|
1581
|
+
required: true;
|
|
1582
|
+
};
|
|
1583
|
+
position: {
|
|
1584
|
+
type: PropType<"beforebegin" | "afterbegin" | "beforeend" | "afterend" | "onlychild">;
|
|
1585
|
+
default: string;
|
|
1586
|
+
};
|
|
1587
|
+
disabled: {
|
|
1588
|
+
type: BooleanConstructor;
|
|
1589
|
+
default: boolean;
|
|
1590
|
+
};
|
|
1591
|
+
}>>, {
|
|
1592
|
+
position: "beforebegin" | "afterbegin" | "beforeend" | "afterend" | "onlychild";
|
|
1593
|
+
disabled: boolean;
|
|
1594
|
+
}, {}>;
|
|
1595
|
+
|
|
1464
1596
|
// @public
|
|
1465
1597
|
export const BaseTogglePanel: DefineComponent< {
|
|
1466
1598
|
open: {
|
|
@@ -1468,7 +1600,7 @@ type: BooleanConstructor;
|
|
|
1468
1600
|
required: true;
|
|
1469
1601
|
};
|
|
1470
1602
|
animation: {
|
|
1471
|
-
type:
|
|
1603
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1472
1604
|
default: string;
|
|
1473
1605
|
};
|
|
1474
1606
|
}, unknown, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
@@ -1477,17 +1609,17 @@ type: BooleanConstructor;
|
|
|
1477
1609
|
required: true;
|
|
1478
1610
|
};
|
|
1479
1611
|
animation: {
|
|
1480
|
-
type:
|
|
1612
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1481
1613
|
default: string;
|
|
1482
1614
|
};
|
|
1483
1615
|
}>>, {
|
|
1484
|
-
animation: string |
|
|
1616
|
+
animation: string | Function | Record<string, any>;
|
|
1485
1617
|
}, {}>;
|
|
1486
1618
|
|
|
1487
1619
|
// @public
|
|
1488
1620
|
export const BaseVariableColumnGrid: DefineComponent< {
|
|
1489
1621
|
animation: {
|
|
1490
|
-
type:
|
|
1622
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1491
1623
|
default: string;
|
|
1492
1624
|
};
|
|
1493
1625
|
items: PropType<ListItem[]>;
|
|
@@ -1502,7 +1634,7 @@ slots: Readonly<{
|
|
|
1502
1634
|
}>;
|
|
1503
1635
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1504
1636
|
animation: {
|
|
1505
|
-
type:
|
|
1637
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
1506
1638
|
default: string;
|
|
1507
1639
|
};
|
|
1508
1640
|
items: PropType<ListItem[]>;
|
|
@@ -1511,7 +1643,7 @@ type: NumberConstructor;
|
|
|
1511
1643
|
default: number;
|
|
1512
1644
|
};
|
|
1513
1645
|
}>>, {
|
|
1514
|
-
animation: string |
|
|
1646
|
+
animation: string | Function | Record<string, any>;
|
|
1515
1647
|
columns: number;
|
|
1516
1648
|
}, {}>;
|
|
1517
1649
|
|
|
@@ -1540,6 +1672,36 @@ export class BaseXAPI implements XAPI {
|
|
|
1540
1672
|
protected snippetCallback: (config: Partial<SnippetConfig>) => void;
|
|
1541
1673
|
}
|
|
1542
1674
|
|
|
1675
|
+
// @public
|
|
1676
|
+
export class BaseXPriorityQueue<SomeRecord extends Dictionary, SomeData extends Dictionary = Dictionary> implements XPriorityQueue<SomeRecord, SomeData> {
|
|
1677
|
+
constructor(comparatorFn?: NumberComparatorFn);
|
|
1678
|
+
at(index: number): XPriorityQueueNode<SomeRecord, SomeData> | undefined;
|
|
1679
|
+
clear(): void;
|
|
1680
|
+
// @internal
|
|
1681
|
+
protected comparatorFn: NumberComparatorFn;
|
|
1682
|
+
isEmpty(): boolean;
|
|
1683
|
+
get keys(): (keyof SomeRecord)[];
|
|
1684
|
+
// @internal
|
|
1685
|
+
protected nodes: XPriorityQueueNode<SomeRecord, SomeData>[];
|
|
1686
|
+
peek(): XPriorityQueueNode<SomeRecord, SomeData> | undefined;
|
|
1687
|
+
pop(): XPriorityQueueNode<SomeRecord, SomeData> | undefined;
|
|
1688
|
+
push(key: keyof SomeRecord, priority: number, data?: SomeData): void;
|
|
1689
|
+
size(): number;
|
|
1690
|
+
toString(): string;
|
|
1691
|
+
}
|
|
1692
|
+
|
|
1693
|
+
// @public
|
|
1694
|
+
export class BaseXPriorityQueueNode<SomeRecord extends Dictionary, SomeData extends Dictionary> implements XPriorityQueueNode<SomeRecord, SomeData> {
|
|
1695
|
+
constructor(key: keyof SomeRecord, priority: number, data?: SomeData);
|
|
1696
|
+
// (undocumented)
|
|
1697
|
+
readonly data: SomeData;
|
|
1698
|
+
// (undocumented)
|
|
1699
|
+
readonly key: keyof SomeRecord;
|
|
1700
|
+
// (undocumented)
|
|
1701
|
+
readonly priority: number;
|
|
1702
|
+
toString(): string;
|
|
1703
|
+
}
|
|
1704
|
+
|
|
1543
1705
|
// @public
|
|
1544
1706
|
export const bus: XPriorityBus<XEventsTypes, WireMetadata>;
|
|
1545
1707
|
|
|
@@ -1601,6 +1763,11 @@ export { CartFilledIcon }
|
|
|
1601
1763
|
|
|
1602
1764
|
export { CartIcon }
|
|
1603
1765
|
|
|
1766
|
+
// @public (undocumented)
|
|
1767
|
+
export const ChangeHeight: DefineComponent< {}, {
|
|
1768
|
+
wrapper: Ref<HTMLElement | undefined>;
|
|
1769
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
1770
|
+
|
|
1604
1771
|
export { CheckboxSelectedFilledIcon }
|
|
1605
1772
|
|
|
1606
1773
|
export { CheckboxSelectedIcon }
|
|
@@ -1629,9 +1796,12 @@ export { ChevronTinyUpIcon }
|
|
|
1629
1796
|
|
|
1630
1797
|
export { ChevronUpIcon }
|
|
1631
1798
|
|
|
1799
|
+
// @internal
|
|
1800
|
+
export function cleanGettersProxyCache(): void;
|
|
1801
|
+
|
|
1632
1802
|
// @public
|
|
1633
1803
|
export const ClearFilters: DefineComponent< {
|
|
1634
|
-
facetsIds: PropType<
|
|
1804
|
+
facetsIds: PropType<Array<Facet["id"]>>;
|
|
1635
1805
|
alwaysVisible: BooleanConstructor;
|
|
1636
1806
|
}, {
|
|
1637
1807
|
selectedFilters: ComputedRef<Filter[]>;
|
|
@@ -1640,7 +1810,7 @@ isVisible: ComputedRef<boolean>;
|
|
|
1640
1810
|
events: ComputedRef<Partial<XEventsTypes>>;
|
|
1641
1811
|
cssClasses: ComputedRef<VueCSSClasses>;
|
|
1642
1812
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1643
|
-
facetsIds: PropType<
|
|
1813
|
+
facetsIds: PropType<Array<Facet["id"]>>;
|
|
1644
1814
|
alwaysVisible: BooleanConstructor;
|
|
1645
1815
|
}>>, {
|
|
1646
1816
|
alwaysVisible: boolean;
|
|
@@ -1740,6 +1910,14 @@ default: boolean;
|
|
|
1740
1910
|
appear: boolean;
|
|
1741
1911
|
}, {}>;
|
|
1742
1912
|
|
|
1913
|
+
// @public
|
|
1914
|
+
export interface ConfigMutations<T extends {
|
|
1915
|
+
config: T['config'];
|
|
1916
|
+
}> {
|
|
1917
|
+
mergeConfig: (config: T['config']) => void;
|
|
1918
|
+
setConfig: (config: T['config']) => void;
|
|
1919
|
+
}
|
|
1920
|
+
|
|
1743
1921
|
export { CornerArrowLeft }
|
|
1744
1922
|
|
|
1745
1923
|
export { CornerArrowRight }
|
|
@@ -1751,29 +1929,46 @@ export function createDirectionalAnimationFactory(animationName: string): (anima
|
|
|
1751
1929
|
export function createEmitterArrayFilter<T>(comparator: keyof T | ((item1: T, item2: T) => boolean)): (newCollection: Array<T>, oldCollection: Array<T>) => boolean;
|
|
1752
1930
|
|
|
1753
1931
|
// @public
|
|
1754
|
-
export function createFetchAndSaveActions<Context extends XActionContext<StatusState, object, StatusMutations, object>, Request, Response>({ fetch, onSuccess, onError, onCancel }: FetchAndSaveHooks<Context, Request, Response>): FetchAndSaveActions<Context, Request>;
|
|
1932
|
+
export function createFetchAndSaveActions<Context extends XActionContext<StatusState, object, StatusMutations, object>, Request, Response>({ fetch, onSuccess, onError, onCancel, }: FetchAndSaveHooks<Context, Request, Response>): FetchAndSaveActions<Context, Request>;
|
|
1755
1933
|
|
|
1756
1934
|
// @internal
|
|
1757
|
-
export function createOrigin({ feature, location }: QueryOriginInit): QueryOrigin | ResultOrigin | null;
|
|
1935
|
+
export function createOrigin({ feature, location, }: QueryOriginInit): QueryOrigin | ResultOrigin | null;
|
|
1758
1936
|
|
|
1759
1937
|
// Warning: (ae-forgotten-export) The symbol "RawFilter" needs to be exported by the entry point index.d.ts
|
|
1760
1938
|
//
|
|
1761
1939
|
// @public
|
|
1762
1940
|
export function createRawFilters(filterIds: Array<Filter['id']>): RawFilter[];
|
|
1763
1941
|
|
|
1942
|
+
// @public
|
|
1943
|
+
export function createRelatedTagsQueryGetter<State extends QueryState, Getters>({ getRelatedTags, }: CreateRelatedTagsQueryGetterOptions<State, Getters>): (state: State, getters: Getters) => string;
|
|
1944
|
+
|
|
1945
|
+
// @public
|
|
1946
|
+
export interface CreateRelatedTagsQueryGetterOptions<State, Getters> {
|
|
1947
|
+
getRelatedTags: (state: State, getters: Getters) => RelatedTag_2[];
|
|
1948
|
+
}
|
|
1949
|
+
|
|
1764
1950
|
// Warning: (ae-forgotten-export) The symbol "Taggable" needs to be exported by the entry point index.d.ts
|
|
1765
1951
|
//
|
|
1766
1952
|
// @public
|
|
1767
1953
|
export function createSetQueryTaggingFromQueryPreview(): Wire<Taggable>;
|
|
1768
1954
|
|
|
1769
1955
|
// @public
|
|
1770
|
-
export function createStoreEmitters<Module extends AnyXStoreModule, Emitters extends StoreEmitters<Module>>(
|
|
1956
|
+
export function createStoreEmitters<Module extends AnyXStoreModule, Emitters extends StoreEmitters<Module>>(_storeModule: Module, emitters: Emitters): Emitters;
|
|
1771
1957
|
|
|
1772
1958
|
// Warning: (ae-forgotten-export) The symbol "Tagging_2" needs to be exported by the entry point index.d.ts
|
|
1773
1959
|
//
|
|
1774
1960
|
// @public
|
|
1775
1961
|
export function createTrackDisplayWire(property: keyof Tagging_2): Wire<Taggable>;
|
|
1776
1962
|
|
|
1963
|
+
// @public
|
|
1964
|
+
export function createTrackRelatedPromptToolingDisplayClickWire(): Wire<any>;
|
|
1965
|
+
|
|
1966
|
+
// @public
|
|
1967
|
+
export function createTrackToolingAdd2CartWire(): Wire<Taggable>;
|
|
1968
|
+
|
|
1969
|
+
// @public
|
|
1970
|
+
export function createTrackToolingDisplayWire(): Wire<Taggable>;
|
|
1971
|
+
|
|
1777
1972
|
// @public
|
|
1778
1973
|
export function createTrackWire(property: keyof Tagging_2): Wire<Taggable>;
|
|
1779
1974
|
|
|
@@ -1824,7 +2019,7 @@ export interface DebouncedFunction<Params extends any[]> {
|
|
|
1824
2019
|
// (undocumented)
|
|
1825
2020
|
(...args: Params): void;
|
|
1826
2021
|
// (undocumented)
|
|
1827
|
-
cancel()
|
|
2022
|
+
cancel: () => void;
|
|
1828
2023
|
}
|
|
1829
2024
|
|
|
1830
2025
|
// @public
|
|
@@ -1851,6 +2046,34 @@ export function deepFlat<Item extends {
|
|
|
1851
2046
|
[key in Key]?: Item[];
|
|
1852
2047
|
}, Key extends keyof Item>(array: Item[], childrenKey: Key): Item[];
|
|
1853
2048
|
|
|
2049
|
+
// @public
|
|
2050
|
+
export class DefaultExternalTaggingService implements ExternalTaggingService {
|
|
2051
|
+
constructor(localStorageService?: StorageService, sessionStorageService?: StorageService);
|
|
2052
|
+
static readonly ADD_TO_CART_ID_KEY = "checkout";
|
|
2053
|
+
// @internal
|
|
2054
|
+
protected getPathName(url: string): string;
|
|
2055
|
+
// @internal
|
|
2056
|
+
protected getStorageId(keyPrefix: string, id?: string): string | null;
|
|
2057
|
+
static instance: ExternalTaggingService;
|
|
2058
|
+
// (undocumented)
|
|
2059
|
+
protected localStorageService: StorageService;
|
|
2060
|
+
moveToSessionStorage(id?: string): void;
|
|
2061
|
+
static readonly RESULT_CLICKED_ID_KEY = "add-to-cart";
|
|
2062
|
+
// (undocumented)
|
|
2063
|
+
protected sessionStorageService: StorageService;
|
|
2064
|
+
// @internal
|
|
2065
|
+
protected showWarningMessage(): void;
|
|
2066
|
+
// (undocumented)
|
|
2067
|
+
protected get storageKey(): string;
|
|
2068
|
+
// (undocumented)
|
|
2069
|
+
protected get storageTTLMs(): number;
|
|
2070
|
+
// (undocumented)
|
|
2071
|
+
protected get store(): Store<RootXStoreState>;
|
|
2072
|
+
storeAddToCart(result: Result): void;
|
|
2073
|
+
storeResultClicked(result: Result): void;
|
|
2074
|
+
trackAddToCart(id?: string): void;
|
|
2075
|
+
}
|
|
2076
|
+
|
|
1854
2077
|
// @public
|
|
1855
2078
|
export class DefaultFacetsService implements FacetsService {
|
|
1856
2079
|
// Warning: (ae-incompatible-release-tags) The symbol "__constructor" is marked as @public, but its signature references "FilterEntityFactory" which is marked as @internal
|
|
@@ -1858,7 +2081,7 @@ export class DefaultFacetsService implements FacetsService {
|
|
|
1858
2081
|
// (undocumented)
|
|
1859
2082
|
clearFilters(facetIds?: Array<Facet['id']>, metadata?: FiltersMetadata): void;
|
|
1860
2083
|
// (undocumented)
|
|
1861
|
-
clearFiltersWithMetadata({ facetIds, metadata }?: {
|
|
2084
|
+
clearFiltersWithMetadata({ facetIds, metadata, }?: {
|
|
1862
2085
|
facetIds?: Array<Facet['id']>;
|
|
1863
2086
|
metadata?: FiltersMetadata;
|
|
1864
2087
|
}): void;
|
|
@@ -1912,32 +2135,6 @@ export class DefaultFacetsService implements FacetsService {
|
|
|
1912
2135
|
protected updateStore(facetsGroup: FacetsGroup): Filter[];
|
|
1913
2136
|
}
|
|
1914
2137
|
|
|
1915
|
-
// @public
|
|
1916
|
-
export class DefaultPDPAddToCartService implements PDPAddToCartService {
|
|
1917
|
-
constructor(localStorageService?: StorageService, sessionStorageService?: StorageService);
|
|
1918
|
-
// (undocumented)
|
|
1919
|
-
protected get clickedResultStorageKey(): string;
|
|
1920
|
-
// (undocumented)
|
|
1921
|
-
protected get clickedResultStorageTTLMs(): number;
|
|
1922
|
-
// @internal
|
|
1923
|
-
protected getPathName(url: string): string;
|
|
1924
|
-
// @internal
|
|
1925
|
-
protected getStorageId(id?: string): string | null;
|
|
1926
|
-
static instance: PDPAddToCartService;
|
|
1927
|
-
// (undocumented)
|
|
1928
|
-
protected localStorageService: StorageService;
|
|
1929
|
-
moveToSessionStorage(id?: string): void;
|
|
1930
|
-
static readonly RESULT_CLICKED_ID_KEY = "add-to-cart";
|
|
1931
|
-
// (undocumented)
|
|
1932
|
-
protected sessionStorageService: StorageService;
|
|
1933
|
-
// @internal
|
|
1934
|
-
protected showWarningMessage(): void;
|
|
1935
|
-
// (undocumented)
|
|
1936
|
-
protected get store(): Store<RootXStoreState>;
|
|
1937
|
-
storeResultClicked(result: Result): void;
|
|
1938
|
-
trackAddToCart(id?: string): void;
|
|
1939
|
-
}
|
|
1940
|
-
|
|
1941
2138
|
// @public
|
|
1942
2139
|
export interface DeviceActions {
|
|
1943
2140
|
}
|
|
@@ -1945,10 +2142,10 @@ export interface DeviceActions {
|
|
|
1945
2142
|
// @public
|
|
1946
2143
|
export const DeviceDetector: DefineComponent< {
|
|
1947
2144
|
breakpoints: {
|
|
1948
|
-
type: PropType<Record<
|
|
2145
|
+
type: PropType<Record<Device, MaxWidth>>;
|
|
1949
2146
|
default: () => {};
|
|
1950
2147
|
};
|
|
1951
|
-
force: PropType<
|
|
2148
|
+
force: PropType<Device>;
|
|
1952
2149
|
throttleMs: {
|
|
1953
2150
|
type: NumberConstructor;
|
|
1954
2151
|
default: number;
|
|
@@ -1957,10 +2154,10 @@ default: number;
|
|
|
1957
2154
|
throttledStoreWindowWidth: () => void;
|
|
1958
2155
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
1959
2156
|
breakpoints: {
|
|
1960
|
-
type: PropType<Record<
|
|
2157
|
+
type: PropType<Record<Device, MaxWidth>>;
|
|
1961
2158
|
default: () => {};
|
|
1962
2159
|
};
|
|
1963
|
-
force: PropType<
|
|
2160
|
+
force: PropType<Device>;
|
|
1964
2161
|
throttleMs: {
|
|
1965
2162
|
type: NumberConstructor;
|
|
1966
2163
|
default: number;
|
|
@@ -1979,7 +2176,7 @@ export interface DeviceGetters {
|
|
|
1979
2176
|
|
|
1980
2177
|
// @public
|
|
1981
2178
|
export interface DeviceMutations {
|
|
1982
|
-
setName(device: string | null)
|
|
2179
|
+
setName: (device: string | null) => void;
|
|
1983
2180
|
}
|
|
1984
2181
|
|
|
1985
2182
|
// @public
|
|
@@ -2024,37 +2221,97 @@ export class DirectionalFocusNavigationService implements SpatialNavigation {
|
|
|
2024
2221
|
constructor(
|
|
2025
2222
|
container: HTMLElement,
|
|
2026
2223
|
focusableSelectors?: string);
|
|
2224
|
+
// @internal
|
|
2225
|
+
filterCandidates(rawCandidates: HTMLElement[]): HTMLElement[];
|
|
2027
2226
|
navigateTo(arrowKey: ArrowKey): HTMLElement;
|
|
2028
2227
|
}
|
|
2029
2228
|
|
|
2030
2229
|
// @internal
|
|
2031
2230
|
export const DISABLE_ANIMATIONS_KEY: XInjectKey<boolean | undefined>;
|
|
2032
2231
|
|
|
2033
|
-
// @public
|
|
2034
|
-
export const
|
|
2035
|
-
|
|
2036
|
-
type: PropType<
|
|
2232
|
+
// @public (undocumented)
|
|
2233
|
+
export const DisplayClickProvider: DefineComponent< {
|
|
2234
|
+
resultFeature: {
|
|
2235
|
+
type: PropType<ResultFeature>;
|
|
2037
2236
|
required: true;
|
|
2038
2237
|
};
|
|
2039
|
-
|
|
2040
|
-
type:
|
|
2238
|
+
ignoreResultClickEvent: {
|
|
2239
|
+
type: BooleanConstructor;
|
|
2240
|
+
default: boolean;
|
|
2241
|
+
};
|
|
2242
|
+
toolingDisplayTagging: {
|
|
2243
|
+
type: PropType<TaggingRequest>;
|
|
2244
|
+
required: false;
|
|
2245
|
+
default: undefined;
|
|
2246
|
+
};
|
|
2247
|
+
toolingAdd2CartTagging: {
|
|
2248
|
+
type: PropType<TaggingRequest>;
|
|
2249
|
+
required: false;
|
|
2250
|
+
default: undefined;
|
|
2251
|
+
};
|
|
2252
|
+
queryTagging: {
|
|
2253
|
+
type: PropType<TaggingRequest>;
|
|
2254
|
+
required: false;
|
|
2255
|
+
default: undefined;
|
|
2041
2256
|
};
|
|
2042
2257
|
}, () => VNode<RendererNode, RendererElement, {
|
|
2043
2258
|
[key: string]: any;
|
|
2044
2259
|
}> | "", unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2045
|
-
|
|
2046
|
-
type: PropType<
|
|
2260
|
+
resultFeature: {
|
|
2261
|
+
type: PropType<ResultFeature>;
|
|
2047
2262
|
required: true;
|
|
2048
2263
|
};
|
|
2049
|
-
|
|
2050
|
-
type:
|
|
2264
|
+
ignoreResultClickEvent: {
|
|
2265
|
+
type: BooleanConstructor;
|
|
2266
|
+
default: boolean;
|
|
2051
2267
|
};
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2268
|
+
toolingDisplayTagging: {
|
|
2269
|
+
type: PropType<TaggingRequest>;
|
|
2270
|
+
required: false;
|
|
2271
|
+
default: undefined;
|
|
2272
|
+
};
|
|
2273
|
+
toolingAdd2CartTagging: {
|
|
2274
|
+
type: PropType<TaggingRequest>;
|
|
2275
|
+
required: false;
|
|
2276
|
+
default: undefined;
|
|
2277
|
+
};
|
|
2278
|
+
queryTagging: {
|
|
2279
|
+
type: PropType<TaggingRequest>;
|
|
2280
|
+
required: false;
|
|
2281
|
+
default: undefined;
|
|
2282
|
+
};
|
|
2283
|
+
}>>, {
|
|
2284
|
+
ignoreResultClickEvent: boolean;
|
|
2285
|
+
toolingDisplayTagging: TaggingRequest;
|
|
2286
|
+
toolingAdd2CartTagging: TaggingRequest;
|
|
2287
|
+
queryTagging: TaggingRequest;
|
|
2288
|
+
}, {}>;
|
|
2289
|
+
|
|
2290
|
+
// @public
|
|
2291
|
+
export const DisplayEmitter: DefineComponent< {
|
|
2292
|
+
payload: {
|
|
2293
|
+
type: PropType<TaggingRequest>;
|
|
2294
|
+
required: true;
|
|
2295
|
+
};
|
|
2296
|
+
eventMetadata: {
|
|
2297
|
+
type: PropType<Omit<WireMetadata, "moduleName" | "origin" | "location">>;
|
|
2298
|
+
};
|
|
2299
|
+
}, () => VNode<RendererNode, RendererElement, {
|
|
2300
|
+
[key: string]: any;
|
|
2301
|
+
}> | "", unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2302
|
+
payload: {
|
|
2303
|
+
type: PropType<TaggingRequest>;
|
|
2304
|
+
required: true;
|
|
2305
|
+
};
|
|
2306
|
+
eventMetadata: {
|
|
2307
|
+
type: PropType<Omit<WireMetadata, "moduleName" | "origin" | "location">>;
|
|
2308
|
+
};
|
|
2309
|
+
}>>, {}, {}>;
|
|
2310
|
+
|
|
2311
|
+
// @public
|
|
2312
|
+
export interface DisplayWireMetadata extends WireMetadata {
|
|
2313
|
+
displayOriginalQuery: string;
|
|
2314
|
+
}
|
|
2058
2315
|
|
|
2059
2316
|
// @public
|
|
2060
2317
|
export type DocumentDirection = 'ltr' | 'rtl';
|
|
@@ -2109,53 +2366,94 @@ export class EditableNumberRangeFilterEntity implements FilterEntity {
|
|
|
2109
2366
|
constructor(store: Store<RootXStoreState>);
|
|
2110
2367
|
// (undocumented)
|
|
2111
2368
|
static accepts(filter: Filter): boolean;
|
|
2112
|
-
deselect(
|
|
2369
|
+
deselect(filterParam: Filter): void;
|
|
2113
2370
|
protected getFilterByFacet(facetId: Facet['id']): EditableNumberRangeFilter_2 | undefined;
|
|
2114
2371
|
protected getNewFilterId(filter: Pick<EditableNumberRangeFilter_2, 'range' | 'facetId'>): string;
|
|
2115
2372
|
protected isSelected(filter: EditableNumberRangeFilter_2): boolean;
|
|
2116
2373
|
protected removePreviousFilter(facetId: Facet['id']): void;
|
|
2117
|
-
select(
|
|
2374
|
+
select(filterParam: Filter): void;
|
|
2118
2375
|
// (undocumented)
|
|
2119
2376
|
protected store: Store<RootXStoreState>;
|
|
2120
2377
|
}
|
|
2121
2378
|
|
|
2379
|
+
// @public
|
|
2380
|
+
export interface EmittedData<SomeEvents extends Dictionary, SomeEvent extends keyof SomeEvents, SomeEventMetadata extends Dictionary> {
|
|
2381
|
+
event: SomeEvent;
|
|
2382
|
+
eventPayload: EventPayload<SomeEvents, SomeEvent>;
|
|
2383
|
+
metadata: SomeEventMetadata;
|
|
2384
|
+
}
|
|
2385
|
+
|
|
2386
|
+
// @public
|
|
2387
|
+
export type Emitter<SomeEvents extends Dictionary, SomeEvent extends keyof SomeEvents, SomeEventMetadata extends Dictionary> = Subject<SubjectPayload<EventPayload<SomeEvents, SomeEvent>, SomeEventMetadata>>;
|
|
2388
|
+
|
|
2389
|
+
// @public
|
|
2390
|
+
export type Emitters<SomeEvents extends Dictionary, SomeEventMetadata extends Dictionary> = {
|
|
2391
|
+
[SomeEvent in keyof SomeEvents]?: Emitter<SomeEvents, SomeEvent, SomeEventMetadata>;
|
|
2392
|
+
};
|
|
2393
|
+
|
|
2122
2394
|
// @public
|
|
2123
2395
|
export const Empathize: DefineComponent< {
|
|
2124
2396
|
eventsToOpenEmpathize: {
|
|
2125
|
-
type: PropType<
|
|
2397
|
+
type: PropType<XEvent[]>;
|
|
2126
2398
|
default: () => string[];
|
|
2127
2399
|
};
|
|
2128
2400
|
eventsToCloseEmpathize: {
|
|
2129
|
-
type: PropType<
|
|
2401
|
+
type: PropType<XEvent[]>;
|
|
2130
2402
|
default: () => string[];
|
|
2131
2403
|
};
|
|
2132
2404
|
animation: {
|
|
2133
|
-
type:
|
|
2134
|
-
default: () => DefineComponent< {}, {}, any
|
|
2405
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
2406
|
+
default: () => DefineComponent< {}, {}, any>;
|
|
2407
|
+
};
|
|
2408
|
+
hasContent: {
|
|
2409
|
+
type: BooleanConstructor;
|
|
2410
|
+
default: boolean;
|
|
2411
|
+
};
|
|
2412
|
+
searchAndCloseOnNoContent: {
|
|
2413
|
+
type: BooleanConstructor;
|
|
2414
|
+
default: boolean;
|
|
2415
|
+
};
|
|
2416
|
+
searchAndCloseDebounceInMs: {
|
|
2417
|
+
type: NumberConstructor;
|
|
2418
|
+
default: number;
|
|
2135
2419
|
};
|
|
2136
2420
|
}, {
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
hasContent: Ref<boolean>;
|
|
2140
|
-
isOpen: Ref<boolean>;
|
|
2421
|
+
empathizeRef: Ref<HTMLDivElement | null>;
|
|
2422
|
+
isOpenAndHasContent: ComputedRef<boolean>;
|
|
2141
2423
|
open: () => void;
|
|
2424
|
+
close: () => void;
|
|
2142
2425
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2143
2426
|
eventsToOpenEmpathize: {
|
|
2144
|
-
type: PropType<
|
|
2427
|
+
type: PropType<XEvent[]>;
|
|
2145
2428
|
default: () => string[];
|
|
2146
2429
|
};
|
|
2147
2430
|
eventsToCloseEmpathize: {
|
|
2148
|
-
type: PropType<
|
|
2431
|
+
type: PropType<XEvent[]>;
|
|
2149
2432
|
default: () => string[];
|
|
2150
2433
|
};
|
|
2151
2434
|
animation: {
|
|
2152
|
-
type:
|
|
2153
|
-
default: () => DefineComponent< {}, {}, any
|
|
2435
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
2436
|
+
default: () => DefineComponent< {}, {}, any>;
|
|
2437
|
+
};
|
|
2438
|
+
hasContent: {
|
|
2439
|
+
type: BooleanConstructor;
|
|
2440
|
+
default: boolean;
|
|
2441
|
+
};
|
|
2442
|
+
searchAndCloseOnNoContent: {
|
|
2443
|
+
type: BooleanConstructor;
|
|
2444
|
+
default: boolean;
|
|
2445
|
+
};
|
|
2446
|
+
searchAndCloseDebounceInMs: {
|
|
2447
|
+
type: NumberConstructor;
|
|
2448
|
+
default: number;
|
|
2154
2449
|
};
|
|
2155
2450
|
}>>, {
|
|
2156
2451
|
eventsToOpenEmpathize: (keyof XEventsTypes)[];
|
|
2157
2452
|
eventsToCloseEmpathize: (keyof XEventsTypes)[];
|
|
2158
|
-
animation: string |
|
|
2453
|
+
animation: string | Function | Record<string, any>;
|
|
2454
|
+
hasContent: boolean;
|
|
2455
|
+
searchAndCloseOnNoContent: boolean;
|
|
2456
|
+
searchAndCloseDebounceInMs: number;
|
|
2159
2457
|
}, {}>;
|
|
2160
2458
|
|
|
2161
2459
|
// @public
|
|
@@ -2173,11 +2471,9 @@ export const empathizeEmitters: {};
|
|
|
2173
2471
|
export interface EmpathizeGetters {
|
|
2174
2472
|
}
|
|
2175
2473
|
|
|
2176
|
-
// Warning: (ae-forgotten-export) The symbol "ConfigMutations" needs to be exported by the entry point index.d.ts
|
|
2177
|
-
//
|
|
2178
2474
|
// @public
|
|
2179
2475
|
export interface EmpathizeMutations extends ConfigMutations<EmpathizeState> {
|
|
2180
|
-
setIsOpen(isOpen: boolean)
|
|
2476
|
+
setIsOpen: (isOpen: boolean) => void;
|
|
2181
2477
|
}
|
|
2182
2478
|
|
|
2183
2479
|
// @public
|
|
@@ -2215,6 +2511,9 @@ export type EmpathizeXStoreModule = XStoreModule<EmpathizeState, EmpathizeGetter
|
|
|
2215
2511
|
// @internal
|
|
2216
2512
|
export const empathizeXStoreModule: EmpathizeXStoreModule;
|
|
2217
2513
|
|
|
2514
|
+
// @public
|
|
2515
|
+
export type EventPayload<SomeEvents extends Dictionary, SomeEvent extends keyof SomeEvents> = SomeEvents[SomeEvent] extends void ? undefined : SomeEvents[SomeEvent];
|
|
2516
|
+
|
|
2218
2517
|
// @public
|
|
2219
2518
|
export type EventsForDirectionLimit = {
|
|
2220
2519
|
[key in ArrowKey]: PropsWithType<XEventsTypes, void>;
|
|
@@ -2224,14 +2523,14 @@ export type EventsForDirectionLimit = {
|
|
|
2224
2523
|
export const ExcludeFiltersWithNoResults: DefineComponent< {
|
|
2225
2524
|
filters: PropType<Filter[]>;
|
|
2226
2525
|
parentId: {
|
|
2227
|
-
type: PropType<
|
|
2526
|
+
type: PropType<Filter["id"]>;
|
|
2228
2527
|
};
|
|
2229
2528
|
}, () => VNode<RendererNode, RendererElement, {
|
|
2230
2529
|
[key: string]: any;
|
|
2231
2530
|
}> | "", unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2232
2531
|
filters: PropType<Filter[]>;
|
|
2233
2532
|
parentId: {
|
|
2234
|
-
type: PropType<
|
|
2533
|
+
type: PropType<Filter["id"]>;
|
|
2235
2534
|
};
|
|
2236
2535
|
}>>, {}, {}>;
|
|
2237
2536
|
|
|
@@ -2244,10 +2543,10 @@ export type ExperienceControlsActionContext = XActionContext<ExperienceControlsS
|
|
|
2244
2543
|
// @public
|
|
2245
2544
|
export interface ExperienceControlsActions {
|
|
2246
2545
|
cancelFetchAndSaveControls: () => void;
|
|
2247
|
-
fetchAndSaveExperienceControlsResponse(request: ExperienceControlsRequest | null)
|
|
2546
|
+
fetchAndSaveExperienceControlsResponse: (request: ExperienceControlsRequest | null) => void;
|
|
2248
2547
|
// Warning: (ae-forgotten-export) The symbol "ExperienceControlsRequest" needs to be exported by the entry point index.d.ts
|
|
2249
2548
|
// Warning: (ae-forgotten-export) The symbol "ExperienceControlsResponse" needs to be exported by the entry point index.d.ts
|
|
2250
|
-
fetchExperienceControlsResponse(request: ExperienceControlsRequest | null)
|
|
2549
|
+
fetchExperienceControlsResponse: (request: ExperienceControlsRequest | null) => ExperienceControlsResponse;
|
|
2251
2550
|
}
|
|
2252
2551
|
|
|
2253
2552
|
// @internal
|
|
@@ -2265,9 +2564,9 @@ export interface ExperienceControlsGetters {
|
|
|
2265
2564
|
|
|
2266
2565
|
// @public
|
|
2267
2566
|
export interface ExperienceControlsMutations extends StatusMutations {
|
|
2268
|
-
setControls(controls: Dictionary<unknown>)
|
|
2269
|
-
setEvents(events: Partial<XEventsTypes>)
|
|
2270
|
-
setParams(params: Dictionary<unknown>)
|
|
2567
|
+
setControls: (controls: Dictionary<unknown>) => void;
|
|
2568
|
+
setEvents: (events: Partial<XEventsTypes>) => void;
|
|
2569
|
+
setParams: (params: Dictionary<unknown>) => void;
|
|
2271
2570
|
}
|
|
2272
2571
|
|
|
2273
2572
|
// @public
|
|
@@ -2312,6 +2611,14 @@ export type ExperienceControlsXStoreModule = XStoreModule<ExperienceControlsStat
|
|
|
2312
2611
|
// @internal
|
|
2313
2612
|
export const experienceControlsXStoreModule: ExperienceControlsXStoreModule;
|
|
2314
2613
|
|
|
2614
|
+
// @public
|
|
2615
|
+
export interface ExternalTaggingService {
|
|
2616
|
+
moveToSessionStorage: (id?: string) => void;
|
|
2617
|
+
storeAddToCart: (result: Result) => void;
|
|
2618
|
+
storeResultClicked: (result: Result) => void;
|
|
2619
|
+
trackAddToCart: (id?: string) => void;
|
|
2620
|
+
}
|
|
2621
|
+
|
|
2315
2622
|
// @public
|
|
2316
2623
|
export type ExtractActionPayload<ModuleName extends XModuleName, ActionName extends ActionNamesFor<ModuleName>> = ExtractPayload<ExtractActions<XModulesTree[ModuleName]>[ActionName]>;
|
|
2317
2624
|
|
|
@@ -2370,7 +2677,7 @@ export interface ExtraParamsGetters {
|
|
|
2370
2677
|
// @public
|
|
2371
2678
|
export interface ExtraParamsMutations {
|
|
2372
2679
|
// (undocumented)
|
|
2373
|
-
setParams(params: Dictionary<unknown>)
|
|
2680
|
+
setParams: (params: Dictionary<unknown>) => void;
|
|
2374
2681
|
}
|
|
2375
2682
|
|
|
2376
2683
|
// @public
|
|
@@ -2427,10 +2734,10 @@ export interface FacetGroupEntry {
|
|
|
2427
2734
|
|
|
2428
2735
|
// @public
|
|
2429
2736
|
export const Facets: DefineComponent< {
|
|
2430
|
-
facetsIds: PropType<
|
|
2737
|
+
facetsIds: PropType<Array<Facet["id"]>>;
|
|
2431
2738
|
alwaysVisible: BooleanConstructor;
|
|
2432
2739
|
animation: {
|
|
2433
|
-
type:
|
|
2740
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
2434
2741
|
default: string;
|
|
2435
2742
|
};
|
|
2436
2743
|
renderableFacets: StringConstructor;
|
|
@@ -2440,16 +2747,16 @@ hasFacets: ComputedRef<boolean>;
|
|
|
2440
2747
|
mappedFacets: ComputedRef<Dictionary<RenderFacet>>;
|
|
2441
2748
|
hasSlot: (name: string) => boolean;
|
|
2442
2749
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2443
|
-
facetsIds: PropType<
|
|
2750
|
+
facetsIds: PropType<Array<Facet["id"]>>;
|
|
2444
2751
|
alwaysVisible: BooleanConstructor;
|
|
2445
2752
|
animation: {
|
|
2446
|
-
type:
|
|
2753
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
2447
2754
|
default: string;
|
|
2448
2755
|
};
|
|
2449
2756
|
renderableFacets: StringConstructor;
|
|
2450
2757
|
}>>, {
|
|
2451
2758
|
alwaysVisible: boolean;
|
|
2452
|
-
animation: string |
|
|
2759
|
+
animation: string | Function | Record<string, any>;
|
|
2453
2760
|
}, {}>;
|
|
2454
2761
|
|
|
2455
2762
|
// @public
|
|
@@ -2503,27 +2810,25 @@ export interface FacetsGroup {
|
|
|
2503
2810
|
id: string;
|
|
2504
2811
|
}
|
|
2505
2812
|
|
|
2506
|
-
// Warning: (ae-forgotten-export) The symbol "QueryMutations" needs to be exported by the entry point index.d.ts
|
|
2507
|
-
//
|
|
2508
2813
|
// @public
|
|
2509
2814
|
export interface FacetsMutations extends QueryMutations, ConfigMutations<FacetsState> {
|
|
2510
|
-
clearStickyFilters()
|
|
2511
|
-
mutateFilter(payload: MutateFilterPayload)
|
|
2512
|
-
removeFacet(facet: Facet)
|
|
2513
|
-
removeFilter(filter: Filter)
|
|
2514
|
-
removeFilters(filters: Filter[])
|
|
2515
|
-
removeStickyFilter(filter: RawFilter)
|
|
2516
|
-
setFacet(facet: Facet)
|
|
2517
|
-
setFacetGroup(facetGroupEntry: FacetGroupEntry)
|
|
2518
|
-
setFilters(filters: Filter[])
|
|
2519
|
-
setPreselectedFilters(filters: RawFilter[])
|
|
2520
|
-
setStickyFilter(filter: RawFilter)
|
|
2815
|
+
clearStickyFilters: () => void;
|
|
2816
|
+
mutateFilter: (payload: MutateFilterPayload) => void;
|
|
2817
|
+
removeFacet: (facet: Facet) => void;
|
|
2818
|
+
removeFilter: (filter: Filter) => void;
|
|
2819
|
+
removeFilters: (filters: Filter[]) => void;
|
|
2820
|
+
removeStickyFilter: (filter: RawFilter) => void;
|
|
2821
|
+
setFacet: (facet: Facet) => void;
|
|
2822
|
+
setFacetGroup: (facetGroupEntry: FacetGroupEntry) => void;
|
|
2823
|
+
setFilters: (filters: Filter[]) => void;
|
|
2824
|
+
setPreselectedFilters: (filters: RawFilter[]) => void;
|
|
2825
|
+
setStickyFilter: (filter: RawFilter) => void;
|
|
2521
2826
|
}
|
|
2522
2827
|
|
|
2523
2828
|
// @public
|
|
2524
2829
|
export const FacetsProvider: DefineComponent< {
|
|
2525
2830
|
groupId: {
|
|
2526
|
-
type: PropType<
|
|
2831
|
+
type: PropType<GroupId>;
|
|
2527
2832
|
default: string;
|
|
2528
2833
|
};
|
|
2529
2834
|
facets: {
|
|
@@ -2532,7 +2837,7 @@ required: true;
|
|
|
2532
2837
|
};
|
|
2533
2838
|
}, () => string, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2534
2839
|
groupId: {
|
|
2535
|
-
type: PropType<
|
|
2840
|
+
type: PropType<GroupId>;
|
|
2536
2841
|
default: string;
|
|
2537
2842
|
};
|
|
2538
2843
|
facets: {
|
|
@@ -2545,19 +2850,19 @@ groupId: string;
|
|
|
2545
2850
|
|
|
2546
2851
|
// @public
|
|
2547
2852
|
export interface FacetsService {
|
|
2548
|
-
clearFilters(facetIds?: Array<Facet['id']>, metadata?: FiltersMetadata)
|
|
2549
|
-
clearFiltersWithMetadata(payload?: {
|
|
2853
|
+
clearFilters: (facetIds?: Array<Facet['id']>, metadata?: FiltersMetadata) => void;
|
|
2854
|
+
clearFiltersWithMetadata: (payload?: {
|
|
2550
2855
|
facetIds?: Array<Facet['id']>;
|
|
2551
2856
|
metadata?: FiltersMetadata;
|
|
2552
|
-
})
|
|
2553
|
-
deselect(filter: Filter, metadata?: FiltersMetadata)
|
|
2554
|
-
select(filter: Filter | Filter[])
|
|
2555
|
-
selectPreselectedFilters()
|
|
2556
|
-
setFacets(facetsGroup: FacetsGroup)
|
|
2557
|
-
setQuery(query: string)
|
|
2558
|
-
toggle(filter: Filter)
|
|
2559
|
-
updateFacets(facetsGroup: FacetsGroup)
|
|
2560
|
-
updatePreselectedFilters(filters: Filter[])
|
|
2857
|
+
}) => void;
|
|
2858
|
+
deselect: (filter: Filter, metadata?: FiltersMetadata) => void;
|
|
2859
|
+
select: (filter: Filter | Filter[]) => void;
|
|
2860
|
+
selectPreselectedFilters: () => void;
|
|
2861
|
+
setFacets: (facetsGroup: FacetsGroup) => void;
|
|
2862
|
+
setQuery: (query: string) => void;
|
|
2863
|
+
toggle: (filter: Filter) => void;
|
|
2864
|
+
updateFacets: (facetsGroup: FacetsGroup) => void;
|
|
2865
|
+
updatePreselectedFilters: (filters: Filter[]) => void;
|
|
2561
2866
|
}
|
|
2562
2867
|
|
|
2563
2868
|
// @public
|
|
@@ -2695,12 +3000,12 @@ appear: boolean;
|
|
|
2695
3000
|
|
|
2696
3001
|
// @public
|
|
2697
3002
|
export const FallbackDisclaimer: DefineComponent< {}, {
|
|
2698
|
-
query: ComputedRef<
|
|
2699
|
-
fromNoResultsWithFilters: ComputedRef<
|
|
3003
|
+
query: ComputedRef<string>;
|
|
3004
|
+
fromNoResultsWithFilters: ComputedRef<boolean>;
|
|
2700
3005
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
2701
3006
|
|
|
2702
3007
|
// @public
|
|
2703
|
-
export type FeatureLocation = 'external' | 'my_history' | 'no_query' | 'results' | 'no_results' | 'low_results' | 'none' | 'predictive_layer' | 'pdp' | 'url_history' | 'url_history_pdp';
|
|
3008
|
+
export type FeatureLocation = 'external' | 'my_history' | 'no_query' | 'results' | 'no_results' | 'low_results' | 'none' | 'predictive_layer' | 'pdp' | 'url_history' | 'url_history_pdp' | 'related_prompts' | 'add2cart' | 'overview';
|
|
2704
3009
|
|
|
2705
3010
|
// @public
|
|
2706
3011
|
export interface FetchAndSaveActions<Context extends XActionContext<StatusState, object, StatusMutations, object>, Request> {
|
|
@@ -2716,10 +3021,10 @@ export const fetchAndSaveExperienceControlsWire: Wire<ExperienceControlsRequest
|
|
|
2716
3021
|
|
|
2717
3022
|
// @public
|
|
2718
3023
|
export interface FetchAndSaveHooks<Context extends XActionContext<StatusState, object, StatusMutations, object>, Request, Response> {
|
|
2719
|
-
fetch(context: Context, request: Request)
|
|
2720
|
-
onCancel
|
|
2721
|
-
onError
|
|
2722
|
-
onSuccess(context: Context, response: Response)
|
|
3024
|
+
fetch: (context: Context, request: Request) => Promise<Response>;
|
|
3025
|
+
onCancel?: () => void;
|
|
3026
|
+
onError?: (error: unknown) => void;
|
|
3027
|
+
onSuccess: (context: Context, response: Response) => void;
|
|
2723
3028
|
}
|
|
2724
3029
|
|
|
2725
3030
|
// Warning: (ae-forgotten-export) The symbol "IdentifierResultsRequest" needs to be exported by the entry point index.d.ts
|
|
@@ -2835,15 +3140,15 @@ export function filterBlacklistedModules<Payload>(wire: Wire<Payload>, blacklist
|
|
|
2835
3140
|
|
|
2836
3141
|
// @internal
|
|
2837
3142
|
export interface FilterEntity<Metadata extends Dictionary = Dictionary<unknown>> {
|
|
2838
|
-
deselect(filter: Filter, metadata?: Metadata)
|
|
2839
|
-
select(filter: Filter)
|
|
3143
|
+
deselect: (filter: Filter, metadata?: Metadata) => void;
|
|
3144
|
+
select: (filter: Filter) => void;
|
|
2840
3145
|
}
|
|
2841
3146
|
|
|
2842
3147
|
// @internal
|
|
2843
3148
|
export interface FilterEntityConstructor {
|
|
2844
3149
|
// (undocumented)
|
|
2845
3150
|
new (store: Store<RootXStoreState>): FilterEntity;
|
|
2846
|
-
accepts(filter: Filter)
|
|
3151
|
+
accepts: (filter: Filter) => boolean;
|
|
2847
3152
|
}
|
|
2848
3153
|
|
|
2849
3154
|
// @internal
|
|
@@ -2881,11 +3186,11 @@ export { FiltersIcon }
|
|
|
2881
3186
|
export const FiltersList: DefineComponent< {
|
|
2882
3187
|
filters: PropType<Filter[]>;
|
|
2883
3188
|
parentId: {
|
|
2884
|
-
type: PropType<
|
|
3189
|
+
type: PropType<Filter["id"]>;
|
|
2885
3190
|
required: false;
|
|
2886
3191
|
};
|
|
2887
3192
|
animation: {
|
|
2888
|
-
type:
|
|
3193
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
2889
3194
|
default: string;
|
|
2890
3195
|
};
|
|
2891
3196
|
}, {
|
|
@@ -2895,15 +3200,15 @@ renderedFilters: ComputedRef<Filter[]>;
|
|
|
2895
3200
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2896
3201
|
filters: PropType<Filter[]>;
|
|
2897
3202
|
parentId: {
|
|
2898
|
-
type: PropType<
|
|
3203
|
+
type: PropType<Filter["id"]>;
|
|
2899
3204
|
required: false;
|
|
2900
3205
|
};
|
|
2901
3206
|
animation: {
|
|
2902
|
-
type:
|
|
3207
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
2903
3208
|
default: string;
|
|
2904
3209
|
};
|
|
2905
3210
|
}>>, {
|
|
2906
|
-
animation: string |
|
|
3211
|
+
animation: string | Function | Record<string, any>;
|
|
2907
3212
|
}, {}>;
|
|
2908
3213
|
|
|
2909
3214
|
// @public
|
|
@@ -2915,7 +3220,7 @@ export interface FiltersMetadata {
|
|
|
2915
3220
|
export const FiltersSearch: DefineComponent< {
|
|
2916
3221
|
filters: PropType<Filter[]>;
|
|
2917
3222
|
parentId: {
|
|
2918
|
-
type: PropType<
|
|
3223
|
+
type: PropType<Filter["id"]>;
|
|
2919
3224
|
required: false;
|
|
2920
3225
|
};
|
|
2921
3226
|
debounceInMs: {
|
|
@@ -2931,7 +3236,7 @@ query: Ref<string>;
|
|
|
2931
3236
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
2932
3237
|
filters: PropType<Filter[]>;
|
|
2933
3238
|
parentId: {
|
|
2934
|
-
type: PropType<
|
|
3239
|
+
type: PropType<Filter["id"]>;
|
|
2935
3240
|
required: false;
|
|
2936
3241
|
};
|
|
2937
3242
|
debounceInMs: {
|
|
@@ -2958,8 +3263,8 @@ export type FirstParameter<SomeFunction extends AnyFunction> = Parameters<SomeFu
|
|
|
2958
3263
|
export const FixedHeaderAndAsidesLayout: DefineComponent< {
|
|
2959
3264
|
devMode: BooleanConstructor;
|
|
2960
3265
|
}, {
|
|
2961
|
-
rightAsideAnimation: DefineComponent
|
|
2962
|
-
leftAsideAnimation: DefineComponent
|
|
3266
|
+
rightAsideAnimation: DefineComponent;
|
|
3267
|
+
leftAsideAnimation: DefineComponent;
|
|
2963
3268
|
setPosition: (position: number) => void;
|
|
2964
3269
|
isBackdropVisible: ComputedRef<boolean>;
|
|
2965
3270
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
@@ -2980,6 +3285,12 @@ export function getActiveElement(root?: Document | ShadowRoot): Element | null;
|
|
|
2980
3285
|
// @public
|
|
2981
3286
|
export function getGetterPath<ModuleName extends XModuleName>(moduleName: ModuleName, getterName: keyof ExtractGetters<ModuleName>): string;
|
|
2982
3287
|
|
|
3288
|
+
// @internal
|
|
3289
|
+
export function getGettersProxy<ModuleName extends XModuleName>(getters: Dictionary, moduleName: ModuleName): ExtractGetters<ModuleName>;
|
|
3290
|
+
|
|
3291
|
+
// @internal
|
|
3292
|
+
export function getGettersProxyFromModule<ModuleName extends XModuleName>(getters: Dictionary, moduleName: ModuleName, storeModule: AnyXStoreModule): ExtractGetters<ModuleName>;
|
|
3293
|
+
|
|
2983
3294
|
// @public
|
|
2984
3295
|
export function getRootXComponent(component: ComponentPublicInstance | null): ComponentPublicInstance | undefined;
|
|
2985
3296
|
|
|
@@ -3006,334 +3317,12 @@ export function getXComponentXModuleName(component: ComponentPublicInstance | un
|
|
|
3006
3317
|
// @public
|
|
3007
3318
|
export const GlobalXBus: DefineComponent< {
|
|
3008
3319
|
listeners: {
|
|
3009
|
-
type: PropType<
|
|
3010
|
-
ColumnsNumberProvided: (payload: number, metadata: WireMetadata) => unknown;
|
|
3011
|
-
RenderedColumnsNumberChanged: (payload: number, metadata: WireMetadata) => unknown;
|
|
3012
|
-
SuggestionsDisplayed: (payload: Suggestion[], metadata: WireMetadata) => unknown;
|
|
3013
|
-
TogglePanelStateChanged: (payload: boolean, metadata: WireMetadata) => unknown;
|
|
3014
|
-
UserAcceptedAQuery: (payload: string, metadata: WireMetadata) => unknown;
|
|
3015
|
-
UserAcceptedSpellcheckQuery: (payload: string, metadata: WireMetadata) => unknown;
|
|
3016
|
-
UserClickedAResult: (payload: Result, metadata: WireMetadata) => unknown;
|
|
3017
|
-
UserClickedADisplayResult: (payload: Result, metadata: WireMetadata) => unknown;
|
|
3018
|
-
UserClickedCloseEventsModal: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3019
|
-
UserClickedCloseModal: (payload: string, metadata: WireMetadata) => unknown;
|
|
3020
|
-
UserClickedCloseX: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3021
|
-
UserClickedOutOfMainModal: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3022
|
-
UserClickedColumnPicker: (payload: number, metadata: WireMetadata) => unknown;
|
|
3023
|
-
UserClickedOpenEventsModal: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3024
|
-
UserClickedOpenModal: (payload: string, metadata: WireMetadata) => unknown;
|
|
3025
|
-
UserClickedOpenX: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3026
|
-
UserClickedOutOfEventsModal: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3027
|
-
UserClickedOutOfModal: (payload: string, metadata: WireMetadata) => unknown;
|
|
3028
|
-
UserClickedPanelToggleButton: (payload: string, metadata: WireMetadata) => unknown;
|
|
3029
|
-
UserClickedResultAddToCart: (payload: Result, metadata: WireMetadata) => unknown;
|
|
3030
|
-
UserClickedAResultRating: (payload: Result, metadata: WireMetadata) => unknown;
|
|
3031
|
-
UserClickedScrollToTop: (payload: string, metadata: WireMetadata) => unknown;
|
|
3032
|
-
UserOpenXProgrammatically: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3033
|
-
UserPressedArrowKey: (payload: ArrowKey, metadata: WireMetadata) => unknown;
|
|
3034
|
-
UserReachedEmpathizeTop: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3035
|
-
UserSelectedAResultVariant: (payload: {
|
|
3036
|
-
result: Result;
|
|
3037
|
-
variant: ResultVariant;
|
|
3038
|
-
level: number;
|
|
3039
|
-
queryPreviewHash: ComputedRef<string> | null;
|
|
3040
|
-
}, metadata: WireMetadata) => unknown;
|
|
3041
|
-
UserSelectedASuggestion: (payload: Suggestion, metadata: WireMetadata) => unknown;
|
|
3042
|
-
SnippetCallbackExecuted: (payload: {
|
|
3043
|
-
event: keyof XEventsTypes;
|
|
3044
|
-
callbackReturn: unknown;
|
|
3045
|
-
payload: never;
|
|
3046
|
-
metadata: WireMetadata;
|
|
3047
|
-
}, metadata: WireMetadata) => unknown;
|
|
3048
|
-
ModuleRegistered: (payload: keyof XModulesTree, metadata: WireMetadata) => unknown;
|
|
3049
|
-
DeviceProvided: (payload: string | null, metadata: WireMetadata) => unknown;
|
|
3050
|
-
EmpathizeClosed: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3051
|
-
EmpathizeOpened: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3052
|
-
UserClosedEmpathize: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3053
|
-
UserChangedExtraParams: (payload: Dictionary<unknown>, metadata: WireMetadata) => unknown;
|
|
3054
|
-
ExtraParamsChanged: (payload: Dictionary<unknown>, metadata: WireMetadata) => unknown;
|
|
3055
|
-
ExtraParamsProvided: (payload: Dictionary<unknown>, metadata: WireMetadata) => unknown;
|
|
3056
|
-
ExtraParamsInitialized: (payload: Dictionary<unknown>, metadata: WireMetadata) => unknown;
|
|
3057
|
-
FacetsGroupChanged: (payload: FacetsGroup, metadata: WireMetadata) => unknown;
|
|
3058
|
-
FacetsGroupProvided: (payload: FacetsGroup, metadata: WireMetadata) => unknown;
|
|
3059
|
-
PreselectedFiltersProvided: (payload: RawFilter[], metadata: WireMetadata) => unknown;
|
|
3060
|
-
SelectedFiltersChanged: (payload: Filter[], metadata: WireMetadata) => unknown;
|
|
3061
|
-
SelectedFiltersForRequestChanged: (payload: Filter[], metadata: WireMetadata) => unknown;
|
|
3062
|
-
UserChangedSelectedFilters: (payload: Filter[], metadata: WireMetadata) => unknown;
|
|
3063
|
-
UserClickedAFilter: (payload: Filter, metadata: WireMetadata) => unknown;
|
|
3064
|
-
UserClickedAHierarchicalFilter: (payload: HierarchicalFilter_2, metadata: WireMetadata) => unknown;
|
|
3065
|
-
UserClickedANumberRangeFilter: (payload: NumberRangeFilter_2, metadata: WireMetadata) => unknown;
|
|
3066
|
-
UserClickedASimpleFilter: (payload: SimpleFilter_2, metadata: WireMetadata) => unknown;
|
|
3067
|
-
UserClickedAllFilter: (payload: [string | number], metadata: WireMetadata) => unknown;
|
|
3068
|
-
UserModifiedEditableNumberRangeFilter: (payload: EditableNumberRangeFilter_2, metadata: WireMetadata) => unknown;
|
|
3069
|
-
UserClickedClearAllFilters: (payload: (string | number)[] | undefined, metadata: WireMetadata) => unknown;
|
|
3070
|
-
FacetsQueryChanged: (payload: string, metadata: WireMetadata) => unknown;
|
|
3071
|
-
HistoryQueriesDisplayed: (payload: HistoryQuery_2[], metadata: WireMetadata) => unknown;
|
|
3072
|
-
HistoryQueriesQueryChanged: (payload: string, metadata: WireMetadata) => unknown;
|
|
3073
|
-
HistoryQueriesStorageKeyChanged: (payload: string, metadata: WireMetadata) => unknown;
|
|
3074
|
-
SessionHistoryQueriesChanged: (payload: HistoryQuery_2[], metadata: WireMetadata) => unknown;
|
|
3075
|
-
UserPressedClearHistoryQueries: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3076
|
-
UserPressedRemoveHistoryQuery: (payload: HistoryQuery_2, metadata: WireMetadata) => unknown;
|
|
3077
|
-
UserSelectedAHistoryQuery: (payload: HistoryQuery_2, metadata: WireMetadata) => unknown;
|
|
3078
|
-
UserClickedEnableHistoryQueries: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3079
|
-
UserClickedDisableHistoryQueries: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3080
|
-
UserClickedConfirmDisableHistoryQueries: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3081
|
-
UserClickedDismissDisableHistoryQueries: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3082
|
-
IdentifierResultsChanged: (payload: Result[], metadata: WireMetadata) => unknown;
|
|
3083
|
-
IdentifierResultsRequestUpdated: (payload: IdentifierResultsRequest | null, metadata: WireMetadata) => unknown;
|
|
3084
|
-
UserClickedAIdentifierResult: (payload: Result, metadata: WireMetadata) => unknown;
|
|
3085
|
-
NextQueriesChanged: (payload: NextQuery_2[], metadata: WireMetadata) => unknown;
|
|
3086
|
-
NextQueriesDisplayed: (payload: NextQuery_2[], metadata: WireMetadata) => unknown;
|
|
3087
|
-
NextQueriesRequestUpdated: (payload: NextQueriesRequest | null, metadata: WireMetadata) => unknown;
|
|
3088
|
-
UserSelectedANextQuery: (payload: NextQuery_2, metadata: WireMetadata) => unknown;
|
|
3089
|
-
NextQueryPreviewMountedHook: (payload: string, metadata: WireMetadata) => unknown;
|
|
3090
|
-
PopularSearchesRequestUpdated: (payload: PopularSearchesRequest, metadata: WireMetadata) => unknown;
|
|
3091
|
-
PopularSearchDisplayed: (payload: Suggestion[], metadata: WireMetadata) => unknown;
|
|
3092
|
-
UserSelectedAPopularSearch: (payload: Suggestion, metadata: WireMetadata) => unknown;
|
|
3093
|
-
QueryPreviewRequestUpdated: (payload: SearchRequest, metadata: WireMetadata) => unknown;
|
|
3094
|
-
UserAcceptedAQueryPreview: (payload: QueryPreviewInfo, metadata: WireMetadata) => unknown;
|
|
3095
|
-
QueryPreviewUnselected: (payload: Dictionary<unknown>, metadata: WireMetadata) => unknown;
|
|
3096
|
-
QueryPreviewMounted: (payload: string, metadata: WireMetadata) => unknown;
|
|
3097
|
-
QueryPreviewUnmounted: (payload: {
|
|
3098
|
-
queryPreviewHash: string;
|
|
3099
|
-
cache: boolean;
|
|
3100
|
-
}, metadata: WireMetadata) => unknown;
|
|
3101
|
-
QuerySuggestionsChanged: (payload: Suggestion[], metadata: WireMetadata) => unknown;
|
|
3102
|
-
QuerySuggestionsDisplayed: (payload: Suggestion[], metadata: WireMetadata) => unknown;
|
|
3103
|
-
QuerySuggestionsRequestUpdated: (payload: QuerySuggestionsRequest | null, metadata: WireMetadata) => unknown;
|
|
3104
|
-
UserSelectedAQuerySuggestion: (payload: Suggestion, metadata: WireMetadata) => unknown;
|
|
3105
|
-
RecommendationsChanged: (payload: Result[], metadata: WireMetadata) => unknown;
|
|
3106
|
-
RecommendationsRequestUpdated: (payload: RecommendationsRequest, metadata: WireMetadata) => unknown;
|
|
3107
|
-
UserClickedARecommendation: (payload: Result, metadata: WireMetadata) => unknown;
|
|
3108
|
-
RelatedTagsChanged: (payload: RelatedTag_2[], metadata: WireMetadata) => unknown;
|
|
3109
|
-
RelatedTagsRequestUpdated: (payload: RelatedTagsRequest | null, metadata: WireMetadata) => unknown;
|
|
3110
|
-
SelectedRelatedTagsChanged: (payload: RelatedTag_2[], metadata: WireMetadata) => unknown;
|
|
3111
|
-
UserDeselectedARelatedTag: (payload: RelatedTag_2, metadata: WireMetadata) => unknown;
|
|
3112
|
-
UserPickedARelatedTag: (payload: RelatedTag_2, metadata: WireMetadata) => unknown;
|
|
3113
|
-
UserSelectedARelatedTag: (payload: RelatedTag_2, metadata: WireMetadata) => unknown;
|
|
3114
|
-
ScrollRestoreSucceeded: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3115
|
-
ScrollRestoreFailed: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3116
|
-
UserAlmostReachedScrollEnd: (payload: boolean, metadata: WireMetadata) => unknown;
|
|
3117
|
-
UserChangedScrollDirection: (payload: ScrollDirection, metadata: WireMetadata) => unknown;
|
|
3118
|
-
UserReachedScrollEnd: (payload: boolean, metadata: WireMetadata) => unknown;
|
|
3119
|
-
UserReachedScrollStart: (payload: boolean, metadata: WireMetadata) => unknown;
|
|
3120
|
-
UserScrolled: (payload: number, metadata: WireMetadata) => unknown;
|
|
3121
|
-
UserScrolledToElement: (payload: string, metadata: WireMetadata) => unknown;
|
|
3122
|
-
SearchBoxQueryChanged: (payload: string, metadata: WireMetadata) => unknown;
|
|
3123
|
-
UserHoveredInSearchBox: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3124
|
-
UserHoveredOutSearchBox: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3125
|
-
UserBlurredSearchBox: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3126
|
-
UserClearedQuery: (payload: string, metadata: WireMetadata) => unknown;
|
|
3127
|
-
UserClickedSearchBox: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3128
|
-
UserFocusedSearchBox: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3129
|
-
UserIsTypingAQuery: (payload: string, metadata: WireMetadata) => unknown;
|
|
3130
|
-
UserPressedClearSearchBoxButton: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3131
|
-
UserPressedEnterKey: (payload: string, metadata: WireMetadata) => unknown;
|
|
3132
|
-
UserPressedSearchButton: (payload: string, metadata: WireMetadata) => unknown;
|
|
3133
|
-
UserTalked: (payload: string, metadata: WireMetadata) => unknown;
|
|
3134
|
-
FacetsChanged: (payload: Facet[], metadata: WireMetadata) => unknown;
|
|
3135
|
-
PageChanged: (payload: number, metadata: WireMetadata) => unknown;
|
|
3136
|
-
ReloadSearchRequested: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3137
|
-
ResultsChanged: (payload: Result[], metadata: WireMetadata) => unknown;
|
|
3138
|
-
SearchRequestChanged: (payload: InternalSearchRequest | null, metadata: WireMetadata) => unknown;
|
|
3139
|
-
SearchRequestUpdated: (payload: InternalSearchRequest | null, metadata: WireMetadata) => unknown;
|
|
3140
|
-
SearchResponseChanged: (payload: InternalSearchResponse, metadata: WireMetadata) => unknown;
|
|
3141
|
-
SearchTaggingChanged: (payload: TaggingRequest, metadata: WireMetadata) => unknown;
|
|
3142
|
-
SortChanged: (payload: string, metadata: WireMetadata) => unknown;
|
|
3143
|
-
SpellcheckChanged: (payload: string, metadata: WireMetadata) => unknown;
|
|
3144
|
-
UserClickedASort: (payload: string, metadata: WireMetadata) => unknown;
|
|
3145
|
-
SelectedSortProvided: (payload: string, metadata: WireMetadata) => unknown;
|
|
3146
|
-
UserClickedPartialQuery: (payload: string, metadata: WireMetadata) => unknown;
|
|
3147
|
-
UserReachedResultsListEnd: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3148
|
-
UserClickedARedirection: (payload: Redirection_2, metadata: WireMetadata) => unknown;
|
|
3149
|
-
UserClickedAPromoted: (payload: Promoted_2, metadata: WireMetadata) => unknown;
|
|
3150
|
-
UserClickedABanner: (payload: Banner_2, metadata: WireMetadata) => unknown;
|
|
3151
|
-
UserClickedAbortARedirection: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3152
|
-
SemanticQueryRequestUpdated: (payload: SemanticQueriesRequest | null, metadata: WireMetadata) => unknown;
|
|
3153
|
-
SemanticQueriesResponseChanged: (payload: SemanticQuery_2[], metadata: WireMetadata) => unknown;
|
|
3154
|
-
UserSelectedASemanticQuery: (payload: SemanticQuery_2, metadata: WireMetadata) => unknown;
|
|
3155
|
-
ConsentChanged: (payload: boolean, metadata: WireMetadata) => unknown;
|
|
3156
|
-
ConsentProvided: (payload: boolean, metadata: WireMetadata) => unknown;
|
|
3157
|
-
PDPIsLoaded: (payload: string, metadata: WireMetadata) => unknown;
|
|
3158
|
-
ResultURLTrackingEnabled: (payload: string, metadata: WireMetadata) => unknown;
|
|
3159
|
-
SearchTaggingReceived: (payload: TaggingRequest, metadata: WireMetadata) => unknown;
|
|
3160
|
-
TrackableElementDisplayed: (payload: Taggable, metadata: WireMetadata) => unknown;
|
|
3161
|
-
UserClickedPDPAddToCart: (payload: string | undefined, metadata: WireMetadata) => unknown;
|
|
3162
|
-
TaggingConfigProvided: (payload: TaggingConfig, metadata: WireMetadata) => unknown;
|
|
3163
|
-
ExperienceControlsEventsChanged: (payload: Partial<XEventsTypes>, metadata: WireMetadata) => unknown;
|
|
3164
|
-
ExperienceControlsRequestUpdated: (payload: ExperienceControlsRequest | null, metadata: WireMetadata) => unknown;
|
|
3165
|
-
ParamsLoadedFromUrl: (payload: UrlParams, metadata: WireMetadata) => unknown;
|
|
3166
|
-
ExtraParamsLoadedFromUrl: (payload: Dictionary<unknown>, metadata: WireMetadata) => unknown;
|
|
3167
|
-
PushableUrlStateUpdated: (payload: UrlParams, metadata: WireMetadata) => unknown;
|
|
3168
|
-
ReplaceableUrlStateUpdated: (payload: UrlParams, metadata: WireMetadata) => unknown;
|
|
3169
|
-
RelatedPromptsRequestUpdated: (payload: RelatedPromptsRequest | null, metadata: WireMetadata) => unknown;
|
|
3170
|
-
}>>;
|
|
3320
|
+
type: PropType<XEventListeners>;
|
|
3171
3321
|
required: true;
|
|
3172
3322
|
};
|
|
3173
3323
|
}, () => string, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3174
3324
|
listeners: {
|
|
3175
|
-
type: PropType<
|
|
3176
|
-
ColumnsNumberProvided: (payload: number, metadata: WireMetadata) => unknown;
|
|
3177
|
-
RenderedColumnsNumberChanged: (payload: number, metadata: WireMetadata) => unknown;
|
|
3178
|
-
SuggestionsDisplayed: (payload: Suggestion[], metadata: WireMetadata) => unknown;
|
|
3179
|
-
TogglePanelStateChanged: (payload: boolean, metadata: WireMetadata) => unknown;
|
|
3180
|
-
UserAcceptedAQuery: (payload: string, metadata: WireMetadata) => unknown;
|
|
3181
|
-
UserAcceptedSpellcheckQuery: (payload: string, metadata: WireMetadata) => unknown;
|
|
3182
|
-
UserClickedAResult: (payload: Result, metadata: WireMetadata) => unknown;
|
|
3183
|
-
UserClickedADisplayResult: (payload: Result, metadata: WireMetadata) => unknown;
|
|
3184
|
-
UserClickedCloseEventsModal: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3185
|
-
UserClickedCloseModal: (payload: string, metadata: WireMetadata) => unknown;
|
|
3186
|
-
UserClickedCloseX: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3187
|
-
UserClickedOutOfMainModal: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3188
|
-
UserClickedColumnPicker: (payload: number, metadata: WireMetadata) => unknown;
|
|
3189
|
-
UserClickedOpenEventsModal: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3190
|
-
UserClickedOpenModal: (payload: string, metadata: WireMetadata) => unknown;
|
|
3191
|
-
UserClickedOpenX: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3192
|
-
UserClickedOutOfEventsModal: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3193
|
-
UserClickedOutOfModal: (payload: string, metadata: WireMetadata) => unknown;
|
|
3194
|
-
UserClickedPanelToggleButton: (payload: string, metadata: WireMetadata) => unknown;
|
|
3195
|
-
UserClickedResultAddToCart: (payload: Result, metadata: WireMetadata) => unknown;
|
|
3196
|
-
UserClickedAResultRating: (payload: Result, metadata: WireMetadata) => unknown;
|
|
3197
|
-
UserClickedScrollToTop: (payload: string, metadata: WireMetadata) => unknown;
|
|
3198
|
-
UserOpenXProgrammatically: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3199
|
-
UserPressedArrowKey: (payload: ArrowKey, metadata: WireMetadata) => unknown;
|
|
3200
|
-
UserReachedEmpathizeTop: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3201
|
-
UserSelectedAResultVariant: (payload: {
|
|
3202
|
-
result: Result;
|
|
3203
|
-
variant: ResultVariant;
|
|
3204
|
-
level: number;
|
|
3205
|
-
queryPreviewHash: ComputedRef<string> | null;
|
|
3206
|
-
}, metadata: WireMetadata) => unknown;
|
|
3207
|
-
UserSelectedASuggestion: (payload: Suggestion, metadata: WireMetadata) => unknown;
|
|
3208
|
-
SnippetCallbackExecuted: (payload: {
|
|
3209
|
-
event: keyof XEventsTypes;
|
|
3210
|
-
callbackReturn: unknown;
|
|
3211
|
-
payload: never;
|
|
3212
|
-
metadata: WireMetadata;
|
|
3213
|
-
}, metadata: WireMetadata) => unknown;
|
|
3214
|
-
ModuleRegistered: (payload: keyof XModulesTree, metadata: WireMetadata) => unknown;
|
|
3215
|
-
DeviceProvided: (payload: string | null, metadata: WireMetadata) => unknown;
|
|
3216
|
-
EmpathizeClosed: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3217
|
-
EmpathizeOpened: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3218
|
-
UserClosedEmpathize: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3219
|
-
UserChangedExtraParams: (payload: Dictionary<unknown>, metadata: WireMetadata) => unknown;
|
|
3220
|
-
ExtraParamsChanged: (payload: Dictionary<unknown>, metadata: WireMetadata) => unknown;
|
|
3221
|
-
ExtraParamsProvided: (payload: Dictionary<unknown>, metadata: WireMetadata) => unknown;
|
|
3222
|
-
ExtraParamsInitialized: (payload: Dictionary<unknown>, metadata: WireMetadata) => unknown;
|
|
3223
|
-
FacetsGroupChanged: (payload: FacetsGroup, metadata: WireMetadata) => unknown;
|
|
3224
|
-
FacetsGroupProvided: (payload: FacetsGroup, metadata: WireMetadata) => unknown;
|
|
3225
|
-
PreselectedFiltersProvided: (payload: RawFilter[], metadata: WireMetadata) => unknown;
|
|
3226
|
-
SelectedFiltersChanged: (payload: Filter[], metadata: WireMetadata) => unknown;
|
|
3227
|
-
SelectedFiltersForRequestChanged: (payload: Filter[], metadata: WireMetadata) => unknown;
|
|
3228
|
-
UserChangedSelectedFilters: (payload: Filter[], metadata: WireMetadata) => unknown;
|
|
3229
|
-
UserClickedAFilter: (payload: Filter, metadata: WireMetadata) => unknown;
|
|
3230
|
-
UserClickedAHierarchicalFilter: (payload: HierarchicalFilter_2, metadata: WireMetadata) => unknown;
|
|
3231
|
-
UserClickedANumberRangeFilter: (payload: NumberRangeFilter_2, metadata: WireMetadata) => unknown;
|
|
3232
|
-
UserClickedASimpleFilter: (payload: SimpleFilter_2, metadata: WireMetadata) => unknown;
|
|
3233
|
-
UserClickedAllFilter: (payload: [string | number], metadata: WireMetadata) => unknown;
|
|
3234
|
-
UserModifiedEditableNumberRangeFilter: (payload: EditableNumberRangeFilter_2, metadata: WireMetadata) => unknown;
|
|
3235
|
-
UserClickedClearAllFilters: (payload: (string | number)[] | undefined, metadata: WireMetadata) => unknown;
|
|
3236
|
-
FacetsQueryChanged: (payload: string, metadata: WireMetadata) => unknown;
|
|
3237
|
-
HistoryQueriesDisplayed: (payload: HistoryQuery_2[], metadata: WireMetadata) => unknown;
|
|
3238
|
-
HistoryQueriesQueryChanged: (payload: string, metadata: WireMetadata) => unknown;
|
|
3239
|
-
HistoryQueriesStorageKeyChanged: (payload: string, metadata: WireMetadata) => unknown;
|
|
3240
|
-
SessionHistoryQueriesChanged: (payload: HistoryQuery_2[], metadata: WireMetadata) => unknown;
|
|
3241
|
-
UserPressedClearHistoryQueries: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3242
|
-
UserPressedRemoveHistoryQuery: (payload: HistoryQuery_2, metadata: WireMetadata) => unknown;
|
|
3243
|
-
UserSelectedAHistoryQuery: (payload: HistoryQuery_2, metadata: WireMetadata) => unknown;
|
|
3244
|
-
UserClickedEnableHistoryQueries: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3245
|
-
UserClickedDisableHistoryQueries: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3246
|
-
UserClickedConfirmDisableHistoryQueries: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3247
|
-
UserClickedDismissDisableHistoryQueries: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3248
|
-
IdentifierResultsChanged: (payload: Result[], metadata: WireMetadata) => unknown;
|
|
3249
|
-
IdentifierResultsRequestUpdated: (payload: IdentifierResultsRequest | null, metadata: WireMetadata) => unknown;
|
|
3250
|
-
UserClickedAIdentifierResult: (payload: Result, metadata: WireMetadata) => unknown;
|
|
3251
|
-
NextQueriesChanged: (payload: NextQuery_2[], metadata: WireMetadata) => unknown;
|
|
3252
|
-
NextQueriesDisplayed: (payload: NextQuery_2[], metadata: WireMetadata) => unknown;
|
|
3253
|
-
NextQueriesRequestUpdated: (payload: NextQueriesRequest | null, metadata: WireMetadata) => unknown;
|
|
3254
|
-
UserSelectedANextQuery: (payload: NextQuery_2, metadata: WireMetadata) => unknown;
|
|
3255
|
-
NextQueryPreviewMountedHook: (payload: string, metadata: WireMetadata) => unknown;
|
|
3256
|
-
PopularSearchesRequestUpdated: (payload: PopularSearchesRequest, metadata: WireMetadata) => unknown;
|
|
3257
|
-
PopularSearchDisplayed: (payload: Suggestion[], metadata: WireMetadata) => unknown;
|
|
3258
|
-
UserSelectedAPopularSearch: (payload: Suggestion, metadata: WireMetadata) => unknown;
|
|
3259
|
-
QueryPreviewRequestUpdated: (payload: SearchRequest, metadata: WireMetadata) => unknown;
|
|
3260
|
-
UserAcceptedAQueryPreview: (payload: QueryPreviewInfo, metadata: WireMetadata) => unknown;
|
|
3261
|
-
QueryPreviewUnselected: (payload: Dictionary<unknown>, metadata: WireMetadata) => unknown;
|
|
3262
|
-
QueryPreviewMounted: (payload: string, metadata: WireMetadata) => unknown;
|
|
3263
|
-
QueryPreviewUnmounted: (payload: {
|
|
3264
|
-
queryPreviewHash: string;
|
|
3265
|
-
cache: boolean;
|
|
3266
|
-
}, metadata: WireMetadata) => unknown;
|
|
3267
|
-
QuerySuggestionsChanged: (payload: Suggestion[], metadata: WireMetadata) => unknown;
|
|
3268
|
-
QuerySuggestionsDisplayed: (payload: Suggestion[], metadata: WireMetadata) => unknown;
|
|
3269
|
-
QuerySuggestionsRequestUpdated: (payload: QuerySuggestionsRequest | null, metadata: WireMetadata) => unknown;
|
|
3270
|
-
UserSelectedAQuerySuggestion: (payload: Suggestion, metadata: WireMetadata) => unknown;
|
|
3271
|
-
RecommendationsChanged: (payload: Result[], metadata: WireMetadata) => unknown;
|
|
3272
|
-
RecommendationsRequestUpdated: (payload: RecommendationsRequest, metadata: WireMetadata) => unknown;
|
|
3273
|
-
UserClickedARecommendation: (payload: Result, metadata: WireMetadata) => unknown;
|
|
3274
|
-
RelatedTagsChanged: (payload: RelatedTag_2[], metadata: WireMetadata) => unknown;
|
|
3275
|
-
RelatedTagsRequestUpdated: (payload: RelatedTagsRequest | null, metadata: WireMetadata) => unknown;
|
|
3276
|
-
SelectedRelatedTagsChanged: (payload: RelatedTag_2[], metadata: WireMetadata) => unknown;
|
|
3277
|
-
UserDeselectedARelatedTag: (payload: RelatedTag_2, metadata: WireMetadata) => unknown;
|
|
3278
|
-
UserPickedARelatedTag: (payload: RelatedTag_2, metadata: WireMetadata) => unknown;
|
|
3279
|
-
UserSelectedARelatedTag: (payload: RelatedTag_2, metadata: WireMetadata) => unknown;
|
|
3280
|
-
ScrollRestoreSucceeded: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3281
|
-
ScrollRestoreFailed: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3282
|
-
UserAlmostReachedScrollEnd: (payload: boolean, metadata: WireMetadata) => unknown;
|
|
3283
|
-
UserChangedScrollDirection: (payload: ScrollDirection, metadata: WireMetadata) => unknown;
|
|
3284
|
-
UserReachedScrollEnd: (payload: boolean, metadata: WireMetadata) => unknown;
|
|
3285
|
-
UserReachedScrollStart: (payload: boolean, metadata: WireMetadata) => unknown;
|
|
3286
|
-
UserScrolled: (payload: number, metadata: WireMetadata) => unknown;
|
|
3287
|
-
UserScrolledToElement: (payload: string, metadata: WireMetadata) => unknown;
|
|
3288
|
-
SearchBoxQueryChanged: (payload: string, metadata: WireMetadata) => unknown;
|
|
3289
|
-
UserHoveredInSearchBox: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3290
|
-
UserHoveredOutSearchBox: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3291
|
-
UserBlurredSearchBox: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3292
|
-
UserClearedQuery: (payload: string, metadata: WireMetadata) => unknown;
|
|
3293
|
-
UserClickedSearchBox: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3294
|
-
UserFocusedSearchBox: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3295
|
-
UserIsTypingAQuery: (payload: string, metadata: WireMetadata) => unknown;
|
|
3296
|
-
UserPressedClearSearchBoxButton: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3297
|
-
UserPressedEnterKey: (payload: string, metadata: WireMetadata) => unknown;
|
|
3298
|
-
UserPressedSearchButton: (payload: string, metadata: WireMetadata) => unknown;
|
|
3299
|
-
UserTalked: (payload: string, metadata: WireMetadata) => unknown;
|
|
3300
|
-
FacetsChanged: (payload: Facet[], metadata: WireMetadata) => unknown;
|
|
3301
|
-
PageChanged: (payload: number, metadata: WireMetadata) => unknown;
|
|
3302
|
-
ReloadSearchRequested: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3303
|
-
ResultsChanged: (payload: Result[], metadata: WireMetadata) => unknown;
|
|
3304
|
-
SearchRequestChanged: (payload: InternalSearchRequest | null, metadata: WireMetadata) => unknown;
|
|
3305
|
-
SearchRequestUpdated: (payload: InternalSearchRequest | null, metadata: WireMetadata) => unknown;
|
|
3306
|
-
SearchResponseChanged: (payload: InternalSearchResponse, metadata: WireMetadata) => unknown;
|
|
3307
|
-
SearchTaggingChanged: (payload: TaggingRequest, metadata: WireMetadata) => unknown;
|
|
3308
|
-
SortChanged: (payload: string, metadata: WireMetadata) => unknown;
|
|
3309
|
-
SpellcheckChanged: (payload: string, metadata: WireMetadata) => unknown;
|
|
3310
|
-
UserClickedASort: (payload: string, metadata: WireMetadata) => unknown;
|
|
3311
|
-
SelectedSortProvided: (payload: string, metadata: WireMetadata) => unknown;
|
|
3312
|
-
UserClickedPartialQuery: (payload: string, metadata: WireMetadata) => unknown;
|
|
3313
|
-
UserReachedResultsListEnd: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3314
|
-
UserClickedARedirection: (payload: Redirection_2, metadata: WireMetadata) => unknown;
|
|
3315
|
-
UserClickedAPromoted: (payload: Promoted_2, metadata: WireMetadata) => unknown;
|
|
3316
|
-
UserClickedABanner: (payload: Banner_2, metadata: WireMetadata) => unknown;
|
|
3317
|
-
UserClickedAbortARedirection: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
3318
|
-
SemanticQueryRequestUpdated: (payload: SemanticQueriesRequest | null, metadata: WireMetadata) => unknown;
|
|
3319
|
-
SemanticQueriesResponseChanged: (payload: SemanticQuery_2[], metadata: WireMetadata) => unknown;
|
|
3320
|
-
UserSelectedASemanticQuery: (payload: SemanticQuery_2, metadata: WireMetadata) => unknown;
|
|
3321
|
-
ConsentChanged: (payload: boolean, metadata: WireMetadata) => unknown;
|
|
3322
|
-
ConsentProvided: (payload: boolean, metadata: WireMetadata) => unknown;
|
|
3323
|
-
PDPIsLoaded: (payload: string, metadata: WireMetadata) => unknown;
|
|
3324
|
-
ResultURLTrackingEnabled: (payload: string, metadata: WireMetadata) => unknown;
|
|
3325
|
-
SearchTaggingReceived: (payload: TaggingRequest, metadata: WireMetadata) => unknown;
|
|
3326
|
-
TrackableElementDisplayed: (payload: Taggable, metadata: WireMetadata) => unknown;
|
|
3327
|
-
UserClickedPDPAddToCart: (payload: string | undefined, metadata: WireMetadata) => unknown;
|
|
3328
|
-
TaggingConfigProvided: (payload: TaggingConfig, metadata: WireMetadata) => unknown;
|
|
3329
|
-
ExperienceControlsEventsChanged: (payload: Partial<XEventsTypes>, metadata: WireMetadata) => unknown;
|
|
3330
|
-
ExperienceControlsRequestUpdated: (payload: ExperienceControlsRequest | null, metadata: WireMetadata) => unknown;
|
|
3331
|
-
ParamsLoadedFromUrl: (payload: UrlParams, metadata: WireMetadata) => unknown;
|
|
3332
|
-
ExtraParamsLoadedFromUrl: (payload: Dictionary<unknown>, metadata: WireMetadata) => unknown;
|
|
3333
|
-
PushableUrlStateUpdated: (payload: UrlParams, metadata: WireMetadata) => unknown;
|
|
3334
|
-
ReplaceableUrlStateUpdated: (payload: UrlParams, metadata: WireMetadata) => unknown;
|
|
3335
|
-
RelatedPromptsRequestUpdated: (payload: RelatedPromptsRequest | null, metadata: WireMetadata) => unknown;
|
|
3336
|
-
}>>;
|
|
3325
|
+
type: PropType<XEventListeners>;
|
|
3337
3326
|
required: true;
|
|
3338
3327
|
};
|
|
3339
3328
|
}>>, {}, {}>;
|
|
@@ -3367,7 +3356,7 @@ filter: {
|
|
|
3367
3356
|
type: PropType<HierarchicalFilter_2>;
|
|
3368
3357
|
required: true;
|
|
3369
3358
|
};
|
|
3370
|
-
childrenAnimation:
|
|
3359
|
+
childrenAnimation: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
3371
3360
|
clickEvents: PropType<Partial<XEventsTypes>>;
|
|
3372
3361
|
cssClasses: {
|
|
3373
3362
|
type: PropType<(string | Dictionary<boolean>)[]>;
|
|
@@ -3410,9 +3399,9 @@ queryPreviewHash: ComputedRef<string> | null;
|
|
|
3410
3399
|
} | undefined;
|
|
3411
3400
|
UserSelectedASuggestion?: Suggestion | undefined;
|
|
3412
3401
|
SnippetCallbackExecuted?: {
|
|
3413
|
-
event:
|
|
3402
|
+
event: XEvent;
|
|
3414
3403
|
callbackReturn: unknown;
|
|
3415
|
-
payload:
|
|
3404
|
+
payload: ExtractPayload<XEvent>;
|
|
3416
3405
|
metadata: WireMetadata;
|
|
3417
3406
|
} | undefined;
|
|
3418
3407
|
ModuleRegistered?: keyof XModulesTree | undefined;
|
|
@@ -3436,7 +3425,7 @@ UserClickedANumberRangeFilter?: NumberRangeFilter_2 | undefined;
|
|
|
3436
3425
|
UserClickedASimpleFilter?: SimpleFilter_2 | undefined;
|
|
3437
3426
|
UserClickedAllFilter?: [string | number] | undefined;
|
|
3438
3427
|
UserModifiedEditableNumberRangeFilter?: EditableNumberRangeFilter_2 | undefined;
|
|
3439
|
-
UserClickedClearAllFilters?:
|
|
3428
|
+
UserClickedClearAllFilters?: Array<Facet["id"]> | undefined;
|
|
3440
3429
|
FacetsQueryChanged?: string | undefined;
|
|
3441
3430
|
HistoryQueriesDisplayed?: HistoryQuery_2[] | undefined;
|
|
3442
3431
|
HistoryQueriesQueryChanged?: string | undefined;
|
|
@@ -3469,7 +3458,6 @@ queryPreviewHash: string;
|
|
|
3469
3458
|
cache: boolean;
|
|
3470
3459
|
} | undefined;
|
|
3471
3460
|
QuerySuggestionsChanged?: Suggestion[] | undefined;
|
|
3472
|
-
QuerySuggestionsDisplayed?: Suggestion[] | undefined;
|
|
3473
3461
|
QuerySuggestionsRequestUpdated?: QuerySuggestionsRequest | null | undefined;
|
|
3474
3462
|
UserSelectedAQuerySuggestion?: Suggestion | undefined;
|
|
3475
3463
|
RecommendationsChanged?: Result[] | undefined;
|
|
@@ -3519,6 +3507,7 @@ UserClickedARedirection?: Redirection_2 | undefined;
|
|
|
3519
3507
|
UserClickedAPromoted?: Promoted_2 | undefined;
|
|
3520
3508
|
UserClickedABanner?: Banner_2 | undefined;
|
|
3521
3509
|
UserClickedAbortARedirection?: void | undefined;
|
|
3510
|
+
UserSelectedAPage?: number | undefined;
|
|
3522
3511
|
SemanticQueryRequestUpdated?: SemanticQueriesRequest | null | undefined;
|
|
3523
3512
|
SemanticQueriesResponseChanged?: SemanticQuery_2[] | undefined;
|
|
3524
3513
|
UserSelectedASemanticQuery?: SemanticQuery_2 | undefined;
|
|
@@ -3537,6 +3526,17 @@ ExtraParamsLoadedFromUrl?: Dictionary<unknown> | undefined;
|
|
|
3537
3526
|
PushableUrlStateUpdated?: UrlParams | undefined;
|
|
3538
3527
|
ReplaceableUrlStateUpdated?: UrlParams | undefined;
|
|
3539
3528
|
RelatedPromptsRequestUpdated?: RelatedPromptsRequest | null | undefined;
|
|
3529
|
+
SelectedRelatedPromptChanged?: number | undefined;
|
|
3530
|
+
UserSelectedARelatedPrompt?: number | undefined;
|
|
3531
|
+
UserSelectedARelatedPromptQuery?: number | undefined;
|
|
3532
|
+
UserClickedARelatedPromptResult?: Result | undefined;
|
|
3533
|
+
UserClickedARelatedPromptAdd2Cart?: Result | undefined;
|
|
3534
|
+
RelatedPromptsResponseChanged?: RelatedPrompt_2[] | undefined;
|
|
3535
|
+
RelatedPromptsUnmounted?: void | undefined;
|
|
3536
|
+
ReloadRelatedPromptsRequested?: void | undefined;
|
|
3537
|
+
AiSuggestionsRequestUpdated?: AiSuggestionsRequest | null | undefined;
|
|
3538
|
+
AiSuggestionsSearchRequestUpdated?: AiSuggestionsSearchRequest | null | undefined;
|
|
3539
|
+
UserClickedAiOverviewExpandButton?: boolean | undefined;
|
|
3540
3540
|
}>;
|
|
3541
3541
|
innerCssClasses: ComputedRef<(string | Dictionary<boolean>)[]>;
|
|
3542
3542
|
renderedChildrenFilters: ComputedRef<HierarchicalFilter_2[]>;
|
|
@@ -3546,7 +3546,7 @@ filter: {
|
|
|
3546
3546
|
type: PropType<HierarchicalFilter_2>;
|
|
3547
3547
|
required: true;
|
|
3548
3548
|
};
|
|
3549
|
-
childrenAnimation:
|
|
3549
|
+
childrenAnimation: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
3550
3550
|
clickEvents: PropType<Partial<XEventsTypes>>;
|
|
3551
3551
|
cssClasses: {
|
|
3552
3552
|
type: PropType<(string | Dictionary<boolean>)[]>;
|
|
@@ -3565,18 +3565,18 @@ export class HierarchicalFilterEntity implements FilterEntity {
|
|
|
3565
3565
|
//
|
|
3566
3566
|
// (undocumented)
|
|
3567
3567
|
static accepts: typeof isHierarchicalFilter;
|
|
3568
|
-
deselect(
|
|
3568
|
+
deselect(filterParam: Filter): void;
|
|
3569
3569
|
protected deselectDescendants(filter: HierarchicalFilter_2): void;
|
|
3570
3570
|
protected getFilterById(id: HierarchicalFilter_2['id']): HierarchicalFilter_2;
|
|
3571
3571
|
protected saveFilter(filter: HierarchicalFilter_2, newFilterState?: Partial<HierarchicalFilter_2>): void;
|
|
3572
|
-
select(
|
|
3572
|
+
select(filterParam: Filter): void;
|
|
3573
3573
|
protected selectAncestors(filter: HierarchicalFilter_2): void;
|
|
3574
3574
|
// (undocumented)
|
|
3575
3575
|
protected store: Store<RootXStoreState>;
|
|
3576
3576
|
}
|
|
3577
3577
|
|
|
3578
3578
|
// @public
|
|
3579
|
-
|
|
3579
|
+
const Highlight_2: DefineComponent< {
|
|
3580
3580
|
text: {
|
|
3581
3581
|
type: StringConstructor;
|
|
3582
3582
|
default: string;
|
|
@@ -3637,12 +3637,13 @@ matchClass: string;
|
|
|
3637
3637
|
noMatchClass: string;
|
|
3638
3638
|
matchingPartClass: string;
|
|
3639
3639
|
}, {}>;
|
|
3640
|
+
export { Highlight_2 as Highlight }
|
|
3640
3641
|
|
|
3641
3642
|
export { HistoryIcon }
|
|
3642
3643
|
|
|
3643
3644
|
// @public
|
|
3644
3645
|
export const HistoryQueries: DefineComponent< {}, {
|
|
3645
|
-
historyQueriesWithResults: ComputedRef<
|
|
3646
|
+
historyQueriesWithResults: ComputedRef<HistoryQuery_2[]>;
|
|
3646
3647
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
3647
3648
|
|
|
3648
3649
|
// @public
|
|
@@ -3653,14 +3654,14 @@ export type HistoryQueriesActionContext = XActionContext<HistoryQueriesState, Hi
|
|
|
3653
3654
|
|
|
3654
3655
|
// @public
|
|
3655
3656
|
export interface HistoryQueriesActions {
|
|
3656
|
-
addQueryToHistory(query: string)
|
|
3657
|
-
loadHistoryQueriesFromBrowserStorage()
|
|
3658
|
-
refreshSession()
|
|
3659
|
-
removeFromHistory(historyQuery: HistoryQuery_2)
|
|
3660
|
-
setHistoryQueries(historyQueries: HistoryQuery_2[])
|
|
3661
|
-
setUrlParams(urlParams: UrlParams)
|
|
3662
|
-
toggleHistoryQueries(isEnabled: boolean)
|
|
3663
|
-
updateHistoryQueriesWithSearchResponse(searchResponse: InternalSearchResponse)
|
|
3657
|
+
addQueryToHistory: (query: string) => void;
|
|
3658
|
+
loadHistoryQueriesFromBrowserStorage: () => void;
|
|
3659
|
+
refreshSession: () => void;
|
|
3660
|
+
removeFromHistory: (historyQuery: HistoryQuery_2) => void;
|
|
3661
|
+
setHistoryQueries: (historyQueries: HistoryQuery_2[]) => void;
|
|
3662
|
+
setUrlParams: (urlParams: UrlParams) => void;
|
|
3663
|
+
toggleHistoryQueries: (isEnabled: boolean) => void;
|
|
3664
|
+
updateHistoryQueriesWithSearchResponse: (searchResponse: InternalSearchResponse) => void;
|
|
3664
3665
|
}
|
|
3665
3666
|
|
|
3666
3667
|
// @public
|
|
@@ -3702,14 +3703,12 @@ export interface HistoryQueriesGetters {
|
|
|
3702
3703
|
|
|
3703
3704
|
// @public
|
|
3704
3705
|
export interface HistoryQueriesMutations extends QueryMutations, ConfigMutations<HistoryQueriesState> {
|
|
3705
|
-
setHistoryQueries(historyQueries: HistoryQuery_2[])
|
|
3706
|
-
setIsEnabled(isEnabled: boolean)
|
|
3707
|
-
setSearchSelectedFilters(filters: Filter[])
|
|
3708
|
-
setSessionTimeStamp(timeStamp: number)
|
|
3706
|
+
setHistoryQueries: (historyQueries: HistoryQuery_2[]) => void;
|
|
3707
|
+
setIsEnabled: (isEnabled: boolean) => void;
|
|
3708
|
+
setSearchSelectedFilters: (filters: Filter[]) => void;
|
|
3709
|
+
setSessionTimeStamp: (timeStamp: number) => void;
|
|
3709
3710
|
}
|
|
3710
3711
|
|
|
3711
|
-
// Warning: (ae-forgotten-export) The symbol "QueryState" needs to be exported by the entry point index.d.ts
|
|
3712
|
-
//
|
|
3713
3712
|
// @public
|
|
3714
3713
|
export interface HistoryQueriesState extends QueryState {
|
|
3715
3714
|
config: HistoryQueriesConfig;
|
|
@@ -3721,7 +3720,7 @@ export interface HistoryQueriesState extends QueryState {
|
|
|
3721
3720
|
// @public
|
|
3722
3721
|
export const HistoryQueriesSwitch: DefineComponent< {}, {
|
|
3723
3722
|
toggle: () => void;
|
|
3724
|
-
isEnabled: ComputedRef<
|
|
3723
|
+
isEnabled: ComputedRef<boolean>;
|
|
3725
3724
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
3726
3725
|
|
|
3727
3726
|
// @internal
|
|
@@ -3811,7 +3810,7 @@ required: true;
|
|
|
3811
3810
|
removeButtonClass: StringConstructor;
|
|
3812
3811
|
suggestionClass: StringConstructor;
|
|
3813
3812
|
}, {
|
|
3814
|
-
query: ComputedRef<
|
|
3813
|
+
query: ComputedRef<string>;
|
|
3815
3814
|
suggestionSelectedEvents: ComputedRef<Partial<XEventsTypes>>;
|
|
3816
3815
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes< {
|
|
3817
3816
|
suggestion: {
|
|
@@ -3839,7 +3838,7 @@ type: PropType<Result>;
|
|
|
3839
3838
|
required: true;
|
|
3840
3839
|
};
|
|
3841
3840
|
}, {
|
|
3842
|
-
query: ComputedRef<
|
|
3841
|
+
query: ComputedRef<string>;
|
|
3843
3842
|
highlightedQueryHTML: ComputedRef<string>;
|
|
3844
3843
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3845
3844
|
result: {
|
|
@@ -3851,30 +3850,30 @@ required: true;
|
|
|
3851
3850
|
// @public
|
|
3852
3851
|
export const IdentifierResults: DefineComponent< {
|
|
3853
3852
|
animation: {
|
|
3854
|
-
type:
|
|
3853
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
3855
3854
|
default: string;
|
|
3856
3855
|
};
|
|
3857
3856
|
maxItemsToRender: NumberConstructor;
|
|
3858
3857
|
}, {
|
|
3859
|
-
identifierResults: ComputedRef<
|
|
3858
|
+
identifierResults: ComputedRef<Result[]>;
|
|
3860
3859
|
identifierResultsToRender: ComputedRef<Result[]>;
|
|
3861
3860
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
3862
3861
|
animation: {
|
|
3863
|
-
type:
|
|
3862
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
3864
3863
|
default: string;
|
|
3865
3864
|
};
|
|
3866
3865
|
maxItemsToRender: NumberConstructor;
|
|
3867
3866
|
}>>, {
|
|
3868
|
-
animation: string |
|
|
3867
|
+
animation: string | Function | Record<string, any>;
|
|
3869
3868
|
}, {}>;
|
|
3870
3869
|
|
|
3871
3870
|
// @public
|
|
3872
3871
|
export interface IdentifierResultsActions {
|
|
3873
|
-
cancelFetchAndSaveIdentifierResults()
|
|
3874
|
-
fetchAndSaveIdentifierResults(request: IdentifierResultsRequest | null)
|
|
3875
|
-
fetchIdentifierResults(request: IdentifierResultsRequest | null)
|
|
3876
|
-
saveOrigin(originInit: QueryOriginInit)
|
|
3877
|
-
saveQuery(query: string)
|
|
3872
|
+
cancelFetchAndSaveIdentifierResults: () => void;
|
|
3873
|
+
fetchAndSaveIdentifierResults: (request: IdentifierResultsRequest | null) => void;
|
|
3874
|
+
fetchIdentifierResults: (request: IdentifierResultsRequest | null) => Result[];
|
|
3875
|
+
saveOrigin: (originInit: QueryOriginInit) => void;
|
|
3876
|
+
saveQuery: (query: string) => void;
|
|
3878
3877
|
}
|
|
3879
3878
|
|
|
3880
3879
|
// @public
|
|
@@ -3906,9 +3905,9 @@ export interface IdentifierResultsGetters {
|
|
|
3906
3905
|
|
|
3907
3906
|
// @public
|
|
3908
3907
|
export interface IdentifierResultsMutations extends StatusMutations, QueryMutations, ConfigMutations<IdentifierResultsState> {
|
|
3909
|
-
setIdentifierResults(identifierResults: Result[])
|
|
3910
|
-
setOrigin(origin: QueryOrigin | undefined | null)
|
|
3911
|
-
setParams(params: Dictionary<unknown>)
|
|
3908
|
+
setIdentifierResults: (identifierResults: Result[]) => void;
|
|
3909
|
+
setOrigin: (origin: QueryOrigin | undefined | null) => void;
|
|
3910
|
+
setParams: (params: Dictionary<unknown>) => void;
|
|
3912
3911
|
}
|
|
3913
3912
|
|
|
3914
3913
|
// @public
|
|
@@ -4002,8 +4001,8 @@ export type InputStatus = 'initial' | 'typing' | 'filled' | 'focused' | 'empty';
|
|
|
4002
4001
|
export interface InstallXOptions<API extends XAPI = XAPI> extends XPluginOptions {
|
|
4003
4002
|
api?: API | false;
|
|
4004
4003
|
bus?: XBus<XEventsTypes, WireMetadata>;
|
|
4005
|
-
domElement?: Element | string | ((snippetConfig: NormalisedSnippetConfig) => Element | string);
|
|
4006
|
-
installExtraPlugins
|
|
4004
|
+
domElement?: Element | ShadowRoot | string | ((snippetConfig: NormalisedSnippetConfig) => Element | ShadowRoot | string);
|
|
4005
|
+
installExtraPlugins?: (options: ExtraPluginsOptions) => void | Promise<void>;
|
|
4007
4006
|
onCreateApp?: (app: App_2) => void;
|
|
4008
4007
|
plugin?: Plugin_2<XPluginOptions>;
|
|
4009
4008
|
rootComponent?: Component;
|
|
@@ -4041,6 +4040,9 @@ export function isElementEqualOrContained(a: Element, b: Element): boolean;
|
|
|
4041
4040
|
// @public
|
|
4042
4041
|
export function isInRange(number: number, [min, max]: [number, number]): boolean;
|
|
4043
4042
|
|
|
4043
|
+
// @public
|
|
4044
|
+
export const isIOS: () => boolean;
|
|
4045
|
+
|
|
4044
4046
|
// @public
|
|
4045
4047
|
export function isNewQuery(newQuery: string, previousQuery: string): boolean;
|
|
4046
4048
|
|
|
@@ -4056,7 +4058,7 @@ export function isXComponent(component: ComponentPublicInstance): boolean;
|
|
|
4056
4058
|
// @public
|
|
4057
4059
|
export const ItemsList: DefineComponent< {
|
|
4058
4060
|
animation: {
|
|
4059
|
-
type:
|
|
4061
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4060
4062
|
default: string;
|
|
4061
4063
|
};
|
|
4062
4064
|
items: {
|
|
@@ -4074,7 +4076,7 @@ modelName: string;
|
|
|
4074
4076
|
}[]>;
|
|
4075
4077
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4076
4078
|
animation: {
|
|
4077
|
-
type:
|
|
4079
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4078
4080
|
default: string;
|
|
4079
4081
|
};
|
|
4080
4082
|
items: {
|
|
@@ -4083,7 +4085,7 @@ required: true;
|
|
|
4083
4085
|
};
|
|
4084
4086
|
itemClass: StringConstructor;
|
|
4085
4087
|
}>>, {
|
|
4086
|
-
animation: string |
|
|
4088
|
+
animation: string | Function | Record<string, any>;
|
|
4087
4089
|
}, {}>;
|
|
4088
4090
|
|
|
4089
4091
|
export { LightBulbOff }
|
|
@@ -4124,18 +4126,20 @@ required: true;
|
|
|
4124
4126
|
}>>, {}, {}>;
|
|
4125
4127
|
|
|
4126
4128
|
// @internal
|
|
4127
|
-
export
|
|
4129
|
+
export interface Machine<SomeStatus extends string, SomeEvent extends string> {
|
|
4130
|
+
// (undocumented)
|
|
4128
4131
|
initial: SomeStatus;
|
|
4132
|
+
// (undocumented)
|
|
4129
4133
|
states: TransitionStates<SomeStatus, SomeEvent>;
|
|
4130
|
-
}
|
|
4134
|
+
}
|
|
4131
4135
|
|
|
4132
4136
|
// @public
|
|
4133
4137
|
export const MainModal: DefineComponent< {
|
|
4134
4138
|
animation: {
|
|
4135
|
-
type:
|
|
4139
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4136
4140
|
};
|
|
4137
4141
|
closeEvents: {
|
|
4138
|
-
type: PropType<
|
|
4142
|
+
type: PropType<XEvent[]>;
|
|
4139
4143
|
default: () => string[];
|
|
4140
4144
|
};
|
|
4141
4145
|
focusOnOpen: {
|
|
@@ -4143,7 +4147,7 @@ type: BooleanConstructor;
|
|
|
4143
4147
|
default: boolean;
|
|
4144
4148
|
};
|
|
4145
4149
|
openEvents: {
|
|
4146
|
-
type: PropType<
|
|
4150
|
+
type: PropType<XEvent[]>;
|
|
4147
4151
|
default: () => string[];
|
|
4148
4152
|
};
|
|
4149
4153
|
outOfModalClickEvent: {
|
|
@@ -4152,10 +4156,10 @@ default: string;
|
|
|
4152
4156
|
};
|
|
4153
4157
|
}, unknown, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4154
4158
|
animation: {
|
|
4155
|
-
type:
|
|
4159
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4156
4160
|
};
|
|
4157
4161
|
closeEvents: {
|
|
4158
|
-
type: PropType<
|
|
4162
|
+
type: PropType<XEvent[]>;
|
|
4159
4163
|
default: () => string[];
|
|
4160
4164
|
};
|
|
4161
4165
|
focusOnOpen: {
|
|
@@ -4163,7 +4167,7 @@ type: BooleanConstructor;
|
|
|
4163
4167
|
default: boolean;
|
|
4164
4168
|
};
|
|
4165
4169
|
openEvents: {
|
|
4166
|
-
type: PropType<
|
|
4170
|
+
type: PropType<XEvent[]>;
|
|
4167
4171
|
default: () => string[];
|
|
4168
4172
|
};
|
|
4169
4173
|
outOfModalClickEvent: {
|
|
@@ -4227,26 +4231,26 @@ export const MainScrollId = "main-scroll";
|
|
|
4227
4231
|
// @public
|
|
4228
4232
|
export const MainScrollItem: DefineComponent< {
|
|
4229
4233
|
item: {
|
|
4230
|
-
type: PropType<Identifiable
|
|
4234
|
+
type: PropType<Identifiable>;
|
|
4231
4235
|
required: true;
|
|
4232
4236
|
};
|
|
4233
4237
|
tag: {
|
|
4234
|
-
type: PropType<string | Component
|
|
4238
|
+
type: PropType<string | Component>;
|
|
4235
4239
|
default: string;
|
|
4236
4240
|
};
|
|
4237
4241
|
}, {
|
|
4238
4242
|
rootRef: Ref<HTMLElement | undefined>;
|
|
4239
4243
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4240
4244
|
item: {
|
|
4241
|
-
type: PropType<Identifiable
|
|
4245
|
+
type: PropType<Identifiable>;
|
|
4242
4246
|
required: true;
|
|
4243
4247
|
};
|
|
4244
4248
|
tag: {
|
|
4245
|
-
type: PropType<string | Component
|
|
4249
|
+
type: PropType<string | Component>;
|
|
4246
4250
|
default: string;
|
|
4247
4251
|
};
|
|
4248
4252
|
}>>, {
|
|
4249
|
-
tag: string | Component
|
|
4253
|
+
tag: string | Component;
|
|
4250
4254
|
}, {}>;
|
|
4251
4255
|
|
|
4252
4256
|
// @public
|
|
@@ -4257,6 +4261,11 @@ export type MaybeArray<Something> = Something | Array<Something>;
|
|
|
4257
4261
|
|
|
4258
4262
|
export { MenuIcon }
|
|
4259
4263
|
|
|
4264
|
+
// @public
|
|
4265
|
+
export function mergeConfig<T extends {
|
|
4266
|
+
config: T['config'];
|
|
4267
|
+
}>(state: T, config: Partial<T['config']>): void;
|
|
4268
|
+
|
|
4260
4269
|
export { MinusIcon }
|
|
4261
4270
|
|
|
4262
4271
|
export { MinusTinyIcon }
|
|
@@ -4267,18 +4276,18 @@ export type MonadicFunction = (someParam: any) => any;
|
|
|
4267
4276
|
// @public @deprecated
|
|
4268
4277
|
export const MultiColumnMaxWidthLayout: DefineComponent< {
|
|
4269
4278
|
asideAnimation: {
|
|
4270
|
-
type:
|
|
4271
|
-
default: () => DefineComponent< {}, {}, any
|
|
4279
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4280
|
+
default: () => DefineComponent< {}, {}, any>;
|
|
4272
4281
|
};
|
|
4273
4282
|
devMode: BooleanConstructor;
|
|
4274
4283
|
}, unknown, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4275
4284
|
asideAnimation: {
|
|
4276
|
-
type:
|
|
4277
|
-
default: () => DefineComponent< {}, {}, any
|
|
4285
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4286
|
+
default: () => DefineComponent< {}, {}, any>;
|
|
4278
4287
|
};
|
|
4279
4288
|
devMode: BooleanConstructor;
|
|
4280
4289
|
}>>, {
|
|
4281
|
-
asideAnimation: string |
|
|
4290
|
+
asideAnimation: string | Function | Record<string, any>;
|
|
4282
4291
|
devMode: boolean;
|
|
4283
4292
|
}, {}>;
|
|
4284
4293
|
|
|
@@ -4302,7 +4311,7 @@ export type MutationsTree<State extends Dictionary, Mutations extends MutationsD
|
|
|
4302
4311
|
// @public
|
|
4303
4312
|
export const MyHistory: DefineComponent< {
|
|
4304
4313
|
animation: {
|
|
4305
|
-
type:
|
|
4314
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4306
4315
|
default: string;
|
|
4307
4316
|
};
|
|
4308
4317
|
locale: {
|
|
@@ -4313,11 +4322,11 @@ queriesListClass: StringConstructor;
|
|
|
4313
4322
|
}, {
|
|
4314
4323
|
hasHistoryQueries: ComputedRef<boolean>;
|
|
4315
4324
|
groupByDate: ComputedRef<Dictionary<HistoryQuery_2[]>>;
|
|
4316
|
-
historyQueries: ComputedRef<
|
|
4325
|
+
historyQueries: ComputedRef<HistoryQuery_2[]>;
|
|
4317
4326
|
formatTime: (timestamp: number) => string;
|
|
4318
4327
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4319
4328
|
animation: {
|
|
4320
|
-
type:
|
|
4329
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4321
4330
|
default: string;
|
|
4322
4331
|
};
|
|
4323
4332
|
locale: {
|
|
@@ -4326,7 +4335,7 @@ default: string;
|
|
|
4326
4335
|
};
|
|
4327
4336
|
queriesListClass: StringConstructor;
|
|
4328
4337
|
}>>, {
|
|
4329
|
-
animation: string |
|
|
4338
|
+
animation: string | Function | Record<string, any>;
|
|
4330
4339
|
locale: string;
|
|
4331
4340
|
}, {}>;
|
|
4332
4341
|
|
|
@@ -4396,7 +4405,7 @@ default: boolean;
|
|
|
4396
4405
|
};
|
|
4397
4406
|
suggestions: PropType<NextQuery_2[]>;
|
|
4398
4407
|
}, {
|
|
4399
|
-
renderedNextQueries: ComputedRef<
|
|
4408
|
+
renderedNextQueries: ComputedRef<NextQuery_2[]>;
|
|
4400
4409
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4401
4410
|
highlightCurated: {
|
|
4402
4411
|
type: BooleanConstructor;
|
|
@@ -4415,19 +4424,19 @@ export type NextQueriesActionContext = XActionContext<NextQueriesState, NextQuer
|
|
|
4415
4424
|
|
|
4416
4425
|
// @public
|
|
4417
4426
|
export interface NextQueriesActions {
|
|
4418
|
-
cancelFetchAndSaveNextQueries()
|
|
4419
|
-
fetchAndSaveNextQueries(request: NextQueriesRequest | null)
|
|
4420
|
-
fetchAndSaveNextQueryPreview(payload: {
|
|
4427
|
+
cancelFetchAndSaveNextQueries: () => void;
|
|
4428
|
+
fetchAndSaveNextQueries: (request: NextQueriesRequest | null) => void;
|
|
4429
|
+
fetchAndSaveNextQueryPreview: (payload: {
|
|
4421
4430
|
query: string;
|
|
4422
4431
|
location: FeatureLocation | undefined;
|
|
4423
|
-
})
|
|
4424
|
-
fetchNextQueries(request: NextQueriesRequest | null)
|
|
4425
|
-
fetchNextQueryPreview(payload: {
|
|
4432
|
+
}) => void;
|
|
4433
|
+
fetchNextQueries: (request: NextQueriesRequest | null) => NextQuery_2[] | null;
|
|
4434
|
+
fetchNextQueryPreview: (payload: {
|
|
4426
4435
|
query: string;
|
|
4427
4436
|
location: FeatureLocation | undefined;
|
|
4428
|
-
})
|
|
4429
|
-
setQueryFromLastHistoryQuery(historyQueries: HistoryQuery_2[])
|
|
4430
|
-
setUrlParams(urlParams: UrlParams)
|
|
4437
|
+
}) => SearchResponse | null;
|
|
4438
|
+
setQueryFromLastHistoryQuery: (historyQueries: HistoryQuery_2[]) => void;
|
|
4439
|
+
setUrlParams: (urlParams: UrlParams) => void;
|
|
4431
4440
|
}
|
|
4432
4441
|
|
|
4433
4442
|
// @public
|
|
@@ -4454,10 +4463,18 @@ export interface NextQueriesGetters {
|
|
|
4454
4463
|
request: NextQueriesRequest | null;
|
|
4455
4464
|
}
|
|
4456
4465
|
|
|
4466
|
+
// @public
|
|
4467
|
+
export interface NextQueriesGroup extends ListItem {
|
|
4468
|
+
// (undocumented)
|
|
4469
|
+
modelName: 'NextQueriesGroup';
|
|
4470
|
+
// (undocumented)
|
|
4471
|
+
nextQueries: NextQuery_2[];
|
|
4472
|
+
}
|
|
4473
|
+
|
|
4457
4474
|
// @public
|
|
4458
4475
|
export const NextQueriesList: DefineComponent< {
|
|
4459
4476
|
animation: {
|
|
4460
|
-
type:
|
|
4477
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4461
4478
|
default: string;
|
|
4462
4479
|
};
|
|
4463
4480
|
offset: {
|
|
@@ -4481,7 +4498,7 @@ default: boolean;
|
|
|
4481
4498
|
[key: string]: any;
|
|
4482
4499
|
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4483
4500
|
animation: {
|
|
4484
|
-
type:
|
|
4501
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4485
4502
|
default: string;
|
|
4486
4503
|
};
|
|
4487
4504
|
offset: {
|
|
@@ -4502,7 +4519,7 @@ type: BooleanConstructor;
|
|
|
4502
4519
|
default: boolean;
|
|
4503
4520
|
};
|
|
4504
4521
|
}>>, {
|
|
4505
|
-
animation: string |
|
|
4522
|
+
animation: string | Function | Record<string, any>;
|
|
4506
4523
|
offset: number;
|
|
4507
4524
|
frequency: number;
|
|
4508
4525
|
maxNextQueriesPerGroup: number;
|
|
@@ -4511,13 +4528,13 @@ showOnlyAfterOffset: boolean;
|
|
|
4511
4528
|
|
|
4512
4529
|
// @public
|
|
4513
4530
|
export interface NextQueriesMutations extends StatusMutations, QueryMutations, ConfigMutations<NextQueriesState> {
|
|
4514
|
-
resetResultsPreview()
|
|
4515
|
-
setNextQueries(nextQueries: NextQuery_2[])
|
|
4516
|
-
setParams(params: Dictionary<unknown>)
|
|
4517
|
-
setRelatedTags(relatedTags: RelatedTag_2[])
|
|
4531
|
+
resetResultsPreview: () => void;
|
|
4532
|
+
setNextQueries: (nextQueries: NextQuery_2[]) => void;
|
|
4533
|
+
setParams: (params: Dictionary<unknown>) => void;
|
|
4534
|
+
setRelatedTags: (relatedTags: RelatedTag_2[]) => void;
|
|
4518
4535
|
// Warning: (ae-forgotten-export) The symbol "PreviewResults" needs to be exported by the entry point index.d.ts
|
|
4519
|
-
setResultsPreview(resultsPreview: Dictionary<PreviewResults>)
|
|
4520
|
-
setSearchedQueries(searchedQueries: HistoryQuery_2[])
|
|
4536
|
+
setResultsPreview: (resultsPreview: Dictionary<PreviewResults>) => void;
|
|
4537
|
+
setSearchedQueries: (searchedQueries: HistoryQuery_2[]) => void;
|
|
4521
4538
|
}
|
|
4522
4539
|
|
|
4523
4540
|
// @public
|
|
@@ -4650,6 +4667,9 @@ export const normalizedQuery: QuerySuggestionsXStoreModule['getters']['normalize
|
|
|
4650
4667
|
// @public
|
|
4651
4668
|
export function normalizeString(string: string | undefined): string;
|
|
4652
4669
|
|
|
4670
|
+
// @public
|
|
4671
|
+
export type NumberComparatorFn = (a: number, b: number) => boolean;
|
|
4672
|
+
|
|
4653
4673
|
// @public
|
|
4654
4674
|
export const NumberRangeFilter: DefineComponent< {
|
|
4655
4675
|
filter: {
|
|
@@ -4685,8 +4705,8 @@ export class NumberRangeFilterEntity implements FilterEntity {
|
|
|
4685
4705
|
//
|
|
4686
4706
|
// (undocumented)
|
|
4687
4707
|
static accepts: typeof isNumberRangeFilter;
|
|
4688
|
-
deselect(
|
|
4689
|
-
select(
|
|
4708
|
+
deselect(filterParam: Filter): void;
|
|
4709
|
+
select(filterParam: Filter): void;
|
|
4690
4710
|
// (undocumented)
|
|
4691
4711
|
protected store: Store<RootXStoreState>;
|
|
4692
4712
|
}
|
|
@@ -4721,6 +4741,76 @@ type: PropType<Partial<XEventsTypes>>;
|
|
|
4721
4741
|
buttonClasses: VueCSSClasses;
|
|
4722
4742
|
}, {}>;
|
|
4723
4743
|
|
|
4744
|
+
// @public
|
|
4745
|
+
export const PageSelector: DefineComponent< {
|
|
4746
|
+
buttonClasses: {
|
|
4747
|
+
type: PropType<(string | Dictionary<boolean>)[]>;
|
|
4748
|
+
default: () => never[];
|
|
4749
|
+
};
|
|
4750
|
+
currentPage: {
|
|
4751
|
+
type: NumberConstructor;
|
|
4752
|
+
required: true;
|
|
4753
|
+
};
|
|
4754
|
+
hiddenPage: {
|
|
4755
|
+
type: StringConstructor;
|
|
4756
|
+
default: string;
|
|
4757
|
+
};
|
|
4758
|
+
itemClasses: {
|
|
4759
|
+
type: PropType<(isSelected: boolean) => string | Dictionary<boolean> | (string | Dictionary<boolean>)[]>;
|
|
4760
|
+
default: () => never[];
|
|
4761
|
+
};
|
|
4762
|
+
range: {
|
|
4763
|
+
type: NumberConstructor;
|
|
4764
|
+
default: number;
|
|
4765
|
+
};
|
|
4766
|
+
scrollTarget: {
|
|
4767
|
+
type: StringConstructor;
|
|
4768
|
+
default: string;
|
|
4769
|
+
};
|
|
4770
|
+
totalPages: {
|
|
4771
|
+
type: NumberConstructor;
|
|
4772
|
+
required: true;
|
|
4773
|
+
};
|
|
4774
|
+
}, {
|
|
4775
|
+
visiblePages: ComputedRef<PageItem[]>;
|
|
4776
|
+
selectPage: (page: number | string) => void;
|
|
4777
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4778
|
+
buttonClasses: {
|
|
4779
|
+
type: PropType<(string | Dictionary<boolean>)[]>;
|
|
4780
|
+
default: () => never[];
|
|
4781
|
+
};
|
|
4782
|
+
currentPage: {
|
|
4783
|
+
type: NumberConstructor;
|
|
4784
|
+
required: true;
|
|
4785
|
+
};
|
|
4786
|
+
hiddenPage: {
|
|
4787
|
+
type: StringConstructor;
|
|
4788
|
+
default: string;
|
|
4789
|
+
};
|
|
4790
|
+
itemClasses: {
|
|
4791
|
+
type: PropType<(isSelected: boolean) => string | Dictionary<boolean> | (string | Dictionary<boolean>)[]>;
|
|
4792
|
+
default: () => never[];
|
|
4793
|
+
};
|
|
4794
|
+
range: {
|
|
4795
|
+
type: NumberConstructor;
|
|
4796
|
+
default: number;
|
|
4797
|
+
};
|
|
4798
|
+
scrollTarget: {
|
|
4799
|
+
type: StringConstructor;
|
|
4800
|
+
default: string;
|
|
4801
|
+
};
|
|
4802
|
+
totalPages: {
|
|
4803
|
+
type: NumberConstructor;
|
|
4804
|
+
required: true;
|
|
4805
|
+
};
|
|
4806
|
+
}>>, {
|
|
4807
|
+
buttonClasses: (string | Dictionary<boolean>)[];
|
|
4808
|
+
hiddenPage: string;
|
|
4809
|
+
itemClasses: (isSelected: boolean) => string | Dictionary<boolean> | (string | Dictionary<boolean>)[];
|
|
4810
|
+
range: number;
|
|
4811
|
+
scrollTarget: string;
|
|
4812
|
+
}, {}>;
|
|
4813
|
+
|
|
4724
4814
|
// @public
|
|
4725
4815
|
export type Pair<Type> = [Type, Type];
|
|
4726
4816
|
|
|
@@ -4743,7 +4833,7 @@ required: true;
|
|
|
4743
4833
|
// @public
|
|
4744
4834
|
export const PartialResultsList: DefineComponent< {
|
|
4745
4835
|
animation: {
|
|
4746
|
-
type:
|
|
4836
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4747
4837
|
default: string;
|
|
4748
4838
|
};
|
|
4749
4839
|
maxItemsToRender: {
|
|
@@ -4754,7 +4844,7 @@ default: number;
|
|
|
4754
4844
|
partialResults: ComputedRef<PartialResult[]>;
|
|
4755
4845
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4756
4846
|
animation: {
|
|
4757
|
-
type:
|
|
4847
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4758
4848
|
default: string;
|
|
4759
4849
|
};
|
|
4760
4850
|
maxItemsToRender: {
|
|
@@ -4762,7 +4852,7 @@ type: NumberConstructor;
|
|
|
4762
4852
|
default: number;
|
|
4763
4853
|
};
|
|
4764
4854
|
}>>, {
|
|
4765
|
-
animation: string |
|
|
4855
|
+
animation: string | Function | Record<string, any>;
|
|
4766
4856
|
maxItemsToRender: number;
|
|
4767
4857
|
}, {}>;
|
|
4768
4858
|
|
|
@@ -4772,13 +4862,6 @@ export type PayloadFactoryData<Payload> = RootStoreStateAndGetters & {
|
|
|
4772
4862
|
metadata: WireMetadata;
|
|
4773
4863
|
};
|
|
4774
4864
|
|
|
4775
|
-
// @public
|
|
4776
|
-
export interface PDPAddToCartService {
|
|
4777
|
-
moveToSessionStorage(id?: string): void;
|
|
4778
|
-
storeResultClicked(result: Result): void;
|
|
4779
|
-
trackAddToCart(id?: string): void;
|
|
4780
|
-
}
|
|
4781
|
-
|
|
4782
4865
|
export { PlusIcon }
|
|
4783
4866
|
|
|
4784
4867
|
export { PlusTinyIcon }
|
|
@@ -4811,7 +4894,7 @@ required: true;
|
|
|
4811
4894
|
|
|
4812
4895
|
// @public
|
|
4813
4896
|
export const PopularSearches: DefineComponent< {}, {
|
|
4814
|
-
popularSearches: ComputedRef<
|
|
4897
|
+
popularSearches: ComputedRef<Suggestion[]>;
|
|
4815
4898
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
4816
4899
|
|
|
4817
4900
|
// @public
|
|
@@ -4822,9 +4905,9 @@ export type PopularSearchesActionContext = XActionContext<PopularSearchesState,
|
|
|
4822
4905
|
|
|
4823
4906
|
// @public
|
|
4824
4907
|
export interface PopularSearchesActions {
|
|
4825
|
-
cancelFetchAndSaveSuggestions()
|
|
4826
|
-
fetchAndSaveSuggestions(request: PopularSearchesRequest)
|
|
4827
|
-
fetchSuggestions(request: PopularSearchesRequest)
|
|
4908
|
+
cancelFetchAndSaveSuggestions: () => void;
|
|
4909
|
+
fetchAndSaveSuggestions: (request: PopularSearchesRequest) => void;
|
|
4910
|
+
fetchSuggestions: (request: PopularSearchesRequest) => Suggestion[];
|
|
4828
4911
|
}
|
|
4829
4912
|
|
|
4830
4913
|
// @public
|
|
@@ -4848,9 +4931,9 @@ export interface PopularSearchesGetters {
|
|
|
4848
4931
|
|
|
4849
4932
|
// @public
|
|
4850
4933
|
export interface PopularSearchesMutations extends StatusMutations, ConfigMutations<PopularSearchesState> {
|
|
4851
|
-
setParams(params: Dictionary<unknown>)
|
|
4852
|
-
setSearchedQueries(searchedQueries: HistoryQuery_2[])
|
|
4853
|
-
setSuggestions(suggestions: Suggestion[])
|
|
4934
|
+
setParams: (params: Dictionary<unknown>) => void;
|
|
4935
|
+
setSearchedQueries: (searchedQueries: HistoryQuery_2[]) => void;
|
|
4936
|
+
setSuggestions: (suggestions: Suggestion[]) => void;
|
|
4854
4937
|
}
|
|
4855
4938
|
|
|
4856
4939
|
// @public
|
|
@@ -4913,6 +4996,9 @@ default: () => never[];
|
|
|
4913
4996
|
filters: string[];
|
|
4914
4997
|
}, {}>;
|
|
4915
4998
|
|
|
4999
|
+
// @internal
|
|
5000
|
+
export type Priority = number;
|
|
5001
|
+
|
|
4916
5002
|
// @public
|
|
4917
5003
|
export interface PrivateXModuleOptions<Module extends AnyXModule> {
|
|
4918
5004
|
storeEmitters?: Partial<StoreEmitters<Module['storeModule']>>;
|
|
@@ -4932,7 +5018,7 @@ required: true;
|
|
|
4932
5018
|
};
|
|
4933
5019
|
titleClass: StringConstructor;
|
|
4934
5020
|
}, {
|
|
4935
|
-
|
|
5021
|
+
emitUserClickedAPromoted: () => void;
|
|
4936
5022
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4937
5023
|
promoted: {
|
|
4938
5024
|
type: PropType<Promoted_2>;
|
|
@@ -4944,18 +5030,18 @@ titleClass: StringConstructor;
|
|
|
4944
5030
|
// @public
|
|
4945
5031
|
export const PromotedsList: DefineComponent< {
|
|
4946
5032
|
animation: {
|
|
4947
|
-
type:
|
|
5033
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4948
5034
|
default: string;
|
|
4949
5035
|
};
|
|
4950
5036
|
}, () => VNode<RendererNode, RendererElement, {
|
|
4951
5037
|
[key: string]: any;
|
|
4952
5038
|
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
4953
5039
|
animation: {
|
|
4954
|
-
type:
|
|
5040
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
4955
5041
|
default: string;
|
|
4956
5042
|
};
|
|
4957
5043
|
}>>, {
|
|
4958
|
-
animation: string |
|
|
5044
|
+
animation: string | Function | Record<string, any>;
|
|
4959
5045
|
}, {}>;
|
|
4960
5046
|
|
|
4961
5047
|
// @public
|
|
@@ -4966,8 +5052,8 @@ export type QueriesPreviewActionContext = XActionContext<QueriesPreviewState, Qu
|
|
|
4966
5052
|
|
|
4967
5053
|
// @public
|
|
4968
5054
|
export interface QueriesPreviewActions {
|
|
4969
|
-
fetchAndSaveQueryPreview(request: SearchRequest)
|
|
4970
|
-
fetchQueryPreview(request: SearchRequest)
|
|
5055
|
+
fetchAndSaveQueryPreview: (request: SearchRequest) => void;
|
|
5056
|
+
fetchQueryPreview: (request: SearchRequest) => SearchResponse | null;
|
|
4971
5057
|
}
|
|
4972
5058
|
|
|
4973
5059
|
// @public
|
|
@@ -4990,20 +5076,20 @@ export interface QueriesPreviewGetters {
|
|
|
4990
5076
|
|
|
4991
5077
|
// @public
|
|
4992
5078
|
export interface QueriesPreviewMutations extends ConfigMutations<QueriesPreviewState> {
|
|
4993
|
-
addQueryPreviewInstance(queryPreviewHash: string)
|
|
4994
|
-
clearQueryPreview(queryPreviewHash: string)
|
|
4995
|
-
removeQueryPreviewInstance({ queryPreviewHash, cache }: {
|
|
5079
|
+
addQueryPreviewInstance: (queryPreviewHash: string) => void;
|
|
5080
|
+
clearQueryPreview: (queryPreviewHash: string) => void;
|
|
5081
|
+
removeQueryPreviewInstance: ({ queryPreviewHash, cache, }: {
|
|
4996
5082
|
queryPreviewHash: string;
|
|
4997
5083
|
cache: boolean;
|
|
4998
|
-
})
|
|
4999
|
-
setParams(params: Dictionary<unknown>)
|
|
5000
|
-
setQueryPreviewCached(queryPreview: QueryPreviewItem)
|
|
5001
|
-
setSelectedQueryPreview(selectedQueryPreview: QueryPreviewInfo | null)
|
|
5002
|
-
setStatus(payload: QueryPreviewStatusPayload)
|
|
5003
|
-
updateAQueryPreviewResult({ result, queryPreviewHash }: {
|
|
5084
|
+
}) => void;
|
|
5085
|
+
setParams: (params: Dictionary<unknown>) => void;
|
|
5086
|
+
setQueryPreviewCached: (queryPreview: QueryPreviewItem) => void;
|
|
5087
|
+
setSelectedQueryPreview: (selectedQueryPreview: QueryPreviewInfo | null) => void;
|
|
5088
|
+
setStatus: (payload: QueryPreviewStatusPayload) => void;
|
|
5089
|
+
updateAQueryPreviewResult: ({ result, queryPreviewHash, }: {
|
|
5004
5090
|
result: Result;
|
|
5005
5091
|
queryPreviewHash: ComputedRef<string>;
|
|
5006
|
-
})
|
|
5092
|
+
}) => void;
|
|
5007
5093
|
}
|
|
5008
5094
|
|
|
5009
5095
|
// @public
|
|
@@ -5082,7 +5168,12 @@ export const query: NextQueriesXStoreModule['getters']['query'];
|
|
|
5082
5168
|
export const QUERY_KEY: XInjectKey<string | undefined>;
|
|
5083
5169
|
|
|
5084
5170
|
// @public
|
|
5085
|
-
export type QueryFeature = 'search_box' | 'url' | 'query_suggestion' | 'next_query' | 'popular_search' | 'history_query' | 'partial_result' | 'related_tag' | 'spellcheck' | 'customer' | 'semantics';
|
|
5171
|
+
export type QueryFeature = 'search_box' | 'url' | 'query_suggestion' | 'next_query' | 'popular_search' | 'history_query' | 'partial_result' | 'related_tag' | 'spellcheck' | 'customer' | 'semantics' | 'related_prompts' | 'overview';
|
|
5172
|
+
|
|
5173
|
+
// @public
|
|
5174
|
+
export interface QueryMutations {
|
|
5175
|
+
setQuery: (query: string) => void;
|
|
5176
|
+
}
|
|
5086
5177
|
|
|
5087
5178
|
// @public
|
|
5088
5179
|
export type QueryOrigin = `${QueryFeature}:${FeatureLocation}`;
|
|
@@ -5112,11 +5203,11 @@ default: boolean;
|
|
|
5112
5203
|
};
|
|
5113
5204
|
}, {
|
|
5114
5205
|
hasResults: ComputedRef<boolean>;
|
|
5115
|
-
queryPreviewResults: ComputedRef<{
|
|
5206
|
+
queryPreviewResults: ComputedRef< {
|
|
5116
5207
|
results: Result[];
|
|
5117
5208
|
request: SearchRequest;
|
|
5118
|
-
displayTagging?: TaggingRequest
|
|
5119
|
-
queryTagging?: TaggingRequest
|
|
5209
|
+
displayTagging?: TaggingRequest;
|
|
5210
|
+
queryTagging?: TaggingRequest;
|
|
5120
5211
|
totalResults: number;
|
|
5121
5212
|
instances: number;
|
|
5122
5213
|
status: RequestStatus;
|
|
@@ -5207,7 +5298,7 @@ default: number;
|
|
|
5207
5298
|
};
|
|
5208
5299
|
persistInCache: BooleanConstructor;
|
|
5209
5300
|
animation: {
|
|
5210
|
-
type:
|
|
5301
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
5211
5302
|
default: string;
|
|
5212
5303
|
};
|
|
5213
5304
|
}, {
|
|
@@ -5231,13 +5322,13 @@ default: number;
|
|
|
5231
5322
|
};
|
|
5232
5323
|
persistInCache: BooleanConstructor;
|
|
5233
5324
|
animation: {
|
|
5234
|
-
type:
|
|
5325
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
5235
5326
|
default: string;
|
|
5236
5327
|
};
|
|
5237
5328
|
}>>, {
|
|
5238
5329
|
debounceTimeMs: number;
|
|
5239
5330
|
persistInCache: boolean;
|
|
5240
|
-
animation: string |
|
|
5331
|
+
animation: string | Function | Record<string, any>;
|
|
5241
5332
|
}, {}>;
|
|
5242
5333
|
|
|
5243
5334
|
// @public
|
|
@@ -5246,6 +5337,11 @@ export interface QueryPreviewStatusPayload {
|
|
|
5246
5337
|
status: RequestStatus;
|
|
5247
5338
|
}
|
|
5248
5339
|
|
|
5340
|
+
// @public
|
|
5341
|
+
export interface QueryState {
|
|
5342
|
+
query: string;
|
|
5343
|
+
}
|
|
5344
|
+
|
|
5249
5345
|
// @public
|
|
5250
5346
|
export const QuerySuggestion: DefineComponent< {
|
|
5251
5347
|
suggestion: {
|
|
@@ -5253,7 +5349,7 @@ type: PropType<Suggestion>;
|
|
|
5253
5349
|
required: true;
|
|
5254
5350
|
};
|
|
5255
5351
|
}, {
|
|
5256
|
-
query: ComputedRef<
|
|
5352
|
+
query: ComputedRef<string>;
|
|
5257
5353
|
suggestionSelectedEvents: {
|
|
5258
5354
|
UserSelectedAQuerySuggestion: Suggestion;
|
|
5259
5355
|
};
|
|
@@ -5266,21 +5362,21 @@ required: true;
|
|
|
5266
5362
|
|
|
5267
5363
|
// @public
|
|
5268
5364
|
export const QuerySuggestions: DefineComponent< {}, {
|
|
5269
|
-
suggestions: ComputedRef<
|
|
5365
|
+
suggestions: ComputedRef<Suggestion[]>;
|
|
5270
5366
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
5271
5367
|
|
|
5272
5368
|
// @public
|
|
5273
|
-
export const querySuggestions: ({ query, suggestions, config, searchedQueries }: QuerySuggestionsState) => Suggestion[];
|
|
5369
|
+
export const querySuggestions: ({ query, suggestions, config, searchedQueries, }: QuerySuggestionsState) => Suggestion[];
|
|
5274
5370
|
|
|
5275
5371
|
// @public
|
|
5276
5372
|
export type QuerySuggestionsActionContext = XActionContext<QuerySuggestionsState, QuerySuggestionsGetters, QuerySuggestionsMutations, QuerySuggestionsActions>;
|
|
5277
5373
|
|
|
5278
5374
|
// @public
|
|
5279
5375
|
export interface QuerySuggestionsActions {
|
|
5280
|
-
cancelFetchAndSaveSuggestions()
|
|
5281
|
-
fetchAndSaveSuggestions(request: QuerySuggestionsRequest | null)
|
|
5282
|
-
fetchSuggestions(request: QuerySuggestionsRequest | null)
|
|
5283
|
-
setUrlParams(urlParams: UrlParams)
|
|
5376
|
+
cancelFetchAndSaveSuggestions: () => void;
|
|
5377
|
+
fetchAndSaveSuggestions: (request: QuerySuggestionsRequest | null) => void;
|
|
5378
|
+
fetchSuggestions: (request: QuerySuggestionsRequest | null) => Suggestion[];
|
|
5379
|
+
setUrlParams: (urlParams: UrlParams) => void;
|
|
5284
5380
|
}
|
|
5285
5381
|
|
|
5286
5382
|
// @public
|
|
@@ -5301,7 +5397,7 @@ export const querySuggestionsEmitters: {
|
|
|
5301
5397
|
export class QuerySuggestionsGetter implements GettersClass<QuerySuggestionsXStoreModule> {
|
|
5302
5398
|
// @internal
|
|
5303
5399
|
protected isInQuerySuggestions(normalizedQuery: string): (suggestion: Suggestion) => boolean;
|
|
5304
|
-
querySuggestions({ query, suggestions, config, searchedQueries }: QuerySuggestionsState): Suggestion[];
|
|
5400
|
+
querySuggestions({ query, suggestions, config, searchedQueries, }: QuerySuggestionsState): Suggestion[];
|
|
5305
5401
|
}
|
|
5306
5402
|
|
|
5307
5403
|
// @public
|
|
@@ -5313,9 +5409,9 @@ export interface QuerySuggestionsGetters {
|
|
|
5313
5409
|
|
|
5314
5410
|
// @public
|
|
5315
5411
|
export interface QuerySuggestionsMutations extends StatusMutations, QueryMutations, ConfigMutations<QuerySuggestionsState> {
|
|
5316
|
-
setParams(params: Dictionary<unknown>)
|
|
5317
|
-
setSearchedQueries(searchedQueries: HistoryQuery_2[])
|
|
5318
|
-
setSuggestions(suggestions: Suggestion[])
|
|
5412
|
+
setParams: (params: Dictionary<unknown>) => void;
|
|
5413
|
+
setSearchedQueries: (searchedQueries: HistoryQuery_2[]) => void;
|
|
5414
|
+
setSuggestions: (suggestions: Suggestion[]) => void;
|
|
5319
5415
|
}
|
|
5320
5416
|
|
|
5321
5417
|
// @public
|
|
@@ -5371,7 +5467,6 @@ export const querySuggestionsWiring: {
|
|
|
5371
5467
|
// @public
|
|
5372
5468
|
export interface QuerySuggestionsXEvents {
|
|
5373
5469
|
QuerySuggestionsChanged: Suggestion[];
|
|
5374
|
-
QuerySuggestionsDisplayed: Suggestion[];
|
|
5375
5470
|
QuerySuggestionsRequestUpdated: QuerySuggestionsRequest | null;
|
|
5376
5471
|
UserSelectedAQuerySuggestion: Suggestion;
|
|
5377
5472
|
}
|
|
@@ -5399,8 +5494,8 @@ export class RawFilterEntity implements FilterEntity {
|
|
|
5399
5494
|
//
|
|
5400
5495
|
// (undocumented)
|
|
5401
5496
|
static accepts: typeof isRawFilter;
|
|
5402
|
-
deselect(
|
|
5403
|
-
select(
|
|
5497
|
+
deselect(filterParam: Filter): void;
|
|
5498
|
+
select(filterParam: Filter): void;
|
|
5404
5499
|
// (undocumented)
|
|
5405
5500
|
protected store: Store<unknown>;
|
|
5406
5501
|
}
|
|
@@ -5408,7 +5503,7 @@ export class RawFilterEntity implements FilterEntity {
|
|
|
5408
5503
|
// @public
|
|
5409
5504
|
export const Recommendations: DefineComponent< {
|
|
5410
5505
|
animation: {
|
|
5411
|
-
type:
|
|
5506
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
5412
5507
|
default: string;
|
|
5413
5508
|
};
|
|
5414
5509
|
maxItemsToRender: NumberConstructor;
|
|
@@ -5416,12 +5511,12 @@ maxItemsToRender: NumberConstructor;
|
|
|
5416
5511
|
recommendations: ComputedRef<Result[]>;
|
|
5417
5512
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5418
5513
|
animation: {
|
|
5419
|
-
type:
|
|
5514
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
5420
5515
|
default: string;
|
|
5421
5516
|
};
|
|
5422
5517
|
maxItemsToRender: NumberConstructor;
|
|
5423
5518
|
}>>, {
|
|
5424
|
-
animation: string |
|
|
5519
|
+
animation: string | Function | Record<string, any>;
|
|
5425
5520
|
}, {}>;
|
|
5426
5521
|
|
|
5427
5522
|
// @public
|
|
@@ -5432,9 +5527,9 @@ export type RecommendationsActionContext = XActionContext<RecommendationsState,
|
|
|
5432
5527
|
|
|
5433
5528
|
// @public
|
|
5434
5529
|
export interface RecommendationsActions {
|
|
5435
|
-
cancelFetchAndSaveRecommendations()
|
|
5436
|
-
fetchAndSaveRecommendations(request: RecommendationsRequest | null)
|
|
5437
|
-
fetchRecommendations(request: RecommendationsRequest | null)
|
|
5530
|
+
cancelFetchAndSaveRecommendations: () => void;
|
|
5531
|
+
fetchAndSaveRecommendations: (request: RecommendationsRequest | null) => void;
|
|
5532
|
+
fetchRecommendations: (request: RecommendationsRequest | null) => Result[];
|
|
5438
5533
|
}
|
|
5439
5534
|
|
|
5440
5535
|
// @public
|
|
@@ -5457,9 +5552,9 @@ export interface RecommendationsGetters {
|
|
|
5457
5552
|
|
|
5458
5553
|
// @public
|
|
5459
5554
|
export interface RecommendationsMutations extends StatusMutations, ConfigMutations<RecommendationsState> {
|
|
5460
|
-
setParams(params: Dictionary<unknown>)
|
|
5461
|
-
setRecommendations(recommendations: Result[])
|
|
5462
|
-
updateRecommendation(recommendation: Partial<Result> & Pick<Result, 'id'>)
|
|
5555
|
+
setParams: (params: Dictionary<unknown>) => void;
|
|
5556
|
+
setRecommendations: (recommendations: Result[]) => void;
|
|
5557
|
+
updateRecommendation: (recommendation: Partial<Result> & Pick<Result, 'id'>) => void;
|
|
5463
5558
|
}
|
|
5464
5559
|
|
|
5465
5560
|
// @public
|
|
@@ -5550,48 +5645,44 @@ relatedPrompt: {
|
|
|
5550
5645
|
type: PropType<RelatedPrompt_2>;
|
|
5551
5646
|
required: true;
|
|
5552
5647
|
};
|
|
5553
|
-
|
|
5554
|
-
type:
|
|
5555
|
-
default:
|
|
5648
|
+
selected: {
|
|
5649
|
+
type: BooleanConstructor;
|
|
5650
|
+
default: boolean;
|
|
5556
5651
|
};
|
|
5557
|
-
}, {
|
|
5558
|
-
selectedNextQuery: Ref<string>;
|
|
5559
|
-
onClick: (nextQuery: string) => void;
|
|
5560
|
-
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5652
|
+
}, unknown, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5561
5653
|
relatedPrompt: {
|
|
5562
5654
|
type: PropType<RelatedPrompt_2>;
|
|
5563
5655
|
required: true;
|
|
5564
5656
|
};
|
|
5565
|
-
|
|
5566
|
-
type:
|
|
5567
|
-
default:
|
|
5657
|
+
selected: {
|
|
5658
|
+
type: BooleanConstructor;
|
|
5659
|
+
default: boolean;
|
|
5568
5660
|
};
|
|
5569
5661
|
}>>, {
|
|
5570
|
-
|
|
5662
|
+
selected: boolean;
|
|
5571
5663
|
}, {}>;
|
|
5572
5664
|
|
|
5573
|
-
// @public
|
|
5574
|
-
export const relatedPromptRequest: RelatedPromptsXStoreModule['getters']['request'];
|
|
5575
|
-
|
|
5576
5665
|
// @public
|
|
5577
5666
|
export type RelatedPromptsActionContext = XActionContext<RelatedPromptsState, RelatedPromptsGetters, RelatedPromptsMutations, RelatedPromptsActions>;
|
|
5578
5667
|
|
|
5579
5668
|
// @public
|
|
5580
5669
|
export interface RelatedPromptsActions {
|
|
5581
|
-
cancelFetchAndSaveRelatedPrompts()
|
|
5582
|
-
fetchAndSaveRelatedPrompts(request: RelatedPromptsRequest | null)
|
|
5583
|
-
fetchRelatedPrompts(request: RelatedPromptsRequest | null)
|
|
5670
|
+
cancelFetchAndSaveRelatedPrompts: () => void;
|
|
5671
|
+
fetchAndSaveRelatedPrompts: (request: RelatedPromptsRequest | null) => void;
|
|
5672
|
+
fetchRelatedPrompts: (request: RelatedPromptsRequest | null) => RelatedPrompt_2[] | null;
|
|
5673
|
+
setUrlParams: (urlParams: UrlParams) => void;
|
|
5584
5674
|
}
|
|
5585
5675
|
|
|
5586
5676
|
// @public
|
|
5587
5677
|
export interface RelatedPromptsGetters {
|
|
5678
|
+
query: string;
|
|
5588
5679
|
request: RelatedPromptsRequest | null;
|
|
5589
5680
|
}
|
|
5590
5681
|
|
|
5591
5682
|
// @public
|
|
5592
5683
|
export const RelatedPromptsList: DefineComponent< {
|
|
5593
5684
|
animation: {
|
|
5594
|
-
type:
|
|
5685
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
5595
5686
|
default: string;
|
|
5596
5687
|
};
|
|
5597
5688
|
offset: {
|
|
@@ -5618,7 +5709,7 @@ default: boolean;
|
|
|
5618
5709
|
[key: string]: any;
|
|
5619
5710
|
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5620
5711
|
animation: {
|
|
5621
|
-
type:
|
|
5712
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
5622
5713
|
default: string;
|
|
5623
5714
|
};
|
|
5624
5715
|
offset: {
|
|
@@ -5642,7 +5733,7 @@ type: BooleanConstructor;
|
|
|
5642
5733
|
default: boolean;
|
|
5643
5734
|
};
|
|
5644
5735
|
}>>, {
|
|
5645
|
-
animation: string |
|
|
5736
|
+
animation: string | Function | Record<string, any>;
|
|
5646
5737
|
offset: number;
|
|
5647
5738
|
frequency: number;
|
|
5648
5739
|
maxRelatedPromptsPerGroup: number;
|
|
@@ -5652,46 +5743,145 @@ showOnlyAfterOffset: boolean;
|
|
|
5652
5743
|
|
|
5653
5744
|
// @public
|
|
5654
5745
|
export interface RelatedPromptsMutations extends StatusMutations, QueryMutations {
|
|
5655
|
-
resetRelatedPromptsState()
|
|
5656
|
-
|
|
5657
|
-
|
|
5746
|
+
resetRelatedPromptsState: () => void;
|
|
5747
|
+
resetSelectedPrompt: () => void;
|
|
5748
|
+
setParams: (params: Dictionary<unknown>) => void;
|
|
5749
|
+
setRelatedPromptsProducts: (products: RelatedPrompt_2[]) => void;
|
|
5750
|
+
setRelatedPromptsRelatedTags: (relatedTags: RelatedTag_2[]) => void;
|
|
5751
|
+
setSelectedPrompt: (index: number) => void;
|
|
5752
|
+
setSelectedQuery: (index: number) => void;
|
|
5658
5753
|
}
|
|
5659
5754
|
|
|
5660
5755
|
// @public
|
|
5661
5756
|
export interface RelatedPromptsState extends StatusState, QueryState {
|
|
5662
5757
|
params: Dictionary<unknown>;
|
|
5663
5758
|
relatedPrompts: RelatedPrompt_2[];
|
|
5759
|
+
relatedTags: RelatedTag_2[];
|
|
5760
|
+
selectedPrompt: number;
|
|
5761
|
+
selectedQuery: number;
|
|
5664
5762
|
}
|
|
5665
5763
|
|
|
5666
5764
|
// @internal
|
|
5667
5765
|
export const relatedPromptsStoreEmitters: {
|
|
5668
5766
|
RelatedPromptsRequestUpdated: (_: RelatedPromptsState, getters: Returns<GettersTree<RelatedPromptsState, RelatedPromptsGetters>>) => RelatedPromptsRequest | null;
|
|
5767
|
+
SelectedRelatedPromptChanged: (state: RelatedPromptsState) => number;
|
|
5768
|
+
RelatedPromptsResponseChanged: (state: RelatedPromptsState) => RelatedPrompt_2[];
|
|
5769
|
+
};
|
|
5770
|
+
|
|
5771
|
+
// @public
|
|
5772
|
+
export const RelatedPromptsTagList: DefineComponent< {
|
|
5773
|
+
buttonClass: StringConstructor;
|
|
5774
|
+
showButtons: {
|
|
5775
|
+
type: BooleanConstructor;
|
|
5776
|
+
default: boolean;
|
|
5777
|
+
};
|
|
5778
|
+
scrollContainerClass: StringConstructor;
|
|
5779
|
+
tagClass: StringConstructor;
|
|
5780
|
+
tagColors: PropType<string[]>;
|
|
5781
|
+
animationDurationInMs: {
|
|
5782
|
+
type: NumberConstructor;
|
|
5783
|
+
default: number;
|
|
5784
|
+
};
|
|
5785
|
+
}, {
|
|
5786
|
+
onSelect: (selectedIndex: number) => void;
|
|
5787
|
+
onBeforeEnter: (el: Element) => void;
|
|
5788
|
+
onEnter: (el: Element, done: () => void) => void;
|
|
5789
|
+
onLeave: (el: Element, done: () => void) => void;
|
|
5790
|
+
selectedPromptIndex: ComputedRef<number>;
|
|
5791
|
+
visibleRelatedPrompts: ComputedRef< {
|
|
5792
|
+
index: number;
|
|
5793
|
+
relatedPromptNextQueries?: RelatedPromptNextQuery[];
|
|
5794
|
+
nextQueries: string[];
|
|
5795
|
+
suggestionText: string;
|
|
5796
|
+
suggestionImageUrl?: string;
|
|
5797
|
+
type: string;
|
|
5798
|
+
toolingDisplayTagging?: TaggingRequest;
|
|
5799
|
+
tagging?: {
|
|
5800
|
+
toolingDisplayTagging?: TaggingRequest;
|
|
5801
|
+
toolingDisplayClickTagging?: TaggingRequest;
|
|
5802
|
+
nextQueriesTagging?: RelatedPromptNextQuery[];
|
|
5803
|
+
};
|
|
5804
|
+
modelName: "RelatedPrompt";
|
|
5805
|
+
}[]>;
|
|
5806
|
+
listItems: Ref<HTMLElement[]>;
|
|
5807
|
+
isAnimating: Ref<boolean>;
|
|
5808
|
+
x: UseAliasAPI & {
|
|
5809
|
+
on: <Event extends XEvent, Metadata extends boolean>(event: Event, withMetadata: Metadata) => {
|
|
5810
|
+
subscribe: (callback: (payload: Metadata extends true ? SubjectPayload<EventPayload<XEventsTypes, Event>, WireMetadata> : EventPayload<XEventsTypes, Event>) => void) => void;
|
|
5669
5811
|
};
|
|
5812
|
+
emit: <Event extends XEvent>(event: Event, payload?: XEventPayload<Event>, metadata?: Omit<WireMetadata, "moduleName">) => Promise<EmittedData<XEventsTypes, Event, WireMetadata>>;
|
|
5813
|
+
};
|
|
5814
|
+
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5815
|
+
buttonClass: StringConstructor;
|
|
5816
|
+
showButtons: {
|
|
5817
|
+
type: BooleanConstructor;
|
|
5818
|
+
default: boolean;
|
|
5819
|
+
};
|
|
5820
|
+
scrollContainerClass: StringConstructor;
|
|
5821
|
+
tagClass: StringConstructor;
|
|
5822
|
+
tagColors: PropType<string[]>;
|
|
5823
|
+
animationDurationInMs: {
|
|
5824
|
+
type: NumberConstructor;
|
|
5825
|
+
default: number;
|
|
5826
|
+
};
|
|
5827
|
+
}>>, {
|
|
5828
|
+
showButtons: boolean;
|
|
5829
|
+
animationDurationInMs: number;
|
|
5830
|
+
}, {}>;
|
|
5670
5831
|
|
|
5671
5832
|
// @internal
|
|
5672
5833
|
export const relatedPromptsWiring: {
|
|
5673
5834
|
ParamsLoadedFromUrl: {
|
|
5674
|
-
|
|
5835
|
+
setUrlParams: Wire<UrlParams>;
|
|
5836
|
+
};
|
|
5837
|
+
ExtraParamsChanged: {
|
|
5838
|
+
setExtraParams: Wire<Dictionary<unknown>>;
|
|
5675
5839
|
};
|
|
5676
5840
|
UserAcceptedAQuery: {
|
|
5677
5841
|
setRelatedPromptsQuery: Wire<string>;
|
|
5842
|
+
resetRelatedPrompt: AnyWire;
|
|
5843
|
+
};
|
|
5844
|
+
UserAcceptedAQueryPreview: {
|
|
5845
|
+
setRelatedPromptsQueryFromPreview: AnyWire;
|
|
5846
|
+
resetRelatedPrompt: AnyWire;
|
|
5678
5847
|
};
|
|
5679
5848
|
UserClearedQuery: {
|
|
5680
|
-
|
|
5681
|
-
|
|
5849
|
+
cancelFetchAndSaveRelatedPrompts: AnyWire;
|
|
5850
|
+
resetRelatedPromptsState: AnyWire;
|
|
5682
5851
|
setRelatedPromptsQuery: Wire<string>;
|
|
5683
5852
|
};
|
|
5684
5853
|
RelatedPromptsRequestUpdated: {
|
|
5685
|
-
|
|
5854
|
+
fetchAndSaveRelatedPrompts: Wire<RelatedPromptsRequest | null>;
|
|
5686
5855
|
};
|
|
5687
|
-
|
|
5688
|
-
|
|
5856
|
+
UserSelectedARelatedPrompt: {
|
|
5857
|
+
setRelatedPrompt: Wire<number>;
|
|
5858
|
+
};
|
|
5859
|
+
UserSelectedARelatedPromptQuery: {
|
|
5860
|
+
setRelatedPromptQuery: Wire<number>;
|
|
5861
|
+
};
|
|
5862
|
+
SearchRequestChanged: {
|
|
5863
|
+
resetRelatedPrompt: Wire<any>;
|
|
5864
|
+
};
|
|
5865
|
+
SelectedRelatedTagsChanged: {
|
|
5866
|
+
setRelatedPromptsRelatedTags: Wire<RelatedTag_2[]>;
|
|
5867
|
+
};
|
|
5868
|
+
ReloadRelatedPromptsRequested: {
|
|
5869
|
+
resetRelatedPromptsState: AnyWire;
|
|
5870
|
+
reloadRelatedPromptsRequestWire: AnyWire;
|
|
5689
5871
|
};
|
|
5690
5872
|
};
|
|
5691
5873
|
|
|
5692
5874
|
// @public
|
|
5693
5875
|
export interface RelatedPromptsXEvents {
|
|
5694
5876
|
RelatedPromptsRequestUpdated: RelatedPromptsRequest | null;
|
|
5877
|
+
RelatedPromptsResponseChanged: RelatedPrompt_2[];
|
|
5878
|
+
RelatedPromptsUnmounted: void;
|
|
5879
|
+
ReloadRelatedPromptsRequested: void;
|
|
5880
|
+
SelectedRelatedPromptChanged: number;
|
|
5881
|
+
UserClickedARelatedPromptAdd2Cart: Result;
|
|
5882
|
+
UserClickedARelatedPromptResult: Result;
|
|
5883
|
+
UserSelectedARelatedPrompt: number;
|
|
5884
|
+
UserSelectedARelatedPromptQuery: number;
|
|
5695
5885
|
}
|
|
5696
5886
|
|
|
5697
5887
|
// @public
|
|
@@ -5738,7 +5928,7 @@ highlightCurated: boolean;
|
|
|
5738
5928
|
// @public
|
|
5739
5929
|
export const RelatedTags: DefineComponent< {
|
|
5740
5930
|
animation: {
|
|
5741
|
-
type:
|
|
5931
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
5742
5932
|
default: string;
|
|
5743
5933
|
};
|
|
5744
5934
|
maxItemsToRender: NumberConstructor;
|
|
@@ -5751,7 +5941,7 @@ itemClass: StringConstructor;
|
|
|
5751
5941
|
relatedTags: ComputedRef<RelatedTag_2[]>;
|
|
5752
5942
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
5753
5943
|
animation: {
|
|
5754
|
-
type:
|
|
5944
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
5755
5945
|
default: string;
|
|
5756
5946
|
};
|
|
5757
5947
|
maxItemsToRender: NumberConstructor;
|
|
@@ -5761,7 +5951,7 @@ default: boolean;
|
|
|
5761
5951
|
};
|
|
5762
5952
|
itemClass: StringConstructor;
|
|
5763
5953
|
}>>, {
|
|
5764
|
-
animation: string |
|
|
5954
|
+
animation: string | Function | Record<string, any>;
|
|
5765
5955
|
highlightCurated: boolean;
|
|
5766
5956
|
}, {}>;
|
|
5767
5957
|
|
|
@@ -5773,11 +5963,11 @@ export type RelatedTagsActionContext = XActionContext<RelatedTagsState, RelatedT
|
|
|
5773
5963
|
|
|
5774
5964
|
// @public
|
|
5775
5965
|
export interface RelatedTagsActions {
|
|
5776
|
-
cancelFetchAndSaveRelatedTags()
|
|
5777
|
-
fetchAndSaveRelatedTags(request: RelatedTagsRequest | null)
|
|
5778
|
-
fetchRelatedTags(request: RelatedTagsRequest | null)
|
|
5779
|
-
setUrlParams(urlParams: UrlParams)
|
|
5780
|
-
toggleRelatedTag(relatedTag: RelatedTag_2)
|
|
5966
|
+
cancelFetchAndSaveRelatedTags: () => void;
|
|
5967
|
+
fetchAndSaveRelatedTags: (request: RelatedTagsRequest | null) => void;
|
|
5968
|
+
fetchRelatedTags: (request: RelatedTagsRequest | null) => RelatedTag_2[];
|
|
5969
|
+
setUrlParams: (urlParams: UrlParams) => void;
|
|
5970
|
+
toggleRelatedTag: (relatedTag: RelatedTag_2) => void;
|
|
5781
5971
|
}
|
|
5782
5972
|
|
|
5783
5973
|
// @public
|
|
@@ -5804,9 +5994,9 @@ export interface RelatedTagsGetters {
|
|
|
5804
5994
|
|
|
5805
5995
|
// @public
|
|
5806
5996
|
export interface RelatedTagsMutations extends StatusMutations, QueryMutations, ConfigMutations<RelatedTagsState> {
|
|
5807
|
-
setParams(params: Dictionary<unknown>)
|
|
5808
|
-
setRelatedTags(relatedTags: RelatedTag_2[])
|
|
5809
|
-
setSelectedRelatedTags(selectedRelatedTags: RelatedTag_2[])
|
|
5997
|
+
setParams: (params: Dictionary<unknown>) => void;
|
|
5998
|
+
setRelatedTags: (relatedTags: RelatedTag_2[]) => void;
|
|
5999
|
+
setSelectedRelatedTags: (selectedRelatedTags: RelatedTag_2[]) => void;
|
|
5810
6000
|
}
|
|
5811
6001
|
|
|
5812
6002
|
// @public
|
|
@@ -5914,6 +6104,9 @@ queryPreviewHash: string;
|
|
|
5914
6104
|
cache: boolean;
|
|
5915
6105
|
}>;
|
|
5916
6106
|
|
|
6107
|
+
// @public
|
|
6108
|
+
export const removeSearchInputFocus: () => void;
|
|
6109
|
+
|
|
5917
6110
|
// @public
|
|
5918
6111
|
export const RenderlessExtraParams: DefineComponent< {
|
|
5919
6112
|
name: {
|
|
@@ -6020,7 +6213,7 @@ export function resettableState(): {
|
|
|
6020
6213
|
export const RESULT_WITH_VARIANTS_KEY: XInjectKey<Result>;
|
|
6021
6214
|
|
|
6022
6215
|
// @public
|
|
6023
|
-
export type ResultFeature = 'search' | 'topclicked_recommendations' | 'brand_recommendations' | 'next_query_recommendations' | 'semantic_recommendations' | 'partial_results' | 'identifier_result';
|
|
6216
|
+
export type ResultFeature = 'search' | 'topclicked_recommendations' | 'brand_recommendations' | 'next_query_recommendations' | 'semantic_recommendations' | 'partial_results' | 'identifier_result' | 'related_prompts' | 'overview';
|
|
6024
6217
|
|
|
6025
6218
|
// @public
|
|
6026
6219
|
export type ResultOrigin = `${ResultFeature}:${FeatureLocation}`;
|
|
@@ -6028,20 +6221,20 @@ export type ResultOrigin = `${ResultFeature}:${FeatureLocation}`;
|
|
|
6028
6221
|
// @public
|
|
6029
6222
|
export const ResultsList: DefineComponent< {
|
|
6030
6223
|
animation: {
|
|
6031
|
-
type:
|
|
6224
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
6032
6225
|
default: string;
|
|
6033
6226
|
};
|
|
6034
6227
|
}, () => VNode<RendererNode, RendererElement, {
|
|
6035
6228
|
[key: string]: any;
|
|
6036
6229
|
}>, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "UserReachedResultsListEnd"[], "UserReachedResultsListEnd", PublicProps, Readonly<ExtractPropTypes< {
|
|
6037
6230
|
animation: {
|
|
6038
|
-
type:
|
|
6231
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
6039
6232
|
default: string;
|
|
6040
6233
|
};
|
|
6041
6234
|
}>> & {
|
|
6042
6235
|
onUserReachedResultsListEnd?: ((...args: any[]) => any) | undefined;
|
|
6043
6236
|
}, {
|
|
6044
|
-
animation: string |
|
|
6237
|
+
animation: string | Function | Record<string, any>;
|
|
6045
6238
|
}, {}>;
|
|
6046
6239
|
|
|
6047
6240
|
// @public
|
|
@@ -6138,7 +6331,7 @@ type: StringConstructor;
|
|
|
6138
6331
|
default: string;
|
|
6139
6332
|
};
|
|
6140
6333
|
}, {
|
|
6141
|
-
scrollRef: Ref<ComponentPublicInstance
|
|
6334
|
+
scrollRef: Ref<ComponentPublicInstance | undefined>;
|
|
6142
6335
|
emitScrollAtEnd: (isAtEnd: boolean) => void;
|
|
6143
6336
|
emitScrollAlmostAtEnd: (isAlmostAtEnd: boolean) => void;
|
|
6144
6337
|
emitScrollAtStart: (isAtStart: boolean) => void;
|
|
@@ -6178,8 +6371,8 @@ export interface ScrollGetters {
|
|
|
6178
6371
|
|
|
6179
6372
|
// @public
|
|
6180
6373
|
export interface ScrollMutations {
|
|
6181
|
-
setPendingScrollTo(pendingScrollTo: string)
|
|
6182
|
-
setScrollComponentState(partialState: ScrollStatePayload)
|
|
6374
|
+
setPendingScrollTo: (pendingScrollTo: string) => void;
|
|
6375
|
+
setScrollComponentState: (partialState: ScrollStatePayload) => void;
|
|
6183
6376
|
}
|
|
6184
6377
|
|
|
6185
6378
|
// @internal
|
|
@@ -6199,8 +6392,8 @@ export interface ScrollStatePayload extends Identifiable<string> {
|
|
|
6199
6392
|
// @public
|
|
6200
6393
|
export const ScrollToTop: DefineComponent< {
|
|
6201
6394
|
animation: {
|
|
6202
|
-
type:
|
|
6203
|
-
default: () => DefineComponent< {}, {}, any
|
|
6395
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
6396
|
+
default: () => DefineComponent< {}, {}, any>;
|
|
6204
6397
|
};
|
|
6205
6398
|
thresholdPx: NumberConstructor;
|
|
6206
6399
|
scrollId: {
|
|
@@ -6209,11 +6402,11 @@ default: string;
|
|
|
6209
6402
|
};
|
|
6210
6403
|
}, {
|
|
6211
6404
|
events: ComputedRef<Partial<XEventsTypes>>;
|
|
6212
|
-
isVisible: ComputedRef<
|
|
6405
|
+
isVisible: ComputedRef<boolean>;
|
|
6213
6406
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
6214
6407
|
animation: {
|
|
6215
|
-
type:
|
|
6216
|
-
default: () => DefineComponent< {}, {}, any
|
|
6408
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
6409
|
+
default: () => DefineComponent< {}, {}, any>;
|
|
6217
6410
|
};
|
|
6218
6411
|
thresholdPx: NumberConstructor;
|
|
6219
6412
|
scrollId: {
|
|
@@ -6221,14 +6414,14 @@ type: StringConstructor;
|
|
|
6221
6414
|
default: string;
|
|
6222
6415
|
};
|
|
6223
6416
|
}>>, {
|
|
6224
|
-
animation: string |
|
|
6417
|
+
animation: string | Function | Record<string, any>;
|
|
6225
6418
|
scrollId: string;
|
|
6226
6419
|
}, {}>;
|
|
6227
6420
|
|
|
6228
6421
|
// @public
|
|
6229
6422
|
export interface ScrollVisibilityObserver {
|
|
6230
|
-
observe(element: HTMLElement)
|
|
6231
|
-
unobserve(element: HTMLElement)
|
|
6423
|
+
observe: (element: HTMLElement) => void;
|
|
6424
|
+
unobserve: (element: HTMLElement) => void;
|
|
6232
6425
|
}
|
|
6233
6426
|
|
|
6234
6427
|
// @internal
|
|
@@ -6288,20 +6481,20 @@ export type SearchActionContext = XActionContext<SearchState, SearchGetters, Sea
|
|
|
6288
6481
|
|
|
6289
6482
|
// @public
|
|
6290
6483
|
export interface SearchActions {
|
|
6291
|
-
cancelFetchAndSaveSearchResponse()
|
|
6292
|
-
fetchAndSaveSearchResponse(request: InternalSearchRequest | null)
|
|
6293
|
-
fetchSearchResponse(request: SearchRequest)
|
|
6294
|
-
increasePageAppendingResults()
|
|
6295
|
-
resetRequestOnRefinement(watchedRequest: WatchedInternalSearchRequest)
|
|
6296
|
-
saveOrigin(originInit: QueryOriginInit)
|
|
6297
|
-
saveSearchResponse(response: SearchResponse)
|
|
6298
|
-
setUrlParams(urlParams: UrlParams)
|
|
6484
|
+
cancelFetchAndSaveSearchResponse: () => void;
|
|
6485
|
+
fetchAndSaveSearchResponse: (request: InternalSearchRequest | null) => void;
|
|
6486
|
+
fetchSearchResponse: (request: SearchRequest) => SearchResponse;
|
|
6487
|
+
increasePageAppendingResults: () => void;
|
|
6488
|
+
resetRequestOnRefinement: (watchedRequest: WatchedInternalSearchRequest) => void;
|
|
6489
|
+
saveOrigin: (originInit: QueryOriginInit) => void;
|
|
6490
|
+
saveSearchResponse: (response: SearchResponse) => void;
|
|
6491
|
+
setUrlParams: (urlParams: UrlParams) => void;
|
|
6299
6492
|
}
|
|
6300
6493
|
|
|
6301
6494
|
// @public
|
|
6302
6495
|
export interface SearchBoxActions {
|
|
6303
|
-
setInputStatus(event: XEvent)
|
|
6304
|
-
setUrlParams(urlParams: UrlParams)
|
|
6496
|
+
setInputStatus: (event: XEvent) => void;
|
|
6497
|
+
setUrlParams: (urlParams: UrlParams) => void;
|
|
6305
6498
|
}
|
|
6306
6499
|
|
|
6307
6500
|
// @internal
|
|
@@ -6321,7 +6514,7 @@ export interface SearchBoxGetters {
|
|
|
6321
6514
|
// @public
|
|
6322
6515
|
export interface SearchBoxMutations extends QueryMutations {
|
|
6323
6516
|
// Warning: (ae-incompatible-release-tags) The symbol "setInputStatus" is marked as @public, but its signature references "InputStatus" which is marked as @internal
|
|
6324
|
-
setInputStatus(inputStatus: InputStatus)
|
|
6517
|
+
setInputStatus: (inputStatus: InputStatus) => void;
|
|
6325
6518
|
}
|
|
6326
6519
|
|
|
6327
6520
|
// @public
|
|
@@ -6404,6 +6597,10 @@ emitEvents: () => void;
|
|
|
6404
6597
|
|
|
6405
6598
|
// @public
|
|
6406
6599
|
export interface SearchConfig {
|
|
6600
|
+
// Warning: (ae-forgotten-export) The symbol "PageMode" needs to be exported by the entry point index.d.ts
|
|
6601
|
+
//
|
|
6602
|
+
// (undocumented)
|
|
6603
|
+
pageMode: PageMode;
|
|
6407
6604
|
pageSize: number;
|
|
6408
6605
|
}
|
|
6409
6606
|
|
|
@@ -6469,7 +6666,7 @@ type: NumberConstructor;
|
|
|
6469
6666
|
default: number;
|
|
6470
6667
|
};
|
|
6471
6668
|
}, {
|
|
6472
|
-
query: ComputedRef<
|
|
6669
|
+
query: ComputedRef<string>;
|
|
6473
6670
|
inputElement: Ref<HTMLInputElement | undefined>;
|
|
6474
6671
|
emitUserHoveredInSearchBox: () => void;
|
|
6475
6672
|
emitUserHoveredOutSearchBox: () => void;
|
|
@@ -6511,8 +6708,8 @@ type: PropType<string[]>;
|
|
|
6511
6708
|
required: true;
|
|
6512
6709
|
};
|
|
6513
6710
|
animation: {
|
|
6514
|
-
type:
|
|
6515
|
-
default: () => DefineComponent
|
|
6711
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
6712
|
+
default: () => DefineComponent;
|
|
6516
6713
|
};
|
|
6517
6714
|
animationIntervalMs: {
|
|
6518
6715
|
type: NumberConstructor;
|
|
@@ -6528,8 +6725,8 @@ type: PropType<string[]>;
|
|
|
6528
6725
|
required: true;
|
|
6529
6726
|
};
|
|
6530
6727
|
animation: {
|
|
6531
|
-
type:
|
|
6532
|
-
default: () => DefineComponent
|
|
6728
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
6729
|
+
default: () => DefineComponent;
|
|
6533
6730
|
};
|
|
6534
6731
|
animationIntervalMs: {
|
|
6535
6732
|
type: NumberConstructor;
|
|
@@ -6537,38 +6734,38 @@ default: number;
|
|
|
6537
6734
|
};
|
|
6538
6735
|
animateOnlyOnHover: BooleanConstructor;
|
|
6539
6736
|
}>>, {
|
|
6540
|
-
animation: string |
|
|
6737
|
+
animation: string | Function | Record<string, any>;
|
|
6541
6738
|
animationIntervalMs: number;
|
|
6542
6739
|
animateOnlyOnHover: boolean;
|
|
6543
6740
|
}, {}>;
|
|
6544
6741
|
|
|
6545
6742
|
// @public
|
|
6546
6743
|
export interface SearchMutations extends StatusMutations, QueryMutations, ConfigMutations<SearchState> {
|
|
6547
|
-
appendResults(results: Result[])
|
|
6548
|
-
resetState()
|
|
6549
|
-
resetStateForReload()
|
|
6550
|
-
setBanners(banners: Banner_2[])
|
|
6551
|
-
setDisplayTagging(DisplayTagging: TaggingRequest)
|
|
6552
|
-
setFacets(facets: Facet[])
|
|
6553
|
-
setFromNoResultsWithFilters(fromNoResultsWithFilters: boolean)
|
|
6554
|
-
setIsAppendResults(isAppendResults: boolean)
|
|
6555
|
-
setIsNoResults(isNoResults: boolean)
|
|
6556
|
-
setOrigin(origin: QueryOrigin | undefined | null)
|
|
6557
|
-
setPage(page: number)
|
|
6558
|
-
setParams(params: Dictionary<unknown>)
|
|
6559
|
-
setPartialResults(partialResults: PartialResult[])
|
|
6560
|
-
setPromoteds(promoteds: Promoted_2[])
|
|
6561
|
-
setQueryTagging(queryTagging: TaggingRequest)
|
|
6562
|
-
setRedirections(redirections: Redirection_2[])
|
|
6563
|
-
setRelatedTags(relatedTags: RelatedTag_2[])
|
|
6564
|
-
setResults(results: Result[])
|
|
6565
|
-
setSelectedFilters(selectedFilters: Filter[])
|
|
6744
|
+
appendResults: (results: Result[]) => void;
|
|
6745
|
+
resetState: () => void;
|
|
6746
|
+
resetStateForReload: () => void;
|
|
6747
|
+
setBanners: (banners: Banner_2[]) => void;
|
|
6748
|
+
setDisplayTagging: (DisplayTagging: TaggingRequest) => void;
|
|
6749
|
+
setFacets: (facets: Facet[]) => void;
|
|
6750
|
+
setFromNoResultsWithFilters: (fromNoResultsWithFilters: boolean) => void;
|
|
6751
|
+
setIsAppendResults: (isAppendResults: boolean) => void;
|
|
6752
|
+
setIsNoResults: (isNoResults: boolean) => void;
|
|
6753
|
+
setOrigin: (origin: QueryOrigin | undefined | null) => void;
|
|
6754
|
+
setPage: (page: number) => void;
|
|
6755
|
+
setParams: (params: Dictionary<unknown>) => void;
|
|
6756
|
+
setPartialResults: (partialResults: PartialResult[]) => void;
|
|
6757
|
+
setPromoteds: (promoteds: Promoted_2[]) => void;
|
|
6758
|
+
setQueryTagging: (queryTagging: TaggingRequest) => void;
|
|
6759
|
+
setRedirections: (redirections: Redirection_2[]) => void;
|
|
6760
|
+
setRelatedTags: (relatedTags: RelatedTag_2[]) => void;
|
|
6761
|
+
setResults: (results: Result[]) => void;
|
|
6762
|
+
setSelectedFilters: (selectedFilters: Filter[]) => void;
|
|
6566
6763
|
// Warning: (ae-forgotten-export) The symbol "Sort" needs to be exported by the entry point index.d.ts
|
|
6567
|
-
setSort(sort: Sort)
|
|
6568
|
-
setSpellcheck(spellcheckedQuery: string)
|
|
6569
|
-
setStats(stats: Stats)
|
|
6570
|
-
setTotalResults(totalResults: number)
|
|
6571
|
-
updateResult(result: Partial<Result> & Pick<Result, 'id'>)
|
|
6764
|
+
setSort: (sort: Sort) => void;
|
|
6765
|
+
setSpellcheck: (spellcheckedQuery: string) => void;
|
|
6766
|
+
setStats: (stats: Stats) => void;
|
|
6767
|
+
setTotalResults: (totalResults: number) => void;
|
|
6768
|
+
updateResult: (result: Partial<Result> & Pick<Result, 'id'>) => void;
|
|
6572
6769
|
}
|
|
6573
6770
|
|
|
6574
6771
|
// @public
|
|
@@ -6675,6 +6872,10 @@ export const searchWiring: {
|
|
|
6675
6872
|
UserSelectedAHistoryQuery: {
|
|
6676
6873
|
setSearchSelectedFiltersFromHistoryQuery: AnyWire;
|
|
6677
6874
|
};
|
|
6875
|
+
UserSelectedAPage: {
|
|
6876
|
+
setSearchPage: Wire<number>;
|
|
6877
|
+
resetAppending: AnyWire;
|
|
6878
|
+
};
|
|
6678
6879
|
};
|
|
6679
6880
|
|
|
6680
6881
|
// @public
|
|
@@ -6697,6 +6898,7 @@ export interface SearchXEvents {
|
|
|
6697
6898
|
UserClickedASort: Sort;
|
|
6698
6899
|
UserClickedPartialQuery: string;
|
|
6699
6900
|
UserReachedResultsListEnd: void;
|
|
6901
|
+
UserSelectedAPage: number;
|
|
6700
6902
|
}
|
|
6701
6903
|
|
|
6702
6904
|
// @public
|
|
@@ -6719,12 +6921,12 @@ export const SELECTED_VARIANTS_KEY: XInjectKey<ResultVariant[]>;
|
|
|
6719
6921
|
|
|
6720
6922
|
// @public
|
|
6721
6923
|
export const SelectedFilters: DefineComponent< {
|
|
6722
|
-
facetsIds: PropType<
|
|
6924
|
+
facetsIds: PropType<Array<Facet["id"]>>;
|
|
6723
6925
|
alwaysVisible: BooleanConstructor;
|
|
6724
6926
|
}, () => VNode<RendererNode, RendererElement, {
|
|
6725
6927
|
[key: string]: any;
|
|
6726
6928
|
}> | "", unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
6727
|
-
facetsIds: PropType<
|
|
6929
|
+
facetsIds: PropType<Array<Facet["id"]>>;
|
|
6728
6930
|
alwaysVisible: BooleanConstructor;
|
|
6729
6931
|
}>>, {
|
|
6730
6932
|
alwaysVisible: boolean;
|
|
@@ -6738,10 +6940,10 @@ export const selectedFiltersByFacet: FacetsXStoreModule['getters']['selectedFilt
|
|
|
6738
6940
|
|
|
6739
6941
|
// @public
|
|
6740
6942
|
export const SelectedFiltersList: DefineComponent< {
|
|
6741
|
-
facetsIds: PropType<
|
|
6943
|
+
facetsIds: PropType<Array<Facet["id"]>>;
|
|
6742
6944
|
alwaysVisible: BooleanConstructor;
|
|
6743
6945
|
animation: {
|
|
6744
|
-
type:
|
|
6946
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
6745
6947
|
default: string;
|
|
6746
6948
|
};
|
|
6747
6949
|
}, {
|
|
@@ -6749,20 +6951,20 @@ selectedFilters: ComputedRef<Filter[]>;
|
|
|
6749
6951
|
mapSlot: (selectedFilters: Filter[]) => RenderFilter[];
|
|
6750
6952
|
hasSlot: (name: string) => boolean;
|
|
6751
6953
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
6752
|
-
facetsIds: PropType<
|
|
6954
|
+
facetsIds: PropType<Array<Facet["id"]>>;
|
|
6753
6955
|
alwaysVisible: BooleanConstructor;
|
|
6754
6956
|
animation: {
|
|
6755
|
-
type:
|
|
6957
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
6756
6958
|
default: string;
|
|
6757
6959
|
};
|
|
6758
6960
|
}>>, {
|
|
6759
6961
|
alwaysVisible: boolean;
|
|
6760
|
-
animation: string |
|
|
6962
|
+
animation: string | Function | Record<string, any>;
|
|
6761
6963
|
}, {}>;
|
|
6762
6964
|
|
|
6763
6965
|
// @public
|
|
6764
6966
|
export const SemanticQueries: DefineComponent< {}, {
|
|
6765
|
-
suggestions: ComputedRef<
|
|
6967
|
+
suggestions: ComputedRef<SemanticQuery_2[]>;
|
|
6766
6968
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
6767
6969
|
|
|
6768
6970
|
// @public
|
|
@@ -6770,9 +6972,9 @@ export type SemanticQueriesActionContext = XActionContext<SemanticQueriesState,
|
|
|
6770
6972
|
|
|
6771
6973
|
// @public
|
|
6772
6974
|
export interface SemanticQueriesActions {
|
|
6773
|
-
fetchAndSaveSemanticQuery(request: SemanticQueriesRequest | null)
|
|
6975
|
+
fetchAndSaveSemanticQuery: (request: SemanticQueriesRequest | null) => void;
|
|
6774
6976
|
// Warning: (ae-forgotten-export) The symbol "SemanticQueriesResponse" needs to be exported by the entry point index.d.ts
|
|
6775
|
-
fetchSemanticQuery(request: SemanticQueriesRequest | null)
|
|
6977
|
+
fetchSemanticQuery: (request: SemanticQueriesRequest | null) => SemanticQueriesResponse | null;
|
|
6776
6978
|
}
|
|
6777
6979
|
|
|
6778
6980
|
// @public
|
|
@@ -6790,20 +6992,23 @@ export const semanticQueriesEmitters: {
|
|
|
6790
6992
|
// @public
|
|
6791
6993
|
export interface SemanticQueriesGetters {
|
|
6792
6994
|
normalizedQuery: string;
|
|
6995
|
+
query: string;
|
|
6793
6996
|
request: SemanticQueriesRequest | null;
|
|
6794
6997
|
}
|
|
6795
6998
|
|
|
6796
6999
|
// @public
|
|
6797
7000
|
export interface SemanticQueriesMutations extends QueryMutations, ConfigMutations<SemanticQueriesState> {
|
|
6798
|
-
setParams(params: Dictionary<unknown>)
|
|
6799
|
-
setSemanticQueries(semanticQueries: SemanticQuery_2[])
|
|
6800
|
-
|
|
7001
|
+
setParams: (params: Dictionary<unknown>) => void;
|
|
7002
|
+
setSemanticQueries: (semanticQueries: SemanticQuery_2[]) => void;
|
|
7003
|
+
setSemanticQueriesRelatedTags: (relatedTags: RelatedTag_2[]) => void;
|
|
7004
|
+
setTotalResults: (totalResults: number) => void;
|
|
6801
7005
|
}
|
|
6802
7006
|
|
|
6803
7007
|
// @public
|
|
6804
7008
|
export interface SemanticQueriesState extends QueryState {
|
|
6805
7009
|
config: SemanticQueriesConfig;
|
|
6806
7010
|
params: Dictionary<unknown>;
|
|
7011
|
+
relatedTags: RelatedTag_2[];
|
|
6807
7012
|
semanticQueries: SemanticQuery_2[];
|
|
6808
7013
|
totalResults: number;
|
|
6809
7014
|
}
|
|
@@ -6823,6 +7028,9 @@ export const semanticQueriesWiring: {
|
|
|
6823
7028
|
setQueryFromSearchResponseChangedWire: Wire<InternalSearchResponse>;
|
|
6824
7029
|
setTotalResultsFromSearchResponseChangedWire: Wire<InternalSearchResponse>;
|
|
6825
7030
|
};
|
|
7031
|
+
SelectedRelatedTagsChanged: {
|
|
7032
|
+
setSemanticQueriesRelatedTags: Wire<RelatedTag_2[]>;
|
|
7033
|
+
};
|
|
6826
7034
|
};
|
|
6827
7035
|
|
|
6828
7036
|
// @public
|
|
@@ -6851,7 +7059,7 @@ type: PropType<SemanticQuery_2>;
|
|
|
6851
7059
|
required: true;
|
|
6852
7060
|
};
|
|
6853
7061
|
}, {
|
|
6854
|
-
query: ComputedRef<
|
|
7062
|
+
query: ComputedRef<string>;
|
|
6855
7063
|
suggestionSelectedEvents: {
|
|
6856
7064
|
UserSelectedASemanticQuery: SemanticQuery_2;
|
|
6857
7065
|
};
|
|
@@ -6865,6 +7073,11 @@ required: true;
|
|
|
6865
7073
|
// @public
|
|
6866
7074
|
export const sessionHistoryQueries: HistoryQueriesXStoreModule['getters']['sessionHistoryQueries'];
|
|
6867
7075
|
|
|
7076
|
+
// @public
|
|
7077
|
+
export function setConfig<T extends {
|
|
7078
|
+
config: T['config'];
|
|
7079
|
+
}>(state: T, config: T['config']): void;
|
|
7080
|
+
|
|
6868
7081
|
// @public
|
|
6869
7082
|
export const setConsent: Wire<boolean>;
|
|
6870
7083
|
|
|
@@ -6937,6 +7150,9 @@ export const setPopularSearchesExtraParams: Wire<Dictionary<unknown>>;
|
|
|
6937
7150
|
// @public
|
|
6938
7151
|
export const setQueriesPreviewExtraParamsWire: Wire<Dictionary<unknown>>;
|
|
6939
7152
|
|
|
7153
|
+
// @public
|
|
7154
|
+
export function setQuery(state: QueryState, query: string): void;
|
|
7155
|
+
|
|
6940
7156
|
// @public
|
|
6941
7157
|
export const setQueryFromLastHistoryQuery: NextQueriesXStoreModule['actions']['setQueryFromLastHistoryQuery'];
|
|
6942
7158
|
|
|
@@ -7086,6 +7302,9 @@ export const setUrlParamsFromPreview: AnyWire;
|
|
|
7086
7302
|
// @public
|
|
7087
7303
|
export const setUrlParamsWire: Wire<UrlParams>;
|
|
7088
7304
|
|
|
7305
|
+
// @public
|
|
7306
|
+
export const setUrlPrompt: Wire<number>;
|
|
7307
|
+
|
|
7089
7308
|
// @public
|
|
7090
7309
|
export const setUrlQuery: Wire<string>;
|
|
7091
7310
|
|
|
@@ -7152,9 +7371,9 @@ queryPreviewHash: ComputedRef<string> | null;
|
|
|
7152
7371
|
} | undefined;
|
|
7153
7372
|
UserSelectedASuggestion?: Suggestion | undefined;
|
|
7154
7373
|
SnippetCallbackExecuted?: {
|
|
7155
|
-
event:
|
|
7374
|
+
event: XEvent;
|
|
7156
7375
|
callbackReturn: unknown;
|
|
7157
|
-
payload:
|
|
7376
|
+
payload: ExtractPayload<XEvent>;
|
|
7158
7377
|
metadata: WireMetadata;
|
|
7159
7378
|
} | undefined;
|
|
7160
7379
|
ModuleRegistered?: keyof XModulesTree | undefined;
|
|
@@ -7178,7 +7397,7 @@ UserClickedANumberRangeFilter?: NumberRangeFilter_2 | undefined;
|
|
|
7178
7397
|
UserClickedASimpleFilter: SimpleFilter_2;
|
|
7179
7398
|
UserClickedAllFilter?: [string | number] | undefined;
|
|
7180
7399
|
UserModifiedEditableNumberRangeFilter?: EditableNumberRangeFilter_2 | undefined;
|
|
7181
|
-
UserClickedClearAllFilters?:
|
|
7400
|
+
UserClickedClearAllFilters?: Array<Facet["id"]> | undefined;
|
|
7182
7401
|
FacetsQueryChanged?: string | undefined;
|
|
7183
7402
|
HistoryQueriesDisplayed?: HistoryQuery_2[] | undefined;
|
|
7184
7403
|
HistoryQueriesQueryChanged?: string | undefined;
|
|
@@ -7211,7 +7430,6 @@ queryPreviewHash: string;
|
|
|
7211
7430
|
cache: boolean;
|
|
7212
7431
|
} | undefined;
|
|
7213
7432
|
QuerySuggestionsChanged?: Suggestion[] | undefined;
|
|
7214
|
-
QuerySuggestionsDisplayed?: Suggestion[] | undefined;
|
|
7215
7433
|
QuerySuggestionsRequestUpdated?: QuerySuggestionsRequest | null | undefined;
|
|
7216
7434
|
UserSelectedAQuerySuggestion?: Suggestion | undefined;
|
|
7217
7435
|
RecommendationsChanged?: Result[] | undefined;
|
|
@@ -7261,6 +7479,7 @@ UserClickedARedirection?: Redirection_2 | undefined;
|
|
|
7261
7479
|
UserClickedAPromoted?: Promoted_2 | undefined;
|
|
7262
7480
|
UserClickedABanner?: Banner_2 | undefined;
|
|
7263
7481
|
UserClickedAbortARedirection?: void | undefined;
|
|
7482
|
+
UserSelectedAPage?: number | undefined;
|
|
7264
7483
|
SemanticQueryRequestUpdated?: SemanticQueriesRequest | null | undefined;
|
|
7265
7484
|
SemanticQueriesResponseChanged?: SemanticQuery_2[] | undefined;
|
|
7266
7485
|
UserSelectedASemanticQuery?: SemanticQuery_2 | undefined;
|
|
@@ -7279,6 +7498,17 @@ ExtraParamsLoadedFromUrl?: Dictionary<unknown> | undefined;
|
|
|
7279
7498
|
PushableUrlStateUpdated?: UrlParams | undefined;
|
|
7280
7499
|
ReplaceableUrlStateUpdated?: UrlParams | undefined;
|
|
7281
7500
|
RelatedPromptsRequestUpdated?: RelatedPromptsRequest | null | undefined;
|
|
7501
|
+
SelectedRelatedPromptChanged?: number | undefined;
|
|
7502
|
+
UserSelectedARelatedPrompt?: number | undefined;
|
|
7503
|
+
UserSelectedARelatedPromptQuery?: number | undefined;
|
|
7504
|
+
UserClickedARelatedPromptResult?: Result | undefined;
|
|
7505
|
+
UserClickedARelatedPromptAdd2Cart?: Result | undefined;
|
|
7506
|
+
RelatedPromptsResponseChanged?: RelatedPrompt_2[] | undefined;
|
|
7507
|
+
RelatedPromptsUnmounted?: void | undefined;
|
|
7508
|
+
ReloadRelatedPromptsRequested?: void | undefined;
|
|
7509
|
+
AiSuggestionsRequestUpdated?: AiSuggestionsRequest | null | undefined;
|
|
7510
|
+
AiSuggestionsSearchRequestUpdated?: AiSuggestionsSearchRequest | null | undefined;
|
|
7511
|
+
UserClickedAiOverviewExpandButton?: boolean | undefined;
|
|
7282
7512
|
}>;
|
|
7283
7513
|
innerCssClasses: ComputedRef<(string | Dictionary<boolean>)[]>;
|
|
7284
7514
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
@@ -7302,8 +7532,8 @@ export class SimpleFilterEntity implements FilterEntity {
|
|
|
7302
7532
|
//
|
|
7303
7533
|
// (undocumented)
|
|
7304
7534
|
static accepts: typeof isSimpleFilter;
|
|
7305
|
-
deselect(
|
|
7306
|
-
select(
|
|
7535
|
+
deselect(filterParam: Filter): void;
|
|
7536
|
+
select(filterParam: Filter): void;
|
|
7307
7537
|
// (undocumented)
|
|
7308
7538
|
protected store: Store<RootXStoreState>;
|
|
7309
7539
|
}
|
|
@@ -7314,18 +7544,18 @@ export type SimpleStateSelector<ReturnType, State extends Dictionary, Getters ex
|
|
|
7314
7544
|
// @public @deprecated
|
|
7315
7545
|
export const SingleColumnLayout: DefineComponent< {
|
|
7316
7546
|
asideAnimation: {
|
|
7317
|
-
type:
|
|
7318
|
-
default: () => DefineComponent
|
|
7547
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
7548
|
+
default: () => DefineComponent;
|
|
7319
7549
|
};
|
|
7320
7550
|
devMode: BooleanConstructor;
|
|
7321
7551
|
}, unknown, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
7322
7552
|
asideAnimation: {
|
|
7323
|
-
type:
|
|
7324
|
-
default: () => DefineComponent
|
|
7553
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
7554
|
+
default: () => DefineComponent;
|
|
7325
7555
|
};
|
|
7326
7556
|
devMode: BooleanConstructor;
|
|
7327
7557
|
}>>, {
|
|
7328
|
-
asideAnimation: string |
|
|
7558
|
+
asideAnimation: string | Function | Record<string, any>;
|
|
7329
7559
|
devMode: boolean;
|
|
7330
7560
|
}, {}>;
|
|
7331
7561
|
|
|
@@ -7343,7 +7573,7 @@ export class SingleSelectModifier extends BaseFilterEntityModifier {
|
|
|
7343
7573
|
export const SlicedFilters: DefineComponent< {
|
|
7344
7574
|
filters: PropType<Filter[]>;
|
|
7345
7575
|
parentId: {
|
|
7346
|
-
type: PropType<
|
|
7576
|
+
type: PropType<Filter["id"]>;
|
|
7347
7577
|
required: false;
|
|
7348
7578
|
};
|
|
7349
7579
|
max: {
|
|
@@ -7361,7 +7591,7 @@ showMoreFilters: Ref<boolean>;
|
|
|
7361
7591
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("click:show-less" | "click:show-more")[], "click:show-less" | "click:show-more", PublicProps, Readonly<ExtractPropTypes< {
|
|
7362
7592
|
filters: PropType<Filter[]>;
|
|
7363
7593
|
parentId: {
|
|
7364
|
-
type: PropType<
|
|
7594
|
+
type: PropType<Filter["id"]>;
|
|
7365
7595
|
required: false;
|
|
7366
7596
|
};
|
|
7367
7597
|
max: {
|
|
@@ -7388,17 +7618,26 @@ resetOnContentChange: {
|
|
|
7388
7618
|
type: BooleanConstructor;
|
|
7389
7619
|
default: boolean;
|
|
7390
7620
|
};
|
|
7391
|
-
buttonClass:
|
|
7392
|
-
|
|
7621
|
+
buttonClass: {
|
|
7622
|
+
type: PropType<VueCSSClasses>;
|
|
7623
|
+
};
|
|
7624
|
+
scrollContainerClass: {
|
|
7625
|
+
type: PropType<VueCSSClasses>;
|
|
7626
|
+
};
|
|
7393
7627
|
}, {
|
|
7628
|
+
arrivedState: {
|
|
7629
|
+
left: boolean;
|
|
7630
|
+
right: boolean;
|
|
7631
|
+
top: boolean;
|
|
7632
|
+
bottom: boolean;
|
|
7633
|
+
};
|
|
7394
7634
|
cssClasses: ComputedRef< {
|
|
7395
7635
|
'x-sliding-panel-at-start': boolean;
|
|
7396
7636
|
'x-sliding-panel-at-end': boolean;
|
|
7397
7637
|
}>;
|
|
7398
|
-
debouncedUpdateScroll: DebouncedFunction<[]>;
|
|
7399
7638
|
scrollContainerRef: Ref<HTMLDivElement | undefined>;
|
|
7400
|
-
|
|
7401
|
-
|
|
7639
|
+
slotContainerWidth: Ref<number>;
|
|
7640
|
+
xScroll: WritableComputedRef<number>;
|
|
7402
7641
|
slots: Readonly<{
|
|
7403
7642
|
[name: string]: Slot<any> | undefined;
|
|
7404
7643
|
}>;
|
|
@@ -7415,8 +7654,12 @@ resetOnContentChange: {
|
|
|
7415
7654
|
type: BooleanConstructor;
|
|
7416
7655
|
default: boolean;
|
|
7417
7656
|
};
|
|
7418
|
-
buttonClass:
|
|
7419
|
-
|
|
7657
|
+
buttonClass: {
|
|
7658
|
+
type: PropType<VueCSSClasses>;
|
|
7659
|
+
};
|
|
7660
|
+
scrollContainerClass: {
|
|
7661
|
+
type: PropType<VueCSSClasses>;
|
|
7662
|
+
};
|
|
7420
7663
|
}>>, {
|
|
7421
7664
|
scrollFactor: number;
|
|
7422
7665
|
showButtons: boolean;
|
|
@@ -7459,9 +7702,9 @@ queryPreviewHash: ComputedRef<string> | null;
|
|
|
7459
7702
|
}, metadata: WireMetadata) => unknown;
|
|
7460
7703
|
UserSelectedASuggestion: (payload: Suggestion, metadata: WireMetadata) => unknown;
|
|
7461
7704
|
SnippetCallbackExecuted: (payload: {
|
|
7462
|
-
event:
|
|
7705
|
+
event: XEvent;
|
|
7463
7706
|
callbackReturn: unknown;
|
|
7464
|
-
payload:
|
|
7707
|
+
payload: ExtractPayload<XEvent>;
|
|
7465
7708
|
metadata: WireMetadata;
|
|
7466
7709
|
}, metadata: WireMetadata) => unknown;
|
|
7467
7710
|
ModuleRegistered: (payload: keyof XModulesTree, metadata: WireMetadata) => unknown;
|
|
@@ -7518,7 +7761,6 @@ queryPreviewHash: string;
|
|
|
7518
7761
|
cache: boolean;
|
|
7519
7762
|
}, metadata: WireMetadata) => unknown;
|
|
7520
7763
|
QuerySuggestionsChanged: (payload: Suggestion[], metadata: WireMetadata) => unknown;
|
|
7521
|
-
QuerySuggestionsDisplayed: (payload: Suggestion[], metadata: WireMetadata) => unknown;
|
|
7522
7764
|
QuerySuggestionsRequestUpdated: (payload: QuerySuggestionsRequest | null, metadata: WireMetadata) => unknown;
|
|
7523
7765
|
UserSelectedAQuerySuggestion: (payload: Suggestion, metadata: WireMetadata) => unknown;
|
|
7524
7766
|
RecommendationsChanged: (payload: Result[], metadata: WireMetadata) => unknown;
|
|
@@ -7568,6 +7810,7 @@ UserClickedARedirection: (payload: Redirection_2, metadata: WireMetadata) => unk
|
|
|
7568
7810
|
UserClickedAPromoted: (payload: Promoted_2, metadata: WireMetadata) => unknown;
|
|
7569
7811
|
UserClickedABanner: (payload: Banner_2, metadata: WireMetadata) => unknown;
|
|
7570
7812
|
UserClickedAbortARedirection: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
7813
|
+
UserSelectedAPage: (payload: number, metadata: WireMetadata) => unknown;
|
|
7571
7814
|
SemanticQueryRequestUpdated: (payload: SemanticQueriesRequest | null, metadata: WireMetadata) => unknown;
|
|
7572
7815
|
SemanticQueriesResponseChanged: (payload: SemanticQuery_2[], metadata: WireMetadata) => unknown;
|
|
7573
7816
|
UserSelectedASemanticQuery: (payload: SemanticQuery_2, metadata: WireMetadata) => unknown;
|
|
@@ -7586,6 +7829,17 @@ ExtraParamsLoadedFromUrl: (payload: Dictionary<unknown>, metadata: WireMetadata)
|
|
|
7586
7829
|
PushableUrlStateUpdated: (payload: UrlParams, metadata: WireMetadata) => unknown;
|
|
7587
7830
|
ReplaceableUrlStateUpdated: (payload: UrlParams, metadata: WireMetadata) => unknown;
|
|
7588
7831
|
RelatedPromptsRequestUpdated: (payload: RelatedPromptsRequest | null, metadata: WireMetadata) => unknown;
|
|
7832
|
+
SelectedRelatedPromptChanged: (payload: number, metadata: WireMetadata) => unknown;
|
|
7833
|
+
UserSelectedARelatedPrompt: (payload: number, metadata: WireMetadata) => unknown;
|
|
7834
|
+
UserSelectedARelatedPromptQuery: (payload: number, metadata: WireMetadata) => unknown;
|
|
7835
|
+
UserClickedARelatedPromptResult: (payload: Result, metadata: WireMetadata) => unknown;
|
|
7836
|
+
UserClickedARelatedPromptAdd2Cart: (payload: Result, metadata: WireMetadata) => unknown;
|
|
7837
|
+
RelatedPromptsResponseChanged: (payload: RelatedPrompt_2[], metadata: WireMetadata) => unknown;
|
|
7838
|
+
RelatedPromptsUnmounted: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
7839
|
+
ReloadRelatedPromptsRequested: (payload: undefined, metadata: WireMetadata) => unknown;
|
|
7840
|
+
AiSuggestionsRequestUpdated: (payload: AiSuggestionsRequest | null, metadata: WireMetadata) => unknown;
|
|
7841
|
+
AiSuggestionsSearchRequestUpdated: (payload: AiSuggestionsSearchRequest | null, metadata: WireMetadata) => unknown;
|
|
7842
|
+
UserClickedAiOverviewExpandButton: (payload: boolean, metadata: WireMetadata) => unknown;
|
|
7589
7843
|
}>>;
|
|
7590
7844
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
7591
7845
|
|
|
@@ -7613,7 +7867,7 @@ values: {
|
|
|
7613
7867
|
type: PropType<Dictionary<unknown>>;
|
|
7614
7868
|
};
|
|
7615
7869
|
excludedExtraParams: {
|
|
7616
|
-
type: PropType<
|
|
7870
|
+
type: PropType<Array<keyof SnippetConfig>>;
|
|
7617
7871
|
default: () => Array<keyof SnippetConfig>;
|
|
7618
7872
|
};
|
|
7619
7873
|
}, {
|
|
@@ -7623,7 +7877,7 @@ values: {
|
|
|
7623
7877
|
type: PropType<Dictionary<unknown>>;
|
|
7624
7878
|
};
|
|
7625
7879
|
excludedExtraParams: {
|
|
7626
|
-
type: PropType<
|
|
7880
|
+
type: PropType<Array<keyof SnippetConfig>>;
|
|
7627
7881
|
default: () => Array<keyof SnippetConfig>;
|
|
7628
7882
|
};
|
|
7629
7883
|
}>>, {
|
|
@@ -7635,20 +7889,20 @@ export { SortAZIcon }
|
|
|
7635
7889
|
// @public
|
|
7636
7890
|
export const SortDropdown: Vue.DefineComponent<{
|
|
7637
7891
|
items: {
|
|
7638
|
-
type:
|
|
7892
|
+
type: PropType<Sort[]>;
|
|
7639
7893
|
required: true;
|
|
7640
7894
|
};
|
|
7641
|
-
animation:
|
|
7895
|
+
animation: PropType<string | typeof Vue>;
|
|
7642
7896
|
}, {
|
|
7643
7897
|
emitUserClickedASort: (sort: Sort) => void;
|
|
7644
|
-
rootRef: Vue.Ref<Vue.DefineComponent<{}, {}, any
|
|
7645
|
-
selectedSort: Vue.ComputedRef<
|
|
7898
|
+
rootRef: Vue.Ref<Vue.DefineComponent<{}, {}, any> | undefined>;
|
|
7899
|
+
selectedSort: Vue.ComputedRef<string>;
|
|
7646
7900
|
}, unknown, {}, {}, Vue.ComponentOptionsMixin, Vue.ComponentOptionsMixin, "change"[], "change", Vue.PublicProps, Readonly<Vue.ExtractPropTypes<{
|
|
7647
7901
|
items: {
|
|
7648
|
-
type:
|
|
7902
|
+
type: PropType<Sort[]>;
|
|
7649
7903
|
required: true;
|
|
7650
7904
|
};
|
|
7651
|
-
animation:
|
|
7905
|
+
animation: PropType<string | typeof Vue>;
|
|
7652
7906
|
}>> & {
|
|
7653
7907
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
7654
7908
|
}, {}, {}>;
|
|
@@ -7657,7 +7911,7 @@ export const SortDropdown: Vue.DefineComponent<{
|
|
|
7657
7911
|
export const SortedFilters: DefineComponent< {
|
|
7658
7912
|
filters: PropType<Filter[]>;
|
|
7659
7913
|
parentId: {
|
|
7660
|
-
type: PropType<
|
|
7914
|
+
type: PropType<Filter["id"]>;
|
|
7661
7915
|
required: false;
|
|
7662
7916
|
};
|
|
7663
7917
|
}, () => VNode<RendererNode, RendererElement, {
|
|
@@ -7665,7 +7919,7 @@ required: false;
|
|
|
7665
7919
|
}> | "", unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
7666
7920
|
filters: PropType<Filter[]>;
|
|
7667
7921
|
parentId: {
|
|
7668
|
-
type: PropType<
|
|
7922
|
+
type: PropType<Filter["id"]>;
|
|
7669
7923
|
required: false;
|
|
7670
7924
|
};
|
|
7671
7925
|
}>>, {}, {}>;
|
|
@@ -7673,23 +7927,23 @@ required: false;
|
|
|
7673
7927
|
// @public
|
|
7674
7928
|
export const SortList: Vue.DefineComponent<{
|
|
7675
7929
|
items: {
|
|
7676
|
-
type:
|
|
7930
|
+
type: PropType<Sort[]>;
|
|
7677
7931
|
required: true;
|
|
7678
7932
|
};
|
|
7679
7933
|
animation: {
|
|
7680
|
-
type:
|
|
7934
|
+
type: PropType<string | typeof Vue>;
|
|
7681
7935
|
default: () => string;
|
|
7682
7936
|
};
|
|
7683
7937
|
}, {
|
|
7684
7938
|
listItems: Vue.ComputedRef<SortListItem[]>;
|
|
7685
|
-
selectedSort: Vue.ComputedRef<
|
|
7939
|
+
selectedSort: Vue.ComputedRef<string>;
|
|
7686
7940
|
}, unknown, {}, {}, Vue.ComponentOptionsMixin, Vue.ComponentOptionsMixin, {}, string, Vue.PublicProps, Readonly<Vue.ExtractPropTypes<{
|
|
7687
7941
|
items: {
|
|
7688
|
-
type:
|
|
7942
|
+
type: PropType<Sort[]>;
|
|
7689
7943
|
required: true;
|
|
7690
7944
|
};
|
|
7691
7945
|
animation: {
|
|
7692
|
-
type:
|
|
7946
|
+
type: PropType<string | typeof Vue>;
|
|
7693
7947
|
default: () => string;
|
|
7694
7948
|
};
|
|
7695
7949
|
}>>, {
|
|
@@ -7699,24 +7953,24 @@ export const SortList: Vue.DefineComponent<{
|
|
|
7699
7953
|
// @public
|
|
7700
7954
|
export const SortPickerList: Vue.DefineComponent<{
|
|
7701
7955
|
items: {
|
|
7702
|
-
type:
|
|
7956
|
+
type: PropType<Sort[]>;
|
|
7703
7957
|
required: true;
|
|
7704
7958
|
};
|
|
7705
7959
|
animation: {
|
|
7706
|
-
type:
|
|
7960
|
+
type: PropType<string | typeof Vue>;
|
|
7707
7961
|
default: () => string;
|
|
7708
7962
|
};
|
|
7709
7963
|
buttonClass: StringConstructor;
|
|
7710
7964
|
}, {
|
|
7711
7965
|
listItems: Vue.ComputedRef<SortPickerItem[]>;
|
|
7712
|
-
selectedSort: Vue.ComputedRef<
|
|
7966
|
+
selectedSort: Vue.ComputedRef<string>;
|
|
7713
7967
|
}, unknown, {}, {}, Vue.ComponentOptionsMixin, Vue.ComponentOptionsMixin, {}, string, Vue.PublicProps, Readonly<Vue.ExtractPropTypes<{
|
|
7714
7968
|
items: {
|
|
7715
|
-
type:
|
|
7969
|
+
type: PropType<Sort[]>;
|
|
7716
7970
|
required: true;
|
|
7717
7971
|
};
|
|
7718
7972
|
animation: {
|
|
7719
|
-
type:
|
|
7973
|
+
type: PropType<string | typeof Vue>;
|
|
7720
7974
|
default: () => string;
|
|
7721
7975
|
};
|
|
7722
7976
|
buttonClass: StringConstructor;
|
|
@@ -7734,22 +7988,24 @@ export { SortZAIcon }
|
|
|
7734
7988
|
|
|
7735
7989
|
// @public
|
|
7736
7990
|
export interface SpatialNavigation {
|
|
7737
|
-
navigateTo(direction: ArrowKey)
|
|
7991
|
+
navigateTo: (direction: ArrowKey) => HTMLElement;
|
|
7738
7992
|
}
|
|
7739
7993
|
|
|
7740
7994
|
// @public
|
|
7741
7995
|
export const Spellcheck: DefineComponent< {}, {
|
|
7742
|
-
query: ComputedRef<
|
|
7743
|
-
spellcheckedQuery: ComputedRef<
|
|
7996
|
+
query: ComputedRef<string>;
|
|
7997
|
+
spellcheckedQuery: ComputedRef<string>;
|
|
7744
7998
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
7745
7999
|
|
|
7746
8000
|
// @public
|
|
7747
8001
|
export const SpellcheckButton: DefineComponent< {}, {
|
|
7748
8002
|
el: Ref<HTMLElement | undefined>;
|
|
7749
|
-
spellcheckedQuery: ComputedRef<
|
|
8003
|
+
spellcheckedQuery: ComputedRef<string>;
|
|
7750
8004
|
emitEvents: () => void;
|
|
7751
8005
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {}>>, {}, {}>;
|
|
7752
8006
|
|
|
8007
|
+
export { SpinnerIcon }
|
|
8008
|
+
|
|
7753
8009
|
// @public
|
|
7754
8010
|
export const SPLIT_WORDS_REGEX: RegExp;
|
|
7755
8011
|
|
|
@@ -7797,7 +8053,7 @@ export { StarIcon }
|
|
|
7797
8053
|
|
|
7798
8054
|
// @public
|
|
7799
8055
|
export interface StateSelector<ReturnType, State extends Dictionary, Getters extends Dictionary> extends WatchOptions {
|
|
7800
|
-
filter
|
|
8056
|
+
filter?: (newValue: ReturnType, oldValue: ReturnType, state: State) => boolean;
|
|
7801
8057
|
// (undocumented)
|
|
7802
8058
|
metadata?: Partial<WireMetadata>;
|
|
7803
8059
|
// (undocumented)
|
|
@@ -7806,7 +8062,7 @@ export interface StateSelector<ReturnType, State extends Dictionary, Getters ext
|
|
|
7806
8062
|
|
|
7807
8063
|
// @public
|
|
7808
8064
|
export interface StatusMutations {
|
|
7809
|
-
setStatus(status: RequestStatus)
|
|
8065
|
+
setStatus: (status: RequestStatus) => void;
|
|
7810
8066
|
}
|
|
7811
8067
|
|
|
7812
8068
|
// @public
|
|
@@ -7831,10 +8087,18 @@ export type StoreEmitters<StoreModule extends AnyXStoreModule> = {
|
|
|
7831
8087
|
};
|
|
7832
8088
|
|
|
7833
8089
|
// @public
|
|
7834
|
-
export
|
|
7835
|
-
|
|
8090
|
+
export interface StoreModuleStateAndGetters<ModuleName extends XModuleName> {
|
|
8091
|
+
// (undocumented)
|
|
7836
8092
|
getters: ExtractGetters<ModuleName>;
|
|
7837
|
-
|
|
8093
|
+
// (undocumented)
|
|
8094
|
+
state: ExtractState<ModuleName>;
|
|
8095
|
+
}
|
|
8096
|
+
|
|
8097
|
+
// @public
|
|
8098
|
+
export interface SubjectPayload<SomePayload, SomeEventMetadata extends Dictionary> {
|
|
8099
|
+
eventPayload: SomePayload;
|
|
8100
|
+
metadata: SomeEventMetadata;
|
|
8101
|
+
}
|
|
7838
8102
|
|
|
7839
8103
|
// @public
|
|
7840
8104
|
export type SubObject<SomeObject, TargetPropertyType> = {
|
|
@@ -7845,11 +8109,11 @@ export { TagFilledIcon }
|
|
|
7845
8109
|
|
|
7846
8110
|
// @public
|
|
7847
8111
|
export const Tagging: DefineComponent< {
|
|
7848
|
-
|
|
8112
|
+
storageTTLMs: {
|
|
7849
8113
|
type: NumberConstructor;
|
|
7850
8114
|
default: number;
|
|
7851
8115
|
};
|
|
7852
|
-
|
|
8116
|
+
storageKey: {
|
|
7853
8117
|
type: StringConstructor;
|
|
7854
8118
|
default: string;
|
|
7855
8119
|
};
|
|
@@ -7863,11 +8127,11 @@ type: BooleanConstructor;
|
|
|
7863
8127
|
default: null;
|
|
7864
8128
|
};
|
|
7865
8129
|
}, () => void, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
|
|
7866
|
-
|
|
8130
|
+
storageTTLMs: {
|
|
7867
8131
|
type: NumberConstructor;
|
|
7868
8132
|
default: number;
|
|
7869
8133
|
};
|
|
7870
|
-
|
|
8134
|
+
storageKey: {
|
|
7871
8135
|
type: StringConstructor;
|
|
7872
8136
|
default: string;
|
|
7873
8137
|
};
|
|
@@ -7881,23 +8145,23 @@ type: BooleanConstructor;
|
|
|
7881
8145
|
default: null;
|
|
7882
8146
|
};
|
|
7883
8147
|
}>>, {
|
|
7884
|
-
|
|
7885
|
-
|
|
8148
|
+
storageTTLMs: number;
|
|
8149
|
+
storageKey: string;
|
|
7886
8150
|
queryTaggingDebounceMs: number;
|
|
7887
8151
|
consent: boolean;
|
|
7888
8152
|
}, {}>;
|
|
7889
8153
|
|
|
7890
8154
|
// @public
|
|
7891
8155
|
export interface TaggingActions {
|
|
7892
|
-
track(tagging: TaggingRequest | TaggingRequest[])
|
|
8156
|
+
track: (tagging: TaggingRequest | TaggingRequest[]) => void;
|
|
7893
8157
|
}
|
|
7894
8158
|
|
|
7895
8159
|
// @public
|
|
7896
8160
|
export interface TaggingConfig {
|
|
7897
|
-
clickedResultStorageKey: string | null;
|
|
7898
|
-
clickedResultStorageTTLMs: number | null;
|
|
7899
8161
|
queryTaggingDebounceMs: number;
|
|
7900
8162
|
sessionTTLMs: number;
|
|
8163
|
+
storageKey: string | null;
|
|
8164
|
+
storageTTLMs: number | null;
|
|
7901
8165
|
}
|
|
7902
8166
|
|
|
7903
8167
|
// @internal
|
|
@@ -7906,7 +8170,7 @@ export const taggingEmitters: {
|
|
|
7906
8170
|
SearchTaggingReceived: (state: TaggingState) => TaggingRequest;
|
|
7907
8171
|
ResultURLTrackingEnabled: {
|
|
7908
8172
|
selector: (state: TaggingState) => string;
|
|
7909
|
-
filter: (newValue: string) =>
|
|
8173
|
+
filter: (newValue: string) => newValue is "url";
|
|
7910
8174
|
};
|
|
7911
8175
|
};
|
|
7912
8176
|
|
|
@@ -7916,9 +8180,9 @@ export interface TaggingGetters {
|
|
|
7916
8180
|
|
|
7917
8181
|
// @public
|
|
7918
8182
|
export interface TaggingMutations extends ConfigMutations<TaggingState> {
|
|
7919
|
-
setConsent(consent: boolean)
|
|
7920
|
-
setNoResultsTaggingEnabled(module: XModuleName)
|
|
7921
|
-
setQueryTaggingInfo(queryTaggingInfo: TaggingRequest)
|
|
8183
|
+
setConsent: (consent: boolean) => void;
|
|
8184
|
+
setNoResultsTaggingEnabled: (module: XModuleName) => void;
|
|
8185
|
+
setQueryTaggingInfo: (queryTaggingInfo: TaggingRequest) => void;
|
|
7922
8186
|
}
|
|
7923
8187
|
|
|
7924
8188
|
// @public
|
|
@@ -7962,6 +8226,7 @@ export const taggingWiring: {
|
|
|
7962
8226
|
UserClickedResultAddToCart: {
|
|
7963
8227
|
trackAddToCartWire: Wire<Taggable>;
|
|
7964
8228
|
trackResultClickedWire: Wire<Taggable>;
|
|
8229
|
+
storeAddToCartWire: Wire<Result>;
|
|
7965
8230
|
};
|
|
7966
8231
|
UserClickedPDPAddToCart: {
|
|
7967
8232
|
trackAddToCartFromSessionStorage: Wire<string | undefined>;
|
|
@@ -7969,16 +8234,34 @@ export const taggingWiring: {
|
|
|
7969
8234
|
UserClickedABanner: {
|
|
7970
8235
|
trackBannerClickedWire: Wire<Taggable>;
|
|
7971
8236
|
};
|
|
8237
|
+
UserClickedAPromoted: {
|
|
8238
|
+
trackPromotedClickedWire: Wire<Taggable>;
|
|
8239
|
+
};
|
|
7972
8240
|
UserClickedADisplayResult: {
|
|
7973
8241
|
trackDisplayClickedWire: Wire<Taggable>;
|
|
7974
8242
|
setQueryTaggingFromQueryPreview: Wire<Taggable>;
|
|
7975
8243
|
};
|
|
7976
8244
|
SemanticQueriesResponseChanged: {
|
|
7977
|
-
|
|
8245
|
+
trackNoResultsQueryWithFallbackWireDebounced: Wire<any>;
|
|
8246
|
+
};
|
|
8247
|
+
RelatedPromptsResponseChanged: {
|
|
8248
|
+
trackNoResultsQueryWithFallbackWireDebounced: Wire<any>;
|
|
7978
8249
|
};
|
|
7979
8250
|
ModuleRegistered: {
|
|
7980
8251
|
setNoResultsTaggingEnabledWire: Wire<keyof XModulesTree>;
|
|
7981
8252
|
};
|
|
8253
|
+
UserClickedARelatedPromptResult: {
|
|
8254
|
+
trackToolingDisplayClickedWire: Wire<Taggable>;
|
|
8255
|
+
};
|
|
8256
|
+
UserClickedARelatedPromptAdd2Cart: {
|
|
8257
|
+
trackToolingAdd2CartWire: Wire<Taggable>;
|
|
8258
|
+
};
|
|
8259
|
+
UserSelectedARelatedPrompt: {
|
|
8260
|
+
trackRelatedPromptToolingDisplayClickWire: Wire<any>;
|
|
8261
|
+
};
|
|
8262
|
+
UserClickedAiOverviewExpandButton: {
|
|
8263
|
+
trackAiOverviewButtonClickedWire: Wire<any>;
|
|
8264
|
+
};
|
|
7982
8265
|
};
|
|
7983
8266
|
|
|
7984
8267
|
// @public
|
|
@@ -8008,11 +8291,14 @@ export const taggingXStoreModule: TaggingXStoreModule;
|
|
|
8008
8291
|
export { TagIcon }
|
|
8009
8292
|
|
|
8010
8293
|
// @public
|
|
8011
|
-
export
|
|
8012
|
-
|
|
8013
|
-
moduleName: XModuleName;
|
|
8294
|
+
export interface TakeNavigationControl {
|
|
8295
|
+
// (undocumented)
|
|
8014
8296
|
direction: ArrowKey;
|
|
8015
|
-
|
|
8297
|
+
// (undocumented)
|
|
8298
|
+
moduleName: XModuleName;
|
|
8299
|
+
// (undocumented)
|
|
8300
|
+
xEvent: PropsWithType<XEventsTypes, ArrowKey>;
|
|
8301
|
+
}
|
|
8016
8302
|
|
|
8017
8303
|
// @public
|
|
8018
8304
|
export function throttle<Payload>(wire: Wire<Payload>, timeInMs: TimeSelector | number, options?: TimedWireOperatorOptions): Wire<Payload>;
|
|
@@ -8050,6 +8336,9 @@ export const track: TaggingXStoreModule['actions']['track'];
|
|
|
8050
8336
|
// @public
|
|
8051
8337
|
export const trackAddToCartWire: Wire<Taggable>;
|
|
8052
8338
|
|
|
8339
|
+
// @public
|
|
8340
|
+
export const trackAiOverviewButtonClickedWire: Wire<any>;
|
|
8341
|
+
|
|
8053
8342
|
// @public
|
|
8054
8343
|
export const trackBannerClickedWire: Wire<Taggable>;
|
|
8055
8344
|
|
|
@@ -8060,17 +8349,35 @@ export const trackDisplayClickedWire: Wire<Taggable>;
|
|
|
8060
8349
|
export const trackElementDisplayedWire: Wire<Taggable>;
|
|
8061
8350
|
|
|
8062
8351
|
// @public
|
|
8063
|
-
export const
|
|
8352
|
+
export const trackNoResultsQueryWithFallbackWire: Wire<any>;
|
|
8064
8353
|
|
|
8065
8354
|
// @public
|
|
8355
|
+
export const trackNoResultsQueryWithFallbackWireDebounced: Wire<any>;
|
|
8356
|
+
|
|
8357
|
+
// @public @deprecated
|
|
8358
|
+
export const trackNoResultsQueryWithSemanticsWire: Wire<any>;
|
|
8359
|
+
|
|
8360
|
+
// @public @deprecated
|
|
8066
8361
|
export const trackNoResultsQueryWithSemanticsWireDebounced: Wire<any>;
|
|
8067
8362
|
|
|
8363
|
+
// @public
|
|
8364
|
+
export const trackPromotedClickedWire: Wire<Taggable>;
|
|
8365
|
+
|
|
8068
8366
|
// @public
|
|
8069
8367
|
export const trackQueryWire: Wire<TaggingRequest | TaggingRequest[]>;
|
|
8070
8368
|
|
|
8369
|
+
// @public
|
|
8370
|
+
export const trackRelatedPromptToolingDisplayClickWire: Wire<any>;
|
|
8371
|
+
|
|
8071
8372
|
// @public
|
|
8072
8373
|
export const trackResultClickedWire: Wire<Taggable>;
|
|
8073
8374
|
|
|
8375
|
+
// @public
|
|
8376
|
+
export const trackToolingAdd2CartWire: Wire<Taggable>;
|
|
8377
|
+
|
|
8378
|
+
// @public
|
|
8379
|
+
export const trackToolingDisplayClickedWire: Wire<Taggable>;
|
|
8380
|
+
|
|
8074
8381
|
// @internal
|
|
8075
8382
|
export type TransitionStates<SomeStatus extends string, SomeEvent extends string> = {
|
|
8076
8383
|
[Key in SomeStatus]: Partial<Record<SomeEvent, SomeStatus>>;
|
|
@@ -8084,6 +8391,18 @@ export { TrendingIcon }
|
|
|
8084
8391
|
|
|
8085
8392
|
export { TrendingTinyIcon }
|
|
8086
8393
|
|
|
8394
|
+
// Warning: (ae-forgotten-export) The symbol "TypingHTMLElement" needs to be exported by the entry point index.d.ts
|
|
8395
|
+
//
|
|
8396
|
+
// @public
|
|
8397
|
+
export const typing: Directive<TypingHTMLElement, TypingOptions>;
|
|
8398
|
+
|
|
8399
|
+
// @public
|
|
8400
|
+
export interface TypingOptions {
|
|
8401
|
+
speed?: number;
|
|
8402
|
+
targetAttr?: string;
|
|
8403
|
+
text: string;
|
|
8404
|
+
}
|
|
8405
|
+
|
|
8087
8406
|
// @public
|
|
8088
8407
|
export const updateHistoryQueriesWithSearchResponse: Wire<InternalSearchResponse>;
|
|
8089
8408
|
|
|
@@ -8125,13 +8444,14 @@ emitEvents: () => void;
|
|
|
8125
8444
|
|
|
8126
8445
|
// @public
|
|
8127
8446
|
export interface UrlMutations extends QueryMutations {
|
|
8128
|
-
setFilters(filters: Filter[])
|
|
8129
|
-
setInitialExtraParams(extraParams: Dictionary<unknown>)
|
|
8130
|
-
setPage(page: number)
|
|
8131
|
-
setParams(params: Partial<UrlParams>)
|
|
8132
|
-
|
|
8133
|
-
|
|
8134
|
-
|
|
8447
|
+
setFilters: (filters: Filter[]) => void;
|
|
8448
|
+
setInitialExtraParams: (extraParams: Dictionary<unknown>) => void;
|
|
8449
|
+
setPage: (page: number) => void;
|
|
8450
|
+
setParams: (params: Partial<UrlParams>) => void;
|
|
8451
|
+
setPrompt: (prompt: number) => void;
|
|
8452
|
+
setRelatedTags: (relatedTags: RelatedTag_2[]) => void;
|
|
8453
|
+
setScroll: (scroll: string) => void;
|
|
8454
|
+
setSort: (sort: string) => void;
|
|
8135
8455
|
}
|
|
8136
8456
|
|
|
8137
8457
|
// @public
|
|
@@ -8146,6 +8466,8 @@ export interface UrlParams {
|
|
|
8146
8466
|
// (undocumented)
|
|
8147
8467
|
page: number;
|
|
8148
8468
|
// (undocumented)
|
|
8469
|
+
prompt: number;
|
|
8470
|
+
// (undocumented)
|
|
8149
8471
|
query: string;
|
|
8150
8472
|
// (undocumented)
|
|
8151
8473
|
scroll: string;
|
|
@@ -8183,6 +8505,9 @@ export const urlWiring: {
|
|
|
8183
8505
|
SelectedRelatedTagsChanged: {
|
|
8184
8506
|
setUrlRelatedTags: Wire<RelatedTag_2[]>;
|
|
8185
8507
|
};
|
|
8508
|
+
SelectedRelatedPromptChanged: {
|
|
8509
|
+
setUrlPrompt: Wire<number>;
|
|
8510
|
+
};
|
|
8186
8511
|
SelectedFiltersForRequestChanged: {
|
|
8187
8512
|
setUrlFilters: Wire<Filter[]>;
|
|
8188
8513
|
};
|
|
@@ -8225,10 +8550,10 @@ export const urlXStoreModule: UrlXStoreModule;
|
|
|
8225
8550
|
|
|
8226
8551
|
// @public
|
|
8227
8552
|
export function use$x(): UseAliasAPI & {
|
|
8228
|
-
on: <
|
|
8229
|
-
subscribe: (callback: (payload: Metadata extends true ? SubjectPayload<EventPayload<XEventsTypes,
|
|
8553
|
+
on: <Event extends XEvent, Metadata extends boolean>(event: Event, withMetadata: Metadata) => {
|
|
8554
|
+
subscribe: (callback: (payload: Metadata extends true ? SubjectPayload<EventPayload<XEventsTypes, Event>, WireMetadata> : EventPayload<XEventsTypes, Event>) => void) => void;
|
|
8230
8555
|
};
|
|
8231
|
-
emit: <
|
|
8556
|
+
emit: <Event extends XEvent>(event: Event, payload?: XEventPayload<Event>, metadata?: Omit<WireMetadata, "moduleName">) => Promise<EmittedData<XEventsTypes, Event, WireMetadata>>;
|
|
8232
8557
|
};
|
|
8233
8558
|
|
|
8234
8559
|
// @public
|
|
@@ -8324,7 +8649,7 @@ export function useDisableAnimation(animationName: string): {
|
|
|
8324
8649
|
// Warning: (ae-forgotten-export) The symbol "UseOnDisplayReturn" needs to be exported by the entry point index.d.ts
|
|
8325
8650
|
//
|
|
8326
8651
|
// @public
|
|
8327
|
-
export function useEmitDisplayEvent({ element, taggingRequest, eventMetadata }: UseEmitDisplayEventOptions): UseOnDisplayReturn;
|
|
8652
|
+
export function useEmitDisplayEvent({ element, taggingRequest, eventMetadata, }: UseEmitDisplayEventOptions): UseOnDisplayReturn;
|
|
8328
8653
|
|
|
8329
8654
|
// @public
|
|
8330
8655
|
export function useFacets(props: {
|
|
@@ -8343,13 +8668,15 @@ export function useFiltersInjection(props: {
|
|
|
8343
8668
|
parentId?: Filter['id'];
|
|
8344
8669
|
}): ComputedRef<Filter[]>;
|
|
8345
8670
|
|
|
8671
|
+
// Warning: (ae-forgotten-export) The symbol "UseGetter" needs to be exported by the entry point index.d.ts
|
|
8672
|
+
//
|
|
8346
8673
|
// @public
|
|
8347
|
-
export
|
|
8674
|
+
export const useGetter: UseGetter;
|
|
8348
8675
|
|
|
8349
8676
|
// Warning: (ae-forgotten-export) The symbol "UseOnDisplayOptions" needs to be exported by the entry point index.d.ts
|
|
8350
8677
|
//
|
|
8351
8678
|
// @public
|
|
8352
|
-
export function useOnDisplay({ element, callback, triggerOnce }: UseOnDisplayOptions): UseOnDisplayReturn;
|
|
8679
|
+
export function useOnDisplay({ element, callback, triggerOnce, }: UseOnDisplayOptions): UseOnDisplayReturn;
|
|
8353
8680
|
|
|
8354
8681
|
// Warning: (ae-forgotten-export) The symbol "UseQueriesPreview" needs to be exported by the entry point index.d.ts
|
|
8355
8682
|
//
|
|
@@ -8372,17 +8699,16 @@ export function useScroll(props: {
|
|
|
8372
8699
|
};
|
|
8373
8700
|
|
|
8374
8701
|
// @public
|
|
8375
|
-
export function useState<Module extends XModuleName,
|
|
8376
|
-
|
|
8377
|
-
|
|
8378
|
-
export function useStore(): Store<any>;
|
|
8702
|
+
export function useState<Module extends XModuleName, State = ExtractState<Module>>(module: Module): {
|
|
8703
|
+
[P in keyof State]: ComputedRef<State[P]>;
|
|
8704
|
+
};
|
|
8379
8705
|
|
|
8380
8706
|
// @public
|
|
8381
8707
|
export function useXBus(): {
|
|
8382
|
-
on: <
|
|
8383
|
-
subscribe: (callback: (payload: Metadata extends true ? SubjectPayload<EventPayload<XEventsTypes,
|
|
8708
|
+
on: <Event extends XEvent, Metadata extends boolean>(event: Event, withMetadata: Metadata) => {
|
|
8709
|
+
subscribe: (callback: (payload: Metadata extends true ? SubjectPayload<EventPayload<XEventsTypes, Event>, WireMetadata> : EventPayload<XEventsTypes, Event>) => void) => void;
|
|
8384
8710
|
};
|
|
8385
|
-
emit: <
|
|
8711
|
+
emit: <Event extends XEvent>(event: Event, payload?: XEventPayload<Event>, metadata?: Omit<WireMetadata, "moduleName">) => Promise<EmittedData<XEventsTypes, Event, WireMetadata>>;
|
|
8386
8712
|
};
|
|
8387
8713
|
|
|
8388
8714
|
// @public
|
|
@@ -8437,6 +8763,7 @@ export interface WireMetadata {
|
|
|
8437
8763
|
location?: FeatureLocation;
|
|
8438
8764
|
moduleName: XModuleName | null;
|
|
8439
8765
|
oldValue?: unknown;
|
|
8766
|
+
// Warning: (ae-incompatible-release-tags) The symbol "priority" is marked as @public, but its signature references "Priority" which is marked as @internal
|
|
8440
8767
|
priority?: Priority;
|
|
8441
8768
|
replaceable?: boolean;
|
|
8442
8769
|
target?: HTMLElement;
|
|
@@ -8477,32 +8804,34 @@ export type Wiring = {
|
|
|
8477
8804
|
// @public
|
|
8478
8805
|
export interface XActionContext<State extends Dictionary, Getters extends Dictionary, Mutations extends MutationsDictionary<Mutations>, Actions extends ActionsDictionary<Actions>> extends ActionContext<State, RootXStoreState> {
|
|
8479
8806
|
// (undocumented)
|
|
8480
|
-
commit<MutationName extends PropsWithType<Mutations, () => void>>(mutation: MutationName): void;
|
|
8807
|
+
commit: (<MutationName extends PropsWithType<Mutations, () => void>>(mutation: MutationName) => void) & (<MutationName extends keyof Mutations>(mutation: MutationName, payload: ExtractPayload<Mutations[MutationName]>) => void);
|
|
8481
8808
|
// (undocumented)
|
|
8482
|
-
|
|
8483
|
-
// (undocumented)
|
|
8484
|
-
dispatch<ActionName extends PropsWithType<Actions, () => any>>(action: ActionName): ExtractActionReturn<Actions[ActionName]>;
|
|
8485
|
-
// (undocumented)
|
|
8486
|
-
dispatch<ActionName extends keyof Actions>(action: ActionName, payload: ExtractPayload<Actions[ActionName]>): ExtractActionReturn<Actions[ActionName]>;
|
|
8809
|
+
dispatch: (<ActionName extends PropsWithType<Actions, () => any>>(action: ActionName) => ExtractActionReturn<Actions[ActionName]>) & (<ActionName extends keyof Actions>(action: ActionName, payload: ExtractPayload<Actions[ActionName]>) => ExtractActionReturn<Actions[ActionName]>);
|
|
8487
8810
|
// (undocumented)
|
|
8488
8811
|
getters: Getters;
|
|
8489
8812
|
}
|
|
8490
8813
|
|
|
8491
8814
|
// @public
|
|
8492
8815
|
export interface XAPI {
|
|
8493
|
-
addProductToCart(productId?: string)
|
|
8494
|
-
getSnippetConfig()
|
|
8495
|
-
init(config: SnippetConfig)
|
|
8496
|
-
search(query?: string)
|
|
8816
|
+
addProductToCart: (productId?: string) => void;
|
|
8817
|
+
getSnippetConfig: () => SnippetConfig;
|
|
8818
|
+
init: (config: SnippetConfig) => Promise<void>;
|
|
8819
|
+
search: (query?: string) => void;
|
|
8497
8820
|
// @internal
|
|
8498
|
-
setBus(bus: XBus<XEventsTypes, WireMetadata>)
|
|
8821
|
+
setBus: (bus: XBus<XEventsTypes, WireMetadata>) => void;
|
|
8499
8822
|
// @internal
|
|
8500
|
-
setInitCallback(initCallback: (config: SnippetConfig) => void)
|
|
8501
|
-
setSnippetConfig(config: Partial<SnippetConfig>)
|
|
8823
|
+
setInitCallback: (initCallback: (config: SnippetConfig) => void) => void;
|
|
8824
|
+
setSnippetConfig: (config: Partial<SnippetConfig>) => void;
|
|
8502
8825
|
// @internal
|
|
8503
|
-
setSnippetConfigCallback(callback: (config: Partial<SnippetConfig>) => void)
|
|
8826
|
+
setSnippetConfigCallback: (callback: (config: Partial<SnippetConfig>) => void) => void;
|
|
8504
8827
|
// @internal
|
|
8505
|
-
setSnippetConfigGetter(snippetConfigGetter: () => NormalisedSnippetConfig)
|
|
8828
|
+
setSnippetConfigGetter: (snippetConfigGetter: () => NormalisedSnippetConfig) => void;
|
|
8829
|
+
}
|
|
8830
|
+
|
|
8831
|
+
// @public
|
|
8832
|
+
export interface XBus<SomeEvents extends Dictionary, SomeEventMetadata extends Dictionary> {
|
|
8833
|
+
emit: (<SomeEvent extends keyof SomeEvents>(event: SomeEvent) => Promise<EmittedData<SomeEvents, SomeEvent, SomeEventMetadata>>) | (<SomeEvent extends keyof SomeEvents>(event: SomeEvent, payload: EventPayload<SomeEvents, SomeEvent>, metadata?: SomeEventMetadata) => Promise<EmittedData<SomeEvents, SomeEvent, SomeEventMetadata>>);
|
|
8834
|
+
on: <SomeEvent extends keyof SomeEvents>(event: SomeEvent, withMetadata?: boolean) => typeof withMetadata extends true ? Observable<SubjectPayload<EventPayload<SomeEvents, SomeEvent>, SomeEventMetadata>> : Observable<EventPayload<SomeEvents, SomeEvent>>;
|
|
8506
8835
|
}
|
|
8507
8836
|
|
|
8508
8837
|
// @public
|
|
@@ -8566,17 +8895,7 @@ export interface XComponentAPI extends XComponentBusAPI, XComponentAliasAPI {
|
|
|
8566
8895
|
|
|
8567
8896
|
// @public
|
|
8568
8897
|
export interface XComponentBusAPI {
|
|
8569
|
-
|
|
8570
|
-
//
|
|
8571
|
-
// (undocumented)
|
|
8572
|
-
emit(event: PropsWithType<XEventsTypes, void>): void;
|
|
8573
|
-
// Warning: (ae-unresolved-inheritdoc-reference) The @inheritDoc reference could not be resolved: The package "@empathyco/x-components" does not have an export "XBus"
|
|
8574
|
-
//
|
|
8575
|
-
// (undocumented)
|
|
8576
|
-
emit<Event extends XEvent>(event: Event, payload: XEventPayload<Event>, metadata?: Omit<WireMetadata, 'moduleName' | 'origin' | 'location'>): void;
|
|
8577
|
-
// Warning: (ae-unresolved-inheritdoc-reference) The @inheritDoc reference could not be resolved: The package "@empathyco/x-components" does not have an export "XBus"
|
|
8578
|
-
//
|
|
8579
|
-
// (undocumented)
|
|
8898
|
+
emit: ((event: PropsWithType<XEventsTypes, void>) => void) & (<Event extends XEvent>(event: Event, payload: XEventPayload<Event>, metadata?: Omit<WireMetadata, 'moduleName' | 'origin' | 'location'>) => void);
|
|
8580
8899
|
on: XBus<XEventsTypes, WireMetadata>['on'];
|
|
8581
8900
|
}
|
|
8582
8901
|
|
|
@@ -8595,7 +8914,7 @@ export type XEventPayload<Event extends XEvent> = XEventsTypes[Event] extends vo
|
|
|
8595
8914
|
export type XEventsOf<Type> = PropsWithType<XEventsTypes, Type>;
|
|
8596
8915
|
|
|
8597
8916
|
// @public
|
|
8598
|
-
export interface XEventsTypes extends DeviceXEvents, EmpathizeXEvents, ExtraParamsXEvents, FacetsXEvents, HistoryQueriesXEvents, IdentifierResultsXEvents, NextQueriesXEvents, PopularSearchesXEvents, QueriesPreviewXEvents, QuerySuggestionsXEvents, RecommendationsXEvents, RelatedTagsXEvents, ScrollXEvents, SearchBoxXEvents, SearchXEvents, SemanticQueriesXEvents, TaggingXEvents, ExperienceControlsXEvents, UrlXEvents, RelatedPromptsXEvents {
|
|
8917
|
+
export interface XEventsTypes extends DeviceXEvents, EmpathizeXEvents, ExtraParamsXEvents, FacetsXEvents, HistoryQueriesXEvents, IdentifierResultsXEvents, NextQueriesXEvents, PopularSearchesXEvents, QueriesPreviewXEvents, QuerySuggestionsXEvents, RecommendationsXEvents, RelatedTagsXEvents, ScrollXEvents, SearchBoxXEvents, SearchXEvents, SemanticQueriesXEvents, TaggingXEvents, ExperienceControlsXEvents, UrlXEvents, RelatedPromptsXEvents, AiXEvents {
|
|
8599
8918
|
ColumnsNumberProvided: number;
|
|
8600
8919
|
ModuleRegistered: XModuleName;
|
|
8601
8920
|
RenderedColumnsNumberChanged: number;
|
|
@@ -8651,7 +8970,7 @@ export class XInstaller {
|
|
|
8651
8970
|
// @internal
|
|
8652
8971
|
protected createBus(): XBus<XEventsTypes, WireMetadata>;
|
|
8653
8972
|
// @internal
|
|
8654
|
-
protected getMountingTarget(domElement?: InstallXOptions['domElement']): Element;
|
|
8973
|
+
protected getMountingTarget(domElement?: InstallXOptions['domElement']): Element | ShadowRoot;
|
|
8655
8974
|
// @internal
|
|
8656
8975
|
protected getPluginOptions(): XPluginOptions;
|
|
8657
8976
|
protected getSnippetConfig(): NormalisedSnippetConfig;
|
|
@@ -8705,6 +9024,8 @@ export type XModuleState = {
|
|
|
8705
9024
|
|
|
8706
9025
|
// @public
|
|
8707
9026
|
export interface XModulesTree {
|
|
9027
|
+
// (undocumented)
|
|
9028
|
+
ai: AiXModule;
|
|
8708
9029
|
// (undocumented)
|
|
8709
9030
|
device: DeviceXModule;
|
|
8710
9031
|
// (undocumented)
|
|
@@ -8815,6 +9136,70 @@ export interface XPluginOptions {
|
|
|
8815
9136
|
xModules?: XModulesOptions;
|
|
8816
9137
|
}
|
|
8817
9138
|
|
|
9139
|
+
// @public
|
|
9140
|
+
export class XPriorityBus<SomeEvents extends Dictionary, SomeEventMetadata extends XPriorityBusEventMetadata> implements XBus<SomeEvents, SomeEventMetadata> {
|
|
9141
|
+
constructor(config?: {
|
|
9142
|
+
queue?: XPriorityQueue<SomeEvents, XPriorityQueueNodeData<SomeEvents, SomeEventMetadata>>;
|
|
9143
|
+
priorities?: Dictionary<number>;
|
|
9144
|
+
emitCallbacks?: AnyFunction[];
|
|
9145
|
+
defaultEventPriority?: number;
|
|
9146
|
+
});
|
|
9147
|
+
// @internal
|
|
9148
|
+
protected createEmitter<SomeEvent extends keyof SomeEvents>(event: SomeEvent): void;
|
|
9149
|
+
// @internal
|
|
9150
|
+
protected defaultEventPriority: number;
|
|
9151
|
+
emit<SomeEvent extends keyof SomeEvents>(event: SomeEvent, payload?: EventPayload<SomeEvents, SomeEvent>, metadata?: SomeEventMetadata): Promise<EmittedData<SomeEvents, SomeEvent, SomeEventMetadata>>;
|
|
9152
|
+
// @internal
|
|
9153
|
+
protected emitCallbacks: AnyFunction[];
|
|
9154
|
+
// @internal
|
|
9155
|
+
protected emitters: Emitters<SomeEvents, SomeEventMetadata>;
|
|
9156
|
+
// @internal
|
|
9157
|
+
protected flushQueue(): void;
|
|
9158
|
+
// @internal
|
|
9159
|
+
protected getEmitter<SomeEvent extends keyof SomeEvents>(event: SomeEvent): Emitter<SomeEvents, SomeEvent, SomeEventMetadata>;
|
|
9160
|
+
// @internal
|
|
9161
|
+
protected getEventPriority(event: keyof SomeEvents, metadata: SomeEventMetadata): Priority;
|
|
9162
|
+
on<SomeEvent extends keyof SomeEvents>(event: SomeEvent, withMetadata?: boolean): typeof withMetadata extends true ? Observable<SubjectPayload<EventPayload<SomeEvents, SomeEvent>, SomeEventMetadata>> : Observable<EventPayload<SomeEvents, SomeEvent>>;
|
|
9163
|
+
// @internal
|
|
9164
|
+
protected pendingFlushId?: number;
|
|
9165
|
+
// @internal
|
|
9166
|
+
protected pendingPopsIds: number[];
|
|
9167
|
+
// @internal
|
|
9168
|
+
protected priorities: Dictionary<Priority>;
|
|
9169
|
+
// @internal
|
|
9170
|
+
protected queue: XPriorityQueue<SomeEvents, XPriorityQueueNodeData<SomeEvents, SomeEventMetadata>>;
|
|
9171
|
+
}
|
|
9172
|
+
|
|
9173
|
+
// @public
|
|
9174
|
+
export interface XPriorityBusEventMetadata extends Dictionary {
|
|
9175
|
+
// (undocumented)
|
|
9176
|
+
priority?: number;
|
|
9177
|
+
// (undocumented)
|
|
9178
|
+
replaceable?: boolean;
|
|
9179
|
+
}
|
|
9180
|
+
|
|
9181
|
+
// @public
|
|
9182
|
+
export interface XPriorityQueue<SomeRecord extends Dictionary, SomeData extends Dictionary> {
|
|
9183
|
+
pop: () => XPriorityQueueNode<SomeRecord, SomeData> | undefined;
|
|
9184
|
+
push: (key: keyof SomeRecord, priority: number, data?: SomeData) => void;
|
|
9185
|
+
size: () => number;
|
|
9186
|
+
}
|
|
9187
|
+
|
|
9188
|
+
// @public
|
|
9189
|
+
export interface XPriorityQueueNode<SomeRecord extends Dictionary, SomeData extends Dictionary = Dictionary> {
|
|
9190
|
+
data: SomeData;
|
|
9191
|
+
key: keyof SomeRecord;
|
|
9192
|
+
priority: number;
|
|
9193
|
+
}
|
|
9194
|
+
|
|
9195
|
+
// @public
|
|
9196
|
+
export interface XPriorityQueueNodeData<SomeEvents extends Dictionary, SomeEventMetadata extends Dictionary, SomeEvent extends keyof SomeEvents = keyof SomeEvents> {
|
|
9197
|
+
eventMetadata: SomeEventMetadata;
|
|
9198
|
+
eventPayload: EventPayload<SomeEvents, SomeEvent>;
|
|
9199
|
+
replaceable: boolean;
|
|
9200
|
+
resolve: (value: EmittedData<SomeEvents, SomeEvent, SomeEventMetadata> | PromiseLike<EmittedData<SomeEvents, SomeEvent, SomeEventMetadata>>) => void;
|
|
9201
|
+
}
|
|
9202
|
+
|
|
8818
9203
|
// @public
|
|
8819
9204
|
export interface XStoreModule<State extends Record<keyof State, any>, Getters extends Record<keyof Getters, any>, Mutations extends MutationsDictionary<Mutations>, Actions extends ActionsDictionary<Actions>> {
|
|
8820
9205
|
// (undocumented)
|
|
@@ -8840,27 +9225,30 @@ export type XStoreModuleOptions<StoreModule extends AnyXStoreModule> = StoreModu
|
|
|
8840
9225
|
// dist/types/components/base-dropdown.vue.d.ts:11:9 - (ae-forgotten-export) The symbol "DropdownItem" needs to be exported by the entry point index.d.ts
|
|
8841
9226
|
// dist/types/components/base-grid.vue.d.ts:45:5 - (ae-forgotten-export) The symbol "GridItem" needs to be exported by the entry point index.d.ts
|
|
8842
9227
|
// dist/types/components/column-picker/base-column-picker-list.vue.d.ts:29:5 - (ae-forgotten-export) The symbol "ColumnPickerItem" needs to be exported by the entry point index.d.ts
|
|
8843
|
-
// dist/types/components/display-
|
|
9228
|
+
// dist/types/components/display-click-provider.vue.d.ts:14:9 - (ae-forgotten-export) The symbol "TaggingRequest" needs to be exported by the entry point index.d.ts
|
|
8844
9229
|
// dist/types/components/filters/labels/base-price-filter-label.vue.d.ts:13:13 - (ae-forgotten-export) The symbol "RangeValue" needs to be exported by the entry point index.d.ts
|
|
8845
9230
|
// dist/types/components/filters/labels/base-rating-filter-label.vue.d.ts:16:9 - (ae-forgotten-export) The symbol "BooleanFilter" needs to be exported by the entry point index.d.ts
|
|
8846
|
-
// dist/types/components/
|
|
8847
|
-
// dist/types/components/
|
|
8848
|
-
// dist/types/components/global-x-bus.vue.d.ts:109:13 - (ae-forgotten-export) The symbol "RelatedTag_2" needs to be exported by the entry point index.d.ts
|
|
8849
|
-
// dist/types/components/global-x-bus.vue.d.ts:149:13 - (ae-forgotten-export) The symbol "Redirection_2" needs to be exported by the entry point index.d.ts
|
|
8850
|
-
// dist/types/components/global-x-bus.vue.d.ts:150:13 - (ae-forgotten-export) The symbol "Promoted_2" needs to be exported by the entry point index.d.ts
|
|
8851
|
-
// dist/types/components/global-x-bus.vue.d.ts:154:13 - (ae-forgotten-export) The symbol "SemanticQuery_2" needs to be exported by the entry point index.d.ts
|
|
8852
|
-
// dist/types/components/result/base-result-add-to-cart.vue.d.ts:17:9 - (ae-forgotten-export) The symbol "Result" needs to be exported by the entry point index.d.ts
|
|
9231
|
+
// dist/types/components/page-selector.vue.d.ts:65:5 - (ae-forgotten-export) The symbol "PageItem" needs to be exported by the entry point index.d.ts
|
|
9232
|
+
// dist/types/components/result/base-result-add-to-cart.vue.d.ts:18:9 - (ae-forgotten-export) The symbol "Result" needs to be exported by the entry point index.d.ts
|
|
8853
9233
|
// dist/types/components/suggestions/base-suggestion.vue.d.ts:31:9 - (ae-forgotten-export) The symbol "Suggestion" needs to be exported by the entry point index.d.ts
|
|
9234
|
+
// dist/types/x-modules/device/components/device-detector.vue.d.ts:21:9 - (ae-forgotten-export) The symbol "Device" needs to be exported by the entry point index.d.ts
|
|
9235
|
+
// dist/types/x-modules/device/components/device-detector.vue.d.ts:21:9 - (ae-forgotten-export) The symbol "MaxWidth" needs to be exported by the entry point index.d.ts
|
|
8854
9236
|
// dist/types/x-modules/facets/components/facets/facets.vue.d.ts:56:5 - (ae-forgotten-export) The symbol "RenderFacet" needs to be exported by the entry point index.d.ts
|
|
8855
9237
|
// dist/types/x-modules/facets/components/filters/all-filter.vue.d.ts:16:9 - (ae-forgotten-export) The symbol "Facet" needs to be exported by the entry point index.d.ts
|
|
8856
9238
|
// dist/types/x-modules/facets/components/filters/editable-number-range-filter.vue.d.ts:25:9 - (ae-forgotten-export) The symbol "EditableNumberRangeFilter_2" needs to be exported by the entry point index.d.ts
|
|
9239
|
+
// dist/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts:62:13 - (ae-forgotten-export) The symbol "ResultVariant" needs to be exported by the entry point index.d.ts
|
|
9240
|
+
// dist/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts:110:9 - (ae-forgotten-export) The symbol "NextQuery_2" needs to be exported by the entry point index.d.ts
|
|
9241
|
+
// dist/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts:172:9 - (ae-forgotten-export) The symbol "Redirection_2" needs to be exported by the entry point index.d.ts
|
|
9242
|
+
// dist/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts:173:9 - (ae-forgotten-export) The symbol "Promoted_2" needs to be exported by the entry point index.d.ts
|
|
9243
|
+
// dist/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts:178:9 - (ae-forgotten-export) The symbol "SemanticQuery_2" needs to be exported by the entry point index.d.ts
|
|
9244
|
+
// dist/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts:200:9 - (ae-forgotten-export) The symbol "RelatedPrompt_2" needs to be exported by the entry point index.d.ts
|
|
8857
9245
|
// dist/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts:35:5 - (ae-forgotten-export) The symbol "RenderFilter" needs to be exported by the entry point index.d.ts
|
|
8858
|
-
// dist/types/x-modules/related-prompts/components/related-
|
|
9246
|
+
// dist/types/x-modules/related-prompts/components/related-prompts-tag-list.vue.d.ts:62:9 - (ae-forgotten-export) The symbol "RelatedPromptNextQuery" needs to be exported by the entry point index.d.ts
|
|
8859
9247
|
// dist/types/x-modules/search/components/banner.vue.d.ts:23:9 - (ae-forgotten-export) The symbol "Banner_2" needs to be exported by the entry point index.d.ts
|
|
8860
|
-
// dist/types/x-modules/search/components/partial-results-list.vue.d.ts:
|
|
8861
|
-
// dist/types/x-modules/search/components/sort-list.vue.d.ts:
|
|
8862
|
-
// dist/types/x-modules/search/components/sort-picker-list.vue.d.ts:
|
|
8863
|
-
// src/x-modules/search/store/module.ts:
|
|
9248
|
+
// dist/types/x-modules/search/components/partial-results-list.vue.d.ts:27:5 - (ae-forgotten-export) The symbol "PartialResult" needs to be exported by the entry point index.d.ts
|
|
9249
|
+
// dist/types/x-modules/search/components/sort-list.vue.d.ts:30:5 - (ae-forgotten-export) The symbol "SortListItem" needs to be exported by the entry point index.d.ts
|
|
9250
|
+
// dist/types/x-modules/search/components/sort-picker-list.vue.d.ts:32:5 - (ae-forgotten-export) The symbol "SortPickerItem" needs to be exported by the entry point index.d.ts
|
|
9251
|
+
// src/x-modules/search/store/module.ts:148:32 - (ae-forgotten-export) The symbol "Stats" needs to be exported by the entry point index.d.ts
|
|
8864
9252
|
// src/x-modules/url/store/emitters.ts:57:1 - (ae-forgotten-export) The symbol "shouldPushUrl" needs to be exported by the entry point index.d.ts
|
|
8865
9253
|
// src/x-modules/url/store/emitters.ts:64:1 - (ae-forgotten-export) The symbol "shouldReplaceUrl" needs to be exported by the entry point index.d.ts
|
|
8866
9254
|
|