vft 0.0.148 → 0.0.150
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/app-components/button/button-custom.d.ts +1 -1
- package/es/app-components/button/use-button.d.ts +6 -6
- package/es/app-components/form/form-label-wrap.d.ts +1 -1
- package/es/app-components/form/utils.d.ts +1 -1
- package/es/components/affix/affix.vue.d.ts +1 -1
- package/es/components/affix/index.d.ts +22 -22
- package/es/components/alert/alert.vue.d.ts +17 -17
- package/es/components/alert/index.d.ts +46 -46
- package/es/components/autocomplete/autocomplete.vue.d.ts +158 -158
- package/es/components/autocomplete/index.d.ts +445 -445
- package/es/components/avatar/avatar.vue.d.ts +13 -13
- package/es/components/avatar/index.d.ts +40 -40
- package/es/components/backtop/backtop.vue.d.ts +13 -13
- package/es/components/backtop/index.d.ts +40 -40
- package/es/components/backtop/use-backtop.d.ts +1 -1
- package/es/components/button/button-custom.d.ts +1 -1
- package/es/components/button/button-group.vue.d.ts +5 -5
- package/es/components/button/button.vue.d.ts +48 -48
- package/es/components/button/index.d.ts +159 -159
- package/es/components/button/use-button.d.ts +6 -6
- package/es/components/card/card.vue.d.ts +7 -7
- package/es/components/card/index.d.ts +31 -31
- package/es/components/carousel/carousel-item.vue.d.ts +5 -5
- package/es/components/carousel/carousel.vue.d.ts +23 -23
- package/es/components/carousel/index.d.ts +111 -111
- package/es/components/carousel/use-carousel-item.d.ts +10 -10
- package/es/components/carousel/use-carousel.d.ts +8 -8
- package/es/components/check-tag/check-tag.vue.d.ts +3 -3
- package/es/components/check-tag/index.d.ts +25 -25
- package/es/components/checkbox/checkbox-button.vue.d.ts +31 -31
- package/es/components/checkbox/checkbox-group.vue.d.ts +25 -25
- package/es/components/checkbox/checkbox.vue.d.ts +31 -31
- package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +2 -2
- package/es/components/checkbox/composables/use-checkbox-model.d.ts +3 -3
- package/es/components/checkbox/composables/use-checkbox-status.d.ts +5 -5
- package/es/components/checkbox/composables/use-checkbox.d.ts +9 -9
- package/es/components/checkbox/index.d.ts +317 -317
- package/es/components/clamp/clamp.vue.d.ts +15 -15
- package/es/components/clamp/index.d.ts +43 -43
- package/es/components/clamp-toggle/clamp-toggle.vue.d.ts +25 -25
- package/es/components/clamp-toggle/index.d.ts +25 -25
- package/es/components/col/col.vue.d.ts +21 -21
- package/es/components/col/index.d.ts +52 -52
- package/es/components/collapse-transition/index.d.ts +44 -44
- package/es/components/collapse-transition/src/collapse-transition.vue.d.ts +1 -1
- package/es/components/collection/collection-item.vue.d.ts +1 -1
- package/es/components/collection/collection.d.ts +44 -44
- package/es/components/collection/collection.vue.d.ts +1 -1
- package/es/components/color-picker/color-picker.vue.d.ts +24 -24
- package/es/components/color-picker/components/alpha-slider.vue.d.ts +5 -5
- package/es/components/color-picker/components/hue-slider.vue.d.ts +7 -7
- package/es/components/color-picker/components/predefine.vue.d.ts +1 -1
- package/es/components/color-picker/components/sv-panel.vue.d.ts +6 -6
- package/es/components/color-picker/composables/use-alpha-slider.d.ts +5 -5
- package/es/components/color-picker/index.d.ts +24 -24
- package/es/components/config-provider/config-provider.vue.d.ts +23 -23
- package/es/components/config-provider/hooks/use-global-config.d.ts +3 -3
- package/es/components/config-provider/index.d.ts +55 -55
- package/es/components/container/aside.vue.d.ts +3 -3
- package/es/components/container/container.vue.d.ts +3 -3
- package/es/components/container/footer.vue.d.ts +3 -3
- package/es/components/container/header.vue.d.ts +3 -3
- package/es/components/container/index.d.ts +219 -219
- package/es/components/container/main.vue.d.ts +1 -1
- package/es/components/context-menu/context-menu.vue.d.ts +9 -9
- package/es/components/date-picker/composables/use-month-range-header.d.ts +4 -4
- package/es/components/date-picker/date-picker-com/basic-cell-render.d.ts +4 -4
- package/es/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +13 -13
- package/es/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +11 -11
- package/es/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +7 -7
- package/es/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +8 -8
- package/es/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +6 -6
- package/es/components/date-picker/date-picker-com/panel-month-range.vue.d.ts +3 -3
- package/es/components/date-picker/date-picker.d.ts +25 -25
- package/es/components/date-picker/index.d.ts +50 -50
- package/es/components/date-picker/panel-utils.d.ts +92 -92
- package/es/components/date-picker/props/basic-cell.d.ts +1 -1
- package/es/components/date-picker/props/basic-date-table.d.ts +6 -6
- package/es/components/date-picker/props/basic-month-table.d.ts +5 -5
- package/es/components/date-picker/props/basic-year-table.d.ts +3 -3
- package/es/components/date-picker/props/date-picker.d.ts +11 -11
- package/es/components/date-picker/props/panel-date-pick.d.ts +3 -3
- package/es/components/date-picker/props/panel-date-range.d.ts +2 -2
- package/es/components/date-picker/props/panel-month-range.d.ts +1 -1
- package/es/components/date-picker/props/shared.d.ts +7 -7
- package/es/components/date-time-select/date-time-select.vue.d.ts +5 -5
- package/es/components/date-time-select/index.d.ts +5 -5
- package/es/components/descriptions/description-item.vue.d.ts +17 -17
- package/es/components/descriptions/description.vue.d.ts +13 -13
- package/es/components/descriptions/descriptions-cell.d.ts +1 -1
- package/es/components/descriptions/descriptions-row.vue.d.ts +3 -3
- package/es/components/descriptions/index.d.ts +132 -132
- package/es/components/dialog/dialog-content.vue.d.ts +17 -17
- package/es/components/dialog/dialog.vue.d.ts +49 -49
- package/es/components/dialog/hooks/use-dialog.d.ts +2 -2
- package/es/components/dialog/index.d.ts +97 -97
- package/es/components/divider/divider.vue.d.ts +13 -13
- package/es/components/divider/index.d.ts +40 -40
- package/es/components/drawer/drawer.vue.d.ts +55 -55
- package/es/components/drawer/index.d.ts +103 -103
- package/es/components/dropdown/dropdown-item-impl.vue.d.ts +5 -5
- package/es/components/dropdown/dropdown-item.vue.d.ts +3 -3
- package/es/components/dropdown/dropdown-menu.vue.d.ts +8 -8
- package/es/components/dropdown/dropdown.vue.d.ts +39 -39
- package/es/components/dropdown/index.d.ts +101 -101
- package/es/components/dropdown/useDropdown.d.ts +1 -1
- package/es/components/empty/empty.vue.d.ts +9 -9
- package/es/components/empty/index.d.ts +34 -34
- package/es/components/exception/exception.vue.d.ts +7 -7
- package/es/components/exception/index.d.ts +7 -7
- package/es/components/focus-trap/focus-trap.vue.d.ts +1 -1
- package/es/components/focus-trap/utils.d.ts +3 -3
- package/es/components/footer-layout/footer-layout.vue.d.ts +1 -1
- package/es/components/footer-layout/index.d.ts +22 -22
- package/es/components/form/form-item.vue.d.ts +26 -26
- package/es/components/form/form-label-wrap.d.ts +1 -1
- package/es/components/form/form.vue.d.ts +31 -31
- package/es/components/form/hooks/use-form-common-props.d.ts +4 -4
- package/es/components/form/index.d.ts +195 -195
- package/es/components/form/utils.d.ts +1 -1
- package/es/components/full-screen/full-screen.vue.d.ts +21 -21
- package/es/components/full-screen/index.d.ts +21 -21
- package/es/components/header-layout/header-layout.vue.d.ts +3 -3
- package/es/components/header-layout/index.d.ts +25 -25
- package/es/components/horizontal-menu/horizontal-menu.vue.d.ts +22 -22
- package/es/components/horizontal-menu/index.d.ts +22 -22
- package/es/components/icon/icon.vue.d.ts +15 -15
- package/es/components/icon/index.d.ts +15 -15
- package/es/components/icon-text/icon-text.vue.d.ts +21 -21
- package/es/components/icon-text/index.d.ts +21 -21
- package/es/components/iframe-layout/iframe-layout.vue.d.ts +3 -3
- package/es/components/iframe-layout/iframe-page.vue.d.ts +3 -3
- package/es/components/iframe-layout/index.d.ts +3 -3
- package/es/components/image/image.vue.d.ts +25 -25
- package/es/components/image/index.d.ts +73 -73
- package/es/components/image/p-image.vue.d.ts +15 -15
- package/es/components/image-viewer/image-viewer.vue.d.ts +17 -17
- package/es/components/image-viewer/index.d.ts +46 -46
- package/es/components/infinite-scroll/index.d.ts +2 -2
- package/es/components/input/index.d.ts +100 -100
- package/es/components/input/input.vue.d.ts +51 -51
- package/es/components/input-number/index.d.ts +35 -35
- package/es/components/input-number/input-number.vue.d.ts +35 -35
- package/es/components/link/index.d.ts +40 -40
- package/es/components/link/link.vue.d.ts +13 -13
- package/es/components/list-cell/index.d.ts +9 -9
- package/es/components/list-cell/list-cell.vue.d.ts +9 -9
- package/es/components/loading/index.d.ts +19 -19
- package/es/components/loading/loading.d.ts +19 -19
- package/es/components/logo/index.d.ts +7 -7
- package/es/components/logo/logo.vue.d.ts +7 -7
- package/es/components/md-code-demo/index.d.ts +4 -4
- package/es/components/md-code-demo/md-code-demo.d.ts +1 -1
- package/es/components/md-code-tabs/index.d.ts +4 -4
- package/es/components/md-code-tabs/md-code-tabs.d.ts +1 -1
- package/es/components/md-comment/index.d.ts +1 -1
- package/es/components/md-comment/md-comment.vue.d.ts +1 -1
- package/es/components/md-container/index.d.ts +22 -22
- package/es/components/md-container/md-container.vue.d.ts +1 -1
- package/es/components/md-container/toc.d.ts +1 -1
- package/es/components/md-tabs/index.d.ts +4 -4
- package/es/components/md-tabs/md-tabs.d.ts +1 -1
- package/es/components/md-vue-playground/index.d.ts +7 -7
- package/es/components/md-vue-playground/md-vue-playground.vue.d.ts +7 -7
- package/es/components/menu/index.d.ts +205 -205
- package/es/components/menu/menu-collapse-transition.vue.d.ts +1 -1
- package/es/components/menu/menu-item-group.vue.d.ts +3 -3
- package/es/components/menu/menu-item.vue.d.ts +21 -21
- package/es/components/menu/menu.vue.d.ts +23 -23
- package/es/components/menu/sub-menu.vue.d.ts +30 -30
- package/es/components/menu/use-menu-css-var.d.ts +1 -1
- package/es/components/menu/use-menu.d.ts +2 -2
- package/es/components/message/message.vue.d.ts +31 -31
- package/es/components/modal/index.d.ts +112 -112
- package/es/components/modal/modal-footer-action.vue.d.ts +11 -11
- package/es/components/modal/modal.vue.d.ts +61 -61
- package/es/components/multiple-tabs/index.d.ts +11 -11
- package/es/components/multiple-tabs/multiple-tabs.vue.d.ts +11 -11
- package/es/components/multiple-tabs/tab-content.vue.d.ts +11 -10
- package/es/components/multiple-tabs/use/use-tab-dropdown.d.ts +1 -1
- package/es/components/overlay/index.d.ts +11 -11
- package/es/components/overlay/overlay.vue.d.ts +11 -11
- package/es/components/page-wrapper/index.d.ts +25 -25
- package/es/components/page-wrapper/page-wrapper.vue.d.ts +3 -3
- package/es/components/pagination/components/jumper.vue.d.ts +3 -3
- package/es/components/pagination/components/next.vue.d.ts +9 -9
- package/es/components/pagination/components/pager.vue.d.ts +9 -9
- package/es/components/pagination/components/prev.vue.d.ts +7 -7
- package/es/components/pagination/components/sizes.vue.d.ts +11 -11
- package/es/components/pagination/components/total.vue.d.ts +3 -3
- package/es/components/pagination/index.d.ts +37 -37
- package/es/components/pagination/pagination.vue.d.ts +37 -37
- package/es/components/popconfirm/index.d.ts +58 -58
- package/es/components/popconfirm/popconfirm.vue.d.ts +25 -25
- package/es/components/popover/index.d.ts +88 -88
- package/es/components/popover/popover.vue.d.ts +44 -44
- package/es/components/popper/arrow.vue.d.ts +4 -4
- package/es/components/popper/composables/use-content-dom.d.ts +6 -6
- package/es/components/popper/composables/use-content.d.ts +7 -7
- package/es/components/popper/composables/use-focus-trap.d.ts +2 -2
- package/es/components/popper/content.vue.d.ts +52 -52
- package/es/components/popper/index.d.ts +40 -40
- package/es/components/popper/popper.vue.d.ts +8 -8
- package/es/components/popper/trigger.vue.d.ts +24 -24
- package/es/components/progress/index.d.ts +64 -64
- package/es/components/progress/progress.vue.d.ts +29 -29
- package/es/components/progress-i/index.d.ts +1 -1
- package/es/components/progress-i/progress-i.vue.d.ts +1 -1
- package/es/components/qrcode/index.d.ts +11 -11
- package/es/components/qrcode/qrcode.vue.d.ts +11 -11
- package/es/components/radio/index.d.ts +227 -227
- package/es/components/radio/radio-button.vue.d.ts +11 -11
- package/es/components/radio/radio-group.vue.d.ts +23 -23
- package/es/components/radio/radio.vue.d.ts +15 -15
- package/es/components/radio/use-radio.d.ts +7 -7
- package/es/components/result/index.d.ts +7 -7
- package/es/components/result/result.vue.d.ts +7 -7
- package/es/components/router-view-content/index.d.ts +13 -13
- package/es/components/router-view-content/router-view-content.vue.d.ts +13 -13
- package/es/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +1 -1
- package/es/components/roving-focus-group/roving-focus-group.vue.d.ts +1 -1
- package/es/components/roving-focus-group/roving-focus-item.vue.d.ts +2 -2
- package/es/components/roving-focus-group/types.d.ts +45 -45
- package/es/components/row/index.d.ts +34 -34
- package/es/components/row/row.vue.d.ts +9 -9
- package/es/components/scrollbar/bar.vue.d.ts +11 -11
- package/es/components/scrollbar/index.d.ts +58 -58
- package/es/components/scrollbar/scrollbar.vue.d.ts +24 -24
- package/es/components/scrollbar/thumb.vue.d.ts +11 -11
- package/es/components/search/index.d.ts +61 -61
- package/es/components/search/search.vue.d.ts +24 -24
- package/es/components/select/group-item.vue.d.ts +2 -2
- package/es/components/select/index.d.ts +334 -334
- package/es/components/select/option-item.vue.d.ts +2 -2
- package/es/components/select/select-dropdown.d.ts +1 -1
- package/es/components/select/select.vue.d.ts +167 -167
- package/es/components/select/useSelect.d.ts +147 -147
- package/es/components/side-menu/index.d.ts +40 -40
- package/es/components/side-menu/side-menu.vue.d.ts +40 -40
- package/es/components/skeleton/index.d.ts +46 -46
- package/es/components/skeleton/skeleton-item.vue.d.ts +3 -3
- package/es/components/skeleton/skeleton.vue.d.ts +12 -12
- package/es/components/slider/button.vue.d.ts +11 -11
- package/es/components/slider/composables/use-lifecycle.d.ts +1 -1
- package/es/components/slider/composables/use-marks.d.ts +1 -1
- package/es/components/slider/composables/use-slide.d.ts +63 -63
- package/es/components/slider/index.d.ts +51 -51
- package/es/components/slider/marker.d.ts +2 -2
- package/es/components/slider/slider.vue.d.ts +51 -51
- package/es/components/slot/only-child.d.ts +1 -1
- package/es/components/space/index.d.ts +6 -6
- package/es/components/space/item.d.ts +4 -4
- package/es/components/space/space.d.ts +6 -6
- package/es/components/space/use-space.d.ts +3 -3
- package/es/components/super-form/index.d.ts +151 -151
- package/es/components/super-form/super-form-action.vue.d.ts +15 -15
- package/es/components/super-form/super-form-item.vue.d.ts +15 -15
- package/es/components/super-form/super-form.vue.d.ts +86 -86
- package/es/components/super-form/use/use-form-events.js +109 -109
- package/es/components/switch/index.d.ts +44 -44
- package/es/components/switch/switch.vue.d.ts +44 -44
- package/es/components/table/index.d.ts +337 -337
- package/es/components/table/table.vue.d.ts +209 -209
- package/es/components/tabs/index.d.ts +104 -104
- package/es/components/tabs/tab-bar.vue.d.ts +4 -4
- package/es/components/tabs/tab-nav.vue.d.ts +23 -23
- package/es/components/tabs/tab-pane.vue.d.ts +11 -11
- package/es/components/tabs/tabs.vue.d.ts +30 -30
- package/es/components/tag/index.d.ts +17 -17
- package/es/components/tag/tag.vue.d.ts +17 -17
- package/es/components/time-picker/common/picker.vue.d.ts +25 -25
- package/es/components/time-picker/common/props.d.ts +9 -9
- package/es/components/time-picker/composables/use-time-picker.d.ts +1 -1
- package/es/components/time-picker/index.d.ts +50 -50
- package/es/components/time-picker/props/basic-time-spinner.d.ts +5 -5
- package/es/components/time-picker/props/panel-time-picker.d.ts +1 -1
- package/es/components/time-picker/props/panel-time-range.d.ts +1 -1
- package/es/components/time-picker/props/shared.d.ts +3 -3
- package/es/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +11 -11
- package/es/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +3 -3
- package/es/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +3 -3
- package/es/components/time-picker/time-picker.d.ts +25 -25
- package/es/components/time-select/time-select.vue.d.ts +7 -7
- package/es/components/tooltip/content.vue.d.ts +65 -65
- package/es/components/tooltip/index.d.ts +169 -169
- package/es/components/tooltip/tooltip.vue.d.ts +97 -97
- package/es/components/tooltip/trigger.vue.d.ts +12 -12
- package/es/components/tooltip/utils.d.ts +1 -1
- package/es/components/tree/index.d.ts +200 -200
- package/es/components/tree/model/useDragNode.d.ts +1 -1
- package/es/components/tree/tree-node-content.vue.d.ts +1 -1
- package/es/components/tree/tree-node.vue.d.ts +5 -5
- package/es/components/tree/tree.vue.d.ts +53 -53
- package/es/components/upload/index.d.ts +100 -100
- package/es/components/upload/upload-content.vue.d.ts +49 -49
- package/es/components/upload/upload-dragger.vue.d.ts +3 -3
- package/es/components/upload/upload-list.vue.d.ts +9 -9
- package/es/components/upload/upload.vue.d.ts +53 -53
- package/es/components/upload/use-handlers.d.ts +2 -2
- package/es/components/verify-code/index.d.ts +8 -8
- package/es/components/verify-code/useImageVerify.d.ts +2 -2
- package/es/components/verify-code/verify-code.vue.d.ts +8 -8
- package/es/components/virtual-list/builders/build-grid.d.ts +19 -19
- package/es/components/virtual-list/builders/build-list.d.ts +23 -23
- package/es/components/virtual-list/components/dynamic-size-grid.d.ts +20 -20
- package/es/components/virtual-list/components/dynamic-size-list.d.ts +23 -23
- package/es/components/virtual-list/components/fixed-size-grid.d.ts +20 -20
- package/es/components/virtual-list/components/fixed-size-list.d.ts +23 -23
- package/es/components/virtual-list/components/scrollbar.d.ts +10 -10
- package/es/components/virtual-list/hooks/use-cache.d.ts +1 -1
- package/es/components/virtual-list/props.d.ts +22 -22
- package/es/hooks/use-model-toggle/index.d.ts +2 -2
- package/es/hooks/use-namespace/index.d.ts +1 -1
- package/es/hooks/use-popper/index.d.ts +4 -4
- package/es/hooks/use-popper-container/index.d.ts +2 -2
- package/es/hooks/use-size/index.d.ts +1 -1
- package/es/hooks/use-z-index/index.d.ts +2 -2
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/lib/app-components/button/button-custom.d.ts +1 -1
- package/lib/app-components/button/use-button.d.ts +6 -6
- package/lib/app-components/form/form-label-wrap.d.ts +1 -1
- package/lib/app-components/form/utils.d.ts +1 -1
- package/lib/components/affix/affix.vue.d.ts +1 -1
- package/lib/components/affix/index.d.ts +22 -22
- package/lib/components/alert/alert.vue.d.ts +17 -17
- package/lib/components/alert/index.d.ts +46 -46
- package/lib/components/autocomplete/autocomplete.vue.d.ts +158 -158
- package/lib/components/autocomplete/index.d.ts +445 -445
- package/lib/components/avatar/avatar.vue.d.ts +13 -13
- package/lib/components/avatar/index.d.ts +40 -40
- package/lib/components/backtop/backtop.vue.d.ts +13 -13
- package/lib/components/backtop/index.d.ts +40 -40
- package/lib/components/backtop/use-backtop.d.ts +1 -1
- package/lib/components/button/button-custom.d.ts +1 -1
- package/lib/components/button/button-group.vue.d.ts +5 -5
- package/lib/components/button/button.vue.d.ts +48 -48
- package/lib/components/button/index.d.ts +159 -159
- package/lib/components/button/use-button.d.ts +6 -6
- package/lib/components/card/card.vue.d.ts +7 -7
- package/lib/components/card/index.d.ts +31 -31
- package/lib/components/carousel/carousel-item.vue.d.ts +5 -5
- package/lib/components/carousel/carousel.vue.d.ts +23 -23
- package/lib/components/carousel/index.d.ts +111 -111
- package/lib/components/carousel/use-carousel-item.d.ts +10 -10
- package/lib/components/carousel/use-carousel.d.ts +8 -8
- package/lib/components/check-tag/check-tag.vue.d.ts +3 -3
- package/lib/components/check-tag/index.d.ts +25 -25
- package/lib/components/checkbox/checkbox-button.vue.d.ts +31 -31
- package/lib/components/checkbox/checkbox-group.vue.d.ts +25 -25
- package/lib/components/checkbox/checkbox.vue.d.ts +31 -31
- package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +2 -2
- package/lib/components/checkbox/composables/use-checkbox-model.d.ts +3 -3
- package/lib/components/checkbox/composables/use-checkbox-status.d.ts +5 -5
- package/lib/components/checkbox/composables/use-checkbox.d.ts +9 -9
- package/lib/components/checkbox/index.d.ts +317 -317
- package/lib/components/clamp/clamp.vue.d.ts +15 -15
- package/lib/components/clamp/index.d.ts +43 -43
- package/lib/components/clamp-toggle/clamp-toggle.vue.d.ts +25 -25
- package/lib/components/clamp-toggle/index.d.ts +25 -25
- package/lib/components/col/col.vue.d.ts +21 -21
- package/lib/components/col/index.d.ts +52 -52
- package/lib/components/collapse-transition/index.d.ts +44 -44
- package/lib/components/collapse-transition/src/collapse-transition.vue.d.ts +1 -1
- package/lib/components/collection/collection-item.vue.d.ts +1 -1
- package/lib/components/collection/collection.d.ts +44 -44
- package/lib/components/collection/collection.vue.d.ts +1 -1
- package/lib/components/color-picker/color-picker.vue.d.ts +24 -24
- package/lib/components/color-picker/components/alpha-slider.vue.d.ts +5 -5
- package/lib/components/color-picker/components/hue-slider.vue.d.ts +7 -7
- package/lib/components/color-picker/components/predefine.vue.d.ts +1 -1
- package/lib/components/color-picker/components/sv-panel.vue.d.ts +6 -6
- package/lib/components/color-picker/composables/use-alpha-slider.d.ts +5 -5
- package/lib/components/color-picker/index.d.ts +24 -24
- package/lib/components/config-provider/config-provider.vue.d.ts +23 -23
- package/lib/components/config-provider/hooks/use-global-config.d.ts +3 -3
- package/lib/components/config-provider/index.d.ts +55 -55
- package/lib/components/container/aside.vue.d.ts +3 -3
- package/lib/components/container/container.vue.d.ts +3 -3
- package/lib/components/container/footer.vue.d.ts +3 -3
- package/lib/components/container/header.vue.d.ts +3 -3
- package/lib/components/container/index.d.ts +219 -219
- package/lib/components/container/main.vue.d.ts +1 -1
- package/lib/components/context-menu/context-menu.vue.d.ts +9 -9
- package/lib/components/date-picker/composables/use-month-range-header.d.ts +4 -4
- package/lib/components/date-picker/date-picker-com/basic-cell-render.d.ts +4 -4
- package/lib/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +13 -13
- package/lib/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +11 -11
- package/lib/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +7 -7
- package/lib/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +8 -8
- package/lib/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +6 -6
- package/lib/components/date-picker/date-picker-com/panel-month-range.vue.d.ts +3 -3
- package/lib/components/date-picker/date-picker.d.ts +25 -25
- package/lib/components/date-picker/index.d.ts +50 -50
- package/lib/components/date-picker/panel-utils.d.ts +92 -92
- package/lib/components/date-picker/props/basic-cell.d.ts +1 -1
- package/lib/components/date-picker/props/basic-date-table.d.ts +6 -6
- package/lib/components/date-picker/props/basic-month-table.d.ts +5 -5
- package/lib/components/date-picker/props/basic-year-table.d.ts +3 -3
- package/lib/components/date-picker/props/date-picker.d.ts +11 -11
- package/lib/components/date-picker/props/panel-date-pick.d.ts +3 -3
- package/lib/components/date-picker/props/panel-date-range.d.ts +2 -2
- package/lib/components/date-picker/props/panel-month-range.d.ts +1 -1
- package/lib/components/date-picker/props/shared.d.ts +7 -7
- package/lib/components/date-time-select/date-time-select.vue.d.ts +5 -5
- package/lib/components/date-time-select/index.d.ts +5 -5
- package/lib/components/descriptions/description-item.vue.d.ts +17 -17
- package/lib/components/descriptions/description.vue.d.ts +13 -13
- package/lib/components/descriptions/descriptions-cell.d.ts +1 -1
- package/lib/components/descriptions/descriptions-row.vue.d.ts +3 -3
- package/lib/components/descriptions/index.d.ts +132 -132
- package/lib/components/dialog/dialog-content.vue.d.ts +17 -17
- package/lib/components/dialog/dialog.vue.d.ts +49 -49
- package/lib/components/dialog/hooks/use-dialog.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +97 -97
- package/lib/components/divider/divider.vue.d.ts +13 -13
- package/lib/components/divider/index.d.ts +40 -40
- package/lib/components/drawer/drawer.vue.d.ts +55 -55
- package/lib/components/drawer/index.d.ts +103 -103
- package/lib/components/dropdown/dropdown-item-impl.vue.d.ts +5 -5
- package/lib/components/dropdown/dropdown-item.vue.d.ts +3 -3
- package/lib/components/dropdown/dropdown-menu.vue.d.ts +8 -8
- package/lib/components/dropdown/dropdown.vue.d.ts +39 -39
- package/lib/components/dropdown/index.d.ts +101 -101
- package/lib/components/dropdown/useDropdown.d.ts +1 -1
- package/lib/components/empty/empty.vue.d.ts +9 -9
- package/lib/components/empty/index.d.ts +34 -34
- package/lib/components/exception/exception.vue.d.ts +7 -7
- package/lib/components/exception/index.d.ts +7 -7
- package/lib/components/focus-trap/focus-trap.vue.d.ts +1 -1
- package/lib/components/focus-trap/utils.d.ts +3 -3
- package/lib/components/footer-layout/footer-layout.vue.d.ts +1 -1
- package/lib/components/footer-layout/index.d.ts +22 -22
- package/lib/components/form/form-item.vue.d.ts +26 -26
- package/lib/components/form/form-label-wrap.d.ts +1 -1
- package/lib/components/form/form.vue.d.ts +31 -31
- package/lib/components/form/hooks/use-form-common-props.d.ts +4 -4
- package/lib/components/form/index.d.ts +195 -195
- package/lib/components/form/utils.d.ts +1 -1
- package/lib/components/full-screen/full-screen.vue.d.ts +21 -21
- package/lib/components/full-screen/index.d.ts +21 -21
- package/lib/components/header-layout/header-layout.vue.d.ts +3 -3
- package/lib/components/header-layout/index.d.ts +25 -25
- package/lib/components/horizontal-menu/horizontal-menu.vue.d.ts +22 -22
- package/lib/components/horizontal-menu/index.d.ts +22 -22
- package/lib/components/icon/icon.vue.d.ts +15 -15
- package/lib/components/icon/index.d.ts +15 -15
- package/lib/components/icon-text/icon-text.vue.d.ts +21 -21
- package/lib/components/icon-text/index.d.ts +21 -21
- package/lib/components/iframe-layout/iframe-layout.vue.d.ts +3 -3
- package/lib/components/iframe-layout/iframe-page.vue.d.ts +3 -3
- package/lib/components/iframe-layout/index.d.ts +3 -3
- package/lib/components/image/image.vue.d.ts +25 -25
- package/lib/components/image/index.d.ts +73 -73
- package/lib/components/image/p-image.vue.d.ts +15 -15
- package/lib/components/image-viewer/image-viewer.vue.d.ts +17 -17
- package/lib/components/image-viewer/index.d.ts +46 -46
- package/lib/components/infinite-scroll/index.d.ts +2 -2
- package/lib/components/input/index.d.ts +100 -100
- package/lib/components/input/input.vue.d.ts +51 -51
- package/lib/components/input-number/index.d.ts +35 -35
- package/lib/components/input-number/input-number.vue.d.ts +35 -35
- package/lib/components/link/index.d.ts +40 -40
- package/lib/components/link/link.vue.d.ts +13 -13
- package/lib/components/list-cell/index.d.ts +9 -9
- package/lib/components/list-cell/list-cell.vue.d.ts +9 -9
- package/lib/components/loading/index.d.ts +19 -19
- package/lib/components/loading/loading.d.ts +19 -19
- package/lib/components/logo/index.d.ts +7 -7
- package/lib/components/logo/logo.vue.d.ts +7 -7
- package/lib/components/md-code-demo/index.d.ts +4 -4
- package/lib/components/md-code-demo/md-code-demo.d.ts +1 -1
- package/lib/components/md-code-tabs/index.d.ts +4 -4
- package/lib/components/md-code-tabs/md-code-tabs.d.ts +1 -1
- package/lib/components/md-comment/index.d.ts +1 -1
- package/lib/components/md-comment/md-comment.vue.d.ts +1 -1
- package/lib/components/md-container/index.d.ts +22 -22
- package/lib/components/md-container/md-container.vue.d.ts +1 -1
- package/lib/components/md-container/toc.d.ts +1 -1
- package/lib/components/md-tabs/index.d.ts +4 -4
- package/lib/components/md-tabs/md-tabs.d.ts +1 -1
- package/lib/components/md-vue-playground/index.d.ts +7 -7
- package/lib/components/md-vue-playground/md-vue-playground.vue.d.ts +7 -7
- package/lib/components/menu/index.d.ts +205 -205
- package/lib/components/menu/menu-collapse-transition.vue.d.ts +1 -1
- package/lib/components/menu/menu-item-group.vue.d.ts +3 -3
- package/lib/components/menu/menu-item.vue.d.ts +21 -21
- package/lib/components/menu/menu.vue.d.ts +23 -23
- package/lib/components/menu/sub-menu.vue.d.ts +30 -30
- package/lib/components/menu/use-menu-css-var.d.ts +1 -1
- package/lib/components/menu/use-menu.d.ts +2 -2
- package/lib/components/message/message.vue.d.ts +31 -31
- package/lib/components/modal/index.d.ts +112 -112
- package/lib/components/modal/modal-footer-action.vue.d.ts +11 -11
- package/lib/components/modal/modal.vue.d.ts +61 -61
- package/lib/components/multiple-tabs/index.d.ts +11 -11
- package/lib/components/multiple-tabs/multiple-tabs.vue.d.ts +11 -11
- package/lib/components/multiple-tabs/tab-content.vue.d.ts +11 -10
- package/lib/components/multiple-tabs/use/use-tab-dropdown.d.ts +1 -1
- package/lib/components/overlay/index.d.ts +11 -11
- package/lib/components/overlay/overlay.vue.d.ts +11 -11
- package/lib/components/page-wrapper/index.d.ts +25 -25
- package/lib/components/page-wrapper/page-wrapper.vue.d.ts +3 -3
- package/lib/components/pagination/components/jumper.vue.d.ts +3 -3
- package/lib/components/pagination/components/next.vue.d.ts +9 -9
- package/lib/components/pagination/components/pager.vue.d.ts +9 -9
- package/lib/components/pagination/components/prev.vue.d.ts +7 -7
- package/lib/components/pagination/components/sizes.vue.d.ts +11 -11
- package/lib/components/pagination/components/total.vue.d.ts +3 -3
- package/lib/components/pagination/index.d.ts +37 -37
- package/lib/components/pagination/pagination.vue.d.ts +37 -37
- package/lib/components/popconfirm/index.d.ts +58 -58
- package/lib/components/popconfirm/popconfirm.vue.d.ts +25 -25
- package/lib/components/popover/index.d.ts +88 -88
- package/lib/components/popover/popover.vue.d.ts +44 -44
- package/lib/components/popper/arrow.vue.d.ts +4 -4
- package/lib/components/popper/composables/use-content-dom.d.ts +6 -6
- package/lib/components/popper/composables/use-content.d.ts +7 -7
- package/lib/components/popper/composables/use-focus-trap.d.ts +2 -2
- package/lib/components/popper/content.vue.d.ts +52 -52
- package/lib/components/popper/index.d.ts +40 -40
- package/lib/components/popper/popper.vue.d.ts +8 -8
- package/lib/components/popper/trigger.vue.d.ts +24 -24
- package/lib/components/progress/index.d.ts +64 -64
- package/lib/components/progress/progress.vue.d.ts +29 -29
- package/lib/components/progress-i/index.d.ts +1 -1
- package/lib/components/progress-i/progress-i.vue.d.ts +1 -1
- package/lib/components/qrcode/index.d.ts +11 -11
- package/lib/components/qrcode/qrcode.vue.d.ts +11 -11
- package/lib/components/radio/index.d.ts +227 -227
- package/lib/components/radio/radio-button.vue.d.ts +11 -11
- package/lib/components/radio/radio-group.vue.d.ts +23 -23
- package/lib/components/radio/radio.vue.d.ts +15 -15
- package/lib/components/radio/use-radio.d.ts +7 -7
- package/lib/components/result/index.d.ts +7 -7
- package/lib/components/result/result.vue.d.ts +7 -7
- package/lib/components/router-view-content/index.d.ts +13 -13
- package/lib/components/router-view-content/router-view-content.vue.d.ts +13 -13
- package/lib/components/roving-focus-group/roving-focus-group-impl.vue.d.ts +1 -1
- package/lib/components/roving-focus-group/roving-focus-group.vue.d.ts +1 -1
- package/lib/components/roving-focus-group/roving-focus-item.vue.d.ts +2 -2
- package/lib/components/roving-focus-group/types.d.ts +45 -45
- package/lib/components/row/index.d.ts +34 -34
- package/lib/components/row/row.vue.d.ts +9 -9
- package/lib/components/scrollbar/bar.vue.d.ts +11 -11
- package/lib/components/scrollbar/index.d.ts +58 -58
- package/lib/components/scrollbar/scrollbar.vue.d.ts +24 -24
- package/lib/components/scrollbar/thumb.vue.d.ts +11 -11
- package/lib/components/search/index.d.ts +61 -61
- package/lib/components/search/search.vue.d.ts +24 -24
- package/lib/components/select/group-item.vue.d.ts +2 -2
- package/lib/components/select/index.d.ts +334 -334
- package/lib/components/select/option-item.vue.d.ts +2 -2
- package/lib/components/select/select-dropdown.d.ts +1 -1
- package/lib/components/select/select.vue.d.ts +167 -167
- package/lib/components/select/useSelect.d.ts +147 -147
- package/lib/components/side-menu/index.d.ts +40 -40
- package/lib/components/side-menu/side-menu.vue.d.ts +40 -40
- package/lib/components/skeleton/index.d.ts +46 -46
- package/lib/components/skeleton/skeleton-item.vue.d.ts +3 -3
- package/lib/components/skeleton/skeleton.vue.d.ts +12 -12
- package/lib/components/slider/button.vue.d.ts +11 -11
- package/lib/components/slider/composables/use-lifecycle.d.ts +1 -1
- package/lib/components/slider/composables/use-marks.d.ts +1 -1
- package/lib/components/slider/composables/use-slide.d.ts +63 -63
- package/lib/components/slider/index.d.ts +51 -51
- package/lib/components/slider/marker.d.ts +2 -2
- package/lib/components/slider/slider.vue.d.ts +51 -51
- package/lib/components/slot/only-child.d.ts +1 -1
- package/lib/components/space/index.d.ts +6 -6
- package/lib/components/space/item.d.ts +4 -4
- package/lib/components/space/space.d.ts +6 -6
- package/lib/components/space/use-space.d.ts +3 -3
- package/lib/components/super-form/index.d.ts +151 -151
- package/lib/components/super-form/super-form-action.vue.d.ts +15 -15
- package/lib/components/super-form/super-form-item.vue.d.ts +15 -15
- package/lib/components/super-form/super-form.vue.d.ts +86 -86
- package/lib/components/super-form/use/use-form-events.cjs +1 -1
- package/lib/components/switch/index.d.ts +44 -44
- package/lib/components/switch/switch.vue.d.ts +44 -44
- package/lib/components/table/index.d.ts +337 -337
- package/lib/components/table/table.vue.d.ts +209 -209
- package/lib/components/tabs/index.d.ts +104 -104
- package/lib/components/tabs/tab-bar.vue.d.ts +4 -4
- package/lib/components/tabs/tab-nav.vue.d.ts +23 -23
- package/lib/components/tabs/tab-pane.vue.d.ts +11 -11
- package/lib/components/tabs/tabs.vue.d.ts +30 -30
- package/lib/components/tag/index.d.ts +17 -17
- package/lib/components/tag/tag.vue.d.ts +17 -17
- package/lib/components/time-picker/common/picker.vue.d.ts +25 -25
- package/lib/components/time-picker/common/props.d.ts +9 -9
- package/lib/components/time-picker/composables/use-time-picker.d.ts +1 -1
- package/lib/components/time-picker/index.d.ts +50 -50
- package/lib/components/time-picker/props/basic-time-spinner.d.ts +5 -5
- package/lib/components/time-picker/props/panel-time-picker.d.ts +1 -1
- package/lib/components/time-picker/props/panel-time-range.d.ts +1 -1
- package/lib/components/time-picker/props/shared.d.ts +3 -3
- package/lib/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +11 -11
- package/lib/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +3 -3
- package/lib/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +3 -3
- package/lib/components/time-picker/time-picker.d.ts +25 -25
- package/lib/components/time-select/time-select.vue.d.ts +7 -7
- package/lib/components/tooltip/content.vue.d.ts +65 -65
- package/lib/components/tooltip/index.d.ts +169 -169
- package/lib/components/tooltip/tooltip.vue.d.ts +97 -97
- package/lib/components/tooltip/trigger.vue.d.ts +12 -12
- package/lib/components/tooltip/utils.d.ts +1 -1
- package/lib/components/tree/index.d.ts +200 -200
- package/lib/components/tree/model/useDragNode.d.ts +1 -1
- package/lib/components/tree/tree-node-content.vue.d.ts +1 -1
- package/lib/components/tree/tree-node.vue.d.ts +5 -5
- package/lib/components/tree/tree.vue.d.ts +53 -53
- package/lib/components/upload/index.d.ts +100 -100
- package/lib/components/upload/upload-content.vue.d.ts +49 -49
- package/lib/components/upload/upload-dragger.vue.d.ts +3 -3
- package/lib/components/upload/upload-list.vue.d.ts +9 -9
- package/lib/components/upload/upload.vue.d.ts +53 -53
- package/lib/components/upload/use-handlers.d.ts +2 -2
- package/lib/components/verify-code/index.d.ts +8 -8
- package/lib/components/verify-code/useImageVerify.d.ts +2 -2
- package/lib/components/verify-code/verify-code.vue.d.ts +8 -8
- package/lib/components/virtual-list/builders/build-grid.d.ts +19 -19
- package/lib/components/virtual-list/builders/build-list.d.ts +23 -23
- package/lib/components/virtual-list/components/dynamic-size-grid.d.ts +20 -20
- package/lib/components/virtual-list/components/dynamic-size-list.d.ts +23 -23
- package/lib/components/virtual-list/components/fixed-size-grid.d.ts +20 -20
- package/lib/components/virtual-list/components/fixed-size-list.d.ts +23 -23
- package/lib/components/virtual-list/components/scrollbar.d.ts +10 -10
- package/lib/components/virtual-list/hooks/use-cache.d.ts +1 -1
- package/lib/components/virtual-list/props.d.ts +22 -22
- package/lib/hooks/use-model-toggle/index.d.ts +2 -2
- package/lib/hooks/use-namespace/index.d.ts +1 -1
- package/lib/hooks/use-popper/index.d.ts +4 -4
- package/lib/hooks/use-popper-container/index.d.ts +2 -2
- package/lib/hooks/use-size/index.d.ts +1 -1
- package/lib/hooks/use-z-index/index.d.ts +2 -2
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +3 -3
- package/web-types.json +1 -1
|
@@ -9,13 +9,13 @@ declare const _TimePicker: import("vue").DefineComponent<{
|
|
|
9
9
|
default: boolean;
|
|
10
10
|
};
|
|
11
11
|
disabledDate: {
|
|
12
|
-
readonly type:
|
|
12
|
+
readonly type: globalThis.PropType<Function>;
|
|
13
13
|
readonly required: false;
|
|
14
14
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
15
15
|
__epPropKey: true;
|
|
16
16
|
};
|
|
17
17
|
cellClassName: {
|
|
18
|
-
readonly type:
|
|
18
|
+
readonly type: globalThis.PropType<Function>;
|
|
19
19
|
readonly required: false;
|
|
20
20
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
21
21
|
__epPropKey: true;
|
|
@@ -27,25 +27,25 @@ declare const _TimePicker: import("vue").DefineComponent<{
|
|
|
27
27
|
validateEvent: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
28
28
|
unlinkPanels: BooleanConstructor;
|
|
29
29
|
disabledHours: {
|
|
30
|
-
readonly type:
|
|
30
|
+
readonly type: globalThis.PropType<import("./props/shared").GetDisabledHours>;
|
|
31
31
|
readonly required: false;
|
|
32
32
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
33
33
|
__epPropKey: true;
|
|
34
34
|
};
|
|
35
35
|
disabledMinutes: {
|
|
36
|
-
readonly type:
|
|
36
|
+
readonly type: globalThis.PropType<import("./props/shared").GetDisabledMinutes>;
|
|
37
37
|
readonly required: false;
|
|
38
38
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
39
39
|
__epPropKey: true;
|
|
40
40
|
};
|
|
41
41
|
disabledSeconds: {
|
|
42
|
-
readonly type:
|
|
42
|
+
readonly type: globalThis.PropType<import("./props/shared").GetDisabledSeconds>;
|
|
43
43
|
readonly required: false;
|
|
44
44
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
45
45
|
__epPropKey: true;
|
|
46
46
|
};
|
|
47
47
|
id: {
|
|
48
|
-
readonly type:
|
|
48
|
+
readonly type: globalThis.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;
|
|
@@ -56,11 +56,11 @@ declare const _TimePicker: import("vue").DefineComponent<{
|
|
|
56
56
|
valueFormat: StringConstructor;
|
|
57
57
|
type: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
58
58
|
clearable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
59
|
-
clearIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
59
|
+
clearIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown, "icon-circle-close", boolean>;
|
|
60
60
|
editable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
61
|
-
prefixIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
61
|
+
prefixIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown, "", boolean>;
|
|
62
62
|
size: {
|
|
63
|
-
readonly type:
|
|
63
|
+
readonly type: globalThis.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;
|
|
@@ -74,30 +74,30 @@ declare const _TimePicker: import("vue").DefineComponent<{
|
|
|
74
74
|
startPlaceholder: StringConstructor;
|
|
75
75
|
endPlaceholder: StringConstructor;
|
|
76
76
|
defaultValue: {
|
|
77
|
-
readonly type:
|
|
77
|
+
readonly type: globalThis.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:
|
|
83
|
+
readonly type: globalThis.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;
|
|
87
87
|
};
|
|
88
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<
|
|
88
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<globalThis.ExtractPropTypes<{
|
|
89
89
|
isRange: {
|
|
90
90
|
type: BooleanConstructor;
|
|
91
91
|
default: boolean;
|
|
92
92
|
};
|
|
93
93
|
disabledDate: {
|
|
94
|
-
readonly type:
|
|
94
|
+
readonly type: globalThis.PropType<Function>;
|
|
95
95
|
readonly required: false;
|
|
96
96
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
97
97
|
__epPropKey: true;
|
|
98
98
|
};
|
|
99
99
|
cellClassName: {
|
|
100
|
-
readonly type:
|
|
100
|
+
readonly type: globalThis.PropType<Function>;
|
|
101
101
|
readonly required: false;
|
|
102
102
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
103
103
|
__epPropKey: true;
|
|
@@ -109,25 +109,25 @@ declare const _TimePicker: import("vue").DefineComponent<{
|
|
|
109
109
|
validateEvent: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
110
110
|
unlinkPanels: BooleanConstructor;
|
|
111
111
|
disabledHours: {
|
|
112
|
-
readonly type:
|
|
112
|
+
readonly type: globalThis.PropType<import("./props/shared").GetDisabledHours>;
|
|
113
113
|
readonly required: false;
|
|
114
114
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
115
115
|
__epPropKey: true;
|
|
116
116
|
};
|
|
117
117
|
disabledMinutes: {
|
|
118
|
-
readonly type:
|
|
118
|
+
readonly type: globalThis.PropType<import("./props/shared").GetDisabledMinutes>;
|
|
119
119
|
readonly required: false;
|
|
120
120
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
121
121
|
__epPropKey: true;
|
|
122
122
|
};
|
|
123
123
|
disabledSeconds: {
|
|
124
|
-
readonly type:
|
|
124
|
+
readonly type: globalThis.PropType<import("./props/shared").GetDisabledSeconds>;
|
|
125
125
|
readonly required: false;
|
|
126
126
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
127
127
|
__epPropKey: true;
|
|
128
128
|
};
|
|
129
129
|
id: {
|
|
130
|
-
readonly type:
|
|
130
|
+
readonly type: globalThis.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;
|
|
@@ -138,11 +138,11 @@ declare const _TimePicker: import("vue").DefineComponent<{
|
|
|
138
138
|
valueFormat: StringConstructor;
|
|
139
139
|
type: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
140
140
|
clearable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
141
|
-
clearIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
141
|
+
clearIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown, "icon-circle-close", boolean>;
|
|
142
142
|
editable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
143
|
-
prefixIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
143
|
+
prefixIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown, "", boolean>;
|
|
144
144
|
size: {
|
|
145
|
-
readonly type:
|
|
145
|
+
readonly type: globalThis.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;
|
|
@@ -156,13 +156,13 @@ declare const _TimePicker: import("vue").DefineComponent<{
|
|
|
156
156
|
startPlaceholder: StringConstructor;
|
|
157
157
|
endPlaceholder: StringConstructor;
|
|
158
158
|
defaultValue: {
|
|
159
|
-
readonly type:
|
|
159
|
+
readonly type: globalThis.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:
|
|
165
|
+
readonly type: globalThis.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;
|
|
@@ -178,8 +178,8 @@ declare const _TimePicker: import("vue").DefineComponent<{
|
|
|
178
178
|
disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
179
179
|
placeholder: string;
|
|
180
180
|
clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
181
|
-
prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string |
|
|
182
|
-
clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string |
|
|
181
|
+
prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
182
|
+
clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
183
183
|
tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
184
184
|
validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
185
185
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
@@ -199,13 +199,13 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
|
|
|
199
199
|
default: boolean;
|
|
200
200
|
};
|
|
201
201
|
disabledDate: {
|
|
202
|
-
readonly type:
|
|
202
|
+
readonly type: globalThis.PropType<Function>;
|
|
203
203
|
readonly required: false;
|
|
204
204
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
205
205
|
__epPropKey: true;
|
|
206
206
|
};
|
|
207
207
|
cellClassName: {
|
|
208
|
-
readonly type:
|
|
208
|
+
readonly type: globalThis.PropType<Function>;
|
|
209
209
|
readonly required: false;
|
|
210
210
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
211
211
|
__epPropKey: true;
|
|
@@ -217,25 +217,25 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
|
|
|
217
217
|
validateEvent: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
218
218
|
unlinkPanels: BooleanConstructor;
|
|
219
219
|
disabledHours: {
|
|
220
|
-
readonly type:
|
|
220
|
+
readonly type: globalThis.PropType<import("./props/shared").GetDisabledHours>;
|
|
221
221
|
readonly required: false;
|
|
222
222
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
223
223
|
__epPropKey: true;
|
|
224
224
|
};
|
|
225
225
|
disabledMinutes: {
|
|
226
|
-
readonly type:
|
|
226
|
+
readonly type: globalThis.PropType<import("./props/shared").GetDisabledMinutes>;
|
|
227
227
|
readonly required: false;
|
|
228
228
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
229
229
|
__epPropKey: true;
|
|
230
230
|
};
|
|
231
231
|
disabledSeconds: {
|
|
232
|
-
readonly type:
|
|
232
|
+
readonly type: globalThis.PropType<import("./props/shared").GetDisabledSeconds>;
|
|
233
233
|
readonly required: false;
|
|
234
234
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
235
235
|
__epPropKey: true;
|
|
236
236
|
};
|
|
237
237
|
id: {
|
|
238
|
-
readonly type:
|
|
238
|
+
readonly type: globalThis.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;
|
|
@@ -246,11 +246,11 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
|
|
|
246
246
|
valueFormat: StringConstructor;
|
|
247
247
|
type: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
248
248
|
clearable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
249
|
-
clearIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
249
|
+
clearIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown, "icon-circle-close", boolean>;
|
|
250
250
|
editable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
251
|
-
prefixIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
251
|
+
prefixIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown, "", boolean>;
|
|
252
252
|
size: {
|
|
253
|
-
readonly type:
|
|
253
|
+
readonly type: globalThis.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;
|
|
@@ -264,30 +264,30 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
|
|
|
264
264
|
startPlaceholder: StringConstructor;
|
|
265
265
|
endPlaceholder: StringConstructor;
|
|
266
266
|
defaultValue: {
|
|
267
|
-
readonly type:
|
|
267
|
+
readonly type: globalThis.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:
|
|
273
|
+
readonly type: globalThis.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;
|
|
277
277
|
};
|
|
278
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<
|
|
278
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<globalThis.ExtractPropTypes<{
|
|
279
279
|
isRange: {
|
|
280
280
|
type: BooleanConstructor;
|
|
281
281
|
default: boolean;
|
|
282
282
|
};
|
|
283
283
|
disabledDate: {
|
|
284
|
-
readonly type:
|
|
284
|
+
readonly type: globalThis.PropType<Function>;
|
|
285
285
|
readonly required: false;
|
|
286
286
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
287
287
|
__epPropKey: true;
|
|
288
288
|
};
|
|
289
289
|
cellClassName: {
|
|
290
|
-
readonly type:
|
|
290
|
+
readonly type: globalThis.PropType<Function>;
|
|
291
291
|
readonly required: false;
|
|
292
292
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
293
293
|
__epPropKey: true;
|
|
@@ -299,25 +299,25 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
|
|
|
299
299
|
validateEvent: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
300
300
|
unlinkPanels: BooleanConstructor;
|
|
301
301
|
disabledHours: {
|
|
302
|
-
readonly type:
|
|
302
|
+
readonly type: globalThis.PropType<import("./props/shared").GetDisabledHours>;
|
|
303
303
|
readonly required: false;
|
|
304
304
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
305
305
|
__epPropKey: true;
|
|
306
306
|
};
|
|
307
307
|
disabledMinutes: {
|
|
308
|
-
readonly type:
|
|
308
|
+
readonly type: globalThis.PropType<import("./props/shared").GetDisabledMinutes>;
|
|
309
309
|
readonly required: false;
|
|
310
310
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
311
311
|
__epPropKey: true;
|
|
312
312
|
};
|
|
313
313
|
disabledSeconds: {
|
|
314
|
-
readonly type:
|
|
314
|
+
readonly type: globalThis.PropType<import("./props/shared").GetDisabledSeconds>;
|
|
315
315
|
readonly required: false;
|
|
316
316
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
317
317
|
__epPropKey: true;
|
|
318
318
|
};
|
|
319
319
|
id: {
|
|
320
|
-
readonly type:
|
|
320
|
+
readonly type: globalThis.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;
|
|
@@ -328,11 +328,11 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
|
|
|
328
328
|
valueFormat: StringConstructor;
|
|
329
329
|
type: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
330
330
|
clearable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
331
|
-
clearIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
331
|
+
clearIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown, "icon-circle-close", boolean>;
|
|
332
332
|
editable: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
333
|
-
prefixIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
333
|
+
prefixIcon: import("../../utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown, "", boolean>;
|
|
334
334
|
size: {
|
|
335
|
-
readonly type:
|
|
335
|
+
readonly type: globalThis.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;
|
|
@@ -346,13 +346,13 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
|
|
|
346
346
|
startPlaceholder: StringConstructor;
|
|
347
347
|
endPlaceholder: StringConstructor;
|
|
348
348
|
defaultValue: {
|
|
349
|
-
readonly type:
|
|
349
|
+
readonly type: globalThis.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:
|
|
355
|
+
readonly type: globalThis.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;
|
|
@@ -368,8 +368,8 @@ export declare const VftTimePicker: import("vue").DefineComponent<{
|
|
|
368
368
|
disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
369
369
|
placeholder: string;
|
|
370
370
|
clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
371
|
-
prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string |
|
|
372
|
-
clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string |
|
|
371
|
+
prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
372
|
+
clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
373
373
|
tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
374
374
|
validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
375
375
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
@@ -2,31 +2,31 @@ import type { Dayjs } from 'dayjs';
|
|
|
2
2
|
import type { ExtractPropTypes } from 'vue';
|
|
3
3
|
export declare const basicTimeSpinnerProps: {
|
|
4
4
|
readonly disabledHours: {
|
|
5
|
-
readonly type:
|
|
5
|
+
readonly type: globalThis.PropType<import("../props/shared").GetDisabledHours>;
|
|
6
6
|
readonly required: false;
|
|
7
7
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8
8
|
__epPropKey: true;
|
|
9
9
|
};
|
|
10
10
|
readonly disabledMinutes: {
|
|
11
|
-
readonly type:
|
|
11
|
+
readonly type: globalThis.PropType<import("../props/shared").GetDisabledMinutes>;
|
|
12
12
|
readonly required: false;
|
|
13
13
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14
14
|
__epPropKey: true;
|
|
15
15
|
};
|
|
16
16
|
readonly disabledSeconds: {
|
|
17
|
-
readonly type:
|
|
17
|
+
readonly type: globalThis.PropType<import("../props/shared").GetDisabledSeconds>;
|
|
18
18
|
readonly required: false;
|
|
19
19
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
20
20
|
__epPropKey: true;
|
|
21
21
|
};
|
|
22
22
|
readonly role: {
|
|
23
|
-
readonly type:
|
|
23
|
+
readonly type: globalThis.PropType<string>;
|
|
24
24
|
readonly required: true;
|
|
25
25
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
26
26
|
__epPropKey: true;
|
|
27
27
|
};
|
|
28
28
|
readonly spinnerDate: {
|
|
29
|
-
readonly type:
|
|
29
|
+
readonly type: globalThis.PropType<Dayjs>;
|
|
30
30
|
readonly required: true;
|
|
31
31
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
32
32
|
__epPropKey: true;
|
|
@@ -3,7 +3,7 @@ import type { ExtractPropTypes } from 'vue';
|
|
|
3
3
|
export declare const panelTimePickerProps: {
|
|
4
4
|
readonly datetimeRole: StringConstructor;
|
|
5
5
|
readonly parsedValue: {
|
|
6
|
-
readonly type:
|
|
6
|
+
readonly type: globalThis.PropType<Dayjs>;
|
|
7
7
|
readonly required: false;
|
|
8
8
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9
9
|
__epPropKey: true;
|
|
@@ -2,7 +2,7 @@ import type { Dayjs } from 'dayjs';
|
|
|
2
2
|
import type { ExtractPropTypes } from 'vue';
|
|
3
3
|
export declare const panelTimeRangeProps: {
|
|
4
4
|
readonly parsedValue: {
|
|
5
|
-
readonly type:
|
|
5
|
+
readonly type: globalThis.PropType<[Dayjs, Dayjs]>;
|
|
6
6
|
readonly required: false;
|
|
7
7
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8
8
|
__epPropKey: true;
|
|
@@ -5,19 +5,19 @@ export type GetDisabledMinutes = (hour: number, role: string, comparingDate?: Da
|
|
|
5
5
|
export type GetDisabledSeconds = (hour: number, minute: number, role: string, comparingDate?: Dayjs) => number[];
|
|
6
6
|
export declare const disabledTimeListsProps: {
|
|
7
7
|
readonly disabledHours: {
|
|
8
|
-
readonly type:
|
|
8
|
+
readonly type: globalThis.PropType<GetDisabledHours>;
|
|
9
9
|
readonly required: false;
|
|
10
10
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11
11
|
__epPropKey: true;
|
|
12
12
|
};
|
|
13
13
|
readonly disabledMinutes: {
|
|
14
|
-
readonly type:
|
|
14
|
+
readonly type: globalThis.PropType<GetDisabledMinutes>;
|
|
15
15
|
readonly required: false;
|
|
16
16
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
17
17
|
__epPropKey: true;
|
|
18
18
|
};
|
|
19
19
|
readonly disabledSeconds: {
|
|
20
|
-
readonly type:
|
|
20
|
+
readonly type: globalThis.PropType<GetDisabledSeconds>;
|
|
21
21
|
readonly required: false;
|
|
22
22
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
23
23
|
__epPropKey: true;
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
disabledHours: {
|
|
3
|
-
readonly type:
|
|
3
|
+
readonly type: globalThis.PropType<import("../props/shared").GetDisabledHours>;
|
|
4
4
|
readonly required: false;
|
|
5
5
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6
6
|
__epPropKey: true;
|
|
7
7
|
};
|
|
8
8
|
disabledMinutes: {
|
|
9
|
-
readonly type:
|
|
9
|
+
readonly type: globalThis.PropType<import("../props/shared").GetDisabledMinutes>;
|
|
10
10
|
readonly required: false;
|
|
11
11
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12
12
|
__epPropKey: true;
|
|
13
13
|
};
|
|
14
14
|
disabledSeconds: {
|
|
15
|
-
readonly type:
|
|
15
|
+
readonly type: globalThis.PropType<import("../props/shared").GetDisabledSeconds>;
|
|
16
16
|
readonly required: false;
|
|
17
17
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
18
18
|
__epPropKey: true;
|
|
19
19
|
};
|
|
20
20
|
role: {
|
|
21
|
-
readonly type:
|
|
21
|
+
readonly type: globalThis.PropType<string>;
|
|
22
22
|
readonly required: true;
|
|
23
23
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
24
24
|
__epPropKey: true;
|
|
25
25
|
};
|
|
26
26
|
spinnerDate: {
|
|
27
|
-
readonly type:
|
|
27
|
+
readonly type: globalThis.PropType<import("dayjs").Dayjs>;
|
|
28
28
|
readonly required: true;
|
|
29
29
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
30
30
|
__epPropKey: true;
|
|
@@ -36,33 +36,33 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
36
36
|
change: (...args: any[]) => void;
|
|
37
37
|
"select-range": (...args: any[]) => void;
|
|
38
38
|
"set-option": (...args: any[]) => void;
|
|
39
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<
|
|
39
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<globalThis.ExtractPropTypes<{
|
|
40
40
|
disabledHours: {
|
|
41
|
-
readonly type:
|
|
41
|
+
readonly type: globalThis.PropType<import("../props/shared").GetDisabledHours>;
|
|
42
42
|
readonly required: false;
|
|
43
43
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
44
44
|
__epPropKey: true;
|
|
45
45
|
};
|
|
46
46
|
disabledMinutes: {
|
|
47
|
-
readonly type:
|
|
47
|
+
readonly type: globalThis.PropType<import("../props/shared").GetDisabledMinutes>;
|
|
48
48
|
readonly required: false;
|
|
49
49
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
50
50
|
__epPropKey: true;
|
|
51
51
|
};
|
|
52
52
|
disabledSeconds: {
|
|
53
|
-
readonly type:
|
|
53
|
+
readonly type: globalThis.PropType<import("../props/shared").GetDisabledSeconds>;
|
|
54
54
|
readonly required: false;
|
|
55
55
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
56
56
|
__epPropKey: true;
|
|
57
57
|
};
|
|
58
58
|
role: {
|
|
59
|
-
readonly type:
|
|
59
|
+
readonly type: globalThis.PropType<string>;
|
|
60
60
|
readonly required: true;
|
|
61
61
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
62
62
|
__epPropKey: true;
|
|
63
63
|
};
|
|
64
64
|
spinnerDate: {
|
|
65
|
-
readonly type:
|
|
65
|
+
readonly type: globalThis.PropType<import("dayjs").Dayjs>;
|
|
66
66
|
readonly required: true;
|
|
67
67
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
68
68
|
__epPropKey: true;
|
|
@@ -2,7 +2,7 @@ import type { Dayjs } from 'dayjs';
|
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
datetimeRole: StringConstructor;
|
|
4
4
|
parsedValue: {
|
|
5
|
-
readonly type:
|
|
5
|
+
readonly type: globalThis.PropType<Dayjs>;
|
|
6
6
|
readonly required: false;
|
|
7
7
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8
8
|
__epPropKey: true;
|
|
@@ -14,10 +14,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14
14
|
pick: (...args: any[]) => void;
|
|
15
15
|
"select-range": (...args: any[]) => void;
|
|
16
16
|
"set-picker-option": (...args: any[]) => void;
|
|
17
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<
|
|
17
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<globalThis.ExtractPropTypes<{
|
|
18
18
|
datetimeRole: StringConstructor;
|
|
19
19
|
parsedValue: {
|
|
20
|
-
readonly type:
|
|
20
|
+
readonly type: globalThis.PropType<Dayjs>;
|
|
21
21
|
readonly required: false;
|
|
22
22
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
23
23
|
__epPropKey: true;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Dayjs } from 'dayjs';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
3
|
parsedValue: {
|
|
4
|
-
readonly type:
|
|
4
|
+
readonly type: globalThis.PropType<[Dayjs, Dayjs]>;
|
|
5
5
|
readonly required: false;
|
|
6
6
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7
7
|
__epPropKey: true;
|
|
@@ -13,9 +13,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
13
|
pick: (...args: any[]) => void;
|
|
14
14
|
"select-range": (...args: any[]) => void;
|
|
15
15
|
"set-picker-option": (...args: any[]) => void;
|
|
16
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<
|
|
16
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<globalThis.ExtractPropTypes<{
|
|
17
17
|
parsedValue: {
|
|
18
|
-
readonly type:
|
|
18
|
+
readonly type: globalThis.PropType<[Dayjs, Dayjs]>;
|
|
19
19
|
readonly required: false;
|
|
20
20
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
21
21
|
__epPropKey: true;
|