element-plus-secondary 0.4.11 → 0.4.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/es/components/affix/index.d.ts +1 -1
- package/es/components/affix/index.mjs +2 -2
- package/es/components/affix/src/affix.mjs +117 -26
- package/es/components/affix/src/affix.mjs.map +1 -1
- package/es/components/affix/src/affix.vue.d.ts +1 -1
- package/es/components/affix/src/affix2.mjs +26 -117
- package/es/components/affix/src/affix2.mjs.map +1 -1
- package/es/components/alert/index.mjs +2 -2
- package/es/components/alert/src/alert.mjs +96 -36
- package/es/components/alert/src/alert.mjs.map +1 -1
- package/es/components/alert/src/alert2.mjs +36 -96
- package/es/components/alert/src/alert2.mjs.map +1 -1
- package/es/components/autocomplete/index.d.ts +108 -108
- package/es/components/autocomplete/src/autocomplete.vue.d.ts +108 -108
- package/es/components/avatar/index.mjs +2 -2
- package/es/components/avatar/src/avatar.mjs +67 -32
- package/es/components/avatar/src/avatar.mjs.map +1 -1
- package/es/components/avatar/src/avatar2.mjs +32 -67
- package/es/components/avatar/src/avatar2.mjs.map +1 -1
- package/es/components/badge/index.mjs +2 -2
- package/es/components/badge/src/badge.mjs +17 -55
- package/es/components/badge/src/badge.mjs.map +1 -1
- package/es/components/badge/src/badge2.mjs +55 -17
- package/es/components/badge/src/badge2.mjs.map +1 -1
- package/es/components/breadcrumb/index.mjs +2 -2
- package/es/components/breadcrumb/src/breadcrumb-item.mjs +57 -11
- package/es/components/breadcrumb/src/breadcrumb-item.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs +11 -57
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs.map +1 -1
- package/es/components/button/index.mjs +3 -3
- package/es/components/button/src/button-group.mjs +6 -31
- package/es/components/button/src/button-group.mjs.map +1 -1
- package/es/components/button/src/button-group2.mjs +31 -6
- package/es/components/button/src/button-group2.mjs.map +1 -1
- package/es/components/button/src/button.mjs +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/card/index.mjs +2 -2
- package/es/components/card/src/card.mjs +16 -35
- package/es/components/card/src/card.mjs.map +1 -1
- package/es/components/card/src/card2.mjs +35 -16
- package/es/components/card/src/card2.mjs.map +1 -1
- package/es/components/carousel/index.d.ts +3 -3
- package/es/components/carousel/src/carousel.vue.d.ts +3 -3
- package/es/components/cascader/index.d.ts +156 -156
- package/es/components/cascader/src/index.vue.d.ts +78 -78
- package/es/components/cascader-panel/index.d.ts +2 -2
- package/es/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/es/components/checkbox/index.d.ts +10 -10
- package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/es/components/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 +131 -131
- package/es/components/color-picker/src/color-picker.vue.d.ts +131 -131
- package/es/components/color-picker/src/components/alpha-slider.vue.d.ts +9 -9
- package/es/components/date-picker/index.d.ts +2 -2
- package/es/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
- package/es/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
- package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +36 -36
- package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +34 -34
- package/es/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
- package/es/components/date-picker/src/date-picker.d.ts +1 -1
- package/es/components/date-picker/src/panel-utils.d.ts +77 -77
- package/es/components/descriptions/index.d.ts +3 -3
- package/es/components/descriptions/src/description-item.d.ts +1 -1
- package/es/components/descriptions/src/description.vue.d.ts +1 -1
- package/es/components/descriptions/src/description2.mjs +1 -1
- package/es/components/descriptions/src/descriptions-row.mjs +7 -64
- package/es/components/descriptions/src/descriptions-row.mjs.map +1 -1
- package/es/components/descriptions/src/descriptions-row2.mjs +64 -7
- package/es/components/descriptions/src/descriptions-row2.mjs.map +1 -1
- package/es/components/dialog/index.d.ts +2 -2
- package/es/components/dialog/src/dialog-content.mjs +37 -87
- package/es/components/dialog/src/dialog-content.mjs.map +1 -1
- package/es/components/dialog/src/dialog-content2.mjs +87 -37
- package/es/components/dialog/src/dialog-content2.mjs.map +1 -1
- package/es/components/dialog/src/dialog.mjs +1 -1
- package/es/components/dialog/src/dialog.vue.d.ts +2 -2
- package/es/components/dialog/src/dialog2.mjs +1 -1
- package/es/components/drawer/index.d.ts +2 -2
- package/es/components/drawer/index.mjs +2 -2
- package/es/components/drawer/src/drawer.mjs +165 -22
- package/es/components/drawer/src/drawer.mjs.map +1 -1
- package/es/components/drawer/src/drawer.vue.d.ts +2 -2
- package/es/components/drawer/src/drawer2.mjs +22 -165
- package/es/components/drawer/src/drawer2.mjs.map +1 -1
- package/es/components/dropdown/index.d.ts +66 -66
- package/es/components/dropdown/index.mjs +2 -2
- package/es/components/dropdown/src/dropdown-item-impl.mjs +2 -2
- package/es/components/dropdown/src/dropdown-item.mjs +1 -1
- package/es/components/dropdown/src/dropdown-menu.mjs +2 -2
- package/es/components/dropdown/src/dropdown.mjs +281 -105
- package/es/components/dropdown/src/dropdown.mjs.map +1 -1
- package/es/components/dropdown/src/dropdown.vue.d.ts +66 -66
- package/es/components/dropdown/src/dropdown2.mjs +105 -281
- package/es/components/dropdown/src/dropdown2.mjs.map +1 -1
- package/es/components/empty/index.d.ts +1 -1
- package/es/components/empty/src/empty.vue.d.ts +1 -1
- package/es/components/form/index.mjs +2 -2
- package/es/components/form/src/form-item.mjs +43 -316
- package/es/components/form/src/form-item.mjs.map +1 -1
- package/es/components/form/src/form-item2.mjs +316 -43
- package/es/components/form/src/form-item2.mjs.map +1 -1
- package/es/components/image/index.d.ts +7 -7
- package/es/components/image/index.mjs +2 -2
- package/es/components/image/src/image.d.ts +1 -1
- package/es/components/image/src/image.mjs +219 -58
- package/es/components/image/src/image.mjs.map +1 -1
- package/es/components/image/src/image.vue.d.ts +7 -7
- package/es/components/image/src/image2.mjs +58 -219
- package/es/components/image/src/image2.mjs.map +1 -1
- package/es/components/image-viewer/index.d.ts +1 -1
- package/es/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
- package/es/components/index.mjs +27 -27
- package/es/components/input/index.d.ts +2 -2
- package/es/components/input/src/input.vue.d.ts +2 -2
- package/es/components/input-number/index.d.ts +9 -9
- package/es/components/input-number/index.mjs +2 -2
- package/es/components/input-number/src/input-number.mjs +62 -322
- package/es/components/input-number/src/input-number.mjs.map +1 -1
- package/es/components/input-number/src/input-number.vue.d.ts +9 -9
- package/es/components/input-number/src/input-number2.mjs +322 -62
- package/es/components/input-number/src/input-number2.mjs.map +1 -1
- package/es/components/link/index.mjs +2 -2
- package/es/components/link/src/link.mjs +21 -49
- package/es/components/link/src/link.mjs.map +1 -1
- package/es/components/link/src/link2.mjs +49 -21
- package/es/components/link/src/link2.mjs.map +1 -1
- package/es/components/loading/index.d.ts +1 -1
- package/es/components/menu/index.d.ts +1 -1
- package/es/components/menu/src/menu.d.ts +1 -1
- package/es/components/notification/index.mjs +1 -1
- package/es/components/notification/src/notification.mjs +69 -145
- package/es/components/notification/src/notification.mjs.map +1 -1
- package/es/components/notification/src/notification.vue.d.ts +1 -1
- package/es/components/notification/src/notification2.mjs +145 -69
- package/es/components/notification/src/notification2.mjs.map +1 -1
- package/es/components/notification/src/notify.mjs +2 -2
- package/es/components/page-header/index.mjs +2 -2
- package/es/components/page-header/src/page-header.mjs +102 -17
- package/es/components/page-header/src/page-header.mjs.map +1 -1
- package/es/components/page-header/src/page-header2.mjs +17 -102
- package/es/components/page-header/src/page-header2.mjs.map +1 -1
- package/es/components/pagination/src/components/jumper.vue.d.ts +2 -2
- package/es/components/pagination/src/components/pager.mjs +208 -17
- package/es/components/pagination/src/components/pager.mjs.map +1 -1
- package/es/components/pagination/src/components/pager2.mjs +17 -208
- package/es/components/pagination/src/components/pager2.mjs.map +1 -1
- package/es/components/pagination/src/components/prev.mjs +34 -18
- package/es/components/pagination/src/components/prev.mjs.map +1 -1
- package/es/components/pagination/src/components/prev2.mjs +18 -34
- package/es/components/pagination/src/components/prev2.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.vue.d.ts +66 -66
- package/es/components/pagination/src/components/total.mjs +28 -7
- package/es/components/pagination/src/components/total.mjs.map +1 -1
- package/es/components/pagination/src/components/total2.mjs +7 -28
- package/es/components/pagination/src/components/total2.mjs.map +1 -1
- package/es/components/pagination/src/pagination.mjs +3 -3
- package/es/components/popconfirm/index.d.ts +99 -99
- package/es/components/popconfirm/src/popconfirm.mjs +1 -1
- package/es/components/popconfirm/src/popconfirm.vue.d.ts +99 -99
- package/es/components/popover/index.d.ts +108 -108
- package/es/components/popover/index.mjs +2 -2
- package/es/components/popover/src/popover.mjs +111 -66
- package/es/components/popover/src/popover.mjs.map +1 -1
- package/es/components/popover/src/popover.vue.d.ts +108 -108
- package/es/components/popover/src/popover2.mjs +66 -111
- package/es/components/popover/src/popover2.mjs.map +1 -1
- package/es/components/popper/index.d.ts +5 -5
- package/es/components/popper/src/content.d.ts +4 -4
- package/es/components/popper/src/content.vue.d.ts +5 -5
- package/es/components/popper/src/popper.d.ts +2 -2
- package/es/components/popper/src/popper.vue.d.ts +5 -5
- package/es/components/popper/src/trigger.vue.d.ts +1 -1
- package/es/components/popper/src/utils.d.ts +1 -1
- package/es/components/radio/index.d.ts +6 -6
- package/es/components/radio/index.mjs +4 -4
- package/es/components/radio/src/radio-button.mjs +9 -68
- package/es/components/radio/src/radio-button.mjs.map +1 -1
- package/es/components/radio/src/radio-button2.mjs +68 -9
- package/es/components/radio/src/radio-button2.mjs.map +1 -1
- package/es/components/radio/src/radio-group.mjs +36 -68
- package/es/components/radio/src/radio-group.mjs.map +1 -1
- package/es/components/radio/src/radio-group.vue.d.ts +2 -2
- package/es/components/radio/src/radio-group2.mjs +68 -36
- package/es/components/radio/src/radio-group2.mjs.map +1 -1
- 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 +98 -256
- package/es/components/rate/src/rate.mjs.map +1 -1
- package/es/components/rate/src/rate.vue.d.ts +2 -2
- package/es/components/rate/src/rate2.mjs +256 -98
- package/es/components/rate/src/rate2.mjs.map +1 -1
- package/es/components/roving-focus-group/index.mjs +3 -3
- package/es/components/roving-focus-group/src/roving-focus-group-impl.mjs +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group.mjs +29 -27
- package/es/components/roving-focus-group/src/roving-focus-group.mjs.map +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group2.mjs +27 -29
- package/es/components/roving-focus-group/src/roving-focus-group2.mjs.map +1 -1
- package/es/components/roving-focus-group/src/roving-focus-item.mjs +1 -1
- package/es/components/roving-focus-group/src/roving-focus-item.vue.d.ts +1 -1
- package/es/components/row/index.d.ts +4 -4
- package/es/components/row/src/row.d.ts +1 -1
- package/es/components/row/src/row.vue.d.ts +4 -4
- package/es/components/scrollbar/index.d.ts +1 -1
- package/es/components/scrollbar/index.mjs +3 -3
- package/es/components/scrollbar/src/bar.mjs +42 -17
- package/es/components/scrollbar/src/bar.mjs.map +1 -1
- package/es/components/scrollbar/src/bar2.mjs +17 -42
- package/es/components/scrollbar/src/bar2.mjs.map +1 -1
- package/es/components/scrollbar/src/scrollbar.mjs +47 -175
- package/es/components/scrollbar/src/scrollbar.mjs.map +1 -1
- package/es/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/es/components/scrollbar/src/scrollbar2.mjs +175 -47
- package/es/components/scrollbar/src/scrollbar2.mjs.map +1 -1
- package/es/components/scrollbar/src/thumb.mjs +11 -131
- package/es/components/scrollbar/src/thumb.mjs.map +1 -1
- package/es/components/scrollbar/src/thumb2.mjs +131 -11
- package/es/components/scrollbar/src/thumb2.mjs.map +1 -1
- package/es/components/select/index.d.ts +66 -66
- package/es/components/select/src/select.vue.d.ts +66 -66
- package/es/components/select/src/useSelect.d.ts +65 -65
- package/es/components/select-v2/index.d.ts +132 -132
- package/es/components/select-v2/src/select.vue.d.ts +66 -66
- package/es/components/select-v2/src/useSelect.d.ts +65 -65
- package/es/components/skeleton/index.d.ts +9 -9
- package/es/components/skeleton/index.mjs +4 -4
- package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/es/components/skeleton/src/skeleton-item.mjs +23 -18
- package/es/components/skeleton/src/skeleton-item.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton-item2.mjs +18 -23
- package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton.mjs +22 -49
- 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 +49 -22
- package/es/components/skeleton/src/skeleton2.mjs.map +1 -1
- package/es/components/slider/index.d.ts +176 -176
- package/es/components/slider/src/button.mjs +21 -95
- package/es/components/slider/src/button.mjs.map +1 -1
- package/es/components/slider/src/button.vue.d.ts +33 -33
- package/es/components/slider/src/button2.mjs +95 -21
- package/es/components/slider/src/button2.mjs.map +1 -1
- package/es/components/slider/src/composables/use-slide.d.ts +132 -132
- package/es/components/slider/src/slider.mjs +1 -1
- package/es/components/slider/src/slider.vue.d.ts +176 -176
- 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 +65 -65
- package/es/components/table/src/table.vue.d.ts +2 -2
- package/es/components/table/src/util.d.ts +9 -9
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/src/common/picker.vue.d.ts +103 -103
- 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 +272 -272
- package/es/components/time-select/src/time-select.vue.d.ts +136 -136
- package/es/components/timeline/index.mjs +2 -2
- package/es/components/timeline/src/timeline-item.mjs +42 -70
- package/es/components/timeline/src/timeline-item.mjs.map +1 -1
- package/es/components/timeline/src/timeline-item2.mjs +70 -42
- package/es/components/timeline/src/timeline-item2.mjs.map +1 -1
- package/es/components/tooltip/index.d.ts +33 -33
- package/es/components/tooltip/index.mjs +2 -2
- package/es/components/tooltip/src/content.d.ts +1 -1
- package/es/components/tooltip/src/content.vue.d.ts +13 -13
- package/es/components/tooltip/src/tooltip.d.ts +2 -2
- package/es/components/tooltip/src/tooltip.mjs +170 -35
- package/es/components/tooltip/src/tooltip.mjs.map +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +33 -33
- package/es/components/tooltip/src/tooltip2.mjs +35 -170
- package/es/components/tooltip/src/tooltip2.mjs.map +1 -1
- package/es/components/tooltip/src/trigger.vue.d.ts +2 -2
- package/es/components/tooltip-v2/index.d.ts +40 -40
- package/es/components/tooltip-v2/index.mjs +4 -4
- 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 +17 -81
- package/es/components/tooltip-v2/src/root.mjs.map +1 -1
- package/es/components/tooltip-v2/src/root2.mjs +81 -17
- package/es/components/tooltip-v2/src/root2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/es/components/tooltip-v2/src/tooltip.mjs +20 -73
- package/es/components/tooltip-v2/src/tooltip.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.vue.d.ts +40 -40
- package/es/components/tooltip-v2/src/tooltip2.mjs +73 -20
- package/es/components/tooltip-v2/src/tooltip2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/trigger.mjs +90 -12
- package/es/components/tooltip-v2/src/trigger.mjs.map +1 -1
- package/es/components/tooltip-v2/src/trigger2.mjs +12 -90
- package/es/components/tooltip-v2/src/trigger2.mjs.map +1 -1
- package/es/components/transfer/index.d.ts +52 -52
- package/es/components/transfer/src/transfer-panel.vue.d.ts +10 -10
- package/es/components/transfer/src/transfer.vue.d.ts +52 -52
- 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/index.mjs +3 -3
- package/es/components/upload/src/upload-content.mjs +33 -170
- package/es/components/upload/src/upload-content.mjs.map +1 -1
- package/es/components/upload/src/upload-content.vue.d.ts +1 -1
- package/es/components/upload/src/upload-content2.mjs +170 -33
- package/es/components/upload/src/upload-content2.mjs.map +1 -1
- package/es/components/upload/src/upload-list2.mjs +1 -1
- package/es/components/upload/src/upload.mjs +105 -120
- package/es/components/upload/src/upload.mjs.map +1 -1
- package/es/components/upload/src/upload.vue.d.ts +5 -5
- package/es/components/upload/src/upload2.mjs +120 -105
- package/es/components/upload/src/upload2.mjs.map +1 -1
- package/es/components/upload/src/use-handlers.mjs +1 -1
- package/es/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/es/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/es/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/es/index.mjs +27 -27
- package/es/utils/vue/vnode.d.ts +6 -6
- package/lib/components/affix/index.d.ts +1 -1
- package/lib/components/affix/index.js +2 -2
- package/lib/components/affix/src/affix.js +117 -27
- package/lib/components/affix/src/affix.js.map +1 -1
- package/lib/components/affix/src/affix.vue.d.ts +1 -1
- package/lib/components/affix/src/affix2.js +27 -117
- package/lib/components/affix/src/affix2.js.map +1 -1
- package/lib/components/alert/index.js +2 -2
- package/lib/components/alert/src/alert.js +95 -37
- package/lib/components/alert/src/alert.js.map +1 -1
- package/lib/components/alert/src/alert2.js +37 -95
- package/lib/components/alert/src/alert2.js.map +1 -1
- package/lib/components/autocomplete/index.d.ts +108 -108
- package/lib/components/autocomplete/src/autocomplete.vue.d.ts +108 -108
- package/lib/components/avatar/index.js +2 -2
- package/lib/components/avatar/src/avatar.js +67 -33
- package/lib/components/avatar/src/avatar.js.map +1 -1
- package/lib/components/avatar/src/avatar2.js +33 -67
- package/lib/components/avatar/src/avatar2.js.map +1 -1
- package/lib/components/badge/index.js +2 -2
- package/lib/components/badge/src/badge.js +17 -55
- package/lib/components/badge/src/badge.js.map +1 -1
- package/lib/components/badge/src/badge2.js +55 -17
- package/lib/components/badge/src/badge2.js.map +1 -1
- package/lib/components/breadcrumb/index.js +2 -2
- package/lib/components/breadcrumb/src/breadcrumb-item.js +57 -11
- package/lib/components/breadcrumb/src/breadcrumb-item.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb-item2.js +11 -57
- package/lib/components/breadcrumb/src/breadcrumb-item2.js.map +1 -1
- package/lib/components/button/index.js +3 -3
- package/lib/components/button/src/button-group.js +6 -31
- package/lib/components/button/src/button-group.js.map +1 -1
- package/lib/components/button/src/button-group2.js +31 -6
- package/lib/components/button/src/button-group2.js.map +1 -1
- package/lib/components/button/src/button.js +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/card/index.js +2 -2
- package/lib/components/card/src/card.js +16 -35
- package/lib/components/card/src/card.js.map +1 -1
- package/lib/components/card/src/card2.js +35 -16
- package/lib/components/card/src/card2.js.map +1 -1
- package/lib/components/carousel/index.d.ts +3 -3
- package/lib/components/carousel/src/carousel.vue.d.ts +3 -3
- package/lib/components/cascader/index.d.ts +156 -156
- package/lib/components/cascader/src/index.vue.d.ts +78 -78
- package/lib/components/cascader-panel/index.d.ts +2 -2
- package/lib/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/lib/components/checkbox/index.d.ts +10 -10
- package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/lib/components/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 +131 -131
- package/lib/components/color-picker/src/color-picker.vue.d.ts +131 -131
- package/lib/components/color-picker/src/components/alpha-slider.vue.d.ts +9 -9
- package/lib/components/date-picker/index.d.ts +2 -2
- package/lib/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
- package/lib/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
- package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +36 -36
- package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +34 -34
- package/lib/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
- package/lib/components/date-picker/src/date-picker.d.ts +1 -1
- package/lib/components/date-picker/src/panel-utils.d.ts +77 -77
- package/lib/components/descriptions/index.d.ts +3 -3
- package/lib/components/descriptions/src/description-item.d.ts +1 -1
- package/lib/components/descriptions/src/description.vue.d.ts +1 -1
- package/lib/components/descriptions/src/description2.js +1 -1
- package/lib/components/descriptions/src/descriptions-row.js +7 -64
- package/lib/components/descriptions/src/descriptions-row.js.map +1 -1
- package/lib/components/descriptions/src/descriptions-row2.js +64 -7
- package/lib/components/descriptions/src/descriptions-row2.js.map +1 -1
- package/lib/components/dialog/index.d.ts +2 -2
- package/lib/components/dialog/src/dialog-content.js +37 -86
- package/lib/components/dialog/src/dialog-content.js.map +1 -1
- package/lib/components/dialog/src/dialog-content2.js +86 -37
- package/lib/components/dialog/src/dialog-content2.js.map +1 -1
- package/lib/components/dialog/src/dialog.js +1 -1
- package/lib/components/dialog/src/dialog.vue.d.ts +2 -2
- package/lib/components/dialog/src/dialog2.js +1 -1
- package/lib/components/drawer/index.d.ts +2 -2
- package/lib/components/drawer/index.js +2 -2
- package/lib/components/drawer/src/drawer.js +165 -23
- package/lib/components/drawer/src/drawer.js.map +1 -1
- package/lib/components/drawer/src/drawer.vue.d.ts +2 -2
- package/lib/components/drawer/src/drawer2.js +23 -165
- package/lib/components/drawer/src/drawer2.js.map +1 -1
- package/lib/components/dropdown/index.d.ts +66 -66
- package/lib/components/dropdown/index.js +2 -2
- package/lib/components/dropdown/src/dropdown-item-impl.js +2 -2
- package/lib/components/dropdown/src/dropdown-item.js +1 -1
- package/lib/components/dropdown/src/dropdown-menu.js +2 -2
- package/lib/components/dropdown/src/dropdown.js +281 -114
- package/lib/components/dropdown/src/dropdown.js.map +1 -1
- package/lib/components/dropdown/src/dropdown.vue.d.ts +66 -66
- package/lib/components/dropdown/src/dropdown2.js +114 -281
- package/lib/components/dropdown/src/dropdown2.js.map +1 -1
- package/lib/components/empty/index.d.ts +1 -1
- package/lib/components/empty/src/empty.vue.d.ts +1 -1
- package/lib/components/form/index.js +2 -2
- package/lib/components/form/src/form-item.js +44 -320
- package/lib/components/form/src/form-item.js.map +1 -1
- package/lib/components/form/src/form-item2.js +320 -44
- package/lib/components/form/src/form-item2.js.map +1 -1
- package/lib/components/image/index.d.ts +7 -7
- package/lib/components/image/index.js +2 -2
- package/lib/components/image/src/image.d.ts +1 -1
- package/lib/components/image/src/image.js +219 -59
- package/lib/components/image/src/image.js.map +1 -1
- package/lib/components/image/src/image.vue.d.ts +7 -7
- package/lib/components/image/src/image2.js +59 -219
- package/lib/components/image/src/image2.js.map +1 -1
- package/lib/components/image-viewer/index.d.ts +1 -1
- package/lib/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
- package/lib/components/index.js +27 -27
- package/lib/components/input/index.d.ts +2 -2
- package/lib/components/input/src/input.vue.d.ts +2 -2
- package/lib/components/input-number/index.d.ts +9 -9
- package/lib/components/input-number/index.js +2 -2
- package/lib/components/input-number/src/input-number.js +62 -321
- package/lib/components/input-number/src/input-number.js.map +1 -1
- package/lib/components/input-number/src/input-number.vue.d.ts +9 -9
- package/lib/components/input-number/src/input-number2.js +321 -62
- package/lib/components/input-number/src/input-number2.js.map +1 -1
- package/lib/components/link/index.js +2 -2
- package/lib/components/link/src/link.js +22 -49
- package/lib/components/link/src/link.js.map +1 -1
- package/lib/components/link/src/link2.js +49 -22
- package/lib/components/link/src/link2.js.map +1 -1
- package/lib/components/loading/index.d.ts +1 -1
- package/lib/components/menu/index.d.ts +1 -1
- package/lib/components/menu/src/menu.d.ts +1 -1
- package/lib/components/notification/index.js +1 -1
- package/lib/components/notification/src/notification.js +70 -144
- package/lib/components/notification/src/notification.js.map +1 -1
- package/lib/components/notification/src/notification.vue.d.ts +1 -1
- package/lib/components/notification/src/notification2.js +144 -70
- package/lib/components/notification/src/notification2.js.map +1 -1
- package/lib/components/notification/src/notify.js +2 -2
- package/lib/components/page-header/index.js +2 -2
- package/lib/components/page-header/src/page-header.js +102 -18
- package/lib/components/page-header/src/page-header.js.map +1 -1
- package/lib/components/page-header/src/page-header2.js +18 -102
- package/lib/components/page-header/src/page-header2.js.map +1 -1
- package/lib/components/pagination/src/components/jumper.vue.d.ts +2 -2
- package/lib/components/pagination/src/components/pager.js +208 -17
- package/lib/components/pagination/src/components/pager.js.map +1 -1
- package/lib/components/pagination/src/components/pager2.js +17 -208
- package/lib/components/pagination/src/components/pager2.js.map +1 -1
- package/lib/components/pagination/src/components/prev.js +34 -19
- package/lib/components/pagination/src/components/prev.js.map +1 -1
- package/lib/components/pagination/src/components/prev2.js +19 -34
- package/lib/components/pagination/src/components/prev2.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.vue.d.ts +66 -66
- package/lib/components/pagination/src/components/total.js +28 -7
- package/lib/components/pagination/src/components/total.js.map +1 -1
- package/lib/components/pagination/src/components/total2.js +7 -28
- package/lib/components/pagination/src/components/total2.js.map +1 -1
- package/lib/components/pagination/src/pagination.js +3 -3
- package/lib/components/popconfirm/index.d.ts +99 -99
- package/lib/components/popconfirm/src/popconfirm.js +1 -1
- package/lib/components/popconfirm/src/popconfirm.vue.d.ts +99 -99
- package/lib/components/popover/index.d.ts +108 -108
- package/lib/components/popover/index.js +2 -2
- package/lib/components/popover/src/popover.js +111 -67
- package/lib/components/popover/src/popover.js.map +1 -1
- package/lib/components/popover/src/popover.vue.d.ts +108 -108
- package/lib/components/popover/src/popover2.js +67 -111
- package/lib/components/popover/src/popover2.js.map +1 -1
- package/lib/components/popper/index.d.ts +5 -5
- package/lib/components/popper/src/content.d.ts +4 -4
- package/lib/components/popper/src/content.vue.d.ts +5 -5
- package/lib/components/popper/src/popper.d.ts +2 -2
- package/lib/components/popper/src/popper.vue.d.ts +5 -5
- package/lib/components/popper/src/trigger.vue.d.ts +1 -1
- package/lib/components/popper/src/utils.d.ts +1 -1
- package/lib/components/radio/index.d.ts +6 -6
- package/lib/components/radio/index.js +4 -4
- package/lib/components/radio/src/radio-button.js +9 -68
- package/lib/components/radio/src/radio-button.js.map +1 -1
- package/lib/components/radio/src/radio-button2.js +68 -9
- package/lib/components/radio/src/radio-button2.js.map +1 -1
- package/lib/components/radio/src/radio-group.js +37 -68
- package/lib/components/radio/src/radio-group.js.map +1 -1
- package/lib/components/radio/src/radio-group.vue.d.ts +2 -2
- package/lib/components/radio/src/radio-group2.js +68 -37
- package/lib/components/radio/src/radio-group2.js.map +1 -1
- 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 +98 -255
- package/lib/components/rate/src/rate.js.map +1 -1
- package/lib/components/rate/src/rate.vue.d.ts +2 -2
- package/lib/components/rate/src/rate2.js +255 -98
- package/lib/components/rate/src/rate2.js.map +1 -1
- package/lib/components/roving-focus-group/index.js +2 -2
- package/lib/components/roving-focus-group/src/roving-focus-group-impl.js +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group.js +33 -27
- package/lib/components/roving-focus-group/src/roving-focus-group.js.map +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group2.js +27 -33
- package/lib/components/roving-focus-group/src/roving-focus-group2.js.map +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-item.js +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-item.vue.d.ts +1 -1
- package/lib/components/row/index.d.ts +4 -4
- package/lib/components/row/src/row.d.ts +1 -1
- package/lib/components/row/src/row.vue.d.ts +4 -4
- package/lib/components/scrollbar/index.d.ts +1 -1
- package/lib/components/scrollbar/index.js +3 -3
- package/lib/components/scrollbar/src/bar.js +42 -17
- package/lib/components/scrollbar/src/bar.js.map +1 -1
- package/lib/components/scrollbar/src/bar2.js +17 -42
- package/lib/components/scrollbar/src/bar2.js.map +1 -1
- package/lib/components/scrollbar/src/scrollbar.js +48 -175
- package/lib/components/scrollbar/src/scrollbar.js.map +1 -1
- package/lib/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/lib/components/scrollbar/src/scrollbar2.js +175 -48
- package/lib/components/scrollbar/src/scrollbar2.js.map +1 -1
- package/lib/components/scrollbar/src/thumb.js +11 -131
- package/lib/components/scrollbar/src/thumb.js.map +1 -1
- package/lib/components/scrollbar/src/thumb2.js +131 -11
- package/lib/components/scrollbar/src/thumb2.js.map +1 -1
- package/lib/components/select/index.d.ts +66 -66
- package/lib/components/select/src/select.vue.d.ts +66 -66
- package/lib/components/select/src/useSelect.d.ts +65 -65
- package/lib/components/select-v2/index.d.ts +132 -132
- package/lib/components/select-v2/src/select.vue.d.ts +66 -66
- package/lib/components/select-v2/src/useSelect.d.ts +65 -65
- package/lib/components/skeleton/index.d.ts +9 -9
- package/lib/components/skeleton/index.js +4 -4
- package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/lib/components/skeleton/src/skeleton-item.js +23 -18
- package/lib/components/skeleton/src/skeleton-item.js.map +1 -1
- package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton-item2.js +18 -23
- package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
- package/lib/components/skeleton/src/skeleton.js +22 -49
- 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 +49 -22
- package/lib/components/skeleton/src/skeleton2.js.map +1 -1
- package/lib/components/slider/index.d.ts +176 -176
- package/lib/components/slider/src/button.js +22 -95
- package/lib/components/slider/src/button.js.map +1 -1
- package/lib/components/slider/src/button.vue.d.ts +33 -33
- package/lib/components/slider/src/button2.js +95 -22
- package/lib/components/slider/src/button2.js.map +1 -1
- package/lib/components/slider/src/composables/use-slide.d.ts +132 -132
- package/lib/components/slider/src/slider.js +1 -1
- package/lib/components/slider/src/slider.vue.d.ts +176 -176
- 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 +65 -65
- package/lib/components/table/src/table.vue.d.ts +2 -2
- package/lib/components/table/src/util.d.ts +9 -9
- package/lib/components/time-picker/index.d.ts +2 -2
- package/lib/components/time-picker/src/common/picker.vue.d.ts +103 -103
- 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 +272 -272
- package/lib/components/time-select/src/time-select.vue.d.ts +136 -136
- package/lib/components/timeline/index.js +2 -2
- package/lib/components/timeline/src/timeline-item.js +42 -70
- package/lib/components/timeline/src/timeline-item.js.map +1 -1
- package/lib/components/timeline/src/timeline-item2.js +70 -42
- package/lib/components/timeline/src/timeline-item2.js.map +1 -1
- package/lib/components/tooltip/index.d.ts +33 -33
- package/lib/components/tooltip/index.js +2 -2
- package/lib/components/tooltip/src/content.d.ts +1 -1
- package/lib/components/tooltip/src/content.vue.d.ts +13 -13
- package/lib/components/tooltip/src/tooltip.d.ts +2 -2
- package/lib/components/tooltip/src/tooltip.js +170 -39
- package/lib/components/tooltip/src/tooltip.js.map +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +33 -33
- package/lib/components/tooltip/src/tooltip2.js +39 -170
- package/lib/components/tooltip/src/tooltip2.js.map +1 -1
- package/lib/components/tooltip/src/trigger.vue.d.ts +2 -2
- package/lib/components/tooltip-v2/index.d.ts +40 -40
- package/lib/components/tooltip-v2/index.js +4 -4
- 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 +17 -81
- package/lib/components/tooltip-v2/src/root.js.map +1 -1
- package/lib/components/tooltip-v2/src/root2.js +81 -17
- package/lib/components/tooltip-v2/src/root2.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip-v2/src/tooltip.js +20 -73
- package/lib/components/tooltip-v2/src/tooltip.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +40 -40
- package/lib/components/tooltip-v2/src/tooltip2.js +73 -20
- package/lib/components/tooltip-v2/src/tooltip2.js.map +1 -1
- package/lib/components/tooltip-v2/src/trigger.js +90 -12
- package/lib/components/tooltip-v2/src/trigger.js.map +1 -1
- package/lib/components/tooltip-v2/src/trigger2.js +12 -90
- package/lib/components/tooltip-v2/src/trigger2.js.map +1 -1
- package/lib/components/transfer/index.d.ts +52 -52
- package/lib/components/transfer/src/transfer-panel.vue.d.ts +10 -10
- package/lib/components/transfer/src/transfer.vue.d.ts +52 -52
- 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/index.js +3 -3
- package/lib/components/upload/src/upload-content.js +33 -170
- package/lib/components/upload/src/upload-content.js.map +1 -1
- package/lib/components/upload/src/upload-content.vue.d.ts +1 -1
- package/lib/components/upload/src/upload-content2.js +170 -33
- package/lib/components/upload/src/upload-content2.js.map +1 -1
- package/lib/components/upload/src/upload-list2.js +1 -1
- package/lib/components/upload/src/upload.js +108 -120
- package/lib/components/upload/src/upload.js.map +1 -1
- package/lib/components/upload/src/upload.vue.d.ts +5 -5
- package/lib/components/upload/src/upload2.js +120 -108
- package/lib/components/upload/src/upload2.js.map +1 -1
- package/lib/components/upload/src/use-handlers.js +1 -1
- package/lib/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/builders/build-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +2 -2
- package/lib/index.js +27 -27
- package/lib/utils/vue/vnode.d.ts +6 -6
- package/package.json +1 -1
- package/theme-chalk/base.css +1 -1
- package/theme-chalk/el-button.css +1 -1
- package/theme-chalk/el-dialog.css +1 -1
- package/theme-chalk/el-drawer.css +1 -1
- package/theme-chalk/el-form.css +1 -1
- package/theme-chalk/el-menu.css +1 -1
- package/theme-chalk/el-message-box.css +1 -1
- package/theme-chalk/el-message.css +1 -1
- package/theme-chalk/el-reset.css +1 -1
- package/theme-chalk/el-step.css +1 -1
- package/theme-chalk/el-tabs.css +1 -1
- package/theme-chalk/el-tree.css +1 -1
- package/theme-chalk/el-var.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/button.scss +1 -1
- package/theme-chalk/src/common/var.scss +1 -1
- package/theme-chalk/src/dialog.scss +1 -1
- package/theme-chalk/src/drawer.scss +1 -1
- package/theme-chalk/src/form.scss +3 -3
- package/theme-chalk/src/menu.scss +0 -5
- package/theme-chalk/src/message-box.scss +1 -1
- package/theme-chalk/src/message.scss +1 -1
- package/theme-chalk/src/reset.scss +1 -1
- package/theme-chalk/src/step.scss +2 -2
- package/theme-chalk/src/tabs.scss +1 -1
- package/theme-chalk/src/tree.scss +2 -2
|
@@ -50,8 +50,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
50
50
|
};
|
|
51
51
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
52
52
|
}>> & {
|
|
53
|
-
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
54
53
|
onChange?: ((val: string | null) => any) | undefined;
|
|
54
|
+
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
55
55
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
56
56
|
}>>;
|
|
57
57
|
emit: ((event: "update:modelValue", val: string | null) => void) & ((event: "change", val: string | null) => void) & ((event: "activeChange", val: string | null) => void);
|
|
@@ -434,8 +434,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
434
434
|
};
|
|
435
435
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
436
436
|
}>> & {
|
|
437
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
438
437
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
438
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
439
439
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
440
440
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
441
441
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -558,8 +558,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
558
558
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
559
559
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
560
560
|
}>> & {
|
|
561
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
562
561
|
onChange?: ((value: string) => any) | undefined;
|
|
562
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
563
563
|
onInput?: ((value: string) => any) | undefined;
|
|
564
564
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
565
565
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -662,8 +662,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
662
662
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
663
663
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
664
664
|
}>> & {
|
|
665
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
666
665
|
onChange?: ((value: string) => any) | undefined;
|
|
666
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
667
667
|
onInput?: ((value: string) => any) | undefined;
|
|
668
668
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
669
669
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -753,8 +753,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
753
753
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
754
754
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
755
755
|
}>> & {
|
|
756
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
757
756
|
onChange?: ((value: string) => any) | undefined;
|
|
757
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
758
758
|
onInput?: ((value: string) => any) | undefined;
|
|
759
759
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
760
760
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -1057,8 +1057,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
1057
1057
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1058
1058
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
1059
1059
|
}>> & {
|
|
1060
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1061
1060
|
onChange?: ((value: string) => any) | undefined;
|
|
1061
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1062
1062
|
onInput?: ((value: string) => any) | undefined;
|
|
1063
1063
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1064
1064
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -1148,8 +1148,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
1148
1148
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1149
1149
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
1150
1150
|
}>> & {
|
|
1151
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1152
1151
|
onChange?: ((value: string) => any) | undefined;
|
|
1152
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1153
1153
|
onInput?: ((value: string) => any) | undefined;
|
|
1154
1154
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1155
1155
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -1506,8 +1506,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
1506
1506
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1507
1507
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
1508
1508
|
}>> & {
|
|
1509
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1510
1509
|
onChange?: ((value: string) => any) | undefined;
|
|
1510
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1511
1511
|
onInput?: ((value: string) => any) | undefined;
|
|
1512
1512
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1513
1513
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -1773,8 +1773,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
1773
1773
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1774
1774
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
1775
1775
|
}>> & {
|
|
1776
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1777
1776
|
onChange?: ((value: string) => any) | undefined;
|
|
1777
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1778
1778
|
onInput?: ((value: string) => any) | undefined;
|
|
1779
1779
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1780
1780
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -1905,8 +1905,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
1905
1905
|
};
|
|
1906
1906
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1907
1907
|
}>> & {
|
|
1908
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1909
1908
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1909
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1910
1910
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
1911
1911
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
1912
1912
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -2047,8 +2047,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2047
2047
|
};
|
|
2048
2048
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2049
2049
|
}>> & {
|
|
2050
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
2051
2050
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
2051
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
2052
2052
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
2053
2053
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
2054
2054
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -2171,8 +2171,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2171
2171
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2172
2172
|
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
2173
|
}>> & {
|
|
2174
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2175
2174
|
onChange?: ((value: string) => any) | undefined;
|
|
2175
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2176
2176
|
onInput?: ((value: string) => any) | undefined;
|
|
2177
2177
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2178
2178
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -2275,8 +2275,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2275
2275
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2276
2276
|
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
2277
|
}>> & {
|
|
2278
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2279
2278
|
onChange?: ((value: string) => any) | undefined;
|
|
2279
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2280
2280
|
onInput?: ((value: string) => any) | undefined;
|
|
2281
2281
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2282
2282
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -2366,8 +2366,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2366
2366
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2367
2367
|
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
2368
|
}>> & {
|
|
2369
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2370
2369
|
onChange?: ((value: string) => any) | undefined;
|
|
2370
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2371
2371
|
onInput?: ((value: string) => any) | undefined;
|
|
2372
2372
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2373
2373
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -2670,8 +2670,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2670
2670
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2671
2671
|
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
2672
|
}>> & {
|
|
2673
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2674
2673
|
onChange?: ((value: string) => any) | undefined;
|
|
2674
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2675
2675
|
onInput?: ((value: string) => any) | undefined;
|
|
2676
2676
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2677
2677
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -2761,8 +2761,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2761
2761
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2762
2762
|
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
2763
|
}>> & {
|
|
2764
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2765
2764
|
onChange?: ((value: string) => any) | undefined;
|
|
2765
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2766
2766
|
onInput?: ((value: string) => any) | undefined;
|
|
2767
2767
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2768
2768
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -3119,8 +3119,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3119
3119
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3120
3120
|
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
3121
|
}>> & {
|
|
3122
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3123
3122
|
onChange?: ((value: string) => any) | undefined;
|
|
3123
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3124
3124
|
onInput?: ((value: string) => any) | undefined;
|
|
3125
3125
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3126
3126
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -3386,8 +3386,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3386
3386
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3387
3387
|
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
3388
|
}>> & {
|
|
3389
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3390
3389
|
onChange?: ((value: string) => any) | undefined;
|
|
3390
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3391
3391
|
onInput?: ((value: string) => any) | undefined;
|
|
3392
3392
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3393
3393
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -3518,8 +3518,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3518
3518
|
};
|
|
3519
3519
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3520
3520
|
}>> & {
|
|
3521
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
3522
3521
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
3522
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
3523
3523
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
3524
3524
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
3525
3525
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -3545,18 +3545,15 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3545
3545
|
disabled: boolean;
|
|
3546
3546
|
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>;
|
|
3547
3547
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3548
|
-
showAfter: number;
|
|
3549
|
-
hideAfter: number;
|
|
3550
|
-
open: boolean;
|
|
3551
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3552
3548
|
offset: number;
|
|
3553
|
-
content: string;
|
|
3554
|
-
transition: string;
|
|
3555
3549
|
effect: string;
|
|
3550
|
+
showAfter: number;
|
|
3551
|
+
hideAfter: number;
|
|
3556
3552
|
boundariesPadding: number;
|
|
3557
3553
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3558
3554
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3559
3555
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3556
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3560
3557
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3561
3558
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3562
3559
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3565,10 +3562,13 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3565
3562
|
pure: boolean;
|
|
3566
3563
|
virtualTriggering: boolean;
|
|
3567
3564
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3565
|
+
content: string;
|
|
3568
3566
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3567
|
+
transition: string;
|
|
3569
3568
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3570
3569
|
persistent: boolean;
|
|
3571
|
-
|
|
3570
|
+
open: boolean;
|
|
3571
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
3572
3572
|
triggerKeys: string[];
|
|
3573
3573
|
arrowOffset: number;
|
|
3574
3574
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3878,7 +3878,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3878
3878
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3879
3879
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3880
3880
|
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>;
|
|
3881
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3881
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
3882
3882
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3883
3883
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3884
3884
|
"onUpdate:visible": {
|
|
@@ -3887,10 +3887,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3887
3887
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3888
3888
|
__epPropKey: true;
|
|
3889
3889
|
};
|
|
3890
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3890
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
3891
3891
|
}>> & {
|
|
3892
3892
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3893
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "
|
|
3893
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "offset" | "effect" | "showAfter" | "hideAfter" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "strategy" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "visible" | "pure" | "virtualTriggering" | "appendTo" | "content" | "rawContent" | "transition" | "teleported" | "persistent" | "open" | "role" | "triggerKeys" | "arrowOffset" | "showArrow">;
|
|
3894
3894
|
$attrs: {
|
|
3895
3895
|
[x: string]: unknown;
|
|
3896
3896
|
};
|
|
@@ -4210,7 +4210,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4210
4210
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4211
4211
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4212
4212
|
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>;
|
|
4213
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4213
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4214
4214
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4215
4215
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4216
4216
|
"onUpdate:visible": {
|
|
@@ -4219,7 +4219,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4219
4219
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4220
4220
|
__epPropKey: true;
|
|
4221
4221
|
};
|
|
4222
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4222
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4223
4223
|
}>> & {
|
|
4224
4224
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4225
4225
|
}, {
|
|
@@ -4529,7 +4529,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4529
4529
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4530
4530
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4531
4531
|
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>;
|
|
4532
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4532
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
4533
4533
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4534
4534
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4535
4535
|
"onUpdate:visible": {
|
|
@@ -4538,7 +4538,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4538
4538
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4539
4539
|
__epPropKey: true;
|
|
4540
4540
|
};
|
|
4541
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4541
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4542
4542
|
}>> & {
|
|
4543
4543
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4544
4544
|
}>>;
|
|
@@ -4557,10 +4557,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4557
4557
|
controlled: import("vue").ComputedRef<boolean>;
|
|
4558
4558
|
isFocusInsideContent: () => boolean | undefined;
|
|
4559
4559
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4560
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4560
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4561
4561
|
}, {
|
|
4562
4562
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4563
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4563
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4564
4564
|
}>> & {
|
|
4565
4565
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4566
4566
|
}>>;
|
|
@@ -4568,12 +4568,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4568
4568
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4569
4569
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4570
4570
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4571
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4571
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
4572
4572
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
4573
4573
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4574
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4574
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
4575
4575
|
}>>, {
|
|
4576
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4576
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
4577
4577
|
}>> & Record<string, any>;
|
|
4578
4578
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
4579
4579
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -4930,8 +4930,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4930
4930
|
readonly id: StringConstructor;
|
|
4931
4931
|
readonly open: BooleanConstructor;
|
|
4932
4932
|
}>>, {
|
|
4933
|
-
readonly open: boolean;
|
|
4934
4933
|
readonly virtualTriggering: boolean;
|
|
4934
|
+
readonly open: boolean;
|
|
4935
4935
|
}>;
|
|
4936
4936
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4937
4937
|
readonly disabled: BooleanConstructor;
|
|
@@ -4991,8 +4991,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4991
4991
|
}>>, {
|
|
4992
4992
|
readonly disabled: boolean;
|
|
4993
4993
|
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>;
|
|
4994
|
-
readonly open: boolean;
|
|
4995
4994
|
readonly virtualTriggering: boolean;
|
|
4995
|
+
readonly open: boolean;
|
|
4996
4996
|
readonly triggerKeys: string[];
|
|
4997
4997
|
}>;
|
|
4998
4998
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -5253,7 +5253,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
5253
5253
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5254
5254
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5255
5255
|
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>;
|
|
5256
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5256
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5257
5257
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5258
5258
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5259
5259
|
}, {
|
|
@@ -5515,7 +5515,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
5515
5515
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5516
5516
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5517
5517
|
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>;
|
|
5518
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5518
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5519
5519
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5520
5520
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5521
5521
|
}>> & {
|
|
@@ -5793,9 +5793,9 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
5793
5793
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5794
5794
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5795
5795
|
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>;
|
|
5796
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5796
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
5797
5797
|
}, {
|
|
5798
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
5798
|
+
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
5799
5799
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
5800
5800
|
readonly id: StringConstructor;
|
|
5801
5801
|
readonly style: {
|
|
@@ -6042,7 +6042,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6042
6042
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6043
6043
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6044
6044
|
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>;
|
|
6045
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6045
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6046
6046
|
}>> & {
|
|
6047
6047
|
onClose?: (() => any) | undefined;
|
|
6048
6048
|
onFocus?: (() => any) | undefined;
|
|
@@ -6400,7 +6400,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6400
6400
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6401
6401
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6402
6402
|
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>;
|
|
6403
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6403
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6404
6404
|
}>> & {
|
|
6405
6405
|
onClose?: (() => any) | undefined;
|
|
6406
6406
|
onFocus?: (() => any) | undefined;
|
|
@@ -6409,13 +6409,13 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6409
6409
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6410
6410
|
}, {
|
|
6411
6411
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6412
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6413
6412
|
readonly offset: number;
|
|
6414
6413
|
readonly effect: string;
|
|
6415
6414
|
readonly boundariesPadding: number;
|
|
6416
6415
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6417
6416
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6418
6417
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6418
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6419
6419
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6420
6420
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6421
6421
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6683,22 +6683,20 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6683
6683
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6684
6684
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6685
6685
|
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>;
|
|
6686
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6686
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
6687
6687
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6688
6688
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6689
6689
|
}>>, {
|
|
6690
6690
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6691
|
-
readonly showAfter: number;
|
|
6692
|
-
readonly hideAfter: number;
|
|
6693
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6694
6691
|
readonly offset: number;
|
|
6695
|
-
readonly content: string;
|
|
6696
|
-
readonly transition: string;
|
|
6697
6692
|
readonly effect: string;
|
|
6693
|
+
readonly showAfter: number;
|
|
6694
|
+
readonly hideAfter: number;
|
|
6698
6695
|
readonly boundariesPadding: number;
|
|
6699
6696
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6700
6697
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6701
6698
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6699
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6702
6700
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6703
6701
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6704
6702
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6707,7 +6705,9 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6707
6705
|
readonly pure: boolean;
|
|
6708
6706
|
readonly virtualTriggering: boolean;
|
|
6709
6707
|
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>;
|
|
6708
|
+
readonly content: string;
|
|
6710
6709
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6710
|
+
readonly transition: string;
|
|
6711
6711
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6712
6712
|
readonly persistent: boolean;
|
|
6713
6713
|
}>;
|
|
@@ -6715,18 +6715,15 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6715
6715
|
disabled: boolean;
|
|
6716
6716
|
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>;
|
|
6717
6717
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6718
|
-
showAfter: number;
|
|
6719
|
-
hideAfter: number;
|
|
6720
|
-
open: boolean;
|
|
6721
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6722
6718
|
offset: number;
|
|
6723
|
-
content: string;
|
|
6724
|
-
transition: string;
|
|
6725
6719
|
effect: string;
|
|
6720
|
+
showAfter: number;
|
|
6721
|
+
hideAfter: number;
|
|
6726
6722
|
boundariesPadding: number;
|
|
6727
6723
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6728
6724
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6729
6725
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6726
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6730
6727
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6731
6728
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6732
6729
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6735,10 +6732,13 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6735
6732
|
pure: boolean;
|
|
6736
6733
|
virtualTriggering: boolean;
|
|
6737
6734
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6735
|
+
content: string;
|
|
6738
6736
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6737
|
+
transition: string;
|
|
6739
6738
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6740
6739
|
persistent: boolean;
|
|
6741
|
-
|
|
6740
|
+
open: boolean;
|
|
6741
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
6742
6742
|
triggerKeys: string[];
|
|
6743
6743
|
arrowOffset: number;
|
|
6744
6744
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -7068,7 +7068,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7068
7068
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7069
7069
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7070
7070
|
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>;
|
|
7071
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7071
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7072
7072
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7073
7073
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7074
7074
|
"onUpdate:visible": {
|
|
@@ -7077,7 +7077,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7077
7077
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7078
7078
|
__epPropKey: true;
|
|
7079
7079
|
};
|
|
7080
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7080
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7081
7081
|
}>> & {
|
|
7082
7082
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7083
7083
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -7387,7 +7387,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7387
7387
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7388
7388
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7389
7389
|
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>;
|
|
7390
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7390
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
7391
7391
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7392
7392
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7393
7393
|
"onUpdate:visible": {
|
|
@@ -7396,7 +7396,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7396
7396
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7397
7397
|
__epPropKey: true;
|
|
7398
7398
|
};
|
|
7399
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7399
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7400
7400
|
}>> & {
|
|
7401
7401
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7402
7402
|
}>>;
|
|
@@ -7415,10 +7415,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7415
7415
|
controlled: import("vue").ComputedRef<boolean>;
|
|
7416
7416
|
isFocusInsideContent: () => boolean | undefined;
|
|
7417
7417
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
7418
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7418
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7419
7419
|
}, {
|
|
7420
7420
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7421
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7421
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7422
7422
|
}>> & {
|
|
7423
7423
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
7424
7424
|
}>>;
|
|
@@ -7426,12 +7426,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7426
7426
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
7427
7427
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7428
7428
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7429
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7429
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
7430
7430
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
7431
7431
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7432
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7432
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
7433
7433
|
}>>, {
|
|
7434
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7434
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
7435
7435
|
}>> & Record<string, any>;
|
|
7436
7436
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
7437
7437
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -7788,8 +7788,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7788
7788
|
readonly id: StringConstructor;
|
|
7789
7789
|
readonly open: BooleanConstructor;
|
|
7790
7790
|
}>>, {
|
|
7791
|
-
readonly open: boolean;
|
|
7792
7791
|
readonly virtualTriggering: boolean;
|
|
7792
|
+
readonly open: boolean;
|
|
7793
7793
|
}>;
|
|
7794
7794
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7795
7795
|
readonly disabled: BooleanConstructor;
|
|
@@ -7849,8 +7849,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7849
7849
|
}>>, {
|
|
7850
7850
|
readonly disabled: boolean;
|
|
7851
7851
|
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>;
|
|
7852
|
-
readonly open: boolean;
|
|
7853
7852
|
readonly virtualTriggering: boolean;
|
|
7853
|
+
readonly open: boolean;
|
|
7854
7854
|
readonly triggerKeys: string[];
|
|
7855
7855
|
}>;
|
|
7856
7856
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -8111,7 +8111,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
8111
8111
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8112
8112
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8113
8113
|
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>;
|
|
8114
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8114
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8115
8115
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8116
8116
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8117
8117
|
}, {
|
|
@@ -8373,7 +8373,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
8373
8373
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8374
8374
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8375
8375
|
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>;
|
|
8376
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8376
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8377
8377
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8378
8378
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8379
8379
|
}>> & {
|
|
@@ -8651,9 +8651,9 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
8651
8651
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8652
8652
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8653
8653
|
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>;
|
|
8654
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8654
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8655
8655
|
}, {
|
|
8656
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
8656
|
+
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
8657
8657
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
8658
8658
|
readonly id: StringConstructor;
|
|
8659
8659
|
readonly style: {
|
|
@@ -8900,7 +8900,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
8900
8900
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8901
8901
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8902
8902
|
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>;
|
|
8903
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8903
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
8904
8904
|
}>> & {
|
|
8905
8905
|
onClose?: (() => any) | undefined;
|
|
8906
8906
|
onFocus?: (() => any) | undefined;
|
|
@@ -9258,7 +9258,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9258
9258
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9259
9259
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9260
9260
|
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>;
|
|
9261
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9261
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9262
9262
|
}>> & {
|
|
9263
9263
|
onClose?: (() => any) | undefined;
|
|
9264
9264
|
onFocus?: (() => any) | undefined;
|
|
@@ -9267,13 +9267,13 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9267
9267
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9268
9268
|
}, {
|
|
9269
9269
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9270
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9271
9270
|
readonly offset: number;
|
|
9272
9271
|
readonly effect: string;
|
|
9273
9272
|
readonly boundariesPadding: number;
|
|
9274
9273
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9275
9274
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9276
9275
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9276
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9277
9277
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9278
9278
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9279
9279
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9541,22 +9541,20 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9541
9541
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9542
9542
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9543
9543
|
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>;
|
|
9544
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9544
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
9545
9545
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9546
9546
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9547
9547
|
}>>, {
|
|
9548
9548
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9549
|
-
readonly showAfter: number;
|
|
9550
|
-
readonly hideAfter: number;
|
|
9551
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9552
9549
|
readonly offset: number;
|
|
9553
|
-
readonly content: string;
|
|
9554
|
-
readonly transition: string;
|
|
9555
9550
|
readonly effect: string;
|
|
9551
|
+
readonly showAfter: number;
|
|
9552
|
+
readonly hideAfter: number;
|
|
9556
9553
|
readonly boundariesPadding: number;
|
|
9557
9554
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9558
9555
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9559
9556
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9557
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9560
9558
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9561
9559
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9562
9560
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9565,7 +9563,9 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9565
9563
|
readonly pure: boolean;
|
|
9566
9564
|
readonly virtualTriggering: boolean;
|
|
9567
9565
|
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>;
|
|
9566
|
+
readonly content: string;
|
|
9568
9567
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9568
|
+
readonly transition: string;
|
|
9569
9569
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9570
9570
|
readonly persistent: boolean;
|
|
9571
9571
|
}>;
|
|
@@ -9629,8 +9629,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9629
9629
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9630
9630
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9631
9631
|
}>> & {
|
|
9632
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9633
9632
|
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9633
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9634
9634
|
}>>;
|
|
9635
9635
|
emit: ((event: "update:modelValue", val: string | number | boolean) => void) & ((event: "change", val: string | number | boolean) => void);
|
|
9636
9636
|
ns: {
|
|
@@ -9677,8 +9677,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9677
9677
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9678
9678
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9679
9679
|
}>> & {
|
|
9680
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9681
9680
|
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9681
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9682
9682
|
}, {
|
|
9683
9683
|
readonly disabled: boolean;
|
|
9684
9684
|
readonly name: string;
|
|
@@ -10131,7 +10131,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10131
10131
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
10132
10132
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10133
10133
|
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>;
|
|
10134
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10134
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
10135
10135
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10136
10136
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10137
10137
|
"onUpdate:visible": {
|
|
@@ -10140,7 +10140,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10140
10140
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10141
10141
|
__epPropKey: true;
|
|
10142
10142
|
};
|
|
10143
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10143
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10144
10144
|
}, {
|
|
10145
10145
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10146
10146
|
showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -10448,7 +10448,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10448
10448
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
10449
10449
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10450
10450
|
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>;
|
|
10451
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10451
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
10452
10452
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10453
10453
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10454
10454
|
"onUpdate:visible": {
|
|
@@ -10457,7 +10457,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10457
10457
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10458
10458
|
__epPropKey: true;
|
|
10459
10459
|
};
|
|
10460
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10460
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10461
10461
|
}>> & {
|
|
10462
10462
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10463
10463
|
}>>;
|
|
@@ -10476,10 +10476,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10476
10476
|
controlled: import("vue").ComputedRef<boolean>;
|
|
10477
10477
|
isFocusInsideContent: () => boolean | undefined;
|
|
10478
10478
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
10479
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10479
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10480
10480
|
}, {
|
|
10481
10481
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10482
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10482
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10483
10483
|
}>> & {
|
|
10484
10484
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
10485
10485
|
}>>;
|
|
@@ -10487,12 +10487,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10487
10487
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
10488
10488
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10489
10489
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10490
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10490
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>>;
|
|
10491
10491
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
10492
10492
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10493
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10493
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
10494
10494
|
}>>, {
|
|
10495
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10495
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
10496
10496
|
}>> & Record<string, any>;
|
|
10497
10497
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
10498
10498
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -10849,8 +10849,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10849
10849
|
readonly id: StringConstructor;
|
|
10850
10850
|
readonly open: BooleanConstructor;
|
|
10851
10851
|
}>>, {
|
|
10852
|
-
readonly open: boolean;
|
|
10853
10852
|
readonly virtualTriggering: boolean;
|
|
10853
|
+
readonly open: boolean;
|
|
10854
10854
|
}>;
|
|
10855
10855
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10856
10856
|
readonly disabled: BooleanConstructor;
|
|
@@ -10910,8 +10910,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10910
10910
|
}>>, {
|
|
10911
10911
|
readonly disabled: boolean;
|
|
10912
10912
|
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>;
|
|
10913
|
-
readonly open: boolean;
|
|
10914
10913
|
readonly virtualTriggering: boolean;
|
|
10914
|
+
readonly open: boolean;
|
|
10915
10915
|
readonly triggerKeys: string[];
|
|
10916
10916
|
}>;
|
|
10917
10917
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -11172,7 +11172,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
11172
11172
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11173
11173
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11174
11174
|
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>;
|
|
11175
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11175
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11176
11176
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11177
11177
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11178
11178
|
}, {
|
|
@@ -11434,7 +11434,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
11434
11434
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11435
11435
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11436
11436
|
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>;
|
|
11437
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11437
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11438
11438
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11439
11439
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11440
11440
|
}>> & {
|
|
@@ -11712,9 +11712,9 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
11712
11712
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11713
11713
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11714
11714
|
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>;
|
|
11715
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11715
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11716
11716
|
}, {
|
|
11717
|
-
emit: ((event: "focus") => void) & ((event: "
|
|
11717
|
+
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
11718
11718
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
11719
11719
|
readonly id: StringConstructor;
|
|
11720
11720
|
readonly style: {
|
|
@@ -11961,7 +11961,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
11961
11961
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11962
11962
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11963
11963
|
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>;
|
|
11964
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11964
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
11965
11965
|
}>> & {
|
|
11966
11966
|
onClose?: (() => any) | undefined;
|
|
11967
11967
|
onFocus?: (() => any) | undefined;
|
|
@@ -12319,7 +12319,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12319
12319
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12320
12320
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12321
12321
|
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>;
|
|
12322
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12322
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12323
12323
|
}>> & {
|
|
12324
12324
|
onClose?: (() => any) | undefined;
|
|
12325
12325
|
onFocus?: (() => any) | undefined;
|
|
@@ -12328,13 +12328,13 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12328
12328
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12329
12329
|
}, {
|
|
12330
12330
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12331
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12332
12331
|
readonly offset: number;
|
|
12333
12332
|
readonly effect: string;
|
|
12334
12333
|
readonly boundariesPadding: number;
|
|
12335
12334
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12336
12335
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12337
12336
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12337
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12338
12338
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12339
12339
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12340
12340
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12602,22 +12602,20 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12602
12602
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12603
12603
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12604
12604
|
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>;
|
|
12605
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12605
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12606
12606
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12607
12607
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12608
12608
|
}>>, {
|
|
12609
12609
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12610
|
-
readonly showAfter: number;
|
|
12611
|
-
readonly hideAfter: number;
|
|
12612
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12613
12610
|
readonly offset: number;
|
|
12614
|
-
readonly content: string;
|
|
12615
|
-
readonly transition: string;
|
|
12616
12611
|
readonly effect: string;
|
|
12612
|
+
readonly showAfter: number;
|
|
12613
|
+
readonly hideAfter: number;
|
|
12617
12614
|
readonly boundariesPadding: number;
|
|
12618
12615
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12619
12616
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12620
12617
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12618
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12621
12619
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12622
12620
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12623
12621
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12626,7 +12624,9 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12626
12624
|
readonly pure: boolean;
|
|
12627
12625
|
readonly virtualTriggering: boolean;
|
|
12628
12626
|
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>;
|
|
12627
|
+
readonly content: string;
|
|
12629
12628
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12629
|
+
readonly transition: string;
|
|
12630
12630
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12631
12631
|
readonly persistent: boolean;
|
|
12632
12632
|
}>;
|
|
@@ -12936,7 +12936,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12936
12936
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
12937
12937
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12938
12938
|
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>;
|
|
12939
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12939
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
|
|
12940
12940
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12941
12941
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12942
12942
|
"onUpdate:visible": {
|
|
@@ -12945,25 +12945,22 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12945
12945
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12946
12946
|
__epPropKey: true;
|
|
12947
12947
|
};
|
|
12948
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12948
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown, "tooltip", boolean>;
|
|
12949
12949
|
}>> & {
|
|
12950
12950
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
12951
12951
|
}, {
|
|
12952
12952
|
disabled: boolean;
|
|
12953
12953
|
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>;
|
|
12954
12954
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12955
|
-
showAfter: number;
|
|
12956
|
-
hideAfter: number;
|
|
12957
|
-
open: boolean;
|
|
12958
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12959
12955
|
offset: number;
|
|
12960
|
-
content: string;
|
|
12961
|
-
transition: string;
|
|
12962
12956
|
effect: string;
|
|
12957
|
+
showAfter: number;
|
|
12958
|
+
hideAfter: number;
|
|
12963
12959
|
boundariesPadding: number;
|
|
12964
12960
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12965
12961
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12966
12962
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12963
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12967
12964
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12968
12965
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12969
12966
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12972,10 +12969,13 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12972
12969
|
pure: boolean;
|
|
12973
12970
|
virtualTriggering: boolean;
|
|
12974
12971
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
12972
|
+
content: string;
|
|
12975
12973
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12974
|
+
transition: string;
|
|
12976
12975
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12977
12976
|
persistent: boolean;
|
|
12978
|
-
|
|
12977
|
+
open: boolean;
|
|
12978
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
12979
12979
|
triggerKeys: string[];
|
|
12980
12980
|
arrowOffset: number;
|
|
12981
12981
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -13136,8 +13136,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13136
13136
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13137
13137
|
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>;
|
|
13138
13138
|
}>> & {
|
|
13139
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13140
13139
|
onChange?: ((value: string) => any) | undefined;
|
|
13140
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13141
13141
|
onInput?: ((value: string) => any) | undefined;
|
|
13142
13142
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13143
13143
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -13403,8 +13403,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13403
13403
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13404
13404
|
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>;
|
|
13405
13405
|
}>> & {
|
|
13406
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13407
13406
|
onChange?: ((value: string) => any) | undefined;
|
|
13407
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13408
13408
|
onInput?: ((value: string) => any) | undefined;
|
|
13409
13409
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13410
13410
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -13535,8 +13535,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13535
13535
|
};
|
|
13536
13536
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13537
13537
|
}>> & {
|
|
13538
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
13539
13538
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
13539
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
13540
13540
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
13541
13541
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
13542
13542
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -13659,8 +13659,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13659
13659
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13660
13660
|
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
13661
|
}>> & {
|
|
13662
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13663
13662
|
onChange?: ((value: string) => any) | undefined;
|
|
13663
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13664
13664
|
onInput?: ((value: string) => any) | undefined;
|
|
13665
13665
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13666
13666
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -13763,8 +13763,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13763
13763
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13764
13764
|
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
13765
|
}>> & {
|
|
13766
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13767
13766
|
onChange?: ((value: string) => any) | undefined;
|
|
13767
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13768
13768
|
onInput?: ((value: string) => any) | undefined;
|
|
13769
13769
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13770
13770
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -13854,8 +13854,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13854
13854
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13855
13855
|
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
13856
|
}>> & {
|
|
13857
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13858
13857
|
onChange?: ((value: string) => any) | undefined;
|
|
13858
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13859
13859
|
onInput?: ((value: string) => any) | undefined;
|
|
13860
13860
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13861
13861
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -14158,8 +14158,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
14158
14158
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14159
14159
|
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
14160
|
}>> & {
|
|
14161
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14162
14161
|
onChange?: ((value: string) => any) | undefined;
|
|
14162
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14163
14163
|
onInput?: ((value: string) => any) | undefined;
|
|
14164
14164
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14165
14165
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -14249,8 +14249,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
14249
14249
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14250
14250
|
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
14251
|
}>> & {
|
|
14252
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14253
14252
|
onChange?: ((value: string) => any) | undefined;
|
|
14253
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14254
14254
|
onInput?: ((value: string) => any) | undefined;
|
|
14255
14255
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14256
14256
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -14607,8 +14607,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
14607
14607
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14608
14608
|
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
14609
|
}>> & {
|
|
14610
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14611
14610
|
onChange?: ((value: string) => any) | undefined;
|
|
14611
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14612
14612
|
onInput?: ((value: string) => any) | undefined;
|
|
14613
14613
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14614
14614
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -14874,8 +14874,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
14874
14874
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14875
14875
|
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
14876
|
}>> & {
|
|
14877
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14878
14877
|
onChange?: ((value: string) => any) | undefined;
|
|
14878
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14879
14879
|
onInput?: ((value: string) => any) | undefined;
|
|
14880
14880
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14881
14881
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -15006,8 +15006,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
15006
15006
|
};
|
|
15007
15007
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
15008
15008
|
}>> & {
|
|
15009
|
-
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
15010
15009
|
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
15010
|
+
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
15011
15011
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
15012
15012
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
15013
15013
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -15188,8 +15188,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
15188
15188
|
};
|
|
15189
15189
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
15190
15190
|
}>> & {
|
|
15191
|
-
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
15192
15191
|
onChange?: ((val: string | null) => any) | undefined;
|
|
15192
|
+
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
15193
15193
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
15194
15194
|
}, {
|
|
15195
15195
|
readonly disabled: boolean;
|