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
|
@@ -51,12 +51,12 @@ export declare const useOldValue: (props: {
|
|
|
51
51
|
};
|
|
52
52
|
set: (unit: import("dayjs").UnitType, value: number) => Dayjs;
|
|
53
53
|
get: (unit: import("dayjs").UnitType) => number;
|
|
54
|
-
add: (value: number, unit?: import("dayjs").ManipulateType) => Dayjs;
|
|
55
|
-
subtract: (value: number, unit?: import("dayjs").ManipulateType) => Dayjs;
|
|
54
|
+
add: (value: number, unit?: import("dayjs").ManipulateType | undefined) => Dayjs;
|
|
55
|
+
subtract: (value: number, unit?: import("dayjs").ManipulateType | undefined) => Dayjs;
|
|
56
56
|
startOf: (unit: import("dayjs").OpUnitType) => Dayjs;
|
|
57
57
|
endOf: (unit: import("dayjs").OpUnitType) => Dayjs;
|
|
58
|
-
format: (template?: string) => string;
|
|
59
|
-
diff: (date?:
|
|
58
|
+
format: (template?: string | undefined) => string;
|
|
59
|
+
diff: (date?: string | number | Date | Dayjs | null | undefined, unit?: "s" | "ms" | "y" | "D" | "M" | "year" | "month" | "date" | "dates" | "week" | "h" | "hours" | "minutes" | "seconds" | "hour" | "minute" | "second" | "day" | "millisecond" | "milliseconds" | "days" | "months" | "years" | "d" | "m" | "weeks" | "w" | "quarter" | "quarters" | "Q" | undefined, float?: boolean | undefined) => number;
|
|
60
60
|
valueOf: () => number;
|
|
61
61
|
unix: () => number;
|
|
62
62
|
daysInMonth: () => number;
|
|
@@ -65,19 +65,19 @@ export declare const useOldValue: (props: {
|
|
|
65
65
|
toISOString: () => string;
|
|
66
66
|
toString: () => string;
|
|
67
67
|
utcOffset: () => number;
|
|
68
|
-
isBefore: (date?:
|
|
69
|
-
isSame: (date?:
|
|
70
|
-
isAfter: (date?:
|
|
68
|
+
isBefore: (date?: string | number | Date | Dayjs | null | undefined, unit?: import("dayjs").OpUnitType | undefined) => boolean;
|
|
69
|
+
isSame: (date?: string | number | Date | Dayjs | null | undefined, unit?: import("dayjs").OpUnitType | undefined) => boolean;
|
|
70
|
+
isAfter: (date?: string | number | Date | Dayjs | null | undefined, unit?: import("dayjs").OpUnitType | undefined) => boolean;
|
|
71
71
|
locale: {
|
|
72
72
|
(): string;
|
|
73
|
-
(preset: string | ILocale, object?: Partial<ILocale>): Dayjs;
|
|
73
|
+
(preset: string | ILocale, object?: Partial<ILocale> | undefined): Dayjs;
|
|
74
74
|
};
|
|
75
75
|
dayOfYear: {
|
|
76
76
|
(): number;
|
|
77
77
|
(value: number): Dayjs;
|
|
78
78
|
};
|
|
79
|
-
isSameOrAfter: (date?:
|
|
80
|
-
isSameOrBefore: (date?:
|
|
79
|
+
isSameOrAfter: (date?: string | number | Date | Dayjs | null | undefined, unit?: import("dayjs").OpUnitType | undefined) => boolean;
|
|
80
|
+
isSameOrBefore: (date?: string | number | Date | Dayjs | null | undefined, unit?: import("dayjs").OpUnitType | undefined) => boolean;
|
|
81
81
|
localeData: () => import("dayjs").InstanceLocaleDataReturn;
|
|
82
82
|
week: {
|
|
83
83
|
(): number;
|
|
@@ -121,12 +121,12 @@ export declare const useOldValue: (props: {
|
|
|
121
121
|
};
|
|
122
122
|
set: (unit: import("dayjs").UnitType, value: number) => Dayjs;
|
|
123
123
|
get: (unit: import("dayjs").UnitType) => number;
|
|
124
|
-
add: (value: number, unit?: import("dayjs").ManipulateType) => Dayjs;
|
|
125
|
-
subtract: (value: number, unit?: import("dayjs").ManipulateType) => Dayjs;
|
|
124
|
+
add: (value: number, unit?: import("dayjs").ManipulateType | undefined) => Dayjs;
|
|
125
|
+
subtract: (value: number, unit?: import("dayjs").ManipulateType | undefined) => Dayjs;
|
|
126
126
|
startOf: (unit: import("dayjs").OpUnitType) => Dayjs;
|
|
127
127
|
endOf: (unit: import("dayjs").OpUnitType) => Dayjs;
|
|
128
|
-
format: (template?: string) => string;
|
|
129
|
-
diff: (date?:
|
|
128
|
+
format: (template?: string | undefined) => string;
|
|
129
|
+
diff: (date?: string | number | Date | Dayjs | null | undefined, unit?: "s" | "ms" | "y" | "D" | "M" | "year" | "month" | "date" | "dates" | "week" | "h" | "hours" | "minutes" | "seconds" | "hour" | "minute" | "second" | "day" | "millisecond" | "milliseconds" | "days" | "months" | "years" | "d" | "m" | "weeks" | "w" | "quarter" | "quarters" | "Q" | undefined, float?: boolean | undefined) => number;
|
|
130
130
|
valueOf: () => number;
|
|
131
131
|
unix: () => number;
|
|
132
132
|
daysInMonth: () => number;
|
|
@@ -135,19 +135,19 @@ export declare const useOldValue: (props: {
|
|
|
135
135
|
toISOString: () => string;
|
|
136
136
|
toString: () => string;
|
|
137
137
|
utcOffset: () => number;
|
|
138
|
-
isBefore: (date?:
|
|
139
|
-
isSame: (date?:
|
|
140
|
-
isAfter: (date?:
|
|
138
|
+
isBefore: (date?: string | number | Date | Dayjs | null | undefined, unit?: import("dayjs").OpUnitType | undefined) => boolean;
|
|
139
|
+
isSame: (date?: string | number | Date | Dayjs | null | undefined, unit?: import("dayjs").OpUnitType | undefined) => boolean;
|
|
140
|
+
isAfter: (date?: string | number | Date | Dayjs | null | undefined, unit?: import("dayjs").OpUnitType | undefined) => boolean;
|
|
141
141
|
locale: {
|
|
142
142
|
(): string;
|
|
143
|
-
(preset: string | ILocale, object?: Partial<ILocale>): Dayjs;
|
|
143
|
+
(preset: string | ILocale, object?: Partial<ILocale> | undefined): Dayjs;
|
|
144
144
|
};
|
|
145
145
|
dayOfYear: {
|
|
146
146
|
(): number;
|
|
147
147
|
(value: number): Dayjs;
|
|
148
148
|
};
|
|
149
|
-
isSameOrAfter: (date?:
|
|
150
|
-
isSameOrBefore: (date?:
|
|
149
|
+
isSameOrAfter: (date?: string | number | Date | Dayjs | null | undefined, unit?: import("dayjs").OpUnitType | undefined) => boolean;
|
|
150
|
+
isSameOrBefore: (date?: string | number | Date | Dayjs | null | undefined, unit?: import("dayjs").OpUnitType | undefined) => boolean;
|
|
151
151
|
localeData: () => import("dayjs").InstanceLocaleDataReturn;
|
|
152
152
|
week: {
|
|
153
153
|
(): number;
|
|
@@ -20,11 +20,11 @@ declare const _TimePicker: import("vue").DefineComponent<{
|
|
|
20
20
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
21
21
|
__epPropKey: true;
|
|
22
22
|
};
|
|
23
|
-
shortcuts: import("
|
|
24
|
-
arrowControl: import("
|
|
25
|
-
label: import("
|
|
26
|
-
tabindex: import("
|
|
27
|
-
validateEvent: import("
|
|
23
|
+
shortcuts: import("../../utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
24
|
+
arrowControl: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
25
|
+
label: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
26
|
+
tabindex: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
27
|
+
validateEvent: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
28
28
|
unlinkPanels: BooleanConstructor;
|
|
29
29
|
disabledHours: {
|
|
30
30
|
readonly type: import("vue").PropType<import("./props/shared").GetDisabledHours>;
|
|
@@ -45,42 +45,42 @@ declare const _TimePicker: import("vue").DefineComponent<{
|
|
|
45
45
|
__epPropKey: true;
|
|
46
46
|
};
|
|
47
47
|
id: {
|
|
48
|
-
readonly type: import("vue").PropType<import("
|
|
48
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown>>;
|
|
49
49
|
readonly required: false;
|
|
50
50
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
51
51
|
__epPropKey: true;
|
|
52
52
|
};
|
|
53
|
-
name: import("
|
|
54
|
-
popperClass: import("
|
|
53
|
+
name: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown, "", boolean>;
|
|
54
|
+
popperClass: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
55
55
|
format: StringConstructor;
|
|
56
56
|
valueFormat: StringConstructor;
|
|
57
|
-
type: import("
|
|
58
|
-
clearable: import("
|
|
59
|
-
clearIcon: import("
|
|
60
|
-
editable: import("
|
|
61
|
-
prefixIcon: import("
|
|
57
|
+
type: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
58
|
+
clearable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
59
|
+
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>;
|
|
60
|
+
editable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
61
|
+
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>;
|
|
62
62
|
size: {
|
|
63
|
-
readonly type: import("vue").PropType<import("
|
|
63
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
64
64
|
readonly required: false;
|
|
65
65
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
66
66
|
__epPropKey: true;
|
|
67
67
|
};
|
|
68
|
-
readonly: import("
|
|
69
|
-
disabled: import("
|
|
70
|
-
placeholder: import("
|
|
71
|
-
popperOptions: import("
|
|
72
|
-
modelValue: import("
|
|
73
|
-
rangeSeparator: import("
|
|
68
|
+
readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
69
|
+
disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
70
|
+
placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
71
|
+
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>;
|
|
72
|
+
modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
73
|
+
rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
74
74
|
startPlaceholder: StringConstructor;
|
|
75
75
|
endPlaceholder: StringConstructor;
|
|
76
76
|
defaultValue: {
|
|
77
|
-
readonly type: import("vue").PropType<import("
|
|
77
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
78
78
|
readonly required: false;
|
|
79
79
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
80
80
|
__epPropKey: true;
|
|
81
81
|
};
|
|
82
82
|
defaultTime: {
|
|
83
|
-
readonly type: import("vue").PropType<import("
|
|
83
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
84
84
|
readonly required: false;
|
|
85
85
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
86
86
|
__epPropKey: true;
|
|
@@ -102,11 +102,11 @@ declare const _TimePicker: import("vue").DefineComponent<{
|
|
|
102
102
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
103
103
|
__epPropKey: true;
|
|
104
104
|
};
|
|
105
|
-
shortcuts: import("
|
|
106
|
-
arrowControl: import("
|
|
107
|
-
label: import("
|
|
108
|
-
tabindex: import("
|
|
109
|
-
validateEvent: import("
|
|
105
|
+
shortcuts: import("../../utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
106
|
+
arrowControl: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
107
|
+
label: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
108
|
+
tabindex: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
109
|
+
validateEvent: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
110
110
|
unlinkPanels: BooleanConstructor;
|
|
111
111
|
disabledHours: {
|
|
112
112
|
readonly type: import("vue").PropType<import("./props/shared").GetDisabledHours>;
|
|
@@ -127,42 +127,42 @@ declare const _TimePicker: import("vue").DefineComponent<{
|
|
|
127
127
|
__epPropKey: true;
|
|
128
128
|
};
|
|
129
129
|
id: {
|
|
130
|
-
readonly type: import("vue").PropType<import("
|
|
130
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown>>;
|
|
131
131
|
readonly required: false;
|
|
132
132
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
133
133
|
__epPropKey: true;
|
|
134
134
|
};
|
|
135
|
-
name: import("
|
|
136
|
-
popperClass: import("
|
|
135
|
+
name: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown, "", boolean>;
|
|
136
|
+
popperClass: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
137
137
|
format: StringConstructor;
|
|
138
138
|
valueFormat: StringConstructor;
|
|
139
|
-
type: import("
|
|
140
|
-
clearable: import("
|
|
141
|
-
clearIcon: import("
|
|
142
|
-
editable: import("
|
|
143
|
-
prefixIcon: import("
|
|
139
|
+
type: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
140
|
+
clearable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
141
|
+
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>;
|
|
142
|
+
editable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
143
|
+
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>;
|
|
144
144
|
size: {
|
|
145
|
-
readonly type: import("vue").PropType<import("
|
|
145
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
146
146
|
readonly required: false;
|
|
147
147
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
148
148
|
__epPropKey: true;
|
|
149
149
|
};
|
|
150
|
-
readonly: import("
|
|
151
|
-
disabled: import("
|
|
152
|
-
placeholder: import("
|
|
153
|
-
popperOptions: import("
|
|
154
|
-
modelValue: import("
|
|
155
|
-
rangeSeparator: import("
|
|
150
|
+
readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
151
|
+
disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
152
|
+
placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
153
|
+
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>;
|
|
154
|
+
modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
155
|
+
rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
156
156
|
startPlaceholder: StringConstructor;
|
|
157
157
|
endPlaceholder: StringConstructor;
|
|
158
158
|
defaultValue: {
|
|
159
|
-
readonly type: import("vue").PropType<import("
|
|
159
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
160
160
|
readonly required: false;
|
|
161
161
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
162
162
|
__epPropKey: true;
|
|
163
163
|
};
|
|
164
164
|
defaultTime: {
|
|
165
|
-
readonly type: import("vue").PropType<import("
|
|
165
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
166
166
|
readonly required: false;
|
|
167
167
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
168
168
|
__epPropKey: true;
|
|
@@ -171,24 +171,24 @@ declare const _TimePicker: import("vue").DefineComponent<{
|
|
|
171
171
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
172
172
|
}, {
|
|
173
173
|
label: string;
|
|
174
|
-
name: import("
|
|
174
|
+
name: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown>;
|
|
175
175
|
type: string;
|
|
176
|
-
modelValue: import("
|
|
177
|
-
readonly: import("
|
|
178
|
-
disabled: import("
|
|
176
|
+
modelValue: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown>;
|
|
177
|
+
readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
178
|
+
disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
179
179
|
placeholder: string;
|
|
180
|
-
clearable: import("
|
|
181
|
-
prefixIcon: import("
|
|
182
|
-
clearIcon: import("
|
|
183
|
-
tabindex: import("
|
|
184
|
-
validateEvent: import("
|
|
180
|
+
clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
181
|
+
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>;
|
|
182
|
+
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>;
|
|
183
|
+
tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
184
|
+
validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
185
185
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
186
186
|
popperClass: string;
|
|
187
|
-
editable: import("
|
|
187
|
+
editable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
188
188
|
rangeSeparator: string;
|
|
189
189
|
isRange: boolean;
|
|
190
190
|
shortcuts: unknown[];
|
|
191
|
-
arrowControl: import("
|
|
191
|
+
arrowControl: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
192
192
|
unlinkPanels: boolean;
|
|
193
193
|
}, {}>;
|
|
194
194
|
export { CommonPicker, TimePickPanel };
|
|
@@ -210,11 +210,11 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
|
|
|
210
210
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
211
211
|
__epPropKey: true;
|
|
212
212
|
};
|
|
213
|
-
shortcuts: import("
|
|
214
|
-
arrowControl: import("
|
|
215
|
-
label: import("
|
|
216
|
-
tabindex: import("
|
|
217
|
-
validateEvent: import("
|
|
213
|
+
shortcuts: import("../../utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
214
|
+
arrowControl: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
215
|
+
label: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
216
|
+
tabindex: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
217
|
+
validateEvent: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
218
218
|
unlinkPanels: BooleanConstructor;
|
|
219
219
|
disabledHours: {
|
|
220
220
|
readonly type: import("vue").PropType<import("./props/shared").GetDisabledHours>;
|
|
@@ -235,42 +235,42 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
|
|
|
235
235
|
__epPropKey: true;
|
|
236
236
|
};
|
|
237
237
|
id: {
|
|
238
|
-
readonly type: import("vue").PropType<import("
|
|
238
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown>>;
|
|
239
239
|
readonly required: false;
|
|
240
240
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
241
241
|
__epPropKey: true;
|
|
242
242
|
};
|
|
243
|
-
name: import("
|
|
244
|
-
popperClass: import("
|
|
243
|
+
name: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown, "", boolean>;
|
|
244
|
+
popperClass: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
245
245
|
format: StringConstructor;
|
|
246
246
|
valueFormat: StringConstructor;
|
|
247
|
-
type: import("
|
|
248
|
-
clearable: import("
|
|
249
|
-
clearIcon: import("
|
|
250
|
-
editable: import("
|
|
251
|
-
prefixIcon: import("
|
|
247
|
+
type: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
248
|
+
clearable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
249
|
+
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>;
|
|
250
|
+
editable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
251
|
+
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>;
|
|
252
252
|
size: {
|
|
253
|
-
readonly type: import("vue").PropType<import("
|
|
253
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
254
254
|
readonly required: false;
|
|
255
255
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
256
256
|
__epPropKey: true;
|
|
257
257
|
};
|
|
258
|
-
readonly: import("
|
|
259
|
-
disabled: import("
|
|
260
|
-
placeholder: import("
|
|
261
|
-
popperOptions: import("
|
|
262
|
-
modelValue: import("
|
|
263
|
-
rangeSeparator: import("
|
|
258
|
+
readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
259
|
+
disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
260
|
+
placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
261
|
+
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>;
|
|
262
|
+
modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
263
|
+
rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
264
264
|
startPlaceholder: StringConstructor;
|
|
265
265
|
endPlaceholder: StringConstructor;
|
|
266
266
|
defaultValue: {
|
|
267
|
-
readonly type: import("vue").PropType<import("
|
|
267
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
268
268
|
readonly required: false;
|
|
269
269
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
270
270
|
__epPropKey: true;
|
|
271
271
|
};
|
|
272
272
|
defaultTime: {
|
|
273
|
-
readonly type: import("vue").PropType<import("
|
|
273
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
274
274
|
readonly required: false;
|
|
275
275
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
276
276
|
__epPropKey: true;
|
|
@@ -292,11 +292,11 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
|
|
|
292
292
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
293
293
|
__epPropKey: true;
|
|
294
294
|
};
|
|
295
|
-
shortcuts: import("
|
|
296
|
-
arrowControl: import("
|
|
297
|
-
label: import("
|
|
298
|
-
tabindex: import("
|
|
299
|
-
validateEvent: import("
|
|
295
|
+
shortcuts: import("../../utils").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
296
|
+
arrowControl: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
297
|
+
label: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
298
|
+
tabindex: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
299
|
+
validateEvent: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
300
300
|
unlinkPanels: BooleanConstructor;
|
|
301
301
|
disabledHours: {
|
|
302
302
|
readonly type: import("vue").PropType<import("./props/shared").GetDisabledHours>;
|
|
@@ -317,42 +317,42 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
|
|
|
317
317
|
__epPropKey: true;
|
|
318
318
|
};
|
|
319
319
|
id: {
|
|
320
|
-
readonly type: import("vue").PropType<import("
|
|
320
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown>>;
|
|
321
321
|
readonly required: false;
|
|
322
322
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
323
323
|
__epPropKey: true;
|
|
324
324
|
};
|
|
325
|
-
name: import("
|
|
326
|
-
popperClass: import("
|
|
325
|
+
name: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown, "", boolean>;
|
|
326
|
+
popperClass: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
327
327
|
format: StringConstructor;
|
|
328
328
|
valueFormat: StringConstructor;
|
|
329
|
-
type: import("
|
|
330
|
-
clearable: import("
|
|
331
|
-
clearIcon: import("
|
|
332
|
-
editable: import("
|
|
333
|
-
prefixIcon: import("
|
|
329
|
+
type: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
330
|
+
clearable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
331
|
+
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>;
|
|
332
|
+
editable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
333
|
+
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>;
|
|
334
334
|
size: {
|
|
335
|
-
readonly type: import("vue").PropType<import("
|
|
335
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
336
336
|
readonly required: false;
|
|
337
337
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
338
338
|
__epPropKey: true;
|
|
339
339
|
};
|
|
340
|
-
readonly: import("
|
|
341
|
-
disabled: import("
|
|
342
|
-
placeholder: import("
|
|
343
|
-
popperOptions: import("
|
|
344
|
-
modelValue: import("
|
|
345
|
-
rangeSeparator: import("
|
|
340
|
+
readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
341
|
+
disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
342
|
+
placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
343
|
+
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>;
|
|
344
|
+
modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
345
|
+
rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
346
346
|
startPlaceholder: StringConstructor;
|
|
347
347
|
endPlaceholder: StringConstructor;
|
|
348
348
|
defaultValue: {
|
|
349
|
-
readonly type: import("vue").PropType<import("
|
|
349
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
350
350
|
readonly required: false;
|
|
351
351
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
352
352
|
__epPropKey: true;
|
|
353
353
|
};
|
|
354
354
|
defaultTime: {
|
|
355
|
-
readonly type: import("vue").PropType<import("
|
|
355
|
+
readonly type: import("vue").PropType<import("../../utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("./common/props").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
356
356
|
readonly required: false;
|
|
357
357
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
358
358
|
__epPropKey: true;
|
|
@@ -361,23 +361,23 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
|
|
|
361
361
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
362
362
|
}, {
|
|
363
363
|
label: string;
|
|
364
|
-
name: import("
|
|
364
|
+
name: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("./common/props").SingleOrRange<string>))[], unknown, unknown>;
|
|
365
365
|
type: string;
|
|
366
|
-
modelValue: import("
|
|
367
|
-
readonly: import("
|
|
368
|
-
disabled: import("
|
|
366
|
+
modelValue: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("./common/props").DateModelType, import("./common/props").DateModelType]) | (() => import("./common/props").ModelValueType))[], unknown, unknown>;
|
|
367
|
+
readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
368
|
+
disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
369
369
|
placeholder: string;
|
|
370
|
-
clearable: import("
|
|
371
|
-
prefixIcon: import("
|
|
372
|
-
clearIcon: import("
|
|
373
|
-
tabindex: import("
|
|
374
|
-
validateEvent: import("
|
|
370
|
+
clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
371
|
+
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>;
|
|
372
|
+
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>;
|
|
373
|
+
tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
374
|
+
validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
375
375
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
376
376
|
popperClass: string;
|
|
377
|
-
editable: import("
|
|
377
|
+
editable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
378
378
|
rangeSeparator: string;
|
|
379
379
|
isRange: boolean;
|
|
380
380
|
shortcuts: unknown[];
|
|
381
|
-
arrowControl: import("
|
|
381
|
+
arrowControl: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
382
382
|
unlinkPanels: boolean;
|
|
383
383
|
}, {}>;
|
|
@@ -29,9 +29,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29
29
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
30
30
|
__epPropKey: true;
|
|
31
31
|
};
|
|
32
|
-
readonly showSeconds: import("
|
|
32
|
+
readonly showSeconds: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
33
33
|
readonly arrowControl: BooleanConstructor;
|
|
34
|
-
readonly amPmMode: import("
|
|
34
|
+
readonly amPmMode: import("../../../utils").EpPropFinalized<(new (...args: any[]) => "" | "a" | "A") | (() => "" | "a" | "A") | ((new (...args: any[]) => "" | "a" | "A") | (() => "" | "a" | "A"))[], unknown, unknown, "", boolean>;
|
|
35
35
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
36
36
|
change: (...args: any[]) => void;
|
|
37
37
|
"select-range": (...args: any[]) => void;
|
|
@@ -67,16 +67,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
67
67
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
68
68
|
__epPropKey: true;
|
|
69
69
|
};
|
|
70
|
-
readonly showSeconds: import("
|
|
70
|
+
readonly showSeconds: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
71
71
|
readonly arrowControl: BooleanConstructor;
|
|
72
|
-
readonly amPmMode: import("
|
|
72
|
+
readonly amPmMode: import("../../../utils").EpPropFinalized<(new (...args: any[]) => "" | "a" | "A") | (() => "" | "a" | "A") | ((new (...args: any[]) => "" | "a" | "A") | (() => "" | "a" | "A"))[], unknown, unknown, "", boolean>;
|
|
73
73
|
}>> & {
|
|
74
74
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
75
75
|
"onSelect-range"?: ((...args: any[]) => any) | undefined;
|
|
76
76
|
"onSet-option"?: ((...args: any[]) => any) | undefined;
|
|
77
77
|
}, {
|
|
78
78
|
readonly arrowControl: boolean;
|
|
79
|
-
readonly showSeconds: import("
|
|
80
|
-
readonly amPmMode: import("
|
|
79
|
+
readonly showSeconds: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
80
|
+
readonly amPmMode: import("../../../utils").EpPropMergeType<(new (...args: any[]) => "" | "a" | "A") | (() => "" | "a" | "A") | ((new (...args: any[]) => "" | "a" | "A") | (() => "" | "a" | "A"))[], unknown, unknown>;
|
|
81
81
|
}, {}>;
|
|
82
82
|
export default _default;
|
|
@@ -8,8 +8,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
8
|
__epPropKey: true;
|
|
9
9
|
};
|
|
10
10
|
readonly visible: BooleanConstructor;
|
|
11
|
-
readonly actualVisible: import("
|
|
12
|
-
readonly format: import("
|
|
11
|
+
readonly actualVisible: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
12
|
+
readonly format: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
13
13
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
14
|
pick: (...args: any[]) => void;
|
|
15
15
|
"select-range": (...args: any[]) => void;
|
|
@@ -23,8 +23,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23
23
|
__epPropKey: true;
|
|
24
24
|
};
|
|
25
25
|
readonly visible: BooleanConstructor;
|
|
26
|
-
readonly actualVisible: import("
|
|
27
|
-
readonly format: import("
|
|
26
|
+
readonly actualVisible: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
27
|
+
readonly format: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
28
28
|
}>> & {
|
|
29
29
|
onPick?: ((...args: any[]) => any) | undefined;
|
|
30
30
|
"onSelect-range"?: ((...args: any[]) => any) | undefined;
|
|
@@ -32,6 +32,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
32
32
|
}, {
|
|
33
33
|
readonly visible: boolean;
|
|
34
34
|
readonly format: string;
|
|
35
|
-
readonly actualVisible: import("
|
|
35
|
+
readonly actualVisible: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
36
36
|
}, {}>;
|
|
37
37
|
export default _default;
|