vft 0.0.232 → 0.0.233
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/attributes.json +1 -1
- package/es/components/affix/affix.vue.d.ts +4 -6
- package/es/components/affix/index.d.ts +3 -3
- package/es/components/alert/alert.vue.d.ts +5 -7
- package/es/components/alert/index.d.ts +3 -3
- package/es/components/autocomplete/autocomplete.vue.d.ts +42 -44
- package/es/components/autocomplete/index.d.ts +108 -108
- package/es/components/avatar/avatar.vue.d.ts +4 -6
- package/es/components/avatar/index.d.ts +7 -7
- package/es/components/backtop/backtop.vue.d.ts +4 -6
- package/es/components/backtop/index.d.ts +7 -7
- package/es/components/button/button-group.vue.d.ts +2 -4
- package/es/components/button/button.vue.d.ts +6 -8
- package/es/components/button/index.d.ts +20 -20
- package/es/components/card/card.vue.d.ts +2 -4
- package/es/components/card/index.d.ts +3 -3
- package/es/components/carousel/carousel-item.vue.d.ts +2 -4
- package/es/components/carousel/carousel.vue.d.ts +9 -11
- package/es/components/carousel/index.d.ts +24 -24
- package/es/components/carousel/use-carousel.d.ts +1 -1
- package/es/components/check-tag/check-tag.vue.d.ts +4 -6
- package/es/components/check-tag/index.d.ts +3 -3
- package/es/components/checkbox/checkbox-button.vue.d.ts +4 -6
- package/es/components/checkbox/checkbox-group.vue.d.ts +4 -6
- package/es/components/checkbox/checkbox.vue.d.ts +4 -6
- package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
- package/es/components/checkbox/composables/use-checkbox-event.d.ts +1 -1
- package/es/components/checkbox/composables/use-checkbox-model.d.ts +1 -1
- package/es/components/checkbox/composables/use-checkbox-status.d.ts +1 -1
- package/es/components/checkbox/composables/use-checkbox.d.ts +2 -2
- package/es/components/checkbox/index.d.ts +15 -15
- package/es/components/clamp/clamp.vue.d.ts +10 -12
- package/es/components/clamp/index.d.ts +3 -3
- package/es/components/clamp-tooltip/index.d.ts +2 -2
- package/es/components/col/col.vue.d.ts +4 -6
- package/es/components/col/index.d.ts +3 -3
- package/es/components/collapse-transition/index.d.ts +20 -5
- package/es/components/collapse-transition/src/collapse-transition.vue.d.ts +2 -4
- package/es/components/collection/collection-item.vue.d.ts +2 -4
- package/es/components/collection/collection.vue.d.ts +2 -4
- package/es/components/color-picker/components/hue-slider.vue.d.ts +6 -6
- package/es/components/color-picker/components/predefine.vue.d.ts +6 -6
- package/es/components/color-picker/components/sv-panel.vue.d.ts +6 -6
- package/es/components/color-picker/composables/use-alpha-slider.d.ts +1 -1
- package/es/components/config-provider/config-provider.vue.d.ts +2 -4
- package/es/components/config-provider/hooks/use-global-config.d.ts +6 -6
- package/es/components/config-provider/hooks/use-global-config.js +4 -4
- package/es/components/config-provider/index.d.ts +11 -11
- package/es/components/container/aside.vue.d.ts +2 -4
- package/es/components/container/container.vue.d.ts +2 -4
- package/es/components/container/footer.vue.d.ts +2 -4
- package/es/components/container/header.vue.d.ts +2 -4
- package/es/components/container/index.d.ts +27 -27
- package/es/components/container/main.vue.d.ts +2 -4
- package/es/components/date-picker/composables/use-range-picker.d.ts +22 -22
- package/es/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +10 -10
- package/es/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +10 -10
- package/es/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +2 -2
- package/es/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +14 -16
- package/es/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +8 -10
- package/es/components/date-picker/date-picker-com/panel-month-range.vue.d.ts +6 -8
- package/es/components/date-picker/date-picker.d.ts +59 -59
- package/es/components/date-picker/index.d.ts +118 -118
- package/es/components/date-picker/panel-utils.d.ts +29 -29
- package/es/components/descriptions/description-item.vue.d.ts +2 -4
- package/es/components/descriptions/description.vue.d.ts +2 -4
- package/es/components/descriptions/index.d.ts +9 -9
- package/es/components/dialog/dialog-content.vue.d.ts +6 -8
- package/es/components/dialog/dialog.vue.d.ts +11 -13
- package/es/components/dialog/index.d.ts +7 -7
- package/es/components/divider/divider.vue.d.ts +2 -4
- package/es/components/divider/index.d.ts +3 -3
- package/es/components/drawer/drawer.vue.d.ts +11 -13
- package/es/components/drawer/index.d.ts +7 -7
- package/es/components/dropdown/dropdown-item-impl.vue.d.ts +6 -6
- package/es/components/dropdown/dropdown.vue.d.ts +7 -9
- package/es/components/dropdown/index.d.ts +24 -24
- package/es/components/empty/empty.vue.d.ts +2 -4
- package/es/components/empty/index.d.ts +3 -3
- package/es/components/focus-trap/focus-trap.vue.d.ts +2 -2
- package/es/components/focus-trap/utils.d.ts +1 -1
- package/es/components/footer-layout/footer-layout.vue.d.ts +2 -4
- package/es/components/footer-layout/index.d.ts +3 -3
- package/es/components/form/form-item.vue.d.ts +11 -13
- package/es/components/form/form.vue.d.ts +8 -10
- package/es/components/form/hooks/use-form-common-props.d.ts +2 -2
- package/es/components/form/hooks/use-form-item.d.ts +3 -3
- package/es/components/form/index.d.ts +27 -27
- package/es/components/full-screen/index.d.ts +4 -4
- package/es/components/header-layout/header-layout.vue.d.ts +2 -4
- package/es/components/header-layout/index.d.ts +7 -7
- package/es/components/horizontal-menu/index.d.ts +14 -14
- package/es/components/icon-text/index.d.ts +4 -4
- package/es/components/iframe-layout/index.d.ts +2 -2
- package/es/components/image/image.vue.d.ts +6 -8
- package/es/components/image/index.d.ts +3 -3
- package/es/components/image-viewer/image-viewer.vue.d.ts +4 -6
- package/es/components/image-viewer/index.d.ts +3 -3
- package/es/components/infinite-scroll/index.d.ts +14 -4
- package/es/components/input/index.d.ts +29 -29
- package/es/components/input/input.vue.d.ts +9 -11
- package/es/components/link/index.d.ts +11 -11
- package/es/components/link/link.vue.d.ts +4 -6
- package/es/components/loading/index.d.ts +4 -1
- package/es/components/md-code-demo/index.d.ts +5 -3
- package/es/components/md-code-demo/md-code-demo.d.ts +2 -2
- package/es/components/md-code-tabs/index.d.ts +5 -3
- package/es/components/md-container/index.d.ts +3 -3
- package/es/components/md-container/md-container.vue.d.ts +2 -4
- package/es/components/md-container/md-container.vue2.js +35 -35
- package/es/components/md-tabs/index.d.ts +3 -1
- package/es/components/menu/index.d.ts +49 -49
- package/es/components/menu/menu-item-group.vue.d.ts +2 -4
- package/es/components/menu/menu-item.vue.d.ts +5 -7
- package/es/components/menu/menu.vue.d.ts +5 -5
- package/es/components/menu/types.d.ts +1 -0
- package/es/components/message/message.vue.d.ts +4 -6
- package/es/components/modal/index.d.ts +38 -38
- package/es/components/modal/modal-footer-action.vue.d.ts +2 -4
- package/es/components/modal/modal.vue.d.ts +5 -7
- package/es/components/page-wrapper/index.d.ts +3 -3
- package/es/components/page-wrapper/page-wrapper.vue.d.ts +2 -4
- package/es/components/pagination/index.d.ts +4 -4
- package/es/components/popconfirm/index.d.ts +21 -21
- package/es/components/popconfirm/popconfirm.vue.d.ts +4 -6
- package/es/components/popover/directive.d.ts +1 -1
- package/es/components/popover/index.d.ts +7 -7
- package/es/components/popover/popover.vue.d.ts +5 -7
- package/es/components/popper/composables/use-content-dom.d.ts +1 -1
- package/es/components/popper/composables/use-content.d.ts +10 -10
- package/es/components/popper/content.vue.d.ts +4 -6
- package/es/components/popper/index.d.ts +3 -3
- package/es/components/popper/popper.vue.d.ts +4 -6
- package/es/components/popper/trigger.vue.d.ts +4 -6
- package/es/components/progress/index.d.ts +3 -3
- package/es/components/progress/progress.vue.d.ts +2 -4
- package/es/components/qrcode/index.d.ts +7 -3
- package/es/components/radio/index.d.ts +15 -15
- package/es/components/radio/radio-button.vue.d.ts +4 -6
- package/es/components/radio/radio-group.vue.d.ts +4 -6
- package/es/components/radio/radio.vue.d.ts +4 -6
- package/es/components/result/index.d.ts +2 -2
- package/es/components/row/index.d.ts +3 -3
- package/es/components/row/row.vue.d.ts +2 -4
- package/es/components/scrollbar/index.d.ts +6 -6
- package/es/components/scrollbar/scrollbar.vue.d.ts +4 -6
- package/es/components/scrollbar/util.d.ts +1 -1
- package/es/components/search/index.d.ts +19 -19
- package/es/components/search/search.vue.d.ts +8 -10
- package/es/components/select/defaults.d.ts +4 -5
- package/es/components/select/group-item.vue.d.ts +6 -6
- package/es/components/select/index.d.ts +992 -58
- package/es/components/select/option-item.vue.d.ts +6 -6
- package/es/components/select/select.vue.d.ts +52 -52
- package/es/components/select/useSelect.d.ts +44 -44
- package/es/components/side-menu/index.d.ts +7 -7
- package/es/components/side-menu/side-menu.vue.d.ts +3 -3
- package/es/components/skeleton/index.d.ts +3 -3
- package/es/components/skeleton/skeleton.vue.d.ts +5 -7
- package/es/components/slider/composables/use-slide.d.ts +1 -1
- package/es/components/slider/composables/use-slider-button.d.ts +1 -1
- package/es/components/slider/composables/use-watch.d.ts +1 -1
- package/es/components/slider/index.d.ts +4 -4
- package/es/components/slider/slider.vue.d.ts +6 -6
- package/es/components/space/index.d.ts +4 -10
- package/es/components/space/space.d.ts +5 -13
- package/es/components/space/use-space.d.ts +1 -1
- package/es/components/steps/index.d.ts +26 -26
- package/es/components/steps/item.vue.d.ts +2 -4
- package/es/components/steps/steps.vue.d.ts +7 -9
- package/es/components/super-form/index.d.ts +31 -313
- package/es/components/super-form/super-form-action.vue.d.ts +2 -4
- package/es/components/super-form/super-form.vue.d.ts +8 -20
- package/es/components/switch/index.d.ts +8 -8
- package/es/components/switch/switch.vue.d.ts +4 -4
- package/es/components/table/field.d.ts +1 -1
- package/es/components/table/index.d.ts +50 -50
- package/es/components/table/table.vue.d.ts +13 -15
- package/es/components/table/use/use-data-source.d.ts +2 -2
- package/es/components/tabs/index.d.ts +26 -18
- package/es/components/tabs/tab-pane.vue.d.ts +2 -4
- package/es/components/tabs/tabs.vue.d.ts +12 -4
- package/es/components/time-picker/common/picker.vue.d.ts +21 -23
- package/es/components/time-picker/composables/use-time-picker.d.ts +20 -20
- package/es/components/time-picker/index.d.ts +110 -110
- package/es/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +6 -6
- package/es/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +5 -5
- package/es/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +5 -5
- package/es/components/time-picker/time-picker.d.ts +55 -55
- package/es/components/time-select/time-select.vue.d.ts +20 -20
- package/es/components/timeline/index.d.ts +14 -14
- package/es/components/timeline/timeline-item.vue.d.ts +2 -4
- package/es/components/tooltip/content.vue.d.ts +4 -6
- package/es/components/tooltip/index.d.ts +16 -16
- package/es/components/tooltip/tooltip.vue.d.ts +8 -10
- package/es/components/tooltip/trigger.vue.d.ts +4 -6
- package/es/components/tooltip/utils.d.ts +2 -2
- package/es/components/tree/index.d.ts +599 -54
- package/es/components/tree/model/util.d.ts +1 -1
- package/es/components/tree/tree-node.vue.d.ts +6 -6
- package/es/components/tree/tree.vue.d.ts +19 -21
- package/es/components/upload/index.d.ts +10 -10
- package/es/components/upload/upload-content.vue.d.ts +5 -7
- package/es/components/upload/upload-dragger.vue.d.ts +4 -6
- package/es/components/upload/upload-list.vue.d.ts +8 -10
- package/es/components/upload/upload.vue.d.ts +10 -12
- package/es/components/upload/use-handlers.d.ts +2 -3
- package/es/components/virtual-list/builders/build-list.d.ts +44 -44
- package/es/components/virtual-list/components/dynamic-size-list.d.ts +6 -6
- package/es/components/virtual-list/components/fixed-size-grid.d.ts +13 -13
- package/es/components/virtual-list/components/fixed-size-list.d.ts +9 -9
- package/es/components/virtual-list/utils.d.ts +2 -2
- package/es/defaults.d.ts +1 -1
- package/es/hooks/use-popper/index.d.ts +10 -10
- package/es/hooks/use-popper-container/index.d.ts +4 -1
- package/es/hooks/use-popper-container/index.js +16 -15
- package/es/hooks/use-same-target/index.d.ts +1 -1
- package/es/index.d.ts +1 -1
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/es/utils/event.d.ts +1 -1
- package/es/utils/helper.d.ts +1 -1
- package/es/utils/ns-cover.d.ts +2 -2
- package/es/utils/ns-cover.js +21 -17
- package/es/utils/typescript.d.ts +1 -1
- package/es/utils/vue/install.d.ts +1 -1
- package/es/utils/vue/props/runtime.d.ts +4 -4
- package/es/utils/vue/vnode.d.ts +1 -1
- package/lib/components/affix/affix.vue.d.ts +4 -6
- package/lib/components/affix/index.d.ts +3 -3
- package/lib/components/alert/alert.vue.d.ts +5 -7
- package/lib/components/alert/index.d.ts +3 -3
- package/lib/components/autocomplete/autocomplete.vue.d.ts +42 -44
- package/lib/components/autocomplete/index.d.ts +108 -108
- package/lib/components/avatar/avatar.vue.d.ts +4 -6
- package/lib/components/avatar/index.d.ts +7 -7
- package/lib/components/backtop/backtop.vue.d.ts +4 -6
- package/lib/components/backtop/index.d.ts +7 -7
- package/lib/components/button/button-group.vue.d.ts +2 -4
- package/lib/components/button/button.vue.d.ts +6 -8
- package/lib/components/button/index.d.ts +20 -20
- package/lib/components/card/card.vue.d.ts +2 -4
- package/lib/components/card/index.d.ts +3 -3
- package/lib/components/carousel/carousel-item.vue.d.ts +2 -4
- package/lib/components/carousel/carousel.vue.d.ts +9 -11
- package/lib/components/carousel/index.d.ts +24 -24
- package/lib/components/carousel/use-carousel.d.ts +1 -1
- package/lib/components/check-tag/check-tag.vue.d.ts +4 -6
- package/lib/components/check-tag/index.d.ts +3 -3
- package/lib/components/checkbox/checkbox-button.vue.d.ts +4 -6
- package/lib/components/checkbox/checkbox-group.vue.d.ts +4 -6
- package/lib/components/checkbox/checkbox.vue.d.ts +4 -6
- package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
- package/lib/components/checkbox/composables/use-checkbox-event.d.ts +1 -1
- package/lib/components/checkbox/composables/use-checkbox-model.d.ts +1 -1
- package/lib/components/checkbox/composables/use-checkbox-status.d.ts +1 -1
- package/lib/components/checkbox/composables/use-checkbox.d.ts +2 -2
- package/lib/components/checkbox/index.d.ts +15 -15
- package/lib/components/clamp/clamp.vue.d.ts +10 -12
- package/lib/components/clamp/index.d.ts +3 -3
- package/lib/components/clamp-tooltip/index.d.ts +2 -2
- package/lib/components/col/col.vue.d.ts +4 -6
- package/lib/components/col/index.d.ts +3 -3
- package/lib/components/collapse-transition/index.d.ts +20 -5
- package/lib/components/collapse-transition/src/collapse-transition.vue.d.ts +2 -4
- package/lib/components/collection/collection-item.vue.d.ts +2 -4
- package/lib/components/collection/collection.vue.d.ts +2 -4
- package/lib/components/color-picker/components/hue-slider.vue.d.ts +6 -6
- package/lib/components/color-picker/components/predefine.vue.d.ts +6 -6
- package/lib/components/color-picker/components/sv-panel.vue.d.ts +6 -6
- package/lib/components/color-picker/composables/use-alpha-slider.d.ts +1 -1
- package/lib/components/config-provider/config-provider.vue.d.ts +2 -4
- package/lib/components/config-provider/hooks/use-global-config.cjs +1 -1
- package/lib/components/config-provider/hooks/use-global-config.d.ts +6 -6
- package/lib/components/config-provider/index.d.ts +11 -11
- package/lib/components/container/aside.vue.d.ts +2 -4
- package/lib/components/container/container.vue.d.ts +2 -4
- package/lib/components/container/footer.vue.d.ts +2 -4
- package/lib/components/container/header.vue.d.ts +2 -4
- package/lib/components/container/index.d.ts +27 -27
- package/lib/components/container/main.vue.d.ts +2 -4
- package/lib/components/date-picker/composables/use-range-picker.d.ts +22 -22
- package/lib/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +10 -10
- package/lib/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +10 -10
- package/lib/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +2 -2
- package/lib/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +14 -16
- package/lib/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +8 -10
- package/lib/components/date-picker/date-picker-com/panel-month-range.vue.d.ts +6 -8
- package/lib/components/date-picker/date-picker.d.ts +59 -59
- package/lib/components/date-picker/index.d.ts +118 -118
- package/lib/components/date-picker/panel-utils.d.ts +29 -29
- package/lib/components/descriptions/description-item.vue.d.ts +2 -4
- package/lib/components/descriptions/description.vue.d.ts +2 -4
- package/lib/components/descriptions/index.d.ts +9 -9
- package/lib/components/dialog/dialog-content.vue.d.ts +6 -8
- package/lib/components/dialog/dialog.vue.d.ts +11 -13
- package/lib/components/dialog/index.d.ts +7 -7
- package/lib/components/divider/divider.vue.d.ts +2 -4
- package/lib/components/divider/index.d.ts +3 -3
- package/lib/components/drawer/drawer.vue.d.ts +11 -13
- package/lib/components/drawer/index.d.ts +7 -7
- package/lib/components/dropdown/dropdown-item-impl.vue.d.ts +6 -6
- package/lib/components/dropdown/dropdown.vue.d.ts +7 -9
- package/lib/components/dropdown/index.d.ts +24 -24
- package/lib/components/empty/empty.vue.d.ts +2 -4
- package/lib/components/empty/index.d.ts +3 -3
- package/lib/components/focus-trap/focus-trap.vue.d.ts +2 -2
- package/lib/components/focus-trap/utils.d.ts +1 -1
- package/lib/components/footer-layout/footer-layout.vue.d.ts +2 -4
- package/lib/components/footer-layout/index.d.ts +3 -3
- package/lib/components/form/form-item.vue.d.ts +11 -13
- package/lib/components/form/form.vue.d.ts +8 -10
- package/lib/components/form/hooks/use-form-common-props.d.ts +2 -2
- package/lib/components/form/hooks/use-form-item.d.ts +3 -3
- package/lib/components/form/index.d.ts +27 -27
- package/lib/components/full-screen/index.d.ts +4 -4
- package/lib/components/header-layout/header-layout.vue.d.ts +2 -4
- package/lib/components/header-layout/index.d.ts +7 -7
- package/lib/components/horizontal-menu/index.d.ts +14 -14
- package/lib/components/icon-text/index.d.ts +4 -4
- package/lib/components/iframe-layout/index.d.ts +2 -2
- package/lib/components/image/image.vue.d.ts +6 -8
- package/lib/components/image/index.d.ts +3 -3
- package/lib/components/image-viewer/image-viewer.vue.d.ts +4 -6
- package/lib/components/image-viewer/index.d.ts +3 -3
- package/lib/components/infinite-scroll/index.d.ts +14 -4
- package/lib/components/input/index.d.ts +29 -29
- package/lib/components/input/input.vue.d.ts +9 -11
- package/lib/components/link/index.d.ts +11 -11
- package/lib/components/link/link.vue.d.ts +4 -6
- package/lib/components/loading/index.d.ts +4 -1
- package/lib/components/md-code-demo/index.d.ts +5 -3
- package/lib/components/md-code-demo/md-code-demo.d.ts +2 -2
- package/lib/components/md-code-tabs/index.d.ts +5 -3
- package/lib/components/md-container/index.d.ts +3 -3
- package/lib/components/md-container/md-container.vue.d.ts +2 -4
- package/lib/components/md-container/md-container.vue2.cjs +1 -1
- package/lib/components/md-tabs/index.d.ts +3 -1
- package/lib/components/menu/index.d.ts +49 -49
- package/lib/components/menu/menu-item-group.vue.d.ts +2 -4
- package/lib/components/menu/menu-item.vue.d.ts +5 -7
- package/lib/components/menu/menu.vue.d.ts +5 -5
- package/lib/components/menu/types.d.ts +1 -0
- package/lib/components/message/message.vue.d.ts +4 -6
- package/lib/components/modal/index.d.ts +38 -38
- package/lib/components/modal/modal-footer-action.vue.d.ts +2 -4
- package/lib/components/modal/modal.vue.d.ts +5 -7
- package/lib/components/page-wrapper/index.d.ts +3 -3
- package/lib/components/page-wrapper/page-wrapper.vue.d.ts +2 -4
- package/lib/components/pagination/index.d.ts +4 -4
- package/lib/components/popconfirm/index.d.ts +21 -21
- package/lib/components/popconfirm/popconfirm.vue.d.ts +4 -6
- package/lib/components/popover/directive.d.ts +1 -1
- package/lib/components/popover/index.d.ts +7 -7
- package/lib/components/popover/popover.vue.d.ts +5 -7
- package/lib/components/popper/composables/use-content-dom.d.ts +1 -1
- package/lib/components/popper/composables/use-content.d.ts +10 -10
- package/lib/components/popper/content.vue.d.ts +4 -6
- package/lib/components/popper/index.d.ts +3 -3
- package/lib/components/popper/popper.vue.d.ts +4 -6
- package/lib/components/popper/trigger.vue.d.ts +4 -6
- package/lib/components/progress/index.d.ts +3 -3
- package/lib/components/progress/progress.vue.d.ts +2 -4
- package/lib/components/qrcode/index.d.ts +7 -3
- package/lib/components/radio/index.d.ts +15 -15
- package/lib/components/radio/radio-button.vue.d.ts +4 -6
- package/lib/components/radio/radio-group.vue.d.ts +4 -6
- package/lib/components/radio/radio.vue.d.ts +4 -6
- package/lib/components/result/index.d.ts +2 -2
- package/lib/components/row/index.d.ts +3 -3
- package/lib/components/row/row.vue.d.ts +2 -4
- package/lib/components/scrollbar/index.d.ts +6 -6
- package/lib/components/scrollbar/scrollbar.vue.d.ts +4 -6
- package/lib/components/scrollbar/util.d.ts +1 -1
- package/lib/components/search/index.d.ts +19 -19
- package/lib/components/search/search.vue.d.ts +8 -10
- package/lib/components/select/defaults.d.ts +4 -5
- package/lib/components/select/group-item.vue.d.ts +6 -6
- package/lib/components/select/index.d.ts +992 -58
- package/lib/components/select/option-item.vue.d.ts +6 -6
- package/lib/components/select/select.vue.d.ts +52 -52
- package/lib/components/select/useSelect.d.ts +44 -44
- package/lib/components/side-menu/index.d.ts +7 -7
- package/lib/components/side-menu/side-menu.vue.d.ts +3 -3
- package/lib/components/skeleton/index.d.ts +3 -3
- package/lib/components/skeleton/skeleton.vue.d.ts +5 -7
- package/lib/components/slider/composables/use-slide.d.ts +1 -1
- package/lib/components/slider/composables/use-slider-button.d.ts +1 -1
- package/lib/components/slider/composables/use-watch.d.ts +1 -1
- package/lib/components/slider/index.d.ts +4 -4
- package/lib/components/slider/slider.vue.d.ts +6 -6
- package/lib/components/space/index.d.ts +4 -10
- package/lib/components/space/space.d.ts +5 -13
- package/lib/components/space/use-space.d.ts +1 -1
- package/lib/components/steps/index.d.ts +26 -26
- package/lib/components/steps/item.vue.d.ts +2 -4
- package/lib/components/steps/steps.vue.d.ts +7 -9
- package/lib/components/super-form/index.d.ts +31 -313
- package/lib/components/super-form/super-form-action.vue.d.ts +2 -4
- package/lib/components/super-form/super-form.vue.d.ts +8 -20
- package/lib/components/switch/index.d.ts +8 -8
- package/lib/components/switch/switch.vue.d.ts +4 -4
- package/lib/components/table/field.d.ts +1 -1
- package/lib/components/table/index.d.ts +50 -50
- package/lib/components/table/table.vue.d.ts +13 -15
- package/lib/components/table/use/use-data-source.d.ts +2 -2
- package/lib/components/tabs/index.d.ts +26 -18
- package/lib/components/tabs/tab-pane.vue.d.ts +2 -4
- package/lib/components/tabs/tabs.vue.d.ts +12 -4
- package/lib/components/time-picker/common/picker.vue.d.ts +21 -23
- package/lib/components/time-picker/composables/use-time-picker.d.ts +20 -20
- package/lib/components/time-picker/index.d.ts +110 -110
- package/lib/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +6 -6
- package/lib/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +5 -5
- package/lib/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +5 -5
- package/lib/components/time-picker/time-picker.d.ts +55 -55
- package/lib/components/time-select/time-select.vue.d.ts +20 -20
- package/lib/components/timeline/index.d.ts +14 -14
- package/lib/components/timeline/timeline-item.vue.d.ts +2 -4
- package/lib/components/tooltip/content.vue.d.ts +4 -6
- package/lib/components/tooltip/index.d.ts +16 -16
- package/lib/components/tooltip/tooltip.vue.d.ts +8 -10
- package/lib/components/tooltip/trigger.vue.d.ts +4 -6
- package/lib/components/tooltip/utils.d.ts +2 -2
- package/lib/components/tree/index.d.ts +599 -54
- package/lib/components/tree/model/util.d.ts +1 -1
- package/lib/components/tree/tree-node.vue.d.ts +6 -6
- package/lib/components/tree/tree.vue.d.ts +19 -21
- package/lib/components/upload/index.d.ts +10 -10
- package/lib/components/upload/upload-content.vue.d.ts +5 -7
- package/lib/components/upload/upload-dragger.vue.d.ts +4 -6
- package/lib/components/upload/upload-list.vue.d.ts +8 -10
- package/lib/components/upload/upload.vue.d.ts +10 -12
- package/lib/components/upload/use-handlers.d.ts +2 -3
- package/lib/components/virtual-list/builders/build-list.d.ts +44 -44
- package/lib/components/virtual-list/components/dynamic-size-list.d.ts +6 -6
- package/lib/components/virtual-list/components/fixed-size-grid.d.ts +13 -13
- package/lib/components/virtual-list/components/fixed-size-list.d.ts +9 -9
- package/lib/components/virtual-list/utils.d.ts +2 -2
- package/lib/defaults.d.ts +1 -1
- package/lib/hooks/use-popper/index.d.ts +10 -10
- package/lib/hooks/use-popper-container/index.cjs +1 -1
- package/lib/hooks/use-popper-container/index.d.ts +4 -1
- package/lib/hooks/use-same-target/index.d.ts +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/lib/utils/event.d.ts +1 -1
- package/lib/utils/helper.d.ts +1 -1
- package/lib/utils/ns-cover.cjs +1 -1
- package/lib/utils/ns-cover.d.ts +2 -2
- package/lib/utils/typescript.d.ts +1 -1
- package/lib/utils/vue/install.d.ts +1 -1
- package/lib/utils/vue/props/runtime.d.ts +4 -4
- package/lib/utils/vue/vnode.d.ts +1 -1
- package/package.json +5 -5
- package/tags.json +1 -1
- package/web-types.json +1 -1
- package/es/components/context-menu/types.d.ts +0 -23
- package/lib/components/context-menu/types.d.ts +0 -23
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _DatePicker: import("vue").DefineComponent<{
|
|
2
|
-
readonly type: import("
|
|
2
|
+
readonly type: import("../../utils").EpPropFinalized<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType) | ((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType))[], unknown, unknown, "date", boolean>;
|
|
3
3
|
readonly disabledDate: {
|
|
4
4
|
readonly type: import("vue").PropType<Function>;
|
|
5
5
|
readonly required: false;
|
|
@@ -12,11 +12,11 @@ declare const _DatePicker: import("vue").DefineComponent<{
|
|
|
12
12
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13
13
|
__epPropKey: true;
|
|
14
14
|
};
|
|
15
|
-
readonly shortcuts: import("
|
|
16
|
-
readonly arrowControl: import("
|
|
17
|
-
readonly label: import("
|
|
18
|
-
readonly tabindex: import("
|
|
19
|
-
readonly validateEvent: import("
|
|
15
|
+
readonly shortcuts: import("../../utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
16
|
+
readonly arrowControl: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
17
|
+
readonly label: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
18
|
+
readonly tabindex: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
19
|
+
readonly validateEvent: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
20
20
|
readonly unlinkPanels: BooleanConstructor;
|
|
21
21
|
readonly disabledHours: {
|
|
22
22
|
readonly type: import("vue").PropType<import("../time-picker/props/shared").GetDisabledHours>;
|
|
@@ -37,48 +37,48 @@ declare const _DatePicker: import("vue").DefineComponent<{
|
|
|
37
37
|
__epPropKey: true;
|
|
38
38
|
};
|
|
39
39
|
readonly id: {
|
|
40
|
-
readonly type: import("vue").PropType<import("
|
|
40
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>))[], unknown, unknown>>;
|
|
41
41
|
readonly required: false;
|
|
42
42
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
43
43
|
__epPropKey: true;
|
|
44
44
|
};
|
|
45
|
-
readonly name: import("
|
|
46
|
-
readonly popperClass: import("
|
|
45
|
+
readonly name: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>))[], unknown, unknown, "", boolean>;
|
|
46
|
+
readonly popperClass: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
47
47
|
readonly format: StringConstructor;
|
|
48
48
|
readonly valueFormat: StringConstructor;
|
|
49
|
-
readonly clearable: import("
|
|
50
|
-
readonly clearIcon: import("
|
|
51
|
-
readonly editable: import("
|
|
52
|
-
readonly prefixIcon: import("
|
|
49
|
+
readonly clearable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
50
|
+
readonly clearIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "icon-circle-close", boolean>;
|
|
51
|
+
readonly editable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
52
|
+
readonly prefixIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "", boolean>;
|
|
53
53
|
readonly size: {
|
|
54
|
-
readonly type: import("vue").PropType<import("
|
|
54
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
55
55
|
readonly required: false;
|
|
56
56
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
57
57
|
__epPropKey: true;
|
|
58
58
|
};
|
|
59
|
-
readonly readonly: import("
|
|
60
|
-
readonly disabled: import("
|
|
61
|
-
readonly placeholder: import("
|
|
62
|
-
readonly popperOptions: import("
|
|
63
|
-
readonly modelValue: import("
|
|
64
|
-
readonly rangeSeparator: import("
|
|
59
|
+
readonly readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
60
|
+
readonly disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
61
|
+
readonly placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
62
|
+
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
63
|
+
readonly modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
64
|
+
readonly rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
65
65
|
readonly startPlaceholder: StringConstructor;
|
|
66
66
|
readonly endPlaceholder: StringConstructor;
|
|
67
67
|
readonly defaultValue: {
|
|
68
|
-
readonly type: import("vue").PropType<import("
|
|
68
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("..").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("..").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
69
69
|
readonly required: false;
|
|
70
70
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
71
71
|
__epPropKey: true;
|
|
72
72
|
};
|
|
73
73
|
readonly defaultTime: {
|
|
74
|
-
readonly type: import("vue").PropType<import("
|
|
74
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("..").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("..").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
75
75
|
readonly required: false;
|
|
76
76
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
77
77
|
__epPropKey: true;
|
|
78
78
|
};
|
|
79
|
-
readonly isRange: import("
|
|
79
|
+
readonly isRange: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
80
80
|
}, () => VNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
81
|
-
readonly type: import("
|
|
81
|
+
readonly type: import("../../utils").EpPropFinalized<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType) | ((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType))[], unknown, unknown, "date", boolean>;
|
|
82
82
|
readonly disabledDate: {
|
|
83
83
|
readonly type: import("vue").PropType<Function>;
|
|
84
84
|
readonly required: false;
|
|
@@ -91,11 +91,11 @@ declare const _DatePicker: import("vue").DefineComponent<{
|
|
|
91
91
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
92
92
|
__epPropKey: true;
|
|
93
93
|
};
|
|
94
|
-
readonly shortcuts: import("
|
|
95
|
-
readonly arrowControl: import("
|
|
96
|
-
readonly label: import("
|
|
97
|
-
readonly tabindex: import("
|
|
98
|
-
readonly validateEvent: import("
|
|
94
|
+
readonly shortcuts: import("../../utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
95
|
+
readonly arrowControl: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
96
|
+
readonly label: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
97
|
+
readonly tabindex: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
98
|
+
readonly validateEvent: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
99
99
|
readonly unlinkPanels: BooleanConstructor;
|
|
100
100
|
readonly disabledHours: {
|
|
101
101
|
readonly type: import("vue").PropType<import("../time-picker/props/shared").GetDisabledHours>;
|
|
@@ -116,73 +116,73 @@ declare const _DatePicker: import("vue").DefineComponent<{
|
|
|
116
116
|
__epPropKey: true;
|
|
117
117
|
};
|
|
118
118
|
readonly id: {
|
|
119
|
-
readonly type: import("vue").PropType<import("
|
|
119
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>))[], unknown, unknown>>;
|
|
120
120
|
readonly required: false;
|
|
121
121
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
122
122
|
__epPropKey: true;
|
|
123
123
|
};
|
|
124
|
-
readonly name: import("
|
|
125
|
-
readonly popperClass: import("
|
|
124
|
+
readonly name: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>))[], unknown, unknown, "", boolean>;
|
|
125
|
+
readonly popperClass: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
126
126
|
readonly format: StringConstructor;
|
|
127
127
|
readonly valueFormat: StringConstructor;
|
|
128
|
-
readonly clearable: import("
|
|
129
|
-
readonly clearIcon: import("
|
|
130
|
-
readonly editable: import("
|
|
131
|
-
readonly prefixIcon: import("
|
|
128
|
+
readonly clearable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
129
|
+
readonly clearIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "icon-circle-close", boolean>;
|
|
130
|
+
readonly editable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
131
|
+
readonly prefixIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "", boolean>;
|
|
132
132
|
readonly size: {
|
|
133
|
-
readonly type: import("vue").PropType<import("
|
|
133
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
134
134
|
readonly required: false;
|
|
135
135
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
136
136
|
__epPropKey: true;
|
|
137
137
|
};
|
|
138
|
-
readonly readonly: import("
|
|
139
|
-
readonly disabled: import("
|
|
140
|
-
readonly placeholder: import("
|
|
141
|
-
readonly popperOptions: import("
|
|
142
|
-
readonly modelValue: import("
|
|
143
|
-
readonly rangeSeparator: import("
|
|
138
|
+
readonly readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
139
|
+
readonly disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
140
|
+
readonly placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
141
|
+
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
142
|
+
readonly modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
143
|
+
readonly rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
144
144
|
readonly startPlaceholder: StringConstructor;
|
|
145
145
|
readonly endPlaceholder: StringConstructor;
|
|
146
146
|
readonly defaultValue: {
|
|
147
|
-
readonly type: import("vue").PropType<import("
|
|
147
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("..").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("..").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
148
148
|
readonly required: false;
|
|
149
149
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
150
150
|
__epPropKey: true;
|
|
151
151
|
};
|
|
152
152
|
readonly defaultTime: {
|
|
153
|
-
readonly type: import("vue").PropType<import("
|
|
153
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("..").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("..").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
154
154
|
readonly required: false;
|
|
155
155
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
156
156
|
__epPropKey: true;
|
|
157
157
|
};
|
|
158
|
-
readonly isRange: import("
|
|
158
|
+
readonly isRange: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
159
159
|
}>> & {
|
|
160
160
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
161
161
|
}, {
|
|
162
162
|
readonly label: string;
|
|
163
|
-
readonly name: import("
|
|
164
|
-
readonly type: import("
|
|
165
|
-
readonly modelValue: import("
|
|
166
|
-
readonly readonly: import("
|
|
167
|
-
readonly disabled: import("
|
|
163
|
+
readonly name: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>))[], unknown, unknown>;
|
|
164
|
+
readonly type: import("../../utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType) | ((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType))[], unknown, unknown>;
|
|
165
|
+
readonly modelValue: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType))[], unknown, unknown>;
|
|
166
|
+
readonly readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
167
|
+
readonly disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
168
168
|
readonly placeholder: string;
|
|
169
|
-
readonly clearable: import("
|
|
170
|
-
readonly prefixIcon: import("
|
|
171
|
-
readonly clearIcon: import("
|
|
172
|
-
readonly tabindex: import("
|
|
173
|
-
readonly validateEvent: import("
|
|
169
|
+
readonly clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
170
|
+
readonly prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
171
|
+
readonly clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
172
|
+
readonly tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
173
|
+
readonly validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
174
174
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
175
175
|
readonly popperClass: string;
|
|
176
|
-
readonly editable: import("
|
|
176
|
+
readonly editable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
177
177
|
readonly rangeSeparator: string;
|
|
178
|
-
readonly isRange: import("
|
|
178
|
+
readonly isRange: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
179
179
|
readonly shortcuts: unknown[];
|
|
180
|
-
readonly arrowControl: import("
|
|
180
|
+
readonly arrowControl: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
181
181
|
readonly unlinkPanels: boolean;
|
|
182
182
|
}, {}>;
|
|
183
183
|
export default _DatePicker;
|
|
184
184
|
export declare const VftDatePicker: import("vue").DefineComponent<{
|
|
185
|
-
readonly type: import("
|
|
185
|
+
readonly type: import("../../utils").EpPropFinalized<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType) | ((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType))[], unknown, unknown, "date", boolean>;
|
|
186
186
|
readonly disabledDate: {
|
|
187
187
|
readonly type: import("vue").PropType<Function>;
|
|
188
188
|
readonly required: false;
|
|
@@ -195,11 +195,11 @@ export declare const VftDatePicker: import("vue").DefineComponent<{
|
|
|
195
195
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
196
196
|
__epPropKey: true;
|
|
197
197
|
};
|
|
198
|
-
readonly shortcuts: import("
|
|
199
|
-
readonly arrowControl: import("
|
|
200
|
-
readonly label: import("
|
|
201
|
-
readonly tabindex: import("
|
|
202
|
-
readonly validateEvent: import("
|
|
198
|
+
readonly shortcuts: import("../../utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
199
|
+
readonly arrowControl: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
200
|
+
readonly label: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
201
|
+
readonly tabindex: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
202
|
+
readonly validateEvent: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
203
203
|
readonly unlinkPanels: BooleanConstructor;
|
|
204
204
|
readonly disabledHours: {
|
|
205
205
|
readonly type: import("vue").PropType<import("../time-picker/props/shared").GetDisabledHours>;
|
|
@@ -220,48 +220,48 @@ export declare const VftDatePicker: import("vue").DefineComponent<{
|
|
|
220
220
|
__epPropKey: true;
|
|
221
221
|
};
|
|
222
222
|
readonly id: {
|
|
223
|
-
readonly type: import("vue").PropType<import("
|
|
223
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>))[], unknown, unknown>>;
|
|
224
224
|
readonly required: false;
|
|
225
225
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
226
226
|
__epPropKey: true;
|
|
227
227
|
};
|
|
228
|
-
readonly name: import("
|
|
229
|
-
readonly popperClass: import("
|
|
228
|
+
readonly name: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>))[], unknown, unknown, "", boolean>;
|
|
229
|
+
readonly popperClass: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
230
230
|
readonly format: StringConstructor;
|
|
231
231
|
readonly valueFormat: StringConstructor;
|
|
232
|
-
readonly clearable: import("
|
|
233
|
-
readonly clearIcon: import("
|
|
234
|
-
readonly editable: import("
|
|
235
|
-
readonly prefixIcon: import("
|
|
232
|
+
readonly clearable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
233
|
+
readonly clearIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "icon-circle-close", boolean>;
|
|
234
|
+
readonly editable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
235
|
+
readonly prefixIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "", boolean>;
|
|
236
236
|
readonly size: {
|
|
237
|
-
readonly type: import("vue").PropType<import("
|
|
237
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
238
238
|
readonly required: false;
|
|
239
239
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
240
240
|
__epPropKey: true;
|
|
241
241
|
};
|
|
242
|
-
readonly readonly: import("
|
|
243
|
-
readonly disabled: import("
|
|
244
|
-
readonly placeholder: import("
|
|
245
|
-
readonly popperOptions: import("
|
|
246
|
-
readonly modelValue: import("
|
|
247
|
-
readonly rangeSeparator: import("
|
|
242
|
+
readonly readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
243
|
+
readonly disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
244
|
+
readonly placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
245
|
+
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
246
|
+
readonly modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
247
|
+
readonly rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
248
248
|
readonly startPlaceholder: StringConstructor;
|
|
249
249
|
readonly endPlaceholder: StringConstructor;
|
|
250
250
|
readonly defaultValue: {
|
|
251
|
-
readonly type: import("vue").PropType<import("
|
|
251
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("..").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("..").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
252
252
|
readonly required: false;
|
|
253
253
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
254
254
|
__epPropKey: true;
|
|
255
255
|
};
|
|
256
256
|
readonly defaultTime: {
|
|
257
|
-
readonly type: import("vue").PropType<import("
|
|
257
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("..").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("..").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
258
258
|
readonly required: false;
|
|
259
259
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
260
260
|
__epPropKey: true;
|
|
261
261
|
};
|
|
262
|
-
readonly isRange: import("
|
|
262
|
+
readonly isRange: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
263
263
|
}, () => VNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
264
|
-
readonly type: import("
|
|
264
|
+
readonly type: import("../../utils").EpPropFinalized<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType) | ((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType))[], unknown, unknown, "date", boolean>;
|
|
265
265
|
readonly disabledDate: {
|
|
266
266
|
readonly type: import("vue").PropType<Function>;
|
|
267
267
|
readonly required: false;
|
|
@@ -274,11 +274,11 @@ export declare const VftDatePicker: import("vue").DefineComponent<{
|
|
|
274
274
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
275
275
|
__epPropKey: true;
|
|
276
276
|
};
|
|
277
|
-
readonly shortcuts: import("
|
|
278
|
-
readonly arrowControl: import("
|
|
279
|
-
readonly label: import("
|
|
280
|
-
readonly tabindex: import("
|
|
281
|
-
readonly validateEvent: import("
|
|
277
|
+
readonly shortcuts: import("../../utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
278
|
+
readonly arrowControl: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
279
|
+
readonly label: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
280
|
+
readonly tabindex: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
281
|
+
readonly validateEvent: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
282
282
|
readonly unlinkPanels: BooleanConstructor;
|
|
283
283
|
readonly disabledHours: {
|
|
284
284
|
readonly type: import("vue").PropType<import("../time-picker/props/shared").GetDisabledHours>;
|
|
@@ -299,68 +299,68 @@ export declare const VftDatePicker: import("vue").DefineComponent<{
|
|
|
299
299
|
__epPropKey: true;
|
|
300
300
|
};
|
|
301
301
|
readonly id: {
|
|
302
|
-
readonly type: import("vue").PropType<import("
|
|
302
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>))[], unknown, unknown>>;
|
|
303
303
|
readonly required: false;
|
|
304
304
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
305
305
|
__epPropKey: true;
|
|
306
306
|
};
|
|
307
|
-
readonly name: import("
|
|
308
|
-
readonly popperClass: import("
|
|
307
|
+
readonly name: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>))[], unknown, unknown, "", boolean>;
|
|
308
|
+
readonly popperClass: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
309
309
|
readonly format: StringConstructor;
|
|
310
310
|
readonly valueFormat: StringConstructor;
|
|
311
|
-
readonly clearable: import("
|
|
312
|
-
readonly clearIcon: import("
|
|
313
|
-
readonly editable: import("
|
|
314
|
-
readonly prefixIcon: import("
|
|
311
|
+
readonly clearable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
312
|
+
readonly clearIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "icon-circle-close", boolean>;
|
|
313
|
+
readonly editable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
314
|
+
readonly prefixIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown, "", boolean>;
|
|
315
315
|
readonly size: {
|
|
316
|
-
readonly type: import("vue").PropType<import("
|
|
316
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
317
317
|
readonly required: false;
|
|
318
318
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
319
319
|
__epPropKey: true;
|
|
320
320
|
};
|
|
321
|
-
readonly readonly: import("
|
|
322
|
-
readonly disabled: import("
|
|
323
|
-
readonly placeholder: import("
|
|
324
|
-
readonly popperOptions: import("
|
|
325
|
-
readonly modelValue: import("
|
|
326
|
-
readonly rangeSeparator: import("
|
|
321
|
+
readonly readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
322
|
+
readonly disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
323
|
+
readonly placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
324
|
+
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
325
|
+
readonly modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
326
|
+
readonly rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
327
327
|
readonly startPlaceholder: StringConstructor;
|
|
328
328
|
readonly endPlaceholder: StringConstructor;
|
|
329
329
|
readonly defaultValue: {
|
|
330
|
-
readonly type: import("vue").PropType<import("
|
|
330
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("..").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("..").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
331
331
|
readonly required: false;
|
|
332
332
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
333
333
|
__epPropKey: true;
|
|
334
334
|
};
|
|
335
335
|
readonly defaultTime: {
|
|
336
|
-
readonly type: import("vue").PropType<import("
|
|
336
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("..").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("..").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
337
337
|
readonly required: false;
|
|
338
338
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
339
339
|
__epPropKey: true;
|
|
340
340
|
};
|
|
341
|
-
readonly isRange: import("
|
|
341
|
+
readonly isRange: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
342
342
|
}>> & {
|
|
343
343
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
344
344
|
}, {
|
|
345
345
|
readonly label: string;
|
|
346
|
-
readonly name: import("
|
|
347
|
-
readonly type: import("
|
|
348
|
-
readonly modelValue: import("
|
|
349
|
-
readonly readonly: import("
|
|
350
|
-
readonly disabled: import("
|
|
346
|
+
readonly name: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("..").SingleOrRange<string>))[], unknown, unknown>;
|
|
347
|
+
readonly type: import("../../utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType) | ((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType))[], unknown, unknown>;
|
|
348
|
+
readonly modelValue: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("..").DateModelType, import("..").DateModelType]) | (() => import("..").ModelValueType))[], unknown, unknown>;
|
|
349
|
+
readonly readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
350
|
+
readonly disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
351
351
|
readonly placeholder: string;
|
|
352
|
-
readonly clearable: import("
|
|
353
|
-
readonly prefixIcon: import("
|
|
354
|
-
readonly clearIcon: import("
|
|
355
|
-
readonly tabindex: import("
|
|
356
|
-
readonly validateEvent: import("
|
|
352
|
+
readonly clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
353
|
+
readonly prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
354
|
+
readonly clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>;
|
|
355
|
+
readonly tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
356
|
+
readonly validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
357
357
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
358
358
|
readonly popperClass: string;
|
|
359
|
-
readonly editable: import("
|
|
359
|
+
readonly editable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
360
360
|
readonly rangeSeparator: string;
|
|
361
|
-
readonly isRange: import("
|
|
361
|
+
readonly isRange: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
362
362
|
readonly shortcuts: unknown[];
|
|
363
|
-
readonly arrowControl: import("
|
|
363
|
+
readonly arrowControl: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
364
364
|
readonly unlinkPanels: boolean;
|
|
365
365
|
}, {}>;
|
|
366
366
|
export * from './constants';
|