beyond-webui 1.1.15 → 1.1.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/es/components/affix/index.d.ts +2 -2
- package/es/components/affix/index.mjs +2 -2
- package/es/components/affix/src/affix.mjs +117 -26
- package/es/components/affix/src/affix.mjs.map +1 -1
- package/es/components/affix/src/affix.vue.d.ts +2 -2
- package/es/components/affix/src/affix2.mjs +26 -117
- package/es/components/affix/src/affix2.mjs.map +1 -1
- package/es/components/alert/index.d.ts +6 -6
- package/es/components/alert/index.mjs +2 -2
- package/es/components/alert/src/alert.d.ts +1 -1
- package/es/components/alert/src/alert.mjs +36 -96
- package/es/components/alert/src/alert.mjs.map +1 -1
- package/es/components/alert/src/alert.vue.d.ts +6 -6
- package/es/components/alert/src/alert2.mjs +96 -36
- package/es/components/alert/src/alert2.mjs.map +1 -1
- package/es/components/autocomplete/index.d.ts +229 -229
- package/es/components/autocomplete/src/autocomplete.mjs +1 -1
- package/es/components/autocomplete/src/autocomplete.vue.d.ts +229 -229
- package/es/components/avatar/index.mjs +2 -2
- package/es/components/avatar/src/avatar.mjs +32 -67
- package/es/components/avatar/src/avatar.mjs.map +1 -1
- package/es/components/avatar/src/avatar2.mjs +67 -32
- package/es/components/avatar/src/avatar2.mjs.map +1 -1
- package/es/components/backtop/index.d.ts +2 -2
- 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/backtop.vue.d.ts +2 -2
- 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/src/badge.vue.d.ts +1 -1
- package/es/components/breadcrumb/index.mjs +2 -2
- package/es/components/breadcrumb/src/breadcrumb.mjs +11 -36
- package/es/components/breadcrumb/src/breadcrumb.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb2.mjs +36 -11
- package/es/components/breadcrumb/src/breadcrumb2.mjs.map +1 -1
- package/es/components/button/index.d.ts +21 -21
- package/es/components/button/index.mjs +3 -3
- package/es/components/button/src/button-group.d.ts +1 -1
- package/es/components/button/src/button-group.mjs +6 -30
- package/es/components/button/src/button-group.mjs.map +1 -1
- package/es/components/button/src/button-group.vue.d.ts +4 -4
- package/es/components/button/src/button-group2.mjs +30 -6
- package/es/components/button/src/button-group2.mjs.map +1 -1
- package/es/components/button/src/button.d.ts +2 -2
- package/es/components/button/src/button.mjs +76 -57
- package/es/components/button/src/button.mjs.map +1 -1
- package/es/components/button/src/button.vue.d.ts +13 -13
- package/es/components/button/src/button2.mjs +57 -76
- package/es/components/button/src/button2.mjs.map +1 -1
- package/es/components/button/src/use-button.d.ts +2 -2
- package/es/components/calendar/index.d.ts +21 -21
- package/es/components/calendar/src/calendar.vue.d.ts +21 -21
- 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/card/index.mjs +2 -2
- package/es/components/card/src/card.mjs +16 -35
- package/es/components/card/src/card.mjs.map +1 -1
- package/es/components/card/src/card2.mjs +35 -16
- package/es/components/card/src/card2.mjs.map +1 -1
- package/es/components/carousel/index.d.ts +8 -8
- package/es/components/carousel/src/carousel-item.vue.d.ts +1 -1
- package/es/components/carousel/src/carousel.d.ts +1 -1
- package/es/components/carousel/src/carousel.vue.d.ts +6 -6
- package/es/components/cascader/index.d.ts +482 -482
- package/es/components/cascader/src/cascader.vue.d.ts +241 -241
- package/es/components/cascader/src/cascader2.mjs +1 -1
- package/es/components/cascader-panel/index.d.ts +6 -6
- package/es/components/cascader-panel/src/index.vue.d.ts +3 -3
- package/es/components/check-tag/index.mjs +2 -2
- package/es/components/check-tag/src/check-tag.mjs +30 -12
- package/es/components/check-tag/src/check-tag.mjs.map +1 -1
- package/es/components/check-tag/src/check-tag2.mjs +12 -30
- package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
- package/es/components/checkbox/index.d.ts +21 -21
- package/es/components/checkbox/index.mjs +2 -2
- package/es/components/checkbox/src/checkbox-button.mjs +1 -1
- package/es/components/checkbox/src/checkbox-button.vue.d.ts +6 -6
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox.mjs +49 -117
- package/es/components/checkbox/src/checkbox.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox.vue.d.ts +5 -5
- package/es/components/checkbox/src/checkbox2.mjs +117 -49
- package/es/components/checkbox/src/checkbox2.mjs.map +1 -1
- package/es/components/col/index.d.ts +1 -1
- package/es/components/col/index.mjs +2 -2
- package/es/components/col/src/col.mjs +43 -66
- package/es/components/col/src/col.mjs.map +1 -1
- package/es/components/col/src/col.vue.d.ts +1 -1
- package/es/components/col/src/col2.mjs +66 -43
- package/es/components/col/src/col2.mjs.map +1 -1
- package/es/components/collapse/index.d.ts +4 -4
- package/es/components/collapse/src/collapse-item.vue.d.ts +1 -1
- package/es/components/collapse/src/collapse.vue.d.ts +2 -2
- package/es/components/collection/index.mjs +1 -1
- package/es/components/collection/src/collection.mjs +62 -10
- package/es/components/collection/src/collection.mjs.map +1 -1
- package/es/components/collection/src/collection2.mjs +10 -62
- package/es/components/collection/src/collection2.mjs.map +1 -1
- package/es/components/color-picker/index.d.ts +187 -187
- package/es/components/color-picker/src/color-picker.vue.d.ts +187 -187
- package/es/components/countdown/index.mjs +2 -2
- package/es/components/countdown/src/countdown.mjs +74 -23
- package/es/components/countdown/src/countdown.mjs.map +1 -1
- package/es/components/countdown/src/countdown2.mjs +23 -74
- package/es/components/countdown/src/countdown2.mjs.map +1 -1
- package/es/components/date-picker/index.d.ts +8 -8
- package/es/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
- package/es/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
- package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +71 -71
- package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +69 -69
- package/es/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
- package/es/components/date-picker/src/date-picker.d.ts +4 -4
- package/es/components/date-picker/src/panel-utils.d.ts +147 -147
- package/es/components/descriptions/index.d.ts +6 -6
- package/es/components/descriptions/src/description-item.d.ts +2 -2
- package/es/components/descriptions/src/description.vue.d.ts +2 -2
- package/es/components/dialog/index.d.ts +5 -5
- package/es/components/dialog/src/dialog.vue.d.ts +5 -5
- package/es/components/divider/index.d.ts +4 -4
- package/es/components/divider/index.mjs +2 -2
- package/es/components/divider/src/divider.d.ts +1 -1
- package/es/components/divider/src/divider.mjs +17 -35
- package/es/components/divider/src/divider.mjs.map +1 -1
- package/es/components/divider/src/divider.vue.d.ts +4 -4
- package/es/components/divider/src/divider2.mjs +35 -17
- package/es/components/divider/src/divider2.mjs.map +1 -1
- package/es/components/drawer/index.d.ts +5 -5
- 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/drawer.vue.d.ts +5 -5
- 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 +106 -106
- package/es/components/dropdown/index.mjs +2 -2
- package/es/components/dropdown/src/dropdown-item-impl.mjs +2 -2
- package/es/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
- package/es/components/dropdown/src/dropdown-item.mjs +1 -1
- package/es/components/dropdown/src/dropdown-item.vue.d.ts +2 -2
- package/es/components/dropdown/src/dropdown-menu.mjs +1 -1
- package/es/components/dropdown/src/dropdown.d.ts +1 -1
- package/es/components/dropdown/src/dropdown.mjs +307 -97
- package/es/components/dropdown/src/dropdown.mjs.map +1 -1
- package/es/components/dropdown/src/dropdown.vue.d.ts +102 -102
- package/es/components/dropdown/src/dropdown2.mjs +97 -307
- package/es/components/dropdown/src/dropdown2.mjs.map +1 -1
- package/es/components/focus-trap/src/focus-trap.vue.d.ts +1 -1
- package/es/components/form/index.d.ts +12 -12
- package/es/components/form/src/form-item.d.ts +1 -1
- package/es/components/form/src/form-item.vue.d.ts +5 -5
- 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 +7 -7
- package/es/components/image/src/image.d.ts +1 -1
- package/es/components/image/src/image.vue.d.ts +7 -7
- package/es/components/image-viewer/index.mjs +2 -2
- package/es/components/image-viewer/src/image-viewer.mjs +396 -39
- package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
- package/es/components/image-viewer/src/image-viewer2.mjs +39 -396
- package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
- package/es/components/index.mjs +35 -35
- package/es/components/input/index.d.ts +20 -20
- package/es/components/input/src/input.vue.d.ts +20 -20
- package/es/components/input-number/index.d.ts +76 -76
- package/es/components/input-number/index.mjs +2 -2
- package/es/components/input-number/src/input-number.mjs +311 -58
- package/es/components/input-number/src/input-number.mjs.map +1 -1
- package/es/components/input-number/src/input-number.vue.d.ts +76 -76
- package/es/components/input-number/src/input-number2.mjs +58 -311
- package/es/components/input-number/src/input-number2.mjs.map +1 -1
- package/es/components/link/index.mjs +2 -2
- package/es/components/link/src/link.mjs +50 -21
- package/es/components/link/src/link.mjs.map +1 -1
- package/es/components/link/src/link2.mjs +21 -50
- package/es/components/link/src/link2.mjs.map +1 -1
- package/es/components/loading/index.d.ts +1 -1
- package/es/components/menu/index.d.ts +8 -8
- package/es/components/menu/index.mjs +2 -2
- package/es/components/menu/src/menu-item.mjs +97 -14
- package/es/components/menu/src/menu-item.mjs.map +1 -1
- package/es/components/menu/src/menu-item.vue.d.ts +1 -1
- package/es/components/menu/src/menu-item2.mjs +14 -97
- package/es/components/menu/src/menu-item2.mjs.map +1 -1
- package/es/components/menu/src/menu.d.ts +5 -5
- package/es/components/menu/src/sub-menu.d.ts +1 -1
- package/es/components/message/src/message.d.ts +1 -1
- package/es/components/message/src/message.vue.d.ts +9 -9
- package/es/components/notification/src/notification.d.ts +1 -1
- package/es/components/notification/src/notification.vue.d.ts +8 -8
- package/es/components/page-header/index.d.ts +5 -5
- package/es/components/page-header/index.mjs +2 -2
- package/es/components/page-header/src/page-header.mjs +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 +5 -5
- 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 +20 -20
- package/es/components/pagination/src/components/next.vue.d.ts +1 -1
- package/es/components/pagination/src/components/pager.mjs +214 -17
- package/es/components/pagination/src/components/pager.mjs.map +1 -1
- package/es/components/pagination/src/components/pager.vue.d.ts +1 -1
- package/es/components/pagination/src/components/pager2.mjs +17 -214
- package/es/components/pagination/src/components/pager2.mjs.map +1 -1
- package/es/components/pagination/src/components/prev.vue.d.ts +1 -1
- package/es/components/pagination/src/components/sizes.mjs +68 -22
- package/es/components/pagination/src/components/sizes.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.vue.d.ts +105 -105
- package/es/components/pagination/src/components/sizes2.mjs +22 -68
- package/es/components/pagination/src/components/sizes2.mjs.map +1 -1
- package/es/components/pagination/src/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 +3 -3
- package/es/components/popconfirm/index.d.ts +172 -172
- package/es/components/popconfirm/index.mjs +2 -2
- package/es/components/popconfirm/src/popconfirm.d.ts +2 -2
- package/es/components/popconfirm/src/popconfirm.mjs +110 -47
- package/es/components/popconfirm/src/popconfirm.mjs.map +1 -1
- package/es/components/popconfirm/src/popconfirm.vue.d.ts +172 -172
- package/es/components/popconfirm/src/popconfirm2.mjs +47 -110
- package/es/components/popconfirm/src/popconfirm2.mjs.map +1 -1
- package/es/components/popover/index.d.ts +165 -165
- package/es/components/popover/src/popover.mjs +2 -2
- package/es/components/popover/src/popover.vue.d.ts +165 -165
- package/es/components/popper/index.d.ts +5 -5
- package/es/components/popper/index.mjs +2 -2
- package/es/components/popper/src/composables/use-content.d.ts +6 -6
- package/es/components/popper/src/content.d.ts +4 -4
- 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 +11 -11
- 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.vue.d.ts +5 -5
- package/es/components/popper/src/trigger.vue.d.ts +1 -1
- package/es/components/popper/src/utils.d.ts +2 -2
- package/es/components/progress/index.mjs +2 -2
- package/es/components/progress/src/progress.mjs +57 -202
- package/es/components/progress/src/progress.mjs.map +1 -1
- package/es/components/progress/src/progress2.mjs +202 -57
- package/es/components/progress/src/progress2.mjs.map +1 -1
- package/es/components/radio/index.d.ts +17 -17
- package/es/components/radio/src/radio-button.vue.d.ts +2 -2
- package/es/components/radio/src/radio-group.vue.d.ts +4 -4
- package/es/components/radio/src/radio.vue.d.ts +5 -5
- package/es/components/rate/index.d.ts +3 -3
- package/es/components/rate/src/rate.vue.d.ts +3 -3
- package/es/components/result/index.d.ts +4 -4
- package/es/components/result/index.mjs +2 -2
- package/es/components/result/src/result.d.ts +1 -1
- package/es/components/result/src/result.mjs +63 -29
- package/es/components/result/src/result.mjs.map +1 -1
- package/es/components/result/src/result.vue.d.ts +4 -4
- package/es/components/result/src/result2.mjs +29 -63
- package/es/components/result/src/result2.mjs.map +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group.mjs +1 -1
- package/es/components/roving-focus-group/src/roving-focus-item.vue.d.ts +1 -1
- package/es/components/row/index.d.ts +4 -4
- package/es/components/row/index.mjs +2 -2
- package/es/components/row/src/row.d.ts +1 -1
- package/es/components/row/src/row.mjs +30 -45
- package/es/components/row/src/row.mjs.map +1 -1
- package/es/components/row/src/row.vue.d.ts +4 -4
- package/es/components/row/src/row2.mjs +45 -30
- package/es/components/row/src/row2.mjs.map +1 -1
- package/es/components/scrollbar/index.d.ts +1 -1
- package/es/components/scrollbar/src/bar.mjs +17 -42
- package/es/components/scrollbar/src/bar.mjs.map +1 -1
- package/es/components/scrollbar/src/bar2.mjs +42 -17
- package/es/components/scrollbar/src/bar2.mjs.map +1 -1
- package/es/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/es/components/scrollbar/src/scrollbar2.mjs +1 -1
- package/es/components/select/index.d.ts +105 -105
- package/es/components/select/src/select.mjs +1 -1
- package/es/components/select/src/select.vue.d.ts +105 -105
- package/es/components/select/src/useSelect.d.ts +97 -97
- package/es/components/select-v2/index.d.ts +210 -210
- package/es/components/select-v2/src/defaults.mjs +1 -1
- package/es/components/select-v2/src/option-item.vue.d.ts +1 -1
- package/es/components/select-v2/src/select.vue.d.ts +105 -105
- package/es/components/select-v2/src/useSelect.d.ts +98 -98
- package/es/components/skeleton/index.d.ts +9 -9
- 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.vue.d.ts +3 -3
- package/es/components/slider/index.d.ts +333 -333
- package/es/components/slider/src/button.vue.d.ts +50 -50
- package/es/components/slider/src/composables/use-slide.d.ts +202 -202
- package/es/components/slider/src/slider.vue.d.ts +333 -333
- package/es/components/space/index.d.ts +3 -3
- package/es/components/space/src/space.d.ts +3 -3
- package/es/components/steps/index.d.ts +19 -19
- package/es/components/steps/index.mjs +2 -2
- package/es/components/steps/src/item.d.ts +1 -1
- package/es/components/steps/src/item.vue.d.ts +5 -5
- package/es/components/steps/src/steps.d.ts +2 -2
- package/es/components/steps/src/steps.mjs +36 -34
- package/es/components/steps/src/steps.mjs.map +1 -1
- package/es/components/steps/src/steps.vue.d.ts +9 -9
- package/es/components/steps/src/steps2.mjs +34 -36
- package/es/components/steps/src/steps2.mjs.map +1 -1
- package/es/components/switch/index.d.ts +6 -6
- package/es/components/switch/index.mjs +2 -2
- package/es/components/switch/src/switch.mjs +241 -88
- package/es/components/switch/src/switch.mjs.map +1 -1
- package/es/components/switch/src/switch.vue.d.ts +6 -6
- package/es/components/switch/src/switch2.mjs +88 -241
- package/es/components/switch/src/switch2.mjs.map +1 -1
- package/es/components/table/index.d.ts +17 -17
- package/es/components/table/src/filter-panel.vue.d.ts +97 -97
- 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 +17 -17
- package/es/components/tabs/src/tab-bar.d.ts +8 -8
- package/es/components/tabs/src/tab-bar.vue.d.ts +26 -26
- package/es/components/tabs/src/tab-nav.d.ts +30 -30
- package/es/components/tabs/src/tab-pane.vue.d.ts +5 -5
- package/es/components/tabs/src/tabs.d.ts +8 -8
- package/es/components/tag/index.d.ts +3 -3
- package/es/components/tag/src/tag.vue.d.ts +3 -3
- 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 +8 -8
- package/es/components/time-picker/src/common/picker.vue.d.ts +177 -177
- package/es/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
- package/es/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
- package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
- package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
- package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
- package/es/components/time-picker/src/time-picker.d.ts +4 -4
- package/es/components/time-select/index.d.ts +436 -436
- package/es/components/time-select/src/time-select.vue.d.ts +218 -218
- package/es/components/timeline/index.d.ts +6 -6
- package/es/components/timeline/index.mjs +2 -2
- package/es/components/timeline/src/timeline-item.mjs +42 -70
- package/es/components/timeline/src/timeline-item.mjs.map +1 -1
- package/es/components/timeline/src/timeline-item.vue.d.ts +3 -3
- package/es/components/timeline/src/timeline-item2.mjs +70 -42
- package/es/components/timeline/src/timeline-item2.mjs.map +1 -1
- package/es/components/tooltip/index.d.ts +49 -49
- package/es/components/tooltip/index.mjs +3 -3
- package/es/components/tooltip/src/content.d.ts +1 -1
- package/es/components/tooltip/src/content.mjs +31 -177
- package/es/components/tooltip/src/content.mjs.map +1 -1
- package/es/components/tooltip/src/content.vue.d.ts +19 -19
- package/es/components/tooltip/src/content2.mjs +177 -31
- package/es/components/tooltip/src/content2.mjs.map +1 -1
- package/es/components/tooltip/src/tooltip.d.ts +2 -2
- package/es/components/tooltip/src/tooltip.mjs +31 -169
- package/es/components/tooltip/src/tooltip.mjs.map +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +49 -49
- package/es/components/tooltip/src/tooltip2.mjs +169 -31
- package/es/components/tooltip/src/tooltip2.mjs.map +1 -1
- package/es/components/tooltip/src/trigger.vue.d.ts +3 -3
- package/es/components/tooltip-v2/index.d.ts +67 -67
- package/es/components/tooltip-v2/index.mjs +2 -2
- package/es/components/tooltip-v2/src/arrow.vue.d.ts +2 -2
- package/es/components/tooltip-v2/src/content.d.ts +2 -2
- package/es/components/tooltip-v2/src/content.vue.d.ts +13 -13
- package/es/components/tooltip-v2/src/content2.mjs +1 -1
- package/es/components/tooltip-v2/src/root.mjs +17 -80
- package/es/components/tooltip-v2/src/root.mjs.map +1 -1
- package/es/components/tooltip-v2/src/root2.mjs +80 -17
- package/es/components/tooltip-v2/src/root2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.d.ts +2 -2
- package/es/components/tooltip-v2/src/tooltip.mjs +2 -2
- package/es/components/tooltip-v2/src/tooltip.vue.d.ts +67 -67
- package/es/components/tooltip-v2/src/tooltip2.mjs +4 -4
- package/es/components/tooltip-v2/src/trigger.mjs +89 -12
- package/es/components/tooltip-v2/src/trigger.mjs.map +1 -1
- package/es/components/tooltip-v2/src/trigger2.mjs +12 -89
- package/es/components/tooltip-v2/src/trigger2.mjs.map +1 -1
- package/es/components/transfer/index.d.ts +204 -204
- package/es/components/transfer/index.mjs +2 -2
- package/es/components/transfer/src/composables/use-check.mjs +1 -1
- package/es/components/transfer/src/composables/use-checked-change.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 +36 -36
- 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.mjs +160 -69
- package/es/components/transfer/src/transfer.mjs.map +1 -1
- package/es/components/transfer/src/transfer.vue.d.ts +204 -204
- package/es/components/transfer/src/transfer2.mjs +69 -160
- package/es/components/transfer/src/transfer2.mjs.map +1 -1
- package/es/components/tree/index.d.ts +2 -2
- package/es/components/tree/src/tree.vue.d.ts +1 -1
- package/es/components/tree-v2/index.d.ts +17 -17
- package/es/components/tree-v2/src/tree-node.vue.d.ts +14 -14
- package/es/components/tree-v2/src/tree.vue.d.ts +17 -17
- package/es/components/upload/index.d.ts +32 -32
- package/es/components/upload/index.mjs +2 -2
- package/es/components/upload/src/upload-content.d.ts +1 -1
- package/es/components/upload/src/upload-content.mjs +1 -1
- package/es/components/upload/src/upload-content.vue.d.ts +7 -7
- package/es/components/upload/src/upload-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.d.ts +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 +3 -3
- 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.d.ts +2 -2
- package/es/components/upload/src/upload.mjs +1 -1
- package/es/components/upload/src/upload.vue.d.ts +32 -32
- package/es/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/es/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/es/components/visual-hidden/index.mjs +3 -3
- package/es/components/visual-hidden/src/visual-hidden.mjs +7 -35
- package/es/components/visual-hidden/src/visual-hidden.mjs.map +1 -1
- package/es/components/visual-hidden/src/visual-hidden2.mjs +35 -7
- package/es/components/visual-hidden/src/visual-hidden2.mjs.map +1 -1
- package/es/hooks/use-floating/index.d.ts +2 -2
- package/es/hooks/use-popper/index.d.ts +6 -6
- package/es/index.mjs +35 -35
- package/es/utils/vue/vnode.d.ts +6 -6
- package/lib/components/affix/index.d.ts +2 -2
- package/lib/components/affix/index.js +2 -2
- package/lib/components/affix/src/affix.js +117 -27
- package/lib/components/affix/src/affix.js.map +1 -1
- package/lib/components/affix/src/affix.vue.d.ts +2 -2
- package/lib/components/affix/src/affix2.js +27 -117
- package/lib/components/affix/src/affix2.js.map +1 -1
- package/lib/components/alert/index.d.ts +6 -6
- package/lib/components/alert/index.js +2 -2
- package/lib/components/alert/src/alert.d.ts +1 -1
- package/lib/components/alert/src/alert.js +37 -95
- package/lib/components/alert/src/alert.js.map +1 -1
- package/lib/components/alert/src/alert.vue.d.ts +6 -6
- package/lib/components/alert/src/alert2.js +95 -37
- package/lib/components/alert/src/alert2.js.map +1 -1
- package/lib/components/autocomplete/index.d.ts +229 -229
- package/lib/components/autocomplete/src/autocomplete.js +1 -1
- package/lib/components/autocomplete/src/autocomplete.vue.d.ts +229 -229
- package/lib/components/avatar/index.js +2 -2
- package/lib/components/avatar/src/avatar.js +33 -67
- package/lib/components/avatar/src/avatar.js.map +1 -1
- package/lib/components/avatar/src/avatar2.js +67 -33
- package/lib/components/avatar/src/avatar2.js.map +1 -1
- package/lib/components/backtop/index.d.ts +2 -2
- 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/backtop.vue.d.ts +2 -2
- 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/src/badge.vue.d.ts +1 -1
- package/lib/components/breadcrumb/index.js +2 -2
- package/lib/components/breadcrumb/src/breadcrumb.js +11 -36
- package/lib/components/breadcrumb/src/breadcrumb.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb2.js +36 -11
- package/lib/components/breadcrumb/src/breadcrumb2.js.map +1 -1
- package/lib/components/button/index.d.ts +21 -21
- package/lib/components/button/index.js +3 -3
- package/lib/components/button/src/button-group.d.ts +1 -1
- package/lib/components/button/src/button-group.js +6 -30
- package/lib/components/button/src/button-group.js.map +1 -1
- package/lib/components/button/src/button-group.vue.d.ts +4 -4
- package/lib/components/button/src/button-group2.js +30 -6
- package/lib/components/button/src/button-group2.js.map +1 -1
- package/lib/components/button/src/button.d.ts +2 -2
- package/lib/components/button/src/button.js +76 -60
- package/lib/components/button/src/button.js.map +1 -1
- package/lib/components/button/src/button.vue.d.ts +13 -13
- package/lib/components/button/src/button2.js +60 -76
- package/lib/components/button/src/button2.js.map +1 -1
- package/lib/components/button/src/use-button.d.ts +2 -2
- package/lib/components/calendar/index.d.ts +21 -21
- package/lib/components/calendar/src/calendar.vue.d.ts +21 -21
- 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/card/index.js +2 -2
- package/lib/components/card/src/card.js +16 -35
- package/lib/components/card/src/card.js.map +1 -1
- package/lib/components/card/src/card2.js +35 -16
- package/lib/components/card/src/card2.js.map +1 -1
- package/lib/components/carousel/index.d.ts +8 -8
- package/lib/components/carousel/src/carousel-item.vue.d.ts +1 -1
- package/lib/components/carousel/src/carousel.d.ts +1 -1
- package/lib/components/carousel/src/carousel.vue.d.ts +6 -6
- package/lib/components/cascader/index.d.ts +482 -482
- package/lib/components/cascader/src/cascader.vue.d.ts +241 -241
- package/lib/components/cascader/src/cascader2.js +1 -1
- package/lib/components/cascader-panel/index.d.ts +6 -6
- package/lib/components/cascader-panel/src/index.vue.d.ts +3 -3
- package/lib/components/check-tag/index.js +2 -2
- package/lib/components/check-tag/src/check-tag.js +30 -13
- package/lib/components/check-tag/src/check-tag.js.map +1 -1
- package/lib/components/check-tag/src/check-tag2.js +13 -30
- package/lib/components/check-tag/src/check-tag2.js.map +1 -1
- package/lib/components/checkbox/index.d.ts +21 -21
- package/lib/components/checkbox/index.js +2 -2
- package/lib/components/checkbox/src/checkbox-button.js +1 -1
- package/lib/components/checkbox/src/checkbox-button.vue.d.ts +6 -6
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox.js +50 -117
- package/lib/components/checkbox/src/checkbox.js.map +1 -1
- package/lib/components/checkbox/src/checkbox.vue.d.ts +5 -5
- package/lib/components/checkbox/src/checkbox2.js +117 -50
- package/lib/components/checkbox/src/checkbox2.js.map +1 -1
- package/lib/components/col/index.d.ts +1 -1
- package/lib/components/col/index.js +2 -2
- package/lib/components/col/src/col.js +43 -66
- package/lib/components/col/src/col.js.map +1 -1
- package/lib/components/col/src/col.vue.d.ts +1 -1
- package/lib/components/col/src/col2.js +66 -43
- package/lib/components/col/src/col2.js.map +1 -1
- package/lib/components/collapse/index.d.ts +4 -4
- package/lib/components/collapse/src/collapse-item.vue.d.ts +1 -1
- package/lib/components/collapse/src/collapse.vue.d.ts +2 -2
- package/lib/components/collection/index.js +1 -1
- package/lib/components/collection/src/collection.js +62 -9
- package/lib/components/collection/src/collection.js.map +1 -1
- package/lib/components/collection/src/collection2.js +9 -62
- package/lib/components/collection/src/collection2.js.map +1 -1
- package/lib/components/color-picker/index.d.ts +187 -187
- package/lib/components/color-picker/src/color-picker.vue.d.ts +187 -187
- package/lib/components/countdown/index.js +2 -2
- package/lib/components/countdown/src/countdown.js +74 -24
- package/lib/components/countdown/src/countdown.js.map +1 -1
- package/lib/components/countdown/src/countdown2.js +24 -74
- package/lib/components/countdown/src/countdown2.js.map +1 -1
- package/lib/components/date-picker/index.d.ts +8 -8
- package/lib/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
- package/lib/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
- package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +71 -71
- package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +69 -69
- package/lib/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
- package/lib/components/date-picker/src/date-picker.d.ts +4 -4
- package/lib/components/date-picker/src/panel-utils.d.ts +147 -147
- package/lib/components/descriptions/index.d.ts +6 -6
- package/lib/components/descriptions/src/description-item.d.ts +2 -2
- package/lib/components/descriptions/src/description.vue.d.ts +2 -2
- package/lib/components/dialog/index.d.ts +5 -5
- package/lib/components/dialog/src/dialog.vue.d.ts +5 -5
- package/lib/components/divider/index.d.ts +4 -4
- package/lib/components/divider/index.js +2 -2
- package/lib/components/divider/src/divider.d.ts +1 -1
- package/lib/components/divider/src/divider.js +17 -35
- package/lib/components/divider/src/divider.js.map +1 -1
- package/lib/components/divider/src/divider.vue.d.ts +4 -4
- package/lib/components/divider/src/divider2.js +35 -17
- package/lib/components/divider/src/divider2.js.map +1 -1
- package/lib/components/drawer/index.d.ts +5 -5
- 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/drawer.vue.d.ts +5 -5
- 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 +106 -106
- package/lib/components/dropdown/index.js +2 -2
- package/lib/components/dropdown/src/dropdown-item-impl.js +2 -2
- package/lib/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
- package/lib/components/dropdown/src/dropdown-item.js +1 -1
- package/lib/components/dropdown/src/dropdown-item.vue.d.ts +2 -2
- package/lib/components/dropdown/src/dropdown-menu.js +1 -1
- package/lib/components/dropdown/src/dropdown.d.ts +1 -1
- package/lib/components/dropdown/src/dropdown.js +307 -106
- package/lib/components/dropdown/src/dropdown.js.map +1 -1
- package/lib/components/dropdown/src/dropdown.vue.d.ts +102 -102
- package/lib/components/dropdown/src/dropdown2.js +106 -307
- package/lib/components/dropdown/src/dropdown2.js.map +1 -1
- package/lib/components/focus-trap/src/focus-trap.vue.d.ts +1 -1
- package/lib/components/form/index.d.ts +12 -12
- package/lib/components/form/src/form-item.d.ts +1 -1
- package/lib/components/form/src/form-item.vue.d.ts +5 -5
- 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 +7 -7
- package/lib/components/image/src/image.d.ts +1 -1
- package/lib/components/image/src/image.vue.d.ts +7 -7
- package/lib/components/image-viewer/index.js +2 -2
- package/lib/components/image-viewer/src/image-viewer.js +396 -40
- package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
- package/lib/components/image-viewer/src/image-viewer2.js +40 -396
- package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
- package/lib/components/index.js +35 -35
- package/lib/components/input/index.d.ts +20 -20
- package/lib/components/input/src/input.vue.d.ts +20 -20
- package/lib/components/input-number/index.d.ts +76 -76
- package/lib/components/input-number/index.js +2 -2
- package/lib/components/input-number/src/input-number.js +309 -57
- package/lib/components/input-number/src/input-number.js.map +1 -1
- package/lib/components/input-number/src/input-number.vue.d.ts +76 -76
- package/lib/components/input-number/src/input-number2.js +57 -309
- package/lib/components/input-number/src/input-number2.js.map +1 -1
- package/lib/components/link/index.js +2 -2
- package/lib/components/link/src/link.js +50 -22
- package/lib/components/link/src/link.js.map +1 -1
- package/lib/components/link/src/link2.js +22 -50
- package/lib/components/link/src/link2.js.map +1 -1
- package/lib/components/loading/index.d.ts +1 -1
- package/lib/components/menu/index.d.ts +8 -8
- package/lib/components/menu/index.js +2 -2
- package/lib/components/menu/src/menu-item.js +97 -15
- package/lib/components/menu/src/menu-item.js.map +1 -1
- package/lib/components/menu/src/menu-item.vue.d.ts +1 -1
- package/lib/components/menu/src/menu-item2.js +15 -97
- package/lib/components/menu/src/menu-item2.js.map +1 -1
- package/lib/components/menu/src/menu.d.ts +5 -5
- package/lib/components/menu/src/sub-menu.d.ts +1 -1
- package/lib/components/message/src/message.d.ts +1 -1
- package/lib/components/message/src/message.vue.d.ts +9 -9
- package/lib/components/notification/src/notification.d.ts +1 -1
- package/lib/components/notification/src/notification.vue.d.ts +8 -8
- package/lib/components/page-header/index.d.ts +5 -5
- package/lib/components/page-header/index.js +2 -2
- package/lib/components/page-header/src/page-header.js +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 +5 -5
- 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 +20 -20
- package/lib/components/pagination/src/components/next.vue.d.ts +1 -1
- package/lib/components/pagination/src/components/pager.js +214 -17
- package/lib/components/pagination/src/components/pager.js.map +1 -1
- package/lib/components/pagination/src/components/pager.vue.d.ts +1 -1
- package/lib/components/pagination/src/components/pager2.js +17 -214
- package/lib/components/pagination/src/components/pager2.js.map +1 -1
- package/lib/components/pagination/src/components/prev.vue.d.ts +1 -1
- package/lib/components/pagination/src/components/sizes.js +68 -22
- package/lib/components/pagination/src/components/sizes.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.vue.d.ts +105 -105
- package/lib/components/pagination/src/components/sizes2.js +22 -68
- package/lib/components/pagination/src/components/sizes2.js.map +1 -1
- package/lib/components/pagination/src/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 +3 -3
- package/lib/components/popconfirm/index.d.ts +172 -172
- package/lib/components/popconfirm/index.js +2 -2
- package/lib/components/popconfirm/src/popconfirm.d.ts +2 -2
- package/lib/components/popconfirm/src/popconfirm.js +110 -48
- package/lib/components/popconfirm/src/popconfirm.js.map +1 -1
- package/lib/components/popconfirm/src/popconfirm.vue.d.ts +172 -172
- package/lib/components/popconfirm/src/popconfirm2.js +48 -110
- package/lib/components/popconfirm/src/popconfirm2.js.map +1 -1
- package/lib/components/popover/index.d.ts +165 -165
- package/lib/components/popover/src/popover.js +2 -2
- package/lib/components/popover/src/popover.vue.d.ts +165 -165
- package/lib/components/popper/index.d.ts +5 -5
- package/lib/components/popper/index.js +2 -2
- package/lib/components/popper/src/composables/use-content.d.ts +6 -6
- package/lib/components/popper/src/content.d.ts +4 -4
- 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 +11 -11
- 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.vue.d.ts +5 -5
- package/lib/components/popper/src/trigger.vue.d.ts +1 -1
- package/lib/components/popper/src/utils.d.ts +2 -2
- package/lib/components/progress/index.js +2 -2
- package/lib/components/progress/src/progress.js +57 -202
- package/lib/components/progress/src/progress.js.map +1 -1
- package/lib/components/progress/src/progress2.js +202 -57
- package/lib/components/progress/src/progress2.js.map +1 -1
- package/lib/components/radio/index.d.ts +17 -17
- package/lib/components/radio/src/radio-button.vue.d.ts +2 -2
- package/lib/components/radio/src/radio-group.vue.d.ts +4 -4
- package/lib/components/radio/src/radio.vue.d.ts +5 -5
- package/lib/components/rate/index.d.ts +3 -3
- package/lib/components/rate/src/rate.vue.d.ts +3 -3
- package/lib/components/result/index.d.ts +4 -4
- package/lib/components/result/index.js +2 -2
- package/lib/components/result/src/result.d.ts +1 -1
- package/lib/components/result/src/result.js +63 -31
- package/lib/components/result/src/result.js.map +1 -1
- package/lib/components/result/src/result.vue.d.ts +4 -4
- package/lib/components/result/src/result2.js +31 -63
- package/lib/components/result/src/result2.js.map +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group.js +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-item.vue.d.ts +1 -1
- package/lib/components/row/index.d.ts +4 -4
- package/lib/components/row/index.js +2 -2
- package/lib/components/row/src/row.d.ts +1 -1
- package/lib/components/row/src/row.js +32 -45
- package/lib/components/row/src/row.js.map +1 -1
- package/lib/components/row/src/row.vue.d.ts +4 -4
- package/lib/components/row/src/row2.js +45 -32
- package/lib/components/row/src/row2.js.map +1 -1
- package/lib/components/scrollbar/index.d.ts +1 -1
- package/lib/components/scrollbar/src/bar.js +17 -42
- package/lib/components/scrollbar/src/bar.js.map +1 -1
- package/lib/components/scrollbar/src/bar2.js +42 -17
- package/lib/components/scrollbar/src/bar2.js.map +1 -1
- package/lib/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/lib/components/scrollbar/src/scrollbar2.js +1 -1
- package/lib/components/select/index.d.ts +105 -105
- package/lib/components/select/src/select.js +1 -1
- package/lib/components/select/src/select.vue.d.ts +105 -105
- package/lib/components/select/src/useSelect.d.ts +97 -97
- package/lib/components/select-v2/index.d.ts +210 -210
- package/lib/components/select-v2/src/defaults.js +1 -1
- package/lib/components/select-v2/src/option-item.vue.d.ts +1 -1
- package/lib/components/select-v2/src/select.vue.d.ts +105 -105
- package/lib/components/select-v2/src/useSelect.d.ts +98 -98
- package/lib/components/skeleton/index.d.ts +9 -9
- 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.vue.d.ts +3 -3
- package/lib/components/slider/index.d.ts +333 -333
- package/lib/components/slider/src/button.vue.d.ts +50 -50
- package/lib/components/slider/src/composables/use-slide.d.ts +202 -202
- package/lib/components/slider/src/slider.vue.d.ts +333 -333
- package/lib/components/space/index.d.ts +3 -3
- package/lib/components/space/src/space.d.ts +3 -3
- package/lib/components/steps/index.d.ts +19 -19
- package/lib/components/steps/index.js +2 -2
- package/lib/components/steps/src/item.d.ts +1 -1
- package/lib/components/steps/src/item.vue.d.ts +5 -5
- package/lib/components/steps/src/steps.d.ts +2 -2
- package/lib/components/steps/src/steps.js +37 -34
- package/lib/components/steps/src/steps.js.map +1 -1
- package/lib/components/steps/src/steps.vue.d.ts +9 -9
- package/lib/components/steps/src/steps2.js +34 -37
- package/lib/components/steps/src/steps2.js.map +1 -1
- package/lib/components/switch/index.d.ts +6 -6
- package/lib/components/switch/index.js +2 -2
- package/lib/components/switch/src/switch.js +240 -88
- package/lib/components/switch/src/switch.js.map +1 -1
- package/lib/components/switch/src/switch.vue.d.ts +6 -6
- package/lib/components/switch/src/switch2.js +88 -240
- package/lib/components/switch/src/switch2.js.map +1 -1
- package/lib/components/table/index.d.ts +17 -17
- package/lib/components/table/src/filter-panel.vue.d.ts +97 -97
- 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 +17 -17
- package/lib/components/tabs/src/tab-bar.d.ts +8 -8
- package/lib/components/tabs/src/tab-bar.vue.d.ts +26 -26
- package/lib/components/tabs/src/tab-nav.d.ts +30 -30
- package/lib/components/tabs/src/tab-pane.vue.d.ts +5 -5
- package/lib/components/tabs/src/tabs.d.ts +8 -8
- package/lib/components/tag/index.d.ts +3 -3
- package/lib/components/tag/src/tag.vue.d.ts +3 -3
- 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 +8 -8
- package/lib/components/time-picker/src/common/picker.vue.d.ts +177 -177
- package/lib/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
- package/lib/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
- package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
- package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
- package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
- package/lib/components/time-picker/src/time-picker.d.ts +4 -4
- package/lib/components/time-select/index.d.ts +436 -436
- package/lib/components/time-select/src/time-select.vue.d.ts +218 -218
- package/lib/components/timeline/index.d.ts +6 -6
- package/lib/components/timeline/index.js +2 -2
- package/lib/components/timeline/src/timeline-item.js +42 -70
- package/lib/components/timeline/src/timeline-item.js.map +1 -1
- package/lib/components/timeline/src/timeline-item.vue.d.ts +3 -3
- package/lib/components/timeline/src/timeline-item2.js +70 -42
- package/lib/components/timeline/src/timeline-item2.js.map +1 -1
- package/lib/components/tooltip/index.d.ts +49 -49
- package/lib/components/tooltip/index.js +3 -3
- package/lib/components/tooltip/src/content.d.ts +1 -1
- package/lib/components/tooltip/src/content.js +31 -177
- package/lib/components/tooltip/src/content.js.map +1 -1
- package/lib/components/tooltip/src/content.vue.d.ts +19 -19
- package/lib/components/tooltip/src/content2.js +177 -31
- package/lib/components/tooltip/src/content2.js.map +1 -1
- package/lib/components/tooltip/src/tooltip.d.ts +2 -2
- package/lib/components/tooltip/src/tooltip.js +34 -168
- package/lib/components/tooltip/src/tooltip.js.map +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +49 -49
- package/lib/components/tooltip/src/tooltip2.js +168 -34
- package/lib/components/tooltip/src/tooltip2.js.map +1 -1
- package/lib/components/tooltip/src/trigger.vue.d.ts +3 -3
- package/lib/components/tooltip-v2/index.d.ts +67 -67
- package/lib/components/tooltip-v2/index.js +2 -2
- package/lib/components/tooltip-v2/src/arrow.vue.d.ts +2 -2
- package/lib/components/tooltip-v2/src/content.d.ts +2 -2
- package/lib/components/tooltip-v2/src/content.vue.d.ts +13 -13
- package/lib/components/tooltip-v2/src/content2.js +1 -1
- package/lib/components/tooltip-v2/src/root.js +17 -80
- package/lib/components/tooltip-v2/src/root.js.map +1 -1
- package/lib/components/tooltip-v2/src/root2.js +80 -17
- package/lib/components/tooltip-v2/src/root2.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.d.ts +2 -2
- package/lib/components/tooltip-v2/src/tooltip.js +2 -2
- package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +67 -67
- package/lib/components/tooltip-v2/src/tooltip2.js +4 -4
- package/lib/components/tooltip-v2/src/trigger.js +89 -12
- package/lib/components/tooltip-v2/src/trigger.js.map +1 -1
- package/lib/components/tooltip-v2/src/trigger2.js +12 -89
- package/lib/components/tooltip-v2/src/trigger2.js.map +1 -1
- package/lib/components/transfer/index.d.ts +204 -204
- package/lib/components/transfer/index.js +2 -2
- package/lib/components/transfer/src/composables/use-check.js +1 -1
- package/lib/components/transfer/src/composables/use-checked-change.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 +36 -36
- 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.js +160 -73
- package/lib/components/transfer/src/transfer.js.map +1 -1
- package/lib/components/transfer/src/transfer.vue.d.ts +204 -204
- package/lib/components/transfer/src/transfer2.js +73 -160
- package/lib/components/transfer/src/transfer2.js.map +1 -1
- package/lib/components/tree/index.d.ts +2 -2
- package/lib/components/tree/src/tree.vue.d.ts +1 -1
- package/lib/components/tree-v2/index.d.ts +17 -17
- package/lib/components/tree-v2/src/tree-node.vue.d.ts +14 -14
- package/lib/components/tree-v2/src/tree.vue.d.ts +17 -17
- package/lib/components/upload/index.d.ts +32 -32
- package/lib/components/upload/index.js +2 -2
- package/lib/components/upload/src/upload-content.d.ts +1 -1
- package/lib/components/upload/src/upload-content.js +1 -1
- package/lib/components/upload/src/upload-content.vue.d.ts +7 -7
- package/lib/components/upload/src/upload-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.d.ts +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 +3 -3
- 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.d.ts +2 -2
- package/lib/components/upload/src/upload.js +1 -1
- package/lib/components/upload/src/upload.vue.d.ts +32 -32
- package/lib/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/lib/components/visual-hidden/index.js +2 -2
- package/lib/components/visual-hidden/src/visual-hidden.js +7 -35
- package/lib/components/visual-hidden/src/visual-hidden.js.map +1 -1
- package/lib/components/visual-hidden/src/visual-hidden2.js +35 -7
- package/lib/components/visual-hidden/src/visual-hidden2.js.map +1 -1
- package/lib/hooks/use-floating/index.d.ts +2 -2
- package/lib/hooks/use-popper/index.d.ts +6 -6
- package/lib/index.js +35 -35
- package/lib/utils/vue/vnode.d.ts +6 -6
- package/package.json +1 -1
- package/theme-chalk/base.css +1 -1
- package/theme-chalk/dark/css-vars.css +1 -1
- package/theme-chalk/el-button.css +1 -1
- package/theme-chalk/el-message-box.css +1 -1
- package/theme-chalk/el-var.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/button.scss +7 -7
- package/theme-chalk/src/common/var.scss +2 -2
- package/theme-chalk/src/message-box.scss +8 -8
- package/theme-chalk/src/var.scss +4 -4
|
@@ -59,8 +59,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
59
59
|
readonly targetOrder: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "push" | "unshift" | "original", unknown, "original", boolean>;
|
|
60
60
|
readonly validateEvent: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
61
61
|
}>> & {
|
|
62
|
-
onChange?: ((value: import("./transfer").TransferKey[], direction: TransferDirection, movedKeys: import("./transfer").TransferKey[]) => any) | undefined;
|
|
63
62
|
"onUpdate:modelValue"?: ((value: import("./transfer").TransferKey[]) => any) | undefined;
|
|
63
|
+
onChange?: ((value: import("./transfer").TransferKey[], direction: TransferDirection, movedKeys: import("./transfer").TransferKey[]) => any) | undefined;
|
|
64
64
|
"onLeft-check-change"?: ((value: import("./transfer").TransferKey[], movedKeys?: import("./transfer").TransferKey[] | undefined) => any) | undefined;
|
|
65
65
|
"onRight-check-change"?: ((value: import("./transfer").TransferKey[], movedKeys?: import("./transfer").TransferKey[] | undefined) => any) | undefined;
|
|
66
66
|
}>>;
|
|
@@ -107,8 +107,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
107
107
|
$: import("vue").ComponentInternalInstance;
|
|
108
108
|
$data: {};
|
|
109
109
|
$props: Partial<{
|
|
110
|
-
readonly props: import("./transfer").TransferPropsAlias;
|
|
111
110
|
readonly data: TransferDataItem[];
|
|
111
|
+
readonly props: import("./transfer").TransferPropsAlias;
|
|
112
112
|
readonly filterable: boolean;
|
|
113
113
|
readonly format: import("./transfer").TransferFormat;
|
|
114
114
|
readonly defaultChecked: import("./transfer").TransferKey[];
|
|
@@ -142,7 +142,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
142
142
|
}>, boolean>;
|
|
143
143
|
}>> & {
|
|
144
144
|
"onChecked-change"?: ((value: import("./transfer").TransferKey[], movedKeys?: import("./transfer").TransferKey[] | undefined) => any) | undefined;
|
|
145
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
145
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "data" | "props" | "filterable" | "format" | "defaultChecked">;
|
|
146
146
|
$attrs: {
|
|
147
147
|
[x: string]: unknown;
|
|
148
148
|
};
|
|
@@ -361,8 +361,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
361
361
|
default: boolean;
|
|
362
362
|
};
|
|
363
363
|
}>> & {
|
|
364
|
-
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
365
364
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
365
|
+
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
366
366
|
}>>;
|
|
367
367
|
slots: Readonly<{
|
|
368
368
|
[name: string]: import("vue").Slot | undefined;
|
|
@@ -444,15 +444,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
444
444
|
default: boolean;
|
|
445
445
|
};
|
|
446
446
|
}>> & {
|
|
447
|
-
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
448
447
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
448
|
+
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
449
449
|
}, {
|
|
450
|
+
name: string;
|
|
451
|
+
border: boolean;
|
|
450
452
|
modelValue: string | number | boolean;
|
|
451
|
-
id: string;
|
|
452
453
|
disabled: boolean;
|
|
453
|
-
|
|
454
|
+
id: string;
|
|
454
455
|
validateEvent: boolean;
|
|
455
|
-
border: boolean;
|
|
456
456
|
indeterminate: boolean;
|
|
457
457
|
checked: boolean;
|
|
458
458
|
trueLabel: string | number;
|
|
@@ -547,8 +547,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
547
547
|
default: boolean;
|
|
548
548
|
};
|
|
549
549
|
}>> & {
|
|
550
|
-
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
551
550
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
551
|
+
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
552
552
|
}>>;
|
|
553
553
|
slots: Readonly<{
|
|
554
554
|
[name: string]: import("vue").Slot | undefined;
|
|
@@ -562,7 +562,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
562
562
|
checkboxGroup: ({
|
|
563
563
|
modelValue?: import("vue").WritableComputedRef<any> | undefined;
|
|
564
564
|
changeEvent?: ((...args: any) => any) | undefined;
|
|
565
|
-
} & import("vue").ToRefs<Pick<import("../..").CheckboxGroupProps, "fill" | "
|
|
565
|
+
} & import("vue").ToRefs<Pick<import("../..").CheckboxGroupProps, "fill" | "disabled" | "size" | "validateEvent" | "max" | "min" | "textColor">>) | undefined;
|
|
566
566
|
ns: {
|
|
567
567
|
namespace: import("vue").ComputedRef<string>;
|
|
568
568
|
b: (blockSuffix?: string) => string;
|
|
@@ -630,15 +630,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
630
630
|
default: boolean;
|
|
631
631
|
};
|
|
632
632
|
}>> & {
|
|
633
|
-
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
634
633
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
634
|
+
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
635
635
|
}, {
|
|
636
|
+
name: string;
|
|
637
|
+
border: boolean;
|
|
636
638
|
modelValue: string | number | boolean;
|
|
637
|
-
id: string;
|
|
638
639
|
disabled: boolean;
|
|
639
|
-
|
|
640
|
+
id: string;
|
|
640
641
|
validateEvent: boolean;
|
|
641
|
-
border: boolean;
|
|
642
642
|
indeterminate: boolean;
|
|
643
643
|
checked: boolean;
|
|
644
644
|
trueLabel: string | number;
|
|
@@ -679,8 +679,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
679
679
|
readonly tag: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
680
680
|
readonly validateEvent: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
681
681
|
}>> & {
|
|
682
|
-
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
683
682
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxGroupValueType) => any) | undefined;
|
|
683
|
+
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
684
684
|
}>>;
|
|
685
685
|
emit: ((event: "update:modelValue", val: import("../..").CheckboxGroupValueType) => void) & ((event: "change", val: import("../..").CheckboxValueType[]) => void);
|
|
686
686
|
ns: {
|
|
@@ -726,8 +726,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
726
726
|
readonly tag: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
727
727
|
readonly validateEvent: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
728
728
|
}>> & {
|
|
729
|
-
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
730
729
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxGroupValueType) => any) | undefined;
|
|
730
|
+
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
731
731
|
}, {
|
|
732
732
|
readonly modelValue: import("../..").CheckboxGroupValueType;
|
|
733
733
|
readonly disabled: boolean;
|
|
@@ -769,8 +769,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
769
769
|
readonly tag: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
770
770
|
readonly validateEvent: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
771
771
|
}>> & {
|
|
772
|
-
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
773
772
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxGroupValueType) => any) | undefined;
|
|
773
|
+
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
774
774
|
}>>;
|
|
775
775
|
emit: ((event: "update:modelValue", val: import("../..").CheckboxGroupValueType) => void) & ((event: "change", val: import("../..").CheckboxValueType[]) => void);
|
|
776
776
|
ns: {
|
|
@@ -816,8 +816,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
816
816
|
readonly tag: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
817
817
|
readonly validateEvent: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
818
818
|
}>> & {
|
|
819
|
-
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
820
819
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxGroupValueType) => any) | undefined;
|
|
820
|
+
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
821
821
|
}, {
|
|
822
822
|
readonly modelValue: import("../..").CheckboxGroupValueType;
|
|
823
823
|
readonly disabled: boolean;
|
|
@@ -958,21 +958,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
958
958
|
readonly inputStyle: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("beyond-webui/es/utils").Mutable<{}>, boolean>;
|
|
959
959
|
readonly multipleSelect: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
960
960
|
}>> & {
|
|
961
|
-
onChange?: ((value: string) => any) | undefined;
|
|
962
961
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
962
|
+
onChange?: ((value: string) => any) | undefined;
|
|
963
|
+
onClear?: (() => any) | undefined;
|
|
963
964
|
onInput?: ((value: string) => any) | undefined;
|
|
964
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
965
965
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
969
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
970
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
966
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
967
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
971
968
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
972
969
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
973
|
-
|
|
970
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
971
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
972
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
973
|
+
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
974
974
|
}>>;
|
|
975
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "
|
|
975
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "clear") => void) & ((event: "passwordVisible", value: boolean) => void);
|
|
976
976
|
rawAttrs: {
|
|
977
977
|
[x: string]: unknown;
|
|
978
978
|
};
|
|
@@ -1036,7 +1036,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1036
1036
|
inputPlaceholder: import("vue").Ref<string>;
|
|
1037
1037
|
_ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
1038
1038
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
1039
|
-
validateState: import("vue").ComputedRef<"" | "
|
|
1039
|
+
validateState: import("vue").ComputedRef<"" | "error" | "success" | "validating">;
|
|
1040
1040
|
validateIcon: import("vue").ComputedRef<"" | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
1041
1041
|
passwordIcon: import("vue").ComputedRef<import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
1042
1042
|
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
@@ -1149,25 +1149,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1149
1149
|
readonly inputStyle: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("beyond-webui/es/utils").Mutable<{}>, boolean>;
|
|
1150
1150
|
readonly multipleSelect: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1151
1151
|
}>> & {
|
|
1152
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1153
1152
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1153
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1154
|
+
onClear?: (() => any) | undefined;
|
|
1154
1155
|
onInput?: ((value: string) => any) | undefined;
|
|
1155
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1156
1156
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1160
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1161
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1157
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1158
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1162
1159
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1163
1160
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1164
|
-
|
|
1161
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1162
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1163
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1164
|
+
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
1165
1165
|
}, {
|
|
1166
1166
|
readonly type: string;
|
|
1167
|
+
readonly placeholder: string;
|
|
1167
1168
|
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>;
|
|
1169
|
+
readonly disabled: boolean;
|
|
1168
1170
|
readonly label: string;
|
|
1169
1171
|
readonly id: string;
|
|
1170
|
-
readonly disabled: boolean;
|
|
1171
1172
|
readonly clearable: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1172
1173
|
readonly isFloat: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1173
1174
|
readonly inputState: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1177,7 +1178,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1177
1178
|
readonly isFixFocus: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1178
1179
|
readonly autosize: import("../..").InputAutoSize;
|
|
1179
1180
|
readonly autocomplete: string;
|
|
1180
|
-
readonly placeholder: string;
|
|
1181
1181
|
readonly readonly: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1182
1182
|
readonly showPassword: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1183
1183
|
readonly showWordLimit: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1191,8 +1191,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1191
1191
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1192
1192
|
"checked-change": (value: import("./transfer").TransferKey[], movedKeys?: import("./transfer").TransferKey[] | undefined) => boolean;
|
|
1193
1193
|
}, string, {
|
|
1194
|
-
readonly props: import("./transfer").TransferPropsAlias;
|
|
1195
1194
|
readonly data: TransferDataItem[];
|
|
1195
|
+
readonly props: import("./transfer").TransferPropsAlias;
|
|
1196
1196
|
readonly filterable: boolean;
|
|
1197
1197
|
readonly format: import("./transfer").TransferFormat;
|
|
1198
1198
|
readonly defaultChecked: import("./transfer").TransferKey[];
|
|
@@ -1421,8 +1421,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1421
1421
|
default: boolean;
|
|
1422
1422
|
};
|
|
1423
1423
|
}>> & {
|
|
1424
|
-
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
1425
1424
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
1425
|
+
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
1426
1426
|
}>>;
|
|
1427
1427
|
slots: Readonly<{
|
|
1428
1428
|
[name: string]: import("vue").Slot | undefined;
|
|
@@ -1504,15 +1504,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1504
1504
|
default: boolean;
|
|
1505
1505
|
};
|
|
1506
1506
|
}>> & {
|
|
1507
|
-
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
1508
1507
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
1508
|
+
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
1509
1509
|
}, {
|
|
1510
|
+
name: string;
|
|
1511
|
+
border: boolean;
|
|
1510
1512
|
modelValue: string | number | boolean;
|
|
1511
|
-
id: string;
|
|
1512
1513
|
disabled: boolean;
|
|
1513
|
-
|
|
1514
|
+
id: string;
|
|
1514
1515
|
validateEvent: boolean;
|
|
1515
|
-
border: boolean;
|
|
1516
1516
|
indeterminate: boolean;
|
|
1517
1517
|
checked: boolean;
|
|
1518
1518
|
trueLabel: string | number;
|
|
@@ -1607,8 +1607,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1607
1607
|
default: boolean;
|
|
1608
1608
|
};
|
|
1609
1609
|
}>> & {
|
|
1610
|
-
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
1611
1610
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
1611
|
+
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
1612
1612
|
}>>;
|
|
1613
1613
|
slots: Readonly<{
|
|
1614
1614
|
[name: string]: import("vue").Slot | undefined;
|
|
@@ -1622,7 +1622,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1622
1622
|
checkboxGroup: ({
|
|
1623
1623
|
modelValue?: import("vue").WritableComputedRef<any> | undefined;
|
|
1624
1624
|
changeEvent?: ((...args: any) => any) | undefined;
|
|
1625
|
-
} & import("vue").ToRefs<Pick<import("../..").CheckboxGroupProps, "fill" | "
|
|
1625
|
+
} & import("vue").ToRefs<Pick<import("../..").CheckboxGroupProps, "fill" | "disabled" | "size" | "validateEvent" | "max" | "min" | "textColor">>) | undefined;
|
|
1626
1626
|
ns: {
|
|
1627
1627
|
namespace: import("vue").ComputedRef<string>;
|
|
1628
1628
|
b: (blockSuffix?: string) => string;
|
|
@@ -1690,15 +1690,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1690
1690
|
default: boolean;
|
|
1691
1691
|
};
|
|
1692
1692
|
}>> & {
|
|
1693
|
-
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
1694
1693
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
1694
|
+
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
1695
1695
|
}, {
|
|
1696
|
+
name: string;
|
|
1697
|
+
border: boolean;
|
|
1696
1698
|
modelValue: string | number | boolean;
|
|
1697
|
-
id: string;
|
|
1698
1699
|
disabled: boolean;
|
|
1699
|
-
|
|
1700
|
+
id: string;
|
|
1700
1701
|
validateEvent: boolean;
|
|
1701
|
-
border: boolean;
|
|
1702
1702
|
indeterminate: boolean;
|
|
1703
1703
|
checked: boolean;
|
|
1704
1704
|
trueLabel: string | number;
|
|
@@ -1739,8 +1739,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1739
1739
|
readonly tag: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
1740
1740
|
readonly validateEvent: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1741
1741
|
}>> & {
|
|
1742
|
-
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
1743
1742
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxGroupValueType) => any) | undefined;
|
|
1743
|
+
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
1744
1744
|
}>>;
|
|
1745
1745
|
emit: ((event: "update:modelValue", val: import("../..").CheckboxGroupValueType) => void) & ((event: "change", val: import("../..").CheckboxValueType[]) => void);
|
|
1746
1746
|
ns: {
|
|
@@ -1786,8 +1786,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1786
1786
|
readonly tag: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
1787
1787
|
readonly validateEvent: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1788
1788
|
}>> & {
|
|
1789
|
-
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
1790
1789
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxGroupValueType) => any) | undefined;
|
|
1790
|
+
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
1791
1791
|
}, {
|
|
1792
1792
|
readonly modelValue: import("../..").CheckboxGroupValueType;
|
|
1793
1793
|
readonly disabled: boolean;
|
|
@@ -1829,8 +1829,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1829
1829
|
readonly tag: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
1830
1830
|
readonly validateEvent: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1831
1831
|
}>> & {
|
|
1832
|
-
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
1833
1832
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxGroupValueType) => any) | undefined;
|
|
1833
|
+
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
1834
1834
|
}>>;
|
|
1835
1835
|
emit: ((event: "update:modelValue", val: import("../..").CheckboxGroupValueType) => void) & ((event: "change", val: import("../..").CheckboxValueType[]) => void);
|
|
1836
1836
|
ns: {
|
|
@@ -1876,8 +1876,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1876
1876
|
readonly tag: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
1877
1877
|
readonly validateEvent: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1878
1878
|
}>> & {
|
|
1879
|
-
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
1880
1879
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxGroupValueType) => any) | undefined;
|
|
1880
|
+
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
1881
1881
|
}, {
|
|
1882
1882
|
readonly modelValue: import("../..").CheckboxGroupValueType;
|
|
1883
1883
|
readonly disabled: boolean;
|
|
@@ -2018,21 +2018,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2018
2018
|
readonly inputStyle: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("beyond-webui/es/utils").Mutable<{}>, boolean>;
|
|
2019
2019
|
readonly multipleSelect: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2020
2020
|
}>> & {
|
|
2021
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2022
2021
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2022
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2023
|
+
onClear?: (() => any) | undefined;
|
|
2023
2024
|
onInput?: ((value: string) => any) | undefined;
|
|
2024
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2025
2025
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2029
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2030
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2026
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2027
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2031
2028
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2032
2029
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2033
|
-
|
|
2030
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2031
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2032
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2033
|
+
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
2034
2034
|
}>>;
|
|
2035
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "
|
|
2035
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "clear") => void) & ((event: "passwordVisible", value: boolean) => void);
|
|
2036
2036
|
rawAttrs: {
|
|
2037
2037
|
[x: string]: unknown;
|
|
2038
2038
|
};
|
|
@@ -2096,7 +2096,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2096
2096
|
inputPlaceholder: import("vue").Ref<string>;
|
|
2097
2097
|
_ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
2098
2098
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
2099
|
-
validateState: import("vue").ComputedRef<"" | "
|
|
2099
|
+
validateState: import("vue").ComputedRef<"" | "error" | "success" | "validating">;
|
|
2100
2100
|
validateIcon: import("vue").ComputedRef<"" | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
2101
2101
|
passwordIcon: import("vue").ComputedRef<import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
2102
2102
|
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
@@ -2209,25 +2209,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2209
2209
|
readonly inputStyle: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("beyond-webui/es/utils").Mutable<{}>, boolean>;
|
|
2210
2210
|
readonly multipleSelect: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
2211
2211
|
}>> & {
|
|
2212
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2213
2212
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2213
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2214
|
+
onClear?: (() => any) | undefined;
|
|
2214
2215
|
onInput?: ((value: string) => any) | undefined;
|
|
2215
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2216
2216
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2220
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2221
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2217
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2218
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2222
2219
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2223
2220
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2224
|
-
|
|
2221
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2222
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2223
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2224
|
+
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
2225
2225
|
}, {
|
|
2226
2226
|
readonly type: string;
|
|
2227
|
+
readonly placeholder: string;
|
|
2227
2228
|
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>;
|
|
2229
|
+
readonly disabled: boolean;
|
|
2228
2230
|
readonly label: string;
|
|
2229
2231
|
readonly id: string;
|
|
2230
|
-
readonly disabled: boolean;
|
|
2231
2232
|
readonly clearable: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2232
2233
|
readonly isFloat: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2233
2234
|
readonly inputState: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -2237,7 +2238,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2237
2238
|
readonly isFixFocus: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2238
2239
|
readonly autosize: import("../..").InputAutoSize;
|
|
2239
2240
|
readonly autocomplete: string;
|
|
2240
|
-
readonly placeholder: string;
|
|
2241
2241
|
readonly readonly: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2242
2242
|
readonly showPassword: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
2243
2243
|
readonly showWordLimit: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -2253,8 +2253,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2253
2253
|
$: import("vue").ComponentInternalInstance;
|
|
2254
2254
|
$data: {};
|
|
2255
2255
|
$props: Partial<{
|
|
2256
|
-
readonly props: import("./transfer").TransferPropsAlias;
|
|
2257
2256
|
readonly data: TransferDataItem[];
|
|
2257
|
+
readonly props: import("./transfer").TransferPropsAlias;
|
|
2258
2258
|
readonly filterable: boolean;
|
|
2259
2259
|
readonly format: import("./transfer").TransferFormat;
|
|
2260
2260
|
readonly defaultChecked: import("./transfer").TransferKey[];
|
|
@@ -2288,7 +2288,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2288
2288
|
}>, boolean>;
|
|
2289
2289
|
}>> & {
|
|
2290
2290
|
"onChecked-change"?: ((value: import("./transfer").TransferKey[], movedKeys?: import("./transfer").TransferKey[] | undefined) => any) | undefined;
|
|
2291
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "
|
|
2291
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "data" | "props" | "filterable" | "format" | "defaultChecked">;
|
|
2292
2292
|
$attrs: {
|
|
2293
2293
|
[x: string]: unknown;
|
|
2294
2294
|
};
|
|
@@ -2507,8 +2507,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2507
2507
|
default: boolean;
|
|
2508
2508
|
};
|
|
2509
2509
|
}>> & {
|
|
2510
|
-
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
2511
2510
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
2511
|
+
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
2512
2512
|
}>>;
|
|
2513
2513
|
slots: Readonly<{
|
|
2514
2514
|
[name: string]: import("vue").Slot | undefined;
|
|
@@ -2590,15 +2590,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2590
2590
|
default: boolean;
|
|
2591
2591
|
};
|
|
2592
2592
|
}>> & {
|
|
2593
|
-
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
2594
2593
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
2594
|
+
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
2595
2595
|
}, {
|
|
2596
|
+
name: string;
|
|
2597
|
+
border: boolean;
|
|
2596
2598
|
modelValue: string | number | boolean;
|
|
2597
|
-
id: string;
|
|
2598
2599
|
disabled: boolean;
|
|
2599
|
-
|
|
2600
|
+
id: string;
|
|
2600
2601
|
validateEvent: boolean;
|
|
2601
|
-
border: boolean;
|
|
2602
2602
|
indeterminate: boolean;
|
|
2603
2603
|
checked: boolean;
|
|
2604
2604
|
trueLabel: string | number;
|
|
@@ -2693,8 +2693,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2693
2693
|
default: boolean;
|
|
2694
2694
|
};
|
|
2695
2695
|
}>> & {
|
|
2696
|
-
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
2697
2696
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
2697
|
+
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
2698
2698
|
}>>;
|
|
2699
2699
|
slots: Readonly<{
|
|
2700
2700
|
[name: string]: import("vue").Slot | undefined;
|
|
@@ -2708,7 +2708,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2708
2708
|
checkboxGroup: ({
|
|
2709
2709
|
modelValue?: import("vue").WritableComputedRef<any> | undefined;
|
|
2710
2710
|
changeEvent?: ((...args: any) => any) | undefined;
|
|
2711
|
-
} & import("vue").ToRefs<Pick<import("../..").CheckboxGroupProps, "fill" | "
|
|
2711
|
+
} & import("vue").ToRefs<Pick<import("../..").CheckboxGroupProps, "fill" | "disabled" | "size" | "validateEvent" | "max" | "min" | "textColor">>) | undefined;
|
|
2712
2712
|
ns: {
|
|
2713
2713
|
namespace: import("vue").ComputedRef<string>;
|
|
2714
2714
|
b: (blockSuffix?: string) => string;
|
|
@@ -2776,15 +2776,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2776
2776
|
default: boolean;
|
|
2777
2777
|
};
|
|
2778
2778
|
}>> & {
|
|
2779
|
-
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
2780
2779
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
2780
|
+
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
2781
2781
|
}, {
|
|
2782
|
+
name: string;
|
|
2783
|
+
border: boolean;
|
|
2782
2784
|
modelValue: string | number | boolean;
|
|
2783
|
-
id: string;
|
|
2784
2785
|
disabled: boolean;
|
|
2785
|
-
|
|
2786
|
+
id: string;
|
|
2786
2787
|
validateEvent: boolean;
|
|
2787
|
-
border: boolean;
|
|
2788
2788
|
indeterminate: boolean;
|
|
2789
2789
|
checked: boolean;
|
|
2790
2790
|
trueLabel: string | number;
|
|
@@ -2825,8 +2825,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2825
2825
|
readonly tag: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
2826
2826
|
readonly validateEvent: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2827
2827
|
}>> & {
|
|
2828
|
-
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
2829
2828
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxGroupValueType) => any) | undefined;
|
|
2829
|
+
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
2830
2830
|
}>>;
|
|
2831
2831
|
emit: ((event: "update:modelValue", val: import("../..").CheckboxGroupValueType) => void) & ((event: "change", val: import("../..").CheckboxValueType[]) => void);
|
|
2832
2832
|
ns: {
|
|
@@ -2872,8 +2872,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2872
2872
|
readonly tag: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
2873
2873
|
readonly validateEvent: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2874
2874
|
}>> & {
|
|
2875
|
-
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
2876
2875
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxGroupValueType) => any) | undefined;
|
|
2876
|
+
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
2877
2877
|
}, {
|
|
2878
2878
|
readonly modelValue: import("../..").CheckboxGroupValueType;
|
|
2879
2879
|
readonly disabled: boolean;
|
|
@@ -2915,8 +2915,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2915
2915
|
readonly tag: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
2916
2916
|
readonly validateEvent: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2917
2917
|
}>> & {
|
|
2918
|
-
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
2919
2918
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxGroupValueType) => any) | undefined;
|
|
2919
|
+
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
2920
2920
|
}>>;
|
|
2921
2921
|
emit: ((event: "update:modelValue", val: import("../..").CheckboxGroupValueType) => void) & ((event: "change", val: import("../..").CheckboxValueType[]) => void);
|
|
2922
2922
|
ns: {
|
|
@@ -2962,8 +2962,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2962
2962
|
readonly tag: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
2963
2963
|
readonly validateEvent: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2964
2964
|
}>> & {
|
|
2965
|
-
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
2966
2965
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxGroupValueType) => any) | undefined;
|
|
2966
|
+
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
2967
2967
|
}, {
|
|
2968
2968
|
readonly modelValue: import("../..").CheckboxGroupValueType;
|
|
2969
2969
|
readonly disabled: boolean;
|
|
@@ -3104,21 +3104,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3104
3104
|
readonly inputStyle: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("beyond-webui/es/utils").Mutable<{}>, boolean>;
|
|
3105
3105
|
readonly multipleSelect: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
3106
3106
|
}>> & {
|
|
3107
|
-
onChange?: ((value: string) => any) | undefined;
|
|
3108
3107
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3108
|
+
onChange?: ((value: string) => any) | undefined;
|
|
3109
|
+
onClear?: (() => any) | undefined;
|
|
3109
3110
|
onInput?: ((value: string) => any) | undefined;
|
|
3110
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3111
3111
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3115
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3116
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
3112
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3113
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
3117
3114
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
3118
3115
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
3119
|
-
|
|
3116
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
3117
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3118
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3119
|
+
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
3120
3120
|
}>>;
|
|
3121
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "
|
|
3121
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "clear") => void) & ((event: "passwordVisible", value: boolean) => void);
|
|
3122
3122
|
rawAttrs: {
|
|
3123
3123
|
[x: string]: unknown;
|
|
3124
3124
|
};
|
|
@@ -3182,7 +3182,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3182
3182
|
inputPlaceholder: import("vue").Ref<string>;
|
|
3183
3183
|
_ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
3184
3184
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
3185
|
-
validateState: import("vue").ComputedRef<"" | "
|
|
3185
|
+
validateState: import("vue").ComputedRef<"" | "error" | "success" | "validating">;
|
|
3186
3186
|
validateIcon: import("vue").ComputedRef<"" | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
3187
3187
|
passwordIcon: import("vue").ComputedRef<import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
3188
3188
|
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
@@ -3295,25 +3295,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3295
3295
|
readonly inputStyle: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("beyond-webui/es/utils").Mutable<{}>, boolean>;
|
|
3296
3296
|
readonly multipleSelect: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
3297
3297
|
}>> & {
|
|
3298
|
-
onChange?: ((value: string) => any) | undefined;
|
|
3299
3298
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3299
|
+
onChange?: ((value: string) => any) | undefined;
|
|
3300
|
+
onClear?: (() => any) | undefined;
|
|
3300
3301
|
onInput?: ((value: string) => any) | undefined;
|
|
3301
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3302
3302
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3306
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3307
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
3303
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3304
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
3308
3305
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
3309
3306
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
3310
|
-
|
|
3307
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
3308
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3309
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3310
|
+
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
3311
3311
|
}, {
|
|
3312
3312
|
readonly type: string;
|
|
3313
|
+
readonly placeholder: string;
|
|
3313
3314
|
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>;
|
|
3315
|
+
readonly disabled: boolean;
|
|
3314
3316
|
readonly label: string;
|
|
3315
3317
|
readonly id: string;
|
|
3316
|
-
readonly disabled: boolean;
|
|
3317
3318
|
readonly clearable: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3318
3319
|
readonly isFloat: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3319
3320
|
readonly inputState: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3323,7 +3324,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3323
3324
|
readonly isFixFocus: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3324
3325
|
readonly autosize: import("../..").InputAutoSize;
|
|
3325
3326
|
readonly autocomplete: string;
|
|
3326
|
-
readonly placeholder: string;
|
|
3327
3327
|
readonly readonly: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3328
3328
|
readonly showPassword: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3329
3329
|
readonly showWordLimit: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3337,8 +3337,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3337
3337
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3338
3338
|
"checked-change": (value: import("./transfer").TransferKey[], movedKeys?: import("./transfer").TransferKey[] | undefined) => boolean;
|
|
3339
3339
|
}, string, {
|
|
3340
|
-
readonly props: import("./transfer").TransferPropsAlias;
|
|
3341
3340
|
readonly data: TransferDataItem[];
|
|
3341
|
+
readonly props: import("./transfer").TransferPropsAlias;
|
|
3342
3342
|
readonly filterable: boolean;
|
|
3343
3343
|
readonly format: import("./transfer").TransferFormat;
|
|
3344
3344
|
readonly defaultChecked: import("./transfer").TransferKey[];
|
|
@@ -3567,8 +3567,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3567
3567
|
default: boolean;
|
|
3568
3568
|
};
|
|
3569
3569
|
}>> & {
|
|
3570
|
-
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
3571
3570
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
3571
|
+
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
3572
3572
|
}>>;
|
|
3573
3573
|
slots: Readonly<{
|
|
3574
3574
|
[name: string]: import("vue").Slot | undefined;
|
|
@@ -3650,15 +3650,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3650
3650
|
default: boolean;
|
|
3651
3651
|
};
|
|
3652
3652
|
}>> & {
|
|
3653
|
-
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
3654
3653
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
3654
|
+
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
3655
3655
|
}, {
|
|
3656
|
+
name: string;
|
|
3657
|
+
border: boolean;
|
|
3656
3658
|
modelValue: string | number | boolean;
|
|
3657
|
-
id: string;
|
|
3658
3659
|
disabled: boolean;
|
|
3659
|
-
|
|
3660
|
+
id: string;
|
|
3660
3661
|
validateEvent: boolean;
|
|
3661
|
-
border: boolean;
|
|
3662
3662
|
indeterminate: boolean;
|
|
3663
3663
|
checked: boolean;
|
|
3664
3664
|
trueLabel: string | number;
|
|
@@ -3753,8 +3753,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3753
3753
|
default: boolean;
|
|
3754
3754
|
};
|
|
3755
3755
|
}>> & {
|
|
3756
|
-
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
3757
3756
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
3757
|
+
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
3758
3758
|
}>>;
|
|
3759
3759
|
slots: Readonly<{
|
|
3760
3760
|
[name: string]: import("vue").Slot | undefined;
|
|
@@ -3768,7 +3768,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3768
3768
|
checkboxGroup: ({
|
|
3769
3769
|
modelValue?: import("vue").WritableComputedRef<any> | undefined;
|
|
3770
3770
|
changeEvent?: ((...args: any) => any) | undefined;
|
|
3771
|
-
} & import("vue").ToRefs<Pick<import("../..").CheckboxGroupProps, "fill" | "
|
|
3771
|
+
} & import("vue").ToRefs<Pick<import("../..").CheckboxGroupProps, "fill" | "disabled" | "size" | "validateEvent" | "max" | "min" | "textColor">>) | undefined;
|
|
3772
3772
|
ns: {
|
|
3773
3773
|
namespace: import("vue").ComputedRef<string>;
|
|
3774
3774
|
b: (blockSuffix?: string) => string;
|
|
@@ -3836,15 +3836,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3836
3836
|
default: boolean;
|
|
3837
3837
|
};
|
|
3838
3838
|
}>> & {
|
|
3839
|
-
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
3840
3839
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
3840
|
+
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
3841
3841
|
}, {
|
|
3842
|
+
name: string;
|
|
3843
|
+
border: boolean;
|
|
3842
3844
|
modelValue: string | number | boolean;
|
|
3843
|
-
id: string;
|
|
3844
3845
|
disabled: boolean;
|
|
3845
|
-
|
|
3846
|
+
id: string;
|
|
3846
3847
|
validateEvent: boolean;
|
|
3847
|
-
border: boolean;
|
|
3848
3848
|
indeterminate: boolean;
|
|
3849
3849
|
checked: boolean;
|
|
3850
3850
|
trueLabel: string | number;
|
|
@@ -3885,8 +3885,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3885
3885
|
readonly tag: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
3886
3886
|
readonly validateEvent: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3887
3887
|
}>> & {
|
|
3888
|
-
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
3889
3888
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxGroupValueType) => any) | undefined;
|
|
3889
|
+
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
3890
3890
|
}>>;
|
|
3891
3891
|
emit: ((event: "update:modelValue", val: import("../..").CheckboxGroupValueType) => void) & ((event: "change", val: import("../..").CheckboxValueType[]) => void);
|
|
3892
3892
|
ns: {
|
|
@@ -3932,8 +3932,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3932
3932
|
readonly tag: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
3933
3933
|
readonly validateEvent: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3934
3934
|
}>> & {
|
|
3935
|
-
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
3936
3935
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxGroupValueType) => any) | undefined;
|
|
3936
|
+
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
3937
3937
|
}, {
|
|
3938
3938
|
readonly modelValue: import("../..").CheckboxGroupValueType;
|
|
3939
3939
|
readonly disabled: boolean;
|
|
@@ -3975,8 +3975,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3975
3975
|
readonly tag: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
3976
3976
|
readonly validateEvent: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3977
3977
|
}>> & {
|
|
3978
|
-
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
3979
3978
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxGroupValueType) => any) | undefined;
|
|
3979
|
+
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
3980
3980
|
}>>;
|
|
3981
3981
|
emit: ((event: "update:modelValue", val: import("../..").CheckboxGroupValueType) => void) & ((event: "change", val: import("../..").CheckboxValueType[]) => void);
|
|
3982
3982
|
ns: {
|
|
@@ -4022,8 +4022,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4022
4022
|
readonly tag: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
4023
4023
|
readonly validateEvent: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4024
4024
|
}>> & {
|
|
4025
|
-
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
4026
4025
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxGroupValueType) => any) | undefined;
|
|
4026
|
+
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
4027
4027
|
}, {
|
|
4028
4028
|
readonly modelValue: import("../..").CheckboxGroupValueType;
|
|
4029
4029
|
readonly disabled: boolean;
|
|
@@ -4164,21 +4164,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4164
4164
|
readonly inputStyle: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("beyond-webui/es/utils").Mutable<{}>, boolean>;
|
|
4165
4165
|
readonly multipleSelect: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
4166
4166
|
}>> & {
|
|
4167
|
-
onChange?: ((value: string) => any) | undefined;
|
|
4168
4167
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
4168
|
+
onChange?: ((value: string) => any) | undefined;
|
|
4169
|
+
onClear?: (() => any) | undefined;
|
|
4169
4170
|
onInput?: ((value: string) => any) | undefined;
|
|
4170
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
4171
4171
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
4172
|
-
|
|
4173
|
-
|
|
4174
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
4175
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
4176
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
4172
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
4173
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
4177
4174
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
4178
4175
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
4179
|
-
|
|
4176
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
4177
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
4178
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
4179
|
+
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
4180
4180
|
}>>;
|
|
4181
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "
|
|
4181
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "clear") => void) & ((event: "passwordVisible", value: boolean) => void);
|
|
4182
4182
|
rawAttrs: {
|
|
4183
4183
|
[x: string]: unknown;
|
|
4184
4184
|
};
|
|
@@ -4242,7 +4242,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4242
4242
|
inputPlaceholder: import("vue").Ref<string>;
|
|
4243
4243
|
_ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
4244
4244
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
4245
|
-
validateState: import("vue").ComputedRef<"" | "
|
|
4245
|
+
validateState: import("vue").ComputedRef<"" | "error" | "success" | "validating">;
|
|
4246
4246
|
validateIcon: import("vue").ComputedRef<"" | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
4247
4247
|
passwordIcon: import("vue").ComputedRef<import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
4248
4248
|
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
@@ -4355,25 +4355,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4355
4355
|
readonly inputStyle: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("beyond-webui/es/utils").Mutable<{}>, boolean>;
|
|
4356
4356
|
readonly multipleSelect: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
4357
4357
|
}>> & {
|
|
4358
|
-
onChange?: ((value: string) => any) | undefined;
|
|
4359
4358
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
4359
|
+
onChange?: ((value: string) => any) | undefined;
|
|
4360
|
+
onClear?: (() => any) | undefined;
|
|
4360
4361
|
onInput?: ((value: string) => any) | undefined;
|
|
4361
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
4362
4362
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
4363
|
-
|
|
4364
|
-
|
|
4365
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
4366
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
4367
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
4363
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
4364
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
4368
4365
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
4369
4366
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
4370
|
-
|
|
4367
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
4368
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
4369
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
4370
|
+
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
4371
4371
|
}, {
|
|
4372
4372
|
readonly type: string;
|
|
4373
|
+
readonly placeholder: string;
|
|
4373
4374
|
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>;
|
|
4375
|
+
readonly disabled: boolean;
|
|
4374
4376
|
readonly label: string;
|
|
4375
4377
|
readonly id: string;
|
|
4376
|
-
readonly disabled: boolean;
|
|
4377
4378
|
readonly clearable: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4378
4379
|
readonly isFloat: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4379
4380
|
readonly inputState: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -4383,7 +4384,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4383
4384
|
readonly isFixFocus: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4384
4385
|
readonly autosize: import("../..").InputAutoSize;
|
|
4385
4386
|
readonly autocomplete: string;
|
|
4386
|
-
readonly placeholder: string;
|
|
4387
4387
|
readonly readonly: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4388
4388
|
readonly showPassword: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4389
4389
|
readonly showWordLimit: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -4415,14 +4415,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4415
4415
|
__epPropKey: true;
|
|
4416
4416
|
};
|
|
4417
4417
|
readonly disabled: BooleanConstructor;
|
|
4418
|
-
readonly type: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
4418
|
+
readonly type: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
4419
4419
|
readonly icon: {
|
|
4420
4420
|
readonly type: import("vue").PropType<import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
4421
4421
|
readonly required: false;
|
|
4422
4422
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4423
4423
|
__epPropKey: true;
|
|
4424
4424
|
};
|
|
4425
|
-
readonly nativeType: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
4425
|
+
readonly nativeType: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
4426
4426
|
readonly loading: BooleanConstructor;
|
|
4427
4427
|
readonly loadingIcon: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
|
|
4428
4428
|
readonly plain: BooleanConstructor;
|
|
@@ -4445,14 +4445,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4445
4445
|
__epPropKey: true;
|
|
4446
4446
|
};
|
|
4447
4447
|
readonly disabled: BooleanConstructor;
|
|
4448
|
-
readonly type: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
4448
|
+
readonly type: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
4449
4449
|
readonly icon: {
|
|
4450
4450
|
readonly type: import("vue").PropType<import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
4451
4451
|
readonly required: false;
|
|
4452
4452
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4453
4453
|
__epPropKey: true;
|
|
4454
4454
|
};
|
|
4455
|
-
readonly nativeType: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
4455
|
+
readonly nativeType: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
4456
4456
|
readonly loading: BooleanConstructor;
|
|
4457
4457
|
readonly loadingIcon: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
|
|
4458
4458
|
readonly plain: BooleanConstructor;
|
|
@@ -4491,13 +4491,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4491
4491
|
};
|
|
4492
4492
|
_ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
4493
4493
|
_size: import("vue").ComputedRef<"" | "default" | "small" | "large">;
|
|
4494
|
-
_type: import("vue").ComputedRef<"" | "default" | "
|
|
4494
|
+
_type: import("vue").ComputedRef<"" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger">;
|
|
4495
4495
|
_disabled: import("vue").ComputedRef<boolean>;
|
|
4496
4496
|
_props: import("vue").ComputedRef<{
|
|
4497
4497
|
ariaDisabled: boolean;
|
|
4498
4498
|
disabled: boolean;
|
|
4499
4499
|
autofocus: boolean;
|
|
4500
|
-
type: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "
|
|
4500
|
+
type: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
4501
4501
|
} | {
|
|
4502
4502
|
ariaDisabled?: undefined;
|
|
4503
4503
|
disabled?: undefined;
|
|
@@ -4579,14 +4579,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4579
4579
|
__epPropKey: true;
|
|
4580
4580
|
};
|
|
4581
4581
|
readonly disabled: BooleanConstructor;
|
|
4582
|
-
readonly type: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
4582
|
+
readonly type: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
4583
4583
|
readonly icon: {
|
|
4584
4584
|
readonly type: import("vue").PropType<import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
4585
4585
|
readonly required: false;
|
|
4586
4586
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4587
4587
|
__epPropKey: true;
|
|
4588
4588
|
};
|
|
4589
|
-
readonly nativeType: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "
|
|
4589
|
+
readonly nativeType: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
4590
4590
|
readonly loading: BooleanConstructor;
|
|
4591
4591
|
readonly loadingIcon: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
|
|
4592
4592
|
readonly plain: BooleanConstructor;
|
|
@@ -4603,18 +4603,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4603
4603
|
}>> & {
|
|
4604
4604
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
4605
4605
|
}, {
|
|
4606
|
-
readonly type: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "
|
|
4606
|
+
readonly type: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
4607
4607
|
readonly link: boolean;
|
|
4608
|
-
readonly
|
|
4608
|
+
readonly loading: boolean;
|
|
4609
4609
|
readonly disabled: boolean;
|
|
4610
|
+
readonly circle: boolean;
|
|
4610
4611
|
readonly text: boolean;
|
|
4612
|
+
readonly dark: boolean;
|
|
4611
4613
|
readonly round: boolean;
|
|
4612
|
-
readonly circle: boolean;
|
|
4613
4614
|
readonly tag: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
|
|
4614
|
-
readonly nativeType: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "
|
|
4615
|
+
readonly nativeType: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
|
|
4615
4616
|
readonly loadingIcon: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
|
|
4616
4617
|
readonly autoInsertSpace: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
4617
|
-
readonly loading: boolean;
|
|
4618
4618
|
readonly plain: boolean;
|
|
4619
4619
|
readonly bg: boolean;
|
|
4620
4620
|
readonly autofocus: boolean;
|
|
@@ -4626,7 +4626,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4626
4626
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4627
4627
|
__epPropKey: true;
|
|
4628
4628
|
};
|
|
4629
|
-
readonly type: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
4629
|
+
readonly type: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
4630
4630
|
}, {
|
|
4631
4631
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4632
4632
|
readonly size: {
|
|
@@ -4635,7 +4635,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4635
4635
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4636
4636
|
__epPropKey: true;
|
|
4637
4637
|
};
|
|
4638
|
-
readonly type: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
4638
|
+
readonly type: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
4639
4639
|
}>> & {
|
|
4640
4640
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4641
4641
|
}>>;
|
|
@@ -4664,9 +4664,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4664
4664
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4665
4665
|
__epPropKey: true;
|
|
4666
4666
|
};
|
|
4667
|
-
readonly type: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "
|
|
4667
|
+
readonly type: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown, "", boolean>;
|
|
4668
4668
|
}>>, {
|
|
4669
|
-
readonly type: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "
|
|
4669
|
+
readonly type: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "text" | "success" | "warning" | "info" | "primary" | "danger", unknown>;
|
|
4670
4670
|
}>;
|
|
4671
4671
|
};
|
|
4672
4672
|
ElIcon: import("beyond-webui/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
@@ -4937,8 +4937,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4937
4937
|
default: boolean;
|
|
4938
4938
|
};
|
|
4939
4939
|
}>> & {
|
|
4940
|
-
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
4941
4940
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
4941
|
+
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
4942
4942
|
}>>;
|
|
4943
4943
|
slots: Readonly<{
|
|
4944
4944
|
[name: string]: import("vue").Slot | undefined;
|
|
@@ -5020,15 +5020,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5020
5020
|
default: boolean;
|
|
5021
5021
|
};
|
|
5022
5022
|
}>> & {
|
|
5023
|
-
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
5024
5023
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
5024
|
+
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
5025
5025
|
}, {
|
|
5026
|
+
name: string;
|
|
5027
|
+
border: boolean;
|
|
5026
5028
|
modelValue: string | number | boolean;
|
|
5027
|
-
id: string;
|
|
5028
5029
|
disabled: boolean;
|
|
5029
|
-
|
|
5030
|
+
id: string;
|
|
5030
5031
|
validateEvent: boolean;
|
|
5031
|
-
border: boolean;
|
|
5032
5032
|
indeterminate: boolean;
|
|
5033
5033
|
checked: boolean;
|
|
5034
5034
|
trueLabel: string | number;
|
|
@@ -5123,8 +5123,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5123
5123
|
default: boolean;
|
|
5124
5124
|
};
|
|
5125
5125
|
}>> & {
|
|
5126
|
-
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
5127
5126
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
5127
|
+
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
5128
5128
|
}>>;
|
|
5129
5129
|
slots: Readonly<{
|
|
5130
5130
|
[name: string]: import("vue").Slot | undefined;
|
|
@@ -5138,7 +5138,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5138
5138
|
checkboxGroup: ({
|
|
5139
5139
|
modelValue?: import("vue").WritableComputedRef<any> | undefined;
|
|
5140
5140
|
changeEvent?: ((...args: any) => any) | undefined;
|
|
5141
|
-
} & import("vue").ToRefs<Pick<import("../..").CheckboxGroupProps, "fill" | "
|
|
5141
|
+
} & import("vue").ToRefs<Pick<import("../..").CheckboxGroupProps, "fill" | "disabled" | "size" | "validateEvent" | "max" | "min" | "textColor">>) | undefined;
|
|
5142
5142
|
ns: {
|
|
5143
5143
|
namespace: import("vue").ComputedRef<string>;
|
|
5144
5144
|
b: (blockSuffix?: string) => string;
|
|
@@ -5206,15 +5206,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5206
5206
|
default: boolean;
|
|
5207
5207
|
};
|
|
5208
5208
|
}>> & {
|
|
5209
|
-
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
5210
5209
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
5210
|
+
onChange?: ((val: import("../..").CheckboxValueType) => any) | undefined;
|
|
5211
5211
|
}, {
|
|
5212
|
+
name: string;
|
|
5213
|
+
border: boolean;
|
|
5212
5214
|
modelValue: string | number | boolean;
|
|
5213
|
-
id: string;
|
|
5214
5215
|
disabled: boolean;
|
|
5215
|
-
|
|
5216
|
+
id: string;
|
|
5216
5217
|
validateEvent: boolean;
|
|
5217
|
-
border: boolean;
|
|
5218
5218
|
indeterminate: boolean;
|
|
5219
5219
|
checked: boolean;
|
|
5220
5220
|
trueLabel: string | number;
|
|
@@ -5255,8 +5255,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5255
5255
|
readonly tag: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
5256
5256
|
readonly validateEvent: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
5257
5257
|
}>> & {
|
|
5258
|
-
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
5259
5258
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxGroupValueType) => any) | undefined;
|
|
5259
|
+
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
5260
5260
|
}>>;
|
|
5261
5261
|
emit: ((event: "update:modelValue", val: import("../..").CheckboxGroupValueType) => void) & ((event: "change", val: import("../..").CheckboxValueType[]) => void);
|
|
5262
5262
|
ns: {
|
|
@@ -5302,8 +5302,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5302
5302
|
readonly tag: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
5303
5303
|
readonly validateEvent: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
5304
5304
|
}>> & {
|
|
5305
|
-
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
5306
5305
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxGroupValueType) => any) | undefined;
|
|
5306
|
+
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
5307
5307
|
}, {
|
|
5308
5308
|
readonly modelValue: import("../..").CheckboxGroupValueType;
|
|
5309
5309
|
readonly disabled: boolean;
|
|
@@ -5345,8 +5345,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5345
5345
|
readonly tag: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
5346
5346
|
readonly validateEvent: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
5347
5347
|
}>> & {
|
|
5348
|
-
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
5349
5348
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxGroupValueType) => any) | undefined;
|
|
5349
|
+
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
5350
5350
|
}>>;
|
|
5351
5351
|
emit: ((event: "update:modelValue", val: import("../..").CheckboxGroupValueType) => void) & ((event: "change", val: import("../..").CheckboxValueType[]) => void);
|
|
5352
5352
|
ns: {
|
|
@@ -5392,8 +5392,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5392
5392
|
readonly tag: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
5393
5393
|
readonly validateEvent: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
5394
5394
|
}>> & {
|
|
5395
|
-
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
5396
5395
|
"onUpdate:modelValue"?: ((val: import("../..").CheckboxGroupValueType) => any) | undefined;
|
|
5396
|
+
onChange?: ((val: import("../..").CheckboxValueType[]) => any) | undefined;
|
|
5397
5397
|
}, {
|
|
5398
5398
|
readonly modelValue: import("../..").CheckboxGroupValueType;
|
|
5399
5399
|
readonly disabled: boolean;
|
|
@@ -5534,21 +5534,21 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5534
5534
|
readonly inputStyle: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("beyond-webui/es/utils").Mutable<{}>, boolean>;
|
|
5535
5535
|
readonly multipleSelect: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5536
5536
|
}>> & {
|
|
5537
|
-
onChange?: ((value: string) => any) | undefined;
|
|
5538
5537
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
5538
|
+
onChange?: ((value: string) => any) | undefined;
|
|
5539
|
+
onClear?: (() => any) | undefined;
|
|
5539
5540
|
onInput?: ((value: string) => any) | undefined;
|
|
5540
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
5541
5541
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
5542
|
-
|
|
5543
|
-
|
|
5544
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
5545
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
5546
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
5542
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
5543
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
5547
5544
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
5548
5545
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
5549
|
-
|
|
5546
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
5547
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
5548
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
5549
|
+
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
5550
5550
|
}>>;
|
|
5551
|
-
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "
|
|
5551
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "clear") => void) & ((event: "passwordVisible", value: boolean) => void);
|
|
5552
5552
|
rawAttrs: {
|
|
5553
5553
|
[x: string]: unknown;
|
|
5554
5554
|
};
|
|
@@ -5612,7 +5612,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5612
5612
|
inputPlaceholder: import("vue").Ref<string>;
|
|
5613
5613
|
_ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
5614
5614
|
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
5615
|
-
validateState: import("vue").ComputedRef<"" | "
|
|
5615
|
+
validateState: import("vue").ComputedRef<"" | "error" | "success" | "validating">;
|
|
5616
5616
|
validateIcon: import("vue").ComputedRef<"" | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
5617
5617
|
passwordIcon: import("vue").ComputedRef<import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
5618
5618
|
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
@@ -5725,25 +5725,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5725
5725
|
readonly inputStyle: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("beyond-webui/es/utils").Mutable<{}>, boolean>;
|
|
5726
5726
|
readonly multipleSelect: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
5727
5727
|
}>> & {
|
|
5728
|
-
onChange?: ((value: string) => any) | undefined;
|
|
5729
5728
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
5729
|
+
onChange?: ((value: string) => any) | undefined;
|
|
5730
|
+
onClear?: (() => any) | undefined;
|
|
5730
5731
|
onInput?: ((value: string) => any) | undefined;
|
|
5731
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
5732
5732
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
5733
|
-
|
|
5734
|
-
|
|
5735
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
5736
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
5737
|
-
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
5733
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
5734
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
5738
5735
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
5739
5736
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
5740
|
-
|
|
5737
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
5738
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
5739
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
5740
|
+
onPasswordVisible?: ((value: boolean) => any) | undefined;
|
|
5741
5741
|
}, {
|
|
5742
5742
|
readonly type: string;
|
|
5743
|
+
readonly placeholder: string;
|
|
5743
5744
|
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>;
|
|
5745
|
+
readonly disabled: boolean;
|
|
5744
5746
|
readonly label: string;
|
|
5745
5747
|
readonly id: string;
|
|
5746
|
-
readonly disabled: boolean;
|
|
5747
5748
|
readonly clearable: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5748
5749
|
readonly isFloat: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5749
5750
|
readonly inputState: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -5753,7 +5754,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5753
5754
|
readonly isFixFocus: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5754
5755
|
readonly autosize: import("../..").InputAutoSize;
|
|
5755
5756
|
readonly autocomplete: string;
|
|
5756
|
-
readonly placeholder: string;
|
|
5757
5757
|
readonly readonly: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5758
5758
|
readonly showPassword: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5759
5759
|
readonly showWordLimit: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -5797,8 +5797,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5797
5797
|
}>> & {
|
|
5798
5798
|
"onChecked-change"?: ((value: import("./transfer").TransferKey[], movedKeys?: import("./transfer").TransferKey[] | undefined) => any) | undefined;
|
|
5799
5799
|
}, {
|
|
5800
|
-
readonly props: import("./transfer").TransferPropsAlias;
|
|
5801
5800
|
readonly data: TransferDataItem[];
|
|
5801
|
+
readonly props: import("./transfer").TransferPropsAlias;
|
|
5802
5802
|
readonly filterable: boolean;
|
|
5803
5803
|
readonly format: import("./transfer").TransferFormat;
|
|
5804
5804
|
readonly defaultChecked: import("./transfer").TransferKey[];
|
|
@@ -5838,16 +5838,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5838
5838
|
readonly targetOrder: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "push" | "unshift" | "original", unknown, "original", boolean>;
|
|
5839
5839
|
readonly validateEvent: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
5840
5840
|
}>> & {
|
|
5841
|
-
onChange?: ((value: import("./transfer").TransferKey[], direction: TransferDirection, movedKeys: import("./transfer").TransferKey[]) => any) | undefined;
|
|
5842
5841
|
"onUpdate:modelValue"?: ((value: import("./transfer").TransferKey[]) => any) | undefined;
|
|
5842
|
+
onChange?: ((value: import("./transfer").TransferKey[], direction: TransferDirection, movedKeys: import("./transfer").TransferKey[]) => any) | undefined;
|
|
5843
5843
|
"onLeft-check-change"?: ((value: import("./transfer").TransferKey[], movedKeys?: import("./transfer").TransferKey[] | undefined) => any) | undefined;
|
|
5844
5844
|
"onRight-check-change"?: ((value: import("./transfer").TransferKey[], movedKeys?: import("./transfer").TransferKey[] | undefined) => any) | undefined;
|
|
5845
5845
|
}, {
|
|
5846
|
-
readonly props: import("./transfer").TransferPropsAlias;
|
|
5847
|
-
readonly modelValue: import("./transfer").TransferKey[];
|
|
5848
|
-
readonly validateEvent: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5849
5846
|
readonly data: TransferDataItem[];
|
|
5850
5847
|
readonly titles: [string, string];
|
|
5848
|
+
readonly modelValue: import("./transfer").TransferKey[];
|
|
5849
|
+
readonly props: import("./transfer").TransferPropsAlias;
|
|
5850
|
+
readonly validateEvent: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
5851
5851
|
readonly filterable: boolean;
|
|
5852
5852
|
readonly format: import("./transfer").TransferFormat;
|
|
5853
5853
|
readonly buttonTexts: [string, string];
|