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,13 +1,13 @@
|
|
|
1
1
|
import type { Dayjs } from 'dayjs';
|
|
2
2
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
-
unlinkPanels: BooleanConstructor;
|
|
4
|
-
parsedValue: {
|
|
3
|
+
readonly unlinkPanels: BooleanConstructor;
|
|
4
|
+
readonly parsedValue: {
|
|
5
5
|
readonly type: globalThis.PropType<Dayjs[]>;
|
|
6
6
|
readonly required: false;
|
|
7
7
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
8
8
|
__epPropKey: true;
|
|
9
9
|
};
|
|
10
|
-
type: {
|
|
10
|
+
readonly type: {
|
|
11
11
|
readonly type: globalThis.PropType<import("../../../utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | ((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange"))[], "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange", unknown>>;
|
|
12
12
|
readonly required: true;
|
|
13
13
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
@@ -18,15 +18,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
18
18
|
"panel-change": (...args: any[]) => void;
|
|
19
19
|
pick: (...args: any[]) => void;
|
|
20
20
|
"set-picker-option": (...args: any[]) => void;
|
|
21
|
-
}, string, import("vue").
|
|
22
|
-
unlinkPanels: BooleanConstructor;
|
|
23
|
-
parsedValue: {
|
|
21
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
22
|
+
readonly unlinkPanels: BooleanConstructor;
|
|
23
|
+
readonly parsedValue: {
|
|
24
24
|
readonly type: globalThis.PropType<Dayjs[]>;
|
|
25
25
|
readonly required: false;
|
|
26
26
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
27
27
|
__epPropKey: true;
|
|
28
28
|
};
|
|
29
|
-
type: {
|
|
29
|
+
readonly type: {
|
|
30
30
|
readonly type: globalThis.PropType<import("../../../utils").EpPropMergeType<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | ((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange"))[], "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange", unknown>>;
|
|
31
31
|
readonly required: true;
|
|
32
32
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
@@ -38,7 +38,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
38
38
|
"onPanel-change"?: ((...args: any[]) => any) | undefined;
|
|
39
39
|
"onSet-picker-option"?: ((...args: any[]) => any) | undefined;
|
|
40
40
|
}, {
|
|
41
|
-
unlinkPanels: boolean;
|
|
41
|
+
readonly unlinkPanels: boolean;
|
|
42
42
|
}, {}>, {
|
|
43
43
|
sidebar?(_: {
|
|
44
44
|
class: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as qe, inject as Ge, toRef as ie, ref as V, computed as v, openBlock as h, createElementBlock as p, normalizeClass as s, unref as e, createElementVNode as c, renderSlot as He, Fragment as Je, renderList as Qe, toDisplayString as _, createCommentVNode as C, createVNode as d, withDirectives as de, createBlock as We, withCtx as ve, createTextVNode as ce } from "vue";
|
|
2
2
|
import { ClickOutside as me } from "@vft/directives";
|
|
3
3
|
import { isArray as fe } from "@vft/utils";
|
|
4
4
|
import { VftButton as he } from "../../button/index.js";
|
|
@@ -6,29 +6,29 @@ import { VftIcon as b } from "../../icon/index.js";
|
|
|
6
6
|
import { VftInput as E } from "../../input/index.js";
|
|
7
7
|
import "../../time-picker/index.js";
|
|
8
8
|
import T from "dayjs";
|
|
9
|
-
import { useRangePicker as
|
|
10
|
-
import { panelDateRangeProps as
|
|
11
|
-
import { isValidRange as pe, getDefaultValue as
|
|
9
|
+
import { useRangePicker as Xe } from "../composables/use-range-picker.js";
|
|
10
|
+
import { panelDateRangeProps as Ze } from "../props/panel-date-range.js";
|
|
11
|
+
import { isValidRange as pe, getDefaultValue as je } from "../utils.js";
|
|
12
12
|
import be from "./basic-date-table.vue2.js";
|
|
13
13
|
import ge from "../../time-picker/time-picker-com/panel-time-pick.vue2.js";
|
|
14
|
-
import { extractTimeFormat as
|
|
15
|
-
const
|
|
14
|
+
import { extractTimeFormat as ea, extractDateFormat as aa } from "../../time-picker/utils.js";
|
|
15
|
+
const la = ["onClick"], ta = ["disabled"], na = ["disabled"], oa = ["disabled"], ra = ["disabled"], A = "month", Ca = /* @__PURE__ */ qe({
|
|
16
16
|
__name: "panel-date-range",
|
|
17
|
-
props:
|
|
17
|
+
props: Ze,
|
|
18
18
|
emits: [
|
|
19
19
|
"pick",
|
|
20
20
|
"set-picker-option",
|
|
21
21
|
"calendar-change",
|
|
22
22
|
"panel-change"
|
|
23
23
|
],
|
|
24
|
-
setup(ke, { emit:
|
|
25
|
-
const f = ke, U =
|
|
24
|
+
setup(ke, { emit: ye }) {
|
|
25
|
+
const f = ke, w = ye, U = Ge("EP_PICKER_BASE"), {
|
|
26
26
|
disabledDate: B,
|
|
27
27
|
cellClassName: q,
|
|
28
28
|
format: M,
|
|
29
29
|
defaultTime: L,
|
|
30
30
|
arrowControl: G,
|
|
31
|
-
clearable:
|
|
31
|
+
clearable: Ce
|
|
32
32
|
} = U.props, H = ie(U.props, "shortcuts"), J = ie(U.props, "defaultValue"), g = V("zh-cn"), n = V(T().locale(g.value)), o = V(T().locale(g.value).add(1, A)), {
|
|
33
33
|
minDate: r,
|
|
34
34
|
maxDate: u,
|
|
@@ -37,35 +37,35 @@ const aa = ["onClick"], la = ["disabled"], ta = ["disabled"], na = ["disabled"],
|
|
|
37
37
|
drpNs: m,
|
|
38
38
|
handleChangeRange: Q,
|
|
39
39
|
handleRangeConfirm: W,
|
|
40
|
-
handleShortcutClick:
|
|
40
|
+
handleShortcutClick: we,
|
|
41
41
|
onSelect: X
|
|
42
|
-
} =
|
|
42
|
+
} = Xe(f, {
|
|
43
43
|
defaultValue: J,
|
|
44
44
|
leftDate: n,
|
|
45
45
|
rightDate: o,
|
|
46
46
|
unit: A,
|
|
47
|
-
onParsedValueChanged:
|
|
47
|
+
onParsedValueChanged: _e
|
|
48
48
|
}), D = V({
|
|
49
49
|
min: null,
|
|
50
50
|
max: null
|
|
51
51
|
}), k = V({
|
|
52
52
|
min: null,
|
|
53
53
|
max: null
|
|
54
|
-
}),
|
|
54
|
+
}), Pe = v(() => `${n.value.year()} 年 ${n.value.month() + 1}月`), xe = v(() => `${o.value.year()} 年 ${o.value.month() + 1}月`), Z = v(() => n.value.year()), O = v(() => n.value.month()), j = v(() => o.value.year()), ee = v(() => o.value.month()), ae = v(() => !!H.value.length), Ve = v(() => D.value.min !== null ? D.value.min : r.value ? r.value.format(K.value) : ""), Te = v(() => D.value.max !== null ? D.value.max : u.value || r.value ? (u.value || r.value).format(K.value) : ""), Me = v(() => k.value.min !== null ? k.value.min : r.value ? r.value.format($.value) : ""), De = v(() => k.value.max !== null ? k.value.max : u.value || r.value ? (u.value || r.value).format($.value) : ""), $ = v(() => ea(M)), K = v(() => aa(M)), Ie = () => {
|
|
55
55
|
n.value = n.value.subtract(1, "year"), f.unlinkPanels || (o.value = n.value.add(1, "month")), y("year");
|
|
56
|
-
}, Ie = () => {
|
|
57
|
-
n.value = n.value.subtract(1, "month"), f.unlinkPanels || (o.value = n.value.add(1, "month")), y("month");
|
|
58
56
|
}, Se = () => {
|
|
59
|
-
|
|
57
|
+
n.value = n.value.subtract(1, "month"), f.unlinkPanels || (o.value = n.value.add(1, "month")), y("month");
|
|
60
58
|
}, $e = () => {
|
|
61
|
-
f.unlinkPanels ? o.value = o.value.add(1, "
|
|
59
|
+
f.unlinkPanels ? o.value = o.value.add(1, "year") : (n.value = n.value.add(1, "year"), o.value = n.value.add(1, "month")), y("year");
|
|
62
60
|
}, Ne = () => {
|
|
63
|
-
n.value = n.value.add(1, "
|
|
61
|
+
f.unlinkPanels ? o.value = o.value.add(1, "month") : (n.value = n.value.add(1, "month"), o.value = n.value.add(1, "month")), y("month");
|
|
64
62
|
}, Be = () => {
|
|
65
|
-
n.value = n.value.add(1, "
|
|
63
|
+
n.value = n.value.add(1, "year"), y("year");
|
|
66
64
|
}, Ye = () => {
|
|
67
|
-
|
|
65
|
+
n.value = n.value.add(1, "month"), y("month");
|
|
68
66
|
}, ze = () => {
|
|
67
|
+
o.value = o.value.subtract(1, "year"), y("year");
|
|
68
|
+
}, Re = () => {
|
|
69
69
|
o.value = o.value.subtract(1, "month"), y("month");
|
|
70
70
|
}, y = (l) => {
|
|
71
71
|
w(
|
|
@@ -76,7 +76,7 @@ const aa = ["onClick"], la = ["disabled"], ta = ["disabled"], na = ["disabled"],
|
|
|
76
76
|
}, Y = v(() => {
|
|
77
77
|
const l = (O.value + 1) % 12, a = O.value + 1 >= 12 ? 1 : 0;
|
|
78
78
|
return f.unlinkPanels && new Date(Z.value + a, l) < new Date(j.value, ee.value);
|
|
79
|
-
}), z = v(() => f.unlinkPanels && j.value * 12 + ee.value - (Z.value * 12 + O.value + 1) >= 12),
|
|
79
|
+
}), z = v(() => f.unlinkPanels && j.value * 12 + ee.value - (Z.value * 12 + O.value + 1) >= 12), Fe = v(() => !(r.value && u.value && !P.value.selecting && pe([r.value, u.value]))), R = v(
|
|
80
80
|
() => f.type === "datetime" || f.type === "datetimerange"
|
|
81
81
|
), le = (l, a) => {
|
|
82
82
|
if (l)
|
|
@@ -86,9 +86,9 @@ const aa = ["onClick"], la = ["disabled"], ta = ["disabled"], na = ["disabled"],
|
|
|
86
86
|
}, te = (l, a = !0) => {
|
|
87
87
|
const t = l.minDate, x = l.maxDate, N = le(t, 0), F = le(x, 1);
|
|
88
88
|
u.value === F && r.value === N || (w("calendar-change", [t.toDate(), x && x.toDate()]), u.value = F, r.value = N, !(!a || R.value) && W());
|
|
89
|
-
}, I = V(!1), S = V(!1),
|
|
89
|
+
}, I = V(!1), S = V(!1), Ee = () => {
|
|
90
90
|
I.value = !1;
|
|
91
|
-
},
|
|
91
|
+
}, Ae = () => {
|
|
92
92
|
S.value = !1;
|
|
93
93
|
}, ne = (l, a) => {
|
|
94
94
|
D.value[a] = l;
|
|
@@ -106,25 +106,25 @@ const aa = ["onClick"], la = ["disabled"], ta = ["disabled"], na = ["disabled"],
|
|
|
106
106
|
t.isValid() && (a === "min" ? (I.value = !0, r.value = (r.value || n.value).hour(t.hour()).minute(t.minute()).second(t.second()), (!u.value || u.value.isBefore(r.value)) && (u.value = r.value)) : (S.value = !0, u.value = (u.value || o.value).hour(t.hour()).minute(t.minute()).second(t.second()), o.value = u.value, u.value && u.value.isBefore(r.value) && (r.value = u.value)));
|
|
107
107
|
}, ue = (l, a) => {
|
|
108
108
|
k.value[a] = null, a === "min" ? (n.value = r.value, I.value = !1) : (o.value = u.value, S.value = !1);
|
|
109
|
-
}, Ae = (l, a, t) => {
|
|
110
|
-
k.value.min || (l && (n.value = l, r.value = (r.value || n.value).hour(l.hour()).minute(l.minute()).second(l.second())), t || (I.value = a), (!u.value || u.value.isBefore(r.value)) && (u.value = r.value, o.value = l));
|
|
111
109
|
}, Ue = (l, a, t) => {
|
|
110
|
+
k.value.min || (l && (n.value = l, r.value = (r.value || n.value).hour(l.hour()).minute(l.minute()).second(l.second())), t || (I.value = a), (!u.value || u.value.isBefore(r.value)) && (u.value = r.value, o.value = l));
|
|
111
|
+
}, Le = (l, a, t) => {
|
|
112
112
|
k.value.max || (l && (o.value = l, u.value = (u.value || o.value).hour(l.hour()).minute(l.minute()).second(l.second())), t || (S.value = a), u.value && u.value.isBefore(r.value) && (r.value = u.value));
|
|
113
113
|
}, se = () => {
|
|
114
|
-
n.value =
|
|
114
|
+
n.value = je(e(J), {
|
|
115
115
|
lang: e(g),
|
|
116
116
|
unit: "month",
|
|
117
117
|
unlinkPanels: f.unlinkPanels
|
|
118
118
|
})[0], o.value = n.value.add(1, "month"), w("pick", null);
|
|
119
|
-
},
|
|
120
|
-
function
|
|
119
|
+
}, Oe = (l) => fe(l) ? l.map((a) => a.format(M)) : l.format(M), Ke = (l) => fe(l) ? l.map((a) => T(a, M).locale(g.value)) : T(l, M).locale(g.value);
|
|
120
|
+
function _e(l, a) {
|
|
121
121
|
if (f.unlinkPanels && a) {
|
|
122
122
|
const t = (l == null ? void 0 : l.year()) || 0, x = (l == null ? void 0 : l.month()) || 0, N = a.year(), F = a.month();
|
|
123
123
|
o.value = t === N && x === F ? a.add(1, A) : a;
|
|
124
124
|
} else
|
|
125
125
|
o.value = n.value.add(1, A), a && (o.value = o.value.hour(a.hour()).minute(a.minute()).second(a.second()));
|
|
126
126
|
}
|
|
127
|
-
return w("set-picker-option", ["isValidValue", pe]), w("set-picker-option", ["parseUserInput",
|
|
127
|
+
return w("set-picker-option", ["isValidValue", pe]), w("set-picker-option", ["parseUserInput", Ke]), w("set-picker-option", ["formatToString", Oe]), w("set-picker-option", ["handleClear", se]), (l, a) => (h(), p("div", {
|
|
128
128
|
class: s([
|
|
129
129
|
e(i).b(),
|
|
130
130
|
e(m).b(),
|
|
@@ -137,19 +137,19 @@ const aa = ["onClick"], la = ["disabled"], ta = ["disabled"], na = ["disabled"],
|
|
|
137
137
|
c("div", {
|
|
138
138
|
class: s(e(i).e("body-wrapper"))
|
|
139
139
|
}, [
|
|
140
|
-
|
|
140
|
+
He(l.$slots, "sidebar", {
|
|
141
141
|
class: s(e(i).e("sidebar"))
|
|
142
142
|
}),
|
|
143
143
|
ae.value ? (h(), p("div", {
|
|
144
144
|
key: 0,
|
|
145
145
|
class: s(e(i).e("sidebar"))
|
|
146
146
|
}, [
|
|
147
|
-
(h(!0), p(
|
|
147
|
+
(h(!0), p(Je, null, Qe(H.value, (t, x) => (h(), p("button", {
|
|
148
148
|
key: x,
|
|
149
149
|
type: "button",
|
|
150
150
|
class: s(e(i).e("shortcut")),
|
|
151
|
-
onClick: (N) => e(
|
|
152
|
-
}, _(t.text), 11,
|
|
151
|
+
onClick: (N) => e(we)(t)
|
|
152
|
+
}, _(t.text), 11, la))), 128))
|
|
153
153
|
], 2)) : C("", !0),
|
|
154
154
|
c("div", {
|
|
155
155
|
class: s(e(i).e("body"))
|
|
@@ -169,7 +169,7 @@ const aa = ["onClick"], la = ["disabled"], ta = ["disabled"], na = ["disabled"],
|
|
|
169
169
|
disabled: e(P).selecting,
|
|
170
170
|
placeholder: "开始日期",
|
|
171
171
|
class: s(e(m).e("editor")),
|
|
172
|
-
"model-value":
|
|
172
|
+
"model-value": Ve.value,
|
|
173
173
|
"validate-event": !1,
|
|
174
174
|
onInput: a[0] || (a[0] = (t) => ne(t, "min")),
|
|
175
175
|
onChange: a[1] || (a[1] = (t) => oe(t, "min"))
|
|
@@ -183,7 +183,7 @@ const aa = ["onClick"], la = ["disabled"], ta = ["disabled"], na = ["disabled"],
|
|
|
183
183
|
class: s(e(m).e("editor")),
|
|
184
184
|
disabled: e(P).selecting,
|
|
185
185
|
placeholder: "开始时间",
|
|
186
|
-
"model-value":
|
|
186
|
+
"model-value": Me.value,
|
|
187
187
|
"validate-event": !1,
|
|
188
188
|
onFocus: a[2] || (a[2] = (t) => I.value = !0),
|
|
189
189
|
onInput: a[3] || (a[3] = (t) => re(t, "min")),
|
|
@@ -195,10 +195,10 @@ const aa = ["onClick"], la = ["disabled"], ta = ["disabled"], na = ["disabled"],
|
|
|
195
195
|
"datetime-role": "start",
|
|
196
196
|
"time-arrow-control": e(G),
|
|
197
197
|
"parsed-value": n.value,
|
|
198
|
-
onPick:
|
|
198
|
+
onPick: Ue
|
|
199
199
|
}, null, 8, ["visible", "format", "time-arrow-control", "parsed-value"])
|
|
200
200
|
], 2)), [
|
|
201
|
-
[e(me),
|
|
201
|
+
[e(me), Ee]
|
|
202
202
|
])
|
|
203
203
|
], 2),
|
|
204
204
|
c("span", null, [
|
|
@@ -215,7 +215,7 @@ const aa = ["onClick"], la = ["disabled"], ta = ["disabled"], na = ["disabled"],
|
|
|
215
215
|
class: s(e(m).e("editor")),
|
|
216
216
|
disabled: e(P).selecting,
|
|
217
217
|
placeholder: "结束日期",
|
|
218
|
-
"model-value":
|
|
218
|
+
"model-value": Te.value,
|
|
219
219
|
readonly: !e(r),
|
|
220
220
|
"validate-event": !1,
|
|
221
221
|
onInput: a[5] || (a[5] = (t) => ne(t, "max")),
|
|
@@ -230,7 +230,7 @@ const aa = ["onClick"], la = ["disabled"], ta = ["disabled"], na = ["disabled"],
|
|
|
230
230
|
class: s(e(m).e("editor")),
|
|
231
231
|
disabled: e(P).selecting,
|
|
232
232
|
placeholder: "结束时间",
|
|
233
|
-
"model-value":
|
|
233
|
+
"model-value": De.value,
|
|
234
234
|
readonly: !e(r),
|
|
235
235
|
"validate-event": !1,
|
|
236
236
|
onFocus: a[7] || (a[7] = (t) => e(r) && (S.value = !0)),
|
|
@@ -243,10 +243,10 @@ const aa = ["onClick"], la = ["disabled"], ta = ["disabled"], na = ["disabled"],
|
|
|
243
243
|
format: $.value,
|
|
244
244
|
"time-arrow-control": e(G),
|
|
245
245
|
"parsed-value": o.value,
|
|
246
|
-
onPick:
|
|
246
|
+
onPick: Le
|
|
247
247
|
}, null, 8, ["visible", "format", "time-arrow-control", "parsed-value"])
|
|
248
248
|
], 2)), [
|
|
249
|
-
[e(me),
|
|
249
|
+
[e(me), Ae]
|
|
250
250
|
])
|
|
251
251
|
], 2)
|
|
252
252
|
], 2)) : C("", !0),
|
|
@@ -259,14 +259,14 @@ const aa = ["onClick"], la = ["disabled"], ta = ["disabled"], na = ["disabled"],
|
|
|
259
259
|
c("button", {
|
|
260
260
|
type: "button",
|
|
261
261
|
class: s([e(i).e("icon-btn"), "d-arrow-left"]),
|
|
262
|
-
onClick:
|
|
262
|
+
onClick: Ie
|
|
263
263
|
}, [
|
|
264
264
|
d(e(b), { icon: "icon-d-arrow-left" })
|
|
265
265
|
], 2),
|
|
266
266
|
c("button", {
|
|
267
267
|
type: "button",
|
|
268
268
|
class: s([e(i).e("icon-btn"), "arrow-left"]),
|
|
269
|
-
onClick:
|
|
269
|
+
onClick: Se
|
|
270
270
|
}, [
|
|
271
271
|
d(e(b), { icon: "icon-arrow-left" })
|
|
272
272
|
], 2),
|
|
@@ -275,10 +275,10 @@ const aa = ["onClick"], la = ["disabled"], ta = ["disabled"], na = ["disabled"],
|
|
|
275
275
|
type: "button",
|
|
276
276
|
disabled: !z.value,
|
|
277
277
|
class: s([[e(i).e("icon-btn"), { "is-disabled": !z.value }], "d-arrow-right"]),
|
|
278
|
-
onClick:
|
|
278
|
+
onClick: Be
|
|
279
279
|
}, [
|
|
280
280
|
d(e(b), { icon: "icon-d-arrow-right" })
|
|
281
|
-
], 10,
|
|
281
|
+
], 10, ta)) : C("", !0),
|
|
282
282
|
l.unlinkPanels ? (h(), p("button", {
|
|
283
283
|
key: 1,
|
|
284
284
|
type: "button",
|
|
@@ -287,11 +287,11 @@ const aa = ["onClick"], la = ["disabled"], ta = ["disabled"], na = ["disabled"],
|
|
|
287
287
|
e(i).e("icon-btn"),
|
|
288
288
|
{ "is-disabled": !Y.value }
|
|
289
289
|
], "arrow-right"]),
|
|
290
|
-
onClick:
|
|
290
|
+
onClick: Ye
|
|
291
291
|
}, [
|
|
292
292
|
d(e(b), { icon: "icon-arrow-right" })
|
|
293
|
-
], 10,
|
|
294
|
-
c("div", null, _(
|
|
293
|
+
], 10, na)) : C("", !0),
|
|
294
|
+
c("div", null, _(Pe.value), 1)
|
|
295
295
|
], 2),
|
|
296
296
|
d(be, {
|
|
297
297
|
"selection-mode": "range",
|
|
@@ -317,10 +317,10 @@ const aa = ["onClick"], la = ["disabled"], ta = ["disabled"], na = ["disabled"],
|
|
|
317
317
|
type: "button",
|
|
318
318
|
disabled: !z.value,
|
|
319
319
|
class: s([[e(i).e("icon-btn"), { "is-disabled": !z.value }], "d-arrow-left"]),
|
|
320
|
-
onClick:
|
|
320
|
+
onClick: ze
|
|
321
321
|
}, [
|
|
322
322
|
d(e(b), { icon: "icon-d-arrow-left" })
|
|
323
|
-
], 10,
|
|
323
|
+
], 10, oa)) : C("", !0),
|
|
324
324
|
l.unlinkPanels ? (h(), p("button", {
|
|
325
325
|
key: 1,
|
|
326
326
|
type: "button",
|
|
@@ -329,25 +329,25 @@ const aa = ["onClick"], la = ["disabled"], ta = ["disabled"], na = ["disabled"],
|
|
|
329
329
|
e(i).e("icon-btn"),
|
|
330
330
|
{ "is-disabled": !Y.value }
|
|
331
331
|
], "arrow-left"]),
|
|
332
|
-
onClick:
|
|
332
|
+
onClick: Re
|
|
333
333
|
}, [
|
|
334
334
|
d(e(b), { icon: "icon-arrow-left" })
|
|
335
|
-
], 10,
|
|
335
|
+
], 10, ra)) : C("", !0),
|
|
336
336
|
c("button", {
|
|
337
337
|
type: "button",
|
|
338
338
|
class: s([e(i).e("icon-btn"), "d-arrow-right"]),
|
|
339
|
-
onClick:
|
|
339
|
+
onClick: $e
|
|
340
340
|
}, [
|
|
341
341
|
d(e(b), { icon: "icon-d-arrow-right" })
|
|
342
342
|
], 2),
|
|
343
343
|
c("button", {
|
|
344
344
|
type: "button",
|
|
345
345
|
class: s([e(i).e("icon-btn"), "arrow-right"]),
|
|
346
|
-
onClick:
|
|
346
|
+
onClick: Ne
|
|
347
347
|
}, [
|
|
348
348
|
d(e(b), { icon: "icon-arrow-right" })
|
|
349
349
|
], 2),
|
|
350
|
-
c("div", null, _(
|
|
350
|
+
c("div", null, _(xe.value), 1)
|
|
351
351
|
], 2),
|
|
352
352
|
d(be, {
|
|
353
353
|
"selection-mode": "range",
|
|
@@ -368,7 +368,7 @@ const aa = ["onClick"], la = ["disabled"], ta = ["disabled"], na = ["disabled"],
|
|
|
368
368
|
key: 0,
|
|
369
369
|
class: s(e(i).e("footer"))
|
|
370
370
|
}, [
|
|
371
|
-
e(
|
|
371
|
+
e(Ce) ? (h(), We(e(he), {
|
|
372
372
|
key: 0,
|
|
373
373
|
text: "",
|
|
374
374
|
size: "small",
|
|
@@ -384,7 +384,7 @@ const aa = ["onClick"], la = ["disabled"], ta = ["disabled"], na = ["disabled"],
|
|
|
384
384
|
plain: "",
|
|
385
385
|
size: "small",
|
|
386
386
|
class: s(e(i).e("link-btn")),
|
|
387
|
-
disabled:
|
|
387
|
+
disabled: Fe.value,
|
|
388
388
|
onClick: a[10] || (a[10] = (t) => e(W)(!1))
|
|
389
389
|
}, {
|
|
390
390
|
default: ve(() => [
|
|
@@ -397,5 +397,5 @@ const aa = ["onClick"], la = ["disabled"], ta = ["disabled"], na = ["disabled"],
|
|
|
397
397
|
}
|
|
398
398
|
});
|
|
399
399
|
export {
|
|
400
|
-
|
|
400
|
+
Ca as default
|
|
401
401
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { Dayjs } from 'dayjs';
|
|
2
2
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
3
|
-
unlinkPanels: BooleanConstructor;
|
|
4
|
-
parsedValue: {
|
|
3
|
+
readonly unlinkPanels: BooleanConstructor;
|
|
4
|
+
readonly parsedValue: {
|
|
5
5
|
readonly type: globalThis.PropType<Dayjs[]>;
|
|
6
6
|
readonly required: false;
|
|
7
7
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
@@ -9,16 +9,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
9
9
|
};
|
|
10
10
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
11
11
|
[x: string]: (...args: any[]) => void;
|
|
12
|
-
}, string, import("vue").
|
|
13
|
-
unlinkPanels: BooleanConstructor;
|
|
14
|
-
parsedValue: {
|
|
12
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
13
|
+
readonly unlinkPanels: BooleanConstructor;
|
|
14
|
+
readonly parsedValue: {
|
|
15
15
|
readonly type: globalThis.PropType<Dayjs[]>;
|
|
16
16
|
readonly required: false;
|
|
17
17
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
18
18
|
__epPropKey: true;
|
|
19
19
|
};
|
|
20
20
|
}>>, {
|
|
21
|
-
unlinkPanels: boolean;
|
|
21
|
+
readonly unlinkPanels: boolean;
|
|
22
22
|
}, {}>, {
|
|
23
23
|
sidebar?(_: {
|
|
24
24
|
class: string;
|
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
import { defineComponent as I, ref as C, inject as
|
|
1
|
+
import { defineComponent as I, ref as C, inject as ee, toRef as L, computed as j, openBlock as i, createElementBlock as d, normalizeClass as a, unref as e, createElementVNode as l, renderSlot as te, Fragment as ne, renderList as ae, toDisplayString as P, createCommentVNode as y, createVNode as c } from "vue";
|
|
2
2
|
import { VftIcon as h } from "../../icon/index.js";
|
|
3
3
|
import z from "dayjs";
|
|
4
|
-
import { useMonthRangeHeader as
|
|
5
|
-
import { useRangePicker as
|
|
6
|
-
import { panelMonthRangeProps as
|
|
4
|
+
import { useMonthRangeHeader as oe } from "../composables/use-month-range-header.js";
|
|
5
|
+
import { useRangePicker as re } from "../composables/use-range-picker.js";
|
|
6
|
+
import { panelMonthRangeProps as le, panelMonthRangeEmits as se } from "../props/panel-month-range.js";
|
|
7
7
|
import A from "./basic-month-table.vue2.js";
|
|
8
|
-
const
|
|
8
|
+
const ie = ["onClick"], de = ["disabled"], ce = ["disabled"], k = "year", ue = I({
|
|
9
9
|
name: "DatePickerMonthRange"
|
|
10
|
-
}),
|
|
11
|
-
...
|
|
12
|
-
props:
|
|
13
|
-
emits:
|
|
10
|
+
}), Ce = /* @__PURE__ */ I({
|
|
11
|
+
...ue,
|
|
12
|
+
props: le,
|
|
13
|
+
emits: se,
|
|
14
14
|
setup(T, { emit: F }) {
|
|
15
|
-
const g = T, S = C("zh-cn"), w =
|
|
15
|
+
const g = T, H = F, S = C("zh-cn"), w = ee("EP_PICKER_BASE"), { shortcuts: R, disabledDate: Y, format: K } = w.props, q = L(w.props, "defaultValue"), p = C(z().locale(S.value)), u = C(z().locale(S.value).add(1, k)), {
|
|
16
16
|
minDate: b,
|
|
17
17
|
maxDate: f,
|
|
18
18
|
rangeState: _,
|
|
19
19
|
ppNs: o,
|
|
20
20
|
drpNs: m,
|
|
21
21
|
handleChangeRange: N,
|
|
22
|
-
handleRangeConfirm:
|
|
23
|
-
handleShortcutClick:
|
|
22
|
+
handleRangeConfirm: G,
|
|
23
|
+
handleShortcutClick: J,
|
|
24
24
|
onSelect: V
|
|
25
|
-
} =
|
|
26
|
-
defaultValue:
|
|
25
|
+
} = re(g, {
|
|
26
|
+
defaultValue: q,
|
|
27
27
|
leftDate: p,
|
|
28
28
|
rightDate: u,
|
|
29
29
|
unit: k,
|
|
30
|
-
onParsedValueChanged:
|
|
30
|
+
onParsedValueChanged: Z
|
|
31
31
|
}), x = j(() => !!R.length), {
|
|
32
32
|
leftPrevYear: D,
|
|
33
33
|
rightNextYear: E,
|
|
34
34
|
leftNextYear: B,
|
|
35
35
|
rightPrevYear: M,
|
|
36
|
-
leftLabel:
|
|
37
|
-
rightLabel:
|
|
38
|
-
leftYear:
|
|
39
|
-
rightYear:
|
|
40
|
-
} =
|
|
36
|
+
leftLabel: O,
|
|
37
|
+
rightLabel: Q,
|
|
38
|
+
leftYear: U,
|
|
39
|
+
rightYear: W
|
|
40
|
+
} = oe({
|
|
41
41
|
unlinkPanels: L(g, "unlinkPanels"),
|
|
42
42
|
leftDate: p,
|
|
43
43
|
rightDate: u
|
|
44
|
-
}), v = j(() => g.unlinkPanels &&
|
|
44
|
+
}), v = j(() => g.unlinkPanels && W.value > U.value + 1), $ = (r, t = !0) => {
|
|
45
45
|
const n = r.minDate, s = r.maxDate;
|
|
46
|
-
f.value === s && b.value === n || (f.value = s, b.value = n, t &&
|
|
47
|
-
},
|
|
48
|
-
function
|
|
46
|
+
f.value === s && b.value === n || (f.value = s, b.value = n, t && G());
|
|
47
|
+
}, X = (r) => r.map((t) => t.format(K));
|
|
48
|
+
function Z(r, t) {
|
|
49
49
|
if (g.unlinkPanels && t) {
|
|
50
50
|
const n = (r == null ? void 0 : r.year()) || 0, s = t.year();
|
|
51
51
|
u.value = n === s ? t.add(1, k) : t;
|
|
52
52
|
} else
|
|
53
53
|
u.value = p.value.add(1, k);
|
|
54
54
|
}
|
|
55
|
-
return
|
|
55
|
+
return H("set-picker-option", ["formatToString", X]), (r, t) => (i(), d("div", {
|
|
56
56
|
class: a([
|
|
57
57
|
e(o).b(),
|
|
58
58
|
e(m).b(),
|
|
@@ -64,19 +64,19 @@ const se = ["onClick"], ie = ["disabled"], de = ["disabled"], k = "year", ce = I
|
|
|
64
64
|
l("div", {
|
|
65
65
|
class: a(e(o).e("body-wrapper"))
|
|
66
66
|
}, [
|
|
67
|
-
|
|
67
|
+
te(r.$slots, "sidebar", {
|
|
68
68
|
class: a(e(o).e("sidebar"))
|
|
69
69
|
}),
|
|
70
70
|
x.value ? (i(), d("div", {
|
|
71
71
|
key: 0,
|
|
72
72
|
class: a(e(o).e("sidebar"))
|
|
73
73
|
}, [
|
|
74
|
-
(i(!0), d(
|
|
74
|
+
(i(!0), d(ne, null, ae(e(R), (n, s) => (i(), d("button", {
|
|
75
75
|
key: s,
|
|
76
76
|
type: "button",
|
|
77
77
|
class: a(e(o).e("shortcut")),
|
|
78
|
-
onClick: (
|
|
79
|
-
}, P(n.text), 11,
|
|
78
|
+
onClick: (me) => e(J)(n)
|
|
79
|
+
}, P(n.text), 11, ie))), 128))
|
|
80
80
|
], 2)) : y("", !0),
|
|
81
81
|
l("div", {
|
|
82
82
|
class: a(e(o).e("body"))
|
|
@@ -107,8 +107,8 @@ const se = ["onClick"], ie = ["disabled"], de = ["disabled"], k = "year", ce = I
|
|
|
107
107
|
(...n) => e(B) && e(B)(...n))
|
|
108
108
|
}, [
|
|
109
109
|
c(e(h), { icon: "icon-d-arrow-right" })
|
|
110
|
-
], 10,
|
|
111
|
-
l("div", null, P(e(
|
|
110
|
+
], 10, de)) : y("", !0),
|
|
111
|
+
l("div", null, P(e(O)), 1)
|
|
112
112
|
], 2),
|
|
113
113
|
c(A, {
|
|
114
114
|
"selection-mode": "range",
|
|
@@ -137,7 +137,7 @@ const se = ["onClick"], ie = ["disabled"], de = ["disabled"], k = "year", ce = I
|
|
|
137
137
|
(...n) => e(M) && e(M)(...n))
|
|
138
138
|
}, [
|
|
139
139
|
c(e(h), { icon: "icon-d-arrow-left" })
|
|
140
|
-
], 10,
|
|
140
|
+
], 10, ce)) : y("", !0),
|
|
141
141
|
l("button", {
|
|
142
142
|
type: "button",
|
|
143
143
|
class: a([e(o).e("icon-btn"), "d-arrow-right"]),
|
|
@@ -146,7 +146,7 @@ const se = ["onClick"], ie = ["disabled"], de = ["disabled"], k = "year", ce = I
|
|
|
146
146
|
}, [
|
|
147
147
|
c(e(h), { icon: "icon-d-arrow-right" })
|
|
148
148
|
], 2),
|
|
149
|
-
l("div", null, P(e(
|
|
149
|
+
l("div", null, P(e(Q)), 1)
|
|
150
150
|
], 2),
|
|
151
151
|
c(A, {
|
|
152
152
|
"selection-mode": "range",
|
|
@@ -166,5 +166,5 @@ const se = ["onClick"], ie = ["disabled"], de = ["disabled"], k = "year", ce = I
|
|
|
166
166
|
}
|
|
167
167
|
});
|
|
168
168
|
export {
|
|
169
|
-
|
|
169
|
+
Ce as default
|
|
170
170
|
};
|
|
@@ -59,7 +59,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
59
59
|
readonly readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
60
60
|
readonly disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
61
61
|
readonly placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
62
|
-
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) =>
|
|
62
|
+
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => any) | (() => Options) | {
|
|
63
|
+
(): Options;
|
|
64
|
+
new (): any;
|
|
65
|
+
readonly prototype: any;
|
|
66
|
+
} | ((new (...args: any[]) => any) | (() => Options) | {
|
|
67
|
+
(): Options;
|
|
68
|
+
new (): any;
|
|
69
|
+
readonly prototype: any;
|
|
70
|
+
})[], unknown, unknown, () => {}, boolean>;
|
|
63
71
|
readonly modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("vft/es/components/time-picker").DateModelType, import("vft/es/components/time-picker").DateModelType]) | (() => import("vft/es/components/time-picker").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("vft/es/components/time-picker").DateModelType, import("vft/es/components/time-picker").DateModelType]) | (() => import("vft/es/components/time-picker").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
64
72
|
readonly rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
65
73
|
readonly startPlaceholder: StringConstructor;
|
|
@@ -77,7 +85,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
77
85
|
__epPropKey: true;
|
|
78
86
|
};
|
|
79
87
|
readonly isRange: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
80
|
-
}, () =>
|
|
88
|
+
}, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
81
89
|
readonly type: import("../../utils").EpPropFinalized<(new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType) | ((new (...args: any[]) => "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange") | (() => import("./date-picker.type").IDatePickerType))[], unknown, unknown, "date", boolean>;
|
|
82
90
|
readonly disabledDate: {
|
|
83
91
|
readonly type: globalThis.PropType<Function>;
|
|
@@ -138,7 +146,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
138
146
|
readonly readonly: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
139
147
|
readonly disabled: import("../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
140
148
|
readonly placeholder: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
141
|
-
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) =>
|
|
149
|
+
readonly popperOptions: import("../../utils").EpPropFinalized<(new (...args: any[]) => any) | (() => Options) | {
|
|
150
|
+
(): Options;
|
|
151
|
+
new (): any;
|
|
152
|
+
readonly prototype: any;
|
|
153
|
+
} | ((new (...args: any[]) => any) | (() => Options) | {
|
|
154
|
+
(): Options;
|
|
155
|
+
new (): any;
|
|
156
|
+
readonly prototype: any;
|
|
157
|
+
})[], unknown, unknown, () => {}, boolean>;
|
|
142
158
|
readonly modelValue: import("../../utils").EpPropFinalized<(new (...args: any[]) => string | number | Date | [import("vft/es/components/time-picker").DateModelType, import("vft/es/components/time-picker").DateModelType]) | (() => import("vft/es/components/time-picker").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("vft/es/components/time-picker").DateModelType, import("vft/es/components/time-picker").DateModelType]) | (() => import("vft/es/components/time-picker").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
143
159
|
readonly rangeSeparator: import("../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
144
160
|
readonly startPlaceholder: StringConstructor;
|
|
@@ -165,13 +181,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
165
181
|
readonly modelValue: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number | Date | [import("vft/es/components/time-picker").DateModelType, import("vft/es/components/time-picker").DateModelType]) | (() => import("vft/es/components/time-picker").ModelValueType) | ((new (...args: any[]) => string | number | Date | [import("vft/es/components/time-picker").DateModelType, import("vft/es/components/time-picker").DateModelType]) | (() => import("vft/es/components/time-picker").ModelValueType))[], unknown, unknown>;
|
|
166
182
|
readonly readonly: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
167
183
|
readonly disabled: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
184
|
+
readonly tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
168
185
|
readonly placeholder: string;
|
|
169
186
|
readonly clearable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
170
187
|
readonly prefixIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
171
188
|
readonly clearIcon: import("../../utils").EpPropMergeType<(new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component) | ((new (...args: any[]) => (string | globalThis.Component) & {}) | (() => string | globalThis.Component))[], unknown, unknown>;
|
|
172
|
-
readonly tabindex: import("../../utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
|
|
173
189
|
readonly validateEvent: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
174
|
-
readonly popperOptions:
|
|
190
|
+
readonly popperOptions: any;
|
|
175
191
|
readonly popperClass: string;
|
|
176
192
|
readonly editable: import("../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
177
193
|
readonly rangeSeparator: string;
|