beyond-webui 1.0.71 → 1.0.73
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/dist/index.full.js +33 -19
- package/dist/index.full.min.js +22 -22
- package/dist/index.full.min.js.map +1 -1
- package/dist/index.full.min.mjs +23 -23
- package/dist/index.full.min.mjs.map +1 -1
- package/dist/index.full.mjs +33 -19
- package/es/components/alert/index.mjs +2 -2
- package/es/components/alert/src/alert.mjs +36 -96
- package/es/components/alert/src/alert.mjs.map +1 -1
- package/es/components/alert/src/alert2.mjs +96 -36
- package/es/components/alert/src/alert2.mjs.map +1 -1
- package/es/components/autocomplete/src/autocomplete2.mjs +1 -1
- package/es/components/backtop/index.mjs +2 -2
- package/es/components/backtop/src/backtop.mjs +21 -54
- package/es/components/backtop/src/backtop.mjs.map +1 -1
- package/es/components/backtop/src/backtop2.mjs +54 -21
- package/es/components/backtop/src/backtop2.mjs.map +1 -1
- package/es/components/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/calendar/index.mjs +2 -2
- package/es/components/calendar/src/calendar.mjs +18 -131
- package/es/components/calendar/src/calendar.mjs.map +1 -1
- package/es/components/calendar/src/calendar2.mjs +131 -18
- package/es/components/calendar/src/calendar2.mjs.map +1 -1
- package/es/components/calendar/src/date-table.mjs +33 -87
- package/es/components/calendar/src/date-table.mjs.map +1 -1
- package/es/components/calendar/src/date-table2.mjs +87 -33
- package/es/components/calendar/src/date-table2.mjs.map +1 -1
- package/es/components/calendar/src/use-date-table.mjs +1 -1
- package/es/components/carousel/index.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 +159 -56
- package/es/components/carousel/src/carousel.mjs.map +1 -1
- package/es/components/carousel/src/carousel2.mjs +56 -159
- package/es/components/carousel/src/carousel2.mjs.map +1 -1
- package/es/components/cascader/index.mjs +2 -2
- package/es/components/cascader/src/cascader.mjs +619 -61
- package/es/components/cascader/src/cascader.mjs.map +1 -1
- package/es/components/cascader/src/cascader2.mjs +61 -619
- package/es/components/cascader/src/cascader2.mjs.map +1 -1
- package/es/components/check-tag/index.mjs +2 -2
- package/es/components/check-tag/src/check-tag.mjs +12 -30
- package/es/components/check-tag/src/check-tag.mjs.map +1 -1
- package/es/components/check-tag/src/check-tag2.mjs +30 -12
- package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
- package/es/components/checkbox/index.d.ts +18 -18
- package/es/components/checkbox/index.mjs +4 -4
- package/es/components/checkbox/src/checkbox-button.mjs +1 -1
- package/es/components/checkbox/src/checkbox-button.vue.d.ts +6 -6
- package/es/components/checkbox/src/checkbox-group.mjs +28 -72
- package/es/components/checkbox/src/checkbox-group.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox-group2.mjs +72 -28
- package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox.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 +6 -6
- package/es/components/checkbox/src/checkbox2.mjs +117 -49
- package/es/components/checkbox/src/checkbox2.mjs.map +1 -1
- package/es/components/col/index.mjs +2 -2
- package/es/components/col/src/col.mjs +66 -43
- package/es/components/col/src/col.mjs.map +1 -1
- package/es/components/col/src/col2.mjs +43 -66
- package/es/components/col/src/col2.mjs.map +1 -1
- package/es/components/countdown/index.mjs +2 -2
- package/es/components/countdown/src/countdown.mjs +23 -74
- package/es/components/countdown/src/countdown.mjs.map +1 -1
- package/es/components/countdown/src/countdown2.mjs +74 -23
- package/es/components/countdown/src/countdown2.mjs.map +1 -1
- package/es/components/date-picker/src/date-picker-com/panel-date-range.mjs +4 -4
- package/es/components/date-picker/src/date-picker-com/panel-date-range.mjs.map +1 -1
- package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +3 -3
- package/es/components/date-picker/src/panel-utils.d.ts +3 -3
- package/es/components/descriptions/src/description2.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/dialog/index.d.ts +1 -1
- package/es/components/dialog/index.mjs +2 -2
- package/es/components/dialog/src/dialog-content.vue.d.ts +1 -1
- package/es/components/dialog/src/dialog-content2.mjs +23 -14
- package/es/components/dialog/src/dialog-content2.mjs.map +1 -1
- package/es/components/dialog/src/dialog.mjs +172 -74
- package/es/components/dialog/src/dialog.mjs.map +1 -1
- package/es/components/dialog/src/dialog.vue.d.ts +1 -1
- package/es/components/dialog/src/dialog2.mjs +74 -172
- package/es/components/dialog/src/dialog2.mjs.map +1 -1
- package/es/components/drawer/src/drawer.mjs +1 -1
- package/es/components/dropdown/index.d.ts +2 -2
- package/es/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
- package/es/components/dropdown/src/dropdown-menu.vue.d.ts +1 -1
- package/es/components/dropdown/src/dropdown.mjs +1 -1
- package/es/components/form/index.d.ts +1 -0
- package/es/components/form/index.mjs +2 -2
- 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.vue.d.ts +1 -0
- package/es/components/form/src/form2.mjs +5 -2
- package/es/components/form/src/form2.mjs.map +1 -1
- package/es/components/icon/index.mjs +2 -2
- package/es/components/icon/src/icon.mjs +36 -8
- package/es/components/icon/src/icon.mjs.map +1 -1
- package/es/components/icon/src/icon2.mjs +8 -36
- package/es/components/icon/src/icon2.mjs.map +1 -1
- package/es/components/image/index.mjs +2 -2
- package/es/components/image/src/image.mjs +220 -62
- package/es/components/image/src/image.mjs.map +1 -1
- package/es/components/image/src/image2.mjs +62 -220
- package/es/components/image/src/image2.mjs.map +1 -1
- package/es/components/index.mjs +35 -35
- package/es/components/input/index.mjs +2 -2
- package/es/components/input/src/input.mjs +547 -131
- package/es/components/input/src/input.mjs.map +1 -1
- package/es/components/input/src/input2.mjs +131 -547
- package/es/components/input/src/input2.mjs.map +1 -1
- 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-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/jumper2.mjs +9 -60
- package/es/components/pagination/src/components/jumper2.mjs.map +1 -1
- package/es/components/pagination/src/components/next.mjs +38 -19
- package/es/components/pagination/src/components/next.mjs.map +1 -1
- package/es/components/pagination/src/components/next2.mjs +19 -38
- package/es/components/pagination/src/components/next2.mjs.map +1 -1
- package/es/components/pagination/src/components/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/prev.mjs +18 -38
- package/es/components/pagination/src/components/prev.mjs.map +1 -1
- package/es/components/pagination/src/components/prev2.mjs +38 -18
- package/es/components/pagination/src/components/prev2.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.mjs +68 -22
- package/es/components/pagination/src/components/sizes.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.vue.d.ts +6 -6
- package/es/components/pagination/src/components/sizes2.mjs +22 -68
- package/es/components/pagination/src/components/sizes2.mjs.map +1 -1
- package/es/components/pagination/src/pagination.mjs +5 -5
- package/es/components/popconfirm/src/popconfirm2.mjs +1 -1
- package/es/components/popover/src/popover.mjs +1 -1
- package/es/components/popper/index.mjs +2 -2
- package/es/components/popper/src/arrow.mjs +37 -8
- package/es/components/popper/src/arrow.mjs.map +1 -1
- package/es/components/popper/src/arrow2.mjs +8 -37
- package/es/components/popper/src/arrow2.mjs.map +1 -1
- package/es/components/progress/index.mjs +2 -2
- package/es/components/progress/src/progress.mjs +202 -57
- package/es/components/progress/src/progress.mjs.map +1 -1
- package/es/components/progress/src/progress2.mjs +57 -202
- package/es/components/progress/src/progress2.mjs.map +1 -1
- package/es/components/radio/index.d.ts +12 -12
- package/es/components/radio/src/radio-button.d.ts +1 -1
- package/es/components/radio/src/radio-button.vue.d.ts +4 -4
- package/es/components/radio/src/radio.d.ts +2 -2
- package/es/components/radio/src/radio.vue.d.ts +4 -4
- package/es/components/rate/index.mjs +2 -2
- package/es/components/rate/src/rate.mjs +255 -87
- package/es/components/rate/src/rate.mjs.map +1 -1
- package/es/components/rate/src/rate2.mjs +87 -255
- package/es/components/rate/src/rate2.mjs.map +1 -1
- package/es/components/result/index.mjs +2 -2
- package/es/components/result/src/result.mjs +29 -63
- package/es/components/result/src/result.mjs.map +1 -1
- package/es/components/result/src/result2.mjs +63 -29
- package/es/components/result/src/result2.mjs.map +1 -1
- package/es/components/scrollbar/index.mjs +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/scrollbar2.mjs +1 -1
- package/es/components/scrollbar/src/thumb.mjs +130 -11
- package/es/components/scrollbar/src/thumb.mjs.map +1 -1
- package/es/components/scrollbar/src/thumb2.mjs +11 -130
- package/es/components/scrollbar/src/thumb2.mjs.map +1 -1
- package/es/components/select/index.d.ts +6 -6
- package/es/components/select/src/option.vue.d.ts +2 -2
- package/es/components/select/src/select.mjs +2 -2
- package/es/components/select/src/select.vue.d.ts +2 -2
- package/es/components/select-v2/src/defaults.mjs +1 -1
- package/es/components/skeleton/index.mjs +2 -2
- package/es/components/skeleton/src/skeleton-item.mjs +23 -18
- package/es/components/skeleton/src/skeleton-item.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton-item2.mjs +18 -23
- package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton.mjs +1 -1
- package/es/components/statistic/index.mjs +2 -2
- package/es/components/statistic/src/statistic.mjs +70 -25
- package/es/components/statistic/src/statistic.mjs.map +1 -1
- package/es/components/statistic/src/statistic2.mjs +25 -70
- package/es/components/statistic/src/statistic2.mjs.map +1 -1
- package/es/components/steps/index.mjs +4 -4
- package/es/components/steps/src/item.mjs +19 -188
- package/es/components/steps/src/item.mjs.map +1 -1
- package/es/components/steps/src/item2.mjs +188 -19
- package/es/components/steps/src/item2.mjs.map +1 -1
- package/es/components/steps/src/steps.mjs +34 -36
- package/es/components/steps/src/steps.mjs.map +1 -1
- package/es/components/steps/src/steps2.mjs +36 -34
- package/es/components/steps/src/steps2.mjs.map +1 -1
- package/es/components/tabs/index.mjs +3 -3
- package/es/components/tabs/src/tab-bar.mjs +75 -7
- package/es/components/tabs/src/tab-bar.mjs.map +1 -1
- package/es/components/tabs/src/tab-bar2.mjs +7 -75
- package/es/components/tabs/src/tab-bar2.mjs.map +1 -1
- package/es/components/tabs/src/tab-nav.mjs +1 -1
- 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.mjs +3 -0
- package/es/components/time-picker/src/common/picker.mjs.map +1 -1
- package/es/components/time-picker/src/common/picker.vue.d.ts +1 -1
- package/es/components/time-select/index.d.ts +20 -20
- package/es/components/time-select/index.mjs +1 -1
- package/es/components/time-select/src/time-select.mjs +118 -48
- package/es/components/time-select/src/time-select.mjs.map +1 -1
- package/es/components/time-select/src/time-select.vue.d.ts +10 -10
- package/es/components/time-select/src/time-select2.mjs +48 -118
- package/es/components/time-select/src/time-select2.mjs.map +1 -1
- package/es/components/tooltip/index.mjs +3 -3
- package/es/components/tooltip/src/content.mjs +31 -177
- package/es/components/tooltip/src/content.mjs.map +1 -1
- 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.mjs +31 -169
- package/es/components/tooltip/src/tooltip.mjs.map +1 -1
- package/es/components/tooltip/src/tooltip2.mjs +169 -31
- package/es/components/tooltip/src/tooltip2.mjs.map +1 -1
- package/es/components/tooltip-v2/index.mjs +3 -3
- package/es/components/tooltip-v2/src/content2.mjs +1 -1
- package/es/components/tooltip-v2/src/tooltip.mjs +73 -20
- package/es/components/tooltip-v2/src/tooltip.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip2.mjs +20 -73
- 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 +60 -60
- 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 +12 -12
- 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 +60 -60
- package/es/components/transfer/src/transfer2.mjs +160 -69
- package/es/components/transfer/src/transfer2.mjs.map +1 -1
- package/es/components/tree-select/src/tree-select-option.d.ts +8 -8
- package/es/components/tree-v2/index.d.ts +12 -12
- package/es/components/tree-v2/src/tree-node.vue.d.ts +12 -12
- package/es/components/tree-v2/src/tree.vue.d.ts +12 -12
- package/es/components/upload/index.mjs +1 -1
- package/es/components/upload/src/upload-content.mjs +173 -33
- package/es/components/upload/src/upload-content.mjs.map +1 -1
- package/es/components/upload/src/upload-content2.mjs +33 -173
- package/es/components/upload/src/upload-content2.mjs.map +1 -1
- package/es/components/upload/src/upload.mjs +1 -1
- package/es/components/visual-hidden/index.mjs +3 -3
- package/es/components/visual-hidden/src/visual-hidden.mjs +35 -7
- package/es/components/visual-hidden/src/visual-hidden.mjs.map +1 -1
- package/es/components/visual-hidden/src/visual-hidden2.mjs +7 -35
- package/es/components/visual-hidden/src/visual-hidden2.mjs.map +1 -1
- package/es/index.mjs +35 -35
- package/lib/components/alert/index.js +2 -2
- package/lib/components/alert/src/alert.js +37 -95
- package/lib/components/alert/src/alert.js.map +1 -1
- package/lib/components/alert/src/alert2.js +95 -37
- package/lib/components/alert/src/alert2.js.map +1 -1
- package/lib/components/autocomplete/src/autocomplete2.js +1 -1
- package/lib/components/backtop/index.js +2 -2
- package/lib/components/backtop/src/backtop.js +22 -54
- package/lib/components/backtop/src/backtop.js.map +1 -1
- package/lib/components/backtop/src/backtop2.js +54 -22
- package/lib/components/backtop/src/backtop2.js.map +1 -1
- package/lib/components/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/calendar/index.js +2 -2
- package/lib/components/calendar/src/calendar.js +19 -131
- package/lib/components/calendar/src/calendar.js.map +1 -1
- package/lib/components/calendar/src/calendar2.js +131 -19
- package/lib/components/calendar/src/calendar2.js.map +1 -1
- package/lib/components/calendar/src/date-table.js +37 -87
- package/lib/components/calendar/src/date-table.js.map +1 -1
- package/lib/components/calendar/src/date-table2.js +87 -37
- package/lib/components/calendar/src/date-table2.js.map +1 -1
- package/lib/components/calendar/src/use-date-table.js +1 -1
- package/lib/components/carousel/index.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 +159 -57
- package/lib/components/carousel/src/carousel.js.map +1 -1
- package/lib/components/carousel/src/carousel2.js +57 -159
- package/lib/components/carousel/src/carousel2.js.map +1 -1
- package/lib/components/cascader/index.js +2 -2
- package/lib/components/cascader/src/cascader.js +619 -62
- package/lib/components/cascader/src/cascader.js.map +1 -1
- package/lib/components/cascader/src/cascader2.js +62 -619
- package/lib/components/cascader/src/cascader2.js.map +1 -1
- package/lib/components/check-tag/index.js +2 -2
- package/lib/components/check-tag/src/check-tag.js +13 -30
- package/lib/components/check-tag/src/check-tag.js.map +1 -1
- package/lib/components/check-tag/src/check-tag2.js +30 -13
- package/lib/components/check-tag/src/check-tag2.js.map +1 -1
- package/lib/components/checkbox/index.d.ts +18 -18
- package/lib/components/checkbox/index.js +4 -4
- package/lib/components/checkbox/src/checkbox-button.js +1 -1
- package/lib/components/checkbox/src/checkbox-button.vue.d.ts +6 -6
- package/lib/components/checkbox/src/checkbox-group.js +29 -72
- package/lib/components/checkbox/src/checkbox-group.js.map +1 -1
- package/lib/components/checkbox/src/checkbox-group2.js +72 -29
- package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
- package/lib/components/checkbox/src/checkbox.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 +6 -6
- package/lib/components/checkbox/src/checkbox2.js +117 -50
- package/lib/components/checkbox/src/checkbox2.js.map +1 -1
- package/lib/components/col/index.js +2 -2
- package/lib/components/col/src/col.js +66 -43
- package/lib/components/col/src/col.js.map +1 -1
- package/lib/components/col/src/col2.js +43 -66
- package/lib/components/col/src/col2.js.map +1 -1
- package/lib/components/countdown/index.js +2 -2
- package/lib/components/countdown/src/countdown.js +24 -74
- package/lib/components/countdown/src/countdown.js.map +1 -1
- package/lib/components/countdown/src/countdown2.js +74 -24
- package/lib/components/countdown/src/countdown2.js.map +1 -1
- package/lib/components/date-picker/src/date-picker-com/panel-date-range.js +4 -4
- package/lib/components/date-picker/src/date-picker-com/panel-date-range.js.map +1 -1
- package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +3 -3
- package/lib/components/date-picker/src/panel-utils.d.ts +3 -3
- package/lib/components/descriptions/src/description2.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/dialog/index.d.ts +1 -1
- package/lib/components/dialog/index.js +2 -2
- package/lib/components/dialog/src/dialog-content.vue.d.ts +1 -1
- package/lib/components/dialog/src/dialog-content2.js +22 -13
- package/lib/components/dialog/src/dialog-content2.js.map +1 -1
- package/lib/components/dialog/src/dialog.js +172 -75
- package/lib/components/dialog/src/dialog.js.map +1 -1
- package/lib/components/dialog/src/dialog.vue.d.ts +1 -1
- package/lib/components/dialog/src/dialog2.js +75 -172
- package/lib/components/dialog/src/dialog2.js.map +1 -1
- package/lib/components/drawer/src/drawer.js +1 -1
- package/lib/components/dropdown/index.d.ts +2 -2
- package/lib/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
- package/lib/components/dropdown/src/dropdown-menu.vue.d.ts +1 -1
- package/lib/components/dropdown/src/dropdown.js +1 -1
- package/lib/components/form/index.d.ts +1 -0
- package/lib/components/form/index.js +2 -2
- 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.vue.d.ts +1 -0
- package/lib/components/form/src/form2.js +4 -1
- package/lib/components/form/src/form2.js.map +1 -1
- package/lib/components/icon/index.js +2 -2
- package/lib/components/icon/src/icon.js +36 -8
- package/lib/components/icon/src/icon.js.map +1 -1
- package/lib/components/icon/src/icon2.js +8 -36
- package/lib/components/icon/src/icon2.js.map +1 -1
- package/lib/components/image/index.js +2 -2
- package/lib/components/image/src/image.js +220 -63
- package/lib/components/image/src/image.js.map +1 -1
- package/lib/components/image/src/image2.js +63 -220
- package/lib/components/image/src/image2.js.map +1 -1
- package/lib/components/index.js +35 -35
- package/lib/components/input/index.js +2 -2
- package/lib/components/input/src/input.js +546 -131
- package/lib/components/input/src/input.js.map +1 -1
- package/lib/components/input/src/input2.js +131 -546
- package/lib/components/input/src/input2.js.map +1 -1
- 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-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/jumper2.js +9 -60
- package/lib/components/pagination/src/components/jumper2.js.map +1 -1
- package/lib/components/pagination/src/components/next.js +38 -19
- package/lib/components/pagination/src/components/next.js.map +1 -1
- package/lib/components/pagination/src/components/next2.js +19 -38
- package/lib/components/pagination/src/components/next2.js.map +1 -1
- package/lib/components/pagination/src/components/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/prev.js +19 -38
- package/lib/components/pagination/src/components/prev.js.map +1 -1
- package/lib/components/pagination/src/components/prev2.js +38 -19
- package/lib/components/pagination/src/components/prev2.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.js +68 -22
- package/lib/components/pagination/src/components/sizes.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.vue.d.ts +6 -6
- package/lib/components/pagination/src/components/sizes2.js +22 -68
- package/lib/components/pagination/src/components/sizes2.js.map +1 -1
- package/lib/components/pagination/src/pagination.js +5 -5
- package/lib/components/popconfirm/src/popconfirm2.js +1 -1
- package/lib/components/popover/src/popover.js +1 -1
- package/lib/components/popper/index.js +2 -2
- package/lib/components/popper/src/arrow.js +37 -9
- package/lib/components/popper/src/arrow.js.map +1 -1
- package/lib/components/popper/src/arrow2.js +9 -37
- package/lib/components/popper/src/arrow2.js.map +1 -1
- package/lib/components/progress/index.js +2 -2
- package/lib/components/progress/src/progress.js +202 -57
- package/lib/components/progress/src/progress.js.map +1 -1
- package/lib/components/progress/src/progress2.js +57 -202
- package/lib/components/progress/src/progress2.js.map +1 -1
- package/lib/components/radio/index.d.ts +12 -12
- package/lib/components/radio/src/radio-button.d.ts +1 -1
- package/lib/components/radio/src/radio-button.vue.d.ts +4 -4
- package/lib/components/radio/src/radio.d.ts +2 -2
- package/lib/components/radio/src/radio.vue.d.ts +4 -4
- package/lib/components/rate/index.js +2 -2
- package/lib/components/rate/src/rate.js +254 -87
- package/lib/components/rate/src/rate.js.map +1 -1
- package/lib/components/rate/src/rate2.js +87 -254
- package/lib/components/rate/src/rate2.js.map +1 -1
- package/lib/components/result/index.js +2 -2
- package/lib/components/result/src/result.js +31 -63
- package/lib/components/result/src/result.js.map +1 -1
- package/lib/components/result/src/result2.js +63 -31
- package/lib/components/result/src/result2.js.map +1 -1
- package/lib/components/scrollbar/index.js +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/scrollbar2.js +1 -1
- package/lib/components/scrollbar/src/thumb.js +130 -11
- package/lib/components/scrollbar/src/thumb.js.map +1 -1
- package/lib/components/scrollbar/src/thumb2.js +11 -130
- package/lib/components/scrollbar/src/thumb2.js.map +1 -1
- package/lib/components/select/index.d.ts +6 -6
- package/lib/components/select/src/option.vue.d.ts +2 -2
- package/lib/components/select/src/select.js +2 -2
- package/lib/components/select/src/select.vue.d.ts +2 -2
- package/lib/components/select-v2/src/defaults.js +1 -1
- package/lib/components/skeleton/index.js +2 -2
- package/lib/components/skeleton/src/skeleton-item.js +23 -18
- package/lib/components/skeleton/src/skeleton-item.js.map +1 -1
- package/lib/components/skeleton/src/skeleton-item2.js +18 -23
- package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
- package/lib/components/skeleton/src/skeleton.js +1 -1
- package/lib/components/statistic/index.js +2 -2
- package/lib/components/statistic/src/statistic.js +70 -25
- package/lib/components/statistic/src/statistic.js.map +1 -1
- package/lib/components/statistic/src/statistic2.js +25 -70
- package/lib/components/statistic/src/statistic2.js.map +1 -1
- package/lib/components/steps/index.js +4 -4
- package/lib/components/steps/src/item.js +19 -188
- package/lib/components/steps/src/item.js.map +1 -1
- package/lib/components/steps/src/item2.js +188 -19
- package/lib/components/steps/src/item2.js.map +1 -1
- package/lib/components/steps/src/steps.js +34 -37
- package/lib/components/steps/src/steps.js.map +1 -1
- package/lib/components/steps/src/steps2.js +37 -34
- package/lib/components/steps/src/steps2.js.map +1 -1
- package/lib/components/tabs/index.js +3 -3
- package/lib/components/tabs/src/tab-bar.js +75 -7
- package/lib/components/tabs/src/tab-bar.js.map +1 -1
- package/lib/components/tabs/src/tab-bar2.js +7 -75
- package/lib/components/tabs/src/tab-bar2.js.map +1 -1
- package/lib/components/tabs/src/tab-nav.js +1 -1
- 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.js +3 -0
- package/lib/components/time-picker/src/common/picker.js.map +1 -1
- package/lib/components/time-picker/src/common/picker.vue.d.ts +1 -1
- package/lib/components/time-select/index.d.ts +20 -20
- package/lib/components/time-select/index.js +1 -1
- package/lib/components/time-select/src/time-select.js +123 -48
- package/lib/components/time-select/src/time-select.js.map +1 -1
- package/lib/components/time-select/src/time-select.vue.d.ts +10 -10
- package/lib/components/time-select/src/time-select2.js +48 -123
- package/lib/components/time-select/src/time-select2.js.map +1 -1
- package/lib/components/tooltip/index.js +3 -3
- package/lib/components/tooltip/src/content.js +31 -177
- package/lib/components/tooltip/src/content.js.map +1 -1
- 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.js +33 -167
- package/lib/components/tooltip/src/tooltip.js.map +1 -1
- package/lib/components/tooltip/src/tooltip2.js +167 -33
- package/lib/components/tooltip/src/tooltip2.js.map +1 -1
- package/lib/components/tooltip-v2/index.js +3 -3
- package/lib/components/tooltip-v2/src/content2.js +1 -1
- package/lib/components/tooltip-v2/src/tooltip.js +73 -20
- package/lib/components/tooltip-v2/src/tooltip.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip2.js +20 -73
- 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 +60 -60
- 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 +12 -12
- 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 +60 -60
- package/lib/components/transfer/src/transfer2.js +160 -73
- package/lib/components/transfer/src/transfer2.js.map +1 -1
- package/lib/components/tree-select/src/tree-select-option.d.ts +8 -8
- package/lib/components/tree-v2/index.d.ts +12 -12
- package/lib/components/tree-v2/src/tree-node.vue.d.ts +12 -12
- package/lib/components/tree-v2/src/tree.vue.d.ts +12 -12
- package/lib/components/upload/index.js +1 -1
- package/lib/components/upload/src/upload-content.js +172 -32
- package/lib/components/upload/src/upload-content.js.map +1 -1
- package/lib/components/upload/src/upload-content2.js +32 -172
- package/lib/components/upload/src/upload-content2.js.map +1 -1
- package/lib/components/upload/src/upload.js +1 -1
- package/lib/components/visual-hidden/index.js +2 -2
- package/lib/components/visual-hidden/src/visual-hidden.js +35 -7
- package/lib/components/visual-hidden/src/visual-hidden.js.map +1 -1
- package/lib/components/visual-hidden/src/visual-hidden2.js +7 -35
- package/lib/components/visual-hidden/src/visual-hidden2.js.map +1 -1
- package/lib/index.js +35 -35
- package/package.json +1 -1
- package/theme-chalk/el-dialog.css +1 -1
- package/theme-chalk/el-input.css +1 -1
- package/theme-chalk/el-select.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/dialog.scss +6 -21
- package/theme-chalk/src/input.scss +2 -2
- package/theme-chalk/src/select.scss +1 -1
|
@@ -1,17 +1,94 @@
|
|
|
1
|
+
import { defineComponent, inject, watch, onBeforeUnmount, openBlock, createBlock, unref, withCtx, renderSlot, createElementBlock, mergeProps } from 'vue';
|
|
1
2
|
import '../../../utils/index.mjs';
|
|
2
|
-
import {
|
|
3
|
+
import { tooltipV2RootKey } from './constants.mjs';
|
|
4
|
+
import ForwardRef from './forward-ref.mjs';
|
|
5
|
+
import { tooltipV2TriggerProps } from './trigger.mjs';
|
|
6
|
+
import { tooltipV2CommonProps } from './common.mjs';
|
|
7
|
+
import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
|
|
8
|
+
import { composeEventHandlers } from '../../../utils/dom/event.mjs';
|
|
3
9
|
|
|
4
|
-
const
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
const tooltipV2TriggerProps = buildProps({
|
|
8
|
-
onBlur: EventHandler,
|
|
9
|
-
onClick: EventHandler,
|
|
10
|
-
onFocus: EventHandler,
|
|
11
|
-
onMouseDown: EventHandler,
|
|
12
|
-
onMouseEnter: EventHandler,
|
|
13
|
-
onMouseLeave: EventHandler
|
|
10
|
+
const __default__ = defineComponent({
|
|
11
|
+
name: "ElTooltipV2Trigger"
|
|
14
12
|
});
|
|
13
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
14
|
+
...__default__,
|
|
15
|
+
props: {
|
|
16
|
+
...tooltipV2CommonProps,
|
|
17
|
+
...tooltipV2TriggerProps
|
|
18
|
+
},
|
|
19
|
+
setup(__props) {
|
|
20
|
+
const props = __props;
|
|
21
|
+
const { onClose, onOpen, onDelayOpen, triggerRef, contentId } = inject(tooltipV2RootKey);
|
|
22
|
+
let isMousedown = false;
|
|
23
|
+
const setTriggerRef = (el) => {
|
|
24
|
+
triggerRef.value = el;
|
|
25
|
+
};
|
|
26
|
+
const onMouseup = () => {
|
|
27
|
+
isMousedown = false;
|
|
28
|
+
};
|
|
29
|
+
const onMouseenter = composeEventHandlers(props.onMouseEnter, onDelayOpen);
|
|
30
|
+
const onMouseleave = composeEventHandlers(props.onMouseLeave, onClose);
|
|
31
|
+
const onMousedown = composeEventHandlers(props.onMouseDown, () => {
|
|
32
|
+
onClose();
|
|
33
|
+
isMousedown = true;
|
|
34
|
+
document.addEventListener("mouseup", onMouseup, { once: true });
|
|
35
|
+
});
|
|
36
|
+
const onFocus = composeEventHandlers(props.onFocus, () => {
|
|
37
|
+
if (!isMousedown)
|
|
38
|
+
onOpen();
|
|
39
|
+
});
|
|
40
|
+
const onBlur = composeEventHandlers(props.onBlur, onClose);
|
|
41
|
+
const onClick = composeEventHandlers(props.onClick, (e) => {
|
|
42
|
+
if (e.detail === 0)
|
|
43
|
+
onClose();
|
|
44
|
+
});
|
|
45
|
+
const events = {
|
|
46
|
+
blur: onBlur,
|
|
47
|
+
click: onClick,
|
|
48
|
+
focus: onFocus,
|
|
49
|
+
mousedown: onMousedown,
|
|
50
|
+
mouseenter: onMouseenter,
|
|
51
|
+
mouseleave: onMouseleave
|
|
52
|
+
};
|
|
53
|
+
const setEvents = (el, events2, type) => {
|
|
54
|
+
if (el) {
|
|
55
|
+
Object.entries(events2).forEach(([name, handler]) => {
|
|
56
|
+
el[type](name, handler);
|
|
57
|
+
});
|
|
58
|
+
}
|
|
59
|
+
};
|
|
60
|
+
watch(triggerRef, (triggerEl, previousTriggerEl) => {
|
|
61
|
+
setEvents(triggerEl, events, "addEventListener");
|
|
62
|
+
setEvents(previousTriggerEl, events, "removeEventListener");
|
|
63
|
+
if (triggerEl) {
|
|
64
|
+
triggerEl.setAttribute("aria-describedby", contentId.value);
|
|
65
|
+
}
|
|
66
|
+
});
|
|
67
|
+
onBeforeUnmount(() => {
|
|
68
|
+
setEvents(triggerRef.value, events, "removeEventListener");
|
|
69
|
+
document.removeEventListener("mouseup", onMouseup);
|
|
70
|
+
});
|
|
71
|
+
return (_ctx, _cache) => {
|
|
72
|
+
return _ctx.nowrap ? (openBlock(), createBlock(unref(ForwardRef), {
|
|
73
|
+
key: 0,
|
|
74
|
+
"set-ref": setTriggerRef,
|
|
75
|
+
"only-child": ""
|
|
76
|
+
}, {
|
|
77
|
+
default: withCtx(() => [
|
|
78
|
+
renderSlot(_ctx.$slots, "default")
|
|
79
|
+
]),
|
|
80
|
+
_: 3
|
|
81
|
+
})) : (openBlock(), createElementBlock("button", mergeProps({
|
|
82
|
+
key: 1,
|
|
83
|
+
ref_key: "triggerRef",
|
|
84
|
+
ref: triggerRef
|
|
85
|
+
}, _ctx.$attrs), [
|
|
86
|
+
renderSlot(_ctx.$slots, "default")
|
|
87
|
+
], 16));
|
|
88
|
+
};
|
|
89
|
+
}
|
|
90
|
+
});
|
|
91
|
+
var TooltipV2Trigger = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "D:\\Haulistix\\beyond-ui\\packages\\components\\tooltip-v2\\src\\trigger.vue"]]);
|
|
15
92
|
|
|
16
|
-
export {
|
|
93
|
+
export { TooltipV2Trigger as default };
|
|
17
94
|
//# sourceMappingURL=trigger2.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"trigger2.mjs","sources":["../../../../../../packages/components/tooltip-v2/src/trigger.
|
|
1
|
+
{"version":3,"file":"trigger2.mjs","sources":["../../../../../../packages/components/tooltip-v2/src/trigger.vue"],"sourcesContent":["<template>\n <forward-ref v-if=\"nowrap\" :set-ref=\"setTriggerRef\" only-child>\n <slot />\n </forward-ref>\n <button v-else ref=\"triggerRef\" v-bind=\"$attrs\">\n <slot />\n </button>\n</template>\n\n<script setup lang=\"ts\">\nimport { inject, onBeforeUnmount, watch } from 'vue'\nimport { composeEventHandlers } from '@element-plus/utils'\nimport { tooltipV2RootKey } from './constants'\nimport ForwardRef from './forward-ref'\nimport { tooltipV2TriggerProps } from './trigger'\nimport { tooltipV2CommonProps } from './common'\n\ndefineOptions({\n name: 'ElTooltipV2Trigger',\n})\n\nconst props = defineProps({\n ...tooltipV2CommonProps,\n ...tooltipV2TriggerProps,\n})\n\n/**\n * onOpen opens the tooltip instantly, onTrigger acts a lil bit differently,\n * it will check if delayDuration is set to greater than 0 and based on that result,\n * if true, it opens the tooltip after delayDuration, otherwise it opens it instantly.\n */\nconst { onClose, onOpen, onDelayOpen, triggerRef, contentId } =\n inject(tooltipV2RootKey)!\n\nlet isMousedown = false\n\nconst setTriggerRef = (el: HTMLElement | null) => {\n triggerRef.value = el\n}\n\nconst onMouseup = () => {\n isMousedown = false\n}\n\nconst onMouseenter = composeEventHandlers(props.onMouseEnter, onDelayOpen)\n\nconst onMouseleave = composeEventHandlers(props.onMouseLeave, onClose)\n\nconst onMousedown = composeEventHandlers(props.onMouseDown, () => {\n onClose()\n isMousedown = true\n document.addEventListener('mouseup', onMouseup, { once: true })\n})\n\nconst onFocus = composeEventHandlers(props.onFocus, () => {\n if (!isMousedown) onOpen()\n})\n\nconst onBlur = composeEventHandlers(props.onBlur, onClose)\n\nconst onClick = composeEventHandlers(props.onClick, (e) => {\n if ((e as MouseEvent).detail === 0) onClose()\n})\n\nconst events = {\n blur: onBlur,\n click: onClick,\n focus: onFocus,\n mousedown: onMousedown,\n mouseenter: onMouseenter,\n mouseleave: onMouseleave,\n}\n\nconst setEvents = <T extends (e: Event) => void>(\n el: HTMLElement | null | undefined,\n events: Record<string, T>,\n type: 'addEventListener' | 'removeEventListener'\n) => {\n if (el) {\n Object.entries(events).forEach(([name, handler]) => {\n el[type](name, handler)\n })\n }\n}\n\nwatch(triggerRef, (triggerEl, previousTriggerEl) => {\n setEvents(triggerEl, events, 'addEventListener')\n setEvents(previousTriggerEl, events, 'removeEventListener')\n\n if (triggerEl) {\n triggerEl.setAttribute('aria-describedby', contentId.value)\n }\n})\n\nonBeforeUnmount(() => {\n setEvents(triggerRef.value, events, 'removeEventListener')\n document.removeEventListener('mouseup', onMouseup)\n})\n</script>\n"],"names":[],"mappings":";;;;;;;;;mCAiBc,CAAA;AAAA,EACZ,IAAM,EAAA,oBAAA;AACR,CAAA,CAAA,CAAA;;;;;;;;;AAYA,IAAA,MAAM,EAAE,OAAS,EAAA,MAAA,EAAQ,aAAa,UAAY,EAAA,SAAA,EAAA,GAChD,OAAO,gBAAgB,CAAA,CAAA;AAEzB,IAAA,IAAI,WAAc,GAAA,KAAA,CAAA;AAElB,IAAM,MAAA,aAAA,GAAgB,CAAC,EAA2B,KAAA;AAChD,MAAA,UAAA,CAAW,KAAQ,GAAA,EAAA,CAAA;AAAA,KACrB,CAAA;AAEA,IAAA,MAAM,YAAY,MAAM;AACtB,MAAc,WAAA,GAAA,KAAA,CAAA;AAAA,KAChB,CAAA;AAEA,IAAA,MAAM,YAAe,GAAA,oBAAA,CAAqB,KAAM,CAAA,YAAA,EAAc,WAAW,CAAA,CAAA;AAEzE,IAAA,MAAM,YAAe,GAAA,oBAAA,CAAqB,KAAM,CAAA,YAAA,EAAc,OAAO,CAAA,CAAA;AAErE,IAAA,MAAM,WAAc,GAAA,oBAAA,CAAqB,KAAM,CAAA,WAAA,EAAa,MAAM;AAChE,MAAQ,OAAA,EAAA,CAAA;AACR,MAAc,WAAA,GAAA,IAAA,CAAA;AACd,MAAA,QAAA,CAAS,iBAAiB,SAAW,EAAA,SAAA,EAAW,EAAE,IAAA,EAAM,MAAM,CAAA,CAAA;AAAA,KAC/D,CAAA,CAAA;AAED,IAAA,MAAM,OAAU,GAAA,oBAAA,CAAqB,KAAM,CAAA,OAAA,EAAS,MAAM;AACxD,MAAA,IAAI,CAAC,WAAA;AAAa,QAAO,MAAA,EAAA,CAAA;AAAA,KAC1B,CAAA,CAAA;AAED,IAAA,MAAM,MAAS,GAAA,oBAAA,CAAqB,KAAM,CAAA,MAAA,EAAQ,OAAO,CAAA,CAAA;AAEzD,IAAA,MAAM,OAAU,GAAA,oBAAA,CAAqB,KAAM,CAAA,OAAA,EAAS,CAAC,CAAM,KAAA;AACzD,MAAA,IAAK,EAAiB,MAAW,KAAA,CAAA;AAAG,QAAQ,OAAA,EAAA,CAAA;AAAA,KAC7C,CAAA,CAAA;AAED,IAAA,MAAM,MAAS,GAAA;AAAA,MACb,IAAM,EAAA,MAAA;AAAA,MACN,KAAO,EAAA,OAAA;AAAA,MACP,KAAO,EAAA,OAAA;AAAA,MACP,SAAW,EAAA,WAAA;AAAA,MACX,UAAY,EAAA,YAAA;AAAA,MACZ,UAAY,EAAA,YAAA;AAAA,KACd,CAAA;AAEA,IAAA,MAAM,SAAY,GAAA,CAChB,EACA,EAAA,OAAA,EACA,IACG,KAAA;AACH,MAAA,IAAI,EAAI,EAAA;AACN,QAAA,MAAA,CAAO,QAAQ,OAAM,CAAA,CAAE,QAAQ,CAAC,CAAC,MAAM,OAAa,CAAA,KAAA;AAClD,UAAG,EAAA,CAAA,IAAA,CAAA,CAAM,MAAM,OAAO,CAAA,CAAA;AAAA,SACvB,CAAA,CAAA;AAAA,OACH;AAAA,KACF,CAAA;AAEA,IAAM,KAAA,CAAA,UAAA,EAAY,CAAC,SAAA,EAAW,iBAAsB,KAAA;AAClD,MAAU,SAAA,CAAA,SAAA,EAAW,QAAQ,kBAAkB,CAAA,CAAA;AAC/C,MAAU,SAAA,CAAA,iBAAA,EAAmB,QAAQ,qBAAqB,CAAA,CAAA;AAE1D,MAAA,IAAI,SAAW,EAAA;AACb,QAAU,SAAA,CAAA,YAAA,CAAa,kBAAoB,EAAA,SAAA,CAAU,KAAK,CAAA,CAAA;AAAA,OAC5D;AAAA,KACD,CAAA,CAAA;AAED,IAAA,eAAA,CAAgB,MAAM;AACpB,MAAU,SAAA,CAAA,UAAA,CAAW,KAAO,EAAA,MAAA,EAAQ,qBAAqB,CAAA,CAAA;AACzD,MAAS,QAAA,CAAA,mBAAA,CAAoB,WAAW,SAAS,CAAA,CAAA;AAAA,KAClD,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -274,11 +274,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
274
274
|
isEmpty: (val: unknown) => boolean;
|
|
275
275
|
ElCheckbox: import("beyond-webui/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
276
276
|
modelValue: {
|
|
277
|
-
type: (
|
|
277
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
278
278
|
default: undefined;
|
|
279
279
|
};
|
|
280
280
|
label: {
|
|
281
|
-
type: (
|
|
281
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
282
282
|
};
|
|
283
283
|
indeterminate: BooleanConstructor;
|
|
284
284
|
disabled: BooleanConstructor;
|
|
@@ -318,11 +318,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
318
318
|
}, {
|
|
319
319
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
320
320
|
modelValue: {
|
|
321
|
-
type: (
|
|
321
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
322
322
|
default: undefined;
|
|
323
323
|
};
|
|
324
324
|
label: {
|
|
325
|
-
type: (
|
|
325
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
326
326
|
};
|
|
327
327
|
indeterminate: BooleanConstructor;
|
|
328
328
|
disabled: BooleanConstructor;
|
|
@@ -401,11 +401,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
401
401
|
change: (val: import("..").CheckboxValueType) => boolean;
|
|
402
402
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
403
403
|
modelValue: {
|
|
404
|
-
type: (
|
|
404
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
405
405
|
default: undefined;
|
|
406
406
|
};
|
|
407
407
|
label: {
|
|
408
|
-
type: (
|
|
408
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
409
409
|
};
|
|
410
410
|
indeterminate: BooleanConstructor;
|
|
411
411
|
disabled: BooleanConstructor;
|
|
@@ -460,11 +460,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
460
460
|
}>> & {
|
|
461
461
|
CheckboxButton: import("vue").DefineComponent<{
|
|
462
462
|
modelValue: {
|
|
463
|
-
type: (
|
|
463
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
464
464
|
default: undefined;
|
|
465
465
|
};
|
|
466
466
|
label: {
|
|
467
|
-
type: (
|
|
467
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
468
468
|
};
|
|
469
469
|
indeterminate: BooleanConstructor;
|
|
470
470
|
disabled: BooleanConstructor;
|
|
@@ -504,11 +504,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
504
504
|
}, {
|
|
505
505
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
506
506
|
modelValue: {
|
|
507
|
-
type: (
|
|
507
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
508
508
|
default: undefined;
|
|
509
509
|
};
|
|
510
510
|
label: {
|
|
511
|
-
type: (
|
|
511
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
512
512
|
};
|
|
513
513
|
indeterminate: BooleanConstructor;
|
|
514
514
|
disabled: BooleanConstructor;
|
|
@@ -587,11 +587,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
587
587
|
change: (val: import("..").CheckboxValueType) => boolean;
|
|
588
588
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
589
589
|
modelValue: {
|
|
590
|
-
type: (
|
|
590
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
591
591
|
default: undefined;
|
|
592
592
|
};
|
|
593
593
|
label: {
|
|
594
|
-
type: (
|
|
594
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
595
595
|
};
|
|
596
596
|
indeterminate: BooleanConstructor;
|
|
597
597
|
disabled: BooleanConstructor;
|
|
@@ -1330,11 +1330,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
1330
1330
|
isEmpty: (val: unknown) => boolean;
|
|
1331
1331
|
ElCheckbox: import("beyond-webui/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
1332
1332
|
modelValue: {
|
|
1333
|
-
type: (
|
|
1333
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
1334
1334
|
default: undefined;
|
|
1335
1335
|
};
|
|
1336
1336
|
label: {
|
|
1337
|
-
type: (
|
|
1337
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
1338
1338
|
};
|
|
1339
1339
|
indeterminate: BooleanConstructor;
|
|
1340
1340
|
disabled: BooleanConstructor;
|
|
@@ -1374,11 +1374,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
1374
1374
|
}, {
|
|
1375
1375
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1376
1376
|
modelValue: {
|
|
1377
|
-
type: (
|
|
1377
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
1378
1378
|
default: undefined;
|
|
1379
1379
|
};
|
|
1380
1380
|
label: {
|
|
1381
|
-
type: (
|
|
1381
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
1382
1382
|
};
|
|
1383
1383
|
indeterminate: BooleanConstructor;
|
|
1384
1384
|
disabled: BooleanConstructor;
|
|
@@ -1457,11 +1457,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
1457
1457
|
change: (val: import("..").CheckboxValueType) => boolean;
|
|
1458
1458
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1459
1459
|
modelValue: {
|
|
1460
|
-
type: (
|
|
1460
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
1461
1461
|
default: undefined;
|
|
1462
1462
|
};
|
|
1463
1463
|
label: {
|
|
1464
|
-
type: (
|
|
1464
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
1465
1465
|
};
|
|
1466
1466
|
indeterminate: BooleanConstructor;
|
|
1467
1467
|
disabled: BooleanConstructor;
|
|
@@ -1516,11 +1516,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
1516
1516
|
}>> & {
|
|
1517
1517
|
CheckboxButton: import("vue").DefineComponent<{
|
|
1518
1518
|
modelValue: {
|
|
1519
|
-
type: (
|
|
1519
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
1520
1520
|
default: undefined;
|
|
1521
1521
|
};
|
|
1522
1522
|
label: {
|
|
1523
|
-
type: (
|
|
1523
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
1524
1524
|
};
|
|
1525
1525
|
indeterminate: BooleanConstructor;
|
|
1526
1526
|
disabled: BooleanConstructor;
|
|
@@ -1560,11 +1560,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
1560
1560
|
}, {
|
|
1561
1561
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1562
1562
|
modelValue: {
|
|
1563
|
-
type: (
|
|
1563
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
1564
1564
|
default: undefined;
|
|
1565
1565
|
};
|
|
1566
1566
|
label: {
|
|
1567
|
-
type: (
|
|
1567
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
1568
1568
|
};
|
|
1569
1569
|
indeterminate: BooleanConstructor;
|
|
1570
1570
|
disabled: BooleanConstructor;
|
|
@@ -1643,11 +1643,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
1643
1643
|
change: (val: import("..").CheckboxValueType) => boolean;
|
|
1644
1644
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1645
1645
|
modelValue: {
|
|
1646
|
-
type: (
|
|
1646
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
1647
1647
|
default: undefined;
|
|
1648
1648
|
};
|
|
1649
1649
|
label: {
|
|
1650
|
-
type: (
|
|
1650
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
1651
1651
|
};
|
|
1652
1652
|
indeterminate: BooleanConstructor;
|
|
1653
1653
|
disabled: BooleanConstructor;
|
|
@@ -2412,11 +2412,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
2412
2412
|
isEmpty: (val: unknown) => boolean;
|
|
2413
2413
|
ElCheckbox: import("beyond-webui/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
2414
2414
|
modelValue: {
|
|
2415
|
-
type: (
|
|
2415
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
2416
2416
|
default: undefined;
|
|
2417
2417
|
};
|
|
2418
2418
|
label: {
|
|
2419
|
-
type: (
|
|
2419
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
2420
2420
|
};
|
|
2421
2421
|
indeterminate: BooleanConstructor;
|
|
2422
2422
|
disabled: BooleanConstructor;
|
|
@@ -2456,11 +2456,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
2456
2456
|
}, {
|
|
2457
2457
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2458
2458
|
modelValue: {
|
|
2459
|
-
type: (
|
|
2459
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
2460
2460
|
default: undefined;
|
|
2461
2461
|
};
|
|
2462
2462
|
label: {
|
|
2463
|
-
type: (
|
|
2463
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
2464
2464
|
};
|
|
2465
2465
|
indeterminate: BooleanConstructor;
|
|
2466
2466
|
disabled: BooleanConstructor;
|
|
@@ -2539,11 +2539,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
2539
2539
|
change: (val: import("..").CheckboxValueType) => boolean;
|
|
2540
2540
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2541
2541
|
modelValue: {
|
|
2542
|
-
type: (
|
|
2542
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
2543
2543
|
default: undefined;
|
|
2544
2544
|
};
|
|
2545
2545
|
label: {
|
|
2546
|
-
type: (
|
|
2546
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
2547
2547
|
};
|
|
2548
2548
|
indeterminate: BooleanConstructor;
|
|
2549
2549
|
disabled: BooleanConstructor;
|
|
@@ -2598,11 +2598,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
2598
2598
|
}>> & {
|
|
2599
2599
|
CheckboxButton: import("vue").DefineComponent<{
|
|
2600
2600
|
modelValue: {
|
|
2601
|
-
type: (
|
|
2601
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
2602
2602
|
default: undefined;
|
|
2603
2603
|
};
|
|
2604
2604
|
label: {
|
|
2605
|
-
type: (
|
|
2605
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
2606
2606
|
};
|
|
2607
2607
|
indeterminate: BooleanConstructor;
|
|
2608
2608
|
disabled: BooleanConstructor;
|
|
@@ -2642,11 +2642,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
2642
2642
|
}, {
|
|
2643
2643
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2644
2644
|
modelValue: {
|
|
2645
|
-
type: (
|
|
2645
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
2646
2646
|
default: undefined;
|
|
2647
2647
|
};
|
|
2648
2648
|
label: {
|
|
2649
|
-
type: (
|
|
2649
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
2650
2650
|
};
|
|
2651
2651
|
indeterminate: BooleanConstructor;
|
|
2652
2652
|
disabled: BooleanConstructor;
|
|
@@ -2725,11 +2725,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
2725
2725
|
change: (val: import("..").CheckboxValueType) => boolean;
|
|
2726
2726
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2727
2727
|
modelValue: {
|
|
2728
|
-
type: (
|
|
2728
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
2729
2729
|
default: undefined;
|
|
2730
2730
|
};
|
|
2731
2731
|
label: {
|
|
2732
|
-
type: (
|
|
2732
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
2733
2733
|
};
|
|
2734
2734
|
indeterminate: BooleanConstructor;
|
|
2735
2735
|
disabled: BooleanConstructor;
|
|
@@ -3468,11 +3468,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
3468
3468
|
isEmpty: (val: unknown) => boolean;
|
|
3469
3469
|
ElCheckbox: import("beyond-webui/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
3470
3470
|
modelValue: {
|
|
3471
|
-
type: (
|
|
3471
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
3472
3472
|
default: undefined;
|
|
3473
3473
|
};
|
|
3474
3474
|
label: {
|
|
3475
|
-
type: (
|
|
3475
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
3476
3476
|
};
|
|
3477
3477
|
indeterminate: BooleanConstructor;
|
|
3478
3478
|
disabled: BooleanConstructor;
|
|
@@ -3512,11 +3512,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
3512
3512
|
}, {
|
|
3513
3513
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
3514
3514
|
modelValue: {
|
|
3515
|
-
type: (
|
|
3515
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
3516
3516
|
default: undefined;
|
|
3517
3517
|
};
|
|
3518
3518
|
label: {
|
|
3519
|
-
type: (
|
|
3519
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
3520
3520
|
};
|
|
3521
3521
|
indeterminate: BooleanConstructor;
|
|
3522
3522
|
disabled: BooleanConstructor;
|
|
@@ -3595,11 +3595,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
3595
3595
|
change: (val: import("..").CheckboxValueType) => boolean;
|
|
3596
3596
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3597
3597
|
modelValue: {
|
|
3598
|
-
type: (
|
|
3598
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
3599
3599
|
default: undefined;
|
|
3600
3600
|
};
|
|
3601
3601
|
label: {
|
|
3602
|
-
type: (
|
|
3602
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
3603
3603
|
};
|
|
3604
3604
|
indeterminate: BooleanConstructor;
|
|
3605
3605
|
disabled: BooleanConstructor;
|
|
@@ -3654,11 +3654,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
3654
3654
|
}>> & {
|
|
3655
3655
|
CheckboxButton: import("vue").DefineComponent<{
|
|
3656
3656
|
modelValue: {
|
|
3657
|
-
type: (
|
|
3657
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
3658
3658
|
default: undefined;
|
|
3659
3659
|
};
|
|
3660
3660
|
label: {
|
|
3661
|
-
type: (
|
|
3661
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
3662
3662
|
};
|
|
3663
3663
|
indeterminate: BooleanConstructor;
|
|
3664
3664
|
disabled: BooleanConstructor;
|
|
@@ -3698,11 +3698,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
3698
3698
|
}, {
|
|
3699
3699
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
3700
3700
|
modelValue: {
|
|
3701
|
-
type: (
|
|
3701
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
3702
3702
|
default: undefined;
|
|
3703
3703
|
};
|
|
3704
3704
|
label: {
|
|
3705
|
-
type: (
|
|
3705
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
3706
3706
|
};
|
|
3707
3707
|
indeterminate: BooleanConstructor;
|
|
3708
3708
|
disabled: BooleanConstructor;
|
|
@@ -3781,11 +3781,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
3781
3781
|
change: (val: import("..").CheckboxValueType) => boolean;
|
|
3782
3782
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3783
3783
|
modelValue: {
|
|
3784
|
-
type: (
|
|
3784
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
3785
3785
|
default: undefined;
|
|
3786
3786
|
};
|
|
3787
3787
|
label: {
|
|
3788
|
-
type: (
|
|
3788
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
3789
3789
|
};
|
|
3790
3790
|
indeterminate: BooleanConstructor;
|
|
3791
3791
|
disabled: BooleanConstructor;
|
|
@@ -4819,11 +4819,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
4819
4819
|
isEmpty: (val: unknown) => boolean;
|
|
4820
4820
|
ElCheckbox: import("beyond-webui/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4821
4821
|
modelValue: {
|
|
4822
|
-
type: (
|
|
4822
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
4823
4823
|
default: undefined;
|
|
4824
4824
|
};
|
|
4825
4825
|
label: {
|
|
4826
|
-
type: (
|
|
4826
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
4827
4827
|
};
|
|
4828
4828
|
indeterminate: BooleanConstructor;
|
|
4829
4829
|
disabled: BooleanConstructor;
|
|
@@ -4863,11 +4863,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
4863
4863
|
}, {
|
|
4864
4864
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4865
4865
|
modelValue: {
|
|
4866
|
-
type: (
|
|
4866
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
4867
4867
|
default: undefined;
|
|
4868
4868
|
};
|
|
4869
4869
|
label: {
|
|
4870
|
-
type: (
|
|
4870
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
4871
4871
|
};
|
|
4872
4872
|
indeterminate: BooleanConstructor;
|
|
4873
4873
|
disabled: BooleanConstructor;
|
|
@@ -4946,11 +4946,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
4946
4946
|
change: (val: import("..").CheckboxValueType) => boolean;
|
|
4947
4947
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4948
4948
|
modelValue: {
|
|
4949
|
-
type: (
|
|
4949
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
4950
4950
|
default: undefined;
|
|
4951
4951
|
};
|
|
4952
4952
|
label: {
|
|
4953
|
-
type: (
|
|
4953
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
4954
4954
|
};
|
|
4955
4955
|
indeterminate: BooleanConstructor;
|
|
4956
4956
|
disabled: BooleanConstructor;
|
|
@@ -5005,11 +5005,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
5005
5005
|
}>> & {
|
|
5006
5006
|
CheckboxButton: import("vue").DefineComponent<{
|
|
5007
5007
|
modelValue: {
|
|
5008
|
-
type: (
|
|
5008
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
5009
5009
|
default: undefined;
|
|
5010
5010
|
};
|
|
5011
5011
|
label: {
|
|
5012
|
-
type: (
|
|
5012
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
5013
5013
|
};
|
|
5014
5014
|
indeterminate: BooleanConstructor;
|
|
5015
5015
|
disabled: BooleanConstructor;
|
|
@@ -5049,11 +5049,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
5049
5049
|
}, {
|
|
5050
5050
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
5051
5051
|
modelValue: {
|
|
5052
|
-
type: (
|
|
5052
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
5053
5053
|
default: undefined;
|
|
5054
5054
|
};
|
|
5055
5055
|
label: {
|
|
5056
|
-
type: (
|
|
5056
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
5057
5057
|
};
|
|
5058
5058
|
indeterminate: BooleanConstructor;
|
|
5059
5059
|
disabled: BooleanConstructor;
|
|
@@ -5132,11 +5132,11 @@ export declare const ElTransfer: import("beyond-webui/es/utils").SFCWithInstall<
|
|
|
5132
5132
|
change: (val: import("..").CheckboxValueType) => boolean;
|
|
5133
5133
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
5134
5134
|
modelValue: {
|
|
5135
|
-
type: (
|
|
5135
|
+
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
5136
5136
|
default: undefined;
|
|
5137
5137
|
};
|
|
5138
5138
|
label: {
|
|
5139
|
-
type: (
|
|
5139
|
+
type: (BooleanConstructor | ObjectConstructor | NumberConstructor | StringConstructor)[];
|
|
5140
5140
|
};
|
|
5141
5141
|
indeterminate: BooleanConstructor;
|
|
5142
5142
|
disabled: BooleanConstructor;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '../../utils/index.mjs';
|
|
2
|
-
import Transfer from './src/
|
|
3
|
-
export { LEFT_CHECK_CHANGE_EVENT, RIGHT_CHECK_CHANGE_EVENT, transferCheckedChangeFn, transferEmits, transferProps } from './src/
|
|
2
|
+
import Transfer from './src/transfer2.mjs';
|
|
3
|
+
export { LEFT_CHECK_CHANGE_EVENT, RIGHT_CHECK_CHANGE_EVENT, transferCheckedChangeFn, transferEmits, transferProps } from './src/transfer.mjs';
|
|
4
4
|
import { withInstall } from '../../utils/vue/install.mjs';
|
|
5
5
|
|
|
6
6
|
const ElTransfer = withInstall(Transfer);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LEFT_CHECK_CHANGE_EVENT, RIGHT_CHECK_CHANGE_EVENT } from '../
|
|
1
|
+
import { LEFT_CHECK_CHANGE_EVENT, RIGHT_CHECK_CHANGE_EVENT } from '../transfer.mjs';
|
|
2
2
|
|
|
3
3
|
const useCheckedChange = (checkedState, emit) => {
|
|
4
4
|
const onSourceCheckedChange = (val, movedKeys) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '../../../utils/index.mjs';
|
|
2
|
-
import { transferProps, transferCheckedChangeFn } from './
|
|
2
|
+
import { transferProps, transferCheckedChangeFn } from './transfer.mjs';
|
|
3
3
|
import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs';
|
|
4
4
|
|
|
5
5
|
const CHECKED_CHANGE_EVENT = "checked-change";
|