beyond-webui 1.0.78 → 1.0.79
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/dist/index.full.js +6 -2
- package/dist/index.full.min.js +1 -1
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +1 -1
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +6 -2
- package/es/components/alert/index.d.ts +4 -4
- package/es/components/alert/src/alert.d.ts +1 -1
- package/es/components/alert/src/alert.vue.d.ts +4 -4
- package/es/components/autocomplete/index.d.ts +167 -167
- package/es/components/autocomplete/index.mjs +2 -2
- package/es/components/autocomplete/src/autocomplete.mjs +395 -88
- package/es/components/autocomplete/src/autocomplete.mjs.map +1 -1
- package/es/components/autocomplete/src/autocomplete.vue.d.ts +167 -167
- package/es/components/autocomplete/src/autocomplete2.mjs +88 -395
- package/es/components/autocomplete/src/autocomplete2.mjs.map +1 -1
- package/es/components/avatar/index.mjs +2 -2
- package/es/components/avatar/src/avatar.mjs +67 -32
- package/es/components/avatar/src/avatar.mjs.map +1 -1
- package/es/components/avatar/src/avatar2.mjs +32 -67
- package/es/components/avatar/src/avatar2.mjs.map +1 -1
- package/es/components/badge/index.d.ts +1 -1
- package/es/components/badge/index.mjs +2 -2
- package/es/components/badge/src/badge.mjs +17 -55
- package/es/components/badge/src/badge.mjs.map +1 -1
- package/es/components/badge/src/badge.vue.d.ts +1 -1
- package/es/components/badge/src/badge2.mjs +55 -17
- package/es/components/badge/src/badge2.mjs.map +1 -1
- package/es/components/breadcrumb/index.mjs +4 -4
- package/es/components/breadcrumb/src/breadcrumb-item.mjs +56 -11
- package/es/components/breadcrumb/src/breadcrumb-item.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs +11 -56
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb.mjs +36 -11
- package/es/components/breadcrumb/src/breadcrumb.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb2.mjs +11 -36
- package/es/components/breadcrumb/src/breadcrumb2.mjs.map +1 -1
- package/es/components/button/index.d.ts +7 -7
- package/es/components/button/index.mjs +3 -3
- package/es/components/button/src/button-group.mjs +6 -30
- package/es/components/button/src/button-group.mjs.map +1 -1
- package/es/components/button/src/button-group2.mjs +30 -6
- package/es/components/button/src/button-group2.mjs.map +1 -1
- package/es/components/button/src/button.d.ts +1 -1
- package/es/components/button/src/button.mjs +77 -53
- package/es/components/button/src/button.mjs.map +1 -1
- package/es/components/button/src/button.vue.d.ts +7 -7
- package/es/components/button/src/button2.mjs +53 -77
- package/es/components/button/src/button2.mjs.map +1 -1
- package/es/components/calendar/index.d.ts +7 -7
- package/es/components/calendar/index.mjs +2 -2
- package/es/components/calendar/src/calendar.mjs +131 -18
- package/es/components/calendar/src/calendar.mjs.map +1 -1
- package/es/components/calendar/src/calendar.vue.d.ts +7 -7
- package/es/components/calendar/src/calendar2.mjs +18 -131
- package/es/components/calendar/src/calendar2.mjs.map +1 -1
- package/es/components/calendar/src/date-table.mjs +33 -87
- package/es/components/calendar/src/date-table.mjs.map +1 -1
- package/es/components/calendar/src/date-table2.mjs +87 -33
- package/es/components/calendar/src/date-table2.mjs.map +1 -1
- package/es/components/calendar/src/use-date-table.mjs +1 -1
- package/es/components/carousel/index.d.ts +6 -6
- package/es/components/carousel/index.mjs +4 -4
- package/es/components/carousel/src/carousel-item.mjs +63 -8
- package/es/components/carousel/src/carousel-item.mjs.map +1 -1
- package/es/components/carousel/src/carousel-item2.mjs +8 -63
- package/es/components/carousel/src/carousel-item2.mjs.map +1 -1
- package/es/components/carousel/src/carousel.d.ts +1 -1
- package/es/components/carousel/src/carousel.mjs +159 -56
- package/es/components/carousel/src/carousel.mjs.map +1 -1
- package/es/components/carousel/src/carousel.vue.d.ts +6 -6
- package/es/components/carousel/src/carousel2.mjs +56 -159
- package/es/components/carousel/src/carousel2.mjs.map +1 -1
- package/es/components/cascader/index.d.ts +346 -346
- package/es/components/cascader/src/cascader.mjs +2 -2
- package/es/components/cascader/src/cascader.vue.d.ts +173 -173
- package/es/components/cascader-panel/src/index.mjs +1 -1
- package/es/components/cascader-panel/src/menu.mjs +1 -1
- package/es/components/cascader-panel/src/node.mjs +116 -209
- package/es/components/cascader-panel/src/node.mjs.map +1 -1
- package/es/components/cascader-panel/src/node2.mjs +209 -116
- package/es/components/cascader-panel/src/node2.mjs.map +1 -1
- package/es/components/cascader-panel/src/store.mjs +1 -1
- package/es/components/check-tag/index.mjs +2 -2
- package/es/components/check-tag/src/check-tag.mjs +30 -12
- package/es/components/check-tag/src/check-tag.mjs.map +1 -1
- package/es/components/check-tag/src/check-tag2.mjs +12 -30
- package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
- package/es/components/checkbox/index.d.ts +8 -8
- package/es/components/checkbox/index.mjs +4 -4
- package/es/components/checkbox/src/checkbox-button.mjs +1 -1
- package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox-group.mjs +28 -72
- package/es/components/checkbox/src/checkbox-group.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +1 -1
- package/es/components/checkbox/src/checkbox-group2.mjs +72 -28
- package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox.mjs +117 -49
- package/es/components/checkbox/src/checkbox.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox2.mjs +49 -117
- package/es/components/checkbox/src/checkbox2.mjs.map +1 -1
- package/es/components/col/index.mjs +2 -2
- package/es/components/col/src/col.mjs +66 -43
- package/es/components/col/src/col.mjs.map +1 -1
- package/es/components/col/src/col2.mjs +43 -66
- package/es/components/col/src/col2.mjs.map +1 -1
- package/es/components/collapse/index.mjs +2 -2
- package/es/components/collapse/src/collapse-item.mjs +96 -14
- package/es/components/collapse/src/collapse-item.mjs.map +1 -1
- package/es/components/collapse/src/collapse-item2.mjs +14 -96
- package/es/components/collapse/src/collapse-item2.mjs.map +1 -1
- package/es/components/color-picker/index.d.ts +128 -128
- package/es/components/color-picker/src/color-picker.vue.d.ts +128 -128
- package/es/components/date-picker/index.d.ts +2 -2
- package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +55 -55
- package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +55 -55
- package/es/components/date-picker/src/date-picker.d.ts +1 -1
- package/es/components/date-picker/src/panel-utils.d.ts +110 -110
- package/es/components/descriptions/src/description2.mjs +1 -1
- package/es/components/descriptions/src/descriptions-row.mjs +64 -7
- package/es/components/descriptions/src/descriptions-row.mjs.map +1 -1
- package/es/components/descriptions/src/descriptions-row2.mjs +7 -64
- package/es/components/descriptions/src/descriptions-row2.mjs.map +1 -1
- package/es/components/dialog/index.d.ts +1 -1
- package/es/components/dialog/src/dialog.vue.d.ts +1 -1
- package/es/components/divider/index.d.ts +4 -4
- package/es/components/divider/src/divider.d.ts +1 -1
- package/es/components/divider/src/divider.vue.d.ts +4 -4
- package/es/components/drawer/index.mjs +2 -2
- package/es/components/drawer/src/drawer.mjs +177 -26
- package/es/components/drawer/src/drawer.mjs.map +1 -1
- package/es/components/drawer/src/drawer2.mjs +26 -177
- package/es/components/drawer/src/drawer2.mjs.map +1 -1
- package/es/components/dropdown/index.d.ts +73 -73
- package/es/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
- package/es/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
- package/es/components/dropdown/src/dropdown.vue.d.ts +71 -71
- package/es/components/dropdown/src/dropdown2.mjs +2 -2
- package/es/components/empty/index.mjs +2 -2
- package/es/components/empty/src/empty.mjs +11 -55
- package/es/components/empty/src/empty.mjs.map +1 -1
- package/es/components/empty/src/empty2.mjs +55 -11
- package/es/components/empty/src/empty2.mjs.map +1 -1
- package/es/components/focus-trap/src/focus-trap.vue.d.ts +1 -1
- package/es/components/form/index.d.ts +22 -22
- package/es/components/form/index.mjs +2 -2
- package/es/components/form/src/form-item.d.ts +1 -1
- package/es/components/form/src/form-item.mjs +316 -43
- package/es/components/form/src/form-item.mjs.map +1 -1
- package/es/components/form/src/form-item.vue.d.ts +5 -5
- package/es/components/form/src/form-item2.mjs +43 -316
- package/es/components/form/src/form-item2.mjs.map +1 -1
- package/es/components/form/src/form.d.ts +2 -2
- package/es/components/form/src/form.vue.d.ts +10 -10
- package/es/components/icon/index.mjs +2 -2
- package/es/components/icon/src/icon.mjs +36 -8
- package/es/components/icon/src/icon.mjs.map +1 -1
- package/es/components/icon/src/icon2.mjs +8 -36
- package/es/components/icon/src/icon2.mjs.map +1 -1
- package/es/components/image/index.d.ts +5 -5
- package/es/components/image/index.mjs +2 -2
- package/es/components/image/src/image.mjs +62 -220
- package/es/components/image/src/image.mjs.map +1 -1
- package/es/components/image/src/image.vue.d.ts +5 -5
- package/es/components/image/src/image2.mjs +220 -62
- package/es/components/image/src/image2.mjs.map +1 -1
- package/es/components/image-viewer/index.d.ts +1 -1
- package/es/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
- package/es/components/index.mjs +47 -47
- package/es/components/input/index.d.ts +15 -15
- package/es/components/input/index.mjs +2 -2
- package/es/components/input/src/input.mjs +547 -131
- package/es/components/input/src/input.mjs.map +1 -1
- package/es/components/input/src/input.vue.d.ts +15 -15
- package/es/components/input/src/input2.mjs +131 -547
- package/es/components/input/src/input2.mjs.map +1 -1
- package/es/components/input-number/index.d.ts +57 -57
- package/es/components/input-number/index.mjs +2 -2
- package/es/components/input-number/src/input-number.mjs +311 -57
- package/es/components/input-number/src/input-number.mjs.map +1 -1
- package/es/components/input-number/src/input-number.vue.d.ts +57 -57
- package/es/components/input-number/src/input-number2.mjs +57 -311
- package/es/components/input-number/src/input-number2.mjs.map +1 -1
- package/es/components/link/index.d.ts +1 -1
- package/es/components/link/index.mjs +2 -2
- package/es/components/link/src/link.mjs +50 -21
- package/es/components/link/src/link.mjs.map +1 -1
- package/es/components/link/src/link.vue.d.ts +1 -1
- package/es/components/link/src/link2.mjs +21 -50
- package/es/components/link/src/link2.mjs.map +1 -1
- package/es/components/menu/index.d.ts +5 -5
- package/es/components/menu/index.mjs +2 -2
- package/es/components/menu/src/menu-item.mjs +97 -14
- package/es/components/menu/src/menu-item.mjs.map +1 -1
- package/es/components/menu/src/menu-item2.mjs +14 -97
- package/es/components/menu/src/menu-item2.mjs.map +1 -1
- package/es/components/menu/src/menu.d.ts +4 -4
- package/es/components/menu/src/sub-menu.d.ts +1 -1
- package/es/components/message/src/message.d.ts +1 -1
- package/es/components/message/src/message.vue.d.ts +5 -5
- package/es/components/notification/index.mjs +1 -1
- package/es/components/notification/src/notification.d.ts +1 -1
- package/es/components/notification/src/notification.mjs +147 -69
- package/es/components/notification/src/notification.mjs.map +1 -1
- package/es/components/notification/src/notification.vue.d.ts +6 -6
- package/es/components/notification/src/notification2.mjs +69 -147
- package/es/components/notification/src/notification2.mjs.map +1 -1
- package/es/components/notification/src/notify.mjs +2 -2
- package/es/components/page-header/index.d.ts +4 -4
- package/es/components/page-header/src/page-header.vue.d.ts +4 -4
- package/es/components/pagination/index.d.ts +2 -2
- package/es/components/pagination/src/components/jumper.mjs +60 -9
- package/es/components/pagination/src/components/jumper.mjs.map +1 -1
- package/es/components/pagination/src/components/jumper.vue.d.ts +15 -15
- package/es/components/pagination/src/components/jumper2.mjs +9 -60
- package/es/components/pagination/src/components/jumper2.mjs.map +1 -1
- package/es/components/pagination/src/components/next.mjs +38 -19
- package/es/components/pagination/src/components/next.mjs.map +1 -1
- package/es/components/pagination/src/components/next2.mjs +19 -38
- package/es/components/pagination/src/components/next2.mjs.map +1 -1
- package/es/components/pagination/src/components/prev.mjs +38 -18
- package/es/components/pagination/src/components/prev.mjs.map +1 -1
- package/es/components/pagination/src/components/prev2.mjs +18 -38
- package/es/components/pagination/src/components/prev2.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.mjs +68 -22
- package/es/components/pagination/src/components/sizes.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.vue.d.ts +74 -74
- package/es/components/pagination/src/components/sizes2.mjs +22 -68
- package/es/components/pagination/src/components/sizes2.mjs.map +1 -1
- package/es/components/pagination/src/pagination.d.ts +2 -2
- package/es/components/pagination/src/pagination.mjs +4 -4
- package/es/components/popconfirm/index.d.ts +112 -112
- package/es/components/popconfirm/index.mjs +2 -2
- package/es/components/popconfirm/src/popconfirm.mjs +47 -110
- package/es/components/popconfirm/src/popconfirm.mjs.map +1 -1
- package/es/components/popconfirm/src/popconfirm.vue.d.ts +112 -112
- package/es/components/popconfirm/src/popconfirm2.mjs +110 -47
- package/es/components/popconfirm/src/popconfirm2.mjs.map +1 -1
- package/es/components/popover/index.d.ts +117 -117
- package/es/components/popover/src/popover.vue.d.ts +117 -117
- package/es/components/popover/src/popover2.mjs +2 -2
- package/es/components/popper/index.d.ts +5 -5
- package/es/components/popper/index.mjs +2 -2
- package/es/components/popper/src/composables/use-content.d.ts +2 -2
- package/es/components/popper/src/content.mjs +137 -94
- package/es/components/popper/src/content.mjs.map +1 -1
- package/es/components/popper/src/content.vue.d.ts +7 -7
- package/es/components/popper/src/content2.mjs +94 -137
- package/es/components/popper/src/content2.mjs.map +1 -1
- package/es/components/popper/src/popper.d.ts +2 -2
- package/es/components/popper/src/popper.vue.d.ts +5 -5
- package/es/components/popper/src/trigger.vue.d.ts +1 -1
- package/es/components/popper/src/utils.d.ts +1 -1
- package/es/components/progress/index.d.ts +4 -4
- package/es/components/progress/src/progress.d.ts +1 -1
- package/es/components/progress/src/progress.vue.d.ts +4 -4
- package/es/components/radio/index.d.ts +6 -6
- package/es/components/radio/index.mjs +6 -6
- package/es/components/radio/src/radio-button.mjs +9 -64
- package/es/components/radio/src/radio-button.mjs.map +1 -1
- package/es/components/radio/src/radio-button.vue.d.ts +1 -1
- package/es/components/radio/src/radio-button2.mjs +64 -9
- package/es/components/radio/src/radio-button2.mjs.map +1 -1
- package/es/components/radio/src/radio-group.mjs +36 -68
- package/es/components/radio/src/radio-group.mjs.map +1 -1
- package/es/components/radio/src/radio-group.vue.d.ts +1 -1
- package/es/components/radio/src/radio-group2.mjs +68 -36
- package/es/components/radio/src/radio-group2.mjs.map +1 -1
- package/es/components/radio/src/radio.mjs +30 -71
- package/es/components/radio/src/radio.mjs.map +1 -1
- package/es/components/radio/src/radio.vue.d.ts +2 -2
- package/es/components/radio/src/radio2.mjs +71 -30
- package/es/components/radio/src/radio2.mjs.map +1 -1
- package/es/components/rate/index.d.ts +1 -1
- package/es/components/rate/src/rate.vue.d.ts +1 -1
- package/es/components/result/index.d.ts +4 -4
- package/es/components/result/src/result.d.ts +1 -1
- package/es/components/result/src/result.vue.d.ts +4 -4
- package/es/components/roving-focus-group/src/roving-focus-item.vue.d.ts +1 -1
- package/es/components/row/index.mjs +2 -2
- package/es/components/row/src/row.mjs +30 -45
- package/es/components/row/src/row.mjs.map +1 -1
- package/es/components/row/src/row2.mjs +45 -30
- package/es/components/row/src/row2.mjs.map +1 -1
- package/es/components/scrollbar/index.d.ts +3 -3
- package/es/components/scrollbar/index.mjs +2 -2
- package/es/components/scrollbar/src/bar.mjs +42 -17
- package/es/components/scrollbar/src/bar.mjs.map +1 -1
- package/es/components/scrollbar/src/bar.vue.d.ts +1 -1
- package/es/components/scrollbar/src/bar2.mjs +17 -42
- package/es/components/scrollbar/src/bar2.mjs.map +1 -1
- package/es/components/scrollbar/src/scrollbar.mjs +47 -174
- package/es/components/scrollbar/src/scrollbar.mjs.map +1 -1
- package/es/components/scrollbar/src/scrollbar.vue.d.ts +3 -3
- package/es/components/scrollbar/src/scrollbar2.mjs +174 -47
- package/es/components/scrollbar/src/scrollbar2.mjs.map +1 -1
- package/es/components/scrollbar/src/thumb.vue.d.ts +1 -1
- package/es/components/select/index.d.ts +74 -74
- package/es/components/select/src/select.mjs +2 -2
- package/es/components/select/src/select.vue.d.ts +74 -74
- package/es/components/select/src/useSelect.d.ts +70 -70
- package/es/components/select-v2/index.d.ts +156 -156
- package/es/components/select-v2/src/defaults.d.ts +1 -1
- package/es/components/select-v2/src/defaults.mjs +1 -1
- package/es/components/select-v2/src/option-item.vue.d.ts +1 -1
- package/es/components/select-v2/src/select.vue.d.ts +78 -78
- package/es/components/select-v2/src/useSelect.d.ts +71 -71
- package/es/components/skeleton/index.d.ts +9 -9
- package/es/components/skeleton/index.mjs +2 -2
- package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/es/components/skeleton/src/skeleton-item.mjs +18 -23
- package/es/components/skeleton/src/skeleton-item.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton-item2.mjs +23 -18
- package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton.mjs +1 -1
- package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/es/components/slider/index.d.ts +242 -242
- package/es/components/slider/index.mjs +2 -2
- package/es/components/slider/src/button.vue.d.ts +36 -36
- package/es/components/slider/src/composables/use-slide.d.ts +146 -146
- package/es/components/slider/src/slider.mjs +91 -233
- package/es/components/slider/src/slider.mjs.map +1 -1
- package/es/components/slider/src/slider.vue.d.ts +242 -242
- package/es/components/slider/src/slider2.mjs +233 -91
- package/es/components/slider/src/slider2.mjs.map +1 -1
- package/es/components/space/index.d.ts +1 -1
- package/es/components/space/src/space.d.ts +1 -1
- package/es/components/statistic/index.mjs +2 -2
- package/es/components/statistic/src/statistic.mjs +25 -70
- package/es/components/statistic/src/statistic.mjs.map +1 -1
- package/es/components/statistic/src/statistic2.mjs +70 -25
- package/es/components/statistic/src/statistic2.mjs.map +1 -1
- package/es/components/steps/index.d.ts +16 -16
- package/es/components/steps/index.mjs +2 -2
- package/es/components/steps/src/item.d.ts +1 -1
- package/es/components/steps/src/item.vue.d.ts +4 -4
- package/es/components/steps/src/steps.d.ts +2 -2
- package/es/components/steps/src/steps.mjs +36 -34
- package/es/components/steps/src/steps.mjs.map +1 -1
- package/es/components/steps/src/steps.vue.d.ts +8 -8
- package/es/components/steps/src/steps2.mjs +34 -36
- package/es/components/steps/src/steps2.mjs.map +1 -1
- package/es/components/switch/index.d.ts +1 -1
- package/es/components/switch/index.mjs +2 -2
- package/es/components/switch/src/switch.mjs +241 -88
- package/es/components/switch/src/switch.mjs.map +1 -1
- package/es/components/switch/src/switch.vue.d.ts +1 -1
- package/es/components/switch/src/switch2.mjs +88 -241
- package/es/components/switch/src/switch2.mjs.map +1 -1
- package/es/components/table/index.d.ts +3 -3
- package/es/components/table/src/filter-panel.vue.d.ts +70 -70
- package/es/components/table/src/table.vue.d.ts +3 -3
- package/es/components/table/src/util.d.ts +9 -9
- package/es/components/tabs/index.d.ts +9 -9
- package/es/components/tabs/index.mjs +2 -2
- package/es/components/tabs/src/tab-bar.d.ts +4 -4
- package/es/components/tabs/src/tab-bar.vue.d.ts +13 -13
- package/es/components/tabs/src/tab-nav.d.ts +15 -15
- package/es/components/tabs/src/tab-pane.mjs +72 -13
- package/es/components/tabs/src/tab-pane.mjs.map +1 -1
- package/es/components/tabs/src/tab-pane.vue.d.ts +2 -2
- package/es/components/tabs/src/tab-pane2.mjs +13 -72
- package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
- package/es/components/tabs/src/tabs.d.ts +6 -6
- package/es/components/tag/index.d.ts +1 -1
- package/es/components/tag/index.mjs +2 -2
- package/es/components/tag/src/tag.mjs +94 -33
- package/es/components/tag/src/tag.mjs.map +1 -1
- package/es/components/tag/src/tag.vue.d.ts +1 -1
- package/es/components/tag/src/tag2.mjs +33 -94
- package/es/components/tag/src/tag2.mjs.map +1 -1
- package/es/components/text/index.mjs +2 -2
- package/es/components/text/src/text.mjs +22 -35
- package/es/components/text/src/text.mjs.map +1 -1
- package/es/components/text/src/text2.mjs +35 -22
- package/es/components/text/src/text2.mjs.map +1 -1
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/src/common/picker.mjs +6 -2
- package/es/components/time-picker/src/common/picker.mjs.map +1 -1
- package/es/components/time-picker/src/common/picker.vue.d.ts +126 -126
- package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +27 -27
- package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +33 -33
- package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +33 -33
- package/es/components/time-picker/src/time-picker.d.ts +1 -1
- package/es/components/time-select/index.d.ts +308 -308
- package/es/components/time-select/index.mjs +1 -1
- package/es/components/time-select/src/time-select.mjs +118 -48
- package/es/components/time-select/src/time-select.mjs.map +1 -1
- package/es/components/time-select/src/time-select.vue.d.ts +154 -154
- package/es/components/time-select/src/time-select2.mjs +48 -118
- package/es/components/time-select/src/time-select2.mjs.map +1 -1
- package/es/components/timeline/index.mjs +2 -2
- package/es/components/timeline/src/timeline-item.mjs +42 -70
- package/es/components/timeline/src/timeline-item.mjs.map +1 -1
- package/es/components/timeline/src/timeline-item2.mjs +70 -42
- package/es/components/timeline/src/timeline-item2.mjs.map +1 -1
- package/es/components/tooltip/index.d.ts +35 -35
- package/es/components/tooltip/index.mjs +4 -4
- package/es/components/tooltip/src/content.mjs +31 -177
- package/es/components/tooltip/src/content.mjs.map +1 -1
- package/es/components/tooltip/src/content.vue.d.ts +10 -10
- package/es/components/tooltip/src/content2.mjs +177 -31
- package/es/components/tooltip/src/content2.mjs.map +1 -1
- package/es/components/tooltip/src/tooltip.d.ts +1 -1
- package/es/components/tooltip/src/tooltip.mjs +31 -169
- package/es/components/tooltip/src/tooltip.mjs.map +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +35 -35
- package/es/components/tooltip/src/tooltip2.mjs +169 -31
- package/es/components/tooltip/src/tooltip2.mjs.map +1 -1
- package/es/components/tooltip/src/trigger.mjs +73 -16
- package/es/components/tooltip/src/trigger.mjs.map +1 -1
- package/es/components/tooltip/src/trigger.vue.d.ts +3 -3
- package/es/components/tooltip/src/trigger2.mjs +16 -73
- package/es/components/tooltip/src/trigger2.mjs.map +1 -1
- package/es/components/tooltip-v2/index.d.ts +35 -35
- package/es/components/tooltip-v2/index.mjs +3 -3
- package/es/components/tooltip-v2/src/content.d.ts +1 -1
- package/es/components/tooltip-v2/src/content.mjs +50 -112
- package/es/components/tooltip-v2/src/content.mjs.map +1 -1
- package/es/components/tooltip-v2/src/content.vue.d.ts +8 -8
- package/es/components/tooltip-v2/src/content2.mjs +112 -50
- package/es/components/tooltip-v2/src/content2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/root.mjs +17 -80
- package/es/components/tooltip-v2/src/root.mjs.map +1 -1
- package/es/components/tooltip-v2/src/root2.mjs +80 -17
- package/es/components/tooltip-v2/src/root2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/es/components/tooltip-v2/src/tooltip.mjs +3 -3
- package/es/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/es/components/tooltip-v2/src/tooltip2.mjs +6 -6
- package/es/components/tooltip-v2/src/trigger.mjs +89 -12
- package/es/components/tooltip-v2/src/trigger.mjs.map +1 -1
- package/es/components/tooltip-v2/src/trigger2.mjs +12 -89
- package/es/components/tooltip-v2/src/trigger2.mjs.map +1 -1
- package/es/components/transfer/index.d.ts +112 -112
- package/es/components/transfer/src/transfer-panel.vue.d.ts +21 -21
- package/es/components/transfer/src/transfer.vue.d.ts +112 -112
- package/es/components/tree-v2/index.d.ts +8 -8
- package/es/components/tree-v2/src/tree-node.vue.d.ts +7 -7
- package/es/components/tree-v2/src/tree.vue.d.ts +8 -8
- package/es/components/upload/index.d.ts +17 -17
- package/es/components/upload/index.mjs +3 -3
- package/es/components/upload/src/upload-content.mjs +173 -33
- package/es/components/upload/src/upload-content.mjs.map +1 -1
- package/es/components/upload/src/upload-content.vue.d.ts +3 -3
- package/es/components/upload/src/upload-content2.mjs +33 -173
- package/es/components/upload/src/upload-content2.mjs.map +1 -1
- package/es/components/upload/src/upload-dragger.mjs +11 -72
- package/es/components/upload/src/upload-dragger.mjs.map +1 -1
- package/es/components/upload/src/upload-dragger2.mjs +72 -11
- package/es/components/upload/src/upload-dragger2.mjs.map +1 -1
- package/es/components/upload/src/upload-list.mjs +26 -173
- package/es/components/upload/src/upload-list.mjs.map +1 -1
- package/es/components/upload/src/upload-list.vue.d.ts +4 -4
- package/es/components/upload/src/upload-list2.mjs +173 -26
- package/es/components/upload/src/upload-list2.mjs.map +1 -1
- package/es/components/upload/src/upload.mjs +2 -2
- package/es/components/upload/src/upload.vue.d.ts +17 -17
- package/es/components/virtual-list/src/builders/build-list.d.ts +1 -1
- package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +1 -1
- package/es/components/virtual-list/src/components/fixed-size-list.d.ts +1 -1
- package/es/components/visual-hidden/index.mjs +3 -3
- package/es/components/visual-hidden/src/visual-hidden.mjs +7 -35
- package/es/components/visual-hidden/src/visual-hidden.mjs.map +1 -1
- package/es/components/visual-hidden/src/visual-hidden2.mjs +35 -7
- package/es/components/visual-hidden/src/visual-hidden2.mjs.map +1 -1
- package/es/hooks/use-floating/index.d.ts +2 -2
- package/es/hooks/use-popper/index.d.ts +2 -2
- package/es/index.mjs +47 -47
- package/lib/components/alert/index.d.ts +4 -4
- package/lib/components/alert/src/alert.d.ts +1 -1
- package/lib/components/alert/src/alert.vue.d.ts +4 -4
- package/lib/components/autocomplete/index.d.ts +167 -167
- package/lib/components/autocomplete/index.js +2 -2
- package/lib/components/autocomplete/src/autocomplete.js +394 -88
- package/lib/components/autocomplete/src/autocomplete.js.map +1 -1
- package/lib/components/autocomplete/src/autocomplete.vue.d.ts +167 -167
- package/lib/components/autocomplete/src/autocomplete2.js +88 -394
- package/lib/components/autocomplete/src/autocomplete2.js.map +1 -1
- package/lib/components/avatar/index.js +2 -2
- package/lib/components/avatar/src/avatar.js +67 -33
- package/lib/components/avatar/src/avatar.js.map +1 -1
- package/lib/components/avatar/src/avatar2.js +33 -67
- package/lib/components/avatar/src/avatar2.js.map +1 -1
- package/lib/components/badge/index.d.ts +1 -1
- package/lib/components/badge/index.js +2 -2
- package/lib/components/badge/src/badge.js +17 -55
- package/lib/components/badge/src/badge.js.map +1 -1
- package/lib/components/badge/src/badge.vue.d.ts +1 -1
- package/lib/components/badge/src/badge2.js +55 -17
- package/lib/components/badge/src/badge2.js.map +1 -1
- package/lib/components/breadcrumb/index.js +4 -4
- package/lib/components/breadcrumb/src/breadcrumb-item.js +56 -11
- package/lib/components/breadcrumb/src/breadcrumb-item.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb-item2.js +11 -56
- package/lib/components/breadcrumb/src/breadcrumb-item2.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb.js +36 -11
- package/lib/components/breadcrumb/src/breadcrumb.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb2.js +11 -36
- package/lib/components/breadcrumb/src/breadcrumb2.js.map +1 -1
- package/lib/components/button/index.d.ts +7 -7
- package/lib/components/button/index.js +3 -3
- package/lib/components/button/src/button-group.js +6 -30
- package/lib/components/button/src/button-group.js.map +1 -1
- package/lib/components/button/src/button-group2.js +30 -6
- package/lib/components/button/src/button-group2.js.map +1 -1
- package/lib/components/button/src/button.d.ts +1 -1
- package/lib/components/button/src/button.js +77 -56
- package/lib/components/button/src/button.js.map +1 -1
- package/lib/components/button/src/button.vue.d.ts +7 -7
- package/lib/components/button/src/button2.js +56 -77
- package/lib/components/button/src/button2.js.map +1 -1
- package/lib/components/calendar/index.d.ts +7 -7
- package/lib/components/calendar/index.js +2 -2
- package/lib/components/calendar/src/calendar.js +131 -19
- package/lib/components/calendar/src/calendar.js.map +1 -1
- package/lib/components/calendar/src/calendar.vue.d.ts +7 -7
- package/lib/components/calendar/src/calendar2.js +19 -131
- package/lib/components/calendar/src/calendar2.js.map +1 -1
- package/lib/components/calendar/src/date-table.js +37 -87
- package/lib/components/calendar/src/date-table.js.map +1 -1
- package/lib/components/calendar/src/date-table2.js +87 -37
- package/lib/components/calendar/src/date-table2.js.map +1 -1
- package/lib/components/calendar/src/use-date-table.js +1 -1
- package/lib/components/carousel/index.d.ts +6 -6
- package/lib/components/carousel/index.js +4 -4
- package/lib/components/carousel/src/carousel-item.js +63 -8
- package/lib/components/carousel/src/carousel-item.js.map +1 -1
- package/lib/components/carousel/src/carousel-item2.js +8 -63
- package/lib/components/carousel/src/carousel-item2.js.map +1 -1
- package/lib/components/carousel/src/carousel.d.ts +1 -1
- package/lib/components/carousel/src/carousel.js +159 -57
- package/lib/components/carousel/src/carousel.js.map +1 -1
- package/lib/components/carousel/src/carousel.vue.d.ts +6 -6
- package/lib/components/carousel/src/carousel2.js +57 -159
- package/lib/components/carousel/src/carousel2.js.map +1 -1
- package/lib/components/cascader/index.d.ts +346 -346
- package/lib/components/cascader/src/cascader.js +2 -2
- package/lib/components/cascader/src/cascader.vue.d.ts +173 -173
- package/lib/components/cascader-panel/src/index.js +1 -1
- package/lib/components/cascader-panel/src/menu.js +1 -1
- package/lib/components/cascader-panel/src/node.js +116 -209
- package/lib/components/cascader-panel/src/node.js.map +1 -1
- package/lib/components/cascader-panel/src/node2.js +209 -116
- package/lib/components/cascader-panel/src/node2.js.map +1 -1
- package/lib/components/cascader-panel/src/store.js +1 -1
- package/lib/components/check-tag/index.js +2 -2
- package/lib/components/check-tag/src/check-tag.js +30 -13
- package/lib/components/check-tag/src/check-tag.js.map +1 -1
- package/lib/components/check-tag/src/check-tag2.js +13 -30
- package/lib/components/check-tag/src/check-tag2.js.map +1 -1
- package/lib/components/checkbox/index.d.ts +8 -8
- package/lib/components/checkbox/index.js +4 -4
- package/lib/components/checkbox/src/checkbox-button.js +1 -1
- package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox-group.js +29 -72
- package/lib/components/checkbox/src/checkbox-group.js.map +1 -1
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +1 -1
- package/lib/components/checkbox/src/checkbox-group2.js +72 -29
- package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
- package/lib/components/checkbox/src/checkbox.js +117 -50
- package/lib/components/checkbox/src/checkbox.js.map +1 -1
- package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox2.js +50 -117
- package/lib/components/checkbox/src/checkbox2.js.map +1 -1
- package/lib/components/col/index.js +2 -2
- package/lib/components/col/src/col.js +66 -43
- package/lib/components/col/src/col.js.map +1 -1
- package/lib/components/col/src/col2.js +43 -66
- package/lib/components/col/src/col2.js.map +1 -1
- package/lib/components/collapse/index.js +2 -2
- package/lib/components/collapse/src/collapse-item.js +96 -14
- package/lib/components/collapse/src/collapse-item.js.map +1 -1
- package/lib/components/collapse/src/collapse-item2.js +14 -96
- package/lib/components/collapse/src/collapse-item2.js.map +1 -1
- package/lib/components/color-picker/index.d.ts +128 -128
- package/lib/components/color-picker/src/color-picker.vue.d.ts +128 -128
- package/lib/components/date-picker/index.d.ts +2 -2
- package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +55 -55
- package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +55 -55
- package/lib/components/date-picker/src/date-picker.d.ts +1 -1
- package/lib/components/date-picker/src/panel-utils.d.ts +110 -110
- package/lib/components/descriptions/src/description2.js +1 -1
- package/lib/components/descriptions/src/descriptions-row.js +64 -7
- package/lib/components/descriptions/src/descriptions-row.js.map +1 -1
- package/lib/components/descriptions/src/descriptions-row2.js +7 -64
- package/lib/components/descriptions/src/descriptions-row2.js.map +1 -1
- package/lib/components/dialog/index.d.ts +1 -1
- package/lib/components/dialog/src/dialog.vue.d.ts +1 -1
- package/lib/components/divider/index.d.ts +4 -4
- package/lib/components/divider/src/divider.d.ts +1 -1
- package/lib/components/divider/src/divider.vue.d.ts +4 -4
- package/lib/components/drawer/index.js +2 -2
- package/lib/components/drawer/src/drawer.js +177 -27
- package/lib/components/drawer/src/drawer.js.map +1 -1
- package/lib/components/drawer/src/drawer2.js +27 -177
- package/lib/components/drawer/src/drawer2.js.map +1 -1
- package/lib/components/dropdown/index.d.ts +73 -73
- package/lib/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
- package/lib/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
- package/lib/components/dropdown/src/dropdown.vue.d.ts +71 -71
- package/lib/components/dropdown/src/dropdown2.js +2 -2
- package/lib/components/empty/index.js +2 -2
- package/lib/components/empty/src/empty.js +11 -55
- package/lib/components/empty/src/empty.js.map +1 -1
- package/lib/components/empty/src/empty2.js +55 -11
- package/lib/components/empty/src/empty2.js.map +1 -1
- package/lib/components/focus-trap/src/focus-trap.vue.d.ts +1 -1
- package/lib/components/form/index.d.ts +22 -22
- package/lib/components/form/index.js +2 -2
- package/lib/components/form/src/form-item.d.ts +1 -1
- package/lib/components/form/src/form-item.js +320 -44
- package/lib/components/form/src/form-item.js.map +1 -1
- package/lib/components/form/src/form-item.vue.d.ts +5 -5
- package/lib/components/form/src/form-item2.js +44 -320
- package/lib/components/form/src/form-item2.js.map +1 -1
- package/lib/components/form/src/form.d.ts +2 -2
- package/lib/components/form/src/form.vue.d.ts +10 -10
- package/lib/components/icon/index.js +2 -2
- package/lib/components/icon/src/icon.js +36 -8
- package/lib/components/icon/src/icon.js.map +1 -1
- package/lib/components/icon/src/icon2.js +8 -36
- package/lib/components/icon/src/icon2.js.map +1 -1
- package/lib/components/image/index.d.ts +5 -5
- package/lib/components/image/index.js +2 -2
- package/lib/components/image/src/image.js +63 -220
- package/lib/components/image/src/image.js.map +1 -1
- package/lib/components/image/src/image.vue.d.ts +5 -5
- package/lib/components/image/src/image2.js +220 -63
- package/lib/components/image/src/image2.js.map +1 -1
- package/lib/components/image-viewer/index.d.ts +1 -1
- package/lib/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
- package/lib/components/index.js +47 -47
- package/lib/components/input/index.d.ts +15 -15
- package/lib/components/input/index.js +2 -2
- package/lib/components/input/src/input.js +546 -131
- package/lib/components/input/src/input.js.map +1 -1
- package/lib/components/input/src/input.vue.d.ts +15 -15
- package/lib/components/input/src/input2.js +131 -546
- package/lib/components/input/src/input2.js.map +1 -1
- package/lib/components/input-number/index.d.ts +57 -57
- package/lib/components/input-number/index.js +2 -2
- package/lib/components/input-number/src/input-number.js +310 -57
- package/lib/components/input-number/src/input-number.js.map +1 -1
- package/lib/components/input-number/src/input-number.vue.d.ts +57 -57
- package/lib/components/input-number/src/input-number2.js +57 -310
- package/lib/components/input-number/src/input-number2.js.map +1 -1
- package/lib/components/link/index.d.ts +1 -1
- package/lib/components/link/index.js +2 -2
- package/lib/components/link/src/link.js +50 -22
- package/lib/components/link/src/link.js.map +1 -1
- package/lib/components/link/src/link.vue.d.ts +1 -1
- package/lib/components/link/src/link2.js +22 -50
- package/lib/components/link/src/link2.js.map +1 -1
- package/lib/components/menu/index.d.ts +5 -5
- package/lib/components/menu/index.js +2 -2
- package/lib/components/menu/src/menu-item.js +97 -15
- package/lib/components/menu/src/menu-item.js.map +1 -1
- package/lib/components/menu/src/menu-item2.js +15 -97
- package/lib/components/menu/src/menu-item2.js.map +1 -1
- package/lib/components/menu/src/menu.d.ts +4 -4
- package/lib/components/menu/src/sub-menu.d.ts +1 -1
- package/lib/components/message/src/message.d.ts +1 -1
- package/lib/components/message/src/message.vue.d.ts +5 -5
- package/lib/components/notification/index.js +1 -1
- package/lib/components/notification/src/notification.d.ts +1 -1
- package/lib/components/notification/src/notification.js +146 -70
- package/lib/components/notification/src/notification.js.map +1 -1
- package/lib/components/notification/src/notification.vue.d.ts +6 -6
- package/lib/components/notification/src/notification2.js +70 -146
- package/lib/components/notification/src/notification2.js.map +1 -1
- package/lib/components/notification/src/notify.js +2 -2
- package/lib/components/page-header/index.d.ts +4 -4
- package/lib/components/page-header/src/page-header.vue.d.ts +4 -4
- package/lib/components/pagination/index.d.ts +2 -2
- package/lib/components/pagination/src/components/jumper.js +60 -9
- package/lib/components/pagination/src/components/jumper.js.map +1 -1
- package/lib/components/pagination/src/components/jumper.vue.d.ts +15 -15
- package/lib/components/pagination/src/components/jumper2.js +9 -60
- package/lib/components/pagination/src/components/jumper2.js.map +1 -1
- package/lib/components/pagination/src/components/next.js +38 -19
- package/lib/components/pagination/src/components/next.js.map +1 -1
- package/lib/components/pagination/src/components/next2.js +19 -38
- package/lib/components/pagination/src/components/next2.js.map +1 -1
- package/lib/components/pagination/src/components/prev.js +38 -19
- package/lib/components/pagination/src/components/prev.js.map +1 -1
- package/lib/components/pagination/src/components/prev2.js +19 -38
- package/lib/components/pagination/src/components/prev2.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.js +68 -22
- package/lib/components/pagination/src/components/sizes.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.vue.d.ts +74 -74
- package/lib/components/pagination/src/components/sizes2.js +22 -68
- package/lib/components/pagination/src/components/sizes2.js.map +1 -1
- package/lib/components/pagination/src/pagination.d.ts +2 -2
- package/lib/components/pagination/src/pagination.js +4 -4
- package/lib/components/popconfirm/index.d.ts +112 -112
- package/lib/components/popconfirm/index.js +2 -2
- package/lib/components/popconfirm/src/popconfirm.js +48 -110
- package/lib/components/popconfirm/src/popconfirm.js.map +1 -1
- package/lib/components/popconfirm/src/popconfirm.vue.d.ts +112 -112
- package/lib/components/popconfirm/src/popconfirm2.js +110 -48
- package/lib/components/popconfirm/src/popconfirm2.js.map +1 -1
- package/lib/components/popover/index.d.ts +117 -117
- package/lib/components/popover/src/popover.vue.d.ts +117 -117
- package/lib/components/popover/src/popover2.js +2 -2
- package/lib/components/popper/index.d.ts +5 -5
- package/lib/components/popper/index.js +2 -2
- package/lib/components/popper/src/composables/use-content.d.ts +2 -2
- package/lib/components/popper/src/content.js +137 -99
- package/lib/components/popper/src/content.js.map +1 -1
- package/lib/components/popper/src/content.vue.d.ts +7 -7
- package/lib/components/popper/src/content2.js +99 -137
- package/lib/components/popper/src/content2.js.map +1 -1
- package/lib/components/popper/src/popper.d.ts +2 -2
- package/lib/components/popper/src/popper.vue.d.ts +5 -5
- package/lib/components/popper/src/trigger.vue.d.ts +1 -1
- package/lib/components/popper/src/utils.d.ts +1 -1
- package/lib/components/progress/index.d.ts +4 -4
- package/lib/components/progress/src/progress.d.ts +1 -1
- package/lib/components/progress/src/progress.vue.d.ts +4 -4
- package/lib/components/radio/index.d.ts +6 -6
- package/lib/components/radio/index.js +6 -6
- package/lib/components/radio/src/radio-button.js +9 -64
- package/lib/components/radio/src/radio-button.js.map +1 -1
- package/lib/components/radio/src/radio-button.vue.d.ts +1 -1
- package/lib/components/radio/src/radio-button2.js +64 -9
- package/lib/components/radio/src/radio-button2.js.map +1 -1
- package/lib/components/radio/src/radio-group.js +37 -68
- package/lib/components/radio/src/radio-group.js.map +1 -1
- package/lib/components/radio/src/radio-group.vue.d.ts +1 -1
- package/lib/components/radio/src/radio-group2.js +68 -37
- package/lib/components/radio/src/radio-group2.js.map +1 -1
- package/lib/components/radio/src/radio.js +32 -71
- package/lib/components/radio/src/radio.js.map +1 -1
- package/lib/components/radio/src/radio.vue.d.ts +2 -2
- package/lib/components/radio/src/radio2.js +71 -32
- package/lib/components/radio/src/radio2.js.map +1 -1
- package/lib/components/rate/index.d.ts +1 -1
- package/lib/components/rate/src/rate.vue.d.ts +1 -1
- package/lib/components/result/index.d.ts +4 -4
- package/lib/components/result/src/result.d.ts +1 -1
- package/lib/components/result/src/result.vue.d.ts +4 -4
- package/lib/components/roving-focus-group/src/roving-focus-item.vue.d.ts +1 -1
- package/lib/components/row/index.js +2 -2
- package/lib/components/row/src/row.js +32 -45
- package/lib/components/row/src/row.js.map +1 -1
- package/lib/components/row/src/row2.js +45 -32
- package/lib/components/row/src/row2.js.map +1 -1
- package/lib/components/scrollbar/index.d.ts +3 -3
- package/lib/components/scrollbar/index.js +2 -2
- package/lib/components/scrollbar/src/bar.js +42 -17
- package/lib/components/scrollbar/src/bar.js.map +1 -1
- package/lib/components/scrollbar/src/bar.vue.d.ts +1 -1
- package/lib/components/scrollbar/src/bar2.js +17 -42
- package/lib/components/scrollbar/src/bar2.js.map +1 -1
- package/lib/components/scrollbar/src/scrollbar.js +48 -174
- package/lib/components/scrollbar/src/scrollbar.js.map +1 -1
- package/lib/components/scrollbar/src/scrollbar.vue.d.ts +3 -3
- package/lib/components/scrollbar/src/scrollbar2.js +174 -48
- package/lib/components/scrollbar/src/scrollbar2.js.map +1 -1
- package/lib/components/scrollbar/src/thumb.vue.d.ts +1 -1
- package/lib/components/select/index.d.ts +74 -74
- package/lib/components/select/src/select.js +2 -2
- package/lib/components/select/src/select.vue.d.ts +74 -74
- package/lib/components/select/src/useSelect.d.ts +70 -70
- package/lib/components/select-v2/index.d.ts +156 -156
- package/lib/components/select-v2/src/defaults.d.ts +1 -1
- package/lib/components/select-v2/src/defaults.js +1 -1
- package/lib/components/select-v2/src/option-item.vue.d.ts +1 -1
- package/lib/components/select-v2/src/select.vue.d.ts +78 -78
- package/lib/components/select-v2/src/useSelect.d.ts +71 -71
- package/lib/components/skeleton/index.d.ts +9 -9
- package/lib/components/skeleton/index.js +2 -2
- package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/lib/components/skeleton/src/skeleton-item.js +18 -23
- package/lib/components/skeleton/src/skeleton-item.js.map +1 -1
- package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton-item2.js +23 -18
- package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
- package/lib/components/skeleton/src/skeleton.js +1 -1
- package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/lib/components/slider/index.d.ts +242 -242
- package/lib/components/slider/index.js +2 -2
- package/lib/components/slider/src/button.vue.d.ts +36 -36
- package/lib/components/slider/src/composables/use-slide.d.ts +146 -146
- package/lib/components/slider/src/slider.js +92 -233
- package/lib/components/slider/src/slider.js.map +1 -1
- package/lib/components/slider/src/slider.vue.d.ts +242 -242
- package/lib/components/slider/src/slider2.js +233 -92
- package/lib/components/slider/src/slider2.js.map +1 -1
- package/lib/components/space/index.d.ts +1 -1
- package/lib/components/space/src/space.d.ts +1 -1
- package/lib/components/statistic/index.js +2 -2
- package/lib/components/statistic/src/statistic.js +25 -70
- package/lib/components/statistic/src/statistic.js.map +1 -1
- package/lib/components/statistic/src/statistic2.js +70 -25
- package/lib/components/statistic/src/statistic2.js.map +1 -1
- package/lib/components/steps/index.d.ts +16 -16
- package/lib/components/steps/index.js +2 -2
- package/lib/components/steps/src/item.d.ts +1 -1
- package/lib/components/steps/src/item.vue.d.ts +4 -4
- package/lib/components/steps/src/steps.d.ts +2 -2
- package/lib/components/steps/src/steps.js +37 -34
- package/lib/components/steps/src/steps.js.map +1 -1
- package/lib/components/steps/src/steps.vue.d.ts +8 -8
- package/lib/components/steps/src/steps2.js +34 -37
- package/lib/components/steps/src/steps2.js.map +1 -1
- package/lib/components/switch/index.d.ts +1 -1
- package/lib/components/switch/index.js +2 -2
- package/lib/components/switch/src/switch.js +240 -88
- package/lib/components/switch/src/switch.js.map +1 -1
- package/lib/components/switch/src/switch.vue.d.ts +1 -1
- package/lib/components/switch/src/switch2.js +88 -240
- package/lib/components/switch/src/switch2.js.map +1 -1
- package/lib/components/table/index.d.ts +3 -3
- package/lib/components/table/src/filter-panel.vue.d.ts +70 -70
- package/lib/components/table/src/table.vue.d.ts +3 -3
- package/lib/components/table/src/util.d.ts +9 -9
- package/lib/components/tabs/index.d.ts +9 -9
- package/lib/components/tabs/index.js +2 -2
- package/lib/components/tabs/src/tab-bar.d.ts +4 -4
- package/lib/components/tabs/src/tab-bar.vue.d.ts +13 -13
- package/lib/components/tabs/src/tab-nav.d.ts +15 -15
- package/lib/components/tabs/src/tab-pane.js +72 -13
- package/lib/components/tabs/src/tab-pane.js.map +1 -1
- package/lib/components/tabs/src/tab-pane.vue.d.ts +2 -2
- package/lib/components/tabs/src/tab-pane2.js +13 -72
- package/lib/components/tabs/src/tab-pane2.js.map +1 -1
- package/lib/components/tabs/src/tabs.d.ts +6 -6
- package/lib/components/tag/index.d.ts +1 -1
- package/lib/components/tag/index.js +2 -2
- package/lib/components/tag/src/tag.js +94 -34
- package/lib/components/tag/src/tag.js.map +1 -1
- package/lib/components/tag/src/tag.vue.d.ts +1 -1
- package/lib/components/tag/src/tag2.js +34 -94
- package/lib/components/tag/src/tag2.js.map +1 -1
- package/lib/components/text/index.js +2 -2
- package/lib/components/text/src/text.js +22 -35
- package/lib/components/text/src/text.js.map +1 -1
- package/lib/components/text/src/text2.js +35 -22
- package/lib/components/text/src/text2.js.map +1 -1
- package/lib/components/time-picker/index.d.ts +2 -2
- package/lib/components/time-picker/src/common/picker.js +6 -2
- package/lib/components/time-picker/src/common/picker.js.map +1 -1
- package/lib/components/time-picker/src/common/picker.vue.d.ts +126 -126
- package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +27 -27
- package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +33 -33
- package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +33 -33
- package/lib/components/time-picker/src/time-picker.d.ts +1 -1
- package/lib/components/time-select/index.d.ts +308 -308
- package/lib/components/time-select/index.js +1 -1
- package/lib/components/time-select/src/time-select.js +123 -48
- package/lib/components/time-select/src/time-select.js.map +1 -1
- package/lib/components/time-select/src/time-select.vue.d.ts +154 -154
- package/lib/components/time-select/src/time-select2.js +48 -123
- package/lib/components/time-select/src/time-select2.js.map +1 -1
- package/lib/components/timeline/index.js +2 -2
- package/lib/components/timeline/src/timeline-item.js +42 -70
- package/lib/components/timeline/src/timeline-item.js.map +1 -1
- package/lib/components/timeline/src/timeline-item2.js +70 -42
- package/lib/components/timeline/src/timeline-item2.js.map +1 -1
- package/lib/components/tooltip/index.d.ts +35 -35
- package/lib/components/tooltip/index.js +4 -4
- package/lib/components/tooltip/src/content.js +31 -177
- package/lib/components/tooltip/src/content.js.map +1 -1
- package/lib/components/tooltip/src/content.vue.d.ts +10 -10
- package/lib/components/tooltip/src/content2.js +177 -31
- package/lib/components/tooltip/src/content2.js.map +1 -1
- package/lib/components/tooltip/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip/src/tooltip.js +34 -168
- package/lib/components/tooltip/src/tooltip.js.map +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +35 -35
- package/lib/components/tooltip/src/tooltip2.js +168 -34
- package/lib/components/tooltip/src/tooltip2.js.map +1 -1
- package/lib/components/tooltip/src/trigger.js +73 -16
- package/lib/components/tooltip/src/trigger.js.map +1 -1
- package/lib/components/tooltip/src/trigger.vue.d.ts +3 -3
- package/lib/components/tooltip/src/trigger2.js +16 -73
- package/lib/components/tooltip/src/trigger2.js.map +1 -1
- package/lib/components/tooltip-v2/index.d.ts +35 -35
- package/lib/components/tooltip-v2/index.js +3 -3
- package/lib/components/tooltip-v2/src/content.d.ts +1 -1
- package/lib/components/tooltip-v2/src/content.js +50 -112
- package/lib/components/tooltip-v2/src/content.js.map +1 -1
- package/lib/components/tooltip-v2/src/content.vue.d.ts +8 -8
- package/lib/components/tooltip-v2/src/content2.js +112 -50
- package/lib/components/tooltip-v2/src/content2.js.map +1 -1
- package/lib/components/tooltip-v2/src/root.js +17 -80
- package/lib/components/tooltip-v2/src/root.js.map +1 -1
- package/lib/components/tooltip-v2/src/root2.js +80 -17
- package/lib/components/tooltip-v2/src/root2.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip-v2/src/tooltip.js +3 -3
- package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/lib/components/tooltip-v2/src/tooltip2.js +6 -6
- package/lib/components/tooltip-v2/src/trigger.js +89 -12
- package/lib/components/tooltip-v2/src/trigger.js.map +1 -1
- package/lib/components/tooltip-v2/src/trigger2.js +12 -89
- package/lib/components/tooltip-v2/src/trigger2.js.map +1 -1
- package/lib/components/transfer/index.d.ts +112 -112
- package/lib/components/transfer/src/transfer-panel.vue.d.ts +21 -21
- package/lib/components/transfer/src/transfer.vue.d.ts +112 -112
- package/lib/components/tree-v2/index.d.ts +8 -8
- package/lib/components/tree-v2/src/tree-node.vue.d.ts +7 -7
- package/lib/components/tree-v2/src/tree.vue.d.ts +8 -8
- package/lib/components/upload/index.d.ts +17 -17
- package/lib/components/upload/index.js +3 -3
- package/lib/components/upload/src/upload-content.js +172 -32
- package/lib/components/upload/src/upload-content.js.map +1 -1
- package/lib/components/upload/src/upload-content.vue.d.ts +3 -3
- package/lib/components/upload/src/upload-content2.js +32 -172
- package/lib/components/upload/src/upload-content2.js.map +1 -1
- package/lib/components/upload/src/upload-dragger.js +12 -72
- package/lib/components/upload/src/upload-dragger.js.map +1 -1
- package/lib/components/upload/src/upload-dragger2.js +72 -12
- package/lib/components/upload/src/upload-dragger2.js.map +1 -1
- package/lib/components/upload/src/upload-list.js +27 -173
- package/lib/components/upload/src/upload-list.js.map +1 -1
- package/lib/components/upload/src/upload-list.vue.d.ts +4 -4
- package/lib/components/upload/src/upload-list2.js +173 -27
- package/lib/components/upload/src/upload-list2.js.map +1 -1
- package/lib/components/upload/src/upload.js +2 -2
- package/lib/components/upload/src/upload.vue.d.ts +17 -17
- package/lib/components/virtual-list/src/builders/build-list.d.ts +1 -1
- package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +1 -1
- package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +1 -1
- package/lib/components/visual-hidden/index.js +2 -2
- package/lib/components/visual-hidden/src/visual-hidden.js +7 -35
- package/lib/components/visual-hidden/src/visual-hidden.js.map +1 -1
- package/lib/components/visual-hidden/src/visual-hidden2.js +35 -7
- package/lib/components/visual-hidden/src/visual-hidden2.js.map +1 -1
- package/lib/hooks/use-floating/index.d.ts +2 -2
- package/lib/hooks/use-popper/index.d.ts +2 -2
- package/lib/index.js +47 -47
- package/package.json +1 -1
|
@@ -179,9 +179,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
179
179
|
$: import("vue").ComponentInternalInstance;
|
|
180
180
|
$data: {};
|
|
181
181
|
$props: Partial<{
|
|
182
|
-
readonly vertical: boolean;
|
|
183
182
|
readonly modelValue: number;
|
|
184
183
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
184
|
+
readonly vertical: boolean;
|
|
185
185
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
186
186
|
readonly modelValue: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
187
187
|
readonly vertical: BooleanConstructor;
|
|
@@ -189,7 +189,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
189
189
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "top", boolean>;
|
|
190
190
|
}>> & {
|
|
191
191
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
192
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
192
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "modelValue" | "placement" | "vertical">;
|
|
193
193
|
$attrs: {
|
|
194
194
|
[x: string]: unknown;
|
|
195
195
|
};
|
|
@@ -585,7 +585,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
585
585
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
586
586
|
__epPropKey: true;
|
|
587
587
|
};
|
|
588
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
588
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
589
589
|
}, {
|
|
590
590
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
591
591
|
showArrow: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -908,7 +908,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
908
908
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
909
909
|
__epPropKey: true;
|
|
910
910
|
};
|
|
911
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
911
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
912
912
|
}>> & {
|
|
913
913
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
914
914
|
}>>;
|
|
@@ -918,9 +918,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
918
918
|
$: import("vue").ComponentInternalInstance;
|
|
919
919
|
$data: {};
|
|
920
920
|
$props: Partial<{
|
|
921
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
921
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
922
922
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
923
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
923
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
924
924
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "role">;
|
|
925
925
|
$attrs: {
|
|
926
926
|
[x: string]: unknown;
|
|
@@ -936,10 +936,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
936
936
|
$emit: (event: string, ...args: any[]) => void;
|
|
937
937
|
$el: any;
|
|
938
938
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
939
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
939
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
940
940
|
}>>, {
|
|
941
941
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
942
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
942
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
943
943
|
}>> & {
|
|
944
944
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
945
945
|
}>>;
|
|
@@ -947,10 +947,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
947
947
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
948
948
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
949
949
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
950
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
950
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
951
951
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
952
952
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
953
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
953
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
954
954
|
}> & {
|
|
955
955
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
956
956
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -972,10 +972,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
972
972
|
$nextTick: typeof import("vue").nextTick;
|
|
973
973
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
974
974
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
975
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
975
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
976
976
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
977
977
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
978
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
978
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
979
979
|
}>> & {
|
|
980
980
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
981
981
|
}>>;
|
|
@@ -983,7 +983,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
983
983
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
984
984
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
985
985
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
986
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
986
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
987
987
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
988
988
|
}> & {} & import("vue").ComponentCustomProperties) | undefined>;
|
|
989
989
|
contentRef: import("vue").Ref<any>;
|
|
@@ -998,10 +998,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
998
998
|
controlled: import("vue").ComputedRef<boolean>;
|
|
999
999
|
isFocusInsideContent: () => boolean | undefined;
|
|
1000
1000
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
1001
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1001
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1002
1002
|
}, {
|
|
1003
1003
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1004
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1004
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1005
1005
|
}>> & {
|
|
1006
1006
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1007
1007
|
}>>;
|
|
@@ -1009,12 +1009,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1009
1009
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
1010
1010
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1011
1011
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1012
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
1012
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
1013
1013
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
1014
1014
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1015
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1015
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1016
1016
|
}>>, {
|
|
1017
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
1017
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
1018
1018
|
}>> & Record<string, any>;
|
|
1019
1019
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
1020
1020
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -1371,8 +1371,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1371
1371
|
readonly id: StringConstructor;
|
|
1372
1372
|
readonly open: BooleanConstructor;
|
|
1373
1373
|
}>>, {
|
|
1374
|
-
readonly open: boolean;
|
|
1375
1374
|
readonly virtualTriggering: boolean;
|
|
1375
|
+
readonly open: boolean;
|
|
1376
1376
|
}>;
|
|
1377
1377
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1378
1378
|
readonly disabled: BooleanConstructor;
|
|
@@ -1430,9 +1430,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1430
1430
|
readonly id: StringConstructor;
|
|
1431
1431
|
readonly open: BooleanConstructor;
|
|
1432
1432
|
}>>, {
|
|
1433
|
-
readonly open: boolean;
|
|
1434
|
-
readonly disabled: boolean;
|
|
1435
1433
|
readonly virtualTriggering: boolean;
|
|
1434
|
+
readonly disabled: boolean;
|
|
1435
|
+
readonly open: boolean;
|
|
1436
1436
|
readonly trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
1437
1437
|
readonly triggerKeys: string[];
|
|
1438
1438
|
}>;
|
|
@@ -2259,7 +2259,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2259
2259
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
2260
2260
|
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2261
2261
|
}, {
|
|
2262
|
-
emit: ((event: "
|
|
2262
|
+
emit: ((event: "close") => void) & ((event: "focus") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
2263
2263
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2264
2264
|
readonly id: StringConstructor;
|
|
2265
2265
|
readonly style: {
|
|
@@ -2509,10 +2509,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2509
2509
|
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2510
2510
|
}>> & {
|
|
2511
2511
|
onClose?: (() => any) | undefined;
|
|
2512
|
-
onBlur?: (() => any) | undefined;
|
|
2513
2512
|
onFocus?: (() => any) | undefined;
|
|
2514
|
-
|
|
2513
|
+
onBlur?: (() => any) | undefined;
|
|
2515
2514
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2515
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2516
2516
|
}>>;
|
|
2517
2517
|
focusStartRef: import("vue").Ref<HTMLElement | "first" | "container" | undefined>;
|
|
2518
2518
|
trapped: import("vue").Ref<boolean>;
|
|
@@ -2581,7 +2581,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2581
2581
|
};
|
|
2582
2582
|
}, {
|
|
2583
2583
|
onKeydown: (e: KeyboardEvent) => void;
|
|
2584
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
2584
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested")[], "focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2585
2585
|
loop: BooleanConstructor;
|
|
2586
2586
|
trapped: BooleanConstructor;
|
|
2587
2587
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -2856,14 +2856,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2856
2856
|
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2857
2857
|
}>> & {
|
|
2858
2858
|
onClose?: (() => any) | undefined;
|
|
2859
|
-
onBlur?: (() => any) | undefined;
|
|
2860
2859
|
onFocus?: (() => any) | undefined;
|
|
2861
|
-
|
|
2860
|
+
onBlur?: (() => any) | undefined;
|
|
2862
2861
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2862
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2863
2863
|
}, {
|
|
2864
2864
|
readonly offset: number;
|
|
2865
2865
|
readonly effect: string;
|
|
2866
|
-
readonly visible: boolean;
|
|
2867
2866
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
2868
2867
|
readonly boundariesPadding: number;
|
|
2869
2868
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
@@ -2875,6 +2874,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2875
2874
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2876
2875
|
readonly stopPopperMouseEvent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2877
2876
|
readonly ariaLabel: string;
|
|
2877
|
+
readonly visible: boolean;
|
|
2878
2878
|
readonly pure: boolean;
|
|
2879
2879
|
readonly virtualTriggering: boolean;
|
|
2880
2880
|
}>;
|
|
@@ -3143,9 +3143,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3143
3143
|
}>>, {
|
|
3144
3144
|
readonly offset: number;
|
|
3145
3145
|
readonly effect: string;
|
|
3146
|
-
readonly visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
3147
|
-
readonly content: string;
|
|
3148
|
-
readonly disabled: boolean;
|
|
3149
3146
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3150
3147
|
readonly showAfter: number;
|
|
3151
3148
|
readonly hideAfter: number;
|
|
@@ -3159,11 +3156,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3159
3156
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3160
3157
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3161
3158
|
readonly stopPopperMouseEvent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3159
|
+
readonly visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
3162
3160
|
readonly pure: boolean;
|
|
3163
3161
|
readonly virtualTriggering: boolean;
|
|
3162
|
+
readonly content: string;
|
|
3164
3163
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3165
3164
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3166
3165
|
readonly persistent: boolean;
|
|
3166
|
+
readonly disabled: boolean;
|
|
3167
3167
|
}>;
|
|
3168
3168
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3169
3169
|
showArrow: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -3486,16 +3486,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3486
3486
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3487
3487
|
__epPropKey: true;
|
|
3488
3488
|
};
|
|
3489
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3489
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3490
3490
|
}>> & {
|
|
3491
3491
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3492
3492
|
}, {
|
|
3493
3493
|
offset: number;
|
|
3494
3494
|
effect: string;
|
|
3495
|
-
visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
3496
|
-
content: string;
|
|
3497
|
-
open: boolean;
|
|
3498
|
-
disabled: boolean;
|
|
3499
3495
|
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3500
3496
|
showAfter: number;
|
|
3501
3497
|
hideAfter: number;
|
|
@@ -3509,12 +3505,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3509
3505
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3510
3506
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3511
3507
|
stopPopperMouseEvent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3508
|
+
visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
3512
3509
|
pure: boolean;
|
|
3513
3510
|
virtualTriggering: boolean;
|
|
3511
|
+
content: string;
|
|
3514
3512
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3515
3513
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3516
3514
|
persistent: boolean;
|
|
3517
|
-
|
|
3515
|
+
disabled: boolean;
|
|
3516
|
+
open: boolean;
|
|
3517
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
3518
3518
|
trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
3519
3519
|
triggerKeys: string[];
|
|
3520
3520
|
arrowOffset: number;
|
|
@@ -3523,9 +3523,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3523
3523
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3524
3524
|
"update:modelValue": (value: number) => boolean;
|
|
3525
3525
|
}, string, {
|
|
3526
|
-
readonly vertical: boolean;
|
|
3527
3526
|
readonly modelValue: number;
|
|
3528
3527
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3528
|
+
readonly vertical: boolean;
|
|
3529
3529
|
}> & {
|
|
3530
3530
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
3531
3531
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -3928,7 +3928,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3928
3928
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3929
3929
|
__epPropKey: true;
|
|
3930
3930
|
};
|
|
3931
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3931
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3932
3932
|
}, {
|
|
3933
3933
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
3934
3934
|
showArrow: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -4251,7 +4251,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4251
4251
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4252
4252
|
__epPropKey: true;
|
|
4253
4253
|
};
|
|
4254
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4254
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4255
4255
|
}>> & {
|
|
4256
4256
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4257
4257
|
}>>;
|
|
@@ -4261,9 +4261,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4261
4261
|
$: import("vue").ComponentInternalInstance;
|
|
4262
4262
|
$data: {};
|
|
4263
4263
|
$props: Partial<{
|
|
4264
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4264
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
4265
4265
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
4266
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4266
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4267
4267
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "role">;
|
|
4268
4268
|
$attrs: {
|
|
4269
4269
|
[x: string]: unknown;
|
|
@@ -4279,10 +4279,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4279
4279
|
$emit: (event: string, ...args: any[]) => void;
|
|
4280
4280
|
$el: any;
|
|
4281
4281
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
4282
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4282
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4283
4283
|
}>>, {
|
|
4284
4284
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4285
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4285
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4286
4286
|
}>> & {
|
|
4287
4287
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4288
4288
|
}>>;
|
|
@@ -4290,10 +4290,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4290
4290
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4291
4291
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4292
4292
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4293
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4293
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
4294
4294
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
4295
4295
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
4296
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4296
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
4297
4297
|
}> & {
|
|
4298
4298
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
4299
4299
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -4315,10 +4315,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4315
4315
|
$nextTick: typeof import("vue").nextTick;
|
|
4316
4316
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
4317
4317
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
4318
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4318
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4319
4319
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
4320
4320
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4321
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4321
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4322
4322
|
}>> & {
|
|
4323
4323
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4324
4324
|
}>>;
|
|
@@ -4326,7 +4326,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4326
4326
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4327
4327
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4328
4328
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4329
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4329
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
4330
4330
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
4331
4331
|
}> & {} & import("vue").ComponentCustomProperties) | undefined>;
|
|
4332
4332
|
contentRef: import("vue").Ref<any>;
|
|
@@ -4341,10 +4341,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4341
4341
|
controlled: import("vue").ComputedRef<boolean>;
|
|
4342
4342
|
isFocusInsideContent: () => boolean | undefined;
|
|
4343
4343
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4344
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4344
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4345
4345
|
}, {
|
|
4346
4346
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4347
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4347
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4348
4348
|
}>> & {
|
|
4349
4349
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4350
4350
|
}>>;
|
|
@@ -4352,12 +4352,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4352
4352
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4353
4353
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4354
4354
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4355
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4355
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
4356
4356
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
4357
4357
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4358
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4358
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4359
4359
|
}>>, {
|
|
4360
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4360
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
4361
4361
|
}>> & Record<string, any>;
|
|
4362
4362
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
4363
4363
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -4714,8 +4714,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4714
4714
|
readonly id: StringConstructor;
|
|
4715
4715
|
readonly open: BooleanConstructor;
|
|
4716
4716
|
}>>, {
|
|
4717
|
-
readonly open: boolean;
|
|
4718
4717
|
readonly virtualTriggering: boolean;
|
|
4718
|
+
readonly open: boolean;
|
|
4719
4719
|
}>;
|
|
4720
4720
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4721
4721
|
readonly disabled: BooleanConstructor;
|
|
@@ -4773,9 +4773,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4773
4773
|
readonly id: StringConstructor;
|
|
4774
4774
|
readonly open: BooleanConstructor;
|
|
4775
4775
|
}>>, {
|
|
4776
|
-
readonly open: boolean;
|
|
4777
|
-
readonly disabled: boolean;
|
|
4778
4776
|
readonly virtualTriggering: boolean;
|
|
4777
|
+
readonly disabled: boolean;
|
|
4778
|
+
readonly open: boolean;
|
|
4779
4779
|
readonly trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
4780
4780
|
readonly triggerKeys: string[];
|
|
4781
4781
|
}>;
|
|
@@ -5602,7 +5602,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5602
5602
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5603
5603
|
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5604
5604
|
}, {
|
|
5605
|
-
emit: ((event: "
|
|
5605
|
+
emit: ((event: "close") => void) & ((event: "focus") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
5606
5606
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
5607
5607
|
readonly id: StringConstructor;
|
|
5608
5608
|
readonly style: {
|
|
@@ -5852,10 +5852,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5852
5852
|
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5853
5853
|
}>> & {
|
|
5854
5854
|
onClose?: (() => any) | undefined;
|
|
5855
|
-
onBlur?: (() => any) | undefined;
|
|
5856
5855
|
onFocus?: (() => any) | undefined;
|
|
5857
|
-
|
|
5856
|
+
onBlur?: (() => any) | undefined;
|
|
5858
5857
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
5858
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
5859
5859
|
}>>;
|
|
5860
5860
|
focusStartRef: import("vue").Ref<HTMLElement | "first" | "container" | undefined>;
|
|
5861
5861
|
trapped: import("vue").Ref<boolean>;
|
|
@@ -5924,7 +5924,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5924
5924
|
};
|
|
5925
5925
|
}, {
|
|
5926
5926
|
onKeydown: (e: KeyboardEvent) => void;
|
|
5927
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
5927
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested")[], "focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5928
5928
|
loop: BooleanConstructor;
|
|
5929
5929
|
trapped: BooleanConstructor;
|
|
5930
5930
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -6199,14 +6199,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6199
6199
|
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6200
6200
|
}>> & {
|
|
6201
6201
|
onClose?: (() => any) | undefined;
|
|
6202
|
-
onBlur?: (() => any) | undefined;
|
|
6203
6202
|
onFocus?: (() => any) | undefined;
|
|
6204
|
-
|
|
6203
|
+
onBlur?: (() => any) | undefined;
|
|
6205
6204
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6205
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
6206
6206
|
}, {
|
|
6207
6207
|
readonly offset: number;
|
|
6208
6208
|
readonly effect: string;
|
|
6209
|
-
readonly visible: boolean;
|
|
6210
6209
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6211
6210
|
readonly boundariesPadding: number;
|
|
6212
6211
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
@@ -6218,6 +6217,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6218
6217
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6219
6218
|
readonly stopPopperMouseEvent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6220
6219
|
readonly ariaLabel: string;
|
|
6220
|
+
readonly visible: boolean;
|
|
6221
6221
|
readonly pure: boolean;
|
|
6222
6222
|
readonly virtualTriggering: boolean;
|
|
6223
6223
|
}>;
|
|
@@ -6486,9 +6486,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6486
6486
|
}>>, {
|
|
6487
6487
|
readonly offset: number;
|
|
6488
6488
|
readonly effect: string;
|
|
6489
|
-
readonly visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
6490
|
-
readonly content: string;
|
|
6491
|
-
readonly disabled: boolean;
|
|
6492
6489
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6493
6490
|
readonly showAfter: number;
|
|
6494
6491
|
readonly hideAfter: number;
|
|
@@ -6502,11 +6499,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6502
6499
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6503
6500
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6504
6501
|
readonly stopPopperMouseEvent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6502
|
+
readonly visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
6505
6503
|
readonly pure: boolean;
|
|
6506
6504
|
readonly virtualTriggering: boolean;
|
|
6505
|
+
readonly content: string;
|
|
6507
6506
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6508
6507
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6509
6508
|
readonly persistent: boolean;
|
|
6509
|
+
readonly disabled: boolean;
|
|
6510
6510
|
}>;
|
|
6511
6511
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6512
6512
|
showArrow: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -6829,16 +6829,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6829
6829
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6830
6830
|
__epPropKey: true;
|
|
6831
6831
|
};
|
|
6832
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
6832
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
6833
6833
|
}>> & {
|
|
6834
6834
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
6835
6835
|
}, {
|
|
6836
6836
|
offset: number;
|
|
6837
6837
|
effect: string;
|
|
6838
|
-
visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
6839
|
-
content: string;
|
|
6840
|
-
open: boolean;
|
|
6841
|
-
disabled: boolean;
|
|
6842
6838
|
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6843
6839
|
showAfter: number;
|
|
6844
6840
|
hideAfter: number;
|
|
@@ -6852,12 +6848,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6852
6848
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6853
6849
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6854
6850
|
stopPopperMouseEvent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6851
|
+
visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
6855
6852
|
pure: boolean;
|
|
6856
6853
|
virtualTriggering: boolean;
|
|
6854
|
+
content: string;
|
|
6857
6855
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6858
6856
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6859
6857
|
persistent: boolean;
|
|
6860
|
-
|
|
6858
|
+
disabled: boolean;
|
|
6859
|
+
open: boolean;
|
|
6860
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
6861
6861
|
trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
6862
6862
|
triggerKeys: string[];
|
|
6863
6863
|
arrowOffset: number;
|
|
@@ -6868,9 +6868,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6868
6868
|
$: import("vue").ComponentInternalInstance;
|
|
6869
6869
|
$data: {};
|
|
6870
6870
|
$props: Partial<{
|
|
6871
|
-
readonly vertical: boolean;
|
|
6872
6871
|
readonly modelValue: number;
|
|
6873
6872
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6873
|
+
readonly vertical: boolean;
|
|
6874
6874
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
6875
6875
|
readonly modelValue: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6876
6876
|
readonly vertical: BooleanConstructor;
|
|
@@ -6878,7 +6878,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6878
6878
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "top", boolean>;
|
|
6879
6879
|
}>> & {
|
|
6880
6880
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
6881
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
6881
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "modelValue" | "placement" | "vertical">;
|
|
6882
6882
|
$attrs: {
|
|
6883
6883
|
[x: string]: unknown;
|
|
6884
6884
|
};
|
|
@@ -7274,7 +7274,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7274
7274
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7275
7275
|
__epPropKey: true;
|
|
7276
7276
|
};
|
|
7277
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7277
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7278
7278
|
}, {
|
|
7279
7279
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7280
7280
|
showArrow: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -7597,7 +7597,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7597
7597
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7598
7598
|
__epPropKey: true;
|
|
7599
7599
|
};
|
|
7600
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7600
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7601
7601
|
}>> & {
|
|
7602
7602
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7603
7603
|
}>>;
|
|
@@ -7607,9 +7607,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7607
7607
|
$: import("vue").ComponentInternalInstance;
|
|
7608
7608
|
$data: {};
|
|
7609
7609
|
$props: Partial<{
|
|
7610
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
7610
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
7611
7611
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
7612
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7612
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7613
7613
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "role">;
|
|
7614
7614
|
$attrs: {
|
|
7615
7615
|
[x: string]: unknown;
|
|
@@ -7625,10 +7625,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7625
7625
|
$emit: (event: string, ...args: any[]) => void;
|
|
7626
7626
|
$el: any;
|
|
7627
7627
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
7628
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7628
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7629
7629
|
}>>, {
|
|
7630
7630
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7631
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7631
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7632
7632
|
}>> & {
|
|
7633
7633
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
7634
7634
|
}>>;
|
|
@@ -7636,10 +7636,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7636
7636
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
7637
7637
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7638
7638
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7639
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
7639
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
7640
7640
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
7641
7641
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
7642
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
7642
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
7643
7643
|
}> & {
|
|
7644
7644
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
7645
7645
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -7661,10 +7661,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7661
7661
|
$nextTick: typeof import("vue").nextTick;
|
|
7662
7662
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
7663
7663
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
7664
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7664
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7665
7665
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
7666
7666
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7667
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7667
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7668
7668
|
}>> & {
|
|
7669
7669
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
7670
7670
|
}>>;
|
|
@@ -7672,7 +7672,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7672
7672
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
7673
7673
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7674
7674
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7675
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
7675
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
7676
7676
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
7677
7677
|
}> & {} & import("vue").ComponentCustomProperties) | undefined>;
|
|
7678
7678
|
contentRef: import("vue").Ref<any>;
|
|
@@ -7687,10 +7687,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7687
7687
|
controlled: import("vue").ComputedRef<boolean>;
|
|
7688
7688
|
isFocusInsideContent: () => boolean | undefined;
|
|
7689
7689
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
7690
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7690
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7691
7691
|
}, {
|
|
7692
7692
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7693
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7693
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7694
7694
|
}>> & {
|
|
7695
7695
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
7696
7696
|
}>>;
|
|
@@ -7698,12 +7698,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7698
7698
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
7699
7699
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7700
7700
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7701
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
7701
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
7702
7702
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
7703
7703
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7704
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
7704
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7705
7705
|
}>>, {
|
|
7706
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
7706
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
7707
7707
|
}>> & Record<string, any>;
|
|
7708
7708
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
7709
7709
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -8060,8 +8060,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8060
8060
|
readonly id: StringConstructor;
|
|
8061
8061
|
readonly open: BooleanConstructor;
|
|
8062
8062
|
}>>, {
|
|
8063
|
-
readonly open: boolean;
|
|
8064
8063
|
readonly virtualTriggering: boolean;
|
|
8064
|
+
readonly open: boolean;
|
|
8065
8065
|
}>;
|
|
8066
8066
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8067
8067
|
readonly disabled: BooleanConstructor;
|
|
@@ -8119,9 +8119,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8119
8119
|
readonly id: StringConstructor;
|
|
8120
8120
|
readonly open: BooleanConstructor;
|
|
8121
8121
|
}>>, {
|
|
8122
|
-
readonly open: boolean;
|
|
8123
|
-
readonly disabled: boolean;
|
|
8124
8122
|
readonly virtualTriggering: boolean;
|
|
8123
|
+
readonly disabled: boolean;
|
|
8124
|
+
readonly open: boolean;
|
|
8125
8125
|
readonly trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
8126
8126
|
readonly triggerKeys: string[];
|
|
8127
8127
|
}>;
|
|
@@ -8948,7 +8948,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8948
8948
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
8949
8949
|
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8950
8950
|
}, {
|
|
8951
|
-
emit: ((event: "
|
|
8951
|
+
emit: ((event: "close") => void) & ((event: "focus") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
8952
8952
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
8953
8953
|
readonly id: StringConstructor;
|
|
8954
8954
|
readonly style: {
|
|
@@ -9198,10 +9198,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9198
9198
|
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9199
9199
|
}>> & {
|
|
9200
9200
|
onClose?: (() => any) | undefined;
|
|
9201
|
-
onBlur?: (() => any) | undefined;
|
|
9202
9201
|
onFocus?: (() => any) | undefined;
|
|
9203
|
-
|
|
9202
|
+
onBlur?: (() => any) | undefined;
|
|
9204
9203
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9204
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
9205
9205
|
}>>;
|
|
9206
9206
|
focusStartRef: import("vue").Ref<HTMLElement | "first" | "container" | undefined>;
|
|
9207
9207
|
trapped: import("vue").Ref<boolean>;
|
|
@@ -9270,7 +9270,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9270
9270
|
};
|
|
9271
9271
|
}, {
|
|
9272
9272
|
onKeydown: (e: KeyboardEvent) => void;
|
|
9273
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
9273
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested")[], "focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9274
9274
|
loop: BooleanConstructor;
|
|
9275
9275
|
trapped: BooleanConstructor;
|
|
9276
9276
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -9545,14 +9545,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9545
9545
|
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9546
9546
|
}>> & {
|
|
9547
9547
|
onClose?: (() => any) | undefined;
|
|
9548
|
-
onBlur?: (() => any) | undefined;
|
|
9549
9548
|
onFocus?: (() => any) | undefined;
|
|
9550
|
-
|
|
9549
|
+
onBlur?: (() => any) | undefined;
|
|
9551
9550
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9551
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
9552
9552
|
}, {
|
|
9553
9553
|
readonly offset: number;
|
|
9554
9554
|
readonly effect: string;
|
|
9555
|
-
readonly visible: boolean;
|
|
9556
9555
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9557
9556
|
readonly boundariesPadding: number;
|
|
9558
9557
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
@@ -9564,6 +9563,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9564
9563
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9565
9564
|
readonly stopPopperMouseEvent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9566
9565
|
readonly ariaLabel: string;
|
|
9566
|
+
readonly visible: boolean;
|
|
9567
9567
|
readonly pure: boolean;
|
|
9568
9568
|
readonly virtualTriggering: boolean;
|
|
9569
9569
|
}>;
|
|
@@ -9832,9 +9832,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9832
9832
|
}>>, {
|
|
9833
9833
|
readonly offset: number;
|
|
9834
9834
|
readonly effect: string;
|
|
9835
|
-
readonly visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
9836
|
-
readonly content: string;
|
|
9837
|
-
readonly disabled: boolean;
|
|
9838
9835
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9839
9836
|
readonly showAfter: number;
|
|
9840
9837
|
readonly hideAfter: number;
|
|
@@ -9848,11 +9845,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9848
9845
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9849
9846
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9850
9847
|
readonly stopPopperMouseEvent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9848
|
+
readonly visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
9851
9849
|
readonly pure: boolean;
|
|
9852
9850
|
readonly virtualTriggering: boolean;
|
|
9851
|
+
readonly content: string;
|
|
9853
9852
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9854
9853
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9855
9854
|
readonly persistent: boolean;
|
|
9855
|
+
readonly disabled: boolean;
|
|
9856
9856
|
}>;
|
|
9857
9857
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9858
9858
|
showArrow: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -10175,16 +10175,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10175
10175
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10176
10176
|
__epPropKey: true;
|
|
10177
10177
|
};
|
|
10178
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10178
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10179
10179
|
}>> & {
|
|
10180
10180
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10181
10181
|
}, {
|
|
10182
10182
|
offset: number;
|
|
10183
10183
|
effect: string;
|
|
10184
|
-
visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
10185
|
-
content: string;
|
|
10186
|
-
open: boolean;
|
|
10187
|
-
disabled: boolean;
|
|
10188
10184
|
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
10189
10185
|
showAfter: number;
|
|
10190
10186
|
hideAfter: number;
|
|
@@ -10198,12 +10194,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10198
10194
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10199
10195
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10200
10196
|
stopPopperMouseEvent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10197
|
+
visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
10201
10198
|
pure: boolean;
|
|
10202
10199
|
virtualTriggering: boolean;
|
|
10200
|
+
content: string;
|
|
10203
10201
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10204
10202
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
10205
10203
|
persistent: boolean;
|
|
10206
|
-
|
|
10204
|
+
disabled: boolean;
|
|
10205
|
+
open: boolean;
|
|
10206
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
10207
10207
|
trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
10208
10208
|
triggerKeys: string[];
|
|
10209
10209
|
arrowOffset: number;
|
|
@@ -10212,9 +10212,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10212
10212
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
10213
10213
|
"update:modelValue": (value: number) => boolean;
|
|
10214
10214
|
}, string, {
|
|
10215
|
-
readonly vertical: boolean;
|
|
10216
10215
|
readonly modelValue: number;
|
|
10217
10216
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
10217
|
+
readonly vertical: boolean;
|
|
10218
10218
|
}> & {
|
|
10219
10219
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
10220
10220
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -10617,7 +10617,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10617
10617
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10618
10618
|
__epPropKey: true;
|
|
10619
10619
|
};
|
|
10620
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10620
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10621
10621
|
}, {
|
|
10622
10622
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10623
10623
|
showArrow: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -10940,7 +10940,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10940
10940
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10941
10941
|
__epPropKey: true;
|
|
10942
10942
|
};
|
|
10943
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10943
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10944
10944
|
}>> & {
|
|
10945
10945
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10946
10946
|
}>>;
|
|
@@ -10950,9 +10950,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10950
10950
|
$: import("vue").ComponentInternalInstance;
|
|
10951
10951
|
$data: {};
|
|
10952
10952
|
$props: Partial<{
|
|
10953
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
10953
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
10954
10954
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
10955
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10955
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10956
10956
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "role">;
|
|
10957
10957
|
$attrs: {
|
|
10958
10958
|
[x: string]: unknown;
|
|
@@ -10968,10 +10968,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10968
10968
|
$emit: (event: string, ...args: any[]) => void;
|
|
10969
10969
|
$el: any;
|
|
10970
10970
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
10971
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10971
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10972
10972
|
}>>, {
|
|
10973
10973
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10974
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
10974
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10975
10975
|
}>> & {
|
|
10976
10976
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
10977
10977
|
}>>;
|
|
@@ -10979,10 +10979,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10979
10979
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
10980
10980
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10981
10981
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10982
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
10982
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
10983
10983
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
10984
10984
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
10985
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
10985
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
10986
10986
|
}> & {
|
|
10987
10987
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
10988
10988
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -11004,10 +11004,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11004
11004
|
$nextTick: typeof import("vue").nextTick;
|
|
11005
11005
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
11006
11006
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
11007
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11007
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
11008
11008
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
11009
11009
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
11010
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11010
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
11011
11011
|
}>> & {
|
|
11012
11012
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
11013
11013
|
}>>;
|
|
@@ -11015,7 +11015,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11015
11015
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
11016
11016
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
11017
11017
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
11018
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
11018
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
11019
11019
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
11020
11020
|
}> & {} & import("vue").ComponentCustomProperties) | undefined>;
|
|
11021
11021
|
contentRef: import("vue").Ref<any>;
|
|
@@ -11030,10 +11030,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11030
11030
|
controlled: import("vue").ComputedRef<boolean>;
|
|
11031
11031
|
isFocusInsideContent: () => boolean | undefined;
|
|
11032
11032
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
11033
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11033
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
11034
11034
|
}, {
|
|
11035
11035
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
11036
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11036
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
11037
11037
|
}>> & {
|
|
11038
11038
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
11039
11039
|
}>>;
|
|
@@ -11041,12 +11041,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11041
11041
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
11042
11042
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
11043
11043
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
11044
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
11044
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
11045
11045
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
11046
11046
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11047
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
11047
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
11048
11048
|
}>>, {
|
|
11049
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
11049
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
11050
11050
|
}>> & Record<string, any>;
|
|
11051
11051
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
11052
11052
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -11403,8 +11403,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11403
11403
|
readonly id: StringConstructor;
|
|
11404
11404
|
readonly open: BooleanConstructor;
|
|
11405
11405
|
}>>, {
|
|
11406
|
-
readonly open: boolean;
|
|
11407
11406
|
readonly virtualTriggering: boolean;
|
|
11407
|
+
readonly open: boolean;
|
|
11408
11408
|
}>;
|
|
11409
11409
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11410
11410
|
readonly disabled: BooleanConstructor;
|
|
@@ -11462,9 +11462,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11462
11462
|
readonly id: StringConstructor;
|
|
11463
11463
|
readonly open: BooleanConstructor;
|
|
11464
11464
|
}>>, {
|
|
11465
|
-
readonly open: boolean;
|
|
11466
|
-
readonly disabled: boolean;
|
|
11467
11465
|
readonly virtualTriggering: boolean;
|
|
11466
|
+
readonly disabled: boolean;
|
|
11467
|
+
readonly open: boolean;
|
|
11468
11468
|
readonly trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
11469
11469
|
readonly triggerKeys: string[];
|
|
11470
11470
|
}>;
|
|
@@ -12291,7 +12291,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12291
12291
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
12292
12292
|
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12293
12293
|
}, {
|
|
12294
|
-
emit: ((event: "
|
|
12294
|
+
emit: ((event: "close") => void) & ((event: "focus") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
12295
12295
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
12296
12296
|
readonly id: StringConstructor;
|
|
12297
12297
|
readonly style: {
|
|
@@ -12541,10 +12541,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12541
12541
|
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12542
12542
|
}>> & {
|
|
12543
12543
|
onClose?: (() => any) | undefined;
|
|
12544
|
-
onBlur?: (() => any) | undefined;
|
|
12545
12544
|
onFocus?: (() => any) | undefined;
|
|
12546
|
-
|
|
12545
|
+
onBlur?: (() => any) | undefined;
|
|
12547
12546
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12547
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12548
12548
|
}>>;
|
|
12549
12549
|
focusStartRef: import("vue").Ref<HTMLElement | "first" | "container" | undefined>;
|
|
12550
12550
|
trapped: import("vue").Ref<boolean>;
|
|
@@ -12613,7 +12613,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12613
12613
|
};
|
|
12614
12614
|
}, {
|
|
12615
12615
|
onKeydown: (e: KeyboardEvent) => void;
|
|
12616
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
12616
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested")[], "focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12617
12617
|
loop: BooleanConstructor;
|
|
12618
12618
|
trapped: BooleanConstructor;
|
|
12619
12619
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -12888,14 +12888,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12888
12888
|
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12889
12889
|
}>> & {
|
|
12890
12890
|
onClose?: (() => any) | undefined;
|
|
12891
|
-
onBlur?: (() => any) | undefined;
|
|
12892
12891
|
onFocus?: (() => any) | undefined;
|
|
12893
|
-
|
|
12892
|
+
onBlur?: (() => any) | undefined;
|
|
12894
12893
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12894
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12895
12895
|
}, {
|
|
12896
12896
|
readonly offset: number;
|
|
12897
12897
|
readonly effect: string;
|
|
12898
|
-
readonly visible: boolean;
|
|
12899
12898
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12900
12899
|
readonly boundariesPadding: number;
|
|
12901
12900
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
@@ -12907,6 +12906,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12907
12906
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12908
12907
|
readonly stopPopperMouseEvent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12909
12908
|
readonly ariaLabel: string;
|
|
12909
|
+
readonly visible: boolean;
|
|
12910
12910
|
readonly pure: boolean;
|
|
12911
12911
|
readonly virtualTriggering: boolean;
|
|
12912
12912
|
}>;
|
|
@@ -13175,9 +13175,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13175
13175
|
}>>, {
|
|
13176
13176
|
readonly offset: number;
|
|
13177
13177
|
readonly effect: string;
|
|
13178
|
-
readonly visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
13179
|
-
readonly content: string;
|
|
13180
|
-
readonly disabled: boolean;
|
|
13181
13178
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
13182
13179
|
readonly showAfter: number;
|
|
13183
13180
|
readonly hideAfter: number;
|
|
@@ -13191,11 +13188,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13191
13188
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13192
13189
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13193
13190
|
readonly stopPopperMouseEvent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13191
|
+
readonly visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
13194
13192
|
readonly pure: boolean;
|
|
13195
13193
|
readonly virtualTriggering: boolean;
|
|
13194
|
+
readonly content: string;
|
|
13196
13195
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13197
13196
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13198
13197
|
readonly persistent: boolean;
|
|
13198
|
+
readonly disabled: boolean;
|
|
13199
13199
|
}>;
|
|
13200
13200
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13201
13201
|
showArrow: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -13518,16 +13518,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13518
13518
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13519
13519
|
__epPropKey: true;
|
|
13520
13520
|
};
|
|
13521
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
13521
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
13522
13522
|
}>> & {
|
|
13523
13523
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
13524
13524
|
}, {
|
|
13525
13525
|
offset: number;
|
|
13526
13526
|
effect: string;
|
|
13527
|
-
visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
13528
|
-
content: string;
|
|
13529
|
-
open: boolean;
|
|
13530
|
-
disabled: boolean;
|
|
13531
13527
|
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
13532
13528
|
showAfter: number;
|
|
13533
13529
|
hideAfter: number;
|
|
@@ -13541,12 +13537,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13541
13537
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13542
13538
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13543
13539
|
stopPopperMouseEvent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13540
|
+
visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
13544
13541
|
pure: boolean;
|
|
13545
13542
|
virtualTriggering: boolean;
|
|
13543
|
+
content: string;
|
|
13546
13544
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13547
13545
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13548
13546
|
persistent: boolean;
|
|
13549
|
-
|
|
13547
|
+
disabled: boolean;
|
|
13548
|
+
open: boolean;
|
|
13549
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
13550
13550
|
trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
13551
13551
|
triggerKeys: string[];
|
|
13552
13552
|
arrowOffset: number;
|
|
@@ -13647,10 +13647,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13647
13647
|
onChange?: ((cur: number | undefined, prev: number | undefined) => any) | undefined;
|
|
13648
13648
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
13649
13649
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
13650
|
-
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
13651
13650
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
13651
|
+
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
13652
13652
|
}>>;
|
|
13653
|
-
emit: ((event: "update:modelValue", val: number | undefined) => void) & ((event: "change", cur: number | undefined, prev: number | undefined) => void) & ((event: "input", val: number | null | undefined) => void) & ((event: "
|
|
13653
|
+
emit: ((event: "update:modelValue", val: number | undefined) => void) & ((event: "change", cur: number | undefined, prev: number | undefined) => void) & ((event: "input", val: number | null | undefined) => void) & ((event: "focus", e: FocusEvent) => void) & ((event: "blur", e: FocusEvent) => void);
|
|
13654
13654
|
t: import("beyond-webui/es/hooks").Translator;
|
|
13655
13655
|
ns: {
|
|
13656
13656
|
namespace: import("vue").ComputedRef<string>;
|
|
@@ -13675,10 +13675,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13675
13675
|
$data: {};
|
|
13676
13676
|
$props: Partial<{
|
|
13677
13677
|
readonly type: string;
|
|
13678
|
-
readonly disabled: boolean;
|
|
13679
13678
|
readonly modelValue: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
13680
13679
|
readonly label: string;
|
|
13681
13680
|
readonly id: string;
|
|
13681
|
+
readonly disabled: boolean;
|
|
13682
13682
|
readonly clearable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13683
13683
|
readonly isFloat: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13684
13684
|
readonly inputState: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -13765,17 +13765,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13765
13765
|
onChange?: ((value: string) => any) | undefined;
|
|
13766
13766
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13767
13767
|
onInput?: ((value: string) => any) | undefined;
|
|
13768
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13769
13768
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13769
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13770
13770
|
onClear?: (() => any) | undefined;
|
|
13771
|
-
|
|
13771
|
+
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
13772
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13773
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13774
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13772
13775
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13773
13776
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13774
|
-
|
|
13775
|
-
|
|
13776
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13777
|
-
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
13778
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "modelValue" | "label" | "id" | "clearable" | "isFloat" | "inputState" | "isEditMode" | "preStar" | "pwdIcon" | "isFixFocus" | "autosize" | "autocomplete" | "placeholder" | "readonly" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "validateEvent" | "inputStyle">;
|
|
13777
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13778
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "modelValue" | "label" | "id" | "disabled" | "clearable" | "isFloat" | "inputState" | "isEditMode" | "preStar" | "pwdIcon" | "isFixFocus" | "autosize" | "autocomplete" | "placeholder" | "readonly" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "validateEvent" | "inputStyle">;
|
|
13779
13779
|
$attrs: {
|
|
13780
13780
|
[x: string]: unknown;
|
|
13781
13781
|
};
|
|
@@ -13787,7 +13787,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13787
13787
|
}>;
|
|
13788
13788
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
13789
13789
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
13790
|
-
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "
|
|
13790
|
+
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "passwordVisible", value: boolean) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
13791
13791
|
$el: any;
|
|
13792
13792
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
13793
13793
|
readonly isFloat: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
@@ -13858,16 +13858,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13858
13858
|
onChange?: ((value: string) => any) | undefined;
|
|
13859
13859
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13860
13860
|
onInput?: ((value: string) => any) | undefined;
|
|
13861
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13862
13861
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13862
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13863
13863
|
onClear?: (() => any) | undefined;
|
|
13864
|
-
|
|
13864
|
+
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
13865
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13866
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13867
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13865
13868
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13866
13869
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13867
|
-
|
|
13868
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13869
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13870
|
-
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
13870
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13871
13871
|
}, {
|
|
13872
13872
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
13873
13873
|
readonly isFloat: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
@@ -13938,18 +13938,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13938
13938
|
onChange?: ((value: string) => any) | undefined;
|
|
13939
13939
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13940
13940
|
onInput?: ((value: string) => any) | undefined;
|
|
13941
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13942
13941
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13942
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13943
13943
|
onClear?: (() => any) | undefined;
|
|
13944
|
-
|
|
13944
|
+
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
13945
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13946
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13947
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13945
13948
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13946
13949
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13947
|
-
|
|
13948
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13949
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13950
|
-
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
13950
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13951
13951
|
}>>;
|
|
13952
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "
|
|
13952
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "passwordVisible", value: boolean) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
13953
13953
|
rawAttrs: {
|
|
13954
13954
|
[x: string]: unknown;
|
|
13955
13955
|
};
|
|
@@ -14013,7 +14013,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14013
14013
|
inputPlaceholder: import("vue").Ref<string>;
|
|
14014
14014
|
_ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
14015
14015
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
14016
|
-
validateState: import("vue").ComputedRef<"" | "
|
|
14016
|
+
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
14017
14017
|
validateIcon: import("vue").ComputedRef<"" | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
14018
14018
|
passwordIcon: import("vue").ComputedRef<import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
14019
14019
|
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
@@ -14061,10 +14061,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14061
14061
|
compositionend: (evt: CompositionEvent) => boolean;
|
|
14062
14062
|
}, string, {
|
|
14063
14063
|
readonly type: string;
|
|
14064
|
-
readonly disabled: boolean;
|
|
14065
14064
|
readonly modelValue: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
14066
14065
|
readonly label: string;
|
|
14067
14066
|
readonly id: string;
|
|
14067
|
+
readonly disabled: boolean;
|
|
14068
14068
|
readonly clearable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14069
14069
|
readonly isFloat: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14070
14070
|
readonly inputState: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -14171,16 +14171,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14171
14171
|
onChange?: ((value: string) => any) | undefined;
|
|
14172
14172
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14173
14173
|
onInput?: ((value: string) => any) | undefined;
|
|
14174
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14175
14174
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14175
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14176
14176
|
onClear?: (() => any) | undefined;
|
|
14177
|
-
|
|
14177
|
+
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
14178
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14179
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14180
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
14178
14181
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14179
14182
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
14180
|
-
|
|
14181
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14182
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14183
|
-
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
14183
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14184
14184
|
} & import("vue").ShallowUnwrapRef<{
|
|
14185
14185
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
14186
14186
|
readonly isFloat: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
@@ -14251,18 +14251,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14251
14251
|
onChange?: ((value: string) => any) | undefined;
|
|
14252
14252
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14253
14253
|
onInput?: ((value: string) => any) | undefined;
|
|
14254
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14255
14254
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14255
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14256
14256
|
onClear?: (() => any) | undefined;
|
|
14257
|
-
|
|
14257
|
+
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
14258
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14259
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14260
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
14258
14261
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14259
14262
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
14260
|
-
|
|
14261
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14262
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14263
|
-
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
14263
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14264
14264
|
}>>;
|
|
14265
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "
|
|
14265
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "passwordVisible", value: boolean) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
14266
14266
|
rawAttrs: {
|
|
14267
14267
|
[x: string]: unknown;
|
|
14268
14268
|
};
|
|
@@ -14326,7 +14326,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14326
14326
|
inputPlaceholder: import("vue").Ref<string>;
|
|
14327
14327
|
_ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
14328
14328
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
14329
|
-
validateState: import("vue").ComputedRef<"" | "
|
|
14329
|
+
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
14330
14330
|
validateIcon: import("vue").ComputedRef<"" | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
14331
14331
|
passwordIcon: import("vue").ComputedRef<import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
14332
14332
|
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
@@ -14519,18 +14519,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14519
14519
|
onChange?: ((value: string) => any) | undefined;
|
|
14520
14520
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14521
14521
|
onInput?: ((value: string) => any) | undefined;
|
|
14522
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14523
14522
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14523
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14524
14524
|
onClear?: (() => any) | undefined;
|
|
14525
|
-
|
|
14525
|
+
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
14526
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14527
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14528
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
14526
14529
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14527
14530
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
14528
|
-
|
|
14529
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14530
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14531
|
-
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
14531
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14532
14532
|
}>>;
|
|
14533
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "
|
|
14533
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "passwordVisible", value: boolean) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
14534
14534
|
rawAttrs: {
|
|
14535
14535
|
[x: string]: unknown;
|
|
14536
14536
|
};
|
|
@@ -14594,7 +14594,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14594
14594
|
inputPlaceholder: import("vue").Ref<string>;
|
|
14595
14595
|
_ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
14596
14596
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
14597
|
-
validateState: import("vue").ComputedRef<"" | "
|
|
14597
|
+
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
14598
14598
|
validateIcon: import("vue").ComputedRef<"" | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
14599
14599
|
passwordIcon: import("vue").ComputedRef<import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
14600
14600
|
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
@@ -14709,22 +14709,22 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14709
14709
|
onChange?: ((value: string) => any) | undefined;
|
|
14710
14710
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14711
14711
|
onInput?: ((value: string) => any) | undefined;
|
|
14712
|
-
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14713
14712
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14713
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14714
14714
|
onClear?: (() => any) | undefined;
|
|
14715
|
-
|
|
14715
|
+
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
14716
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14717
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14718
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
14716
14719
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14717
14720
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
14718
|
-
|
|
14719
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14720
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14721
|
-
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
14721
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14722
14722
|
}, {
|
|
14723
14723
|
readonly type: string;
|
|
14724
|
-
readonly disabled: boolean;
|
|
14725
14724
|
readonly modelValue: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
14726
14725
|
readonly label: string;
|
|
14727
14726
|
readonly id: string;
|
|
14727
|
+
readonly disabled: boolean;
|
|
14728
14728
|
readonly clearable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14729
14729
|
readonly isFloat: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14730
14730
|
readonly inputState: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -14849,11 +14849,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14849
14849
|
onChange?: ((cur: number | undefined, prev: number | undefined) => any) | undefined;
|
|
14850
14850
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
14851
14851
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
14852
|
-
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
14853
14852
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
14853
|
+
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
14854
14854
|
}, {
|
|
14855
|
-
readonly disabled: boolean;
|
|
14856
14855
|
readonly id: string;
|
|
14856
|
+
readonly disabled: boolean;
|
|
14857
14857
|
readonly readonly: boolean;
|
|
14858
14858
|
readonly validateEvent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
14859
14859
|
readonly max: number;
|
|
@@ -15244,7 +15244,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15244
15244
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
15245
15245
|
__epPropKey: true;
|
|
15246
15246
|
};
|
|
15247
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
15247
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
15248
15248
|
}, {
|
|
15249
15249
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
15250
15250
|
showArrow: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -15567,7 +15567,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15567
15567
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
15568
15568
|
__epPropKey: true;
|
|
15569
15569
|
};
|
|
15570
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
15570
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
15571
15571
|
}>> & {
|
|
15572
15572
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
15573
15573
|
}>>;
|
|
@@ -15577,9 +15577,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15577
15577
|
$: import("vue").ComponentInternalInstance;
|
|
15578
15578
|
$data: {};
|
|
15579
15579
|
$props: Partial<{
|
|
15580
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
15580
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
15581
15581
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
15582
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
15582
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
15583
15583
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "role">;
|
|
15584
15584
|
$attrs: {
|
|
15585
15585
|
[x: string]: unknown;
|
|
@@ -15595,10 +15595,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15595
15595
|
$emit: (event: string, ...args: any[]) => void;
|
|
15596
15596
|
$el: any;
|
|
15597
15597
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
15598
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
15598
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
15599
15599
|
}>>, {
|
|
15600
15600
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
15601
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
15601
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
15602
15602
|
}>> & {
|
|
15603
15603
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
15604
15604
|
}>>;
|
|
@@ -15606,10 +15606,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15606
15606
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
15607
15607
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
15608
15608
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
15609
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
15609
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
15610
15610
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
15611
15611
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
15612
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
15612
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
15613
15613
|
}> & {
|
|
15614
15614
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
15615
15615
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -15631,10 +15631,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15631
15631
|
$nextTick: typeof import("vue").nextTick;
|
|
15632
15632
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
15633
15633
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
15634
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
15634
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
15635
15635
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
15636
15636
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
15637
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
15637
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
15638
15638
|
}>> & {
|
|
15639
15639
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
15640
15640
|
}>>;
|
|
@@ -15642,7 +15642,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15642
15642
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
15643
15643
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
15644
15644
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
15645
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
15645
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
15646
15646
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
15647
15647
|
}> & {} & import("vue").ComponentCustomProperties) | undefined>;
|
|
15648
15648
|
contentRef: import("vue").Ref<any>;
|
|
@@ -15657,10 +15657,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15657
15657
|
controlled: import("vue").ComputedRef<boolean>;
|
|
15658
15658
|
isFocusInsideContent: () => boolean | undefined;
|
|
15659
15659
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
15660
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
15660
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
15661
15661
|
}, {
|
|
15662
15662
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
15663
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
15663
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
15664
15664
|
}>> & {
|
|
15665
15665
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
15666
15666
|
}>>;
|
|
@@ -15668,12 +15668,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15668
15668
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
15669
15669
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
15670
15670
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
15671
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
15671
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
15672
15672
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
15673
15673
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15674
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
15674
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
15675
15675
|
}>>, {
|
|
15676
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
15676
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
15677
15677
|
}>> & Record<string, any>;
|
|
15678
15678
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
15679
15679
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -16030,8 +16030,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16030
16030
|
readonly id: StringConstructor;
|
|
16031
16031
|
readonly open: BooleanConstructor;
|
|
16032
16032
|
}>>, {
|
|
16033
|
-
readonly open: boolean;
|
|
16034
16033
|
readonly virtualTriggering: boolean;
|
|
16034
|
+
readonly open: boolean;
|
|
16035
16035
|
}>;
|
|
16036
16036
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16037
16037
|
readonly disabled: BooleanConstructor;
|
|
@@ -16089,9 +16089,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16089
16089
|
readonly id: StringConstructor;
|
|
16090
16090
|
readonly open: BooleanConstructor;
|
|
16091
16091
|
}>>, {
|
|
16092
|
-
readonly open: boolean;
|
|
16093
|
-
readonly disabled: boolean;
|
|
16094
16092
|
readonly virtualTriggering: boolean;
|
|
16093
|
+
readonly disabled: boolean;
|
|
16094
|
+
readonly open: boolean;
|
|
16095
16095
|
readonly trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
16096
16096
|
readonly triggerKeys: string[];
|
|
16097
16097
|
}>;
|
|
@@ -16918,7 +16918,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16918
16918
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
16919
16919
|
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
16920
16920
|
}, {
|
|
16921
|
-
emit: ((event: "
|
|
16921
|
+
emit: ((event: "close") => void) & ((event: "focus") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
16922
16922
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
16923
16923
|
readonly id: StringConstructor;
|
|
16924
16924
|
readonly style: {
|
|
@@ -17168,10 +17168,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17168
17168
|
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
17169
17169
|
}>> & {
|
|
17170
17170
|
onClose?: (() => any) | undefined;
|
|
17171
|
-
onBlur?: (() => any) | undefined;
|
|
17172
17171
|
onFocus?: (() => any) | undefined;
|
|
17173
|
-
|
|
17172
|
+
onBlur?: (() => any) | undefined;
|
|
17174
17173
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
17174
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
17175
17175
|
}>>;
|
|
17176
17176
|
focusStartRef: import("vue").Ref<HTMLElement | "first" | "container" | undefined>;
|
|
17177
17177
|
trapped: import("vue").Ref<boolean>;
|
|
@@ -17240,7 +17240,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17240
17240
|
};
|
|
17241
17241
|
}, {
|
|
17242
17242
|
onKeydown: (e: KeyboardEvent) => void;
|
|
17243
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
17243
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested")[], "focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17244
17244
|
loop: BooleanConstructor;
|
|
17245
17245
|
trapped: BooleanConstructor;
|
|
17246
17246
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -17515,14 +17515,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17515
17515
|
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
17516
17516
|
}>> & {
|
|
17517
17517
|
onClose?: (() => any) | undefined;
|
|
17518
|
-
onBlur?: (() => any) | undefined;
|
|
17519
17518
|
onFocus?: (() => any) | undefined;
|
|
17520
|
-
|
|
17519
|
+
onBlur?: (() => any) | undefined;
|
|
17521
17520
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
17521
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
17522
17522
|
}, {
|
|
17523
17523
|
readonly offset: number;
|
|
17524
17524
|
readonly effect: string;
|
|
17525
|
-
readonly visible: boolean;
|
|
17526
17525
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
17527
17526
|
readonly boundariesPadding: number;
|
|
17528
17527
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
@@ -17534,6 +17533,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17534
17533
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
17535
17534
|
readonly stopPopperMouseEvent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
17536
17535
|
readonly ariaLabel: string;
|
|
17536
|
+
readonly visible: boolean;
|
|
17537
17537
|
readonly pure: boolean;
|
|
17538
17538
|
readonly virtualTriggering: boolean;
|
|
17539
17539
|
}>;
|
|
@@ -17802,9 +17802,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17802
17802
|
}>>, {
|
|
17803
17803
|
readonly offset: number;
|
|
17804
17804
|
readonly effect: string;
|
|
17805
|
-
readonly visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
17806
|
-
readonly content: string;
|
|
17807
|
-
readonly disabled: boolean;
|
|
17808
17805
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
17809
17806
|
readonly showAfter: number;
|
|
17810
17807
|
readonly hideAfter: number;
|
|
@@ -17818,11 +17815,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
17818
17815
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
17819
17816
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
17820
17817
|
readonly stopPopperMouseEvent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
17818
|
+
readonly visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
17821
17819
|
readonly pure: boolean;
|
|
17822
17820
|
readonly virtualTriggering: boolean;
|
|
17821
|
+
readonly content: string;
|
|
17823
17822
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
17824
17823
|
readonly teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
17825
17824
|
readonly persistent: boolean;
|
|
17825
|
+
readonly disabled: boolean;
|
|
17826
17826
|
}>;
|
|
17827
17827
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17828
17828
|
showArrow: import("../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -18145,16 +18145,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18145
18145
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
18146
18146
|
__epPropKey: true;
|
|
18147
18147
|
};
|
|
18148
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
18148
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
18149
18149
|
}>> & {
|
|
18150
18150
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
18151
18151
|
}, {
|
|
18152
18152
|
offset: number;
|
|
18153
18153
|
effect: string;
|
|
18154
|
-
visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
18155
|
-
content: string;
|
|
18156
|
-
open: boolean;
|
|
18157
|
-
disabled: boolean;
|
|
18158
18154
|
placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
18159
18155
|
showAfter: number;
|
|
18160
18156
|
hideAfter: number;
|
|
@@ -18168,12 +18164,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18168
18164
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
18169
18165
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
18170
18166
|
stopPopperMouseEvent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
18167
|
+
visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
18171
18168
|
pure: boolean;
|
|
18172
18169
|
virtualTriggering: boolean;
|
|
18170
|
+
content: string;
|
|
18173
18171
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
18174
18172
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
18175
18173
|
persistent: boolean;
|
|
18176
|
-
|
|
18174
|
+
disabled: boolean;
|
|
18175
|
+
open: boolean;
|
|
18176
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
18177
18177
|
trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("../..").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("../..").TooltipTriggerType>))[], unknown, unknown>;
|
|
18178
18178
|
triggerKeys: string[];
|
|
18179
18179
|
arrowOffset: number;
|
|
@@ -18189,9 +18189,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18189
18189
|
}>> & {
|
|
18190
18190
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
18191
18191
|
}, {
|
|
18192
|
-
readonly vertical: boolean;
|
|
18193
18192
|
readonly modelValue: number;
|
|
18194
18193
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
18194
|
+
readonly vertical: boolean;
|
|
18195
18195
|
}>;
|
|
18196
18196
|
SliderMarker: import("vue").DefineComponent<{
|
|
18197
18197
|
readonly mark: import("../../../utils").EpPropFinalized<(new (...args: any[]) => (string | {
|
|
@@ -18318,15 +18318,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18318
18318
|
"onUpdate:modelValue"?: ((value: import("../../../utils").Arrayable<number>) => any) | undefined;
|
|
18319
18319
|
onInput?: ((value: import("../../../utils").Arrayable<number>) => any) | undefined;
|
|
18320
18320
|
}, {
|
|
18321
|
-
readonly vertical: boolean;
|
|
18322
|
-
readonly range: boolean;
|
|
18323
|
-
readonly disabled: boolean;
|
|
18324
18321
|
readonly modelValue: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<number> & {}) | (() => import("../../../utils").Arrayable<number>) | ((new (...args: any[]) => import("../../../utils").Arrayable<number> & {}) | (() => import("../../../utils").Arrayable<number>))[], unknown, unknown>;
|
|
18325
18322
|
readonly debounce: number;
|
|
18326
18323
|
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
18327
18324
|
readonly label: string;
|
|
18328
18325
|
readonly id: string;
|
|
18326
|
+
readonly disabled: boolean;
|
|
18327
|
+
readonly vertical: boolean;
|
|
18329
18328
|
readonly validateEvent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
18329
|
+
readonly range: boolean;
|
|
18330
18330
|
readonly max: number;
|
|
18331
18331
|
readonly min: number;
|
|
18332
18332
|
readonly step: number;
|