element-plus-secondary 0.3.8 → 0.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/es/components/affix/index.d.ts +1 -1
- package/es/components/affix/index.mjs +2 -2
- package/es/components/affix/src/affix.mjs +117 -26
- package/es/components/affix/src/affix.mjs.map +1 -1
- package/es/components/affix/src/affix.vue.d.ts +1 -1
- package/es/components/affix/src/affix2.mjs +26 -117
- package/es/components/affix/src/affix2.mjs.map +1 -1
- package/es/components/alert/index.mjs +2 -2
- package/es/components/alert/src/alert.mjs +96 -36
- package/es/components/alert/src/alert.mjs.map +1 -1
- package/es/components/alert/src/alert2.mjs +36 -96
- package/es/components/alert/src/alert2.mjs.map +1 -1
- package/es/components/autocomplete/index.d.ts +167 -167
- 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 +167 -167
- 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 +67 -32
- package/es/components/avatar/src/avatar.mjs.map +1 -1
- package/es/components/avatar/src/avatar2.mjs +32 -67
- package/es/components/avatar/src/avatar2.mjs.map +1 -1
- package/es/components/breadcrumb/index.mjs +2 -2
- 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 +3 -3
- package/es/components/button/src/button-group.mjs +6 -31
- package/es/components/button/src/button-group.mjs.map +1 -1
- package/es/components/button/src/button-group2.mjs +31 -6
- package/es/components/button/src/button-group2.mjs.map +1 -1
- package/es/components/button/src/button.mjs +54 -78
- package/es/components/button/src/button.mjs.map +1 -1
- package/es/components/button/src/button2.mjs +78 -54
- package/es/components/button/src/button2.mjs.map +1 -1
- package/es/components/calendar/index.mjs +2 -2
- package/es/components/calendar/src/calendar.mjs +18 -131
- package/es/components/calendar/src/calendar.mjs.map +1 -1
- package/es/components/calendar/src/calendar2.mjs +131 -18
- package/es/components/calendar/src/calendar2.mjs.map +1 -1
- package/es/components/card/index.mjs +2 -2
- package/es/components/card/src/card.mjs +16 -35
- package/es/components/card/src/card.mjs.map +1 -1
- package/es/components/card/src/card2.mjs +35 -16
- package/es/components/card/src/card2.mjs.map +1 -1
- package/es/components/carousel/index.d.ts +3 -3
- package/es/components/carousel/index.mjs +2 -2
- package/es/components/carousel/src/carousel.mjs +60 -159
- package/es/components/carousel/src/carousel.mjs.map +1 -1
- package/es/components/carousel/src/carousel.vue.d.ts +3 -3
- package/es/components/carousel/src/carousel2.mjs +159 -60
- package/es/components/carousel/src/carousel2.mjs.map +1 -1
- package/es/components/cascader/index.d.ts +240 -240
- package/es/components/cascader/src/index.mjs +1 -1
- package/es/components/cascader/src/index.vue.d.ts +120 -120
- package/es/components/cascader-panel/index.d.ts +4 -4
- package/es/components/cascader-panel/src/index.vue.d.ts +2 -2
- package/es/components/check-tag/index.mjs +2 -2
- package/es/components/check-tag/src/check-tag.mjs +12 -30
- package/es/components/check-tag/src/check-tag.mjs.map +1 -1
- package/es/components/check-tag/src/check-tag2.mjs +30 -12
- package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
- package/es/components/checkbox/index.d.ts +10 -10
- package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/es/components/col/index.mjs +2 -2
- package/es/components/col/src/col.mjs +43 -66
- package/es/components/col/src/col.mjs.map +1 -1
- package/es/components/col/src/col2.mjs +66 -43
- package/es/components/col/src/col2.mjs.map +1 -1
- package/es/components/collapse/index.d.ts +2 -2
- package/es/components/collapse/src/collapse-item2.mjs +2 -1
- package/es/components/collapse/src/collapse-item2.mjs.map +1 -1
- package/es/components/collapse/src/collapse.vue.d.ts +2 -2
- package/es/components/color-picker/index.d.ts +278 -278
- package/es/components/color-picker/src/color-picker.d.ts +1 -1
- package/es/components/color-picker/src/color-picker.mjs +2 -2
- package/es/components/color-picker/src/color-picker.mjs.map +1 -1
- package/es/components/color-picker/src/color-picker.vue.d.ts +278 -278
- package/es/components/color-picker/src/color-picker2.mjs +3 -3
- package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
- package/es/components/color-picker/src/components/alpha-slider.vue.d.ts +48 -48
- 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 +47 -47
- package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +45 -45
- 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 +99 -99
- package/es/components/descriptions/index.d.ts +3 -3
- package/es/components/descriptions/index.mjs +2 -2
- package/es/components/descriptions/src/description-item.d.ts +1 -1
- package/es/components/descriptions/src/description.mjs +110 -25
- 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 +25 -110
- 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 +5 -5
- package/es/components/dialog/index.mjs +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 +70 -170
- package/es/components/dialog/src/dialog.mjs.map +1 -1
- package/es/components/dialog/src/dialog.vue.d.ts +5 -5
- package/es/components/dialog/src/dialog2.mjs +170 -70
- package/es/components/dialog/src/dialog2.mjs.map +1 -1
- package/es/components/drawer/index.d.ts +2 -2
- package/es/components/drawer/src/drawer.mjs +1 -1
- package/es/components/drawer/src/drawer.vue.d.ts +2 -2
- package/es/components/dropdown/index.d.ts +78 -78
- package/es/components/dropdown/index.mjs +2 -2
- package/es/components/dropdown/src/dropdown-item-impl.mjs +2 -2
- package/es/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
- package/es/components/dropdown/src/dropdown-item.mjs +1 -1
- package/es/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
- package/es/components/dropdown/src/dropdown-menu.mjs +2 -2
- package/es/components/dropdown/src/dropdown.mjs +281 -105
- package/es/components/dropdown/src/dropdown.mjs.map +1 -1
- package/es/components/dropdown/src/dropdown.vue.d.ts +76 -76
- package/es/components/dropdown/src/dropdown2.mjs +105 -281
- package/es/components/dropdown/src/dropdown2.mjs.map +1 -1
- package/es/components/empty/index.d.ts +1 -1
- package/es/components/empty/src/empty.vue.d.ts +1 -1
- package/es/components/focus-trap/src/focus-trap.vue.d.ts +3 -3
- 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 +8 -8
- package/es/components/image/src/image.d.ts +1 -1
- package/es/components/image/src/image.vue.d.ts +8 -8
- package/es/components/image-viewer/index.d.ts +1 -1
- package/es/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
- package/es/components/index.mjs +39 -39
- package/es/components/input/index.d.ts +13 -13
- package/es/components/input/index.mjs +2 -2
- package/es/components/input/src/input.mjs +116 -442
- package/es/components/input/src/input.mjs.map +1 -1
- package/es/components/input/src/input.vue.d.ts +13 -13
- package/es/components/input/src/input2.mjs +442 -116
- package/es/components/input/src/input2.mjs.map +1 -1
- package/es/components/input-number/index.d.ts +48 -48
- package/es/components/input-number/src/input-number.vue.d.ts +48 -48
- 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 +4 -35
- package/es/components/menu/src/menu-item-group.mjs.map +1 -1
- package/es/components/menu/src/menu-item-group2.mjs +35 -4
- package/es/components/menu/src/menu-item-group2.mjs.map +1 -1
- package/es/components/menu/src/menu-item.mjs +100 -14
- package/es/components/menu/src/menu-item.mjs.map +1 -1
- package/es/components/menu/src/menu-item2.mjs +14 -100
- package/es/components/menu/src/menu-item2.mjs.map +1 -1
- package/es/components/menu/src/menu.d.ts +1 -1
- package/es/components/notification/src/notification.vue.d.ts +1 -1
- package/es/components/pagination/src/components/jumper.vue.d.ts +13 -13
- package/es/components/pagination/src/components/sizes.mjs +68 -22
- package/es/components/pagination/src/components/sizes.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.vue.d.ts +78 -78
- package/es/components/pagination/src/components/sizes2.mjs +22 -68
- package/es/components/pagination/src/components/sizes2.mjs.map +1 -1
- package/es/components/pagination/src/pagination.mjs +1 -1
- package/es/components/popconfirm/index.d.ts +114 -114
- package/es/components/popconfirm/index.mjs +2 -2
- package/es/components/popconfirm/src/popconfirm.mjs +49 -111
- package/es/components/popconfirm/src/popconfirm.mjs.map +1 -1
- package/es/components/popconfirm/src/popconfirm.vue.d.ts +114 -114
- package/es/components/popconfirm/src/popconfirm2.mjs +111 -49
- package/es/components/popconfirm/src/popconfirm2.mjs.map +1 -1
- package/es/components/popover/index.d.ts +123 -123
- package/es/components/popover/index.mjs +2 -2
- package/es/components/popover/src/popover.mjs +111 -66
- package/es/components/popover/src/popover.mjs.map +1 -1
- package/es/components/popover/src/popover.vue.d.ts +123 -123
- package/es/components/popover/src/popover2.mjs +66 -111
- package/es/components/popover/src/popover2.mjs.map +1 -1
- package/es/components/popper/index.d.ts +5 -5
- package/es/components/popper/index.mjs +4 -4
- package/es/components/popper/src/arrow.mjs +8 -44
- package/es/components/popper/src/arrow.mjs.map +1 -1
- package/es/components/popper/src/arrow2.mjs +44 -8
- 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.mjs +212 -94
- package/es/components/popper/src/content.mjs.map +1 -1
- package/es/components/popper/src/content.vue.d.ts +10 -10
- package/es/components/popper/src/content2.mjs +94 -212
- package/es/components/popper/src/content2.mjs.map +1 -1
- package/es/components/popper/src/popper.d.ts +2 -2
- package/es/components/popper/src/popper.vue.d.ts +5 -5
- package/es/components/popper/src/trigger.vue.d.ts +1 -1
- package/es/components/popper/src/utils.d.ts +1 -1
- package/es/components/progress/index.mjs +2 -2
- package/es/components/progress/src/progress.mjs +57 -202
- package/es/components/progress/src/progress.mjs.map +1 -1
- package/es/components/progress/src/progress2.mjs +202 -57
- package/es/components/progress/src/progress2.mjs.map +1 -1
- package/es/components/radio/index.d.ts +6 -6
- 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 +1 -1
- package/es/components/radio/src/radio-group.vue.d.ts +2 -2
- package/es/components/radio/src/radio.mjs +78 -34
- package/es/components/radio/src/radio.mjs.map +1 -1
- package/es/components/radio/src/radio.vue.d.ts +2 -2
- package/es/components/radio/src/radio2.mjs +34 -78
- package/es/components/radio/src/radio2.mjs.map +1 -1
- package/es/components/rate/index.d.ts +2 -2
- package/es/components/rate/index.mjs +2 -2
- package/es/components/rate/src/rate.mjs +98 -256
- package/es/components/rate/src/rate.mjs.map +1 -1
- package/es/components/rate/src/rate.vue.d.ts +2 -2
- package/es/components/rate/src/rate2.mjs +256 -98
- package/es/components/rate/src/rate2.mjs.map +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 +29 -27
- 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 +27 -29
- 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/roving-focus-group/src/roving-focus-item.vue.d.ts +1 -1
- package/es/components/row/index.d.ts +4 -4
- package/es/components/row/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/index.mjs +3 -3
- package/es/components/scrollbar/src/bar.mjs +42 -17
- package/es/components/scrollbar/src/bar.mjs.map +1 -1
- package/es/components/scrollbar/src/bar2.mjs +17 -42
- package/es/components/scrollbar/src/bar2.mjs.map +1 -1
- package/es/components/scrollbar/src/scrollbar.mjs +47 -175
- package/es/components/scrollbar/src/scrollbar.mjs.map +1 -1
- package/es/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/es/components/scrollbar/src/scrollbar2.mjs +175 -47
- package/es/components/scrollbar/src/scrollbar2.mjs.map +1 -1
- package/es/components/scrollbar/src/thumb.mjs +11 -131
- package/es/components/scrollbar/src/thumb.mjs.map +1 -1
- package/es/components/scrollbar/src/thumb2.mjs +131 -11
- package/es/components/scrollbar/src/thumb2.mjs.map +1 -1
- package/es/components/select/index.d.ts +78 -78
- package/es/components/select/src/select.mjs +1 -1
- package/es/components/select/src/select.vue.d.ts +78 -78
- package/es/components/select/src/useSelect.d.ts +75 -75
- package/es/components/select-v2/index.d.ts +156 -156
- package/es/components/select-v2/src/select.vue.d.ts +78 -78
- package/es/components/select-v2/src/useSelect.d.ts +75 -75
- package/es/components/skeleton/index.d.ts +9 -9
- package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/es/components/slider/index.d.ts +240 -240
- package/es/components/slider/index.mjs +2 -2
- package/es/components/slider/src/button.vue.d.ts +38 -38
- package/es/components/slider/src/composables/use-slide.d.ts +152 -152
- package/es/components/slider/src/slider.mjs +233 -91
- package/es/components/slider/src/slider.mjs.map +1 -1
- package/es/components/slider/src/slider.vue.d.ts +240 -240
- package/es/components/slider/src/slider2.mjs +91 -233
- package/es/components/slider/src/slider2.mjs.map +1 -1
- package/es/components/space/index.d.ts +2 -2
- package/es/components/space/src/space.d.ts +2 -2
- package/es/components/steps/index.d.ts +1 -1
- package/es/components/steps/index.mjs +2 -2
- package/es/components/steps/src/item.mjs +194 -20
- package/es/components/steps/src/item.mjs.map +1 -1
- package/es/components/steps/src/item2.mjs +20 -194
- package/es/components/steps/src/item2.mjs.map +1 -1
- package/es/components/steps/src/steps.vue.d.ts +1 -1
- package/es/components/switch/index.d.ts +3 -3
- package/es/components/switch/src/switch.vue.d.ts +3 -3
- package/es/components/table/index.d.ts +3 -3
- package/es/components/table/src/filter-panel.vue.d.ts +75 -75
- package/es/components/table/src/table.vue.d.ts +3 -3
- package/es/components/table/src/util.d.ts +9 -9
- package/es/components/tabs/index.mjs +1 -1
- package/es/components/tabs/src/tab-bar.mjs +81 -7
- package/es/components/tabs/src/tab-bar.mjs.map +1 -1
- package/es/components/tabs/src/tab-bar2.mjs +7 -81
- package/es/components/tabs/src/tab-bar2.mjs.map +1 -1
- package/es/components/tabs/src/tab-nav.mjs +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/teleport/index.mjs +2 -2
- package/es/components/teleport/src/teleport.mjs +18 -44
- package/es/components/teleport/src/teleport.mjs.map +1 -1
- package/es/components/teleport/src/teleport2.mjs +44 -18
- package/es/components/teleport/src/teleport2.mjs.map +1 -1
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/src/common/picker.vue.d.ts +131 -131
- 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 +320 -320
- package/es/components/time-select/src/time-select.vue.d.ts +160 -160
- 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 +38 -38
- package/es/components/tooltip/index.mjs +1 -1
- package/es/components/tooltip/src/content.d.ts +1 -1
- package/es/components/tooltip/src/content.mjs +1 -1
- package/es/components/tooltip/src/content.vue.d.ts +18 -18
- package/es/components/tooltip/src/content2.mjs +1 -1
- package/es/components/tooltip/src/tooltip.d.ts +2 -2
- package/es/components/tooltip/src/tooltip.mjs +2 -2
- package/es/components/tooltip/src/tooltip.vue.d.ts +38 -38
- package/es/components/tooltip/src/tooltip2.mjs +2 -2
- 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 +35 -35
- package/es/components/tooltip-v2/index.mjs +2 -2
- package/es/components/tooltip-v2/src/arrow.mjs +22 -38
- package/es/components/tooltip-v2/src/arrow.mjs.map +1 -1
- package/es/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
- package/es/components/tooltip-v2/src/arrow2.mjs +38 -22
- 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 +5 -5
- package/es/components/tooltip-v2/src/content2.mjs +1 -1
- package/es/components/tooltip-v2/src/root.mjs +17 -81
- package/es/components/tooltip-v2/src/root.mjs.map +1 -1
- package/es/components/tooltip-v2/src/root2.mjs +81 -17
- 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 +4 -4
- package/es/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/es/components/tooltip-v2/src/tooltip2.mjs +2 -2
- package/es/components/transfer/index.d.ts +107 -107
- 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 +21 -21
- 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 +69 -159
- package/es/components/transfer/src/transfer.mjs.map +1 -1
- package/es/components/transfer/src/transfer.vue.d.ts +107 -107
- package/es/components/transfer/src/transfer2.mjs +159 -69
- package/es/components/transfer/src/transfer2.mjs.map +1 -1
- package/es/components/tree/index.d.ts +4 -4
- package/es/components/tree/src/tree-node.vue.d.ts +1 -1
- package/es/components/tree/src/tree.mjs +9 -5
- package/es/components/tree/src/tree.mjs.map +1 -1
- package/es/components/tree/src/tree.vue.d.ts +2 -2
- package/es/components/tree-v2/index.d.ts +9 -9
- package/es/components/tree-v2/src/tree-node.vue.d.ts +7 -7
- package/es/components/tree-v2/src/tree.vue.d.ts +9 -9
- package/es/components/upload/index.d.ts +6 -6
- package/es/components/upload/index.mjs +2 -2
- package/es/components/upload/src/upload-content.mjs +1 -1
- package/es/components/upload/src/upload-content.vue.d.ts +1 -1
- package/es/components/upload/src/upload-dragger.mjs +70 -11
- package/es/components/upload/src/upload-dragger.mjs.map +1 -1
- package/es/components/upload/src/upload-dragger2.mjs +11 -70
- package/es/components/upload/src/upload-dragger2.mjs.map +1 -1
- package/es/components/upload/src/upload-list.mjs +26 -170
- package/es/components/upload/src/upload-list.mjs.map +1 -1
- package/es/components/upload/src/upload-list2.mjs +170 -26
- package/es/components/upload/src/upload-list2.mjs.map +1 -1
- package/es/components/upload/src/upload.mjs +1 -1
- package/es/components/upload/src/upload.vue.d.ts +6 -6
- package/es/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/es/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/es/components/visual-hidden/index.mjs +3 -3
- package/es/components/visual-hidden/src/visual-hidden.mjs +7 -35
- package/es/components/visual-hidden/src/visual-hidden.mjs.map +1 -1
- package/es/components/visual-hidden/src/visual-hidden2.mjs +35 -7
- package/es/components/visual-hidden/src/visual-hidden2.mjs.map +1 -1
- package/es/index.mjs +39 -39
- package/es/utils/vue/vnode.d.ts +6 -6
- package/lib/components/affix/index.d.ts +1 -1
- package/lib/components/affix/index.js +2 -2
- package/lib/components/affix/src/affix.js +117 -27
- package/lib/components/affix/src/affix.js.map +1 -1
- package/lib/components/affix/src/affix.vue.d.ts +1 -1
- package/lib/components/affix/src/affix2.js +27 -117
- package/lib/components/affix/src/affix2.js.map +1 -1
- package/lib/components/alert/index.js +2 -2
- package/lib/components/alert/src/alert.js +95 -37
- package/lib/components/alert/src/alert.js.map +1 -1
- package/lib/components/alert/src/alert2.js +37 -95
- package/lib/components/alert/src/alert2.js.map +1 -1
- package/lib/components/autocomplete/index.d.ts +167 -167
- 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 +167 -167
- 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 +67 -33
- package/lib/components/avatar/src/avatar.js.map +1 -1
- package/lib/components/avatar/src/avatar2.js +33 -67
- package/lib/components/avatar/src/avatar2.js.map +1 -1
- package/lib/components/breadcrumb/index.js +2 -2
- 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 +3 -3
- package/lib/components/button/src/button-group.js +6 -31
- package/lib/components/button/src/button-group.js.map +1 -1
- package/lib/components/button/src/button-group2.js +31 -6
- package/lib/components/button/src/button-group2.js.map +1 -1
- package/lib/components/button/src/button.js +57 -78
- package/lib/components/button/src/button.js.map +1 -1
- package/lib/components/button/src/button2.js +78 -57
- package/lib/components/button/src/button2.js.map +1 -1
- package/lib/components/calendar/index.js +2 -2
- package/lib/components/calendar/src/calendar.js +19 -131
- package/lib/components/calendar/src/calendar.js.map +1 -1
- package/lib/components/calendar/src/calendar2.js +131 -19
- package/lib/components/calendar/src/calendar2.js.map +1 -1
- package/lib/components/card/index.js +2 -2
- package/lib/components/card/src/card.js +16 -35
- package/lib/components/card/src/card.js.map +1 -1
- package/lib/components/card/src/card2.js +35 -16
- package/lib/components/card/src/card2.js.map +1 -1
- package/lib/components/carousel/index.d.ts +3 -3
- package/lib/components/carousel/index.js +2 -2
- package/lib/components/carousel/src/carousel.js +61 -159
- package/lib/components/carousel/src/carousel.js.map +1 -1
- package/lib/components/carousel/src/carousel.vue.d.ts +3 -3
- package/lib/components/carousel/src/carousel2.js +159 -61
- package/lib/components/carousel/src/carousel2.js.map +1 -1
- package/lib/components/cascader/index.d.ts +240 -240
- package/lib/components/cascader/src/index.js +1 -1
- package/lib/components/cascader/src/index.vue.d.ts +120 -120
- package/lib/components/cascader-panel/index.d.ts +4 -4
- package/lib/components/cascader-panel/src/index.vue.d.ts +2 -2
- package/lib/components/check-tag/index.js +2 -2
- package/lib/components/check-tag/src/check-tag.js +13 -30
- package/lib/components/check-tag/src/check-tag.js.map +1 -1
- package/lib/components/check-tag/src/check-tag2.js +30 -13
- package/lib/components/check-tag/src/check-tag2.js.map +1 -1
- package/lib/components/checkbox/index.d.ts +10 -10
- package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/lib/components/col/index.js +2 -2
- package/lib/components/col/src/col.js +43 -66
- package/lib/components/col/src/col.js.map +1 -1
- package/lib/components/col/src/col2.js +66 -43
- package/lib/components/col/src/col2.js.map +1 -1
- package/lib/components/collapse/index.d.ts +2 -2
- package/lib/components/collapse/src/collapse-item2.js +2 -1
- package/lib/components/collapse/src/collapse-item2.js.map +1 -1
- package/lib/components/collapse/src/collapse.vue.d.ts +2 -2
- package/lib/components/color-picker/index.d.ts +278 -278
- package/lib/components/color-picker/src/color-picker.d.ts +1 -1
- package/lib/components/color-picker/src/color-picker.js +2 -2
- package/lib/components/color-picker/src/color-picker.js.map +1 -1
- package/lib/components/color-picker/src/color-picker.vue.d.ts +278 -278
- package/lib/components/color-picker/src/color-picker2.js +3 -3
- package/lib/components/color-picker/src/color-picker2.js.map +1 -1
- package/lib/components/color-picker/src/components/alpha-slider.vue.d.ts +48 -48
- 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 +47 -47
- package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +45 -45
- 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 +99 -99
- package/lib/components/descriptions/index.d.ts +3 -3
- package/lib/components/descriptions/index.js +2 -2
- package/lib/components/descriptions/src/description-item.d.ts +1 -1
- package/lib/components/descriptions/src/description.js +110 -25
- 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 +25 -110
- 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 +5 -5
- package/lib/components/dialog/index.js +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 +70 -169
- package/lib/components/dialog/src/dialog.js.map +1 -1
- package/lib/components/dialog/src/dialog.vue.d.ts +5 -5
- package/lib/components/dialog/src/dialog2.js +169 -70
- package/lib/components/dialog/src/dialog2.js.map +1 -1
- package/lib/components/drawer/index.d.ts +2 -2
- package/lib/components/drawer/src/drawer.js +1 -1
- package/lib/components/drawer/src/drawer.vue.d.ts +2 -2
- package/lib/components/dropdown/index.d.ts +78 -78
- package/lib/components/dropdown/index.js +2 -2
- package/lib/components/dropdown/src/dropdown-item-impl.js +2 -2
- package/lib/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
- package/lib/components/dropdown/src/dropdown-item.js +1 -1
- package/lib/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
- package/lib/components/dropdown/src/dropdown-menu.js +2 -2
- package/lib/components/dropdown/src/dropdown.js +281 -114
- package/lib/components/dropdown/src/dropdown.js.map +1 -1
- package/lib/components/dropdown/src/dropdown.vue.d.ts +76 -76
- package/lib/components/dropdown/src/dropdown2.js +114 -281
- package/lib/components/dropdown/src/dropdown2.js.map +1 -1
- package/lib/components/empty/index.d.ts +1 -1
- package/lib/components/empty/src/empty.vue.d.ts +1 -1
- package/lib/components/focus-trap/src/focus-trap.vue.d.ts +3 -3
- 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 +8 -8
- package/lib/components/image/src/image.d.ts +1 -1
- package/lib/components/image/src/image.vue.d.ts +8 -8
- package/lib/components/image-viewer/index.d.ts +1 -1
- package/lib/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
- package/lib/components/index.js +39 -39
- package/lib/components/input/index.d.ts +13 -13
- package/lib/components/input/index.js +2 -2
- package/lib/components/input/src/input.js +116 -441
- package/lib/components/input/src/input.js.map +1 -1
- package/lib/components/input/src/input.vue.d.ts +13 -13
- package/lib/components/input/src/input2.js +441 -116
- package/lib/components/input/src/input2.js.map +1 -1
- package/lib/components/input-number/index.d.ts +48 -48
- package/lib/components/input-number/src/input-number.vue.d.ts +48 -48
- 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 +4 -35
- package/lib/components/menu/src/menu-item-group.js.map +1 -1
- package/lib/components/menu/src/menu-item-group2.js +35 -4
- package/lib/components/menu/src/menu-item-group2.js.map +1 -1
- package/lib/components/menu/src/menu-item.js +100 -15
- package/lib/components/menu/src/menu-item.js.map +1 -1
- package/lib/components/menu/src/menu-item2.js +15 -100
- package/lib/components/menu/src/menu-item2.js.map +1 -1
- package/lib/components/menu/src/menu.d.ts +1 -1
- package/lib/components/notification/src/notification.vue.d.ts +1 -1
- package/lib/components/pagination/src/components/jumper.vue.d.ts +13 -13
- package/lib/components/pagination/src/components/sizes.js +68 -22
- package/lib/components/pagination/src/components/sizes.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.vue.d.ts +78 -78
- package/lib/components/pagination/src/components/sizes2.js +22 -68
- package/lib/components/pagination/src/components/sizes2.js.map +1 -1
- package/lib/components/pagination/src/pagination.js +1 -1
- package/lib/components/popconfirm/index.d.ts +114 -114
- package/lib/components/popconfirm/index.js +2 -2
- package/lib/components/popconfirm/src/popconfirm.js +49 -111
- package/lib/components/popconfirm/src/popconfirm.js.map +1 -1
- package/lib/components/popconfirm/src/popconfirm.vue.d.ts +114 -114
- package/lib/components/popconfirm/src/popconfirm2.js +111 -49
- package/lib/components/popconfirm/src/popconfirm2.js.map +1 -1
- package/lib/components/popover/index.d.ts +123 -123
- package/lib/components/popover/index.js +2 -2
- package/lib/components/popover/src/popover.js +111 -67
- package/lib/components/popover/src/popover.js.map +1 -1
- package/lib/components/popover/src/popover.vue.d.ts +123 -123
- package/lib/components/popover/src/popover2.js +67 -111
- package/lib/components/popover/src/popover2.js.map +1 -1
- package/lib/components/popper/index.d.ts +5 -5
- package/lib/components/popper/index.js +4 -4
- package/lib/components/popper/src/arrow.js +9 -44
- package/lib/components/popper/src/arrow.js.map +1 -1
- package/lib/components/popper/src/arrow2.js +44 -9
- 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.js +212 -99
- package/lib/components/popper/src/content.js.map +1 -1
- package/lib/components/popper/src/content.vue.d.ts +10 -10
- package/lib/components/popper/src/content2.js +99 -212
- package/lib/components/popper/src/content2.js.map +1 -1
- package/lib/components/popper/src/popper.d.ts +2 -2
- package/lib/components/popper/src/popper.vue.d.ts +5 -5
- package/lib/components/popper/src/trigger.vue.d.ts +1 -1
- package/lib/components/popper/src/utils.d.ts +1 -1
- package/lib/components/progress/index.js +2 -2
- package/lib/components/progress/src/progress.js +57 -202
- package/lib/components/progress/src/progress.js.map +1 -1
- package/lib/components/progress/src/progress2.js +202 -57
- package/lib/components/progress/src/progress2.js.map +1 -1
- package/lib/components/radio/index.d.ts +6 -6
- 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 +1 -1
- package/lib/components/radio/src/radio-group.vue.d.ts +2 -2
- package/lib/components/radio/src/radio.js +78 -36
- package/lib/components/radio/src/radio.js.map +1 -1
- package/lib/components/radio/src/radio.vue.d.ts +2 -2
- package/lib/components/radio/src/radio2.js +36 -78
- package/lib/components/radio/src/radio2.js.map +1 -1
- package/lib/components/rate/index.d.ts +2 -2
- package/lib/components/rate/index.js +2 -2
- package/lib/components/rate/src/rate.js +98 -255
- package/lib/components/rate/src/rate.js.map +1 -1
- package/lib/components/rate/src/rate.vue.d.ts +2 -2
- package/lib/components/rate/src/rate2.js +255 -98
- package/lib/components/rate/src/rate2.js.map +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 +33 -27
- 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 +27 -33
- 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/roving-focus-group/src/roving-focus-item.vue.d.ts +1 -1
- package/lib/components/row/index.d.ts +4 -4
- package/lib/components/row/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/index.js +3 -3
- package/lib/components/scrollbar/src/bar.js +42 -17
- package/lib/components/scrollbar/src/bar.js.map +1 -1
- package/lib/components/scrollbar/src/bar2.js +17 -42
- package/lib/components/scrollbar/src/bar2.js.map +1 -1
- package/lib/components/scrollbar/src/scrollbar.js +48 -175
- package/lib/components/scrollbar/src/scrollbar.js.map +1 -1
- package/lib/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/lib/components/scrollbar/src/scrollbar2.js +175 -48
- package/lib/components/scrollbar/src/scrollbar2.js.map +1 -1
- package/lib/components/scrollbar/src/thumb.js +11 -131
- package/lib/components/scrollbar/src/thumb.js.map +1 -1
- package/lib/components/scrollbar/src/thumb2.js +131 -11
- package/lib/components/scrollbar/src/thumb2.js.map +1 -1
- package/lib/components/select/index.d.ts +78 -78
- package/lib/components/select/src/select.js +1 -1
- package/lib/components/select/src/select.vue.d.ts +78 -78
- package/lib/components/select/src/useSelect.d.ts +75 -75
- package/lib/components/select-v2/index.d.ts +156 -156
- package/lib/components/select-v2/src/select.vue.d.ts +78 -78
- package/lib/components/select-v2/src/useSelect.d.ts +75 -75
- package/lib/components/skeleton/index.d.ts +9 -9
- package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/lib/components/slider/index.d.ts +240 -240
- package/lib/components/slider/index.js +2 -2
- package/lib/components/slider/src/button.vue.d.ts +38 -38
- package/lib/components/slider/src/composables/use-slide.d.ts +152 -152
- package/lib/components/slider/src/slider.js +233 -92
- package/lib/components/slider/src/slider.js.map +1 -1
- package/lib/components/slider/src/slider.vue.d.ts +240 -240
- package/lib/components/slider/src/slider2.js +92 -233
- package/lib/components/slider/src/slider2.js.map +1 -1
- package/lib/components/space/index.d.ts +2 -2
- package/lib/components/space/src/space.d.ts +2 -2
- package/lib/components/steps/index.d.ts +1 -1
- package/lib/components/steps/index.js +2 -2
- package/lib/components/steps/src/item.js +194 -20
- package/lib/components/steps/src/item.js.map +1 -1
- package/lib/components/steps/src/item2.js +20 -194
- package/lib/components/steps/src/item2.js.map +1 -1
- package/lib/components/steps/src/steps.vue.d.ts +1 -1
- package/lib/components/switch/index.d.ts +3 -3
- package/lib/components/switch/src/switch.vue.d.ts +3 -3
- package/lib/components/table/index.d.ts +3 -3
- package/lib/components/table/src/filter-panel.vue.d.ts +75 -75
- package/lib/components/table/src/table.vue.d.ts +3 -3
- package/lib/components/table/src/util.d.ts +9 -9
- package/lib/components/tabs/index.js +1 -1
- package/lib/components/tabs/src/tab-bar.js +81 -7
- package/lib/components/tabs/src/tab-bar.js.map +1 -1
- package/lib/components/tabs/src/tab-bar2.js +7 -81
- package/lib/components/tabs/src/tab-bar2.js.map +1 -1
- package/lib/components/tabs/src/tab-nav.js +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/teleport/index.js +2 -2
- package/lib/components/teleport/src/teleport.js +18 -44
- package/lib/components/teleport/src/teleport.js.map +1 -1
- package/lib/components/teleport/src/teleport2.js +44 -18
- package/lib/components/teleport/src/teleport2.js.map +1 -1
- package/lib/components/time-picker/index.d.ts +2 -2
- package/lib/components/time-picker/src/common/picker.vue.d.ts +131 -131
- 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 +320 -320
- package/lib/components/time-select/src/time-select.vue.d.ts +160 -160
- 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 +38 -38
- package/lib/components/tooltip/index.js +1 -1
- package/lib/components/tooltip/src/content.d.ts +1 -1
- package/lib/components/tooltip/src/content.js +1 -1
- package/lib/components/tooltip/src/content.vue.d.ts +18 -18
- package/lib/components/tooltip/src/content2.js +1 -1
- package/lib/components/tooltip/src/tooltip.d.ts +2 -2
- package/lib/components/tooltip/src/tooltip.js +2 -2
- package/lib/components/tooltip/src/tooltip.vue.d.ts +38 -38
- package/lib/components/tooltip/src/tooltip2.js +2 -2
- 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 +35 -35
- package/lib/components/tooltip-v2/index.js +2 -2
- package/lib/components/tooltip-v2/src/arrow.js +23 -38
- package/lib/components/tooltip-v2/src/arrow.js.map +1 -1
- package/lib/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
- package/lib/components/tooltip-v2/src/arrow2.js +38 -23
- 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 +5 -5
- package/lib/components/tooltip-v2/src/content2.js +1 -1
- package/lib/components/tooltip-v2/src/root.js +17 -81
- package/lib/components/tooltip-v2/src/root.js.map +1 -1
- package/lib/components/tooltip-v2/src/root2.js +81 -17
- 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 +4 -4
- package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/lib/components/tooltip-v2/src/tooltip2.js +2 -2
- package/lib/components/transfer/index.d.ts +107 -107
- 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 +21 -21
- 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 +73 -159
- package/lib/components/transfer/src/transfer.js.map +1 -1
- package/lib/components/transfer/src/transfer.vue.d.ts +107 -107
- package/lib/components/transfer/src/transfer2.js +159 -73
- package/lib/components/transfer/src/transfer2.js.map +1 -1
- package/lib/components/tree/index.d.ts +4 -4
- package/lib/components/tree/src/tree-node.vue.d.ts +1 -1
- package/lib/components/tree/src/tree.js +8 -4
- package/lib/components/tree/src/tree.js.map +1 -1
- package/lib/components/tree/src/tree.vue.d.ts +2 -2
- package/lib/components/tree-v2/index.d.ts +9 -9
- package/lib/components/tree-v2/src/tree-node.vue.d.ts +7 -7
- package/lib/components/tree-v2/src/tree.vue.d.ts +9 -9
- package/lib/components/upload/index.d.ts +6 -6
- package/lib/components/upload/index.js +2 -2
- package/lib/components/upload/src/upload-content.js +1 -1
- package/lib/components/upload/src/upload-content.vue.d.ts +1 -1
- package/lib/components/upload/src/upload-dragger.js +70 -12
- package/lib/components/upload/src/upload-dragger.js.map +1 -1
- package/lib/components/upload/src/upload-dragger2.js +12 -70
- package/lib/components/upload/src/upload-dragger2.js.map +1 -1
- package/lib/components/upload/src/upload-list.js +27 -170
- package/lib/components/upload/src/upload-list.js.map +1 -1
- package/lib/components/upload/src/upload-list2.js +170 -27
- package/lib/components/upload/src/upload-list2.js.map +1 -1
- package/lib/components/upload/src/upload.js +1 -1
- package/lib/components/upload/src/upload.vue.d.ts +6 -6
- package/lib/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/lib/components/visual-hidden/index.js +2 -2
- package/lib/components/visual-hidden/src/visual-hidden.js +7 -35
- package/lib/components/visual-hidden/src/visual-hidden.js.map +1 -1
- package/lib/components/visual-hidden/src/visual-hidden2.js +35 -7
- package/lib/components/visual-hidden/src/visual-hidden2.js.map +1 -1
- package/lib/index.js +39 -39
- package/lib/utils/vue/vnode.d.ts +6 -6
- package/package.json +1 -1
- package/theme-chalk/el-checkbox.css +1 -1
- package/theme-chalk/el-radio.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/checkbox.scss +1 -1
- package/theme-chalk/src/radio.scss +1 -1
|
@@ -13,7 +13,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13
13
|
readonly popperClass: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
14
14
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
15
15
|
readonly isCustom: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
16
|
-
readonly effect: import("element-plus-secondary/es/utils").EpPropFinalized<
|
|
16
|
+
readonly effect: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "light", boolean>;
|
|
17
17
|
readonly triggerWidth: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 50, boolean>;
|
|
18
18
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
19
19
|
readonly predefine: {
|
|
@@ -39,7 +39,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
39
39
|
readonly popperClass: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
40
40
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
41
41
|
readonly isCustom: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
42
|
-
readonly effect: import("element-plus-secondary/es/utils").EpPropFinalized<
|
|
42
|
+
readonly effect: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "light", boolean>;
|
|
43
43
|
readonly triggerWidth: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 50, boolean>;
|
|
44
44
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
45
45
|
readonly predefine: {
|
|
@@ -50,8 +50,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
50
50
|
};
|
|
51
51
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
52
52
|
}>> & {
|
|
53
|
-
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
54
53
|
onChange?: ((val: string | null) => any) | undefined;
|
|
54
|
+
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
55
55
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
56
56
|
}>>;
|
|
57
57
|
emit: ((event: "update:modelValue", val: string | null) => void) & ((event: "change", val: string | null) => void) & ((event: "activeChange", val: string | null) => void);
|
|
@@ -434,8 +434,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
434
434
|
};
|
|
435
435
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
436
436
|
}>> & {
|
|
437
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
438
437
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
438
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
439
439
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
440
440
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
441
441
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -558,18 +558,18 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
558
558
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
559
559
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
560
560
|
}>> & {
|
|
561
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
562
561
|
onChange?: ((value: string) => any) | undefined;
|
|
563
|
-
|
|
562
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
564
563
|
onInput?: ((value: string) => any) | undefined;
|
|
565
564
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
566
565
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
567
|
-
|
|
566
|
+
onClear?: (() => any) | undefined;
|
|
567
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
568
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
569
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
568
570
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
569
571
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
570
|
-
|
|
571
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
572
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
572
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
573
573
|
} & 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">;
|
|
574
574
|
$attrs: {
|
|
575
575
|
[x: string]: unknown;
|
|
@@ -582,7 +582,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
582
582
|
}>;
|
|
583
583
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
584
584
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
585
|
-
$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: "
|
|
585
|
+
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
586
586
|
$el: any;
|
|
587
587
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
588
588
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -662,18 +662,18 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
662
662
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
663
663
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
664
664
|
}>> & {
|
|
665
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
666
665
|
onChange?: ((value: string) => any) | undefined;
|
|
667
|
-
|
|
666
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
668
667
|
onInput?: ((value: string) => any) | undefined;
|
|
669
668
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
670
669
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
671
|
-
|
|
670
|
+
onClear?: (() => any) | undefined;
|
|
671
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
672
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
673
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
672
674
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
673
675
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
674
|
-
|
|
675
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
676
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
676
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
677
677
|
}, {
|
|
678
678
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
679
679
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -753,20 +753,20 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
753
753
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
754
754
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
755
755
|
}>> & {
|
|
756
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
757
756
|
onChange?: ((value: string) => any) | undefined;
|
|
758
|
-
|
|
757
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
759
758
|
onInput?: ((value: string) => any) | undefined;
|
|
760
759
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
761
760
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
762
|
-
|
|
761
|
+
onClear?: (() => any) | undefined;
|
|
762
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
763
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
764
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
763
765
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
764
766
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
765
|
-
|
|
766
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
767
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
767
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
768
768
|
}>>;
|
|
769
|
-
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: "
|
|
769
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
770
770
|
rawAttrs: {
|
|
771
771
|
[x: string]: unknown;
|
|
772
772
|
};
|
|
@@ -1057,18 +1057,18 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
1057
1057
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1058
1058
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
1059
1059
|
}>> & {
|
|
1060
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1061
1060
|
onChange?: ((value: string) => any) | undefined;
|
|
1062
|
-
|
|
1061
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1063
1062
|
onInput?: ((value: string) => any) | undefined;
|
|
1064
1063
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1065
1064
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1066
|
-
|
|
1065
|
+
onClear?: (() => any) | undefined;
|
|
1066
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1067
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1068
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1067
1069
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1068
1070
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1069
|
-
|
|
1070
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1071
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1071
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1072
1072
|
} & import("vue").ShallowUnwrapRef<{
|
|
1073
1073
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
1074
1074
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -1148,20 +1148,20 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
1148
1148
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1149
1149
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
1150
1150
|
}>> & {
|
|
1151
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1152
1151
|
onChange?: ((value: string) => any) | undefined;
|
|
1153
|
-
|
|
1152
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1154
1153
|
onInput?: ((value: string) => any) | undefined;
|
|
1155
1154
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1156
1155
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1157
|
-
|
|
1156
|
+
onClear?: (() => any) | undefined;
|
|
1157
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1158
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1159
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1158
1160
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1159
1161
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1160
|
-
|
|
1161
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1162
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1162
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1163
1163
|
}>>;
|
|
1164
|
-
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: "
|
|
1164
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
1165
1165
|
rawAttrs: {
|
|
1166
1166
|
[x: string]: unknown;
|
|
1167
1167
|
};
|
|
@@ -1506,20 +1506,20 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
1506
1506
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1507
1507
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
1508
1508
|
}>> & {
|
|
1509
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1510
1509
|
onChange?: ((value: string) => any) | undefined;
|
|
1511
|
-
|
|
1510
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1512
1511
|
onInput?: ((value: string) => any) | undefined;
|
|
1513
1512
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1514
1513
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1515
|
-
|
|
1514
|
+
onClear?: (() => any) | undefined;
|
|
1515
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1516
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1517
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1516
1518
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1517
1519
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1518
|
-
|
|
1519
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1520
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1520
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1521
1521
|
}>>;
|
|
1522
|
-
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: "
|
|
1522
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
1523
1523
|
rawAttrs: {
|
|
1524
1524
|
[x: string]: unknown;
|
|
1525
1525
|
};
|
|
@@ -1773,18 +1773,18 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
1773
1773
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1774
1774
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
1775
1775
|
}>> & {
|
|
1776
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1777
1776
|
onChange?: ((value: string) => any) | undefined;
|
|
1778
|
-
|
|
1777
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1779
1778
|
onInput?: ((value: string) => any) | undefined;
|
|
1780
1779
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1781
1780
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1782
|
-
|
|
1781
|
+
onClear?: (() => any) | undefined;
|
|
1782
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1783
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1784
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
1783
1785
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1784
1786
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
1785
|
-
|
|
1786
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
1787
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
1787
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1788
1788
|
}, {
|
|
1789
1789
|
readonly type: string;
|
|
1790
1790
|
readonly disabled: boolean;
|
|
@@ -1907,8 +1907,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
1907
1907
|
};
|
|
1908
1908
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1909
1909
|
}>> & {
|
|
1910
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1911
1910
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1911
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1912
1912
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
1913
1913
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
1914
1914
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -2049,8 +2049,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2049
2049
|
};
|
|
2050
2050
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2051
2051
|
}>> & {
|
|
2052
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
2053
2052
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
2053
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
2054
2054
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
2055
2055
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
2056
2056
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -2173,18 +2173,18 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2173
2173
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2174
2174
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2175
2175
|
}>> & {
|
|
2176
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2177
2176
|
onChange?: ((value: string) => any) | undefined;
|
|
2178
|
-
|
|
2177
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2179
2178
|
onInput?: ((value: string) => any) | undefined;
|
|
2180
2179
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2181
2180
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2182
|
-
|
|
2181
|
+
onClear?: (() => any) | undefined;
|
|
2182
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2183
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2184
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2183
2185
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2184
2186
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2185
|
-
|
|
2186
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2187
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2187
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2188
2188
|
} & 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">;
|
|
2189
2189
|
$attrs: {
|
|
2190
2190
|
[x: string]: unknown;
|
|
@@ -2197,7 +2197,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2197
2197
|
}>;
|
|
2198
2198
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
2199
2199
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
2200
|
-
$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: "
|
|
2200
|
+
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
2201
2201
|
$el: any;
|
|
2202
2202
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2203
2203
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -2277,18 +2277,18 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2277
2277
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2278
2278
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2279
2279
|
}>> & {
|
|
2280
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2281
2280
|
onChange?: ((value: string) => any) | undefined;
|
|
2282
|
-
|
|
2281
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2283
2282
|
onInput?: ((value: string) => any) | undefined;
|
|
2284
2283
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2285
2284
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2286
|
-
|
|
2285
|
+
onClear?: (() => any) | undefined;
|
|
2286
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2287
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2288
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2287
2289
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2288
2290
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2289
|
-
|
|
2290
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2291
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2291
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2292
2292
|
}, {
|
|
2293
2293
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2294
2294
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -2368,20 +2368,20 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2368
2368
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2369
2369
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2370
2370
|
}>> & {
|
|
2371
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2372
2371
|
onChange?: ((value: string) => any) | undefined;
|
|
2373
|
-
|
|
2372
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2374
2373
|
onInput?: ((value: string) => any) | undefined;
|
|
2375
2374
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2376
2375
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2377
|
-
|
|
2376
|
+
onClear?: (() => any) | undefined;
|
|
2377
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2378
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2379
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2378
2380
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2379
2381
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2380
|
-
|
|
2381
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2382
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2382
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2383
2383
|
}>>;
|
|
2384
|
-
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: "
|
|
2384
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
2385
2385
|
rawAttrs: {
|
|
2386
2386
|
[x: string]: unknown;
|
|
2387
2387
|
};
|
|
@@ -2672,18 +2672,18 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2672
2672
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2673
2673
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2674
2674
|
}>> & {
|
|
2675
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2676
2675
|
onChange?: ((value: string) => any) | undefined;
|
|
2677
|
-
|
|
2676
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2678
2677
|
onInput?: ((value: string) => any) | undefined;
|
|
2679
2678
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2680
2679
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2681
|
-
|
|
2680
|
+
onClear?: (() => any) | undefined;
|
|
2681
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2682
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2683
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2682
2684
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2683
2685
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2684
|
-
|
|
2685
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2686
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2686
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2687
2687
|
} & import("vue").ShallowUnwrapRef<{
|
|
2688
2688
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
2689
2689
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -2763,20 +2763,20 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2763
2763
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2764
2764
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2765
2765
|
}>> & {
|
|
2766
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2767
2766
|
onChange?: ((value: string) => any) | undefined;
|
|
2768
|
-
|
|
2767
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2769
2768
|
onInput?: ((value: string) => any) | undefined;
|
|
2770
2769
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2771
2770
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2772
|
-
|
|
2771
|
+
onClear?: (() => any) | undefined;
|
|
2772
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2773
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2774
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
2773
2775
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2774
2776
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
2775
|
-
|
|
2776
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
2777
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
2777
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2778
2778
|
}>>;
|
|
2779
|
-
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: "
|
|
2779
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
2780
2780
|
rawAttrs: {
|
|
2781
2781
|
[x: string]: unknown;
|
|
2782
2782
|
};
|
|
@@ -3121,20 +3121,20 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3121
3121
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3122
3122
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
3123
3123
|
}>> & {
|
|
3124
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3125
3124
|
onChange?: ((value: string) => any) | undefined;
|
|
3126
|
-
|
|
3125
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3127
3126
|
onInput?: ((value: string) => any) | undefined;
|
|
3128
3127
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3129
3128
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
3130
|
-
|
|
3129
|
+
onClear?: (() => any) | undefined;
|
|
3130
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3131
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3132
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
3131
3133
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
3132
3134
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
3133
|
-
|
|
3134
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3135
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3135
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
3136
3136
|
}>>;
|
|
3137
|
-
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: "
|
|
3137
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
3138
3138
|
rawAttrs: {
|
|
3139
3139
|
[x: string]: unknown;
|
|
3140
3140
|
};
|
|
@@ -3388,18 +3388,18 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3388
3388
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3389
3389
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
3390
3390
|
}>> & {
|
|
3391
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3392
3391
|
onChange?: ((value: string) => any) | undefined;
|
|
3393
|
-
|
|
3392
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3394
3393
|
onInput?: ((value: string) => any) | undefined;
|
|
3395
3394
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3396
3395
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
3397
|
-
|
|
3396
|
+
onClear?: (() => any) | undefined;
|
|
3397
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3398
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3399
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
3398
3400
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
3399
3401
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
3400
|
-
|
|
3401
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
3402
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
3402
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
3403
3403
|
}, {
|
|
3404
3404
|
readonly type: string;
|
|
3405
3405
|
readonly disabled: boolean;
|
|
@@ -3522,8 +3522,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3522
3522
|
};
|
|
3523
3523
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3524
3524
|
}>> & {
|
|
3525
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
3526
3525
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
3526
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
3527
3527
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
3528
3528
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
3529
3529
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -3549,18 +3549,15 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3549
3549
|
disabled: boolean;
|
|
3550
3550
|
trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType>))[], unknown, unknown>;
|
|
3551
3551
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3552
|
-
showAfter: number;
|
|
3553
|
-
hideAfter: number;
|
|
3554
|
-
open: boolean;
|
|
3555
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3556
3552
|
offset: number;
|
|
3557
|
-
content: string;
|
|
3558
|
-
transition: string;
|
|
3559
3553
|
effect: string;
|
|
3554
|
+
showAfter: number;
|
|
3555
|
+
hideAfter: number;
|
|
3560
3556
|
boundariesPadding: number;
|
|
3561
3557
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3562
3558
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3563
3559
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3560
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3564
3561
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3565
3562
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3566
3563
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3569,10 +3566,13 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3569
3566
|
pure: boolean;
|
|
3570
3567
|
virtualTriggering: boolean;
|
|
3571
3568
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3569
|
+
content: string;
|
|
3572
3570
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3571
|
+
transition: string;
|
|
3573
3572
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3574
3573
|
persistent: boolean;
|
|
3575
|
-
|
|
3574
|
+
open: boolean;
|
|
3575
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
3576
3576
|
triggerKeys: string[];
|
|
3577
3577
|
arrowOffset: number;
|
|
3578
3578
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3882,7 +3882,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3882
3882
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
3883
3883
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3884
3884
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
3885
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3885
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3886
3886
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3887
3887
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3888
3888
|
"onUpdate:visible": {
|
|
@@ -3891,10 +3891,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3891
3891
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3892
3892
|
__epPropKey: true;
|
|
3893
3893
|
};
|
|
3894
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3894
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3895
3895
|
}>> & {
|
|
3896
3896
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3897
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "
|
|
3897
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "offset" | "effect" | "showAfter" | "hideAfter" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "strategy" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "visible" | "pure" | "virtualTriggering" | "appendTo" | "content" | "rawContent" | "transition" | "teleported" | "persistent" | "open" | "role" | "triggerKeys" | "arrowOffset" | "showArrow">;
|
|
3898
3898
|
$attrs: {
|
|
3899
3899
|
[x: string]: unknown;
|
|
3900
3900
|
};
|
|
@@ -4214,7 +4214,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4214
4214
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
4215
4215
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4216
4216
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
4217
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4217
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4218
4218
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4219
4219
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4220
4220
|
"onUpdate:visible": {
|
|
@@ -4223,7 +4223,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4223
4223
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4224
4224
|
__epPropKey: true;
|
|
4225
4225
|
};
|
|
4226
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4226
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4227
4227
|
}>> & {
|
|
4228
4228
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4229
4229
|
}, {
|
|
@@ -4533,7 +4533,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4533
4533
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
4534
4534
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4535
4535
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
4536
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4536
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4537
4537
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4538
4538
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4539
4539
|
"onUpdate:visible": {
|
|
@@ -4542,7 +4542,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4542
4542
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4543
4543
|
__epPropKey: true;
|
|
4544
4544
|
};
|
|
4545
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4545
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4546
4546
|
}>> & {
|
|
4547
4547
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4548
4548
|
}>>;
|
|
@@ -4561,10 +4561,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4561
4561
|
controlled: import("vue").ComputedRef<boolean>;
|
|
4562
4562
|
isFocusInsideContent: () => boolean | undefined;
|
|
4563
4563
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4564
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4564
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4565
4565
|
}, {
|
|
4566
4566
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4567
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4567
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4568
4568
|
}>> & {
|
|
4569
4569
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4570
4570
|
}>>;
|
|
@@ -4572,12 +4572,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4572
4572
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4573
4573
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4574
4574
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4575
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4575
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
4576
4576
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
4577
4577
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4578
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4578
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4579
4579
|
}>>, {
|
|
4580
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4580
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
4581
4581
|
}>> & Record<string, any>;
|
|
4582
4582
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
4583
4583
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -4934,8 +4934,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4934
4934
|
readonly id: StringConstructor;
|
|
4935
4935
|
readonly open: BooleanConstructor;
|
|
4936
4936
|
}>>, {
|
|
4937
|
-
readonly open: boolean;
|
|
4938
4937
|
readonly virtualTriggering: boolean;
|
|
4938
|
+
readonly open: boolean;
|
|
4939
4939
|
}>;
|
|
4940
4940
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4941
4941
|
readonly disabled: BooleanConstructor;
|
|
@@ -4995,8 +4995,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4995
4995
|
}>>, {
|
|
4996
4996
|
readonly disabled: boolean;
|
|
4997
4997
|
readonly trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType>))[], unknown, unknown>;
|
|
4998
|
-
readonly open: boolean;
|
|
4999
4998
|
readonly virtualTriggering: boolean;
|
|
4999
|
+
readonly open: boolean;
|
|
5000
5000
|
readonly triggerKeys: string[];
|
|
5001
5001
|
}>;
|
|
5002
5002
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -5257,7 +5257,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
5257
5257
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5258
5258
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5259
5259
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5260
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5260
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5261
5261
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5262
5262
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5263
5263
|
}, {
|
|
@@ -5519,7 +5519,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
5519
5519
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5520
5520
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5521
5521
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5522
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5522
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5523
5523
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5524
5524
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5525
5525
|
}>> & {
|
|
@@ -5797,9 +5797,9 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
5797
5797
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5798
5798
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5799
5799
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5800
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5800
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5801
5801
|
}, {
|
|
5802
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
5802
|
+
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
5803
5803
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
5804
5804
|
readonly id: StringConstructor;
|
|
5805
5805
|
readonly style: {
|
|
@@ -6046,13 +6046,13 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6046
6046
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6047
6047
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6048
6048
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
6049
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6049
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6050
6050
|
}>> & {
|
|
6051
6051
|
onClose?: (() => any) | undefined;
|
|
6052
6052
|
onFocus?: (() => any) | undefined;
|
|
6053
6053
|
onBlur?: (() => any) | undefined;
|
|
6054
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
6055
6054
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6055
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
6056
6056
|
}>>;
|
|
6057
6057
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
6058
6058
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -6132,7 +6132,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6132
6132
|
};
|
|
6133
6133
|
}, {
|
|
6134
6134
|
onKeydown: (e: KeyboardEvent) => void;
|
|
6135
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
6135
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested")[], "focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6136
6136
|
loop: BooleanConstructor;
|
|
6137
6137
|
trapped: BooleanConstructor;
|
|
6138
6138
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -6141,10 +6141,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6141
6141
|
default: string;
|
|
6142
6142
|
};
|
|
6143
6143
|
}>> & {
|
|
6144
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
6145
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
6146
6144
|
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
6147
6145
|
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
6146
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
6147
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
6148
6148
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
6149
6149
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
6150
6150
|
}, {
|
|
@@ -6404,22 +6404,22 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6404
6404
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6405
6405
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6406
6406
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
6407
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6407
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6408
6408
|
}>> & {
|
|
6409
6409
|
onClose?: (() => any) | undefined;
|
|
6410
6410
|
onFocus?: (() => any) | undefined;
|
|
6411
6411
|
onBlur?: (() => any) | undefined;
|
|
6412
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
6413
6412
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6413
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
6414
6414
|
}, {
|
|
6415
6415
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6416
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6417
6416
|
readonly offset: number;
|
|
6418
6417
|
readonly effect: string;
|
|
6419
6418
|
readonly boundariesPadding: number;
|
|
6420
6419
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6421
6420
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6422
6421
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6422
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6423
6423
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6424
6424
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6425
6425
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6687,22 +6687,20 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6687
6687
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6688
6688
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6689
6689
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
6690
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6690
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6691
6691
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6692
6692
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6693
6693
|
}>>, {
|
|
6694
6694
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6695
|
-
readonly showAfter: number;
|
|
6696
|
-
readonly hideAfter: number;
|
|
6697
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6698
6695
|
readonly offset: number;
|
|
6699
|
-
readonly content: string;
|
|
6700
|
-
readonly transition: string;
|
|
6701
6696
|
readonly effect: string;
|
|
6697
|
+
readonly showAfter: number;
|
|
6698
|
+
readonly hideAfter: number;
|
|
6702
6699
|
readonly boundariesPadding: number;
|
|
6703
6700
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6704
6701
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6705
6702
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6703
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6706
6704
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6707
6705
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6708
6706
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6711,7 +6709,9 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6711
6709
|
readonly pure: boolean;
|
|
6712
6710
|
readonly virtualTriggering: boolean;
|
|
6713
6711
|
readonly appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6712
|
+
readonly content: string;
|
|
6714
6713
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6714
|
+
readonly transition: string;
|
|
6715
6715
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6716
6716
|
readonly persistent: boolean;
|
|
6717
6717
|
}>;
|
|
@@ -6719,18 +6719,15 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6719
6719
|
disabled: boolean;
|
|
6720
6720
|
trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType>))[], unknown, unknown>;
|
|
6721
6721
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6722
|
-
showAfter: number;
|
|
6723
|
-
hideAfter: number;
|
|
6724
|
-
open: boolean;
|
|
6725
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6726
6722
|
offset: number;
|
|
6727
|
-
content: string;
|
|
6728
|
-
transition: string;
|
|
6729
6723
|
effect: string;
|
|
6724
|
+
showAfter: number;
|
|
6725
|
+
hideAfter: number;
|
|
6730
6726
|
boundariesPadding: number;
|
|
6731
6727
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6732
6728
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6733
6729
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6730
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6734
6731
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6735
6732
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6736
6733
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6739,10 +6736,13 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6739
6736
|
pure: boolean;
|
|
6740
6737
|
virtualTriggering: boolean;
|
|
6741
6738
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6739
|
+
content: string;
|
|
6742
6740
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6741
|
+
transition: string;
|
|
6743
6742
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6744
6743
|
persistent: boolean;
|
|
6745
|
-
|
|
6744
|
+
open: boolean;
|
|
6745
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
6746
6746
|
triggerKeys: string[];
|
|
6747
6747
|
arrowOffset: number;
|
|
6748
6748
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -7072,7 +7072,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7072
7072
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
7073
7073
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7074
7074
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
7075
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7075
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7076
7076
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7077
7077
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7078
7078
|
"onUpdate:visible": {
|
|
@@ -7081,7 +7081,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7081
7081
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7082
7082
|
__epPropKey: true;
|
|
7083
7083
|
};
|
|
7084
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7084
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7085
7085
|
}>> & {
|
|
7086
7086
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7087
7087
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -7391,7 +7391,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7391
7391
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
7392
7392
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7393
7393
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
7394
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7394
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7395
7395
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7396
7396
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7397
7397
|
"onUpdate:visible": {
|
|
@@ -7400,7 +7400,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7400
7400
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7401
7401
|
__epPropKey: true;
|
|
7402
7402
|
};
|
|
7403
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7403
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7404
7404
|
}>> & {
|
|
7405
7405
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7406
7406
|
}>>;
|
|
@@ -7419,10 +7419,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7419
7419
|
controlled: import("vue").ComputedRef<boolean>;
|
|
7420
7420
|
isFocusInsideContent: () => boolean | undefined;
|
|
7421
7421
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
7422
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7422
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7423
7423
|
}, {
|
|
7424
7424
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7425
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7425
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7426
7426
|
}>> & {
|
|
7427
7427
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
7428
7428
|
}>>;
|
|
@@ -7430,12 +7430,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7430
7430
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
7431
7431
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7432
7432
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7433
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7433
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
7434
7434
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
7435
7435
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7436
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7436
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7437
7437
|
}>>, {
|
|
7438
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7438
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
7439
7439
|
}>> & Record<string, any>;
|
|
7440
7440
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
7441
7441
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -7792,8 +7792,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7792
7792
|
readonly id: StringConstructor;
|
|
7793
7793
|
readonly open: BooleanConstructor;
|
|
7794
7794
|
}>>, {
|
|
7795
|
-
readonly open: boolean;
|
|
7796
7795
|
readonly virtualTriggering: boolean;
|
|
7796
|
+
readonly open: boolean;
|
|
7797
7797
|
}>;
|
|
7798
7798
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7799
7799
|
readonly disabled: BooleanConstructor;
|
|
@@ -7853,8 +7853,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7853
7853
|
}>>, {
|
|
7854
7854
|
readonly disabled: boolean;
|
|
7855
7855
|
readonly trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType>))[], unknown, unknown>;
|
|
7856
|
-
readonly open: boolean;
|
|
7857
7856
|
readonly virtualTriggering: boolean;
|
|
7857
|
+
readonly open: boolean;
|
|
7858
7858
|
readonly triggerKeys: string[];
|
|
7859
7859
|
}>;
|
|
7860
7860
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -8115,7 +8115,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
8115
8115
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8116
8116
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8117
8117
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
8118
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8118
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8119
8119
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8120
8120
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8121
8121
|
}, {
|
|
@@ -8377,7 +8377,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
8377
8377
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8378
8378
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8379
8379
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
8380
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8380
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8381
8381
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8382
8382
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8383
8383
|
}>> & {
|
|
@@ -8655,9 +8655,9 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
8655
8655
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8656
8656
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8657
8657
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
8658
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8658
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8659
8659
|
}, {
|
|
8660
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
8660
|
+
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
8661
8661
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
8662
8662
|
readonly id: StringConstructor;
|
|
8663
8663
|
readonly style: {
|
|
@@ -8904,13 +8904,13 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
8904
8904
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8905
8905
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8906
8906
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
8907
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8907
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8908
8908
|
}>> & {
|
|
8909
8909
|
onClose?: (() => any) | undefined;
|
|
8910
8910
|
onFocus?: (() => any) | undefined;
|
|
8911
8911
|
onBlur?: (() => any) | undefined;
|
|
8912
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
8913
8912
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
8913
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
8914
8914
|
}>>;
|
|
8915
8915
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
8916
8916
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -8990,7 +8990,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
8990
8990
|
};
|
|
8991
8991
|
}, {
|
|
8992
8992
|
onKeydown: (e: KeyboardEvent) => void;
|
|
8993
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
8993
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested")[], "focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8994
8994
|
loop: BooleanConstructor;
|
|
8995
8995
|
trapped: BooleanConstructor;
|
|
8996
8996
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -8999,10 +8999,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
8999
8999
|
default: string;
|
|
9000
9000
|
};
|
|
9001
9001
|
}>> & {
|
|
9002
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
9003
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
9004
9002
|
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
9005
9003
|
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
9004
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
9005
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
9006
9006
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
9007
9007
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
9008
9008
|
}, {
|
|
@@ -9262,22 +9262,22 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9262
9262
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9263
9263
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9264
9264
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
9265
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9265
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9266
9266
|
}>> & {
|
|
9267
9267
|
onClose?: (() => any) | undefined;
|
|
9268
9268
|
onFocus?: (() => any) | undefined;
|
|
9269
9269
|
onBlur?: (() => any) | undefined;
|
|
9270
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
9271
9270
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9271
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
9272
9272
|
}, {
|
|
9273
9273
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9274
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9275
9274
|
readonly offset: number;
|
|
9276
9275
|
readonly effect: string;
|
|
9277
9276
|
readonly boundariesPadding: number;
|
|
9278
9277
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9279
9278
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9280
9279
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9280
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9281
9281
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9282
9282
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9283
9283
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9545,22 +9545,20 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9545
9545
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9546
9546
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9547
9547
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
9548
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9548
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9549
9549
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9550
9550
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9551
9551
|
}>>, {
|
|
9552
9552
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9553
|
-
readonly showAfter: number;
|
|
9554
|
-
readonly hideAfter: number;
|
|
9555
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9556
9553
|
readonly offset: number;
|
|
9557
|
-
readonly content: string;
|
|
9558
|
-
readonly transition: string;
|
|
9559
9554
|
readonly effect: string;
|
|
9555
|
+
readonly showAfter: number;
|
|
9556
|
+
readonly hideAfter: number;
|
|
9560
9557
|
readonly boundariesPadding: number;
|
|
9561
9558
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9562
9559
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9563
9560
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9561
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9564
9562
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9565
9563
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9566
9564
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9569,7 +9567,9 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9569
9567
|
readonly pure: boolean;
|
|
9570
9568
|
readonly virtualTriggering: boolean;
|
|
9571
9569
|
readonly appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
9570
|
+
readonly content: string;
|
|
9572
9571
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9572
|
+
readonly transition: string;
|
|
9573
9573
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9574
9574
|
readonly persistent: boolean;
|
|
9575
9575
|
}>;
|
|
@@ -9632,8 +9632,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9632
9632
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9633
9633
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9634
9634
|
}>> & {
|
|
9635
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9636
9635
|
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9636
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9637
9637
|
}>>;
|
|
9638
9638
|
emit: ((event: "update:modelValue", val: string | number | boolean) => void) & ((event: "change", val: string | number | boolean) => void);
|
|
9639
9639
|
ns: {
|
|
@@ -9680,8 +9680,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9680
9680
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9681
9681
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9682
9682
|
}>> & {
|
|
9683
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9684
9683
|
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9684
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9685
9685
|
}, {
|
|
9686
9686
|
readonly disabled: boolean;
|
|
9687
9687
|
readonly name: string;
|
|
@@ -10134,7 +10134,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10134
10134
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
10135
10135
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10136
10136
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
10137
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10137
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
10138
10138
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10139
10139
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10140
10140
|
"onUpdate:visible": {
|
|
@@ -10143,7 +10143,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10143
10143
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10144
10144
|
__epPropKey: true;
|
|
10145
10145
|
};
|
|
10146
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10146
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10147
10147
|
}, {
|
|
10148
10148
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10149
10149
|
showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -10451,7 +10451,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10451
10451
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
10452
10452
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10453
10453
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
10454
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10454
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
10455
10455
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10456
10456
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10457
10457
|
"onUpdate:visible": {
|
|
@@ -10460,7 +10460,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10460
10460
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10461
10461
|
__epPropKey: true;
|
|
10462
10462
|
};
|
|
10463
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10463
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10464
10464
|
}>> & {
|
|
10465
10465
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10466
10466
|
}>>;
|
|
@@ -10479,10 +10479,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10479
10479
|
controlled: import("vue").ComputedRef<boolean>;
|
|
10480
10480
|
isFocusInsideContent: () => boolean | undefined;
|
|
10481
10481
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
10482
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10482
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10483
10483
|
}, {
|
|
10484
10484
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10485
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10485
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10486
10486
|
}>> & {
|
|
10487
10487
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
10488
10488
|
}>>;
|
|
@@ -10490,12 +10490,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10490
10490
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
10491
10491
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10492
10492
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10493
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10493
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
10494
10494
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
10495
10495
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10496
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10496
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10497
10497
|
}>>, {
|
|
10498
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10498
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
10499
10499
|
}>> & Record<string, any>;
|
|
10500
10500
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
10501
10501
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -10852,8 +10852,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10852
10852
|
readonly id: StringConstructor;
|
|
10853
10853
|
readonly open: BooleanConstructor;
|
|
10854
10854
|
}>>, {
|
|
10855
|
-
readonly open: boolean;
|
|
10856
10855
|
readonly virtualTriggering: boolean;
|
|
10856
|
+
readonly open: boolean;
|
|
10857
10857
|
}>;
|
|
10858
10858
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10859
10859
|
readonly disabled: BooleanConstructor;
|
|
@@ -10913,8 +10913,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10913
10913
|
}>>, {
|
|
10914
10914
|
readonly disabled: boolean;
|
|
10915
10915
|
readonly trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType>))[], unknown, unknown>;
|
|
10916
|
-
readonly open: boolean;
|
|
10917
10916
|
readonly virtualTriggering: boolean;
|
|
10917
|
+
readonly open: boolean;
|
|
10918
10918
|
readonly triggerKeys: string[];
|
|
10919
10919
|
}>;
|
|
10920
10920
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -11175,7 +11175,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
11175
11175
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11176
11176
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11177
11177
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
11178
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11178
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11179
11179
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11180
11180
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11181
11181
|
}, {
|
|
@@ -11437,7 +11437,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
11437
11437
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11438
11438
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11439
11439
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
11440
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11440
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11441
11441
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11442
11442
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11443
11443
|
}>> & {
|
|
@@ -11715,9 +11715,9 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
11715
11715
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11716
11716
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11717
11717
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
11718
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11718
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11719
11719
|
}, {
|
|
11720
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
11720
|
+
emit: ((event: "focus") => void) & ((event: "close") => void) & ((event: "blur") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void);
|
|
11721
11721
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
11722
11722
|
readonly id: StringConstructor;
|
|
11723
11723
|
readonly style: {
|
|
@@ -11964,13 +11964,13 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
11964
11964
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11965
11965
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11966
11966
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
11967
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11967
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11968
11968
|
}>> & {
|
|
11969
11969
|
onClose?: (() => any) | undefined;
|
|
11970
11970
|
onFocus?: (() => any) | undefined;
|
|
11971
11971
|
onBlur?: (() => any) | undefined;
|
|
11972
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
11973
11972
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
11973
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
11974
11974
|
}>>;
|
|
11975
11975
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
11976
11976
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
@@ -12050,7 +12050,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12050
12050
|
};
|
|
12051
12051
|
}, {
|
|
12052
12052
|
onKeydown: (e: KeyboardEvent) => void;
|
|
12053
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
12053
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested")[], "focusAfterTrapped" | "focusAfterReleased" | "focusin" | "focusout" | "focusout-prevented" | "release-requested", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12054
12054
|
loop: BooleanConstructor;
|
|
12055
12055
|
trapped: BooleanConstructor;
|
|
12056
12056
|
focusTrapEl: import("vue").PropType<HTMLElement>;
|
|
@@ -12059,10 +12059,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12059
12059
|
default: string;
|
|
12060
12060
|
};
|
|
12061
12061
|
}>> & {
|
|
12062
|
-
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
12063
|
-
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
12064
12062
|
onFocusAfterTrapped?: ((...args: any[]) => any) | undefined;
|
|
12065
12063
|
onFocusAfterReleased?: ((...args: any[]) => any) | undefined;
|
|
12064
|
+
onFocusin?: ((...args: any[]) => any) | undefined;
|
|
12065
|
+
onFocusout?: ((...args: any[]) => any) | undefined;
|
|
12066
12066
|
"onFocusout-prevented"?: ((...args: any[]) => any) | undefined;
|
|
12067
12067
|
"onRelease-requested"?: ((...args: any[]) => any) | undefined;
|
|
12068
12068
|
}, {
|
|
@@ -12322,22 +12322,22 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12322
12322
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12323
12323
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12324
12324
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
12325
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12325
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12326
12326
|
}>> & {
|
|
12327
12327
|
onClose?: (() => any) | undefined;
|
|
12328
12328
|
onFocus?: (() => any) | undefined;
|
|
12329
12329
|
onBlur?: (() => any) | undefined;
|
|
12330
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12331
12330
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12331
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
12332
12332
|
}, {
|
|
12333
12333
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12334
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12335
12334
|
readonly offset: number;
|
|
12336
12335
|
readonly effect: string;
|
|
12337
12336
|
readonly boundariesPadding: number;
|
|
12338
12337
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12339
12338
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12340
12339
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12340
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12341
12341
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12342
12342
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12343
12343
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12605,22 +12605,20 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12605
12605
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12606
12606
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12607
12607
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
12608
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12608
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12609
12609
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12610
12610
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12611
12611
|
}>>, {
|
|
12612
12612
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12613
|
-
readonly showAfter: number;
|
|
12614
|
-
readonly hideAfter: number;
|
|
12615
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12616
12613
|
readonly offset: number;
|
|
12617
|
-
readonly content: string;
|
|
12618
|
-
readonly transition: string;
|
|
12619
12614
|
readonly effect: string;
|
|
12615
|
+
readonly showAfter: number;
|
|
12616
|
+
readonly hideAfter: number;
|
|
12620
12617
|
readonly boundariesPadding: number;
|
|
12621
12618
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12622
12619
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12623
12620
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12621
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12624
12622
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12625
12623
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12626
12624
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12629,7 +12627,9 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12629
12627
|
readonly pure: boolean;
|
|
12630
12628
|
readonly virtualTriggering: boolean;
|
|
12631
12629
|
readonly appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
12630
|
+
readonly content: string;
|
|
12632
12631
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12632
|
+
readonly transition: string;
|
|
12633
12633
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12634
12634
|
readonly persistent: boolean;
|
|
12635
12635
|
}>;
|
|
@@ -12939,7 +12939,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12939
12939
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12940
12940
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12941
12941
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
12942
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12942
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12943
12943
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12944
12944
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12945
12945
|
"onUpdate:visible": {
|
|
@@ -12948,25 +12948,22 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12948
12948
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12949
12949
|
__epPropKey: true;
|
|
12950
12950
|
};
|
|
12951
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12951
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
12952
12952
|
}>> & {
|
|
12953
12953
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
12954
12954
|
}, {
|
|
12955
12955
|
disabled: boolean;
|
|
12956
12956
|
trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType>))[], unknown, unknown>;
|
|
12957
12957
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12958
|
-
showAfter: number;
|
|
12959
|
-
hideAfter: number;
|
|
12960
|
-
open: boolean;
|
|
12961
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12962
12958
|
offset: number;
|
|
12963
|
-
content: string;
|
|
12964
|
-
transition: string;
|
|
12965
12959
|
effect: string;
|
|
12960
|
+
showAfter: number;
|
|
12961
|
+
hideAfter: number;
|
|
12966
12962
|
boundariesPadding: number;
|
|
12967
12963
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12968
12964
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12969
12965
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12966
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12970
12967
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12971
12968
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12972
12969
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12975,10 +12972,13 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12975
12972
|
pure: boolean;
|
|
12976
12973
|
virtualTriggering: boolean;
|
|
12977
12974
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
12975
|
+
content: string;
|
|
12978
12976
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12977
|
+
transition: string;
|
|
12979
12978
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12980
12979
|
persistent: boolean;
|
|
12981
|
-
|
|
12980
|
+
open: boolean;
|
|
12981
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
12982
12982
|
triggerKeys: string[];
|
|
12983
12983
|
arrowOffset: number;
|
|
12984
12984
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -13139,20 +13139,20 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13139
13139
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13140
13140
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
13141
13141
|
}>> & {
|
|
13142
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13143
13142
|
onChange?: ((value: string) => any) | undefined;
|
|
13144
|
-
|
|
13143
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13145
13144
|
onInput?: ((value: string) => any) | undefined;
|
|
13146
13145
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13147
13146
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13148
|
-
|
|
13147
|
+
onClear?: (() => any) | undefined;
|
|
13148
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13149
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13150
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13149
13151
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13150
13152
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13151
|
-
|
|
13152
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13153
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13153
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13154
13154
|
}>>;
|
|
13155
|
-
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: "
|
|
13155
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
13156
13156
|
rawAttrs: {
|
|
13157
13157
|
[x: string]: unknown;
|
|
13158
13158
|
};
|
|
@@ -13406,18 +13406,18 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13406
13406
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13407
13407
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
13408
13408
|
}>> & {
|
|
13409
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13410
13409
|
onChange?: ((value: string) => any) | undefined;
|
|
13411
|
-
|
|
13410
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13412
13411
|
onInput?: ((value: string) => any) | undefined;
|
|
13413
13412
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13414
13413
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13415
|
-
|
|
13414
|
+
onClear?: (() => any) | undefined;
|
|
13415
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13416
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13417
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13416
13418
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13417
13419
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13418
|
-
|
|
13419
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13420
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13420
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13421
13421
|
}, {
|
|
13422
13422
|
readonly type: string;
|
|
13423
13423
|
readonly disabled: boolean;
|
|
@@ -13539,8 +13539,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13539
13539
|
};
|
|
13540
13540
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13541
13541
|
}>> & {
|
|
13542
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
13543
13542
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
13543
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
13544
13544
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
13545
13545
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
13546
13546
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -13663,18 +13663,18 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13663
13663
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13664
13664
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
13665
13665
|
}>> & {
|
|
13666
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13667
13666
|
onChange?: ((value: string) => any) | undefined;
|
|
13668
|
-
|
|
13667
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13669
13668
|
onInput?: ((value: string) => any) | undefined;
|
|
13670
13669
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13671
13670
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13672
|
-
|
|
13671
|
+
onClear?: (() => any) | undefined;
|
|
13672
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13673
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13674
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13673
13675
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13674
13676
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13675
|
-
|
|
13676
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13677
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13677
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13678
13678
|
} & 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">;
|
|
13679
13679
|
$attrs: {
|
|
13680
13680
|
[x: string]: unknown;
|
|
@@ -13687,7 +13687,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13687
13687
|
}>;
|
|
13688
13688
|
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
13689
13689
|
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
|
|
13690
|
-
$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: "
|
|
13690
|
+
$emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
13691
13691
|
$el: any;
|
|
13692
13692
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
13693
13693
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -13767,18 +13767,18 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13767
13767
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13768
13768
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
13769
13769
|
}>> & {
|
|
13770
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13771
13770
|
onChange?: ((value: string) => any) | undefined;
|
|
13772
|
-
|
|
13771
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13773
13772
|
onInput?: ((value: string) => any) | undefined;
|
|
13774
13773
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13775
13774
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13776
|
-
|
|
13775
|
+
onClear?: (() => any) | undefined;
|
|
13776
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13777
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13778
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13777
13779
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13778
13780
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13779
|
-
|
|
13780
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13781
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13781
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13782
13782
|
}, {
|
|
13783
13783
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
13784
13784
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -13858,20 +13858,20 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13858
13858
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13859
13859
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
13860
13860
|
}>> & {
|
|
13861
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13862
13861
|
onChange?: ((value: string) => any) | undefined;
|
|
13863
|
-
|
|
13862
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13864
13863
|
onInput?: ((value: string) => any) | undefined;
|
|
13865
13864
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13866
13865
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13867
|
-
|
|
13866
|
+
onClear?: (() => any) | undefined;
|
|
13867
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13868
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13869
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
13868
13870
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13869
13871
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
13870
|
-
|
|
13871
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
13872
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
13872
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13873
13873
|
}>>;
|
|
13874
|
-
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: "
|
|
13874
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
13875
13875
|
rawAttrs: {
|
|
13876
13876
|
[x: string]: unknown;
|
|
13877
13877
|
};
|
|
@@ -14162,18 +14162,18 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
14162
14162
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14163
14163
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
14164
14164
|
}>> & {
|
|
14165
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14166
14165
|
onChange?: ((value: string) => any) | undefined;
|
|
14167
|
-
|
|
14166
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14168
14167
|
onInput?: ((value: string) => any) | undefined;
|
|
14169
14168
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14170
14169
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14171
|
-
|
|
14170
|
+
onClear?: (() => any) | undefined;
|
|
14171
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14172
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14173
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
14172
14174
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14173
14175
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
14174
|
-
|
|
14175
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14176
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14176
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14177
14177
|
} & import("vue").ShallowUnwrapRef<{
|
|
14178
14178
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
14179
14179
|
readonly id: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -14253,20 +14253,20 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
14253
14253
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14254
14254
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
14255
14255
|
}>> & {
|
|
14256
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14257
14256
|
onChange?: ((value: string) => any) | undefined;
|
|
14258
|
-
|
|
14257
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14259
14258
|
onInput?: ((value: string) => any) | undefined;
|
|
14260
14259
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14261
14260
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14262
|
-
|
|
14261
|
+
onClear?: (() => any) | undefined;
|
|
14262
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14263
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14264
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
14263
14265
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14264
14266
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
14265
|
-
|
|
14266
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14267
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14267
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14268
14268
|
}>>;
|
|
14269
|
-
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: "
|
|
14269
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
14270
14270
|
rawAttrs: {
|
|
14271
14271
|
[x: string]: unknown;
|
|
14272
14272
|
};
|
|
@@ -14611,20 +14611,20 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
14611
14611
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14612
14612
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
14613
14613
|
}>> & {
|
|
14614
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14615
14614
|
onChange?: ((value: string) => any) | undefined;
|
|
14616
|
-
|
|
14615
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14617
14616
|
onInput?: ((value: string) => any) | undefined;
|
|
14618
14617
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14619
14618
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14620
|
-
|
|
14619
|
+
onClear?: (() => any) | undefined;
|
|
14620
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14621
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14622
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
14621
14623
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14622
14624
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
14623
|
-
|
|
14624
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14625
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14625
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14626
14626
|
}>>;
|
|
14627
|
-
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: "
|
|
14627
|
+
emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
|
|
14628
14628
|
rawAttrs: {
|
|
14629
14629
|
[x: string]: unknown;
|
|
14630
14630
|
};
|
|
@@ -14878,18 +14878,18 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
14878
14878
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14879
14879
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
14880
14880
|
}>> & {
|
|
14881
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14882
14881
|
onChange?: ((value: string) => any) | undefined;
|
|
14883
|
-
|
|
14882
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14884
14883
|
onInput?: ((value: string) => any) | undefined;
|
|
14885
14884
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14886
14885
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14887
|
-
|
|
14886
|
+
onClear?: (() => any) | undefined;
|
|
14887
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14888
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14889
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
14888
14890
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14889
14891
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
14890
|
-
|
|
14891
|
-
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
14892
|
-
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
14892
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14893
14893
|
}, {
|
|
14894
14894
|
readonly type: string;
|
|
14895
14895
|
readonly disabled: boolean;
|
|
@@ -15012,8 +15012,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
15012
15012
|
};
|
|
15013
15013
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
15014
15014
|
}>> & {
|
|
15015
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
15016
15015
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
15016
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
15017
15017
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
15018
15018
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
15019
15019
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -15183,7 +15183,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
15183
15183
|
readonly popperClass: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
15184
15184
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
15185
15185
|
readonly isCustom: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
15186
|
-
readonly effect: import("element-plus-secondary/es/utils").EpPropFinalized<
|
|
15186
|
+
readonly effect: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "light", boolean>;
|
|
15187
15187
|
readonly triggerWidth: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 50, boolean>;
|
|
15188
15188
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
15189
15189
|
readonly predefine: {
|
|
@@ -15194,14 +15194,14 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
15194
15194
|
};
|
|
15195
15195
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
15196
15196
|
}>> & {
|
|
15197
|
-
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
15198
15197
|
onChange?: ((val: string | null) => any) | undefined;
|
|
15198
|
+
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
15199
15199
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
15200
15200
|
}, {
|
|
15201
15201
|
readonly disabled: boolean;
|
|
15202
15202
|
readonly label: string;
|
|
15203
15203
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15204
|
-
readonly effect:
|
|
15204
|
+
readonly effect: string;
|
|
15205
15205
|
readonly popperClass: string;
|
|
15206
15206
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
15207
15207
|
readonly isCustom: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|