@empathyco/x-components 6.0.0-alpha.18 → 6.0.0-alpha.181
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 +1401 -535
- package/ai/index.d.ts +1 -0
- package/ai/index.js +12 -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.aisummarizeendpointadapter.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.aitasksendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.aitasksrequestmapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.aitasksrequestschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.aitasksresponsemapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.aitasksresponseschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.aitasksschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.facetsendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.facetsrequestschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.facetsresponsemapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.mapfilters.md +80 -0
- package/docs/API-reference/api/x-adapter-platform.md +39 -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.aisummarize.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.aitasks.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformaiquestionsrequest.context.md +16 -0
- package/docs/API-reference/api/x-adapter-platform.platformaiquestionsrequest.md +20 -0
- package/docs/API-reference/api/x-adapter-platform.platformaiquestionsresponse.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsearch.md +23 -0
- package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsearch.numfound.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsearch.query.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsearch.results.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsearch.tagging.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsrequest.context.md +16 -0
- package/docs/API-reference/api/x-adapter-platform.platformaisuggestionsrequest.md +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 +11 -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.platformfacetsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformfacetsresponse.catalog.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformfacetsresponse.md +20 -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 +23 -0
- package/docs/API-reference/api/x-components.aiactions.saveorigin.md +13 -0
- package/docs/API-reference/api/x-components.aiactions.seturlparams.md +13 -0
- package/docs/API-reference/api/x-components.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 +33 -0
- package/docs/API-reference/api/x-components.aimutations.resetaistate.md +13 -0
- package/docs/API-reference/api/x-components.aimutations.setairelatedtags.md +13 -0
- package/docs/API-reference/api/x-components.aimutations.setisnoresults.md +13 -0
- package/docs/API-reference/api/x-components.aimutations.setorigin.md +13 -0
- package/docs/API-reference/api/x-components.aimutations.setparams.md +13 -0
- package/docs/API-reference/api/x-components.aimutations.setqueries.md +13 -0
- package/docs/API-reference/api/x-components.aimutations.setresponsetext.md +13 -0
- package/docs/API-reference/api/x-components.aimutations.setselectedfilters.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 +95 -0
- package/docs/API-reference/api/x-components.aiquery.md +13 -0
- package/docs/API-reference/api/x-components.aistate.config.md +11 -0
- package/docs/API-reference/api/x-components.aistate.isnoresults.md +13 -0
- package/docs/API-reference/api/x-components.aistate.md +33 -0
- package/docs/API-reference/api/x-components.aistate.origin.md +13 -0
- package/docs/API-reference/api/x-components.aistate.params.md +13 -0
- package/docs/API-reference/api/x-components.aistate.queries.md +11 -0
- package/docs/API-reference/api/x-components.aistate.relatedtags.md +13 -0
- package/docs/API-reference/api/x-components.aistate.responsetext.md +13 -0
- package/docs/API-reference/api/x-components.aistate.selectedfilters.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.aisuggestionsrequest.md +13 -0
- package/docs/API-reference/api/x-components.aisuggestionssearchrequest.md +13 -0
- package/docs/API-reference/api/x-components.aixevents.aioverviewmounted.md +11 -0
- package/docs/API-reference/api/x-components.aixevents.aisuggestionsrequestupdated.md +11 -0
- package/docs/API-reference/api/x-components.aixevents.aisuggestionssearchchanged.md +11 -0
- package/docs/API-reference/api/x-components.aixevents.aisuggestionssearchrequestupdated.md +11 -0
- package/docs/API-reference/api/x-components.aixevents.md +25 -0
- package/docs/API-reference/api/x-components.aixevents.userclickedaioverviewexpandbutton.md +11 -0
- package/docs/API-reference/api/x-components.aixevents.userclickedanaioverviewresult.md +11 -0
- package/docs/API-reference/api/x-components.aixmodule.md +13 -0
- package/docs/API-reference/api/x-components.aixstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.allfilter.md +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.applyhierarchicalselection.md +25 -0
- package/docs/API-reference/api/x-components.banner.md +1 -98
- 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 +2 -2
- package/docs/API-reference/api/x-components.baseeventsmodal.md +6 -6
- 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.baseheadertogglepanel.md +2 -2
- package/docs/API-reference/api/x-components.baseidtogglepanel.md +2 -2
- package/docs/API-reference/api/x-components.basemodal.md +4 -4
- package/docs/API-reference/api/x-components.baseresultimage.md +3 -3
- 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.baseswitch.md +1 -1
- package/docs/API-reference/api/x-components.basetabspanel.md +2 -2
- package/docs/API-reference/api/x-components.baseteleport.md +44 -0
- 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 +37 -11
- 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 +5 -5
- package/docs/API-reference/api/x-components.facetsactions.cancelfetchandsavefacetsresponse.md +13 -0
- package/docs/API-reference/api/x-components.facetsactions.fetchandsavefacetsresponse.md +13 -0
- package/docs/API-reference/api/x-components.facetsactions.fetchfacetsresponse.md +13 -0
- package/docs/API-reference/api/x-components.facetsactions.md +10 -0
- package/docs/API-reference/api/x-components.facetsactions.saveorigin.md +13 -0
- package/docs/API-reference/api/x-components.facetsgetters.md +1 -0
- package/docs/API-reference/api/x-components.facetsgetters.request.md +13 -0
- package/docs/API-reference/api/x-components.facetsmutations.clearstickyfilters.md +2 -6
- package/docs/API-reference/api/x-components.facetsmutations.md +20 -18
- 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.setorigin.md +13 -0
- package/docs/API-reference/api/x-components.facetsmutations.setparams.md +13 -0
- 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.facetsstate.md +4 -2
- package/docs/API-reference/api/x-components.facetsstate.origin.md +13 -0
- package/docs/API-reference/api/x-components.facetsstate.params.md +13 -0
- package/docs/API-reference/api/x-components.fallbackdisclaimer.md +2 -2
- package/docs/API-reference/api/x-components.featurelocation.md +1 -1
- package/docs/API-reference/api/x-components.fetchandsaveaisuggestions.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsaveaisuggestionssearch.md +13 -0
- package/docs/API-reference/api/x-components.fetchandsaveexperiencecontrolsresponse.md +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 +2 -2
- 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.flattenallfilters.md +26 -0
- package/docs/API-reference/api/x-components.geturlparameter.md +14 -1
- package/docs/API-reference/api/x-components.globalxbus.md +2 -328
- package/docs/API-reference/api/x-components.hierarchicalfilter.md +17 -4
- 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 +1 -1
- 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.loadhistoryqueriesfrombrowserstorage.md +1 -1
- package/docs/API-reference/api/x-components.mainmodal.md +4 -4
- package/docs/API-reference/api/x-components.mainscrollitem.md +5 -5
- package/docs/API-reference/api/x-components.md +145 -84
- package/docs/API-reference/api/x-components.mergeconfig.md +27 -0
- package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +2 -2
- package/docs/API-reference/api/x-components.myhistory.md +1 -1
- 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.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 +1 -1
- 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.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 +4 -15
- package/docs/API-reference/api/x-components.queriespreviewxevents.md +1 -0
- package/docs/API-reference/api/x-components.queriespreviewxevents.queriespreviewchanged.md +13 -0
- 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.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 +1 -1
- 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.relatedpromptsmutations.md +13 -11
- 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 +2 -13
- package/docs/API-reference/api/x-components.relatedpromptsmutations.setselectedquery.md +2 -13
- package/docs/API-reference/api/x-components.relatedpromptsstate.md +2 -1
- package/docs/API-reference/api/x-components.relatedpromptsstate.relatedtags.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptstaglist.md +73 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.md +6 -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.relatedtag.md +3 -3
- package/docs/API-reference/api/x-components.relatedtags.md +1 -1
- 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.resultvariantselector.md +1 -1
- package/docs/API-reference/api/x-components.sanitize.md +14 -1
- package/docs/API-reference/api/x-components.saveaiorigin.md +13 -0
- 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 +3 -3
- 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 +2 -2
- 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 +2 -2
- 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.setaiurlparams.md +13 -0
- 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 +17 -4
- package/docs/API-reference/api/x-components.singlecolumnlayout.md +2 -2
- 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 +16 -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.trackaisuggestionssearchwire.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 +23 -0
- package/docs/API-reference/api/x-types.aisuggestionsearch.numfound.md +11 -0
- package/docs/API-reference/api/x-types.aisuggestionsearch.query.md +11 -0
- package/docs/API-reference/api/x-types.aisuggestionsearch.results.md +11 -0
- package/docs/API-reference/api/x-types.aisuggestionsearch.tagging.md +13 -0
- package/docs/API-reference/api/x-types.aisuggestionsrequest.md +15 -0
- package/docs/API-reference/api/x-types.aisuggestionssearchrequest.md +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.facetsrequest.md +15 -0
- package/docs/API-reference/api/x-types.facetsresponse.facets.md +11 -0
- package/docs/API-reference/api/x-types.facetsresponse.md +20 -0
- package/docs/API-reference/api/x-types.md +14 -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.aisummarize.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.aitasks.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.facets.md +11 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.md +8 -0
- package/docs/API-reference/components/ai/x-components.ai-overview.md +34 -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 +18 -18
- 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 +70 -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 +2 -2
- 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 +46 -46
- 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 +22 -22
- 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 +62 -61
- 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 +148 -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 +82 -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 +122 -98
- 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 -10
- 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 +322 -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 +40 -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 +100 -0
- package/js/x-modules/ai/store/actions/fetch-and-save-ai-suggestions.action.js.map +1 -0
- package/js/x-modules/ai/store/actions/save-origin.action.js +16 -0
- package/js/x-modules/ai/store/actions/save-origin.action.js.map +1 -0
- package/js/x-modules/ai/store/actions/set-url-params.action.js +13 -0
- package/js/x-modules/ai/store/actions/set-url-params.action.js.map +1 -0
- package/js/x-modules/ai/store/emitters.js +17 -0
- package/js/x-modules/ai/store/emitters.js.map +1 -0
- package/js/x-modules/ai/store/getters/ai-query.getter.js +19 -0
- package/js/x-modules/ai/store/getters/ai-query.getter.js.map +1 -0
- package/js/x-modules/ai/store/getters/suggestions-request.getter.js +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 +110 -0
- package/js/x-modules/ai/store/module.js.map +1 -0
- package/js/x-modules/ai/wiring.js +74 -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 +156 -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/actions/fetch-and-save-facets-response.action.js +38 -0
- package/js/x-modules/facets/store/actions/fetch-and-save-facets-response.action.js.map +1 -0
- package/js/x-modules/facets/store/actions/fetch-facets-response.action.js +16 -0
- package/js/x-modules/facets/store/actions/fetch-facets-response.action.js.map +1 -0
- package/js/x-modules/facets/store/actions/save-origin.action.js +16 -0
- package/js/x-modules/facets/store/actions/save-origin.action.js.map +1 -0
- package/js/x-modules/facets/store/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/request.getter.js +23 -0
- package/js/x-modules/facets/store/getters/request.getter.js.map +1 -0
- package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js +19 -19
- package/js/x-modules/facets/store/getters/selected-filters-by-facet.getter.js.map +1 -1
- package/js/x-modules/facets/store/getters/selected-filters-for-request.getter.js +22 -22
- package/js/x-modules/facets/store/getters/selected-filters-for-request.getter.js.map +1 -1
- package/js/x-modules/facets/store/getters/selected-filters.getter.js +19 -19
- package/js/x-modules/facets/store/getters/selected-filters.getter.js.map +1 -1
- package/js/x-modules/facets/store/module.js +88 -66
- package/js/x-modules/facets/store/module.js.map +1 -1
- package/js/x-modules/facets/utils.js +57 -15
- package/js/x-modules/facets/utils.js.map +1 -1
- package/js/x-modules/facets/wiring.js +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 +151 -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 +272 -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 +40 -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 +12 -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 +47 -27
- package/js/x-modules/queries-preview/utils/get-hash-from-query-preview.js.map +1 -1
- package/js/x-modules/queries-preview/wiring.js +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 -44
- package/js/x-modules/related-prompts/store/module.js.map +1 -1
- package/js/x-modules/related-prompts/wiring.js +81 -81
- 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 +426 -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 +316 -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 +76 -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 +3247 -779
- package/report/x-components.api.json +20044 -18892
- package/report/x-components.api.md +1432 -971
- package/report/x-types.api.json +2089 -295
- 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 +59 -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 -345
- 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 +187 -174
- 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 -11
- 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 +88 -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 +16 -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 +11 -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 +12 -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/index.d.ts +5 -0
- package/types/x-modules/ai/store/actions/index.d.ts.map +1 -0
- package/types/x-modules/ai/store/actions/save-origin.action.d.ts +11 -0
- package/types/x-modules/ai/store/actions/save-origin.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 +11 -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 +6 -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 +182 -0
- package/types/x-modules/ai/store/types.d.ts.map +1 -0
- package/types/x-modules/ai/wiring.d.ts +39 -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 +240 -227
- 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 +218 -205
- 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/actions/fetch-and-save-facets-response.action.d.ts +5 -0
- package/types/x-modules/facets/store/actions/fetch-and-save-facets-response.action.d.ts.map +1 -0
- package/types/x-modules/facets/store/actions/fetch-facets-response.action.d.ts +13 -0
- package/types/x-modules/facets/store/actions/fetch-facets-response.action.d.ts.map +1 -0
- package/types/x-modules/facets/store/actions/save-origin.action.d.ts +11 -0
- package/types/x-modules/facets/store/actions/save-origin.action.d.ts.map +1 -0
- 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/request.getter.d.ts +13 -0
- package/types/x-modules/facets/store/getters/request.getter.d.ts.map +1 -0
- 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 +236 -195
- package/types/x-modules/facets/store/types.d.ts.map +1 -1
- package/types/x-modules/facets/utils.d.ts +29 -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 -7
- 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 +46 -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 +12 -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 +188 -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 -25
- 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 -103
- 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 -30
- 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 +267 -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.facetsstate.query.md +0 -13
- 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/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/x-modules/tagging/service/pdp-add-to-cart.service.d.ts.map +0 -1
package/report/x-types.api.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
|
4
|
-
"toolVersion": "7.
|
|
4
|
+
"toolVersion": "7.52.8",
|
|
5
5
|
"schemaVersion": 1011,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
@@ -174,62 +174,31 @@
|
|
|
174
174
|
"members": [
|
|
175
175
|
{
|
|
176
176
|
"kind": "Interface",
|
|
177
|
-
"canonicalReference": "@empathyco/x-types!
|
|
178
|
-
"docComment": "/**\n * A
|
|
177
|
+
"canonicalReference": "@empathyco/x-types!AiQuestion:interface",
|
|
178
|
+
"docComment": "/**\n * A question is an entity generated by the AI. It contains the question text, the response text and the search queries.\n *\n * @public\n */\n",
|
|
179
179
|
"excerptTokens": [
|
|
180
180
|
{
|
|
181
181
|
"kind": "Content",
|
|
182
|
-
"text": "export interface
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"kind": "Reference",
|
|
186
|
-
"text": "NamedModel",
|
|
187
|
-
"canonicalReference": "@empathyco/x-types!NamedModel:interface"
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"kind": "Content",
|
|
191
|
-
"text": "<'Banner'>"
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"kind": "Content",
|
|
195
|
-
"text": ", "
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"kind": "Reference",
|
|
199
|
-
"text": "Identifiable",
|
|
200
|
-
"canonicalReference": "@empathyco/x-types!Identifiable:interface"
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"kind": "Content",
|
|
204
|
-
"text": ", "
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
"kind": "Reference",
|
|
208
|
-
"text": "Taggable",
|
|
209
|
-
"canonicalReference": "@empathyco/x-types!Taggable:interface"
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
"kind": "Content",
|
|
213
|
-
"text": " "
|
|
182
|
+
"text": "export interface AiQuestion "
|
|
214
183
|
}
|
|
215
184
|
],
|
|
216
|
-
"fileUrlPath": "src/
|
|
185
|
+
"fileUrlPath": "src/ai/question.model.ts",
|
|
217
186
|
"releaseTag": "Public",
|
|
218
|
-
"name": "
|
|
187
|
+
"name": "AiQuestion",
|
|
219
188
|
"preserveMemberOrder": false,
|
|
220
189
|
"members": [
|
|
221
190
|
{
|
|
222
191
|
"kind": "PropertySignature",
|
|
223
|
-
"canonicalReference": "@empathyco/x-types!
|
|
224
|
-
"docComment": "
|
|
192
|
+
"canonicalReference": "@empathyco/x-types!AiQuestion#content:member",
|
|
193
|
+
"docComment": "",
|
|
225
194
|
"excerptTokens": [
|
|
226
195
|
{
|
|
227
196
|
"kind": "Content",
|
|
228
|
-
"text": "
|
|
197
|
+
"text": "content: "
|
|
229
198
|
},
|
|
230
199
|
{
|
|
231
200
|
"kind": "Content",
|
|
232
|
-
"text": "string"
|
|
201
|
+
"text": "{\n responseText?: string;\n searchQueries: string[];\n }"
|
|
233
202
|
},
|
|
234
203
|
{
|
|
235
204
|
"kind": "Content",
|
|
@@ -239,7 +208,7 @@
|
|
|
239
208
|
"isReadonly": false,
|
|
240
209
|
"isOptional": false,
|
|
241
210
|
"releaseTag": "Public",
|
|
242
|
-
"name": "
|
|
211
|
+
"name": "content",
|
|
243
212
|
"propertyTypeTokenRange": {
|
|
244
213
|
"startIndex": 1,
|
|
245
214
|
"endIndex": 2
|
|
@@ -247,16 +216,16 @@
|
|
|
247
216
|
},
|
|
248
217
|
{
|
|
249
218
|
"kind": "PropertySignature",
|
|
250
|
-
"canonicalReference": "@empathyco/x-types!
|
|
251
|
-
"docComment": "
|
|
219
|
+
"canonicalReference": "@empathyco/x-types!AiQuestion#expanded:member",
|
|
220
|
+
"docComment": "",
|
|
252
221
|
"excerptTokens": [
|
|
253
222
|
{
|
|
254
223
|
"kind": "Content",
|
|
255
|
-
"text": "
|
|
224
|
+
"text": "expanded?: "
|
|
256
225
|
},
|
|
257
226
|
{
|
|
258
227
|
"kind": "Content",
|
|
259
|
-
"text": "
|
|
228
|
+
"text": "boolean"
|
|
260
229
|
},
|
|
261
230
|
{
|
|
262
231
|
"kind": "Content",
|
|
@@ -266,7 +235,7 @@
|
|
|
266
235
|
"isReadonly": false,
|
|
267
236
|
"isOptional": true,
|
|
268
237
|
"releaseTag": "Public",
|
|
269
|
-
"name": "
|
|
238
|
+
"name": "expanded",
|
|
270
239
|
"propertyTypeTokenRange": {
|
|
271
240
|
"startIndex": 1,
|
|
272
241
|
"endIndex": 2
|
|
@@ -274,12 +243,12 @@
|
|
|
274
243
|
},
|
|
275
244
|
{
|
|
276
245
|
"kind": "PropertySignature",
|
|
277
|
-
"canonicalReference": "@empathyco/x-types!
|
|
278
|
-
"docComment": "
|
|
246
|
+
"canonicalReference": "@empathyco/x-types!AiQuestion#id:member",
|
|
247
|
+
"docComment": "",
|
|
279
248
|
"excerptTokens": [
|
|
280
249
|
{
|
|
281
250
|
"kind": "Content",
|
|
282
|
-
"text": "
|
|
251
|
+
"text": "id: "
|
|
283
252
|
},
|
|
284
253
|
{
|
|
285
254
|
"kind": "Content",
|
|
@@ -291,9 +260,9 @@
|
|
|
291
260
|
}
|
|
292
261
|
],
|
|
293
262
|
"isReadonly": false,
|
|
294
|
-
"isOptional":
|
|
263
|
+
"isOptional": false,
|
|
295
264
|
"releaseTag": "Public",
|
|
296
|
-
"name": "
|
|
265
|
+
"name": "id",
|
|
297
266
|
"propertyTypeTokenRange": {
|
|
298
267
|
"startIndex": 1,
|
|
299
268
|
"endIndex": 2
|
|
@@ -301,16 +270,16 @@
|
|
|
301
270
|
},
|
|
302
271
|
{
|
|
303
272
|
"kind": "PropertySignature",
|
|
304
|
-
"canonicalReference": "@empathyco/x-types!
|
|
305
|
-
"docComment": "
|
|
273
|
+
"canonicalReference": "@empathyco/x-types!AiQuestion#metadata:member",
|
|
274
|
+
"docComment": "",
|
|
306
275
|
"excerptTokens": [
|
|
307
276
|
{
|
|
308
277
|
"kind": "Content",
|
|
309
|
-
"text": "
|
|
278
|
+
"text": "metadata: "
|
|
310
279
|
},
|
|
311
280
|
{
|
|
312
281
|
"kind": "Content",
|
|
313
|
-
"text": "string"
|
|
282
|
+
"text": "{\n origin: string;\n source: string;\n createdAt: string;\n generatedWithModel: string;\n generatedWithConfig: string;\n }"
|
|
314
283
|
},
|
|
315
284
|
{
|
|
316
285
|
"kind": "Content",
|
|
@@ -318,86 +287,76 @@
|
|
|
318
287
|
}
|
|
319
288
|
],
|
|
320
289
|
"isReadonly": false,
|
|
321
|
-
"isOptional":
|
|
290
|
+
"isOptional": false,
|
|
322
291
|
"releaseTag": "Public",
|
|
323
|
-
"name": "
|
|
292
|
+
"name": "metadata",
|
|
324
293
|
"propertyTypeTokenRange": {
|
|
325
294
|
"startIndex": 1,
|
|
326
295
|
"endIndex": 2
|
|
327
296
|
}
|
|
328
|
-
}
|
|
329
|
-
],
|
|
330
|
-
"extendsTokenRanges": [
|
|
331
|
-
{
|
|
332
|
-
"startIndex": 1,
|
|
333
|
-
"endIndex": 3
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
"startIndex": 4,
|
|
337
|
-
"endIndex": 5
|
|
338
|
-
},
|
|
339
|
-
{
|
|
340
|
-
"startIndex": 6,
|
|
341
|
-
"endIndex": 7
|
|
342
|
-
}
|
|
343
|
-
]
|
|
344
|
-
},
|
|
345
|
-
{
|
|
346
|
-
"kind": "Variable",
|
|
347
|
-
"canonicalReference": "@empathyco/x-types!BannerSchema:var",
|
|
348
|
-
"docComment": "/**\n * Jest schema for validating Banner entities.\n *\n * @public\n */\n",
|
|
349
|
-
"excerptTokens": [
|
|
350
|
-
{
|
|
351
|
-
"kind": "Content",
|
|
352
|
-
"text": "BannerSchema: "
|
|
353
297
|
},
|
|
354
298
|
{
|
|
355
|
-
"kind": "
|
|
356
|
-
"
|
|
357
|
-
"
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
"
|
|
376
|
-
"
|
|
299
|
+
"kind": "PropertySignature",
|
|
300
|
+
"canonicalReference": "@empathyco/x-types!AiQuestion#responseText:member",
|
|
301
|
+
"docComment": "",
|
|
302
|
+
"excerptTokens": [
|
|
303
|
+
{
|
|
304
|
+
"kind": "Content",
|
|
305
|
+
"text": "responseText?: "
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"kind": "Content",
|
|
309
|
+
"text": "string"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"kind": "Content",
|
|
313
|
+
"text": ";"
|
|
314
|
+
}
|
|
315
|
+
],
|
|
316
|
+
"isReadonly": false,
|
|
317
|
+
"isOptional": true,
|
|
318
|
+
"releaseTag": "Public",
|
|
319
|
+
"name": "responseText",
|
|
320
|
+
"propertyTypeTokenRange": {
|
|
321
|
+
"startIndex": 1,
|
|
322
|
+
"endIndex": 2
|
|
323
|
+
}
|
|
377
324
|
},
|
|
378
325
|
{
|
|
379
|
-
"kind": "
|
|
380
|
-
"
|
|
381
|
-
"
|
|
326
|
+
"kind": "PropertySignature",
|
|
327
|
+
"canonicalReference": "@empathyco/x-types!AiQuestion#suggestionImageUrl:member",
|
|
328
|
+
"docComment": "",
|
|
329
|
+
"excerptTokens": [
|
|
330
|
+
{
|
|
331
|
+
"kind": "Content",
|
|
332
|
+
"text": "suggestionImageUrl?: "
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"kind": "Content",
|
|
336
|
+
"text": "string"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"kind": "Content",
|
|
340
|
+
"text": ";"
|
|
341
|
+
}
|
|
342
|
+
],
|
|
343
|
+
"isReadonly": false,
|
|
344
|
+
"isOptional": true,
|
|
345
|
+
"releaseTag": "Public",
|
|
346
|
+
"name": "suggestionImageUrl",
|
|
347
|
+
"propertyTypeTokenRange": {
|
|
348
|
+
"startIndex": 1,
|
|
349
|
+
"endIndex": 2
|
|
350
|
+
}
|
|
382
351
|
},
|
|
383
|
-
{
|
|
384
|
-
"kind": "Content",
|
|
385
|
-
"text": " "
|
|
386
|
-
}
|
|
387
|
-
],
|
|
388
|
-
"fileUrlPath": "src/facet/filter/boolean-filter.model.ts",
|
|
389
|
-
"releaseTag": "Public",
|
|
390
|
-
"name": "BooleanFilter",
|
|
391
|
-
"preserveMemberOrder": false,
|
|
392
|
-
"members": [
|
|
393
352
|
{
|
|
394
353
|
"kind": "PropertySignature",
|
|
395
|
-
"canonicalReference": "@empathyco/x-types!
|
|
396
|
-
"docComment": "
|
|
354
|
+
"canonicalReference": "@empathyco/x-types!AiQuestion#suggestionText:member",
|
|
355
|
+
"docComment": "",
|
|
397
356
|
"excerptTokens": [
|
|
398
357
|
{
|
|
399
358
|
"kind": "Content",
|
|
400
|
-
"text": "
|
|
359
|
+
"text": "suggestionText: "
|
|
401
360
|
},
|
|
402
361
|
{
|
|
403
362
|
"kind": "Content",
|
|
@@ -411,7 +370,7 @@
|
|
|
411
370
|
"isReadonly": false,
|
|
412
371
|
"isOptional": false,
|
|
413
372
|
"releaseTag": "Public",
|
|
414
|
-
"name": "
|
|
373
|
+
"name": "suggestionText",
|
|
415
374
|
"propertyTypeTokenRange": {
|
|
416
375
|
"startIndex": 1,
|
|
417
376
|
"endIndex": 2
|
|
@@ -419,17 +378,25 @@
|
|
|
419
378
|
},
|
|
420
379
|
{
|
|
421
380
|
"kind": "PropertySignature",
|
|
422
|
-
"canonicalReference": "@empathyco/x-types!
|
|
423
|
-
"docComment": "
|
|
381
|
+
"canonicalReference": "@empathyco/x-types!AiQuestion#tagging:member",
|
|
382
|
+
"docComment": "",
|
|
424
383
|
"excerptTokens": [
|
|
425
384
|
{
|
|
426
385
|
"kind": "Content",
|
|
427
|
-
"text": "
|
|
386
|
+
"text": "tagging?: "
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"kind": "Content",
|
|
390
|
+
"text": "{\n toolingDisplay: string;\n toolingDisplayClick: string;\n searchQueries: "
|
|
428
391
|
},
|
|
429
392
|
{
|
|
430
393
|
"kind": "Reference",
|
|
431
|
-
"text": "
|
|
432
|
-
"canonicalReference": "
|
|
394
|
+
"text": "Record",
|
|
395
|
+
"canonicalReference": "!Record:type"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"kind": "Content",
|
|
399
|
+
"text": "<string, {\n toolingDisplay: string;\n toolingDisplayAdd2Cart: string;\n toolingDisplayClick: string;\n }>;\n }"
|
|
433
400
|
},
|
|
434
401
|
{
|
|
435
402
|
"kind": "Content",
|
|
@@ -437,26 +404,26 @@
|
|
|
437
404
|
}
|
|
438
405
|
],
|
|
439
406
|
"isReadonly": false,
|
|
440
|
-
"isOptional":
|
|
407
|
+
"isOptional": true,
|
|
441
408
|
"releaseTag": "Public",
|
|
442
|
-
"name": "
|
|
409
|
+
"name": "tagging",
|
|
443
410
|
"propertyTypeTokenRange": {
|
|
444
411
|
"startIndex": 1,
|
|
445
|
-
"endIndex":
|
|
412
|
+
"endIndex": 4
|
|
446
413
|
}
|
|
447
414
|
},
|
|
448
415
|
{
|
|
449
416
|
"kind": "PropertySignature",
|
|
450
|
-
"canonicalReference": "@empathyco/x-types!
|
|
451
|
-
"docComment": "
|
|
417
|
+
"canonicalReference": "@empathyco/x-types!AiQuestion#type:member",
|
|
418
|
+
"docComment": "",
|
|
452
419
|
"excerptTokens": [
|
|
453
420
|
{
|
|
454
421
|
"kind": "Content",
|
|
455
|
-
"text": "
|
|
422
|
+
"text": "type: "
|
|
456
423
|
},
|
|
457
424
|
{
|
|
458
425
|
"kind": "Content",
|
|
459
|
-
"text": "
|
|
426
|
+
"text": "string"
|
|
460
427
|
},
|
|
461
428
|
{
|
|
462
429
|
"kind": "Content",
|
|
@@ -464,70 +431,1135 @@
|
|
|
464
431
|
}
|
|
465
432
|
],
|
|
466
433
|
"isReadonly": false,
|
|
467
|
-
"isOptional":
|
|
434
|
+
"isOptional": false,
|
|
468
435
|
"releaseTag": "Public",
|
|
469
|
-
"name": "
|
|
436
|
+
"name": "type",
|
|
470
437
|
"propertyTypeTokenRange": {
|
|
471
438
|
"startIndex": 1,
|
|
472
439
|
"endIndex": 2
|
|
473
440
|
}
|
|
474
441
|
}
|
|
475
442
|
],
|
|
476
|
-
"extendsTokenRanges": [
|
|
477
|
-
{
|
|
478
|
-
"startIndex": 1,
|
|
479
|
-
"endIndex": 2
|
|
480
|
-
}
|
|
481
|
-
]
|
|
443
|
+
"extendsTokenRanges": []
|
|
482
444
|
},
|
|
483
445
|
{
|
|
484
|
-
"kind": "
|
|
485
|
-
"canonicalReference": "@empathyco/x-types!
|
|
486
|
-
"docComment": "/**\n *
|
|
446
|
+
"kind": "Interface",
|
|
447
|
+
"canonicalReference": "@empathyco/x-types!AiQuestionsRequest:interface",
|
|
448
|
+
"docComment": "/**\n * Request for the question endpoint.\n *\n * @public\n */\n",
|
|
487
449
|
"excerptTokens": [
|
|
488
450
|
{
|
|
489
451
|
"kind": "Content",
|
|
490
|
-
"text": "export
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"kind": "Content",
|
|
494
|
-
"text": "(typeof "
|
|
452
|
+
"text": "export interface AiQuestionsRequest extends "
|
|
495
453
|
},
|
|
496
454
|
{
|
|
497
455
|
"kind": "Reference",
|
|
498
|
-
"text": "
|
|
499
|
-
"canonicalReference": "@empathyco/x-types!
|
|
500
|
-
},
|
|
501
|
-
{
|
|
502
|
-
"kind": "Content",
|
|
503
|
-
"text": ")[number]"
|
|
456
|
+
"text": "ExtraParamsRequest",
|
|
457
|
+
"canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
|
|
504
458
|
},
|
|
505
459
|
{
|
|
506
460
|
"kind": "Content",
|
|
507
|
-
"text": "
|
|
461
|
+
"text": " "
|
|
508
462
|
}
|
|
509
463
|
],
|
|
510
|
-
"fileUrlPath": "src/
|
|
464
|
+
"fileUrlPath": "src/request/ai/questions.model.ts",
|
|
511
465
|
"releaseTag": "Public",
|
|
512
|
-
"name": "
|
|
513
|
-
"
|
|
514
|
-
|
|
515
|
-
"endIndex": 4
|
|
516
|
-
}
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
"kind": "Variable",
|
|
520
|
-
"canonicalReference": "@empathyco/x-types!BooleanFilterModelNames:var",
|
|
521
|
-
"docComment": "/**\n * Const to use in the {@link BooleanFilterModelName} Type definition and also in Type Guards.\n *\n * @public\n */\n",
|
|
522
|
-
"excerptTokens": [
|
|
523
|
-
{
|
|
524
|
-
"kind": "Content",
|
|
525
|
-
"text": "BooleanFilterModelNames: "
|
|
526
|
-
},
|
|
466
|
+
"name": "AiQuestionsRequest",
|
|
467
|
+
"preserveMemberOrder": false,
|
|
468
|
+
"members": [
|
|
527
469
|
{
|
|
528
|
-
"kind": "
|
|
529
|
-
"
|
|
530
|
-
|
|
470
|
+
"kind": "PropertySignature",
|
|
471
|
+
"canonicalReference": "@empathyco/x-types!AiQuestionsRequest#lang:member",
|
|
472
|
+
"docComment": "",
|
|
473
|
+
"excerptTokens": [
|
|
474
|
+
{
|
|
475
|
+
"kind": "Content",
|
|
476
|
+
"text": "lang: "
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"kind": "Content",
|
|
480
|
+
"text": "string"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"kind": "Content",
|
|
484
|
+
"text": ";"
|
|
485
|
+
}
|
|
486
|
+
],
|
|
487
|
+
"isReadonly": false,
|
|
488
|
+
"isOptional": false,
|
|
489
|
+
"releaseTag": "Public",
|
|
490
|
+
"name": "lang",
|
|
491
|
+
"propertyTypeTokenRange": {
|
|
492
|
+
"startIndex": 1,
|
|
493
|
+
"endIndex": 2
|
|
494
|
+
}
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"kind": "PropertySignature",
|
|
498
|
+
"canonicalReference": "@empathyco/x-types!AiQuestionsRequest#query:member",
|
|
499
|
+
"docComment": "",
|
|
500
|
+
"excerptTokens": [
|
|
501
|
+
{
|
|
502
|
+
"kind": "Content",
|
|
503
|
+
"text": "query?: "
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"kind": "Content",
|
|
507
|
+
"text": "string"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"kind": "Content",
|
|
511
|
+
"text": ";"
|
|
512
|
+
}
|
|
513
|
+
],
|
|
514
|
+
"isReadonly": false,
|
|
515
|
+
"isOptional": true,
|
|
516
|
+
"releaseTag": "Public",
|
|
517
|
+
"name": "query",
|
|
518
|
+
"propertyTypeTokenRange": {
|
|
519
|
+
"startIndex": 1,
|
|
520
|
+
"endIndex": 2
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
],
|
|
524
|
+
"extendsTokenRanges": [
|
|
525
|
+
{
|
|
526
|
+
"startIndex": 1,
|
|
527
|
+
"endIndex": 2
|
|
528
|
+
}
|
|
529
|
+
]
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
"kind": "Interface",
|
|
533
|
+
"canonicalReference": "@empathyco/x-types!AiQuestionsResponse:interface",
|
|
534
|
+
"docComment": "/**\n * Response for the question endpoint.\n *\n * @public\n */\n",
|
|
535
|
+
"excerptTokens": [
|
|
536
|
+
{
|
|
537
|
+
"kind": "Content",
|
|
538
|
+
"text": "export interface AiQuestionsResponse "
|
|
539
|
+
}
|
|
540
|
+
],
|
|
541
|
+
"fileUrlPath": "src/response/ai/questions.model.ts",
|
|
542
|
+
"releaseTag": "Public",
|
|
543
|
+
"name": "AiQuestionsResponse",
|
|
544
|
+
"preserveMemberOrder": false,
|
|
545
|
+
"members": [
|
|
546
|
+
{
|
|
547
|
+
"kind": "PropertySignature",
|
|
548
|
+
"canonicalReference": "@empathyco/x-types!AiQuestionsResponse#context:member",
|
|
549
|
+
"docComment": "",
|
|
550
|
+
"excerptTokens": [
|
|
551
|
+
{
|
|
552
|
+
"kind": "Content",
|
|
553
|
+
"text": "context: "
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
"kind": "Content",
|
|
557
|
+
"text": "{\n query?: string;\n lang: string;\n instance: string;\n filters?: "
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
"kind": "Reference",
|
|
561
|
+
"text": "Record",
|
|
562
|
+
"canonicalReference": "!Record:type"
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"kind": "Content",
|
|
566
|
+
"text": "<string, unknown>;\n }"
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"kind": "Content",
|
|
570
|
+
"text": ";"
|
|
571
|
+
}
|
|
572
|
+
],
|
|
573
|
+
"isReadonly": false,
|
|
574
|
+
"isOptional": false,
|
|
575
|
+
"releaseTag": "Public",
|
|
576
|
+
"name": "context",
|
|
577
|
+
"propertyTypeTokenRange": {
|
|
578
|
+
"startIndex": 1,
|
|
579
|
+
"endIndex": 4
|
|
580
|
+
}
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"kind": "PropertySignature",
|
|
584
|
+
"canonicalReference": "@empathyco/x-types!AiQuestionsResponse#items:member",
|
|
585
|
+
"docComment": "",
|
|
586
|
+
"excerptTokens": [
|
|
587
|
+
{
|
|
588
|
+
"kind": "Content",
|
|
589
|
+
"text": "items: "
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"kind": "Reference",
|
|
593
|
+
"text": "AiQuestion",
|
|
594
|
+
"canonicalReference": "@empathyco/x-types!AiQuestion:interface"
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
"kind": "Content",
|
|
598
|
+
"text": "[]"
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
"kind": "Content",
|
|
602
|
+
"text": ";"
|
|
603
|
+
}
|
|
604
|
+
],
|
|
605
|
+
"isReadonly": false,
|
|
606
|
+
"isOptional": false,
|
|
607
|
+
"releaseTag": "Public",
|
|
608
|
+
"name": "items",
|
|
609
|
+
"propertyTypeTokenRange": {
|
|
610
|
+
"startIndex": 1,
|
|
611
|
+
"endIndex": 3
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"kind": "PropertySignature",
|
|
616
|
+
"canonicalReference": "@empathyco/x-types!AiQuestionsResponse#numItems:member",
|
|
617
|
+
"docComment": "",
|
|
618
|
+
"excerptTokens": [
|
|
619
|
+
{
|
|
620
|
+
"kind": "Content",
|
|
621
|
+
"text": "numItems: "
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"kind": "Content",
|
|
625
|
+
"text": "number"
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"kind": "Content",
|
|
629
|
+
"text": ";"
|
|
630
|
+
}
|
|
631
|
+
],
|
|
632
|
+
"isReadonly": false,
|
|
633
|
+
"isOptional": false,
|
|
634
|
+
"releaseTag": "Public",
|
|
635
|
+
"name": "numItems",
|
|
636
|
+
"propertyTypeTokenRange": {
|
|
637
|
+
"startIndex": 1,
|
|
638
|
+
"endIndex": 2
|
|
639
|
+
}
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"kind": "PropertySignature",
|
|
643
|
+
"canonicalReference": "@empathyco/x-types!AiQuestionsResponse#resolved:member",
|
|
644
|
+
"docComment": "",
|
|
645
|
+
"excerptTokens": [
|
|
646
|
+
{
|
|
647
|
+
"kind": "Content",
|
|
648
|
+
"text": "resolved: "
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"kind": "Content",
|
|
652
|
+
"text": "boolean"
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"kind": "Content",
|
|
656
|
+
"text": ";"
|
|
657
|
+
}
|
|
658
|
+
],
|
|
659
|
+
"isReadonly": false,
|
|
660
|
+
"isOptional": false,
|
|
661
|
+
"releaseTag": "Public",
|
|
662
|
+
"name": "resolved",
|
|
663
|
+
"propertyTypeTokenRange": {
|
|
664
|
+
"startIndex": 1,
|
|
665
|
+
"endIndex": 2
|
|
666
|
+
}
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
"kind": "PropertySignature",
|
|
670
|
+
"canonicalReference": "@empathyco/x-types!AiQuestionsResponse#taskId:member",
|
|
671
|
+
"docComment": "",
|
|
672
|
+
"excerptTokens": [
|
|
673
|
+
{
|
|
674
|
+
"kind": "Content",
|
|
675
|
+
"text": "taskId: "
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"kind": "Content",
|
|
679
|
+
"text": "string"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"kind": "Content",
|
|
683
|
+
"text": ";"
|
|
684
|
+
}
|
|
685
|
+
],
|
|
686
|
+
"isReadonly": false,
|
|
687
|
+
"isOptional": false,
|
|
688
|
+
"releaseTag": "Public",
|
|
689
|
+
"name": "taskId",
|
|
690
|
+
"propertyTypeTokenRange": {
|
|
691
|
+
"startIndex": 1,
|
|
692
|
+
"endIndex": 2
|
|
693
|
+
}
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"kind": "PropertySignature",
|
|
697
|
+
"canonicalReference": "@empathyco/x-types!AiQuestionsResponse#totalItems:member",
|
|
698
|
+
"docComment": "",
|
|
699
|
+
"excerptTokens": [
|
|
700
|
+
{
|
|
701
|
+
"kind": "Content",
|
|
702
|
+
"text": "totalItems: "
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"kind": "Content",
|
|
706
|
+
"text": "number"
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"kind": "Content",
|
|
710
|
+
"text": ";"
|
|
711
|
+
}
|
|
712
|
+
],
|
|
713
|
+
"isReadonly": false,
|
|
714
|
+
"isOptional": false,
|
|
715
|
+
"releaseTag": "Public",
|
|
716
|
+
"name": "totalItems",
|
|
717
|
+
"propertyTypeTokenRange": {
|
|
718
|
+
"startIndex": 1,
|
|
719
|
+
"endIndex": 2
|
|
720
|
+
}
|
|
721
|
+
}
|
|
722
|
+
],
|
|
723
|
+
"extendsTokenRanges": []
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"kind": "Interface",
|
|
727
|
+
"canonicalReference": "@empathyco/x-types!AiSuggestionSearch:interface",
|
|
728
|
+
"docComment": "/**\n * Each suggestion search is a query and the results of that query.\n *\n * @public\n */\n",
|
|
729
|
+
"excerptTokens": [
|
|
730
|
+
{
|
|
731
|
+
"kind": "Content",
|
|
732
|
+
"text": "export interface AiSuggestionSearch "
|
|
733
|
+
}
|
|
734
|
+
],
|
|
735
|
+
"fileUrlPath": "src/ai/suggestion-search.model.ts",
|
|
736
|
+
"releaseTag": "Public",
|
|
737
|
+
"name": "AiSuggestionSearch",
|
|
738
|
+
"preserveMemberOrder": false,
|
|
739
|
+
"members": [
|
|
740
|
+
{
|
|
741
|
+
"kind": "PropertySignature",
|
|
742
|
+
"canonicalReference": "@empathyco/x-types!AiSuggestionSearch#numFound:member",
|
|
743
|
+
"docComment": "",
|
|
744
|
+
"excerptTokens": [
|
|
745
|
+
{
|
|
746
|
+
"kind": "Content",
|
|
747
|
+
"text": "numFound: "
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"kind": "Content",
|
|
751
|
+
"text": "number"
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"kind": "Content",
|
|
755
|
+
"text": ";"
|
|
756
|
+
}
|
|
757
|
+
],
|
|
758
|
+
"isReadonly": false,
|
|
759
|
+
"isOptional": false,
|
|
760
|
+
"releaseTag": "Public",
|
|
761
|
+
"name": "numFound",
|
|
762
|
+
"propertyTypeTokenRange": {
|
|
763
|
+
"startIndex": 1,
|
|
764
|
+
"endIndex": 2
|
|
765
|
+
}
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"kind": "PropertySignature",
|
|
769
|
+
"canonicalReference": "@empathyco/x-types!AiSuggestionSearch#query:member",
|
|
770
|
+
"docComment": "",
|
|
771
|
+
"excerptTokens": [
|
|
772
|
+
{
|
|
773
|
+
"kind": "Content",
|
|
774
|
+
"text": "query: "
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
"kind": "Content",
|
|
778
|
+
"text": "string"
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
"kind": "Content",
|
|
782
|
+
"text": ";"
|
|
783
|
+
}
|
|
784
|
+
],
|
|
785
|
+
"isReadonly": false,
|
|
786
|
+
"isOptional": false,
|
|
787
|
+
"releaseTag": "Public",
|
|
788
|
+
"name": "query",
|
|
789
|
+
"propertyTypeTokenRange": {
|
|
790
|
+
"startIndex": 1,
|
|
791
|
+
"endIndex": 2
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"kind": "PropertySignature",
|
|
796
|
+
"canonicalReference": "@empathyco/x-types!AiSuggestionSearch#results:member",
|
|
797
|
+
"docComment": "",
|
|
798
|
+
"excerptTokens": [
|
|
799
|
+
{
|
|
800
|
+
"kind": "Content",
|
|
801
|
+
"text": "results: "
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
"kind": "Reference",
|
|
805
|
+
"text": "Result",
|
|
806
|
+
"canonicalReference": "@empathyco/x-types!Result:interface"
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"kind": "Content",
|
|
810
|
+
"text": "[]"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"kind": "Content",
|
|
814
|
+
"text": ";"
|
|
815
|
+
}
|
|
816
|
+
],
|
|
817
|
+
"isReadonly": false,
|
|
818
|
+
"isOptional": false,
|
|
819
|
+
"releaseTag": "Public",
|
|
820
|
+
"name": "results",
|
|
821
|
+
"propertyTypeTokenRange": {
|
|
822
|
+
"startIndex": 1,
|
|
823
|
+
"endIndex": 3
|
|
824
|
+
}
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"kind": "PropertySignature",
|
|
828
|
+
"canonicalReference": "@empathyco/x-types!AiSuggestionSearch#tagging:member",
|
|
829
|
+
"docComment": "",
|
|
830
|
+
"excerptTokens": [
|
|
831
|
+
{
|
|
832
|
+
"kind": "Content",
|
|
833
|
+
"text": "tagging: "
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
"kind": "Content",
|
|
837
|
+
"text": "{\n query: "
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"kind": "Reference",
|
|
841
|
+
"text": "TaggingRequest",
|
|
842
|
+
"canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
"kind": "Content",
|
|
846
|
+
"text": ";\n }"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"kind": "Content",
|
|
850
|
+
"text": ";"
|
|
851
|
+
}
|
|
852
|
+
],
|
|
853
|
+
"isReadonly": false,
|
|
854
|
+
"isOptional": false,
|
|
855
|
+
"releaseTag": "Public",
|
|
856
|
+
"name": "tagging",
|
|
857
|
+
"propertyTypeTokenRange": {
|
|
858
|
+
"startIndex": 1,
|
|
859
|
+
"endIndex": 4
|
|
860
|
+
}
|
|
861
|
+
}
|
|
862
|
+
],
|
|
863
|
+
"extendsTokenRanges": []
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"kind": "Interface",
|
|
867
|
+
"canonicalReference": "@empathyco/x-types!AiSuggestionsRequest:interface",
|
|
868
|
+
"docComment": "/**\n * Request for the ai suggestions endpoint.\n *\n * @public\n */\n",
|
|
869
|
+
"excerptTokens": [
|
|
870
|
+
{
|
|
871
|
+
"kind": "Content",
|
|
872
|
+
"text": "export interface AiSuggestionsRequest extends "
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"kind": "Reference",
|
|
876
|
+
"text": "ExtraParamsRequest",
|
|
877
|
+
"canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"kind": "Content",
|
|
881
|
+
"text": ", "
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"kind": "Reference",
|
|
885
|
+
"text": "TrackableRequest",
|
|
886
|
+
"canonicalReference": "@empathyco/x-types!TrackableRequest:interface"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"kind": "Content",
|
|
890
|
+
"text": ", "
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"kind": "Reference",
|
|
894
|
+
"text": "FilterableRequest",
|
|
895
|
+
"canonicalReference": "@empathyco/x-types!FilterableRequest:interface"
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"kind": "Content",
|
|
899
|
+
"text": ", "
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"kind": "Reference",
|
|
903
|
+
"text": "QueryableRequest",
|
|
904
|
+
"canonicalReference": "@empathyco/x-types!QueryableRequest:interface"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"kind": "Content",
|
|
908
|
+
"text": " "
|
|
909
|
+
}
|
|
910
|
+
],
|
|
911
|
+
"fileUrlPath": "src/request/ai/suggestions.model.ts",
|
|
912
|
+
"releaseTag": "Public",
|
|
913
|
+
"name": "AiSuggestionsRequest",
|
|
914
|
+
"preserveMemberOrder": false,
|
|
915
|
+
"members": [],
|
|
916
|
+
"extendsTokenRanges": [
|
|
917
|
+
{
|
|
918
|
+
"startIndex": 1,
|
|
919
|
+
"endIndex": 2
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"startIndex": 3,
|
|
923
|
+
"endIndex": 4
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
"startIndex": 5,
|
|
927
|
+
"endIndex": 6
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"startIndex": 7,
|
|
931
|
+
"endIndex": 8
|
|
932
|
+
}
|
|
933
|
+
]
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
"kind": "Interface",
|
|
937
|
+
"canonicalReference": "@empathyco/x-types!AiSuggestionsSearchRequest:interface",
|
|
938
|
+
"docComment": "/**\n * Request for the suggestions-search endpoint.\n *\n * @public\n */\n",
|
|
939
|
+
"excerptTokens": [
|
|
940
|
+
{
|
|
941
|
+
"kind": "Content",
|
|
942
|
+
"text": "export interface AiSuggestionsSearchRequest extends "
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"kind": "Reference",
|
|
946
|
+
"text": "ExtraParamsRequest",
|
|
947
|
+
"canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"kind": "Content",
|
|
951
|
+
"text": ", "
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"kind": "Reference",
|
|
955
|
+
"text": "TrackableRequest",
|
|
956
|
+
"canonicalReference": "@empathyco/x-types!TrackableRequest:interface"
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"kind": "Content",
|
|
960
|
+
"text": ", "
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"kind": "Reference",
|
|
964
|
+
"text": "FilterableRequest",
|
|
965
|
+
"canonicalReference": "@empathyco/x-types!FilterableRequest:interface"
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"kind": "Content",
|
|
969
|
+
"text": " "
|
|
970
|
+
}
|
|
971
|
+
],
|
|
972
|
+
"fileUrlPath": "src/request/ai/suggestions-search.model.ts",
|
|
973
|
+
"releaseTag": "Public",
|
|
974
|
+
"name": "AiSuggestionsSearchRequest",
|
|
975
|
+
"preserveMemberOrder": false,
|
|
976
|
+
"members": [
|
|
977
|
+
{
|
|
978
|
+
"kind": "PropertySignature",
|
|
979
|
+
"canonicalReference": "@empathyco/x-types!AiSuggestionsSearchRequest#queries:member",
|
|
980
|
+
"docComment": "",
|
|
981
|
+
"excerptTokens": [
|
|
982
|
+
{
|
|
983
|
+
"kind": "Content",
|
|
984
|
+
"text": "queries: "
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"kind": "Content",
|
|
988
|
+
"text": "{\n query: string;\n categories: string[];\n }[]"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"kind": "Content",
|
|
992
|
+
"text": ";"
|
|
993
|
+
}
|
|
994
|
+
],
|
|
995
|
+
"isReadonly": false,
|
|
996
|
+
"isOptional": false,
|
|
997
|
+
"releaseTag": "Public",
|
|
998
|
+
"name": "queries",
|
|
999
|
+
"propertyTypeTokenRange": {
|
|
1000
|
+
"startIndex": 1,
|
|
1001
|
+
"endIndex": 2
|
|
1002
|
+
}
|
|
1003
|
+
}
|
|
1004
|
+
],
|
|
1005
|
+
"extendsTokenRanges": [
|
|
1006
|
+
{
|
|
1007
|
+
"startIndex": 1,
|
|
1008
|
+
"endIndex": 2
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"startIndex": 3,
|
|
1012
|
+
"endIndex": 4
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"startIndex": 5,
|
|
1016
|
+
"endIndex": 6
|
|
1017
|
+
}
|
|
1018
|
+
]
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"kind": "Interface",
|
|
1022
|
+
"canonicalReference": "@empathyco/x-types!AiSuggestionsSearchResponse:interface",
|
|
1023
|
+
"docComment": "/**\n * Response for the AI suggestions search endpoint.\n *\n * @public\n */\n",
|
|
1024
|
+
"excerptTokens": [
|
|
1025
|
+
{
|
|
1026
|
+
"kind": "Content",
|
|
1027
|
+
"text": "export interface AiSuggestionsSearchResponse "
|
|
1028
|
+
}
|
|
1029
|
+
],
|
|
1030
|
+
"fileUrlPath": "src/response/ai/suggestions-search.model.ts",
|
|
1031
|
+
"releaseTag": "Public",
|
|
1032
|
+
"name": "AiSuggestionsSearchResponse",
|
|
1033
|
+
"preserveMemberOrder": false,
|
|
1034
|
+
"members": [
|
|
1035
|
+
{
|
|
1036
|
+
"kind": "PropertySignature",
|
|
1037
|
+
"canonicalReference": "@empathyco/x-types!AiSuggestionsSearchResponse#suggestions:member",
|
|
1038
|
+
"docComment": "",
|
|
1039
|
+
"excerptTokens": [
|
|
1040
|
+
{
|
|
1041
|
+
"kind": "Content",
|
|
1042
|
+
"text": "suggestions: "
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"kind": "Reference",
|
|
1046
|
+
"text": "AiSuggestionSearch",
|
|
1047
|
+
"canonicalReference": "@empathyco/x-types!AiSuggestionSearch:interface"
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"kind": "Content",
|
|
1051
|
+
"text": "[]"
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"kind": "Content",
|
|
1055
|
+
"text": ";"
|
|
1056
|
+
}
|
|
1057
|
+
],
|
|
1058
|
+
"isReadonly": false,
|
|
1059
|
+
"isOptional": false,
|
|
1060
|
+
"releaseTag": "Public",
|
|
1061
|
+
"name": "suggestions",
|
|
1062
|
+
"propertyTypeTokenRange": {
|
|
1063
|
+
"startIndex": 1,
|
|
1064
|
+
"endIndex": 3
|
|
1065
|
+
}
|
|
1066
|
+
}
|
|
1067
|
+
],
|
|
1068
|
+
"extendsTokenRanges": []
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"kind": "Interface",
|
|
1072
|
+
"canonicalReference": "@empathyco/x-types!AiTasksRequest:interface",
|
|
1073
|
+
"docComment": "/**\n * Request for the task endpoint.\n *\n * @public\n */\n",
|
|
1074
|
+
"excerptTokens": [
|
|
1075
|
+
{
|
|
1076
|
+
"kind": "Content",
|
|
1077
|
+
"text": "export interface AiTasksRequest extends "
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
"kind": "Reference",
|
|
1081
|
+
"text": "ExtraParamsRequest",
|
|
1082
|
+
"canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"kind": "Content",
|
|
1086
|
+
"text": " "
|
|
1087
|
+
}
|
|
1088
|
+
],
|
|
1089
|
+
"fileUrlPath": "src/request/ai/tasks.model.ts",
|
|
1090
|
+
"releaseTag": "Public",
|
|
1091
|
+
"name": "AiTasksRequest",
|
|
1092
|
+
"preserveMemberOrder": false,
|
|
1093
|
+
"members": [
|
|
1094
|
+
{
|
|
1095
|
+
"kind": "PropertySignature",
|
|
1096
|
+
"canonicalReference": "@empathyco/x-types!AiTasksRequest#taskId:member",
|
|
1097
|
+
"docComment": "",
|
|
1098
|
+
"excerptTokens": [
|
|
1099
|
+
{
|
|
1100
|
+
"kind": "Content",
|
|
1101
|
+
"text": "taskId: "
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
"kind": "Content",
|
|
1105
|
+
"text": "string"
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
"kind": "Content",
|
|
1109
|
+
"text": ";"
|
|
1110
|
+
}
|
|
1111
|
+
],
|
|
1112
|
+
"isReadonly": false,
|
|
1113
|
+
"isOptional": false,
|
|
1114
|
+
"releaseTag": "Public",
|
|
1115
|
+
"name": "taskId",
|
|
1116
|
+
"propertyTypeTokenRange": {
|
|
1117
|
+
"startIndex": 1,
|
|
1118
|
+
"endIndex": 2
|
|
1119
|
+
}
|
|
1120
|
+
}
|
|
1121
|
+
],
|
|
1122
|
+
"extendsTokenRanges": [
|
|
1123
|
+
{
|
|
1124
|
+
"startIndex": 1,
|
|
1125
|
+
"endIndex": 2
|
|
1126
|
+
}
|
|
1127
|
+
]
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"kind": "Interface",
|
|
1131
|
+
"canonicalReference": "@empathyco/x-types!AiTasksResponse:interface",
|
|
1132
|
+
"docComment": "/**\n * Response for the task endpoint.\n *\n * @public\n */\n",
|
|
1133
|
+
"excerptTokens": [
|
|
1134
|
+
{
|
|
1135
|
+
"kind": "Content",
|
|
1136
|
+
"text": "export interface AiTasksResponse "
|
|
1137
|
+
}
|
|
1138
|
+
],
|
|
1139
|
+
"fileUrlPath": "src/response/ai/tasks.model.ts",
|
|
1140
|
+
"releaseTag": "Public",
|
|
1141
|
+
"name": "AiTasksResponse",
|
|
1142
|
+
"preserveMemberOrder": false,
|
|
1143
|
+
"members": [
|
|
1144
|
+
{
|
|
1145
|
+
"kind": "PropertySignature",
|
|
1146
|
+
"canonicalReference": "@empathyco/x-types!AiTasksResponse#result:member",
|
|
1147
|
+
"docComment": "",
|
|
1148
|
+
"excerptTokens": [
|
|
1149
|
+
{
|
|
1150
|
+
"kind": "Content",
|
|
1151
|
+
"text": "result: "
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
"kind": "Reference",
|
|
1155
|
+
"text": "AiQuestionsResponse",
|
|
1156
|
+
"canonicalReference": "@empathyco/x-types!AiQuestionsResponse:interface"
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"kind": "Content",
|
|
1160
|
+
"text": ";"
|
|
1161
|
+
}
|
|
1162
|
+
],
|
|
1163
|
+
"isReadonly": false,
|
|
1164
|
+
"isOptional": false,
|
|
1165
|
+
"releaseTag": "Public",
|
|
1166
|
+
"name": "result",
|
|
1167
|
+
"propertyTypeTokenRange": {
|
|
1168
|
+
"startIndex": 1,
|
|
1169
|
+
"endIndex": 2
|
|
1170
|
+
}
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
"kind": "PropertySignature",
|
|
1174
|
+
"canonicalReference": "@empathyco/x-types!AiTasksResponse#steps:member",
|
|
1175
|
+
"docComment": "",
|
|
1176
|
+
"excerptTokens": [
|
|
1177
|
+
{
|
|
1178
|
+
"kind": "Content",
|
|
1179
|
+
"text": "steps: "
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"kind": "Reference",
|
|
1183
|
+
"text": "StepEmpathising",
|
|
1184
|
+
"canonicalReference": "@empathyco/x-types!StepEmpathising:interface"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"kind": "Content",
|
|
1188
|
+
"text": "[]"
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"kind": "Content",
|
|
1192
|
+
"text": ";"
|
|
1193
|
+
}
|
|
1194
|
+
],
|
|
1195
|
+
"isReadonly": false,
|
|
1196
|
+
"isOptional": false,
|
|
1197
|
+
"releaseTag": "Public",
|
|
1198
|
+
"name": "steps",
|
|
1199
|
+
"propertyTypeTokenRange": {
|
|
1200
|
+
"startIndex": 1,
|
|
1201
|
+
"endIndex": 3
|
|
1202
|
+
}
|
|
1203
|
+
}
|
|
1204
|
+
],
|
|
1205
|
+
"extendsTokenRanges": []
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
"kind": "Interface",
|
|
1209
|
+
"canonicalReference": "@empathyco/x-types!Banner:interface",
|
|
1210
|
+
"docComment": "/**\n * A banner is an image with a title, that when clicked redirect the user to an URL. Often it is represented as a 100% wide element that appears on top of the results inside the grid or between rows.\n *\n * @public\n */\n",
|
|
1211
|
+
"excerptTokens": [
|
|
1212
|
+
{
|
|
1213
|
+
"kind": "Content",
|
|
1214
|
+
"text": "export interface Banner extends "
|
|
1215
|
+
},
|
|
1216
|
+
{
|
|
1217
|
+
"kind": "Reference",
|
|
1218
|
+
"text": "NamedModel",
|
|
1219
|
+
"canonicalReference": "@empathyco/x-types!NamedModel:interface"
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
"kind": "Content",
|
|
1223
|
+
"text": "<'Banner'>"
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
"kind": "Content",
|
|
1227
|
+
"text": ", "
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
"kind": "Reference",
|
|
1231
|
+
"text": "Identifiable",
|
|
1232
|
+
"canonicalReference": "@empathyco/x-types!Identifiable:interface"
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"kind": "Content",
|
|
1236
|
+
"text": ", "
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
"kind": "Reference",
|
|
1240
|
+
"text": "Taggable",
|
|
1241
|
+
"canonicalReference": "@empathyco/x-types!Taggable:interface"
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
"kind": "Content",
|
|
1245
|
+
"text": " "
|
|
1246
|
+
}
|
|
1247
|
+
],
|
|
1248
|
+
"fileUrlPath": "src/banner.model.ts",
|
|
1249
|
+
"releaseTag": "Public",
|
|
1250
|
+
"name": "Banner",
|
|
1251
|
+
"preserveMemberOrder": false,
|
|
1252
|
+
"members": [
|
|
1253
|
+
{
|
|
1254
|
+
"kind": "PropertySignature",
|
|
1255
|
+
"canonicalReference": "@empathyco/x-types!Banner#image:member",
|
|
1256
|
+
"docComment": "/**\n * Banner image.\n */\n",
|
|
1257
|
+
"excerptTokens": [
|
|
1258
|
+
{
|
|
1259
|
+
"kind": "Content",
|
|
1260
|
+
"text": "image: "
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
"kind": "Content",
|
|
1264
|
+
"text": "string"
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"kind": "Content",
|
|
1268
|
+
"text": ";"
|
|
1269
|
+
}
|
|
1270
|
+
],
|
|
1271
|
+
"isReadonly": false,
|
|
1272
|
+
"isOptional": false,
|
|
1273
|
+
"releaseTag": "Public",
|
|
1274
|
+
"name": "image",
|
|
1275
|
+
"propertyTypeTokenRange": {
|
|
1276
|
+
"startIndex": 1,
|
|
1277
|
+
"endIndex": 2
|
|
1278
|
+
}
|
|
1279
|
+
},
|
|
1280
|
+
{
|
|
1281
|
+
"kind": "PropertySignature",
|
|
1282
|
+
"canonicalReference": "@empathyco/x-types!Banner#position:member",
|
|
1283
|
+
"docComment": "/**\n * Banner position (= row) inside the grid.\n */\n",
|
|
1284
|
+
"excerptTokens": [
|
|
1285
|
+
{
|
|
1286
|
+
"kind": "Content",
|
|
1287
|
+
"text": "position?: "
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"kind": "Content",
|
|
1291
|
+
"text": "number"
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
"kind": "Content",
|
|
1295
|
+
"text": ";"
|
|
1296
|
+
}
|
|
1297
|
+
],
|
|
1298
|
+
"isReadonly": false,
|
|
1299
|
+
"isOptional": true,
|
|
1300
|
+
"releaseTag": "Public",
|
|
1301
|
+
"name": "position",
|
|
1302
|
+
"propertyTypeTokenRange": {
|
|
1303
|
+
"startIndex": 1,
|
|
1304
|
+
"endIndex": 2
|
|
1305
|
+
}
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
"kind": "PropertySignature",
|
|
1309
|
+
"canonicalReference": "@empathyco/x-types!Banner#title:member",
|
|
1310
|
+
"docComment": "/**\n * Banner title.\n */\n",
|
|
1311
|
+
"excerptTokens": [
|
|
1312
|
+
{
|
|
1313
|
+
"kind": "Content",
|
|
1314
|
+
"text": "title?: "
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"kind": "Content",
|
|
1318
|
+
"text": "string"
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
"kind": "Content",
|
|
1322
|
+
"text": ";"
|
|
1323
|
+
}
|
|
1324
|
+
],
|
|
1325
|
+
"isReadonly": false,
|
|
1326
|
+
"isOptional": true,
|
|
1327
|
+
"releaseTag": "Public",
|
|
1328
|
+
"name": "title",
|
|
1329
|
+
"propertyTypeTokenRange": {
|
|
1330
|
+
"startIndex": 1,
|
|
1331
|
+
"endIndex": 2
|
|
1332
|
+
}
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"kind": "PropertySignature",
|
|
1336
|
+
"canonicalReference": "@empathyco/x-types!Banner#url:member",
|
|
1337
|
+
"docComment": "/**\n * URL to redirect.\n */\n",
|
|
1338
|
+
"excerptTokens": [
|
|
1339
|
+
{
|
|
1340
|
+
"kind": "Content",
|
|
1341
|
+
"text": "url?: "
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
"kind": "Content",
|
|
1345
|
+
"text": "string"
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
"kind": "Content",
|
|
1349
|
+
"text": ";"
|
|
1350
|
+
}
|
|
1351
|
+
],
|
|
1352
|
+
"isReadonly": false,
|
|
1353
|
+
"isOptional": true,
|
|
1354
|
+
"releaseTag": "Public",
|
|
1355
|
+
"name": "url",
|
|
1356
|
+
"propertyTypeTokenRange": {
|
|
1357
|
+
"startIndex": 1,
|
|
1358
|
+
"endIndex": 2
|
|
1359
|
+
}
|
|
1360
|
+
}
|
|
1361
|
+
],
|
|
1362
|
+
"extendsTokenRanges": [
|
|
1363
|
+
{
|
|
1364
|
+
"startIndex": 1,
|
|
1365
|
+
"endIndex": 3
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"startIndex": 4,
|
|
1369
|
+
"endIndex": 5
|
|
1370
|
+
},
|
|
1371
|
+
{
|
|
1372
|
+
"startIndex": 6,
|
|
1373
|
+
"endIndex": 7
|
|
1374
|
+
}
|
|
1375
|
+
]
|
|
1376
|
+
},
|
|
1377
|
+
{
|
|
1378
|
+
"kind": "Variable",
|
|
1379
|
+
"canonicalReference": "@empathyco/x-types!BannerSchema:var",
|
|
1380
|
+
"docComment": "/**\n * Jest schema for validating Banner entities.\n *\n * @public\n */\n",
|
|
1381
|
+
"excerptTokens": [
|
|
1382
|
+
{
|
|
1383
|
+
"kind": "Content",
|
|
1384
|
+
"text": "BannerSchema: "
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"kind": "Reference",
|
|
1388
|
+
"text": "Banner",
|
|
1389
|
+
"canonicalReference": "@empathyco/x-types!Banner:interface"
|
|
1390
|
+
}
|
|
1391
|
+
],
|
|
1392
|
+
"fileUrlPath": "src/schemas/banner.schema.ts",
|
|
1393
|
+
"isReadonly": true,
|
|
1394
|
+
"releaseTag": "Public",
|
|
1395
|
+
"name": "BannerSchema",
|
|
1396
|
+
"variableTypeTokenRange": {
|
|
1397
|
+
"startIndex": 1,
|
|
1398
|
+
"endIndex": 2
|
|
1399
|
+
}
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"kind": "Interface",
|
|
1403
|
+
"canonicalReference": "@empathyco/x-types!BooleanFilter:interface",
|
|
1404
|
+
"docComment": "/**\n * A boolean filter used in a {@link FacetFilter}, which status can be selected or not and it may contains the total results number that the filter should return.\n *\n * @remarks\n *\n * It is like an \"abstract\" interface because it is not going to be implemented but it is extended by other interfaces. There will never be an object with this type.\n *\n * @public\n */\n",
|
|
1405
|
+
"excerptTokens": [
|
|
1406
|
+
{
|
|
1407
|
+
"kind": "Content",
|
|
1408
|
+
"text": "export interface BooleanFilter extends "
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"kind": "Reference",
|
|
1412
|
+
"text": "FacetFilter",
|
|
1413
|
+
"canonicalReference": "@empathyco/x-types!FacetFilter:interface"
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"kind": "Content",
|
|
1417
|
+
"text": " "
|
|
1418
|
+
}
|
|
1419
|
+
],
|
|
1420
|
+
"fileUrlPath": "src/facet/filter/boolean-filter.model.ts",
|
|
1421
|
+
"releaseTag": "Public",
|
|
1422
|
+
"name": "BooleanFilter",
|
|
1423
|
+
"preserveMemberOrder": false,
|
|
1424
|
+
"members": [
|
|
1425
|
+
{
|
|
1426
|
+
"kind": "PropertySignature",
|
|
1427
|
+
"canonicalReference": "@empathyco/x-types!BooleanFilter#label:member",
|
|
1428
|
+
"docComment": "/**\n * Text to render the filter label.\n */\n",
|
|
1429
|
+
"excerptTokens": [
|
|
1430
|
+
{
|
|
1431
|
+
"kind": "Content",
|
|
1432
|
+
"text": "label: "
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"kind": "Content",
|
|
1436
|
+
"text": "string"
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"kind": "Content",
|
|
1440
|
+
"text": ";"
|
|
1441
|
+
}
|
|
1442
|
+
],
|
|
1443
|
+
"isReadonly": false,
|
|
1444
|
+
"isOptional": false,
|
|
1445
|
+
"releaseTag": "Public",
|
|
1446
|
+
"name": "label",
|
|
1447
|
+
"propertyTypeTokenRange": {
|
|
1448
|
+
"startIndex": 1,
|
|
1449
|
+
"endIndex": 2
|
|
1450
|
+
}
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
"kind": "PropertySignature",
|
|
1454
|
+
"canonicalReference": "@empathyco/x-types!BooleanFilter#modelName:member",
|
|
1455
|
+
"docComment": "/**\n * Type to narrow {@link ModelNameType} from the extended Filter for the known subtypes.\n */\n",
|
|
1456
|
+
"excerptTokens": [
|
|
1457
|
+
{
|
|
1458
|
+
"kind": "Content",
|
|
1459
|
+
"text": "modelName: "
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
"kind": "Reference",
|
|
1463
|
+
"text": "BooleanFilterModelName",
|
|
1464
|
+
"canonicalReference": "@empathyco/x-types!BooleanFilterModelName:type"
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"kind": "Content",
|
|
1468
|
+
"text": ";"
|
|
1469
|
+
}
|
|
1470
|
+
],
|
|
1471
|
+
"isReadonly": false,
|
|
1472
|
+
"isOptional": false,
|
|
1473
|
+
"releaseTag": "Public",
|
|
1474
|
+
"name": "modelName",
|
|
1475
|
+
"propertyTypeTokenRange": {
|
|
1476
|
+
"startIndex": 1,
|
|
1477
|
+
"endIndex": 2
|
|
1478
|
+
}
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
"kind": "PropertySignature",
|
|
1482
|
+
"canonicalReference": "@empathyco/x-types!BooleanFilter#totalResults:member",
|
|
1483
|
+
"docComment": "/**\n * Amount of matching results.\n */\n",
|
|
1484
|
+
"excerptTokens": [
|
|
1485
|
+
{
|
|
1486
|
+
"kind": "Content",
|
|
1487
|
+
"text": "totalResults?: "
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
"kind": "Content",
|
|
1491
|
+
"text": "number"
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"kind": "Content",
|
|
1495
|
+
"text": ";"
|
|
1496
|
+
}
|
|
1497
|
+
],
|
|
1498
|
+
"isReadonly": false,
|
|
1499
|
+
"isOptional": true,
|
|
1500
|
+
"releaseTag": "Public",
|
|
1501
|
+
"name": "totalResults",
|
|
1502
|
+
"propertyTypeTokenRange": {
|
|
1503
|
+
"startIndex": 1,
|
|
1504
|
+
"endIndex": 2
|
|
1505
|
+
}
|
|
1506
|
+
}
|
|
1507
|
+
],
|
|
1508
|
+
"extendsTokenRanges": [
|
|
1509
|
+
{
|
|
1510
|
+
"startIndex": 1,
|
|
1511
|
+
"endIndex": 2
|
|
1512
|
+
}
|
|
1513
|
+
]
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"kind": "TypeAlias",
|
|
1517
|
+
"canonicalReference": "@empathyco/x-types!BooleanFilterModelName:type",
|
|
1518
|
+
"docComment": "/**\n * Type to ease the usage of a model name in a {@link BooleanFilter} with autocomplete suggestions.\n *\n * @public\n */\n",
|
|
1519
|
+
"excerptTokens": [
|
|
1520
|
+
{
|
|
1521
|
+
"kind": "Content",
|
|
1522
|
+
"text": "export type BooleanFilterModelName = "
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"kind": "Content",
|
|
1526
|
+
"text": "(typeof "
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
"kind": "Reference",
|
|
1530
|
+
"text": "BooleanFilterModelNames",
|
|
1531
|
+
"canonicalReference": "@empathyco/x-types!BooleanFilterModelNames:var"
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"kind": "Content",
|
|
1535
|
+
"text": ")[number]"
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
"kind": "Content",
|
|
1539
|
+
"text": ";"
|
|
1540
|
+
}
|
|
1541
|
+
],
|
|
1542
|
+
"fileUrlPath": "src/named-model.model.ts",
|
|
1543
|
+
"releaseTag": "Public",
|
|
1544
|
+
"name": "BooleanFilterModelName",
|
|
1545
|
+
"typeTokenRange": {
|
|
1546
|
+
"startIndex": 1,
|
|
1547
|
+
"endIndex": 4
|
|
1548
|
+
}
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"kind": "Variable",
|
|
1552
|
+
"canonicalReference": "@empathyco/x-types!BooleanFilterModelNames:var",
|
|
1553
|
+
"docComment": "/**\n * Const to use in the {@link BooleanFilterModelName} Type definition and also in Type Guards.\n *\n * @public\n */\n",
|
|
1554
|
+
"excerptTokens": [
|
|
1555
|
+
{
|
|
1556
|
+
"kind": "Content",
|
|
1557
|
+
"text": "BooleanFilterModelNames: "
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"kind": "Content",
|
|
1561
|
+
"text": "readonly [\"SimpleFilter\", \"HierarchicalFilter\", \"NumberRangeFilter\"]"
|
|
1562
|
+
}
|
|
531
1563
|
],
|
|
532
1564
|
"fileUrlPath": "src/named-model.model.ts",
|
|
533
1565
|
"isReadonly": true,
|
|
@@ -1233,14 +2265,134 @@
|
|
|
1233
2265
|
"canonicalReference": "@empathyco/x-types!Facet:interface"
|
|
1234
2266
|
}
|
|
1235
2267
|
],
|
|
1236
|
-
"fileUrlPath": "src/schemas/facet.schema.ts",
|
|
1237
|
-
"isReadonly": true,
|
|
1238
|
-
"releaseTag": "Public",
|
|
1239
|
-
"name": "FacetSchema",
|
|
1240
|
-
"variableTypeTokenRange": {
|
|
1241
|
-
"startIndex": 1,
|
|
1242
|
-
"endIndex": 2
|
|
1243
|
-
}
|
|
2268
|
+
"fileUrlPath": "src/schemas/facet.schema.ts",
|
|
2269
|
+
"isReadonly": true,
|
|
2270
|
+
"releaseTag": "Public",
|
|
2271
|
+
"name": "FacetSchema",
|
|
2272
|
+
"variableTypeTokenRange": {
|
|
2273
|
+
"startIndex": 1,
|
|
2274
|
+
"endIndex": 2
|
|
2275
|
+
}
|
|
2276
|
+
},
|
|
2277
|
+
{
|
|
2278
|
+
"kind": "Interface",
|
|
2279
|
+
"canonicalReference": "@empathyco/x-types!FacetsRequest:interface",
|
|
2280
|
+
"docComment": "/**\n * The Request for the Facets endpoint.\n *\n * @public\n */\n",
|
|
2281
|
+
"excerptTokens": [
|
|
2282
|
+
{
|
|
2283
|
+
"kind": "Content",
|
|
2284
|
+
"text": "export interface FacetsRequest extends "
|
|
2285
|
+
},
|
|
2286
|
+
{
|
|
2287
|
+
"kind": "Reference",
|
|
2288
|
+
"text": "QueryableRequest",
|
|
2289
|
+
"canonicalReference": "@empathyco/x-types!QueryableRequest:interface"
|
|
2290
|
+
},
|
|
2291
|
+
{
|
|
2292
|
+
"kind": "Content",
|
|
2293
|
+
"text": ", "
|
|
2294
|
+
},
|
|
2295
|
+
{
|
|
2296
|
+
"kind": "Reference",
|
|
2297
|
+
"text": "FilterableRequest",
|
|
2298
|
+
"canonicalReference": "@empathyco/x-types!FilterableRequest:interface"
|
|
2299
|
+
},
|
|
2300
|
+
{
|
|
2301
|
+
"kind": "Content",
|
|
2302
|
+
"text": ", "
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"kind": "Reference",
|
|
2306
|
+
"text": "TrackableRequest",
|
|
2307
|
+
"canonicalReference": "@empathyco/x-types!TrackableRequest:interface"
|
|
2308
|
+
},
|
|
2309
|
+
{
|
|
2310
|
+
"kind": "Content",
|
|
2311
|
+
"text": ", "
|
|
2312
|
+
},
|
|
2313
|
+
{
|
|
2314
|
+
"kind": "Reference",
|
|
2315
|
+
"text": "ExtraParamsRequest",
|
|
2316
|
+
"canonicalReference": "@empathyco/x-types!ExtraParamsRequest:interface"
|
|
2317
|
+
},
|
|
2318
|
+
{
|
|
2319
|
+
"kind": "Content",
|
|
2320
|
+
"text": " "
|
|
2321
|
+
}
|
|
2322
|
+
],
|
|
2323
|
+
"fileUrlPath": "src/request/facets-request.model.ts",
|
|
2324
|
+
"releaseTag": "Public",
|
|
2325
|
+
"name": "FacetsRequest",
|
|
2326
|
+
"preserveMemberOrder": false,
|
|
2327
|
+
"members": [],
|
|
2328
|
+
"extendsTokenRanges": [
|
|
2329
|
+
{
|
|
2330
|
+
"startIndex": 1,
|
|
2331
|
+
"endIndex": 2
|
|
2332
|
+
},
|
|
2333
|
+
{
|
|
2334
|
+
"startIndex": 3,
|
|
2335
|
+
"endIndex": 4
|
|
2336
|
+
},
|
|
2337
|
+
{
|
|
2338
|
+
"startIndex": 5,
|
|
2339
|
+
"endIndex": 6
|
|
2340
|
+
},
|
|
2341
|
+
{
|
|
2342
|
+
"startIndex": 7,
|
|
2343
|
+
"endIndex": 8
|
|
2344
|
+
}
|
|
2345
|
+
]
|
|
2346
|
+
},
|
|
2347
|
+
{
|
|
2348
|
+
"kind": "Interface",
|
|
2349
|
+
"canonicalReference": "@empathyco/x-types!FacetsResponse:interface",
|
|
2350
|
+
"docComment": "/**\n * Response for the facet endpoint.\n *\n * @public\n */\n",
|
|
2351
|
+
"excerptTokens": [
|
|
2352
|
+
{
|
|
2353
|
+
"kind": "Content",
|
|
2354
|
+
"text": "export interface FacetsResponse "
|
|
2355
|
+
}
|
|
2356
|
+
],
|
|
2357
|
+
"fileUrlPath": "src/response/facets-response.model.ts",
|
|
2358
|
+
"releaseTag": "Public",
|
|
2359
|
+
"name": "FacetsResponse",
|
|
2360
|
+
"preserveMemberOrder": false,
|
|
2361
|
+
"members": [
|
|
2362
|
+
{
|
|
2363
|
+
"kind": "PropertySignature",
|
|
2364
|
+
"canonicalReference": "@empathyco/x-types!FacetsResponse#facets:member",
|
|
2365
|
+
"docComment": "",
|
|
2366
|
+
"excerptTokens": [
|
|
2367
|
+
{
|
|
2368
|
+
"kind": "Content",
|
|
2369
|
+
"text": "facets?: "
|
|
2370
|
+
},
|
|
2371
|
+
{
|
|
2372
|
+
"kind": "Reference",
|
|
2373
|
+
"text": "Facet",
|
|
2374
|
+
"canonicalReference": "@empathyco/x-types!Facet:interface"
|
|
2375
|
+
},
|
|
2376
|
+
{
|
|
2377
|
+
"kind": "Content",
|
|
2378
|
+
"text": "[]"
|
|
2379
|
+
},
|
|
2380
|
+
{
|
|
2381
|
+
"kind": "Content",
|
|
2382
|
+
"text": ";"
|
|
2383
|
+
}
|
|
2384
|
+
],
|
|
2385
|
+
"isReadonly": false,
|
|
2386
|
+
"isOptional": true,
|
|
2387
|
+
"releaseTag": "Public",
|
|
2388
|
+
"name": "facets",
|
|
2389
|
+
"propertyTypeTokenRange": {
|
|
2390
|
+
"startIndex": 1,
|
|
2391
|
+
"endIndex": 3
|
|
2392
|
+
}
|
|
2393
|
+
}
|
|
2394
|
+
],
|
|
2395
|
+
"extendsTokenRanges": []
|
|
1244
2396
|
},
|
|
1245
2397
|
{
|
|
1246
2398
|
"kind": "Interface",
|
|
@@ -3680,7 +4832,7 @@
|
|
|
3680
4832
|
{
|
|
3681
4833
|
"kind": "Interface",
|
|
3682
4834
|
"canonicalReference": "@empathyco/x-types!PreviewResults:interface",
|
|
3683
|
-
"docComment": "/**\n * Interface to type the query preview objects.\n */\n",
|
|
4835
|
+
"docComment": "/**\n * Interface to type the query preview objects.\n *\n * @public\n */\n",
|
|
3684
4836
|
"excerptTokens": [
|
|
3685
4837
|
{
|
|
3686
4838
|
"kind": "Content",
|
|
@@ -4583,7 +5735,7 @@
|
|
|
4583
5735
|
{
|
|
4584
5736
|
"kind": "Interface",
|
|
4585
5737
|
"canonicalReference": "@empathyco/x-types!RelatedPrompt:interface",
|
|
4586
|
-
"docComment": "/**\n * Represents a related prompt.\n */\n",
|
|
5738
|
+
"docComment": "/**\n * Represents a related prompt.\n *\n * @public\n */\n",
|
|
4587
5739
|
"excerptTokens": [
|
|
4588
5740
|
{
|
|
4589
5741
|
"kind": "Content",
|
|
@@ -4598,28 +5750,301 @@
|
|
|
4598
5750
|
"kind": "Content",
|
|
4599
5751
|
"text": "<'RelatedPrompt'>"
|
|
4600
5752
|
},
|
|
4601
|
-
{
|
|
4602
|
-
"kind": "Content",
|
|
4603
|
-
"text": " "
|
|
4604
|
-
}
|
|
4605
|
-
],
|
|
4606
|
-
"fileUrlPath": "src/query-signals/related-prompt.model.ts",
|
|
4607
|
-
"releaseTag": "Public",
|
|
4608
|
-
"name": "RelatedPrompt",
|
|
4609
|
-
"preserveMemberOrder": false,
|
|
4610
|
-
"members": [
|
|
5753
|
+
{
|
|
5754
|
+
"kind": "Content",
|
|
5755
|
+
"text": " "
|
|
5756
|
+
}
|
|
5757
|
+
],
|
|
5758
|
+
"fileUrlPath": "src/query-signals/related-prompt.model.ts",
|
|
5759
|
+
"releaseTag": "Public",
|
|
5760
|
+
"name": "RelatedPrompt",
|
|
5761
|
+
"preserveMemberOrder": false,
|
|
5762
|
+
"members": [
|
|
5763
|
+
{
|
|
5764
|
+
"kind": "PropertySignature",
|
|
5765
|
+
"canonicalReference": "@empathyco/x-types!RelatedPrompt#nextQueries:member",
|
|
5766
|
+
"docComment": "/**\n * The queries of the next queries related to the prompt.\n */\n",
|
|
5767
|
+
"excerptTokens": [
|
|
5768
|
+
{
|
|
5769
|
+
"kind": "Content",
|
|
5770
|
+
"text": "nextQueries: "
|
|
5771
|
+
},
|
|
5772
|
+
{
|
|
5773
|
+
"kind": "Content",
|
|
5774
|
+
"text": "string[]"
|
|
5775
|
+
},
|
|
5776
|
+
{
|
|
5777
|
+
"kind": "Content",
|
|
5778
|
+
"text": ";"
|
|
5779
|
+
}
|
|
5780
|
+
],
|
|
5781
|
+
"isReadonly": false,
|
|
5782
|
+
"isOptional": false,
|
|
5783
|
+
"releaseTag": "Public",
|
|
5784
|
+
"name": "nextQueries",
|
|
5785
|
+
"propertyTypeTokenRange": {
|
|
5786
|
+
"startIndex": 1,
|
|
5787
|
+
"endIndex": 2
|
|
5788
|
+
}
|
|
5789
|
+
},
|
|
5790
|
+
{
|
|
5791
|
+
"kind": "PropertySignature",
|
|
5792
|
+
"canonicalReference": "@empathyco/x-types!RelatedPrompt#relatedPromptNextQueries:member",
|
|
5793
|
+
"docComment": "/**\n * The next queries related to the prompt.\n */\n",
|
|
5794
|
+
"excerptTokens": [
|
|
5795
|
+
{
|
|
5796
|
+
"kind": "Content",
|
|
5797
|
+
"text": "relatedPromptNextQueries?: "
|
|
5798
|
+
},
|
|
5799
|
+
{
|
|
5800
|
+
"kind": "Reference",
|
|
5801
|
+
"text": "RelatedPromptNextQuery",
|
|
5802
|
+
"canonicalReference": "@empathyco/x-types!RelatedPromptNextQuery:interface"
|
|
5803
|
+
},
|
|
5804
|
+
{
|
|
5805
|
+
"kind": "Content",
|
|
5806
|
+
"text": "[]"
|
|
5807
|
+
},
|
|
5808
|
+
{
|
|
5809
|
+
"kind": "Content",
|
|
5810
|
+
"text": ";"
|
|
5811
|
+
}
|
|
5812
|
+
],
|
|
5813
|
+
"isReadonly": false,
|
|
5814
|
+
"isOptional": true,
|
|
5815
|
+
"releaseTag": "Public",
|
|
5816
|
+
"name": "relatedPromptNextQueries",
|
|
5817
|
+
"propertyTypeTokenRange": {
|
|
5818
|
+
"startIndex": 1,
|
|
5819
|
+
"endIndex": 3
|
|
5820
|
+
}
|
|
5821
|
+
},
|
|
5822
|
+
{
|
|
5823
|
+
"kind": "PropertySignature",
|
|
5824
|
+
"canonicalReference": "@empathyco/x-types!RelatedPrompt#suggestionImageUrl:member",
|
|
5825
|
+
"docComment": "/**\n * The prompt image\n */\n",
|
|
5826
|
+
"excerptTokens": [
|
|
5827
|
+
{
|
|
5828
|
+
"kind": "Content",
|
|
5829
|
+
"text": "suggestionImageUrl?: "
|
|
5830
|
+
},
|
|
5831
|
+
{
|
|
5832
|
+
"kind": "Content",
|
|
5833
|
+
"text": "string"
|
|
5834
|
+
},
|
|
5835
|
+
{
|
|
5836
|
+
"kind": "Content",
|
|
5837
|
+
"text": ";"
|
|
5838
|
+
}
|
|
5839
|
+
],
|
|
5840
|
+
"isReadonly": false,
|
|
5841
|
+
"isOptional": true,
|
|
5842
|
+
"releaseTag": "Public",
|
|
5843
|
+
"name": "suggestionImageUrl",
|
|
5844
|
+
"propertyTypeTokenRange": {
|
|
5845
|
+
"startIndex": 1,
|
|
5846
|
+
"endIndex": 2
|
|
5847
|
+
}
|
|
5848
|
+
},
|
|
5849
|
+
{
|
|
5850
|
+
"kind": "PropertySignature",
|
|
5851
|
+
"canonicalReference": "@empathyco/x-types!RelatedPrompt#suggestionText:member",
|
|
5852
|
+
"docComment": "/**\n * The prompt.\n */\n",
|
|
5853
|
+
"excerptTokens": [
|
|
5854
|
+
{
|
|
5855
|
+
"kind": "Content",
|
|
5856
|
+
"text": "suggestionText: "
|
|
5857
|
+
},
|
|
5858
|
+
{
|
|
5859
|
+
"kind": "Content",
|
|
5860
|
+
"text": "string"
|
|
5861
|
+
},
|
|
5862
|
+
{
|
|
5863
|
+
"kind": "Content",
|
|
5864
|
+
"text": ";"
|
|
5865
|
+
}
|
|
5866
|
+
],
|
|
5867
|
+
"isReadonly": false,
|
|
5868
|
+
"isOptional": false,
|
|
5869
|
+
"releaseTag": "Public",
|
|
5870
|
+
"name": "suggestionText",
|
|
5871
|
+
"propertyTypeTokenRange": {
|
|
5872
|
+
"startIndex": 1,
|
|
5873
|
+
"endIndex": 2
|
|
5874
|
+
}
|
|
5875
|
+
},
|
|
5876
|
+
{
|
|
5877
|
+
"kind": "PropertySignature",
|
|
5878
|
+
"canonicalReference": "@empathyco/x-types!RelatedPrompt#tagging:member",
|
|
5879
|
+
"docComment": "/**\n * Related prompt tagging.\n */\n",
|
|
5880
|
+
"excerptTokens": [
|
|
5881
|
+
{
|
|
5882
|
+
"kind": "Content",
|
|
5883
|
+
"text": "tagging?: "
|
|
5884
|
+
},
|
|
5885
|
+
{
|
|
5886
|
+
"kind": "Content",
|
|
5887
|
+
"text": "{\n toolingDisplayTagging?: "
|
|
5888
|
+
},
|
|
5889
|
+
{
|
|
5890
|
+
"kind": "Reference",
|
|
5891
|
+
"text": "TaggingRequest",
|
|
5892
|
+
"canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
|
|
5893
|
+
},
|
|
5894
|
+
{
|
|
5895
|
+
"kind": "Content",
|
|
5896
|
+
"text": ";\n toolingDisplayClickTagging?: "
|
|
5897
|
+
},
|
|
5898
|
+
{
|
|
5899
|
+
"kind": "Reference",
|
|
5900
|
+
"text": "TaggingRequest",
|
|
5901
|
+
"canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
|
|
5902
|
+
},
|
|
5903
|
+
{
|
|
5904
|
+
"kind": "Content",
|
|
5905
|
+
"text": ";\n nextQueriesTagging?: "
|
|
5906
|
+
},
|
|
5907
|
+
{
|
|
5908
|
+
"kind": "Reference",
|
|
5909
|
+
"text": "RelatedPromptNextQuery",
|
|
5910
|
+
"canonicalReference": "@empathyco/x-types!RelatedPromptNextQuery:interface"
|
|
5911
|
+
},
|
|
5912
|
+
{
|
|
5913
|
+
"kind": "Content",
|
|
5914
|
+
"text": "[];\n }"
|
|
5915
|
+
},
|
|
5916
|
+
{
|
|
5917
|
+
"kind": "Content",
|
|
5918
|
+
"text": ";"
|
|
5919
|
+
}
|
|
5920
|
+
],
|
|
5921
|
+
"isReadonly": false,
|
|
5922
|
+
"isOptional": true,
|
|
5923
|
+
"releaseTag": "Public",
|
|
5924
|
+
"name": "tagging",
|
|
5925
|
+
"propertyTypeTokenRange": {
|
|
5926
|
+
"startIndex": 1,
|
|
5927
|
+
"endIndex": 8
|
|
5928
|
+
}
|
|
5929
|
+
},
|
|
5930
|
+
{
|
|
5931
|
+
"kind": "PropertySignature",
|
|
5932
|
+
"canonicalReference": "@empathyco/x-types!RelatedPrompt#toolingDisplayTagging:member",
|
|
5933
|
+
"docComment": "/**\n * The tooling display tagging of the prompt.\n */\n",
|
|
5934
|
+
"excerptTokens": [
|
|
5935
|
+
{
|
|
5936
|
+
"kind": "Content",
|
|
5937
|
+
"text": "toolingDisplayTagging?: "
|
|
5938
|
+
},
|
|
5939
|
+
{
|
|
5940
|
+
"kind": "Reference",
|
|
5941
|
+
"text": "TaggingRequest",
|
|
5942
|
+
"canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
|
|
5943
|
+
},
|
|
5944
|
+
{
|
|
5945
|
+
"kind": "Content",
|
|
5946
|
+
"text": ";"
|
|
5947
|
+
}
|
|
5948
|
+
],
|
|
5949
|
+
"isReadonly": false,
|
|
5950
|
+
"isOptional": true,
|
|
5951
|
+
"releaseTag": "Public",
|
|
5952
|
+
"name": "toolingDisplayTagging",
|
|
5953
|
+
"propertyTypeTokenRange": {
|
|
5954
|
+
"startIndex": 1,
|
|
5955
|
+
"endIndex": 2
|
|
5956
|
+
}
|
|
5957
|
+
},
|
|
5958
|
+
{
|
|
5959
|
+
"kind": "PropertySignature",
|
|
5960
|
+
"canonicalReference": "@empathyco/x-types!RelatedPrompt#type:member",
|
|
5961
|
+
"docComment": "/**\n * The type of the prompt.\n */\n",
|
|
5962
|
+
"excerptTokens": [
|
|
5963
|
+
{
|
|
5964
|
+
"kind": "Content",
|
|
5965
|
+
"text": "type: "
|
|
5966
|
+
},
|
|
5967
|
+
{
|
|
5968
|
+
"kind": "Content",
|
|
5969
|
+
"text": "string"
|
|
5970
|
+
},
|
|
5971
|
+
{
|
|
5972
|
+
"kind": "Content",
|
|
5973
|
+
"text": ";"
|
|
5974
|
+
}
|
|
5975
|
+
],
|
|
5976
|
+
"isReadonly": false,
|
|
5977
|
+
"isOptional": false,
|
|
5978
|
+
"releaseTag": "Public",
|
|
5979
|
+
"name": "type",
|
|
5980
|
+
"propertyTypeTokenRange": {
|
|
5981
|
+
"startIndex": 1,
|
|
5982
|
+
"endIndex": 2
|
|
5983
|
+
}
|
|
5984
|
+
}
|
|
5985
|
+
],
|
|
5986
|
+
"extendsTokenRanges": [
|
|
5987
|
+
{
|
|
5988
|
+
"startIndex": 1,
|
|
5989
|
+
"endIndex": 3
|
|
5990
|
+
}
|
|
5991
|
+
]
|
|
5992
|
+
},
|
|
5993
|
+
{
|
|
5994
|
+
"kind": "Interface",
|
|
5995
|
+
"canonicalReference": "@empathyco/x-types!RelatedPromptNextQuery:interface",
|
|
5996
|
+
"docComment": "/**\n * Represents a related prompt nextQuery.\n *\n * @public\n */\n",
|
|
5997
|
+
"excerptTokens": [
|
|
5998
|
+
{
|
|
5999
|
+
"kind": "Content",
|
|
6000
|
+
"text": "export interface RelatedPromptNextQuery "
|
|
6001
|
+
}
|
|
6002
|
+
],
|
|
6003
|
+
"fileUrlPath": "src/query-signals/related-prompt.model.ts",
|
|
6004
|
+
"releaseTag": "Public",
|
|
6005
|
+
"name": "RelatedPromptNextQuery",
|
|
6006
|
+
"preserveMemberOrder": false,
|
|
6007
|
+
"members": [
|
|
6008
|
+
{
|
|
6009
|
+
"kind": "PropertySignature",
|
|
6010
|
+
"canonicalReference": "@empathyco/x-types!RelatedPromptNextQuery#query:member",
|
|
6011
|
+
"docComment": "/**\n * The query of the next query.\n */\n",
|
|
6012
|
+
"excerptTokens": [
|
|
6013
|
+
{
|
|
6014
|
+
"kind": "Content",
|
|
6015
|
+
"text": "query: "
|
|
6016
|
+
},
|
|
6017
|
+
{
|
|
6018
|
+
"kind": "Content",
|
|
6019
|
+
"text": "string"
|
|
6020
|
+
},
|
|
6021
|
+
{
|
|
6022
|
+
"kind": "Content",
|
|
6023
|
+
"text": ";"
|
|
6024
|
+
}
|
|
6025
|
+
],
|
|
6026
|
+
"isReadonly": false,
|
|
6027
|
+
"isOptional": false,
|
|
6028
|
+
"releaseTag": "Public",
|
|
6029
|
+
"name": "query",
|
|
6030
|
+
"propertyTypeTokenRange": {
|
|
6031
|
+
"startIndex": 1,
|
|
6032
|
+
"endIndex": 2
|
|
6033
|
+
}
|
|
6034
|
+
},
|
|
4611
6035
|
{
|
|
4612
6036
|
"kind": "PropertySignature",
|
|
4613
|
-
"canonicalReference": "@empathyco/x-types!
|
|
4614
|
-
"docComment": "/**\n * The
|
|
6037
|
+
"canonicalReference": "@empathyco/x-types!RelatedPromptNextQuery#toolingDisplayAdd2CartTagging:member",
|
|
6038
|
+
"docComment": "/**\n * The tooling display add2cart tagging of the next query.\n */\n",
|
|
4615
6039
|
"excerptTokens": [
|
|
4616
6040
|
{
|
|
4617
6041
|
"kind": "Content",
|
|
4618
|
-
"text": "
|
|
6042
|
+
"text": "toolingDisplayAdd2CartTagging: "
|
|
4619
6043
|
},
|
|
4620
6044
|
{
|
|
4621
|
-
"kind": "
|
|
4622
|
-
"text": "
|
|
6045
|
+
"kind": "Reference",
|
|
6046
|
+
"text": "TaggingRequest",
|
|
6047
|
+
"canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
|
|
4623
6048
|
},
|
|
4624
6049
|
{
|
|
4625
6050
|
"kind": "Content",
|
|
@@ -4629,7 +6054,7 @@
|
|
|
4629
6054
|
"isReadonly": false,
|
|
4630
6055
|
"isOptional": false,
|
|
4631
6056
|
"releaseTag": "Public",
|
|
4632
|
-
"name": "
|
|
6057
|
+
"name": "toolingDisplayAdd2CartTagging",
|
|
4633
6058
|
"propertyTypeTokenRange": {
|
|
4634
6059
|
"startIndex": 1,
|
|
4635
6060
|
"endIndex": 2
|
|
@@ -4637,16 +6062,17 @@
|
|
|
4637
6062
|
},
|
|
4638
6063
|
{
|
|
4639
6064
|
"kind": "PropertySignature",
|
|
4640
|
-
"canonicalReference": "@empathyco/x-types!
|
|
4641
|
-
"docComment": "/**\n * The
|
|
6065
|
+
"canonicalReference": "@empathyco/x-types!RelatedPromptNextQuery#toolingDisplayClickTagging:member",
|
|
6066
|
+
"docComment": "/**\n * The tooling display click tagging of the next query.\n */\n",
|
|
4642
6067
|
"excerptTokens": [
|
|
4643
6068
|
{
|
|
4644
6069
|
"kind": "Content",
|
|
4645
|
-
"text": "
|
|
6070
|
+
"text": "toolingDisplayClickTagging: "
|
|
4646
6071
|
},
|
|
4647
6072
|
{
|
|
4648
|
-
"kind": "
|
|
4649
|
-
"text": "
|
|
6073
|
+
"kind": "Reference",
|
|
6074
|
+
"text": "TaggingRequest",
|
|
6075
|
+
"canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
|
|
4650
6076
|
},
|
|
4651
6077
|
{
|
|
4652
6078
|
"kind": "Content",
|
|
@@ -4656,7 +6082,7 @@
|
|
|
4656
6082
|
"isReadonly": false,
|
|
4657
6083
|
"isOptional": false,
|
|
4658
6084
|
"releaseTag": "Public",
|
|
4659
|
-
"name": "
|
|
6085
|
+
"name": "toolingDisplayClickTagging",
|
|
4660
6086
|
"propertyTypeTokenRange": {
|
|
4661
6087
|
"startIndex": 1,
|
|
4662
6088
|
"endIndex": 2
|
|
@@ -4664,16 +6090,17 @@
|
|
|
4664
6090
|
},
|
|
4665
6091
|
{
|
|
4666
6092
|
"kind": "PropertySignature",
|
|
4667
|
-
"canonicalReference": "@empathyco/x-types!
|
|
4668
|
-
"docComment": "/**\n * The
|
|
6093
|
+
"canonicalReference": "@empathyco/x-types!RelatedPromptNextQuery#toolingDisplayTagging:member",
|
|
6094
|
+
"docComment": "/**\n * The tooling display tagging of the next query.\n */\n",
|
|
4669
6095
|
"excerptTokens": [
|
|
4670
6096
|
{
|
|
4671
6097
|
"kind": "Content",
|
|
4672
|
-
"text": "
|
|
6098
|
+
"text": "toolingDisplayTagging: "
|
|
4673
6099
|
},
|
|
4674
6100
|
{
|
|
4675
|
-
"kind": "
|
|
4676
|
-
"text": "
|
|
6101
|
+
"kind": "Reference",
|
|
6102
|
+
"text": "TaggingRequest",
|
|
6103
|
+
"canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
|
|
4677
6104
|
},
|
|
4678
6105
|
{
|
|
4679
6106
|
"kind": "Content",
|
|
@@ -4683,24 +6110,19 @@
|
|
|
4683
6110
|
"isReadonly": false,
|
|
4684
6111
|
"isOptional": false,
|
|
4685
6112
|
"releaseTag": "Public",
|
|
4686
|
-
"name": "
|
|
6113
|
+
"name": "toolingDisplayTagging",
|
|
4687
6114
|
"propertyTypeTokenRange": {
|
|
4688
6115
|
"startIndex": 1,
|
|
4689
6116
|
"endIndex": 2
|
|
4690
6117
|
}
|
|
4691
6118
|
}
|
|
4692
6119
|
],
|
|
4693
|
-
"extendsTokenRanges": [
|
|
4694
|
-
{
|
|
4695
|
-
"startIndex": 1,
|
|
4696
|
-
"endIndex": 3
|
|
4697
|
-
}
|
|
4698
|
-
]
|
|
6120
|
+
"extendsTokenRanges": []
|
|
4699
6121
|
},
|
|
4700
6122
|
{
|
|
4701
6123
|
"kind": "Interface",
|
|
4702
6124
|
"canonicalReference": "@empathyco/x-types!RelatedPromptsRequest:interface",
|
|
4703
|
-
"docComment": "/**\n * Request for Related Prompts endpoint.\n */\n",
|
|
6125
|
+
"docComment": "/**\n * Request for Related Prompts endpoint.\n *\n * @public\n */\n",
|
|
4704
6126
|
"excerptTokens": [
|
|
4705
6127
|
{
|
|
4706
6128
|
"kind": "Content",
|
|
@@ -4744,7 +6166,7 @@
|
|
|
4744
6166
|
{
|
|
4745
6167
|
"kind": "Interface",
|
|
4746
6168
|
"canonicalReference": "@empathyco/x-types!RelatedPromptsResponse:interface",
|
|
4747
|
-
"docComment": "/**\n * Response for the related prompts endpoint.\n */\n",
|
|
6169
|
+
"docComment": "/**\n * Response for the related prompts endpoint.\n *\n * @public\n */\n",
|
|
4748
6170
|
"excerptTokens": [
|
|
4749
6171
|
{
|
|
4750
6172
|
"kind": "Content",
|
|
@@ -6163,7 +7585,7 @@
|
|
|
6163
7585
|
{
|
|
6164
7586
|
"kind": "Interface",
|
|
6165
7587
|
"canonicalReference": "@empathyco/x-types!SemanticQuery:interface",
|
|
6166
|
-
"docComment": "/**\n * A semantic query is a term related to another in a semantic way.\n */\n",
|
|
7588
|
+
"docComment": "/**\n * A semantic query is a term related to another in a semantic way.\n *\n * @public\n */\n",
|
|
6167
7589
|
"excerptTokens": [
|
|
6168
7590
|
{
|
|
6169
7591
|
"kind": "Content",
|
|
@@ -6570,7 +7992,7 @@
|
|
|
6570
7992
|
},
|
|
6571
7993
|
{
|
|
6572
7994
|
"kind": "Content",
|
|
6573
|
-
"text": "{\n min: number;\n max: number;\n }"
|
|
7995
|
+
"text": "{\n min: number | undefined;\n max: number | undefined;\n }"
|
|
6574
7996
|
},
|
|
6575
7997
|
{
|
|
6576
7998
|
"kind": "Content",
|
|
@@ -6589,6 +8011,78 @@
|
|
|
6589
8011
|
],
|
|
6590
8012
|
"extendsTokenRanges": []
|
|
6591
8013
|
},
|
|
8014
|
+
{
|
|
8015
|
+
"kind": "Interface",
|
|
8016
|
+
"canonicalReference": "@empathyco/x-types!StepEmpathising:interface",
|
|
8017
|
+
"docComment": "/**\n * Model for each step of the empathising task.\n *\n * @public\n */\n",
|
|
8018
|
+
"excerptTokens": [
|
|
8019
|
+
{
|
|
8020
|
+
"kind": "Content",
|
|
8021
|
+
"text": "export interface StepEmpathising "
|
|
8022
|
+
}
|
|
8023
|
+
],
|
|
8024
|
+
"fileUrlPath": "src/response/ai/tasks.model.ts",
|
|
8025
|
+
"releaseTag": "Public",
|
|
8026
|
+
"name": "StepEmpathising",
|
|
8027
|
+
"preserveMemberOrder": false,
|
|
8028
|
+
"members": [
|
|
8029
|
+
{
|
|
8030
|
+
"kind": "PropertySignature",
|
|
8031
|
+
"canonicalReference": "@empathyco/x-types!StepEmpathising#stepDescription:member",
|
|
8032
|
+
"docComment": "",
|
|
8033
|
+
"excerptTokens": [
|
|
8034
|
+
{
|
|
8035
|
+
"kind": "Content",
|
|
8036
|
+
"text": "stepDescription: "
|
|
8037
|
+
},
|
|
8038
|
+
{
|
|
8039
|
+
"kind": "Content",
|
|
8040
|
+
"text": "string"
|
|
8041
|
+
},
|
|
8042
|
+
{
|
|
8043
|
+
"kind": "Content",
|
|
8044
|
+
"text": ";"
|
|
8045
|
+
}
|
|
8046
|
+
],
|
|
8047
|
+
"isReadonly": false,
|
|
8048
|
+
"isOptional": false,
|
|
8049
|
+
"releaseTag": "Public",
|
|
8050
|
+
"name": "stepDescription",
|
|
8051
|
+
"propertyTypeTokenRange": {
|
|
8052
|
+
"startIndex": 1,
|
|
8053
|
+
"endIndex": 2
|
|
8054
|
+
}
|
|
8055
|
+
},
|
|
8056
|
+
{
|
|
8057
|
+
"kind": "PropertySignature",
|
|
8058
|
+
"canonicalReference": "@empathyco/x-types!StepEmpathising#stepName:member",
|
|
8059
|
+
"docComment": "",
|
|
8060
|
+
"excerptTokens": [
|
|
8061
|
+
{
|
|
8062
|
+
"kind": "Content",
|
|
8063
|
+
"text": "stepName: "
|
|
8064
|
+
},
|
|
8065
|
+
{
|
|
8066
|
+
"kind": "Content",
|
|
8067
|
+
"text": "string"
|
|
8068
|
+
},
|
|
8069
|
+
{
|
|
8070
|
+
"kind": "Content",
|
|
8071
|
+
"text": ";"
|
|
8072
|
+
}
|
|
8073
|
+
],
|
|
8074
|
+
"isReadonly": false,
|
|
8075
|
+
"isOptional": false,
|
|
8076
|
+
"releaseTag": "Public",
|
|
8077
|
+
"name": "stepName",
|
|
8078
|
+
"propertyTypeTokenRange": {
|
|
8079
|
+
"startIndex": 1,
|
|
8080
|
+
"endIndex": 2
|
|
8081
|
+
}
|
|
8082
|
+
}
|
|
8083
|
+
],
|
|
8084
|
+
"extendsTokenRanges": []
|
|
8085
|
+
},
|
|
6592
8086
|
{
|
|
6593
8087
|
"kind": "Interface",
|
|
6594
8088
|
"canonicalReference": "@empathyco/x-types!Suggestion:interface",
|
|
@@ -7135,12 +8629,157 @@
|
|
|
7135
8629
|
"members": [
|
|
7136
8630
|
{
|
|
7137
8631
|
"kind": "PropertySignature",
|
|
7138
|
-
"canonicalReference": "@empathyco/x-types!TrackableRequest#origin:member",
|
|
7139
|
-
"docComment": "",
|
|
8632
|
+
"canonicalReference": "@empathyco/x-types!TrackableRequest#origin:member",
|
|
8633
|
+
"docComment": "",
|
|
8634
|
+
"excerptTokens": [
|
|
8635
|
+
{
|
|
8636
|
+
"kind": "Content",
|
|
8637
|
+
"text": "origin?: "
|
|
8638
|
+
},
|
|
8639
|
+
{
|
|
8640
|
+
"kind": "Content",
|
|
8641
|
+
"text": "string"
|
|
8642
|
+
},
|
|
8643
|
+
{
|
|
8644
|
+
"kind": "Content",
|
|
8645
|
+
"text": ";"
|
|
8646
|
+
}
|
|
8647
|
+
],
|
|
8648
|
+
"isReadonly": false,
|
|
8649
|
+
"isOptional": true,
|
|
8650
|
+
"releaseTag": "Public",
|
|
8651
|
+
"name": "origin",
|
|
8652
|
+
"propertyTypeTokenRange": {
|
|
8653
|
+
"startIndex": 1,
|
|
8654
|
+
"endIndex": 2
|
|
8655
|
+
}
|
|
8656
|
+
}
|
|
8657
|
+
],
|
|
8658
|
+
"extendsTokenRanges": []
|
|
8659
|
+
},
|
|
8660
|
+
{
|
|
8661
|
+
"kind": "Interface",
|
|
8662
|
+
"canonicalReference": "@empathyco/x-types!TrackableShowResponse:interface",
|
|
8663
|
+
"docComment": "/**\n * Response to be implemented by all responses that contain a part to track the show event.\n *\n * @public\n */\n",
|
|
8664
|
+
"excerptTokens": [
|
|
8665
|
+
{
|
|
8666
|
+
"kind": "Content",
|
|
8667
|
+
"text": "export interface TrackableShowResponse "
|
|
8668
|
+
}
|
|
8669
|
+
],
|
|
8670
|
+
"fileUrlPath": "src/response/response.model.ts",
|
|
8671
|
+
"releaseTag": "Public",
|
|
8672
|
+
"name": "TrackableShowResponse",
|
|
8673
|
+
"preserveMemberOrder": false,
|
|
8674
|
+
"members": [
|
|
8675
|
+
{
|
|
8676
|
+
"kind": "PropertySignature",
|
|
8677
|
+
"canonicalReference": "@empathyco/x-types!TrackableShowResponse#showTagging:member",
|
|
8678
|
+
"docComment": "",
|
|
8679
|
+
"excerptTokens": [
|
|
8680
|
+
{
|
|
8681
|
+
"kind": "Content",
|
|
8682
|
+
"text": "showTagging: "
|
|
8683
|
+
},
|
|
8684
|
+
{
|
|
8685
|
+
"kind": "Reference",
|
|
8686
|
+
"text": "TaggingRequest",
|
|
8687
|
+
"canonicalReference": "@empathyco/x-types!TaggingRequest:interface"
|
|
8688
|
+
},
|
|
8689
|
+
{
|
|
8690
|
+
"kind": "Content",
|
|
8691
|
+
"text": ";"
|
|
8692
|
+
}
|
|
8693
|
+
],
|
|
8694
|
+
"isReadonly": false,
|
|
8695
|
+
"isOptional": false,
|
|
8696
|
+
"releaseTag": "Public",
|
|
8697
|
+
"name": "showTagging",
|
|
8698
|
+
"propertyTypeTokenRange": {
|
|
8699
|
+
"startIndex": 1,
|
|
8700
|
+
"endIndex": 2
|
|
8701
|
+
}
|
|
8702
|
+
}
|
|
8703
|
+
],
|
|
8704
|
+
"extendsTokenRanges": []
|
|
8705
|
+
},
|
|
8706
|
+
{
|
|
8707
|
+
"kind": "Interface",
|
|
8708
|
+
"canonicalReference": "@empathyco/x-types!UserInfo:interface",
|
|
8709
|
+
"docComment": "/**\n * The representation of the user.\n *\n * @public\n */\n",
|
|
8710
|
+
"excerptTokens": [
|
|
8711
|
+
{
|
|
8712
|
+
"kind": "Content",
|
|
8713
|
+
"text": "export interface UserInfo "
|
|
8714
|
+
}
|
|
8715
|
+
],
|
|
8716
|
+
"fileUrlPath": "src/user-info.model.ts",
|
|
8717
|
+
"releaseTag": "Public",
|
|
8718
|
+
"name": "UserInfo",
|
|
8719
|
+
"preserveMemberOrder": false,
|
|
8720
|
+
"members": [
|
|
8721
|
+
{
|
|
8722
|
+
"kind": "PropertySignature",
|
|
8723
|
+
"canonicalReference": "@empathyco/x-types!UserInfo#session:member",
|
|
8724
|
+
"docComment": "/**\n * A unique token that represents a search session.\n */\n",
|
|
8725
|
+
"excerptTokens": [
|
|
8726
|
+
{
|
|
8727
|
+
"kind": "Content",
|
|
8728
|
+
"text": "session: "
|
|
8729
|
+
},
|
|
8730
|
+
{
|
|
8731
|
+
"kind": "Content",
|
|
8732
|
+
"text": "string"
|
|
8733
|
+
},
|
|
8734
|
+
{
|
|
8735
|
+
"kind": "Content",
|
|
8736
|
+
"text": ";"
|
|
8737
|
+
}
|
|
8738
|
+
],
|
|
8739
|
+
"isReadonly": false,
|
|
8740
|
+
"isOptional": false,
|
|
8741
|
+
"releaseTag": "Public",
|
|
8742
|
+
"name": "session",
|
|
8743
|
+
"propertyTypeTokenRange": {
|
|
8744
|
+
"startIndex": 1,
|
|
8745
|
+
"endIndex": 2
|
|
8746
|
+
}
|
|
8747
|
+
},
|
|
8748
|
+
{
|
|
8749
|
+
"kind": "PropertySignature",
|
|
8750
|
+
"canonicalReference": "@empathyco/x-types!UserInfo#user:member",
|
|
8751
|
+
"docComment": "/**\n * A unique token that represents the user over a long period of time.\n */\n",
|
|
8752
|
+
"excerptTokens": [
|
|
8753
|
+
{
|
|
8754
|
+
"kind": "Content",
|
|
8755
|
+
"text": "user: "
|
|
8756
|
+
},
|
|
8757
|
+
{
|
|
8758
|
+
"kind": "Content",
|
|
8759
|
+
"text": "string"
|
|
8760
|
+
},
|
|
8761
|
+
{
|
|
8762
|
+
"kind": "Content",
|
|
8763
|
+
"text": ";"
|
|
8764
|
+
}
|
|
8765
|
+
],
|
|
8766
|
+
"isReadonly": false,
|
|
8767
|
+
"isOptional": false,
|
|
8768
|
+
"releaseTag": "Public",
|
|
8769
|
+
"name": "user",
|
|
8770
|
+
"propertyTypeTokenRange": {
|
|
8771
|
+
"startIndex": 1,
|
|
8772
|
+
"endIndex": 2
|
|
8773
|
+
}
|
|
8774
|
+
},
|
|
8775
|
+
{
|
|
8776
|
+
"kind": "PropertySignature",
|
|
8777
|
+
"canonicalReference": "@empathyco/x-types!UserInfo#userType:member",
|
|
8778
|
+
"docComment": "/**\n * Whether the user is new or recurrent.\n */\n",
|
|
7140
8779
|
"excerptTokens": [
|
|
7141
8780
|
{
|
|
7142
8781
|
"kind": "Content",
|
|
7143
|
-
"text": "
|
|
8782
|
+
"text": "userType: "
|
|
7144
8783
|
},
|
|
7145
8784
|
{
|
|
7146
8785
|
"kind": "Content",
|
|
@@ -7152,9 +8791,9 @@
|
|
|
7152
8791
|
}
|
|
7153
8792
|
],
|
|
7154
8793
|
"isReadonly": false,
|
|
7155
|
-
"isOptional":
|
|
8794
|
+
"isOptional": false,
|
|
7156
8795
|
"releaseTag": "Public",
|
|
7157
|
-
"name": "
|
|
8796
|
+
"name": "userType",
|
|
7158
8797
|
"propertyTypeTokenRange": {
|
|
7159
8798
|
"startIndex": 1,
|
|
7160
8799
|
"endIndex": 2
|
|
@@ -7165,32 +8804,54 @@
|
|
|
7165
8804
|
},
|
|
7166
8805
|
{
|
|
7167
8806
|
"kind": "Interface",
|
|
7168
|
-
"canonicalReference": "@empathyco/x-types!
|
|
7169
|
-
"docComment": "/**\n *
|
|
8807
|
+
"canonicalReference": "@empathyco/x-types!XComponentsAdapter:interface",
|
|
8808
|
+
"docComment": "/**\n * XComponentsAdapter.\n *\n * @public\n */\n",
|
|
7170
8809
|
"excerptTokens": [
|
|
7171
8810
|
{
|
|
7172
8811
|
"kind": "Content",
|
|
7173
|
-
"text": "export interface
|
|
8812
|
+
"text": "export interface XComponentsAdapter "
|
|
7174
8813
|
}
|
|
7175
8814
|
],
|
|
7176
|
-
"fileUrlPath": "src/
|
|
8815
|
+
"fileUrlPath": "src/x-components-adapter.model.ts",
|
|
7177
8816
|
"releaseTag": "Public",
|
|
7178
|
-
"name": "
|
|
8817
|
+
"name": "XComponentsAdapter",
|
|
7179
8818
|
"preserveMemberOrder": false,
|
|
7180
8819
|
"members": [
|
|
7181
8820
|
{
|
|
7182
8821
|
"kind": "PropertySignature",
|
|
7183
|
-
"canonicalReference": "@empathyco/x-types!
|
|
8822
|
+
"canonicalReference": "@empathyco/x-types!XComponentsAdapter#aiQuestions:member",
|
|
7184
8823
|
"docComment": "",
|
|
7185
8824
|
"excerptTokens": [
|
|
7186
8825
|
{
|
|
7187
8826
|
"kind": "Content",
|
|
7188
|
-
"text": "
|
|
8827
|
+
"text": "aiQuestions: "
|
|
7189
8828
|
},
|
|
7190
8829
|
{
|
|
7191
8830
|
"kind": "Reference",
|
|
7192
|
-
"text": "
|
|
7193
|
-
"canonicalReference": "@empathyco/x-
|
|
8831
|
+
"text": "EndpointAdapter",
|
|
8832
|
+
"canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
|
|
8833
|
+
},
|
|
8834
|
+
{
|
|
8835
|
+
"kind": "Content",
|
|
8836
|
+
"text": "<"
|
|
8837
|
+
},
|
|
8838
|
+
{
|
|
8839
|
+
"kind": "Reference",
|
|
8840
|
+
"text": "AiQuestionsRequest",
|
|
8841
|
+
"canonicalReference": "@empathyco/x-types!AiQuestionsRequest:interface"
|
|
8842
|
+
},
|
|
8843
|
+
{
|
|
8844
|
+
"kind": "Content",
|
|
8845
|
+
"text": ", "
|
|
8846
|
+
},
|
|
8847
|
+
{
|
|
8848
|
+
"kind": "Reference",
|
|
8849
|
+
"text": "AiQuestionsResponse",
|
|
8850
|
+
"canonicalReference": "@empathyco/x-types!AiQuestionsResponse:interface"
|
|
8851
|
+
},
|
|
8852
|
+
{
|
|
8853
|
+
"kind": "Content",
|
|
8854
|
+
"text": ">"
|
|
7194
8855
|
},
|
|
7195
8856
|
{
|
|
7196
8857
|
"kind": "Content",
|
|
@@ -7200,42 +8861,47 @@
|
|
|
7200
8861
|
"isReadonly": false,
|
|
7201
8862
|
"isOptional": false,
|
|
7202
8863
|
"releaseTag": "Public",
|
|
7203
|
-
"name": "
|
|
8864
|
+
"name": "aiQuestions",
|
|
7204
8865
|
"propertyTypeTokenRange": {
|
|
7205
8866
|
"startIndex": 1,
|
|
7206
|
-
"endIndex":
|
|
8867
|
+
"endIndex": 7
|
|
7207
8868
|
}
|
|
7208
|
-
}
|
|
7209
|
-
],
|
|
7210
|
-
"extendsTokenRanges": []
|
|
7211
|
-
},
|
|
7212
|
-
{
|
|
7213
|
-
"kind": "Interface",
|
|
7214
|
-
"canonicalReference": "@empathyco/x-types!UserInfo:interface",
|
|
7215
|
-
"docComment": "/**\n * The representation of the user.\n *\n * @public\n */\n",
|
|
7216
|
-
"excerptTokens": [
|
|
7217
|
-
{
|
|
7218
|
-
"kind": "Content",
|
|
7219
|
-
"text": "export interface UserInfo "
|
|
7220
|
-
}
|
|
7221
|
-
],
|
|
7222
|
-
"fileUrlPath": "src/user-info.model.ts",
|
|
7223
|
-
"releaseTag": "Public",
|
|
7224
|
-
"name": "UserInfo",
|
|
7225
|
-
"preserveMemberOrder": false,
|
|
7226
|
-
"members": [
|
|
8869
|
+
},
|
|
7227
8870
|
{
|
|
7228
8871
|
"kind": "PropertySignature",
|
|
7229
|
-
"canonicalReference": "@empathyco/x-types!
|
|
7230
|
-
"docComment": "
|
|
8872
|
+
"canonicalReference": "@empathyco/x-types!XComponentsAdapter#aiSuggestions:member",
|
|
8873
|
+
"docComment": "",
|
|
7231
8874
|
"excerptTokens": [
|
|
7232
8875
|
{
|
|
7233
8876
|
"kind": "Content",
|
|
7234
|
-
"text": "
|
|
8877
|
+
"text": "aiSuggestions: "
|
|
8878
|
+
},
|
|
8879
|
+
{
|
|
8880
|
+
"kind": "Reference",
|
|
8881
|
+
"text": "EndpointAdapter",
|
|
8882
|
+
"canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
|
|
7235
8883
|
},
|
|
7236
8884
|
{
|
|
7237
8885
|
"kind": "Content",
|
|
7238
|
-
"text": "
|
|
8886
|
+
"text": "<"
|
|
8887
|
+
},
|
|
8888
|
+
{
|
|
8889
|
+
"kind": "Reference",
|
|
8890
|
+
"text": "AiSuggestionsRequest",
|
|
8891
|
+
"canonicalReference": "@empathyco/x-types!AiSuggestionsRequest:interface"
|
|
8892
|
+
},
|
|
8893
|
+
{
|
|
8894
|
+
"kind": "Content",
|
|
8895
|
+
"text": ", "
|
|
8896
|
+
},
|
|
8897
|
+
{
|
|
8898
|
+
"kind": "Reference",
|
|
8899
|
+
"text": "Response",
|
|
8900
|
+
"canonicalReference": "!Response:interface"
|
|
8901
|
+
},
|
|
8902
|
+
{
|
|
8903
|
+
"kind": "Content",
|
|
8904
|
+
"text": ">"
|
|
7239
8905
|
},
|
|
7240
8906
|
{
|
|
7241
8907
|
"kind": "Content",
|
|
@@ -7245,24 +8911,47 @@
|
|
|
7245
8911
|
"isReadonly": false,
|
|
7246
8912
|
"isOptional": false,
|
|
7247
8913
|
"releaseTag": "Public",
|
|
7248
|
-
"name": "
|
|
8914
|
+
"name": "aiSuggestions",
|
|
7249
8915
|
"propertyTypeTokenRange": {
|
|
7250
8916
|
"startIndex": 1,
|
|
7251
|
-
"endIndex":
|
|
8917
|
+
"endIndex": 7
|
|
7252
8918
|
}
|
|
7253
8919
|
},
|
|
7254
8920
|
{
|
|
7255
8921
|
"kind": "PropertySignature",
|
|
7256
|
-
"canonicalReference": "@empathyco/x-types!
|
|
7257
|
-
"docComment": "
|
|
8922
|
+
"canonicalReference": "@empathyco/x-types!XComponentsAdapter#aiSuggestionsSearch:member",
|
|
8923
|
+
"docComment": "",
|
|
7258
8924
|
"excerptTokens": [
|
|
7259
8925
|
{
|
|
7260
8926
|
"kind": "Content",
|
|
7261
|
-
"text": "
|
|
8927
|
+
"text": "aiSuggestionsSearch: "
|
|
8928
|
+
},
|
|
8929
|
+
{
|
|
8930
|
+
"kind": "Reference",
|
|
8931
|
+
"text": "EndpointAdapter",
|
|
8932
|
+
"canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
|
|
7262
8933
|
},
|
|
7263
8934
|
{
|
|
7264
8935
|
"kind": "Content",
|
|
7265
|
-
"text": "
|
|
8936
|
+
"text": "<"
|
|
8937
|
+
},
|
|
8938
|
+
{
|
|
8939
|
+
"kind": "Reference",
|
|
8940
|
+
"text": "AiSuggestionsSearchRequest",
|
|
8941
|
+
"canonicalReference": "@empathyco/x-types!AiSuggestionsSearchRequest:interface"
|
|
8942
|
+
},
|
|
8943
|
+
{
|
|
8944
|
+
"kind": "Content",
|
|
8945
|
+
"text": ", "
|
|
8946
|
+
},
|
|
8947
|
+
{
|
|
8948
|
+
"kind": "Reference",
|
|
8949
|
+
"text": "AiSuggestionsSearchResponse",
|
|
8950
|
+
"canonicalReference": "@empathyco/x-types!AiSuggestionsSearchResponse:interface"
|
|
8951
|
+
},
|
|
8952
|
+
{
|
|
8953
|
+
"kind": "Content",
|
|
8954
|
+
"text": ">"
|
|
7266
8955
|
},
|
|
7267
8956
|
{
|
|
7268
8957
|
"kind": "Content",
|
|
@@ -7272,24 +8961,47 @@
|
|
|
7272
8961
|
"isReadonly": false,
|
|
7273
8962
|
"isOptional": false,
|
|
7274
8963
|
"releaseTag": "Public",
|
|
7275
|
-
"name": "
|
|
8964
|
+
"name": "aiSuggestionsSearch",
|
|
7276
8965
|
"propertyTypeTokenRange": {
|
|
7277
8966
|
"startIndex": 1,
|
|
7278
|
-
"endIndex":
|
|
8967
|
+
"endIndex": 7
|
|
7279
8968
|
}
|
|
7280
8969
|
},
|
|
7281
8970
|
{
|
|
7282
8971
|
"kind": "PropertySignature",
|
|
7283
|
-
"canonicalReference": "@empathyco/x-types!
|
|
7284
|
-
"docComment": "
|
|
8972
|
+
"canonicalReference": "@empathyco/x-types!XComponentsAdapter#aiSummarize:member",
|
|
8973
|
+
"docComment": "",
|
|
7285
8974
|
"excerptTokens": [
|
|
7286
8975
|
{
|
|
7287
8976
|
"kind": "Content",
|
|
7288
|
-
"text": "
|
|
8977
|
+
"text": "aiSummarize: "
|
|
8978
|
+
},
|
|
8979
|
+
{
|
|
8980
|
+
"kind": "Reference",
|
|
8981
|
+
"text": "EndpointAdapter",
|
|
8982
|
+
"canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
|
|
7289
8983
|
},
|
|
7290
8984
|
{
|
|
7291
8985
|
"kind": "Content",
|
|
7292
|
-
"text": "
|
|
8986
|
+
"text": "<"
|
|
8987
|
+
},
|
|
8988
|
+
{
|
|
8989
|
+
"kind": "Reference",
|
|
8990
|
+
"text": "AiSuggestionsRequest",
|
|
8991
|
+
"canonicalReference": "@empathyco/x-types!AiSuggestionsRequest:interface"
|
|
8992
|
+
},
|
|
8993
|
+
{
|
|
8994
|
+
"kind": "Content",
|
|
8995
|
+
"text": ", "
|
|
8996
|
+
},
|
|
8997
|
+
{
|
|
8998
|
+
"kind": "Reference",
|
|
8999
|
+
"text": "Response",
|
|
9000
|
+
"canonicalReference": "!Response:interface"
|
|
9001
|
+
},
|
|
9002
|
+
{
|
|
9003
|
+
"kind": "Content",
|
|
9004
|
+
"text": ">"
|
|
7293
9005
|
},
|
|
7294
9006
|
{
|
|
7295
9007
|
"kind": "Content",
|
|
@@ -7299,30 +9011,62 @@
|
|
|
7299
9011
|
"isReadonly": false,
|
|
7300
9012
|
"isOptional": false,
|
|
7301
9013
|
"releaseTag": "Public",
|
|
7302
|
-
"name": "
|
|
9014
|
+
"name": "aiSummarize",
|
|
7303
9015
|
"propertyTypeTokenRange": {
|
|
7304
9016
|
"startIndex": 1,
|
|
7305
|
-
"endIndex":
|
|
9017
|
+
"endIndex": 7
|
|
7306
9018
|
}
|
|
7307
|
-
}
|
|
7308
|
-
],
|
|
7309
|
-
"extendsTokenRanges": []
|
|
7310
|
-
},
|
|
7311
|
-
{
|
|
7312
|
-
"kind": "Interface",
|
|
7313
|
-
"canonicalReference": "@empathyco/x-types!XComponentsAdapter:interface",
|
|
7314
|
-
"docComment": "",
|
|
7315
|
-
"excerptTokens": [
|
|
9019
|
+
},
|
|
7316
9020
|
{
|
|
7317
|
-
"kind": "
|
|
7318
|
-
"
|
|
7319
|
-
|
|
7320
|
-
|
|
7321
|
-
|
|
7322
|
-
|
|
7323
|
-
|
|
7324
|
-
|
|
7325
|
-
|
|
9021
|
+
"kind": "PropertySignature",
|
|
9022
|
+
"canonicalReference": "@empathyco/x-types!XComponentsAdapter#aiTasks:member",
|
|
9023
|
+
"docComment": "",
|
|
9024
|
+
"excerptTokens": [
|
|
9025
|
+
{
|
|
9026
|
+
"kind": "Content",
|
|
9027
|
+
"text": "aiTasks: "
|
|
9028
|
+
},
|
|
9029
|
+
{
|
|
9030
|
+
"kind": "Reference",
|
|
9031
|
+
"text": "EndpointAdapter",
|
|
9032
|
+
"canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
|
|
9033
|
+
},
|
|
9034
|
+
{
|
|
9035
|
+
"kind": "Content",
|
|
9036
|
+
"text": "<"
|
|
9037
|
+
},
|
|
9038
|
+
{
|
|
9039
|
+
"kind": "Reference",
|
|
9040
|
+
"text": "AiTasksRequest",
|
|
9041
|
+
"canonicalReference": "@empathyco/x-types!AiTasksRequest:interface"
|
|
9042
|
+
},
|
|
9043
|
+
{
|
|
9044
|
+
"kind": "Content",
|
|
9045
|
+
"text": ", "
|
|
9046
|
+
},
|
|
9047
|
+
{
|
|
9048
|
+
"kind": "Reference",
|
|
9049
|
+
"text": "AiTasksResponse",
|
|
9050
|
+
"canonicalReference": "@empathyco/x-types!AiTasksResponse:interface"
|
|
9051
|
+
},
|
|
9052
|
+
{
|
|
9053
|
+
"kind": "Content",
|
|
9054
|
+
"text": ">"
|
|
9055
|
+
},
|
|
9056
|
+
{
|
|
9057
|
+
"kind": "Content",
|
|
9058
|
+
"text": ";"
|
|
9059
|
+
}
|
|
9060
|
+
],
|
|
9061
|
+
"isReadonly": false,
|
|
9062
|
+
"isOptional": false,
|
|
9063
|
+
"releaseTag": "Public",
|
|
9064
|
+
"name": "aiTasks",
|
|
9065
|
+
"propertyTypeTokenRange": {
|
|
9066
|
+
"startIndex": 1,
|
|
9067
|
+
"endIndex": 7
|
|
9068
|
+
}
|
|
9069
|
+
},
|
|
7326
9070
|
{
|
|
7327
9071
|
"kind": "PropertySignature",
|
|
7328
9072
|
"canonicalReference": "@empathyco/x-types!XComponentsAdapter#experienceControls:member",
|
|
@@ -7373,6 +9117,56 @@
|
|
|
7373
9117
|
"endIndex": 7
|
|
7374
9118
|
}
|
|
7375
9119
|
},
|
|
9120
|
+
{
|
|
9121
|
+
"kind": "PropertySignature",
|
|
9122
|
+
"canonicalReference": "@empathyco/x-types!XComponentsAdapter#facets:member",
|
|
9123
|
+
"docComment": "",
|
|
9124
|
+
"excerptTokens": [
|
|
9125
|
+
{
|
|
9126
|
+
"kind": "Content",
|
|
9127
|
+
"text": "facets: "
|
|
9128
|
+
},
|
|
9129
|
+
{
|
|
9130
|
+
"kind": "Reference",
|
|
9131
|
+
"text": "EndpointAdapter",
|
|
9132
|
+
"canonicalReference": "@empathyco/x-adapter!EndpointAdapter:interface"
|
|
9133
|
+
},
|
|
9134
|
+
{
|
|
9135
|
+
"kind": "Content",
|
|
9136
|
+
"text": "<"
|
|
9137
|
+
},
|
|
9138
|
+
{
|
|
9139
|
+
"kind": "Reference",
|
|
9140
|
+
"text": "FacetsRequest",
|
|
9141
|
+
"canonicalReference": "@empathyco/x-types!FacetsRequest:interface"
|
|
9142
|
+
},
|
|
9143
|
+
{
|
|
9144
|
+
"kind": "Content",
|
|
9145
|
+
"text": ", "
|
|
9146
|
+
},
|
|
9147
|
+
{
|
|
9148
|
+
"kind": "Reference",
|
|
9149
|
+
"text": "FacetsResponse",
|
|
9150
|
+
"canonicalReference": "@empathyco/x-types!FacetsResponse:interface"
|
|
9151
|
+
},
|
|
9152
|
+
{
|
|
9153
|
+
"kind": "Content",
|
|
9154
|
+
"text": ">"
|
|
9155
|
+
},
|
|
9156
|
+
{
|
|
9157
|
+
"kind": "Content",
|
|
9158
|
+
"text": ";"
|
|
9159
|
+
}
|
|
9160
|
+
],
|
|
9161
|
+
"isReadonly": false,
|
|
9162
|
+
"isOptional": false,
|
|
9163
|
+
"releaseTag": "Public",
|
|
9164
|
+
"name": "facets",
|
|
9165
|
+
"propertyTypeTokenRange": {
|
|
9166
|
+
"startIndex": 1,
|
|
9167
|
+
"endIndex": 7
|
|
9168
|
+
}
|
|
9169
|
+
},
|
|
7376
9170
|
{
|
|
7377
9171
|
"kind": "PropertySignature",
|
|
7378
9172
|
"canonicalReference": "@empathyco/x-types!XComponentsAdapter#identifierResults:member",
|