@empathyco/x-components 6.0.0-alpha.2 → 6.0.0-alpha.21
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 +211 -1
- package/core/index.js +1 -0
- package/core/index.js.map +1 -1
- package/design-system/deprecated-full-theme.css +1419 -1419
- package/docs/API-reference/api/x-adapter-platform.md +9 -0
- package/docs/API-reference/api/x-adapter-platform.platformadapter.relatedprompts.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.md +22 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.nextqueries.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.suggestiontext.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedprompt.type.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsrequest.md +15 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsresponse.data.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsresponse.md +21 -0
- package/docs/API-reference/api/x-adapter-platform.platformrelatedpromptsresponse.status.md +11 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.catalog.md +6 -0
- package/docs/API-reference/api/x-adapter-platform.platformsearchresponse.md +1 -1
- package/docs/API-reference/api/x-adapter-platform.relatedpromptschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedpromptsendpointadapter.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedpromptsrequestmapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedpromptsrequestschema.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedpromptsresponsemapper.md +13 -0
- package/docs/API-reference/api/x-adapter-platform.relatedpromptsresponseschema.md +13 -0
- package/docs/API-reference/api/x-components.animationprop.md +6 -1
- package/docs/API-reference/api/x-components.bannerslist.md +3 -3
- package/docs/API-reference/api/x-components.basedropdown.md +5 -5
- package/docs/API-reference/api/x-components.baseeventsmodal.md +2 -2
- package/docs/API-reference/api/x-components.basegrid.md +3 -3
- package/docs/API-reference/api/x-components.baseheadertogglepanel.md +5 -5
- package/docs/API-reference/api/x-components.baseidmodal.md +2 -2
- package/docs/API-reference/api/x-components.baseidtogglepanel.md +5 -5
- package/docs/API-reference/api/x-components.basemodal.md +10 -10
- package/docs/API-reference/api/x-components.baseresultimage.md +9 -9
- package/docs/API-reference/api/x-components.baseslider.md +70 -0
- package/docs/API-reference/api/x-components.basesuggestions.md +3 -3
- package/docs/API-reference/api/x-components.basetabspanel.md +8 -8
- package/docs/API-reference/api/x-components.basetogglepanel.md +3 -3
- package/docs/API-reference/api/x-components.basevariablecolumngrid.md +3 -3
- package/docs/API-reference/api/x-components.cancelfetchandsaverelatedprompts.md +13 -0
- package/docs/API-reference/api/x-components.empathize.md +5 -5
- package/docs/API-reference/api/x-components.facets.md +3 -3
- package/docs/API-reference/api/x-components.fetchandsaverelatedprompts.md +13 -0
- package/docs/API-reference/api/x-components.fetchrelatedprompts.md +13 -0
- package/docs/API-reference/api/x-components.filterslist.md +3 -3
- package/docs/API-reference/api/x-components.globalxbus.md +6 -0
- package/docs/API-reference/api/x-components.hierarchicalfilter.md +5 -2
- package/docs/API-reference/api/x-components.identifierresults.md +3 -3
- package/docs/API-reference/api/x-components.installxoptions.domelement.md +1 -1
- package/docs/API-reference/api/x-components.installxoptions.md +1 -1
- package/docs/API-reference/api/x-components.itemslist.md +3 -3
- package/docs/API-reference/api/x-components.mainmodal.md +2 -2
- package/docs/API-reference/api/x-components.md +17 -0
- package/docs/API-reference/api/x-components.multicolumnmaxwidthlayout.md +5 -5
- package/docs/API-reference/api/x-components.myhistory.md +3 -3
- package/docs/API-reference/api/x-components.nextqueriesgroup.md +22 -0
- package/docs/API-reference/api/x-components.nextqueriesgroup.modelname.md +11 -0
- package/docs/API-reference/api/x-components.nextqueriesgroup.nextqueries.md +11 -0
- package/docs/API-reference/api/x-components.nextquerieslist.md +3 -3
- package/docs/API-reference/api/x-components.partialresultslist.md +3 -3
- package/docs/API-reference/api/x-components.promotedslist.md +3 -3
- package/docs/API-reference/api/x-components.querypreviewlist.md +3 -3
- package/docs/API-reference/api/x-components.recommendations.md +3 -3
- package/docs/API-reference/api/x-components.relatedprompt.md +38 -0
- package/docs/API-reference/api/x-components.relatedpromptrequest.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsactioncontext.md +15 -0
- package/docs/API-reference/api/x-components.relatedpromptsactions.cancelfetchandsaverelatedprompts.md +17 -0
- package/docs/API-reference/api/x-components.relatedpromptsactions.fetchandsaverelatedprompts.md +24 -0
- package/docs/API-reference/api/x-components.relatedpromptsactions.fetchrelatedprompts.md +24 -0
- package/docs/API-reference/api/x-components.relatedpromptsactions.md +22 -0
- package/docs/API-reference/api/x-components.relatedpromptsgetters.md +20 -0
- package/docs/API-reference/api/x-components.relatedpromptsgetters.request.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptslist.md +72 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.md +25 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.resetrelatedpromptsstate.md +17 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.setparams.md +24 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.setrelatedpromptsproducts.md +24 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.setselectedprompt.md +24 -0
- package/docs/API-reference/api/x-components.relatedpromptsmutations.setselectedquery.md +24 -0
- package/docs/API-reference/api/x-components.relatedpromptsstate.md +24 -0
- package/docs/API-reference/api/x-components.relatedpromptsstate.params.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsstate.relatedprompts.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsstate.selectedprompt.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsstate.selectedquery.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.md +22 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.relatedpromptsrequestupdated.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.userselectedarelatedprompt.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxevents.userselectedarelatedpromptquery.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxmodule.md +13 -0
- package/docs/API-reference/api/x-components.relatedpromptsxstoremodule.md +15 -0
- package/docs/API-reference/api/x-components.relatedtags.md +3 -3
- package/docs/API-reference/api/x-components.resultslist.md +3 -3
- package/docs/API-reference/api/x-components.scrolltotop.md +5 -5
- package/docs/API-reference/api/x-components.searchinputplaceholder.md +3 -3
- package/docs/API-reference/api/x-components.searchmutations.md +1 -0
- package/docs/API-reference/api/x-components.searchmutations.setstats.md +24 -0
- package/docs/API-reference/api/x-components.searchstate.md +1 -0
- package/docs/API-reference/api/x-components.searchstate.stats.md +13 -0
- package/docs/API-reference/api/x-components.selectedfilterslist.md +3 -3
- package/docs/API-reference/api/x-components.simplefilter.md +3 -0
- package/docs/API-reference/api/x-components.singlecolumnlayout.md +3 -3
- package/docs/API-reference/api/x-components.snippetcallbacks.md +3 -0
- package/docs/API-reference/api/x-components.snippetconfigextraparams.md +1 -1
- package/docs/API-reference/api/x-components.sortdropdown.md +1 -1
- package/docs/API-reference/api/x-components.tagging.md +17 -4
- package/docs/API-reference/api/x-components.usealiasapi.md +1 -0
- package/docs/API-reference/api/x-components.usealiasapi.pricestats.md +16 -0
- package/docs/API-reference/api/x-components.xeventstypes.md +3 -3
- package/docs/API-reference/api/x-components.xmodulestree.md +1 -0
- package/docs/API-reference/api/x-components.xmodulestree.relatedprompts.md +11 -0
- package/docs/API-reference/api/x-types.md +4 -0
- package/docs/API-reference/api/x-types.relatedprompt.md +23 -0
- package/docs/API-reference/api/x-types.relatedprompt.nextqueries.md +13 -0
- package/docs/API-reference/api/x-types.relatedprompt.suggestiontext.md +13 -0
- package/docs/API-reference/api/x-types.relatedprompt.type.md +13 -0
- package/docs/API-reference/api/x-types.relatedpromptsrequest.md +15 -0
- package/docs/API-reference/api/x-types.relatedpromptsresponse.md +20 -0
- package/docs/API-reference/api/x-types.relatedpromptsresponse.relatedprompts.md +11 -0
- package/docs/API-reference/api/x-types.searchresponse.md +1 -0
- package/docs/API-reference/api/x-types.searchresponse.stats.md +11 -0
- package/docs/API-reference/api/x-types.stats.md +22 -0
- package/docs/API-reference/api/x-types.stats.price.md +14 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.md +1 -0
- package/docs/API-reference/api/x-types.xcomponentsadapter.relatedprompts.md +11 -0
- package/docs/API-reference/components/common/result/x-components.base-result-image.md +2 -2
- package/docs/API-reference/components/common/x-components.base-slider.md +189 -0
- package/docs/API-reference/components/common/x-components.items-list.md +1 -1
- package/docs/API-reference/components/facets/x-components.facets/facets.md +1 -1
- package/docs/API-reference/components/facets/x-components.lists/selected-filters-list.md +1 -1
- package/docs/API-reference/components/related-prompts/x-components.related-prompt.md +29 -0
- package/docs/API-reference/components/related-prompts/x-components.related-prompts-list.md +196 -0
- package/docs/API-reference/components/search/x-components.results-list.md +1 -1
- package/docs/API-reference/components/tagging/x-components.tagging.md +2 -2
- package/js/components/base-grid.vue.js.map +1 -1
- package/js/components/base-grid.vue2.js.map +1 -1
- package/js/components/base-grid.vue3.js +1 -1
- package/js/components/base-slider.vue.js +66 -0
- package/js/components/base-slider.vue.js.map +1 -0
- package/js/components/base-slider.vue2.js +109 -0
- package/js/components/base-slider.vue2.js.map +1 -0
- package/js/components/base-slider.vue3.js +7 -0
- package/js/components/base-slider.vue3.js.map +1 -0
- package/js/components/icons/cross-tiny.vue.js +2 -2
- package/js/components/icons/plus.vue.js +2 -2
- package/js/components/items-list.vue.js.map +1 -1
- package/js/components/items-list.vue2.js +2 -2
- package/js/components/items-list.vue2.js.map +1 -1
- package/js/components/result/base-result-image.vue.js.map +1 -1
- package/js/components/result/base-result-image.vue2.js +3 -3
- package/js/components/result/base-result-image.vue2.js.map +1 -1
- package/js/components/scroll/use-scroll.js +1 -1
- package/js/components/scroll/use-scroll.js.map +1 -1
- package/js/components/sliding-panel.vue.js +2 -2
- package/js/composables/use-alias-api.js +3 -0
- package/js/composables/use-alias-api.js.map +1 -1
- package/js/index.js +10 -0
- package/js/index.js.map +1 -1
- package/js/types/animation-prop.js +5 -0
- package/js/types/animation-prop.js.map +1 -1
- package/js/x-installer/x-installer/x-installer.js +3 -3
- package/js/x-installer/x-installer/x-installer.js.map +1 -1
- package/js/x-modules/empathize/components/empathize.vue2.js +2 -0
- package/js/x-modules/empathize/components/empathize.vue2.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 +1 -1
- package/js/x-modules/extra-params/components/snippet-config-extra-params.vue2.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets.vue.js.map +1 -1
- package/js/x-modules/facets/components/facets/facets.vue2.js +2 -2
- package/js/x-modules/facets/components/facets/facets.vue2.js.map +1 -1
- package/js/x-modules/facets/components/lists/selected-filters-list.vue.js.map +1 -1
- package/js/x-modules/facets/components/lists/selected-filters-list.vue2.js +2 -2
- package/js/x-modules/facets/components/lists/selected-filters-list.vue2.js.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-button.vue2.js +2 -0
- 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.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview-list.vue2.js +15 -2
- 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.map +1 -1
- package/js/x-modules/queries-preview/components/query-preview.vue2.js +3 -1
- package/js/x-modules/queries-preview/components/query-preview.vue2.js.map +1 -1
- package/js/x-modules/queries-preview/store/actions/fetch-and-save-query-preview.action.js +2 -1
- 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/module.js +1 -1
- 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 +6 -4
- package/js/x-modules/queries-preview/utils/get-hash-from-query-preview.js.map +1 -1
- package/js/x-modules/related-prompts/components/related-prompt.vue.js +90 -0
- package/js/x-modules/related-prompts/components/related-prompt.vue.js.map +1 -0
- package/js/x-modules/related-prompts/components/related-prompt.vue2.js +54 -0
- package/js/x-modules/related-prompts/components/related-prompt.vue2.js.map +1 -0
- package/js/x-modules/related-prompts/components/related-prompt.vue3.js +7 -0
- package/js/x-modules/related-prompts/components/related-prompt.vue3.js.map +1 -0
- package/js/x-modules/related-prompts/components/related-prompts-list.vue.js +154 -0
- package/js/x-modules/related-prompts/components/related-prompts-list.vue.js.map +1 -0
- package/js/x-modules/related-prompts/components/related-prompts-list.vue2.js +6 -0
- package/js/x-modules/related-prompts/components/related-prompts-list.vue2.js.map +1 -0
- package/js/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.js +29 -0
- package/js/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.js.map +1 -0
- package/js/x-modules/related-prompts/store/actions/fetch-related-prompts.action.js +20 -0
- package/js/x-modules/related-prompts/store/actions/fetch-related-prompts.action.js.map +1 -0
- package/js/x-modules/related-prompts/store/emitters.js +14 -0
- package/js/x-modules/related-prompts/store/emitters.js.map +1 -0
- package/js/x-modules/related-prompts/store/getters/request.getter.js +16 -0
- package/js/x-modules/related-prompts/store/getters/request.getter.js.map +1 -0
- package/js/x-modules/related-prompts/store/module.js +53 -0
- package/js/x-modules/related-prompts/store/module.js.map +1 -0
- package/js/x-modules/related-prompts/wiring.js +88 -0
- package/js/x-modules/related-prompts/wiring.js.map +1 -0
- package/js/x-modules/related-prompts/x-module.js +21 -0
- package/js/x-modules/related-prompts/x-module.js.map +1 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue2.js +2 -0
- package/js/x-modules/scroll/components/scroll-to-top.vue2.js.map +1 -1
- package/js/x-modules/search/components/results-list.vue.js +2 -2
- package/js/x-modules/search/components/results-list.vue.js.map +1 -1
- package/js/x-modules/search/store/actions/save-search-response.action.js +2 -1
- package/js/x-modules/search/store/actions/save-search-response.action.js.map +1 -1
- package/js/x-modules/search/store/module.js +5 -1
- package/js/x-modules/search/store/module.js.map +1 -1
- package/js/x-modules/tagging/components/tagging.vue.js +8 -2
- package/js/x-modules/tagging/components/tagging.vue.js.map +1 -1
- package/package.json +7 -6
- package/related-prompts/index.d.ts +1 -0
- package/related-prompts/index.js +9 -0
- package/report/x-adapter-platform.api.json +575 -1
- package/report/x-components.api.json +4235 -7898
- package/report/x-components.api.md +447 -157
- package/report/x-types.api.json +334 -0
- package/tools/inject-css.js +5 -3
- package/types/adapter/e2e-adapter.d.ts.map +1 -1
- package/types/adapter/mocked-responses.d.ts +3 -0
- package/types/adapter/mocked-responses.d.ts.map +1 -1
- package/types/components/base-dropdown.vue.d.ts +5 -5
- package/types/components/base-grid.vue.d.ts +3 -3
- package/types/components/base-slider.vue.d.ts +74 -0
- package/types/components/base-slider.vue.d.ts.map +1 -0
- package/types/components/base-variable-column-grid.vue.d.ts +3 -3
- package/types/components/global-x-bus.vue.d.ts +6 -0
- package/types/components/global-x-bus.vue.d.ts.map +1 -1
- package/types/components/index.d.ts +1 -0
- package/types/components/index.d.ts.map +1 -1
- package/types/components/items-list.vue.d.ts +3 -3
- package/types/components/layouts/multi-column-max-width-layout.vue.d.ts +5 -5
- package/types/components/layouts/single-column-layout.vue.d.ts +3 -3
- package/types/components/modals/base-events-modal.vue.d.ts +2 -2
- package/types/components/modals/base-id-modal.vue.d.ts +2 -2
- package/types/components/modals/base-modal.vue.d.ts +10 -10
- package/types/components/modals/main-modal.vue.d.ts +2 -2
- package/types/components/panels/base-header-toggle-panel.vue.d.ts +5 -5
- package/types/components/panels/base-id-toggle-panel.vue.d.ts +5 -5
- package/types/components/panels/base-tabs-panel.vue.d.ts +8 -8
- package/types/components/panels/base-toggle-panel.vue.d.ts +3 -3
- package/types/components/result/base-result-image.vue.d.ts +10 -10
- package/types/components/result/base-result-image.vue.d.ts.map +1 -1
- package/types/components/snippet-callbacks.vue.d.ts +3 -0
- package/types/components/snippet-callbacks.vue.d.ts.map +1 -1
- package/types/components/suggestions/base-suggestions.vue.d.ts +3 -3
- package/types/composables/use-alias-api.d.ts +5 -0
- package/types/composables/use-alias-api.d.ts.map +1 -1
- package/types/index.d.ts +1 -0
- package/types/index.d.ts.map +1 -1
- package/types/tailwind/plugin-options.d.ts +1 -2
- package/types/tailwind/plugin-options.d.ts.map +1 -1
- package/types/types/animation-prop.d.ts +6 -2
- package/types/types/animation-prop.d.ts.map +1 -1
- package/types/views/home/types.d.ts +3 -0
- package/types/views/home/types.d.ts.map +1 -1
- package/types/wiring/events.types.d.ts +3 -1
- package/types/wiring/events.types.d.ts.map +1 -1
- package/types/x-installer/x-installer/types.d.ts +1 -1
- package/types/x-installer/x-installer/types.d.ts.map +1 -1
- package/types/x-installer/x-installer/x-installer.d.ts +4 -4
- package/types/x-installer/x-installer/x-installer.d.ts.map +1 -1
- package/types/x-modules/empathize/components/empathize.vue.d.ts +5 -5
- package/types/x-modules/extra-params/components/snippet-config-extra-params.vue.d.ts +1 -1
- package/types/x-modules/facets/components/facets/facets.vue.d.ts +3 -3
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts +5 -2
- package/types/x-modules/facets/components/filters/hierarchical-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts +3 -0
- package/types/x-modules/facets/components/filters/simple-filter.vue.d.ts.map +1 -1
- package/types/x-modules/facets/components/lists/filters-list.vue.d.ts +3 -3
- package/types/x-modules/facets/components/lists/selected-filters-list.vue.d.ts +3 -3
- package/types/x-modules/history-queries/components/my-history.vue.d.ts +3 -3
- package/types/x-modules/identifier-results/components/identifier-results.vue.d.ts +3 -3
- package/types/x-modules/next-queries/components/next-queries-list.vue.d.ts +3 -3
- package/types/x-modules/next-queries/index.d.ts +1 -0
- package/types/x-modules/next-queries/index.d.ts.map +1 -1
- package/types/x-modules/queries-preview/components/query-preview-list.vue.d.ts +3 -3
- 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.map +1 -1
- 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/module.d.ts.map +1 -1
- package/types/x-modules/queries-preview/utils/get-hash-from-query-preview.d.ts +4 -2
- package/types/x-modules/queries-preview/utils/get-hash-from-query-preview.d.ts.map +1 -1
- package/types/x-modules/recommendations/components/recommendations.vue.d.ts +3 -3
- package/types/x-modules/related-prompts/components/index.d.ts +3 -0
- package/types/x-modules/related-prompts/components/index.d.ts.map +1 -0
- package/types/x-modules/related-prompts/components/related-prompt.vue.d.ts +37 -0
- package/types/x-modules/related-prompts/components/related-prompt.vue.d.ts.map +1 -0
- package/types/x-modules/related-prompts/components/related-prompts-list.vue.d.ts +106 -0
- package/types/x-modules/related-prompts/components/related-prompts-list.vue.d.ts.map +1 -0
- package/types/x-modules/related-prompts/events.types.d.ts +26 -0
- package/types/x-modules/related-prompts/events.types.d.ts.map +1 -0
- package/types/x-modules/related-prompts/index.d.ts +6 -0
- package/types/x-modules/related-prompts/index.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.d.ts +17 -0
- package/types/x-modules/related-prompts/store/actions/fetch-and-save-related-prompts.action.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/actions/fetch-related-prompts.action.d.ts +13 -0
- package/types/x-modules/related-prompts/store/actions/fetch-related-prompts.action.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/emitters.d.ts +9 -0
- package/types/x-modules/related-prompts/store/emitters.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/getters/request.getter.d.ts +13 -0
- package/types/x-modules/related-prompts/store/getters/request.getter.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/index.d.ts +7 -0
- package/types/x-modules/related-prompts/store/index.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/module.d.ts +8 -0
- package/types/x-modules/related-prompts/store/module.d.ts.map +1 -0
- package/types/x-modules/related-prompts/store/types.d.ts +104 -0
- package/types/x-modules/related-prompts/store/types.d.ts.map +1 -0
- package/types/x-modules/related-prompts/types.d.ts +10 -0
- package/types/x-modules/related-prompts/types.d.ts.map +1 -0
- package/types/x-modules/related-prompts/wiring.d.ts +31 -0
- package/types/x-modules/related-prompts/wiring.d.ts.map +1 -0
- package/types/x-modules/related-prompts/x-module.d.ts +16 -0
- package/types/x-modules/related-prompts/x-module.d.ts.map +1 -0
- package/types/x-modules/related-tags/components/related-tags.vue.d.ts +3 -3
- package/types/x-modules/scroll/components/scroll-to-top.vue.d.ts +5 -5
- package/types/x-modules/search/components/banners-list.vue.d.ts +3 -3
- package/types/x-modules/search/components/partial-results-list.vue.d.ts +3 -3
- package/types/x-modules/search/components/promoteds-list.vue.d.ts +3 -3
- package/types/x-modules/search/components/results-list.vue.d.ts +3 -3
- package/types/x-modules/search/components/sort-dropdown.vue.d.ts +1 -1
- package/types/x-modules/search/store/actions/save-search-response.action.d.ts.map +1 -1
- package/types/x-modules/search/store/module.d.ts +2 -0
- package/types/x-modules/search/store/module.d.ts.map +1 -1
- package/types/x-modules/search/store/types.d.ts +9 -1
- package/types/x-modules/search/store/types.d.ts.map +1 -1
- package/types/x-modules/search-box/components/search-input-placeholder.vue.d.ts +3 -3
- package/types/x-modules/tagging/components/tagging.vue.d.ts +17 -4
- package/types/x-modules/tagging/components/tagging.vue.d.ts.map +1 -1
- package/types/x-modules/x-modules.types.d.ts +2 -0
- package/types/x-modules/x-modules.types.d.ts.map +1 -1
- package/js/utils/options-api.js +0 -4
- package/js/utils/options-api.js.map +0 -1
- package/types/utils/options-api.d.ts +0 -3
- package/types/utils/options-api.d.ts.map +0 -1
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [BaseSlider](./x-components.baseslider.md)
|
|
4
|
+
|
|
5
|
+
## BaseSlider variable
|
|
6
|
+
|
|
7
|
+
This component implements a range slider and prints the selected values. It receives a threshold prop to set the limits and uses v-model to get and set the selected values.
|
|
8
|
+
|
|
9
|
+
It makes use of the nouslider library
|
|
10
|
+
|
|
11
|
+
**Signature:**
|
|
12
|
+
|
|
13
|
+
```typescript
|
|
14
|
+
_default: import("vue").DefineComponent<{
|
|
15
|
+
threshold: {
|
|
16
|
+
type: PropType<{
|
|
17
|
+
min: number;
|
|
18
|
+
max: number;
|
|
19
|
+
}>;
|
|
20
|
+
default: () => {
|
|
21
|
+
min: number;
|
|
22
|
+
max: number;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
modelValue: {
|
|
26
|
+
type: PropType<{
|
|
27
|
+
min: number;
|
|
28
|
+
max: number;
|
|
29
|
+
}>;
|
|
30
|
+
required: true;
|
|
31
|
+
};
|
|
32
|
+
contentClass: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
}, {
|
|
37
|
+
slider: import("vue").Ref<HTMLElement | undefined>;
|
|
38
|
+
rangeSelected: import("vue").ComputedRef<number[]>;
|
|
39
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
40
|
+
threshold: {
|
|
41
|
+
type: PropType<{
|
|
42
|
+
min: number;
|
|
43
|
+
max: number;
|
|
44
|
+
}>;
|
|
45
|
+
default: () => {
|
|
46
|
+
min: number;
|
|
47
|
+
max: number;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
modelValue: {
|
|
51
|
+
type: PropType<{
|
|
52
|
+
min: number;
|
|
53
|
+
max: number;
|
|
54
|
+
}>;
|
|
55
|
+
required: true;
|
|
56
|
+
};
|
|
57
|
+
contentClass: {
|
|
58
|
+
type: StringConstructor;
|
|
59
|
+
default: string;
|
|
60
|
+
};
|
|
61
|
+
}>> & {
|
|
62
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
63
|
+
}, {
|
|
64
|
+
threshold: {
|
|
65
|
+
min: number;
|
|
66
|
+
max: number;
|
|
67
|
+
};
|
|
68
|
+
contentClass: string;
|
|
69
|
+
}, {}>
|
|
70
|
+
```
|
|
@@ -15,7 +15,7 @@ _default: import("vue").DefineComponent<{
|
|
|
15
15
|
required: true;
|
|
16
16
|
};
|
|
17
17
|
animation: {
|
|
18
|
-
type:
|
|
18
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
19
19
|
default: string;
|
|
20
20
|
};
|
|
21
21
|
maxItemsToRender: NumberConstructor;
|
|
@@ -38,7 +38,7 @@ _default: import("vue").DefineComponent<{
|
|
|
38
38
|
required: true;
|
|
39
39
|
};
|
|
40
40
|
animation: {
|
|
41
|
-
type:
|
|
41
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
42
42
|
default: string;
|
|
43
43
|
};
|
|
44
44
|
maxItemsToRender: NumberConstructor;
|
|
@@ -52,7 +52,7 @@ _default: import("vue").DefineComponent<{
|
|
|
52
52
|
};
|
|
53
53
|
suggestionItemClass: StringConstructor;
|
|
54
54
|
}>>, {
|
|
55
|
-
animation: string |
|
|
55
|
+
animation: string | Function | Record<string, any>;
|
|
56
56
|
showFacets: boolean;
|
|
57
57
|
showPlainSuggestion: boolean;
|
|
58
58
|
}, {}>
|
|
@@ -11,12 +11,12 @@ Base Tabs Panel.
|
|
|
11
11
|
```typescript
|
|
12
12
|
_default: import("vue").DefineComponent<{
|
|
13
13
|
tabsAnimation: {
|
|
14
|
-
type:
|
|
14
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
17
|
contentAnimation: {
|
|
18
|
-
type:
|
|
19
|
-
default: () => import("vue").DefineComponent<{}, {},
|
|
18
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
19
|
+
default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
20
20
|
};
|
|
21
21
|
initialTab: {
|
|
22
22
|
type: StringConstructor;
|
|
@@ -40,12 +40,12 @@ _default: import("vue").DefineComponent<{
|
|
|
40
40
|
tabIsSelected: (tab: string) => boolean;
|
|
41
41
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
42
42
|
tabsAnimation: {
|
|
43
|
-
type:
|
|
43
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
44
44
|
default: string;
|
|
45
45
|
};
|
|
46
46
|
contentAnimation: {
|
|
47
|
-
type:
|
|
48
|
-
default: () => import("vue").DefineComponent<{}, {},
|
|
47
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
48
|
+
default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
49
49
|
};
|
|
50
50
|
initialTab: {
|
|
51
51
|
type: StringConstructor;
|
|
@@ -60,8 +60,8 @@ _default: import("vue").DefineComponent<{
|
|
|
60
60
|
tabClass: StringConstructor;
|
|
61
61
|
tabsListClass: StringConstructor;
|
|
62
62
|
}>>, {
|
|
63
|
-
tabsAnimation: string |
|
|
64
|
-
contentAnimation: string |
|
|
63
|
+
tabsAnimation: string | Function | Record<string, any>;
|
|
64
|
+
contentAnimation: string | Function | Record<string, any>;
|
|
65
65
|
initialTab: string;
|
|
66
66
|
allowTabDeselect: boolean;
|
|
67
67
|
}, {}>
|
|
@@ -15,7 +15,7 @@ _default: import("vue").DefineComponent<{
|
|
|
15
15
|
required: true;
|
|
16
16
|
};
|
|
17
17
|
animation: {
|
|
18
|
-
type:
|
|
18
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
19
19
|
default: string;
|
|
20
20
|
};
|
|
21
21
|
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -24,10 +24,10 @@ _default: import("vue").DefineComponent<{
|
|
|
24
24
|
required: true;
|
|
25
25
|
};
|
|
26
26
|
animation: {
|
|
27
|
-
type:
|
|
27
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
28
28
|
default: string;
|
|
29
29
|
};
|
|
30
30
|
}>>, {
|
|
31
|
-
animation: string |
|
|
31
|
+
animation: string | Function | Record<string, any>;
|
|
32
32
|
}, {}>
|
|
33
33
|
```
|
|
@@ -11,7 +11,7 @@ The `BaseVariableColumnGrid` component is a wrapper of the `BaseGrid` component
|
|
|
11
11
|
```typescript
|
|
12
12
|
_default: import("vue").DefineComponent<{
|
|
13
13
|
animation: {
|
|
14
|
-
type:
|
|
14
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
17
|
items: PropType<ListItem[]>;
|
|
@@ -26,7 +26,7 @@ _default: import("vue").DefineComponent<{
|
|
|
26
26
|
}>;
|
|
27
27
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28
28
|
animation: {
|
|
29
|
-
type:
|
|
29
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
30
30
|
default: string;
|
|
31
31
|
};
|
|
32
32
|
items: PropType<ListItem[]>;
|
|
@@ -35,7 +35,7 @@ _default: import("vue").DefineComponent<{
|
|
|
35
35
|
default: number;
|
|
36
36
|
};
|
|
37
37
|
}>>, {
|
|
38
|
-
animation: string |
|
|
38
|
+
animation: string | Function | Record<string, any>;
|
|
39
39
|
columns: number;
|
|
40
40
|
}, {}>
|
|
41
41
|
```
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [cancelFetchAndSaveRelatedPrompts](./x-components.cancelfetchandsaverelatedprompts.md)
|
|
4
|
+
|
|
5
|
+
## cancelFetchAndSaveRelatedPrompts variable
|
|
6
|
+
|
|
7
|
+
Default implementation for [RelatedPromptsActions.cancelFetchAndSaveRelatedPrompts()](./x-components.relatedpromptsactions.cancelfetchandsaverelatedprompts.md) action.
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
cancelFetchAndSaveRelatedPrompts: () => void
|
|
13
|
+
```
|
|
@@ -19,8 +19,8 @@ _default: import("vue").DefineComponent<{
|
|
|
19
19
|
default: () => string[];
|
|
20
20
|
};
|
|
21
21
|
animation: {
|
|
22
|
-
type:
|
|
23
|
-
default: () => import("vue").DefineComponent<{}, {},
|
|
22
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
23
|
+
default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
24
24
|
};
|
|
25
25
|
}, {
|
|
26
26
|
close: () => void;
|
|
@@ -38,12 +38,12 @@ _default: import("vue").DefineComponent<{
|
|
|
38
38
|
default: () => string[];
|
|
39
39
|
};
|
|
40
40
|
animation: {
|
|
41
|
-
type:
|
|
42
|
-
default: () => import("vue").DefineComponent<{}, {},
|
|
41
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
42
|
+
default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
43
43
|
};
|
|
44
44
|
}>>, {
|
|
45
45
|
eventsToOpenEmpathize: (keyof import("../../../wiring").XEventsTypes)[];
|
|
46
46
|
eventsToCloseEmpathize: (keyof import("../../../wiring").XEventsTypes)[];
|
|
47
|
-
animation: string |
|
|
47
|
+
animation: string | Function | Record<string, any>;
|
|
48
48
|
}, {}>
|
|
49
49
|
```
|
|
@@ -13,7 +13,7 @@ _default: import("vue").DefineComponent<{
|
|
|
13
13
|
facetsIds: PropType<(string | number)[]>;
|
|
14
14
|
alwaysVisible: BooleanConstructor;
|
|
15
15
|
animation: {
|
|
16
|
-
type:
|
|
16
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
17
17
|
default: string;
|
|
18
18
|
};
|
|
19
19
|
renderableFacets: StringConstructor;
|
|
@@ -26,12 +26,12 @@ _default: import("vue").DefineComponent<{
|
|
|
26
26
|
facetsIds: PropType<(string | number)[]>;
|
|
27
27
|
alwaysVisible: BooleanConstructor;
|
|
28
28
|
animation: {
|
|
29
|
-
type:
|
|
29
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
30
30
|
default: string;
|
|
31
31
|
};
|
|
32
32
|
renderableFacets: StringConstructor;
|
|
33
33
|
}>>, {
|
|
34
34
|
alwaysVisible: boolean;
|
|
35
|
-
animation: string |
|
|
35
|
+
animation: string | Function | Record<string, any>;
|
|
36
36
|
}, {}>
|
|
37
37
|
```
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [fetchAndSaveRelatedPrompts](./x-components.fetchandsaverelatedprompts.md)
|
|
4
|
+
|
|
5
|
+
## fetchAndSaveRelatedPrompts variable
|
|
6
|
+
|
|
7
|
+
Default implementation for [RelatedPromptsActions.fetchAndSaveRelatedPrompts()](./x-components.relatedpromptsactions.fetchandsaverelatedprompts.md) action.
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
fetchAndSaveRelatedPrompts: (context: RelatedPromptsActionContext, request: RelatedPromptsRequest | null) => void | Promise<void>
|
|
13
|
+
```
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
+
|
|
3
|
+
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [fetchRelatedPrompts](./x-components.fetchrelatedprompts.md)
|
|
4
|
+
|
|
5
|
+
## fetchRelatedPrompts variable
|
|
6
|
+
|
|
7
|
+
Default implementation for the [RelatedPromptsActions.fetchRelatedPrompts()](./x-components.relatedpromptsactions.fetchrelatedprompts.md)<!-- -->.
|
|
8
|
+
|
|
9
|
+
**Signature:**
|
|
10
|
+
|
|
11
|
+
```typescript
|
|
12
|
+
fetchRelatedPrompts: RelatedPromptsXStoreModule['actions']['fetchRelatedPrompts']
|
|
13
|
+
```
|
|
@@ -16,7 +16,7 @@ _default: import("vue").DefineComponent<{
|
|
|
16
16
|
required: false;
|
|
17
17
|
};
|
|
18
18
|
animation: {
|
|
19
|
-
type:
|
|
19
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
20
20
|
default: string;
|
|
21
21
|
};
|
|
22
22
|
}, {
|
|
@@ -30,10 +30,10 @@ _default: import("vue").DefineComponent<{
|
|
|
30
30
|
required: false;
|
|
31
31
|
};
|
|
32
32
|
animation: {
|
|
33
|
-
type:
|
|
33
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
34
34
|
default: string;
|
|
35
35
|
};
|
|
36
36
|
}>>, {
|
|
37
|
-
animation: string |
|
|
37
|
+
animation: string | Function | Record<string, any>;
|
|
38
38
|
}, {}>
|
|
39
39
|
```
|
|
@@ -171,6 +171,9 @@ _default: import("vue").DefineComponent<{
|
|
|
171
171
|
ExtraParamsLoadedFromUrl: (payload: import("@empathyco/x-utils").Dictionary<unknown>, metadata: import("..").WireMetadata) => unknown;
|
|
172
172
|
PushableUrlStateUpdated: (payload: import("..").UrlParams, metadata: import("..").WireMetadata) => unknown;
|
|
173
173
|
ReplaceableUrlStateUpdated: (payload: import("..").UrlParams, metadata: import("..").WireMetadata) => unknown;
|
|
174
|
+
RelatedPromptsRequestUpdated: (payload: import("@empathyco/x-types").RelatedPromptsRequest | null, metadata: import("..").WireMetadata) => unknown;
|
|
175
|
+
UserSelectedARelatedPrompt: (payload: number, metadata: import("..").WireMetadata) => unknown;
|
|
176
|
+
UserSelectedARelatedPromptQuery: (payload: number, metadata: import("..").WireMetadata) => unknown;
|
|
174
177
|
}>>;
|
|
175
178
|
required: true;
|
|
176
179
|
};
|
|
@@ -336,6 +339,9 @@ _default: import("vue").DefineComponent<{
|
|
|
336
339
|
ExtraParamsLoadedFromUrl: (payload: import("@empathyco/x-utils").Dictionary<unknown>, metadata: import("..").WireMetadata) => unknown;
|
|
337
340
|
PushableUrlStateUpdated: (payload: import("..").UrlParams, metadata: import("..").WireMetadata) => unknown;
|
|
338
341
|
ReplaceableUrlStateUpdated: (payload: import("..").UrlParams, metadata: import("..").WireMetadata) => unknown;
|
|
342
|
+
RelatedPromptsRequestUpdated: (payload: import("@empathyco/x-types").RelatedPromptsRequest | null, metadata: import("..").WireMetadata) => unknown;
|
|
343
|
+
UserSelectedARelatedPrompt: (payload: number, metadata: import("..").WireMetadata) => unknown;
|
|
344
|
+
UserSelectedARelatedPromptQuery: (payload: number, metadata: import("..").WireMetadata) => unknown;
|
|
339
345
|
}>>;
|
|
340
346
|
required: true;
|
|
341
347
|
};
|
|
@@ -14,7 +14,7 @@ _default: import("vue").DefineComponent<{
|
|
|
14
14
|
type: PropType<HierarchicalFilterModel>;
|
|
15
15
|
required: true;
|
|
16
16
|
};
|
|
17
|
-
childrenAnimation:
|
|
17
|
+
childrenAnimation: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
18
18
|
clickEvents: PropType<Partial<XEventsTypes>>;
|
|
19
19
|
cssClasses: {
|
|
20
20
|
type: PropType<(string | Dictionary<boolean>)[]>;
|
|
@@ -183,6 +183,9 @@ _default: import("vue").DefineComponent<{
|
|
|
183
183
|
ExtraParamsLoadedFromUrl?: Dictionary<unknown> | undefined;
|
|
184
184
|
PushableUrlStateUpdated?: import("../../../../types").UrlParams | undefined;
|
|
185
185
|
ReplaceableUrlStateUpdated?: import("../../../../types").UrlParams | undefined;
|
|
186
|
+
RelatedPromptsRequestUpdated?: import("@empathyco/x-types").RelatedPromptsRequest | null | undefined;
|
|
187
|
+
UserSelectedARelatedPrompt?: number | undefined;
|
|
188
|
+
UserSelectedARelatedPromptQuery?: number | undefined;
|
|
186
189
|
}>;
|
|
187
190
|
innerCssClasses: import("vue").ComputedRef<(string | Dictionary<boolean>)[]>;
|
|
188
191
|
renderedChildrenFilters: import("vue").ComputedRef<HierarchicalFilterModel[]>;
|
|
@@ -192,7 +195,7 @@ _default: import("vue").DefineComponent<{
|
|
|
192
195
|
type: PropType<HierarchicalFilterModel>;
|
|
193
196
|
required: true;
|
|
194
197
|
};
|
|
195
|
-
childrenAnimation:
|
|
198
|
+
childrenAnimation: (ObjectConstructor | StringConstructor | FunctionConstructor)[];
|
|
196
199
|
clickEvents: PropType<Partial<XEventsTypes>>;
|
|
197
200
|
cssClasses: {
|
|
198
201
|
type: PropType<(string | Dictionary<boolean>)[]>;
|
|
@@ -11,7 +11,7 @@ Paints the list of identifier results stored in the state. Each identifier resul
|
|
|
11
11
|
```typescript
|
|
12
12
|
_default: import("vue").DefineComponent<{
|
|
13
13
|
animation: {
|
|
14
|
-
type:
|
|
14
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
17
|
maxItemsToRender: NumberConstructor;
|
|
@@ -20,11 +20,11 @@ _default: import("vue").DefineComponent<{
|
|
|
20
20
|
identifierResultsToRender: import("vue").ComputedRef<Result[]>;
|
|
21
21
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
22
|
animation: {
|
|
23
|
-
type:
|
|
23
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
24
24
|
default: string;
|
|
25
25
|
};
|
|
26
26
|
maxItemsToRender: NumberConstructor;
|
|
27
27
|
}>>, {
|
|
28
|
-
animation: string |
|
|
28
|
+
animation: string | Function | Record<string, any>;
|
|
29
29
|
}, {}>
|
|
30
30
|
```
|
|
@@ -9,5 +9,5 @@ An Element \| string \| function to indicate the HTML element that will contain
|
|
|
9
9
|
**Signature:**
|
|
10
10
|
|
|
11
11
|
```typescript
|
|
12
|
-
domElement?: Element | string | ((snippetConfig: NormalisedSnippetConfig) => Element | string);
|
|
12
|
+
domElement?: Element | ShadowRoot | string | ((snippetConfig: NormalisedSnippetConfig) => Element | ShadowRoot | string);
|
|
13
13
|
```
|
|
@@ -19,7 +19,7 @@ export interface InstallXOptions<API extends XAPI = XAPI> extends XPluginOptions
|
|
|
19
19
|
| --- | --- | --- | --- |
|
|
20
20
|
| [api?](./x-components.installxoptions.api.md) | | API \| false | _(Optional)_ The API to expose globally. If is not passed the default [BaseXAPI](./x-components.basexapi.md) will be used. If a <code>false</code> value is passed then the API is not created. |
|
|
21
21
|
| [bus?](./x-components.installxoptions.bus.md) | | XBus<[XEventsTypes](./x-components.xeventstypes.md)<!-- -->, [WireMetadata](./x-components.wiremetadata.md)<!-- -->> | _(Optional)_ The used in the [XPlugin](./x-components.xplugin.md)<!-- -->. If not passed an instance of The will be used. |
|
|
22
|
-
| [domElement?](./x-components.installxoptions.domelement.md) | | Element \| string \| ((snippetConfig: [NormalisedSnippetConfig](./x-components.normalisedsnippetconfig.md)<!-- -->) => Element \| string) | _(Optional)_ An Element \| string \| function to indicate the HTML element that will contain the Vue application. If it isn't passed, the [XInstaller](./x-components.xinstaller.md) will create the target element. |
|
|
22
|
+
| [domElement?](./x-components.installxoptions.domelement.md) | | Element \| ShadowRoot \| string \| ((snippetConfig: [NormalisedSnippetConfig](./x-components.normalisedsnippetconfig.md)<!-- -->) => Element \| ShadowRoot \| string) | _(Optional)_ An Element \| string \| function to indicate the HTML element that will contain the Vue application. If it isn't passed, the [XInstaller](./x-components.xinstaller.md) will create the target element. |
|
|
23
23
|
| [onCreateApp?](./x-components.installxoptions.oncreateapp.md) | | (app: App) => void | _(Optional)_ Callback to invoke after instantiating the app. |
|
|
24
24
|
| [plugin?](./x-components.installxoptions.plugin.md) | | Plugin<[XPluginOptions](./x-components.xpluginoptions.md)<!-- -->> | _(Optional)_ The XPlugin which will be installed. If not passed, an instance of [XPlugin](./x-components.xplugin.md) will be installed. |
|
|
25
25
|
| [rootComponent?](./x-components.installxoptions.rootcomponent.md) | | Component | _(Optional)_ The Vue component used as root of the application. If it is not passed, no Vue Application is initialized, only plugin installed. |
|
|
@@ -11,7 +11,7 @@ It renders a list of [ListItem](./x-components.listitem.md) providing a slot for
|
|
|
11
11
|
```typescript
|
|
12
12
|
_default: import("vue").DefineComponent<{
|
|
13
13
|
animation: {
|
|
14
|
-
type:
|
|
14
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
17
|
items: {
|
|
@@ -29,7 +29,7 @@ _default: import("vue").DefineComponent<{
|
|
|
29
29
|
}[]>;
|
|
30
30
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
31
|
animation: {
|
|
32
|
-
type:
|
|
32
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
33
33
|
default: string;
|
|
34
34
|
};
|
|
35
35
|
items: {
|
|
@@ -38,6 +38,6 @@ _default: import("vue").DefineComponent<{
|
|
|
38
38
|
};
|
|
39
39
|
itemClass: StringConstructor;
|
|
40
40
|
}>>, {
|
|
41
|
-
animation: string |
|
|
41
|
+
animation: string | Function | Record<string, any>;
|
|
42
42
|
}, {}>
|
|
43
43
|
```
|
|
@@ -11,7 +11,7 @@ A specialised version of a modal component, made to contain a full search applic
|
|
|
11
11
|
```typescript
|
|
12
12
|
_default: import("vue").DefineComponent<{
|
|
13
13
|
animation: {
|
|
14
|
-
type:
|
|
14
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
15
15
|
};
|
|
16
16
|
closeEvents: {
|
|
17
17
|
type: PropType<(keyof import("../../wiring/events.types").XEventsTypes)[]>;
|
|
@@ -31,7 +31,7 @@ _default: import("vue").DefineComponent<{
|
|
|
31
31
|
};
|
|
32
32
|
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
33
33
|
animation: {
|
|
34
|
-
type:
|
|
34
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
35
35
|
};
|
|
36
36
|
closeEvents: {
|
|
37
37
|
type: PropType<(keyof import("../../wiring/events.types").XEventsTypes)[]>;
|
|
@@ -160,6 +160,7 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
160
160
|
| [NextQueriesActions](./x-components.nextqueriesactions.md) | Next queries module actions. |
|
|
161
161
|
| [NextQueriesConfig](./x-components.nextqueriesconfig.md) | Configuration options for the [NextQueriesXModule](./x-components.nextqueriesxmodule.md)<!-- -->. |
|
|
162
162
|
| [NextQueriesGetters](./x-components.nextqueriesgetters.md) | Next queries module getters. |
|
|
163
|
+
| [NextQueriesGroup](./x-components.nextqueriesgroup.md) | Next queries group interface for the NextQueries. |
|
|
163
164
|
| [NextQueriesMutations](./x-components.nextqueriesmutations.md) | Next queries module mutations. |
|
|
164
165
|
| [NextQueriesState](./x-components.nextqueriesstate.md) | Next queries module state. |
|
|
165
166
|
| [NextQueriesXEvents](./x-components.nextqueriesxevents.md) | Dictionary of the events of NextQueries XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
@@ -192,6 +193,11 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
192
193
|
| [RecommendationsMutations](./x-components.recommendationsmutations.md) | Recommendations store mutations. |
|
|
193
194
|
| [RecommendationsState](./x-components.recommendationsstate.md) | Recommendations store state. |
|
|
194
195
|
| [RecommendationsXEvents](./x-components.recommendationsxevents.md) | Dictionary of the events of Recommendations XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
196
|
+
| [RelatedPromptsActions](./x-components.relatedpromptsactions.md) | Related prompts module actions. |
|
|
197
|
+
| [RelatedPromptsGetters](./x-components.relatedpromptsgetters.md) | Related prompts module getters. |
|
|
198
|
+
| [RelatedPromptsMutations](./x-components.relatedpromptsmutations.md) | Related prompts module mutations. |
|
|
199
|
+
| [RelatedPromptsState](./x-components.relatedpromptsstate.md) | Related prompts module state. |
|
|
200
|
+
| [RelatedPromptsXEvents](./x-components.relatedpromptsxevents.md) | Dictionary of the events of RelatedPrompts XModule, where each key is the event name, and the value is the event payload type or <code>void</code> if it has no payload. |
|
|
195
201
|
| [RelatedTagsActions](./x-components.relatedtagsactions.md) | RelatedTags store actions. |
|
|
196
202
|
| [RelatedTagsConfig](./x-components.relatedtagsconfig.md) | Configuration options for the [RelatedTagsXModule](./x-components.relatedtagsxmodule.md)<!-- -->. |
|
|
197
203
|
| [RelatedTagsGetters](./x-components.relatedtagsgetters.md) | RelatedTags store getters. |
|
|
@@ -311,6 +317,7 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
311
317
|
| [BaseResultPreviousPrice](./x-components.baseresultpreviousprice.md) | Component that renders the [Result](./x-types.result.md) previous price. |
|
|
312
318
|
| [BaseResultRating](./x-components.baseresultrating.md) | This component renders a [BaseRating](./x-components.baserating.md) for a result passed as prop. |
|
|
313
319
|
| [BaseScroll](./x-components.basescroll.md) | Base scroll component that depending on the user interactivity emits different events for knowing when the user scrolls, the direction of scroll and if user reaches the start or end. |
|
|
320
|
+
| [BaseSlider](./x-components.baseslider.md) | <p>This component implements a range slider and prints the selected values. It receives a threshold prop to set the limits and uses v-model to get and set the selected values.</p><p>It makes use of the nouslider library</p> |
|
|
314
321
|
| [BaseSuggestion](./x-components.basesuggestion.md) | <p>Renders a button with a default slot. It receives a query, which should be the query of the module using this component, a suggestion, the [XEvent](./x-components.xevent.md) that will be emitted on click with a given feature.</p><p>The default slot receives the suggestion and the matched query has props.</p> |
|
|
315
322
|
| [BaseSuggestions](./x-components.basesuggestions.md) | Paints a list of suggestions passed in by prop. Requires a component for a single suggestion in the default slot for working. |
|
|
316
323
|
| [BaseSwitch](./x-components.baseswitch.md) | Basic switch component to handle boolean values. This component receives its selected state using a prop, and emits a Vue event whenever the user clicks it. |
|
|
@@ -325,6 +332,7 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
325
332
|
| [cancelFetchAndSavePopularSearches](./x-components.cancelfetchandsavepopularsearches.md) | Default implementation for [PopularSearchesActions.cancelFetchAndSaveSuggestions()](./x-components.popularsearchesactions.cancelfetchandsavesuggestions.md) action. |
|
|
326
333
|
| [cancelFetchAndSaveQuerySuggestions](./x-components.cancelfetchandsavequerysuggestions.md) | Default implementation for [QuerySuggestionsActions.cancelFetchAndSaveSuggestions()](./x-components.querysuggestionsactions.cancelfetchandsavesuggestions.md) action. |
|
|
327
334
|
| [cancelFetchAndSaveRecommendations](./x-components.cancelfetchandsaverecommendations.md) | Default implementation for [RecommendationsActions.cancelFetchAndSaveRecommendations()](./x-components.recommendationsactions.cancelfetchandsaverecommendations.md) action. |
|
|
335
|
+
| [cancelFetchAndSaveRelatedPrompts](./x-components.cancelfetchandsaverelatedprompts.md) | Default implementation for [RelatedPromptsActions.cancelFetchAndSaveRelatedPrompts()](./x-components.relatedpromptsactions.cancelfetchandsaverelatedprompts.md) action. |
|
|
328
336
|
| [cancelFetchAndSaveRelatedTags](./x-components.cancelfetchandsaverelatedtags.md) | Default implementation for [RelatedTagsActions.fetchAndSaveRelatedTags()](./x-components.relatedtagsactions.fetchandsaverelatedtags.md) action. |
|
|
329
337
|
| [cancelFetchAndSaveRelatedTagsWire](./x-components.cancelfetchandsaverelatedtagswire.md) | Cancels the [RelatedTagsActions.fetchAndSaveRelatedTags()](./x-components.relatedtagsactions.fetchandsaverelatedtags.md) request promise. |
|
|
330
338
|
| [cancelFetchAndSaveSearchResponse](./x-components.cancelfetchandsavesearchresponse.md) | Default implementation for [SearchActions.cancelFetchAndSaveSearchResponse()](./x-components.searchactions.cancelfetchandsavesearchresponse.md) action. |
|
|
@@ -380,6 +388,7 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
380
388
|
| [fetchAndSaveQueryPreviewWire](./x-components.fetchandsavequerypreviewwire.md) | Requests and stores the cacheable query preview results. |
|
|
381
389
|
| [fetchAndSaveQuerySuggestions](./x-components.fetchandsavequerysuggestions.md) | Default implementation for [QuerySuggestionsActions.fetchAndSaveSuggestions()](./x-components.querysuggestionsactions.fetchandsavesuggestions.md) action. |
|
|
382
390
|
| [fetchAndSaveRecommendations](./x-components.fetchandsaverecommendations.md) | Default implementation for [RecommendationsActions.fetchAndSaveRecommendations()](./x-components.recommendationsactions.fetchandsaverecommendations.md) action. |
|
|
391
|
+
| [fetchAndSaveRelatedPrompts](./x-components.fetchandsaverelatedprompts.md) | Default implementation for [RelatedPromptsActions.fetchAndSaveRelatedPrompts()](./x-components.relatedpromptsactions.fetchandsaverelatedprompts.md) action. |
|
|
383
392
|
| [fetchAndSaveRelatedTags](./x-components.fetchandsaverelatedtags.md) | Default implementation for [RelatedTagsActions.fetchAndSaveRelatedTags()](./x-components.relatedtagsactions.fetchandsaverelatedtags.md) action. |
|
|
384
393
|
| [fetchAndSaveRelatedTagsWire](./x-components.fetchandsaverelatedtagswire.md) | Requests and stores the related tags. |
|
|
385
394
|
| [fetchAndSaveSearchResponse](./x-components.fetchandsavesearchresponse.md) | Default implementation for [SearchActions.fetchAndSaveSearchResponse()](./x-components.searchactions.fetchandsavesearchresponse.md) action. |
|
|
@@ -394,6 +403,7 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
394
403
|
| [fetchQueryPreview](./x-components.fetchquerypreview.md) | Default implementation for the [QueriesPreviewActions.fetchQueryPreview()](./x-components.queriespreviewactions.fetchquerypreview.md)<!-- -->. |
|
|
395
404
|
| [fetchQuerySuggestions](./x-components.fetchquerysuggestions.md) | Default implementation for the [QuerySuggestionsActions.fetchSuggestions()](./x-components.querysuggestionsactions.fetchsuggestions.md)<!-- -->. |
|
|
396
405
|
| [fetchRecommendations](./x-components.fetchrecommendations.md) | Default implementation for the [RecommendationsActions.fetchRecommendations()](./x-components.recommendationsactions.fetchrecommendations.md)<!-- -->. |
|
|
406
|
+
| [fetchRelatedPrompts](./x-components.fetchrelatedprompts.md) | Default implementation for the [RelatedPromptsActions.fetchRelatedPrompts()](./x-components.relatedpromptsactions.fetchrelatedprompts.md)<!-- -->. |
|
|
397
407
|
| [fetchRelatedTags](./x-components.fetchrelatedtags.md) | Default implementation for the [RelatedTagsActions.fetchRelatedTags()](./x-components.relatedtagsactions.fetchrelatedtags.md)<!-- -->. |
|
|
398
408
|
| [fetchSearchResponse](./x-components.fetchsearchresponse.md) | Default implementation for the [SearchActions.fetchSearchResponse()](./x-components.searchactions.fetchsearchresponse.md)<!-- -->. |
|
|
399
409
|
| [fetchSemanticQuery](./x-components.fetchsemanticquery.md) | Default implementation for the [SemanticQueriesActions.fetchSemanticQuery()](./x-components.semanticqueriesactions.fetchsemanticquery.md)<!-- -->. |
|
|
@@ -467,6 +477,10 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
467
477
|
| [Redirection](./x-components.redirection.md) | A redirection is a component that sends the user to a link in the website. It is helpful when there are queries like <code>help</code>, <code>shipping costs</code>, <code>my account</code>, where a link to a section in the website will be more helpful than the set of results returned. |
|
|
468
478
|
| [refreshHistoryQueriesSession](./x-components.refreshhistoryqueriessession.md) | Triggers a session refresh, extending its validity for the time configured in the [HistoryQueriesConfig.sessionTTLInMs](./x-components.historyqueriesconfig.sessionttlinms.md)<!-- -->. |
|
|
469
479
|
| [refreshSession](./x-components.refreshsession.md) | Default implementation for the [HistoryQueriesActions.refreshSession()](./x-components.historyqueriesactions.refreshsession.md)<!-- -->. |
|
|
480
|
+
| [RelatedPrompt](./x-components.relatedprompt.md) | <p>This component shows a suggested related prompt with the associated next queries. It allows to select one of the next query and show it.</p><p>It provide slots to customize the header, the next queries list, the individual next query inside the list and the selected query.</p> |
|
|
481
|
+
| [relatedPromptRequest](./x-components.relatedpromptrequest.md) | Default implementation for the [RelatedPromptsGetters.request](./x-components.relatedpromptsgetters.request.md) getter. |
|
|
482
|
+
| [RelatedPromptsList](./x-components.relatedpromptslist.md) | Component that inserts groups of related prompts in different positions of the injected search items list, based on the provided configuration. |
|
|
483
|
+
| [relatedPromptsXModule](./x-components.relatedpromptsxmodule.md) | Related Prompts [XModule](./x-components.xmodule.md) implementation. This module is auto-registered as soon as you import any component from the <code>related-prompts</code> entry point. |
|
|
470
484
|
| [RelatedTag](./x-components.relatedtag.md) | This component renders a related tag for a query. A related tag is a descriptive keyword related to the current query to fine-tune the search. For example, if you are searching for \*lego\*, a related tag could be \*city\*, refining the search with \*lego city\*. |
|
|
471
485
|
| [relatedTags](./x-components.relatedtags.md) | Default implementation for the [RelatedTagsGetters.relatedTags](./x-components.relatedtagsgetters.relatedtags.md) getter. |
|
|
472
486
|
| [RelatedTags](./x-components.relatedtags.md) | This component renders a set of \[<code>RelatedTag</code>\](./x-components.related-tag) components by default to select from after a query is performed to fine-tune search. For example, if you are searching for \*lego\*, different related tags could be \*city\*, \*friends\*, or \*harry potter\*, refining the search with \*lego city\*, \*lego friends\*, or \*lego harry potter\*. |
|
|
@@ -719,6 +733,9 @@ X-Components is a library usable everywhere not only for search experiences.
|
|
|
719
733
|
| [RecommendationsActionContext](./x-components.recommendationsactioncontext.md) | Alias type for actions context of the [RecommendationsXStoreModule](./x-components.recommendationsxstoremodule.md)<!-- -->. |
|
|
720
734
|
| [RecommendationsXModule](./x-components.recommendationsxmodule.md) | Recommendations [XModule](./x-components.xmodule.md) alias. |
|
|
721
735
|
| [RecommendationsXStoreModule](./x-components.recommendationsxstoremodule.md) | Recommendations type safe store module. |
|
|
736
|
+
| [RelatedPromptsActionContext](./x-components.relatedpromptsactioncontext.md) | Alias type for actions context of the [RelatedPromptsXStoreModule](./x-components.relatedpromptsxstoremodule.md)<!-- -->. |
|
|
737
|
+
| [RelatedPromptsXModule](./x-components.relatedpromptsxmodule.md) | RelatedPrompts [XModule](./x-components.xmodule.md) alias. |
|
|
738
|
+
| [RelatedPromptsXStoreModule](./x-components.relatedpromptsxstoremodule.md) | Related prompts store module. |
|
|
722
739
|
| [RelatedTagsActionContext](./x-components.relatedtagsactioncontext.md) | Alias type for actions context of the [RelatedTagsXStoreModule](./x-components.relatedtagsxstoremodule.md)<!-- -->. |
|
|
723
740
|
| [RelatedTagsXModule](./x-components.relatedtagsxmodule.md) | RelatedTags [XModule](./x-components.xmodule.md) alias. |
|
|
724
741
|
| [RelatedTagsXStoreModule](./x-components.relatedtagsxstoremodule.md) | RelatedTags type safe store module. |
|
|
@@ -16,18 +16,18 @@ Component for use as Layout to be filled with the rest of the Components.
|
|
|
16
16
|
```typescript
|
|
17
17
|
_default: import("vue").DefineComponent<{
|
|
18
18
|
asideAnimation: {
|
|
19
|
-
type:
|
|
20
|
-
default: () => import("vue").DefineComponent<{}, {},
|
|
19
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
20
|
+
default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
21
21
|
};
|
|
22
22
|
devMode: BooleanConstructor;
|
|
23
23
|
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
24
|
asideAnimation: {
|
|
25
|
-
type:
|
|
26
|
-
default: () => import("vue").DefineComponent<{}, {},
|
|
25
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
26
|
+
default: () => import("vue").DefineComponent<{}, {}, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
27
27
|
};
|
|
28
28
|
devMode: BooleanConstructor;
|
|
29
29
|
}>>, {
|
|
30
|
-
asideAnimation: string |
|
|
30
|
+
asideAnimation: string | Function | Record<string, any>;
|
|
31
31
|
devMode: boolean;
|
|
32
32
|
}, {}>
|
|
33
33
|
```
|
|
@@ -11,7 +11,7 @@ The component renders the full history of user searched queries grouped by the d
|
|
|
11
11
|
```typescript
|
|
12
12
|
_default: import("vue").DefineComponent<{
|
|
13
13
|
animation: {
|
|
14
|
-
type:
|
|
14
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
17
|
locale: {
|
|
@@ -26,7 +26,7 @@ _default: import("vue").DefineComponent<{
|
|
|
26
26
|
formatTime: (timestamp: number) => string;
|
|
27
27
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28
28
|
animation: {
|
|
29
|
-
type:
|
|
29
|
+
type: (StringConstructor | ObjectConstructor | FunctionConstructor)[];
|
|
30
30
|
default: string;
|
|
31
31
|
};
|
|
32
32
|
locale: {
|
|
@@ -35,7 +35,7 @@ _default: import("vue").DefineComponent<{
|
|
|
35
35
|
};
|
|
36
36
|
queriesListClass: StringConstructor;
|
|
37
37
|
}>>, {
|
|
38
|
-
animation: string |
|
|
38
|
+
animation: string | Function | Record<string, any>;
|
|
39
39
|
locale: string;
|
|
40
40
|
}, {}>
|
|
41
41
|
```
|