vft 0.0.149 → 0.0.151
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 +2 -2
- package/es/app-components/button/use-button.d.ts +6 -6
- package/es/app-components/form/form-label-wrap.d.ts +2 -2
- package/es/app-components/form/hooks/use-form-common-props.d.ts +4 -5
- package/es/app-components/form/utils.d.ts +1 -1
- package/es/app-components/hooks/use-id.d.ts +1 -2
- package/es/components/affix/affix.d.ts +3 -3
- package/es/components/affix/affix.vue.d.ts +15 -15
- package/es/components/affix/affix.vue2.js +33 -33
- package/es/components/affix/index.d.ts +64 -135
- package/es/components/alert/alert.vue.d.ts +11 -52
- package/es/components/alert/alert.vue2.js +19 -19
- package/es/components/alert/index.d.ts +65 -122
- package/es/components/autocomplete/autocomplete.vue.d.ts +206 -188
- package/es/components/autocomplete/autocomplete.vue2.js +69 -69
- package/es/components/autocomplete/index.d.ts +1038 -761
- package/es/components/avatar/avatar.vue.d.ts +19 -40
- package/es/components/avatar/avatar.vue2.js +23 -23
- package/es/components/avatar/index.d.ts +53 -114
- package/es/components/backtop/backtop.vue.d.ts +11 -40
- package/es/components/backtop/backtop.vue2.js +20 -20
- package/es/components/backtop/index.d.ts +53 -114
- package/es/components/button/button-custom.d.ts +1 -1
- package/es/components/button/button-group.vue.d.ts +11 -15
- package/es/components/button/button.vue.d.ts +30 -139
- package/es/components/button/button.vue2.js +19 -19
- package/es/components/button/index.d.ts +215 -377
- package/es/components/button/use-button.d.ts +3 -3
- package/es/components/button/use-button.js +1 -1
- package/es/components/card/card.vue.d.ts +15 -21
- package/es/components/card/index.d.ts +27 -95
- package/es/components/carousel/carousel-item.vue.d.ts +10 -15
- package/es/components/carousel/carousel.vue.d.ts +45 -94
- package/es/components/carousel/carousel.vue2.js +37 -37
- package/es/components/carousel/index.d.ts +186 -354
- package/es/components/carousel/use-carousel.d.ts +2 -2
- package/es/components/check-tag/check-tag.vue.d.ts +11 -10
- package/es/components/check-tag/check-tag.vue2.js +16 -16
- package/es/components/check-tag/index.d.ts +24 -95
- package/es/components/checkbox/checkbox-button.vue.d.ts +13 -95
- package/es/components/checkbox/checkbox-group.vue.d.ts +28 -83
- package/es/components/checkbox/checkbox-group.vue2.js +37 -37
- package/es/components/checkbox/checkbox.vue.d.ts +25 -97
- package/es/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
- package/es/components/checkbox/composables/use-checkbox.d.ts +1 -1
- package/es/components/checkbox/index.d.ts +591 -801
- package/es/components/clamp/clamp.vue.d.ts +25 -48
- package/es/components/clamp/clamp.vue2.js +35 -35
- package/es/components/clamp/index.d.ts +64 -122
- package/es/components/clamp-toggle/clamp-toggle.vue.d.ts +23 -76
- package/es/components/clamp-toggle/clamp-toggle.vue2.js +8 -8
- package/es/components/clamp-toggle/index.d.ts +1 -1
- package/es/components/col/col.vue.d.ts +30 -73
- package/es/components/col/index.d.ts +93 -136
- package/es/components/collapse-transition/index.d.ts +16 -166
- 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.vue.d.ts +1 -1
- package/es/components/color-picker/color-picker.vue.d.ts +26 -75
- package/es/components/color-picker/color-picker.vue2.js +67 -67
- package/es/components/color-picker/components/alpha-slider.vue.d.ts +10 -17
- package/es/components/color-picker/components/hue-slider.vue.d.ts +1 -1
- package/es/components/color-picker/components/predefine.vue.d.ts +1 -1
- package/es/components/color-picker/components/sv-panel.vue.d.ts +1 -1
- package/es/components/color-picker/index.d.ts +8 -8
- package/es/components/config-provider/config-provider.vue.d.ts +10 -69
- package/es/components/config-provider/hooks/use-global-config.d.ts +2 -3
- package/es/components/config-provider/index.d.ts +77 -129
- package/es/components/container/aside.vue.d.ts +10 -9
- package/es/components/container/container.vue.d.ts +10 -9
- package/es/components/container/footer.vue.d.ts +10 -9
- package/es/components/container/header.vue.d.ts +10 -9
- package/es/components/container/index.d.ts +121 -775
- package/es/components/container/main.vue.d.ts +1 -1
- package/es/components/context-menu/context-menu.vue.d.ts +16 -27
- package/es/components/context-menu/context-menu.vue2.js +16 -16
- package/es/components/date-picker/composables/use-range-picker.d.ts +6 -6
- package/es/components/date-picker/date-picker-com/basic-cell-render.d.ts +1 -3
- package/es/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +22 -22
- package/es/components/date-picker/date-picker-com/basic-date-table.vue2.js +61 -61
- package/es/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +1 -1
- package/es/components/date-picker/date-picker-com/basic-month-table.vue2.js +32 -32
- package/es/components/date-picker/date-picker-com/basic-year-table.vue.d.ts +1 -1
- package/es/components/date-picker/date-picker-com/basic-year-table.vue2.js +29 -29
- package/es/components/date-picker/date-picker-com/panel-date-pick.vue.d.ts +10 -10
- package/es/components/date-picker/date-picker-com/panel-date-pick.vue2.js +170 -170
- package/es/components/date-picker/date-picker-com/panel-date-range.vue.d.ts +8 -8
- package/es/components/date-picker/date-picker-com/panel-date-range.vue2.js +59 -59
- package/es/components/date-picker/date-picker-com/panel-month-range.vue.d.ts +6 -6
- package/es/components/date-picker/date-picker-com/panel-month-range.vue2.js +34 -34
- package/es/components/date-picker/date-picker.d.ts +21 -5
- package/es/components/date-picker/index.d.ts +42 -10
- package/es/components/date-picker/panel-utils.d.ts +163 -347
- package/es/components/date-picker/props/date-picker.d.ts +9 -1
- package/es/components/date-picker/props/shared.d.ts +1 -1
- package/es/components/date-picker/utils.d.ts +1 -1
- package/es/components/date-time-select/date-time-select.vue.d.ts +11 -18
- package/es/components/date-time-select/date-time-select.vue2.js +27 -27
- package/es/components/date-time-select/index.d.ts +1 -1
- package/es/components/descriptions/description-item.vue.d.ts +20 -51
- package/es/components/descriptions/description.vue.d.ts +18 -39
- package/es/components/descriptions/descriptions-cell.d.ts +1 -1
- package/es/components/descriptions/descriptions-row.vue.d.ts +13 -9
- package/es/components/descriptions/index.d.ts +161 -339
- package/es/components/dialog/dialog-content.vue.d.ts +11 -52
- package/es/components/dialog/dialog.vue.d.ts +14 -146
- package/es/components/dialog/dialog.vue2.js +0 -1
- package/es/components/dialog/index.d.ts +180 -207
- package/es/components/divider/divider.vue.d.ts +10 -39
- package/es/components/divider/index.d.ts +47 -109
- package/es/components/drawer/drawer.vue.d.ts +14 -169
- package/es/components/drawer/index.d.ts +203 -222
- package/es/components/dropdown/dropdown-item-impl.vue.d.ts +2 -2
- package/es/components/dropdown/dropdown-item.vue.d.ts +3 -3
- package/es/components/dropdown/dropdown-menu.vue.d.ts +1 -1
- package/es/components/dropdown/dropdown.vue.d.ts +50 -147
- package/es/components/dropdown/dropdown.vue2.js +65 -65
- package/es/components/dropdown/index.d.ts +223 -231
- package/es/components/empty/empty.vue.d.ts +10 -27
- package/es/components/empty/index.d.ts +31 -97
- package/es/components/exception/exception.vue.d.ts +15 -21
- package/es/components/exception/index.d.ts +1 -1
- package/es/components/focus-trap/focus-trap.vue.d.ts +1 -1
- package/es/components/focus-trap/utils.d.ts +1 -1
- package/es/components/footer-layout/footer-layout.vue.d.ts +1 -1
- package/es/components/footer-layout/index.d.ts +8 -83
- package/es/components/form/form-item.vue.d.ts +30 -79
- package/es/components/form/form-item.vue2.js +58 -58
- package/es/components/form/form-label-wrap.d.ts +1 -1
- package/es/components/form/form.vue.d.ts +11 -94
- package/es/components/form/form.vue2.js +47 -47
- package/es/components/form/hooks/use-form-common-props.d.ts +4 -6
- package/es/components/form/index.d.ts +350 -477
- package/es/components/full-screen/full-screen.vue.d.ts +11 -63
- package/es/components/full-screen/index.d.ts +1 -1
- package/es/components/header-layout/header-layout.vue.d.ts +10 -11
- package/es/components/header-layout/index.d.ts +17 -88
- package/es/components/horizontal-menu/horizontal-menu.vue.d.ts +11 -78
- package/es/components/horizontal-menu/horizontal-menu.vue2.js +40 -40
- package/es/components/horizontal-menu/index.d.ts +1 -1
- package/es/components/icon/icon.vue.d.ts +9 -46
- package/es/components/icon/index.d.ts +1 -1
- package/es/components/icon-text/icon-text.vue.d.ts +9 -64
- package/es/components/icon-text/index.d.ts +1 -1
- package/es/components/iframe-layout/iframe-layout.vue.d.ts +12 -10
- package/es/components/iframe-layout/iframe-layout.vue2.js +4 -4
- package/es/components/iframe-layout/iframe-page.vue.d.ts +12 -10
- package/es/components/iframe-layout/index.d.ts +1 -1
- package/es/components/image/image.vue.d.ts +14 -79
- package/es/components/image/image.vue2.js +53 -52
- package/es/components/image/index.d.ts +106 -155
- package/es/components/image/p-image.vue.d.ts +21 -47
- package/es/components/image/p-image.vue2.js +18 -18
- package/es/components/image-viewer/image-viewer.vue.d.ts +11 -52
- package/es/components/image-viewer/image-viewer.vue2.js +60 -60
- package/es/components/image-viewer/index.d.ts +71 -128
- package/es/components/input/index.d.ts +232 -257
- package/es/components/input/input.vue.d.ts +17 -160
- package/es/components/input/input.vue2.js +124 -124
- package/es/components/input-number/index.d.ts +5 -5
- package/es/components/input-number/input-number.vue.d.ts +15 -110
- package/es/components/input-number/input-number.vue2.js +86 -86
- package/es/components/link/index.d.ts +53 -114
- package/es/components/link/link.vue.d.ts +19 -40
- package/es/components/link/link.vue2.js +26 -26
- package/es/components/list-cell/index.d.ts +1 -1
- package/es/components/list-cell/list-cell.vue.d.ts +11 -30
- package/es/components/list-cell/list-cell.vue2.js +37 -37
- package/es/components/loading/index.d.ts +9 -17
- package/es/components/loading/loading.d.ts +9 -17
- package/es/components/logo/index.d.ts +1 -1
- package/es/components/logo/logo.vue.d.ts +9 -24
- package/es/components/md-code-demo/index.d.ts +1 -1
- package/es/components/md-code-demo/md-code-demo.d.ts +1 -1
- package/es/components/md-code-tabs/index.d.ts +1 -1
- 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 +11 -86
- 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 +1 -1
- package/es/components/md-tabs/md-tabs.d.ts +1 -1
- package/es/components/md-vue-playground/index.d.ts +1 -1
- package/es/components/md-vue-playground/md-vue-playground.vue.d.ts +14 -26
- package/es/components/menu/index.d.ts +203 -343
- package/es/components/menu/menu-collapse-transition.vue.d.ts +1 -1
- package/es/components/menu/menu-item-group.vue.d.ts +13 -9
- package/es/components/menu/menu-item.vue.d.ts +11 -64
- package/es/components/menu/menu-item.vue2.js +31 -31
- package/es/components/menu/menu.vue.d.ts +11 -64
- package/es/components/menu/menu.vue2.js +60 -60
- package/es/components/menu/sub-menu.vue.d.ts +11 -90
- package/es/components/menu/sub-menu.vue2.js +41 -41
- package/es/components/message/message.vue.d.ts +11 -104
- package/es/components/message/message.vue2.js +31 -31
- package/es/components/modal/index.d.ts +291 -264
- package/es/components/modal/modal-footer-action.vue.d.ts +11 -33
- package/es/components/modal/modal.vue.d.ts +64 -226
- package/es/components/modal/modal.vue2.js +32 -32
- package/es/components/multiple-tabs/index.d.ts +1 -1
- package/es/components/multiple-tabs/multiple-tabs.vue.d.ts +11 -33
- package/es/components/multiple-tabs/multiple-tabs.vue2.js +70 -100
- package/es/components/multiple-tabs/multiple-tabs.vue3.js +1 -4
- package/es/components/multiple-tabs/tab-content.vue.d.ts +16 -31
- package/es/components/multiple-tabs/tab-content.vue2.js +6 -6
- package/es/components/overlay/index.d.ts +1 -1
- package/es/components/overlay/overlay.vue.d.ts +18 -34
- package/es/components/overlay/overlay.vue2.js +18 -18
- package/es/components/page-wrapper/index.d.ts +15 -87
- package/es/components/page-wrapper/page-wrapper.vue.d.ts +13 -9
- package/es/components/pagination/components/jumper.vue.d.ts +12 -10
- package/es/components/pagination/components/next.vue.d.ts +17 -28
- package/es/components/pagination/components/pager.vue.d.ts +17 -30
- package/es/components/pagination/components/pager.vue2.js +29 -29
- package/es/components/pagination/components/prev.vue.d.ts +16 -22
- package/es/components/pagination/components/prev.vue2.js +9 -9
- package/es/components/pagination/components/sizes.vue.d.ts +18 -34
- package/es/components/pagination/components/sizes.vue2.js +17 -17
- package/es/components/pagination/components/total.vue.d.ts +12 -10
- package/es/components/pagination/index.d.ts +1 -1
- package/es/components/pagination/pagination.vue.d.ts +11 -112
- package/es/components/pagination/pagination.vue2.js +41 -41
- package/es/components/popconfirm/index.d.ts +134 -166
- package/es/components/popconfirm/popconfirm.vue.d.ts +53 -94
- package/es/components/popconfirm/popconfirm.vue2.js +26 -26
- package/es/components/popover/index.d.ts +165 -196
- package/es/components/popover/popover.vue2.js +31 -31
- package/es/components/popper/arrow.vue.d.ts +14 -10
- package/es/components/popper/composables/use-content-dom.d.ts +1 -3
- package/es/components/popper/composables/use-content.d.ts +6 -70
- package/es/components/popper/content.vue2.js +55 -55
- package/es/components/popper/index.d.ts +24 -96
- package/es/components/popper/popper.vue.d.ts +15 -12
- package/es/components/popper/trigger.vue.d.ts +24 -70
- package/es/components/popper/utils.d.ts +2 -45
- package/es/components/progress/index.d.ts +97 -143
- package/es/components/progress/progress.vue.d.ts +10 -87
- 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 +1 -1
- package/es/components/qrcode/qrcode.vue.d.ts +24 -35
- package/es/components/qrcode/qrcode.vue2.js +33 -33
- package/es/components/radio/index.d.ts +336 -619
- package/es/components/radio/radio-button.vue.d.ts +10 -33
- package/es/components/radio/radio-button.vue2.js +1 -1
- package/es/components/radio/radio-group.vue.d.ts +24 -73
- package/es/components/radio/radio-group.vue2.js +33 -33
- package/es/components/radio/radio.vue.d.ts +12 -47
- package/es/components/radio/radio.vue2.js +30 -30
- package/es/components/radio/use-radio.d.ts +1 -1
- package/es/components/result/index.d.ts +1 -1
- package/es/components/result/result.vue.d.ts +15 -21
- package/es/components/router-view-content/index.d.ts +1 -1
- package/es/components/router-view-content/router-view-content.vue.d.ts +17 -42
- 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 +1 -1
- package/es/components/row/index.d.ts +31 -97
- package/es/components/row/row.vue.d.ts +10 -27
- package/es/components/scrollbar/bar.vue.d.ts +11 -34
- package/es/components/scrollbar/index.d.ts +104 -158
- package/es/components/scrollbar/scrollbar.vue.d.ts +11 -70
- package/es/components/scrollbar/scrollbar.vue2.js +53 -52
- package/es/components/scrollbar/thumb.vue.d.ts +9 -34
- package/es/components/search/index.d.ts +118 -171
- package/es/components/search/search.vue.d.ts +16 -67
- package/es/components/search/search.vue2.js +78 -78
- package/es/components/select/defaults.d.ts +3 -4
- package/es/components/select/group-item.vue.d.ts +1 -1
- package/es/components/select/index.d.ts +406 -194
- package/es/components/select/option-item.vue.d.ts +1 -1
- package/es/components/select/select-dropdown.d.ts +1 -1
- package/es/components/select/select.vue.d.ts +203 -97
- package/es/components/select/useSelect.d.ts +189 -83
- package/es/components/side-menu/index.d.ts +5 -9
- package/es/components/side-menu/side-menu.vue.d.ts +49 -158
- package/es/components/side-menu/side-menu.vue2.js +76 -76
- package/es/components/skeleton/index.d.ts +44 -108
- package/es/components/skeleton/skeleton-item.vue.d.ts +13 -9
- package/es/components/skeleton/skeleton.vue.d.ts +18 -34
- package/es/components/slider/button.vue.d.ts +11 -28
- package/es/components/slider/button.vue2.js +33 -33
- package/es/components/slider/composables/use-slide.d.ts +90 -221
- package/es/components/slider/index.d.ts +4 -4
- package/es/components/slider/marker.d.ts +1 -1
- package/es/components/slider/slider.d.ts +3 -3
- package/es/components/slider/slider.vue.d.ts +12 -161
- package/es/components/slider/slider.vue2.js +60 -60
- package/es/components/slot/only-child.d.ts +1 -1
- package/es/components/space/index.d.ts +4 -7
- package/es/components/space/item.d.ts +1 -1
- package/es/components/space/space.d.ts +5 -8
- package/es/components/super-form/index.d.ts +377 -327
- package/es/components/super-form/super-form-action.vue.d.ts +11 -46
- package/es/components/super-form/super-form-item.vue.d.ts +9 -54
- package/es/components/super-form/super-form.vue.d.ts +65 -296
- package/es/components/super-form/super-form.vue2.js +89 -89
- package/es/components/switch/index.d.ts +16 -16
- package/es/components/switch/switch.vue.d.ts +40 -149
- package/es/components/switch/switch.vue2.js +86 -86
- package/es/components/table/field.d.ts +2 -2
- package/es/components/table/index.d.ts +1145 -963
- package/es/components/table/table.vue.d.ts +78 -687
- package/es/components/table/table.vue2.js +79 -79
- package/es/components/table/use/use-columns.d.ts +3 -801
- package/es/components/table/use/use-data-source.js +3 -3
- package/es/components/tabs/index.d.ts +79 -207
- package/es/components/tabs/tab-bar.vue.d.ts +14 -45
- package/es/components/tabs/tab-nav.vue.d.ts +29 -106
- package/es/components/tabs/tab-nav.vue2.js +32 -32
- package/es/components/tabs/tab-pane.vue.d.ts +22 -33
- package/es/components/tabs/tabs.vue.d.ts +13 -90
- package/es/components/tabs/tabs.vue2.js +47 -47
- package/es/components/tag/index.d.ts +1 -1
- package/es/components/tag/tag.vue.d.ts +11 -52
- package/es/components/tag/tag.vue2.js +18 -18
- package/es/components/time-picker/common/picker.vue.d.ts +107 -92
- package/es/components/time-picker/common/picker.vue2.js +83 -83
- package/es/components/time-picker/common/props.d.ts +9 -2
- package/es/components/time-picker/composables/use-time-picker.d.ts +12 -12
- package/es/components/time-picker/index.d.ts +42 -10
- package/es/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +20 -20
- package/es/components/time-picker/time-picker-com/basic-time-spinner.vue2.js +44 -44
- package/es/components/time-picker/time-picker-com/panel-time-pick.vue.d.ts +14 -14
- package/es/components/time-picker/time-picker-com/panel-time-pick.vue2.js +55 -55
- package/es/components/time-picker/time-picker-com/panel-time-range.vue.d.ts +12 -12
- package/es/components/time-picker/time-picker-com/panel-time-range.vue2.js +93 -93
- package/es/components/time-picker/time-picker.d.ts +21 -5
- package/es/components/time-picker/utils.d.ts +1 -1
- package/es/components/time-select/time-select.vue.d.ts +44 -44
- package/es/components/time-select/time-select.vue2.js +1 -2
- package/es/components/tooltip/content.vue2.js +22 -22
- package/es/components/tooltip/index.d.ts +337 -315
- package/es/components/tooltip/tooltip.vue.d.ts +13 -288
- package/es/components/tooltip/tooltip.vue2.js +43 -42
- package/es/components/tooltip/trigger.vue.d.ts +18 -34
- package/es/components/tooltip/utils.d.ts +1 -1
- package/es/components/tree/index.d.ts +727 -735
- package/es/components/tree/tree-node-content.vue.d.ts +1 -1
- package/es/components/tree/tree-node.vue.d.ts +3 -3
- package/es/components/tree/tree.vue.d.ts +37 -176
- package/es/components/tree/tree.vue2.js +72 -72
- package/es/components/upload/index.d.ts +236 -233
- package/es/components/upload/upload-content.vue.d.ts +46 -173
- package/es/components/upload/upload-dragger.vue.d.ts +12 -10
- package/es/components/upload/upload-dragger.vue2.js +26 -26
- package/es/components/upload/upload-list.vue.d.ts +29 -36
- package/es/components/upload/upload-list.vue2.js +34 -34
- package/es/components/upload/upload.vue.d.ts +47 -185
- package/es/components/upload/use-handlers.d.ts +2 -11
- package/es/components/verify-code/index.d.ts +1 -1
- package/es/components/verify-code/useImageVerify.js +1 -1
- package/es/components/verify-code/verify-code.vue.d.ts +16 -22
- package/es/components/verify-code/verify-code.vue2.js +16 -16
- package/es/components/virtual-list/builders/build-grid.d.ts +3 -3
- package/es/components/virtual-list/builders/build-list.d.ts +5 -5
- package/es/components/virtual-list/components/dynamic-size-grid.d.ts +3 -3
- package/es/components/virtual-list/components/dynamic-size-list.d.ts +5 -5
- package/es/components/virtual-list/components/fixed-size-grid.d.ts +3 -3
- package/es/components/virtual-list/components/fixed-size-list.d.ts +5 -5
- package/es/components/virtual-list/components/scrollbar.d.ts +1 -1
- package/es/components/virtual-list/hooks/use-cache.d.ts +1 -1
- package/es/components/virtual-list/props.d.ts +3 -3
- package/es/hooks/use-id/index.d.ts +1 -2
- package/es/hooks/use-model-toggle/index.d.ts +2 -2
- package/es/hooks/use-popper/index.d.ts +7 -70
- package/es/hooks/use-same-target/index.d.ts +3 -3
- package/es/hooks/use-z-index/index.d.ts +1 -1
- package/es/package.json.d.ts +11 -11
- package/es/package.json.js +1 -1
- package/lib/app-components/button/button-custom.d.ts +2 -2
- package/lib/app-components/button/use-button.d.ts +6 -6
- package/lib/app-components/form/form-label-wrap.d.ts +2 -2
- package/lib/app-components/form/hooks/use-form-common-props.d.ts +4 -5
- package/lib/app-components/form/utils.d.ts +1 -1
- package/lib/app-components/hooks/use-id.d.ts +1 -2
- package/lib/components/affix/affix.d.ts +3 -3
- package/lib/components/affix/affix.vue.d.ts +15 -15
- package/lib/components/affix/affix.vue2.cjs +1 -1
- package/lib/components/affix/index.d.ts +64 -135
- package/lib/components/alert/alert.vue.d.ts +11 -52
- package/lib/components/alert/alert.vue2.cjs +1 -1
- package/lib/components/alert/index.d.ts +65 -122
- package/lib/components/autocomplete/autocomplete.vue.d.ts +206 -188
- package/lib/components/autocomplete/autocomplete.vue2.cjs +1 -1
- package/lib/components/autocomplete/index.d.ts +1038 -761
- package/lib/components/avatar/avatar.vue.d.ts +19 -40
- package/lib/components/avatar/avatar.vue2.cjs +1 -1
- package/lib/components/avatar/index.d.ts +53 -114
- package/lib/components/backtop/backtop.vue.d.ts +11 -40
- package/lib/components/backtop/backtop.vue2.cjs +1 -1
- package/lib/components/backtop/index.d.ts +53 -114
- package/lib/components/button/button-custom.d.ts +1 -1
- package/lib/components/button/button-group.vue.d.ts +11 -15
- package/lib/components/button/button.vue.d.ts +30 -139
- package/lib/components/button/button.vue2.cjs +1 -1
- package/lib/components/button/index.d.ts +215 -377
- package/lib/components/button/use-button.cjs +1 -1
- package/lib/components/button/use-button.d.ts +3 -3
- package/lib/components/card/card.vue.d.ts +15 -21
- package/lib/components/card/index.d.ts +27 -95
- package/lib/components/carousel/carousel-item.vue.d.ts +10 -15
- package/lib/components/carousel/carousel.vue.d.ts +45 -94
- package/lib/components/carousel/carousel.vue2.cjs +1 -1
- package/lib/components/carousel/index.d.ts +186 -354
- package/lib/components/carousel/use-carousel.d.ts +2 -2
- package/lib/components/check-tag/check-tag.vue.d.ts +11 -10
- package/lib/components/check-tag/check-tag.vue2.cjs +1 -1
- package/lib/components/check-tag/index.d.ts +24 -95
- package/lib/components/checkbox/checkbox-button.vue.d.ts +13 -95
- package/lib/components/checkbox/checkbox-group.vue.d.ts +28 -83
- package/lib/components/checkbox/checkbox-group.vue2.cjs +1 -1
- package/lib/components/checkbox/checkbox.vue.d.ts +25 -97
- package/lib/components/checkbox/composables/use-checkbox-disabled.d.ts +1 -1
- package/lib/components/checkbox/composables/use-checkbox.d.ts +1 -1
- package/lib/components/checkbox/index.d.ts +591 -801
- package/lib/components/clamp/clamp.vue.d.ts +25 -48
- package/lib/components/clamp/clamp.vue2.cjs +1 -1
- package/lib/components/clamp/index.d.ts +64 -122
- package/lib/components/clamp-toggle/clamp-toggle.vue.d.ts +23 -76
- package/lib/components/clamp-toggle/clamp-toggle.vue2.cjs +1 -1
- package/lib/components/clamp-toggle/index.d.ts +1 -1
- package/lib/components/col/col.vue.d.ts +30 -73
- package/lib/components/col/index.d.ts +93 -136
- package/lib/components/collapse-transition/index.d.ts +16 -166
- 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.vue.d.ts +1 -1
- package/lib/components/color-picker/color-picker.vue.d.ts +26 -75
- package/lib/components/color-picker/color-picker.vue2.cjs +1 -1
- package/lib/components/color-picker/components/alpha-slider.vue.d.ts +10 -17
- package/lib/components/color-picker/components/hue-slider.vue.d.ts +1 -1
- package/lib/components/color-picker/components/predefine.vue.d.ts +1 -1
- package/lib/components/color-picker/components/sv-panel.vue.d.ts +1 -1
- package/lib/components/color-picker/index.d.ts +8 -8
- package/lib/components/config-provider/config-provider.vue.d.ts +10 -69
- package/lib/components/config-provider/hooks/use-global-config.d.ts +2 -3
- package/lib/components/config-provider/index.d.ts +77 -129
- package/lib/components/container/aside.vue.d.ts +10 -9
- package/lib/components/container/container.vue.d.ts +10 -9
- package/lib/components/container/footer.vue.d.ts +10 -9
- package/lib/components/container/header.vue.d.ts +10 -9
- package/lib/components/container/index.d.ts +121 -775
- package/lib/components/container/main.vue.d.ts +1 -1
- package/lib/components/context-menu/context-menu.vue.d.ts +16 -27
- package/lib/components/context-menu/context-menu.vue2.cjs +1 -1
- package/lib/components/date-picker/composables/use-range-picker.d.ts +6 -6
- package/lib/components/date-picker/date-picker-com/basic-cell-render.d.ts +1 -3
- package/lib/components/date-picker/date-picker-com/basic-date-table.vue.d.ts +22 -22
- package/lib/components/date-picker/date-picker-com/basic-date-table.vue2.cjs +1 -1
- package/lib/components/date-picker/date-picker-com/basic-month-table.vue.d.ts +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.vue.d.ts +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 +10 -10
- 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 +8 -8
- package/lib/components/date-picker/date-picker-com/panel-date-range.vue2.cjs +1 -1
- package/lib/components/date-picker/date-picker-com/panel-month-range.vue.d.ts +6 -6
- package/lib/components/date-picker/date-picker-com/panel-month-range.vue2.cjs +1 -1
- package/lib/components/date-picker/date-picker.d.ts +21 -5
- package/lib/components/date-picker/index.d.ts +42 -10
- package/lib/components/date-picker/panel-utils.d.ts +163 -347
- package/lib/components/date-picker/props/date-picker.d.ts +9 -1
- package/lib/components/date-picker/props/shared.d.ts +1 -1
- package/lib/components/date-picker/utils.d.ts +1 -1
- package/lib/components/date-time-select/date-time-select.vue.d.ts +11 -18
- package/lib/components/date-time-select/date-time-select.vue2.cjs +1 -1
- package/lib/components/date-time-select/index.d.ts +1 -1
- package/lib/components/descriptions/description-item.vue.d.ts +20 -51
- package/lib/components/descriptions/description.vue.d.ts +18 -39
- package/lib/components/descriptions/descriptions-cell.d.ts +1 -1
- package/lib/components/descriptions/descriptions-row.vue.d.ts +13 -9
- package/lib/components/descriptions/index.d.ts +161 -339
- package/lib/components/dialog/dialog-content.vue.d.ts +11 -52
- package/lib/components/dialog/dialog.vue.d.ts +14 -146
- package/lib/components/dialog/index.d.ts +180 -207
- package/lib/components/divider/divider.vue.d.ts +10 -39
- package/lib/components/divider/index.d.ts +47 -109
- package/lib/components/drawer/drawer.vue.d.ts +14 -169
- package/lib/components/drawer/index.d.ts +203 -222
- package/lib/components/dropdown/dropdown-item-impl.vue.d.ts +2 -2
- package/lib/components/dropdown/dropdown-item.vue.d.ts +3 -3
- package/lib/components/dropdown/dropdown-menu.vue.d.ts +1 -1
- package/lib/components/dropdown/dropdown.vue.d.ts +50 -147
- package/lib/components/dropdown/dropdown.vue2.cjs +1 -1
- package/lib/components/dropdown/index.d.ts +223 -231
- package/lib/components/empty/empty.vue.d.ts +10 -27
- package/lib/components/empty/index.d.ts +31 -97
- package/lib/components/exception/exception.vue.d.ts +15 -21
- package/lib/components/exception/index.d.ts +1 -1
- package/lib/components/focus-trap/focus-trap.vue.d.ts +1 -1
- package/lib/components/focus-trap/utils.d.ts +1 -1
- package/lib/components/footer-layout/footer-layout.vue.d.ts +1 -1
- package/lib/components/footer-layout/index.d.ts +8 -83
- package/lib/components/form/form-item.vue.d.ts +30 -79
- package/lib/components/form/form-item.vue2.cjs +1 -1
- package/lib/components/form/form-label-wrap.d.ts +1 -1
- package/lib/components/form/form.vue.d.ts +11 -94
- package/lib/components/form/form.vue2.cjs +1 -1
- package/lib/components/form/hooks/use-form-common-props.d.ts +4 -6
- package/lib/components/form/index.d.ts +350 -477
- package/lib/components/full-screen/full-screen.vue.d.ts +11 -63
- package/lib/components/full-screen/index.d.ts +1 -1
- package/lib/components/header-layout/header-layout.vue.d.ts +10 -11
- package/lib/components/header-layout/index.d.ts +17 -88
- package/lib/components/horizontal-menu/horizontal-menu.vue.d.ts +11 -78
- package/lib/components/horizontal-menu/horizontal-menu.vue2.cjs +1 -1
- package/lib/components/horizontal-menu/index.d.ts +1 -1
- package/lib/components/icon/icon.vue.d.ts +9 -46
- package/lib/components/icon/index.d.ts +1 -1
- package/lib/components/icon-text/icon-text.vue.d.ts +9 -64
- package/lib/components/icon-text/index.d.ts +1 -1
- package/lib/components/iframe-layout/iframe-layout.vue.d.ts +12 -10
- package/lib/components/iframe-layout/iframe-layout.vue2.cjs +1 -1
- package/lib/components/iframe-layout/iframe-page.vue.d.ts +12 -10
- package/lib/components/iframe-layout/index.d.ts +1 -1
- package/lib/components/image/image.vue.d.ts +14 -79
- package/lib/components/image/image.vue2.cjs +1 -1
- package/lib/components/image/index.d.ts +106 -155
- package/lib/components/image/p-image.vue.d.ts +21 -47
- package/lib/components/image/p-image.vue2.cjs +1 -1
- package/lib/components/image-viewer/image-viewer.vue.d.ts +11 -52
- package/lib/components/image-viewer/image-viewer.vue2.cjs +1 -1
- package/lib/components/image-viewer/index.d.ts +71 -128
- package/lib/components/input/index.d.ts +232 -257
- package/lib/components/input/input.vue.d.ts +17 -160
- package/lib/components/input/input.vue2.cjs +1 -1
- package/lib/components/input-number/index.d.ts +5 -5
- package/lib/components/input-number/input-number.vue.d.ts +15 -110
- package/lib/components/input-number/input-number.vue2.cjs +1 -1
- package/lib/components/link/index.d.ts +53 -114
- package/lib/components/link/link.vue.d.ts +19 -40
- package/lib/components/link/link.vue2.cjs +1 -1
- package/lib/components/list-cell/index.d.ts +1 -1
- package/lib/components/list-cell/list-cell.vue.d.ts +11 -30
- package/lib/components/list-cell/list-cell.vue2.cjs +1 -1
- package/lib/components/loading/index.d.ts +9 -17
- package/lib/components/loading/loading.d.ts +9 -17
- package/lib/components/logo/index.d.ts +1 -1
- package/lib/components/logo/logo.vue.d.ts +9 -24
- package/lib/components/md-code-demo/index.d.ts +1 -1
- package/lib/components/md-code-demo/md-code-demo.d.ts +1 -1
- package/lib/components/md-code-tabs/index.d.ts +1 -1
- 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 +11 -86
- 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 +1 -1
- package/lib/components/md-tabs/md-tabs.d.ts +1 -1
- package/lib/components/md-vue-playground/index.d.ts +1 -1
- package/lib/components/md-vue-playground/md-vue-playground.vue.d.ts +14 -26
- package/lib/components/menu/index.d.ts +203 -343
- package/lib/components/menu/menu-collapse-transition.vue.d.ts +1 -1
- package/lib/components/menu/menu-item-group.vue.d.ts +13 -9
- package/lib/components/menu/menu-item.vue.d.ts +11 -64
- package/lib/components/menu/menu-item.vue2.cjs +1 -1
- package/lib/components/menu/menu.vue.d.ts +11 -64
- package/lib/components/menu/menu.vue2.cjs +1 -1
- package/lib/components/menu/sub-menu.vue.d.ts +11 -90
- package/lib/components/menu/sub-menu.vue2.cjs +1 -1
- package/lib/components/message/message.vue.d.ts +11 -104
- package/lib/components/message/message.vue2.cjs +1 -1
- package/lib/components/modal/index.d.ts +291 -264
- package/lib/components/modal/modal-footer-action.vue.d.ts +11 -33
- package/lib/components/modal/modal.vue.d.ts +64 -226
- package/lib/components/modal/modal.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/index.d.ts +1 -1
- package/lib/components/multiple-tabs/multiple-tabs.vue.d.ts +11 -33
- package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/multiple-tabs.vue3.cjs +1 -1
- package/lib/components/multiple-tabs/tab-content.vue.d.ts +16 -31
- package/lib/components/multiple-tabs/tab-content.vue2.cjs +1 -1
- package/lib/components/overlay/index.d.ts +1 -1
- package/lib/components/overlay/overlay.vue.d.ts +18 -34
- package/lib/components/overlay/overlay.vue2.cjs +1 -1
- package/lib/components/page-wrapper/index.d.ts +15 -87
- package/lib/components/page-wrapper/page-wrapper.vue.d.ts +13 -9
- package/lib/components/pagination/components/jumper.vue.d.ts +12 -10
- package/lib/components/pagination/components/next.vue.d.ts +17 -28
- package/lib/components/pagination/components/pager.vue.d.ts +17 -30
- package/lib/components/pagination/components/pager.vue2.cjs +1 -1
- package/lib/components/pagination/components/prev.vue.d.ts +16 -22
- package/lib/components/pagination/components/prev.vue2.cjs +1 -1
- package/lib/components/pagination/components/sizes.vue.d.ts +18 -34
- package/lib/components/pagination/components/sizes.vue2.cjs +1 -1
- package/lib/components/pagination/components/total.vue.d.ts +12 -10
- package/lib/components/pagination/index.d.ts +1 -1
- package/lib/components/pagination/pagination.vue.d.ts +11 -112
- package/lib/components/pagination/pagination.vue2.cjs +1 -1
- package/lib/components/popconfirm/index.d.ts +134 -166
- package/lib/components/popconfirm/popconfirm.vue.d.ts +53 -94
- package/lib/components/popconfirm/popconfirm.vue2.cjs +1 -1
- package/lib/components/popover/index.d.ts +165 -196
- package/lib/components/popover/popover.vue2.cjs +1 -1
- package/lib/components/popper/arrow.vue.d.ts +14 -10
- package/lib/components/popper/composables/use-content-dom.d.ts +1 -3
- package/lib/components/popper/composables/use-content.d.ts +6 -70
- package/lib/components/popper/content.vue2.cjs +1 -1
- package/lib/components/popper/index.d.ts +24 -96
- package/lib/components/popper/popper.vue.d.ts +15 -12
- package/lib/components/popper/trigger.vue.d.ts +24 -70
- package/lib/components/popper/utils.d.ts +2 -45
- package/lib/components/progress/index.d.ts +97 -143
- package/lib/components/progress/progress.vue.d.ts +10 -87
- 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 +1 -1
- package/lib/components/qrcode/qrcode.vue.d.ts +24 -35
- package/lib/components/qrcode/qrcode.vue2.cjs +1 -1
- package/lib/components/radio/index.d.ts +336 -619
- package/lib/components/radio/radio-button.vue.d.ts +10 -33
- package/lib/components/radio/radio-button.vue2.cjs +1 -1
- package/lib/components/radio/radio-group.vue.d.ts +24 -73
- package/lib/components/radio/radio-group.vue2.cjs +1 -1
- package/lib/components/radio/radio.vue.d.ts +12 -47
- package/lib/components/radio/radio.vue2.cjs +1 -1
- package/lib/components/radio/use-radio.d.ts +1 -1
- package/lib/components/result/index.d.ts +1 -1
- package/lib/components/result/result.vue.d.ts +15 -21
- package/lib/components/router-view-content/index.d.ts +1 -1
- package/lib/components/router-view-content/router-view-content.vue.d.ts +17 -42
- 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 +1 -1
- package/lib/components/row/index.d.ts +31 -97
- package/lib/components/row/row.vue.d.ts +10 -27
- package/lib/components/scrollbar/bar.vue.d.ts +11 -34
- package/lib/components/scrollbar/index.d.ts +104 -158
- package/lib/components/scrollbar/scrollbar.vue.d.ts +11 -70
- package/lib/components/scrollbar/scrollbar.vue2.cjs +1 -1
- package/lib/components/scrollbar/thumb.vue.d.ts +9 -34
- package/lib/components/search/index.d.ts +118 -171
- package/lib/components/search/search.vue.d.ts +16 -67
- package/lib/components/search/search.vue2.cjs +1 -1
- package/lib/components/select/defaults.d.ts +3 -4
- package/lib/components/select/group-item.vue.d.ts +1 -1
- package/lib/components/select/index.d.ts +406 -194
- package/lib/components/select/option-item.vue.d.ts +1 -1
- package/lib/components/select/select-dropdown.d.ts +1 -1
- package/lib/components/select/select.vue.d.ts +203 -97
- package/lib/components/select/useSelect.d.ts +189 -83
- package/lib/components/side-menu/index.d.ts +5 -9
- package/lib/components/side-menu/side-menu.vue.d.ts +49 -158
- package/lib/components/side-menu/side-menu.vue2.cjs +1 -1
- package/lib/components/skeleton/index.d.ts +44 -108
- package/lib/components/skeleton/skeleton-item.vue.d.ts +13 -9
- package/lib/components/skeleton/skeleton.vue.d.ts +18 -34
- package/lib/components/slider/button.vue.d.ts +11 -28
- package/lib/components/slider/button.vue2.cjs +1 -1
- package/lib/components/slider/composables/use-slide.d.ts +90 -221
- package/lib/components/slider/index.d.ts +4 -4
- package/lib/components/slider/marker.d.ts +1 -1
- package/lib/components/slider/slider.d.ts +3 -3
- package/lib/components/slider/slider.vue.d.ts +12 -161
- package/lib/components/slider/slider.vue2.cjs +1 -1
- package/lib/components/slot/only-child.d.ts +1 -1
- package/lib/components/space/index.d.ts +4 -7
- package/lib/components/space/item.d.ts +1 -1
- package/lib/components/space/space.d.ts +5 -8
- package/lib/components/super-form/index.d.ts +377 -327
- package/lib/components/super-form/super-form-action.vue.d.ts +11 -46
- package/lib/components/super-form/super-form-item.vue.d.ts +9 -54
- package/lib/components/super-form/super-form.vue.d.ts +65 -296
- package/lib/components/super-form/super-form.vue2.cjs +1 -1
- package/lib/components/switch/index.d.ts +16 -16
- package/lib/components/switch/switch.vue.d.ts +40 -149
- package/lib/components/switch/switch.vue2.cjs +1 -1
- package/lib/components/table/field.d.ts +2 -2
- package/lib/components/table/index.d.ts +1145 -963
- package/lib/components/table/table.vue.d.ts +78 -687
- package/lib/components/table/table.vue2.cjs +1 -1
- package/lib/components/table/use/use-columns.d.ts +3 -801
- package/lib/components/tabs/index.d.ts +79 -207
- package/lib/components/tabs/tab-bar.vue.d.ts +14 -45
- package/lib/components/tabs/tab-nav.vue.d.ts +29 -106
- package/lib/components/tabs/tab-nav.vue2.cjs +1 -1
- package/lib/components/tabs/tab-pane.vue.d.ts +22 -33
- package/lib/components/tabs/tabs.vue.d.ts +13 -90
- package/lib/components/tabs/tabs.vue2.cjs +1 -1
- package/lib/components/tag/index.d.ts +1 -1
- package/lib/components/tag/tag.vue.d.ts +11 -52
- package/lib/components/tag/tag.vue2.cjs +1 -1
- package/lib/components/time-picker/common/picker.vue.d.ts +107 -92
- package/lib/components/time-picker/common/picker.vue2.cjs +1 -1
- package/lib/components/time-picker/common/props.d.ts +9 -2
- package/lib/components/time-picker/composables/use-time-picker.d.ts +12 -12
- package/lib/components/time-picker/index.d.ts +42 -10
- package/lib/components/time-picker/time-picker-com/basic-time-spinner.vue.d.ts +20 -20
- 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.vue.d.ts +14 -14
- 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.vue.d.ts +12 -12
- package/lib/components/time-picker/time-picker-com/panel-time-range.vue2.cjs +1 -1
- package/lib/components/time-picker/time-picker.d.ts +21 -5
- package/lib/components/time-picker/utils.d.ts +1 -1
- package/lib/components/time-select/time-select.vue.d.ts +44 -44
- package/lib/components/time-select/time-select.vue2.cjs +1 -1
- package/lib/components/tooltip/content.vue2.cjs +1 -1
- package/lib/components/tooltip/index.d.ts +337 -315
- package/lib/components/tooltip/tooltip.vue.d.ts +13 -288
- package/lib/components/tooltip/tooltip.vue2.cjs +1 -1
- package/lib/components/tooltip/trigger.vue.d.ts +18 -34
- package/lib/components/tooltip/utils.d.ts +1 -1
- package/lib/components/tree/index.d.ts +727 -735
- package/lib/components/tree/tree-node-content.vue.d.ts +1 -1
- package/lib/components/tree/tree-node.vue.d.ts +3 -3
- package/lib/components/tree/tree.vue.d.ts +37 -176
- package/lib/components/tree/tree.vue2.cjs +1 -1
- package/lib/components/upload/index.d.ts +236 -233
- package/lib/components/upload/upload-content.vue.d.ts +46 -173
- package/lib/components/upload/upload-dragger.vue.d.ts +12 -10
- package/lib/components/upload/upload-dragger.vue2.cjs +1 -1
- package/lib/components/upload/upload-list.vue.d.ts +29 -36
- package/lib/components/upload/upload-list.vue2.cjs +1 -1
- package/lib/components/upload/upload.vue.d.ts +47 -185
- package/lib/components/upload/use-handlers.d.ts +2 -11
- package/lib/components/verify-code/index.d.ts +1 -1
- package/lib/components/verify-code/useImageVerify.cjs +1 -1
- package/lib/components/verify-code/verify-code.vue.d.ts +16 -22
- package/lib/components/verify-code/verify-code.vue2.cjs +1 -1
- package/lib/components/virtual-list/builders/build-grid.d.ts +3 -3
- package/lib/components/virtual-list/builders/build-list.d.ts +5 -5
- package/lib/components/virtual-list/components/dynamic-size-grid.d.ts +3 -3
- package/lib/components/virtual-list/components/dynamic-size-list.d.ts +5 -5
- package/lib/components/virtual-list/components/fixed-size-grid.d.ts +3 -3
- package/lib/components/virtual-list/components/fixed-size-list.d.ts +5 -5
- package/lib/components/virtual-list/components/scrollbar.d.ts +1 -1
- package/lib/components/virtual-list/hooks/use-cache.d.ts +1 -1
- package/lib/components/virtual-list/props.d.ts +3 -3
- package/lib/hooks/use-id/index.d.ts +1 -2
- package/lib/hooks/use-model-toggle/index.d.ts +2 -2
- package/lib/hooks/use-popper/index.d.ts +7 -70
- package/lib/hooks/use-same-target/index.d.ts +3 -3
- package/lib/hooks/use-z-index/index.d.ts +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +11 -11
- package/package.json +14 -14
- package/web-types.json +1 -1
- package/es/app-components/super-form/types.d.ts +0 -177
- package/es/components/collection/collection.d.ts +0 -243
- package/es/components/popover/popover.vue.d.ts +0 -158
- package/es/components/popper/content.vue.d.ts +0 -184
- package/es/components/roving-focus-group/types.d.ts +0 -236
- package/es/components/super-form/types.d.ts +0 -176
- package/es/components/tooltip/content.vue.d.ts +0 -210
- package/lib/app-components/super-form/types.d.ts +0 -177
- package/lib/components/collection/collection.d.ts +0 -243
- package/lib/components/popover/popover.vue.d.ts +0 -158
- package/lib/components/popper/content.vue.d.ts +0 -184
- package/lib/components/roving-focus-group/types.d.ts +0 -236
- package/lib/components/super-form/types.d.ts +0 -176
- package/lib/components/tooltip/content.vue.d.ts +0 -210
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as Qe, useAttrs as Xe, useSlots as Ze, ref as D, inject as ve, toRef as je, computed as m, watch as
|
|
2
|
-
import { ClickOutside as
|
|
3
|
-
import { isFunction as he, isArray as
|
|
1
|
+
import { defineComponent as Qe, useAttrs as Xe, useSlots as Ze, ref as D, inject as ve, toRef as je, computed as m, watch as _, openBlock as C, createElementBlock as E, normalizeClass as r, unref as n, createElementVNode as v, renderSlot as et, Fragment as tt, renderList as at, toDisplayString as Z, createCommentVNode as x, createVNode as T, withDirectives as P, vShow as I, withKeys as me, createBlock as j, withCtx as fe, createTextVNode as pe, nextTick as ee } from "vue";
|
|
2
|
+
import { ClickOutside as lt } from "@vft/directives";
|
|
3
|
+
import { isFunction as he, isArray as nt } from "@vft/utils";
|
|
4
4
|
import { VftButton as ye } from "../../button/index.js";
|
|
5
|
-
import { VftIcon as
|
|
5
|
+
import { VftIcon as z } from "../../icon/index.js";
|
|
6
6
|
import { VftInput as ke } from "../../input/index.js";
|
|
7
7
|
import "../../time-picker/index.js";
|
|
8
8
|
import "../../tooltip/index.js";
|
|
@@ -14,138 +14,138 @@ import { useNamespace as be } from "../../../hooks/use-namespace/index.js";
|
|
|
14
14
|
import "@popperjs/core";
|
|
15
15
|
import "../../../hooks/use-z-index/index.js";
|
|
16
16
|
import p from "dayjs";
|
|
17
|
-
import { datePickerConfig as
|
|
18
|
-
import { panelDatePickProps as
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import { TOOLTIP_INJECTION_KEY as
|
|
23
|
-
import { extractTimeFormat as
|
|
24
|
-
import
|
|
25
|
-
const
|
|
17
|
+
import { datePickerConfig as ot } from "../constants.js";
|
|
18
|
+
import { panelDatePickProps as rt } from "../props/panel-date-pick.js";
|
|
19
|
+
import st from "./basic-date-table.vue2.js";
|
|
20
|
+
import ut from "./basic-month-table.vue2.js";
|
|
21
|
+
import it from "./basic-year-table.vue2.js";
|
|
22
|
+
import { TOOLTIP_INJECTION_KEY as ct } from "../../tooltip/constants.js";
|
|
23
|
+
import { extractTimeFormat as dt, extractDateFormat as vt } from "../../time-picker/utils.js";
|
|
24
|
+
import mt from "../../time-picker/time-picker-com/panel-time-pick.vue2.js";
|
|
25
|
+
const ft = ["onClick"], Yt = /* @__PURE__ */ Qe({
|
|
26
26
|
__name: "panel-date-pick",
|
|
27
|
-
props:
|
|
27
|
+
props: rt,
|
|
28
28
|
emits: ["pick", "set-picker-option", "panel-change"],
|
|
29
|
-
setup(we, { emit:
|
|
30
|
-
const
|
|
29
|
+
setup(we, { emit: ge }) {
|
|
30
|
+
const Ve = (e, t, l) => !0, u = we, w = ge, d = be("picker-panel"), g = be("date-picker"), De = Xe(), Ce = Ze(), h = D("zh-cn"), te = ve("EP_PICKER_BASE"), A = ve(ct), { shortcuts: ae, disabledDate: k, cellClassName: Te, defaultTime: U, arrowControl: Pe } = te.props, N = je(te.props, "defaultValue"), B = D(), a = D(p().locale(h.value)), L = D(!1), le = m(() => p(U).locale(h.value)), $e = m(() => a.value.month()), ne = m(() => a.value.year()), H = D([]), $ = D(null), F = D(null), W = (e) => H.value.length > 0 ? Ve(e, H.value, u.format || "HH:mm:ss") : !0, oe = (e) => U && !ce.value && !L.value ? le.value.year(e.year()).month(e.month()).date(e.date()) : M.value ? e.millisecond(0) : e.startOf("day"), c = (e, ...t) => {
|
|
31
31
|
if (!e)
|
|
32
|
-
w("pick", e, ...
|
|
33
|
-
else if (
|
|
32
|
+
w("pick", e, ...t);
|
|
33
|
+
else if (nt(e)) {
|
|
34
34
|
const l = e.map(oe);
|
|
35
|
-
w("pick", l, ...
|
|
35
|
+
w("pick", l, ...t);
|
|
36
36
|
} else
|
|
37
|
-
w("pick", oe(e), ...
|
|
38
|
-
$.value = null, F.value = null,
|
|
39
|
-
},
|
|
37
|
+
w("pick", oe(e), ...t);
|
|
38
|
+
$.value = null, F.value = null, L.value = !1;
|
|
39
|
+
}, Fe = (e, t) => {
|
|
40
40
|
if (i.value === "date") {
|
|
41
41
|
e = e;
|
|
42
42
|
let l = u.parsedValue ? u.parsedValue.year(e.year()).month(e.month()).date(e.date()) : e;
|
|
43
|
-
|
|
43
|
+
W(l) || (l = H.value[0][0].year(e.year()).month(e.month()).date(e.date())), a.value = l, c(l, M.value || t);
|
|
44
44
|
} else
|
|
45
45
|
i.value === "week" ? c(e.date) : i.value === "dates" && c(e, !0);
|
|
46
46
|
}, re = (e) => {
|
|
47
|
-
const
|
|
48
|
-
|
|
47
|
+
const t = e ? "add" : "subtract";
|
|
48
|
+
a.value = a.value[t](1, "month"), Y("month");
|
|
49
49
|
}, se = (e) => {
|
|
50
|
-
const
|
|
51
|
-
|
|
52
|
-
}, s = D("date"),
|
|
50
|
+
const t = a.value, l = e ? "add" : "subtract";
|
|
51
|
+
a.value = s.value === "year" ? t[l](10, "year") : t[l](1, "year"), Y("year");
|
|
52
|
+
}, s = D("date"), Ee = m(() => {
|
|
53
53
|
const e = "年";
|
|
54
54
|
if (s.value === "year") {
|
|
55
|
-
const
|
|
56
|
-
return `${
|
|
55
|
+
const t = Math.floor(ne.value / 10) * 10;
|
|
56
|
+
return `${t} ${e} - ${t + 9} ${e}`;
|
|
57
57
|
}
|
|
58
58
|
return `${ne.value} ${e}`;
|
|
59
59
|
}), Ie = (e) => {
|
|
60
|
-
const
|
|
61
|
-
if (
|
|
62
|
-
c(p(
|
|
60
|
+
const t = he(e.value) ? e.value() : e.value;
|
|
61
|
+
if (t) {
|
|
62
|
+
c(p(t).locale(h.value));
|
|
63
63
|
return;
|
|
64
64
|
}
|
|
65
65
|
e.onClick && e.onClick({
|
|
66
|
-
attrs:
|
|
67
|
-
slots:
|
|
66
|
+
attrs: De,
|
|
67
|
+
slots: Ce,
|
|
68
68
|
emit: w
|
|
69
69
|
});
|
|
70
70
|
}, i = m(() => {
|
|
71
71
|
const { type: e } = u;
|
|
72
72
|
return ["week", "month", "year", "dates"].includes(e) ? e : "date";
|
|
73
|
-
}), Ne = m(() => i.value === "date" ? s.value : i.value), ue = m(() => !!
|
|
74
|
-
|
|
73
|
+
}), Ne = m(() => i.value === "date" ? s.value : i.value), ue = m(() => !!ae.length), Me = async (e) => {
|
|
74
|
+
a.value = a.value.startOf("month").month(e), i.value === "month" ? c(a.value, !1) : (s.value = "date", ["month", "year", "date", "week"].includes(i.value) && (c(a.value, !0), await ee(), O())), Y("month");
|
|
75
75
|
}, Re = async (e) => {
|
|
76
|
-
i.value === "year" ? (
|
|
77
|
-
},
|
|
78
|
-
s.value = e, await ee(),
|
|
79
|
-
},
|
|
76
|
+
i.value === "year" ? (a.value = a.value.startOf("year").year(e), c(a.value, !1)) : (a.value = a.value.year(e), s.value = "month", ["month", "year", "date", "week"].includes(i.value) && (c(a.value, !0), await ee(), O())), Y("year");
|
|
77
|
+
}, K = async (e) => {
|
|
78
|
+
s.value = e, await ee(), O();
|
|
79
|
+
}, M = m(
|
|
80
80
|
() => u.type === "datetime" || u.type === "datetimerange"
|
|
81
|
-
), Se = m(() =>
|
|
81
|
+
), Se = m(() => M.value || i.value === "dates"), xe = () => {
|
|
82
82
|
if (i.value === "dates")
|
|
83
83
|
c(u.parsedValue);
|
|
84
84
|
else {
|
|
85
85
|
let e = u.parsedValue;
|
|
86
86
|
if (!e) {
|
|
87
|
-
const
|
|
88
|
-
e =
|
|
87
|
+
const t = p(U).locale(h.value), l = G();
|
|
88
|
+
e = t.year(l.year()).month(l.month()).date(l.date());
|
|
89
89
|
}
|
|
90
|
-
|
|
90
|
+
a.value = e, c(e);
|
|
91
91
|
}
|
|
92
|
-
},
|
|
93
|
-
const
|
|
94
|
-
|
|
95
|
-
},
|
|
92
|
+
}, Be = () => {
|
|
93
|
+
const t = p().locale(h.value).toDate();
|
|
94
|
+
L.value = !0, (!k || !k(t)) && W(t) && (a.value = p().locale(h.value), c(a.value));
|
|
95
|
+
}, J = m(() => dt(u.format)), ie = m(() => vt(u.format)), ce = m(() => {
|
|
96
96
|
if (F.value)
|
|
97
97
|
return F.value;
|
|
98
|
-
if (!(!u.parsedValue && !
|
|
99
|
-
return (u.parsedValue ||
|
|
100
|
-
|
|
98
|
+
if (!(!u.parsedValue && !N.value))
|
|
99
|
+
return (u.parsedValue || a.value).format(
|
|
100
|
+
J.value
|
|
101
101
|
);
|
|
102
|
-
}),
|
|
102
|
+
}), Ke = m(() => {
|
|
103
103
|
if ($.value)
|
|
104
104
|
return $.value;
|
|
105
|
-
if (!(!u.parsedValue && !
|
|
106
|
-
return (u.parsedValue ||
|
|
105
|
+
if (!(!u.parsedValue && !N.value))
|
|
106
|
+
return (u.parsedValue || a.value).format(
|
|
107
107
|
ie.value
|
|
108
108
|
);
|
|
109
|
-
}),
|
|
110
|
-
|
|
111
|
-
},
|
|
112
|
-
|
|
113
|
-
},
|
|
109
|
+
}), R = D(!1), Oe = () => {
|
|
110
|
+
R.value = !0;
|
|
111
|
+
}, Ye = () => {
|
|
112
|
+
R.value = !1;
|
|
113
|
+
}, q = (e) => ({
|
|
114
114
|
hour: e.hour(),
|
|
115
115
|
minute: e.minute(),
|
|
116
116
|
second: e.second(),
|
|
117
117
|
year: e.year(),
|
|
118
118
|
month: e.month(),
|
|
119
119
|
date: e.date()
|
|
120
|
-
}),
|
|
121
|
-
const { hour: y, minute: b, second:
|
|
122
|
-
|
|
123
|
-
},
|
|
124
|
-
const
|
|
125
|
-
if (
|
|
126
|
-
const { year: l, month: y, date: b } =
|
|
127
|
-
|
|
120
|
+
}), _e = (e, t, l) => {
|
|
121
|
+
const { hour: y, minute: b, second: Q } = q(e), X = u.parsedValue ? u.parsedValue.hour(y).minute(b).second(Q) : e;
|
|
122
|
+
a.value = X, c(a.value, !0), l || (R.value = t);
|
|
123
|
+
}, ze = (e) => {
|
|
124
|
+
const t = p(e, J.value).locale(h.value);
|
|
125
|
+
if (t.isValid() && W(t)) {
|
|
126
|
+
const { year: l, month: y, date: b } = q(a.value);
|
|
127
|
+
a.value = t.year(l).month(y).date(b), F.value = null, R.value = !1, c(a.value, !0);
|
|
128
128
|
}
|
|
129
|
-
},
|
|
130
|
-
const
|
|
131
|
-
if (
|
|
132
|
-
if (k && k(
|
|
129
|
+
}, Ae = (e) => {
|
|
130
|
+
const t = p(e, ie.value).locale(h.value);
|
|
131
|
+
if (t.isValid()) {
|
|
132
|
+
if (k && k(t.toDate()))
|
|
133
133
|
return;
|
|
134
|
-
const { hour: l, minute: y, second: b } =
|
|
135
|
-
|
|
134
|
+
const { hour: l, minute: y, second: b } = q(a.value);
|
|
135
|
+
a.value = t.hour(l).minute(y).second(b), $.value = null, c(a.value, !0);
|
|
136
136
|
}
|
|
137
|
-
},
|
|
138
|
-
const e = p(
|
|
139
|
-
if (!
|
|
140
|
-
const
|
|
141
|
-
return p().hour(
|
|
137
|
+
}, Ue = (e) => p.isDayjs(e) && e.isValid() && (k ? !k(e.toDate()) : !0), Le = (e) => i.value === "dates" ? e.map((t) => t.format(u.format)) : e.format(u.format), He = (e) => p(e, u.format).locale(h.value), G = () => {
|
|
138
|
+
const e = p(N.value).locale(h.value);
|
|
139
|
+
if (!N.value) {
|
|
140
|
+
const t = le.value;
|
|
141
|
+
return p().hour(t.hour()).minute(t.minute()).second(t.second()).locale(h.value);
|
|
142
142
|
}
|
|
143
143
|
return e;
|
|
144
|
-
},
|
|
144
|
+
}, O = async () => {
|
|
145
145
|
var e;
|
|
146
|
-
["week", "month", "year", "date"].includes(i.value) && ((e =
|
|
146
|
+
["week", "month", "year", "date"].includes(i.value) && ((e = B.value) == null || e.focus(), i.value === "week" && de(f.down));
|
|
147
147
|
}, We = (e) => {
|
|
148
|
-
const { code:
|
|
148
|
+
const { code: t } = e;
|
|
149
149
|
[
|
|
150
150
|
f.up,
|
|
151
151
|
f.down,
|
|
@@ -155,66 +155,66 @@ const ma = ["onClick"], _a = /* @__PURE__ */ Qe({
|
|
|
155
155
|
f.end,
|
|
156
156
|
f.pageUp,
|
|
157
157
|
f.pageDown
|
|
158
|
-
].includes(
|
|
159
|
-
|
|
160
|
-
) && $.value === null && F.value === null && (e.preventDefault(), c(
|
|
158
|
+
].includes(t) && (de(t), e.stopPropagation(), e.preventDefault()), [f.enter, f.space, f.numpadEnter].includes(
|
|
159
|
+
t
|
|
160
|
+
) && $.value === null && F.value === null && (e.preventDefault(), c(a.value, !1));
|
|
161
161
|
}, de = (e) => {
|
|
162
|
-
const { up:
|
|
162
|
+
const { up: t, down: l, left: y, right: b, home: Q, end: X, pageUp: Je, pageDown: qe } = f, Ge = {
|
|
163
163
|
year: {
|
|
164
|
-
[
|
|
164
|
+
[t]: -4,
|
|
165
165
|
[l]: 4,
|
|
166
166
|
[y]: -1,
|
|
167
167
|
[b]: 1,
|
|
168
168
|
offset: (o, V) => o.setFullYear(o.getFullYear() + V)
|
|
169
169
|
},
|
|
170
170
|
month: {
|
|
171
|
-
[
|
|
171
|
+
[t]: -4,
|
|
172
172
|
[l]: 4,
|
|
173
173
|
[y]: -1,
|
|
174
174
|
[b]: 1,
|
|
175
175
|
offset: (o, V) => o.setMonth(o.getMonth() + V)
|
|
176
176
|
},
|
|
177
177
|
week: {
|
|
178
|
-
[
|
|
178
|
+
[t]: -1,
|
|
179
179
|
[l]: 1,
|
|
180
180
|
[y]: -1,
|
|
181
181
|
[b]: 1,
|
|
182
182
|
offset: (o, V) => o.setDate(o.getDate() + V * 7)
|
|
183
183
|
},
|
|
184
184
|
date: {
|
|
185
|
-
[
|
|
185
|
+
[t]: -7,
|
|
186
186
|
[l]: 7,
|
|
187
187
|
[y]: -1,
|
|
188
188
|
[b]: 1,
|
|
189
|
-
[
|
|
190
|
-
[
|
|
189
|
+
[Q]: (o) => -o.getDay(),
|
|
190
|
+
[X]: (o) => -o.getDay() + 6,
|
|
191
191
|
[Je]: (o) => -new Date(o.getFullYear(), o.getMonth(), 0).getDate(),
|
|
192
192
|
[qe]: (o) => new Date(o.getFullYear(), o.getMonth() + 1, 0).getDate(),
|
|
193
193
|
offset: (o, V) => o.setDate(o.getDate() + V)
|
|
194
194
|
}
|
|
195
|
-
},
|
|
196
|
-
for (; Math.abs(
|
|
195
|
+
}, S = a.value.toDate();
|
|
196
|
+
for (; Math.abs(a.value.diff(S, "year", !0)) < 1; ) {
|
|
197
197
|
const o = Ge[Ne.value];
|
|
198
198
|
if (!o)
|
|
199
199
|
return;
|
|
200
200
|
if (o.offset(
|
|
201
|
-
|
|
202
|
-
he(o[e]) ? o[e](
|
|
203
|
-
), k && k(
|
|
201
|
+
S,
|
|
202
|
+
he(o[e]) ? o[e](S) : o[e] ?? 0
|
|
203
|
+
), k && k(S))
|
|
204
204
|
break;
|
|
205
|
-
const V = p(
|
|
206
|
-
|
|
205
|
+
const V = p(S).locale(h.value);
|
|
206
|
+
a.value = V, w("pick", V, !0);
|
|
207
207
|
break;
|
|
208
208
|
}
|
|
209
|
-
},
|
|
209
|
+
}, Y = (e) => {
|
|
210
210
|
w(
|
|
211
211
|
"panel-change",
|
|
212
|
-
|
|
212
|
+
a.value.toDate(),
|
|
213
213
|
e,
|
|
214
214
|
s.value
|
|
215
215
|
);
|
|
216
216
|
};
|
|
217
|
-
return
|
|
217
|
+
return _(
|
|
218
218
|
() => i.value,
|
|
219
219
|
(e) => {
|
|
220
220
|
if (["month", "year"].includes(e)) {
|
|
@@ -224,59 +224,59 @@ const ma = ["onClick"], _a = /* @__PURE__ */ Qe({
|
|
|
224
224
|
s.value = "date";
|
|
225
225
|
},
|
|
226
226
|
{ immediate: !0 }
|
|
227
|
-
),
|
|
227
|
+
), _(
|
|
228
228
|
() => s.value,
|
|
229
229
|
() => {
|
|
230
|
-
|
|
230
|
+
A == null || A.updatePopper();
|
|
231
231
|
}
|
|
232
|
-
),
|
|
233
|
-
() =>
|
|
232
|
+
), _(
|
|
233
|
+
() => N.value,
|
|
234
234
|
(e) => {
|
|
235
|
-
e && (
|
|
235
|
+
e && (a.value = G());
|
|
236
236
|
},
|
|
237
237
|
{ immediate: !0 }
|
|
238
|
-
),
|
|
238
|
+
), _(
|
|
239
239
|
() => u.parsedValue,
|
|
240
240
|
(e) => {
|
|
241
241
|
if (e) {
|
|
242
242
|
if (i.value === "dates" || Array.isArray(e))
|
|
243
243
|
return;
|
|
244
|
-
|
|
244
|
+
a.value = e;
|
|
245
245
|
} else
|
|
246
|
-
|
|
246
|
+
a.value = G();
|
|
247
247
|
},
|
|
248
248
|
{ immediate: !0 }
|
|
249
|
-
), w("set-picker-option", ["isValidValue",
|
|
249
|
+
), w("set-picker-option", ["isValidValue", Ue]), w("set-picker-option", ["formatToString", Le]), w("set-picker-option", ["parseUserInput", He]), w("set-picker-option", ["handleFocusPicker", O]), (e, t) => (C(), E("div", {
|
|
250
250
|
class: r([
|
|
251
251
|
n(d).b(),
|
|
252
252
|
n(g).b(),
|
|
253
253
|
{
|
|
254
254
|
"has-sidebar": e.$slots.sidebar || ue.value,
|
|
255
|
-
"has-time":
|
|
255
|
+
"has-time": M.value
|
|
256
256
|
}
|
|
257
257
|
])
|
|
258
258
|
}, [
|
|
259
259
|
v("div", {
|
|
260
260
|
class: r(n(d).e("body-wrapper"))
|
|
261
261
|
}, [
|
|
262
|
-
|
|
262
|
+
et(e.$slots, "sidebar", {
|
|
263
263
|
class: r(n(d).e("sidebar"))
|
|
264
264
|
}),
|
|
265
|
-
ue.value ? (C(),
|
|
265
|
+
ue.value ? (C(), E("div", {
|
|
266
266
|
key: 0,
|
|
267
267
|
class: r(n(d).e("sidebar"))
|
|
268
268
|
}, [
|
|
269
|
-
(C(!0),
|
|
269
|
+
(C(!0), E(tt, null, at(n(ae), (l, y) => (C(), E("button", {
|
|
270
270
|
key: y,
|
|
271
271
|
type: "button",
|
|
272
272
|
class: r(n(d).e("shortcut")),
|
|
273
273
|
onClick: (b) => Ie(l)
|
|
274
|
-
},
|
|
275
|
-
], 2)) :
|
|
274
|
+
}, Z(l.text), 11, ft))), 128))
|
|
275
|
+
], 2)) : x("", !0),
|
|
276
276
|
v("div", {
|
|
277
277
|
class: r(n(d).e("body"))
|
|
278
278
|
}, [
|
|
279
|
-
|
|
279
|
+
M.value ? (C(), E("div", {
|
|
280
280
|
key: 0,
|
|
281
281
|
class: r(n(g).e("time-header"))
|
|
282
282
|
}, [
|
|
@@ -285,14 +285,14 @@ const ma = ["onClick"], _a = /* @__PURE__ */ Qe({
|
|
|
285
285
|
}, [
|
|
286
286
|
T(n(ke), {
|
|
287
287
|
placeholder: "选择日期",
|
|
288
|
-
"model-value":
|
|
288
|
+
"model-value": Ke.value,
|
|
289
289
|
size: "small",
|
|
290
290
|
"validate-event": !1,
|
|
291
|
-
onInput:
|
|
292
|
-
onChange:
|
|
291
|
+
onInput: t[0] || (t[0] = (l) => $.value = l),
|
|
292
|
+
onChange: Ae
|
|
293
293
|
}, null, 8, ["model-value"])
|
|
294
294
|
], 2),
|
|
295
|
-
P((C(),
|
|
295
|
+
P((C(), E("span", {
|
|
296
296
|
class: r(n(g).e("editor-wrap"))
|
|
297
297
|
}, [
|
|
298
298
|
T(n(ke), {
|
|
@@ -300,21 +300,21 @@ const ma = ["onClick"], _a = /* @__PURE__ */ Qe({
|
|
|
300
300
|
"model-value": ce.value,
|
|
301
301
|
size: "small",
|
|
302
302
|
"validate-event": !1,
|
|
303
|
-
onFocus:
|
|
304
|
-
onInput:
|
|
305
|
-
onChange:
|
|
303
|
+
onFocus: Oe,
|
|
304
|
+
onInput: t[1] || (t[1] = (l) => F.value = l),
|
|
305
|
+
onChange: ze
|
|
306
306
|
}, null, 8, ["model-value"]),
|
|
307
|
-
T(n(
|
|
308
|
-
visible:
|
|
309
|
-
format:
|
|
310
|
-
"time-arrow-control": n(
|
|
311
|
-
"parsed-value":
|
|
312
|
-
onPick:
|
|
307
|
+
T(n(mt), {
|
|
308
|
+
visible: R.value,
|
|
309
|
+
format: J.value,
|
|
310
|
+
"time-arrow-control": n(Pe),
|
|
311
|
+
"parsed-value": a.value,
|
|
312
|
+
onPick: _e
|
|
313
313
|
}, null, 8, ["visible", "format", "time-arrow-control", "parsed-value"])
|
|
314
314
|
], 2)), [
|
|
315
|
-
[n(
|
|
315
|
+
[n(lt), Ye]
|
|
316
316
|
])
|
|
317
|
-
], 2)) :
|
|
317
|
+
], 2)) : x("", !0),
|
|
318
318
|
P(v("div", {
|
|
319
319
|
class: r([
|
|
320
320
|
n(g).e("header"),
|
|
@@ -327,18 +327,18 @@ const ma = ["onClick"], _a = /* @__PURE__ */ Qe({
|
|
|
327
327
|
v("button", {
|
|
328
328
|
type: "button",
|
|
329
329
|
class: r(["d-arrow-left", n(d).e("icon-btn")]),
|
|
330
|
-
onClick:
|
|
330
|
+
onClick: t[2] || (t[2] = (l) => se(!1))
|
|
331
331
|
}, [
|
|
332
|
-
T(n(
|
|
332
|
+
T(n(z), { icon: "icon-d-arrow-left" })
|
|
333
333
|
], 2),
|
|
334
334
|
P(v("button", {
|
|
335
335
|
type: "button",
|
|
336
336
|
class: r([n(d).e("icon-btn"), "arrow-left"]),
|
|
337
|
-
onClick:
|
|
337
|
+
onClick: t[3] || (t[3] = (l) => re(!1))
|
|
338
338
|
}, [
|
|
339
|
-
T(n(
|
|
339
|
+
T(n(z), { icon: "icon-arrow-left" })
|
|
340
340
|
], 2), [
|
|
341
|
-
[
|
|
341
|
+
[I, s.value === "date"]
|
|
342
342
|
])
|
|
343
343
|
], 2),
|
|
344
344
|
v("span", {
|
|
@@ -346,9 +346,9 @@ const ma = ["onClick"], _a = /* @__PURE__ */ Qe({
|
|
|
346
346
|
class: r(n(g).e("header-label")),
|
|
347
347
|
"aria-live": "polite",
|
|
348
348
|
tabindex: "0",
|
|
349
|
-
onKeydown:
|
|
350
|
-
onClick:
|
|
351
|
-
},
|
|
349
|
+
onKeydown: t[4] || (t[4] = me((l) => K("year"), ["enter"])),
|
|
350
|
+
onClick: t[5] || (t[5] = (l) => K("year"))
|
|
351
|
+
}, Z(Ee.value), 35),
|
|
352
352
|
P(v("span", {
|
|
353
353
|
role: "button",
|
|
354
354
|
"aria-live": "polite",
|
|
@@ -357,10 +357,10 @@ const ma = ["onClick"], _a = /* @__PURE__ */ Qe({
|
|
|
357
357
|
n(g).e("header-label"),
|
|
358
358
|
{ active: s.value === "month" }
|
|
359
359
|
]),
|
|
360
|
-
onKeydown:
|
|
361
|
-
onClick:
|
|
362
|
-
},
|
|
363
|
-
[
|
|
360
|
+
onKeydown: t[6] || (t[6] = me((l) => K("month"), ["enter"])),
|
|
361
|
+
onClick: t[7] || (t[7] = (l) => K("month"))
|
|
362
|
+
}, Z(n(ot)["month" + ($e.value + 1)]), 35), [
|
|
363
|
+
[I, s.value === "date"]
|
|
364
364
|
]),
|
|
365
365
|
v("span", {
|
|
366
366
|
class: r(n(g).e("next-btn"))
|
|
@@ -368,56 +368,56 @@ const ma = ["onClick"], _a = /* @__PURE__ */ Qe({
|
|
|
368
368
|
P(v("button", {
|
|
369
369
|
type: "button",
|
|
370
370
|
class: r([n(d).e("icon-btn"), "arrow-right"]),
|
|
371
|
-
onClick:
|
|
371
|
+
onClick: t[8] || (t[8] = (l) => re(!0))
|
|
372
372
|
}, [
|
|
373
|
-
T(n(
|
|
373
|
+
T(n(z), { icon: "icon-arrow-right" })
|
|
374
374
|
], 2), [
|
|
375
|
-
[
|
|
375
|
+
[I, s.value === "date"]
|
|
376
376
|
]),
|
|
377
377
|
v("button", {
|
|
378
378
|
type: "button",
|
|
379
379
|
class: r([n(d).e("icon-btn"), "d-arrow-right"]),
|
|
380
|
-
onClick:
|
|
380
|
+
onClick: t[9] || (t[9] = (l) => se(!0))
|
|
381
381
|
}, [
|
|
382
|
-
T(n(
|
|
382
|
+
T(n(z), { icon: "icon-d-arrow-right" })
|
|
383
383
|
], 2)
|
|
384
384
|
], 2)
|
|
385
385
|
], 2), [
|
|
386
|
-
[
|
|
386
|
+
[I, s.value !== "time"]
|
|
387
387
|
]),
|
|
388
388
|
v("div", {
|
|
389
389
|
class: r(n(d).e("content")),
|
|
390
390
|
onKeydown: We
|
|
391
391
|
}, [
|
|
392
|
-
s.value === "date" ? (C(),
|
|
392
|
+
s.value === "date" ? (C(), j(st, {
|
|
393
393
|
key: 0,
|
|
394
394
|
ref_key: "currentViewRef",
|
|
395
|
-
ref:
|
|
395
|
+
ref: B,
|
|
396
396
|
"selection-mode": i.value,
|
|
397
|
-
date:
|
|
397
|
+
date: a.value,
|
|
398
398
|
"parsed-value": e.parsedValue,
|
|
399
399
|
"disabled-date": n(k),
|
|
400
|
-
"cell-class-name": n(
|
|
401
|
-
onPick:
|
|
402
|
-
}, null, 8, ["selection-mode", "date", "parsed-value", "disabled-date", "cell-class-name"])) :
|
|
403
|
-
s.value === "year" ? (C(),
|
|
400
|
+
"cell-class-name": n(Te),
|
|
401
|
+
onPick: Fe
|
|
402
|
+
}, null, 8, ["selection-mode", "date", "parsed-value", "disabled-date", "cell-class-name"])) : x("", !0),
|
|
403
|
+
s.value === "year" ? (C(), j(it, {
|
|
404
404
|
key: 1,
|
|
405
405
|
ref_key: "currentViewRef",
|
|
406
|
-
ref:
|
|
407
|
-
date:
|
|
406
|
+
ref: B,
|
|
407
|
+
date: a.value,
|
|
408
408
|
"disabled-date": n(k),
|
|
409
409
|
"parsed-value": e.parsedValue,
|
|
410
410
|
onPick: Re
|
|
411
|
-
}, null, 8, ["date", "disabled-date", "parsed-value"])) :
|
|
412
|
-
s.value === "month" ? (C(),
|
|
411
|
+
}, null, 8, ["date", "disabled-date", "parsed-value"])) : x("", !0),
|
|
412
|
+
s.value === "month" ? (C(), j(ut, {
|
|
413
413
|
key: 2,
|
|
414
414
|
ref_key: "currentViewRef",
|
|
415
|
-
ref:
|
|
416
|
-
date:
|
|
415
|
+
ref: B,
|
|
416
|
+
date: a.value,
|
|
417
417
|
"parsed-value": e.parsedValue,
|
|
418
418
|
"disabled-date": n(k),
|
|
419
419
|
onPick: Me
|
|
420
|
-
}, null, 8, ["date", "parsed-value", "disabled-date"])) :
|
|
420
|
+
}, null, 8, ["date", "parsed-value", "disabled-date"])) : x("", !0)
|
|
421
421
|
], 34)
|
|
422
422
|
], 2)
|
|
423
423
|
], 2),
|
|
@@ -428,20 +428,20 @@ const ma = ["onClick"], _a = /* @__PURE__ */ Qe({
|
|
|
428
428
|
text: "",
|
|
429
429
|
size: "small",
|
|
430
430
|
class: r(n(d).e("link-btn")),
|
|
431
|
-
onClick:
|
|
431
|
+
onClick: Be
|
|
432
432
|
}, {
|
|
433
433
|
default: fe(() => [
|
|
434
434
|
pe(" 现在 ")
|
|
435
435
|
]),
|
|
436
436
|
_: 1
|
|
437
437
|
}, 8, ["class"]), [
|
|
438
|
-
[
|
|
438
|
+
[I, i.value !== "dates"]
|
|
439
439
|
]),
|
|
440
440
|
T(n(ye), {
|
|
441
441
|
plain: "",
|
|
442
442
|
size: "small",
|
|
443
443
|
class: r(n(d).e("link-btn")),
|
|
444
|
-
onClick:
|
|
444
|
+
onClick: xe
|
|
445
445
|
}, {
|
|
446
446
|
default: fe(() => [
|
|
447
447
|
pe(" 确认 ")
|
|
@@ -449,11 +449,11 @@ const ma = ["onClick"], _a = /* @__PURE__ */ Qe({
|
|
|
449
449
|
_: 1
|
|
450
450
|
}, 8, ["class"])
|
|
451
451
|
], 2), [
|
|
452
|
-
[
|
|
452
|
+
[I, Se.value && s.value === "date"]
|
|
453
453
|
])
|
|
454
454
|
], 2));
|
|
455
455
|
}
|
|
456
456
|
});
|
|
457
457
|
export {
|
|
458
|
-
|
|
458
|
+
Yt as default
|
|
459
459
|
};
|