element-plus-secondary 0.1.4 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/es/components/alert/index.d.ts +1 -1
- 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/alert.vue.d.ts +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/index.d.ts +110 -110
- package/es/components/autocomplete/index.mjs +2 -2
- package/es/components/autocomplete/src/autocomplete.mjs +71 -353
- package/es/components/autocomplete/src/autocomplete.mjs.map +1 -1
- package/es/components/autocomplete/src/autocomplete.vue.d.ts +110 -110
- package/es/components/autocomplete/src/autocomplete2.mjs +353 -71
- package/es/components/autocomplete/src/autocomplete2.mjs.map +1 -1
- 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 +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/breadcrumb/index.d.ts +2 -2
- package/es/components/breadcrumb/index.mjs +4 -4
- package/es/components/breadcrumb/src/breadcrumb-item.mjs +57 -11
- package/es/components/breadcrumb/src/breadcrumb-item.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb-item.vue.d.ts +1 -1
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs +11 -57
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb.mjs +11 -37
- package/es/components/breadcrumb/src/breadcrumb.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb2.mjs +37 -11
- package/es/components/breadcrumb/src/breadcrumb2.mjs.map +1 -1
- package/es/components/button/index.mjs +1 -1
- package/es/components/button/src/button-group.mjs +31 -6
- package/es/components/button/src/button-group.mjs.map +1 -1
- package/es/components/button/src/button-group2.mjs +6 -31
- package/es/components/button/src/button-group2.mjs.map +1 -1
- package/es/components/button/src/button.mjs +1 -1
- package/es/components/calendar/src/calendar.mjs +1 -1
- package/es/components/calendar/src/date-table.mjs +87 -33
- package/es/components/calendar/src/date-table.mjs.map +1 -1
- package/es/components/calendar/src/date-table2.mjs +33 -87
- package/es/components/calendar/src/date-table2.mjs.map +1 -1
- package/es/components/calendar/src/use-date-table.mjs +1 -1
- package/es/components/card/index.mjs +2 -2
- package/es/components/card/src/card.mjs +35 -16
- package/es/components/card/src/card.mjs.map +1 -1
- package/es/components/card/src/card2.mjs +16 -35
- package/es/components/card/src/card2.mjs.map +1 -1
- package/es/components/carousel/index.d.ts +2 -2
- package/es/components/carousel/index.mjs +2 -2
- package/es/components/carousel/src/carousel-item.mjs +63 -8
- package/es/components/carousel/src/carousel-item.mjs.map +1 -1
- package/es/components/carousel/src/carousel-item2.mjs +8 -63
- package/es/components/carousel/src/carousel-item2.mjs.map +1 -1
- package/es/components/carousel/src/carousel.vue.d.ts +2 -2
- package/es/components/cascader/index.d.ts +154 -154
- package/es/components/cascader/src/index.mjs +1 -1
- package/es/components/cascader/src/index.vue.d.ts +77 -77
- package/es/components/cascader-panel/index.d.ts +2 -2
- package/es/components/cascader-panel/src/index.mjs +1 -1
- package/es/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/es/components/cascader-panel/src/menu.mjs +1 -1
- package/es/components/cascader-panel/src/node.mjs +209 -116
- package/es/components/cascader-panel/src/node.mjs.map +1 -1
- package/es/components/cascader-panel/src/node2.mjs +116 -209
- package/es/components/cascader-panel/src/node2.mjs.map +1 -1
- package/es/components/cascader-panel/src/store.mjs +1 -1
- package/es/components/check-tag/index.mjs +2 -2
- package/es/components/check-tag/src/check-tag.mjs +30 -12
- package/es/components/check-tag/src/check-tag.mjs.map +1 -1
- package/es/components/check-tag/src/check-tag2.mjs +12 -30
- package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
- package/es/components/checkbox/index.mjs +2 -2
- package/es/components/checkbox/src/checkbox-group.mjs +72 -28
- package/es/components/checkbox/src/checkbox-group.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox-group2.mjs +28 -72
- package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox.mjs +1 -1
- package/es/components/col/index.d.ts +1 -1
- package/es/components/col/src/col.vue.d.ts +1 -1
- package/es/components/collection/index.mjs +1 -1
- package/es/components/collection/src/collection.mjs +62 -10
- package/es/components/collection/src/collection.mjs.map +1 -1
- package/es/components/collection/src/collection2.mjs +10 -62
- package/es/components/collection/src/collection2.mjs.map +1 -1
- package/es/components/color-picker/index.d.ts +4909 -524
- package/es/components/color-picker/src/color-picker.mjs +1 -1
- package/es/components/color-picker/src/color-picker.mjs.map +1 -1
- package/es/components/color-picker/src/color-picker.vue.d.ts +4909 -524
- package/es/components/color-picker/src/color-picker2.mjs +48 -30
- package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
- package/es/components/color-picker/src/components/alpha-slider.mjs +52 -166
- package/es/components/color-picker/src/components/alpha-slider.mjs.map +1 -1
- package/es/components/color-picker/src/components/alpha-slider.vue.d.ts +1497 -38
- package/es/components/color-picker/src/composables/use-alpha-slider.d.ts +22 -0
- package/es/components/color-picker/src/composables/use-alpha-slider.mjs +134 -0
- package/es/components/color-picker/src/composables/use-alpha-slider.mjs.map +1 -0
- package/es/components/color-picker/src/props/alpha-slider.d.ts +13 -0
- package/es/components/color-picker/src/props/alpha-slider.mjs +20 -0
- package/es/components/color-picker/src/props/alpha-slider.mjs.map +1 -0
- package/es/components/config-provider/src/config-provider.mjs +1 -1
- package/es/components/date-picker/index.d.ts +2 -2
- package/es/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
- package/es/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
- package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +36 -36
- package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +34 -34
- package/es/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
- package/es/components/date-picker/src/date-picker.d.ts +1 -1
- package/es/components/date-picker/src/panel-utils.d.ts +77 -77
- package/es/components/descriptions/index.d.ts +5 -5
- package/es/components/descriptions/index.mjs +2 -2
- package/es/components/descriptions/src/description-item.d.ts +2 -2
- package/es/components/descriptions/src/description.mjs +25 -110
- package/es/components/descriptions/src/description.mjs.map +1 -1
- package/es/components/descriptions/src/description.vue.d.ts +1 -1
- package/es/components/descriptions/src/description2.mjs +110 -25
- package/es/components/descriptions/src/description2.mjs.map +1 -1
- package/es/components/descriptions/src/descriptions-row.mjs +64 -7
- package/es/components/descriptions/src/descriptions-row.mjs.map +1 -1
- package/es/components/descriptions/src/descriptions-row2.mjs +7 -64
- package/es/components/descriptions/src/descriptions-row2.mjs.map +1 -1
- package/es/components/dialog/index.d.ts +2 -2
- package/es/components/dialog/src/dialog-content.mjs +37 -87
- package/es/components/dialog/src/dialog-content.mjs.map +1 -1
- package/es/components/dialog/src/dialog-content2.mjs +87 -37
- package/es/components/dialog/src/dialog-content2.mjs.map +1 -1
- package/es/components/dialog/src/dialog.mjs +1 -1
- package/es/components/dialog/src/dialog.vue.d.ts +2 -2
- package/es/components/dialog/src/dialog2.mjs +1 -1
- package/es/components/divider/index.mjs +2 -2
- package/es/components/divider/src/divider.mjs +35 -17
- package/es/components/divider/src/divider.mjs.map +1 -1
- package/es/components/divider/src/divider2.mjs +17 -35
- package/es/components/divider/src/divider2.mjs.map +1 -1
- package/es/components/drawer/index.d.ts +2 -2
- package/es/components/drawer/index.mjs +2 -2
- package/es/components/drawer/src/drawer.mjs +165 -22
- package/es/components/drawer/src/drawer.mjs.map +1 -1
- package/es/components/drawer/src/drawer.vue.d.ts +2 -2
- package/es/components/drawer/src/drawer2.mjs +22 -165
- package/es/components/drawer/src/drawer2.mjs.map +1 -1
- package/es/components/dropdown/index.d.ts +66 -66
- package/es/components/dropdown/index.mjs +2 -2
- package/es/components/dropdown/src/dropdown-item-impl.mjs +3 -3
- package/es/components/dropdown/src/dropdown-item.mjs +1 -1
- package/es/components/dropdown/src/dropdown-menu.mjs +2 -2
- package/es/components/dropdown/src/dropdown.mjs +101 -280
- package/es/components/dropdown/src/dropdown.mjs.map +1 -1
- package/es/components/dropdown/src/dropdown.vue.d.ts +66 -66
- package/es/components/dropdown/src/dropdown2.mjs +280 -101
- package/es/components/dropdown/src/dropdown2.mjs.map +1 -1
- package/es/components/empty/index.mjs +2 -2
- package/es/components/empty/src/empty.mjs +11 -56
- package/es/components/empty/src/empty.mjs.map +1 -1
- package/es/components/empty/src/empty2.mjs +56 -11
- package/es/components/empty/src/empty2.mjs.map +1 -1
- package/es/components/icon/index.mjs +2 -2
- package/es/components/icon/src/icon.mjs +8 -36
- package/es/components/icon/src/icon.mjs.map +1 -1
- package/es/components/icon/src/icon2.mjs +36 -8
- package/es/components/icon/src/icon2.mjs.map +1 -1
- package/es/components/image/index.d.ts +6 -6
- package/es/components/image/src/image.d.ts +1 -1
- package/es/components/image/src/image.vue.d.ts +6 -6
- package/es/components/image-viewer/index.mjs +2 -2
- package/es/components/image-viewer/src/image-viewer.mjs +405 -35
- package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
- package/es/components/image-viewer/src/image-viewer2.mjs +35 -405
- package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
- package/es/components/index.mjs +43 -43
- package/es/components/input/index.d.ts +2 -2
- package/es/components/input/index.mjs +2 -2
- package/es/components/input/src/input.mjs +442 -110
- package/es/components/input/src/input.mjs.map +1 -1
- package/es/components/input/src/input.vue.d.ts +2 -2
- package/es/components/input/src/input2.mjs +110 -442
- package/es/components/input/src/input2.mjs.map +1 -1
- package/es/components/input-number/index.d.ts +7 -7
- package/es/components/input-number/index.mjs +2 -2
- package/es/components/input-number/src/input-number.mjs +62 -300
- package/es/components/input-number/src/input-number.mjs.map +1 -1
- package/es/components/input-number/src/input-number.vue.d.ts +7 -7
- package/es/components/input-number/src/input-number2.mjs +300 -62
- package/es/components/input-number/src/input-number2.mjs.map +1 -1
- package/es/components/link/index.mjs +2 -2
- package/es/components/link/src/link.mjs +21 -49
- package/es/components/link/src/link.mjs.map +1 -1
- package/es/components/link/src/link2.mjs +49 -21
- package/es/components/link/src/link2.mjs.map +1 -1
- package/es/components/loading/index.d.ts +1 -1
- package/es/components/menu/index.d.ts +1 -1
- package/es/components/menu/index.mjs +4 -4
- package/es/components/menu/src/menu-item-group.mjs +35 -4
- package/es/components/menu/src/menu-item-group.mjs.map +1 -1
- package/es/components/menu/src/menu-item-group2.mjs +4 -35
- package/es/components/menu/src/menu-item-group2.mjs.map +1 -1
- package/es/components/menu/src/menu-item.mjs +14 -100
- package/es/components/menu/src/menu-item.mjs.map +1 -1
- package/es/components/menu/src/menu-item2.mjs +100 -14
- package/es/components/menu/src/menu-item2.mjs.map +1 -1
- package/es/components/menu/src/menu.d.ts +1 -1
- package/es/components/message/src/message.vue.d.ts +1 -1
- package/es/components/notification/index.mjs +1 -1
- package/es/components/notification/src/notification.mjs +69 -145
- package/es/components/notification/src/notification.mjs.map +1 -1
- package/es/components/notification/src/notification.vue.d.ts +1 -1
- package/es/components/notification/src/notification2.mjs +145 -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.vue.d.ts +2 -2
- package/es/components/pagination/src/components/pager.mjs +17 -207
- package/es/components/pagination/src/components/pager.mjs.map +1 -1
- package/es/components/pagination/src/components/pager2.mjs +207 -17
- package/es/components/pagination/src/components/pager2.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.vue.d.ts +66 -66
- package/es/components/pagination/src/pagination.mjs +1 -1
- package/es/components/popconfirm/index.d.ts +99 -99
- package/es/components/popconfirm/src/popconfirm.vue.d.ts +99 -99
- package/es/components/popover/index.d.ts +107 -107
- package/es/components/popover/src/popover.mjs +2 -2
- package/es/components/popover/src/popover.vue.d.ts +107 -107
- package/es/components/popper/index.d.ts +5 -5
- package/es/components/popper/index.mjs +4 -4
- package/es/components/popper/src/arrow.mjs +44 -8
- package/es/components/popper/src/arrow.mjs.map +1 -1
- package/es/components/popper/src/arrow2.mjs +8 -44
- package/es/components/popper/src/arrow2.mjs.map +1 -1
- package/es/components/popper/src/content.d.ts +4 -4
- package/es/components/popper/src/content.vue.d.ts +5 -5
- package/es/components/popper/src/popper.d.ts +2 -2
- package/es/components/popper/src/popper.mjs +25 -33
- package/es/components/popper/src/popper.mjs.map +1 -1
- package/es/components/popper/src/popper.vue.d.ts +5 -5
- package/es/components/popper/src/popper2.mjs +33 -25
- package/es/components/popper/src/popper2.mjs.map +1 -1
- package/es/components/popper/src/trigger.vue.d.ts +1 -1
- package/es/components/popper/src/utils.d.ts +1 -1
- package/es/components/radio/index.mjs +4 -4
- package/es/components/radio/src/radio-button.mjs +68 -9
- package/es/components/radio/src/radio-button.mjs.map +1 -1
- package/es/components/radio/src/radio-button2.mjs +9 -68
- package/es/components/radio/src/radio-button2.mjs.map +1 -1
- package/es/components/radio/src/radio-group.mjs +68 -36
- package/es/components/radio/src/radio-group.mjs.map +1 -1
- package/es/components/radio/src/radio-group2.mjs +36 -68
- package/es/components/radio/src/radio-group2.mjs.map +1 -1
- package/es/components/radio/src/radio.mjs +1 -1
- package/es/components/roving-focus-group/index.mjs +3 -3
- package/es/components/roving-focus-group/src/roving-focus-group-impl.mjs +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group.mjs +27 -29
- package/es/components/roving-focus-group/src/roving-focus-group.mjs.map +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group2.mjs +29 -27
- package/es/components/roving-focus-group/src/roving-focus-group2.mjs.map +1 -1
- package/es/components/roving-focus-group/src/roving-focus-item.mjs +1 -1
- package/es/components/row/index.d.ts +4 -4
- package/es/components/row/src/row.d.ts +1 -1
- package/es/components/row/src/row.vue.d.ts +4 -4
- package/es/components/scrollbar/index.d.ts +1 -1
- package/es/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/es/components/select/index.d.ts +66 -66
- package/es/components/select/src/select.mjs +1 -1
- package/es/components/select/src/select.vue.d.ts +66 -66
- package/es/components/select/src/useSelect.d.ts +65 -65
- package/es/components/select-v2/index.d.ts +132 -132
- package/es/components/select-v2/src/select.vue.d.ts +66 -66
- package/es/components/select-v2/src/useSelect.d.ts +65 -65
- package/es/components/skeleton/index.d.ts +9 -9
- package/es/components/skeleton/index.mjs +4 -4
- package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/es/components/skeleton/src/skeleton-item.mjs +23 -18
- package/es/components/skeleton/src/skeleton-item.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton-item2.mjs +18 -23
- package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton.mjs +49 -22
- package/es/components/skeleton/src/skeleton.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton2.mjs +22 -49
- package/es/components/skeleton/src/skeleton2.mjs.map +1 -1
- package/es/components/slider/index.d.ts +172 -172
- package/es/components/slider/index.mjs +2 -2
- package/es/components/slider/src/button.vue.d.ts +33 -33
- package/es/components/slider/src/composables/use-slide.d.ts +132 -132
- package/es/components/slider/src/slider.mjs +91 -233
- package/es/components/slider/src/slider.mjs.map +1 -1
- package/es/components/slider/src/slider.vue.d.ts +172 -172
- package/es/components/slider/src/slider2.mjs +233 -91
- package/es/components/slider/src/slider2.mjs.map +1 -1
- package/es/components/space/index.d.ts +2 -2
- package/es/components/space/src/space.d.ts +2 -2
- package/es/components/steps/index.d.ts +3 -3
- package/es/components/steps/index.mjs +2 -2
- package/es/components/steps/src/item.vue.d.ts +1 -1
- package/es/components/steps/src/steps.mjs +36 -34
- package/es/components/steps/src/steps.mjs.map +1 -1
- package/es/components/steps/src/steps.vue.d.ts +1 -1
- package/es/components/steps/src/steps2.mjs +34 -36
- 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 +240 -88
- package/es/components/switch/src/switch.mjs.map +1 -1
- package/es/components/switch/src/switch2.mjs +88 -240
- package/es/components/switch/src/switch2.mjs.map +1 -1
- package/es/components/table/index.d.ts +4 -4
- package/es/components/table/src/filter-panel.vue.d.ts +65 -65
- package/es/components/table/src/table-column/index.d.ts +1 -1
- package/es/components/table/src/table.vue.d.ts +2 -2
- package/es/components/table/src/util.d.ts +9 -9
- package/es/components/tabs/index.mjs +3 -3
- package/es/components/tabs/src/tab-bar.mjs +7 -81
- package/es/components/tabs/src/tab-bar.mjs.map +1 -1
- package/es/components/tabs/src/tab-bar2.mjs +81 -7
- 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 -73
- package/es/components/tabs/src/tab-pane.mjs.map +1 -1
- package/es/components/tabs/src/tab-pane2.mjs +73 -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 +32 -96
- package/es/components/tag/src/tag.mjs.map +1 -1
- package/es/components/tag/src/tag2.mjs +96 -32
- package/es/components/tag/src/tag2.mjs.map +1 -1
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/src/common/picker.vue.d.ts +101 -101
- package/es/components/time-picker/src/common/props.mjs +1 -1
- package/es/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
- package/es/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
- package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
- package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
- package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
- package/es/components/time-picker/src/time-picker.d.ts +1 -1
- package/es/components/time-select/index.d.ts +268 -268
- package/es/components/time-select/src/time-select.mjs +1 -1
- package/es/components/time-select/src/time-select.vue.d.ts +134 -134
- package/es/components/timeline/index.mjs +2 -2
- package/es/components/timeline/src/timeline-item.mjs +70 -42
- package/es/components/timeline/src/timeline-item.mjs.map +1 -1
- package/es/components/timeline/src/timeline-item2.mjs +42 -70
- package/es/components/timeline/src/timeline-item2.mjs.map +1 -1
- package/es/components/tooltip/index.d.ts +33 -33
- package/es/components/tooltip/index.mjs +3 -3
- package/es/components/tooltip/src/content.d.ts +1 -1
- package/es/components/tooltip/src/content.vue.d.ts +13 -13
- package/es/components/tooltip/src/tooltip.d.ts +2 -2
- package/es/components/tooltip/src/tooltip.mjs +170 -31
- package/es/components/tooltip/src/tooltip.mjs.map +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +33 -33
- package/es/components/tooltip/src/tooltip2.mjs +31 -170
- package/es/components/tooltip/src/tooltip2.mjs.map +1 -1
- package/es/components/tooltip/src/trigger.mjs +74 -16
- package/es/components/tooltip/src/trigger.mjs.map +1 -1
- package/es/components/tooltip/src/trigger.vue.d.ts +2 -2
- package/es/components/tooltip/src/trigger2.mjs +16 -74
- package/es/components/tooltip/src/trigger2.mjs.map +1 -1
- package/es/components/tooltip-v2/index.d.ts +39 -39
- package/es/components/tooltip-v2/index.mjs +5 -5
- package/es/components/tooltip-v2/src/arrow.mjs +38 -22
- package/es/components/tooltip-v2/src/arrow.mjs.map +1 -1
- package/es/components/tooltip-v2/src/arrow2.mjs +22 -38
- package/es/components/tooltip-v2/src/arrow2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/content.d.ts +1 -1
- package/es/components/tooltip-v2/src/content.vue.d.ts +6 -6
- package/es/components/tooltip-v2/src/root.mjs +81 -17
- package/es/components/tooltip-v2/src/root.mjs.map +1 -1
- package/es/components/tooltip-v2/src/root2.mjs +17 -81
- package/es/components/tooltip-v2/src/root2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/es/components/tooltip-v2/src/tooltip.mjs +74 -21
- package/es/components/tooltip-v2/src/tooltip.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.vue.d.ts +39 -39
- package/es/components/tooltip-v2/src/tooltip2.mjs +21 -74
- package/es/components/tooltip-v2/src/tooltip2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/trigger.mjs +12 -90
- package/es/components/tooltip-v2/src/trigger.mjs.map +1 -1
- package/es/components/tooltip-v2/src/trigger2.mjs +90 -12
- package/es/components/tooltip-v2/src/trigger2.mjs.map +1 -1
- package/es/components/transfer/index.d.ts +10 -10
- package/es/components/transfer/index.mjs +2 -2
- package/es/components/transfer/src/composables/use-check.mjs +1 -1
- package/es/components/transfer/src/composables/use-checked-change.mjs +1 -1
- package/es/components/transfer/src/transfer-panel.mjs +131 -19
- package/es/components/transfer/src/transfer-panel.mjs.map +1 -1
- package/es/components/transfer/src/transfer-panel.vue.d.ts +2 -2
- package/es/components/transfer/src/transfer-panel2.mjs +19 -131
- package/es/components/transfer/src/transfer-panel2.mjs.map +1 -1
- package/es/components/transfer/src/transfer.mjs +159 -69
- package/es/components/transfer/src/transfer.mjs.map +1 -1
- package/es/components/transfer/src/transfer.vue.d.ts +10 -10
- package/es/components/transfer/src/transfer2.mjs +69 -159
- package/es/components/transfer/src/transfer2.mjs.map +1 -1
- package/es/components/tree/index.d.ts +2 -2
- package/es/components/tree/src/tree.vue.d.ts +1 -1
- package/es/components/tree-v2/index.d.ts +2 -2
- package/es/components/tree-v2/src/tree.vue.d.ts +2 -2
- package/es/components/upload/index.d.ts +5 -5
- package/es/components/upload/index.mjs +4 -4
- package/es/components/upload/src/upload-content.mjs +33 -170
- package/es/components/upload/src/upload-content.mjs.map +1 -1
- package/es/components/upload/src/upload-content.vue.d.ts +1 -1
- package/es/components/upload/src/upload-content2.mjs +170 -33
- package/es/components/upload/src/upload-content2.mjs.map +1 -1
- package/es/components/upload/src/upload-list.mjs +170 -26
- package/es/components/upload/src/upload-list.mjs.map +1 -1
- package/es/components/upload/src/upload-list2.mjs +26 -170
- package/es/components/upload/src/upload-list2.mjs.map +1 -1
- package/es/components/upload/src/upload.mjs +120 -105
- package/es/components/upload/src/upload.mjs.map +1 -1
- package/es/components/upload/src/upload.vue.d.ts +5 -5
- package/es/components/upload/src/upload2.mjs +105 -120
- package/es/components/upload/src/upload2.mjs.map +1 -1
- package/es/components/upload/src/use-handlers.mjs +1 -1
- package/es/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/es/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/es/hooks/index.d.ts +1 -0
- package/es/hooks/index.mjs +2 -1
- package/es/hooks/index.mjs.map +1 -1
- package/es/hooks/use-common-props/index.d.ts +0 -6
- package/es/hooks/use-common-props/index.mjs +1 -10
- package/es/hooks/use-common-props/index.mjs.map +1 -1
- package/es/hooks/use-size/index.d.ts +21 -0
- package/es/hooks/use-size/index.mjs +24 -0
- package/es/hooks/use-size/index.mjs.map +1 -0
- package/es/index.mjs +45 -44
- package/es/index.mjs.map +1 -1
- package/es/utils/vue/vnode.d.ts +6 -6
- package/lib/components/alert/index.d.ts +1 -1
- 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/alert.vue.d.ts +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/index.d.ts +110 -110
- package/lib/components/autocomplete/index.js +2 -2
- package/lib/components/autocomplete/src/autocomplete.js +71 -352
- package/lib/components/autocomplete/src/autocomplete.js.map +1 -1
- package/lib/components/autocomplete/src/autocomplete.vue.d.ts +110 -110
- package/lib/components/autocomplete/src/autocomplete2.js +352 -71
- package/lib/components/autocomplete/src/autocomplete2.js.map +1 -1
- 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 +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/breadcrumb/index.d.ts +2 -2
- package/lib/components/breadcrumb/index.js +4 -4
- package/lib/components/breadcrumb/src/breadcrumb-item.js +57 -11
- package/lib/components/breadcrumb/src/breadcrumb-item.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb-item.vue.d.ts +1 -1
- package/lib/components/breadcrumb/src/breadcrumb-item2.js +11 -57
- package/lib/components/breadcrumb/src/breadcrumb-item2.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb.js +11 -37
- package/lib/components/breadcrumb/src/breadcrumb.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb2.js +37 -11
- package/lib/components/breadcrumb/src/breadcrumb2.js.map +1 -1
- package/lib/components/button/index.js +1 -1
- package/lib/components/button/src/button-group.js +31 -6
- package/lib/components/button/src/button-group.js.map +1 -1
- package/lib/components/button/src/button-group2.js +6 -31
- package/lib/components/button/src/button-group2.js.map +1 -1
- package/lib/components/button/src/button.js +1 -1
- package/lib/components/calendar/src/calendar.js +1 -1
- package/lib/components/calendar/src/date-table.js +87 -37
- package/lib/components/calendar/src/date-table.js.map +1 -1
- package/lib/components/calendar/src/date-table2.js +37 -87
- package/lib/components/calendar/src/date-table2.js.map +1 -1
- package/lib/components/calendar/src/use-date-table.js +1 -1
- package/lib/components/card/index.js +2 -2
- package/lib/components/card/src/card.js +35 -16
- package/lib/components/card/src/card.js.map +1 -1
- package/lib/components/card/src/card2.js +16 -35
- package/lib/components/card/src/card2.js.map +1 -1
- package/lib/components/carousel/index.d.ts +2 -2
- package/lib/components/carousel/index.js +2 -2
- package/lib/components/carousel/src/carousel-item.js +63 -8
- package/lib/components/carousel/src/carousel-item.js.map +1 -1
- package/lib/components/carousel/src/carousel-item2.js +8 -63
- package/lib/components/carousel/src/carousel-item2.js.map +1 -1
- package/lib/components/carousel/src/carousel.vue.d.ts +2 -2
- package/lib/components/cascader/index.d.ts +154 -154
- package/lib/components/cascader/src/index.js +1 -1
- package/lib/components/cascader/src/index.vue.d.ts +77 -77
- package/lib/components/cascader-panel/index.d.ts +2 -2
- package/lib/components/cascader-panel/src/index.js +1 -1
- package/lib/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/lib/components/cascader-panel/src/menu.js +1 -1
- package/lib/components/cascader-panel/src/node.js +209 -116
- package/lib/components/cascader-panel/src/node.js.map +1 -1
- package/lib/components/cascader-panel/src/node2.js +116 -209
- package/lib/components/cascader-panel/src/node2.js.map +1 -1
- package/lib/components/cascader-panel/src/store.js +1 -1
- package/lib/components/check-tag/index.js +2 -2
- package/lib/components/check-tag/src/check-tag.js +30 -13
- package/lib/components/check-tag/src/check-tag.js.map +1 -1
- package/lib/components/check-tag/src/check-tag2.js +13 -30
- package/lib/components/check-tag/src/check-tag2.js.map +1 -1
- package/lib/components/checkbox/index.js +2 -2
- package/lib/components/checkbox/src/checkbox-group.js +72 -29
- package/lib/components/checkbox/src/checkbox-group.js.map +1 -1
- package/lib/components/checkbox/src/checkbox-group2.js +29 -72
- package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
- package/lib/components/checkbox/src/checkbox.js +1 -1
- package/lib/components/col/index.d.ts +1 -1
- package/lib/components/col/src/col.vue.d.ts +1 -1
- package/lib/components/collection/index.js +1 -1
- package/lib/components/collection/src/collection.js +62 -9
- package/lib/components/collection/src/collection.js.map +1 -1
- package/lib/components/collection/src/collection2.js +9 -62
- package/lib/components/collection/src/collection2.js.map +1 -1
- package/lib/components/color-picker/index.d.ts +4909 -524
- package/lib/components/color-picker/src/color-picker.js +1 -1
- package/lib/components/color-picker/src/color-picker.js.map +1 -1
- package/lib/components/color-picker/src/color-picker.vue.d.ts +4909 -524
- package/lib/components/color-picker/src/color-picker2.js +47 -29
- package/lib/components/color-picker/src/color-picker2.js.map +1 -1
- package/lib/components/color-picker/src/components/alpha-slider.js +51 -165
- package/lib/components/color-picker/src/components/alpha-slider.js.map +1 -1
- package/lib/components/color-picker/src/components/alpha-slider.vue.d.ts +1497 -38
- package/lib/components/color-picker/src/composables/use-alpha-slider.d.ts +22 -0
- package/lib/components/color-picker/src/composables/use-alpha-slider.js +139 -0
- package/lib/components/color-picker/src/composables/use-alpha-slider.js.map +1 -0
- package/lib/components/color-picker/src/props/alpha-slider.d.ts +13 -0
- package/lib/components/color-picker/src/props/alpha-slider.js +24 -0
- package/lib/components/color-picker/src/props/alpha-slider.js.map +1 -0
- package/lib/components/config-provider/src/config-provider.js +1 -1
- package/lib/components/date-picker/index.d.ts +2 -2
- package/lib/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
- package/lib/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
- package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +36 -36
- package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +34 -34
- package/lib/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
- package/lib/components/date-picker/src/date-picker.d.ts +1 -1
- package/lib/components/date-picker/src/panel-utils.d.ts +77 -77
- package/lib/components/descriptions/index.d.ts +5 -5
- package/lib/components/descriptions/index.js +2 -2
- package/lib/components/descriptions/src/description-item.d.ts +2 -2
- package/lib/components/descriptions/src/description.js +25 -110
- package/lib/components/descriptions/src/description.js.map +1 -1
- package/lib/components/descriptions/src/description.vue.d.ts +1 -1
- package/lib/components/descriptions/src/description2.js +110 -25
- package/lib/components/descriptions/src/description2.js.map +1 -1
- package/lib/components/descriptions/src/descriptions-row.js +64 -7
- package/lib/components/descriptions/src/descriptions-row.js.map +1 -1
- package/lib/components/descriptions/src/descriptions-row2.js +7 -64
- package/lib/components/descriptions/src/descriptions-row2.js.map +1 -1
- package/lib/components/dialog/index.d.ts +2 -2
- package/lib/components/dialog/src/dialog-content.js +37 -86
- package/lib/components/dialog/src/dialog-content.js.map +1 -1
- package/lib/components/dialog/src/dialog-content2.js +86 -37
- package/lib/components/dialog/src/dialog-content2.js.map +1 -1
- package/lib/components/dialog/src/dialog.js +1 -1
- package/lib/components/dialog/src/dialog.vue.d.ts +2 -2
- package/lib/components/dialog/src/dialog2.js +1 -1
- package/lib/components/divider/index.js +2 -2
- package/lib/components/divider/src/divider.js +35 -17
- package/lib/components/divider/src/divider.js.map +1 -1
- package/lib/components/divider/src/divider2.js +17 -35
- package/lib/components/divider/src/divider2.js.map +1 -1
- package/lib/components/drawer/index.d.ts +2 -2
- package/lib/components/drawer/index.js +2 -2
- package/lib/components/drawer/src/drawer.js +165 -23
- package/lib/components/drawer/src/drawer.js.map +1 -1
- package/lib/components/drawer/src/drawer.vue.d.ts +2 -2
- package/lib/components/drawer/src/drawer2.js +23 -165
- package/lib/components/drawer/src/drawer2.js.map +1 -1
- package/lib/components/dropdown/index.d.ts +66 -66
- package/lib/components/dropdown/index.js +2 -2
- package/lib/components/dropdown/src/dropdown-item-impl.js +3 -3
- package/lib/components/dropdown/src/dropdown-item.js +1 -1
- package/lib/components/dropdown/src/dropdown-menu.js +2 -2
- package/lib/components/dropdown/src/dropdown.js +110 -280
- package/lib/components/dropdown/src/dropdown.js.map +1 -1
- package/lib/components/dropdown/src/dropdown.vue.d.ts +66 -66
- package/lib/components/dropdown/src/dropdown2.js +280 -110
- package/lib/components/dropdown/src/dropdown2.js.map +1 -1
- package/lib/components/empty/index.js +2 -2
- package/lib/components/empty/src/empty.js +11 -56
- package/lib/components/empty/src/empty.js.map +1 -1
- package/lib/components/empty/src/empty2.js +56 -11
- package/lib/components/empty/src/empty2.js.map +1 -1
- package/lib/components/icon/index.js +2 -2
- package/lib/components/icon/src/icon.js +8 -36
- package/lib/components/icon/src/icon.js.map +1 -1
- package/lib/components/icon/src/icon2.js +36 -8
- package/lib/components/icon/src/icon2.js.map +1 -1
- package/lib/components/image/index.d.ts +6 -6
- package/lib/components/image/src/image.d.ts +1 -1
- package/lib/components/image/src/image.vue.d.ts +6 -6
- package/lib/components/image-viewer/index.js +2 -2
- package/lib/components/image-viewer/src/image-viewer.js +405 -36
- package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
- package/lib/components/image-viewer/src/image-viewer2.js +36 -405
- package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
- package/lib/components/index.js +43 -43
- package/lib/components/input/index.d.ts +2 -2
- package/lib/components/input/index.js +2 -2
- package/lib/components/input/src/input.js +441 -110
- package/lib/components/input/src/input.js.map +1 -1
- package/lib/components/input/src/input.vue.d.ts +2 -2
- package/lib/components/input/src/input2.js +110 -441
- package/lib/components/input/src/input2.js.map +1 -1
- package/lib/components/input-number/index.d.ts +7 -7
- package/lib/components/input-number/index.js +2 -2
- package/lib/components/input-number/src/input-number.js +62 -299
- package/lib/components/input-number/src/input-number.js.map +1 -1
- package/lib/components/input-number/src/input-number.vue.d.ts +7 -7
- package/lib/components/input-number/src/input-number2.js +299 -62
- package/lib/components/input-number/src/input-number2.js.map +1 -1
- package/lib/components/link/index.js +2 -2
- package/lib/components/link/src/link.js +22 -49
- package/lib/components/link/src/link.js.map +1 -1
- package/lib/components/link/src/link2.js +49 -22
- package/lib/components/link/src/link2.js.map +1 -1
- package/lib/components/loading/index.d.ts +1 -1
- package/lib/components/menu/index.d.ts +1 -1
- package/lib/components/menu/index.js +4 -4
- package/lib/components/menu/src/menu-item-group.js +35 -4
- package/lib/components/menu/src/menu-item-group.js.map +1 -1
- package/lib/components/menu/src/menu-item-group2.js +4 -35
- package/lib/components/menu/src/menu-item-group2.js.map +1 -1
- package/lib/components/menu/src/menu-item.js +15 -100
- package/lib/components/menu/src/menu-item.js.map +1 -1
- package/lib/components/menu/src/menu-item2.js +100 -15
- package/lib/components/menu/src/menu-item2.js.map +1 -1
- package/lib/components/menu/src/menu.d.ts +1 -1
- package/lib/components/message/src/message.vue.d.ts +1 -1
- package/lib/components/notification/index.js +1 -1
- package/lib/components/notification/src/notification.js +70 -144
- package/lib/components/notification/src/notification.js.map +1 -1
- package/lib/components/notification/src/notification.vue.d.ts +1 -1
- package/lib/components/notification/src/notification2.js +144 -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.vue.d.ts +2 -2
- package/lib/components/pagination/src/components/pager.js +17 -207
- package/lib/components/pagination/src/components/pager.js.map +1 -1
- package/lib/components/pagination/src/components/pager2.js +207 -17
- package/lib/components/pagination/src/components/pager2.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.vue.d.ts +66 -66
- package/lib/components/pagination/src/pagination.js +1 -1
- package/lib/components/popconfirm/index.d.ts +99 -99
- package/lib/components/popconfirm/src/popconfirm.vue.d.ts +99 -99
- package/lib/components/popover/index.d.ts +107 -107
- package/lib/components/popover/src/popover.js +2 -2
- package/lib/components/popover/src/popover.vue.d.ts +107 -107
- package/lib/components/popper/index.d.ts +5 -5
- package/lib/components/popper/index.js +4 -4
- package/lib/components/popper/src/arrow.js +44 -9
- package/lib/components/popper/src/arrow.js.map +1 -1
- package/lib/components/popper/src/arrow2.js +9 -44
- package/lib/components/popper/src/arrow2.js.map +1 -1
- package/lib/components/popper/src/content.d.ts +4 -4
- package/lib/components/popper/src/content.vue.d.ts +5 -5
- package/lib/components/popper/src/popper.d.ts +2 -2
- package/lib/components/popper/src/popper.js +28 -33
- package/lib/components/popper/src/popper.js.map +1 -1
- package/lib/components/popper/src/popper.vue.d.ts +5 -5
- package/lib/components/popper/src/popper2.js +33 -28
- package/lib/components/popper/src/popper2.js.map +1 -1
- package/lib/components/popper/src/trigger.vue.d.ts +1 -1
- package/lib/components/popper/src/utils.d.ts +1 -1
- package/lib/components/radio/index.js +4 -4
- package/lib/components/radio/src/radio-button.js +68 -9
- package/lib/components/radio/src/radio-button.js.map +1 -1
- package/lib/components/radio/src/radio-button2.js +9 -68
- package/lib/components/radio/src/radio-button2.js.map +1 -1
- package/lib/components/radio/src/radio-group.js +68 -37
- package/lib/components/radio/src/radio-group.js.map +1 -1
- package/lib/components/radio/src/radio-group2.js +37 -68
- package/lib/components/radio/src/radio-group2.js.map +1 -1
- package/lib/components/radio/src/radio.js +1 -1
- package/lib/components/roving-focus-group/index.js +2 -2
- package/lib/components/roving-focus-group/src/roving-focus-group-impl.js +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group.js +27 -33
- package/lib/components/roving-focus-group/src/roving-focus-group.js.map +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group2.js +33 -27
- package/lib/components/roving-focus-group/src/roving-focus-group2.js.map +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-item.js +1 -1
- package/lib/components/row/index.d.ts +4 -4
- package/lib/components/row/src/row.d.ts +1 -1
- package/lib/components/row/src/row.vue.d.ts +4 -4
- package/lib/components/scrollbar/index.d.ts +1 -1
- package/lib/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/lib/components/select/index.d.ts +66 -66
- package/lib/components/select/src/select.js +1 -1
- package/lib/components/select/src/select.vue.d.ts +66 -66
- package/lib/components/select/src/useSelect.d.ts +65 -65
- package/lib/components/select-v2/index.d.ts +132 -132
- package/lib/components/select-v2/src/select.vue.d.ts +66 -66
- package/lib/components/select-v2/src/useSelect.d.ts +65 -65
- package/lib/components/skeleton/index.d.ts +9 -9
- package/lib/components/skeleton/index.js +4 -4
- package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/lib/components/skeleton/src/skeleton-item.js +23 -18
- package/lib/components/skeleton/src/skeleton-item.js.map +1 -1
- package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton-item2.js +18 -23
- package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
- package/lib/components/skeleton/src/skeleton.js +49 -22
- package/lib/components/skeleton/src/skeleton.js.map +1 -1
- package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton2.js +22 -49
- package/lib/components/skeleton/src/skeleton2.js.map +1 -1
- package/lib/components/slider/index.d.ts +172 -172
- package/lib/components/slider/index.js +2 -2
- package/lib/components/slider/src/button.vue.d.ts +33 -33
- package/lib/components/slider/src/composables/use-slide.d.ts +132 -132
- package/lib/components/slider/src/slider.js +92 -233
- package/lib/components/slider/src/slider.js.map +1 -1
- package/lib/components/slider/src/slider.vue.d.ts +172 -172
- package/lib/components/slider/src/slider2.js +233 -92
- package/lib/components/slider/src/slider2.js.map +1 -1
- package/lib/components/space/index.d.ts +2 -2
- package/lib/components/space/src/space.d.ts +2 -2
- package/lib/components/steps/index.d.ts +3 -3
- package/lib/components/steps/index.js +2 -2
- package/lib/components/steps/src/item.vue.d.ts +1 -1
- package/lib/components/steps/src/steps.js +37 -34
- package/lib/components/steps/src/steps.js.map +1 -1
- package/lib/components/steps/src/steps.vue.d.ts +1 -1
- package/lib/components/steps/src/steps2.js +34 -37
- 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 +239 -88
- package/lib/components/switch/src/switch.js.map +1 -1
- package/lib/components/switch/src/switch2.js +88 -239
- package/lib/components/switch/src/switch2.js.map +1 -1
- package/lib/components/table/index.d.ts +4 -4
- package/lib/components/table/src/filter-panel.vue.d.ts +65 -65
- package/lib/components/table/src/table-column/index.d.ts +1 -1
- package/lib/components/table/src/table.vue.d.ts +2 -2
- package/lib/components/table/src/util.d.ts +9 -9
- package/lib/components/tabs/index.js +3 -3
- package/lib/components/tabs/src/tab-bar.js +7 -81
- package/lib/components/tabs/src/tab-bar.js.map +1 -1
- package/lib/components/tabs/src/tab-bar2.js +81 -7
- 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 -73
- package/lib/components/tabs/src/tab-pane.js.map +1 -1
- package/lib/components/tabs/src/tab-pane2.js +73 -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 +33 -96
- package/lib/components/tag/src/tag.js.map +1 -1
- package/lib/components/tag/src/tag2.js +96 -33
- package/lib/components/tag/src/tag2.js.map +1 -1
- package/lib/components/time-picker/index.d.ts +2 -2
- package/lib/components/time-picker/src/common/picker.vue.d.ts +101 -101
- package/lib/components/time-picker/src/common/props.js +1 -1
- package/lib/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
- package/lib/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
- package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
- package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
- package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
- package/lib/components/time-picker/src/time-picker.d.ts +1 -1
- package/lib/components/time-select/index.d.ts +268 -268
- package/lib/components/time-select/src/time-select.js +1 -1
- package/lib/components/time-select/src/time-select.vue.d.ts +134 -134
- package/lib/components/timeline/index.js +2 -2
- package/lib/components/timeline/src/timeline-item.js +70 -42
- package/lib/components/timeline/src/timeline-item.js.map +1 -1
- package/lib/components/timeline/src/timeline-item2.js +42 -70
- package/lib/components/timeline/src/timeline-item2.js.map +1 -1
- package/lib/components/tooltip/index.d.ts +33 -33
- package/lib/components/tooltip/index.js +3 -3
- package/lib/components/tooltip/src/content.d.ts +1 -1
- package/lib/components/tooltip/src/content.vue.d.ts +13 -13
- package/lib/components/tooltip/src/tooltip.d.ts +2 -2
- package/lib/components/tooltip/src/tooltip.js +168 -33
- package/lib/components/tooltip/src/tooltip.js.map +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +33 -33
- package/lib/components/tooltip/src/tooltip2.js +33 -168
- package/lib/components/tooltip/src/tooltip2.js.map +1 -1
- package/lib/components/tooltip/src/trigger.js +74 -16
- package/lib/components/tooltip/src/trigger.js.map +1 -1
- package/lib/components/tooltip/src/trigger.vue.d.ts +2 -2
- package/lib/components/tooltip/src/trigger2.js +16 -74
- package/lib/components/tooltip/src/trigger2.js.map +1 -1
- package/lib/components/tooltip-v2/index.d.ts +39 -39
- package/lib/components/tooltip-v2/index.js +5 -5
- package/lib/components/tooltip-v2/src/arrow.js +38 -23
- package/lib/components/tooltip-v2/src/arrow.js.map +1 -1
- package/lib/components/tooltip-v2/src/arrow2.js +23 -38
- package/lib/components/tooltip-v2/src/arrow2.js.map +1 -1
- package/lib/components/tooltip-v2/src/content.d.ts +1 -1
- package/lib/components/tooltip-v2/src/content.vue.d.ts +6 -6
- package/lib/components/tooltip-v2/src/root.js +81 -17
- package/lib/components/tooltip-v2/src/root.js.map +1 -1
- package/lib/components/tooltip-v2/src/root2.js +17 -81
- package/lib/components/tooltip-v2/src/root2.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip-v2/src/tooltip.js +74 -21
- package/lib/components/tooltip-v2/src/tooltip.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +39 -39
- package/lib/components/tooltip-v2/src/tooltip2.js +21 -74
- package/lib/components/tooltip-v2/src/tooltip2.js.map +1 -1
- package/lib/components/tooltip-v2/src/trigger.js +12 -90
- package/lib/components/tooltip-v2/src/trigger.js.map +1 -1
- package/lib/components/tooltip-v2/src/trigger2.js +90 -12
- package/lib/components/tooltip-v2/src/trigger2.js.map +1 -1
- package/lib/components/transfer/index.d.ts +10 -10
- package/lib/components/transfer/index.js +2 -2
- package/lib/components/transfer/src/composables/use-check.js +1 -1
- package/lib/components/transfer/src/composables/use-checked-change.js +1 -1
- package/lib/components/transfer/src/transfer-panel.js +131 -21
- package/lib/components/transfer/src/transfer-panel.js.map +1 -1
- package/lib/components/transfer/src/transfer-panel.vue.d.ts +2 -2
- package/lib/components/transfer/src/transfer-panel2.js +21 -131
- package/lib/components/transfer/src/transfer-panel2.js.map +1 -1
- package/lib/components/transfer/src/transfer.js +159 -73
- package/lib/components/transfer/src/transfer.js.map +1 -1
- package/lib/components/transfer/src/transfer.vue.d.ts +10 -10
- package/lib/components/transfer/src/transfer2.js +73 -159
- package/lib/components/transfer/src/transfer2.js.map +1 -1
- package/lib/components/tree/index.d.ts +2 -2
- package/lib/components/tree/src/tree.vue.d.ts +1 -1
- package/lib/components/tree-v2/index.d.ts +2 -2
- package/lib/components/tree-v2/src/tree.vue.d.ts +2 -2
- package/lib/components/upload/index.d.ts +5 -5
- package/lib/components/upload/index.js +4 -4
- package/lib/components/upload/src/upload-content.js +33 -170
- package/lib/components/upload/src/upload-content.js.map +1 -1
- package/lib/components/upload/src/upload-content.vue.d.ts +1 -1
- package/lib/components/upload/src/upload-content2.js +170 -33
- package/lib/components/upload/src/upload-content2.js.map +1 -1
- package/lib/components/upload/src/upload-list.js +170 -27
- package/lib/components/upload/src/upload-list.js.map +1 -1
- package/lib/components/upload/src/upload-list2.js +27 -170
- package/lib/components/upload/src/upload-list2.js.map +1 -1
- package/lib/components/upload/src/upload.js +120 -108
- package/lib/components/upload/src/upload.js.map +1 -1
- package/lib/components/upload/src/upload.vue.d.ts +5 -5
- package/lib/components/upload/src/upload2.js +108 -120
- package/lib/components/upload/src/upload2.js.map +1 -1
- package/lib/components/upload/src/use-handlers.js +1 -1
- package/lib/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/lib/hooks/index.d.ts +1 -0
- package/lib/hooks/index.js +5 -1
- package/lib/hooks/index.js.map +1 -1
- package/lib/hooks/use-common-props/index.d.ts +0 -6
- package/lib/hooks/use-common-props/index.js +0 -10
- package/lib/hooks/use-common-props/index.js.map +1 -1
- package/lib/hooks/use-size/index.d.ts +21 -0
- package/lib/hooks/use-size/index.js +31 -0
- package/lib/hooks/use-size/index.js.map +1 -0
- package/lib/index.js +48 -44
- package/lib/index.js.map +1 -1
- package/lib/utils/vue/vnode.d.ts +6 -6
- package/package.json +1 -1
- package/theme-chalk/el-collapse.css +1 -1
- package/theme-chalk/el-color-picker.css +1 -1
- package/theme-chalk/el-drawer.css +1 -1
- package/theme-chalk/el-input-number.css +1 -1
- package/theme-chalk/el-input.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/collapse.scss +24 -2
- package/theme-chalk/src/color-picker.scss +2 -2
- package/theme-chalk/src/drawer.scss +1 -1
- package/theme-chalk/src/input-number.scss +119 -26
- package/theme-chalk/src/input.scss +6 -0
|
@@ -1,51 +1,1510 @@
|
|
|
1
|
-
import type { PropType } from 'vue';
|
|
2
|
-
import type Color from '../utils/color';
|
|
3
1
|
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
color: {
|
|
5
|
-
type: PropType<
|
|
6
|
-
required: true;
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
type: BooleanConstructor;
|
|
10
|
-
default: boolean;
|
|
2
|
+
readonly color: {
|
|
3
|
+
readonly type: import("vue").PropType<import("../utils/color").default>;
|
|
4
|
+
readonly required: true;
|
|
5
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6
|
+
__epPropKey: true;
|
|
11
7
|
};
|
|
8
|
+
readonly vertical: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
9
|
+
readonly customInput: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12
10
|
}, {
|
|
13
|
-
|
|
11
|
+
COMPONENT_NAME: string;
|
|
12
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
+
readonly color: {
|
|
14
|
+
readonly type: import("vue").PropType<import("../utils/color").default>;
|
|
15
|
+
readonly required: true;
|
|
16
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
17
|
+
__epPropKey: true;
|
|
18
|
+
};
|
|
19
|
+
readonly vertical: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
20
|
+
readonly customInput: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
21
|
+
}>> & {
|
|
22
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
23
|
+
}>>;
|
|
14
24
|
bar: import("vue").ShallowRef<HTMLElement | undefined>;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
background: import("vue").Ref<string | undefined>;
|
|
25
|
+
thumb: import("vue").ShallowRef<HTMLElement | undefined>;
|
|
26
|
+
handleDrag: (event: MouseEvent | TouchEvent) => void;
|
|
18
27
|
handleClick: (event: MouseEvent | TouchEvent) => void;
|
|
28
|
+
rootKls: import("vue").ComputedRef<string[]>;
|
|
29
|
+
inputbKls: import("vue").ComputedRef<string>;
|
|
30
|
+
barKls: import("vue").ComputedRef<string>;
|
|
31
|
+
barStyle: import("vue").ComputedRef<{
|
|
32
|
+
background: string | undefined;
|
|
33
|
+
}>;
|
|
34
|
+
thumbKls: import("vue").ComputedRef<string>;
|
|
35
|
+
thumbStyle: import("vue").ComputedRef<{
|
|
36
|
+
left: string | undefined;
|
|
37
|
+
top: string | undefined;
|
|
38
|
+
}>;
|
|
19
39
|
update: () => void;
|
|
20
40
|
customInput: import("vue").Ref<number>;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
41
|
+
ElInputNumber: import("../../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
42
|
+
readonly id: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
43
|
+
readonly step: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
44
|
+
readonly stepStrictly: BooleanConstructor;
|
|
45
|
+
readonly max: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
46
|
+
readonly effect: import("../../../../utils").EpPropFinalized<StringConstructor, "plain" | "dark" | "light", unknown, "light", boolean>;
|
|
47
|
+
readonly min: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
48
|
+
readonly modelValue: NumberConstructor;
|
|
49
|
+
readonly readonly: BooleanConstructor;
|
|
50
|
+
readonly disabled: BooleanConstructor;
|
|
51
|
+
readonly size: {
|
|
52
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large" | "middle", never>>;
|
|
53
|
+
readonly required: false;
|
|
54
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
55
|
+
__epPropKey: true;
|
|
33
56
|
};
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
57
|
+
readonly controls: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
58
|
+
readonly controlsPosition: import("../../../../utils").EpPropFinalized<StringConstructor, "" | "right", unknown, "", boolean>;
|
|
59
|
+
readonly valueOnClear: import("../../../../utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, null], unknown, unknown, null, boolean>;
|
|
60
|
+
readonly name: StringConstructor;
|
|
61
|
+
readonly label: StringConstructor;
|
|
62
|
+
readonly placeholder: StringConstructor;
|
|
63
|
+
readonly precision: {
|
|
64
|
+
readonly type: import("vue").PropType<number>;
|
|
65
|
+
readonly required: false;
|
|
66
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
67
|
+
__epPropKey: true;
|
|
68
|
+
};
|
|
69
|
+
readonly validateEvent: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
70
|
+
}, {
|
|
71
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
72
|
+
readonly id: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
73
|
+
readonly step: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
74
|
+
readonly stepStrictly: BooleanConstructor;
|
|
75
|
+
readonly max: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
76
|
+
readonly effect: import("../../../../utils").EpPropFinalized<StringConstructor, "plain" | "dark" | "light", unknown, "light", boolean>;
|
|
77
|
+
readonly min: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
78
|
+
readonly modelValue: NumberConstructor;
|
|
79
|
+
readonly readonly: BooleanConstructor;
|
|
80
|
+
readonly disabled: BooleanConstructor;
|
|
81
|
+
readonly size: {
|
|
82
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large" | "middle", never>>;
|
|
83
|
+
readonly required: false;
|
|
84
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
85
|
+
__epPropKey: true;
|
|
86
|
+
};
|
|
87
|
+
readonly controls: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
88
|
+
readonly controlsPosition: import("../../../../utils").EpPropFinalized<StringConstructor, "" | "right", unknown, "", boolean>;
|
|
89
|
+
readonly valueOnClear: import("../../../../utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, null], unknown, unknown, null, boolean>;
|
|
90
|
+
readonly name: StringConstructor;
|
|
91
|
+
readonly label: StringConstructor;
|
|
92
|
+
readonly placeholder: StringConstructor;
|
|
93
|
+
readonly precision: {
|
|
94
|
+
readonly type: import("vue").PropType<number>;
|
|
95
|
+
readonly required: false;
|
|
96
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
97
|
+
__epPropKey: true;
|
|
98
|
+
};
|
|
99
|
+
readonly validateEvent: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
100
|
+
}>> & {
|
|
101
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
102
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
103
|
+
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
104
|
+
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
105
|
+
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
106
|
+
}>>;
|
|
107
|
+
emit: ((event: "update:modelValue", val: number | undefined) => void) & ((event: "change", prev: number | undefined, cur: number | undefined) => void) & ((event: "input", val: number | null | undefined) => void) & ((event: "focus", e: FocusEvent) => void) & ((event: "blur", e: FocusEvent) => void);
|
|
108
|
+
t: import("../../../..").Translator;
|
|
109
|
+
ns: {
|
|
110
|
+
namespace: import("vue").Ref<string>;
|
|
111
|
+
b: (blockSuffix?: string) => string;
|
|
112
|
+
e: (element?: string | undefined) => string;
|
|
113
|
+
m: (modifier?: string | undefined) => string;
|
|
114
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
115
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
116
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
117
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
118
|
+
is: {
|
|
119
|
+
(name: string, state: boolean | undefined): string;
|
|
120
|
+
(name: string): string;
|
|
121
|
+
};
|
|
122
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
123
|
+
cssVarName: (name: string) => string;
|
|
124
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
125
|
+
cssVarBlockName: (name: string) => string;
|
|
126
|
+
};
|
|
127
|
+
input: import("vue").Ref<({
|
|
128
|
+
$: import("vue").ComponentInternalInstance;
|
|
129
|
+
$data: {};
|
|
130
|
+
$props: Partial<{
|
|
131
|
+
readonly type: string;
|
|
132
|
+
readonly disabled: boolean;
|
|
133
|
+
readonly label: string;
|
|
134
|
+
readonly modelValue: import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
135
|
+
readonly validateEvent: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
136
|
+
readonly id: string;
|
|
137
|
+
readonly effect: import("../../../../utils").EpPropMergeType<StringConstructor, "plain" | "dark" | "light", unknown>;
|
|
138
|
+
readonly autosize: import("../../..").InputAutoSize;
|
|
139
|
+
readonly autocomplete: string;
|
|
140
|
+
readonly readonly: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
141
|
+
readonly clearable: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
142
|
+
readonly showPassword: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
143
|
+
readonly showWordLimit: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
144
|
+
readonly containerRole: string;
|
|
145
|
+
readonly tabindex: import("../../../../utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
146
|
+
readonly inputStyle: import("vue").StyleValue;
|
|
147
|
+
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
148
|
+
readonly id: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
149
|
+
readonly size: {
|
|
150
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large" | "middle", never>>;
|
|
151
|
+
readonly required: false;
|
|
152
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
153
|
+
__epPropKey: true;
|
|
154
|
+
};
|
|
155
|
+
readonly disabled: BooleanConstructor;
|
|
156
|
+
readonly modelValue: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
157
|
+
readonly type: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
158
|
+
readonly effect: import("../../../../utils").EpPropFinalized<StringConstructor, "plain" | "dark" | "light", unknown, "light", boolean>;
|
|
159
|
+
readonly resize: {
|
|
160
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<StringConstructor, "vertical" | "none" | "both" | "horizontal", unknown>>;
|
|
161
|
+
readonly required: false;
|
|
162
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
163
|
+
__epPropKey: true;
|
|
164
|
+
};
|
|
165
|
+
readonly autosize: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => import("../../..").InputAutoSize & {}) | (() => import("../../..").InputAutoSize) | ((new (...args: any[]) => import("../../..").InputAutoSize & {}) | (() => import("../../..").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
166
|
+
readonly autocomplete: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
167
|
+
readonly formatter: {
|
|
168
|
+
readonly type: import("vue").PropType<Function>;
|
|
169
|
+
readonly required: false;
|
|
170
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
171
|
+
__epPropKey: true;
|
|
172
|
+
};
|
|
173
|
+
readonly parser: {
|
|
174
|
+
readonly type: import("vue").PropType<Function>;
|
|
175
|
+
readonly required: false;
|
|
176
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
177
|
+
__epPropKey: true;
|
|
178
|
+
};
|
|
179
|
+
readonly placeholder: {
|
|
180
|
+
readonly type: import("vue").PropType<string>;
|
|
181
|
+
readonly required: false;
|
|
182
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
183
|
+
__epPropKey: true;
|
|
184
|
+
};
|
|
185
|
+
readonly form: {
|
|
186
|
+
readonly type: import("vue").PropType<string>;
|
|
187
|
+
readonly required: false;
|
|
188
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
189
|
+
__epPropKey: true;
|
|
190
|
+
};
|
|
191
|
+
readonly readonly: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
192
|
+
readonly clearable: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
193
|
+
readonly showPassword: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
194
|
+
readonly showWordLimit: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
195
|
+
readonly suffixIcon: {
|
|
196
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
197
|
+
readonly required: false;
|
|
198
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
199
|
+
__epPropKey: true;
|
|
200
|
+
};
|
|
201
|
+
readonly prefixIcon: {
|
|
202
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
203
|
+
readonly required: false;
|
|
204
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
205
|
+
__epPropKey: true;
|
|
206
|
+
};
|
|
207
|
+
readonly containerRole: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
208
|
+
readonly label: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
209
|
+
readonly tabindex: import("../../../../utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
210
|
+
readonly validateEvent: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
211
|
+
readonly inputStyle: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("../../../../utils").Mutable<{}>, boolean>;
|
|
212
|
+
}>> & {
|
|
213
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
214
|
+
onChange?: ((value: string) => any) | undefined;
|
|
215
|
+
onClear?: (() => any) | undefined;
|
|
216
|
+
onInput?: ((value: string) => any) | undefined;
|
|
217
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
218
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
219
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
220
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
221
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
222
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
223
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
224
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
225
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "type" | "disabled" | "label" | "modelValue" | "validateEvent" | "id" | "effect" | "autosize" | "autocomplete" | "readonly" | "clearable" | "showPassword" | "showWordLimit" | "containerRole" | "tabindex" | "inputStyle">;
|
|
226
|
+
$attrs: {
|
|
227
|
+
[x: string]: unknown;
|
|
228
|
+
};
|
|
229
|
+
$refs: {
|
|
230
|
+
[x: string]: unknown;
|
|
231
|
+
};
|
|
232
|
+
$slots: Readonly<{
|
|
233
|
+
[name: string]: import("vue").Slot | undefined;
|
|
234
|
+
}>;
|
|
235
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
236
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
237
|
+
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "clear") => void);
|
|
238
|
+
$el: any;
|
|
239
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
240
|
+
readonly id: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
241
|
+
readonly size: {
|
|
242
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large" | "middle", never>>;
|
|
243
|
+
readonly required: false;
|
|
244
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
245
|
+
__epPropKey: true;
|
|
246
|
+
};
|
|
247
|
+
readonly disabled: BooleanConstructor;
|
|
248
|
+
readonly modelValue: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
249
|
+
readonly type: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
250
|
+
readonly effect: import("../../../../utils").EpPropFinalized<StringConstructor, "plain" | "dark" | "light", unknown, "light", boolean>;
|
|
251
|
+
readonly resize: {
|
|
252
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<StringConstructor, "vertical" | "none" | "both" | "horizontal", unknown>>;
|
|
253
|
+
readonly required: false;
|
|
254
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
255
|
+
__epPropKey: true;
|
|
256
|
+
};
|
|
257
|
+
readonly autosize: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => import("../../..").InputAutoSize & {}) | (() => import("../../..").InputAutoSize) | ((new (...args: any[]) => import("../../..").InputAutoSize & {}) | (() => import("../../..").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
258
|
+
readonly autocomplete: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
259
|
+
readonly formatter: {
|
|
260
|
+
readonly type: import("vue").PropType<Function>;
|
|
261
|
+
readonly required: false;
|
|
262
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
263
|
+
__epPropKey: true;
|
|
264
|
+
};
|
|
265
|
+
readonly parser: {
|
|
266
|
+
readonly type: import("vue").PropType<Function>;
|
|
267
|
+
readonly required: false;
|
|
268
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
269
|
+
__epPropKey: true;
|
|
270
|
+
};
|
|
271
|
+
readonly placeholder: {
|
|
272
|
+
readonly type: import("vue").PropType<string>;
|
|
273
|
+
readonly required: false;
|
|
274
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
275
|
+
__epPropKey: true;
|
|
276
|
+
};
|
|
277
|
+
readonly form: {
|
|
278
|
+
readonly type: import("vue").PropType<string>;
|
|
279
|
+
readonly required: false;
|
|
280
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
281
|
+
__epPropKey: true;
|
|
282
|
+
};
|
|
283
|
+
readonly readonly: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
284
|
+
readonly clearable: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
285
|
+
readonly showPassword: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
286
|
+
readonly showWordLimit: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
287
|
+
readonly suffixIcon: {
|
|
288
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
289
|
+
readonly required: false;
|
|
290
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
291
|
+
__epPropKey: true;
|
|
292
|
+
};
|
|
293
|
+
readonly prefixIcon: {
|
|
294
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
295
|
+
readonly required: false;
|
|
296
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
297
|
+
__epPropKey: true;
|
|
298
|
+
};
|
|
299
|
+
readonly containerRole: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
300
|
+
readonly label: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
301
|
+
readonly tabindex: import("../../../../utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
302
|
+
readonly validateEvent: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
303
|
+
readonly inputStyle: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("../../../../utils").Mutable<{}>, boolean>;
|
|
304
|
+
}>> & {
|
|
305
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
306
|
+
onChange?: ((value: string) => any) | undefined;
|
|
307
|
+
onClear?: (() => any) | undefined;
|
|
308
|
+
onInput?: ((value: string) => any) | undefined;
|
|
309
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
310
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
311
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
312
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
313
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
314
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
315
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
316
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
317
|
+
}, {
|
|
318
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
319
|
+
readonly id: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
320
|
+
readonly size: {
|
|
321
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large" | "middle", never>>;
|
|
322
|
+
readonly required: false;
|
|
323
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
324
|
+
__epPropKey: true;
|
|
325
|
+
};
|
|
326
|
+
readonly disabled: BooleanConstructor;
|
|
327
|
+
readonly modelValue: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
328
|
+
readonly type: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
329
|
+
readonly effect: import("../../../../utils").EpPropFinalized<StringConstructor, "plain" | "dark" | "light", unknown, "light", boolean>;
|
|
330
|
+
readonly resize: {
|
|
331
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<StringConstructor, "vertical" | "none" | "both" | "horizontal", unknown>>;
|
|
332
|
+
readonly required: false;
|
|
333
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
334
|
+
__epPropKey: true;
|
|
335
|
+
};
|
|
336
|
+
readonly autosize: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => import("../../..").InputAutoSize & {}) | (() => import("../../..").InputAutoSize) | ((new (...args: any[]) => import("../../..").InputAutoSize & {}) | (() => import("../../..").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
337
|
+
readonly autocomplete: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
338
|
+
readonly formatter: {
|
|
339
|
+
readonly type: import("vue").PropType<Function>;
|
|
340
|
+
readonly required: false;
|
|
341
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
342
|
+
__epPropKey: true;
|
|
343
|
+
};
|
|
344
|
+
readonly parser: {
|
|
345
|
+
readonly type: import("vue").PropType<Function>;
|
|
346
|
+
readonly required: false;
|
|
347
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
348
|
+
__epPropKey: true;
|
|
349
|
+
};
|
|
350
|
+
readonly placeholder: {
|
|
351
|
+
readonly type: import("vue").PropType<string>;
|
|
352
|
+
readonly required: false;
|
|
353
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
354
|
+
__epPropKey: true;
|
|
355
|
+
};
|
|
356
|
+
readonly form: {
|
|
357
|
+
readonly type: import("vue").PropType<string>;
|
|
358
|
+
readonly required: false;
|
|
359
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
360
|
+
__epPropKey: true;
|
|
361
|
+
};
|
|
362
|
+
readonly readonly: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
363
|
+
readonly clearable: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
364
|
+
readonly showPassword: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
365
|
+
readonly showWordLimit: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
366
|
+
readonly suffixIcon: {
|
|
367
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
368
|
+
readonly required: false;
|
|
369
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
370
|
+
__epPropKey: true;
|
|
371
|
+
};
|
|
372
|
+
readonly prefixIcon: {
|
|
373
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
374
|
+
readonly required: false;
|
|
375
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
376
|
+
__epPropKey: true;
|
|
377
|
+
};
|
|
378
|
+
readonly containerRole: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
379
|
+
readonly label: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
380
|
+
readonly tabindex: import("../../../../utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
381
|
+
readonly validateEvent: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
382
|
+
readonly inputStyle: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("../../../../utils").Mutable<{}>, boolean>;
|
|
383
|
+
}>> & {
|
|
384
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
385
|
+
onChange?: ((value: string) => any) | undefined;
|
|
386
|
+
onClear?: (() => any) | undefined;
|
|
387
|
+
onInput?: ((value: string) => any) | undefined;
|
|
388
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
389
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
390
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
391
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
392
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
393
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
394
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
395
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
396
|
+
}>>;
|
|
397
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "clear") => void);
|
|
398
|
+
rawAttrs: {
|
|
399
|
+
[x: string]: unknown;
|
|
400
|
+
};
|
|
401
|
+
slots: Readonly<{
|
|
402
|
+
[name: string]: import("vue").Slot | undefined;
|
|
403
|
+
}>;
|
|
404
|
+
containerAttrs: import("vue").ComputedRef<Record<string, unknown>>;
|
|
405
|
+
customStyle: import("../../../../utils").CustomStyle;
|
|
406
|
+
placeholderColor: import("vue").ComputedRef<string>;
|
|
407
|
+
attrs: import("vue").ComputedRef<Record<string, unknown>>;
|
|
408
|
+
form: import("../../../..").FormContext | undefined;
|
|
409
|
+
formItem: import("../../../..").FormItemContext | undefined;
|
|
410
|
+
inputId: import("vue").Ref<string | undefined>;
|
|
411
|
+
inputSize: import("vue").ComputedRef<"" | "default" | "small" | "large" | "middle">;
|
|
412
|
+
inputDisabled: import("vue").ComputedRef<boolean>;
|
|
413
|
+
nsInput: {
|
|
414
|
+
namespace: import("vue").Ref<string>;
|
|
415
|
+
b: (blockSuffix?: string) => string;
|
|
416
|
+
e: (element?: string | undefined) => string;
|
|
417
|
+
m: (modifier?: string | undefined) => string;
|
|
418
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
419
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
420
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
421
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
422
|
+
is: {
|
|
423
|
+
(name: string, state: boolean | undefined): string;
|
|
424
|
+
(name: string): string;
|
|
425
|
+
};
|
|
426
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
427
|
+
cssVarName: (name: string) => string;
|
|
428
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
429
|
+
cssVarBlockName: (name: string) => string;
|
|
430
|
+
};
|
|
431
|
+
nsTextarea: {
|
|
432
|
+
namespace: import("vue").Ref<string>;
|
|
433
|
+
b: (blockSuffix?: string) => string;
|
|
434
|
+
e: (element?: string | undefined) => string;
|
|
435
|
+
m: (modifier?: string | undefined) => string;
|
|
436
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
437
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
438
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
439
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
440
|
+
is: {
|
|
441
|
+
(name: string, state: boolean | undefined): string;
|
|
442
|
+
(name: string): string;
|
|
443
|
+
};
|
|
444
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
445
|
+
cssVarName: (name: string) => string;
|
|
446
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
447
|
+
cssVarBlockName: (name: string) => string;
|
|
448
|
+
};
|
|
449
|
+
input: import("vue").ShallowRef<HTMLInputElement | undefined>;
|
|
450
|
+
textarea: import("vue").ShallowRef<HTMLTextAreaElement | undefined>;
|
|
451
|
+
focused: import("vue").Ref<boolean>;
|
|
452
|
+
hovering: import("vue").Ref<boolean>;
|
|
453
|
+
isComposing: import("vue").Ref<boolean>;
|
|
454
|
+
passwordVisible: import("vue").Ref<boolean>;
|
|
455
|
+
countStyle: import("vue").Ref<import("vue").StyleValue | undefined>;
|
|
456
|
+
textareaCalcStyle: import("vue").ShallowRef<import("vue").StyleValue>;
|
|
457
|
+
_ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
458
|
+
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
459
|
+
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
460
|
+
validateIcon: import("vue").ComputedRef<"" | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
461
|
+
passwordIcon: import("vue").ComputedRef<import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
462
|
+
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
463
|
+
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
464
|
+
nativeInputValue: import("vue").ComputedRef<string>;
|
|
465
|
+
showClear: import("vue").ComputedRef<boolean>;
|
|
466
|
+
showPwdVisible: import("vue").ComputedRef<boolean>;
|
|
467
|
+
isWordLimitVisible: import("vue").ComputedRef<boolean>;
|
|
468
|
+
textLength: import("vue").ComputedRef<number>;
|
|
469
|
+
inputExceed: import("vue").ComputedRef<boolean>;
|
|
470
|
+
suffixVisible: import("vue").ComputedRef<boolean>;
|
|
471
|
+
recordCursor: () => void;
|
|
472
|
+
setCursor: () => void;
|
|
473
|
+
resizeTextarea: () => void;
|
|
474
|
+
setNativeInputValue: () => void;
|
|
475
|
+
handleInput: (event: Event) => Promise<void>;
|
|
476
|
+
handleChange: (event: Event) => void;
|
|
477
|
+
handleCompositionStart: (event: CompositionEvent) => void;
|
|
478
|
+
handleCompositionUpdate: (event: CompositionEvent) => void;
|
|
479
|
+
handleCompositionEnd: (event: CompositionEvent) => void;
|
|
480
|
+
handlePasswordVisible: () => void;
|
|
481
|
+
focus: () => Promise<void>;
|
|
482
|
+
blur: () => void | undefined;
|
|
483
|
+
handleFocus: (event: FocusEvent) => void;
|
|
484
|
+
handleBlur: (event: FocusEvent) => void;
|
|
485
|
+
handleMouseLeave: (evt: MouseEvent) => void;
|
|
486
|
+
handleMouseEnter: (evt: MouseEvent) => void;
|
|
487
|
+
handleKeydown: (evt: KeyboardEvent) => void;
|
|
488
|
+
select: () => void;
|
|
489
|
+
clear: () => void;
|
|
490
|
+
formatterStyle: (obj: import("../../../../utils").CustomStyle, arr: (keyof import("../../../../utils").CustomStyle)[]) => {
|
|
491
|
+
color?: string | undefined;
|
|
492
|
+
backgroundColor?: string | undefined;
|
|
493
|
+
borderColor?: string | undefined;
|
|
494
|
+
};
|
|
495
|
+
ElIcon: import("../../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
496
|
+
readonly size: {
|
|
497
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
498
|
+
readonly required: false;
|
|
499
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
500
|
+
__epPropKey: true;
|
|
501
|
+
};
|
|
502
|
+
readonly color: {
|
|
503
|
+
readonly type: import("vue").PropType<string>;
|
|
504
|
+
readonly required: false;
|
|
505
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
506
|
+
__epPropKey: true;
|
|
507
|
+
};
|
|
508
|
+
}, {
|
|
509
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
510
|
+
readonly size: {
|
|
511
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
512
|
+
readonly required: false;
|
|
513
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
514
|
+
__epPropKey: true;
|
|
515
|
+
};
|
|
516
|
+
readonly color: {
|
|
517
|
+
readonly type: import("vue").PropType<string>;
|
|
518
|
+
readonly required: false;
|
|
519
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
520
|
+
__epPropKey: true;
|
|
521
|
+
};
|
|
522
|
+
}>> & {
|
|
523
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
524
|
+
}>>;
|
|
525
|
+
ns: {
|
|
526
|
+
namespace: import("vue").Ref<string>;
|
|
527
|
+
b: (blockSuffix?: string) => string;
|
|
528
|
+
e: (element?: string | undefined) => string;
|
|
529
|
+
m: (modifier?: string | undefined) => string;
|
|
530
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
531
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
532
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
533
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
534
|
+
is: {
|
|
535
|
+
(name: string, state: boolean | undefined): string;
|
|
536
|
+
(name: string): string;
|
|
537
|
+
};
|
|
538
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
539
|
+
cssVarName: (name: string) => string;
|
|
540
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
541
|
+
cssVarBlockName: (name: string) => string;
|
|
542
|
+
};
|
|
543
|
+
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
544
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
545
|
+
readonly size: {
|
|
546
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
547
|
+
readonly required: false;
|
|
548
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
549
|
+
__epPropKey: true;
|
|
550
|
+
};
|
|
551
|
+
readonly color: {
|
|
552
|
+
readonly type: import("vue").PropType<string>;
|
|
553
|
+
readonly required: false;
|
|
554
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
555
|
+
__epPropKey: true;
|
|
556
|
+
};
|
|
557
|
+
}>>, {}>> & Record<string, any>;
|
|
558
|
+
CircleClose: 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<{}>>, {}>;
|
|
559
|
+
NOOP: () => void;
|
|
560
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
561
|
+
"update:modelValue": (value: string) => boolean;
|
|
562
|
+
input: (value: string) => boolean;
|
|
563
|
+
change: (value: string) => boolean;
|
|
564
|
+
focus: (evt: FocusEvent) => boolean;
|
|
565
|
+
blur: (evt: FocusEvent) => boolean;
|
|
566
|
+
clear: () => boolean;
|
|
567
|
+
mouseleave: (evt: MouseEvent) => boolean;
|
|
568
|
+
mouseenter: (evt: MouseEvent) => boolean;
|
|
569
|
+
keydown: (evt: Event | KeyboardEvent) => boolean;
|
|
570
|
+
compositionstart: (evt: CompositionEvent) => boolean;
|
|
571
|
+
compositionupdate: (evt: CompositionEvent) => boolean;
|
|
572
|
+
compositionend: (evt: CompositionEvent) => boolean;
|
|
573
|
+
}, string, {
|
|
574
|
+
readonly type: string;
|
|
575
|
+
readonly disabled: boolean;
|
|
576
|
+
readonly label: string;
|
|
577
|
+
readonly modelValue: import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
578
|
+
readonly validateEvent: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
579
|
+
readonly id: string;
|
|
580
|
+
readonly effect: import("../../../../utils").EpPropMergeType<StringConstructor, "plain" | "dark" | "light", unknown>;
|
|
581
|
+
readonly autosize: import("../../..").InputAutoSize;
|
|
582
|
+
readonly autocomplete: string;
|
|
583
|
+
readonly readonly: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
584
|
+
readonly clearable: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
585
|
+
readonly showPassword: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
586
|
+
readonly showWordLimit: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
587
|
+
readonly containerRole: string;
|
|
588
|
+
readonly tabindex: import("../../../../utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
589
|
+
readonly inputStyle: import("vue").StyleValue;
|
|
590
|
+
}> & {
|
|
591
|
+
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
592
|
+
created?: ((() => void) | (() => void)[]) | undefined;
|
|
593
|
+
beforeMount?: ((() => void) | (() => void)[]) | undefined;
|
|
594
|
+
mounted?: ((() => void) | (() => void)[]) | undefined;
|
|
595
|
+
beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
|
|
596
|
+
updated?: ((() => void) | (() => void)[]) | undefined;
|
|
597
|
+
activated?: ((() => void) | (() => void)[]) | undefined;
|
|
598
|
+
deactivated?: ((() => void) | (() => void)[]) | undefined;
|
|
599
|
+
beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
|
|
600
|
+
beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
|
|
601
|
+
destroyed?: ((() => void) | (() => void)[]) | undefined;
|
|
602
|
+
unmounted?: ((() => void) | (() => void)[]) | undefined;
|
|
603
|
+
renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
604
|
+
renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
|
|
605
|
+
errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
|
|
606
|
+
};
|
|
607
|
+
$forceUpdate: () => void;
|
|
608
|
+
$nextTick: typeof import("vue").nextTick;
|
|
609
|
+
$watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
610
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
|
611
|
+
readonly id: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
612
|
+
readonly size: {
|
|
613
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large" | "middle", never>>;
|
|
614
|
+
readonly required: false;
|
|
615
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
616
|
+
__epPropKey: true;
|
|
617
|
+
};
|
|
618
|
+
readonly disabled: BooleanConstructor;
|
|
619
|
+
readonly modelValue: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
620
|
+
readonly type: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
621
|
+
readonly effect: import("../../../../utils").EpPropFinalized<StringConstructor, "plain" | "dark" | "light", unknown, "light", boolean>;
|
|
622
|
+
readonly resize: {
|
|
623
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<StringConstructor, "vertical" | "none" | "both" | "horizontal", unknown>>;
|
|
624
|
+
readonly required: false;
|
|
625
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
626
|
+
__epPropKey: true;
|
|
627
|
+
};
|
|
628
|
+
readonly autosize: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => import("../../..").InputAutoSize & {}) | (() => import("../../..").InputAutoSize) | ((new (...args: any[]) => import("../../..").InputAutoSize & {}) | (() => import("../../..").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
629
|
+
readonly autocomplete: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
630
|
+
readonly formatter: {
|
|
631
|
+
readonly type: import("vue").PropType<Function>;
|
|
632
|
+
readonly required: false;
|
|
633
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
634
|
+
__epPropKey: true;
|
|
635
|
+
};
|
|
636
|
+
readonly parser: {
|
|
637
|
+
readonly type: import("vue").PropType<Function>;
|
|
638
|
+
readonly required: false;
|
|
639
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
640
|
+
__epPropKey: true;
|
|
641
|
+
};
|
|
642
|
+
readonly placeholder: {
|
|
643
|
+
readonly type: import("vue").PropType<string>;
|
|
644
|
+
readonly required: false;
|
|
645
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
646
|
+
__epPropKey: true;
|
|
647
|
+
};
|
|
648
|
+
readonly form: {
|
|
649
|
+
readonly type: import("vue").PropType<string>;
|
|
650
|
+
readonly required: false;
|
|
651
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
652
|
+
__epPropKey: true;
|
|
653
|
+
};
|
|
654
|
+
readonly readonly: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
655
|
+
readonly clearable: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
656
|
+
readonly showPassword: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
657
|
+
readonly showWordLimit: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
658
|
+
readonly suffixIcon: {
|
|
659
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
660
|
+
readonly required: false;
|
|
661
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
662
|
+
__epPropKey: true;
|
|
663
|
+
};
|
|
664
|
+
readonly prefixIcon: {
|
|
665
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
666
|
+
readonly required: false;
|
|
667
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
668
|
+
__epPropKey: true;
|
|
669
|
+
};
|
|
670
|
+
readonly containerRole: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
671
|
+
readonly label: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
672
|
+
readonly tabindex: import("../../../../utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
673
|
+
readonly validateEvent: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
674
|
+
readonly inputStyle: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("../../../../utils").Mutable<{}>, boolean>;
|
|
675
|
+
}>> & {
|
|
676
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
677
|
+
onChange?: ((value: string) => any) | undefined;
|
|
678
|
+
onClear?: (() => any) | undefined;
|
|
679
|
+
onInput?: ((value: string) => any) | undefined;
|
|
680
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
681
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
682
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
683
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
684
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
685
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
686
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
687
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
688
|
+
} & import("vue").ShallowUnwrapRef<{
|
|
689
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
690
|
+
readonly id: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
691
|
+
readonly size: {
|
|
692
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large" | "middle", never>>;
|
|
693
|
+
readonly required: false;
|
|
694
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
695
|
+
__epPropKey: true;
|
|
696
|
+
};
|
|
697
|
+
readonly disabled: BooleanConstructor;
|
|
698
|
+
readonly modelValue: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
699
|
+
readonly type: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
700
|
+
readonly effect: import("../../../../utils").EpPropFinalized<StringConstructor, "plain" | "dark" | "light", unknown, "light", boolean>;
|
|
701
|
+
readonly resize: {
|
|
702
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<StringConstructor, "vertical" | "none" | "both" | "horizontal", unknown>>;
|
|
703
|
+
readonly required: false;
|
|
704
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
705
|
+
__epPropKey: true;
|
|
706
|
+
};
|
|
707
|
+
readonly autosize: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => import("../../..").InputAutoSize & {}) | (() => import("../../..").InputAutoSize) | ((new (...args: any[]) => import("../../..").InputAutoSize & {}) | (() => import("../../..").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
708
|
+
readonly autocomplete: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
709
|
+
readonly formatter: {
|
|
710
|
+
readonly type: import("vue").PropType<Function>;
|
|
711
|
+
readonly required: false;
|
|
712
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
713
|
+
__epPropKey: true;
|
|
714
|
+
};
|
|
715
|
+
readonly parser: {
|
|
716
|
+
readonly type: import("vue").PropType<Function>;
|
|
717
|
+
readonly required: false;
|
|
718
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
719
|
+
__epPropKey: true;
|
|
720
|
+
};
|
|
721
|
+
readonly placeholder: {
|
|
722
|
+
readonly type: import("vue").PropType<string>;
|
|
723
|
+
readonly required: false;
|
|
724
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
725
|
+
__epPropKey: true;
|
|
726
|
+
};
|
|
727
|
+
readonly form: {
|
|
728
|
+
readonly type: import("vue").PropType<string>;
|
|
729
|
+
readonly required: false;
|
|
730
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
731
|
+
__epPropKey: true;
|
|
732
|
+
};
|
|
733
|
+
readonly readonly: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
734
|
+
readonly clearable: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
735
|
+
readonly showPassword: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
736
|
+
readonly showWordLimit: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
737
|
+
readonly suffixIcon: {
|
|
738
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
739
|
+
readonly required: false;
|
|
740
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
741
|
+
__epPropKey: true;
|
|
742
|
+
};
|
|
743
|
+
readonly prefixIcon: {
|
|
744
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
745
|
+
readonly required: false;
|
|
746
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
747
|
+
__epPropKey: true;
|
|
748
|
+
};
|
|
749
|
+
readonly containerRole: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
750
|
+
readonly label: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
751
|
+
readonly tabindex: import("../../../../utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
752
|
+
readonly validateEvent: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
753
|
+
readonly inputStyle: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("../../../../utils").Mutable<{}>, boolean>;
|
|
754
|
+
}>> & {
|
|
755
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
756
|
+
onChange?: ((value: string) => any) | undefined;
|
|
757
|
+
onClear?: (() => any) | undefined;
|
|
758
|
+
onInput?: ((value: string) => any) | undefined;
|
|
759
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
760
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
761
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
762
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
763
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
764
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
765
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
766
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
767
|
+
}>>;
|
|
768
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "clear") => void);
|
|
769
|
+
rawAttrs: {
|
|
770
|
+
[x: string]: unknown;
|
|
771
|
+
};
|
|
772
|
+
slots: Readonly<{
|
|
773
|
+
[name: string]: import("vue").Slot | undefined;
|
|
774
|
+
}>;
|
|
775
|
+
containerAttrs: import("vue").ComputedRef<Record<string, unknown>>;
|
|
776
|
+
customStyle: import("../../../../utils").CustomStyle;
|
|
777
|
+
placeholderColor: import("vue").ComputedRef<string>;
|
|
778
|
+
attrs: import("vue").ComputedRef<Record<string, unknown>>;
|
|
779
|
+
form: import("../../../..").FormContext | undefined;
|
|
780
|
+
formItem: import("../../../..").FormItemContext | undefined;
|
|
781
|
+
inputId: import("vue").Ref<string | undefined>;
|
|
782
|
+
inputSize: import("vue").ComputedRef<"" | "default" | "small" | "large" | "middle">;
|
|
783
|
+
inputDisabled: import("vue").ComputedRef<boolean>;
|
|
784
|
+
nsInput: {
|
|
785
|
+
namespace: import("vue").Ref<string>;
|
|
786
|
+
b: (blockSuffix?: string) => string;
|
|
787
|
+
e: (element?: string | undefined) => string;
|
|
788
|
+
m: (modifier?: string | undefined) => string;
|
|
789
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
790
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
791
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
792
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
793
|
+
is: {
|
|
794
|
+
(name: string, state: boolean | undefined): string;
|
|
795
|
+
(name: string): string;
|
|
796
|
+
};
|
|
797
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
798
|
+
cssVarName: (name: string) => string;
|
|
799
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
800
|
+
cssVarBlockName: (name: string) => string;
|
|
801
|
+
};
|
|
802
|
+
nsTextarea: {
|
|
803
|
+
namespace: import("vue").Ref<string>;
|
|
804
|
+
b: (blockSuffix?: string) => string;
|
|
805
|
+
e: (element?: string | undefined) => string;
|
|
806
|
+
m: (modifier?: string | undefined) => string;
|
|
807
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
808
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
809
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
810
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
811
|
+
is: {
|
|
812
|
+
(name: string, state: boolean | undefined): string;
|
|
813
|
+
(name: string): string;
|
|
814
|
+
};
|
|
815
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
816
|
+
cssVarName: (name: string) => string;
|
|
817
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
818
|
+
cssVarBlockName: (name: string) => string;
|
|
819
|
+
};
|
|
820
|
+
input: import("vue").ShallowRef<HTMLInputElement | undefined>;
|
|
821
|
+
textarea: import("vue").ShallowRef<HTMLTextAreaElement | undefined>;
|
|
822
|
+
focused: import("vue").Ref<boolean>;
|
|
823
|
+
hovering: import("vue").Ref<boolean>;
|
|
824
|
+
isComposing: import("vue").Ref<boolean>;
|
|
825
|
+
passwordVisible: import("vue").Ref<boolean>;
|
|
826
|
+
countStyle: import("vue").Ref<import("vue").StyleValue | undefined>;
|
|
827
|
+
textareaCalcStyle: import("vue").ShallowRef<import("vue").StyleValue>;
|
|
828
|
+
_ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
829
|
+
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
830
|
+
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
831
|
+
validateIcon: import("vue").ComputedRef<"" | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
832
|
+
passwordIcon: import("vue").ComputedRef<import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
833
|
+
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
834
|
+
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
835
|
+
nativeInputValue: import("vue").ComputedRef<string>;
|
|
836
|
+
showClear: import("vue").ComputedRef<boolean>;
|
|
837
|
+
showPwdVisible: import("vue").ComputedRef<boolean>;
|
|
838
|
+
isWordLimitVisible: import("vue").ComputedRef<boolean>;
|
|
839
|
+
textLength: import("vue").ComputedRef<number>;
|
|
840
|
+
inputExceed: import("vue").ComputedRef<boolean>;
|
|
841
|
+
suffixVisible: import("vue").ComputedRef<boolean>;
|
|
842
|
+
recordCursor: () => void;
|
|
843
|
+
setCursor: () => void;
|
|
844
|
+
resizeTextarea: () => void;
|
|
845
|
+
setNativeInputValue: () => void;
|
|
846
|
+
handleInput: (event: Event) => Promise<void>;
|
|
847
|
+
handleChange: (event: Event) => void;
|
|
848
|
+
handleCompositionStart: (event: CompositionEvent) => void;
|
|
849
|
+
handleCompositionUpdate: (event: CompositionEvent) => void;
|
|
850
|
+
handleCompositionEnd: (event: CompositionEvent) => void;
|
|
851
|
+
handlePasswordVisible: () => void;
|
|
852
|
+
focus: () => Promise<void>;
|
|
853
|
+
blur: () => void | undefined;
|
|
854
|
+
handleFocus: (event: FocusEvent) => void;
|
|
855
|
+
handleBlur: (event: FocusEvent) => void;
|
|
856
|
+
handleMouseLeave: (evt: MouseEvent) => void;
|
|
857
|
+
handleMouseEnter: (evt: MouseEvent) => void;
|
|
858
|
+
handleKeydown: (evt: KeyboardEvent) => void;
|
|
859
|
+
select: () => void;
|
|
860
|
+
clear: () => void;
|
|
861
|
+
formatterStyle: (obj: import("../../../../utils").CustomStyle, arr: (keyof import("../../../../utils").CustomStyle)[]) => {
|
|
862
|
+
color?: string | undefined;
|
|
863
|
+
backgroundColor?: string | undefined;
|
|
864
|
+
borderColor?: string | undefined;
|
|
865
|
+
};
|
|
866
|
+
ElIcon: import("../../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
867
|
+
readonly size: {
|
|
868
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
869
|
+
readonly required: false;
|
|
870
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
871
|
+
__epPropKey: true;
|
|
872
|
+
};
|
|
873
|
+
readonly color: {
|
|
874
|
+
readonly type: import("vue").PropType<string>;
|
|
875
|
+
readonly required: false;
|
|
876
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
877
|
+
__epPropKey: true;
|
|
878
|
+
};
|
|
879
|
+
}, {
|
|
880
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
881
|
+
readonly size: {
|
|
882
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
883
|
+
readonly required: false;
|
|
884
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
885
|
+
__epPropKey: true;
|
|
886
|
+
};
|
|
887
|
+
readonly color: {
|
|
888
|
+
readonly type: import("vue").PropType<string>;
|
|
889
|
+
readonly required: false;
|
|
890
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
891
|
+
__epPropKey: true;
|
|
892
|
+
};
|
|
893
|
+
}>> & {
|
|
894
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
895
|
+
}>>;
|
|
896
|
+
ns: {
|
|
897
|
+
namespace: import("vue").Ref<string>;
|
|
898
|
+
b: (blockSuffix?: string) => string;
|
|
899
|
+
e: (element?: string | undefined) => string;
|
|
900
|
+
m: (modifier?: string | undefined) => string;
|
|
901
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
902
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
903
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
904
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
905
|
+
is: {
|
|
906
|
+
(name: string, state: boolean | undefined): string;
|
|
907
|
+
(name: string): string;
|
|
908
|
+
};
|
|
909
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
910
|
+
cssVarName: (name: string) => string;
|
|
911
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
912
|
+
cssVarBlockName: (name: string) => string;
|
|
913
|
+
};
|
|
914
|
+
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
915
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
916
|
+
readonly size: {
|
|
917
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
918
|
+
readonly required: false;
|
|
919
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
920
|
+
__epPropKey: true;
|
|
921
|
+
};
|
|
922
|
+
readonly color: {
|
|
923
|
+
readonly type: import("vue").PropType<string>;
|
|
924
|
+
readonly required: false;
|
|
925
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
926
|
+
__epPropKey: true;
|
|
927
|
+
};
|
|
928
|
+
}>>, {}>> & Record<string, any>;
|
|
929
|
+
CircleClose: 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<{}>>, {}>;
|
|
930
|
+
NOOP: () => void;
|
|
931
|
+
}> & {} & import("vue").ComponentCustomProperties) | undefined>;
|
|
932
|
+
data: {
|
|
933
|
+
currentValue: number | null | undefined;
|
|
934
|
+
userInput: string | number | null;
|
|
935
|
+
};
|
|
936
|
+
formItem: import("../../../..").FormItemContext | undefined;
|
|
937
|
+
minDisabled: import("vue").ComputedRef<boolean>;
|
|
938
|
+
maxDisabled: import("vue").ComputedRef<boolean>;
|
|
939
|
+
numPrecision: import("vue").ComputedRef<number>;
|
|
940
|
+
controlsAtRight: import("vue").ComputedRef<boolean>;
|
|
941
|
+
inputNumberSize: import("vue").ComputedRef<"" | "default" | "small" | "large" | "middle">;
|
|
942
|
+
inputNumberDisabled: import("vue").ComputedRef<boolean>;
|
|
943
|
+
displayValue: import("vue").ComputedRef<string | number>;
|
|
944
|
+
toPrecision: (num: number, pre?: number | undefined) => number;
|
|
945
|
+
getPrecision: (value: number | null | undefined) => number;
|
|
946
|
+
ensurePrecision: (val: number, coefficient?: 1 | -1) => number | null | undefined;
|
|
947
|
+
increase: () => void;
|
|
948
|
+
decrease: () => void;
|
|
949
|
+
verifyValue: (value: string | number | null | undefined, update?: boolean | undefined) => number | null | undefined;
|
|
950
|
+
setCurrentValue: (value: string | number | null | undefined) => void;
|
|
951
|
+
handleInput: (value: string) => void;
|
|
952
|
+
handleInputChange: (value: string) => void;
|
|
953
|
+
focus: () => void;
|
|
954
|
+
blur: () => void;
|
|
955
|
+
handleFocus: (event: MouseEvent | FocusEvent) => void;
|
|
956
|
+
handleBlur: (event: MouseEvent | FocusEvent) => void;
|
|
957
|
+
ElInput: import("../../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
958
|
+
readonly id: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
959
|
+
readonly size: {
|
|
960
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large" | "middle", never>>;
|
|
961
|
+
readonly required: false;
|
|
962
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
963
|
+
__epPropKey: true;
|
|
964
|
+
};
|
|
965
|
+
readonly disabled: BooleanConstructor;
|
|
966
|
+
readonly modelValue: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
967
|
+
readonly type: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
968
|
+
readonly effect: import("../../../../utils").EpPropFinalized<StringConstructor, "plain" | "dark" | "light", unknown, "light", boolean>;
|
|
969
|
+
readonly resize: {
|
|
970
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<StringConstructor, "vertical" | "none" | "both" | "horizontal", unknown>>;
|
|
971
|
+
readonly required: false;
|
|
972
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
973
|
+
__epPropKey: true;
|
|
974
|
+
};
|
|
975
|
+
readonly autosize: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => import("../../..").InputAutoSize & {}) | (() => import("../../..").InputAutoSize) | ((new (...args: any[]) => import("../../..").InputAutoSize & {}) | (() => import("../../..").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
976
|
+
readonly autocomplete: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
977
|
+
readonly formatter: {
|
|
978
|
+
readonly type: import("vue").PropType<Function>;
|
|
979
|
+
readonly required: false;
|
|
980
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
981
|
+
__epPropKey: true;
|
|
982
|
+
};
|
|
983
|
+
readonly parser: {
|
|
984
|
+
readonly type: import("vue").PropType<Function>;
|
|
985
|
+
readonly required: false;
|
|
986
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
987
|
+
__epPropKey: true;
|
|
988
|
+
};
|
|
989
|
+
readonly placeholder: {
|
|
990
|
+
readonly type: import("vue").PropType<string>;
|
|
991
|
+
readonly required: false;
|
|
992
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
993
|
+
__epPropKey: true;
|
|
994
|
+
};
|
|
995
|
+
readonly form: {
|
|
996
|
+
readonly type: import("vue").PropType<string>;
|
|
997
|
+
readonly required: false;
|
|
998
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
999
|
+
__epPropKey: true;
|
|
1000
|
+
};
|
|
1001
|
+
readonly readonly: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1002
|
+
readonly clearable: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1003
|
+
readonly showPassword: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1004
|
+
readonly showWordLimit: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1005
|
+
readonly suffixIcon: {
|
|
1006
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
1007
|
+
readonly required: false;
|
|
1008
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1009
|
+
__epPropKey: true;
|
|
1010
|
+
};
|
|
1011
|
+
readonly prefixIcon: {
|
|
1012
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
1013
|
+
readonly required: false;
|
|
1014
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1015
|
+
__epPropKey: true;
|
|
1016
|
+
};
|
|
1017
|
+
readonly containerRole: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1018
|
+
readonly label: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1019
|
+
readonly tabindex: import("../../../../utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
1020
|
+
readonly validateEvent: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1021
|
+
readonly inputStyle: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("../../../../utils").Mutable<{}>, boolean>;
|
|
1022
|
+
}, {
|
|
1023
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1024
|
+
readonly id: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1025
|
+
readonly size: {
|
|
1026
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large" | "middle", never>>;
|
|
1027
|
+
readonly required: false;
|
|
1028
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1029
|
+
__epPropKey: true;
|
|
1030
|
+
};
|
|
1031
|
+
readonly disabled: BooleanConstructor;
|
|
1032
|
+
readonly modelValue: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
1033
|
+
readonly type: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
1034
|
+
readonly effect: import("../../../../utils").EpPropFinalized<StringConstructor, "plain" | "dark" | "light", unknown, "light", boolean>;
|
|
1035
|
+
readonly resize: {
|
|
1036
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<StringConstructor, "vertical" | "none" | "both" | "horizontal", unknown>>;
|
|
1037
|
+
readonly required: false;
|
|
1038
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1039
|
+
__epPropKey: true;
|
|
1040
|
+
};
|
|
1041
|
+
readonly autosize: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => import("../../..").InputAutoSize & {}) | (() => import("../../..").InputAutoSize) | ((new (...args: any[]) => import("../../..").InputAutoSize & {}) | (() => import("../../..").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
1042
|
+
readonly autocomplete: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
1043
|
+
readonly formatter: {
|
|
1044
|
+
readonly type: import("vue").PropType<Function>;
|
|
1045
|
+
readonly required: false;
|
|
1046
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1047
|
+
__epPropKey: true;
|
|
1048
|
+
};
|
|
1049
|
+
readonly parser: {
|
|
1050
|
+
readonly type: import("vue").PropType<Function>;
|
|
1051
|
+
readonly required: false;
|
|
1052
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1053
|
+
__epPropKey: true;
|
|
1054
|
+
};
|
|
1055
|
+
readonly placeholder: {
|
|
1056
|
+
readonly type: import("vue").PropType<string>;
|
|
1057
|
+
readonly required: false;
|
|
1058
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1059
|
+
__epPropKey: true;
|
|
1060
|
+
};
|
|
1061
|
+
readonly form: {
|
|
1062
|
+
readonly type: import("vue").PropType<string>;
|
|
1063
|
+
readonly required: false;
|
|
1064
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1065
|
+
__epPropKey: true;
|
|
1066
|
+
};
|
|
1067
|
+
readonly readonly: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1068
|
+
readonly clearable: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1069
|
+
readonly showPassword: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1070
|
+
readonly showWordLimit: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1071
|
+
readonly suffixIcon: {
|
|
1072
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
1073
|
+
readonly required: false;
|
|
1074
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1075
|
+
__epPropKey: true;
|
|
1076
|
+
};
|
|
1077
|
+
readonly prefixIcon: {
|
|
1078
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
1079
|
+
readonly required: false;
|
|
1080
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1081
|
+
__epPropKey: true;
|
|
1082
|
+
};
|
|
1083
|
+
readonly containerRole: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1084
|
+
readonly label: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1085
|
+
readonly tabindex: import("../../../../utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
1086
|
+
readonly validateEvent: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1087
|
+
readonly inputStyle: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("../../../../utils").Mutable<{}>, boolean>;
|
|
1088
|
+
}>> & {
|
|
1089
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1090
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1091
|
+
onClear?: (() => any) | undefined;
|
|
1092
|
+
onInput?: ((value: string) => any) | undefined;
|
|
1093
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1094
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1095
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1096
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1097
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1098
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1099
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1100
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1101
|
+
}>>;
|
|
1102
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "clear") => void);
|
|
1103
|
+
rawAttrs: {
|
|
1104
|
+
[x: string]: unknown;
|
|
1105
|
+
};
|
|
1106
|
+
slots: Readonly<{
|
|
1107
|
+
[name: string]: import("vue").Slot | undefined;
|
|
1108
|
+
}>;
|
|
1109
|
+
containerAttrs: import("vue").ComputedRef<Record<string, unknown>>;
|
|
1110
|
+
customStyle: import("../../../../utils").CustomStyle;
|
|
1111
|
+
placeholderColor: import("vue").ComputedRef<string>;
|
|
1112
|
+
attrs: import("vue").ComputedRef<Record<string, unknown>>;
|
|
1113
|
+
form: import("../../../..").FormContext | undefined;
|
|
1114
|
+
formItem: import("../../../..").FormItemContext | undefined;
|
|
1115
|
+
inputId: import("vue").Ref<string | undefined>;
|
|
1116
|
+
inputSize: import("vue").ComputedRef<"" | "default" | "small" | "large" | "middle">;
|
|
1117
|
+
inputDisabled: import("vue").ComputedRef<boolean>;
|
|
1118
|
+
nsInput: {
|
|
1119
|
+
namespace: import("vue").Ref<string>;
|
|
1120
|
+
b: (blockSuffix?: string) => string;
|
|
1121
|
+
e: (element?: string | undefined) => string;
|
|
1122
|
+
m: (modifier?: string | undefined) => string;
|
|
1123
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1124
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1125
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1126
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1127
|
+
is: {
|
|
1128
|
+
(name: string, state: boolean | undefined): string;
|
|
1129
|
+
(name: string): string;
|
|
1130
|
+
};
|
|
1131
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1132
|
+
cssVarName: (name: string) => string;
|
|
1133
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1134
|
+
cssVarBlockName: (name: string) => string;
|
|
1135
|
+
};
|
|
1136
|
+
nsTextarea: {
|
|
1137
|
+
namespace: import("vue").Ref<string>;
|
|
1138
|
+
b: (blockSuffix?: string) => string;
|
|
1139
|
+
e: (element?: string | undefined) => string;
|
|
1140
|
+
m: (modifier?: string | undefined) => string;
|
|
1141
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1142
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1143
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1144
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1145
|
+
is: {
|
|
1146
|
+
(name: string, state: boolean | undefined): string;
|
|
1147
|
+
(name: string): string;
|
|
1148
|
+
};
|
|
1149
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1150
|
+
cssVarName: (name: string) => string;
|
|
1151
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1152
|
+
cssVarBlockName: (name: string) => string;
|
|
1153
|
+
};
|
|
1154
|
+
input: import("vue").ShallowRef<HTMLInputElement | undefined>;
|
|
1155
|
+
textarea: import("vue").ShallowRef<HTMLTextAreaElement | undefined>;
|
|
1156
|
+
focused: import("vue").Ref<boolean>;
|
|
1157
|
+
hovering: import("vue").Ref<boolean>;
|
|
1158
|
+
isComposing: import("vue").Ref<boolean>;
|
|
1159
|
+
passwordVisible: import("vue").Ref<boolean>;
|
|
1160
|
+
countStyle: import("vue").Ref<import("vue").StyleValue | undefined>;
|
|
1161
|
+
textareaCalcStyle: import("vue").ShallowRef<import("vue").StyleValue>;
|
|
1162
|
+
_ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
1163
|
+
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
1164
|
+
validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
|
|
1165
|
+
validateIcon: import("vue").ComputedRef<"" | import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
1166
|
+
passwordIcon: import("vue").ComputedRef<import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
|
|
1167
|
+
containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
1168
|
+
textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
1169
|
+
nativeInputValue: import("vue").ComputedRef<string>;
|
|
1170
|
+
showClear: import("vue").ComputedRef<boolean>;
|
|
1171
|
+
showPwdVisible: import("vue").ComputedRef<boolean>;
|
|
1172
|
+
isWordLimitVisible: import("vue").ComputedRef<boolean>;
|
|
1173
|
+
textLength: import("vue").ComputedRef<number>;
|
|
1174
|
+
inputExceed: import("vue").ComputedRef<boolean>;
|
|
1175
|
+
suffixVisible: import("vue").ComputedRef<boolean>;
|
|
1176
|
+
recordCursor: () => void;
|
|
1177
|
+
setCursor: () => void;
|
|
1178
|
+
resizeTextarea: () => void;
|
|
1179
|
+
setNativeInputValue: () => void;
|
|
1180
|
+
handleInput: (event: Event) => Promise<void>;
|
|
1181
|
+
handleChange: (event: Event) => void;
|
|
1182
|
+
handleCompositionStart: (event: CompositionEvent) => void;
|
|
1183
|
+
handleCompositionUpdate: (event: CompositionEvent) => void;
|
|
1184
|
+
handleCompositionEnd: (event: CompositionEvent) => void;
|
|
1185
|
+
handlePasswordVisible: () => void;
|
|
1186
|
+
focus: () => Promise<void>;
|
|
1187
|
+
blur: () => void | undefined;
|
|
1188
|
+
handleFocus: (event: FocusEvent) => void;
|
|
1189
|
+
handleBlur: (event: FocusEvent) => void;
|
|
1190
|
+
handleMouseLeave: (evt: MouseEvent) => void;
|
|
1191
|
+
handleMouseEnter: (evt: MouseEvent) => void;
|
|
1192
|
+
handleKeydown: (evt: KeyboardEvent) => void;
|
|
1193
|
+
select: () => void;
|
|
1194
|
+
clear: () => void;
|
|
1195
|
+
formatterStyle: (obj: import("../../../../utils").CustomStyle, arr: (keyof import("../../../../utils").CustomStyle)[]) => {
|
|
1196
|
+
color?: string | undefined;
|
|
1197
|
+
backgroundColor?: string | undefined;
|
|
1198
|
+
borderColor?: string | undefined;
|
|
1199
|
+
};
|
|
1200
|
+
ElIcon: import("../../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
1201
|
+
readonly size: {
|
|
1202
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
1203
|
+
readonly required: false;
|
|
1204
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1205
|
+
__epPropKey: true;
|
|
1206
|
+
};
|
|
1207
|
+
readonly color: {
|
|
1208
|
+
readonly type: import("vue").PropType<string>;
|
|
1209
|
+
readonly required: false;
|
|
1210
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1211
|
+
__epPropKey: true;
|
|
1212
|
+
};
|
|
1213
|
+
}, {
|
|
1214
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1215
|
+
readonly size: {
|
|
1216
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
1217
|
+
readonly required: false;
|
|
1218
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1219
|
+
__epPropKey: true;
|
|
1220
|
+
};
|
|
1221
|
+
readonly color: {
|
|
1222
|
+
readonly type: import("vue").PropType<string>;
|
|
1223
|
+
readonly required: false;
|
|
1224
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1225
|
+
__epPropKey: true;
|
|
1226
|
+
};
|
|
1227
|
+
}>> & {
|
|
1228
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1229
|
+
}>>;
|
|
1230
|
+
ns: {
|
|
1231
|
+
namespace: import("vue").Ref<string>;
|
|
1232
|
+
b: (blockSuffix?: string) => string;
|
|
1233
|
+
e: (element?: string | undefined) => string;
|
|
1234
|
+
m: (modifier?: string | undefined) => string;
|
|
1235
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1236
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1237
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1238
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1239
|
+
is: {
|
|
1240
|
+
(name: string, state: boolean | undefined): string;
|
|
1241
|
+
(name: string): string;
|
|
1242
|
+
};
|
|
1243
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1244
|
+
cssVarName: (name: string) => string;
|
|
1245
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1246
|
+
cssVarBlockName: (name: string) => string;
|
|
1247
|
+
};
|
|
1248
|
+
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1249
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1250
|
+
readonly size: {
|
|
1251
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
1252
|
+
readonly required: false;
|
|
1253
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1254
|
+
__epPropKey: true;
|
|
1255
|
+
};
|
|
1256
|
+
readonly color: {
|
|
1257
|
+
readonly type: import("vue").PropType<string>;
|
|
1258
|
+
readonly required: false;
|
|
1259
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1260
|
+
__epPropKey: true;
|
|
1261
|
+
};
|
|
1262
|
+
}>>, {}>> & Record<string, any>;
|
|
1263
|
+
CircleClose: 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<{}>>, {}>;
|
|
1264
|
+
NOOP: () => void;
|
|
1265
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1266
|
+
"update:modelValue": (value: string) => boolean;
|
|
1267
|
+
input: (value: string) => boolean;
|
|
1268
|
+
change: (value: string) => boolean;
|
|
1269
|
+
focus: (evt: FocusEvent) => boolean;
|
|
1270
|
+
blur: (evt: FocusEvent) => boolean;
|
|
1271
|
+
clear: () => boolean;
|
|
1272
|
+
mouseleave: (evt: MouseEvent) => boolean;
|
|
1273
|
+
mouseenter: (evt: MouseEvent) => boolean;
|
|
1274
|
+
keydown: (evt: Event | KeyboardEvent) => boolean;
|
|
1275
|
+
compositionstart: (evt: CompositionEvent) => boolean;
|
|
1276
|
+
compositionupdate: (evt: CompositionEvent) => boolean;
|
|
1277
|
+
compositionend: (evt: CompositionEvent) => boolean;
|
|
1278
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1279
|
+
readonly id: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1280
|
+
readonly size: {
|
|
1281
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large" | "middle", never>>;
|
|
1282
|
+
readonly required: false;
|
|
1283
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1284
|
+
__epPropKey: true;
|
|
1285
|
+
};
|
|
1286
|
+
readonly disabled: BooleanConstructor;
|
|
1287
|
+
readonly modelValue: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
1288
|
+
readonly type: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
1289
|
+
readonly effect: import("../../../../utils").EpPropFinalized<StringConstructor, "plain" | "dark" | "light", unknown, "light", boolean>;
|
|
1290
|
+
readonly resize: {
|
|
1291
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<StringConstructor, "vertical" | "none" | "both" | "horizontal", unknown>>;
|
|
1292
|
+
readonly required: false;
|
|
1293
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1294
|
+
__epPropKey: true;
|
|
1295
|
+
};
|
|
1296
|
+
readonly autosize: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => import("../../..").InputAutoSize & {}) | (() => import("../../..").InputAutoSize) | ((new (...args: any[]) => import("../../..").InputAutoSize & {}) | (() => import("../../..").InputAutoSize))[], unknown, unknown, false, boolean>;
|
|
1297
|
+
readonly autocomplete: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
|
|
1298
|
+
readonly formatter: {
|
|
1299
|
+
readonly type: import("vue").PropType<Function>;
|
|
1300
|
+
readonly required: false;
|
|
1301
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1302
|
+
__epPropKey: true;
|
|
1303
|
+
};
|
|
1304
|
+
readonly parser: {
|
|
1305
|
+
readonly type: import("vue").PropType<Function>;
|
|
1306
|
+
readonly required: false;
|
|
1307
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1308
|
+
__epPropKey: true;
|
|
1309
|
+
};
|
|
1310
|
+
readonly placeholder: {
|
|
1311
|
+
readonly type: import("vue").PropType<string>;
|
|
1312
|
+
readonly required: false;
|
|
1313
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1314
|
+
__epPropKey: true;
|
|
1315
|
+
};
|
|
1316
|
+
readonly form: {
|
|
1317
|
+
readonly type: import("vue").PropType<string>;
|
|
1318
|
+
readonly required: false;
|
|
1319
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1320
|
+
__epPropKey: true;
|
|
1321
|
+
};
|
|
1322
|
+
readonly readonly: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1323
|
+
readonly clearable: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1324
|
+
readonly showPassword: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1325
|
+
readonly showWordLimit: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1326
|
+
readonly suffixIcon: {
|
|
1327
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
1328
|
+
readonly required: false;
|
|
1329
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1330
|
+
__epPropKey: true;
|
|
1331
|
+
};
|
|
1332
|
+
readonly prefixIcon: {
|
|
1333
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
1334
|
+
readonly required: false;
|
|
1335
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1336
|
+
__epPropKey: true;
|
|
1337
|
+
};
|
|
1338
|
+
readonly containerRole: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1339
|
+
readonly label: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1340
|
+
readonly tabindex: import("../../../../utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
1341
|
+
readonly validateEvent: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1342
|
+
readonly inputStyle: import("../../../../utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("../../../../utils").Mutable<{}>, boolean>;
|
|
1343
|
+
}>> & {
|
|
1344
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1345
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1346
|
+
onClear?: (() => any) | undefined;
|
|
1347
|
+
onInput?: ((value: string) => any) | undefined;
|
|
1348
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1349
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1350
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1351
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1352
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1353
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1354
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1355
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1356
|
+
}, {
|
|
1357
|
+
readonly type: string;
|
|
1358
|
+
readonly disabled: boolean;
|
|
1359
|
+
readonly label: string;
|
|
1360
|
+
readonly modelValue: import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
1361
|
+
readonly validateEvent: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1362
|
+
readonly id: string;
|
|
1363
|
+
readonly effect: import("../../../../utils").EpPropMergeType<StringConstructor, "plain" | "dark" | "light", unknown>;
|
|
1364
|
+
readonly autosize: import("../../..").InputAutoSize;
|
|
1365
|
+
readonly autocomplete: string;
|
|
1366
|
+
readonly readonly: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1367
|
+
readonly clearable: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1368
|
+
readonly showPassword: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1369
|
+
readonly showWordLimit: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1370
|
+
readonly containerRole: string;
|
|
1371
|
+
readonly tabindex: import("../../../../utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1372
|
+
readonly inputStyle: import("vue").StyleValue;
|
|
1373
|
+
}>> & Record<string, any>;
|
|
1374
|
+
ElIcon: import("../../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
1375
|
+
readonly size: {
|
|
1376
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
1377
|
+
readonly required: false;
|
|
1378
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1379
|
+
__epPropKey: true;
|
|
1380
|
+
};
|
|
1381
|
+
readonly color: {
|
|
1382
|
+
readonly type: import("vue").PropType<string>;
|
|
1383
|
+
readonly required: false;
|
|
1384
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1385
|
+
__epPropKey: true;
|
|
1386
|
+
};
|
|
1387
|
+
}, {
|
|
1388
|
+
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1389
|
+
readonly size: {
|
|
1390
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
1391
|
+
readonly required: false;
|
|
1392
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1393
|
+
__epPropKey: true;
|
|
1394
|
+
};
|
|
1395
|
+
readonly color: {
|
|
1396
|
+
readonly type: import("vue").PropType<string>;
|
|
1397
|
+
readonly required: false;
|
|
1398
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1399
|
+
__epPropKey: true;
|
|
1400
|
+
};
|
|
1401
|
+
}>> & {
|
|
1402
|
+
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
1403
|
+
}>>;
|
|
1404
|
+
ns: {
|
|
1405
|
+
namespace: import("vue").Ref<string>;
|
|
1406
|
+
b: (blockSuffix?: string) => string;
|
|
1407
|
+
e: (element?: string | undefined) => string;
|
|
1408
|
+
m: (modifier?: string | undefined) => string;
|
|
1409
|
+
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
1410
|
+
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
1411
|
+
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
1412
|
+
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
1413
|
+
is: {
|
|
1414
|
+
(name: string, state: boolean | undefined): string;
|
|
1415
|
+
(name: string): string;
|
|
1416
|
+
};
|
|
1417
|
+
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1418
|
+
cssVarName: (name: string) => string;
|
|
1419
|
+
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1420
|
+
cssVarBlockName: (name: string) => string;
|
|
1421
|
+
};
|
|
1422
|
+
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1423
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1424
|
+
readonly size: {
|
|
1425
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
1426
|
+
readonly required: false;
|
|
1427
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1428
|
+
__epPropKey: true;
|
|
1429
|
+
};
|
|
1430
|
+
readonly color: {
|
|
1431
|
+
readonly type: import("vue").PropType<string>;
|
|
1432
|
+
readonly required: false;
|
|
1433
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1434
|
+
__epPropKey: true;
|
|
1435
|
+
};
|
|
1436
|
+
}>>, {}>> & Record<string, any>;
|
|
1437
|
+
vRepeatClick: import("vue").ObjectDirective<HTMLElement, import("../../../../directives/repeat-click").RepeatClickOptions | ((...args: unknown[]) => unknown)>;
|
|
1438
|
+
ArrowDown: 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<{}>>, {}>;
|
|
1439
|
+
ArrowUp: 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<{}>>, {}>;
|
|
1440
|
+
Minus: 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<{}>>, {}>;
|
|
1441
|
+
Plus: 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<{}>>, {}>;
|
|
1442
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1443
|
+
change: (prev: number | undefined, cur: number | undefined) => boolean;
|
|
1444
|
+
blur: (e: FocusEvent) => boolean;
|
|
1445
|
+
focus: (e: FocusEvent) => boolean;
|
|
1446
|
+
input: (val: number | null | undefined) => boolean;
|
|
1447
|
+
"update:modelValue": (val: number | undefined) => boolean;
|
|
1448
|
+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1449
|
+
readonly id: import("../../../../utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
1450
|
+
readonly step: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 1, boolean>;
|
|
1451
|
+
readonly stepStrictly: BooleanConstructor;
|
|
1452
|
+
readonly max: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
1453
|
+
readonly effect: import("../../../../utils").EpPropFinalized<StringConstructor, "plain" | "dark" | "light", unknown, "light", boolean>;
|
|
1454
|
+
readonly min: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, number, boolean>;
|
|
1455
|
+
readonly modelValue: NumberConstructor;
|
|
1456
|
+
readonly readonly: BooleanConstructor;
|
|
1457
|
+
readonly disabled: BooleanConstructor;
|
|
1458
|
+
readonly size: {
|
|
1459
|
+
readonly type: import("vue").PropType<import("../../../../utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large" | "middle", never>>;
|
|
1460
|
+
readonly required: false;
|
|
1461
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1462
|
+
__epPropKey: true;
|
|
1463
|
+
};
|
|
1464
|
+
readonly controls: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1465
|
+
readonly controlsPosition: import("../../../../utils").EpPropFinalized<StringConstructor, "" | "right", unknown, "", boolean>;
|
|
1466
|
+
readonly valueOnClear: import("../../../../utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, null], unknown, unknown, null, boolean>;
|
|
1467
|
+
readonly name: StringConstructor;
|
|
1468
|
+
readonly label: StringConstructor;
|
|
1469
|
+
readonly placeholder: StringConstructor;
|
|
1470
|
+
readonly precision: {
|
|
1471
|
+
readonly type: import("vue").PropType<number>;
|
|
1472
|
+
readonly required: false;
|
|
1473
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1474
|
+
__epPropKey: true;
|
|
1475
|
+
};
|
|
1476
|
+
readonly validateEvent: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1477
|
+
}>> & {
|
|
1478
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1479
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1480
|
+
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
1481
|
+
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
1482
|
+
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
1483
|
+
}, {
|
|
1484
|
+
readonly disabled: boolean;
|
|
1485
|
+
readonly validateEvent: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1486
|
+
readonly min: number;
|
|
1487
|
+
readonly max: number;
|
|
1488
|
+
readonly id: string;
|
|
1489
|
+
readonly step: number;
|
|
1490
|
+
readonly effect: import("../../../../utils").EpPropMergeType<StringConstructor, "plain" | "dark" | "light", unknown>;
|
|
1491
|
+
readonly readonly: boolean;
|
|
1492
|
+
readonly controls: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1493
|
+
readonly controlsPosition: import("../../../../utils").EpPropMergeType<StringConstructor, "" | "right", unknown>;
|
|
1494
|
+
readonly valueOnClear: any;
|
|
1495
|
+
readonly stepStrictly: boolean;
|
|
1496
|
+
}>> & Record<string, any>;
|
|
39
1497
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
40
|
-
color: {
|
|
41
|
-
type: PropType<
|
|
42
|
-
required: true;
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
type: BooleanConstructor;
|
|
46
|
-
default: boolean;
|
|
1498
|
+
readonly color: {
|
|
1499
|
+
readonly type: import("vue").PropType<import("../utils/color").default>;
|
|
1500
|
+
readonly required: true;
|
|
1501
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1502
|
+
__epPropKey: true;
|
|
47
1503
|
};
|
|
1504
|
+
readonly vertical: import("../../../../utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1505
|
+
readonly customInput: import("../../../../utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
48
1506
|
}>>, {
|
|
49
|
-
vertical:
|
|
1507
|
+
readonly vertical: import("../../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1508
|
+
readonly customInput: number;
|
|
50
1509
|
}>;
|
|
51
1510
|
export default _default;
|