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,95 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
};
|
|
17
|
-
onChange: {
|
|
18
|
-
type: globalThis.PropType<(uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
|
|
19
|
-
};
|
|
20
|
-
onError: {
|
|
21
|
-
type: globalThis.PropType<(error: Error, uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
|
|
22
|
-
};
|
|
23
|
-
onProgress: {
|
|
24
|
-
type: globalThis.PropType<(evt: import("./types").UploadProgressEvent, uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
|
|
25
|
-
};
|
|
26
|
-
disabled: {
|
|
27
|
-
type: globalThis.PropType<boolean>;
|
|
28
|
-
};
|
|
29
|
-
multiple: {
|
|
30
|
-
type: globalThis.PropType<boolean>;
|
|
31
|
-
default: boolean;
|
|
32
|
-
};
|
|
33
|
-
method: {
|
|
34
|
-
type: globalThis.PropType<string>;
|
|
35
|
-
default: string;
|
|
36
|
-
};
|
|
37
|
-
headers: {
|
|
38
|
-
type: globalThis.PropType<Record<string, any> | Headers>;
|
|
39
|
-
};
|
|
40
|
-
action: {
|
|
41
|
-
type: globalThis.PropType<string>;
|
|
42
|
-
default: string;
|
|
43
|
-
};
|
|
44
|
-
accept: {
|
|
45
|
-
type: globalThis.PropType<string>;
|
|
46
|
-
default: string;
|
|
47
|
-
};
|
|
48
|
-
withCredentials: {
|
|
49
|
-
type: globalThis.PropType<boolean>;
|
|
50
|
-
};
|
|
51
|
-
showFileList: {
|
|
52
|
-
type: globalThis.PropType<boolean>;
|
|
53
|
-
default: boolean;
|
|
54
|
-
};
|
|
55
|
-
fileList: {
|
|
56
|
-
type: globalThis.PropType<import("./types").UploadUserFile[]>;
|
|
57
|
-
default: never[];
|
|
58
|
-
};
|
|
59
|
-
autoUpload: {
|
|
60
|
-
type: globalThis.PropType<boolean>;
|
|
61
|
-
default: boolean;
|
|
62
|
-
};
|
|
63
|
-
listType: {
|
|
64
|
-
type: globalThis.PropType<import("./types").ListType>;
|
|
65
|
-
default: string;
|
|
66
|
-
};
|
|
67
|
-
httpRequest: {
|
|
68
|
-
type: globalThis.PropType<import("./types").UploadRequestHandler>;
|
|
69
|
-
default: import("./types").UploadRequestHandler;
|
|
70
|
-
};
|
|
71
|
-
limit: {
|
|
72
|
-
type: globalThis.PropType<number>;
|
|
73
|
-
};
|
|
74
|
-
beforeUpload: {
|
|
75
|
-
type: globalThis.PropType<(rawFile: import("./types").UploadRawFile) => import("../types").Awaitable<boolean | void | Blob | File | null | undefined>>;
|
|
76
|
-
};
|
|
77
|
-
onRemove: {
|
|
78
|
-
type: globalThis.PropType<(uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
|
|
79
|
-
};
|
|
80
|
-
onSuccess: {
|
|
81
|
-
type: globalThis.PropType<(response: any, uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
|
|
82
|
-
};
|
|
83
|
-
onExceed: {
|
|
84
|
-
type: globalThis.PropType<(files: File[], uploadFiles: import("./types").UploadUserFile[]) => void>;
|
|
85
|
-
};
|
|
86
|
-
beforeRemove: {
|
|
87
|
-
type: globalThis.PropType<(uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => import("../types").Awaitable<boolean>>;
|
|
88
|
-
};
|
|
89
|
-
onPreview: {
|
|
90
|
-
type: globalThis.PropType<(uploadFile: import("./types").UploadFile) => void>;
|
|
91
|
-
};
|
|
92
|
-
}, {
|
|
1
|
+
import type { UploadProps } from './types';
|
|
2
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UploadProps>, {
|
|
3
|
+
action: string;
|
|
4
|
+
method: string;
|
|
5
|
+
multiple: boolean;
|
|
6
|
+
name: string;
|
|
7
|
+
drag: boolean;
|
|
8
|
+
showFileList: boolean;
|
|
9
|
+
accept: string;
|
|
10
|
+
type: string;
|
|
11
|
+
autoUpload: boolean;
|
|
12
|
+
listType: string;
|
|
13
|
+
httpRequest: import("./types").UploadRequestHandler;
|
|
14
|
+
fileList: never[];
|
|
15
|
+
}>, {
|
|
93
16
|
/** @description cancel upload request */
|
|
94
17
|
abort: (file: import("./types").UploadFile) => void;
|
|
95
18
|
/** @description upload the file list manually */
|
|
@@ -100,101 +23,23 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
100
23
|
handleStart: (rawFile: import("./types").UploadRawFile) => void;
|
|
101
24
|
/** @description remove the file manually */
|
|
102
25
|
handleRemove: (file: import("./types").UploadFile | import("./types").UploadRawFile, rawFile?: import("./types").UploadRawFile | undefined) => void;
|
|
103
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
name: {
|
|
108
|
-
type: globalThis.PropType<string>;
|
|
109
|
-
default: string;
|
|
110
|
-
};
|
|
111
|
-
type: {
|
|
112
|
-
type: globalThis.PropType<string>;
|
|
113
|
-
default: string;
|
|
114
|
-
};
|
|
115
|
-
drag: {
|
|
116
|
-
type: globalThis.PropType<boolean>;
|
|
117
|
-
default: boolean;
|
|
118
|
-
};
|
|
119
|
-
onChange: {
|
|
120
|
-
type: globalThis.PropType<(uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
|
|
121
|
-
};
|
|
122
|
-
onError: {
|
|
123
|
-
type: globalThis.PropType<(error: Error, uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
|
|
124
|
-
};
|
|
125
|
-
onProgress: {
|
|
126
|
-
type: globalThis.PropType<(evt: import("./types").UploadProgressEvent, uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
|
|
127
|
-
};
|
|
128
|
-
disabled: {
|
|
129
|
-
type: globalThis.PropType<boolean>;
|
|
130
|
-
};
|
|
131
|
-
multiple: {
|
|
132
|
-
type: globalThis.PropType<boolean>;
|
|
133
|
-
default: boolean;
|
|
134
|
-
};
|
|
135
|
-
method: {
|
|
136
|
-
type: globalThis.PropType<string>;
|
|
137
|
-
default: string;
|
|
138
|
-
};
|
|
139
|
-
headers: {
|
|
140
|
-
type: globalThis.PropType<Record<string, any> | Headers>;
|
|
141
|
-
};
|
|
142
|
-
action: {
|
|
143
|
-
type: globalThis.PropType<string>;
|
|
144
|
-
default: string;
|
|
145
|
-
};
|
|
146
|
-
accept: {
|
|
147
|
-
type: globalThis.PropType<string>;
|
|
148
|
-
default: string;
|
|
149
|
-
};
|
|
150
|
-
withCredentials: {
|
|
151
|
-
type: globalThis.PropType<boolean>;
|
|
152
|
-
};
|
|
153
|
-
showFileList: {
|
|
154
|
-
type: globalThis.PropType<boolean>;
|
|
155
|
-
default: boolean;
|
|
156
|
-
};
|
|
157
|
-
fileList: {
|
|
158
|
-
type: globalThis.PropType<import("./types").UploadUserFile[]>;
|
|
159
|
-
default: never[];
|
|
160
|
-
};
|
|
161
|
-
autoUpload: {
|
|
162
|
-
type: globalThis.PropType<boolean>;
|
|
163
|
-
default: boolean;
|
|
164
|
-
};
|
|
165
|
-
listType: {
|
|
166
|
-
type: globalThis.PropType<import("./types").ListType>;
|
|
167
|
-
default: string;
|
|
168
|
-
};
|
|
169
|
-
httpRequest: {
|
|
170
|
-
type: globalThis.PropType<import("./types").UploadRequestHandler>;
|
|
171
|
-
default: import("./types").UploadRequestHandler;
|
|
172
|
-
};
|
|
173
|
-
limit: {
|
|
174
|
-
type: globalThis.PropType<number>;
|
|
175
|
-
};
|
|
176
|
-
beforeUpload: {
|
|
177
|
-
type: globalThis.PropType<(rawFile: import("./types").UploadRawFile) => import("../types").Awaitable<boolean | void | Blob | File | null | undefined>>;
|
|
178
|
-
};
|
|
179
|
-
onRemove: {
|
|
180
|
-
type: globalThis.PropType<(uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
|
|
181
|
-
};
|
|
182
|
-
onSuccess: {
|
|
183
|
-
type: globalThis.PropType<(response: any, uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => void>;
|
|
184
|
-
};
|
|
185
|
-
onExceed: {
|
|
186
|
-
type: globalThis.PropType<(files: File[], uploadFiles: import("./types").UploadUserFile[]) => void>;
|
|
187
|
-
};
|
|
188
|
-
beforeRemove: {
|
|
189
|
-
type: globalThis.PropType<(uploadFile: import("./types").UploadFile, uploadFiles: import("./types").UploadFiles) => import("../types").Awaitable<boolean>>;
|
|
190
|
-
};
|
|
191
|
-
onPreview: {
|
|
192
|
-
type: globalThis.PropType<(uploadFile: import("./types").UploadFile) => void>;
|
|
193
|
-
};
|
|
194
|
-
}>>, {
|
|
26
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<UploadProps>, {
|
|
27
|
+
action: string;
|
|
28
|
+
method: string;
|
|
29
|
+
multiple: boolean;
|
|
195
30
|
name: string;
|
|
31
|
+
drag: boolean;
|
|
32
|
+
showFileList: boolean;
|
|
33
|
+
accept: string;
|
|
196
34
|
type: string;
|
|
35
|
+
autoUpload: boolean;
|
|
36
|
+
listType: string;
|
|
37
|
+
httpRequest: import("./types").UploadRequestHandler;
|
|
38
|
+
fileList: never[];
|
|
39
|
+
}>>>, {
|
|
197
40
|
drag: boolean;
|
|
41
|
+
name: string;
|
|
42
|
+
type: string;
|
|
198
43
|
multiple: boolean;
|
|
199
44
|
method: string;
|
|
200
45
|
action: string;
|
|
@@ -206,13 +51,30 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
206
51
|
httpRequest: import("./types").UploadRequestHandler;
|
|
207
52
|
}, {}>, {
|
|
208
53
|
file?(_: {
|
|
209
|
-
file:
|
|
54
|
+
file: any;
|
|
210
55
|
}): any;
|
|
211
56
|
trigger?(_: {}): any;
|
|
212
57
|
default?(_: {}): any;
|
|
213
58
|
tip?(_: {}): any;
|
|
214
59
|
}>;
|
|
215
60
|
export default _default;
|
|
61
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
62
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
63
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
64
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
65
|
+
} : {
|
|
66
|
+
type: import('vue').PropType<T[K]>;
|
|
67
|
+
required: true;
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
type __VLS_WithDefaults<P, D> = {
|
|
71
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
72
|
+
default: D[K];
|
|
73
|
+
}> : P[K];
|
|
74
|
+
};
|
|
75
|
+
type __VLS_Prettify<T> = {
|
|
76
|
+
[K in keyof T]: T[K];
|
|
77
|
+
} & {};
|
|
216
78
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
217
79
|
new (): {
|
|
218
80
|
$slots: S;
|
|
@@ -1,17 +1,8 @@
|
|
|
1
1
|
import type { ShallowRef } from 'vue';
|
|
2
|
-
import type { UploadContentInstance, UploadFile,
|
|
2
|
+
import type { UploadContentInstance, UploadFile, UploadProps, UploadRawFile, UploadStatus } from './types';
|
|
3
3
|
export declare const useHandlers: (props: UploadProps, uploadRef: ShallowRef<UploadContentInstance | undefined>) => {
|
|
4
4
|
/** @description two-way binding ref from props `fileList` */
|
|
5
|
-
uploadFiles:
|
|
6
|
-
name: string;
|
|
7
|
-
percentage?: number | undefined;
|
|
8
|
-
status: UploadStatus;
|
|
9
|
-
size?: number | undefined;
|
|
10
|
-
response?: unknown;
|
|
11
|
-
uid: number;
|
|
12
|
-
url?: string | undefined;
|
|
13
|
-
raw?: UploadRawFile | undefined;
|
|
14
|
-
}[]> | globalThis.WritableComputedRef<UploadFiles>;
|
|
5
|
+
uploadFiles: any;
|
|
15
6
|
abort: (file: UploadFile) => void;
|
|
16
7
|
clearFiles: (states?: UploadStatus[]) => void;
|
|
17
8
|
handleError: (err: import("./ajax").UploadAjaxError, rawFile: UploadRawFile) => void;
|
|
@@ -15,7 +15,7 @@ export declare const VftVerifyCode: import("vft/es/utils").SFCWithInstall<import
|
|
|
15
15
|
[x: {
|
|
16
16
|
click: void;
|
|
17
17
|
} & string]: (...args: any[]) => void;
|
|
18
|
-
}, string, import("vue").
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
19
19
|
height: {
|
|
20
20
|
type: globalThis.PropType<number>;
|
|
21
21
|
};
|
|
@@ -33,7 +33,7 @@ function g(l, e, n) {
|
|
|
33
33
|
const s = a[o(0, a.length)];
|
|
34
34
|
f += s;
|
|
35
35
|
const i = o(18, 41), d = o(-30, 30);
|
|
36
|
-
t.font = `${i}px Simhei`, t.textBaseline = "top", t.fillStyle = c(80, 150), t.save(), t.translate(30 * r + 23, 15), t.rotate(d * Math.PI / 180), t.fillText(s, -
|
|
36
|
+
t.font = `${i}px Simhei`, t.textBaseline = "top", t.fillStyle = c(80, 150), t.save(), t.translate(30 * r + 23, 15), t.rotate(d * Math.PI / 180), t.fillText(s, -10, -15), t.restore();
|
|
37
37
|
}
|
|
38
38
|
for (let r = 0; r < 5; r += 1)
|
|
39
39
|
t.beginPath(), t.moveTo(o(0, e), o(0, n)), t.lineTo(o(0, e), o(0, n)), t.strokeStyle = c(180, 230), t.closePath(), t.stroke();
|
|
@@ -1,29 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
height
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
};
|
|
8
|
-
radius: {
|
|
9
|
-
type: globalThis.PropType<string | number>;
|
|
10
|
-
};
|
|
11
|
-
}, {
|
|
1
|
+
interface VerifyCodeProps {
|
|
2
|
+
height?: number;
|
|
3
|
+
width?: number;
|
|
4
|
+
radius?: number | string;
|
|
5
|
+
}
|
|
6
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<VerifyCodeProps>, {
|
|
12
7
|
getCode: () => void;
|
|
13
8
|
code: globalThis.Ref<string>;
|
|
14
9
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
15
10
|
[x: {
|
|
16
11
|
click: void;
|
|
17
12
|
} & string]: (...args: any[]) => void;
|
|
18
|
-
}, string, import("vue").
|
|
19
|
-
height: {
|
|
20
|
-
type: globalThis.PropType<number>;
|
|
21
|
-
};
|
|
22
|
-
width: {
|
|
23
|
-
type: globalThis.PropType<number>;
|
|
24
|
-
};
|
|
25
|
-
radius: {
|
|
26
|
-
type: globalThis.PropType<string | number>;
|
|
27
|
-
};
|
|
28
|
-
}>>, {}, {}>;
|
|
13
|
+
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<__VLS_TypePropsToRuntimeProps<VerifyCodeProps>>>, {}, {}>;
|
|
29
14
|
export default _default;
|
|
15
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
17
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
18
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
19
|
+
} : {
|
|
20
|
+
type: import('vue').PropType<T[K]>;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { defineComponent as r, computed as f, openBlock as
|
|
1
|
+
import { defineComponent as r, computed as f, openBlock as u, createElementBlock as p, normalizeStyle as d, createElementVNode as g, unref as k } from "vue";
|
|
2
2
|
import { addUnit as t } from "@vft/utils";
|
|
3
|
-
import
|
|
4
|
-
const
|
|
3
|
+
import y from "./useImageVerify.js";
|
|
4
|
+
const w = ["width", "height"], _ = r({
|
|
5
5
|
name: "vft-verify-code"
|
|
6
|
-
}),
|
|
7
|
-
...
|
|
6
|
+
}), E = /* @__PURE__ */ r({
|
|
7
|
+
..._,
|
|
8
8
|
props: {
|
|
9
9
|
height: { default: 40 },
|
|
10
10
|
width: { default: 150 },
|
|
@@ -12,30 +12,30 @@ const y = ["width", "height"], w = r({
|
|
|
12
12
|
},
|
|
13
13
|
emits: ["click"],
|
|
14
14
|
setup(i, { expose: n, emit: c }) {
|
|
15
|
-
const l = f(() => ({
|
|
15
|
+
const s = c, l = f(() => ({
|
|
16
16
|
width: t(i.width),
|
|
17
17
|
height: t(i.height)
|
|
18
|
-
})), { domRef:
|
|
19
|
-
o(),
|
|
18
|
+
})), { domRef: a, imgCode: h, getCode: o } = y(), m = () => {
|
|
19
|
+
o(), s("click");
|
|
20
20
|
};
|
|
21
21
|
return n({
|
|
22
22
|
getCode: o,
|
|
23
|
-
code:
|
|
24
|
-
}), (e,
|
|
23
|
+
code: h
|
|
24
|
+
}), (e, v) => (u(), p("div", {
|
|
25
25
|
style: d(l.value),
|
|
26
|
-
onClick:
|
|
26
|
+
onClick: m
|
|
27
27
|
}, [
|
|
28
|
-
|
|
28
|
+
g("canvas", {
|
|
29
29
|
ref_key: "domRef",
|
|
30
|
-
ref:
|
|
31
|
-
style: d({ borderRadius:
|
|
30
|
+
ref: a,
|
|
31
|
+
style: d({ borderRadius: k(t)(e.radius) }),
|
|
32
32
|
width: e.width,
|
|
33
33
|
height: e.height,
|
|
34
34
|
class: "cursor-pointer"
|
|
35
|
-
}, null, 12,
|
|
35
|
+
}, null, 12, w)
|
|
36
36
|
], 4));
|
|
37
37
|
}
|
|
38
38
|
});
|
|
39
39
|
export {
|
|
40
|
-
|
|
40
|
+
E as default
|
|
41
41
|
};
|
|
@@ -16,7 +16,7 @@ declare const createGrid: ({ name, clearCache, getColumnPosition, getColumnStart
|
|
|
16
16
|
};
|
|
17
17
|
readonly innerElement: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, ObjectConstructor], unknown, unknown, "div", boolean>;
|
|
18
18
|
readonly style: {
|
|
19
|
-
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | CSSProperties | StyleValue[]) | (() => StyleValue) | ((new (...args: any[]) => string | CSSProperties | StyleValue[]) | (() => StyleValue))[], unknown, unknown>>;
|
|
19
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | false | CSSProperties | StyleValue[]) | (() => StyleValue) | ((new (...args: any[]) => string | false | CSSProperties | StyleValue[]) | (() => StyleValue))[], unknown, unknown>>;
|
|
20
20
|
readonly required: false;
|
|
21
21
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
22
22
|
__epPropKey: true;
|
|
@@ -89,7 +89,7 @@ declare const createGrid: ({ name, clearCache, getColumnPosition, getColumnStart
|
|
|
89
89
|
readonly role: StringConstructor;
|
|
90
90
|
}, () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
91
91
|
[key: string]: any;
|
|
92
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "itemRendered")[], "scroll" | "itemRendered", import("vue").
|
|
92
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "itemRendered")[], "scroll" | "itemRendered", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
93
93
|
readonly className: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
94
94
|
readonly containerElement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | Element) | (() => string | Element) | ((new (...args: any[]) => string | Element) | (() => string | Element))[], unknown, unknown, "div", boolean>;
|
|
95
95
|
readonly data: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => [], boolean>;
|
|
@@ -102,7 +102,7 @@ declare const createGrid: ({ name, clearCache, getColumnPosition, getColumnStart
|
|
|
102
102
|
};
|
|
103
103
|
readonly innerElement: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, ObjectConstructor], unknown, unknown, "div", boolean>;
|
|
104
104
|
readonly style: {
|
|
105
|
-
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | CSSProperties | StyleValue[]) | (() => StyleValue) | ((new (...args: any[]) => string | CSSProperties | StyleValue[]) | (() => StyleValue))[], unknown, unknown>>;
|
|
105
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | false | CSSProperties | StyleValue[]) | (() => StyleValue) | ((new (...args: any[]) => string | false | CSSProperties | StyleValue[]) | (() => StyleValue))[], unknown, unknown>>;
|
|
106
106
|
readonly required: false;
|
|
107
107
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
108
108
|
__epPropKey: true;
|
|
@@ -14,7 +14,7 @@ declare const createList: ({ name, getOffset, getItemSize, getItemOffset, getEst
|
|
|
14
14
|
};
|
|
15
15
|
readonly innerElement: import("../../../utils").EpPropFinalized<readonly [StringConstructor, ObjectConstructor], unknown, unknown, "div", boolean>;
|
|
16
16
|
readonly style: {
|
|
17
|
-
readonly type: globalThis.PropType<import("../../../utils").EpPropMergeType<(new (...args: any[]) => string | CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
17
|
+
readonly type: globalThis.PropType<import("../../../utils").EpPropMergeType<(new (...args: any[]) => string | false | CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | false | CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
18
18
|
readonly required: false;
|
|
19
19
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
20
20
|
__epPropKey: true;
|
|
@@ -70,12 +70,12 @@ declare const createList: ({ name, getOffset, getItemSize, getItemOffset, getEst
|
|
|
70
70
|
};
|
|
71
71
|
clientSize: globalThis.ComputedRef<string | number | undefined>;
|
|
72
72
|
estimatedTotalSize: globalThis.ComputedRef<number>;
|
|
73
|
-
windowStyle: globalThis.ComputedRef<(string | CSSProperties | import("vue").StyleValue[] | {
|
|
73
|
+
windowStyle: globalThis.ComputedRef<(string | false | CSSProperties | import("vue").StyleValue[] | {
|
|
74
74
|
[x: string]: string;
|
|
75
75
|
position: string;
|
|
76
76
|
WebkitOverflowScrolling: string;
|
|
77
77
|
willChange: string;
|
|
78
|
-
} | undefined)[]>;
|
|
78
|
+
} | null | undefined)[]>;
|
|
79
79
|
windowRef: globalThis.Ref<HTMLElement | undefined>;
|
|
80
80
|
innerRef: globalThis.Ref<HTMLElement | undefined>;
|
|
81
81
|
innerStyle: globalThis.ComputedRef<{
|
|
@@ -100,7 +100,7 @@ declare const createList: ({ name, getOffset, getItemSize, getItemOffset, getEst
|
|
|
100
100
|
scrollTo: (offset: number) => void;
|
|
101
101
|
scrollToItem: (idx: number, alignment?: Alignment) => void;
|
|
102
102
|
resetScrollTop: () => void;
|
|
103
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "itemRendered")[], "scroll" | "itemRendered", import("vue").
|
|
103
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "itemRendered")[], "scroll" | "itemRendered", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
104
104
|
readonly className: import("../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
105
105
|
readonly containerElement: import("../../../utils").EpPropFinalized<(new (...args: any[]) => string | Element) | (() => string | Element) | ((new (...args: any[]) => string | Element) | (() => string | Element))[], unknown, unknown, "div", boolean>;
|
|
106
106
|
readonly data: import("../../../utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => [], boolean>;
|
|
@@ -113,7 +113,7 @@ declare const createList: ({ name, getOffset, getItemSize, getItemOffset, getEst
|
|
|
113
113
|
};
|
|
114
114
|
readonly innerElement: import("../../../utils").EpPropFinalized<readonly [StringConstructor, ObjectConstructor], unknown, unknown, "div", boolean>;
|
|
115
115
|
readonly style: {
|
|
116
|
-
readonly type: globalThis.PropType<import("../../../utils").EpPropMergeType<(new (...args: any[]) => string | CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
116
|
+
readonly type: globalThis.PropType<import("../../../utils").EpPropMergeType<(new (...args: any[]) => string | false | CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | false | CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
117
117
|
readonly required: false;
|
|
118
118
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
119
119
|
__epPropKey: true;
|
|
@@ -17,7 +17,7 @@ declare const DynamicSizeGrid: import("vue").DefineComponent<{
|
|
|
17
17
|
};
|
|
18
18
|
readonly innerElement: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, ObjectConstructor], unknown, unknown, "div", boolean>;
|
|
19
19
|
readonly style: {
|
|
20
|
-
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
20
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
21
21
|
readonly required: false;
|
|
22
22
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
23
23
|
__epPropKey: true;
|
|
@@ -90,7 +90,7 @@ declare const DynamicSizeGrid: import("vue").DefineComponent<{
|
|
|
90
90
|
readonly role: StringConstructor;
|
|
91
91
|
}, () => globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
92
92
|
[key: string]: any;
|
|
93
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "itemRendered")[], "scroll" | "itemRendered", import("vue").
|
|
93
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "itemRendered")[], "scroll" | "itemRendered", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
94
94
|
readonly className: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
95
95
|
readonly containerElement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | Element) | (() => string | Element) | ((new (...args: any[]) => string | Element) | (() => string | Element))[], unknown, unknown, "div", boolean>;
|
|
96
96
|
readonly data: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => [], boolean>;
|
|
@@ -103,7 +103,7 @@ declare const DynamicSizeGrid: import("vue").DefineComponent<{
|
|
|
103
103
|
};
|
|
104
104
|
readonly innerElement: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, ObjectConstructor], unknown, unknown, "div", boolean>;
|
|
105
105
|
readonly style: {
|
|
106
|
-
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
106
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
107
107
|
readonly required: false;
|
|
108
108
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
109
109
|
__epPropKey: true;
|
|
@@ -12,7 +12,7 @@ declare const DynamicSizeList: import("vue").DefineComponent<{
|
|
|
12
12
|
};
|
|
13
13
|
readonly innerElement: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, ObjectConstructor], unknown, unknown, "div", boolean>;
|
|
14
14
|
readonly style: {
|
|
15
|
-
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
15
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
16
16
|
readonly required: false;
|
|
17
17
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
18
18
|
__epPropKey: true;
|
|
@@ -68,12 +68,12 @@ declare const DynamicSizeList: import("vue").DefineComponent<{
|
|
|
68
68
|
};
|
|
69
69
|
clientSize: globalThis.ComputedRef<string | number | undefined>;
|
|
70
70
|
estimatedTotalSize: globalThis.ComputedRef<number>;
|
|
71
|
-
windowStyle: globalThis.ComputedRef<(string | import("vue").CSSProperties | import("vue").StyleValue[] | {
|
|
71
|
+
windowStyle: globalThis.ComputedRef<(string | false | import("vue").CSSProperties | import("vue").StyleValue[] | {
|
|
72
72
|
[x: string]: string;
|
|
73
73
|
position: string;
|
|
74
74
|
WebkitOverflowScrolling: string;
|
|
75
75
|
willChange: string;
|
|
76
|
-
} | undefined)[]>;
|
|
76
|
+
} | null | undefined)[]>;
|
|
77
77
|
windowRef: globalThis.Ref<HTMLElement | undefined>;
|
|
78
78
|
innerRef: globalThis.Ref<HTMLElement | undefined>;
|
|
79
79
|
innerStyle: globalThis.ComputedRef<{
|
|
@@ -98,7 +98,7 @@ declare const DynamicSizeList: import("vue").DefineComponent<{
|
|
|
98
98
|
scrollTo: (offset: number) => void;
|
|
99
99
|
scrollToItem: (idx: number, alignment?: import("../types").Alignment) => void;
|
|
100
100
|
resetScrollTop: () => void;
|
|
101
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "itemRendered")[], "scroll" | "itemRendered", import("vue").
|
|
101
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "itemRendered")[], "scroll" | "itemRendered", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
102
102
|
readonly className: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
103
103
|
readonly containerElement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | Element) | (() => string | Element) | ((new (...args: any[]) => string | Element) | (() => string | Element))[], unknown, unknown, "div", boolean>;
|
|
104
104
|
readonly data: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => [], boolean>;
|
|
@@ -111,7 +111,7 @@ declare const DynamicSizeList: import("vue").DefineComponent<{
|
|
|
111
111
|
};
|
|
112
112
|
readonly innerElement: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, ObjectConstructor], unknown, unknown, "div", boolean>;
|
|
113
113
|
readonly style: {
|
|
114
|
-
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
114
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
115
115
|
readonly required: false;
|
|
116
116
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
117
117
|
__epPropKey: true;
|
|
@@ -11,7 +11,7 @@ declare const FixedSizeGrid: import("vue").DefineComponent<{
|
|
|
11
11
|
};
|
|
12
12
|
readonly innerElement: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, ObjectConstructor], unknown, unknown, "div", boolean>;
|
|
13
13
|
readonly style: {
|
|
14
|
-
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
14
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
15
15
|
readonly required: false;
|
|
16
16
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
17
17
|
__epPropKey: true;
|
|
@@ -84,7 +84,7 @@ declare const FixedSizeGrid: import("vue").DefineComponent<{
|
|
|
84
84
|
readonly role: StringConstructor;
|
|
85
85
|
}, () => globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
86
86
|
[key: string]: any;
|
|
87
|
-
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "itemRendered")[], "scroll" | "itemRendered", import("vue").
|
|
87
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "itemRendered")[], "scroll" | "itemRendered", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
88
88
|
readonly className: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
89
89
|
readonly containerElement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | Element) | (() => string | Element) | ((new (...args: any[]) => string | Element) | (() => string | Element))[], unknown, unknown, "div", boolean>;
|
|
90
90
|
readonly data: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => [], boolean>;
|
|
@@ -97,7 +97,7 @@ declare const FixedSizeGrid: import("vue").DefineComponent<{
|
|
|
97
97
|
};
|
|
98
98
|
readonly innerElement: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, ObjectConstructor], unknown, unknown, "div", boolean>;
|
|
99
99
|
readonly style: {
|
|
100
|
-
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
100
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
101
101
|
readonly required: false;
|
|
102
102
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
103
103
|
__epPropKey: true;
|
|
@@ -11,7 +11,7 @@ declare const FixedSizeList: import("vue").DefineComponent<{
|
|
|
11
11
|
};
|
|
12
12
|
readonly innerElement: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, ObjectConstructor], unknown, unknown, "div", boolean>;
|
|
13
13
|
readonly style: {
|
|
14
|
-
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
14
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
15
15
|
readonly required: false;
|
|
16
16
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
17
17
|
__epPropKey: true;
|
|
@@ -67,12 +67,12 @@ declare const FixedSizeList: import("vue").DefineComponent<{
|
|
|
67
67
|
};
|
|
68
68
|
clientSize: globalThis.ComputedRef<string | number | undefined>;
|
|
69
69
|
estimatedTotalSize: globalThis.ComputedRef<number>;
|
|
70
|
-
windowStyle: globalThis.ComputedRef<(string | import("vue").CSSProperties | import("vue").StyleValue[] | {
|
|
70
|
+
windowStyle: globalThis.ComputedRef<(string | false | import("vue").CSSProperties | import("vue").StyleValue[] | {
|
|
71
71
|
[x: string]: string;
|
|
72
72
|
position: string;
|
|
73
73
|
WebkitOverflowScrolling: string;
|
|
74
74
|
willChange: string;
|
|
75
|
-
} | undefined)[]>;
|
|
75
|
+
} | null | undefined)[]>;
|
|
76
76
|
windowRef: globalThis.Ref<HTMLElement | undefined>;
|
|
77
77
|
innerRef: globalThis.Ref<HTMLElement | undefined>;
|
|
78
78
|
innerStyle: globalThis.ComputedRef<{
|
|
@@ -97,7 +97,7 @@ declare const FixedSizeList: import("vue").DefineComponent<{
|
|
|
97
97
|
scrollTo: (offset: number) => void;
|
|
98
98
|
scrollToItem: (idx: number, alignment?: import("..").Alignment) => void;
|
|
99
99
|
resetScrollTop: () => void;
|
|
100
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "itemRendered")[], "scroll" | "itemRendered", import("vue").
|
|
100
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "itemRendered")[], "scroll" | "itemRendered", import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
101
101
|
readonly className: import("vft/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
102
102
|
readonly containerElement: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => string | Element) | (() => string | Element) | ((new (...args: any[]) => string | Element) | (() => string | Element))[], unknown, unknown, "div", boolean>;
|
|
103
103
|
readonly data: import("vft/es/utils").EpPropFinalized<(new (...args: any[]) => any[]) | (() => any[]) | ((new (...args: any[]) => any[]) | (() => any[]))[], unknown, unknown, () => [], boolean>;
|
|
@@ -110,7 +110,7 @@ declare const FixedSizeList: import("vue").DefineComponent<{
|
|
|
110
110
|
};
|
|
111
111
|
readonly innerElement: import("vft/es/utils").EpPropFinalized<readonly [StringConstructor, ObjectConstructor], unknown, unknown, "div", boolean>;
|
|
112
112
|
readonly style: {
|
|
113
|
-
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
113
|
+
readonly type: globalThis.PropType<import("vft/es/utils").EpPropMergeType<(new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue))[], unknown, unknown>>;
|
|
114
114
|
readonly required: false;
|
|
115
115
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
116
116
|
__epPropKey: true;
|