@element-plus/nightly 0.0.20260719 → 0.0.20260720
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/es/components/affix/src/affix.d.ts +1 -1
- package/es/components/affix/src/affix.vue.d.ts +4 -4
- package/es/components/alert/src/alert.d.ts +1 -1
- package/es/components/alert/src/alert.vue.d.ts +1 -1
- package/es/components/anchor/src/anchor.d.ts +1 -1
- package/es/components/anchor/src/anchor.vue.d.ts +3 -3
- package/es/components/autocomplete/src/autocomplete.d.ts +4 -4
- package/es/components/autocomplete/src/autocomplete.vue.d.ts +3 -3
- package/es/components/avatar/src/avatar-group-props.d.ts +2 -2
- package/es/components/avatar/src/avatar-group.d.ts +5 -5
- package/es/components/avatar/src/avatar.d.ts +3 -3
- package/es/components/backtop/src/backtop.vue.d.ts +1 -1
- package/es/components/badge/src/badge.vue.d.ts +2 -2
- package/es/components/button/src/button-group.d.ts +2 -2
- package/es/components/button/src/button-group.vue.d.ts +1 -1
- package/es/components/button/src/button.d.ts +2 -2
- package/es/components/button/src/button.vue.d.ts +4 -4
- package/es/components/button/src/use-button.d.ts +2 -2
- package/es/components/calendar/src/calendar.vue.d.ts +1 -1
- package/es/components/calendar/style/css.mjs +1 -1
- package/es/components/calendar/style/index.mjs +1 -1
- package/es/components/card/src/card.d.ts +1 -1
- package/es/components/carousel/src/carousel-item.vue.d.ts +1 -1
- package/es/components/carousel/src/carousel.d.ts +1 -1
- package/es/components/carousel/src/carousel.vue.d.ts +4 -4
- package/es/components/cascader/src/cascader.d.ts +5 -5
- package/es/components/cascader/src/cascader.vue.d.ts +20 -20
- package/es/components/cascader-panel/src/index.vue.d.ts +4 -4
- package/es/components/cascader-panel/src/menu.vue.d.ts +1 -1
- package/es/components/checkbox/src/checkbox-button.vue.d.ts +4 -4
- package/es/components/checkbox/src/checkbox-group.d.ts +1 -1
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox.d.ts +9 -9
- package/es/components/checkbox/src/checkbox.vue.d.ts +4 -4
- package/es/components/checkbox/src/composables/use-checkbox-status.d.ts +2 -2
- package/es/components/checkbox/src/composables/use-checkbox.d.ts +2 -2
- package/es/components/col/src/col.vue.d.ts +2 -2
- package/es/components/collapse/src/collapse-item.vue.d.ts +1 -1
- package/es/components/collapse/src/collapse.d.ts +1 -1
- package/es/components/collapse/src/collapse.vue.d.ts +1 -1
- package/es/components/color-picker/src/color-picker.d.ts +1 -1
- package/es/components/color-picker/src/color-picker.vue.d.ts +10 -10
- package/es/components/color-picker-panel/src/color-picker-panel.vue.d.ts +2 -2
- package/es/components/config-provider/src/config-provider-props.d.ts +1 -1
- package/es/components/config-provider/src/config-provider.d.ts +3 -3
- package/es/components/config-provider/src/hooks/use-global-config.d.ts +1 -1
- package/es/components/countdown/src/countdown.vue.d.ts +1 -1
- package/es/components/date-picker/src/date-picker.d.ts +15 -15
- package/es/components/date-picker/src/props.d.ts +3 -3
- package/es/components/date-picker-panel/src/date-picker-com/basic-month-table.vue.d.ts +2 -2
- package/es/components/date-picker-panel/src/date-picker-com/basic-year-table.vue.d.ts +2 -2
- package/es/components/date-picker-panel/src/date-picker-com/panel-date-pick.vue.d.ts +3 -3
- package/es/components/date-picker-panel/src/date-picker-com/panel-date-range.vue.d.ts +4 -4
- package/es/components/date-picker-panel/src/date-picker-panel.d.ts +5 -5
- package/es/components/date-picker-panel/src/panel-utils.d.ts +18 -18
- package/es/components/date-picker-panel/src/props/date-picker-panel.d.ts +1 -1
- package/es/components/descriptions/src/description-item.d.ts +19 -19
- package/es/components/descriptions/src/description.d.ts +1 -1
- package/es/components/descriptions/src/description.vue.d.ts +1 -1
- package/es/components/dialog/src/dialog.vue.d.ts +6 -6
- package/es/components/divider/src/divider.d.ts +1 -1
- package/es/components/drawer/src/drawer.vue.d.ts +7 -7
- package/es/components/dropdown/src/dropdown-menu.vue.d.ts +1 -1
- package/es/components/dropdown/src/dropdown.d.ts +4 -4
- package/es/components/dropdown/src/dropdown.vue.d.ts +100 -100
- package/es/components/dropdown/style/css.mjs +1 -1
- package/es/components/dropdown/style/index.mjs +1 -1
- package/es/components/focus-trap/src/focus-trap.vue.d.ts +1 -1
- package/es/components/form/src/form-item.d.ts +2 -2
- package/es/components/form/src/form-item.vue.d.ts +1 -1
- package/es/components/form/src/form.d.ts +4 -4
- package/es/components/form/src/hooks/use-form-common-props.d.ts +2 -2
- package/es/components/image/src/image.vue.d.ts +5 -5
- package/es/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
- package/es/components/input/src/input.d.ts +3 -3
- package/es/components/input/src/input.vue.d.ts +6 -6
- package/es/components/input-number/src/input-number.d.ts +4 -4
- package/es/components/input-number/src/input-number.vue.d.ts +8 -8
- package/es/components/input-otp/src/input-otp.vue.d.ts +4 -4
- package/es/components/input-tag/src/composables/use-input-tag.d.ts +1 -1
- package/es/components/input-tag/src/input-tag.d.ts +2 -2
- package/es/components/input-tag/src/input-tag.vue.d.ts +12 -12
- package/es/components/link/src/link.d.ts +1 -1
- package/es/components/mention/src/mention.d.ts +4 -4
- package/es/components/mention/src/mention.vue.d.ts +2 -2
- package/es/components/menu/src/menu.d.ts +3 -3
- package/es/components/menu/src/sub-menu.d.ts +1 -1
- package/es/components/message/src/instance.d.ts +1 -1
- package/es/components/message/src/message.d.ts +1 -1
- package/es/components/message/src/message.vue.d.ts +5 -5
- package/es/components/message-box/src/index.vue.d.ts +35 -35
- package/es/components/notification/src/notification.vue.d.ts +2 -2
- package/es/components/pagination/src/components/jumper.d.ts +1 -1
- package/es/components/pagination/src/components/jumper.vue.d.ts +2 -2
- package/es/components/pagination/src/components/sizes.d.ts +1 -1
- package/es/components/pagination/src/components/sizes.vue.d.ts +3 -3
- package/es/components/pagination/src/pagination.d.ts +6 -6
- package/es/components/popconfirm/src/popconfirm.d.ts +2 -2
- package/es/components/popconfirm/src/popconfirm.vue.d.ts +3 -3
- package/es/components/popover/src/popover.d.ts +2 -2
- package/es/components/popover/src/popover.vue.d.ts +11 -11
- package/es/components/popper/src/composables/use-content.d.ts +4 -4
- package/es/components/popper/src/composables/use-focus-trap.d.ts +1 -1
- package/es/components/popper/src/content.d.ts +4 -4
- package/es/components/popper/src/content.vue.d.ts +11 -11
- package/es/components/popper/src/popper.d.ts +2 -2
- package/es/components/progress/src/progress.d.ts +2 -2
- package/es/components/progress/src/progress.vue.d.ts +1 -1
- package/es/components/radio/src/radio-button.d.ts +4 -4
- package/es/components/radio/src/radio-button.vue.d.ts +2 -2
- package/es/components/radio/src/radio-group.d.ts +1 -1
- package/es/components/radio/src/radio-group.vue.d.ts +5 -5
- package/es/components/radio/src/radio.d.ts +8 -8
- package/es/components/radio/src/radio.vue.d.ts +4 -4
- package/es/components/radio/src/use-radio.d.ts +1 -1
- package/es/components/rate/src/rate.d.ts +1 -1
- package/es/components/rate/src/rate.vue.d.ts +2 -2
- package/es/components/result/src/result.vue.d.ts +1 -1
- package/es/components/row/src/row.d.ts +1 -1
- package/es/components/scrollbar/src/scrollbar.vue.d.ts +2 -2
- package/es/components/segmented/index.d.ts +3 -3
- package/es/components/segmented/src/segmented.d.ts +2 -2
- package/es/components/segmented/src/segmented.vue.d.ts +1 -1
- package/es/components/select/src/option.d.ts +2 -2
- package/es/components/select/src/option.vue.d.ts +5 -5
- package/es/components/select/src/select.d.ts +5 -5
- package/es/components/select/src/select.vue.d.ts +110 -110
- package/es/components/select/src/useOption.d.ts +2 -2
- package/es/components/select/src/useSelect.d.ts +5 -5
- package/es/components/select-v2/src/defaults.d.ts +3 -3
- package/es/components/select-v2/src/option-item.vue.d.ts +1 -1
- package/es/components/select-v2/src/select.vue.d.ts +92 -92
- package/es/components/select-v2/src/useSelect.d.ts +1 -1
- package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/es/components/slider/src/button.vue.d.ts +1 -1
- package/es/components/slider/src/slider.d.ts +2 -2
- package/es/components/slider/src/slider.vue.d.ts +12 -12
- package/es/components/space/src/space.d.ts +4 -4
- package/es/components/splitter/src/split-bar.vue.d.ts +1 -1
- package/es/components/splitter/src/splitter.vue.d.ts +2 -2
- package/es/components/steps/src/item.d.ts +1 -1
- package/es/components/steps/src/item.vue.d.ts +1 -1
- package/es/components/steps/src/steps.d.ts +2 -2
- package/es/components/switch/src/switch.d.ts +1 -1
- package/es/components/switch/src/switch.vue.d.ts +4 -4
- package/es/components/table/src/filter-panel.vue.d.ts +84 -84
- package/es/components/table/src/table/defaults.d.ts +6 -6
- package/es/components/table/src/table/style-helper.d.ts +1 -1
- package/es/components/table/src/table-column/defaults.d.ts +4 -4
- package/es/components/table/src/table-header/index.d.ts +13 -13
- package/es/components/table/src/table.vue.d.ts +4 -4
- package/es/components/table-v2/src/components/header.d.ts +1 -1
- package/es/components/table-v2/src/components/row.d.ts +1 -1
- package/es/components/table-v2/src/table-grid.d.ts +2 -2
- package/es/components/table-v2/src/table-v2.d.ts +4 -4
- package/es/components/tabs/src/tabs.d.ts +4 -4
- package/es/components/tag/src/tag.d.ts +2 -2
- package/es/components/text/src/text.d.ts +1 -1
- package/es/components/text/src/text.vue.d.ts +1 -1
- package/es/components/time-picker/src/common/picker-range-trigger.vue.d.ts +2 -2
- package/es/components/time-picker/src/common/picker.vue.d.ts +19 -19
- package/es/components/time-picker/src/common/props.d.ts +3 -3
- package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +1 -1
- package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +2 -2
- package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +2 -2
- package/es/components/time-picker/src/time-picker.d.ts +15 -15
- package/es/components/time-picker/src/utils.d.ts +1 -1
- package/es/components/time-select/src/time-select.d.ts +1 -1
- package/es/components/time-select/src/time-select.vue.d.ts +11 -11
- package/es/components/timeline/src/timeline-item.d.ts +2 -2
- package/es/components/timeline/src/timeline-item.vue.d.ts +2 -2
- package/es/components/tooltip/src/content.d.ts +1 -1
- package/es/components/tooltip/src/content.vue.d.ts +16 -16
- package/es/components/tooltip/src/tooltip.d.ts +3 -3
- package/es/components/tooltip/src/tooltip.vue.d.ts +20 -20
- package/es/components/tooltip/src/trigger.d.ts +1 -1
- package/es/components/tour/src/content.d.ts +2 -2
- package/es/components/tour/src/content.vue.d.ts +1 -1
- package/es/components/tour/src/mask.vue.d.ts +1 -1
- package/es/components/tour/src/step.d.ts +1 -1
- package/es/components/tour/src/tour.d.ts +1 -1
- package/es/components/tour/src/tour.vue.d.ts +3 -3
- package/es/components/transfer/src/transfer.vue.d.ts +1 -1
- package/es/components/tree/src/tree-node.vue.d.ts +14 -14
- package/es/components/tree/src/tree.vue.d.ts +18 -18
- package/es/components/tree-select/src/tree-select-option.d.ts +5 -5
- package/es/components/tree-select/src/tree-select.vue.d.ts +38 -38
- package/es/components/tree-v2/src/composables/useTree.d.ts +12 -12
- package/es/components/tree-v2/src/tree-node.vue.d.ts +2 -2
- package/es/components/tree-v2/src/tree.vue.d.ts +5 -5
- package/es/components/upload/src/upload-content.d.ts +1 -1
- package/es/components/upload/src/upload-content.vue.d.ts +1 -1
- package/es/components/upload/src/upload-list.d.ts +1 -1
- package/es/components/upload/src/upload.d.ts +2 -2
- package/es/components/upload/src/upload.vue.d.ts +2 -2
- package/es/components/virtual-list/src/builders/build-grid.d.ts +5 -5
- package/es/components/virtual-list/src/builders/build-list.d.ts +6 -6
- package/es/components/virtual-list/src/components/dynamic-size-grid.d.ts +5 -5
- package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +6 -6
- package/es/components/virtual-list/src/components/fixed-size-grid.d.ts +5 -5
- package/es/components/virtual-list/src/components/fixed-size-list.d.ts +6 -6
- package/es/components/virtual-list/src/components/scrollbar.d.ts +1 -1
- package/es/components/watermark/src/watermark.vue.d.ts +1 -1
- package/es/hooks/use-floating/index.d.ts +12 -12
- package/es/hooks/use-popper/index.d.ts +4 -4
- package/es/hooks/use-size/index.d.ts +3 -3
- package/es/utils/vue/vnode.d.ts +4 -4
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/es/version.mjs.map +1 -1
- package/lib/components/affix/src/affix.d.ts +1 -1
- package/lib/components/affix/src/affix.vue.d.ts +4 -4
- package/lib/components/alert/src/alert.d.ts +1 -1
- package/lib/components/alert/src/alert.vue.d.ts +1 -1
- package/lib/components/anchor/src/anchor.d.ts +1 -1
- package/lib/components/anchor/src/anchor.vue.d.ts +3 -3
- package/lib/components/autocomplete/src/autocomplete.d.ts +4 -4
- package/lib/components/autocomplete/src/autocomplete.vue.d.ts +3 -3
- package/lib/components/avatar/src/avatar-group-props.d.ts +2 -2
- package/lib/components/avatar/src/avatar-group.d.ts +5 -5
- package/lib/components/avatar/src/avatar.d.ts +3 -3
- package/lib/components/backtop/src/backtop.vue.d.ts +1 -1
- package/lib/components/badge/src/badge.vue.d.ts +2 -2
- package/lib/components/button/src/button-group.d.ts +2 -2
- package/lib/components/button/src/button-group.vue.d.ts +1 -1
- package/lib/components/button/src/button.d.ts +2 -2
- package/lib/components/button/src/button.vue.d.ts +4 -4
- package/lib/components/button/src/use-button.d.ts +2 -2
- package/lib/components/calendar/src/calendar.vue.d.ts +1 -1
- package/lib/components/calendar/style/css.js +1 -1
- package/lib/components/calendar/style/index.js +1 -1
- package/lib/components/card/src/card.d.ts +1 -1
- package/lib/components/carousel/src/carousel-item.vue.d.ts +1 -1
- package/lib/components/carousel/src/carousel.d.ts +1 -1
- package/lib/components/carousel/src/carousel.vue.d.ts +4 -4
- package/lib/components/cascader/src/cascader.d.ts +5 -5
- package/lib/components/cascader/src/cascader.vue.d.ts +20 -20
- package/lib/components/cascader-panel/src/index.vue.d.ts +4 -4
- package/lib/components/cascader-panel/src/menu.vue.d.ts +1 -1
- package/lib/components/checkbox/src/checkbox-button.vue.d.ts +4 -4
- package/lib/components/checkbox/src/checkbox-group.d.ts +1 -1
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox.d.ts +9 -9
- package/lib/components/checkbox/src/checkbox.vue.d.ts +4 -4
- package/lib/components/checkbox/src/composables/use-checkbox-status.d.ts +2 -2
- package/lib/components/checkbox/src/composables/use-checkbox.d.ts +2 -2
- package/lib/components/col/src/col.vue.d.ts +2 -2
- package/lib/components/collapse/src/collapse-item.vue.d.ts +1 -1
- package/lib/components/collapse/src/collapse.d.ts +1 -1
- package/lib/components/collapse/src/collapse.vue.d.ts +1 -1
- package/lib/components/color-picker/src/color-picker.d.ts +1 -1
- package/lib/components/color-picker/src/color-picker.vue.d.ts +10 -10
- package/lib/components/color-picker-panel/src/color-picker-panel.vue.d.ts +2 -2
- package/lib/components/config-provider/src/config-provider-props.d.ts +1 -1
- package/lib/components/config-provider/src/config-provider.d.ts +3 -3
- package/lib/components/config-provider/src/hooks/use-global-config.d.ts +1 -1
- package/lib/components/countdown/src/countdown.vue.d.ts +1 -1
- package/lib/components/date-picker/src/date-picker.d.ts +15 -15
- package/lib/components/date-picker/src/props.d.ts +3 -3
- package/lib/components/date-picker-panel/src/date-picker-com/basic-month-table.vue.d.ts +2 -2
- package/lib/components/date-picker-panel/src/date-picker-com/basic-year-table.vue.d.ts +2 -2
- package/lib/components/date-picker-panel/src/date-picker-com/panel-date-pick.vue.d.ts +3 -3
- package/lib/components/date-picker-panel/src/date-picker-com/panel-date-range.vue.d.ts +4 -4
- package/lib/components/date-picker-panel/src/date-picker-panel.d.ts +5 -5
- package/lib/components/date-picker-panel/src/panel-utils.d.ts +18 -18
- package/lib/components/date-picker-panel/src/props/date-picker-panel.d.ts +1 -1
- package/lib/components/descriptions/src/description-item.d.ts +19 -19
- package/lib/components/descriptions/src/description.d.ts +1 -1
- package/lib/components/descriptions/src/description.vue.d.ts +1 -1
- package/lib/components/dialog/src/dialog.vue.d.ts +6 -6
- package/lib/components/divider/src/divider.d.ts +1 -1
- package/lib/components/drawer/src/drawer.vue.d.ts +7 -7
- package/lib/components/dropdown/src/dropdown-menu.vue.d.ts +1 -1
- package/lib/components/dropdown/src/dropdown.d.ts +4 -4
- package/lib/components/dropdown/src/dropdown.vue.d.ts +100 -100
- package/lib/components/dropdown/style/css.js +1 -1
- package/lib/components/dropdown/style/index.js +1 -1
- package/lib/components/focus-trap/src/focus-trap.vue.d.ts +1 -1
- package/lib/components/form/src/form-item.d.ts +2 -2
- package/lib/components/form/src/form-item.vue.d.ts +1 -1
- package/lib/components/form/src/form.d.ts +4 -4
- package/lib/components/form/src/hooks/use-form-common-props.d.ts +2 -2
- package/lib/components/image/src/image.vue.d.ts +5 -5
- package/lib/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
- package/lib/components/input/src/input.d.ts +3 -3
- package/lib/components/input/src/input.vue.d.ts +6 -6
- package/lib/components/input-number/src/input-number.d.ts +4 -4
- package/lib/components/input-number/src/input-number.vue.d.ts +8 -8
- package/lib/components/input-otp/src/input-otp.vue.d.ts +4 -4
- package/lib/components/input-tag/src/composables/use-input-tag.d.ts +1 -1
- package/lib/components/input-tag/src/input-tag.d.ts +2 -2
- package/lib/components/input-tag/src/input-tag.vue.d.ts +12 -12
- package/lib/components/link/src/link.d.ts +1 -1
- package/lib/components/mention/src/mention.d.ts +4 -4
- package/lib/components/mention/src/mention.vue.d.ts +2 -2
- package/lib/components/menu/src/menu.d.ts +3 -3
- package/lib/components/menu/src/sub-menu.d.ts +1 -1
- package/lib/components/message/src/instance.d.ts +1 -1
- package/lib/components/message/src/message.d.ts +1 -1
- package/lib/components/message/src/message.vue.d.ts +5 -5
- package/lib/components/message-box/src/index.vue.d.ts +35 -35
- package/lib/components/notification/src/notification.vue.d.ts +2 -2
- package/lib/components/pagination/src/components/jumper.d.ts +1 -1
- package/lib/components/pagination/src/components/jumper.vue.d.ts +2 -2
- package/lib/components/pagination/src/components/sizes.d.ts +1 -1
- package/lib/components/pagination/src/components/sizes.vue.d.ts +3 -3
- package/lib/components/pagination/src/pagination.d.ts +6 -6
- package/lib/components/popconfirm/src/popconfirm.d.ts +2 -2
- package/lib/components/popconfirm/src/popconfirm.vue.d.ts +3 -3
- package/lib/components/popover/src/popover.d.ts +2 -2
- package/lib/components/popover/src/popover.vue.d.ts +11 -11
- package/lib/components/popper/src/composables/use-content.d.ts +4 -4
- package/lib/components/popper/src/composables/use-focus-trap.d.ts +1 -1
- package/lib/components/popper/src/content.d.ts +4 -4
- package/lib/components/popper/src/content.vue.d.ts +11 -11
- package/lib/components/popper/src/popper.d.ts +2 -2
- package/lib/components/progress/src/progress.d.ts +2 -2
- package/lib/components/progress/src/progress.vue.d.ts +1 -1
- package/lib/components/radio/src/radio-button.d.ts +4 -4
- package/lib/components/radio/src/radio-button.vue.d.ts +2 -2
- package/lib/components/radio/src/radio-group.d.ts +1 -1
- package/lib/components/radio/src/radio-group.vue.d.ts +5 -5
- package/lib/components/radio/src/radio.d.ts +8 -8
- package/lib/components/radio/src/radio.vue.d.ts +4 -4
- package/lib/components/radio/src/use-radio.d.ts +1 -1
- package/lib/components/rate/src/rate.d.ts +1 -1
- package/lib/components/rate/src/rate.vue.d.ts +2 -2
- package/lib/components/result/src/result.vue.d.ts +1 -1
- package/lib/components/row/src/row.d.ts +1 -1
- package/lib/components/scrollbar/src/scrollbar.vue.d.ts +2 -2
- package/lib/components/segmented/index.d.ts +3 -3
- package/lib/components/segmented/src/segmented.d.ts +2 -2
- package/lib/components/segmented/src/segmented.vue.d.ts +1 -1
- package/lib/components/select/src/option.d.ts +2 -2
- package/lib/components/select/src/option.vue.d.ts +5 -5
- package/lib/components/select/src/select.d.ts +5 -5
- package/lib/components/select/src/select.vue.d.ts +110 -110
- package/lib/components/select/src/useOption.d.ts +2 -2
- package/lib/components/select/src/useSelect.d.ts +5 -5
- package/lib/components/select-v2/src/defaults.d.ts +3 -3
- package/lib/components/select-v2/src/option-item.vue.d.ts +1 -1
- package/lib/components/select-v2/src/select.vue.d.ts +92 -92
- package/lib/components/select-v2/src/useSelect.d.ts +1 -1
- package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/lib/components/slider/src/button.vue.d.ts +1 -1
- package/lib/components/slider/src/slider.d.ts +2 -2
- package/lib/components/slider/src/slider.vue.d.ts +12 -12
- package/lib/components/space/src/space.d.ts +4 -4
- package/lib/components/splitter/src/split-bar.vue.d.ts +1 -1
- package/lib/components/splitter/src/splitter.vue.d.ts +2 -2
- package/lib/components/steps/src/item.d.ts +1 -1
- package/lib/components/steps/src/item.vue.d.ts +1 -1
- package/lib/components/steps/src/steps.d.ts +2 -2
- package/lib/components/switch/src/switch.d.ts +1 -1
- package/lib/components/switch/src/switch.vue.d.ts +4 -4
- package/lib/components/table/src/filter-panel.vue.d.ts +84 -84
- package/lib/components/table/src/table/defaults.d.ts +6 -6
- package/lib/components/table/src/table/style-helper.d.ts +1 -1
- package/lib/components/table/src/table-column/defaults.d.ts +4 -4
- package/lib/components/table/src/table-header/index.d.ts +13 -13
- package/lib/components/table/src/table.vue.d.ts +4 -4
- package/lib/components/table-v2/src/components/header.d.ts +1 -1
- package/lib/components/table-v2/src/components/row.d.ts +1 -1
- package/lib/components/table-v2/src/table-grid.d.ts +2 -2
- package/lib/components/table-v2/src/table-v2.d.ts +4 -4
- package/lib/components/tabs/src/tabs.d.ts +4 -4
- package/lib/components/tag/src/tag.d.ts +2 -2
- package/lib/components/text/src/text.d.ts +1 -1
- package/lib/components/text/src/text.vue.d.ts +1 -1
- package/lib/components/time-picker/src/common/picker-range-trigger.vue.d.ts +2 -2
- package/lib/components/time-picker/src/common/picker.vue.d.ts +19 -19
- package/lib/components/time-picker/src/common/props.d.ts +3 -3
- package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +1 -1
- package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +2 -2
- package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +2 -2
- package/lib/components/time-picker/src/time-picker.d.ts +15 -15
- package/lib/components/time-picker/src/utils.d.ts +1 -1
- package/lib/components/time-select/src/time-select.d.ts +1 -1
- package/lib/components/time-select/src/time-select.vue.d.ts +11 -11
- package/lib/components/timeline/src/timeline-item.d.ts +2 -2
- package/lib/components/timeline/src/timeline-item.vue.d.ts +2 -2
- package/lib/components/tooltip/src/content.d.ts +1 -1
- package/lib/components/tooltip/src/content.vue.d.ts +16 -16
- package/lib/components/tooltip/src/tooltip.d.ts +3 -3
- package/lib/components/tooltip/src/tooltip.vue.d.ts +20 -20
- package/lib/components/tooltip/src/trigger.d.ts +1 -1
- package/lib/components/tour/src/content.d.ts +2 -2
- package/lib/components/tour/src/content.vue.d.ts +1 -1
- package/lib/components/tour/src/mask.vue.d.ts +1 -1
- package/lib/components/tour/src/step.d.ts +1 -1
- package/lib/components/tour/src/tour.d.ts +1 -1
- package/lib/components/tour/src/tour.vue.d.ts +3 -3
- package/lib/components/transfer/src/transfer.vue.d.ts +1 -1
- package/lib/components/tree/src/tree-node.vue.d.ts +14 -14
- package/lib/components/tree/src/tree.vue.d.ts +18 -18
- package/lib/components/tree-select/src/tree-select-option.d.ts +5 -5
- package/lib/components/tree-select/src/tree-select.vue.d.ts +38 -38
- package/lib/components/tree-v2/src/composables/useTree.d.ts +12 -12
- package/lib/components/tree-v2/src/tree-node.vue.d.ts +2 -2
- package/lib/components/tree-v2/src/tree.vue.d.ts +5 -5
- package/lib/components/upload/src/upload-content.d.ts +1 -1
- package/lib/components/upload/src/upload-content.vue.d.ts +1 -1
- package/lib/components/upload/src/upload-list.d.ts +1 -1
- package/lib/components/upload/src/upload.d.ts +2 -2
- package/lib/components/upload/src/upload.vue.d.ts +2 -2
- package/lib/components/virtual-list/src/builders/build-grid.d.ts +5 -5
- package/lib/components/virtual-list/src/builders/build-list.d.ts +6 -6
- package/lib/components/virtual-list/src/components/dynamic-size-grid.d.ts +5 -5
- package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +6 -6
- package/lib/components/virtual-list/src/components/fixed-size-grid.d.ts +5 -5
- package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +6 -6
- package/lib/components/virtual-list/src/components/scrollbar.d.ts +1 -1
- package/lib/components/watermark/src/watermark.vue.d.ts +1 -1
- package/lib/hooks/use-floating/index.d.ts +12 -12
- package/lib/hooks/use-popper/index.d.ts +4 -4
- package/lib/hooks/use-size/index.d.ts +3 -3
- package/lib/utils/vue/vnode.d.ts +4 -4
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/version.js.map +1 -1
- package/package.json +2 -2
- package/web-types.json +1 -1
|
@@ -10,8 +10,8 @@ declare const __VLS_base: _$vue.DefineComponent<CollapseProps, {
|
|
|
10
10
|
/** @description active names */activeNames: _$vue.Ref<(string | number)[], (string | number)[]>; /** @description set active names */
|
|
11
11
|
setActiveNames: (_activeNames: CollapseActiveName[]) => void;
|
|
12
12
|
}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
13
|
-
change: (value: CollapseModelValue) => void;
|
|
14
13
|
"update:modelValue": (value: CollapseModelValue) => void;
|
|
14
|
+
change: (value: CollapseModelValue) => void;
|
|
15
15
|
}, string, _$vue.PublicProps, Readonly<CollapseProps> & Readonly<{
|
|
16
16
|
onChange?: ((value: CollapseModelValue) => any) | undefined;
|
|
17
17
|
"onUpdate:modelValue"?: ((value: CollapseModelValue) => any) | undefined;
|
|
@@ -91,7 +91,7 @@ declare const colorPickerProps: {
|
|
|
91
91
|
readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
92
92
|
readonly clearable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
93
93
|
readonly size: {
|
|
94
|
-
readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "
|
|
94
|
+
readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
95
95
|
readonly required: false;
|
|
96
96
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
97
97
|
__epPropKey: true;
|
|
@@ -29,29 +29,29 @@ declare const __VLS_export: _$vue.DefineComponent<ColorPickerProps, {
|
|
|
29
29
|
*/
|
|
30
30
|
blur: typeof blur;
|
|
31
31
|
}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
32
|
-
change: (val: string | null) => void;
|
|
33
|
-
clear: () => void;
|
|
34
|
-
"update:modelValue": (val: string | null) => void;
|
|
35
32
|
blur: (evt: FocusEvent) => void;
|
|
36
33
|
focus: (evt: FocusEvent) => void;
|
|
34
|
+
clear: () => void;
|
|
35
|
+
"update:modelValue": (val: string | null) => void;
|
|
36
|
+
change: (val: string | null) => void;
|
|
37
37
|
activeChange: (val: string | null) => void;
|
|
38
38
|
}, string, _$vue.PublicProps, Readonly<ColorPickerProps> & Readonly<{
|
|
39
39
|
onChange?: ((val: string | null) => any) | undefined;
|
|
40
|
-
onClear?: (() => any) | undefined;
|
|
41
|
-
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
42
40
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
43
41
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
42
|
+
onClear?: (() => any) | undefined;
|
|
43
|
+
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
44
44
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
45
45
|
}>, {
|
|
46
|
+
popperStyle: string | false | _$vue.CSSProperties | _$vue.StyleValue[] | null;
|
|
47
|
+
teleported: boolean;
|
|
48
|
+
persistent: boolean;
|
|
46
49
|
disabled: boolean;
|
|
47
|
-
|
|
50
|
+
clearable: boolean;
|
|
48
51
|
validateEvent: boolean;
|
|
52
|
+
modelValue: string | null;
|
|
49
53
|
valueOnClear: string | number | boolean | Function | null;
|
|
50
|
-
teleported: boolean;
|
|
51
|
-
clearable: boolean;
|
|
52
54
|
tabindex: string | number;
|
|
53
|
-
popperStyle: string | false | _$vue.CSSProperties | _$vue.StyleValue[] | null;
|
|
54
|
-
persistent: boolean;
|
|
55
55
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
56
56
|
declare const _default: typeof __VLS_export;
|
|
57
57
|
//#endregion
|
|
@@ -27,9 +27,9 @@ declare const __VLS_base: _$vue.DefineComponent<ColorPickerPanelProps, {
|
|
|
27
27
|
}, string, _$vue.PublicProps, Readonly<ColorPickerPanelProps> & Readonly<{
|
|
28
28
|
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
29
29
|
}>, {
|
|
30
|
-
border: boolean;
|
|
31
|
-
modelValue: string | null;
|
|
32
30
|
validateEvent: boolean;
|
|
31
|
+
modelValue: string | null;
|
|
32
|
+
border: boolean;
|
|
33
33
|
showAlpha: boolean;
|
|
34
34
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
35
35
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -22,7 +22,7 @@ declare const configProviderProps: {
|
|
|
22
22
|
__epPropKey: true;
|
|
23
23
|
};
|
|
24
24
|
readonly size: {
|
|
25
|
-
readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "
|
|
25
|
+
readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
26
26
|
readonly required: false;
|
|
27
27
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
28
28
|
__epPropKey: true;
|
|
@@ -22,7 +22,7 @@ declare const ConfigProvider: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
22
22
|
__epPropKey: true;
|
|
23
23
|
};
|
|
24
24
|
readonly size: {
|
|
25
|
-
readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "
|
|
25
|
+
readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
26
26
|
readonly required: false;
|
|
27
27
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
28
28
|
__epPropKey: true;
|
|
@@ -85,7 +85,7 @@ declare const ConfigProvider: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
85
85
|
__epPropKey: true;
|
|
86
86
|
};
|
|
87
87
|
readonly size: {
|
|
88
|
-
readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "
|
|
88
|
+
readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
89
89
|
readonly required: false;
|
|
90
90
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
91
91
|
__epPropKey: true;
|
|
@@ -136,10 +136,10 @@ declare const ConfigProvider: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
136
136
|
__epPropKey: true;
|
|
137
137
|
};
|
|
138
138
|
}>> & Readonly<{}>, {
|
|
139
|
+
readonly valueOnClear: EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | (((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null)) | null)[], unknown, unknown>;
|
|
139
140
|
readonly a11y: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
140
141
|
readonly keyboardNavigation: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
141
142
|
readonly namespace: string;
|
|
142
|
-
readonly valueOnClear: EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | (((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null)) | null)[], unknown, unknown>;
|
|
143
143
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, true, {}, any>;
|
|
144
144
|
type ConfigProviderInstance = InstanceType<typeof ConfigProvider> & unknown;
|
|
145
145
|
//#endregion
|
|
@@ -32,7 +32,7 @@ declare function useGlobalComponentSettings(block: string, sizeFallback?: MaybeR
|
|
|
32
32
|
currentZIndex: _$vue.ComputedRef<number>;
|
|
33
33
|
nextZIndex: () => number;
|
|
34
34
|
};
|
|
35
|
-
size: _$vue.ComputedRef<"
|
|
35
|
+
size: _$vue.ComputedRef<"" | "default" | "small" | "large">;
|
|
36
36
|
};
|
|
37
37
|
declare const provideGlobalConfig: (config: MaybeRef<ConfigProviderContext>, app?: App, global?: boolean) => _$vue.ComputedRef<Partial<ConfigProviderProps>> | undefined;
|
|
38
38
|
//#endregion
|
|
@@ -17,8 +17,8 @@ declare const __VLS_base: _$vue.DefineComponent<CountdownProps, {
|
|
|
17
17
|
onChange?: ((value: number) => any) | undefined;
|
|
18
18
|
onFinish?: (() => any) | undefined;
|
|
19
19
|
}>, {
|
|
20
|
-
format: string;
|
|
21
20
|
value: number | _$dayjs.Dayjs;
|
|
21
|
+
format: string;
|
|
22
22
|
valueStyle: string | false | _$vue.CSSProperties | _$vue.StyleValue[] | null;
|
|
23
23
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, false, {}, any>;
|
|
24
24
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
@@ -33,7 +33,7 @@ declare const _default: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
33
33
|
readonly validateEvent: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
34
34
|
readonly unlinkPanels: BooleanConstructor;
|
|
35
35
|
readonly singlePanel: BooleanConstructor;
|
|
36
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "auto" | "
|
|
36
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], Placement, unknown, "bottom", boolean>;
|
|
37
37
|
readonly fallbackPlacements: EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | (((new (...args: any[]) => Placement[]) | (() => Placement[])) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
38
38
|
readonly disabledHours: {
|
|
39
39
|
readonly type: _$vue.PropType<GetDisabledHours>;
|
|
@@ -179,7 +179,7 @@ declare const _default: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
179
179
|
readonly saveOnBlur: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
180
180
|
readonly prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component) | (((new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component)) | null)[], unknown, unknown, "", boolean>;
|
|
181
181
|
readonly size: {
|
|
182
|
-
readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "
|
|
182
|
+
readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
183
183
|
readonly required: false;
|
|
184
184
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
185
185
|
__epPropKey: true;
|
|
@@ -188,7 +188,7 @@ declare const _default: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
188
188
|
readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
189
189
|
readonly placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
190
190
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | (((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
191
|
-
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number |
|
|
191
|
+
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null) | (((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null)) | null)[], unknown, unknown, "", boolean>;
|
|
192
192
|
readonly rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
193
193
|
readonly startPlaceholder: StringConstructor;
|
|
194
194
|
readonly endPlaceholder: StringConstructor;
|
|
@@ -232,7 +232,7 @@ declare const _default: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
232
232
|
readonly validateEvent: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
233
233
|
readonly unlinkPanels: BooleanConstructor;
|
|
234
234
|
readonly singlePanel: BooleanConstructor;
|
|
235
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "auto" | "
|
|
235
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], Placement, unknown, "bottom", boolean>;
|
|
236
236
|
readonly fallbackPlacements: EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | (((new (...args: any[]) => Placement[]) | (() => Placement[])) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
237
237
|
readonly disabledHours: {
|
|
238
238
|
readonly type: _$vue.PropType<GetDisabledHours>;
|
|
@@ -378,7 +378,7 @@ declare const _default: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
378
378
|
readonly saveOnBlur: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
379
379
|
readonly prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component) | (((new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component)) | null)[], unknown, unknown, "", boolean>;
|
|
380
380
|
readonly size: {
|
|
381
|
-
readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "
|
|
381
|
+
readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
382
382
|
readonly required: false;
|
|
383
383
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
384
384
|
__epPropKey: true;
|
|
@@ -387,7 +387,7 @@ declare const _default: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
387
387
|
readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
388
388
|
readonly placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
389
389
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | (((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
390
|
-
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number |
|
|
390
|
+
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null) | (((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null)) | null)[], unknown, unknown, "", boolean>;
|
|
391
391
|
readonly rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
392
392
|
readonly startPlaceholder: StringConstructor;
|
|
393
393
|
readonly endPlaceholder: StringConstructor;
|
|
@@ -408,21 +408,20 @@ declare const _default: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
408
408
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
409
409
|
}>, {
|
|
410
410
|
readonly type: EpPropMergeType<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => DatePickerType) | (((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => DatePickerType)) | null)[], unknown, unknown>;
|
|
411
|
-
readonly
|
|
411
|
+
readonly fallbackPlacements: Placement[];
|
|
412
|
+
readonly placement: EpPropMergeType<(new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], Placement, unknown>;
|
|
413
|
+
readonly popperOptions: Partial<Options>;
|
|
414
|
+
readonly popperStyle: _$vue.StyleValue;
|
|
412
415
|
readonly disabled: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
413
|
-
readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => ModelValueType | null) | (((new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => ModelValueType | null)) | null)[], unknown, unknown>;
|
|
414
|
-
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
415
416
|
readonly placeholder: string;
|
|
416
|
-
readonly valueOnClear: EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | (((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null)) | null)[], unknown, unknown>;
|
|
417
|
-
readonly readonly: boolean;
|
|
418
417
|
readonly clearable: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
419
418
|
readonly clearIcon: EpPropMergeType<(new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component) | (((new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component)) | null)[], unknown, unknown>;
|
|
419
|
+
readonly validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
420
|
+
readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null) | (((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null)) | null)[], unknown, unknown>;
|
|
421
|
+
readonly valueOnClear: EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | (((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null)) | null)[], unknown, unknown>;
|
|
422
|
+
readonly readonly: boolean;
|
|
420
423
|
readonly prefixIcon: EpPropMergeType<(new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component) | (((new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component)) | null)[], unknown, unknown>;
|
|
421
424
|
readonly tabindex: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
422
|
-
readonly popperStyle: _$vue.StyleValue;
|
|
423
|
-
readonly fallbackPlacements: Placement[];
|
|
424
|
-
readonly placement: EpPropMergeType<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], Placement, unknown>;
|
|
425
|
-
readonly popperOptions: Partial<Options>;
|
|
426
425
|
readonly automaticDropdown: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
427
426
|
readonly editable: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
428
427
|
readonly saveOnBlur: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -432,6 +431,7 @@ declare const _default: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
432
431
|
readonly showConfirm: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
433
432
|
readonly showFooter: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
434
433
|
readonly showWeekNumber: boolean;
|
|
434
|
+
readonly arrowControl: boolean;
|
|
435
435
|
readonly unlinkPanels: boolean;
|
|
436
436
|
readonly singlePanel: boolean;
|
|
437
437
|
readonly isRange: boolean;
|
|
@@ -33,7 +33,7 @@ declare const datePickerProps: {
|
|
|
33
33
|
readonly validateEvent: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
34
34
|
readonly unlinkPanels: BooleanConstructor;
|
|
35
35
|
readonly singlePanel: BooleanConstructor;
|
|
36
|
-
readonly placement: EpPropFinalized<(new (...args: any[]) => "auto" | "
|
|
36
|
+
readonly placement: EpPropFinalized<(new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | (((new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement)) | null)[], Placement, unknown, "bottom", boolean>;
|
|
37
37
|
readonly fallbackPlacements: EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | (((new (...args: any[]) => Placement[]) | (() => Placement[])) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
38
38
|
readonly disabledHours: {
|
|
39
39
|
readonly type: _$vue.PropType<GetDisabledHours>;
|
|
@@ -179,7 +179,7 @@ declare const datePickerProps: {
|
|
|
179
179
|
readonly saveOnBlur: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
180
180
|
readonly prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component) | (((new (...args: any[]) => (string | _$vue.Component) & {}) | (() => string | _$vue.Component)) | null)[], unknown, unknown, "", boolean>;
|
|
181
181
|
readonly size: {
|
|
182
|
-
readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "
|
|
182
|
+
readonly type: _$vue.PropType<EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
183
183
|
readonly required: false;
|
|
184
184
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
185
185
|
__epPropKey: true;
|
|
@@ -188,7 +188,7 @@ declare const datePickerProps: {
|
|
|
188
188
|
readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
189
189
|
readonly placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
190
190
|
readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial<Options>) | (() => Partial<Options>) | (((new (...args: any[]) => Partial<Options>) | (() => Partial<Options>)) | null)[], unknown, unknown, () => {}, boolean>;
|
|
191
|
-
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number |
|
|
191
|
+
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null) | (((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null)) | null)[], unknown, unknown, "", boolean>;
|
|
192
192
|
readonly rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
193
193
|
readonly startPlaceholder: StringConstructor;
|
|
194
194
|
readonly endPlaceholder: StringConstructor;
|
|
@@ -53,8 +53,8 @@ declare const __VLS_export: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
53
53
|
*/
|
|
54
54
|
focus: () => void;
|
|
55
55
|
}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
56
|
-
pick: (...args: any[]) => void;
|
|
57
56
|
select: (...args: any[]) => void;
|
|
57
|
+
pick: (...args: any[]) => void;
|
|
58
58
|
changerange: (...args: any[]) => void;
|
|
59
59
|
}, string, _$vue.PublicProps, Readonly<_$vue.ExtractPropTypes<{
|
|
60
60
|
selectionMode: EpPropFinalized<StringConstructor, string, unknown, string, boolean>;
|
|
@@ -100,8 +100,8 @@ declare const __VLS_export: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
100
100
|
}, boolean>;
|
|
101
101
|
disabled: BooleanConstructor;
|
|
102
102
|
}>> & Readonly<{
|
|
103
|
-
onPick?: ((...args: any[]) => any) | undefined;
|
|
104
103
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
104
|
+
onPick?: ((...args: any[]) => any) | undefined;
|
|
105
105
|
onChangerange?: ((...args: any[]) => any) | undefined;
|
|
106
106
|
}>, {
|
|
107
107
|
disabled: boolean;
|
|
@@ -53,8 +53,8 @@ declare const __VLS_export: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
53
53
|
*/
|
|
54
54
|
focus: () => void;
|
|
55
55
|
}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
56
|
-
pick: (...args: any[]) => void;
|
|
57
56
|
select: (...args: any[]) => void;
|
|
57
|
+
pick: (...args: any[]) => void;
|
|
58
58
|
changerange: (...args: any[]) => void;
|
|
59
59
|
}, string, _$vue.PublicProps, Readonly<_$vue.ExtractPropTypes<{
|
|
60
60
|
readonly selectionMode: EpPropFinalized<StringConstructor, string, unknown, string, boolean>;
|
|
@@ -100,8 +100,8 @@ declare const __VLS_export: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
100
100
|
}, boolean>;
|
|
101
101
|
readonly disabled: BooleanConstructor;
|
|
102
102
|
}>> & Readonly<{
|
|
103
|
-
onPick?: ((...args: any[]) => any) | undefined;
|
|
104
103
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
104
|
+
onPick?: ((...args: any[]) => any) | undefined;
|
|
105
105
|
onChangerange?: ((...args: any[]) => any) | undefined;
|
|
106
106
|
}>, {
|
|
107
107
|
readonly disabled: boolean;
|
|
@@ -43,9 +43,9 @@ declare const __VLS_base: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
43
43
|
readonly disabled: BooleanConstructor;
|
|
44
44
|
readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
45
45
|
}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
46
|
+
"panel-change": (...args: any[]) => void;
|
|
46
47
|
pick: (...args: any[]) => void;
|
|
47
48
|
"set-picker-option": (...args: any[]) => void;
|
|
48
|
-
"panel-change": (...args: any[]) => void;
|
|
49
49
|
}, string, _$vue.PublicProps, Readonly<_$vue.ExtractPropTypes<{
|
|
50
50
|
readonly parsedValue: {
|
|
51
51
|
readonly type: _$vue.PropType<EpPropMergeType<(new (...args: any[]) => dayjs.Dayjs | [dayjs.Dayjs, dayjs.Dayjs]) | (() => DayOrDays) | (((new (...args: any[]) => dayjs.Dayjs | [dayjs.Dayjs, dayjs.Dayjs]) | (() => DayOrDays)) | null)[], unknown, unknown>>;
|
|
@@ -71,11 +71,10 @@ declare const __VLS_base: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
71
71
|
readonly disabled: BooleanConstructor;
|
|
72
72
|
readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
73
73
|
}>> & Readonly<{
|
|
74
|
+
"onPanel-change"?: ((...args: any[]) => any) | undefined;
|
|
74
75
|
onPick?: ((...args: any[]) => any) | undefined;
|
|
75
76
|
"onSet-picker-option"?: ((...args: any[]) => any) | undefined;
|
|
76
|
-
"onPanel-change"?: ((...args: any[]) => any) | undefined;
|
|
77
77
|
}>, {
|
|
78
|
-
readonly format: string;
|
|
79
78
|
readonly visible: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
80
79
|
readonly disabled: boolean;
|
|
81
80
|
readonly border: boolean;
|
|
@@ -84,6 +83,7 @@ declare const __VLS_base: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
84
83
|
readonly showConfirm: boolean;
|
|
85
84
|
readonly showFooter: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
86
85
|
readonly showWeekNumber: boolean;
|
|
86
|
+
readonly format: string;
|
|
87
87
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, true, {}, any>;
|
|
88
88
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
89
89
|
declare const _default: typeof __VLS_export;
|
|
@@ -52,11 +52,11 @@ declare const __VLS_base: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
52
52
|
readonly showWeekNumber: BooleanConstructor;
|
|
53
53
|
readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
54
54
|
}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
55
|
-
pick: (...args: any[]) => void;
|
|
56
|
-
"set-picker-option": (...args: any[]) => void;
|
|
57
55
|
clear: (...args: any[]) => void;
|
|
58
56
|
"calendar-change": (...args: any[]) => void;
|
|
59
57
|
"panel-change": (...args: any[]) => void;
|
|
58
|
+
pick: (...args: any[]) => void;
|
|
59
|
+
"set-picker-option": (...args: any[]) => void;
|
|
60
60
|
}, string, _$vue.PublicProps, Readonly<_$vue.ExtractPropTypes<{
|
|
61
61
|
readonly unlinkPanels: BooleanConstructor;
|
|
62
62
|
readonly visible: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
@@ -83,11 +83,11 @@ declare const __VLS_base: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
83
83
|
readonly showWeekNumber: BooleanConstructor;
|
|
84
84
|
readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
85
85
|
}>> & Readonly<{
|
|
86
|
-
onPick?: ((...args: any[]) => any) | undefined;
|
|
87
|
-
"onSet-picker-option"?: ((...args: any[]) => any) | undefined;
|
|
88
86
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
89
87
|
"onCalendar-change"?: ((...args: any[]) => any) | undefined;
|
|
90
88
|
"onPanel-change"?: ((...args: any[]) => any) | undefined;
|
|
89
|
+
onPick?: ((...args: any[]) => any) | undefined;
|
|
90
|
+
"onSet-picker-option"?: ((...args: any[]) => any) | undefined;
|
|
91
91
|
}>, {
|
|
92
92
|
readonly visible: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
93
93
|
readonly disabled: boolean;
|
|
@@ -51,7 +51,7 @@ declare const _default: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
51
51
|
readonly dateFormat: StringConstructor;
|
|
52
52
|
readonly timeFormat: StringConstructor;
|
|
53
53
|
readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
54
|
-
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number |
|
|
54
|
+
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType) | (((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType)) | null)[], unknown, unknown, "", boolean>;
|
|
55
55
|
readonly defaultValue: {
|
|
56
56
|
readonly type: _$vue.PropType<EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>) | (((new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>)) | null)[], unknown, unknown>>;
|
|
57
57
|
readonly required: false;
|
|
@@ -111,7 +111,7 @@ declare const _default: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
111
111
|
readonly dateFormat: StringConstructor;
|
|
112
112
|
readonly timeFormat: StringConstructor;
|
|
113
113
|
readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
114
|
-
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number |
|
|
114
|
+
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType) | (((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType)) | null)[], unknown, unknown, "", boolean>;
|
|
115
115
|
readonly defaultValue: {
|
|
116
116
|
readonly type: _$vue.PropType<EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>) | (((new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>)) | null)[], unknown, unknown>>;
|
|
117
117
|
readonly required: false;
|
|
@@ -133,17 +133,17 @@ declare const _default: _$vue.DefineComponent<_$vue.ExtractPropTypes<{
|
|
|
133
133
|
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
134
134
|
}>, {
|
|
135
135
|
readonly type: EpPropMergeType<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => DatePickerType) | (((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => DatePickerType)) | null)[], unknown, unknown>;
|
|
136
|
-
readonly arrowControl: boolean;
|
|
137
136
|
readonly disabled: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
138
|
-
readonly border: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
139
|
-
readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => ModelValueType) | (((new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => ModelValueType)) | null)[], unknown, unknown>;
|
|
140
137
|
readonly clearable: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
138
|
+
readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType) | (((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType)) | null)[], unknown, unknown>;
|
|
139
|
+
readonly border: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
141
140
|
readonly editable: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
142
141
|
readonly shortcuts: unknown[];
|
|
143
142
|
readonly showNow: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
144
143
|
readonly showConfirm: boolean;
|
|
145
144
|
readonly showFooter: boolean;
|
|
146
145
|
readonly showWeekNumber: boolean;
|
|
146
|
+
readonly arrowControl: boolean;
|
|
147
147
|
readonly unlinkPanels: boolean;
|
|
148
148
|
readonly isRange: boolean;
|
|
149
149
|
}, {}, {}, {}, string, _$vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -32,17 +32,17 @@ declare const getPanel: (type: DatePickerType) => ({
|
|
|
32
32
|
readonly showWeekNumber: BooleanConstructor;
|
|
33
33
|
readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
34
34
|
}>> & Readonly<{
|
|
35
|
-
onPick?: ((...args: any[]) => any) | undefined;
|
|
36
|
-
"onSet-picker-option"?: ((...args: any[]) => any) | undefined;
|
|
37
35
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
38
36
|
"onCalendar-change"?: ((...args: any[]) => any) | undefined;
|
|
39
37
|
"onPanel-change"?: ((...args: any[]) => any) | undefined;
|
|
38
|
+
onPick?: ((...args: any[]) => any) | undefined;
|
|
39
|
+
"onSet-picker-option"?: ((...args: any[]) => any) | undefined;
|
|
40
40
|
}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
41
|
-
pick: (...args: any[]) => void;
|
|
42
|
-
"set-picker-option": (...args: any[]) => void;
|
|
43
41
|
clear: (...args: any[]) => void;
|
|
44
42
|
"calendar-change": (...args: any[]) => void;
|
|
45
43
|
"panel-change": (...args: any[]) => void;
|
|
44
|
+
pick: (...args: any[]) => void;
|
|
45
|
+
"set-picker-option": (...args: any[]) => void;
|
|
46
46
|
}, _$vue.PublicProps, {
|
|
47
47
|
readonly visible: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
48
48
|
readonly disabled: boolean;
|
|
@@ -87,11 +87,11 @@ declare const getPanel: (type: DatePickerType) => ({
|
|
|
87
87
|
readonly showWeekNumber: BooleanConstructor;
|
|
88
88
|
readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
89
89
|
}>> & Readonly<{
|
|
90
|
-
onPick?: ((...args: any[]) => any) | undefined;
|
|
91
|
-
"onSet-picker-option"?: ((...args: any[]) => any) | undefined;
|
|
92
90
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
93
91
|
"onCalendar-change"?: ((...args: any[]) => any) | undefined;
|
|
94
92
|
"onPanel-change"?: ((...args: any[]) => any) | undefined;
|
|
93
|
+
onPick?: ((...args: any[]) => any) | undefined;
|
|
94
|
+
"onSet-picker-option"?: ((...args: any[]) => any) | undefined;
|
|
95
95
|
}>, {}, {}, {}, {}, {
|
|
96
96
|
readonly visible: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
97
97
|
readonly disabled: boolean;
|
|
@@ -133,17 +133,17 @@ declare const getPanel: (type: DatePickerType) => ({
|
|
|
133
133
|
readonly showWeekNumber: BooleanConstructor;
|
|
134
134
|
readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
135
135
|
}>> & Readonly<{
|
|
136
|
-
onPick?: ((...args: any[]) => any) | undefined;
|
|
137
|
-
"onSet-picker-option"?: ((...args: any[]) => any) | undefined;
|
|
138
136
|
onClear?: ((...args: any[]) => any) | undefined;
|
|
139
137
|
"onCalendar-change"?: ((...args: any[]) => any) | undefined;
|
|
140
138
|
"onPanel-change"?: ((...args: any[]) => any) | undefined;
|
|
139
|
+
onPick?: ((...args: any[]) => any) | undefined;
|
|
140
|
+
"onSet-picker-option"?: ((...args: any[]) => any) | undefined;
|
|
141
141
|
}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
142
|
-
pick: (...args: any[]) => void;
|
|
143
|
-
"set-picker-option": (...args: any[]) => void;
|
|
144
142
|
clear: (...args: any[]) => void;
|
|
145
143
|
"calendar-change": (...args: any[]) => void;
|
|
146
144
|
"panel-change": (...args: any[]) => void;
|
|
145
|
+
pick: (...args: any[]) => void;
|
|
146
|
+
"set-picker-option": (...args: any[]) => void;
|
|
147
147
|
}, string, {
|
|
148
148
|
readonly visible: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
149
149
|
readonly disabled: boolean;
|
|
@@ -295,15 +295,14 @@ declare const getPanel: (type: DatePickerType) => ({
|
|
|
295
295
|
readonly disabled: BooleanConstructor;
|
|
296
296
|
readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
297
297
|
}>> & Readonly<{
|
|
298
|
+
"onPanel-change"?: ((...args: any[]) => any) | undefined;
|
|
298
299
|
onPick?: ((...args: any[]) => any) | undefined;
|
|
299
300
|
"onSet-picker-option"?: ((...args: any[]) => any) | undefined;
|
|
300
|
-
"onPanel-change"?: ((...args: any[]) => any) | undefined;
|
|
301
301
|
}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
302
|
+
"panel-change": (...args: any[]) => void;
|
|
302
303
|
pick: (...args: any[]) => void;
|
|
303
304
|
"set-picker-option": (...args: any[]) => void;
|
|
304
|
-
"panel-change": (...args: any[]) => void;
|
|
305
305
|
}, _$vue.PublicProps, {
|
|
306
|
-
readonly format: string;
|
|
307
306
|
readonly visible: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
308
307
|
readonly disabled: boolean;
|
|
309
308
|
readonly border: boolean;
|
|
@@ -312,6 +311,7 @@ declare const getPanel: (type: DatePickerType) => ({
|
|
|
312
311
|
readonly showConfirm: boolean;
|
|
313
312
|
readonly showFooter: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
314
313
|
readonly showWeekNumber: boolean;
|
|
314
|
+
readonly format: string;
|
|
315
315
|
}, true, {}, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, {}, any, _$vue.ComponentProvideOptions, {
|
|
316
316
|
P: {};
|
|
317
317
|
B: {};
|
|
@@ -344,11 +344,10 @@ declare const getPanel: (type: DatePickerType) => ({
|
|
|
344
344
|
readonly disabled: BooleanConstructor;
|
|
345
345
|
readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
346
346
|
}>> & Readonly<{
|
|
347
|
+
"onPanel-change"?: ((...args: any[]) => any) | undefined;
|
|
347
348
|
onPick?: ((...args: any[]) => any) | undefined;
|
|
348
349
|
"onSet-picker-option"?: ((...args: any[]) => any) | undefined;
|
|
349
|
-
"onPanel-change"?: ((...args: any[]) => any) | undefined;
|
|
350
350
|
}>, {}, {}, {}, {}, {
|
|
351
|
-
readonly format: string;
|
|
352
351
|
readonly visible: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
353
352
|
readonly disabled: boolean;
|
|
354
353
|
readonly border: boolean;
|
|
@@ -357,6 +356,7 @@ declare const getPanel: (type: DatePickerType) => ({
|
|
|
357
356
|
readonly showConfirm: boolean;
|
|
358
357
|
readonly showFooter: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
359
358
|
readonly showWeekNumber: boolean;
|
|
359
|
+
readonly format: string;
|
|
360
360
|
}>;
|
|
361
361
|
__isFragment?: never;
|
|
362
362
|
__isTeleport?: never;
|
|
@@ -386,15 +386,14 @@ declare const getPanel: (type: DatePickerType) => ({
|
|
|
386
386
|
readonly disabled: BooleanConstructor;
|
|
387
387
|
readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
388
388
|
}>> & Readonly<{
|
|
389
|
+
"onPanel-change"?: ((...args: any[]) => any) | undefined;
|
|
389
390
|
onPick?: ((...args: any[]) => any) | undefined;
|
|
390
391
|
"onSet-picker-option"?: ((...args: any[]) => any) | undefined;
|
|
391
|
-
"onPanel-change"?: ((...args: any[]) => any) | undefined;
|
|
392
392
|
}>, {}, {}, {}, {}, _$vue.ComponentOptionsMixin, _$vue.ComponentOptionsMixin, {
|
|
393
|
+
"panel-change": (...args: any[]) => void;
|
|
393
394
|
pick: (...args: any[]) => void;
|
|
394
395
|
"set-picker-option": (...args: any[]) => void;
|
|
395
|
-
"panel-change": (...args: any[]) => void;
|
|
396
396
|
}, string, {
|
|
397
|
-
readonly format: string;
|
|
398
397
|
readonly visible: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
399
398
|
readonly disabled: boolean;
|
|
400
399
|
readonly border: boolean;
|
|
@@ -403,6 +402,7 @@ declare const getPanel: (type: DatePickerType) => ({
|
|
|
403
402
|
readonly showConfirm: boolean;
|
|
404
403
|
readonly showFooter: EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
405
404
|
readonly showWeekNumber: boolean;
|
|
405
|
+
readonly format: string;
|
|
406
406
|
}, {}, string, {}, _$vue.GlobalComponents, _$vue.GlobalDirectives, string, _$vue.ComponentProvideOptions> & _$vue.VNodeProps & _$vue.AllowedComponentProps & _$vue.ComponentCustomProps & (new () => {
|
|
407
407
|
$slots: {
|
|
408
408
|
sidebar?: (props: {
|
|
@@ -51,7 +51,7 @@ declare const datePickerPanelProps: {
|
|
|
51
51
|
readonly dateFormat: StringConstructor;
|
|
52
52
|
readonly timeFormat: StringConstructor;
|
|
53
53
|
readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
54
|
-
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number |
|
|
54
|
+
readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType) | (((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType)) | null)[], unknown, unknown, "", boolean>;
|
|
55
55
|
readonly defaultValue: {
|
|
56
56
|
readonly type: _$vue.PropType<EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>) | (((new (...args: any[]) => Date | [Date, Date]) | (() => SingleOrRange<Date>)) | null)[], unknown, unknown>>;
|
|
57
57
|
readonly required: false;
|