beyond-webui 1.1.9 → 1.1.10
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/autocomplete/index.d.ts +118 -118
- package/es/components/autocomplete/src/autocomplete.vue.d.ts +118 -118
- package/es/components/avatar/index.mjs +2 -2
- package/es/components/avatar/src/avatar.mjs +67 -32
- package/es/components/avatar/src/avatar.mjs.map +1 -1
- package/es/components/avatar/src/avatar2.mjs +32 -67
- package/es/components/avatar/src/avatar2.mjs.map +1 -1
- package/es/components/backtop/index.mjs +2 -2
- package/es/components/backtop/src/backtop.mjs +21 -54
- package/es/components/backtop/src/backtop.mjs.map +1 -1
- package/es/components/backtop/src/backtop2.mjs +54 -21
- package/es/components/backtop/src/backtop2.mjs.map +1 -1
- package/es/components/badge/index.d.ts +1 -1
- package/es/components/badge/index.mjs +2 -2
- package/es/components/badge/src/badge.mjs +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 +4 -4
- 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/breadcrumb/src/breadcrumb.mjs +36 -11
- package/es/components/breadcrumb/src/breadcrumb.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb2.mjs +11 -36
- package/es/components/breadcrumb/src/breadcrumb2.mjs.map +1 -1
- package/es/components/button/index.d.ts +4 -4
- package/es/components/button/index.mjs +1 -1
- package/es/components/button/src/button-group.mjs +30 -6
- package/es/components/button/src/button-group.mjs.map +1 -1
- package/es/components/button/src/button-group2.mjs +6 -30
- package/es/components/button/src/button-group2.mjs.map +1 -1
- package/es/components/button/src/button.vue.d.ts +4 -4
- package/es/components/calendar/index.d.ts +4 -4
- package/es/components/calendar/src/calendar.vue.d.ts +4 -4
- package/es/components/calendar/src/calendar2.mjs +1 -1
- package/es/components/calendar/src/date-table.mjs +33 -87
- package/es/components/calendar/src/date-table.mjs.map +1 -1
- package/es/components/calendar/src/date-table2.mjs +87 -33
- package/es/components/calendar/src/date-table2.mjs.map +1 -1
- package/es/components/calendar/src/use-date-table.mjs +1 -1
- package/es/components/carousel/index.d.ts +1 -1
- package/es/components/carousel/index.mjs +2 -2
- package/es/components/carousel/src/carousel-item.mjs +63 -8
- package/es/components/carousel/src/carousel-item.mjs.map +1 -1
- package/es/components/carousel/src/carousel-item2.mjs +8 -63
- package/es/components/carousel/src/carousel-item2.mjs.map +1 -1
- package/es/components/carousel/src/carousel.vue.d.ts +1 -1
- package/es/components/cascader/index.d.ts +252 -252
- package/es/components/cascader/src/cascader.vue.d.ts +126 -126
- package/es/components/cascader-panel/index.d.ts +2 -2
- package/es/components/cascader-panel/src/index.mjs +1 -1
- package/es/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/es/components/cascader-panel/src/menu.mjs +1 -1
- package/es/components/cascader-panel/src/node.mjs +116 -209
- package/es/components/cascader-panel/src/node.mjs.map +1 -1
- package/es/components/cascader-panel/src/node2.mjs +209 -116
- package/es/components/cascader-panel/src/node2.mjs.map +1 -1
- package/es/components/cascader-panel/src/store.mjs +1 -1
- package/es/components/checkbox/index.d.ts +8 -8
- package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +1 -1
- package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
- 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.mjs +2 -2
- package/es/components/collapse/src/collapse.mjs +17 -30
- package/es/components/collapse/src/collapse.mjs.map +1 -1
- package/es/components/collapse/src/collapse2.mjs +30 -17
- package/es/components/collapse/src/collapse2.mjs.map +1 -1
- package/es/components/color-picker/index.d.ts +105 -105
- package/es/components/color-picker/index.mjs +2 -2
- package/es/components/color-picker/src/color-picker.mjs +321 -38
- package/es/components/color-picker/src/color-picker.mjs.map +1 -1
- package/es/components/color-picker/src/color-picker.vue.d.ts +105 -105
- package/es/components/color-picker/src/color-picker2.mjs +38 -321
- package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
- package/es/components/color-picker/src/components/predefine.mjs +1 -1
- package/es/components/countdown/index.mjs +2 -2
- package/es/components/countdown/src/countdown.mjs +23 -74
- package/es/components/countdown/src/countdown.mjs.map +1 -1
- package/es/components/countdown/src/countdown2.mjs +74 -23
- package/es/components/countdown/src/countdown2.mjs.map +1 -1
- package/es/components/date-picker/index.d.ts +2 -2
- package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +41 -41
- package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +41 -41
- package/es/components/date-picker/src/date-picker.d.ts +1 -1
- package/es/components/date-picker/src/panel-utils.d.ts +82 -82
- package/es/components/descriptions/index.mjs +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/description2.mjs +111 -25
- package/es/components/descriptions/src/description2.mjs.map +1 -1
- package/es/components/descriptions/src/descriptions-row.mjs +7 -64
- package/es/components/descriptions/src/descriptions-row.mjs.map +1 -1
- package/es/components/descriptions/src/descriptions-row2.mjs +64 -7
- package/es/components/descriptions/src/descriptions-row2.mjs.map +1 -1
- package/es/components/dialog/src/dialog-content.mjs +95 -37
- package/es/components/dialog/src/dialog-content.mjs.map +1 -1
- package/es/components/dialog/src/dialog-content2.mjs +37 -95
- package/es/components/dialog/src/dialog-content2.mjs.map +1 -1
- package/es/components/dialog/src/dialog.mjs +1 -1
- package/es/components/dialog/src/dialog2.mjs +1 -1
- package/es/components/divider/index.d.ts +4 -4
- package/es/components/divider/src/divider.d.ts +1 -1
- package/es/components/divider/src/divider.vue.d.ts +4 -4
- package/es/components/drawer/index.mjs +2 -2
- package/es/components/drawer/src/drawer.mjs +177 -26
- package/es/components/drawer/src/drawer.mjs.map +1 -1
- package/es/components/drawer/src/drawer2.mjs +26 -177
- package/es/components/drawer/src/drawer2.mjs.map +1 -1
- package/es/components/dropdown/index.d.ts +65 -65
- 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-menu.mjs +1 -1
- package/es/components/dropdown/src/dropdown.mjs +307 -97
- package/es/components/dropdown/src/dropdown.mjs.map +1 -1
- package/es/components/dropdown/src/dropdown.vue.d.ts +65 -65
- package/es/components/dropdown/src/dropdown2.mjs +97 -307
- 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-item.mjs +43 -317
- package/es/components/form/src/form-item.mjs.map +1 -1
- package/es/components/form/src/form-item2.mjs +317 -43
- package/es/components/form/src/form-item2.mjs.map +1 -1
- package/es/components/form/src/form.d.ts +2 -2
- package/es/components/form/src/form.vue.d.ts +10 -10
- package/es/components/icon/index.mjs +2 -2
- package/es/components/icon/src/icon.mjs +8 -36
- package/es/components/icon/src/icon.mjs.map +1 -1
- package/es/components/icon/src/icon2.mjs +36 -8
- package/es/components/icon/src/icon2.mjs.map +1 -1
- package/es/components/image/index.d.ts +4 -4
- package/es/components/image/src/image.vue.d.ts +4 -4
- 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 +42 -42
- package/es/components/input/index.d.ts +4 -4
- package/es/components/input/index.mjs +2 -2
- package/es/components/input/src/input.mjs +552 -135
- package/es/components/input/src/input.mjs.map +1 -1
- package/es/components/input/src/input.vue.d.ts +4 -4
- package/es/components/input/src/input2.mjs +135 -552
- package/es/components/input/src/input2.mjs.map +1 -1
- package/es/components/input-number/index.d.ts +16 -16
- package/es/components/input-number/index.mjs +2 -2
- package/es/components/input-number/src/input-number.mjs +58 -311
- package/es/components/input-number/src/input-number.mjs.map +1 -1
- package/es/components/input-number/src/input-number.vue.d.ts +16 -16
- package/es/components/input-number/src/input-number2.mjs +311 -58
- package/es/components/input-number/src/input-number2.mjs.map +1 -1
- package/es/components/link/index.d.ts +1 -1
- package/es/components/link/src/link.vue.d.ts +1 -1
- package/es/components/menu/index.d.ts +2 -2
- package/es/components/menu/index.mjs +2 -2
- package/es/components/menu/src/menu-item-group.mjs +4 -35
- package/es/components/menu/src/menu-item-group.mjs.map +1 -1
- package/es/components/menu/src/menu-item-group2.mjs +35 -4
- package/es/components/menu/src/menu-item-group2.mjs.map +1 -1
- package/es/components/menu/src/sub-menu.d.ts +1 -1
- package/es/components/message/src/message.vue.d.ts +3 -3
- 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 +2 -2
- package/es/components/notification/src/notification2.mjs +69 -147
- package/es/components/notification/src/notification2.mjs.map +1 -1
- package/es/components/notification/src/notify.mjs +2 -2
- package/es/components/page-header/index.d.ts +4 -4
- package/es/components/page-header/index.mjs +2 -2
- package/es/components/page-header/src/page-header.mjs +103 -17
- package/es/components/page-header/src/page-header.mjs.map +1 -1
- package/es/components/page-header/src/page-header.vue.d.ts +4 -4
- package/es/components/page-header/src/page-header2.mjs +17 -103
- 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 +4 -4
- package/es/components/pagination/src/components/next.mjs +58 -19
- package/es/components/pagination/src/components/next.mjs.map +1 -1
- package/es/components/pagination/src/components/next2.mjs +19 -58
- package/es/components/pagination/src/components/next2.mjs.map +1 -1
- package/es/components/pagination/src/components/pager.mjs +17 -214
- package/es/components/pagination/src/components/pager.mjs.map +1 -1
- package/es/components/pagination/src/components/pager2.mjs +214 -17
- package/es/components/pagination/src/components/pager2.mjs.map +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/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 +74 -74
- package/es/components/pagination/src/components/total.mjs +28 -7
- package/es/components/pagination/src/components/total.mjs.map +1 -1
- package/es/components/pagination/src/components/total2.mjs +7 -28
- 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 +4 -4
- package/es/components/popconfirm/index.d.ts +101 -101
- package/es/components/popconfirm/src/popconfirm.vue.d.ts +101 -101
- package/es/components/popover/index.d.ts +109 -109
- package/es/components/popover/index.mjs +2 -2
- package/es/components/popover/src/popover.mjs +111 -66
- package/es/components/popover/src/popover.mjs.map +1 -1
- package/es/components/popover/src/popover.vue.d.ts +109 -109
- package/es/components/popover/src/popover2.mjs +66 -111
- package/es/components/popover/src/popover2.mjs.map +1 -1
- package/es/components/popper/index.d.ts +5 -5
- package/es/components/popper/index.mjs +6 -6
- package/es/components/popper/src/composables/use-content.d.ts +2 -2
- package/es/components/popper/src/content.mjs +94 -137
- package/es/components/popper/src/content.mjs.map +1 -1
- package/es/components/popper/src/content.vue.d.ts +2 -2
- package/es/components/popper/src/content2.mjs +137 -94
- 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 +25 -32
- 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 +32 -25
- package/es/components/popper/src/popper2.mjs.map +1 -1
- package/es/components/popper/src/trigger.mjs +31 -119
- package/es/components/popper/src/trigger.mjs.map +1 -1
- package/es/components/popper/src/trigger.vue.d.ts +1 -1
- package/es/components/popper/src/trigger2.mjs +119 -31
- package/es/components/popper/src/trigger2.mjs.map +1 -1
- package/es/components/popper/src/utils.d.ts +1 -1
- package/es/components/progress/index.d.ts +5 -5
- 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 +5 -5
- 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 +6 -6
- package/es/components/radio/index.mjs +2 -2
- package/es/components/radio/src/radio-button.vue.d.ts +1 -1
- package/es/components/radio/src/radio-group.mjs +68 -36
- package/es/components/radio/src/radio-group.mjs.map +1 -1
- package/es/components/radio/src/radio-group.vue.d.ts +1 -1
- package/es/components/radio/src/radio-group2.mjs +36 -68
- package/es/components/radio/src/radio-group2.mjs.map +1 -1
- package/es/components/radio/src/radio.vue.d.ts +2 -2
- package/es/components/rate/index.d.ts +1 -1
- package/es/components/rate/src/rate.vue.d.ts +1 -1
- package/es/components/result/index.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/row/index.mjs +2 -2
- package/es/components/row/src/row.mjs +45 -30
- package/es/components/row/src/row.mjs.map +1 -1
- package/es/components/row/src/row2.mjs +30 -45
- package/es/components/row/src/row2.mjs.map +1 -1
- package/es/components/scrollbar/index.d.ts +3 -3
- package/es/components/scrollbar/index.mjs +1 -1
- package/es/components/scrollbar/src/bar.mjs +1 -1
- package/es/components/scrollbar/src/bar.vue.d.ts +1 -1
- package/es/components/scrollbar/src/scrollbar.vue.d.ts +3 -3
- package/es/components/scrollbar/src/thumb.mjs +130 -11
- package/es/components/scrollbar/src/thumb.mjs.map +1 -1
- package/es/components/scrollbar/src/thumb.vue.d.ts +1 -1
- package/es/components/scrollbar/src/thumb2.mjs +11 -130
- package/es/components/scrollbar/src/thumb2.mjs.map +1 -1
- package/es/components/select/index.d.ts +74 -74
- package/es/components/select/src/select.vue.d.ts +74 -74
- package/es/components/select/src/useSelect.d.ts +64 -64
- package/es/components/select-v2/index.d.ts +154 -154
- package/es/components/select-v2/src/defaults.d.ts +1 -1
- package/es/components/select-v2/src/select.vue.d.ts +77 -77
- package/es/components/select-v2/src/useSelect.d.ts +64 -64
- package/es/components/skeleton/index.d.ts +9 -9
- package/es/components/skeleton/index.mjs +2 -2
- package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton.mjs +49 -22
- 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 +22 -49
- package/es/components/skeleton/src/skeleton2.mjs.map +1 -1
- package/es/components/slider/index.d.ts +186 -186
- package/es/components/slider/index.mjs +2 -2
- package/es/components/slider/src/button.mjs +93 -21
- package/es/components/slider/src/button.mjs.map +1 -1
- package/es/components/slider/src/button.vue.d.ts +33 -33
- package/es/components/slider/src/button2.mjs +21 -93
- package/es/components/slider/src/button2.mjs.map +1 -1
- package/es/components/slider/src/composables/use-slide.d.ts +134 -134
- 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 +186 -186
- 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 +1 -1
- package/es/components/space/src/space.d.ts +1 -1
- package/es/components/steps/index.mjs +4 -4
- package/es/components/steps/src/item.mjs +19 -188
- package/es/components/steps/src/item.mjs.map +1 -1
- package/es/components/steps/src/item2.mjs +188 -19
- 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/steps2.mjs +36 -34
- package/es/components/steps/src/steps2.mjs.map +1 -1
- package/es/components/switch/index.d.ts +1 -1
- package/es/components/switch/src/switch.vue.d.ts +1 -1
- package/es/components/table/index.d.ts +17 -17
- package/es/components/table/src/filter-panel.vue.d.ts +64 -64
- 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 +11 -11
- package/es/components/table/src/util.d.ts +9 -9
- package/es/components/tabs/index.d.ts +9 -9
- package/es/components/tabs/index.mjs +2 -2
- package/es/components/tabs/src/tab-bar.d.ts +4 -4
- package/es/components/tabs/src/tab-bar.vue.d.ts +13 -13
- package/es/components/tabs/src/tab-nav.d.ts +15 -15
- package/es/components/tabs/src/tab-pane.mjs +13 -72
- package/es/components/tabs/src/tab-pane.mjs.map +1 -1
- package/es/components/tabs/src/tab-pane.vue.d.ts +2 -2
- package/es/components/tabs/src/tab-pane2.mjs +72 -13
- package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
- package/es/components/tabs/src/tabs.d.ts +6 -6
- 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/text/index.mjs +2 -2
- package/es/components/text/src/text.mjs +35 -22
- package/es/components/text/src/text.mjs.map +1 -1
- package/es/components/text/src/text2.mjs +22 -35
- package/es/components/text/src/text2.mjs.map +1 -1
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/src/common/picker.vue.d.ts +101 -101
- package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +27 -27
- package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +33 -33
- package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +33 -33
- package/es/components/time-picker/src/time-picker.d.ts +1 -1
- package/es/components/time-select/index.d.ts +300 -300
- package/es/components/time-select/src/time-select.vue.d.ts +150 -150
- package/es/components/timeline/index.mjs +2 -2
- package/es/components/timeline/src/timeline-item.mjs +70 -42
- package/es/components/timeline/src/timeline-item.mjs.map +1 -1
- package/es/components/timeline/src/timeline-item2.mjs +42 -70
- package/es/components/timeline/src/timeline-item2.mjs.map +1 -1
- package/es/components/tooltip/index.d.ts +32 -32
- package/es/components/tooltip/index.mjs +2 -2
- package/es/components/tooltip/src/content.mjs +1 -1
- package/es/components/tooltip/src/content.vue.d.ts +6 -6
- package/es/components/tooltip/src/content2.mjs +1 -1
- package/es/components/tooltip/src/tooltip.d.ts +1 -1
- package/es/components/tooltip/src/tooltip.mjs +169 -31
- package/es/components/tooltip/src/tooltip.mjs.map +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +32 -32
- package/es/components/tooltip/src/tooltip2.mjs +31 -169
- package/es/components/tooltip/src/tooltip2.mjs.map +1 -1
- package/es/components/tooltip/src/trigger.mjs +1 -1
- package/es/components/tooltip/src/trigger.vue.d.ts +3 -3
- package/es/components/tooltip/src/trigger2.mjs +1 -1
- package/es/components/tooltip-v2/index.d.ts +33 -33
- package/es/components/tooltip-v2/index.mjs +2 -2
- package/es/components/tooltip-v2/src/arrow.mjs +37 -22
- package/es/components/tooltip-v2/src/arrow.mjs.map +1 -1
- package/es/components/tooltip-v2/src/arrow2.mjs +22 -37
- package/es/components/tooltip-v2/src/arrow2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/content.d.ts +1 -1
- package/es/components/tooltip-v2/src/content.mjs +50 -112
- package/es/components/tooltip-v2/src/content.mjs.map +1 -1
- package/es/components/tooltip-v2/src/content.vue.d.ts +9 -9
- package/es/components/tooltip-v2/src/content2.mjs +112 -50
- package/es/components/tooltip-v2/src/content2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/es/components/tooltip-v2/src/tooltip.mjs +2 -2
- package/es/components/tooltip-v2/src/tooltip.vue.d.ts +33 -33
- package/es/components/tooltip-v2/src/tooltip2.mjs +4 -4
- package/es/components/transfer/index.d.ts +54 -54
- package/es/components/transfer/src/composables/use-check.mjs +1 -1
- package/es/components/transfer/src/transfer-panel.mjs +19 -128
- package/es/components/transfer/src/transfer-panel.mjs.map +1 -1
- package/es/components/transfer/src/transfer-panel.vue.d.ts +10 -10
- package/es/components/transfer/src/transfer-panel2.mjs +128 -19
- package/es/components/transfer/src/transfer-panel2.mjs.map +1 -1
- package/es/components/transfer/src/transfer.vue.d.ts +54 -54
- package/es/components/transfer/src/transfer2.mjs +1 -1
- package/es/components/tree-v2/index.d.ts +7 -7
- package/es/components/tree-v2/src/tree-node.vue.d.ts +6 -6
- package/es/components/tree-v2/src/tree.vue.d.ts +7 -7
- package/es/components/upload/index.d.ts +18 -18
- package/es/components/upload/index.mjs +5 -5
- package/es/components/upload/src/upload-content.mjs +33 -173
- package/es/components/upload/src/upload-content.mjs.map +1 -1
- package/es/components/upload/src/upload-content.vue.d.ts +3 -3
- package/es/components/upload/src/upload-content2.mjs +173 -33
- package/es/components/upload/src/upload-content2.mjs.map +1 -1
- package/es/components/upload/src/upload-dragger.mjs +11 -72
- package/es/components/upload/src/upload-dragger.mjs.map +1 -1
- package/es/components/upload/src/upload-dragger2.mjs +72 -11
- package/es/components/upload/src/upload-dragger2.mjs.map +1 -1
- package/es/components/upload/src/upload-list.mjs +26 -173
- package/es/components/upload/src/upload-list.mjs.map +1 -1
- package/es/components/upload/src/upload-list.vue.d.ts +5 -5
- package/es/components/upload/src/upload-list2.mjs +173 -26
- package/es/components/upload/src/upload-list2.mjs.map +1 -1
- package/es/components/upload/src/upload.mjs +105 -119
- package/es/components/upload/src/upload.mjs.map +1 -1
- package/es/components/upload/src/upload.vue.d.ts +18 -18
- 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-list.d.ts +1 -1
- package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +1 -1
- package/es/components/virtual-list/src/components/fixed-size-list.d.ts +1 -1
- package/es/hooks/use-floating/index.d.ts +2 -2
- package/es/hooks/use-popper/index.d.ts +2 -2
- package/es/index.mjs +42 -42
- package/lib/components/autocomplete/index.d.ts +118 -118
- package/lib/components/autocomplete/src/autocomplete.vue.d.ts +118 -118
- package/lib/components/avatar/index.js +2 -2
- package/lib/components/avatar/src/avatar.js +67 -33
- package/lib/components/avatar/src/avatar.js.map +1 -1
- package/lib/components/avatar/src/avatar2.js +33 -67
- package/lib/components/avatar/src/avatar2.js.map +1 -1
- package/lib/components/backtop/index.js +2 -2
- package/lib/components/backtop/src/backtop.js +22 -54
- package/lib/components/backtop/src/backtop.js.map +1 -1
- package/lib/components/backtop/src/backtop2.js +54 -22
- package/lib/components/backtop/src/backtop2.js.map +1 -1
- package/lib/components/badge/index.d.ts +1 -1
- package/lib/components/badge/index.js +2 -2
- package/lib/components/badge/src/badge.js +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 +4 -4
- 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/breadcrumb/src/breadcrumb.js +36 -11
- package/lib/components/breadcrumb/src/breadcrumb.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb2.js +11 -36
- package/lib/components/breadcrumb/src/breadcrumb2.js.map +1 -1
- package/lib/components/button/index.d.ts +4 -4
- package/lib/components/button/index.js +1 -1
- package/lib/components/button/src/button-group.js +30 -6
- package/lib/components/button/src/button-group.js.map +1 -1
- package/lib/components/button/src/button-group2.js +6 -30
- package/lib/components/button/src/button-group2.js.map +1 -1
- package/lib/components/button/src/button.vue.d.ts +4 -4
- package/lib/components/calendar/index.d.ts +4 -4
- package/lib/components/calendar/src/calendar.vue.d.ts +4 -4
- package/lib/components/calendar/src/calendar2.js +1 -1
- package/lib/components/calendar/src/date-table.js +37 -87
- package/lib/components/calendar/src/date-table.js.map +1 -1
- package/lib/components/calendar/src/date-table2.js +87 -37
- package/lib/components/calendar/src/date-table2.js.map +1 -1
- package/lib/components/calendar/src/use-date-table.js +1 -1
- package/lib/components/carousel/index.d.ts +1 -1
- package/lib/components/carousel/index.js +2 -2
- package/lib/components/carousel/src/carousel-item.js +63 -8
- package/lib/components/carousel/src/carousel-item.js.map +1 -1
- package/lib/components/carousel/src/carousel-item2.js +8 -63
- package/lib/components/carousel/src/carousel-item2.js.map +1 -1
- package/lib/components/carousel/src/carousel.vue.d.ts +1 -1
- package/lib/components/cascader/index.d.ts +252 -252
- package/lib/components/cascader/src/cascader.vue.d.ts +126 -126
- package/lib/components/cascader-panel/index.d.ts +2 -2
- package/lib/components/cascader-panel/src/index.js +1 -1
- package/lib/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/lib/components/cascader-panel/src/menu.js +1 -1
- package/lib/components/cascader-panel/src/node.js +116 -209
- package/lib/components/cascader-panel/src/node.js.map +1 -1
- package/lib/components/cascader-panel/src/node2.js +209 -116
- package/lib/components/cascader-panel/src/node2.js.map +1 -1
- package/lib/components/cascader-panel/src/store.js +1 -1
- package/lib/components/checkbox/index.d.ts +8 -8
- package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +1 -1
- package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
- 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.js +2 -2
- package/lib/components/collapse/src/collapse.js +19 -30
- package/lib/components/collapse/src/collapse.js.map +1 -1
- package/lib/components/collapse/src/collapse2.js +30 -19
- package/lib/components/collapse/src/collapse2.js.map +1 -1
- package/lib/components/color-picker/index.d.ts +105 -105
- package/lib/components/color-picker/index.js +2 -2
- package/lib/components/color-picker/src/color-picker.js +319 -38
- package/lib/components/color-picker/src/color-picker.js.map +1 -1
- package/lib/components/color-picker/src/color-picker.vue.d.ts +105 -105
- package/lib/components/color-picker/src/color-picker2.js +38 -319
- package/lib/components/color-picker/src/color-picker2.js.map +1 -1
- package/lib/components/color-picker/src/components/predefine.js +1 -1
- package/lib/components/countdown/index.js +2 -2
- package/lib/components/countdown/src/countdown.js +24 -74
- package/lib/components/countdown/src/countdown.js.map +1 -1
- package/lib/components/countdown/src/countdown2.js +74 -24
- package/lib/components/countdown/src/countdown2.js.map +1 -1
- package/lib/components/date-picker/index.d.ts +2 -2
- package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +41 -41
- package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +41 -41
- package/lib/components/date-picker/src/date-picker.d.ts +1 -1
- package/lib/components/date-picker/src/panel-utils.d.ts +82 -82
- package/lib/components/descriptions/index.js +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/description2.js +111 -25
- package/lib/components/descriptions/src/description2.js.map +1 -1
- package/lib/components/descriptions/src/descriptions-row.js +7 -64
- package/lib/components/descriptions/src/descriptions-row.js.map +1 -1
- package/lib/components/descriptions/src/descriptions-row2.js +64 -7
- package/lib/components/descriptions/src/descriptions-row2.js.map +1 -1
- package/lib/components/dialog/src/dialog-content.js +94 -37
- package/lib/components/dialog/src/dialog-content.js.map +1 -1
- package/lib/components/dialog/src/dialog-content2.js +37 -94
- package/lib/components/dialog/src/dialog-content2.js.map +1 -1
- package/lib/components/dialog/src/dialog.js +1 -1
- package/lib/components/dialog/src/dialog2.js +1 -1
- package/lib/components/divider/index.d.ts +4 -4
- package/lib/components/divider/src/divider.d.ts +1 -1
- package/lib/components/divider/src/divider.vue.d.ts +4 -4
- package/lib/components/drawer/index.js +2 -2
- package/lib/components/drawer/src/drawer.js +177 -27
- package/lib/components/drawer/src/drawer.js.map +1 -1
- package/lib/components/drawer/src/drawer2.js +27 -177
- package/lib/components/drawer/src/drawer2.js.map +1 -1
- package/lib/components/dropdown/index.d.ts +65 -65
- 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-menu.js +1 -1
- package/lib/components/dropdown/src/dropdown.js +307 -106
- package/lib/components/dropdown/src/dropdown.js.map +1 -1
- package/lib/components/dropdown/src/dropdown.vue.d.ts +65 -65
- package/lib/components/dropdown/src/dropdown2.js +106 -307
- 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-item.js +44 -321
- package/lib/components/form/src/form-item.js.map +1 -1
- package/lib/components/form/src/form-item2.js +321 -44
- package/lib/components/form/src/form-item2.js.map +1 -1
- package/lib/components/form/src/form.d.ts +2 -2
- package/lib/components/form/src/form.vue.d.ts +10 -10
- package/lib/components/icon/index.js +2 -2
- package/lib/components/icon/src/icon.js +8 -36
- package/lib/components/icon/src/icon.js.map +1 -1
- package/lib/components/icon/src/icon2.js +36 -8
- package/lib/components/icon/src/icon2.js.map +1 -1
- package/lib/components/image/index.d.ts +4 -4
- package/lib/components/image/src/image.vue.d.ts +4 -4
- 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 +42 -42
- package/lib/components/input/index.d.ts +4 -4
- package/lib/components/input/index.js +2 -2
- package/lib/components/input/src/input.js +551 -135
- package/lib/components/input/src/input.js.map +1 -1
- package/lib/components/input/src/input.vue.d.ts +4 -4
- package/lib/components/input/src/input2.js +135 -551
- package/lib/components/input/src/input2.js.map +1 -1
- package/lib/components/input-number/index.d.ts +16 -16
- package/lib/components/input-number/index.js +2 -2
- package/lib/components/input-number/src/input-number.js +57 -309
- package/lib/components/input-number/src/input-number.js.map +1 -1
- package/lib/components/input-number/src/input-number.vue.d.ts +16 -16
- package/lib/components/input-number/src/input-number2.js +309 -57
- package/lib/components/input-number/src/input-number2.js.map +1 -1
- package/lib/components/link/index.d.ts +1 -1
- package/lib/components/link/src/link.vue.d.ts +1 -1
- package/lib/components/menu/index.d.ts +2 -2
- package/lib/components/menu/index.js +2 -2
- package/lib/components/menu/src/menu-item-group.js +4 -35
- package/lib/components/menu/src/menu-item-group.js.map +1 -1
- package/lib/components/menu/src/menu-item-group2.js +35 -4
- package/lib/components/menu/src/menu-item-group2.js.map +1 -1
- package/lib/components/menu/src/sub-menu.d.ts +1 -1
- package/lib/components/message/src/message.vue.d.ts +3 -3
- 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 +2 -2
- package/lib/components/notification/src/notification2.js +70 -146
- package/lib/components/notification/src/notification2.js.map +1 -1
- package/lib/components/notification/src/notify.js +2 -2
- package/lib/components/page-header/index.d.ts +4 -4
- package/lib/components/page-header/index.js +2 -2
- package/lib/components/page-header/src/page-header.js +103 -18
- package/lib/components/page-header/src/page-header.js.map +1 -1
- package/lib/components/page-header/src/page-header.vue.d.ts +4 -4
- package/lib/components/page-header/src/page-header2.js +18 -103
- 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 +4 -4
- package/lib/components/pagination/src/components/next.js +58 -19
- package/lib/components/pagination/src/components/next.js.map +1 -1
- package/lib/components/pagination/src/components/next2.js +19 -58
- package/lib/components/pagination/src/components/next2.js.map +1 -1
- package/lib/components/pagination/src/components/pager.js +17 -214
- package/lib/components/pagination/src/components/pager.js.map +1 -1
- package/lib/components/pagination/src/components/pager2.js +214 -17
- package/lib/components/pagination/src/components/pager2.js.map +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/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 +74 -74
- package/lib/components/pagination/src/components/total.js +28 -7
- package/lib/components/pagination/src/components/total.js.map +1 -1
- package/lib/components/pagination/src/components/total2.js +7 -28
- 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 +4 -4
- package/lib/components/popconfirm/index.d.ts +101 -101
- package/lib/components/popconfirm/src/popconfirm.vue.d.ts +101 -101
- package/lib/components/popover/index.d.ts +109 -109
- package/lib/components/popover/index.js +2 -2
- package/lib/components/popover/src/popover.js +111 -67
- package/lib/components/popover/src/popover.js.map +1 -1
- package/lib/components/popover/src/popover.vue.d.ts +109 -109
- package/lib/components/popover/src/popover2.js +67 -111
- package/lib/components/popover/src/popover2.js.map +1 -1
- package/lib/components/popper/index.d.ts +5 -5
- package/lib/components/popper/index.js +6 -6
- package/lib/components/popper/src/composables/use-content.d.ts +2 -2
- package/lib/components/popper/src/content.js +99 -137
- package/lib/components/popper/src/content.js.map +1 -1
- package/lib/components/popper/src/content.vue.d.ts +2 -2
- package/lib/components/popper/src/content2.js +137 -99
- 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 +28 -32
- 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 +32 -28
- package/lib/components/popper/src/popper2.js.map +1 -1
- package/lib/components/popper/src/trigger.js +32 -119
- package/lib/components/popper/src/trigger.js.map +1 -1
- package/lib/components/popper/src/trigger.vue.d.ts +1 -1
- package/lib/components/popper/src/trigger2.js +119 -32
- package/lib/components/popper/src/trigger2.js.map +1 -1
- package/lib/components/popper/src/utils.d.ts +1 -1
- package/lib/components/progress/index.d.ts +5 -5
- 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 +5 -5
- 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 +6 -6
- package/lib/components/radio/index.js +2 -2
- package/lib/components/radio/src/radio-button.vue.d.ts +1 -1
- package/lib/components/radio/src/radio-group.js +68 -37
- package/lib/components/radio/src/radio-group.js.map +1 -1
- package/lib/components/radio/src/radio-group.vue.d.ts +1 -1
- package/lib/components/radio/src/radio-group2.js +37 -68
- package/lib/components/radio/src/radio-group2.js.map +1 -1
- package/lib/components/radio/src/radio.vue.d.ts +2 -2
- package/lib/components/rate/index.d.ts +1 -1
- package/lib/components/rate/src/rate.vue.d.ts +1 -1
- package/lib/components/result/index.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/row/index.js +2 -2
- package/lib/components/row/src/row.js +45 -32
- package/lib/components/row/src/row.js.map +1 -1
- package/lib/components/row/src/row2.js +32 -45
- package/lib/components/row/src/row2.js.map +1 -1
- package/lib/components/scrollbar/index.d.ts +3 -3
- package/lib/components/scrollbar/index.js +1 -1
- package/lib/components/scrollbar/src/bar.js +1 -1
- package/lib/components/scrollbar/src/bar.vue.d.ts +1 -1
- package/lib/components/scrollbar/src/scrollbar.vue.d.ts +3 -3
- package/lib/components/scrollbar/src/thumb.js +130 -11
- package/lib/components/scrollbar/src/thumb.js.map +1 -1
- package/lib/components/scrollbar/src/thumb.vue.d.ts +1 -1
- package/lib/components/scrollbar/src/thumb2.js +11 -130
- package/lib/components/scrollbar/src/thumb2.js.map +1 -1
- package/lib/components/select/index.d.ts +74 -74
- package/lib/components/select/src/select.vue.d.ts +74 -74
- package/lib/components/select/src/useSelect.d.ts +64 -64
- package/lib/components/select-v2/index.d.ts +154 -154
- package/lib/components/select-v2/src/defaults.d.ts +1 -1
- package/lib/components/select-v2/src/select.vue.d.ts +77 -77
- package/lib/components/select-v2/src/useSelect.d.ts +64 -64
- package/lib/components/skeleton/index.d.ts +9 -9
- package/lib/components/skeleton/index.js +2 -2
- package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton.js +49 -22
- 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 +22 -49
- package/lib/components/skeleton/src/skeleton2.js.map +1 -1
- package/lib/components/slider/index.d.ts +186 -186
- package/lib/components/slider/index.js +2 -2
- package/lib/components/slider/src/button.js +93 -22
- package/lib/components/slider/src/button.js.map +1 -1
- package/lib/components/slider/src/button.vue.d.ts +33 -33
- package/lib/components/slider/src/button2.js +22 -93
- package/lib/components/slider/src/button2.js.map +1 -1
- package/lib/components/slider/src/composables/use-slide.d.ts +134 -134
- 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 +186 -186
- 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 +1 -1
- package/lib/components/space/src/space.d.ts +1 -1
- package/lib/components/steps/index.js +4 -4
- package/lib/components/steps/src/item.js +19 -188
- package/lib/components/steps/src/item.js.map +1 -1
- package/lib/components/steps/src/item2.js +188 -19
- 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/steps2.js +37 -34
- package/lib/components/steps/src/steps2.js.map +1 -1
- package/lib/components/switch/index.d.ts +1 -1
- package/lib/components/switch/src/switch.vue.d.ts +1 -1
- package/lib/components/table/index.d.ts +17 -17
- package/lib/components/table/src/filter-panel.vue.d.ts +64 -64
- 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 +11 -11
- package/lib/components/table/src/util.d.ts +9 -9
- package/lib/components/tabs/index.d.ts +9 -9
- package/lib/components/tabs/index.js +2 -2
- package/lib/components/tabs/src/tab-bar.d.ts +4 -4
- package/lib/components/tabs/src/tab-bar.vue.d.ts +13 -13
- package/lib/components/tabs/src/tab-nav.d.ts +15 -15
- package/lib/components/tabs/src/tab-pane.js +13 -72
- package/lib/components/tabs/src/tab-pane.js.map +1 -1
- package/lib/components/tabs/src/tab-pane.vue.d.ts +2 -2
- package/lib/components/tabs/src/tab-pane2.js +72 -13
- package/lib/components/tabs/src/tab-pane2.js.map +1 -1
- package/lib/components/tabs/src/tabs.d.ts +6 -6
- 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/text/index.js +2 -2
- package/lib/components/text/src/text.js +35 -22
- package/lib/components/text/src/text.js.map +1 -1
- package/lib/components/text/src/text2.js +22 -35
- package/lib/components/text/src/text2.js.map +1 -1
- package/lib/components/time-picker/index.d.ts +2 -2
- package/lib/components/time-picker/src/common/picker.vue.d.ts +101 -101
- package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +27 -27
- package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +33 -33
- package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +33 -33
- package/lib/components/time-picker/src/time-picker.d.ts +1 -1
- package/lib/components/time-select/index.d.ts +300 -300
- package/lib/components/time-select/src/time-select.vue.d.ts +150 -150
- package/lib/components/timeline/index.js +2 -2
- package/lib/components/timeline/src/timeline-item.js +70 -42
- package/lib/components/timeline/src/timeline-item.js.map +1 -1
- package/lib/components/timeline/src/timeline-item2.js +42 -70
- package/lib/components/timeline/src/timeline-item2.js.map +1 -1
- package/lib/components/tooltip/index.d.ts +32 -32
- package/lib/components/tooltip/index.js +2 -2
- package/lib/components/tooltip/src/content.js +1 -1
- package/lib/components/tooltip/src/content.vue.d.ts +6 -6
- package/lib/components/tooltip/src/content2.js +1 -1
- package/lib/components/tooltip/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip/src/tooltip.js +169 -35
- package/lib/components/tooltip/src/tooltip.js.map +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +32 -32
- package/lib/components/tooltip/src/tooltip2.js +35 -169
- package/lib/components/tooltip/src/tooltip2.js.map +1 -1
- package/lib/components/tooltip/src/trigger.js +1 -1
- package/lib/components/tooltip/src/trigger.vue.d.ts +3 -3
- package/lib/components/tooltip/src/trigger2.js +1 -1
- package/lib/components/tooltip-v2/index.d.ts +33 -33
- package/lib/components/tooltip-v2/index.js +2 -2
- package/lib/components/tooltip-v2/src/arrow.js +37 -23
- package/lib/components/tooltip-v2/src/arrow.js.map +1 -1
- package/lib/components/tooltip-v2/src/arrow2.js +23 -37
- package/lib/components/tooltip-v2/src/arrow2.js.map +1 -1
- package/lib/components/tooltip-v2/src/content.d.ts +1 -1
- package/lib/components/tooltip-v2/src/content.js +50 -112
- package/lib/components/tooltip-v2/src/content.js.map +1 -1
- package/lib/components/tooltip-v2/src/content.vue.d.ts +9 -9
- package/lib/components/tooltip-v2/src/content2.js +112 -50
- package/lib/components/tooltip-v2/src/content2.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip-v2/src/tooltip.js +2 -2
- package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +33 -33
- package/lib/components/tooltip-v2/src/tooltip2.js +4 -4
- package/lib/components/transfer/index.d.ts +54 -54
- package/lib/components/transfer/src/composables/use-check.js +1 -1
- package/lib/components/transfer/src/transfer-panel.js +21 -128
- package/lib/components/transfer/src/transfer-panel.js.map +1 -1
- package/lib/components/transfer/src/transfer-panel.vue.d.ts +10 -10
- package/lib/components/transfer/src/transfer-panel2.js +128 -21
- package/lib/components/transfer/src/transfer-panel2.js.map +1 -1
- package/lib/components/transfer/src/transfer.vue.d.ts +54 -54
- package/lib/components/transfer/src/transfer2.js +1 -1
- package/lib/components/tree-v2/index.d.ts +7 -7
- package/lib/components/tree-v2/src/tree-node.vue.d.ts +6 -6
- package/lib/components/tree-v2/src/tree.vue.d.ts +7 -7
- package/lib/components/upload/index.d.ts +18 -18
- package/lib/components/upload/index.js +5 -5
- package/lib/components/upload/src/upload-content.js +33 -173
- package/lib/components/upload/src/upload-content.js.map +1 -1
- package/lib/components/upload/src/upload-content.vue.d.ts +3 -3
- package/lib/components/upload/src/upload-content2.js +173 -33
- package/lib/components/upload/src/upload-content2.js.map +1 -1
- package/lib/components/upload/src/upload-dragger.js +12 -72
- package/lib/components/upload/src/upload-dragger.js.map +1 -1
- package/lib/components/upload/src/upload-dragger2.js +72 -12
- package/lib/components/upload/src/upload-dragger2.js.map +1 -1
- package/lib/components/upload/src/upload-list.js +27 -173
- package/lib/components/upload/src/upload-list.js.map +1 -1
- package/lib/components/upload/src/upload-list.vue.d.ts +5 -5
- package/lib/components/upload/src/upload-list2.js +173 -27
- package/lib/components/upload/src/upload-list2.js.map +1 -1
- package/lib/components/upload/src/upload.js +108 -119
- package/lib/components/upload/src/upload.js.map +1 -1
- package/lib/components/upload/src/upload.vue.d.ts +18 -18
- 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-list.d.ts +1 -1
- package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +1 -1
- package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +1 -1
- package/lib/hooks/use-floating/index.d.ts +2 -2
- package/lib/hooks/use-popper/index.d.ts +2 -2
- package/lib/index.js +42 -42
- package/package.json +1 -1
- package/theme-chalk/el-table.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/table.scss +2 -2
|
@@ -167,12 +167,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
167
167
|
$: import("vue").ComponentInternalInstance;
|
|
168
168
|
$data: {};
|
|
169
169
|
$props: Partial<{
|
|
170
|
-
offset: number;
|
|
171
170
|
effect: string;
|
|
172
|
-
|
|
173
|
-
content: string;
|
|
174
|
-
open: boolean;
|
|
175
|
-
disabled: boolean;
|
|
171
|
+
offset: number;
|
|
176
172
|
placement: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, import("beyond-webui/es/components/popper").Placement, unknown>;
|
|
177
173
|
showAfter: number;
|
|
178
174
|
hideAfter: number;
|
|
@@ -186,12 +182,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
186
182
|
focusOnShow: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
187
183
|
trapping: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
188
184
|
stopPopperMouseEvent: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
185
|
+
visible: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
189
186
|
pure: boolean;
|
|
190
187
|
virtualTriggering: boolean;
|
|
188
|
+
content: string;
|
|
191
189
|
rawContent: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
192
190
|
teleported: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
193
191
|
persistent: boolean;
|
|
194
|
-
|
|
192
|
+
disabled: boolean;
|
|
193
|
+
open: boolean;
|
|
194
|
+
role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
195
195
|
trigger: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("beyond-webui/es/utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("beyond-webui/es/utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("beyond-webui/es/utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("beyond-webui/es/utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
|
|
196
196
|
triggerKeys: string[];
|
|
197
197
|
arrowOffset: number;
|
|
@@ -517,10 +517,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
517
517
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
518
518
|
__epPropKey: true;
|
|
519
519
|
};
|
|
520
|
-
role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
520
|
+
role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
521
521
|
}>> & {
|
|
522
522
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
523
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
523
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "effect" | "offset" | "placement" | "showAfter" | "hideAfter" | "autoClose" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "strategy" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "visible" | "pure" | "virtualTriggering" | "content" | "rawContent" | "teleported" | "persistent" | "disabled" | "open" | "role" | "trigger" | "triggerKeys" | "arrowOffset" | "showArrow">;
|
|
524
524
|
$attrs: {
|
|
525
525
|
[x: string]: unknown;
|
|
526
526
|
};
|
|
@@ -855,7 +855,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
855
855
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
856
856
|
__epPropKey: true;
|
|
857
857
|
};
|
|
858
|
-
role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
858
|
+
role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
859
859
|
}>> & {
|
|
860
860
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
861
861
|
}, {
|
|
@@ -1180,7 +1180,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1180
1180
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1181
1181
|
__epPropKey: true;
|
|
1182
1182
|
};
|
|
1183
|
-
role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
1183
|
+
role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1184
1184
|
}>> & {
|
|
1185
1185
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
1186
1186
|
}>>;
|
|
@@ -1190,9 +1190,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1190
1190
|
$: import("vue").ComponentInternalInstance;
|
|
1191
1191
|
$data: {};
|
|
1192
1192
|
$props: Partial<{
|
|
1193
|
-
readonly role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "
|
|
1193
|
+
readonly role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
1194
1194
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1195
|
-
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
1195
|
+
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1196
1196
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "role">;
|
|
1197
1197
|
$attrs: {
|
|
1198
1198
|
[x: string]: unknown;
|
|
@@ -1208,10 +1208,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1208
1208
|
$emit: (event: string, ...args: any[]) => void;
|
|
1209
1209
|
$el: any;
|
|
1210
1210
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1211
|
-
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
1211
|
+
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1212
1212
|
}>>, {
|
|
1213
1213
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1214
|
-
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
1214
|
+
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1215
1215
|
}>> & {
|
|
1216
1216
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1217
1217
|
}>>;
|
|
@@ -1219,10 +1219,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1219
1219
|
popperInstanceRef: Ref<import("@popperjs/core").Instance | undefined>;
|
|
1220
1220
|
contentRef: Ref<HTMLElement | undefined>;
|
|
1221
1221
|
referenceRef: Ref<HTMLElement | undefined>;
|
|
1222
|
-
role: ComputedRef<import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "
|
|
1222
|
+
role: ComputedRef<import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
1223
1223
|
popperProvides: import("beyond-webui/es/components/popper").ElPopperInjectionContext;
|
|
1224
1224
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
1225
|
-
readonly role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "
|
|
1225
|
+
readonly role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
1226
1226
|
}> & {
|
|
1227
1227
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
1228
1228
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -1244,10 +1244,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1244
1244
|
$nextTick: typeof nextTick;
|
|
1245
1245
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
1246
1246
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
1247
|
-
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
1247
|
+
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1248
1248
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
1249
1249
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1250
|
-
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
1250
|
+
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1251
1251
|
}>> & {
|
|
1252
1252
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1253
1253
|
}>>;
|
|
@@ -1255,7 +1255,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1255
1255
|
popperInstanceRef: Ref<import("@popperjs/core").Instance | undefined>;
|
|
1256
1256
|
contentRef: Ref<HTMLElement | undefined>;
|
|
1257
1257
|
referenceRef: Ref<HTMLElement | undefined>;
|
|
1258
|
-
role: ComputedRef<import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "
|
|
1258
|
+
role: ComputedRef<import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
1259
1259
|
popperProvides: import("beyond-webui/es/components/popper").ElPopperInjectionContext;
|
|
1260
1260
|
}> & {} & import("vue").ComponentCustomProperties) | undefined>;
|
|
1261
1261
|
contentRef: Ref<any>;
|
|
@@ -1270,10 +1270,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1270
1270
|
controlled: ComputedRef<boolean>;
|
|
1271
1271
|
isFocusInsideContent: () => boolean | undefined;
|
|
1272
1272
|
ElPopper: import("beyond-webui/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
1273
|
-
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
1273
|
+
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1274
1274
|
}, {
|
|
1275
1275
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1276
|
-
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
1276
|
+
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1277
1277
|
}>> & {
|
|
1278
1278
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1279
1279
|
}>>;
|
|
@@ -1281,12 +1281,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1281
1281
|
popperInstanceRef: Ref<import("@popperjs/core").Instance | undefined>;
|
|
1282
1282
|
contentRef: Ref<HTMLElement | undefined>;
|
|
1283
1283
|
referenceRef: Ref<HTMLElement | undefined>;
|
|
1284
|
-
role: ComputedRef<import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "
|
|
1284
|
+
role: ComputedRef<import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
1285
1285
|
popperProvides: import("beyond-webui/es/components/popper").ElPopperInjectionContext;
|
|
1286
1286
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1287
|
-
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
1287
|
+
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
1288
1288
|
}>>, {
|
|
1289
|
-
readonly role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "
|
|
1289
|
+
readonly role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
1290
1290
|
}>> & Record<string, any>;
|
|
1291
1291
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
1292
1292
|
readonly arrowOffset: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -1643,8 +1643,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1643
1643
|
readonly id: StringConstructor;
|
|
1644
1644
|
readonly open: BooleanConstructor;
|
|
1645
1645
|
}>>, {
|
|
1646
|
-
readonly open: boolean;
|
|
1647
1646
|
readonly virtualTriggering: boolean;
|
|
1647
|
+
readonly open: boolean;
|
|
1648
1648
|
}>;
|
|
1649
1649
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1650
1650
|
readonly disabled: BooleanConstructor;
|
|
@@ -1702,9 +1702,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1702
1702
|
readonly id: StringConstructor;
|
|
1703
1703
|
readonly open: BooleanConstructor;
|
|
1704
1704
|
}>>, {
|
|
1705
|
-
readonly open: boolean;
|
|
1706
|
-
readonly disabled: boolean;
|
|
1707
1705
|
readonly virtualTriggering: boolean;
|
|
1706
|
+
readonly disabled: boolean;
|
|
1707
|
+
readonly open: boolean;
|
|
1708
1708
|
readonly trigger: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("beyond-webui/es/utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("beyond-webui/es/utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("beyond-webui/es/utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("beyond-webui/es/utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
|
|
1709
1709
|
readonly triggerKeys: string[];
|
|
1710
1710
|
}>;
|
|
@@ -3133,9 +3133,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3133
3133
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3134
3134
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3135
3135
|
}, {
|
|
3136
|
-
readonly offset: number;
|
|
3137
3136
|
readonly effect: string;
|
|
3138
|
-
readonly
|
|
3137
|
+
readonly offset: number;
|
|
3139
3138
|
readonly placement: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, import("beyond-webui/es/components/popper").Placement, unknown>;
|
|
3140
3139
|
readonly boundariesPadding: number;
|
|
3141
3140
|
readonly fallbackPlacements: import("beyond-webui/es/components/popper").Placement[];
|
|
@@ -3147,6 +3146,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3147
3146
|
readonly trapping: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3148
3147
|
readonly stopPopperMouseEvent: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3149
3148
|
readonly ariaLabel: string;
|
|
3149
|
+
readonly visible: boolean;
|
|
3150
3150
|
readonly pure: boolean;
|
|
3151
3151
|
readonly virtualTriggering: boolean;
|
|
3152
3152
|
}>;
|
|
@@ -3413,11 +3413,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3413
3413
|
readonly hideAfter: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3414
3414
|
readonly autoClose: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3415
3415
|
}>>, {
|
|
3416
|
-
readonly offset: number;
|
|
3417
3416
|
readonly effect: string;
|
|
3418
|
-
readonly
|
|
3419
|
-
readonly content: string;
|
|
3420
|
-
readonly disabled: boolean;
|
|
3417
|
+
readonly offset: number;
|
|
3421
3418
|
readonly placement: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, import("beyond-webui/es/components/popper").Placement, unknown>;
|
|
3422
3419
|
readonly showAfter: number;
|
|
3423
3420
|
readonly hideAfter: number;
|
|
@@ -3431,19 +3428,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3431
3428
|
readonly focusOnShow: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3432
3429
|
readonly trapping: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3433
3430
|
readonly stopPopperMouseEvent: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3431
|
+
readonly visible: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
3434
3432
|
readonly pure: boolean;
|
|
3435
3433
|
readonly virtualTriggering: boolean;
|
|
3434
|
+
readonly content: string;
|
|
3436
3435
|
readonly rawContent: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3437
3436
|
readonly teleported: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3438
3437
|
readonly persistent: boolean;
|
|
3438
|
+
readonly disabled: boolean;
|
|
3439
3439
|
}>;
|
|
3440
3440
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, {
|
|
3441
|
-
offset: number;
|
|
3442
3441
|
effect: string;
|
|
3443
|
-
|
|
3444
|
-
content: string;
|
|
3445
|
-
open: boolean;
|
|
3446
|
-
disabled: boolean;
|
|
3442
|
+
offset: number;
|
|
3447
3443
|
placement: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, import("beyond-webui/es/components/popper").Placement, unknown>;
|
|
3448
3444
|
showAfter: number;
|
|
3449
3445
|
hideAfter: number;
|
|
@@ -3457,12 +3453,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3457
3453
|
focusOnShow: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3458
3454
|
trapping: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3459
3455
|
stopPopperMouseEvent: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3456
|
+
visible: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
3460
3457
|
pure: boolean;
|
|
3461
3458
|
virtualTriggering: boolean;
|
|
3459
|
+
content: string;
|
|
3462
3460
|
rawContent: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3463
3461
|
teleported: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3464
3462
|
persistent: boolean;
|
|
3465
|
-
|
|
3463
|
+
disabled: boolean;
|
|
3464
|
+
open: boolean;
|
|
3465
|
+
role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
3466
3466
|
trigger: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("beyond-webui/es/utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("beyond-webui/es/utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("beyond-webui/es/utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("beyond-webui/es/utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
|
|
3467
3467
|
triggerKeys: string[];
|
|
3468
3468
|
arrowOffset: number;
|
|
@@ -3808,7 +3808,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3808
3808
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3809
3809
|
__epPropKey: true;
|
|
3810
3810
|
};
|
|
3811
|
-
role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
3811
|
+
role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3812
3812
|
}>> & {
|
|
3813
3813
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3814
3814
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -4133,7 +4133,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4133
4133
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4134
4134
|
__epPropKey: true;
|
|
4135
4135
|
};
|
|
4136
|
-
role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
4136
|
+
role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4137
4137
|
}>> & {
|
|
4138
4138
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4139
4139
|
}>>;
|
|
@@ -4143,9 +4143,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4143
4143
|
$: import("vue").ComponentInternalInstance;
|
|
4144
4144
|
$data: {};
|
|
4145
4145
|
$props: Partial<{
|
|
4146
|
-
readonly role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "
|
|
4146
|
+
readonly role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
4147
4147
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
4148
|
-
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
4148
|
+
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4149
4149
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "role">;
|
|
4150
4150
|
$attrs: {
|
|
4151
4151
|
[x: string]: unknown;
|
|
@@ -4161,10 +4161,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4161
4161
|
$emit: (event: string, ...args: any[]) => void;
|
|
4162
4162
|
$el: any;
|
|
4163
4163
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
4164
|
-
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
4164
|
+
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4165
4165
|
}>>, {
|
|
4166
4166
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4167
|
-
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
4167
|
+
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4168
4168
|
}>> & {
|
|
4169
4169
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4170
4170
|
}>>;
|
|
@@ -4172,10 +4172,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4172
4172
|
popperInstanceRef: Ref<import("@popperjs/core").Instance | undefined>;
|
|
4173
4173
|
contentRef: Ref<HTMLElement | undefined>;
|
|
4174
4174
|
referenceRef: Ref<HTMLElement | undefined>;
|
|
4175
|
-
role: ComputedRef<import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "
|
|
4175
|
+
role: ComputedRef<import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
4176
4176
|
popperProvides: import("beyond-webui/es/components/popper").ElPopperInjectionContext;
|
|
4177
4177
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
4178
|
-
readonly role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "
|
|
4178
|
+
readonly role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
4179
4179
|
}> & {
|
|
4180
4180
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
4181
4181
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -4197,10 +4197,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4197
4197
|
$nextTick: typeof nextTick;
|
|
4198
4198
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
4199
4199
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
4200
|
-
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
4200
|
+
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4201
4201
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
4202
4202
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4203
|
-
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
4203
|
+
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4204
4204
|
}>> & {
|
|
4205
4205
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4206
4206
|
}>>;
|
|
@@ -4208,7 +4208,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4208
4208
|
popperInstanceRef: Ref<import("@popperjs/core").Instance | undefined>;
|
|
4209
4209
|
contentRef: Ref<HTMLElement | undefined>;
|
|
4210
4210
|
referenceRef: Ref<HTMLElement | undefined>;
|
|
4211
|
-
role: ComputedRef<import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "
|
|
4211
|
+
role: ComputedRef<import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
4212
4212
|
popperProvides: import("beyond-webui/es/components/popper").ElPopperInjectionContext;
|
|
4213
4213
|
}> & {} & import("vue").ComponentCustomProperties) | undefined>;
|
|
4214
4214
|
contentRef: Ref<any>;
|
|
@@ -4223,10 +4223,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4223
4223
|
controlled: ComputedRef<boolean>;
|
|
4224
4224
|
isFocusInsideContent: () => boolean | undefined;
|
|
4225
4225
|
ElPopper: import("beyond-webui/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4226
|
-
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
4226
|
+
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4227
4227
|
}, {
|
|
4228
4228
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4229
|
-
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
4229
|
+
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4230
4230
|
}>> & {
|
|
4231
4231
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4232
4232
|
}>>;
|
|
@@ -4234,12 +4234,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4234
4234
|
popperInstanceRef: Ref<import("@popperjs/core").Instance | undefined>;
|
|
4235
4235
|
contentRef: Ref<HTMLElement | undefined>;
|
|
4236
4236
|
referenceRef: Ref<HTMLElement | undefined>;
|
|
4237
|
-
role: ComputedRef<import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "
|
|
4237
|
+
role: ComputedRef<import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
4238
4238
|
popperProvides: import("beyond-webui/es/components/popper").ElPopperInjectionContext;
|
|
4239
4239
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4240
|
-
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
4240
|
+
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4241
4241
|
}>>, {
|
|
4242
|
-
readonly role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "
|
|
4242
|
+
readonly role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
4243
4243
|
}>> & Record<string, any>;
|
|
4244
4244
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
4245
4245
|
readonly arrowOffset: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -4596,8 +4596,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4596
4596
|
readonly id: StringConstructor;
|
|
4597
4597
|
readonly open: BooleanConstructor;
|
|
4598
4598
|
}>>, {
|
|
4599
|
-
readonly open: boolean;
|
|
4600
4599
|
readonly virtualTriggering: boolean;
|
|
4600
|
+
readonly open: boolean;
|
|
4601
4601
|
}>;
|
|
4602
4602
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4603
4603
|
readonly disabled: BooleanConstructor;
|
|
@@ -4655,9 +4655,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4655
4655
|
readonly id: StringConstructor;
|
|
4656
4656
|
readonly open: BooleanConstructor;
|
|
4657
4657
|
}>>, {
|
|
4658
|
-
readonly open: boolean;
|
|
4659
|
-
readonly disabled: boolean;
|
|
4660
4658
|
readonly virtualTriggering: boolean;
|
|
4659
|
+
readonly disabled: boolean;
|
|
4660
|
+
readonly open: boolean;
|
|
4661
4661
|
readonly trigger: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("beyond-webui/es/utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("beyond-webui/es/utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("beyond-webui/es/utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("beyond-webui/es/utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
|
|
4662
4662
|
readonly triggerKeys: string[];
|
|
4663
4663
|
}>;
|
|
@@ -6086,9 +6086,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6086
6086
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6087
6087
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
6088
6088
|
}, {
|
|
6089
|
-
readonly offset: number;
|
|
6090
6089
|
readonly effect: string;
|
|
6091
|
-
readonly
|
|
6090
|
+
readonly offset: number;
|
|
6092
6091
|
readonly placement: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, import("beyond-webui/es/components/popper").Placement, unknown>;
|
|
6093
6092
|
readonly boundariesPadding: number;
|
|
6094
6093
|
readonly fallbackPlacements: import("beyond-webui/es/components/popper").Placement[];
|
|
@@ -6100,6 +6099,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6100
6099
|
readonly trapping: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6101
6100
|
readonly stopPopperMouseEvent: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6102
6101
|
readonly ariaLabel: string;
|
|
6102
|
+
readonly visible: boolean;
|
|
6103
6103
|
readonly pure: boolean;
|
|
6104
6104
|
readonly virtualTriggering: boolean;
|
|
6105
6105
|
}>;
|
|
@@ -6366,11 +6366,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6366
6366
|
readonly hideAfter: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6367
6367
|
readonly autoClose: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6368
6368
|
}>>, {
|
|
6369
|
-
readonly offset: number;
|
|
6370
6369
|
readonly effect: string;
|
|
6371
|
-
readonly
|
|
6372
|
-
readonly content: string;
|
|
6373
|
-
readonly disabled: boolean;
|
|
6370
|
+
readonly offset: number;
|
|
6374
6371
|
readonly placement: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, import("beyond-webui/es/components/popper").Placement, unknown>;
|
|
6375
6372
|
readonly showAfter: number;
|
|
6376
6373
|
readonly hideAfter: number;
|
|
@@ -6384,11 +6381,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6384
6381
|
readonly focusOnShow: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6385
6382
|
readonly trapping: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6386
6383
|
readonly stopPopperMouseEvent: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6384
|
+
readonly visible: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
6387
6385
|
readonly pure: boolean;
|
|
6388
6386
|
readonly virtualTriggering: boolean;
|
|
6387
|
+
readonly content: string;
|
|
6389
6388
|
readonly rawContent: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6390
6389
|
readonly teleported: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6391
6390
|
readonly persistent: boolean;
|
|
6391
|
+
readonly disabled: boolean;
|
|
6392
6392
|
}>;
|
|
6393
6393
|
}> & {} & import("vue").ComponentCustomProperties) | null>;
|
|
6394
6394
|
input: Ref<({
|
|
@@ -6396,10 +6396,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6396
6396
|
$data: {};
|
|
6397
6397
|
$props: Partial<{
|
|
6398
6398
|
readonly type: string;
|
|
6399
|
-
readonly disabled: boolean;
|
|
6400
6399
|
readonly modelValue: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
6401
6400
|
readonly label: string;
|
|
6402
6401
|
readonly id: string;
|
|
6402
|
+
readonly disabled: boolean;
|
|
6403
6403
|
readonly clearable: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6404
6404
|
readonly isFloat: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6405
6405
|
readonly inputState: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6488,9 +6488,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6488
6488
|
onChange?: ((value: string) => any) | undefined;
|
|
6489
6489
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
6490
6490
|
onInput?: ((value: string) => any) | undefined;
|
|
6491
|
-
onClear?: (() => any) | undefined;
|
|
6492
6491
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
6493
6492
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
6493
|
+
onClear?: (() => any) | undefined;
|
|
6494
6494
|
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
6495
6495
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6496
6496
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
@@ -6498,7 +6498,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6498
6498
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
6499
6499
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
6500
6500
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
6501
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "
|
|
6501
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "modelValue" | "label" | "id" | "disabled" | "clearable" | "isFloat" | "inputState" | "isEditMode" | "preStar" | "pwdIcon" | "isFixFocus" | "autosize" | "autocomplete" | "placeholder" | "readonly" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "validateEvent" | "inputStyle" | "multipleSelect">;
|
|
6502
6502
|
$attrs: {
|
|
6503
6503
|
[x: string]: unknown;
|
|
6504
6504
|
};
|
|
@@ -6510,7 +6510,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6510
6510
|
}>;
|
|
6511
6511
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
6512
6512
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
6513
|
-
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "
|
|
6513
|
+
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "passwordVisible", value: boolean) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
6514
6514
|
$el: any;
|
|
6515
6515
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
6516
6516
|
readonly isFloat: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
@@ -6582,9 +6582,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6582
6582
|
onChange?: ((value: string) => any) | undefined;
|
|
6583
6583
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
6584
6584
|
onInput?: ((value: string) => any) | undefined;
|
|
6585
|
-
onClear?: (() => any) | undefined;
|
|
6586
6585
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
6587
6586
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
6587
|
+
onClear?: (() => any) | undefined;
|
|
6588
6588
|
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
6589
6589
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6590
6590
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
@@ -6663,9 +6663,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6663
6663
|
onChange?: ((value: string) => any) | undefined;
|
|
6664
6664
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
6665
6665
|
onInput?: ((value: string) => any) | undefined;
|
|
6666
|
-
onClear?: (() => any) | undefined;
|
|
6667
6666
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
6668
6667
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
6668
|
+
onClear?: (() => any) | undefined;
|
|
6669
6669
|
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
6670
6670
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6671
6671
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
@@ -6674,7 +6674,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6674
6674
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
6675
6675
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
6676
6676
|
}>>;
|
|
6677
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "
|
|
6677
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "passwordVisible", value: boolean) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
6678
6678
|
rawAttrs: {
|
|
6679
6679
|
[x: string]: unknown;
|
|
6680
6680
|
};
|
|
@@ -6786,10 +6786,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6786
6786
|
compositionend: (evt: CompositionEvent) => boolean;
|
|
6787
6787
|
}, string, {
|
|
6788
6788
|
readonly type: string;
|
|
6789
|
-
readonly disabled: boolean;
|
|
6790
6789
|
readonly modelValue: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
6791
6790
|
readonly label: string;
|
|
6792
6791
|
readonly id: string;
|
|
6792
|
+
readonly disabled: boolean;
|
|
6793
6793
|
readonly clearable: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6794
6794
|
readonly isFloat: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6795
6795
|
readonly inputState: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6898,9 +6898,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6898
6898
|
onChange?: ((value: string) => any) | undefined;
|
|
6899
6899
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
6900
6900
|
onInput?: ((value: string) => any) | undefined;
|
|
6901
|
-
onClear?: (() => any) | undefined;
|
|
6902
6901
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
6903
6902
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
6903
|
+
onClear?: (() => any) | undefined;
|
|
6904
6904
|
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
6905
6905
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6906
6906
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
@@ -6979,9 +6979,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6979
6979
|
onChange?: ((value: string) => any) | undefined;
|
|
6980
6980
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
6981
6981
|
onInput?: ((value: string) => any) | undefined;
|
|
6982
|
-
onClear?: (() => any) | undefined;
|
|
6983
6982
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
6984
6983
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
6984
|
+
onClear?: (() => any) | undefined;
|
|
6985
6985
|
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
6986
6986
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6987
6987
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
@@ -6990,7 +6990,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6990
6990
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
6991
6991
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
6992
6992
|
}>>;
|
|
6993
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "
|
|
6993
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "passwordVisible", value: boolean) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
6994
6994
|
rawAttrs: {
|
|
6995
6995
|
[x: string]: unknown;
|
|
6996
6996
|
};
|
|
@@ -7110,8 +7110,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7110
7110
|
options: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("beyond-webui/es/components/cascader-panel").CascaderOption[]) | (() => import("beyond-webui/es/components/cascader-panel").CascaderOption[]) | ((new (...args: any[]) => import("beyond-webui/es/components/cascader-panel").CascaderOption[]) | (() => import("beyond-webui/es/components/cascader-panel").CascaderOption[]))[], unknown, unknown, () => import("beyond-webui/es/components/cascader-panel").CascaderOption[], boolean>;
|
|
7111
7111
|
props: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("beyond-webui/es/components/cascader-panel").CascaderProps) | (() => import("beyond-webui/es/components/cascader-panel").CascaderProps) | ((new (...args: any[]) => import("beyond-webui/es/components/cascader-panel").CascaderProps) | (() => import("beyond-webui/es/components/cascader-panel").CascaderProps))[], unknown, unknown, () => import("beyond-webui/es/components/cascader-panel").CascaderProps, boolean>;
|
|
7112
7112
|
}>> & {
|
|
7113
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
7114
7113
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
7114
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
7115
7115
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7116
7116
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
7117
7117
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "props" | "border" | "options">;
|
|
@@ -7143,8 +7143,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7143
7143
|
options: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("beyond-webui/es/components/cascader-panel").CascaderOption[]) | (() => import("beyond-webui/es/components/cascader-panel").CascaderOption[]) | ((new (...args: any[]) => import("beyond-webui/es/components/cascader-panel").CascaderOption[]) | (() => import("beyond-webui/es/components/cascader-panel").CascaderOption[]))[], unknown, unknown, () => import("beyond-webui/es/components/cascader-panel").CascaderOption[], boolean>;
|
|
7144
7144
|
props: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("beyond-webui/es/components/cascader-panel").CascaderProps) | (() => import("beyond-webui/es/components/cascader-panel").CascaderProps) | ((new (...args: any[]) => import("beyond-webui/es/components/cascader-panel").CascaderProps) | (() => import("beyond-webui/es/components/cascader-panel").CascaderProps))[], unknown, unknown, () => import("beyond-webui/es/components/cascader-panel").CascaderProps, boolean>;
|
|
7145
7145
|
}>> & {
|
|
7146
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
7147
7146
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
7147
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
7148
7148
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7149
7149
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
7150
7150
|
}, {
|
|
@@ -7329,8 +7329,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7329
7329
|
options: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("beyond-webui/es/components/cascader-panel").CascaderOption[]) | (() => import("beyond-webui/es/components/cascader-panel").CascaderOption[]) | ((new (...args: any[]) => import("beyond-webui/es/components/cascader-panel").CascaderOption[]) | (() => import("beyond-webui/es/components/cascader-panel").CascaderOption[]))[], unknown, unknown, () => import("beyond-webui/es/components/cascader-panel").CascaderOption[], boolean>;
|
|
7330
7330
|
props: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("beyond-webui/es/components/cascader-panel").CascaderProps) | (() => import("beyond-webui/es/components/cascader-panel").CascaderProps) | ((new (...args: any[]) => import("beyond-webui/es/components/cascader-panel").CascaderProps) | (() => import("beyond-webui/es/components/cascader-panel").CascaderProps))[], unknown, unknown, () => import("beyond-webui/es/components/cascader-panel").CascaderProps, boolean>;
|
|
7331
7331
|
}>> & {
|
|
7332
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
7333
7332
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
7333
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
7334
7334
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7335
7335
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
7336
7336
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -7735,8 +7735,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7735
7735
|
};
|
|
7736
7736
|
readonly always: BooleanConstructor;
|
|
7737
7737
|
}>>, {
|
|
7738
|
-
readonly always: boolean;
|
|
7739
7738
|
readonly vertical: boolean;
|
|
7739
|
+
readonly always: boolean;
|
|
7740
7740
|
}>;
|
|
7741
7741
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
7742
7742
|
readonly always: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -7878,8 +7878,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7878
7878
|
};
|
|
7879
7879
|
readonly always: BooleanConstructor;
|
|
7880
7880
|
}>>, {
|
|
7881
|
-
readonly always: boolean;
|
|
7882
7881
|
readonly vertical: boolean;
|
|
7882
|
+
readonly always: boolean;
|
|
7883
7883
|
}>;
|
|
7884
7884
|
}> & {} & import("vue").ComponentCustomProperties) | undefined>;
|
|
7885
7885
|
ratioY: Ref<number>;
|
|
@@ -8010,8 +8010,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8010
8010
|
};
|
|
8011
8011
|
readonly always: BooleanConstructor;
|
|
8012
8012
|
}>>, {
|
|
8013
|
-
readonly always: boolean;
|
|
8014
8013
|
readonly vertical: boolean;
|
|
8014
|
+
readonly always: boolean;
|
|
8015
8015
|
}>;
|
|
8016
8016
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8017
8017
|
readonly always: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
@@ -8270,8 +8270,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8270
8270
|
};
|
|
8271
8271
|
readonly always: BooleanConstructor;
|
|
8272
8272
|
}>>, {
|
|
8273
|
-
readonly always: boolean;
|
|
8274
8273
|
readonly vertical: boolean;
|
|
8274
|
+
readonly always: boolean;
|
|
8275
8275
|
}>;
|
|
8276
8276
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
8277
8277
|
readonly always: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -8413,8 +8413,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8413
8413
|
};
|
|
8414
8414
|
readonly always: BooleanConstructor;
|
|
8415
8415
|
}>>, {
|
|
8416
|
-
readonly always: boolean;
|
|
8417
8416
|
readonly vertical: boolean;
|
|
8417
|
+
readonly always: boolean;
|
|
8418
8418
|
}>;
|
|
8419
8419
|
}> & {} & import("vue").ComponentCustomProperties) | undefined>;
|
|
8420
8420
|
ratioY: Ref<number>;
|
|
@@ -8545,8 +8545,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8545
8545
|
};
|
|
8546
8546
|
readonly always: BooleanConstructor;
|
|
8547
8547
|
}>>, {
|
|
8548
|
-
readonly always: boolean;
|
|
8549
8548
|
readonly vertical: boolean;
|
|
8549
|
+
readonly always: boolean;
|
|
8550
8550
|
}>;
|
|
8551
8551
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8552
8552
|
readonly always: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
@@ -8781,8 +8781,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8781
8781
|
options: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("beyond-webui/es/components/cascader-panel").CascaderOption[]) | (() => import("beyond-webui/es/components/cascader-panel").CascaderOption[]) | ((new (...args: any[]) => import("beyond-webui/es/components/cascader-panel").CascaderOption[]) | (() => import("beyond-webui/es/components/cascader-panel").CascaderOption[]))[], unknown, unknown, () => import("beyond-webui/es/components/cascader-panel").CascaderOption[], boolean>;
|
|
8782
8782
|
props: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("beyond-webui/es/components/cascader-panel").CascaderProps) | (() => import("beyond-webui/es/components/cascader-panel").CascaderProps) | ((new (...args: any[]) => import("beyond-webui/es/components/cascader-panel").CascaderProps) | (() => import("beyond-webui/es/components/cascader-panel").CascaderProps))[], unknown, unknown, () => import("beyond-webui/es/components/cascader-panel").CascaderProps, boolean>;
|
|
8783
8783
|
}>> & {
|
|
8784
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
8785
8784
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
8785
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
8786
8786
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
8787
8787
|
"onExpand-change"?: ((...args: any[]) => any) | undefined;
|
|
8788
8788
|
}, {
|
|
@@ -8927,9 +8927,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8927
8927
|
onChange?: ((value: string) => any) | undefined;
|
|
8928
8928
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
8929
8929
|
onInput?: ((value: string) => any) | undefined;
|
|
8930
|
-
onClear?: (() => any) | undefined;
|
|
8931
8930
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
8932
8931
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
8932
|
+
onClear?: (() => any) | undefined;
|
|
8933
8933
|
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
8934
8934
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
8935
8935
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
@@ -8938,7 +8938,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8938
8938
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
8939
8939
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
8940
8940
|
}>>;
|
|
8941
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "
|
|
8941
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "passwordVisible", value: boolean) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
8942
8942
|
rawAttrs: {
|
|
8943
8943
|
[x: string]: unknown;
|
|
8944
8944
|
};
|
|
@@ -9118,9 +9118,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9118
9118
|
onChange?: ((value: string) => any) | undefined;
|
|
9119
9119
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
9120
9120
|
onInput?: ((value: string) => any) | undefined;
|
|
9121
|
-
onClear?: (() => any) | undefined;
|
|
9122
9121
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
9123
9122
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
9123
|
+
onClear?: (() => any) | undefined;
|
|
9124
9124
|
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
9125
9125
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9126
9126
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
@@ -9130,10 +9130,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9130
9130
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
9131
9131
|
}, {
|
|
9132
9132
|
readonly type: string;
|
|
9133
|
-
readonly disabled: boolean;
|
|
9134
9133
|
readonly modelValue: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
9135
9134
|
readonly label: string;
|
|
9136
9135
|
readonly id: string;
|
|
9136
|
+
readonly disabled: boolean;
|
|
9137
9137
|
readonly clearable: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9138
9138
|
readonly isFloat: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9139
9139
|
readonly inputState: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9474,7 +9474,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9474
9474
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9475
9475
|
__epPropKey: true;
|
|
9476
9476
|
};
|
|
9477
|
-
role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
9477
|
+
role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
9478
9478
|
}, {
|
|
9479
9479
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
9480
9480
|
showArrow: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -9797,7 +9797,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9797
9797
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9798
9798
|
__epPropKey: true;
|
|
9799
9799
|
};
|
|
9800
|
-
role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
9800
|
+
role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
9801
9801
|
}>> & {
|
|
9802
9802
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
9803
9803
|
}>>;
|
|
@@ -9807,9 +9807,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9807
9807
|
$: import("vue").ComponentInternalInstance;
|
|
9808
9808
|
$data: {};
|
|
9809
9809
|
$props: Partial<{
|
|
9810
|
-
readonly role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "
|
|
9810
|
+
readonly role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
9811
9811
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
9812
|
-
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
9812
|
+
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
9813
9813
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "role">;
|
|
9814
9814
|
$attrs: {
|
|
9815
9815
|
[x: string]: unknown;
|
|
@@ -9825,10 +9825,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9825
9825
|
$emit: (event: string, ...args: any[]) => void;
|
|
9826
9826
|
$el: any;
|
|
9827
9827
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
9828
|
-
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
9828
|
+
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
9829
9829
|
}>>, {
|
|
9830
9830
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
9831
|
-
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
9831
|
+
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
9832
9832
|
}>> & {
|
|
9833
9833
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
9834
9834
|
}>>;
|
|
@@ -9836,10 +9836,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9836
9836
|
popperInstanceRef: Ref<import("@popperjs/core").Instance | undefined>;
|
|
9837
9837
|
contentRef: Ref<HTMLElement | undefined>;
|
|
9838
9838
|
referenceRef: Ref<HTMLElement | undefined>;
|
|
9839
|
-
role: ComputedRef<import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "
|
|
9839
|
+
role: ComputedRef<import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
9840
9840
|
popperProvides: import("beyond-webui/es/components/popper").ElPopperInjectionContext;
|
|
9841
9841
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
9842
|
-
readonly role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "
|
|
9842
|
+
readonly role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
9843
9843
|
}> & {
|
|
9844
9844
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
9845
9845
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -9861,10 +9861,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9861
9861
|
$nextTick: typeof nextTick;
|
|
9862
9862
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
9863
9863
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
9864
|
-
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
9864
|
+
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
9865
9865
|
}>> & import("vue").ShallowUnwrapRef<{
|
|
9866
9866
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
9867
|
-
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
9867
|
+
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
9868
9868
|
}>> & {
|
|
9869
9869
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
9870
9870
|
}>>;
|
|
@@ -9872,7 +9872,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9872
9872
|
popperInstanceRef: Ref<import("@popperjs/core").Instance | undefined>;
|
|
9873
9873
|
contentRef: Ref<HTMLElement | undefined>;
|
|
9874
9874
|
referenceRef: Ref<HTMLElement | undefined>;
|
|
9875
|
-
role: ComputedRef<import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "
|
|
9875
|
+
role: ComputedRef<import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
9876
9876
|
popperProvides: import("beyond-webui/es/components/popper").ElPopperInjectionContext;
|
|
9877
9877
|
}> & {} & import("vue").ComponentCustomProperties) | undefined>;
|
|
9878
9878
|
contentRef: Ref<any>;
|
|
@@ -9887,10 +9887,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9887
9887
|
controlled: ComputedRef<boolean>;
|
|
9888
9888
|
isFocusInsideContent: () => boolean | undefined;
|
|
9889
9889
|
ElPopper: import("beyond-webui/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
9890
|
-
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
9890
|
+
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
9891
9891
|
}, {
|
|
9892
9892
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
9893
|
-
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
9893
|
+
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
9894
9894
|
}>> & {
|
|
9895
9895
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
9896
9896
|
}>>;
|
|
@@ -9898,12 +9898,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9898
9898
|
popperInstanceRef: Ref<import("@popperjs/core").Instance | undefined>;
|
|
9899
9899
|
contentRef: Ref<HTMLElement | undefined>;
|
|
9900
9900
|
referenceRef: Ref<HTMLElement | undefined>;
|
|
9901
|
-
role: ComputedRef<import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "
|
|
9901
|
+
role: ComputedRef<import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>>;
|
|
9902
9902
|
popperProvides: import("beyond-webui/es/components/popper").ElPopperInjectionContext;
|
|
9903
9903
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9904
|
-
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
9904
|
+
readonly role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
9905
9905
|
}>>, {
|
|
9906
|
-
readonly role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "
|
|
9906
|
+
readonly role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
9907
9907
|
}>> & Record<string, any>;
|
|
9908
9908
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
9909
9909
|
readonly arrowOffset: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -10260,8 +10260,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10260
10260
|
readonly id: StringConstructor;
|
|
10261
10261
|
readonly open: BooleanConstructor;
|
|
10262
10262
|
}>>, {
|
|
10263
|
-
readonly open: boolean;
|
|
10264
10263
|
readonly virtualTriggering: boolean;
|
|
10264
|
+
readonly open: boolean;
|
|
10265
10265
|
}>;
|
|
10266
10266
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10267
10267
|
readonly disabled: BooleanConstructor;
|
|
@@ -10319,9 +10319,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10319
10319
|
readonly id: StringConstructor;
|
|
10320
10320
|
readonly open: BooleanConstructor;
|
|
10321
10321
|
}>>, {
|
|
10322
|
-
readonly open: boolean;
|
|
10323
|
-
readonly disabled: boolean;
|
|
10324
10322
|
readonly virtualTriggering: boolean;
|
|
10323
|
+
readonly disabled: boolean;
|
|
10324
|
+
readonly open: boolean;
|
|
10325
10325
|
readonly trigger: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("beyond-webui/es/utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("beyond-webui/es/utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("beyond-webui/es/utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("beyond-webui/es/utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
|
|
10326
10326
|
readonly triggerKeys: string[];
|
|
10327
10327
|
}>;
|
|
@@ -11750,9 +11750,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11750
11750
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
11751
11751
|
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
11752
11752
|
}, {
|
|
11753
|
-
readonly offset: number;
|
|
11754
11753
|
readonly effect: string;
|
|
11755
|
-
readonly
|
|
11754
|
+
readonly offset: number;
|
|
11756
11755
|
readonly placement: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, import("beyond-webui/es/components/popper").Placement, unknown>;
|
|
11757
11756
|
readonly boundariesPadding: number;
|
|
11758
11757
|
readonly fallbackPlacements: import("beyond-webui/es/components/popper").Placement[];
|
|
@@ -11764,6 +11763,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11764
11763
|
readonly trapping: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
11765
11764
|
readonly stopPopperMouseEvent: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
11766
11765
|
readonly ariaLabel: string;
|
|
11766
|
+
readonly visible: boolean;
|
|
11767
11767
|
readonly pure: boolean;
|
|
11768
11768
|
readonly virtualTriggering: boolean;
|
|
11769
11769
|
}>;
|
|
@@ -12030,11 +12030,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12030
12030
|
readonly hideAfter: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12031
12031
|
readonly autoClose: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12032
12032
|
}>>, {
|
|
12033
|
-
readonly offset: number;
|
|
12034
12033
|
readonly effect: string;
|
|
12035
|
-
readonly
|
|
12036
|
-
readonly content: string;
|
|
12037
|
-
readonly disabled: boolean;
|
|
12034
|
+
readonly offset: number;
|
|
12038
12035
|
readonly placement: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, import("beyond-webui/es/components/popper").Placement, unknown>;
|
|
12039
12036
|
readonly showAfter: number;
|
|
12040
12037
|
readonly hideAfter: number;
|
|
@@ -12048,11 +12045,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12048
12045
|
readonly focusOnShow: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12049
12046
|
readonly trapping: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12050
12047
|
readonly stopPopperMouseEvent: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12048
|
+
readonly visible: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
12051
12049
|
readonly pure: boolean;
|
|
12052
12050
|
readonly virtualTriggering: boolean;
|
|
12051
|
+
readonly content: string;
|
|
12053
12052
|
readonly rawContent: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12054
12053
|
readonly teleported: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12055
12054
|
readonly persistent: boolean;
|
|
12055
|
+
readonly disabled: boolean;
|
|
12056
12056
|
}>;
|
|
12057
12057
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12058
12058
|
showArrow: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -12375,16 +12375,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12375
12375
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12376
12376
|
__epPropKey: true;
|
|
12377
12377
|
};
|
|
12378
|
-
role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
12378
|
+
role: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
12379
12379
|
}>> & {
|
|
12380
12380
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
12381
12381
|
}, {
|
|
12382
|
-
offset: number;
|
|
12383
12382
|
effect: string;
|
|
12384
|
-
|
|
12385
|
-
content: string;
|
|
12386
|
-
open: boolean;
|
|
12387
|
-
disabled: boolean;
|
|
12383
|
+
offset: number;
|
|
12388
12384
|
placement: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, import("beyond-webui/es/components/popper").Placement, unknown>;
|
|
12389
12385
|
showAfter: number;
|
|
12390
12386
|
hideAfter: number;
|
|
@@ -12398,12 +12394,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12398
12394
|
focusOnShow: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12399
12395
|
trapping: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12400
12396
|
stopPopperMouseEvent: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12397
|
+
visible: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
12401
12398
|
pure: boolean;
|
|
12402
12399
|
virtualTriggering: boolean;
|
|
12400
|
+
content: string;
|
|
12403
12401
|
rawContent: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12404
12402
|
teleported: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12405
12403
|
persistent: boolean;
|
|
12406
|
-
|
|
12404
|
+
disabled: boolean;
|
|
12405
|
+
open: boolean;
|
|
12406
|
+
role: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "group" | "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "navigation" | "tree", unknown>;
|
|
12407
12407
|
trigger: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => import("beyond-webui/es/utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("beyond-webui/es/utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType>) | ((new (...args: any[]) => import("beyond-webui/es/utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType> & {}) | (() => import("beyond-webui/es/utils").Arrayable<import("beyond-webui/es/components/tooltip").TooltipTriggerType>))[], unknown, unknown>;
|
|
12408
12408
|
triggerKeys: string[];
|
|
12409
12409
|
arrowOffset: number;
|
|
@@ -12613,8 +12613,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12613
12613
|
};
|
|
12614
12614
|
readonly always: BooleanConstructor;
|
|
12615
12615
|
}>>, {
|
|
12616
|
-
readonly always: boolean;
|
|
12617
12616
|
readonly vertical: boolean;
|
|
12617
|
+
readonly always: boolean;
|
|
12618
12618
|
}>;
|
|
12619
12619
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
12620
12620
|
readonly always: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12756,8 +12756,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12756
12756
|
};
|
|
12757
12757
|
readonly always: BooleanConstructor;
|
|
12758
12758
|
}>>, {
|
|
12759
|
-
readonly always: boolean;
|
|
12760
12759
|
readonly vertical: boolean;
|
|
12760
|
+
readonly always: boolean;
|
|
12761
12761
|
}>;
|
|
12762
12762
|
}> & {} & import("vue").ComponentCustomProperties) | undefined>;
|
|
12763
12763
|
ratioY: Ref<number>;
|
|
@@ -12888,8 +12888,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12888
12888
|
};
|
|
12889
12889
|
readonly always: BooleanConstructor;
|
|
12890
12890
|
}>>, {
|
|
12891
|
-
readonly always: boolean;
|
|
12892
12891
|
readonly vertical: boolean;
|
|
12892
|
+
readonly always: boolean;
|
|
12893
12893
|
}>;
|
|
12894
12894
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12895
12895
|
readonly always: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
@@ -13209,13 +13209,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13209
13209
|
onRemoveTag?: ((val: import("../../cascader-panel/src/node").CascaderNodeValue | import("../../cascader-panel/src/node").CascaderNodePathValue) => any) | undefined;
|
|
13210
13210
|
}, {
|
|
13211
13211
|
props: import("beyond-webui/es/components/cascader-panel").CascaderProps;
|
|
13212
|
-
separator: string;
|
|
13213
|
-
disabled: boolean;
|
|
13214
13212
|
debounce: number;
|
|
13215
13213
|
popperClass: string;
|
|
13216
13214
|
teleported: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13215
|
+
disabled: boolean;
|
|
13217
13216
|
clearable: boolean;
|
|
13218
13217
|
validateEvent: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
13218
|
+
separator: string;
|
|
13219
13219
|
options: import("beyond-webui/es/components/cascader-panel").CascaderOption[];
|
|
13220
13220
|
filterable: boolean;
|
|
13221
13221
|
filterMethod: (node: CascaderNode, keyword: string) => boolean;
|