beyond-webui 1.1.17 → 1.1.19
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.css +1 -1
- package/es/components/affix/index.d.ts +2 -2
- package/es/components/affix/index.mjs +2 -2
- package/es/components/affix/src/affix.mjs +26 -117
- package/es/components/affix/src/affix.mjs.map +1 -1
- package/es/components/affix/src/affix.vue.d.ts +2 -2
- package/es/components/affix/src/affix2.mjs +117 -26
- package/es/components/affix/src/affix2.mjs.map +1 -1
- package/es/components/alert/index.d.ts +2 -2
- package/es/components/alert/src/alert.vue.d.ts +2 -2
- package/es/components/autocomplete/index.d.ts +161 -161
- package/es/components/autocomplete/src/autocomplete.mjs +1 -1
- package/es/components/autocomplete/src/autocomplete.vue.d.ts +161 -161
- package/es/components/backtop/index.d.ts +2 -2
- package/es/components/backtop/src/backtop.vue.d.ts +2 -2
- package/es/components/badge/index.d.ts +1 -1
- package/es/components/badge/index.mjs +2 -2
- package/es/components/badge/src/badge.mjs +55 -17
- 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 +17 -55
- package/es/components/badge/src/badge2.mjs.map +1 -1
- package/es/components/breadcrumb/index.mjs +2 -2
- package/es/components/breadcrumb/src/breadcrumb-item.mjs +11 -56
- package/es/components/breadcrumb/src/breadcrumb-item.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs +56 -11
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs.map +1 -1
- package/es/components/button/index.d.ts +17 -17
- package/es/components/button/src/button-group.d.ts +1 -1
- package/es/components/button/src/button-group.vue.d.ts +4 -4
- package/es/components/button/src/button.d.ts +1 -1
- package/es/components/button/src/button.vue.d.ts +9 -9
- package/es/components/button/src/use-button.d.ts +1 -1
- package/es/components/calendar/index.d.ts +17 -17
- package/es/components/calendar/src/calendar.vue.d.ts +17 -17
- package/es/components/calendar/src/calendar2.mjs +1 -1
- package/es/components/calendar/src/date-table.mjs +87 -33
- package/es/components/calendar/src/date-table.mjs.map +1 -1
- package/es/components/calendar/src/date-table2.mjs +33 -87
- 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 +4 -4
- package/es/components/carousel/index.mjs +2 -2
- package/es/components/carousel/src/carousel-item.vue.d.ts +1 -1
- package/es/components/carousel/src/carousel.mjs +56 -159
- package/es/components/carousel/src/carousel.mjs.map +1 -1
- package/es/components/carousel/src/carousel.vue.d.ts +2 -2
- package/es/components/carousel/src/carousel2.mjs +159 -56
- package/es/components/carousel/src/carousel2.mjs.map +1 -1
- package/es/components/cascader/index.d.ts +360 -360
- package/es/components/cascader/src/cascader.vue.d.ts +180 -180
- package/es/components/cascader/src/cascader2.mjs +2 -2
- package/es/components/cascader-panel/index.d.ts +6 -6
- package/es/components/cascader-panel/src/index.vue.d.ts +3 -3
- package/es/components/check-tag/index.mjs +2 -2
- package/es/components/check-tag/src/check-tag.mjs +12 -30
- package/es/components/check-tag/src/check-tag.mjs.map +1 -1
- package/es/components/check-tag/src/check-tag2.mjs +30 -12
- package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
- package/es/components/checkbox/index.d.ts +20 -20
- package/es/components/checkbox/index.mjs +2 -2
- package/es/components/checkbox/src/checkbox-button.vue.d.ts +5 -5
- package/es/components/checkbox/src/checkbox-group.mjs +72 -28
- package/es/components/checkbox/src/checkbox-group.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +3 -3
- package/es/components/checkbox/src/checkbox-group2.mjs +28 -72
- package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox.vue.d.ts +4 -4
- package/es/components/col/index.d.ts +1 -1
- package/es/components/col/src/col.vue.d.ts +1 -1
- package/es/components/collapse/index.d.ts +4 -4
- package/es/components/collapse/src/collapse-item.vue.d.ts +1 -1
- package/es/components/collapse/src/collapse.vue.d.ts +2 -2
- package/es/components/color-picker/index.d.ts +150 -150
- package/es/components/color-picker/src/color-picker.vue.d.ts +150 -150
- package/es/components/date-picker/index.d.ts +8 -8
- package/es/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
- package/es/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
- package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +86 -86
- package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +84 -84
- package/es/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
- package/es/components/date-picker/src/date-picker.d.ts +4 -4
- package/es/components/date-picker/src/panel-utils.d.ts +177 -177
- package/es/components/descriptions/index.d.ts +6 -6
- package/es/components/descriptions/index.mjs +2 -2
- package/es/components/descriptions/src/description-item.d.ts +2 -2
- package/es/components/descriptions/src/description.mjs +25 -111
- package/es/components/descriptions/src/description.mjs.map +1 -1
- package/es/components/descriptions/src/description.vue.d.ts +2 -2
- package/es/components/descriptions/src/description2.mjs +111 -25
- package/es/components/descriptions/src/description2.mjs.map +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 +4 -4
- package/es/components/dialog/index.mjs +2 -2
- package/es/components/dialog/src/dialog-content.mjs +37 -95
- package/es/components/dialog/src/dialog-content.mjs.map +1 -1
- package/es/components/dialog/src/dialog-content2.mjs +95 -37
- package/es/components/dialog/src/dialog-content2.mjs.map +1 -1
- package/es/components/dialog/src/dialog.mjs +74 -172
- package/es/components/dialog/src/dialog.mjs.map +1 -1
- package/es/components/dialog/src/dialog.vue.d.ts +4 -4
- package/es/components/dialog/src/dialog2.mjs +172 -74
- package/es/components/dialog/src/dialog2.mjs.map +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.d.ts +5 -5
- package/es/components/drawer/index.mjs +2 -2
- package/es/components/drawer/src/drawer.mjs +26 -177
- package/es/components/drawer/src/drawer.mjs.map +1 -1
- package/es/components/drawer/src/drawer.vue.d.ts +5 -5
- package/es/components/drawer/src/drawer2.mjs +177 -26
- package/es/components/drawer/src/drawer2.mjs.map +1 -1
- package/es/components/dropdown/index.d.ts +92 -92
- package/es/components/dropdown/index.mjs +2 -2
- package/es/components/dropdown/src/dropdown-item-impl.mjs +1 -1
- package/es/components/dropdown/src/dropdown-item.mjs +1 -1
- package/es/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
- package/es/components/dropdown/src/dropdown-menu.mjs +1 -1
- package/es/components/dropdown/src/dropdown.d.ts +1 -1
- package/es/components/dropdown/src/dropdown.mjs +97 -307
- package/es/components/dropdown/src/dropdown.mjs.map +1 -1
- package/es/components/dropdown/src/dropdown.vue.d.ts +90 -90
- package/es/components/dropdown/src/dropdown2.mjs +307 -97
- package/es/components/dropdown/src/dropdown2.mjs.map +1 -1
- package/es/components/form/index.d.ts +10 -10
- package/es/components/form/index.mjs +2 -2
- package/es/components/form/src/form.d.ts +2 -2
- package/es/components/form/src/form.mjs +55 -152
- package/es/components/form/src/form.mjs.map +1 -1
- package/es/components/form/src/form.vue.d.ts +10 -10
- package/es/components/form/src/form2.mjs +152 -55
- package/es/components/form/src/form2.mjs.map +1 -1
- 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 +8 -8
- package/es/components/image/index.mjs +2 -2
- package/es/components/image/src/image.d.ts +1 -1
- package/es/components/image/src/image.mjs +220 -62
- package/es/components/image/src/image.mjs.map +1 -1
- package/es/components/image/src/image.vue.d.ts +8 -8
- package/es/components/image/src/image2.mjs +62 -220
- 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 +34 -34
- package/es/components/input/index.d.ts +6 -6
- package/es/components/input/src/input.vue.d.ts +6 -6
- package/es/components/input-number/index.d.ts +23 -23
- package/es/components/input-number/src/input-number.vue.d.ts +23 -23
- package/es/components/link/index.d.ts +1 -1
- package/es/components/link/src/link.vue.d.ts +1 -1
- package/es/components/loading/index.d.ts +1 -1
- package/es/components/menu/index.d.ts +3 -3
- package/es/components/menu/src/menu-item.vue.d.ts +1 -1
- package/es/components/menu/src/menu.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.mjs +147 -69
- package/es/components/notification/src/notification.mjs.map +1 -1
- package/es/components/notification/src/notification.vue.d.ts +5 -5
- 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 +5 -5
- package/es/components/page-header/index.mjs +2 -2
- package/es/components/page-header/src/page-header.mjs +17 -103
- package/es/components/page-header/src/page-header.mjs.map +1 -1
- package/es/components/page-header/src/page-header.vue.d.ts +5 -5
- package/es/components/page-header/src/page-header2.mjs +103 -17
- package/es/components/page-header/src/page-header2.mjs.map +1 -1
- package/es/components/pagination/index.d.ts +2 -2
- package/es/components/pagination/src/components/jumper.vue.d.ts +6 -6
- package/es/components/pagination/src/components/next.vue.d.ts +1 -1
- package/es/components/pagination/src/components/pager.vue.d.ts +1 -1
- package/es/components/pagination/src/components/prev.mjs +58 -18
- package/es/components/pagination/src/components/prev.mjs.map +1 -1
- package/es/components/pagination/src/components/prev.vue.d.ts +1 -1
- package/es/components/pagination/src/components/prev2.mjs +18 -58
- package/es/components/pagination/src/components/prev2.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.vue.d.ts +92 -92
- package/es/components/pagination/src/components/total.mjs +7 -28
- package/es/components/pagination/src/components/total.mjs.map +1 -1
- package/es/components/pagination/src/components/total2.mjs +28 -7
- package/es/components/pagination/src/components/total2.mjs.map +1 -1
- package/es/components/pagination/src/pagination.d.ts +2 -2
- package/es/components/pagination/src/pagination.mjs +2 -2
- package/es/components/popconfirm/index.d.ts +150 -150
- package/es/components/popconfirm/index.mjs +2 -2
- package/es/components/popconfirm/src/popconfirm.d.ts +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 +150 -150
- 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 +148 -148
- package/es/components/popover/src/popover.mjs +2 -2
- package/es/components/popover/src/popover.vue.d.ts +148 -148
- package/es/components/popper/index.d.ts +5 -5
- package/es/components/popper/index.mjs +4 -4
- package/es/components/popper/src/composables/use-content.d.ts +6 -6
- package/es/components/popper/src/content.d.ts +4 -4
- 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 +6 -6
- 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.mjs +32 -25
- package/es/components/popper/src/popper.mjs.map +1 -1
- package/es/components/popper/src/popper.vue.d.ts +5 -5
- package/es/components/popper/src/popper2.mjs +25 -32
- package/es/components/popper/src/popper2.mjs.map +1 -1
- package/es/components/popper/src/utils.d.ts +2 -2
- package/es/components/progress/index.d.ts +4 -4
- package/es/components/progress/index.mjs +2 -2
- package/es/components/progress/src/progress.d.ts +1 -1
- package/es/components/progress/src/progress.mjs +202 -57
- package/es/components/progress/src/progress.mjs.map +1 -1
- package/es/components/progress/src/progress.vue.d.ts +4 -4
- package/es/components/progress/src/progress2.mjs +57 -202
- package/es/components/progress/src/progress2.mjs.map +1 -1
- package/es/components/radio/index.d.ts +14 -14
- package/es/components/radio/index.mjs +2 -2
- package/es/components/radio/src/radio-button.mjs +1 -1
- package/es/components/radio/src/radio-button.vue.d.ts +1 -1
- package/es/components/radio/src/radio-group.mjs +1 -1
- package/es/components/radio/src/radio-group.vue.d.ts +4 -4
- package/es/components/radio/src/radio.mjs +71 -30
- package/es/components/radio/src/radio.mjs.map +1 -1
- package/es/components/radio/src/radio.vue.d.ts +4 -4
- package/es/components/radio/src/radio2.mjs +30 -71
- package/es/components/radio/src/radio2.mjs.map +1 -1
- package/es/components/rate/index.d.ts +3 -3
- package/es/components/rate/src/rate.vue.d.ts +3 -3
- package/es/components/result/index.mjs +2 -2
- package/es/components/result/src/result.mjs +29 -63
- package/es/components/result/src/result.mjs.map +1 -1
- package/es/components/result/src/result2.mjs +63 -29
- package/es/components/result/src/result2.mjs.map +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/es/components/row/index.d.ts +4 -4
- package/es/components/row/src/row.d.ts +1 -1
- package/es/components/row/src/row.vue.d.ts +4 -4
- package/es/components/scrollbar/index.d.ts +4 -4
- 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.vue.d.ts +4 -4
- package/es/components/scrollbar/src/scrollbar2.mjs +1 -1
- package/es/components/scrollbar/src/thumb.vue.d.ts +1 -1
- package/es/components/select/index.d.ts +92 -92
- package/es/components/select/src/select.mjs +2 -2
- package/es/components/select/src/select.vue.d.ts +92 -92
- package/es/components/select/src/useSelect.d.ts +85 -85
- package/es/components/select-v2/index.d.ts +188 -188
- 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/select.vue.d.ts +94 -94
- package/es/components/select-v2/src/useSelect.d.ts +85 -85
- package/es/components/skeleton/index.d.ts +9 -9
- package/es/components/skeleton/index.mjs +4 -4
- package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/es/components/skeleton/src/skeleton-item.mjs +23 -18
- 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 +18 -23
- package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton.mjs +22 -49
- package/es/components/skeleton/src/skeleton.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton2.mjs +49 -22
- package/es/components/skeleton/src/skeleton2.mjs.map +1 -1
- package/es/components/slider/index.d.ts +257 -257
- package/es/components/slider/index.mjs +2 -2
- package/es/components/slider/src/button.mjs +21 -93
- package/es/components/slider/src/button.mjs.map +1 -1
- package/es/components/slider/src/button.vue.d.ts +45 -45
- package/es/components/slider/src/button2.mjs +93 -21
- package/es/components/slider/src/button2.mjs.map +1 -1
- package/es/components/slider/src/composables/use-slide.d.ts +182 -182
- package/es/components/slider/src/slider.mjs +233 -91
- package/es/components/slider/src/slider.mjs.map +1 -1
- package/es/components/slider/src/slider.vue.d.ts +257 -257
- package/es/components/slider/src/slider2.mjs +91 -233
- package/es/components/slider/src/slider2.mjs.map +1 -1
- package/es/components/space/index.d.ts +3 -3
- package/es/components/space/src/space.d.ts +3 -3
- package/es/components/statistic/index.mjs +2 -2
- package/es/components/statistic/src/statistic.mjs +70 -25
- package/es/components/statistic/src/statistic.mjs.map +1 -1
- package/es/components/statistic/src/statistic2.mjs +25 -70
- package/es/components/statistic/src/statistic2.mjs.map +1 -1
- package/es/components/steps/index.d.ts +3 -3
- package/es/components/steps/index.mjs +4 -4
- package/es/components/steps/src/item.mjs +188 -19
- package/es/components/steps/src/item.mjs.map +1 -1
- package/es/components/steps/src/item.vue.d.ts +1 -1
- package/es/components/steps/src/item2.mjs +19 -188
- package/es/components/steps/src/item2.mjs.map +1 -1
- package/es/components/steps/src/steps.mjs +34 -36
- package/es/components/steps/src/steps.mjs.map +1 -1
- package/es/components/steps/src/steps.vue.d.ts +1 -1
- package/es/components/steps/src/steps2.mjs +36 -34
- package/es/components/steps/src/steps2.mjs.map +1 -1
- package/es/components/switch/index.d.ts +7 -7
- package/es/components/switch/index.mjs +2 -2
- package/es/components/switch/src/switch.mjs +88 -241
- package/es/components/switch/src/switch.mjs.map +1 -1
- package/es/components/switch/src/switch.vue.d.ts +7 -7
- package/es/components/switch/src/switch2.mjs +241 -88
- package/es/components/switch/src/switch2.mjs.map +1 -1
- package/es/components/table/index.d.ts +16 -16
- package/es/components/table/src/filter-panel.vue.d.ts +85 -85
- package/es/components/table/src/table/defaults.d.ts +2 -2
- package/es/components/table/src/table/style-helper.d.ts +1 -1
- package/es/components/table/src/table-body/defaults.d.ts +1 -1
- package/es/components/table/src/table-body/index.d.ts +2 -2
- package/es/components/table/src/table-column/defaults.d.ts +1 -1
- package/es/components/table/src/table-column/index.d.ts +3 -3
- package/es/components/table/src/table.vue.d.ts +10 -10
- package/es/components/table/src/util.d.ts +9 -9
- package/es/components/tabs/index.d.ts +11 -11
- 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 +3 -3
- 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 +2 -2
- 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 +2 -2
- package/es/components/tag/src/tag2.mjs +33 -94
- package/es/components/tag/src/tag2.mjs.map +1 -1
- package/es/components/teleport/index.mjs +2 -2
- package/es/components/teleport/src/teleport.mjs +18 -44
- package/es/components/teleport/src/teleport.mjs.map +1 -1
- package/es/components/teleport/src/teleport2.mjs +44 -18
- package/es/components/teleport/src/teleport2.mjs.map +1 -1
- package/es/components/time-picker/index.d.ts +8 -8
- package/es/components/time-picker/src/common/picker.vue.d.ts +140 -140
- package/es/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
- package/es/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
- package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +44 -44
- package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +56 -56
- package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +56 -56
- package/es/components/time-picker/src/time-picker.d.ts +4 -4
- package/es/components/time-select/index.d.ts +376 -376
- 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 +188 -188
- 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.d.ts +6 -6
- package/es/components/timeline/src/timeline-item.vue.d.ts +3 -3
- package/es/components/tooltip/index.d.ts +43 -43
- package/es/components/tooltip/index.mjs +1 -1
- package/es/components/tooltip/src/content.d.ts +1 -1
- package/es/components/tooltip/src/content.mjs +177 -31
- package/es/components/tooltip/src/content.mjs.map +1 -1
- package/es/components/tooltip/src/content.vue.d.ts +15 -15
- package/es/components/tooltip/src/content2.mjs +31 -177
- package/es/components/tooltip/src/content2.mjs.map +1 -1
- package/es/components/tooltip/src/tooltip.d.ts +2 -2
- package/es/components/tooltip/src/tooltip.mjs +2 -2
- package/es/components/tooltip/src/tooltip.vue.d.ts +43 -43
- package/es/components/tooltip/src/tooltip2.mjs +1 -1
- package/es/components/tooltip-v2/index.d.ts +63 -63
- package/es/components/tooltip-v2/index.mjs +3 -3
- package/es/components/tooltip-v2/src/arrow.vue.d.ts +2 -2
- package/es/components/tooltip-v2/src/content.d.ts +2 -2
- package/es/components/tooltip-v2/src/content.vue.d.ts +13 -13
- package/es/components/tooltip-v2/src/content2.mjs +1 -1
- package/es/components/tooltip-v2/src/root.mjs +80 -17
- package/es/components/tooltip-v2/src/root.mjs.map +1 -1
- package/es/components/tooltip-v2/src/root2.mjs +17 -80
- package/es/components/tooltip-v2/src/root2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.d.ts +2 -2
- package/es/components/tooltip-v2/src/tooltip.mjs +73 -20
- package/es/components/tooltip-v2/src/tooltip.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.vue.d.ts +63 -63
- package/es/components/tooltip-v2/src/tooltip2.mjs +20 -73
- package/es/components/tooltip-v2/src/tooltip2.mjs.map +1 -1
- package/es/components/transfer/index.d.ts +130 -130
- package/es/components/transfer/src/composables/use-check.mjs +1 -1
- package/es/components/transfer/src/transfer-panel.mjs +128 -19
- package/es/components/transfer/src/transfer-panel.mjs.map +1 -1
- package/es/components/transfer/src/transfer-panel.vue.d.ts +22 -22
- package/es/components/transfer/src/transfer-panel2.mjs +19 -128
- package/es/components/transfer/src/transfer-panel2.mjs.map +1 -1
- package/es/components/transfer/src/transfer.mjs +1 -1
- package/es/components/transfer/src/transfer.vue.d.ts +130 -130
- package/es/components/tree/index.d.ts +2 -2
- package/es/components/tree/src/tree.vue.d.ts +1 -1
- package/es/components/tree-v2/index.d.ts +17 -17
- package/es/components/tree-v2/src/tree-node.vue.d.ts +13 -13
- package/es/components/tree-v2/src/tree.vue.d.ts +17 -17
- package/es/components/upload/index.d.ts +36 -36
- package/es/components/upload/index.mjs +3 -3
- package/es/components/upload/src/upload-content.d.ts +1 -1
- package/es/components/upload/src/upload-content.mjs +1 -1
- package/es/components/upload/src/upload-content.vue.d.ts +7 -7
- package/es/components/upload/src/upload-content2.mjs +1 -1
- package/es/components/upload/src/upload-list.d.ts +1 -1
- package/es/components/upload/src/upload-list.mjs +173 -26
- package/es/components/upload/src/upload-list.mjs.map +1 -1
- package/es/components/upload/src/upload-list.vue.d.ts +7 -7
- package/es/components/upload/src/upload-list2.mjs +26 -173
- package/es/components/upload/src/upload-list2.mjs.map +1 -1
- package/es/components/upload/src/upload.d.ts +2 -2
- package/es/components/upload/src/upload.mjs +105 -119
- package/es/components/upload/src/upload.mjs.map +1 -1
- package/es/components/upload/src/upload.vue.d.ts +36 -36
- package/es/components/upload/src/upload2.mjs +119 -105
- package/es/components/upload/src/upload2.mjs.map +1 -1
- package/es/components/upload/src/use-handlers.mjs +1 -1
- package/es/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/es/components/virtual-list/src/builders/build-list.d.ts +3 -3
- package/es/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +3 -3
- package/es/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-list.d.ts +3 -3
- package/es/components/visual-hidden/index.mjs +3 -3
- package/es/components/visual-hidden/src/visual-hidden.mjs +35 -7
- package/es/components/visual-hidden/src/visual-hidden.mjs.map +1 -1
- package/es/components/visual-hidden/src/visual-hidden2.mjs +7 -35
- 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 +6 -6
- package/es/index.mjs +34 -34
- package/es/utils/vue/vnode.d.ts +6 -6
- package/lib/components/affix/index.d.ts +2 -2
- package/lib/components/affix/index.js +2 -2
- package/lib/components/affix/src/affix.js +27 -117
- package/lib/components/affix/src/affix.js.map +1 -1
- package/lib/components/affix/src/affix.vue.d.ts +2 -2
- package/lib/components/affix/src/affix2.js +117 -27
- package/lib/components/affix/src/affix2.js.map +1 -1
- package/lib/components/alert/index.d.ts +2 -2
- package/lib/components/alert/src/alert.vue.d.ts +2 -2
- package/lib/components/autocomplete/index.d.ts +161 -161
- package/lib/components/autocomplete/src/autocomplete.js +1 -1
- package/lib/components/autocomplete/src/autocomplete.vue.d.ts +161 -161
- package/lib/components/backtop/index.d.ts +2 -2
- package/lib/components/backtop/src/backtop.vue.d.ts +2 -2
- package/lib/components/badge/index.d.ts +1 -1
- package/lib/components/badge/index.js +2 -2
- package/lib/components/badge/src/badge.js +55 -17
- 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 +17 -55
- package/lib/components/badge/src/badge2.js.map +1 -1
- package/lib/components/breadcrumb/index.js +2 -2
- package/lib/components/breadcrumb/src/breadcrumb-item.js +11 -56
- package/lib/components/breadcrumb/src/breadcrumb-item.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb-item2.js +56 -11
- package/lib/components/breadcrumb/src/breadcrumb-item2.js.map +1 -1
- package/lib/components/button/index.d.ts +17 -17
- package/lib/components/button/src/button-group.d.ts +1 -1
- package/lib/components/button/src/button-group.vue.d.ts +4 -4
- package/lib/components/button/src/button.d.ts +1 -1
- package/lib/components/button/src/button.vue.d.ts +9 -9
- package/lib/components/button/src/use-button.d.ts +1 -1
- package/lib/components/calendar/index.d.ts +17 -17
- package/lib/components/calendar/src/calendar.vue.d.ts +17 -17
- package/lib/components/calendar/src/calendar2.js +1 -1
- package/lib/components/calendar/src/date-table.js +87 -37
- package/lib/components/calendar/src/date-table.js.map +1 -1
- package/lib/components/calendar/src/date-table2.js +37 -87
- 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 +4 -4
- package/lib/components/carousel/index.js +2 -2
- package/lib/components/carousel/src/carousel-item.vue.d.ts +1 -1
- package/lib/components/carousel/src/carousel.js +57 -159
- package/lib/components/carousel/src/carousel.js.map +1 -1
- package/lib/components/carousel/src/carousel.vue.d.ts +2 -2
- package/lib/components/carousel/src/carousel2.js +159 -57
- package/lib/components/carousel/src/carousel2.js.map +1 -1
- package/lib/components/cascader/index.d.ts +360 -360
- package/lib/components/cascader/src/cascader.vue.d.ts +180 -180
- package/lib/components/cascader/src/cascader2.js +2 -2
- package/lib/components/cascader-panel/index.d.ts +6 -6
- package/lib/components/cascader-panel/src/index.vue.d.ts +3 -3
- package/lib/components/check-tag/index.js +2 -2
- package/lib/components/check-tag/src/check-tag.js +13 -30
- package/lib/components/check-tag/src/check-tag.js.map +1 -1
- package/lib/components/check-tag/src/check-tag2.js +30 -13
- package/lib/components/check-tag/src/check-tag2.js.map +1 -1
- package/lib/components/checkbox/index.d.ts +20 -20
- package/lib/components/checkbox/index.js +2 -2
- package/lib/components/checkbox/src/checkbox-button.vue.d.ts +5 -5
- package/lib/components/checkbox/src/checkbox-group.js +72 -29
- package/lib/components/checkbox/src/checkbox-group.js.map +1 -1
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +3 -3
- package/lib/components/checkbox/src/checkbox-group2.js +29 -72
- package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
- package/lib/components/checkbox/src/checkbox.vue.d.ts +4 -4
- package/lib/components/col/index.d.ts +1 -1
- package/lib/components/col/src/col.vue.d.ts +1 -1
- package/lib/components/collapse/index.d.ts +4 -4
- package/lib/components/collapse/src/collapse-item.vue.d.ts +1 -1
- package/lib/components/collapse/src/collapse.vue.d.ts +2 -2
- package/lib/components/color-picker/index.d.ts +150 -150
- package/lib/components/color-picker/src/color-picker.vue.d.ts +150 -150
- package/lib/components/date-picker/index.d.ts +8 -8
- package/lib/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
- package/lib/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
- package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +86 -86
- package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +84 -84
- package/lib/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
- package/lib/components/date-picker/src/date-picker.d.ts +4 -4
- package/lib/components/date-picker/src/panel-utils.d.ts +177 -177
- package/lib/components/descriptions/index.d.ts +6 -6
- package/lib/components/descriptions/index.js +2 -2
- package/lib/components/descriptions/src/description-item.d.ts +2 -2
- package/lib/components/descriptions/src/description.js +25 -111
- package/lib/components/descriptions/src/description.js.map +1 -1
- package/lib/components/descriptions/src/description.vue.d.ts +2 -2
- package/lib/components/descriptions/src/description2.js +111 -25
- package/lib/components/descriptions/src/description2.js.map +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 +4 -4
- package/lib/components/dialog/index.js +2 -2
- package/lib/components/dialog/src/dialog-content.js +37 -94
- package/lib/components/dialog/src/dialog-content.js.map +1 -1
- package/lib/components/dialog/src/dialog-content2.js +94 -37
- package/lib/components/dialog/src/dialog-content2.js.map +1 -1
- package/lib/components/dialog/src/dialog.js +74 -171
- package/lib/components/dialog/src/dialog.js.map +1 -1
- package/lib/components/dialog/src/dialog.vue.d.ts +4 -4
- package/lib/components/dialog/src/dialog2.js +171 -74
- package/lib/components/dialog/src/dialog2.js.map +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.d.ts +5 -5
- package/lib/components/drawer/index.js +2 -2
- package/lib/components/drawer/src/drawer.js +27 -177
- package/lib/components/drawer/src/drawer.js.map +1 -1
- package/lib/components/drawer/src/drawer.vue.d.ts +5 -5
- package/lib/components/drawer/src/drawer2.js +177 -27
- package/lib/components/drawer/src/drawer2.js.map +1 -1
- package/lib/components/dropdown/index.d.ts +92 -92
- package/lib/components/dropdown/index.js +2 -2
- package/lib/components/dropdown/src/dropdown-item-impl.js +1 -1
- package/lib/components/dropdown/src/dropdown-item.js +1 -1
- package/lib/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
- package/lib/components/dropdown/src/dropdown-menu.js +1 -1
- package/lib/components/dropdown/src/dropdown.d.ts +1 -1
- package/lib/components/dropdown/src/dropdown.js +106 -307
- package/lib/components/dropdown/src/dropdown.js.map +1 -1
- package/lib/components/dropdown/src/dropdown.vue.d.ts +90 -90
- package/lib/components/dropdown/src/dropdown2.js +307 -106
- package/lib/components/dropdown/src/dropdown2.js.map +1 -1
- package/lib/components/form/index.d.ts +10 -10
- package/lib/components/form/index.js +2 -2
- package/lib/components/form/src/form.d.ts +2 -2
- package/lib/components/form/src/form.js +55 -151
- package/lib/components/form/src/form.js.map +1 -1
- package/lib/components/form/src/form.vue.d.ts +10 -10
- package/lib/components/form/src/form2.js +151 -55
- package/lib/components/form/src/form2.js.map +1 -1
- 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 +8 -8
- package/lib/components/image/index.js +2 -2
- package/lib/components/image/src/image.d.ts +1 -1
- package/lib/components/image/src/image.js +219 -62
- package/lib/components/image/src/image.js.map +1 -1
- package/lib/components/image/src/image.vue.d.ts +8 -8
- package/lib/components/image/src/image2.js +62 -219
- 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 +34 -34
- package/lib/components/input/index.d.ts +6 -6
- package/lib/components/input/src/input.vue.d.ts +6 -6
- package/lib/components/input-number/index.d.ts +23 -23
- package/lib/components/input-number/src/input-number.vue.d.ts +23 -23
- package/lib/components/link/index.d.ts +1 -1
- package/lib/components/link/src/link.vue.d.ts +1 -1
- package/lib/components/loading/index.d.ts +1 -1
- package/lib/components/menu/index.d.ts +3 -3
- package/lib/components/menu/src/menu-item.vue.d.ts +1 -1
- package/lib/components/menu/src/menu.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.js +146 -70
- package/lib/components/notification/src/notification.js.map +1 -1
- package/lib/components/notification/src/notification.vue.d.ts +5 -5
- 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 +5 -5
- package/lib/components/page-header/index.js +2 -2
- package/lib/components/page-header/src/page-header.js +18 -103
- package/lib/components/page-header/src/page-header.js.map +1 -1
- package/lib/components/page-header/src/page-header.vue.d.ts +5 -5
- package/lib/components/page-header/src/page-header2.js +103 -18
- package/lib/components/page-header/src/page-header2.js.map +1 -1
- package/lib/components/pagination/index.d.ts +2 -2
- package/lib/components/pagination/src/components/jumper.vue.d.ts +6 -6
- package/lib/components/pagination/src/components/next.vue.d.ts +1 -1
- package/lib/components/pagination/src/components/pager.vue.d.ts +1 -1
- package/lib/components/pagination/src/components/prev.js +58 -19
- package/lib/components/pagination/src/components/prev.js.map +1 -1
- package/lib/components/pagination/src/components/prev.vue.d.ts +1 -1
- package/lib/components/pagination/src/components/prev2.js +19 -58
- package/lib/components/pagination/src/components/prev2.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.vue.d.ts +92 -92
- package/lib/components/pagination/src/components/total.js +7 -28
- package/lib/components/pagination/src/components/total.js.map +1 -1
- package/lib/components/pagination/src/components/total2.js +28 -7
- package/lib/components/pagination/src/components/total2.js.map +1 -1
- package/lib/components/pagination/src/pagination.d.ts +2 -2
- package/lib/components/pagination/src/pagination.js +2 -2
- package/lib/components/popconfirm/index.d.ts +150 -150
- package/lib/components/popconfirm/index.js +2 -2
- package/lib/components/popconfirm/src/popconfirm.d.ts +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 +150 -150
- 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 +148 -148
- package/lib/components/popover/src/popover.js +2 -2
- package/lib/components/popover/src/popover.vue.d.ts +148 -148
- package/lib/components/popper/index.d.ts +5 -5
- package/lib/components/popper/index.js +4 -4
- package/lib/components/popper/src/composables/use-content.d.ts +6 -6
- package/lib/components/popper/src/content.d.ts +4 -4
- 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 +6 -6
- 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.js +32 -28
- package/lib/components/popper/src/popper.js.map +1 -1
- package/lib/components/popper/src/popper.vue.d.ts +5 -5
- package/lib/components/popper/src/popper2.js +28 -32
- package/lib/components/popper/src/popper2.js.map +1 -1
- package/lib/components/popper/src/utils.d.ts +2 -2
- package/lib/components/progress/index.d.ts +4 -4
- package/lib/components/progress/index.js +2 -2
- package/lib/components/progress/src/progress.d.ts +1 -1
- package/lib/components/progress/src/progress.js +202 -57
- package/lib/components/progress/src/progress.js.map +1 -1
- package/lib/components/progress/src/progress.vue.d.ts +4 -4
- package/lib/components/progress/src/progress2.js +57 -202
- package/lib/components/progress/src/progress2.js.map +1 -1
- package/lib/components/radio/index.d.ts +14 -14
- package/lib/components/radio/index.js +2 -2
- package/lib/components/radio/src/radio-button.js +1 -1
- package/lib/components/radio/src/radio-button.vue.d.ts +1 -1
- package/lib/components/radio/src/radio-group.js +1 -1
- package/lib/components/radio/src/radio-group.vue.d.ts +4 -4
- package/lib/components/radio/src/radio.js +71 -32
- package/lib/components/radio/src/radio.js.map +1 -1
- package/lib/components/radio/src/radio.vue.d.ts +4 -4
- package/lib/components/radio/src/radio2.js +32 -71
- package/lib/components/radio/src/radio2.js.map +1 -1
- package/lib/components/rate/index.d.ts +3 -3
- package/lib/components/rate/src/rate.vue.d.ts +3 -3
- package/lib/components/result/index.js +2 -2
- package/lib/components/result/src/result.js +31 -63
- package/lib/components/result/src/result.js.map +1 -1
- package/lib/components/result/src/result2.js +63 -31
- package/lib/components/result/src/result2.js.map +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/lib/components/row/index.d.ts +4 -4
- package/lib/components/row/src/row.d.ts +1 -1
- package/lib/components/row/src/row.vue.d.ts +4 -4
- package/lib/components/scrollbar/index.d.ts +4 -4
- 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.vue.d.ts +4 -4
- package/lib/components/scrollbar/src/scrollbar2.js +1 -1
- package/lib/components/scrollbar/src/thumb.vue.d.ts +1 -1
- package/lib/components/select/index.d.ts +92 -92
- package/lib/components/select/src/select.js +2 -2
- package/lib/components/select/src/select.vue.d.ts +92 -92
- package/lib/components/select/src/useSelect.d.ts +85 -85
- package/lib/components/select-v2/index.d.ts +188 -188
- 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/select.vue.d.ts +94 -94
- package/lib/components/select-v2/src/useSelect.d.ts +85 -85
- package/lib/components/skeleton/index.d.ts +9 -9
- package/lib/components/skeleton/index.js +4 -4
- package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/lib/components/skeleton/src/skeleton-item.js +23 -18
- 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 +18 -23
- package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
- package/lib/components/skeleton/src/skeleton.js +22 -49
- package/lib/components/skeleton/src/skeleton.js.map +1 -1
- package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton2.js +49 -22
- package/lib/components/skeleton/src/skeleton2.js.map +1 -1
- package/lib/components/slider/index.d.ts +257 -257
- package/lib/components/slider/index.js +2 -2
- package/lib/components/slider/src/button.js +22 -93
- package/lib/components/slider/src/button.js.map +1 -1
- package/lib/components/slider/src/button.vue.d.ts +45 -45
- package/lib/components/slider/src/button2.js +93 -22
- package/lib/components/slider/src/button2.js.map +1 -1
- package/lib/components/slider/src/composables/use-slide.d.ts +182 -182
- package/lib/components/slider/src/slider.js +233 -92
- package/lib/components/slider/src/slider.js.map +1 -1
- package/lib/components/slider/src/slider.vue.d.ts +257 -257
- package/lib/components/slider/src/slider2.js +92 -233
- package/lib/components/slider/src/slider2.js.map +1 -1
- package/lib/components/space/index.d.ts +3 -3
- package/lib/components/space/src/space.d.ts +3 -3
- package/lib/components/statistic/index.js +2 -2
- package/lib/components/statistic/src/statistic.js +70 -25
- package/lib/components/statistic/src/statistic.js.map +1 -1
- package/lib/components/statistic/src/statistic2.js +25 -70
- package/lib/components/statistic/src/statistic2.js.map +1 -1
- package/lib/components/steps/index.d.ts +3 -3
- package/lib/components/steps/index.js +4 -4
- package/lib/components/steps/src/item.js +188 -19
- package/lib/components/steps/src/item.js.map +1 -1
- package/lib/components/steps/src/item.vue.d.ts +1 -1
- package/lib/components/steps/src/item2.js +19 -188
- package/lib/components/steps/src/item2.js.map +1 -1
- package/lib/components/steps/src/steps.js +34 -37
- package/lib/components/steps/src/steps.js.map +1 -1
- package/lib/components/steps/src/steps.vue.d.ts +1 -1
- package/lib/components/steps/src/steps2.js +37 -34
- package/lib/components/steps/src/steps2.js.map +1 -1
- package/lib/components/switch/index.d.ts +7 -7
- package/lib/components/switch/index.js +2 -2
- package/lib/components/switch/src/switch.js +88 -240
- package/lib/components/switch/src/switch.js.map +1 -1
- package/lib/components/switch/src/switch.vue.d.ts +7 -7
- package/lib/components/switch/src/switch2.js +240 -88
- package/lib/components/switch/src/switch2.js.map +1 -1
- package/lib/components/table/index.d.ts +16 -16
- package/lib/components/table/src/filter-panel.vue.d.ts +85 -85
- package/lib/components/table/src/table/defaults.d.ts +2 -2
- package/lib/components/table/src/table/style-helper.d.ts +1 -1
- package/lib/components/table/src/table-body/defaults.d.ts +1 -1
- package/lib/components/table/src/table-body/index.d.ts +2 -2
- package/lib/components/table/src/table-column/defaults.d.ts +1 -1
- package/lib/components/table/src/table-column/index.d.ts +3 -3
- package/lib/components/table/src/table.vue.d.ts +10 -10
- package/lib/components/table/src/util.d.ts +9 -9
- package/lib/components/tabs/index.d.ts +11 -11
- 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 +3 -3
- 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 +2 -2
- 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 +2 -2
- package/lib/components/tag/src/tag2.js +34 -94
- package/lib/components/tag/src/tag2.js.map +1 -1
- package/lib/components/teleport/index.js +2 -2
- package/lib/components/teleport/src/teleport.js +18 -44
- package/lib/components/teleport/src/teleport.js.map +1 -1
- package/lib/components/teleport/src/teleport2.js +44 -18
- package/lib/components/teleport/src/teleport2.js.map +1 -1
- package/lib/components/time-picker/index.d.ts +8 -8
- package/lib/components/time-picker/src/common/picker.vue.d.ts +140 -140
- package/lib/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
- package/lib/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
- package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +44 -44
- package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +56 -56
- package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +56 -56
- package/lib/components/time-picker/src/time-picker.d.ts +4 -4
- package/lib/components/time-select/index.d.ts +376 -376
- 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 +188 -188
- 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.d.ts +6 -6
- package/lib/components/timeline/src/timeline-item.vue.d.ts +3 -3
- package/lib/components/tooltip/index.d.ts +43 -43
- package/lib/components/tooltip/index.js +1 -1
- package/lib/components/tooltip/src/content.d.ts +1 -1
- package/lib/components/tooltip/src/content.js +177 -31
- package/lib/components/tooltip/src/content.js.map +1 -1
- package/lib/components/tooltip/src/content.vue.d.ts +15 -15
- package/lib/components/tooltip/src/content2.js +31 -177
- package/lib/components/tooltip/src/content2.js.map +1 -1
- package/lib/components/tooltip/src/tooltip.d.ts +2 -2
- package/lib/components/tooltip/src/tooltip.js +2 -2
- package/lib/components/tooltip/src/tooltip.vue.d.ts +43 -43
- package/lib/components/tooltip/src/tooltip2.js +1 -1
- package/lib/components/tooltip-v2/index.d.ts +63 -63
- package/lib/components/tooltip-v2/index.js +3 -3
- package/lib/components/tooltip-v2/src/arrow.vue.d.ts +2 -2
- package/lib/components/tooltip-v2/src/content.d.ts +2 -2
- package/lib/components/tooltip-v2/src/content.vue.d.ts +13 -13
- package/lib/components/tooltip-v2/src/content2.js +1 -1
- package/lib/components/tooltip-v2/src/root.js +80 -17
- package/lib/components/tooltip-v2/src/root.js.map +1 -1
- package/lib/components/tooltip-v2/src/root2.js +17 -80
- package/lib/components/tooltip-v2/src/root2.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.d.ts +2 -2
- package/lib/components/tooltip-v2/src/tooltip.js +73 -20
- package/lib/components/tooltip-v2/src/tooltip.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +63 -63
- package/lib/components/tooltip-v2/src/tooltip2.js +20 -73
- package/lib/components/tooltip-v2/src/tooltip2.js.map +1 -1
- package/lib/components/transfer/index.d.ts +130 -130
- package/lib/components/transfer/src/composables/use-check.js +1 -1
- package/lib/components/transfer/src/transfer-panel.js +128 -21
- package/lib/components/transfer/src/transfer-panel.js.map +1 -1
- package/lib/components/transfer/src/transfer-panel.vue.d.ts +22 -22
- package/lib/components/transfer/src/transfer-panel2.js +21 -128
- package/lib/components/transfer/src/transfer-panel2.js.map +1 -1
- package/lib/components/transfer/src/transfer.js +1 -1
- package/lib/components/transfer/src/transfer.vue.d.ts +130 -130
- package/lib/components/tree/index.d.ts +2 -2
- package/lib/components/tree/src/tree.vue.d.ts +1 -1
- package/lib/components/tree-v2/index.d.ts +17 -17
- package/lib/components/tree-v2/src/tree-node.vue.d.ts +13 -13
- package/lib/components/tree-v2/src/tree.vue.d.ts +17 -17
- package/lib/components/upload/index.d.ts +36 -36
- package/lib/components/upload/index.js +3 -3
- package/lib/components/upload/src/upload-content.d.ts +1 -1
- package/lib/components/upload/src/upload-content.js +1 -1
- package/lib/components/upload/src/upload-content.vue.d.ts +7 -7
- package/lib/components/upload/src/upload-content2.js +1 -1
- package/lib/components/upload/src/upload-list.d.ts +1 -1
- package/lib/components/upload/src/upload-list.js +173 -27
- package/lib/components/upload/src/upload-list.js.map +1 -1
- package/lib/components/upload/src/upload-list.vue.d.ts +7 -7
- package/lib/components/upload/src/upload-list2.js +27 -173
- package/lib/components/upload/src/upload-list2.js.map +1 -1
- package/lib/components/upload/src/upload.d.ts +2 -2
- package/lib/components/upload/src/upload.js +108 -119
- package/lib/components/upload/src/upload.js.map +1 -1
- package/lib/components/upload/src/upload.vue.d.ts +36 -36
- package/lib/components/upload/src/upload2.js +119 -108
- package/lib/components/upload/src/upload2.js.map +1 -1
- package/lib/components/upload/src/use-handlers.js +1 -1
- package/lib/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/builders/build-list.d.ts +3 -3
- package/lib/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +3 -3
- package/lib/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +3 -3
- package/lib/components/visual-hidden/index.js +2 -2
- package/lib/components/visual-hidden/src/visual-hidden.js +35 -7
- package/lib/components/visual-hidden/src/visual-hidden.js.map +1 -1
- package/lib/components/visual-hidden/src/visual-hidden2.js +7 -35
- 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 +6 -6
- package/lib/index.js +34 -34
- package/lib/utils/vue/vnode.d.ts +6 -6
- package/package.json +1 -1
- package/theme-chalk/base.css +1 -1
- package/theme-chalk/el-date-picker.css +1 -1
- package/theme-chalk/el-input.css +1 -1
- package/theme-chalk/el-link.css +1 -1
- package/theme-chalk/el-time-picker.css +1 -1
- package/theme-chalk/el-time-select.css +1 -1
- package/theme-chalk/el-var.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/common/var.scss +4 -4
- package/theme-chalk/src/input.scss +4 -4
- package/theme-chalk/src/link.scss +1 -1
|
@@ -51,31 +51,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
51
51
|
$: import("vue").ComponentInternalInstance;
|
|
52
52
|
$data: {};
|
|
53
53
|
$props: Partial<{
|
|
54
|
-
placement: import("../../../utils").EpPropMergeType<StringConstructor, Placement, unknown>;
|
|
55
|
-
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
56
54
|
offset: number;
|
|
55
|
+
effect: string;
|
|
56
|
+
visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
57
|
+
content: string;
|
|
58
|
+
open: boolean;
|
|
59
|
+
disabled: boolean;
|
|
60
|
+
placement: import("../../../utils").EpPropMergeType<StringConstructor, Placement, unknown>;
|
|
57
61
|
showAfter: number;
|
|
58
62
|
hideAfter: number;
|
|
59
63
|
autoClose: number;
|
|
60
|
-
open: boolean;
|
|
61
|
-
content: string;
|
|
62
|
-
disabled: boolean;
|
|
63
|
-
effect: string;
|
|
64
64
|
boundariesPadding: number;
|
|
65
65
|
fallbackPlacements: Placement[];
|
|
66
66
|
gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
67
67
|
popperOptions: Partial<import("beyond-webui/es/components/popper").Options>;
|
|
68
|
+
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
68
69
|
enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
69
70
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
70
71
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
71
72
|
stopPopperMouseEvent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
72
|
-
visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
73
73
|
pure: boolean;
|
|
74
74
|
virtualTriggering: boolean;
|
|
75
75
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
76
76
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
77
77
|
persistent: boolean;
|
|
78
|
-
role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
78
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown>;
|
|
79
79
|
trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
|
|
80
80
|
triggerKeys: string[];
|
|
81
81
|
arrowOffset: number;
|
|
@@ -391,7 +391,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
391
391
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
392
392
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
|
|
393
393
|
popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
394
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
394
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
395
395
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
396
396
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
397
397
|
autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -401,10 +401,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
401
401
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
402
402
|
__epPropKey: true;
|
|
403
403
|
};
|
|
404
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
404
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
405
405
|
}>> & {
|
|
406
406
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
407
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
407
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "offset" | "effect" | "visible" | "content" | "open" | "disabled" | "placement" | "showAfter" | "hideAfter" | "autoClose" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "strategy" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "pure" | "virtualTriggering" | "rawContent" | "teleported" | "persistent" | "role" | "trigger" | "triggerKeys" | "arrowOffset" | "showArrow">;
|
|
408
408
|
$attrs: {
|
|
409
409
|
[x: string]: unknown;
|
|
410
410
|
};
|
|
@@ -729,7 +729,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
729
729
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
730
730
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
|
|
731
731
|
popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
732
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
732
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
733
733
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
734
734
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
735
735
|
autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -739,7 +739,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
739
739
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
740
740
|
__epPropKey: true;
|
|
741
741
|
};
|
|
742
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
742
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
743
743
|
}>> & {
|
|
744
744
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
745
745
|
}, {
|
|
@@ -1054,7 +1054,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1054
1054
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
1055
1055
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
|
|
1056
1056
|
popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
1057
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1057
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
1058
1058
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1059
1059
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
1060
1060
|
autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -1064,7 +1064,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1064
1064
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1065
1065
|
__epPropKey: true;
|
|
1066
1066
|
};
|
|
1067
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1067
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1068
1068
|
}>> & {
|
|
1069
1069
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
1070
1070
|
}>>;
|
|
@@ -1074,9 +1074,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1074
1074
|
$: import("vue").ComponentInternalInstance;
|
|
1075
1075
|
$data: {};
|
|
1076
1076
|
$props: Partial<{
|
|
1077
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
1077
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown>;
|
|
1078
1078
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1079
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1079
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1080
1080
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "role">;
|
|
1081
1081
|
$attrs: {
|
|
1082
1082
|
[x: string]: unknown;
|
|
@@ -1092,10 +1092,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1092
1092
|
$emit: (event: string, ...args: any[]) => void;
|
|
1093
1093
|
$el: any;
|
|
1094
1094
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1095
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1095
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1096
1096
|
}>>, {
|
|
1097
1097
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1098
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1098
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1099
1099
|
}>> & {
|
|
1100
1100
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1101
1101
|
}>>;
|
|
@@ -1103,10 +1103,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1103
1103
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
1104
1104
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1105
1105
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1106
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
1106
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown>>;
|
|
1107
1107
|
popperProvides: import("beyond-webui/es/components/popper").ElPopperInjectionContext;
|
|
1108
1108
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
1109
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
1109
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown>;
|
|
1110
1110
|
}> & {
|
|
1111
1111
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
1112
1112
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -1128,10 +1128,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1128
1128
|
$nextTick: typeof import("vue").nextTick;
|
|
1129
1129
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
1130
1130
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
1131
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1131
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1132
1132
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
1133
1133
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1134
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1134
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1135
1135
|
}>> & {
|
|
1136
1136
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1137
1137
|
}>>;
|
|
@@ -1139,7 +1139,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1139
1139
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
1140
1140
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1141
1141
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1142
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
1142
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown>>;
|
|
1143
1143
|
popperProvides: import("beyond-webui/es/components/popper").ElPopperInjectionContext;
|
|
1144
1144
|
}> & {} & import("vue").ComponentCustomProperties) | undefined>;
|
|
1145
1145
|
contentRef: import("vue").Ref<any>;
|
|
@@ -1154,10 +1154,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1154
1154
|
controlled: import("vue").ComputedRef<boolean>;
|
|
1155
1155
|
isFocusInsideContent: () => boolean | undefined;
|
|
1156
1156
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
1157
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1157
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1158
1158
|
}, {
|
|
1159
1159
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1160
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1160
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1161
1161
|
}>> & {
|
|
1162
1162
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1163
1163
|
}>>;
|
|
@@ -1165,12 +1165,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1165
1165
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
1166
1166
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1167
1167
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1168
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
1168
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown>>;
|
|
1169
1169
|
popperProvides: import("beyond-webui/es/components/popper").ElPopperInjectionContext;
|
|
1170
1170
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1171
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1171
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1172
1172
|
}>>, {
|
|
1173
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
1173
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown>;
|
|
1174
1174
|
}>> & Record<string, any>;
|
|
1175
1175
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
1176
1176
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -1850,7 +1850,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1850
1850
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
1851
1851
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
|
|
1852
1852
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
1853
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
1853
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
1854
1854
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
1855
1855
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
1856
1856
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -2113,7 +2113,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2113
2113
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
2114
2114
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
|
|
2115
2115
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
2116
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
2116
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2117
2117
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
2118
2118
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
2119
2119
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -2413,7 +2413,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2413
2413
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
2414
2414
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
|
|
2415
2415
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
2416
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
2416
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2417
2417
|
}, {
|
|
2418
2418
|
emit: ((event: "blur") => void) & ((event: "close") => void) & ((event: "focus") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
2419
2419
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2662,7 +2662,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2662
2662
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
2663
2663
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
|
|
2664
2664
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
2665
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
2665
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
2666
2666
|
}>> & {
|
|
2667
2667
|
onClose?: (() => any) | undefined;
|
|
2668
2668
|
onBlur?: (() => any) | undefined;
|
|
@@ -3009,7 +3009,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3009
3009
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
3010
3010
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
|
|
3011
3011
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
3012
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3012
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3013
3013
|
}>> & {
|
|
3014
3014
|
onClose?: (() => any) | undefined;
|
|
3015
3015
|
onBlur?: (() => any) | undefined;
|
|
@@ -3017,20 +3017,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3017
3017
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3018
3018
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3019
3019
|
}, {
|
|
3020
|
-
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, Placement, unknown>;
|
|
3021
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3022
3020
|
readonly offset: number;
|
|
3023
3021
|
readonly effect: string;
|
|
3022
|
+
readonly visible: boolean;
|
|
3023
|
+
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, Placement, unknown>;
|
|
3024
3024
|
readonly boundariesPadding: number;
|
|
3025
3025
|
readonly fallbackPlacements: Placement[];
|
|
3026
3026
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3027
3027
|
readonly popperOptions: Partial<import("beyond-webui/es/components/popper").Options>;
|
|
3028
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3028
3029
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3029
3030
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3030
3031
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3031
3032
|
readonly stopPopperMouseEvent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3032
3033
|
readonly ariaLabel: string;
|
|
3033
|
-
readonly visible: boolean;
|
|
3034
3034
|
readonly pure: boolean;
|
|
3035
3035
|
readonly virtualTriggering: boolean;
|
|
3036
3036
|
}>;
|
|
@@ -3292,29 +3292,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3292
3292
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
3293
3293
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
|
|
3294
3294
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
3295
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3295
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3296
3296
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3297
3297
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3298
3298
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3299
3299
|
}>>, {
|
|
3300
|
-
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, Placement, unknown>;
|
|
3301
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3302
3300
|
readonly offset: number;
|
|
3301
|
+
readonly effect: string;
|
|
3302
|
+
readonly visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
3303
|
+
readonly content: string;
|
|
3304
|
+
readonly disabled: boolean;
|
|
3305
|
+
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, Placement, unknown>;
|
|
3303
3306
|
readonly showAfter: number;
|
|
3304
3307
|
readonly hideAfter: number;
|
|
3305
3308
|
readonly autoClose: number;
|
|
3306
|
-
readonly content: string;
|
|
3307
|
-
readonly disabled: boolean;
|
|
3308
|
-
readonly effect: string;
|
|
3309
3309
|
readonly boundariesPadding: number;
|
|
3310
3310
|
readonly fallbackPlacements: Placement[];
|
|
3311
3311
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3312
3312
|
readonly popperOptions: Partial<import("beyond-webui/es/components/popper").Options>;
|
|
3313
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3313
3314
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3314
3315
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3315
3316
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3316
3317
|
readonly stopPopperMouseEvent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3317
|
-
readonly visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
3318
3318
|
readonly pure: boolean;
|
|
3319
3319
|
readonly virtualTriggering: boolean;
|
|
3320
3320
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3322,31 +3322,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3322
3322
|
readonly persistent: boolean;
|
|
3323
3323
|
}>;
|
|
3324
3324
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, {
|
|
3325
|
-
placement: import("../../../utils").EpPropMergeType<StringConstructor, Placement, unknown>;
|
|
3326
|
-
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3327
3325
|
offset: number;
|
|
3326
|
+
effect: string;
|
|
3327
|
+
visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
3328
|
+
content: string;
|
|
3329
|
+
open: boolean;
|
|
3330
|
+
disabled: boolean;
|
|
3331
|
+
placement: import("../../../utils").EpPropMergeType<StringConstructor, Placement, unknown>;
|
|
3328
3332
|
showAfter: number;
|
|
3329
3333
|
hideAfter: number;
|
|
3330
3334
|
autoClose: number;
|
|
3331
|
-
open: boolean;
|
|
3332
|
-
content: string;
|
|
3333
|
-
disabled: boolean;
|
|
3334
|
-
effect: string;
|
|
3335
3335
|
boundariesPadding: number;
|
|
3336
3336
|
fallbackPlacements: Placement[];
|
|
3337
3337
|
gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3338
3338
|
popperOptions: Partial<import("beyond-webui/es/components/popper").Options>;
|
|
3339
|
+
strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3339
3340
|
enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3340
3341
|
focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3341
3342
|
trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3342
3343
|
stopPopperMouseEvent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3343
|
-
visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
3344
3344
|
pure: boolean;
|
|
3345
3345
|
virtualTriggering: boolean;
|
|
3346
3346
|
rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3347
3347
|
teleported: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3348
3348
|
persistent: boolean;
|
|
3349
|
-
role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
3349
|
+
role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown>;
|
|
3350
3350
|
trigger: import("../../../utils").EpPropMergeType<(new (...args: any[]) => import("../../../utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("../../../utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("../../../utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
|
|
3351
3351
|
triggerKeys: string[];
|
|
3352
3352
|
arrowOffset: number;
|
|
@@ -3682,7 +3682,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3682
3682
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
3683
3683
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
|
|
3684
3684
|
popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
3685
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3685
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3686
3686
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3687
3687
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3688
3688
|
autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -3692,7 +3692,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3692
3692
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3693
3693
|
__epPropKey: true;
|
|
3694
3694
|
};
|
|
3695
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
3695
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3696
3696
|
}>> & {
|
|
3697
3697
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3698
3698
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -4007,7 +4007,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4007
4007
|
offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
4008
4008
|
placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
|
|
4009
4009
|
popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
4010
|
-
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4010
|
+
strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4011
4011
|
showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4012
4012
|
hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4013
4013
|
autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -4017,7 +4017,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4017
4017
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4018
4018
|
__epPropKey: true;
|
|
4019
4019
|
};
|
|
4020
|
-
role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4020
|
+
role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4021
4021
|
}>> & {
|
|
4022
4022
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4023
4023
|
}>>;
|
|
@@ -4027,9 +4027,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4027
4027
|
$: import("vue").ComponentInternalInstance;
|
|
4028
4028
|
$data: {};
|
|
4029
4029
|
$props: Partial<{
|
|
4030
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4030
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown>;
|
|
4031
4031
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
4032
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4032
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4033
4033
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "role">;
|
|
4034
4034
|
$attrs: {
|
|
4035
4035
|
[x: string]: unknown;
|
|
@@ -4045,10 +4045,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4045
4045
|
$emit: (event: string, ...args: any[]) => void;
|
|
4046
4046
|
$el: any;
|
|
4047
4047
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
4048
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4048
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4049
4049
|
}>>, {
|
|
4050
4050
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4051
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4051
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4052
4052
|
}>> & {
|
|
4053
4053
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4054
4054
|
}>>;
|
|
@@ -4056,10 +4056,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4056
4056
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4057
4057
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4058
4058
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4059
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4059
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown>>;
|
|
4060
4060
|
popperProvides: import("beyond-webui/es/components/popper").ElPopperInjectionContext;
|
|
4061
4061
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
4062
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4062
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown>;
|
|
4063
4063
|
}> & {
|
|
4064
4064
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
4065
4065
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -4081,10 +4081,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4081
4081
|
$nextTick: typeof import("vue").nextTick;
|
|
4082
4082
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
4083
4083
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
4084
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4084
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4085
4085
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
4086
4086
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4087
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4087
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4088
4088
|
}>> & {
|
|
4089
4089
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4090
4090
|
}>>;
|
|
@@ -4092,7 +4092,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4092
4092
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4093
4093
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4094
4094
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4095
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4095
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown>>;
|
|
4096
4096
|
popperProvides: import("beyond-webui/es/components/popper").ElPopperInjectionContext;
|
|
4097
4097
|
}> & {} & import("vue").ComponentCustomProperties) | undefined>;
|
|
4098
4098
|
contentRef: import("vue").Ref<any>;
|
|
@@ -4107,10 +4107,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4107
4107
|
controlled: import("vue").ComputedRef<boolean>;
|
|
4108
4108
|
isFocusInsideContent: () => boolean | undefined;
|
|
4109
4109
|
ElPopper: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4110
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4110
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4111
4111
|
}, {
|
|
4112
4112
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4113
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4113
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4114
4114
|
}>> & {
|
|
4115
4115
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4116
4116
|
}>>;
|
|
@@ -4118,12 +4118,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4118
4118
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4119
4119
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4120
4120
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4121
|
-
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4121
|
+
role: import("vue").ComputedRef<import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown>>;
|
|
4122
4122
|
popperProvides: import("beyond-webui/es/components/popper").ElPopperInjectionContext;
|
|
4123
4123
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4124
|
-
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4124
|
+
readonly role: import("../../../utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4125
4125
|
}>>, {
|
|
4126
|
-
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "
|
|
4126
|
+
readonly role: import("../../../utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "group" | "dialog" | "navigation" | "tree", unknown>;
|
|
4127
4127
|
}>> & Record<string, any>;
|
|
4128
4128
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
4129
4129
|
readonly arrowOffset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -4803,7 +4803,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4803
4803
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
4804
4804
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
|
|
4805
4805
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
4806
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
4806
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4807
4807
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4808
4808
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4809
4809
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -5066,7 +5066,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5066
5066
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5067
5067
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
|
|
5068
5068
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5069
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
5069
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5070
5070
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5071
5071
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5072
5072
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
@@ -5366,7 +5366,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5366
5366
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5367
5367
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
|
|
5368
5368
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5369
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
5369
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5370
5370
|
}, {
|
|
5371
5371
|
emit: ((event: "blur") => void) & ((event: "close") => void) & ((event: "focus") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
5372
5372
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -5615,7 +5615,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5615
5615
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5616
5616
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
|
|
5617
5617
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5618
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
5618
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5619
5619
|
}>> & {
|
|
5620
5620
|
onClose?: (() => any) | undefined;
|
|
5621
5621
|
onBlur?: (() => any) | undefined;
|
|
@@ -5962,7 +5962,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5962
5962
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5963
5963
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
|
|
5964
5964
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5965
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
5965
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5966
5966
|
}>> & {
|
|
5967
5967
|
onClose?: (() => any) | undefined;
|
|
5968
5968
|
onBlur?: (() => any) | undefined;
|
|
@@ -5970,20 +5970,20 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5970
5970
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
5971
5971
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
5972
5972
|
}, {
|
|
5973
|
-
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, Placement, unknown>;
|
|
5974
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
5975
5973
|
readonly offset: number;
|
|
5976
5974
|
readonly effect: string;
|
|
5975
|
+
readonly visible: boolean;
|
|
5976
|
+
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, Placement, unknown>;
|
|
5977
5977
|
readonly boundariesPadding: number;
|
|
5978
5978
|
readonly fallbackPlacements: Placement[];
|
|
5979
5979
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5980
5980
|
readonly popperOptions: Partial<import("beyond-webui/es/components/popper").Options>;
|
|
5981
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
5981
5982
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5982
5983
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5983
5984
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5984
5985
|
readonly stopPopperMouseEvent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5985
5986
|
readonly ariaLabel: string;
|
|
5986
|
-
readonly visible: boolean;
|
|
5987
5987
|
readonly pure: boolean;
|
|
5988
5988
|
readonly virtualTriggering: boolean;
|
|
5989
5989
|
}>;
|
|
@@ -6245,29 +6245,29 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6245
6245
|
readonly offset: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
6246
6246
|
readonly placement: import("../../../utils").EpPropFinalized<StringConstructor, Placement, unknown, "bottom", boolean>;
|
|
6247
6247
|
readonly popperOptions: import("../../../utils").EpPropFinalized<(new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>) | ((new (...args: any[]) => Partial<import("beyond-webui/es/components/popper").Options>) | (() => Partial<import("beyond-webui/es/components/popper").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
6248
|
-
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "
|
|
6248
|
+
readonly strategy: import("../../../utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6249
6249
|
readonly showAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6250
6250
|
readonly hideAfter: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6251
6251
|
readonly autoClose: import("../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6252
6252
|
}>>, {
|
|
6253
|
-
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, Placement, unknown>;
|
|
6254
|
-
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6255
6253
|
readonly offset: number;
|
|
6254
|
+
readonly effect: string;
|
|
6255
|
+
readonly visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
6256
|
+
readonly content: string;
|
|
6257
|
+
readonly disabled: boolean;
|
|
6258
|
+
readonly placement: import("../../../utils").EpPropMergeType<StringConstructor, Placement, unknown>;
|
|
6256
6259
|
readonly showAfter: number;
|
|
6257
6260
|
readonly hideAfter: number;
|
|
6258
6261
|
readonly autoClose: number;
|
|
6259
|
-
readonly content: string;
|
|
6260
|
-
readonly disabled: boolean;
|
|
6261
|
-
readonly effect: string;
|
|
6262
6262
|
readonly boundariesPadding: number;
|
|
6263
6263
|
readonly fallbackPlacements: Placement[];
|
|
6264
6264
|
readonly gpuAcceleration: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6265
6265
|
readonly popperOptions: Partial<import("beyond-webui/es/components/popper").Options>;
|
|
6266
|
+
readonly strategy: import("../../../utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6266
6267
|
readonly enterable: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6267
6268
|
readonly focusOnShow: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6268
6269
|
readonly trapping: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6269
6270
|
readonly stopPopperMouseEvent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6270
|
-
readonly visible: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
6271
6271
|
readonly pure: boolean;
|
|
6272
6272
|
readonly virtualTriggering: boolean;
|
|
6273
6273
|
readonly rawContent: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|