vft 0.0.392 → 0.0.395
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/affix/affix.js +5 -4
- package/es/components/affix/affix.vue2.js +3 -2
- package/es/components/affix/index.js +4 -3
- package/es/components/alert/alert.vue2.js +12 -11
- package/es/components/alert/index.js +4 -3
- package/es/components/autocomplete/autocomplete.vue.d.ts +5 -5
- package/es/components/autocomplete/index.d.ts +13 -13
- package/es/components/autocomplete/index.js +4 -3
- package/es/components/avatar/avatar.vue2.js +3 -2
- package/es/components/avatar/index.js +4 -3
- package/es/components/avatar-stack/avatar-stack.vue2.js +16 -15
- package/es/components/avatar-stack/index.js +4 -3
- package/es/components/backtop/backtop.vue2.js +9 -8
- package/es/components/backtop/index.js +4 -3
- package/es/components/breadcrumb/breadcrumb-item.vue2.js +3 -2
- package/es/components/breadcrumb/breadcrumb.vue2.js +7 -6
- package/es/components/breadcrumb/index.js +8 -7
- package/es/components/button/button-group.vue2.js +3 -2
- package/es/components/button/button.vue.d.ts +1 -1
- package/es/components/button/button.vue2.js +11 -10
- package/es/components/button/index.d.ts +18 -18
- package/es/components/button/index.js +8 -7
- package/es/components/button/use-button.d.ts +1 -1
- package/es/components/button/use-button.js +3 -3
- package/es/components/card/card.vue2.js +6 -5
- package/es/components/card/index.js +4 -3
- package/es/components/carousel/carousel-item.vue2.js +3 -2
- package/es/components/carousel/carousel.vue2.js +3 -2
- package/es/components/carousel/index.js +9 -8
- package/es/components/carousel/use-carousel-item.js +22 -21
- package/es/components/carousel/use-carousel.js +3 -2
- package/es/components/cascader/cascader.js +9 -8
- package/es/components/cascader/cascader.vue.d.ts +2 -2
- package/es/components/cascader/cascader.vue2.js +1 -1
- package/es/components/cascader/index.js +7 -6
- package/es/components/cascader-panel/config.js +15 -14
- package/es/components/cascader-panel/index.js +12 -11
- package/es/components/cascader-panel/index.vue2.js +3 -2
- package/es/components/cascader-panel/menu.vue2.js +3 -2
- package/es/components/cascader-panel/node-content.js +12 -11
- package/es/components/cascader-panel/node.vue2.js +3 -2
- package/es/components/cascader-panel/store.js +3 -2
- package/es/components/cascader-panel/utils.js +7 -6
- package/es/components/check-tag/check-tag.vue2.js +6 -5
- package/es/components/check-tag/index.js +4 -3
- package/es/components/checkbox/checkbox-button.vue2.js +1 -1
- package/es/components/checkbox/checkbox.vue2.js +1 -1
- package/es/components/checkbox/index.d.ts +27 -27
- package/es/components/checkbox/index.js +9 -8
- package/es/components/clamp/clamp.vue2.js +15 -14
- package/es/components/clamp/index.js +4 -3
- package/es/components/clamp-toggle/clamp-toggle.vue2.js +6 -5
- package/es/components/clamp-toggle/index.js +4 -3
- package/es/components/clamp-tooltip/index.js +4 -3
- package/es/components/col/col.vue2.js +3 -2
- package/es/components/col/index.js +4 -3
- package/es/components/collapse/collapse-item.js +5 -4
- package/es/components/collapse/collapse.js +5 -4
- package/es/components/collapse/index.js +14 -13
- package/es/components/collapse/use-collapse-item.js +14 -13
- package/es/components/collapse/use-collapse.js +5 -4
- package/es/components/collapse-transition/collapse-transition.vue2.js +3 -2
- package/es/components/color-picker/components/hue-slider.vue2.js +3 -2
- package/es/components/color-picker/components/predefine.vue2.js +8 -7
- package/es/components/color-picker/components/sv-panel.vue2.js +14 -13
- package/es/components/color-picker/composables/use-alpha-slider.js +5 -4
- package/es/components/color-picker/index.d.ts +6 -6
- package/es/components/color-picker/index.js +4 -3
- package/es/components/config-provider/config-provider.vue2.js +9 -8
- package/es/components/config-provider/hooks/use-global-config.js +11 -10
- package/es/components/config-provider/index.js +11 -10
- package/es/components/container/aside.vue2.js +9 -8
- package/es/components/container/container.vue2.js +3 -2
- package/es/components/container/footer.vue2.js +7 -6
- package/es/components/container/header.vue2.js +8 -7
- package/es/components/container/index.js +9 -8
- package/es/components/container/main.vue2.js +9 -8
- package/es/components/context-menu/context-menu.vue2.js +3 -2
- package/es/components/countdown/countdown.js +5 -4
- package/es/components/countdown/countdown.vue2.js +3 -2
- package/es/components/countdown/index.js +7 -6
- package/es/components/date-picker/composables/use-basic-date-table.js +5 -4
- package/es/components/date-picker/composables/use-range-picker.js +3 -2
- package/es/components/date-picker/date-picker-com/basic-cell-render.js +7 -6
- package/es/components/date-picker/date-picker-com/basic-month-table.vue2.js +3 -2
- package/es/components/date-picker/date-picker-com/basic-year-table.vue2.js +8 -7
- package/es/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +2 -2
- package/es/components/date-picker/date-picker-com/panel-date-pick.vue2.js +3 -2
- package/es/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +2 -2
- package/es/components/date-picker/date-picker.d.ts +3 -3
- package/es/components/date-picker/date-picker.js +11 -10
- package/es/components/date-picker/index.d.ts +6 -6
- package/es/components/date-picker/panel-utils.d.ts +6 -6
- package/es/components/date-picker/props/basic-cell.js +3 -2
- package/es/components/date-picker/props/basic-date-table.js +5 -4
- package/es/components/date-picker/props/basic-month-table.js +3 -2
- package/es/components/date-picker/props/basic-year-table.js +3 -2
- package/es/components/date-picker/props/date-picker.d.ts +1 -1
- package/es/components/date-picker/props/date-picker.js +3 -2
- package/es/components/date-picker/props/panel-date-pick.d.ts +1 -1
- package/es/components/date-picker/props/panel-date-pick.js +5 -4
- package/es/components/date-picker/props/panel-date-range.d.ts +1 -1
- package/es/components/date-picker/props/panel-date-range.js +3 -2
- package/es/components/date-picker/props/panel-month-range.js +5 -4
- package/es/components/date-picker/props/panel-year-range.js +5 -4
- package/es/components/date-picker/props/shared.d.ts +1 -1
- package/es/components/date-picker/props/shared.js +9 -8
- package/es/components/date-time-select/date-time-select.vue2.js +3 -2
- package/es/components/date-time-select/index.js +4 -3
- package/es/components/descriptions/description-item.vue2.js +5 -4
- package/es/components/descriptions/description.vue2.js +21 -20
- package/es/components/descriptions/descriptions-cell.js +3 -2
- package/es/components/descriptions/index.js +6 -5
- package/es/components/dialog/dialog-content.vue2.js +3 -2
- package/es/components/dialog/dialog.vue2.js +9 -8
- package/es/components/dialog/hooks/use-dialog.js +11 -10
- package/es/components/dialog/index.js +8 -7
- package/es/components/divider/divider.vue2.js +3 -2
- package/es/components/divider/index.js +4 -3
- package/es/components/drawer/drawer.vue2.js +3 -2
- package/es/components/drawer/index.js +4 -3
- package/es/components/dropdown/dropdown-item-impl.vue2.js +3 -2
- package/es/components/dropdown/dropdown-item.vue2.js +9 -8
- package/es/components/dropdown/dropdown-menu.vue2.js +3 -2
- package/es/components/dropdown/index.d.ts +9 -9
- package/es/components/dropdown/index.js +9 -8
- package/es/components/dropdown/useDropdown.js +9 -8
- package/es/components/empty/empty.vue2.js +3 -2
- package/es/components/empty/index.js +6 -5
- package/es/components/focus-trap/utils.js +15 -14
- package/es/components/footer-layout/footer-layout.vue2.js +7 -6
- package/es/components/footer-layout/index.js +4 -3
- package/es/components/form/form-item.vue.d.ts +1 -1
- package/es/components/form/form-item.vue2.js +3 -2
- package/es/components/form/form-label-wrap.js +3 -2
- package/es/components/form/form.vue2.js +3 -2
- package/es/components/form/hooks/use-form-common-props.js +4 -3
- package/es/components/form/hooks/use-form-item.js +13 -12
- package/es/components/form/index.d.ts +48 -48
- package/es/components/form/utils.js +7 -6
- package/es/components/full-screen/full-screen.vue2.js +5 -4
- package/es/components/full-screen/index.js +4 -3
- package/es/components/header-layout/header-layout.vue2.js +3 -2
- package/es/components/header-layout/index.js +4 -3
- package/es/components/horizontal-menu/horizontal-menu.vue2.js +3 -2
- package/es/components/horizontal-menu/index.js +6 -5
- package/es/components/icon/icon.vue2.js +7 -6
- package/es/components/icon/index.js +4 -3
- package/es/components/icon-text/icon-text.vue2.js +3 -2
- package/es/components/icon-text/index.js +4 -3
- package/es/components/iframe-layout/iframe-page.vue2.js +10 -9
- package/es/components/iframe-layout/index.js +4 -3
- package/es/components/image/image.vue2.js +3 -2
- package/es/components/image/index.js +4 -3
- package/es/components/image-viewer/image-viewer.vue2.js +3 -2
- package/es/components/image-viewer/index.js +4 -3
- package/es/components/index.js +257 -278
- package/es/components/infinite-scroll/infinite-scroll.js +3 -2
- package/es/components/input/index.d.ts +5 -5
- package/es/components/input/index.js +4 -3
- package/es/components/input/input.vue.d.ts +2 -2
- package/es/components/input-number/index.d.ts +1 -1
- package/es/components/input-number/index.js +4 -3
- package/es/components/input-number/input-number.vue.d.ts +1 -1
- package/es/components/input-tag/composables/use-drag-tag.js +12 -11
- package/es/components/input-tag/composables/use-input-tag-dom.js +7 -6
- package/es/components/input-tag/composables/use-input-tag.js +1 -1
- package/es/components/input-tag/index.js +7 -6
- package/es/components/input-tag/input-tag.js +12 -11
- package/es/components/input-tag/input-tag.vue.d.ts +4 -4
- package/es/components/link/index.js +4 -3
- package/es/components/link/link.vue2.js +6 -5
- package/es/components/list-cell/index.js +4 -3
- package/es/components/list-cell/list-cell.vue2.js +3 -2
- package/es/components/loading/loading.js +3 -2
- package/es/components/loading/service.js +3 -2
- package/es/components/logo/index.js +4 -3
- package/es/components/logo/logo.vue2.js +9 -8
- package/es/components/md-code-demo/index.js +4 -3
- package/es/components/md-code-demo/md-code-demo.js +3 -2
- package/es/components/md-code-tabs/index.js +4 -3
- package/es/components/md-comment/index.js +4 -3
- package/es/components/md-comment/md-comment.vue2.js +9 -8
- package/es/components/md-container/index.js +4 -3
- package/es/components/md-container/md-container.vue2.js +3 -2
- package/es/components/md-tabs/index.js +4 -3
- package/es/components/md-vue-playground/index.js +4 -3
- package/es/components/md-vue-playground/md-vue-playground.vue2.js +6 -5
- package/es/components/menu/index.js +10 -9
- package/es/components/menu/menu-collapse-transition.vue2.js +3 -2
- package/es/components/menu/menu-item-group.vue2.js +10 -9
- package/es/components/menu/menu-item.vue2.js +3 -2
- package/es/components/menu/menu.vue2.js +3 -2
- package/es/components/menu/sub-menu.vue2.js +3 -2
- package/es/components/menu/use-menu-css-var.js +3 -2
- package/es/components/message/index.js +8 -7
- package/es/components/message/method.js +15 -14
- package/es/components/modal/index.js +7 -6
- package/es/components/modal/modal-footer-action.vue2.js +3 -2
- package/es/components/multiple-tabs/index.js +9 -8
- package/es/components/multiple-tabs/multiple-tabs.vue2.js +3 -2
- package/es/components/notification/index.js +8 -7
- package/es/components/notification/notification.js +5 -4
- package/es/components/notification/notify.js +1 -0
- package/es/components/overlay/index.js +4 -3
- package/es/components/overlay/overlay.vue2.js +3 -2
- package/es/components/page-wrapper/index.js +4 -3
- package/es/components/page-wrapper/page-wrapper.vue2.js +3 -2
- package/es/components/pagination/components/jumper.vue2.js +5 -4
- package/es/components/pagination/components/pager.vue2.js +27 -26
- package/es/components/pagination/components/sizes.vue2.js +3 -2
- package/es/components/pagination/components/total.vue2.js +7 -6
- package/es/components/pagination/index.js +7 -6
- package/es/components/pagination/pagination.vue2.js +8 -7
- package/es/components/popconfirm/index.d.ts +15 -15
- package/es/components/popconfirm/index.js +4 -3
- package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/es/components/popconfirm/popconfirm.vue2.js +3 -2
- package/es/components/popover/index.js +4 -3
- package/es/components/popover/popover.vue2.js +3 -2
- package/es/components/popper/arrow.vue2.js +3 -2
- package/es/components/popper/composables/use-content-dom.js +11 -10
- package/es/components/popper/composables/use-content.js +3 -2
- package/es/components/popper/index.js +10 -9
- package/es/components/popper/trigger.vue2.js +8 -7
- package/es/components/progress/index.js +4 -3
- package/es/components/progress/progress.vue2.js +9 -8
- package/es/components/progress-i/index.js +4 -3
- package/es/components/qrcode/index.js +4 -3
- package/es/components/radio/index.d.ts +18 -18
- package/es/components/radio/index.js +9 -8
- package/es/components/radio/radio-button.vue2.js +3 -2
- package/es/components/radio/radio.js +3 -2
- package/es/components/radio/radio.vue2.js +3 -2
- package/es/components/rate/index.js +7 -6
- package/es/components/rate/rate.js +5 -4
- package/es/components/result/index.js +4 -3
- package/es/components/result/result.vue2.js +11 -10
- package/es/components/router-view-content/index.js +4 -3
- package/es/components/roving-focus-group/roving-focus-group-impl.vue2.js +3 -2
- package/es/components/roving-focus-group/roving-focus-item.vue2.js +9 -8
- package/es/components/row/index.js +6 -5
- package/es/components/row/row.vue2.js +3 -2
- package/es/components/scrollbar/index.js +10 -9
- package/es/components/scrollbar/scrollbar.vue2.js +3 -2
- package/es/components/scrollbar/thumb.vue2.js +3 -2
- package/es/components/search/index.d.ts +3 -3
- package/es/components/search/index.js +4 -3
- package/es/components/search/search.vue.d.ts +1 -1
- package/es/components/search/search.vue2.js +96 -97
- package/es/components/segmented/index.js +8 -7
- package/es/components/segmented/segmented.js +5 -4
- package/es/components/segmented/segmented.vue2.js +1 -1
- package/es/components/select/defaults.js +9 -8
- package/es/components/select/group-item.vue2.js +3 -2
- package/es/components/select/index.d.ts +6 -6
- package/es/components/select/option-item.vue2.js +3 -2
- package/es/components/select/select-dropdown.js +3 -2
- package/es/components/select/select.vue.d.ts +6 -6
- package/es/components/select/select.vue2.js +8 -7
- package/es/components/select/useSelect.d.ts +4 -4
- package/es/components/side-menu/index.js +4 -3
- package/es/components/side-menu/side-menu.vue2.js +3 -2
- package/es/components/skeleton/index.js +6 -5
- package/es/components/skeleton/skeleton-item.vue2.js +3 -2
- package/es/components/skeleton/skeleton.vue2.js +3 -2
- package/es/components/slider/button.vue2.js +1 -1
- package/es/components/slider/composables/use-stops.js +7 -6
- package/es/components/slider/composables/use-watch.js +12 -11
- package/es/components/slider/index.d.ts +1 -1
- package/es/components/slider/index.js +8 -7
- package/es/components/slider/marker.js +7 -6
- package/es/components/slider/slider.vue.d.ts +1 -1
- package/es/components/slot/only-child.js +6 -5
- package/es/components/space/index.js +8 -7
- package/es/components/space/item.js +6 -5
- package/es/components/space/space.js +12 -11
- package/es/components/space/use-space.js +15 -14
- package/es/components/statistic/index.js +4 -3
- package/es/components/statistic/statistic.js +3 -2
- package/es/components/statistic/statistic.vue2.js +3 -2
- package/es/components/steps/index.js +6 -5
- package/es/components/steps/item.vue2.js +3 -2
- package/es/components/steps/steps.vue2.js +3 -2
- package/es/components/super-form/component-map.d.ts +4 -45
- package/es/components/super-form/component-map.js +31 -60
- package/es/components/super-form/index.js +12 -20
- package/es/components/super-form/super-form-item.vue2.js +6 -5
- package/es/components/super-form/types.d.ts +3 -3
- package/es/components/super-form/types.js +6 -1
- package/es/components/super-form/use/helper.d.ts +3 -3
- package/es/components/super-form/use/helper.js +38 -32
- package/es/components/super-form/use/use-auto-focus.js +19 -14
- package/es/components/super-form/use/use-form-events.js +85 -81
- package/es/components/switch/index.d.ts +6 -6
- package/es/components/switch/index.js +4 -3
- package/es/components/table/index.d.ts +9 -11
- package/es/components/table/index.js +10 -22
- package/es/components/table/table.vue2.js +37 -37
- package/es/components/tabs/index.d.ts +2 -2
- package/es/components/tabs/index.js +7 -6
- package/es/components/tabs/tab-bar.vue2.js +3 -2
- package/es/components/tabs/tab-nav.vue2.js +12 -11
- package/es/components/tabs/tab-pane.vue2.js +9 -8
- package/es/components/tabs/tabs.vue.d.ts +2 -2
- package/es/components/tabs/tabs.vue2.js +7 -6
- package/es/components/tag/index.js +4 -3
- package/es/components/teleport/index.js +4 -3
- package/es/components/time-picker/common/picker-range-trigger.vue2.js +10 -9
- package/es/components/time-picker/common/picker.vue.d.ts +2 -2
- package/es/components/time-picker/common/picker.vue2.js +1 -1
- package/es/components/time-picker/common/props.js +5 -4
- package/es/components/time-picker/props/basic-time-spinner.js +3 -2
- package/es/components/time-picker/props/panel-time-picker.js +5 -4
- package/es/components/time-picker/props/panel-time-range.js +3 -2
- package/es/components/time-picker/props/shared.js +3 -2
- package/es/components/time-picker/time-picker-com/basic-time-spinner.vue2.js +3 -2
- package/es/components/time-picker/time-picker-com/panel-time-pick.vue2.js +3 -2
- package/es/components/time-picker/time-picker-com/panel-time-range.vue2.js +3 -2
- package/es/components/time-picker/time-picker.js +1 -1
- package/es/components/time-select/time-select.js +3 -2
- package/es/components/time-select/time-select.vue2.js +1 -1
- package/es/components/timeline/index.js +6 -5
- package/es/components/timeline/timeline-item.vue2.js +3 -2
- package/es/components/timeline/timeline.vue2.js +3 -2
- package/es/components/tooltip/content.vue2.js +3 -2
- package/es/components/tooltip/index.js +6 -5
- package/es/components/tooltip/tooltip.vue2.js +3 -2
- package/es/components/tooltip/trigger.vue2.js +3 -2
- package/es/components/tooltip/utils.js +5 -4
- package/es/components/transfer/index.js +10 -9
- package/es/components/transfer/transfer-panel.js +3 -2
- package/es/components/transfer/transfer-panel.vue2.js +3 -2
- package/es/components/transfer/transfer.js +5 -4
- package/es/components/transfer/transfer.vue2.js +1 -1
- package/es/components/tree/model/useDragNode.js +3 -2
- package/es/components/tree/model/useKeydown.js +3 -2
- package/es/components/tree/tree-node-content.vue2.js +3 -2
- package/es/components/tree/tree-node.vue.d.ts +18 -18
- package/es/components/tree/tree-node.vue2.js +3 -2
- package/es/components/upload/ajax.js +3 -2
- package/es/components/upload/index.js +7 -6
- package/es/components/upload/use-handlers.js +11 -10
- package/es/components/verify-code/index.js +4 -3
- package/es/components/verify-code/verify-code.vue2.js +8 -7
- package/es/components/virtual-list/builders/build-grid.js +49 -48
- package/es/components/virtual-list/builders/build-list.js +41 -40
- package/es/components/virtual-list/components/dynamic-size-grid.js +3 -2
- package/es/components/virtual-list/components/dynamic-size-list.js +21 -20
- package/es/components/virtual-list/components/fixed-size-grid.js +8 -7
- package/es/components/virtual-list/components/fixed-size-list.js +9 -8
- package/es/components/virtual-list/components/scrollbar.js +9 -8
- package/es/components/virtual-list/hooks/use-grid-wheel.js +4 -3
- package/es/components/virtual-list/hooks/use-wheel.js +12 -11
- package/es/components/virtual-list/props.js +7 -6
- package/es/components/watermark/index.js +6 -5
- package/es/components/watermark/watermark.js +3 -2
- package/es/hooks/use-attrs/index.js +3 -2
- package/es/hooks/use-draggable/index.js +9 -8
- package/es/hooks/use-empty-values/index.js +9 -8
- package/es/hooks/use-focus-controller/index.js +3 -2
- package/es/hooks/use-id/index.js +3 -2
- package/es/hooks/use-lockscreen/index.js +14 -13
- package/es/hooks/use-ordered-children/index.js +3 -2
- package/es/hooks/use-z-index/index.js +3 -2
- package/es/index.js +5 -4
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/es/utils/form-register.d.ts +43 -0
- package/es/utils/form-register.js +68 -0
- package/es/utils/index.d.ts +4 -0
- package/es/utils/index.js +94 -69
- package/lib/components/affix/affix.cjs +1 -1
- package/lib/components/affix/affix.vue2.cjs +1 -1
- package/lib/components/affix/index.cjs +1 -1
- package/lib/components/alert/alert.vue2.cjs +1 -1
- package/lib/components/alert/index.cjs +1 -1
- package/lib/components/autocomplete/autocomplete.vue.d.ts +5 -5
- package/lib/components/autocomplete/index.cjs +1 -1
- package/lib/components/autocomplete/index.d.ts +13 -13
- package/lib/components/avatar/avatar.vue2.cjs +1 -1
- package/lib/components/avatar/index.cjs +1 -1
- package/lib/components/avatar-stack/avatar-stack.vue2.cjs +1 -1
- package/lib/components/avatar-stack/index.cjs +1 -1
- package/lib/components/backtop/backtop.vue2.cjs +1 -1
- package/lib/components/backtop/index.cjs +1 -1
- package/lib/components/breadcrumb/breadcrumb-item.vue2.cjs +1 -1
- package/lib/components/breadcrumb/breadcrumb.vue2.cjs +1 -1
- package/lib/components/breadcrumb/index.cjs +1 -1
- package/lib/components/button/button-group.vue2.cjs +1 -1
- package/lib/components/button/button.vue.d.ts +1 -1
- package/lib/components/button/button.vue2.cjs +1 -1
- package/lib/components/button/index.cjs +1 -1
- package/lib/components/button/index.d.ts +18 -18
- package/lib/components/button/use-button.cjs +1 -1
- package/lib/components/button/use-button.d.ts +1 -1
- package/lib/components/card/card.vue2.cjs +1 -1
- package/lib/components/card/index.cjs +1 -1
- package/lib/components/carousel/carousel-item.vue2.cjs +1 -1
- package/lib/components/carousel/carousel.vue2.cjs +1 -1
- package/lib/components/carousel/index.cjs +1 -1
- package/lib/components/carousel/use-carousel-item.cjs +1 -1
- package/lib/components/carousel/use-carousel.cjs +1 -1
- package/lib/components/cascader/cascader.cjs +1 -1
- package/lib/components/cascader/cascader.vue.d.ts +2 -2
- package/lib/components/cascader/cascader.vue2.cjs +1 -1
- package/lib/components/cascader/index.cjs +1 -1
- package/lib/components/cascader-panel/config.cjs +1 -1
- package/lib/components/cascader-panel/index.cjs +1 -1
- package/lib/components/cascader-panel/index.vue2.cjs +1 -1
- package/lib/components/cascader-panel/menu.vue2.cjs +1 -1
- package/lib/components/cascader-panel/node-content.cjs +1 -1
- package/lib/components/cascader-panel/node.vue2.cjs +1 -1
- package/lib/components/cascader-panel/store.cjs +1 -1
- package/lib/components/cascader-panel/utils.cjs +1 -1
- package/lib/components/check-tag/check-tag.vue2.cjs +1 -1
- package/lib/components/check-tag/index.cjs +1 -1
- package/lib/components/checkbox/checkbox-button.vue2.cjs +1 -1
- package/lib/components/checkbox/checkbox.vue2.cjs +1 -1
- package/lib/components/checkbox/index.cjs +1 -1
- package/lib/components/checkbox/index.d.ts +27 -27
- package/lib/components/clamp/clamp.vue2.cjs +1 -1
- package/lib/components/clamp/index.cjs +1 -1
- package/lib/components/clamp-toggle/clamp-toggle.vue2.cjs +1 -1
- package/lib/components/clamp-toggle/index.cjs +1 -1
- package/lib/components/clamp-tooltip/index.cjs +1 -1
- package/lib/components/col/col.vue2.cjs +1 -1
- package/lib/components/col/index.cjs +1 -1
- package/lib/components/collapse/collapse-item.cjs +1 -1
- package/lib/components/collapse/collapse.cjs +1 -1
- package/lib/components/collapse/index.cjs +1 -1
- package/lib/components/collapse/use-collapse-item.cjs +1 -1
- package/lib/components/collapse/use-collapse.cjs +1 -1
- package/lib/components/collapse-transition/collapse-transition.vue2.cjs +1 -1
- package/lib/components/color-picker/components/hue-slider.vue2.cjs +1 -1
- package/lib/components/color-picker/components/predefine.vue2.cjs +1 -1
- package/lib/components/color-picker/components/sv-panel.vue2.cjs +1 -1
- package/lib/components/color-picker/composables/use-alpha-slider.cjs +1 -1
- package/lib/components/color-picker/index.cjs +1 -1
- package/lib/components/color-picker/index.d.ts +6 -6
- package/lib/components/config-provider/config-provider.vue2.cjs +1 -1
- package/lib/components/config-provider/hooks/use-global-config.cjs +1 -1
- package/lib/components/config-provider/index.cjs +1 -1
- package/lib/components/container/aside.vue2.cjs +1 -1
- package/lib/components/container/container.vue2.cjs +1 -1
- package/lib/components/container/footer.vue2.cjs +1 -1
- package/lib/components/container/header.vue2.cjs +1 -1
- package/lib/components/container/index.cjs +1 -1
- package/lib/components/container/main.vue2.cjs +1 -1
- package/lib/components/context-menu/context-menu.vue2.cjs +1 -1
- package/lib/components/countdown/countdown.cjs +1 -1
- package/lib/components/countdown/countdown.vue2.cjs +1 -1
- package/lib/components/countdown/index.cjs +1 -1
- package/lib/components/date-picker/composables/use-basic-date-table.cjs +1 -1
- package/lib/components/date-picker/composables/use-range-picker.cjs +1 -1
- package/lib/components/date-picker/date-picker-com/basic-cell-render.cjs +1 -1
- package/lib/components/date-picker/date-picker-com/basic-month-table.vue2.cjs +1 -1
- package/lib/components/date-picker/date-picker-com/basic-year-table.vue2.cjs +1 -1
- package/lib/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +2 -2
- package/lib/components/date-picker/date-picker-com/panel-date-pick.vue2.cjs +1 -1
- package/lib/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +2 -2
- package/lib/components/date-picker/date-picker.cjs +1 -1
- package/lib/components/date-picker/date-picker.d.ts +3 -3
- package/lib/components/date-picker/index.d.ts +6 -6
- package/lib/components/date-picker/panel-utils.d.ts +6 -6
- package/lib/components/date-picker/props/basic-cell.cjs +1 -1
- package/lib/components/date-picker/props/basic-date-table.cjs +1 -1
- package/lib/components/date-picker/props/basic-month-table.cjs +1 -1
- package/lib/components/date-picker/props/basic-year-table.cjs +1 -1
- package/lib/components/date-picker/props/date-picker.cjs +1 -1
- package/lib/components/date-picker/props/date-picker.d.ts +1 -1
- package/lib/components/date-picker/props/panel-date-pick.cjs +1 -1
- package/lib/components/date-picker/props/panel-date-pick.d.ts +1 -1
- package/lib/components/date-picker/props/panel-date-range.cjs +1 -1
- package/lib/components/date-picker/props/panel-date-range.d.ts +1 -1
- package/lib/components/date-picker/props/panel-month-range.cjs +1 -1
- package/lib/components/date-picker/props/panel-year-range.cjs +1 -1
- package/lib/components/date-picker/props/shared.cjs +1 -1
- package/lib/components/date-picker/props/shared.d.ts +1 -1
- package/lib/components/date-time-select/date-time-select.vue2.cjs +1 -1
- package/lib/components/date-time-select/index.cjs +1 -1
- package/lib/components/descriptions/description-item.vue2.cjs +1 -1
- package/lib/components/descriptions/description.vue2.cjs +1 -1
- package/lib/components/descriptions/descriptions-cell.cjs +1 -1
- package/lib/components/descriptions/index.cjs +1 -1
- package/lib/components/dialog/dialog-content.vue2.cjs +1 -1
- package/lib/components/dialog/dialog.vue2.cjs +1 -1
- package/lib/components/dialog/hooks/use-dialog.cjs +1 -1
- package/lib/components/dialog/index.cjs +1 -1
- package/lib/components/divider/divider.vue2.cjs +1 -1
- package/lib/components/divider/index.cjs +1 -1
- package/lib/components/drawer/drawer.vue2.cjs +1 -1
- package/lib/components/drawer/index.cjs +1 -1
- package/lib/components/dropdown/dropdown-item-impl.vue2.cjs +1 -1
- package/lib/components/dropdown/dropdown-item.vue2.cjs +1 -1
- package/lib/components/dropdown/dropdown-menu.vue2.cjs +1 -1
- package/lib/components/dropdown/index.cjs +1 -1
- package/lib/components/dropdown/index.d.ts +9 -9
- package/lib/components/dropdown/useDropdown.cjs +1 -1
- package/lib/components/empty/empty.vue2.cjs +1 -1
- package/lib/components/empty/index.cjs +1 -1
- package/lib/components/focus-trap/utils.cjs +1 -1
- package/lib/components/footer-layout/footer-layout.vue2.cjs +1 -1
- package/lib/components/footer-layout/index.cjs +1 -1
- package/lib/components/form/form-item.vue.d.ts +1 -1
- package/lib/components/form/form-item.vue2.cjs +1 -1
- package/lib/components/form/form-label-wrap.cjs +1 -1
- package/lib/components/form/form.vue2.cjs +1 -1
- package/lib/components/form/hooks/use-form-common-props.cjs +1 -1
- package/lib/components/form/hooks/use-form-item.cjs +1 -1
- package/lib/components/form/index.d.ts +48 -48
- package/lib/components/form/utils.cjs +1 -1
- package/lib/components/full-screen/full-screen.vue2.cjs +1 -1
- package/lib/components/full-screen/index.cjs +1 -1
- package/lib/components/header-layout/header-layout.vue2.cjs +1 -1
- package/lib/components/header-layout/index.cjs +1 -1
- package/lib/components/horizontal-menu/horizontal-menu.vue2.cjs +1 -1
- package/lib/components/horizontal-menu/index.cjs +1 -1
- package/lib/components/icon/icon.vue2.cjs +1 -1
- package/lib/components/icon/index.cjs +1 -1
- package/lib/components/icon-text/icon-text.vue2.cjs +1 -1
- package/lib/components/icon-text/index.cjs +1 -1
- package/lib/components/iframe-layout/iframe-page.vue2.cjs +1 -1
- package/lib/components/iframe-layout/index.cjs +1 -1
- package/lib/components/image/image.vue2.cjs +1 -1
- package/lib/components/image/index.cjs +1 -1
- package/lib/components/image-viewer/image-viewer.vue2.cjs +1 -1
- package/lib/components/image-viewer/index.cjs +1 -1
- package/lib/components/index.cjs +1 -1
- package/lib/components/infinite-scroll/infinite-scroll.cjs +1 -1
- package/lib/components/input/index.cjs +1 -1
- package/lib/components/input/index.d.ts +5 -5
- package/lib/components/input/input.vue.d.ts +2 -2
- package/lib/components/input-number/index.cjs +1 -1
- package/lib/components/input-number/index.d.ts +1 -1
- package/lib/components/input-number/input-number.vue.d.ts +1 -1
- package/lib/components/input-tag/composables/use-drag-tag.cjs +1 -1
- package/lib/components/input-tag/composables/use-input-tag-dom.cjs +1 -1
- package/lib/components/input-tag/composables/use-input-tag.cjs +1 -1
- package/lib/components/input-tag/index.cjs +1 -1
- package/lib/components/input-tag/input-tag.cjs +1 -1
- package/lib/components/input-tag/input-tag.vue.d.ts +4 -4
- package/lib/components/link/index.cjs +1 -1
- package/lib/components/link/link.vue2.cjs +1 -1
- package/lib/components/list-cell/index.cjs +1 -1
- package/lib/components/list-cell/list-cell.vue2.cjs +1 -1
- package/lib/components/loading/loading.cjs +1 -1
- package/lib/components/loading/service.cjs +1 -1
- package/lib/components/logo/index.cjs +1 -1
- package/lib/components/logo/logo.vue2.cjs +1 -1
- package/lib/components/md-code-demo/index.cjs +1 -1
- package/lib/components/md-code-demo/md-code-demo.cjs +1 -1
- package/lib/components/md-code-tabs/index.cjs +1 -1
- package/lib/components/md-comment/index.cjs +1 -1
- package/lib/components/md-comment/md-comment.vue2.cjs +1 -1
- package/lib/components/md-container/index.cjs +1 -1
- package/lib/components/md-container/md-container.vue2.cjs +1 -1
- package/lib/components/md-tabs/index.cjs +1 -1
- package/lib/components/md-vue-playground/index.cjs +1 -1
- package/lib/components/md-vue-playground/md-vue-playground.vue2.cjs +1 -1
- package/lib/components/menu/index.cjs +1 -1
- package/lib/components/menu/menu-collapse-transition.vue2.cjs +1 -1
- package/lib/components/menu/menu-item-group.vue2.cjs +1 -1
- package/lib/components/menu/menu-item.vue2.cjs +1 -1
- package/lib/components/menu/menu.vue2.cjs +1 -1
- package/lib/components/menu/sub-menu.vue2.cjs +1 -1
- package/lib/components/menu/use-menu-css-var.cjs +1 -1
- package/lib/components/message/index.cjs +1 -1
- package/lib/components/message/method.cjs +1 -1
- package/lib/components/modal/index.cjs +1 -1
- package/lib/components/modal/modal-footer-action.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/index.cjs +1 -1
- package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
- package/lib/components/notification/index.cjs +1 -1
- package/lib/components/notification/notification.cjs +1 -1
- package/lib/components/notification/notify.cjs +1 -1
- package/lib/components/overlay/index.cjs +1 -1
- package/lib/components/overlay/overlay.vue2.cjs +1 -1
- package/lib/components/page-wrapper/index.cjs +1 -1
- package/lib/components/page-wrapper/page-wrapper.vue2.cjs +1 -1
- package/lib/components/pagination/components/jumper.vue2.cjs +1 -1
- package/lib/components/pagination/components/pager.vue2.cjs +1 -1
- package/lib/components/pagination/components/sizes.vue2.cjs +1 -1
- package/lib/components/pagination/components/total.vue2.cjs +1 -1
- package/lib/components/pagination/index.cjs +1 -1
- package/lib/components/pagination/pagination.vue2.cjs +1 -1
- package/lib/components/popconfirm/index.cjs +1 -1
- package/lib/components/popconfirm/index.d.ts +15 -15
- package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/lib/components/popconfirm/popconfirm.vue2.cjs +1 -1
- package/lib/components/popover/index.cjs +1 -1
- package/lib/components/popover/popover.vue2.cjs +1 -1
- package/lib/components/popper/arrow.vue2.cjs +1 -1
- package/lib/components/popper/composables/use-content-dom.cjs +1 -1
- package/lib/components/popper/composables/use-content.cjs +1 -1
- package/lib/components/popper/index.cjs +1 -1
- package/lib/components/popper/trigger.vue2.cjs +1 -1
- package/lib/components/progress/index.cjs +1 -1
- package/lib/components/progress/progress.vue2.cjs +1 -1
- package/lib/components/progress-i/index.cjs +1 -1
- package/lib/components/qrcode/index.cjs +1 -1
- package/lib/components/radio/index.cjs +1 -1
- package/lib/components/radio/index.d.ts +18 -18
- package/lib/components/radio/radio-button.vue2.cjs +1 -1
- package/lib/components/radio/radio.cjs +1 -1
- package/lib/components/radio/radio.vue2.cjs +1 -1
- package/lib/components/rate/index.cjs +1 -1
- package/lib/components/rate/rate.cjs +1 -1
- package/lib/components/result/index.cjs +1 -1
- package/lib/components/result/result.vue2.cjs +1 -1
- package/lib/components/router-view-content/index.cjs +1 -1
- package/lib/components/roving-focus-group/roving-focus-group-impl.vue2.cjs +1 -1
- package/lib/components/roving-focus-group/roving-focus-item.vue2.cjs +1 -1
- package/lib/components/row/index.cjs +1 -1
- package/lib/components/row/row.vue2.cjs +1 -1
- package/lib/components/scrollbar/index.cjs +1 -1
- package/lib/components/scrollbar/scrollbar.vue2.cjs +1 -1
- package/lib/components/scrollbar/thumb.vue2.cjs +1 -1
- package/lib/components/search/index.cjs +1 -1
- package/lib/components/search/index.d.ts +3 -3
- package/lib/components/search/search.vue.d.ts +1 -1
- package/lib/components/search/search.vue2.cjs +1 -1
- package/lib/components/segmented/index.cjs +1 -1
- package/lib/components/segmented/segmented.cjs +1 -1
- package/lib/components/segmented/segmented.vue2.cjs +1 -1
- package/lib/components/select/defaults.cjs +1 -1
- package/lib/components/select/group-item.vue2.cjs +1 -1
- package/lib/components/select/index.d.ts +6 -6
- package/lib/components/select/option-item.vue2.cjs +1 -1
- package/lib/components/select/select-dropdown.cjs +1 -1
- package/lib/components/select/select.vue.d.ts +6 -6
- package/lib/components/select/select.vue2.cjs +1 -1
- package/lib/components/select/useSelect.d.ts +4 -4
- package/lib/components/side-menu/index.cjs +1 -1
- package/lib/components/side-menu/side-menu.vue2.cjs +1 -1
- package/lib/components/skeleton/index.cjs +1 -1
- package/lib/components/skeleton/skeleton-item.vue2.cjs +1 -1
- package/lib/components/skeleton/skeleton.vue2.cjs +1 -1
- package/lib/components/slider/button.vue2.cjs +1 -1
- package/lib/components/slider/composables/use-stops.cjs +1 -1
- package/lib/components/slider/composables/use-watch.cjs +1 -1
- package/lib/components/slider/index.cjs +1 -1
- package/lib/components/slider/index.d.ts +1 -1
- package/lib/components/slider/marker.cjs +1 -1
- package/lib/components/slider/slider.vue.d.ts +1 -1
- package/lib/components/slot/only-child.cjs +1 -1
- package/lib/components/space/index.cjs +1 -1
- package/lib/components/space/item.cjs +1 -1
- package/lib/components/space/space.cjs +1 -1
- package/lib/components/space/use-space.cjs +1 -1
- package/lib/components/statistic/index.cjs +1 -1
- package/lib/components/statistic/statistic.cjs +1 -1
- package/lib/components/statistic/statistic.vue2.cjs +1 -1
- package/lib/components/steps/index.cjs +1 -1
- package/lib/components/steps/item.vue2.cjs +1 -1
- package/lib/components/steps/steps.vue2.cjs +1 -1
- package/lib/components/super-form/component-map.cjs +1 -1
- package/lib/components/super-form/component-map.d.ts +4 -45
- package/lib/components/super-form/index.cjs +1 -1
- package/lib/components/super-form/super-form-item.vue2.cjs +1 -1
- package/lib/components/super-form/types.cjs +1 -1
- package/lib/components/super-form/types.d.ts +3 -3
- package/lib/components/super-form/use/helper.cjs +1 -1
- package/lib/components/super-form/use/helper.d.ts +3 -3
- package/lib/components/super-form/use/use-auto-focus.cjs +1 -1
- package/lib/components/super-form/use/use-form-events.cjs +1 -1
- package/lib/components/switch/index.cjs +1 -1
- package/lib/components/switch/index.d.ts +6 -6
- package/lib/components/table/index.cjs +1 -1
- package/lib/components/table/index.d.ts +9 -11
- package/lib/components/table/table.vue2.cjs +1 -1
- package/lib/components/tabs/index.cjs +1 -1
- package/lib/components/tabs/index.d.ts +2 -2
- package/lib/components/tabs/tab-bar.vue2.cjs +1 -1
- package/lib/components/tabs/tab-nav.vue2.cjs +1 -1
- package/lib/components/tabs/tab-pane.vue2.cjs +1 -1
- package/lib/components/tabs/tabs.vue.d.ts +2 -2
- package/lib/components/tabs/tabs.vue2.cjs +1 -1
- package/lib/components/tag/index.cjs +1 -1
- package/lib/components/teleport/index.cjs +1 -1
- package/lib/components/time-picker/common/picker-range-trigger.vue2.cjs +1 -1
- package/lib/components/time-picker/common/picker.vue.d.ts +2 -2
- package/lib/components/time-picker/common/picker.vue2.cjs +1 -1
- package/lib/components/time-picker/common/props.cjs +1 -1
- package/lib/components/time-picker/props/basic-time-spinner.cjs +1 -1
- package/lib/components/time-picker/props/panel-time-picker.cjs +1 -1
- package/lib/components/time-picker/props/panel-time-range.cjs +1 -1
- package/lib/components/time-picker/props/shared.cjs +1 -1
- package/lib/components/time-picker/time-picker-com/basic-time-spinner.vue2.cjs +1 -1
- package/lib/components/time-picker/time-picker-com/panel-time-pick.vue2.cjs +1 -1
- package/lib/components/time-picker/time-picker-com/panel-time-range.vue2.cjs +1 -1
- package/lib/components/time-picker/time-picker.cjs +1 -1
- package/lib/components/time-select/time-select.cjs +1 -1
- package/lib/components/time-select/time-select.vue2.cjs +1 -1
- package/lib/components/timeline/index.cjs +1 -1
- package/lib/components/timeline/timeline-item.vue2.cjs +1 -1
- package/lib/components/timeline/timeline.vue2.cjs +1 -1
- package/lib/components/tooltip/content.vue2.cjs +1 -1
- package/lib/components/tooltip/index.cjs +1 -1
- package/lib/components/tooltip/tooltip.vue2.cjs +1 -1
- package/lib/components/tooltip/trigger.vue2.cjs +1 -1
- package/lib/components/tooltip/utils.cjs +1 -1
- package/lib/components/transfer/index.cjs +1 -1
- package/lib/components/transfer/transfer-panel.cjs +1 -1
- package/lib/components/transfer/transfer-panel.vue2.cjs +1 -1
- package/lib/components/transfer/transfer.cjs +1 -1
- package/lib/components/transfer/transfer.vue2.cjs +1 -1
- package/lib/components/tree/model/useDragNode.cjs +1 -1
- package/lib/components/tree/model/useKeydown.cjs +1 -1
- package/lib/components/tree/tree-node-content.vue2.cjs +1 -1
- package/lib/components/tree/tree-node.vue.d.ts +18 -18
- package/lib/components/tree/tree-node.vue2.cjs +1 -1
- package/lib/components/upload/ajax.cjs +1 -1
- package/lib/components/upload/index.cjs +1 -1
- package/lib/components/upload/use-handlers.cjs +1 -1
- package/lib/components/verify-code/index.cjs +1 -1
- package/lib/components/verify-code/verify-code.vue2.cjs +1 -1
- package/lib/components/virtual-list/builders/build-grid.cjs +1 -1
- package/lib/components/virtual-list/builders/build-list.cjs +1 -1
- package/lib/components/virtual-list/components/dynamic-size-grid.cjs +1 -1
- package/lib/components/virtual-list/components/dynamic-size-list.cjs +1 -1
- package/lib/components/virtual-list/components/fixed-size-grid.cjs +1 -1
- package/lib/components/virtual-list/components/fixed-size-list.cjs +1 -1
- package/lib/components/virtual-list/components/scrollbar.cjs +1 -1
- package/lib/components/virtual-list/hooks/use-grid-wheel.cjs +1 -1
- package/lib/components/virtual-list/hooks/use-wheel.cjs +1 -1
- package/lib/components/virtual-list/props.cjs +1 -1
- package/lib/components/watermark/index.cjs +1 -1
- package/lib/components/watermark/watermark.cjs +1 -1
- package/lib/hooks/use-attrs/index.cjs +1 -1
- package/lib/hooks/use-draggable/index.cjs +1 -1
- package/lib/hooks/use-empty-values/index.cjs +1 -1
- package/lib/hooks/use-focus-controller/index.cjs +1 -1
- package/lib/hooks/use-id/index.cjs +1 -1
- package/lib/hooks/use-lockscreen/index.cjs +1 -1
- package/lib/hooks/use-ordered-children/index.cjs +1 -1
- package/lib/hooks/use-z-index/index.cjs +1 -1
- package/lib/index.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/lib/utils/form-register.cjs +1 -0
- package/lib/utils/form-register.d.ts +43 -0
- package/lib/utils/index.cjs +1 -1
- package/lib/utils/index.d.ts +4 -0
- package/package.json +1 -1
- package/web-types.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type DateModelType, type SingleOrRange } from 'vft/es/components/time-picker';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
|
-
readonly type: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
3
|
+
readonly type: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => import("./date-picker.type").IDatePickerType) | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => import("./date-picker.type").IDatePickerType)) | null)[], unknown, unknown, "date", boolean>;
|
|
4
4
|
readonly disabledDate: {
|
|
5
5
|
readonly type: import("vue").PropType<Function>;
|
|
6
6
|
readonly required: false;
|
|
@@ -92,7 +92,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
92
92
|
};
|
|
93
93
|
readonly isRange: BooleanConstructor;
|
|
94
94
|
}>, () => VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
95
|
-
readonly type: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
95
|
+
readonly type: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => import("./date-picker.type").IDatePickerType) | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => import("./date-picker.type").IDatePickerType)) | null)[], unknown, unknown, "date", boolean>;
|
|
96
96
|
readonly disabledDate: {
|
|
97
97
|
readonly type: import("vue").PropType<Function>;
|
|
98
98
|
readonly required: false;
|
|
@@ -187,7 +187,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
187
187
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
188
188
|
}>, {
|
|
189
189
|
readonly disabled: boolean;
|
|
190
|
-
readonly type: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
190
|
+
readonly type: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => import("./date-picker.type").IDatePickerType) | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => import("./date-picker.type").IDatePickerType)) | null)[], unknown, unknown>;
|
|
191
191
|
readonly modelValue: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | [DateModelType, DateModelType]) | (() => import("vft/es/components/time-picker").ModelValueType) | (((new (...args: any[]) => string | number | string[] | Date | [DateModelType, DateModelType]) | (() => import("vft/es/components/time-picker").ModelValueType)) | null)[], unknown, unknown>;
|
|
192
192
|
readonly placement: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement) | (((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement)) | null)[], import("@popperjs/core").Placement, unknown>;
|
|
193
193
|
readonly tabindex: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
import { defineComponent as O, computed as _, provide as a, reactive as s, toRef as P, ref as T, createVNode as n, mergeProps as x } from "vue";
|
|
2
2
|
import e from "dayjs";
|
|
3
|
-
import I from "dayjs/plugin/customParseFormat
|
|
4
|
-
import v from "dayjs/plugin/advancedFormat
|
|
5
|
-
import C from "dayjs/plugin/localeData
|
|
6
|
-
import D from "dayjs/plugin/weekOfYear
|
|
7
|
-
import N from "dayjs/plugin/weekYear
|
|
8
|
-
import R from "dayjs/plugin/dayOfYear
|
|
9
|
-
import y from "dayjs/plugin/isSameOrAfter
|
|
10
|
-
import A from "dayjs/plugin/isSameOrBefore
|
|
3
|
+
import I from "dayjs/plugin/customParseFormat";
|
|
4
|
+
import v from "dayjs/plugin/advancedFormat";
|
|
5
|
+
import C from "dayjs/plugin/localeData";
|
|
6
|
+
import D from "dayjs/plugin/weekOfYear";
|
|
7
|
+
import N from "dayjs/plugin/weekYear";
|
|
8
|
+
import R from "dayjs/plugin/dayOfYear";
|
|
9
|
+
import y from "dayjs/plugin/isSameOrAfter";
|
|
10
|
+
import A from "dayjs/plugin/isSameOrBefore";
|
|
11
11
|
import "@vueuse/core";
|
|
12
12
|
import "@vft/utils";
|
|
13
13
|
import "../config-provider/hooks/use-global-config.js";
|
|
14
14
|
import { UPDATE_MODEL_EVENT as p } from "../../constants/event.js";
|
|
15
15
|
import "lodash-es";
|
|
16
|
+
import "../form/index.js";
|
|
16
17
|
import { useNamespace as F } from "../../hooks/use-namespace/index.js";
|
|
17
18
|
import "../../hooks/use-model-toggle/index.js";
|
|
18
19
|
import "@popperjs/core";
|
|
@@ -31,7 +32,7 @@ e.extend(N);
|
|
|
31
32
|
e.extend(R);
|
|
32
33
|
e.extend(y);
|
|
33
34
|
e.extend(A);
|
|
34
|
-
const
|
|
35
|
+
const ce = /* @__PURE__ */ O({
|
|
35
36
|
name: "ElDatePicker",
|
|
36
37
|
install: null,
|
|
37
38
|
props: K,
|
|
@@ -84,5 +85,5 @@ const de = /* @__PURE__ */ O({
|
|
|
84
85
|
}
|
|
85
86
|
});
|
|
86
87
|
export {
|
|
87
|
-
|
|
88
|
+
ce as default
|
|
88
89
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _DatePicker: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
-
readonly type: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
2
|
+
readonly type: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => import("./date-picker.type").IDatePickerType) | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => import("./date-picker.type").IDatePickerType)) | null)[], unknown, unknown, "date", boolean>;
|
|
3
3
|
readonly disabledDate: {
|
|
4
4
|
readonly type: import("vue").PropType<Function>;
|
|
5
5
|
readonly required: false;
|
|
@@ -91,7 +91,7 @@ declare const _DatePicker: import("vue").DefineComponent<import("vue").ExtractPr
|
|
|
91
91
|
};
|
|
92
92
|
readonly isRange: BooleanConstructor;
|
|
93
93
|
}>, () => VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
94
|
-
readonly type: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
94
|
+
readonly type: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => import("./date-picker.type").IDatePickerType) | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => import("./date-picker.type").IDatePickerType)) | null)[], unknown, unknown, "date", boolean>;
|
|
95
95
|
readonly disabledDate: {
|
|
96
96
|
readonly type: import("vue").PropType<Function>;
|
|
97
97
|
readonly required: false;
|
|
@@ -186,7 +186,7 @@ declare const _DatePicker: import("vue").DefineComponent<import("vue").ExtractPr
|
|
|
186
186
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
187
187
|
}>, {
|
|
188
188
|
readonly disabled: boolean;
|
|
189
|
-
readonly type: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
189
|
+
readonly type: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => import("./date-picker.type").IDatePickerType) | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => import("./date-picker.type").IDatePickerType)) | null)[], unknown, unknown>;
|
|
190
190
|
readonly modelValue: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | [import("vft/es/vft").DateModelType, import("vft/es/vft").DateModelType]) | (() => import("vft/es/vft").ModelValueType) | (((new (...args: any[]) => string | number | string[] | Date | [import("vft/es/vft").DateModelType, import("vft/es/vft").DateModelType]) | (() => import("vft/es/vft").ModelValueType)) | null)[], unknown, unknown>;
|
|
191
191
|
readonly placement: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement) | (((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement)) | null)[], import("@popperjs/core").Placement, unknown>;
|
|
192
192
|
readonly tabindex: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
@@ -211,7 +211,7 @@ declare const _DatePicker: import("vue").DefineComponent<import("vue").ExtractPr
|
|
|
211
211
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
212
212
|
export default _DatePicker;
|
|
213
213
|
export declare const VftDatePicker: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
214
|
-
readonly type: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
214
|
+
readonly type: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => import("./date-picker.type").IDatePickerType) | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => import("./date-picker.type").IDatePickerType)) | null)[], unknown, unknown, "date", boolean>;
|
|
215
215
|
readonly disabledDate: {
|
|
216
216
|
readonly type: import("vue").PropType<Function>;
|
|
217
217
|
readonly required: false;
|
|
@@ -303,7 +303,7 @@ export declare const VftDatePicker: import("vue").DefineComponent<import("vue").
|
|
|
303
303
|
};
|
|
304
304
|
readonly isRange: BooleanConstructor;
|
|
305
305
|
}>, () => VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
306
|
-
readonly type: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
306
|
+
readonly type: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => import("./date-picker.type").IDatePickerType) | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => import("./date-picker.type").IDatePickerType)) | null)[], unknown, unknown, "date", boolean>;
|
|
307
307
|
readonly disabledDate: {
|
|
308
308
|
readonly type: import("vue").PropType<Function>;
|
|
309
309
|
readonly required: false;
|
|
@@ -398,7 +398,7 @@ export declare const VftDatePicker: import("vue").DefineComponent<import("vue").
|
|
|
398
398
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
399
399
|
}>, {
|
|
400
400
|
readonly disabled: boolean;
|
|
401
|
-
readonly type: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
401
|
+
readonly type: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => import("./date-picker.type").IDatePickerType) | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => import("./date-picker.type").IDatePickerType)) | null)[], unknown, unknown>;
|
|
402
402
|
readonly modelValue: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | [import("vft/es/vft").DateModelType, import("vft/es/vft").DateModelType]) | (() => import("vft/es/vft").ModelValueType) | (((new (...args: any[]) => string | number | string[] | Date | [import("vft/es/vft").DateModelType, import("vft/es/vft").DateModelType]) | (() => import("vft/es/vft").ModelValueType)) | null)[], unknown, unknown>;
|
|
403
403
|
readonly placement: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement) | (((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("@popperjs/core").Placement)) | null)[], import("@popperjs/core").Placement, unknown>;
|
|
404
404
|
readonly tabindex: import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | (((new (...args: any[]) => string | number) | (() => string | number)) | null)[], unknown, unknown>;
|
|
@@ -15,7 +15,7 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
15
15
|
};
|
|
16
16
|
readonly format: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
17
17
|
readonly type: {
|
|
18
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
18
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange")) | null)[], "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange", unknown>>;
|
|
19
19
|
readonly required: true;
|
|
20
20
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
21
21
|
__epPropKey: true;
|
|
@@ -58,7 +58,7 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
58
58
|
};
|
|
59
59
|
readonly format: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
60
60
|
readonly type: {
|
|
61
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
61
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange")) | null)[], "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange", unknown>>;
|
|
62
62
|
readonly required: true;
|
|
63
63
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
64
64
|
__epPropKey: true;
|
|
@@ -94,7 +94,7 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
94
94
|
};
|
|
95
95
|
readonly format: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
96
96
|
readonly type: {
|
|
97
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
97
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange")) | null)[], "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange", unknown>>;
|
|
98
98
|
readonly required: true;
|
|
99
99
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
100
100
|
__epPropKey: true;
|
|
@@ -132,7 +132,7 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
132
132
|
__epPropKey: true;
|
|
133
133
|
};
|
|
134
134
|
readonly type: {
|
|
135
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
135
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange")) | null)[], "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange", unknown>>;
|
|
136
136
|
readonly required: true;
|
|
137
137
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
138
138
|
__epPropKey: true;
|
|
@@ -173,7 +173,7 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
173
173
|
__epPropKey: true;
|
|
174
174
|
};
|
|
175
175
|
readonly type: {
|
|
176
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
176
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange")) | null)[], "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange", unknown>>;
|
|
177
177
|
readonly required: true;
|
|
178
178
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
179
179
|
__epPropKey: true;
|
|
@@ -206,7 +206,7 @@ export declare const getPanel: (type: IDatePickerType) => ({
|
|
|
206
206
|
__epPropKey: true;
|
|
207
207
|
};
|
|
208
208
|
readonly type: {
|
|
209
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
209
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange")) | null)[], "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange", unknown>>;
|
|
210
210
|
readonly required: true;
|
|
211
211
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
212
212
|
__epPropKey: true;
|
|
@@ -3,11 +3,12 @@ import "@vft/utils";
|
|
|
3
3
|
import "../../config-provider/hooks/use-global-config.js";
|
|
4
4
|
import "vue";
|
|
5
5
|
import { buildProps as o, definePropType as p } from "../../../utils/vue/props/runtime.js";
|
|
6
|
-
|
|
6
|
+
import "../../form/index.js";
|
|
7
|
+
const c = o({
|
|
7
8
|
cell: {
|
|
8
9
|
type: p(Object)
|
|
9
10
|
}
|
|
10
11
|
});
|
|
11
12
|
export {
|
|
12
|
-
|
|
13
|
+
c as basicCellProps
|
|
13
14
|
};
|
|
@@ -3,16 +3,17 @@ import "@vft/utils";
|
|
|
3
3
|
import "../../config-provider/hooks/use-global-config.js";
|
|
4
4
|
import "vue";
|
|
5
5
|
import { buildProps as e, definePropType as o } from "../../../utils/vue/props/runtime.js";
|
|
6
|
+
import "../../form/index.js";
|
|
6
7
|
import { selectionModeWithDefault as t, datePickerSharedProps as i } from "./shared.js";
|
|
7
|
-
const
|
|
8
|
+
const n = e({
|
|
8
9
|
...i,
|
|
9
10
|
cellClassName: {
|
|
10
11
|
type: o(Function)
|
|
11
12
|
},
|
|
12
13
|
showWeekNumber: Boolean,
|
|
13
14
|
selectionMode: t("date")
|
|
14
|
-
}),
|
|
15
|
+
}), d = ["changerange", "pick", "select"];
|
|
15
16
|
export {
|
|
16
|
-
|
|
17
|
-
|
|
17
|
+
d as basicDateTableEmits,
|
|
18
|
+
n as basicDateTableProps
|
|
18
19
|
};
|
|
@@ -3,11 +3,12 @@ import "@vft/utils";
|
|
|
3
3
|
import "../../config-provider/hooks/use-global-config.js";
|
|
4
4
|
import "vue";
|
|
5
5
|
import { buildProps as o } from "../../../utils/vue/props/runtime.js";
|
|
6
|
+
import "../../form/index.js";
|
|
6
7
|
import { selectionModeWithDefault as t, datePickerSharedProps as r } from "./shared.js";
|
|
7
|
-
const
|
|
8
|
+
const d = o({
|
|
8
9
|
...r,
|
|
9
10
|
selectionMode: t("month")
|
|
10
11
|
});
|
|
11
12
|
export {
|
|
12
|
-
|
|
13
|
+
d as basicMonthTableProps
|
|
13
14
|
};
|
|
@@ -3,11 +3,12 @@ import "@vft/utils";
|
|
|
3
3
|
import "../../config-provider/hooks/use-global-config.js";
|
|
4
4
|
import "vue";
|
|
5
5
|
import { buildProps as o } from "../../../utils/vue/props/runtime.js";
|
|
6
|
+
import "../../form/index.js";
|
|
6
7
|
import { selectionModeWithDefault as r, datePickerSharedProps as e } from "./shared.js";
|
|
7
|
-
const
|
|
8
|
+
const d = o({
|
|
8
9
|
...e,
|
|
9
10
|
selectionMode: r("year")
|
|
10
11
|
});
|
|
11
12
|
export {
|
|
12
|
-
|
|
13
|
+
d as basicYearTableProps
|
|
13
14
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ExtractPropTypes, __ExtractPublicPropTypes } from 'vue';
|
|
2
2
|
import type { IDatePickerType } from '../date-picker.type';
|
|
3
3
|
export declare const datePickerProps: {
|
|
4
|
-
readonly type: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
4
|
+
readonly type: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => IDatePickerType) | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange" | "months" | "years" | "yearrange") | (() => IDatePickerType)) | null)[], unknown, unknown, "date", boolean>;
|
|
5
5
|
readonly disabledDate: {
|
|
6
6
|
readonly type: import("vue").PropType<Function>;
|
|
7
7
|
readonly required: false;
|
|
@@ -4,8 +4,9 @@ import "@vft/utils";
|
|
|
4
4
|
import "../../config-provider/hooks/use-global-config.js";
|
|
5
5
|
import "vue";
|
|
6
6
|
import { buildProps as r, definePropType as t } from "../../../utils/vue/props/runtime.js";
|
|
7
|
+
import "../../form/index.js";
|
|
7
8
|
import { timePickerDefaultProps as o } from "../../time-picker/common/props.js";
|
|
8
|
-
const
|
|
9
|
+
const s = r({
|
|
9
10
|
...o,
|
|
10
11
|
/**
|
|
11
12
|
* @description type of the picker
|
|
@@ -16,5 +17,5 @@ const a = r({
|
|
|
16
17
|
}
|
|
17
18
|
});
|
|
18
19
|
export {
|
|
19
|
-
|
|
20
|
+
s as datePickerProps
|
|
20
21
|
};
|
|
@@ -15,7 +15,7 @@ export declare const panelDatePickProps: {
|
|
|
15
15
|
};
|
|
16
16
|
readonly format: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
17
17
|
readonly type: {
|
|
18
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
18
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange")) | null)[], "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange", unknown>>;
|
|
19
19
|
readonly required: true;
|
|
20
20
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
21
21
|
__epPropKey: true;
|
|
@@ -3,9 +3,10 @@ import "@vft/utils";
|
|
|
3
3
|
import "../../config-provider/hooks/use-global-config.js";
|
|
4
4
|
import "vue";
|
|
5
5
|
import { buildProps as r, definePropType as p } from "../../../utils/vue/props/runtime.js";
|
|
6
|
-
import
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
import "../../form/index.js";
|
|
7
|
+
import { panelSharedProps as o } from "./shared.js";
|
|
8
|
+
const s = r({
|
|
9
|
+
...o,
|
|
9
10
|
parsedValue: {
|
|
10
11
|
type: p([Object, Array])
|
|
11
12
|
},
|
|
@@ -18,5 +19,5 @@ const n = r({
|
|
|
18
19
|
}
|
|
19
20
|
});
|
|
20
21
|
export {
|
|
21
|
-
|
|
22
|
+
s as panelDatePickProps
|
|
22
23
|
};
|
|
@@ -9,7 +9,7 @@ export declare const panelDateRangeProps: {
|
|
|
9
9
|
__epPropKey: true;
|
|
10
10
|
};
|
|
11
11
|
readonly type: {
|
|
12
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
12
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange")) | null)[], "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange", unknown>>;
|
|
13
13
|
readonly required: true;
|
|
14
14
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
15
15
|
__epPropKey: true;
|
|
@@ -3,11 +3,12 @@ import "@vft/utils";
|
|
|
3
3
|
import "../../config-provider/hooks/use-global-config.js";
|
|
4
4
|
import "vue";
|
|
5
5
|
import { buildProps as r } from "../../../utils/vue/props/runtime.js";
|
|
6
|
+
import "../../form/index.js";
|
|
6
7
|
import { panelRangeSharedProps as o, panelSharedProps as p } from "./shared.js";
|
|
7
|
-
const
|
|
8
|
+
const l = r({
|
|
8
9
|
...p,
|
|
9
10
|
...o
|
|
10
11
|
});
|
|
11
12
|
export {
|
|
12
|
-
|
|
13
|
+
l as panelDateRangeProps
|
|
13
14
|
};
|
|
@@ -3,15 +3,16 @@ import "@vft/utils";
|
|
|
3
3
|
import "../../config-provider/hooks/use-global-config.js";
|
|
4
4
|
import "vue";
|
|
5
5
|
import { buildProps as o } from "../../../utils/vue/props/runtime.js";
|
|
6
|
+
import "../../form/index.js";
|
|
6
7
|
import { panelRangeSharedProps as p } from "./shared.js";
|
|
7
|
-
const
|
|
8
|
+
const s = o({
|
|
8
9
|
...p
|
|
9
|
-
}),
|
|
10
|
+
}), c = [
|
|
10
11
|
"pick",
|
|
11
12
|
"set-picker-option",
|
|
12
13
|
"calendar-change"
|
|
13
14
|
];
|
|
14
15
|
export {
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
c as panelMonthRangeEmits,
|
|
17
|
+
s as panelMonthRangeProps
|
|
17
18
|
};
|
|
@@ -3,15 +3,16 @@ import "@vft/utils";
|
|
|
3
3
|
import "../../config-provider/hooks/use-global-config.js";
|
|
4
4
|
import "vue";
|
|
5
5
|
import { buildProps as r } from "../../../utils/vue/props/runtime.js";
|
|
6
|
+
import "../../form/index.js";
|
|
6
7
|
import { panelRangeSharedProps as o } from "./shared.js";
|
|
7
|
-
const
|
|
8
|
+
const s = r({
|
|
8
9
|
...o
|
|
9
|
-
}),
|
|
10
|
+
}), c = [
|
|
10
11
|
"pick",
|
|
11
12
|
"set-picker-option",
|
|
12
13
|
"calendar-change"
|
|
13
14
|
];
|
|
14
15
|
export {
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
c as panelYearRangeEmits,
|
|
17
|
+
s as panelYearRangeProps
|
|
17
18
|
};
|
|
@@ -44,7 +44,7 @@ export declare const datePickerSharedProps: {
|
|
|
44
44
|
};
|
|
45
45
|
export declare const panelSharedProps: {
|
|
46
46
|
readonly type: {
|
|
47
|
-
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "
|
|
47
|
+
readonly type: import("vue").PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (((new (...args: any[]) => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange")) | null)[], "year" | "month" | "date" | "dates" | "datetime" | "week" | "datetimerange" | "daterange" | "monthrange", unknown>>;
|
|
48
48
|
readonly required: true;
|
|
49
49
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
50
50
|
__epPropKey: true;
|
|
@@ -4,6 +4,7 @@ import "../../config-provider/hooks/use-global-config.js";
|
|
|
4
4
|
import { datePickTypes as o } from "../../../constants/date.js";
|
|
5
5
|
import "vue";
|
|
6
6
|
import { buildProps as r, definePropType as e } from "../../../utils/vue/props/runtime.js";
|
|
7
|
+
import "../../form/index.js";
|
|
7
8
|
const n = [
|
|
8
9
|
"date",
|
|
9
10
|
"dates",
|
|
@@ -37,7 +38,7 @@ const n = [
|
|
|
37
38
|
selecting: !1
|
|
38
39
|
})
|
|
39
40
|
}
|
|
40
|
-
}),
|
|
41
|
+
}), y = r({
|
|
41
42
|
type: {
|
|
42
43
|
type: e(String),
|
|
43
44
|
required: !0,
|
|
@@ -50,23 +51,23 @@ const n = [
|
|
|
50
51
|
default: !0
|
|
51
52
|
},
|
|
52
53
|
showWeekNumber: Boolean
|
|
53
|
-
}),
|
|
54
|
+
}), b = r({
|
|
54
55
|
unlinkPanels: Boolean,
|
|
55
56
|
visible: Boolean,
|
|
56
57
|
parsedValue: {
|
|
57
58
|
type: e(Array)
|
|
58
59
|
}
|
|
59
|
-
}),
|
|
60
|
+
}), f = (t) => ({
|
|
60
61
|
type: String,
|
|
61
62
|
values: n,
|
|
62
63
|
default: t
|
|
63
|
-
}),
|
|
64
|
+
}), g = {
|
|
64
65
|
pick: (t) => a(t)
|
|
65
66
|
};
|
|
66
67
|
export {
|
|
67
68
|
u as datePickerSharedProps,
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
69
|
+
b as panelRangeSharedProps,
|
|
70
|
+
y as panelSharedProps,
|
|
71
|
+
g as rangePickerSharedEmits,
|
|
72
|
+
f as selectionModeWithDefault
|
|
72
73
|
};
|
|
@@ -6,6 +6,7 @@ import { VftIcon as k } from "../icon/index.js";
|
|
|
6
6
|
import "@vueuse/core";
|
|
7
7
|
import "../config-provider/hooks/use-global-config.js";
|
|
8
8
|
import "lodash-es";
|
|
9
|
+
import "../form/index.js";
|
|
9
10
|
import { useNamespace as B } from "../../hooks/use-namespace/index.js";
|
|
10
11
|
import "../../hooks/use-model-toggle/index.js";
|
|
11
12
|
import "@popperjs/core";
|
|
@@ -13,7 +14,7 @@ import "../../hooks/use-z-index/index.js";
|
|
|
13
14
|
import v from "dayjs";
|
|
14
15
|
const G = F({
|
|
15
16
|
name: "vft-date-time-select"
|
|
16
|
-
}),
|
|
17
|
+
}), ne = /* @__PURE__ */ F({
|
|
17
18
|
...G,
|
|
18
19
|
props: {
|
|
19
20
|
dateList: {
|
|
@@ -105,5 +106,5 @@ const G = F({
|
|
|
105
106
|
}
|
|
106
107
|
});
|
|
107
108
|
export {
|
|
108
|
-
|
|
109
|
+
ne as default
|
|
109
110
|
};
|
|
@@ -4,9 +4,10 @@ import "../config-provider/hooks/use-global-config.js";
|
|
|
4
4
|
import "vue";
|
|
5
5
|
import { withInstall as t } from "../../utils/vue/install.js";
|
|
6
6
|
import "lodash-es";
|
|
7
|
+
import "../form/index.js";
|
|
7
8
|
import m from "./date-time-select.vue2.js";
|
|
8
|
-
const
|
|
9
|
+
const s = t(m);
|
|
9
10
|
export {
|
|
10
|
-
|
|
11
|
-
|
|
11
|
+
s as VftDateTimeSelect,
|
|
12
|
+
s as default
|
|
12
13
|
};
|
|
@@ -3,13 +3,14 @@ import "@vueuse/core";
|
|
|
3
3
|
import "@vft/utils";
|
|
4
4
|
import "../config-provider/hooks/use-global-config.js";
|
|
5
5
|
import "lodash-es";
|
|
6
|
+
import "../form/index.js";
|
|
6
7
|
import { useNamespace as o } from "../../hooks/use-namespace/index.js";
|
|
7
8
|
import "../../hooks/use-model-toggle/index.js";
|
|
8
9
|
import "@popperjs/core";
|
|
9
10
|
import "../../hooks/use-z-index/index.js";
|
|
10
11
|
const r = t({
|
|
11
12
|
name: "vft-descriptions-item"
|
|
12
|
-
}),
|
|
13
|
+
}), h = /* @__PURE__ */ t({
|
|
13
14
|
...r,
|
|
14
15
|
props: {
|
|
15
16
|
label: {},
|
|
@@ -21,10 +22,10 @@ const r = t({
|
|
|
21
22
|
className: {},
|
|
22
23
|
labelClassName: {}
|
|
23
24
|
},
|
|
24
|
-
setup(
|
|
25
|
-
return o("descriptions-item"), (e,
|
|
25
|
+
setup(m) {
|
|
26
|
+
return o("descriptions-item"), (e, p) => i(e.$slots, "default");
|
|
26
27
|
}
|
|
27
28
|
});
|
|
28
29
|
export {
|
|
29
|
-
|
|
30
|
+
h as default
|
|
30
31
|
};
|