element-plus-secondary 0.3.7 → 0.3.8
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 +26 -117
- 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 +117 -26
- package/es/components/affix/src/affix2.mjs.map +1 -1
- package/es/components/autocomplete/index.d.ts +116 -116
- package/es/components/autocomplete/src/autocomplete.vue.d.ts +116 -116
- package/es/components/avatar/index.mjs +2 -2
- package/es/components/avatar/src/avatar.mjs +32 -67
- package/es/components/avatar/src/avatar.mjs.map +1 -1
- package/es/components/avatar/src/avatar2.mjs +67 -32
- package/es/components/avatar/src/avatar2.mjs.map +1 -1
- package/es/components/backtop/index.mjs +2 -2
- package/es/components/backtop/src/backtop.mjs +54 -21
- package/es/components/backtop/src/backtop.mjs.map +1 -1
- package/es/components/backtop/src/backtop2.mjs +21 -54
- package/es/components/backtop/src/backtop2.mjs.map +1 -1
- package/es/components/button/index.mjs +2 -2
- package/es/components/button/src/button-group2.mjs +1 -1
- package/es/components/button/src/button.mjs +78 -54
- package/es/components/button/src/button.mjs.map +1 -1
- package/es/components/button/src/button2.mjs +54 -78
- 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 +131 -18
- package/es/components/calendar/src/calendar.mjs.map +1 -1
- package/es/components/calendar/src/calendar2.mjs +18 -131
- package/es/components/calendar/src/calendar2.mjs.map +1 -1
- package/es/components/calendar/src/date-table.mjs +33 -87
- package/es/components/calendar/src/date-table.mjs.map +1 -1
- package/es/components/calendar/src/date-table2.mjs +87 -33
- package/es/components/calendar/src/date-table2.mjs.map +1 -1
- package/es/components/calendar/src/use-date-table.mjs +1 -1
- package/es/components/carousel/index.d.ts +2 -2
- package/es/components/carousel/index.mjs +2 -2
- package/es/components/carousel/src/carousel-item.mjs +63 -8
- package/es/components/carousel/src/carousel-item.mjs.map +1 -1
- package/es/components/carousel/src/carousel-item2.mjs +8 -63
- package/es/components/carousel/src/carousel-item2.mjs.map +1 -1
- package/es/components/carousel/src/carousel.vue.d.ts +2 -2
- package/es/components/cascader/index.d.ts +168 -168
- package/es/components/cascader/src/index.vue.d.ts +84 -84
- 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/checkbox/index.d.ts +10 -10
- package/es/components/checkbox/index.mjs +2 -2
- package/es/components/checkbox/src/checkbox-button.mjs +1 -1
- package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox.mjs +54 -117
- package/es/components/checkbox/src/checkbox.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox2.mjs +117 -54
- package/es/components/checkbox/src/checkbox2.mjs.map +1 -1
- package/es/components/col/index.mjs +2 -2
- package/es/components/col/src/col.mjs +66 -43
- package/es/components/col/src/col.mjs.map +1 -1
- package/es/components/col/src/col2.mjs +43 -66
- package/es/components/col/src/col2.mjs.map +1 -1
- package/es/components/collapse/index.d.ts +2 -2
- package/es/components/collapse/src/collapse.vue.d.ts +2 -2
- package/es/components/color-picker/index.d.ts +157 -151
- package/es/components/color-picker/src/color-picker.d.ts +1 -0
- package/es/components/color-picker/src/color-picker.mjs +4 -0
- package/es/components/color-picker/src/color-picker.mjs.map +1 -1
- package/es/components/color-picker/src/color-picker.vue.d.ts +157 -151
- package/es/components/color-picker/src/color-picker2.mjs +9 -2
- package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
- package/es/components/color-picker/src/components/alpha-slider.vue.d.ts +16 -16
- 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 +38 -38
- package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +36 -36
- 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 +81 -81
- 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 +25 -110
- package/es/components/descriptions/src/description.mjs.map +1 -1
- package/es/components/descriptions/src/description.vue.d.ts +1 -1
- package/es/components/descriptions/src/description2.mjs +110 -25
- package/es/components/descriptions/src/description2.mjs.map +1 -1
- package/es/components/dialog/index.d.ts +2 -2
- package/es/components/dialog/index.mjs +2 -2
- package/es/components/dialog/src/dialog.mjs +170 -70
- package/es/components/dialog/src/dialog.mjs.map +1 -1
- package/es/components/dialog/src/dialog.vue.d.ts +2 -2
- package/es/components/dialog/src/dialog2.mjs +70 -170
- package/es/components/dialog/src/dialog2.mjs.map +1 -1
- package/es/components/divider/index.mjs +2 -2
- package/es/components/divider/src/divider.mjs +17 -35
- package/es/components/divider/src/divider.mjs.map +1 -1
- package/es/components/divider/src/divider2.mjs +35 -17
- package/es/components/divider/src/divider2.mjs.map +1 -1
- package/es/components/drawer/index.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 +64 -64
- package/es/components/dropdown/src/dropdown.mjs +1 -1
- package/es/components/dropdown/src/dropdown.vue.d.ts +64 -64
- package/es/components/empty/index.d.ts +1 -1
- package/es/components/empty/index.mjs +2 -2
- package/es/components/empty/src/empty.mjs +56 -11
- package/es/components/empty/src/empty.mjs.map +1 -1
- package/es/components/empty/src/empty.vue.d.ts +1 -1
- package/es/components/empty/src/empty2.mjs +11 -56
- package/es/components/empty/src/empty2.mjs.map +1 -1
- package/es/components/form/index.mjs +4 -4
- package/es/components/form/src/form-item.mjs +316 -43
- package/es/components/form/src/form-item.mjs.map +1 -1
- package/es/components/form/src/form-item2.mjs +43 -316
- package/es/components/form/src/form-item2.mjs.map +1 -1
- package/es/components/form/src/form.mjs +150 -53
- package/es/components/form/src/form.mjs.map +1 -1
- package/es/components/form/src/form2.mjs +53 -150
- package/es/components/form/src/form2.mjs.map +1 -1
- package/es/components/icon/index.mjs +2 -2
- package/es/components/icon/src/icon.mjs +36 -8
- package/es/components/icon/src/icon.mjs.map +1 -1
- package/es/components/icon/src/icon2.mjs +8 -36
- package/es/components/icon/src/icon2.mjs.map +1 -1
- package/es/components/image/index.d.ts +7 -7
- package/es/components/image/src/image.d.ts +1 -1
- package/es/components/image/src/image.vue.d.ts +7 -7
- package/es/components/image-viewer/index.d.ts +1 -1
- package/es/components/image-viewer/index.mjs +2 -2
- package/es/components/image-viewer/src/image-viewer.mjs +405 -35
- package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
- package/es/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
- package/es/components/image-viewer/src/image-viewer2.mjs +35 -405
- package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
- package/es/components/index.mjs +36 -36
- package/es/components/input/index.d.ts +4 -4
- package/es/components/input/src/input.vue.d.ts +4 -4
- package/es/components/input-number/index.d.ts +16 -16
- package/es/components/input-number/index.mjs +2 -2
- package/es/components/input-number/src/input-number.mjs +300 -62
- package/es/components/input-number/src/input-number.mjs.map +1 -1
- package/es/components/input-number/src/input-number.vue.d.ts +16 -16
- package/es/components/input-number/src/input-number2.mjs +62 -300
- package/es/components/input-number/src/input-number2.mjs.map +1 -1
- package/es/components/link/index.mjs +2 -2
- package/es/components/link/src/link.mjs +21 -49
- package/es/components/link/src/link.mjs.map +1 -1
- package/es/components/link/src/link2.mjs +49 -21
- package/es/components/link/src/link2.mjs.map +1 -1
- package/es/components/loading/index.d.ts +1 -1
- package/es/components/menu/index.d.ts +1 -1
- package/es/components/menu/index.mjs +2 -2
- package/es/components/menu/src/menu-item-group.mjs +35 -4
- package/es/components/menu/src/menu-item-group.mjs.map +1 -1
- package/es/components/menu/src/menu-item-group2.mjs +4 -35
- package/es/components/menu/src/menu-item-group2.mjs.map +1 -1
- package/es/components/menu/src/menu-item2.mjs +1 -1
- package/es/components/menu/src/menu.d.ts +1 -1
- package/es/components/message/index.mjs +1 -1
- package/es/components/message/src/message.mjs +146 -86
- package/es/components/message/src/message.mjs.map +1 -1
- package/es/components/message/src/message2.mjs +86 -146
- package/es/components/message/src/message2.mjs.map +1 -1
- package/es/components/message/src/method.mjs +2 -2
- package/es/components/notification/index.mjs +1 -1
- package/es/components/notification/src/notification.mjs +145 -69
- package/es/components/notification/src/notification.mjs.map +1 -1
- package/es/components/notification/src/notification.vue.d.ts +1 -1
- package/es/components/notification/src/notification2.mjs +69 -145
- package/es/components/notification/src/notification2.mjs.map +1 -1
- package/es/components/notification/src/notify.mjs +2 -2
- package/es/components/page-header/index.mjs +2 -2
- package/es/components/page-header/src/page-header.mjs +17 -102
- package/es/components/page-header/src/page-header.mjs.map +1 -1
- package/es/components/page-header/src/page-header2.mjs +102 -17
- package/es/components/page-header/src/page-header2.mjs.map +1 -1
- package/es/components/pagination/src/components/jumper.mjs +9 -59
- package/es/components/pagination/src/components/jumper.mjs.map +1 -1
- package/es/components/pagination/src/components/jumper.vue.d.ts +4 -4
- package/es/components/pagination/src/components/jumper2.mjs +59 -9
- package/es/components/pagination/src/components/jumper2.mjs.map +1 -1
- package/es/components/pagination/src/components/next.mjs +34 -19
- package/es/components/pagination/src/components/next.mjs.map +1 -1
- package/es/components/pagination/src/components/next2.mjs +19 -34
- package/es/components/pagination/src/components/next2.mjs.map +1 -1
- package/es/components/pagination/src/components/pager.mjs +17 -207
- package/es/components/pagination/src/components/pager.mjs.map +1 -1
- package/es/components/pagination/src/components/pager2.mjs +207 -17
- package/es/components/pagination/src/components/pager2.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.mjs +22 -68
- package/es/components/pagination/src/components/sizes.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.vue.d.ts +65 -65
- package/es/components/pagination/src/components/sizes2.mjs +68 -22
- package/es/components/pagination/src/components/sizes2.mjs.map +1 -1
- package/es/components/pagination/src/pagination.mjs +4 -4
- package/es/components/popconfirm/index.d.ts +96 -96
- package/es/components/popconfirm/index.mjs +2 -2
- package/es/components/popconfirm/src/popconfirm.mjs +111 -49
- package/es/components/popconfirm/src/popconfirm.mjs.map +1 -1
- package/es/components/popconfirm/src/popconfirm.vue.d.ts +96 -96
- package/es/components/popconfirm/src/popconfirm2.mjs +49 -111
- package/es/components/popconfirm/src/popconfirm2.mjs.map +1 -1
- package/es/components/popover/index.d.ts +105 -105
- package/es/components/popover/index.mjs +2 -2
- package/es/components/popover/src/popover.mjs +66 -111
- package/es/components/popover/src/popover.mjs.map +1 -1
- package/es/components/popover/src/popover.vue.d.ts +105 -105
- package/es/components/popover/src/popover2.mjs +111 -66
- 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 +6 -6
- package/es/components/popper/src/content.d.ts +4 -4
- package/es/components/popper/src/content.mjs +94 -212
- package/es/components/popper/src/content.mjs.map +1 -1
- package/es/components/popper/src/content.vue.d.ts +4 -4
- package/es/components/popper/src/content2.mjs +212 -94
- package/es/components/popper/src/content2.mjs.map +1 -1
- package/es/components/popper/src/popper.d.ts +2 -2
- package/es/components/popper/src/popper.mjs +33 -25
- package/es/components/popper/src/popper.mjs.map +1 -1
- package/es/components/popper/src/popper.vue.d.ts +5 -5
- package/es/components/popper/src/popper2.mjs +25 -33
- package/es/components/popper/src/popper2.mjs.map +1 -1
- package/es/components/popper/src/trigger.mjs +31 -120
- package/es/components/popper/src/trigger.mjs.map +1 -1
- package/es/components/popper/src/trigger.vue.d.ts +1 -1
- package/es/components/popper/src/trigger2.mjs +120 -31
- package/es/components/popper/src/trigger2.mjs.map +1 -1
- package/es/components/popper/src/utils.d.ts +1 -1
- package/es/components/radio/index.d.ts +6 -6
- package/es/components/radio/src/radio-group.vue.d.ts +2 -2
- package/es/components/radio/src/radio.vue.d.ts +2 -2
- package/es/components/rate/index.d.ts +2 -2
- package/es/components/rate/index.mjs +2 -2
- package/es/components/rate/src/rate.mjs +256 -98
- 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 +98 -256
- package/es/components/rate/src/rate2.mjs.map +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group-impl.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 +1 -1
- package/es/components/scrollbar/src/bar.mjs +17 -42
- package/es/components/scrollbar/src/bar.mjs.map +1 -1
- package/es/components/scrollbar/src/bar2.mjs +42 -17
- package/es/components/scrollbar/src/bar2.mjs.map +1 -1
- package/es/components/scrollbar/src/scrollbar.mjs +1 -1
- package/es/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/es/components/scrollbar/src/thumb.mjs +131 -11
- package/es/components/scrollbar/src/thumb.mjs.map +1 -1
- package/es/components/scrollbar/src/thumb2.mjs +11 -131
- package/es/components/scrollbar/src/thumb2.mjs.map +1 -1
- package/es/components/select/index.d.ts +65 -65
- package/es/components/select/src/select.vue.d.ts +65 -65
- package/es/components/select/src/useSelect.d.ts +63 -63
- package/es/components/select-v2/index.d.ts +130 -130
- package/es/components/select-v2/src/select.vue.d.ts +65 -65
- package/es/components/select-v2/src/useSelect.d.ts +63 -63
- package/es/components/skeleton/index.d.ts +9 -9
- package/es/components/skeleton/index.mjs +2 -2
- 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.mjs +49 -22
- package/es/components/skeleton/src/skeleton.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton2.mjs +22 -49
- package/es/components/skeleton/src/skeleton2.mjs.map +1 -1
- package/es/components/slider/index.d.ts +178 -178
- package/es/components/slider/index.mjs +2 -2
- package/es/components/slider/src/button.mjs +93 -21
- package/es/components/slider/src/button.mjs.map +1 -1
- package/es/components/slider/src/button.vue.d.ts +32 -32
- package/es/components/slider/src/button2.mjs +21 -93
- package/es/components/slider/src/button2.mjs.map +1 -1
- package/es/components/slider/src/composables/use-slide.d.ts +128 -128
- package/es/components/slider/src/slider.mjs +91 -233
- package/es/components/slider/src/slider.mjs.map +1 -1
- package/es/components/slider/src/slider.vue.d.ts +178 -178
- package/es/components/slider/src/slider2.mjs +233 -91
- package/es/components/slider/src/slider2.mjs.map +1 -1
- package/es/components/space/index.d.ts +2 -2
- package/es/components/space/src/space.d.ts +2 -2
- package/es/components/steps/index.d.ts +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 +2 -2
- package/es/components/table/src/filter-panel.vue.d.ts +63 -63
- package/es/components/table/src/table.vue.d.ts +2 -2
- package/es/components/table/src/util.d.ts +9 -9
- package/es/components/tabs/index.mjs +1 -1
- package/es/components/tabs/src/tab-bar.mjs +7 -81
- package/es/components/tabs/src/tab-bar.mjs.map +1 -1
- package/es/components/tabs/src/tab-bar2.mjs +81 -7
- package/es/components/tabs/src/tab-bar2.mjs.map +1 -1
- package/es/components/tabs/src/tab-nav.mjs +1 -1
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/src/common/picker.vue.d.ts +102 -102
- package/es/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
- package/es/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
- package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
- package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
- package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
- package/es/components/time-picker/src/time-picker.d.ts +1 -1
- package/es/components/time-select/index.d.ts +268 -268
- package/es/components/time-select/src/time-select.vue.d.ts +134 -134
- package/es/components/tooltip/index.d.ts +32 -32
- package/es/components/tooltip/index.mjs +3 -3
- package/es/components/tooltip/src/content.d.ts +1 -1
- package/es/components/tooltip/src/content.mjs +1 -1
- package/es/components/tooltip/src/content.vue.d.ts +12 -12
- 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 +170 -31
- package/es/components/tooltip/src/tooltip.mjs.map +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +32 -32
- package/es/components/tooltip/src/tooltip2.mjs +31 -170
- package/es/components/tooltip/src/tooltip2.mjs.map +1 -1
- package/es/components/tooltip/src/trigger.mjs +16 -74
- 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 +74 -16
- 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 +3 -3
- package/es/components/tooltip-v2/src/arrow.vue.d.ts +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/root.mjs +81 -17
- package/es/components/tooltip-v2/src/root.mjs.map +1 -1
- package/es/components/tooltip-v2/src/root2.mjs +17 -81
- package/es/components/tooltip-v2/src/root2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/es/components/tooltip-v2/src/tooltip.mjs +73 -20
- package/es/components/tooltip-v2/src/tooltip.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/es/components/tooltip-v2/src/tooltip2.mjs +20 -73
- package/es/components/tooltip-v2/src/tooltip2.mjs.map +1 -1
- package/es/components/transfer/index.d.ts +62 -62
- package/es/components/transfer/src/composables/use-check.mjs +1 -1
- package/es/components/transfer/src/transfer-panel.mjs +19 -131
- package/es/components/transfer/src/transfer-panel.mjs.map +1 -1
- package/es/components/transfer/src/transfer-panel.vue.d.ts +12 -12
- package/es/components/transfer/src/transfer-panel2.mjs +131 -19
- package/es/components/transfer/src/transfer-panel2.mjs.map +1 -1
- package/es/components/transfer/src/transfer.mjs +1 -1
- package/es/components/transfer/src/transfer.vue.d.ts +62 -62
- 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.vue.d.ts +2 -2
- package/es/components/tree-v2/index.d.ts +8 -8
- package/es/components/tree-v2/src/tree-node.vue.d.ts +6 -6
- package/es/components/tree-v2/src/tree.vue.d.ts +8 -8
- package/es/components/upload/index.d.ts +5 -5
- package/es/components/upload/src/upload-content.vue.d.ts +1 -1
- package/es/components/upload/src/upload.vue.d.ts +5 -5
- 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/index.mjs +36 -36
- 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 +27 -117
- 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 +117 -27
- package/lib/components/affix/src/affix2.js.map +1 -1
- package/lib/components/autocomplete/index.d.ts +116 -116
- package/lib/components/autocomplete/src/autocomplete.vue.d.ts +116 -116
- package/lib/components/avatar/index.js +2 -2
- package/lib/components/avatar/src/avatar.js +33 -67
- package/lib/components/avatar/src/avatar.js.map +1 -1
- package/lib/components/avatar/src/avatar2.js +67 -33
- package/lib/components/avatar/src/avatar2.js.map +1 -1
- package/lib/components/backtop/index.js +2 -2
- package/lib/components/backtop/src/backtop.js +54 -22
- package/lib/components/backtop/src/backtop.js.map +1 -1
- package/lib/components/backtop/src/backtop2.js +22 -54
- package/lib/components/backtop/src/backtop2.js.map +1 -1
- package/lib/components/button/index.js +2 -2
- package/lib/components/button/src/button-group2.js +1 -1
- package/lib/components/button/src/button.js +78 -57
- package/lib/components/button/src/button.js.map +1 -1
- package/lib/components/button/src/button2.js +57 -78
- 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 +131 -19
- package/lib/components/calendar/src/calendar.js.map +1 -1
- package/lib/components/calendar/src/calendar2.js +19 -131
- package/lib/components/calendar/src/calendar2.js.map +1 -1
- package/lib/components/calendar/src/date-table.js +37 -87
- package/lib/components/calendar/src/date-table.js.map +1 -1
- package/lib/components/calendar/src/date-table2.js +87 -37
- package/lib/components/calendar/src/date-table2.js.map +1 -1
- package/lib/components/calendar/src/use-date-table.js +1 -1
- package/lib/components/carousel/index.d.ts +2 -2
- package/lib/components/carousel/index.js +2 -2
- package/lib/components/carousel/src/carousel-item.js +63 -8
- package/lib/components/carousel/src/carousel-item.js.map +1 -1
- package/lib/components/carousel/src/carousel-item2.js +8 -63
- package/lib/components/carousel/src/carousel-item2.js.map +1 -1
- package/lib/components/carousel/src/carousel.vue.d.ts +2 -2
- package/lib/components/cascader/index.d.ts +168 -168
- package/lib/components/cascader/src/index.vue.d.ts +84 -84
- 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/checkbox/index.d.ts +10 -10
- package/lib/components/checkbox/index.js +2 -2
- package/lib/components/checkbox/src/checkbox-button.js +1 -1
- package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox.js +55 -117
- package/lib/components/checkbox/src/checkbox.js.map +1 -1
- package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox2.js +117 -55
- package/lib/components/checkbox/src/checkbox2.js.map +1 -1
- package/lib/components/col/index.js +2 -2
- package/lib/components/col/src/col.js +66 -43
- package/lib/components/col/src/col.js.map +1 -1
- package/lib/components/col/src/col2.js +43 -66
- package/lib/components/col/src/col2.js.map +1 -1
- package/lib/components/collapse/index.d.ts +2 -2
- package/lib/components/collapse/src/collapse.vue.d.ts +2 -2
- package/lib/components/color-picker/index.d.ts +157 -151
- package/lib/components/color-picker/src/color-picker.d.ts +1 -0
- package/lib/components/color-picker/src/color-picker.js +4 -0
- package/lib/components/color-picker/src/color-picker.js.map +1 -1
- package/lib/components/color-picker/src/color-picker.vue.d.ts +157 -151
- package/lib/components/color-picker/src/color-picker2.js +9 -2
- package/lib/components/color-picker/src/color-picker2.js.map +1 -1
- package/lib/components/color-picker/src/components/alpha-slider.vue.d.ts +16 -16
- 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 +38 -38
- package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +36 -36
- 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 +81 -81
- 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 +25 -110
- package/lib/components/descriptions/src/description.js.map +1 -1
- package/lib/components/descriptions/src/description.vue.d.ts +1 -1
- package/lib/components/descriptions/src/description2.js +110 -25
- package/lib/components/descriptions/src/description2.js.map +1 -1
- package/lib/components/dialog/index.d.ts +2 -2
- package/lib/components/dialog/index.js +2 -2
- package/lib/components/dialog/src/dialog.js +170 -71
- package/lib/components/dialog/src/dialog.js.map +1 -1
- package/lib/components/dialog/src/dialog.vue.d.ts +2 -2
- package/lib/components/dialog/src/dialog2.js +71 -170
- package/lib/components/dialog/src/dialog2.js.map +1 -1
- package/lib/components/divider/index.js +2 -2
- package/lib/components/divider/src/divider.js +17 -35
- package/lib/components/divider/src/divider.js.map +1 -1
- package/lib/components/divider/src/divider2.js +35 -17
- package/lib/components/divider/src/divider2.js.map +1 -1
- package/lib/components/drawer/index.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 +64 -64
- package/lib/components/dropdown/src/dropdown.js +1 -1
- package/lib/components/dropdown/src/dropdown.vue.d.ts +64 -64
- package/lib/components/empty/index.d.ts +1 -1
- package/lib/components/empty/index.js +2 -2
- package/lib/components/empty/src/empty.js +56 -11
- package/lib/components/empty/src/empty.js.map +1 -1
- package/lib/components/empty/src/empty.vue.d.ts +1 -1
- package/lib/components/empty/src/empty2.js +11 -56
- package/lib/components/empty/src/empty2.js.map +1 -1
- package/lib/components/form/index.js +4 -4
- package/lib/components/form/src/form-item.js +320 -44
- package/lib/components/form/src/form-item.js.map +1 -1
- package/lib/components/form/src/form-item2.js +44 -320
- package/lib/components/form/src/form-item2.js.map +1 -1
- package/lib/components/form/src/form.js +149 -53
- package/lib/components/form/src/form.js.map +1 -1
- package/lib/components/form/src/form2.js +53 -149
- package/lib/components/form/src/form2.js.map +1 -1
- package/lib/components/icon/index.js +2 -2
- package/lib/components/icon/src/icon.js +36 -8
- package/lib/components/icon/src/icon.js.map +1 -1
- package/lib/components/icon/src/icon2.js +8 -36
- package/lib/components/icon/src/icon2.js.map +1 -1
- package/lib/components/image/index.d.ts +7 -7
- package/lib/components/image/src/image.d.ts +1 -1
- package/lib/components/image/src/image.vue.d.ts +7 -7
- package/lib/components/image-viewer/index.d.ts +1 -1
- package/lib/components/image-viewer/index.js +2 -2
- package/lib/components/image-viewer/src/image-viewer.js +405 -36
- package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
- package/lib/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
- package/lib/components/image-viewer/src/image-viewer2.js +36 -405
- package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
- package/lib/components/index.js +36 -36
- package/lib/components/input/index.d.ts +4 -4
- package/lib/components/input/src/input.vue.d.ts +4 -4
- package/lib/components/input-number/index.d.ts +16 -16
- package/lib/components/input-number/index.js +2 -2
- package/lib/components/input-number/src/input-number.js +299 -62
- package/lib/components/input-number/src/input-number.js.map +1 -1
- package/lib/components/input-number/src/input-number.vue.d.ts +16 -16
- package/lib/components/input-number/src/input-number2.js +62 -299
- package/lib/components/input-number/src/input-number2.js.map +1 -1
- package/lib/components/link/index.js +2 -2
- package/lib/components/link/src/link.js +22 -49
- package/lib/components/link/src/link.js.map +1 -1
- package/lib/components/link/src/link2.js +49 -22
- package/lib/components/link/src/link2.js.map +1 -1
- package/lib/components/loading/index.d.ts +1 -1
- package/lib/components/menu/index.d.ts +1 -1
- package/lib/components/menu/index.js +2 -2
- package/lib/components/menu/src/menu-item-group.js +35 -4
- package/lib/components/menu/src/menu-item-group.js.map +1 -1
- package/lib/components/menu/src/menu-item-group2.js +4 -35
- package/lib/components/menu/src/menu-item-group2.js.map +1 -1
- package/lib/components/menu/src/menu-item2.js +1 -1
- package/lib/components/menu/src/menu.d.ts +1 -1
- package/lib/components/message/index.js +1 -1
- package/lib/components/message/src/message.js +144 -87
- package/lib/components/message/src/message.js.map +1 -1
- package/lib/components/message/src/message2.js +87 -144
- package/lib/components/message/src/message2.js.map +1 -1
- package/lib/components/message/src/method.js +2 -2
- package/lib/components/notification/index.js +1 -1
- package/lib/components/notification/src/notification.js +144 -70
- package/lib/components/notification/src/notification.js.map +1 -1
- package/lib/components/notification/src/notification.vue.d.ts +1 -1
- package/lib/components/notification/src/notification2.js +70 -144
- package/lib/components/notification/src/notification2.js.map +1 -1
- package/lib/components/notification/src/notify.js +2 -2
- package/lib/components/page-header/index.js +2 -2
- package/lib/components/page-header/src/page-header.js +18 -102
- package/lib/components/page-header/src/page-header.js.map +1 -1
- package/lib/components/page-header/src/page-header2.js +102 -18
- package/lib/components/page-header/src/page-header2.js.map +1 -1
- package/lib/components/pagination/src/components/jumper.js +9 -59
- package/lib/components/pagination/src/components/jumper.js.map +1 -1
- package/lib/components/pagination/src/components/jumper.vue.d.ts +4 -4
- package/lib/components/pagination/src/components/jumper2.js +59 -9
- package/lib/components/pagination/src/components/jumper2.js.map +1 -1
- package/lib/components/pagination/src/components/next.js +34 -19
- package/lib/components/pagination/src/components/next.js.map +1 -1
- package/lib/components/pagination/src/components/next2.js +19 -34
- package/lib/components/pagination/src/components/next2.js.map +1 -1
- package/lib/components/pagination/src/components/pager.js +17 -207
- package/lib/components/pagination/src/components/pager.js.map +1 -1
- package/lib/components/pagination/src/components/pager2.js +207 -17
- package/lib/components/pagination/src/components/pager2.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.js +22 -68
- package/lib/components/pagination/src/components/sizes.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.vue.d.ts +65 -65
- package/lib/components/pagination/src/components/sizes2.js +68 -22
- package/lib/components/pagination/src/components/sizes2.js.map +1 -1
- package/lib/components/pagination/src/pagination.js +4 -4
- package/lib/components/popconfirm/index.d.ts +96 -96
- package/lib/components/popconfirm/index.js +2 -2
- package/lib/components/popconfirm/src/popconfirm.js +111 -49
- package/lib/components/popconfirm/src/popconfirm.js.map +1 -1
- package/lib/components/popconfirm/src/popconfirm.vue.d.ts +96 -96
- package/lib/components/popconfirm/src/popconfirm2.js +49 -111
- package/lib/components/popconfirm/src/popconfirm2.js.map +1 -1
- package/lib/components/popover/index.d.ts +105 -105
- package/lib/components/popover/index.js +2 -2
- package/lib/components/popover/src/popover.js +67 -111
- package/lib/components/popover/src/popover.js.map +1 -1
- package/lib/components/popover/src/popover.vue.d.ts +105 -105
- package/lib/components/popover/src/popover2.js +111 -67
- 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 +6 -6
- package/lib/components/popper/src/content.d.ts +4 -4
- package/lib/components/popper/src/content.js +99 -212
- package/lib/components/popper/src/content.js.map +1 -1
- package/lib/components/popper/src/content.vue.d.ts +4 -4
- package/lib/components/popper/src/content2.js +212 -99
- package/lib/components/popper/src/content2.js.map +1 -1
- package/lib/components/popper/src/popper.d.ts +2 -2
- package/lib/components/popper/src/popper.js +33 -28
- package/lib/components/popper/src/popper.js.map +1 -1
- package/lib/components/popper/src/popper.vue.d.ts +5 -5
- package/lib/components/popper/src/popper2.js +28 -33
- package/lib/components/popper/src/popper2.js.map +1 -1
- package/lib/components/popper/src/trigger.js +32 -120
- package/lib/components/popper/src/trigger.js.map +1 -1
- package/lib/components/popper/src/trigger.vue.d.ts +1 -1
- package/lib/components/popper/src/trigger2.js +120 -32
- package/lib/components/popper/src/trigger2.js.map +1 -1
- package/lib/components/popper/src/utils.d.ts +1 -1
- package/lib/components/radio/index.d.ts +6 -6
- package/lib/components/radio/src/radio-group.vue.d.ts +2 -2
- package/lib/components/radio/src/radio.vue.d.ts +2 -2
- package/lib/components/rate/index.d.ts +2 -2
- package/lib/components/rate/index.js +2 -2
- package/lib/components/rate/src/rate.js +255 -98
- 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 +98 -255
- package/lib/components/rate/src/rate2.js.map +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group-impl.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 +1 -1
- package/lib/components/scrollbar/src/bar.js +17 -42
- package/lib/components/scrollbar/src/bar.js.map +1 -1
- package/lib/components/scrollbar/src/bar2.js +42 -17
- package/lib/components/scrollbar/src/bar2.js.map +1 -1
- package/lib/components/scrollbar/src/scrollbar.js +1 -1
- package/lib/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/lib/components/scrollbar/src/thumb.js +131 -11
- package/lib/components/scrollbar/src/thumb.js.map +1 -1
- package/lib/components/scrollbar/src/thumb2.js +11 -131
- package/lib/components/scrollbar/src/thumb2.js.map +1 -1
- package/lib/components/select/index.d.ts +65 -65
- package/lib/components/select/src/select.vue.d.ts +65 -65
- package/lib/components/select/src/useSelect.d.ts +63 -63
- package/lib/components/select-v2/index.d.ts +130 -130
- package/lib/components/select-v2/src/select.vue.d.ts +65 -65
- package/lib/components/select-v2/src/useSelect.d.ts +63 -63
- package/lib/components/skeleton/index.d.ts +9 -9
- package/lib/components/skeleton/index.js +2 -2
- 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.js +49 -22
- package/lib/components/skeleton/src/skeleton.js.map +1 -1
- package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton2.js +22 -49
- package/lib/components/skeleton/src/skeleton2.js.map +1 -1
- package/lib/components/slider/index.d.ts +178 -178
- package/lib/components/slider/index.js +2 -2
- package/lib/components/slider/src/button.js +93 -22
- package/lib/components/slider/src/button.js.map +1 -1
- package/lib/components/slider/src/button.vue.d.ts +32 -32
- package/lib/components/slider/src/button2.js +22 -93
- package/lib/components/slider/src/button2.js.map +1 -1
- package/lib/components/slider/src/composables/use-slide.d.ts +128 -128
- package/lib/components/slider/src/slider.js +92 -233
- package/lib/components/slider/src/slider.js.map +1 -1
- package/lib/components/slider/src/slider.vue.d.ts +178 -178
- package/lib/components/slider/src/slider2.js +233 -92
- package/lib/components/slider/src/slider2.js.map +1 -1
- package/lib/components/space/index.d.ts +2 -2
- package/lib/components/space/src/space.d.ts +2 -2
- package/lib/components/steps/index.d.ts +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 +2 -2
- package/lib/components/table/src/filter-panel.vue.d.ts +63 -63
- package/lib/components/table/src/table.vue.d.ts +2 -2
- package/lib/components/table/src/util.d.ts +9 -9
- package/lib/components/tabs/index.js +1 -1
- package/lib/components/tabs/src/tab-bar.js +7 -81
- package/lib/components/tabs/src/tab-bar.js.map +1 -1
- package/lib/components/tabs/src/tab-bar2.js +81 -7
- package/lib/components/tabs/src/tab-bar2.js.map +1 -1
- package/lib/components/tabs/src/tab-nav.js +1 -1
- package/lib/components/time-picker/index.d.ts +2 -2
- package/lib/components/time-picker/src/common/picker.vue.d.ts +102 -102
- package/lib/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
- package/lib/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
- package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
- package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
- package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
- package/lib/components/time-picker/src/time-picker.d.ts +1 -1
- package/lib/components/time-select/index.d.ts +268 -268
- package/lib/components/time-select/src/time-select.vue.d.ts +134 -134
- package/lib/components/tooltip/index.d.ts +32 -32
- package/lib/components/tooltip/index.js +3 -3
- package/lib/components/tooltip/src/content.d.ts +1 -1
- package/lib/components/tooltip/src/content.js +1 -1
- package/lib/components/tooltip/src/content.vue.d.ts +12 -12
- 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 +169 -34
- package/lib/components/tooltip/src/tooltip.js.map +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +32 -32
- package/lib/components/tooltip/src/tooltip2.js +34 -169
- package/lib/components/tooltip/src/tooltip2.js.map +1 -1
- package/lib/components/tooltip/src/trigger.js +16 -74
- 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 +74 -16
- 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 +3 -3
- package/lib/components/tooltip-v2/src/arrow.vue.d.ts +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/root.js +81 -17
- package/lib/components/tooltip-v2/src/root.js.map +1 -1
- package/lib/components/tooltip-v2/src/root2.js +17 -81
- package/lib/components/tooltip-v2/src/root2.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip-v2/src/tooltip.js +73 -20
- package/lib/components/tooltip-v2/src/tooltip.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/lib/components/tooltip-v2/src/tooltip2.js +20 -73
- package/lib/components/tooltip-v2/src/tooltip2.js.map +1 -1
- package/lib/components/transfer/index.d.ts +62 -62
- package/lib/components/transfer/src/composables/use-check.js +1 -1
- package/lib/components/transfer/src/transfer-panel.js +21 -131
- package/lib/components/transfer/src/transfer-panel.js.map +1 -1
- package/lib/components/transfer/src/transfer-panel.vue.d.ts +12 -12
- package/lib/components/transfer/src/transfer-panel2.js +131 -21
- package/lib/components/transfer/src/transfer-panel2.js.map +1 -1
- package/lib/components/transfer/src/transfer.js +1 -1
- package/lib/components/transfer/src/transfer.vue.d.ts +62 -62
- 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.vue.d.ts +2 -2
- package/lib/components/tree-v2/index.d.ts +8 -8
- package/lib/components/tree-v2/src/tree-node.vue.d.ts +6 -6
- package/lib/components/tree-v2/src/tree.vue.d.ts +8 -8
- package/lib/components/upload/index.d.ts +5 -5
- package/lib/components/upload/src/upload-content.vue.d.ts +1 -1
- package/lib/components/upload/src/upload.vue.d.ts +5 -5
- 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/index.js +36 -36
- 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-color-picker.css +1 -1
- package/theme-chalk/el-dropdown.css +1 -1
- package/theme-chalk/el-radio.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/checkbox.scss +76 -1
- package/theme-chalk/src/color-picker.scss +53 -4
- package/theme-chalk/src/dropdown.scss +2 -3
- package/theme-chalk/src/radio.scss +61 -26
|
@@ -13,6 +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<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
16
17
|
readonly triggerWidth: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 50, boolean>;
|
|
17
18
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
18
19
|
readonly predefine: {
|
|
@@ -38,6 +39,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
38
39
|
readonly popperClass: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
39
40
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
40
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<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
41
43
|
readonly triggerWidth: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 50, boolean>;
|
|
42
44
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
43
45
|
readonly predefine: {
|
|
@@ -48,8 +50,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
48
50
|
};
|
|
49
51
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
50
52
|
}>> & {
|
|
51
|
-
onChange?: ((val: string | null) => any) | undefined;
|
|
52
53
|
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
54
|
+
onChange?: ((val: string | null) => any) | undefined;
|
|
53
55
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
54
56
|
}>>;
|
|
55
57
|
emit: ((event: "update:modelValue", val: string | null) => void) & ((event: "change", val: string | null) => void) & ((event: "activeChange", val: string | null) => void);
|
|
@@ -432,8 +434,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
432
434
|
};
|
|
433
435
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
434
436
|
}>> & {
|
|
435
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
436
437
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
438
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
437
439
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
438
440
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
439
441
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -556,12 +558,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
556
558
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
557
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>;
|
|
558
560
|
}>> & {
|
|
559
|
-
onChange?: ((value: string) => any) | undefined;
|
|
560
561
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
562
|
+
onChange?: ((value: string) => any) | undefined;
|
|
563
|
+
onClear?: (() => any) | undefined;
|
|
561
564
|
onInput?: ((value: string) => any) | undefined;
|
|
562
565
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
563
566
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
564
|
-
onClear?: (() => any) | undefined;
|
|
565
567
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
566
568
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
567
569
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -660,12 +662,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
660
662
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
661
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>;
|
|
662
664
|
}>> & {
|
|
663
|
-
onChange?: ((value: string) => any) | undefined;
|
|
664
665
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
666
|
+
onChange?: ((value: string) => any) | undefined;
|
|
667
|
+
onClear?: (() => any) | undefined;
|
|
665
668
|
onInput?: ((value: string) => any) | undefined;
|
|
666
669
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
667
670
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
668
|
-
onClear?: (() => any) | undefined;
|
|
669
671
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
670
672
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
671
673
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -751,12 +753,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
751
753
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
752
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>;
|
|
753
755
|
}>> & {
|
|
754
|
-
onChange?: ((value: string) => any) | undefined;
|
|
755
756
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
757
|
+
onChange?: ((value: string) => any) | undefined;
|
|
758
|
+
onClear?: (() => any) | undefined;
|
|
756
759
|
onInput?: ((value: string) => any) | undefined;
|
|
757
760
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
758
761
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
759
|
-
onClear?: (() => any) | undefined;
|
|
760
762
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
761
763
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
762
764
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1055,12 +1057,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
1055
1057
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1056
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>;
|
|
1057
1059
|
}>> & {
|
|
1058
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1059
1060
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1061
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1062
|
+
onClear?: (() => any) | undefined;
|
|
1060
1063
|
onInput?: ((value: string) => any) | undefined;
|
|
1061
1064
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1062
1065
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1063
|
-
onClear?: (() => any) | undefined;
|
|
1064
1066
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1065
1067
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1066
1068
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1146,12 +1148,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
1146
1148
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1147
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>;
|
|
1148
1150
|
}>> & {
|
|
1149
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1150
1151
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1152
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1153
|
+
onClear?: (() => any) | undefined;
|
|
1151
1154
|
onInput?: ((value: string) => any) | undefined;
|
|
1152
1155
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1153
1156
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1154
|
-
onClear?: (() => any) | undefined;
|
|
1155
1157
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1156
1158
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1157
1159
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1504,12 +1506,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
1504
1506
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1505
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>;
|
|
1506
1508
|
}>> & {
|
|
1507
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1508
1509
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1510
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1511
|
+
onClear?: (() => any) | undefined;
|
|
1509
1512
|
onInput?: ((value: string) => any) | undefined;
|
|
1510
1513
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1511
1514
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1512
|
-
onClear?: (() => any) | undefined;
|
|
1513
1515
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1514
1516
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1515
1517
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1771,12 +1773,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
1771
1773
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1772
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>;
|
|
1773
1775
|
}>> & {
|
|
1774
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1775
1776
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1777
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1778
|
+
onClear?: (() => any) | undefined;
|
|
1776
1779
|
onInput?: ((value: string) => any) | undefined;
|
|
1777
1780
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1778
1781
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1779
|
-
onClear?: (() => any) | undefined;
|
|
1780
1782
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1781
1783
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1782
1784
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1905,8 +1907,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
1905
1907
|
};
|
|
1906
1908
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1907
1909
|
}>> & {
|
|
1908
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1909
1910
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1911
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1910
1912
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
1911
1913
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
1912
1914
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -2047,8 +2049,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2047
2049
|
};
|
|
2048
2050
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2049
2051
|
}>> & {
|
|
2050
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
2051
2052
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
2053
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
2052
2054
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
2053
2055
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
2054
2056
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -2171,12 +2173,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2171
2173
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2172
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>;
|
|
2173
2175
|
}>> & {
|
|
2174
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2175
2176
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2177
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2178
|
+
onClear?: (() => any) | undefined;
|
|
2176
2179
|
onInput?: ((value: string) => any) | undefined;
|
|
2177
2180
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2178
2181
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2179
|
-
onClear?: (() => any) | undefined;
|
|
2180
2182
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2181
2183
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2182
2184
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2275,12 +2277,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2275
2277
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2276
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>;
|
|
2277
2279
|
}>> & {
|
|
2278
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2279
2280
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2281
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2282
|
+
onClear?: (() => any) | undefined;
|
|
2280
2283
|
onInput?: ((value: string) => any) | undefined;
|
|
2281
2284
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2282
2285
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2283
|
-
onClear?: (() => any) | undefined;
|
|
2284
2286
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2285
2287
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2286
2288
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2366,12 +2368,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2366
2368
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2367
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>;
|
|
2368
2370
|
}>> & {
|
|
2369
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2370
2371
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2372
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2373
|
+
onClear?: (() => any) | undefined;
|
|
2371
2374
|
onInput?: ((value: string) => any) | undefined;
|
|
2372
2375
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2373
2376
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2374
|
-
onClear?: (() => any) | undefined;
|
|
2375
2377
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2376
2378
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2377
2379
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2670,12 +2672,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2670
2672
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2671
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>;
|
|
2672
2674
|
}>> & {
|
|
2673
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2674
2675
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2676
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2677
|
+
onClear?: (() => any) | undefined;
|
|
2675
2678
|
onInput?: ((value: string) => any) | undefined;
|
|
2676
2679
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2677
2680
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2678
|
-
onClear?: (() => any) | undefined;
|
|
2679
2681
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2680
2682
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2681
2683
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2761,12 +2763,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2761
2763
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2762
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>;
|
|
2763
2765
|
}>> & {
|
|
2764
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2765
2766
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2767
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2768
|
+
onClear?: (() => any) | undefined;
|
|
2766
2769
|
onInput?: ((value: string) => any) | undefined;
|
|
2767
2770
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2768
2771
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2769
|
-
onClear?: (() => any) | undefined;
|
|
2770
2772
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2771
2773
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2772
2774
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -3119,12 +3121,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3119
3121
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3120
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>;
|
|
3121
3123
|
}>> & {
|
|
3122
|
-
onChange?: ((value: string) => any) | undefined;
|
|
3123
3124
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3125
|
+
onChange?: ((value: string) => any) | undefined;
|
|
3126
|
+
onClear?: (() => any) | undefined;
|
|
3124
3127
|
onInput?: ((value: string) => any) | undefined;
|
|
3125
3128
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3126
3129
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
3127
|
-
onClear?: (() => any) | undefined;
|
|
3128
3130
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
3129
3131
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
3130
3132
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -3386,12 +3388,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3386
3388
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3387
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>;
|
|
3388
3390
|
}>> & {
|
|
3389
|
-
onChange?: ((value: string) => any) | undefined;
|
|
3390
3391
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3392
|
+
onChange?: ((value: string) => any) | undefined;
|
|
3393
|
+
onClear?: (() => any) | undefined;
|
|
3391
3394
|
onInput?: ((value: string) => any) | undefined;
|
|
3392
3395
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3393
3396
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
3394
|
-
onClear?: (() => any) | undefined;
|
|
3395
3397
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
3396
3398
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
3397
3399
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -3520,8 +3522,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3520
3522
|
};
|
|
3521
3523
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3522
3524
|
}>> & {
|
|
3523
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
3524
3525
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
3526
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
3525
3527
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
3526
3528
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
3527
3529
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -3547,15 +3549,18 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3547
3549
|
disabled: boolean;
|
|
3548
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>;
|
|
3549
3551
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3550
|
-
offset: number;
|
|
3551
|
-
effect: string;
|
|
3552
3552
|
showAfter: number;
|
|
3553
3553
|
hideAfter: number;
|
|
3554
|
+
open: boolean;
|
|
3555
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3556
|
+
offset: number;
|
|
3557
|
+
content: string;
|
|
3558
|
+
transition: string;
|
|
3559
|
+
effect: string;
|
|
3554
3560
|
boundariesPadding: number;
|
|
3555
3561
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3556
3562
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3557
3563
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3558
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3559
3564
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3560
3565
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3561
3566
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3564,13 +3569,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3564
3569
|
pure: boolean;
|
|
3565
3570
|
virtualTriggering: boolean;
|
|
3566
3571
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3567
|
-
content: string;
|
|
3568
3572
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3569
|
-
transition: string;
|
|
3570
3573
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3571
3574
|
persistent: boolean;
|
|
3572
|
-
|
|
3573
|
-
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
3575
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
3574
3576
|
triggerKeys: string[];
|
|
3575
3577
|
arrowOffset: number;
|
|
3576
3578
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3880,7 +3882,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3880
3882
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
3881
3883
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3882
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>;
|
|
3883
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3885
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
3884
3886
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3885
3887
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3886
3888
|
"onUpdate:visible": {
|
|
@@ -3889,10 +3891,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3889
3891
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3890
3892
|
__epPropKey: true;
|
|
3891
3893
|
};
|
|
3892
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3894
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
3893
3895
|
}>> & {
|
|
3894
3896
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3895
|
-
} & 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" | "showAfter" | "hideAfter" | "open" | "strategy" | "offset" | "content" | "transition" | "effect" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "visible" | "pure" | "virtualTriggering" | "appendTo" | "rawContent" | "teleported" | "persistent" | "role" | "triggerKeys" | "arrowOffset" | "showArrow">;
|
|
3896
3898
|
$attrs: {
|
|
3897
3899
|
[x: string]: unknown;
|
|
3898
3900
|
};
|
|
@@ -4212,7 +4214,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4212
4214
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
4213
4215
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4214
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>;
|
|
4215
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4217
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
4216
4218
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4217
4219
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4218
4220
|
"onUpdate:visible": {
|
|
@@ -4221,7 +4223,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4221
4223
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4222
4224
|
__epPropKey: true;
|
|
4223
4225
|
};
|
|
4224
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4226
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4225
4227
|
}>> & {
|
|
4226
4228
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4227
4229
|
}, {
|
|
@@ -4531,7 +4533,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4531
4533
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
4532
4534
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4533
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>;
|
|
4534
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4536
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
4535
4537
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4536
4538
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4537
4539
|
"onUpdate:visible": {
|
|
@@ -4540,7 +4542,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4540
4542
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4541
4543
|
__epPropKey: true;
|
|
4542
4544
|
};
|
|
4543
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4545
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4544
4546
|
}>> & {
|
|
4545
4547
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4546
4548
|
}>>;
|
|
@@ -4559,10 +4561,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4559
4561
|
controlled: import("vue").ComputedRef<boolean>;
|
|
4560
4562
|
isFocusInsideContent: () => boolean | undefined;
|
|
4561
4563
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4562
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4564
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4563
4565
|
}, {
|
|
4564
4566
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4565
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4567
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4566
4568
|
}>> & {
|
|
4567
4569
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4568
4570
|
}>>;
|
|
@@ -4570,12 +4572,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4570
4572
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4571
4573
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4572
4574
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4573
|
-
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, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
4574
4576
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
4575
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<{
|
|
4576
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4578
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4577
4579
|
}>>, {
|
|
4578
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4580
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
4579
4581
|
}>> & Record<string, any>;
|
|
4580
4582
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
4581
4583
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -4932,8 +4934,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4932
4934
|
readonly id: StringConstructor;
|
|
4933
4935
|
readonly open: BooleanConstructor;
|
|
4934
4936
|
}>>, {
|
|
4935
|
-
readonly virtualTriggering: boolean;
|
|
4936
4937
|
readonly open: boolean;
|
|
4938
|
+
readonly virtualTriggering: boolean;
|
|
4937
4939
|
}>;
|
|
4938
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<{
|
|
4939
4941
|
readonly disabled: BooleanConstructor;
|
|
@@ -4993,8 +4995,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4993
4995
|
}>>, {
|
|
4994
4996
|
readonly disabled: boolean;
|
|
4995
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>;
|
|
4996
|
-
readonly virtualTriggering: boolean;
|
|
4997
4998
|
readonly open: boolean;
|
|
4999
|
+
readonly virtualTriggering: boolean;
|
|
4998
5000
|
readonly triggerKeys: string[];
|
|
4999
5001
|
}>;
|
|
5000
5002
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -5255,7 +5257,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
5255
5257
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5256
5258
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5257
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>;
|
|
5258
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5260
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5259
5261
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5260
5262
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5261
5263
|
}, {
|
|
@@ -5517,7 +5519,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
5517
5519
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5518
5520
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5519
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>;
|
|
5520
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5522
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5521
5523
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5522
5524
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5523
5525
|
}>> & {
|
|
@@ -5795,7 +5797,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
5795
5797
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5796
5798
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5797
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>;
|
|
5798
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5800
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5799
5801
|
}, {
|
|
5800
5802
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
5801
5803
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -6044,7 +6046,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6044
6046
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6045
6047
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6046
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>;
|
|
6047
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6049
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6048
6050
|
}>> & {
|
|
6049
6051
|
onClose?: (() => any) | undefined;
|
|
6050
6052
|
onFocus?: (() => any) | undefined;
|
|
@@ -6402,7 +6404,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6402
6404
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6403
6405
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6404
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>;
|
|
6405
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6407
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6406
6408
|
}>> & {
|
|
6407
6409
|
onClose?: (() => any) | undefined;
|
|
6408
6410
|
onFocus?: (() => any) | undefined;
|
|
@@ -6411,13 +6413,13 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6411
6413
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6412
6414
|
}, {
|
|
6413
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>;
|
|
6414
6417
|
readonly offset: number;
|
|
6415
6418
|
readonly effect: string;
|
|
6416
6419
|
readonly boundariesPadding: number;
|
|
6417
6420
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6418
6421
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6419
6422
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6420
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6421
6423
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6422
6424
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6423
6425
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6685,20 +6687,22 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6685
6687
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6686
6688
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6687
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>;
|
|
6688
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6690
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6689
6691
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6690
6692
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6691
6693
|
}>>, {
|
|
6692
6694
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6693
|
-
readonly offset: number;
|
|
6694
|
-
readonly effect: string;
|
|
6695
6695
|
readonly showAfter: number;
|
|
6696
6696
|
readonly hideAfter: number;
|
|
6697
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6698
|
+
readonly offset: number;
|
|
6699
|
+
readonly content: string;
|
|
6700
|
+
readonly transition: string;
|
|
6701
|
+
readonly effect: string;
|
|
6697
6702
|
readonly boundariesPadding: number;
|
|
6698
6703
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6699
6704
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6700
6705
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6701
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6702
6706
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6703
6707
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6704
6708
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6707,9 +6711,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6707
6711
|
readonly pure: boolean;
|
|
6708
6712
|
readonly virtualTriggering: boolean;
|
|
6709
6713
|
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>;
|
|
6710
|
-
readonly content: string;
|
|
6711
6714
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6712
|
-
readonly transition: string;
|
|
6713
6715
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6714
6716
|
readonly persistent: boolean;
|
|
6715
6717
|
}>;
|
|
@@ -6717,15 +6719,18 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6717
6719
|
disabled: boolean;
|
|
6718
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>;
|
|
6719
6721
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6720
|
-
offset: number;
|
|
6721
|
-
effect: string;
|
|
6722
6722
|
showAfter: number;
|
|
6723
6723
|
hideAfter: number;
|
|
6724
|
+
open: boolean;
|
|
6725
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6726
|
+
offset: number;
|
|
6727
|
+
content: string;
|
|
6728
|
+
transition: string;
|
|
6729
|
+
effect: string;
|
|
6724
6730
|
boundariesPadding: number;
|
|
6725
6731
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6726
6732
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6727
6733
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6728
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6729
6734
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6730
6735
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6731
6736
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6734,13 +6739,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6734
6739
|
pure: boolean;
|
|
6735
6740
|
virtualTriggering: boolean;
|
|
6736
6741
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6737
|
-
content: string;
|
|
6738
6742
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6739
|
-
transition: string;
|
|
6740
6743
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6741
6744
|
persistent: boolean;
|
|
6742
|
-
|
|
6743
|
-
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
6745
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
6744
6746
|
triggerKeys: string[];
|
|
6745
6747
|
arrowOffset: number;
|
|
6746
6748
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -7070,7 +7072,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7070
7072
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
7071
7073
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7072
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>;
|
|
7073
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7075
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
7074
7076
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7075
7077
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7076
7078
|
"onUpdate:visible": {
|
|
@@ -7079,7 +7081,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7079
7081
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7080
7082
|
__epPropKey: true;
|
|
7081
7083
|
};
|
|
7082
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7084
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7083
7085
|
}>> & {
|
|
7084
7086
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7085
7087
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -7389,7 +7391,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7389
7391
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
7390
7392
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7391
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>;
|
|
7392
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7394
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
7393
7395
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7394
7396
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7395
7397
|
"onUpdate:visible": {
|
|
@@ -7398,7 +7400,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7398
7400
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7399
7401
|
__epPropKey: true;
|
|
7400
7402
|
};
|
|
7401
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7403
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7402
7404
|
}>> & {
|
|
7403
7405
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7404
7406
|
}>>;
|
|
@@ -7417,10 +7419,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7417
7419
|
controlled: import("vue").ComputedRef<boolean>;
|
|
7418
7420
|
isFocusInsideContent: () => boolean | undefined;
|
|
7419
7421
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
7420
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7422
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7421
7423
|
}, {
|
|
7422
7424
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7423
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7425
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7424
7426
|
}>> & {
|
|
7425
7427
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
7426
7428
|
}>>;
|
|
@@ -7428,12 +7430,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7428
7430
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
7429
7431
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7430
7432
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7431
|
-
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, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
7432
7434
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
7433
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<{
|
|
7434
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7436
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7435
7437
|
}>>, {
|
|
7436
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7438
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
7437
7439
|
}>> & Record<string, any>;
|
|
7438
7440
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
7439
7441
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -7790,8 +7792,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7790
7792
|
readonly id: StringConstructor;
|
|
7791
7793
|
readonly open: BooleanConstructor;
|
|
7792
7794
|
}>>, {
|
|
7793
|
-
readonly virtualTriggering: boolean;
|
|
7794
7795
|
readonly open: boolean;
|
|
7796
|
+
readonly virtualTriggering: boolean;
|
|
7795
7797
|
}>;
|
|
7796
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<{
|
|
7797
7799
|
readonly disabled: BooleanConstructor;
|
|
@@ -7851,8 +7853,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7851
7853
|
}>>, {
|
|
7852
7854
|
readonly disabled: boolean;
|
|
7853
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>;
|
|
7854
|
-
readonly virtualTriggering: boolean;
|
|
7855
7856
|
readonly open: boolean;
|
|
7857
|
+
readonly virtualTriggering: boolean;
|
|
7856
7858
|
readonly triggerKeys: string[];
|
|
7857
7859
|
}>;
|
|
7858
7860
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -8113,7 +8115,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
8113
8115
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8114
8116
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8115
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>;
|
|
8116
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8118
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8117
8119
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8118
8120
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8119
8121
|
}, {
|
|
@@ -8375,7 +8377,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
8375
8377
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8376
8378
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8377
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>;
|
|
8378
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8380
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8379
8381
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8380
8382
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8381
8383
|
}>> & {
|
|
@@ -8653,7 +8655,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
8653
8655
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8654
8656
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8655
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>;
|
|
8656
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8658
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8657
8659
|
}, {
|
|
8658
8660
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
8659
8661
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -8902,7 +8904,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
8902
8904
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8903
8905
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8904
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>;
|
|
8905
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8907
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8906
8908
|
}>> & {
|
|
8907
8909
|
onClose?: (() => any) | undefined;
|
|
8908
8910
|
onFocus?: (() => any) | undefined;
|
|
@@ -9260,7 +9262,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9260
9262
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9261
9263
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9262
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>;
|
|
9263
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9265
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
9264
9266
|
}>> & {
|
|
9265
9267
|
onClose?: (() => any) | undefined;
|
|
9266
9268
|
onFocus?: (() => any) | undefined;
|
|
@@ -9269,13 +9271,13 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9269
9271
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9270
9272
|
}, {
|
|
9271
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>;
|
|
9272
9275
|
readonly offset: number;
|
|
9273
9276
|
readonly effect: string;
|
|
9274
9277
|
readonly boundariesPadding: number;
|
|
9275
9278
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9276
9279
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9277
9280
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9278
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9279
9281
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9280
9282
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9281
9283
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9543,20 +9545,22 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9543
9545
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9544
9546
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9545
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>;
|
|
9546
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9548
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
9547
9549
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9548
9550
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9549
9551
|
}>>, {
|
|
9550
9552
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9551
|
-
readonly offset: number;
|
|
9552
|
-
readonly effect: string;
|
|
9553
9553
|
readonly showAfter: number;
|
|
9554
9554
|
readonly hideAfter: number;
|
|
9555
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9556
|
+
readonly offset: number;
|
|
9557
|
+
readonly content: string;
|
|
9558
|
+
readonly transition: string;
|
|
9559
|
+
readonly effect: string;
|
|
9555
9560
|
readonly boundariesPadding: number;
|
|
9556
9561
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9557
9562
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9558
9563
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9559
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9560
9564
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9561
9565
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9562
9566
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9565,9 +9569,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9565
9569
|
readonly pure: boolean;
|
|
9566
9570
|
readonly virtualTriggering: boolean;
|
|
9567
9571
|
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>;
|
|
9568
|
-
readonly content: string;
|
|
9569
9572
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9570
|
-
readonly transition: string;
|
|
9571
9573
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9572
9574
|
readonly persistent: boolean;
|
|
9573
9575
|
}>;
|
|
@@ -9578,6 +9580,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9578
9580
|
showPanelColor: import("vue").Ref<boolean>;
|
|
9579
9581
|
customInput: import("vue").Ref<string>;
|
|
9580
9582
|
displayedColor: import("vue").ComputedRef<string>;
|
|
9583
|
+
computdTriggerWidth: import("vue").ComputedRef<number>;
|
|
9584
|
+
computdTriggeIconWidth: import("vue").ComputedRef<number>;
|
|
9581
9585
|
getEyeDropper: () => void;
|
|
9582
9586
|
colorMode: import("vue").Ref<string>;
|
|
9583
9587
|
currentColor: import("vue").ComputedRef<string>;
|
|
@@ -9628,8 +9632,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9628
9632
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9629
9633
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9630
9634
|
}>> & {
|
|
9631
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9632
9635
|
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9636
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9633
9637
|
}>>;
|
|
9634
9638
|
emit: ((event: "update:modelValue", val: string | number | boolean) => void) & ((event: "change", val: string | number | boolean) => void);
|
|
9635
9639
|
ns: {
|
|
@@ -9676,8 +9680,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9676
9680
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9677
9681
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9678
9682
|
}>> & {
|
|
9679
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9680
9683
|
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9684
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9681
9685
|
}, {
|
|
9682
9686
|
readonly disabled: boolean;
|
|
9683
9687
|
readonly name: string;
|
|
@@ -10130,7 +10134,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10130
10134
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
10131
10135
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10132
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>;
|
|
10133
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10137
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
10134
10138
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10135
10139
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10136
10140
|
"onUpdate:visible": {
|
|
@@ -10139,7 +10143,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10139
10143
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10140
10144
|
__epPropKey: true;
|
|
10141
10145
|
};
|
|
10142
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10146
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10143
10147
|
}, {
|
|
10144
10148
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10145
10149
|
showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -10447,7 +10451,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10447
10451
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
10448
10452
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10449
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>;
|
|
10450
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10454
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
10451
10455
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10452
10456
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10453
10457
|
"onUpdate:visible": {
|
|
@@ -10456,7 +10460,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10456
10460
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10457
10461
|
__epPropKey: true;
|
|
10458
10462
|
};
|
|
10459
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10463
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10460
10464
|
}>> & {
|
|
10461
10465
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10462
10466
|
}>>;
|
|
@@ -10475,10 +10479,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10475
10479
|
controlled: import("vue").ComputedRef<boolean>;
|
|
10476
10480
|
isFocusInsideContent: () => boolean | undefined;
|
|
10477
10481
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
10478
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10482
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10479
10483
|
}, {
|
|
10480
10484
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10481
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10485
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10482
10486
|
}>> & {
|
|
10483
10487
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
10484
10488
|
}>>;
|
|
@@ -10486,12 +10490,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10486
10490
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
10487
10491
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10488
10492
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10489
|
-
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, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
10490
10494
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
10491
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<{
|
|
10492
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10496
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10493
10497
|
}>>, {
|
|
10494
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10498
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
10495
10499
|
}>> & Record<string, any>;
|
|
10496
10500
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
10497
10501
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -10848,8 +10852,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10848
10852
|
readonly id: StringConstructor;
|
|
10849
10853
|
readonly open: BooleanConstructor;
|
|
10850
10854
|
}>>, {
|
|
10851
|
-
readonly virtualTriggering: boolean;
|
|
10852
10855
|
readonly open: boolean;
|
|
10856
|
+
readonly virtualTriggering: boolean;
|
|
10853
10857
|
}>;
|
|
10854
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<{
|
|
10855
10859
|
readonly disabled: BooleanConstructor;
|
|
@@ -10909,8 +10913,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10909
10913
|
}>>, {
|
|
10910
10914
|
readonly disabled: boolean;
|
|
10911
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>;
|
|
10912
|
-
readonly virtualTriggering: boolean;
|
|
10913
10916
|
readonly open: boolean;
|
|
10917
|
+
readonly virtualTriggering: boolean;
|
|
10914
10918
|
readonly triggerKeys: string[];
|
|
10915
10919
|
}>;
|
|
10916
10920
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -11171,7 +11175,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
11171
11175
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11172
11176
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11173
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>;
|
|
11174
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11178
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11175
11179
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11176
11180
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11177
11181
|
}, {
|
|
@@ -11433,7 +11437,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
11433
11437
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11434
11438
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11435
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>;
|
|
11436
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11440
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11437
11441
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11438
11442
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11439
11443
|
}>> & {
|
|
@@ -11711,7 +11715,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
11711
11715
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11712
11716
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11713
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>;
|
|
11714
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11718
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11715
11719
|
}, {
|
|
11716
11720
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
11717
11721
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -11960,7 +11964,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
11960
11964
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11961
11965
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11962
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>;
|
|
11963
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11967
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11964
11968
|
}>> & {
|
|
11965
11969
|
onClose?: (() => any) | undefined;
|
|
11966
11970
|
onFocus?: (() => any) | undefined;
|
|
@@ -12318,7 +12322,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12318
12322
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12319
12323
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12320
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>;
|
|
12321
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12325
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12322
12326
|
}>> & {
|
|
12323
12327
|
onClose?: (() => any) | undefined;
|
|
12324
12328
|
onFocus?: (() => any) | undefined;
|
|
@@ -12327,13 +12331,13 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12327
12331
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12328
12332
|
}, {
|
|
12329
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>;
|
|
12330
12335
|
readonly offset: number;
|
|
12331
12336
|
readonly effect: string;
|
|
12332
12337
|
readonly boundariesPadding: number;
|
|
12333
12338
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12334
12339
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12335
12340
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12336
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12337
12341
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12338
12342
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12339
12343
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12601,20 +12605,22 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12601
12605
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12602
12606
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12603
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>;
|
|
12604
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12608
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12605
12609
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12606
12610
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12607
12611
|
}>>, {
|
|
12608
12612
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12609
|
-
readonly offset: number;
|
|
12610
|
-
readonly effect: string;
|
|
12611
12613
|
readonly showAfter: number;
|
|
12612
12614
|
readonly hideAfter: number;
|
|
12615
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12616
|
+
readonly offset: number;
|
|
12617
|
+
readonly content: string;
|
|
12618
|
+
readonly transition: string;
|
|
12619
|
+
readonly effect: string;
|
|
12613
12620
|
readonly boundariesPadding: number;
|
|
12614
12621
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12615
12622
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12616
12623
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12617
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12618
12624
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12619
12625
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12620
12626
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12623,9 +12629,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12623
12629
|
readonly pure: boolean;
|
|
12624
12630
|
readonly virtualTriggering: boolean;
|
|
12625
12631
|
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>;
|
|
12626
|
-
readonly content: string;
|
|
12627
12632
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12628
|
-
readonly transition: string;
|
|
12629
12633
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12630
12634
|
readonly persistent: boolean;
|
|
12631
12635
|
}>;
|
|
@@ -12935,7 +12939,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12935
12939
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12936
12940
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12937
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>;
|
|
12938
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12942
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12939
12943
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12940
12944
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12941
12945
|
"onUpdate:visible": {
|
|
@@ -12944,22 +12948,25 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12944
12948
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12945
12949
|
__epPropKey: true;
|
|
12946
12950
|
};
|
|
12947
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12951
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
12948
12952
|
}>> & {
|
|
12949
12953
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
12950
12954
|
}, {
|
|
12951
12955
|
disabled: boolean;
|
|
12952
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>;
|
|
12953
12957
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12954
|
-
offset: number;
|
|
12955
|
-
effect: string;
|
|
12956
12958
|
showAfter: number;
|
|
12957
12959
|
hideAfter: number;
|
|
12960
|
+
open: boolean;
|
|
12961
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12962
|
+
offset: number;
|
|
12963
|
+
content: string;
|
|
12964
|
+
transition: string;
|
|
12965
|
+
effect: string;
|
|
12958
12966
|
boundariesPadding: number;
|
|
12959
12967
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12960
12968
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12961
12969
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12962
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12963
12970
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12964
12971
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12965
12972
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12968,13 +12975,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12968
12975
|
pure: boolean;
|
|
12969
12976
|
virtualTriggering: boolean;
|
|
12970
12977
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
12971
|
-
content: string;
|
|
12972
12978
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12973
|
-
transition: string;
|
|
12974
12979
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12975
12980
|
persistent: boolean;
|
|
12976
|
-
|
|
12977
|
-
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
12981
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "tree" | "grid" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
12978
12982
|
triggerKeys: string[];
|
|
12979
12983
|
arrowOffset: number;
|
|
12980
12984
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -13135,12 +13139,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13135
13139
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13136
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>;
|
|
13137
13141
|
}>> & {
|
|
13138
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13139
13142
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13143
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13144
|
+
onClear?: (() => any) | undefined;
|
|
13140
13145
|
onInput?: ((value: string) => any) | undefined;
|
|
13141
13146
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13142
13147
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13143
|
-
onClear?: (() => any) | undefined;
|
|
13144
13148
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13145
13149
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13146
13150
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13402,12 +13406,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13402
13406
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13403
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>;
|
|
13404
13408
|
}>> & {
|
|
13405
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13406
13409
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13410
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13411
|
+
onClear?: (() => any) | undefined;
|
|
13407
13412
|
onInput?: ((value: string) => any) | undefined;
|
|
13408
13413
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13409
13414
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13410
|
-
onClear?: (() => any) | undefined;
|
|
13411
13415
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13412
13416
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13413
13417
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13535,8 +13539,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13535
13539
|
};
|
|
13536
13540
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13537
13541
|
}>> & {
|
|
13538
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
13539
13542
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
13543
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
13540
13544
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
13541
13545
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
13542
13546
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -13659,12 +13663,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13659
13663
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13660
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>;
|
|
13661
13665
|
}>> & {
|
|
13662
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13663
13666
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13667
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13668
|
+
onClear?: (() => any) | undefined;
|
|
13664
13669
|
onInput?: ((value: string) => any) | undefined;
|
|
13665
13670
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13666
13671
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13667
|
-
onClear?: (() => any) | undefined;
|
|
13668
13672
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13669
13673
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13670
13674
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13763,12 +13767,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13763
13767
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13764
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>;
|
|
13765
13769
|
}>> & {
|
|
13766
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13767
13770
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13771
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13772
|
+
onClear?: (() => any) | undefined;
|
|
13768
13773
|
onInput?: ((value: string) => any) | undefined;
|
|
13769
13774
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13770
13775
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13771
|
-
onClear?: (() => any) | undefined;
|
|
13772
13776
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13773
13777
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13774
13778
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13854,12 +13858,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13854
13858
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13855
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>;
|
|
13856
13860
|
}>> & {
|
|
13857
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13858
13861
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13862
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13863
|
+
onClear?: (() => any) | undefined;
|
|
13859
13864
|
onInput?: ((value: string) => any) | undefined;
|
|
13860
13865
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13861
13866
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13862
|
-
onClear?: (() => any) | undefined;
|
|
13863
13867
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13864
13868
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13865
13869
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14158,12 +14162,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
14158
14162
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14159
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>;
|
|
14160
14164
|
}>> & {
|
|
14161
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14162
14165
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14166
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14167
|
+
onClear?: (() => any) | undefined;
|
|
14163
14168
|
onInput?: ((value: string) => any) | undefined;
|
|
14164
14169
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14165
14170
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14166
|
-
onClear?: (() => any) | undefined;
|
|
14167
14171
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14168
14172
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14169
14173
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14249,12 +14253,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
14249
14253
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14250
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>;
|
|
14251
14255
|
}>> & {
|
|
14252
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14253
14256
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14257
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14258
|
+
onClear?: (() => any) | undefined;
|
|
14254
14259
|
onInput?: ((value: string) => any) | undefined;
|
|
14255
14260
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14256
14261
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14257
|
-
onClear?: (() => any) | undefined;
|
|
14258
14262
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14259
14263
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14260
14264
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14607,12 +14611,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
14607
14611
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14608
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>;
|
|
14609
14613
|
}>> & {
|
|
14610
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14611
14614
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14615
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14616
|
+
onClear?: (() => any) | undefined;
|
|
14612
14617
|
onInput?: ((value: string) => any) | undefined;
|
|
14613
14618
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14614
14619
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14615
|
-
onClear?: (() => any) | undefined;
|
|
14616
14620
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14617
14621
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14618
14622
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14874,12 +14878,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
14874
14878
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14875
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>;
|
|
14876
14880
|
}>> & {
|
|
14877
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14878
14881
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14882
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14883
|
+
onClear?: (() => any) | undefined;
|
|
14879
14884
|
onInput?: ((value: string) => any) | undefined;
|
|
14880
14885
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14881
14886
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14882
|
-
onClear?: (() => any) | undefined;
|
|
14883
14887
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14884
14888
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14885
14889
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -15008,8 +15012,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
15008
15012
|
};
|
|
15009
15013
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
15010
15014
|
}>> & {
|
|
15011
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
15012
15015
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
15016
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
15013
15017
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
15014
15018
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
15015
15019
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -15179,6 +15183,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
15179
15183
|
readonly popperClass: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
15180
15184
|
readonly label: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
15181
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<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
15182
15187
|
readonly triggerWidth: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 50, boolean>;
|
|
15183
15188
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
15184
15189
|
readonly predefine: {
|
|
@@ -15189,13 +15194,14 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
15189
15194
|
};
|
|
15190
15195
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
15191
15196
|
}>> & {
|
|
15192
|
-
onChange?: ((val: string | null) => any) | undefined;
|
|
15193
15197
|
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
15198
|
+
onChange?: ((val: string | null) => any) | undefined;
|
|
15194
15199
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
15195
15200
|
}, {
|
|
15196
15201
|
readonly disabled: boolean;
|
|
15197
15202
|
readonly label: string;
|
|
15198
15203
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15204
|
+
readonly effect: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
15199
15205
|
readonly popperClass: string;
|
|
15200
15206
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
15201
15207
|
readonly isCustom: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|