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
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import type { ExtractPropTypes } from 'vue';
|
|
2
2
|
export declare const basicYearTableProps: {
|
|
3
3
|
date: {
|
|
4
|
-
readonly type:
|
|
4
|
+
readonly type: globalThis.PropType<import("dayjs").Dayjs>;
|
|
5
5
|
readonly required: true;
|
|
6
6
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7
7
|
__epPropKey: true;
|
|
8
8
|
};
|
|
9
9
|
disabledDate: {
|
|
10
|
-
readonly type:
|
|
10
|
+
readonly type: globalThis.PropType<(date: Date) => boolean>;
|
|
11
11
|
readonly required: false;
|
|
12
12
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13
13
|
__epPropKey: true;
|
|
14
14
|
};
|
|
15
15
|
parsedValue: {
|
|
16
|
-
readonly type:
|
|
16
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => import("dayjs").Dayjs | import("dayjs").Dayjs[]) | (() => import("dayjs").Dayjs | import("dayjs").Dayjs[]) | ((new (...args: any[]) => import("dayjs").Dayjs | import("dayjs").Dayjs[]) | (() => import("dayjs").Dayjs | import("dayjs").Dayjs[]))[], unknown, unknown>>;
|
|
17
17
|
readonly required: false;
|
|
18
18
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
19
19
|
__epPropKey: true;
|
|
@@ -3,13 +3,13 @@ import type { IDatePickerType } from '../date-picker.type';
|
|
|
3
3
|
export declare const datePickerProps: {
|
|
4
4
|
readonly type: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType) | ((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => IDatePickerType))[], unknown, unknown, "date", boolean>;
|
|
5
5
|
readonly disabledDate: {
|
|
6
|
-
readonly type:
|
|
6
|
+
readonly type: globalThis.PropType<Function>;
|
|
7
7
|
readonly required: false;
|
|
8
8
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9
9
|
__epPropKey: true;
|
|
10
10
|
};
|
|
11
11
|
readonly cellClassName: {
|
|
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;
|
|
@@ -21,25 +21,25 @@ export declare const datePickerProps: {
|
|
|
21
21
|
readonly validateEvent: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
22
22
|
readonly unlinkPanels: BooleanConstructor;
|
|
23
23
|
readonly disabledHours: {
|
|
24
|
-
readonly type:
|
|
24
|
+
readonly type: globalThis.PropType<import("../../time-picker/props/shared").GetDisabledHours>;
|
|
25
25
|
readonly required: false;
|
|
26
26
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
27
27
|
__epPropKey: true;
|
|
28
28
|
};
|
|
29
29
|
readonly disabledMinutes: {
|
|
30
|
-
readonly type:
|
|
30
|
+
readonly type: globalThis.PropType<import("../../time-picker/props/shared").GetDisabledMinutes>;
|
|
31
31
|
readonly required: false;
|
|
32
32
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
33
33
|
__epPropKey: true;
|
|
34
34
|
};
|
|
35
35
|
readonly disabledSeconds: {
|
|
36
|
-
readonly type:
|
|
36
|
+
readonly type: globalThis.PropType<import("../../time-picker/props/shared").GetDisabledSeconds>;
|
|
37
37
|
readonly required: false;
|
|
38
38
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
39
39
|
__epPropKey: true;
|
|
40
40
|
};
|
|
41
41
|
readonly id: {
|
|
42
|
-
readonly type:
|
|
42
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("vft/es/components/time-picker").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("vft/es/components/time-picker").SingleOrRange<string>))[], unknown, unknown>>;
|
|
43
43
|
readonly required: false;
|
|
44
44
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
45
45
|
__epPropKey: true;
|
|
@@ -49,11 +49,11 @@ export declare const datePickerProps: {
|
|
|
49
49
|
readonly format: StringConstructor;
|
|
50
50
|
readonly valueFormat: StringConstructor;
|
|
51
51
|
readonly clearable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
52
|
-
readonly clearIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
52
|
+
readonly clearIcon: import("vft/es/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>;
|
|
53
53
|
readonly editable: import("vft/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
54
|
-
readonly prefixIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string |
|
|
54
|
+
readonly prefixIcon: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown, "", boolean>;
|
|
55
55
|
readonly size: {
|
|
56
|
-
readonly type:
|
|
56
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
57
57
|
readonly required: false;
|
|
58
58
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
59
59
|
__epPropKey: true;
|
|
@@ -67,13 +67,13 @@ export declare const datePickerProps: {
|
|
|
67
67
|
readonly startPlaceholder: StringConstructor;
|
|
68
68
|
readonly endPlaceholder: StringConstructor;
|
|
69
69
|
readonly defaultValue: {
|
|
70
|
-
readonly type:
|
|
70
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("vft/es/components/time-picker").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("vft/es/components/time-picker").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
71
71
|
readonly required: false;
|
|
72
72
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
73
73
|
__epPropKey: true;
|
|
74
74
|
};
|
|
75
75
|
readonly defaultTime: {
|
|
76
|
-
readonly type:
|
|
76
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("vft/es/components/time-picker").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("vft/es/components/time-picker").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
77
77
|
readonly required: false;
|
|
78
78
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
79
79
|
__epPropKey: true;
|
|
@@ -2,20 +2,20 @@ import type { Dayjs } from 'dayjs';
|
|
|
2
2
|
import type { ExtractPropTypes } from 'vue';
|
|
3
3
|
export declare const panelDatePickProps: {
|
|
4
4
|
readonly parsedValue: {
|
|
5
|
-
readonly type:
|
|
5
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => Dayjs | Dayjs[]) | (() => Dayjs | Dayjs[]) | ((new (...args: any[]) => Dayjs | Dayjs[]) | (() => Dayjs | Dayjs[]))[], unknown, unknown>>;
|
|
6
6
|
readonly required: false;
|
|
7
7
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8
8
|
__epPropKey: true;
|
|
9
9
|
};
|
|
10
10
|
readonly visible: {
|
|
11
|
-
readonly type:
|
|
11
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
12
12
|
readonly required: false;
|
|
13
13
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14
14
|
__epPropKey: true;
|
|
15
15
|
};
|
|
16
16
|
readonly format: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
17
17
|
readonly type: {
|
|
18
|
-
readonly type:
|
|
18
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | ((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange"))[], "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange", unknown>>;
|
|
19
19
|
readonly required: true;
|
|
20
20
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
21
21
|
__epPropKey: true;
|
|
@@ -2,13 +2,13 @@ import type { ExtractPropTypes } from 'vue';
|
|
|
2
2
|
export declare const panelDateRangeProps: {
|
|
3
3
|
readonly unlinkPanels: BooleanConstructor;
|
|
4
4
|
readonly parsedValue: {
|
|
5
|
-
readonly type:
|
|
5
|
+
readonly type: globalThis.PropType<import("dayjs").Dayjs[]>;
|
|
6
6
|
readonly required: false;
|
|
7
7
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8
8
|
__epPropKey: true;
|
|
9
9
|
};
|
|
10
10
|
readonly type: {
|
|
11
|
-
readonly type:
|
|
11
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | ((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange"))[], "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange", unknown>>;
|
|
12
12
|
readonly required: true;
|
|
13
13
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14
14
|
__epPropKey: true;
|
|
@@ -2,7 +2,7 @@ import type { ExtractPropTypes } from 'vue';
|
|
|
2
2
|
export declare const panelMonthRangeProps: {
|
|
3
3
|
readonly unlinkPanels: BooleanConstructor;
|
|
4
4
|
readonly parsedValue: {
|
|
5
|
-
readonly type:
|
|
5
|
+
readonly type: globalThis.PropType<import("dayjs").Dayjs[]>;
|
|
6
6
|
readonly required: false;
|
|
7
7
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8
8
|
__epPropKey: true;
|
|
@@ -7,31 +7,31 @@ export type RangeState = {
|
|
|
7
7
|
};
|
|
8
8
|
export declare const datePickerSharedProps: {
|
|
9
9
|
readonly disabledDate: {
|
|
10
|
-
readonly type:
|
|
10
|
+
readonly type: globalThis.PropType<(date: Date) => boolean>;
|
|
11
11
|
readonly required: false;
|
|
12
12
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13
13
|
__epPropKey: true;
|
|
14
14
|
};
|
|
15
15
|
readonly date: {
|
|
16
|
-
readonly type:
|
|
16
|
+
readonly type: globalThis.PropType<Dayjs>;
|
|
17
17
|
readonly required: true;
|
|
18
18
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
19
19
|
__epPropKey: true;
|
|
20
20
|
};
|
|
21
21
|
readonly minDate: {
|
|
22
|
-
readonly type:
|
|
22
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => Dayjs) | (() => Dayjs | null) | ((new (...args: any[]) => Dayjs) | (() => Dayjs | null))[], unknown, unknown>>;
|
|
23
23
|
readonly required: false;
|
|
24
24
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
25
25
|
__epPropKey: true;
|
|
26
26
|
};
|
|
27
27
|
readonly maxDate: {
|
|
28
|
-
readonly type:
|
|
28
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => Dayjs) | (() => Dayjs | null) | ((new (...args: any[]) => Dayjs) | (() => Dayjs | null))[], unknown, unknown>>;
|
|
29
29
|
readonly required: false;
|
|
30
30
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
31
31
|
__epPropKey: true;
|
|
32
32
|
};
|
|
33
33
|
readonly parsedValue: {
|
|
34
|
-
readonly type:
|
|
34
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => Dayjs | Dayjs[]) | (() => Dayjs | Dayjs[]) | ((new (...args: any[]) => Dayjs | Dayjs[]) | (() => Dayjs | Dayjs[]))[], unknown, unknown>>;
|
|
35
35
|
readonly required: false;
|
|
36
36
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
37
37
|
__epPropKey: true;
|
|
@@ -43,7 +43,7 @@ export declare const datePickerSharedProps: {
|
|
|
43
43
|
};
|
|
44
44
|
export declare const panelSharedProps: {
|
|
45
45
|
readonly type: {
|
|
46
|
-
readonly type:
|
|
46
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | ((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange"))[], "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange", unknown>>;
|
|
47
47
|
readonly required: true;
|
|
48
48
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
49
49
|
__epPropKey: true;
|
|
@@ -52,7 +52,7 @@ export declare const panelSharedProps: {
|
|
|
52
52
|
export declare const panelRangeSharedProps: {
|
|
53
53
|
readonly unlinkPanels: BooleanConstructor;
|
|
54
54
|
readonly parsedValue: {
|
|
55
|
-
readonly type:
|
|
55
|
+
readonly type: globalThis.PropType<Dayjs[]>;
|
|
56
56
|
readonly required: false;
|
|
57
57
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
58
58
|
__epPropKey: true;
|
|
@@ -5,21 +5,21 @@ export interface DateTimeSelectProps {
|
|
|
5
5
|
}
|
|
6
6
|
declare const _default: import("vue").DefineComponent<{
|
|
7
7
|
dateList: {
|
|
8
|
-
type:
|
|
8
|
+
type: globalThis.PropType<Partial<DateConfigProps>[][]>;
|
|
9
9
|
required: true;
|
|
10
10
|
};
|
|
11
11
|
defaultFormat: {
|
|
12
|
-
type:
|
|
12
|
+
type: globalThis.PropType<string>;
|
|
13
13
|
};
|
|
14
14
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
15
|
change: (val: string | string[]) => 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
|
dateList: {
|
|
18
|
-
type:
|
|
18
|
+
type: globalThis.PropType<Partial<DateConfigProps>[][]>;
|
|
19
19
|
required: true;
|
|
20
20
|
};
|
|
21
21
|
defaultFormat: {
|
|
22
|
-
type:
|
|
22
|
+
type: globalThis.PropType<string>;
|
|
23
23
|
};
|
|
24
24
|
}>> & {
|
|
25
25
|
onChange?: ((val: string | string[]) => any) | undefined;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
export declare const VftDateTimeSelect: import("vft/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
dateList: {
|
|
3
|
-
type:
|
|
3
|
+
type: globalThis.PropType<Partial<import("./types").DateConfigProps>[][]>;
|
|
4
4
|
required: true;
|
|
5
5
|
};
|
|
6
6
|
defaultFormat: {
|
|
7
|
-
type:
|
|
7
|
+
type: globalThis.PropType<string>;
|
|
8
8
|
};
|
|
9
9
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10
10
|
change: (val: string | string[]) => void;
|
|
11
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<
|
|
11
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<globalThis.ExtractPropTypes<{
|
|
12
12
|
dateList: {
|
|
13
|
-
type:
|
|
13
|
+
type: globalThis.PropType<Partial<import("./types").DateConfigProps>[][]>;
|
|
14
14
|
required: true;
|
|
15
15
|
};
|
|
16
16
|
defaultFormat: {
|
|
17
|
-
type:
|
|
17
|
+
type: globalThis.PropType<string>;
|
|
18
18
|
};
|
|
19
19
|
}>> & {
|
|
20
20
|
onChange?: ((val: string | string[]) => any) | undefined;
|
|
@@ -1,52 +1,52 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
2
|
label: {
|
|
3
|
-
type:
|
|
3
|
+
type: globalThis.PropType<string>;
|
|
4
4
|
};
|
|
5
5
|
span: {
|
|
6
|
-
type:
|
|
6
|
+
type: globalThis.PropType<number>;
|
|
7
7
|
};
|
|
8
8
|
width: {
|
|
9
|
-
type:
|
|
9
|
+
type: globalThis.PropType<string | number>;
|
|
10
10
|
};
|
|
11
11
|
minWidth: {
|
|
12
|
-
type:
|
|
12
|
+
type: globalThis.PropType<string | number>;
|
|
13
13
|
};
|
|
14
14
|
align: {
|
|
15
|
-
type:
|
|
15
|
+
type: globalThis.PropType<string>;
|
|
16
16
|
};
|
|
17
17
|
labelAlign: {
|
|
18
|
-
type:
|
|
18
|
+
type: globalThis.PropType<string>;
|
|
19
19
|
};
|
|
20
20
|
className: {
|
|
21
|
-
type:
|
|
21
|
+
type: globalThis.PropType<string>;
|
|
22
22
|
};
|
|
23
23
|
labelClassName: {
|
|
24
|
-
type:
|
|
24
|
+
type: globalThis.PropType<string>;
|
|
25
25
|
};
|
|
26
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<
|
|
26
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<globalThis.ExtractPropTypes<{
|
|
27
27
|
label: {
|
|
28
|
-
type:
|
|
28
|
+
type: globalThis.PropType<string>;
|
|
29
29
|
};
|
|
30
30
|
span: {
|
|
31
|
-
type:
|
|
31
|
+
type: globalThis.PropType<number>;
|
|
32
32
|
};
|
|
33
33
|
width: {
|
|
34
|
-
type:
|
|
34
|
+
type: globalThis.PropType<string | number>;
|
|
35
35
|
};
|
|
36
36
|
minWidth: {
|
|
37
|
-
type:
|
|
37
|
+
type: globalThis.PropType<string | number>;
|
|
38
38
|
};
|
|
39
39
|
align: {
|
|
40
|
-
type:
|
|
40
|
+
type: globalThis.PropType<string>;
|
|
41
41
|
};
|
|
42
42
|
labelAlign: {
|
|
43
|
-
type:
|
|
43
|
+
type: globalThis.PropType<string>;
|
|
44
44
|
};
|
|
45
45
|
className: {
|
|
46
|
-
type:
|
|
46
|
+
type: globalThis.PropType<string>;
|
|
47
47
|
};
|
|
48
48
|
labelClassName: {
|
|
49
|
-
type:
|
|
49
|
+
type: globalThis.PropType<string>;
|
|
50
50
|
};
|
|
51
51
|
}>>, {}, {}>, {
|
|
52
52
|
default?(_: {}): any;
|
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
2
2
|
border: {
|
|
3
|
-
type:
|
|
3
|
+
type: globalThis.PropType<boolean>;
|
|
4
4
|
};
|
|
5
5
|
column: {
|
|
6
|
-
type:
|
|
6
|
+
type: globalThis.PropType<number>;
|
|
7
7
|
};
|
|
8
8
|
direction: {
|
|
9
|
-
type:
|
|
9
|
+
type: globalThis.PropType<"vertical" | "horizontal">;
|
|
10
10
|
};
|
|
11
11
|
size: {
|
|
12
|
-
type:
|
|
12
|
+
type: globalThis.PropType<string>;
|
|
13
13
|
};
|
|
14
14
|
title: {
|
|
15
|
-
type:
|
|
15
|
+
type: globalThis.PropType<string>;
|
|
16
16
|
};
|
|
17
17
|
extra: {
|
|
18
|
-
type:
|
|
18
|
+
type: globalThis.PropType<string>;
|
|
19
19
|
};
|
|
20
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<
|
|
20
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<globalThis.ExtractPropTypes<{
|
|
21
21
|
border: {
|
|
22
|
-
type:
|
|
22
|
+
type: globalThis.PropType<boolean>;
|
|
23
23
|
};
|
|
24
24
|
column: {
|
|
25
|
-
type:
|
|
25
|
+
type: globalThis.PropType<number>;
|
|
26
26
|
};
|
|
27
27
|
direction: {
|
|
28
|
-
type:
|
|
28
|
+
type: globalThis.PropType<"vertical" | "horizontal">;
|
|
29
29
|
};
|
|
30
30
|
size: {
|
|
31
|
-
type:
|
|
31
|
+
type: globalThis.PropType<string>;
|
|
32
32
|
};
|
|
33
33
|
title: {
|
|
34
|
-
type:
|
|
34
|
+
type: globalThis.PropType<string>;
|
|
35
35
|
};
|
|
36
36
|
extra: {
|
|
37
|
-
type:
|
|
37
|
+
type: globalThis.PropType<string>;
|
|
38
38
|
};
|
|
39
39
|
}>>, {}, {}>, {
|
|
40
40
|
title?(_: {}): any;
|
|
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11
11
|
};
|
|
12
12
|
}, {
|
|
13
13
|
descriptions: IDescriptionsInject;
|
|
14
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<
|
|
14
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<globalThis.ExtractPropTypes<{
|
|
15
15
|
cell: {
|
|
16
16
|
type: ObjectConstructor;
|
|
17
17
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
2
|
row: {
|
|
3
|
-
type:
|
|
3
|
+
type: globalThis.PropType<any[]>;
|
|
4
4
|
};
|
|
5
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<
|
|
5
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<globalThis.ExtractPropTypes<{
|
|
6
6
|
row: {
|
|
7
|
-
type:
|
|
7
|
+
type: globalThis.PropType<any[]>;
|
|
8
8
|
};
|
|
9
9
|
}>>, {}, {}>;
|
|
10
10
|
export default _default;
|