beyond-webui 1.0.40 → 1.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.full.js +17 -8
- package/dist/index.full.min.js +11 -11
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +8 -8
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +17 -8
- package/es/components/autocomplete/index.d.ts +23 -49
- package/es/components/autocomplete/src/autocomplete.vue.d.ts +23 -49
- 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.mjs +2 -2
- package/es/components/backtop/src/backtop.mjs +54 -21
- package/es/components/backtop/src/backtop.mjs.map +1 -1
- package/es/components/backtop/src/backtop2.mjs +21 -54
- package/es/components/backtop/src/backtop2.mjs.map +1 -1
- package/es/components/badge/index.mjs +2 -2
- package/es/components/badge/src/badge.mjs +17 -55
- package/es/components/badge/src/badge.mjs.map +1 -1
- package/es/components/badge/src/badge2.mjs +55 -17
- package/es/components/badge/src/badge2.mjs.map +1 -1
- package/es/components/breadcrumb/index.mjs +2 -2
- package/es/components/breadcrumb/src/breadcrumb-item.mjs +11 -56
- package/es/components/breadcrumb/src/breadcrumb-item.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs +56 -11
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs.map +1 -1
- package/es/components/button/index.mjs +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-group2.mjs +30 -6
- package/es/components/button/src/button-group2.mjs.map +1 -1
- package/es/components/carousel/index.mjs +4 -4
- package/es/components/carousel/src/carousel-item.mjs +63 -8
- package/es/components/carousel/src/carousel-item.mjs.map +1 -1
- package/es/components/carousel/src/carousel-item2.mjs +8 -63
- package/es/components/carousel/src/carousel-item2.mjs.map +1 -1
- package/es/components/carousel/src/carousel.mjs +56 -159
- package/es/components/carousel/src/carousel.mjs.map +1 -1
- package/es/components/carousel/src/carousel2.mjs +159 -56
- package/es/components/carousel/src/carousel2.mjs.map +1 -1
- package/es/components/cascader/index.d.ts +46 -98
- package/es/components/cascader/src/cascader.mjs +1 -1
- package/es/components/cascader/src/cascader.vue.d.ts +23 -49
- package/es/components/check-tag/index.mjs +2 -2
- package/es/components/check-tag/src/check-tag.mjs +12 -30
- package/es/components/check-tag/src/check-tag.mjs.map +1 -1
- package/es/components/check-tag/src/check-tag2.mjs +30 -12
- package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
- package/es/components/color-picker/index.d.ts +8 -18
- package/es/components/color-picker/index.mjs +2 -2
- package/es/components/color-picker/src/color-picker.mjs +321 -38
- package/es/components/color-picker/src/color-picker.mjs.map +1 -1
- package/es/components/color-picker/src/color-picker.vue.d.ts +8 -18
- package/es/components/color-picker/src/color-picker2.mjs +38 -321
- package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
- package/es/components/color-picker/src/components/predefine.mjs +1 -1
- package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +8 -18
- package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +8 -18
- package/es/components/date-picker/src/panel-utils.d.ts +16 -36
- package/es/components/descriptions/src/description.mjs +1 -1
- package/es/components/descriptions/src/descriptions-row.mjs +7 -64
- package/es/components/descriptions/src/descriptions-row.mjs.map +1 -1
- package/es/components/descriptions/src/descriptions-row2.mjs +64 -7
- package/es/components/descriptions/src/descriptions-row2.mjs.map +1 -1
- package/es/components/divider/index.mjs +2 -2
- package/es/components/divider/src/divider.mjs +17 -35
- package/es/components/divider/src/divider.mjs.map +1 -1
- package/es/components/divider/src/divider2.mjs +35 -17
- package/es/components/divider/src/divider2.mjs.map +1 -1
- package/es/components/drawer/index.mjs +2 -2
- package/es/components/drawer/src/drawer.mjs +176 -22
- package/es/components/drawer/src/drawer.mjs.map +1 -1
- package/es/components/drawer/src/drawer2.mjs +22 -176
- package/es/components/drawer/src/drawer2.mjs.map +1 -1
- package/es/components/dropdown/index.mjs +2 -2
- package/es/components/dropdown/src/dropdown-item-impl.mjs +1 -1
- package/es/components/dropdown/src/dropdown-item.mjs +1 -1
- package/es/components/dropdown/src/dropdown-menu.mjs +1 -1
- package/es/components/dropdown/src/dropdown.mjs +307 -97
- package/es/components/dropdown/src/dropdown.mjs.map +1 -1
- package/es/components/dropdown/src/dropdown2.mjs +97 -307
- package/es/components/dropdown/src/dropdown2.mjs.map +1 -1
- package/es/components/form/index.mjs +4 -4
- package/es/components/form/src/form-item.mjs +43 -316
- package/es/components/form/src/form-item.mjs.map +1 -1
- package/es/components/form/src/form-item2.mjs +316 -43
- package/es/components/form/src/form-item2.mjs.map +1 -1
- package/es/components/form/src/form.mjs +55 -149
- package/es/components/form/src/form.mjs.map +1 -1
- package/es/components/form/src/form2.mjs +149 -55
- package/es/components/form/src/form2.mjs.map +1 -1
- package/es/components/image/index.mjs +2 -2
- package/es/components/image/src/image.mjs +62 -220
- package/es/components/image/src/image.mjs.map +1 -1
- package/es/components/image/src/image2.mjs +220 -62
- package/es/components/image/src/image2.mjs.map +1 -1
- package/es/components/image-viewer/index.mjs +2 -2
- package/es/components/image-viewer/src/image-viewer.mjs +39 -396
- package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
- package/es/components/image-viewer/src/image-viewer2.mjs +396 -39
- package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
- package/es/components/index.mjs +40 -40
- package/es/components/input/index.d.ts +8 -18
- package/es/components/input/index.mjs +2 -2
- package/es/components/input/src/input.d.ts +2 -6
- package/es/components/input/src/input.mjs +508 -126
- package/es/components/input/src/input.mjs.map +1 -1
- package/es/components/input/src/input.vue.d.ts +8 -18
- package/es/components/input/src/input2.mjs +131 -505
- package/es/components/input/src/input2.mjs.map +1 -1
- package/es/components/input-number/index.d.ts +23 -49
- package/es/components/input-number/index.mjs +2 -2
- package/es/components/input-number/src/input-number.mjs +57 -311
- package/es/components/input-number/src/input-number.mjs.map +1 -1
- package/es/components/input-number/src/input-number.vue.d.ts +23 -49
- package/es/components/input-number/src/input-number2.mjs +311 -57
- package/es/components/input-number/src/input-number2.mjs.map +1 -1
- package/es/components/notification/index.mjs +1 -1
- package/es/components/notification/src/notification.mjs +69 -147
- package/es/components/notification/src/notification.mjs.map +1 -1
- package/es/components/notification/src/notification2.mjs +147 -69
- package/es/components/notification/src/notification2.mjs.map +1 -1
- package/es/components/notification/src/notify.mjs +2 -2
- package/es/components/pagination/src/components/jumper.mjs +60 -9
- package/es/components/pagination/src/components/jumper.mjs.map +1 -1
- package/es/components/pagination/src/components/jumper.vue.d.ts +8 -18
- package/es/components/pagination/src/components/jumper2.mjs +9 -60
- package/es/components/pagination/src/components/jumper2.mjs.map +1 -1
- package/es/components/pagination/src/components/next.mjs +19 -38
- package/es/components/pagination/src/components/next.mjs.map +1 -1
- package/es/components/pagination/src/components/next2.mjs +38 -19
- package/es/components/pagination/src/components/next2.mjs.map +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/pager2.mjs +17 -214
- package/es/components/pagination/src/components/pager2.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.mjs +68 -22
- package/es/components/pagination/src/components/sizes.mjs.map +1 -1
- package/es/components/pagination/src/components/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.mjs +5 -5
- package/es/components/popconfirm/index.mjs +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/popconfirm2.mjs +47 -110
- package/es/components/popconfirm/src/popconfirm2.mjs.map +1 -1
- package/es/components/popover/index.mjs +2 -2
- package/es/components/popover/src/popover.mjs +111 -66
- package/es/components/popover/src/popover.mjs.map +1 -1
- package/es/components/popover/src/popover2.mjs +66 -111
- package/es/components/popover/src/popover2.mjs.map +1 -1
- package/es/components/popper/index.mjs +8 -8
- package/es/components/popper/src/arrow.mjs +8 -37
- package/es/components/popper/src/arrow.mjs.map +1 -1
- package/es/components/popper/src/arrow2.mjs +37 -8
- package/es/components/popper/src/arrow2.mjs.map +1 -1
- package/es/components/popper/src/content.mjs +94 -137
- package/es/components/popper/src/content.mjs.map +1 -1
- 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.mjs +25 -32
- package/es/components/popper/src/popper.mjs.map +1 -1
- package/es/components/popper/src/popper2.mjs +32 -25
- package/es/components/popper/src/popper2.mjs.map +1 -1
- package/es/components/popper/src/trigger.mjs +119 -31
- package/es/components/popper/src/trigger.mjs.map +1 -1
- package/es/components/popper/src/trigger2.mjs +31 -119
- package/es/components/popper/src/trigger2.mjs.map +1 -1
- 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/rate/index.mjs +2 -2
- package/es/components/rate/src/rate.mjs +87 -255
- package/es/components/rate/src/rate.mjs.map +1 -1
- package/es/components/rate/src/rate2.mjs +255 -87
- package/es/components/rate/src/rate2.mjs.map +1 -1
- package/es/components/row/index.mjs +2 -2
- package/es/components/row/src/row.mjs +30 -45
- package/es/components/row/src/row.mjs.map +1 -1
- package/es/components/row/src/row2.mjs +45 -30
- package/es/components/row/src/row2.mjs.map +1 -1
- package/es/components/scrollbar/index.mjs +2 -2
- 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.mjs +47 -174
- package/es/components/scrollbar/src/scrollbar.mjs.map +1 -1
- package/es/components/scrollbar/src/scrollbar2.mjs +174 -47
- package/es/components/scrollbar/src/scrollbar2.mjs.map +1 -1
- package/es/components/select/src/select.mjs +5 -4
- package/es/components/select/src/select.mjs.map +1 -1
- package/es/components/select/src/useSelect.mjs.map +1 -1
- package/es/components/skeleton/index.mjs +2 -2
- package/es/components/skeleton/src/skeleton.mjs +22 -49
- package/es/components/skeleton/src/skeleton.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton2.mjs +49 -22
- package/es/components/skeleton/src/skeleton2.mjs.map +1 -1
- package/es/components/slider/index.d.ts +23 -49
- package/es/components/slider/src/button.mjs +21 -93
- package/es/components/slider/src/button.mjs.map +1 -1
- package/es/components/slider/src/button2.mjs +93 -21
- package/es/components/slider/src/button2.mjs.map +1 -1
- package/es/components/slider/src/slider.mjs +1 -1
- package/es/components/slider/src/slider.vue.d.ts +23 -49
- package/es/components/steps/index.mjs +2 -2
- package/es/components/steps/src/steps.mjs +34 -36
- package/es/components/steps/src/steps.mjs.map +1 -1
- package/es/components/steps/src/steps2.mjs +36 -34
- package/es/components/steps/src/steps2.mjs.map +1 -1
- package/es/components/switch/index.mjs +2 -2
- package/es/components/switch/src/switch.mjs +88 -241
- package/es/components/switch/src/switch.mjs.map +1 -1
- package/es/components/switch/src/switch2.mjs +241 -88
- package/es/components/switch/src/switch2.mjs.map +1 -1
- package/es/components/tabs/index.mjs +2 -2
- package/es/components/tabs/src/tab-pane.mjs +13 -72
- package/es/components/tabs/src/tab-pane.mjs.map +1 -1
- package/es/components/tabs/src/tab-pane2.mjs +72 -13
- package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
- package/es/components/tag/index.mjs +2 -2
- package/es/components/tag/src/tag.mjs +94 -33
- package/es/components/tag/src/tag.mjs.map +1 -1
- package/es/components/tag/src/tag2.mjs +33 -94
- package/es/components/tag/src/tag2.mjs.map +1 -1
- package/es/components/time-picker/src/common/picker.vue.d.ts +8 -18
- package/es/components/time-select/index.mjs +1 -1
- package/es/components/time-select/src/time-select.mjs +48 -118
- package/es/components/time-select/src/time-select.mjs.map +1 -1
- package/es/components/time-select/src/time-select2.mjs +118 -48
- package/es/components/time-select/src/time-select2.mjs.map +1 -1
- package/es/components/tooltip/index.mjs +1 -1
- package/es/components/tooltip/src/content.mjs +1 -1
- package/es/components/tooltip/src/content2.mjs +1 -1
- package/es/components/tooltip/src/tooltip.mjs +3 -3
- package/es/components/tooltip/src/tooltip2.mjs +2 -2
- package/es/components/tooltip/src/trigger.mjs +16 -73
- package/es/components/tooltip/src/trigger.mjs.map +1 -1
- package/es/components/tooltip/src/trigger2.mjs +73 -16
- package/es/components/tooltip/src/trigger2.mjs.map +1 -1
- package/es/components/tooltip-v2/index.mjs +6 -6
- package/es/components/tooltip-v2/src/arrow.mjs +37 -22
- package/es/components/tooltip-v2/src/arrow.mjs.map +1 -1
- package/es/components/tooltip-v2/src/arrow2.mjs +22 -37
- package/es/components/tooltip-v2/src/arrow2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/content.mjs +112 -50
- package/es/components/tooltip-v2/src/content.mjs.map +1 -1
- package/es/components/tooltip-v2/src/content2.mjs +50 -112
- package/es/components/tooltip-v2/src/content2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/root.mjs +17 -80
- package/es/components/tooltip-v2/src/root.mjs.map +1 -1
- package/es/components/tooltip-v2/src/root2.mjs +80 -17
- package/es/components/tooltip-v2/src/root2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.mjs +75 -22
- package/es/components/tooltip-v2/src/tooltip.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip2.mjs +22 -75
- package/es/components/tooltip-v2/src/tooltip2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/trigger.mjs +12 -89
- package/es/components/tooltip-v2/src/trigger.mjs.map +1 -1
- package/es/components/tooltip-v2/src/trigger2.mjs +89 -12
- package/es/components/tooltip-v2/src/trigger2.mjs.map +1 -1
- package/es/components/transfer/index.d.ts +40 -90
- package/es/components/transfer/index.mjs +2 -2
- package/es/components/transfer/src/composables/use-checked-change.mjs +1 -1
- package/es/components/transfer/src/transfer-panel.mjs +1 -1
- package/es/components/transfer/src/transfer-panel.vue.d.ts +8 -18
- package/es/components/transfer/src/transfer.mjs +69 -160
- package/es/components/transfer/src/transfer.mjs.map +1 -1
- package/es/components/transfer/src/transfer.vue.d.ts +40 -90
- package/es/components/transfer/src/transfer2.mjs +160 -69
- package/es/components/transfer/src/transfer2.mjs.map +1 -1
- package/es/components/upload/index.mjs +2 -2
- package/es/components/upload/src/upload-content2.mjs +1 -1
- package/es/components/upload/src/upload-dragger.mjs +72 -11
- package/es/components/upload/src/upload-dragger.mjs.map +1 -1
- package/es/components/upload/src/upload-dragger2.mjs +11 -72
- package/es/components/upload/src/upload-dragger2.mjs.map +1 -1
- package/es/components/upload/src/upload-list.mjs +26 -173
- package/es/components/upload/src/upload-list.mjs.map +1 -1
- package/es/components/upload/src/upload-list2.mjs +173 -26
- package/es/components/upload/src/upload-list2.mjs.map +1 -1
- package/es/components/upload/src/upload.mjs +1 -1
- package/es/index.mjs +40 -40
- package/lib/components/autocomplete/index.d.ts +23 -49
- package/lib/components/autocomplete/src/autocomplete.vue.d.ts +23 -49
- 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.js +2 -2
- package/lib/components/backtop/src/backtop.js +54 -22
- package/lib/components/backtop/src/backtop.js.map +1 -1
- package/lib/components/backtop/src/backtop2.js +22 -54
- package/lib/components/backtop/src/backtop2.js.map +1 -1
- package/lib/components/badge/index.js +2 -2
- package/lib/components/badge/src/badge.js +17 -55
- package/lib/components/badge/src/badge.js.map +1 -1
- package/lib/components/badge/src/badge2.js +55 -17
- package/lib/components/badge/src/badge2.js.map +1 -1
- package/lib/components/breadcrumb/index.js +2 -2
- package/lib/components/breadcrumb/src/breadcrumb-item.js +11 -56
- package/lib/components/breadcrumb/src/breadcrumb-item.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb-item2.js +56 -11
- package/lib/components/breadcrumb/src/breadcrumb-item2.js.map +1 -1
- package/lib/components/button/index.js +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-group2.js +30 -6
- package/lib/components/button/src/button-group2.js.map +1 -1
- package/lib/components/carousel/index.js +4 -4
- package/lib/components/carousel/src/carousel-item.js +63 -8
- package/lib/components/carousel/src/carousel-item.js.map +1 -1
- package/lib/components/carousel/src/carousel-item2.js +8 -63
- package/lib/components/carousel/src/carousel-item2.js.map +1 -1
- package/lib/components/carousel/src/carousel.js +57 -159
- package/lib/components/carousel/src/carousel.js.map +1 -1
- package/lib/components/carousel/src/carousel2.js +159 -57
- package/lib/components/carousel/src/carousel2.js.map +1 -1
- package/lib/components/cascader/index.d.ts +46 -98
- package/lib/components/cascader/src/cascader.js +1 -1
- package/lib/components/cascader/src/cascader.vue.d.ts +23 -49
- package/lib/components/check-tag/index.js +2 -2
- package/lib/components/check-tag/src/check-tag.js +13 -30
- package/lib/components/check-tag/src/check-tag.js.map +1 -1
- package/lib/components/check-tag/src/check-tag2.js +30 -13
- package/lib/components/check-tag/src/check-tag2.js.map +1 -1
- package/lib/components/color-picker/index.d.ts +8 -18
- package/lib/components/color-picker/index.js +2 -2
- package/lib/components/color-picker/src/color-picker.js +319 -38
- package/lib/components/color-picker/src/color-picker.js.map +1 -1
- package/lib/components/color-picker/src/color-picker.vue.d.ts +8 -18
- package/lib/components/color-picker/src/color-picker2.js +38 -319
- package/lib/components/color-picker/src/color-picker2.js.map +1 -1
- package/lib/components/color-picker/src/components/predefine.js +1 -1
- package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +8 -18
- package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +8 -18
- package/lib/components/date-picker/src/panel-utils.d.ts +16 -36
- package/lib/components/descriptions/src/description.js +1 -1
- package/lib/components/descriptions/src/descriptions-row.js +7 -64
- package/lib/components/descriptions/src/descriptions-row.js.map +1 -1
- package/lib/components/descriptions/src/descriptions-row2.js +64 -7
- package/lib/components/descriptions/src/descriptions-row2.js.map +1 -1
- package/lib/components/divider/index.js +2 -2
- package/lib/components/divider/src/divider.js +17 -35
- package/lib/components/divider/src/divider.js.map +1 -1
- package/lib/components/divider/src/divider2.js +35 -17
- package/lib/components/divider/src/divider2.js.map +1 -1
- package/lib/components/drawer/index.js +2 -2
- package/lib/components/drawer/src/drawer.js +176 -23
- package/lib/components/drawer/src/drawer.js.map +1 -1
- package/lib/components/drawer/src/drawer2.js +23 -176
- package/lib/components/drawer/src/drawer2.js.map +1 -1
- package/lib/components/dropdown/index.js +2 -2
- package/lib/components/dropdown/src/dropdown-item-impl.js +1 -1
- package/lib/components/dropdown/src/dropdown-item.js +1 -1
- package/lib/components/dropdown/src/dropdown-menu.js +1 -1
- package/lib/components/dropdown/src/dropdown.js +307 -106
- package/lib/components/dropdown/src/dropdown.js.map +1 -1
- package/lib/components/dropdown/src/dropdown2.js +106 -307
- package/lib/components/dropdown/src/dropdown2.js.map +1 -1
- package/lib/components/form/index.js +4 -4
- package/lib/components/form/src/form-item.js +44 -320
- package/lib/components/form/src/form-item.js.map +1 -1
- package/lib/components/form/src/form-item2.js +320 -44
- package/lib/components/form/src/form-item2.js.map +1 -1
- package/lib/components/form/src/form.js +55 -148
- package/lib/components/form/src/form.js.map +1 -1
- package/lib/components/form/src/form2.js +148 -55
- package/lib/components/form/src/form2.js.map +1 -1
- package/lib/components/image/index.js +2 -2
- package/lib/components/image/src/image.js +63 -220
- package/lib/components/image/src/image.js.map +1 -1
- package/lib/components/image/src/image2.js +220 -63
- package/lib/components/image/src/image2.js.map +1 -1
- package/lib/components/image-viewer/index.js +2 -2
- package/lib/components/image-viewer/src/image-viewer.js +40 -396
- package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
- package/lib/components/image-viewer/src/image-viewer2.js +396 -40
- package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
- package/lib/components/index.js +40 -40
- package/lib/components/input/index.d.ts +8 -18
- package/lib/components/input/index.js +2 -2
- package/lib/components/input/src/input.d.ts +2 -6
- package/lib/components/input/src/input.js +507 -126
- package/lib/components/input/src/input.js.map +1 -1
- package/lib/components/input/src/input.vue.d.ts +8 -18
- package/lib/components/input/src/input2.js +131 -504
- package/lib/components/input/src/input2.js.map +1 -1
- package/lib/components/input-number/index.d.ts +23 -49
- package/lib/components/input-number/index.js +2 -2
- package/lib/components/input-number/src/input-number.js +57 -310
- package/lib/components/input-number/src/input-number.js.map +1 -1
- package/lib/components/input-number/src/input-number.vue.d.ts +23 -49
- package/lib/components/input-number/src/input-number2.js +310 -57
- package/lib/components/input-number/src/input-number2.js.map +1 -1
- package/lib/components/notification/index.js +1 -1
- package/lib/components/notification/src/notification.js +70 -146
- package/lib/components/notification/src/notification.js.map +1 -1
- package/lib/components/notification/src/notification2.js +146 -70
- package/lib/components/notification/src/notification2.js.map +1 -1
- package/lib/components/notification/src/notify.js +2 -2
- package/lib/components/pagination/src/components/jumper.js +60 -9
- package/lib/components/pagination/src/components/jumper.js.map +1 -1
- package/lib/components/pagination/src/components/jumper.vue.d.ts +8 -18
- package/lib/components/pagination/src/components/jumper2.js +9 -60
- package/lib/components/pagination/src/components/jumper2.js.map +1 -1
- package/lib/components/pagination/src/components/next.js +19 -38
- package/lib/components/pagination/src/components/next.js.map +1 -1
- package/lib/components/pagination/src/components/next2.js +38 -19
- package/lib/components/pagination/src/components/next2.js.map +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/pager2.js +17 -214
- package/lib/components/pagination/src/components/pager2.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.js +68 -22
- package/lib/components/pagination/src/components/sizes.js.map +1 -1
- package/lib/components/pagination/src/components/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.js +5 -5
- package/lib/components/popconfirm/index.js +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/popconfirm2.js +48 -110
- package/lib/components/popconfirm/src/popconfirm2.js.map +1 -1
- package/lib/components/popover/index.js +2 -2
- package/lib/components/popover/src/popover.js +111 -67
- package/lib/components/popover/src/popover.js.map +1 -1
- package/lib/components/popover/src/popover2.js +67 -111
- package/lib/components/popover/src/popover2.js.map +1 -1
- package/lib/components/popper/index.js +8 -8
- package/lib/components/popper/src/arrow.js +9 -37
- package/lib/components/popper/src/arrow.js.map +1 -1
- package/lib/components/popper/src/arrow2.js +37 -9
- package/lib/components/popper/src/arrow2.js.map +1 -1
- package/lib/components/popper/src/content.js +99 -137
- package/lib/components/popper/src/content.js.map +1 -1
- 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.js +28 -32
- package/lib/components/popper/src/popper.js.map +1 -1
- package/lib/components/popper/src/popper2.js +32 -28
- package/lib/components/popper/src/popper2.js.map +1 -1
- package/lib/components/popper/src/trigger.js +119 -32
- package/lib/components/popper/src/trigger.js.map +1 -1
- package/lib/components/popper/src/trigger2.js +32 -119
- package/lib/components/popper/src/trigger2.js.map +1 -1
- 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/rate/index.js +2 -2
- package/lib/components/rate/src/rate.js +87 -254
- package/lib/components/rate/src/rate.js.map +1 -1
- package/lib/components/rate/src/rate2.js +254 -87
- package/lib/components/rate/src/rate2.js.map +1 -1
- package/lib/components/row/index.js +2 -2
- package/lib/components/row/src/row.js +32 -45
- package/lib/components/row/src/row.js.map +1 -1
- package/lib/components/row/src/row2.js +45 -32
- package/lib/components/row/src/row2.js.map +1 -1
- package/lib/components/scrollbar/index.js +2 -2
- 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.js +48 -174
- package/lib/components/scrollbar/src/scrollbar.js.map +1 -1
- package/lib/components/scrollbar/src/scrollbar2.js +174 -48
- package/lib/components/scrollbar/src/scrollbar2.js.map +1 -1
- package/lib/components/select/src/select.js +5 -4
- package/lib/components/select/src/select.js.map +1 -1
- package/lib/components/select/src/useSelect.js.map +1 -1
- package/lib/components/skeleton/index.js +2 -2
- package/lib/components/skeleton/src/skeleton.js +22 -49
- package/lib/components/skeleton/src/skeleton.js.map +1 -1
- package/lib/components/skeleton/src/skeleton2.js +49 -22
- package/lib/components/skeleton/src/skeleton2.js.map +1 -1
- package/lib/components/slider/index.d.ts +23 -49
- package/lib/components/slider/src/button.js +22 -93
- package/lib/components/slider/src/button.js.map +1 -1
- package/lib/components/slider/src/button2.js +93 -22
- package/lib/components/slider/src/button2.js.map +1 -1
- package/lib/components/slider/src/slider.js +1 -1
- package/lib/components/slider/src/slider.vue.d.ts +23 -49
- package/lib/components/steps/index.js +2 -2
- package/lib/components/steps/src/steps.js +34 -37
- package/lib/components/steps/src/steps.js.map +1 -1
- package/lib/components/steps/src/steps2.js +37 -34
- package/lib/components/steps/src/steps2.js.map +1 -1
- package/lib/components/switch/index.js +2 -2
- package/lib/components/switch/src/switch.js +88 -240
- package/lib/components/switch/src/switch.js.map +1 -1
- package/lib/components/switch/src/switch2.js +240 -88
- package/lib/components/switch/src/switch2.js.map +1 -1
- package/lib/components/tabs/index.js +2 -2
- package/lib/components/tabs/src/tab-pane.js +13 -72
- package/lib/components/tabs/src/tab-pane.js.map +1 -1
- package/lib/components/tabs/src/tab-pane2.js +72 -13
- package/lib/components/tabs/src/tab-pane2.js.map +1 -1
- package/lib/components/tag/index.js +2 -2
- package/lib/components/tag/src/tag.js +94 -34
- package/lib/components/tag/src/tag.js.map +1 -1
- package/lib/components/tag/src/tag2.js +34 -94
- package/lib/components/tag/src/tag2.js.map +1 -1
- package/lib/components/time-picker/src/common/picker.vue.d.ts +8 -18
- package/lib/components/time-select/index.js +1 -1
- package/lib/components/time-select/src/time-select.js +48 -123
- package/lib/components/time-select/src/time-select.js.map +1 -1
- package/lib/components/time-select/src/time-select2.js +123 -48
- package/lib/components/time-select/src/time-select2.js.map +1 -1
- package/lib/components/tooltip/index.js +1 -1
- package/lib/components/tooltip/src/content.js +1 -1
- package/lib/components/tooltip/src/content2.js +1 -1
- package/lib/components/tooltip/src/tooltip.js +3 -3
- package/lib/components/tooltip/src/tooltip2.js +2 -2
- package/lib/components/tooltip/src/trigger.js +16 -73
- package/lib/components/tooltip/src/trigger.js.map +1 -1
- package/lib/components/tooltip/src/trigger2.js +73 -16
- package/lib/components/tooltip/src/trigger2.js.map +1 -1
- package/lib/components/tooltip-v2/index.js +6 -6
- package/lib/components/tooltip-v2/src/arrow.js +37 -23
- package/lib/components/tooltip-v2/src/arrow.js.map +1 -1
- package/lib/components/tooltip-v2/src/arrow2.js +23 -37
- package/lib/components/tooltip-v2/src/arrow2.js.map +1 -1
- package/lib/components/tooltip-v2/src/content.js +112 -50
- package/lib/components/tooltip-v2/src/content.js.map +1 -1
- package/lib/components/tooltip-v2/src/content2.js +50 -112
- package/lib/components/tooltip-v2/src/content2.js.map +1 -1
- package/lib/components/tooltip-v2/src/root.js +17 -80
- package/lib/components/tooltip-v2/src/root.js.map +1 -1
- package/lib/components/tooltip-v2/src/root2.js +80 -17
- package/lib/components/tooltip-v2/src/root2.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.js +75 -22
- package/lib/components/tooltip-v2/src/tooltip.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip2.js +22 -75
- package/lib/components/tooltip-v2/src/tooltip2.js.map +1 -1
- package/lib/components/tooltip-v2/src/trigger.js +12 -89
- package/lib/components/tooltip-v2/src/trigger.js.map +1 -1
- package/lib/components/tooltip-v2/src/trigger2.js +89 -12
- package/lib/components/tooltip-v2/src/trigger2.js.map +1 -1
- package/lib/components/transfer/index.d.ts +40 -90
- package/lib/components/transfer/index.js +2 -2
- package/lib/components/transfer/src/composables/use-checked-change.js +1 -1
- package/lib/components/transfer/src/transfer-panel.js +1 -1
- package/lib/components/transfer/src/transfer-panel.vue.d.ts +8 -18
- package/lib/components/transfer/src/transfer.js +73 -160
- package/lib/components/transfer/src/transfer.js.map +1 -1
- package/lib/components/transfer/src/transfer.vue.d.ts +40 -90
- package/lib/components/transfer/src/transfer2.js +160 -73
- package/lib/components/transfer/src/transfer2.js.map +1 -1
- package/lib/components/upload/index.js +2 -2
- package/lib/components/upload/src/upload-content2.js +1 -1
- package/lib/components/upload/src/upload-dragger.js +72 -12
- package/lib/components/upload/src/upload-dragger.js.map +1 -1
- package/lib/components/upload/src/upload-dragger2.js +12 -72
- package/lib/components/upload/src/upload-dragger2.js.map +1 -1
- package/lib/components/upload/src/upload-list.js +27 -173
- package/lib/components/upload/src/upload-list.js.map +1 -1
- package/lib/components/upload/src/upload-list2.js +173 -27
- package/lib/components/upload/src/upload-list2.js.map +1 -1
- package/lib/components/upload/src/upload.js +1 -1
- package/lib/index.js +40 -40
- package/package.json +1 -1
package/dist/index.full.mjs
CHANGED
|
@@ -13424,8 +13424,13 @@ const inputProps = buildProps({
|
|
|
13424
13424
|
type: Boolean,
|
|
13425
13425
|
default: true
|
|
13426
13426
|
},
|
|
13427
|
-
|
|
13428
|
-
type:
|
|
13427
|
+
inputState: {
|
|
13428
|
+
type: Boolean,
|
|
13429
|
+
default: false
|
|
13430
|
+
},
|
|
13431
|
+
isEditMode: {
|
|
13432
|
+
type: Boolean,
|
|
13433
|
+
default: false
|
|
13429
13434
|
},
|
|
13430
13435
|
preStar: {
|
|
13431
13436
|
type: Boolean,
|
|
@@ -13811,6 +13816,9 @@ const _sfc_main$2d = /* @__PURE__ */ defineComponent({
|
|
|
13811
13816
|
inputPlaceholder.value = props.placeholder;
|
|
13812
13817
|
isShowFix.value = val ? !!nativeInputValue.value : !val;
|
|
13813
13818
|
}, { immediate: true });
|
|
13819
|
+
watch(() => props.inputState, async (val) => {
|
|
13820
|
+
inputPlaceholder.value = val ? "" : props.placeholder;
|
|
13821
|
+
}, { immediate: true });
|
|
13814
13822
|
onMounted(() => {
|
|
13815
13823
|
if (!props.formatter && props.parser) ;
|
|
13816
13824
|
setNativeInputValue(true);
|
|
@@ -13839,10 +13847,10 @@ const _sfc_main$2d = /* @__PURE__ */ defineComponent({
|
|
|
13839
13847
|
}), [
|
|
13840
13848
|
createVNode(Transition, { name: "el-zoom-in-bottom" }, {
|
|
13841
13849
|
default: withCtx(() => [
|
|
13842
|
-
_ctx.isFloat && (focused.value || unref(validateState) || !!unref(nativeInputValue)) && _ctx.placeholder
|
|
13850
|
+
_ctx.inputState || _ctx.isFloat && (focused.value || unref(validateState) || !!unref(nativeInputValue)) && _ctx.placeholder ? (openBlock(), createElementBlock("span", {
|
|
13843
13851
|
key: 0,
|
|
13844
|
-
class: normalizeClass(["el-input__float", { "float-focused": focused.value }])
|
|
13845
|
-
}, toDisplayString(_ctx.
|
|
13852
|
+
class: normalizeClass(["el-input__float", { "float-focused": focused.value || _ctx.inputState && _ctx.isEditMode }])
|
|
13853
|
+
}, toDisplayString(_ctx.placeholder), 3)) : createCommentVNode("v-if", true)
|
|
13846
13854
|
]),
|
|
13847
13855
|
_: 1
|
|
13848
13856
|
}),
|
|
@@ -34755,9 +34763,10 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34755
34763
|
modelValue: _ctx.selectedLabel,
|
|
34756
34764
|
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => _ctx.selectedLabel = $event),
|
|
34757
34765
|
type: "text",
|
|
34758
|
-
|
|
34766
|
+
"input-state": _ctx.dropMenuVisible || _ctx.selected.length > 0,
|
|
34767
|
+
"is-edit-mode": _ctx.dropMenuVisible,
|
|
34768
|
+
placeholder: _ctx.placeholder,
|
|
34759
34769
|
name: _ctx.name,
|
|
34760
|
-
"float-label": _ctx.multiple && _ctx.selected.length > 0 ? _ctx.placeholder : "",
|
|
34761
34770
|
"pre-star": _ctx.preStar,
|
|
34762
34771
|
autocomplete: _ctx.autocomplete,
|
|
34763
34772
|
size: _ctx.selectSize,
|
|
@@ -34812,7 +34821,7 @@ function _sfc_render$9(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
34812
34821
|
])
|
|
34813
34822
|
])
|
|
34814
34823
|
} : void 0
|
|
34815
|
-
]), 1032, ["id", "modelValue", "
|
|
34824
|
+
]), 1032, ["id", "modelValue", "input-state", "is-edit-mode", "placeholder", "name", "pre-star", "autocomplete", "size", "disabled", "readonly", "class", "tabindex", "onFocus", "onBlur", "onInput", "onPaste", "onCompositionstart", "onCompositionupdate", "onCompositionend", "onKeydown"])
|
|
34816
34825
|
], 32)
|
|
34817
34826
|
]),
|
|
34818
34827
|
content: withCtx(() => [
|
|
@@ -90,6 +90,8 @@ export declare const ElAutocomplete: import("beyond-webui/es/utils").SFCWithInst
|
|
|
90
90
|
readonly disabled: boolean;
|
|
91
91
|
readonly clearable: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
92
92
|
readonly isFloat: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
93
|
+
readonly inputState: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
94
|
+
readonly isEditMode: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
93
95
|
readonly preStar: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
94
96
|
readonly pwdIcon: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
95
97
|
readonly isFixFocus: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -105,12 +107,8 @@ export declare const ElAutocomplete: import("beyond-webui/es/utils").SFCWithInst
|
|
|
105
107
|
readonly inputStyle: import("vue").StyleValue;
|
|
106
108
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
107
109
|
readonly isFloat: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
108
|
-
readonly
|
|
109
|
-
|
|
110
|
-
readonly required: false;
|
|
111
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
112
|
-
__epPropKey: true;
|
|
113
|
-
};
|
|
110
|
+
readonly inputState: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
111
|
+
readonly isEditMode: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
114
112
|
readonly preStar: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
115
113
|
readonly pwdIcon: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
116
114
|
readonly isFixFocus: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
@@ -186,7 +184,7 @@ export declare const ElAutocomplete: import("beyond-webui/es/utils").SFCWithInst
|
|
|
186
184
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
187
185
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
188
186
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
189
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "modelValue" | "label" | "id" | "disabled" | "clearable" | "isFloat" | "preStar" | "pwdIcon" | "isFixFocus" | "autosize" | "autocomplete" | "placeholder" | "readonly" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "validateEvent" | "inputStyle">;
|
|
187
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "modelValue" | "label" | "id" | "disabled" | "clearable" | "isFloat" | "inputState" | "isEditMode" | "preStar" | "pwdIcon" | "isFixFocus" | "autosize" | "autocomplete" | "placeholder" | "readonly" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "validateEvent" | "inputStyle">;
|
|
190
188
|
$attrs: {
|
|
191
189
|
[x: string]: unknown;
|
|
192
190
|
};
|
|
@@ -202,12 +200,8 @@ export declare const ElAutocomplete: import("beyond-webui/es/utils").SFCWithInst
|
|
|
202
200
|
$el: any;
|
|
203
201
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
204
202
|
readonly isFloat: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
205
|
-
readonly
|
|
206
|
-
|
|
207
|
-
readonly required: false;
|
|
208
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
209
|
-
__epPropKey: true;
|
|
210
|
-
};
|
|
203
|
+
readonly inputState: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
204
|
+
readonly isEditMode: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
211
205
|
readonly preStar: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
212
206
|
readonly pwdIcon: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
213
207
|
readonly isFixFocus: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
@@ -286,12 +280,8 @@ export declare const ElAutocomplete: import("beyond-webui/es/utils").SFCWithInst
|
|
|
286
280
|
}, {
|
|
287
281
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
288
282
|
readonly isFloat: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
289
|
-
readonly
|
|
290
|
-
|
|
291
|
-
readonly required: false;
|
|
292
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
293
|
-
__epPropKey: true;
|
|
294
|
-
};
|
|
283
|
+
readonly inputState: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
284
|
+
readonly isEditMode: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
295
285
|
readonly preStar: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
296
286
|
readonly pwdIcon: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
297
287
|
readonly isFixFocus: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
@@ -487,6 +477,8 @@ export declare const ElAutocomplete: import("beyond-webui/es/utils").SFCWithInst
|
|
|
487
477
|
readonly disabled: boolean;
|
|
488
478
|
readonly clearable: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
489
479
|
readonly isFloat: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
480
|
+
readonly inputState: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
481
|
+
readonly isEditMode: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
490
482
|
readonly preStar: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
491
483
|
readonly pwdIcon: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
492
484
|
readonly isFixFocus: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -522,12 +514,8 @@ export declare const ElAutocomplete: import("beyond-webui/es/utils").SFCWithInst
|
|
|
522
514
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
523
515
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
524
516
|
readonly isFloat: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
525
|
-
readonly
|
|
526
|
-
|
|
527
|
-
readonly required: false;
|
|
528
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
529
|
-
__epPropKey: true;
|
|
530
|
-
};
|
|
517
|
+
readonly inputState: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
518
|
+
readonly isEditMode: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
531
519
|
readonly preStar: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
532
520
|
readonly pwdIcon: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
533
521
|
readonly isFixFocus: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
@@ -606,12 +594,8 @@ export declare const ElAutocomplete: import("beyond-webui/es/utils").SFCWithInst
|
|
|
606
594
|
} & import("vue").ShallowUnwrapRef<{
|
|
607
595
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
608
596
|
readonly isFloat: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
609
|
-
readonly
|
|
610
|
-
|
|
611
|
-
readonly required: false;
|
|
612
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
613
|
-
__epPropKey: true;
|
|
614
|
-
};
|
|
597
|
+
readonly inputState: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
598
|
+
readonly isEditMode: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
615
599
|
readonly preStar: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
616
600
|
readonly pwdIcon: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
617
601
|
readonly isFixFocus: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
@@ -7050,12 +7034,8 @@ export declare const ElAutocomplete: import("beyond-webui/es/utils").SFCWithInst
|
|
|
7050
7034
|
Loading: 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<{}>>, {}>;
|
|
7051
7035
|
ElInput: import("beyond-webui/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
7052
7036
|
readonly isFloat: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7053
|
-
readonly
|
|
7054
|
-
|
|
7055
|
-
readonly required: false;
|
|
7056
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7057
|
-
__epPropKey: true;
|
|
7058
|
-
};
|
|
7037
|
+
readonly inputState: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7038
|
+
readonly isEditMode: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7059
7039
|
readonly preStar: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7060
7040
|
readonly pwdIcon: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7061
7041
|
readonly isFixFocus: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
@@ -7120,12 +7100,8 @@ export declare const ElAutocomplete: import("beyond-webui/es/utils").SFCWithInst
|
|
|
7120
7100
|
}, {
|
|
7121
7101
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7122
7102
|
readonly isFloat: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7123
|
-
readonly
|
|
7124
|
-
|
|
7125
|
-
readonly required: false;
|
|
7126
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7127
|
-
__epPropKey: true;
|
|
7128
|
-
};
|
|
7103
|
+
readonly inputState: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7104
|
+
readonly isEditMode: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7129
7105
|
readonly preStar: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7130
7106
|
readonly pwdIcon: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7131
7107
|
readonly isFixFocus: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
@@ -7315,12 +7291,8 @@ export declare const ElAutocomplete: import("beyond-webui/es/utils").SFCWithInst
|
|
|
7315
7291
|
compositionend: (evt: CompositionEvent) => boolean;
|
|
7316
7292
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7317
7293
|
readonly isFloat: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7318
|
-
readonly
|
|
7319
|
-
|
|
7320
|
-
readonly required: false;
|
|
7321
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7322
|
-
__epPropKey: true;
|
|
7323
|
-
};
|
|
7294
|
+
readonly inputState: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7295
|
+
readonly isEditMode: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7324
7296
|
readonly preStar: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7325
7297
|
readonly pwdIcon: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7326
7298
|
readonly isFixFocus: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
@@ -7404,6 +7376,8 @@ export declare const ElAutocomplete: import("beyond-webui/es/utils").SFCWithInst
|
|
|
7404
7376
|
readonly disabled: boolean;
|
|
7405
7377
|
readonly clearable: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7406
7378
|
readonly isFloat: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7379
|
+
readonly inputState: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7380
|
+
readonly isEditMode: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7407
7381
|
readonly preStar: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7408
7382
|
readonly pwdIcon: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7409
7383
|
readonly isFixFocus: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -93,6 +93,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
93
93
|
readonly disabled: boolean;
|
|
94
94
|
readonly clearable: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
95
95
|
readonly isFloat: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
96
|
+
readonly inputState: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
97
|
+
readonly isEditMode: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
96
98
|
readonly preStar: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
97
99
|
readonly pwdIcon: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
98
100
|
readonly isFixFocus: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -108,12 +110,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
108
110
|
readonly inputStyle: StyleValue;
|
|
109
111
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
110
112
|
readonly isFloat: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
111
|
-
readonly
|
|
112
|
-
|
|
113
|
-
readonly required: false;
|
|
114
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
115
|
-
__epPropKey: true;
|
|
116
|
-
};
|
|
113
|
+
readonly inputState: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
114
|
+
readonly isEditMode: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
117
115
|
readonly preStar: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
118
116
|
readonly pwdIcon: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
119
117
|
readonly isFixFocus: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
@@ -189,7 +187,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
189
187
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
190
188
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
191
189
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
192
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "modelValue" | "label" | "id" | "disabled" | "clearable" | "isFloat" | "preStar" | "pwdIcon" | "isFixFocus" | "autosize" | "autocomplete" | "placeholder" | "readonly" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "validateEvent" | "inputStyle">;
|
|
190
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "modelValue" | "label" | "id" | "disabled" | "clearable" | "isFloat" | "inputState" | "isEditMode" | "preStar" | "pwdIcon" | "isFixFocus" | "autosize" | "autocomplete" | "placeholder" | "readonly" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "validateEvent" | "inputStyle">;
|
|
193
191
|
$attrs: {
|
|
194
192
|
[x: string]: unknown;
|
|
195
193
|
};
|
|
@@ -205,12 +203,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
205
203
|
$el: any;
|
|
206
204
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
207
205
|
readonly isFloat: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
208
|
-
readonly
|
|
209
|
-
|
|
210
|
-
readonly required: false;
|
|
211
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
212
|
-
__epPropKey: true;
|
|
213
|
-
};
|
|
206
|
+
readonly inputState: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
207
|
+
readonly isEditMode: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
214
208
|
readonly preStar: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
215
209
|
readonly pwdIcon: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
216
210
|
readonly isFixFocus: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
@@ -289,12 +283,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
289
283
|
}, {
|
|
290
284
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
291
285
|
readonly isFloat: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
292
|
-
readonly
|
|
293
|
-
|
|
294
|
-
readonly required: false;
|
|
295
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
296
|
-
__epPropKey: true;
|
|
297
|
-
};
|
|
286
|
+
readonly inputState: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
287
|
+
readonly isEditMode: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
298
288
|
readonly preStar: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
299
289
|
readonly pwdIcon: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
300
290
|
readonly isFixFocus: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
@@ -490,6 +480,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
490
480
|
readonly disabled: boolean;
|
|
491
481
|
readonly clearable: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
492
482
|
readonly isFloat: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
483
|
+
readonly inputState: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
484
|
+
readonly isEditMode: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
493
485
|
readonly preStar: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
494
486
|
readonly pwdIcon: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
495
487
|
readonly isFixFocus: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -525,12 +517,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
525
517
|
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
526
518
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
527
519
|
readonly isFloat: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
528
|
-
readonly
|
|
529
|
-
|
|
530
|
-
readonly required: false;
|
|
531
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
532
|
-
__epPropKey: true;
|
|
533
|
-
};
|
|
520
|
+
readonly inputState: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
521
|
+
readonly isEditMode: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
534
522
|
readonly preStar: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
535
523
|
readonly pwdIcon: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
536
524
|
readonly isFixFocus: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
@@ -609,12 +597,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
609
597
|
} & import("vue").ShallowUnwrapRef<{
|
|
610
598
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
611
599
|
readonly isFloat: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
612
|
-
readonly
|
|
613
|
-
|
|
614
|
-
readonly required: false;
|
|
615
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
616
|
-
__epPropKey: true;
|
|
617
|
-
};
|
|
600
|
+
readonly inputState: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
601
|
+
readonly isEditMode: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
618
602
|
readonly preStar: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
619
603
|
readonly pwdIcon: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
620
604
|
readonly isFixFocus: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
@@ -7053,12 +7037,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7053
7037
|
Loading: 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<{}>>, {}>;
|
|
7054
7038
|
ElInput: import("beyond-webui/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
7055
7039
|
readonly isFloat: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7056
|
-
readonly
|
|
7057
|
-
|
|
7058
|
-
readonly required: false;
|
|
7059
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7060
|
-
__epPropKey: true;
|
|
7061
|
-
};
|
|
7040
|
+
readonly inputState: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7041
|
+
readonly isEditMode: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7062
7042
|
readonly preStar: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7063
7043
|
readonly pwdIcon: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7064
7044
|
readonly isFixFocus: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
@@ -7123,12 +7103,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7123
7103
|
}, {
|
|
7124
7104
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7125
7105
|
readonly isFloat: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7126
|
-
readonly
|
|
7127
|
-
|
|
7128
|
-
readonly required: false;
|
|
7129
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7130
|
-
__epPropKey: true;
|
|
7131
|
-
};
|
|
7106
|
+
readonly inputState: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7107
|
+
readonly isEditMode: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7132
7108
|
readonly preStar: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7133
7109
|
readonly pwdIcon: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7134
7110
|
readonly isFixFocus: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
@@ -7318,12 +7294,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7318
7294
|
compositionend: (evt: CompositionEvent) => boolean;
|
|
7319
7295
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7320
7296
|
readonly isFloat: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7321
|
-
readonly
|
|
7322
|
-
|
|
7323
|
-
readonly required: false;
|
|
7324
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7325
|
-
__epPropKey: true;
|
|
7326
|
-
};
|
|
7297
|
+
readonly inputState: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7298
|
+
readonly isEditMode: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7327
7299
|
readonly preStar: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7328
7300
|
readonly pwdIcon: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
7329
7301
|
readonly isFixFocus: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
@@ -7407,6 +7379,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7407
7379
|
readonly disabled: boolean;
|
|
7408
7380
|
readonly clearable: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7409
7381
|
readonly isFloat: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7382
|
+
readonly inputState: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7383
|
+
readonly isEditMode: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7410
7384
|
readonly preStar: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7411
7385
|
readonly pwdIcon: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
7412
7386
|
readonly isFixFocus: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../utils/index.mjs';
|
|
2
|
-
import Avatar from './src/
|
|
3
|
-
export { avatarEmits, avatarProps } from './src/
|
|
2
|
+
import Avatar from './src/avatar2.mjs';
|
|
3
|
+
export { avatarEmits, avatarProps } from './src/avatar.mjs';
|
|
4
4
|
import { withInstall } from '../../utils/vue/install.mjs';
|
|
5
5
|
|
|
6
6
|
const ElAvatar = withInstall(Avatar);
|
|
@@ -1,74 +1,39 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, watch, openBlock, createElementBlock, normalizeClass, unref, normalizeStyle, createBlock, withCtx, resolveDynamicComponent, renderSlot } from 'vue';
|
|
2
|
-
import { ElIcon } from '../../icon/index.mjs';
|
|
3
|
-
import '../../../hooks/index.mjs';
|
|
4
1
|
import '../../../utils/index.mjs';
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import {
|
|
8
|
-
import { isString } from '@vue/shared';
|
|
2
|
+
import '../../../constants/index.mjs';
|
|
3
|
+
import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs';
|
|
4
|
+
import { componentSizes } from '../../../constants/size.mjs';
|
|
9
5
|
import { isNumber } from '@vueuse/core';
|
|
10
|
-
import {
|
|
6
|
+
import { iconPropType } from '../../../utils/vue/icon.mjs';
|
|
11
7
|
|
|
12
|
-
const
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
const { size } = props;
|
|
37
|
-
return isNumber(size) ? ns.cssVarBlock({
|
|
38
|
-
size: addUnit(size) || ""
|
|
39
|
-
}) : void 0;
|
|
40
|
-
});
|
|
41
|
-
const fitStyle = computed(() => ({
|
|
42
|
-
objectFit: props.fit
|
|
43
|
-
}));
|
|
44
|
-
watch(() => props.src, () => hasLoadError.value = false);
|
|
45
|
-
function handleError(e) {
|
|
46
|
-
hasLoadError.value = true;
|
|
47
|
-
emit("error", e);
|
|
48
|
-
}
|
|
49
|
-
return (_ctx, _cache) => {
|
|
50
|
-
return openBlock(), createElementBlock("span", {
|
|
51
|
-
class: normalizeClass(unref(avatarClass)),
|
|
52
|
-
style: normalizeStyle(unref(sizeStyle))
|
|
53
|
-
}, [
|
|
54
|
-
(_ctx.src || _ctx.srcSet) && !hasLoadError.value ? (openBlock(), createElementBlock("img", {
|
|
55
|
-
key: 0,
|
|
56
|
-
src: _ctx.src,
|
|
57
|
-
alt: _ctx.alt,
|
|
58
|
-
srcset: _ctx.srcSet,
|
|
59
|
-
style: normalizeStyle(unref(fitStyle)),
|
|
60
|
-
onError: handleError
|
|
61
|
-
}, null, 44, _hoisted_1)) : _ctx.icon ? (openBlock(), createBlock(unref(ElIcon), { key: 1 }, {
|
|
62
|
-
default: withCtx(() => [
|
|
63
|
-
(openBlock(), createBlock(resolveDynamicComponent(_ctx.icon)))
|
|
64
|
-
]),
|
|
65
|
-
_: 1
|
|
66
|
-
})) : renderSlot(_ctx.$slots, "default", { key: 2 })
|
|
67
|
-
], 6);
|
|
68
|
-
};
|
|
8
|
+
const avatarProps = buildProps({
|
|
9
|
+
size: {
|
|
10
|
+
type: [Number, String],
|
|
11
|
+
values: componentSizes,
|
|
12
|
+
default: "",
|
|
13
|
+
validator: (val) => isNumber(val)
|
|
14
|
+
},
|
|
15
|
+
shape: {
|
|
16
|
+
type: String,
|
|
17
|
+
values: ["circle", "square"],
|
|
18
|
+
default: "circle"
|
|
19
|
+
},
|
|
20
|
+
icon: {
|
|
21
|
+
type: iconPropType
|
|
22
|
+
},
|
|
23
|
+
src: {
|
|
24
|
+
type: String,
|
|
25
|
+
default: ""
|
|
26
|
+
},
|
|
27
|
+
alt: String,
|
|
28
|
+
srcSet: String,
|
|
29
|
+
fit: {
|
|
30
|
+
type: definePropType(String),
|
|
31
|
+
default: "cover"
|
|
69
32
|
}
|
|
70
33
|
});
|
|
71
|
-
|
|
34
|
+
const avatarEmits = {
|
|
35
|
+
error: (evt) => evt instanceof Event
|
|
36
|
+
};
|
|
72
37
|
|
|
73
|
-
export {
|
|
38
|
+
export { avatarEmits, avatarProps };
|
|
74
39
|
//# sourceMappingURL=avatar.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"avatar.mjs","sources":["../../../../../../packages/components/avatar/src/avatar.
|
|
1
|
+
{"version":3,"file":"avatar.mjs","sources":["../../../../../../packages/components/avatar/src/avatar.ts"],"sourcesContent":["import {\n buildProps,\n definePropType,\n iconPropType,\n isNumber,\n} from '@element-plus/utils'\nimport { componentSizes } from '@element-plus/constants'\nimport type { ExtractPropTypes } from 'vue'\nimport type { ObjectFitProperty } from 'csstype'\n\nexport const avatarProps = buildProps({\n /**\n * @description avatar size.\n */\n size: {\n type: [Number, String],\n values: componentSizes,\n default: '',\n validator: (val: unknown): val is number => isNumber(val),\n },\n /**\n * @description avatar shape.\n */\n shape: {\n type: String,\n values: ['circle', 'square'],\n default: 'circle',\n },\n /**\n * @description representation type to icon, more info on icon component.\n */\n icon: {\n type: iconPropType,\n },\n /**\n * @description the source of the image for an image avatar.\n */\n src: {\n type: String,\n default: '',\n },\n /**\n * @description native attribute `alt` of image avatar.\n */\n alt: String,\n /**\n * @description native attribute srcset of image avatar.\n */\n srcSet: String,\n /**\n * @description set how the image fit its container for an image avatar.\n */\n fit: {\n type: definePropType<ObjectFitProperty>(String),\n default: 'cover',\n },\n} as const)\nexport type AvatarProps = ExtractPropTypes<typeof avatarProps>\n\nexport const avatarEmits = {\n error: (evt: Event) => evt instanceof Event,\n}\nexport type AvatarEmits = typeof avatarEmits\n"],"names":[],"mappings":";;;;;;;AAOY,MAAC,WAAW,GAAG,UAAU,CAAC;AACtC,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC;AAC1B,IAAI,MAAM,EAAE,cAAc;AAC1B,IAAI,OAAO,EAAE,EAAE;AACf,IAAI,SAAS,EAAE,CAAC,GAAG,KAAK,QAAQ,CAAC,GAAG,CAAC;AACrC,GAAG;AACH,EAAE,KAAK,EAAE;AACT,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,MAAM,EAAE,CAAC,QAAQ,EAAE,QAAQ,CAAC;AAChC,IAAI,OAAO,EAAE,QAAQ;AACrB,GAAG;AACH,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAE,YAAY;AACtB,GAAG;AACH,EAAE,GAAG,EAAE;AACP,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,GAAG,EAAE,MAAM;AACb,EAAE,MAAM,EAAE,MAAM;AAChB,EAAE,GAAG,EAAE;AACP,IAAI,IAAI,EAAE,cAAc,CAAC,MAAM,CAAC;AAChC,IAAI,OAAO,EAAE,OAAO;AACpB,GAAG;AACH,CAAC,EAAE;AACS,MAAC,WAAW,GAAG;AAC3B,EAAE,KAAK,EAAE,CAAC,GAAG,KAAK,GAAG,YAAY,KAAK;AACtC;;;;"}
|