element-plus-secondary 0.4.2 → 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/es/components/affix/index.d.ts +1 -1
- package/es/components/affix/index.mjs +2 -2
- package/es/components/affix/src/affix.mjs +26 -117
- package/es/components/affix/src/affix.mjs.map +1 -1
- package/es/components/affix/src/affix.vue.d.ts +1 -1
- package/es/components/affix/src/affix2.mjs +117 -26
- package/es/components/affix/src/affix2.mjs.map +1 -1
- package/es/components/alert/index.mjs +2 -2
- package/es/components/alert/src/alert.mjs +36 -96
- package/es/components/alert/src/alert.mjs.map +1 -1
- package/es/components/alert/src/alert2.mjs +96 -36
- package/es/components/alert/src/alert2.mjs.map +1 -1
- package/es/components/autocomplete/index.d.ts +116 -116
- package/es/components/autocomplete/src/autocomplete.vue.d.ts +116 -116
- package/es/components/autocomplete/src/autocomplete2.mjs +1 -1
- package/es/components/breadcrumb/index.d.ts +2 -2
- package/es/components/breadcrumb/index.mjs +4 -4
- package/es/components/breadcrumb/src/breadcrumb-item.mjs +11 -57
- package/es/components/breadcrumb/src/breadcrumb-item.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb-item.vue.d.ts +1 -1
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs +57 -11
- package/es/components/breadcrumb/src/breadcrumb-item2.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb.mjs +37 -11
- package/es/components/breadcrumb/src/breadcrumb.mjs.map +1 -1
- package/es/components/breadcrumb/src/breadcrumb2.mjs +11 -37
- package/es/components/breadcrumb/src/breadcrumb2.mjs.map +1 -1
- package/es/components/carousel/index.d.ts +2 -2
- package/es/components/carousel/src/carousel.vue.d.ts +2 -2
- package/es/components/cascader/index.d.ts +162 -162
- package/es/components/cascader/src/index.mjs +2 -2
- package/es/components/cascader/src/index.vue.d.ts +81 -81
- package/es/components/cascader-panel/index.d.ts +2 -2
- package/es/components/cascader-panel/src/index.mjs +1 -1
- package/es/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/es/components/cascader-panel/src/menu.mjs +1 -1
- package/es/components/cascader-panel/src/node.mjs +209 -116
- package/es/components/cascader-panel/src/node.mjs.map +1 -1
- package/es/components/cascader-panel/src/node2.mjs +116 -209
- package/es/components/cascader-panel/src/node2.mjs.map +1 -1
- package/es/components/cascader-panel/src/store.mjs +1 -1
- package/es/components/checkbox/index.d.ts +10 -10
- package/es/components/checkbox/index.mjs +2 -2
- package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox-group.mjs +72 -28
- package/es/components/checkbox/src/checkbox-group.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox-group2.mjs +28 -72
- package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/es/components/col/index.mjs +2 -2
- package/es/components/col/src/col.mjs +43 -66
- package/es/components/col/src/col.mjs.map +1 -1
- package/es/components/col/src/col2.mjs +66 -43
- package/es/components/col/src/col2.mjs.map +1 -1
- package/es/components/collapse/index.d.ts +2 -2
- package/es/components/collapse/index.mjs +4 -4
- package/es/components/collapse/src/collapse-item.mjs +19 -97
- package/es/components/collapse/src/collapse-item.mjs.map +1 -1
- package/es/components/collapse/src/collapse-item2.mjs +97 -19
- package/es/components/collapse/src/collapse-item2.mjs.map +1 -1
- package/es/components/collapse/src/collapse.mjs +30 -17
- package/es/components/collapse/src/collapse.mjs.map +1 -1
- package/es/components/collapse/src/collapse.vue.d.ts +2 -2
- package/es/components/collapse/src/collapse2.mjs +17 -30
- package/es/components/collapse/src/collapse2.mjs.map +1 -1
- package/es/components/collection/index.mjs +1 -1
- package/es/components/collection/src/collection.mjs +62 -10
- package/es/components/collection/src/collection.mjs.map +1 -1
- package/es/components/collection/src/collection2.mjs +10 -62
- package/es/components/collection/src/collection2.mjs.map +1 -1
- package/es/components/color-picker/index.d.ts +151 -152
- package/es/components/color-picker/index.mjs +2 -2
- package/es/components/color-picker/src/color-picker.mjs +50 -392
- package/es/components/color-picker/src/color-picker.mjs.map +1 -1
- package/es/components/color-picker/src/color-picker.vue.d.ts +151 -152
- package/es/components/color-picker/src/color-picker2.mjs +398 -50
- package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
- package/es/components/color-picker/src/components/alpha-slider.vue.d.ts +16 -16
- package/es/components/color-picker/src/components/predefine.mjs +1 -1
- package/es/components/date-picker/index.d.ts +2 -2
- package/es/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
- package/es/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
- package/es/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
- package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +38 -38
- package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +36 -36
- package/es/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
- package/es/components/date-picker/src/date-picker.d.ts +1 -1
- package/es/components/date-picker/src/panel-utils.d.ts +81 -81
- package/es/components/descriptions/index.d.ts +3 -3
- package/es/components/descriptions/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/index.mjs +2 -2
- package/es/components/dialog/src/dialog-content.mjs +87 -37
- package/es/components/dialog/src/dialog-content.mjs.map +1 -1
- package/es/components/dialog/src/dialog-content2.mjs +37 -87
- package/es/components/dialog/src/dialog-content2.mjs.map +1 -1
- package/es/components/dialog/src/dialog.mjs +70 -170
- package/es/components/dialog/src/dialog.mjs.map +1 -1
- package/es/components/dialog/src/dialog.vue.d.ts +2 -2
- package/es/components/dialog/src/dialog2.mjs +170 -70
- package/es/components/dialog/src/dialog2.mjs.map +1 -1
- package/es/components/divider/index.mjs +2 -2
- package/es/components/divider/src/divider.mjs +35 -17
- package/es/components/divider/src/divider.mjs.map +1 -1
- package/es/components/divider/src/divider2.mjs +17 -35
- package/es/components/divider/src/divider2.mjs.map +1 -1
- package/es/components/drawer/index.d.ts +2 -2
- package/es/components/drawer/src/drawer.mjs +1 -1
- package/es/components/drawer/src/drawer.vue.d.ts +2 -2
- package/es/components/dropdown/index.d.ts +64 -64
- package/es/components/dropdown/src/dropdown-item-impl.mjs +1 -1
- package/es/components/dropdown/src/dropdown.mjs +3 -3
- package/es/components/dropdown/src/dropdown.vue.d.ts +64 -64
- 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 +316 -43
- package/es/components/form/src/form-item.mjs.map +1 -1
- package/es/components/form/src/form-item2.mjs +43 -316
- package/es/components/form/src/form-item2.mjs.map +1 -1
- package/es/components/icon/index.mjs +2 -2
- package/es/components/icon/src/icon.mjs +8 -36
- package/es/components/icon/src/icon.mjs.map +1 -1
- package/es/components/icon/src/icon2.mjs +36 -8
- package/es/components/icon/src/icon2.mjs.map +1 -1
- package/es/components/image/index.d.ts +6 -6
- package/es/components/image/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 +6 -6
- 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.mjs +2 -2
- package/es/components/image-viewer/src/image-viewer.mjs +35 -405
- package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
- package/es/components/image-viewer/src/image-viewer2.mjs +405 -35
- package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
- package/es/components/index.mjs +37 -37
- package/es/components/input/index.d.ts +4 -4
- package/es/components/input/index.mjs +2 -2
- package/es/components/input/src/input.mjs +116 -442
- package/es/components/input/src/input.mjs.map +1 -1
- package/es/components/input/src/input.vue.d.ts +4 -4
- package/es/components/input/src/input2.mjs +442 -116
- package/es/components/input/src/input2.mjs.map +1 -1
- package/es/components/input-number/index.d.ts +16 -16
- package/es/components/input-number/index.mjs +2 -2
- package/es/components/input-number/src/input-number.mjs +62 -300
- package/es/components/input-number/src/input-number.mjs.map +1 -1
- package/es/components/input-number/src/input-number.vue.d.ts +16 -16
- package/es/components/input-number/src/input-number2.mjs +300 -62
- package/es/components/input-number/src/input-number2.mjs.map +1 -1
- package/es/components/link/index.mjs +2 -2
- package/es/components/link/src/link.mjs +49 -21
- package/es/components/link/src/link.mjs.map +1 -1
- package/es/components/link/src/link2.mjs +21 -49
- package/es/components/link/src/link2.mjs.map +1 -1
- package/es/components/loading/index.d.ts +1 -1
- package/es/components/menu/index.d.ts +1 -1
- package/es/components/menu/index.mjs +2 -2
- package/es/components/menu/src/menu-item-group.mjs +35 -4
- package/es/components/menu/src/menu-item-group.mjs.map +1 -1
- package/es/components/menu/src/menu-item-group2.mjs +4 -35
- package/es/components/menu/src/menu-item-group2.mjs.map +1 -1
- package/es/components/menu/src/menu.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/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 +17 -102
- package/es/components/page-header/src/page-header.mjs.map +1 -1
- package/es/components/page-header/src/page-header2.mjs +102 -17
- package/es/components/page-header/src/page-header2.mjs.map +1 -1
- package/es/components/pagination/src/components/jumper.mjs +59 -9
- package/es/components/pagination/src/components/jumper.mjs.map +1 -1
- package/es/components/pagination/src/components/jumper.vue.d.ts +4 -4
- package/es/components/pagination/src/components/jumper2.mjs +9 -59
- package/es/components/pagination/src/components/jumper2.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.mjs +68 -22
- package/es/components/pagination/src/components/sizes.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.vue.d.ts +67 -67
- package/es/components/pagination/src/components/sizes2.mjs +22 -68
- package/es/components/pagination/src/components/sizes2.mjs.map +1 -1
- package/es/components/pagination/src/pagination.mjs +2 -2
- package/es/components/popconfirm/index.d.ts +96 -96
- package/es/components/popconfirm/src/popconfirm.vue.d.ts +96 -96
- package/es/components/popconfirm/src/popconfirm2.mjs +1 -1
- package/es/components/popover/index.d.ts +105 -105
- package/es/components/popover/index.mjs +2 -2
- package/es/components/popover/src/popover.mjs +66 -111
- package/es/components/popover/src/popover.mjs.map +1 -1
- package/es/components/popover/src/popover.vue.d.ts +105 -105
- package/es/components/popover/src/popover2.mjs +111 -66
- package/es/components/popover/src/popover2.mjs.map +1 -1
- package/es/components/popper/index.d.ts +5 -5
- package/es/components/popper/src/content.d.ts +4 -4
- package/es/components/popper/src/content.vue.d.ts +4 -4
- 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 +68 -9
- package/es/components/radio/src/radio-button.mjs.map +1 -1
- package/es/components/radio/src/radio-button2.mjs +9 -68
- package/es/components/radio/src/radio-button2.mjs.map +1 -1
- package/es/components/radio/src/radio-group.mjs +68 -36
- package/es/components/radio/src/radio-group.mjs.map +1 -1
- package/es/components/radio/src/radio-group.vue.d.ts +2 -2
- package/es/components/radio/src/radio-group2.mjs +36 -68
- package/es/components/radio/src/radio-group2.mjs.map +1 -1
- package/es/components/radio/src/radio.vue.d.ts +2 -2
- package/es/components/rate/index.d.ts +2 -2
- package/es/components/rate/index.mjs +2 -2
- package/es/components/rate/src/rate.mjs +256 -98
- package/es/components/rate/src/rate.mjs.map +1 -1
- package/es/components/rate/src/rate.vue.d.ts +2 -2
- package/es/components/rate/src/rate2.mjs +98 -256
- package/es/components/rate/src/rate2.mjs.map +1 -1
- package/es/components/result/index.mjs +2 -2
- package/es/components/result/src/result.mjs +63 -29
- package/es/components/result/src/result.mjs.map +1 -1
- package/es/components/result/src/result2.mjs +29 -63
- package/es/components/result/src/result2.mjs.map +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 +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 +2 -2
- 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/select/index.d.ts +67 -67
- package/es/components/select/src/arrow-down.mjs +19 -0
- package/es/components/select/src/arrow-down.mjs.map +1 -0
- package/es/components/select/src/select.mjs +4 -3
- package/es/components/select/src/select.mjs.map +1 -1
- package/es/components/select/src/select.vue.d.ts +67 -67
- package/es/components/select/src/useSelect.d.ts +63 -63
- package/es/components/select-v2/index.d.ts +130 -130
- package/es/components/select-v2/src/defaults.mjs +1 -1
- package/es/components/select-v2/src/select.vue.d.ts +65 -65
- package/es/components/select-v2/src/useSelect.d.ts +63 -63
- package/es/components/skeleton/index.d.ts +9 -9
- package/es/components/skeleton/index.mjs +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 +178 -178
- package/es/components/slider/src/button.mjs +21 -93
- package/es/components/slider/src/button.mjs.map +1 -1
- package/es/components/slider/src/button.vue.d.ts +32 -32
- package/es/components/slider/src/button2.mjs +93 -21
- package/es/components/slider/src/button2.mjs.map +1 -1
- package/es/components/slider/src/composables/use-slide.d.ts +128 -128
- package/es/components/slider/src/slider.vue.d.ts +178 -178
- package/es/components/slider/src/slider2.mjs +1 -1
- package/es/components/space/index.d.ts +2 -2
- package/es/components/space/src/space.d.ts +2 -2
- package/es/components/steps/index.d.ts +1 -1
- package/es/components/steps/index.mjs +2 -2
- package/es/components/steps/src/item.mjs +194 -20
- package/es/components/steps/src/item.mjs.map +1 -1
- package/es/components/steps/src/item2.mjs +20 -194
- package/es/components/steps/src/item2.mjs.map +1 -1
- package/es/components/steps/src/steps.vue.d.ts +1 -1
- package/es/components/switch/index.d.ts +3 -3
- package/es/components/switch/index.mjs +2 -2
- package/es/components/switch/src/switch.mjs +88 -240
- package/es/components/switch/src/switch.mjs.map +1 -1
- package/es/components/switch/src/switch.vue.d.ts +3 -3
- package/es/components/switch/src/switch2.mjs +240 -88
- package/es/components/switch/src/switch2.mjs.map +1 -1
- package/es/components/table/index.d.ts +2 -2
- package/es/components/table/src/filter-panel.vue.d.ts +63 -63
- package/es/components/table/src/table.vue.d.ts +2 -2
- package/es/components/table/src/util.d.ts +9 -9
- package/es/components/tabs/index.mjs +1 -1
- package/es/components/tabs/src/tab-bar.mjs +81 -7
- package/es/components/tabs/src/tab-bar.mjs.map +1 -1
- package/es/components/tabs/src/tab-bar2.mjs +7 -81
- package/es/components/tabs/src/tab-bar2.mjs.map +1 -1
- package/es/components/tabs/src/tab-nav.mjs +1 -1
- package/es/components/tag/index.mjs +2 -2
- package/es/components/tag/src/tag.mjs +96 -32
- package/es/components/tag/src/tag.mjs.map +1 -1
- package/es/components/tag/src/tag2.mjs +32 -96
- package/es/components/tag/src/tag2.mjs.map +1 -1
- package/es/components/teleport/index.mjs +2 -2
- package/es/components/teleport/src/teleport.mjs +44 -18
- package/es/components/teleport/src/teleport.mjs.map +1 -1
- package/es/components/teleport/src/teleport2.mjs +18 -44
- package/es/components/teleport/src/teleport2.mjs.map +1 -1
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/src/common/picker.vue.d.ts +102 -102
- package/es/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
- package/es/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
- package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
- package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
- package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
- package/es/components/time-picker/src/time-picker.d.ts +1 -1
- package/es/components/time-select/index.d.ts +276 -276
- package/es/components/time-select/index.mjs +1 -1
- package/es/components/time-select/src/time-select.mjs +48 -117
- package/es/components/time-select/src/time-select.mjs.map +1 -1
- package/es/components/time-select/src/time-select.vue.d.ts +138 -138
- package/es/components/time-select/src/time-select2.mjs +117 -48
- package/es/components/time-select/src/time-select2.mjs.map +1 -1
- 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 +32 -32
- package/es/components/tooltip/index.mjs +2 -2
- package/es/components/tooltip/src/content.d.ts +1 -1
- package/es/components/tooltip/src/content.mjs +167 -39
- package/es/components/tooltip/src/content.mjs.map +1 -1
- package/es/components/tooltip/src/content.vue.d.ts +12 -12
- package/es/components/tooltip/src/content2.mjs +39 -167
- package/es/components/tooltip/src/content2.mjs.map +1 -1
- package/es/components/tooltip/src/tooltip.d.ts +2 -2
- package/es/components/tooltip/src/tooltip.mjs +2 -2
- package/es/components/tooltip/src/tooltip.vue.d.ts +32 -32
- package/es/components/tooltip/src/tooltip2.mjs +2 -2
- package/es/components/tooltip/src/trigger.mjs +16 -74
- package/es/components/tooltip/src/trigger.mjs.map +1 -1
- package/es/components/tooltip/src/trigger.vue.d.ts +2 -2
- package/es/components/tooltip/src/trigger2.mjs +74 -16
- package/es/components/tooltip/src/trigger2.mjs.map +1 -1
- package/es/components/tooltip-v2/index.d.ts +35 -35
- package/es/components/tooltip-v2/index.mjs +2 -2
- 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/content2.mjs +1 -1
- package/es/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/es/components/tooltip-v2/src/tooltip.mjs +73 -20
- package/es/components/tooltip-v2/src/tooltip.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/es/components/tooltip-v2/src/tooltip2.mjs +20 -73
- package/es/components/tooltip-v2/src/tooltip2.mjs.map +1 -1
- package/es/components/transfer/index.d.ts +62 -62
- package/es/components/transfer/src/transfer-panel.vue.d.ts +12 -12
- package/es/components/transfer/src/transfer.vue.d.ts +62 -62
- package/es/components/tree/index.d.ts +4 -4
- package/es/components/tree/src/tree-node.vue.d.ts +1 -1
- package/es/components/tree/src/tree.vue.d.ts +2 -2
- package/es/components/tree-v2/index.d.ts +8 -8
- package/es/components/tree-v2/src/tree-node.vue.d.ts +6 -6
- package/es/components/tree-v2/src/tree.vue.d.ts +8 -8
- package/es/components/upload/index.d.ts +5 -5
- package/es/components/upload/index.mjs +1 -1
- package/es/components/upload/src/upload-content.mjs +170 -33
- 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 +33 -170
- package/es/components/upload/src/upload-content2.mjs.map +1 -1
- package/es/components/upload/src/upload.vue.d.ts +5 -5
- package/es/components/upload/src/upload2.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/components/visual-hidden/index.mjs +3 -3
- package/es/components/visual-hidden/src/visual-hidden.mjs +7 -35
- package/es/components/visual-hidden/src/visual-hidden.mjs.map +1 -1
- package/es/components/visual-hidden/src/visual-hidden2.mjs +35 -7
- package/es/components/visual-hidden/src/visual-hidden2.mjs.map +1 -1
- package/es/index.mjs +37 -37
- package/es/utils/vue/vnode.d.ts +6 -6
- package/lib/components/affix/index.d.ts +1 -1
- package/lib/components/affix/index.js +2 -2
- package/lib/components/affix/src/affix.js +27 -117
- package/lib/components/affix/src/affix.js.map +1 -1
- package/lib/components/affix/src/affix.vue.d.ts +1 -1
- package/lib/components/affix/src/affix2.js +117 -27
- package/lib/components/affix/src/affix2.js.map +1 -1
- package/lib/components/alert/index.js +2 -2
- package/lib/components/alert/src/alert.js +37 -95
- package/lib/components/alert/src/alert.js.map +1 -1
- package/lib/components/alert/src/alert2.js +95 -37
- package/lib/components/alert/src/alert2.js.map +1 -1
- package/lib/components/autocomplete/index.d.ts +116 -116
- package/lib/components/autocomplete/src/autocomplete.vue.d.ts +116 -116
- package/lib/components/autocomplete/src/autocomplete2.js +1 -1
- package/lib/components/breadcrumb/index.d.ts +2 -2
- package/lib/components/breadcrumb/index.js +4 -4
- package/lib/components/breadcrumb/src/breadcrumb-item.js +11 -57
- package/lib/components/breadcrumb/src/breadcrumb-item.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb-item.vue.d.ts +1 -1
- package/lib/components/breadcrumb/src/breadcrumb-item2.js +57 -11
- package/lib/components/breadcrumb/src/breadcrumb-item2.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb.js +37 -11
- package/lib/components/breadcrumb/src/breadcrumb.js.map +1 -1
- package/lib/components/breadcrumb/src/breadcrumb2.js +11 -37
- package/lib/components/breadcrumb/src/breadcrumb2.js.map +1 -1
- package/lib/components/carousel/index.d.ts +2 -2
- package/lib/components/carousel/src/carousel.vue.d.ts +2 -2
- package/lib/components/cascader/index.d.ts +162 -162
- package/lib/components/cascader/src/index.js +2 -2
- package/lib/components/cascader/src/index.vue.d.ts +81 -81
- package/lib/components/cascader-panel/index.d.ts +2 -2
- package/lib/components/cascader-panel/src/index.js +1 -1
- package/lib/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/lib/components/cascader-panel/src/menu.js +1 -1
- package/lib/components/cascader-panel/src/node.js +209 -116
- package/lib/components/cascader-panel/src/node.js.map +1 -1
- package/lib/components/cascader-panel/src/node2.js +116 -209
- package/lib/components/cascader-panel/src/node2.js.map +1 -1
- package/lib/components/cascader-panel/src/store.js +1 -1
- package/lib/components/checkbox/index.d.ts +10 -10
- package/lib/components/checkbox/index.js +2 -2
- package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox-group.js +72 -29
- package/lib/components/checkbox/src/checkbox-group.js.map +1 -1
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox-group2.js +29 -72
- package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
- package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/lib/components/col/index.js +2 -2
- package/lib/components/col/src/col.js +43 -66
- package/lib/components/col/src/col.js.map +1 -1
- package/lib/components/col/src/col2.js +66 -43
- package/lib/components/col/src/col2.js.map +1 -1
- package/lib/components/collapse/index.d.ts +2 -2
- package/lib/components/collapse/index.js +4 -4
- package/lib/components/collapse/src/collapse-item.js +19 -97
- package/lib/components/collapse/src/collapse-item.js.map +1 -1
- package/lib/components/collapse/src/collapse-item2.js +97 -19
- package/lib/components/collapse/src/collapse-item2.js.map +1 -1
- package/lib/components/collapse/src/collapse.js +30 -19
- package/lib/components/collapse/src/collapse.js.map +1 -1
- package/lib/components/collapse/src/collapse.vue.d.ts +2 -2
- package/lib/components/collapse/src/collapse2.js +19 -30
- package/lib/components/collapse/src/collapse2.js.map +1 -1
- package/lib/components/collection/index.js +1 -1
- package/lib/components/collection/src/collection.js +62 -9
- package/lib/components/collection/src/collection.js.map +1 -1
- package/lib/components/collection/src/collection2.js +9 -62
- package/lib/components/collection/src/collection2.js.map +1 -1
- package/lib/components/color-picker/index.d.ts +151 -152
- package/lib/components/color-picker/index.js +2 -2
- package/lib/components/color-picker/src/color-picker.js +50 -390
- package/lib/components/color-picker/src/color-picker.js.map +1 -1
- package/lib/components/color-picker/src/color-picker.vue.d.ts +151 -152
- package/lib/components/color-picker/src/color-picker2.js +396 -50
- package/lib/components/color-picker/src/color-picker2.js.map +1 -1
- package/lib/components/color-picker/src/components/alpha-slider.vue.d.ts +16 -16
- package/lib/components/color-picker/src/components/predefine.js +1 -1
- package/lib/components/date-picker/index.d.ts +2 -2
- package/lib/components/date-picker/src/composables/use-range-picker.d.ts +1 -1
- package/lib/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +6 -6
- package/lib/components/date-picker/src/date-picker-com/basic-month-table.vue.d.ts +1 -1
- package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +38 -38
- package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +36 -36
- package/lib/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +7 -7
- package/lib/components/date-picker/src/date-picker.d.ts +1 -1
- package/lib/components/date-picker/src/panel-utils.d.ts +81 -81
- package/lib/components/descriptions/index.d.ts +3 -3
- package/lib/components/descriptions/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/index.js +2 -2
- package/lib/components/dialog/src/dialog-content.js +86 -37
- package/lib/components/dialog/src/dialog-content.js.map +1 -1
- package/lib/components/dialog/src/dialog-content2.js +37 -86
- package/lib/components/dialog/src/dialog-content2.js.map +1 -1
- package/lib/components/dialog/src/dialog.js +70 -169
- package/lib/components/dialog/src/dialog.js.map +1 -1
- package/lib/components/dialog/src/dialog.vue.d.ts +2 -2
- package/lib/components/dialog/src/dialog2.js +169 -70
- package/lib/components/dialog/src/dialog2.js.map +1 -1
- package/lib/components/divider/index.js +2 -2
- package/lib/components/divider/src/divider.js +35 -17
- package/lib/components/divider/src/divider.js.map +1 -1
- package/lib/components/divider/src/divider2.js +17 -35
- package/lib/components/divider/src/divider2.js.map +1 -1
- package/lib/components/drawer/index.d.ts +2 -2
- package/lib/components/drawer/src/drawer.js +1 -1
- package/lib/components/drawer/src/drawer.vue.d.ts +2 -2
- package/lib/components/dropdown/index.d.ts +64 -64
- package/lib/components/dropdown/src/dropdown-item-impl.js +1 -1
- package/lib/components/dropdown/src/dropdown.js +3 -3
- package/lib/components/dropdown/src/dropdown.vue.d.ts +64 -64
- 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 +320 -44
- package/lib/components/form/src/form-item.js.map +1 -1
- package/lib/components/form/src/form-item2.js +44 -320
- package/lib/components/form/src/form-item2.js.map +1 -1
- package/lib/components/icon/index.js +2 -2
- package/lib/components/icon/src/icon.js +8 -36
- package/lib/components/icon/src/icon.js.map +1 -1
- package/lib/components/icon/src/icon2.js +36 -8
- package/lib/components/icon/src/icon2.js.map +1 -1
- package/lib/components/image/index.d.ts +6 -6
- package/lib/components/image/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 +6 -6
- 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.js +2 -2
- package/lib/components/image-viewer/src/image-viewer.js +36 -405
- package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
- package/lib/components/image-viewer/src/image-viewer2.js +405 -36
- package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
- package/lib/components/index.js +37 -37
- package/lib/components/input/index.d.ts +4 -4
- package/lib/components/input/index.js +2 -2
- package/lib/components/input/src/input.js +116 -441
- package/lib/components/input/src/input.js.map +1 -1
- package/lib/components/input/src/input.vue.d.ts +4 -4
- package/lib/components/input/src/input2.js +441 -116
- package/lib/components/input/src/input2.js.map +1 -1
- package/lib/components/input-number/index.d.ts +16 -16
- package/lib/components/input-number/index.js +2 -2
- package/lib/components/input-number/src/input-number.js +62 -299
- package/lib/components/input-number/src/input-number.js.map +1 -1
- package/lib/components/input-number/src/input-number.vue.d.ts +16 -16
- package/lib/components/input-number/src/input-number2.js +299 -62
- package/lib/components/input-number/src/input-number2.js.map +1 -1
- package/lib/components/link/index.js +2 -2
- package/lib/components/link/src/link.js +49 -22
- package/lib/components/link/src/link.js.map +1 -1
- package/lib/components/link/src/link2.js +22 -49
- package/lib/components/link/src/link2.js.map +1 -1
- package/lib/components/loading/index.d.ts +1 -1
- package/lib/components/menu/index.d.ts +1 -1
- package/lib/components/menu/index.js +2 -2
- package/lib/components/menu/src/menu-item-group.js +35 -4
- package/lib/components/menu/src/menu-item-group.js.map +1 -1
- package/lib/components/menu/src/menu-item-group2.js +4 -35
- package/lib/components/menu/src/menu-item-group2.js.map +1 -1
- package/lib/components/menu/src/menu.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/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 +18 -102
- package/lib/components/page-header/src/page-header.js.map +1 -1
- package/lib/components/page-header/src/page-header2.js +102 -18
- package/lib/components/page-header/src/page-header2.js.map +1 -1
- package/lib/components/pagination/src/components/jumper.js +59 -9
- package/lib/components/pagination/src/components/jumper.js.map +1 -1
- package/lib/components/pagination/src/components/jumper.vue.d.ts +4 -4
- package/lib/components/pagination/src/components/jumper2.js +9 -59
- package/lib/components/pagination/src/components/jumper2.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.js +68 -22
- package/lib/components/pagination/src/components/sizes.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.vue.d.ts +67 -67
- package/lib/components/pagination/src/components/sizes2.js +22 -68
- package/lib/components/pagination/src/components/sizes2.js.map +1 -1
- package/lib/components/pagination/src/pagination.js +2 -2
- package/lib/components/popconfirm/index.d.ts +96 -96
- package/lib/components/popconfirm/src/popconfirm.vue.d.ts +96 -96
- package/lib/components/popconfirm/src/popconfirm2.js +1 -1
- package/lib/components/popover/index.d.ts +105 -105
- package/lib/components/popover/index.js +2 -2
- package/lib/components/popover/src/popover.js +67 -111
- package/lib/components/popover/src/popover.js.map +1 -1
- package/lib/components/popover/src/popover.vue.d.ts +105 -105
- package/lib/components/popover/src/popover2.js +111 -67
- package/lib/components/popover/src/popover2.js.map +1 -1
- package/lib/components/popper/index.d.ts +5 -5
- package/lib/components/popper/src/content.d.ts +4 -4
- package/lib/components/popper/src/content.vue.d.ts +4 -4
- 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 +68 -9
- package/lib/components/radio/src/radio-button.js.map +1 -1
- package/lib/components/radio/src/radio-button2.js +9 -68
- package/lib/components/radio/src/radio-button2.js.map +1 -1
- package/lib/components/radio/src/radio-group.js +68 -37
- package/lib/components/radio/src/radio-group.js.map +1 -1
- package/lib/components/radio/src/radio-group.vue.d.ts +2 -2
- package/lib/components/radio/src/radio-group2.js +37 -68
- package/lib/components/radio/src/radio-group2.js.map +1 -1
- package/lib/components/radio/src/radio.vue.d.ts +2 -2
- package/lib/components/rate/index.d.ts +2 -2
- package/lib/components/rate/index.js +2 -2
- package/lib/components/rate/src/rate.js +255 -98
- package/lib/components/rate/src/rate.js.map +1 -1
- package/lib/components/rate/src/rate.vue.d.ts +2 -2
- package/lib/components/rate/src/rate2.js +98 -255
- package/lib/components/rate/src/rate2.js.map +1 -1
- package/lib/components/result/index.js +2 -2
- package/lib/components/result/src/result.js +63 -31
- package/lib/components/result/src/result.js.map +1 -1
- package/lib/components/result/src/result2.js +31 -63
- package/lib/components/result/src/result2.js.map +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 +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 +2 -2
- 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/select/index.d.ts +67 -67
- package/lib/components/select/src/arrow-down.js +23 -0
- package/lib/components/select/src/arrow-down.js.map +1 -0
- package/lib/components/select/src/select.js +4 -3
- package/lib/components/select/src/select.js.map +1 -1
- package/lib/components/select/src/select.vue.d.ts +67 -67
- package/lib/components/select/src/useSelect.d.ts +63 -63
- package/lib/components/select-v2/index.d.ts +130 -130
- package/lib/components/select-v2/src/defaults.js +1 -1
- package/lib/components/select-v2/src/select.vue.d.ts +65 -65
- package/lib/components/select-v2/src/useSelect.d.ts +63 -63
- package/lib/components/skeleton/index.d.ts +9 -9
- package/lib/components/skeleton/index.js +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 +178 -178
- package/lib/components/slider/src/button.js +22 -93
- package/lib/components/slider/src/button.js.map +1 -1
- package/lib/components/slider/src/button.vue.d.ts +32 -32
- package/lib/components/slider/src/button2.js +93 -22
- package/lib/components/slider/src/button2.js.map +1 -1
- package/lib/components/slider/src/composables/use-slide.d.ts +128 -128
- package/lib/components/slider/src/slider.vue.d.ts +178 -178
- package/lib/components/slider/src/slider2.js +1 -1
- package/lib/components/space/index.d.ts +2 -2
- package/lib/components/space/src/space.d.ts +2 -2
- package/lib/components/steps/index.d.ts +1 -1
- package/lib/components/steps/index.js +2 -2
- package/lib/components/steps/src/item.js +194 -20
- package/lib/components/steps/src/item.js.map +1 -1
- package/lib/components/steps/src/item2.js +20 -194
- package/lib/components/steps/src/item2.js.map +1 -1
- package/lib/components/steps/src/steps.vue.d.ts +1 -1
- package/lib/components/switch/index.d.ts +3 -3
- package/lib/components/switch/index.js +2 -2
- package/lib/components/switch/src/switch.js +88 -239
- package/lib/components/switch/src/switch.js.map +1 -1
- package/lib/components/switch/src/switch.vue.d.ts +3 -3
- package/lib/components/switch/src/switch2.js +239 -88
- package/lib/components/switch/src/switch2.js.map +1 -1
- package/lib/components/table/index.d.ts +2 -2
- package/lib/components/table/src/filter-panel.vue.d.ts +63 -63
- package/lib/components/table/src/table.vue.d.ts +2 -2
- package/lib/components/table/src/util.d.ts +9 -9
- package/lib/components/tabs/index.js +1 -1
- package/lib/components/tabs/src/tab-bar.js +81 -7
- package/lib/components/tabs/src/tab-bar.js.map +1 -1
- package/lib/components/tabs/src/tab-bar2.js +7 -81
- package/lib/components/tabs/src/tab-bar2.js.map +1 -1
- package/lib/components/tabs/src/tab-nav.js +1 -1
- package/lib/components/tag/index.js +2 -2
- package/lib/components/tag/src/tag.js +96 -33
- package/lib/components/tag/src/tag.js.map +1 -1
- package/lib/components/tag/src/tag2.js +33 -96
- package/lib/components/tag/src/tag2.js.map +1 -1
- package/lib/components/teleport/index.js +2 -2
- package/lib/components/teleport/src/teleport.js +44 -18
- package/lib/components/teleport/src/teleport.js.map +1 -1
- package/lib/components/teleport/src/teleport2.js +18 -44
- package/lib/components/teleport/src/teleport2.js.map +1 -1
- package/lib/components/time-picker/index.d.ts +2 -2
- package/lib/components/time-picker/src/common/picker.vue.d.ts +102 -102
- package/lib/components/time-picker/src/composables/use-time-picker.d.ts +2 -2
- package/lib/components/time-picker/src/props/basic-time-spinner.d.ts +1 -1
- package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +17 -17
- package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +23 -23
- package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +23 -23
- package/lib/components/time-picker/src/time-picker.d.ts +1 -1
- package/lib/components/time-select/index.d.ts +276 -276
- package/lib/components/time-select/index.js +1 -1
- package/lib/components/time-select/src/time-select.js +48 -122
- package/lib/components/time-select/src/time-select.js.map +1 -1
- package/lib/components/time-select/src/time-select.vue.d.ts +138 -138
- package/lib/components/time-select/src/time-select2.js +122 -48
- package/lib/components/time-select/src/time-select2.js.map +1 -1
- 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 +32 -32
- package/lib/components/tooltip/index.js +2 -2
- package/lib/components/tooltip/src/content.d.ts +1 -1
- package/lib/components/tooltip/src/content.js +167 -39
- package/lib/components/tooltip/src/content.js.map +1 -1
- package/lib/components/tooltip/src/content.vue.d.ts +12 -12
- package/lib/components/tooltip/src/content2.js +39 -167
- package/lib/components/tooltip/src/content2.js.map +1 -1
- package/lib/components/tooltip/src/tooltip.d.ts +2 -2
- package/lib/components/tooltip/src/tooltip.js +2 -2
- package/lib/components/tooltip/src/tooltip.vue.d.ts +32 -32
- package/lib/components/tooltip/src/tooltip2.js +2 -2
- package/lib/components/tooltip/src/trigger.js +16 -74
- package/lib/components/tooltip/src/trigger.js.map +1 -1
- package/lib/components/tooltip/src/trigger.vue.d.ts +2 -2
- package/lib/components/tooltip/src/trigger2.js +74 -16
- package/lib/components/tooltip/src/trigger2.js.map +1 -1
- package/lib/components/tooltip-v2/index.d.ts +35 -35
- package/lib/components/tooltip-v2/index.js +2 -2
- 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/content2.js +1 -1
- package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip-v2/src/tooltip.js +73 -20
- package/lib/components/tooltip-v2/src/tooltip.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +35 -35
- package/lib/components/tooltip-v2/src/tooltip2.js +20 -73
- package/lib/components/tooltip-v2/src/tooltip2.js.map +1 -1
- package/lib/components/transfer/index.d.ts +62 -62
- package/lib/components/transfer/src/transfer-panel.vue.d.ts +12 -12
- package/lib/components/transfer/src/transfer.vue.d.ts +62 -62
- package/lib/components/tree/index.d.ts +4 -4
- package/lib/components/tree/src/tree-node.vue.d.ts +1 -1
- package/lib/components/tree/src/tree.vue.d.ts +2 -2
- package/lib/components/tree-v2/index.d.ts +8 -8
- package/lib/components/tree-v2/src/tree-node.vue.d.ts +6 -6
- package/lib/components/tree-v2/src/tree.vue.d.ts +8 -8
- package/lib/components/upload/index.d.ts +5 -5
- package/lib/components/upload/index.js +1 -1
- package/lib/components/upload/src/upload-content.js +169 -32
- 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 +32 -169
- package/lib/components/upload/src/upload-content2.js.map +1 -1
- package/lib/components/upload/src/upload.vue.d.ts +5 -5
- package/lib/components/upload/src/upload2.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/components/visual-hidden/index.js +2 -2
- package/lib/components/visual-hidden/src/visual-hidden.js +7 -35
- package/lib/components/visual-hidden/src/visual-hidden.js.map +1 -1
- package/lib/components/visual-hidden/src/visual-hidden2.js +35 -7
- package/lib/components/visual-hidden/src/visual-hidden2.js.map +1 -1
- package/lib/index.js +37 -37
- 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-color-picker.css +1 -1
- package/theme-chalk/el-input-number.css +1 -1
- package/theme-chalk/el-input.css +1 -1
- package/theme-chalk/el-option.css +1 -1
- package/theme-chalk/el-pagination.css +1 -1
- package/theme-chalk/el-popper.css +1 -1
- package/theme-chalk/el-table-v2.css +1 -1
- package/theme-chalk/el-table.css +1 -1
- package/theme-chalk/el-tabs.css +1 -1
- package/theme-chalk/el-var.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/color-picker.scss +9 -0
- package/theme-chalk/src/common/var.scss +1 -1
- package/theme-chalk/src/input-number.scss +21 -0
- package/theme-chalk/src/input.scss +1 -1
- package/theme-chalk/src/option.scss +4 -1
- package/theme-chalk/src/pagination.scss +1 -1
- package/theme-chalk/src/popper.scss +8 -0
- package/theme-chalk/src/tabs.scss +2 -2
- package/theme-chalk/src/var.scss +5 -0
|
@@ -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
|
-
onChange?: ((val: string | null) => any) | undefined;
|
|
54
53
|
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
54
|
+
onChange?: ((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
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
438
437
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
438
|
+
onChange?: ((prev: number | undefined, cur: 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,12 +558,12 @@ 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
|
-
onChange?: ((value: string) => any) | undefined;
|
|
562
561
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
562
|
+
onChange?: ((value: string) => any) | undefined;
|
|
563
|
+
onClear?: (() => any) | undefined;
|
|
563
564
|
onInput?: ((value: string) => any) | undefined;
|
|
564
565
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
565
566
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
566
|
-
onClear?: (() => any) | undefined;
|
|
567
567
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
568
568
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
569
569
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -662,12 +662,12 @@ 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
|
-
onChange?: ((value: string) => any) | undefined;
|
|
666
665
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
666
|
+
onChange?: ((value: string) => any) | undefined;
|
|
667
|
+
onClear?: (() => any) | undefined;
|
|
667
668
|
onInput?: ((value: string) => any) | undefined;
|
|
668
669
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
669
670
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
670
|
-
onClear?: (() => any) | undefined;
|
|
671
671
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
672
672
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
673
673
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -753,12 +753,12 @@ 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
|
-
onChange?: ((value: string) => any) | undefined;
|
|
757
756
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
757
|
+
onChange?: ((value: string) => any) | undefined;
|
|
758
|
+
onClear?: (() => any) | undefined;
|
|
758
759
|
onInput?: ((value: string) => any) | undefined;
|
|
759
760
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
760
761
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
761
|
-
onClear?: (() => any) | undefined;
|
|
762
762
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
763
763
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
764
764
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1057,12 +1057,12 @@ 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
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1061
1060
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1061
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1062
|
+
onClear?: (() => any) | undefined;
|
|
1062
1063
|
onInput?: ((value: string) => any) | undefined;
|
|
1063
1064
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1064
1065
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1065
|
-
onClear?: (() => any) | undefined;
|
|
1066
1066
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1067
1067
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1068
1068
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1148,12 +1148,12 @@ 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
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1152
1151
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1152
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1153
|
+
onClear?: (() => any) | undefined;
|
|
1153
1154
|
onInput?: ((value: string) => any) | undefined;
|
|
1154
1155
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1155
1156
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1156
|
-
onClear?: (() => any) | undefined;
|
|
1157
1157
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1158
1158
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1159
1159
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1506,12 +1506,12 @@ 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
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1510
1509
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1510
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1511
|
+
onClear?: (() => any) | undefined;
|
|
1511
1512
|
onInput?: ((value: string) => any) | undefined;
|
|
1512
1513
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1513
1514
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1514
|
-
onClear?: (() => any) | undefined;
|
|
1515
1515
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1516
1516
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1517
1517
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1773,12 +1773,12 @@ 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
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1777
1776
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1777
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1778
|
+
onClear?: (() => any) | undefined;
|
|
1778
1779
|
onInput?: ((value: string) => any) | undefined;
|
|
1779
1780
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1780
1781
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1781
|
-
onClear?: (() => any) | undefined;
|
|
1782
1782
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1783
1783
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1784
1784
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1907,8 +1907,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
1907
1907
|
};
|
|
1908
1908
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1909
1909
|
}>> & {
|
|
1910
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1911
1910
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1911
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1912
1912
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
1913
1913
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
1914
1914
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -2049,8 +2049,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2049
2049
|
};
|
|
2050
2050
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2051
2051
|
}>> & {
|
|
2052
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
2053
2052
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
2053
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
2054
2054
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
2055
2055
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
2056
2056
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -2173,12 +2173,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2173
2173
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2174
2174
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2175
2175
|
}>> & {
|
|
2176
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2177
2176
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2177
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2178
|
+
onClear?: (() => any) | undefined;
|
|
2178
2179
|
onInput?: ((value: string) => any) | undefined;
|
|
2179
2180
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2180
2181
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2181
|
-
onClear?: (() => any) | undefined;
|
|
2182
2182
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2183
2183
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2184
2184
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2277,12 +2277,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2277
2277
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2278
2278
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2279
2279
|
}>> & {
|
|
2280
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2281
2280
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2281
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2282
|
+
onClear?: (() => any) | undefined;
|
|
2282
2283
|
onInput?: ((value: string) => any) | undefined;
|
|
2283
2284
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2284
2285
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2285
|
-
onClear?: (() => any) | undefined;
|
|
2286
2286
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2287
2287
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2288
2288
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2368,12 +2368,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2368
2368
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2369
2369
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2370
2370
|
}>> & {
|
|
2371
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2372
2371
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2372
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2373
|
+
onClear?: (() => any) | undefined;
|
|
2373
2374
|
onInput?: ((value: string) => any) | undefined;
|
|
2374
2375
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2375
2376
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2376
|
-
onClear?: (() => any) | undefined;
|
|
2377
2377
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2378
2378
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2379
2379
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2672,12 +2672,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2672
2672
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2673
2673
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2674
2674
|
}>> & {
|
|
2675
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2676
2675
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2676
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2677
|
+
onClear?: (() => any) | undefined;
|
|
2677
2678
|
onInput?: ((value: string) => any) | undefined;
|
|
2678
2679
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2679
2680
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2680
|
-
onClear?: (() => any) | undefined;
|
|
2681
2681
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2682
2682
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2683
2683
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2763,12 +2763,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2763
2763
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2764
2764
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
2765
2765
|
}>> & {
|
|
2766
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2767
2766
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2767
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2768
|
+
onClear?: (() => any) | undefined;
|
|
2768
2769
|
onInput?: ((value: string) => any) | undefined;
|
|
2769
2770
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2770
2771
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2771
|
-
onClear?: (() => any) | undefined;
|
|
2772
2772
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2773
2773
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2774
2774
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -3121,12 +3121,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3121
3121
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3122
3122
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
3123
3123
|
}>> & {
|
|
3124
|
-
onChange?: ((value: string) => any) | undefined;
|
|
3125
3124
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3125
|
+
onChange?: ((value: string) => any) | undefined;
|
|
3126
|
+
onClear?: (() => any) | undefined;
|
|
3126
3127
|
onInput?: ((value: string) => any) | undefined;
|
|
3127
3128
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3128
3129
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
3129
|
-
onClear?: (() => any) | undefined;
|
|
3130
3130
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
3131
3131
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
3132
3132
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -3388,12 +3388,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3388
3388
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3389
3389
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
3390
3390
|
}>> & {
|
|
3391
|
-
onChange?: ((value: string) => any) | undefined;
|
|
3392
3391
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3392
|
+
onChange?: ((value: string) => any) | undefined;
|
|
3393
|
+
onClear?: (() => any) | undefined;
|
|
3393
3394
|
onInput?: ((value: string) => any) | undefined;
|
|
3394
3395
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3395
3396
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
3396
|
-
onClear?: (() => any) | undefined;
|
|
3397
3397
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
3398
3398
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
3399
3399
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -3522,8 +3522,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3522
3522
|
};
|
|
3523
3523
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3524
3524
|
}>> & {
|
|
3525
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
3526
3525
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
3526
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
3527
3527
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
3528
3528
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
3529
3529
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -3549,15 +3549,18 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3549
3549
|
disabled: boolean;
|
|
3550
3550
|
trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType>))[], unknown, unknown>;
|
|
3551
3551
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3552
|
-
offset: number;
|
|
3553
|
-
effect: string;
|
|
3554
3552
|
showAfter: number;
|
|
3555
3553
|
hideAfter: number;
|
|
3554
|
+
open: boolean;
|
|
3555
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3556
|
+
offset: number;
|
|
3557
|
+
content: string;
|
|
3558
|
+
transition: string;
|
|
3559
|
+
effect: string;
|
|
3556
3560
|
boundariesPadding: number;
|
|
3557
3561
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3558
3562
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3559
3563
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3560
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3561
3564
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3562
3565
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3563
3566
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3566,13 +3569,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3566
3569
|
pure: boolean;
|
|
3567
3570
|
virtualTriggering: boolean;
|
|
3568
3571
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3569
|
-
content: string;
|
|
3570
3572
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3571
|
-
transition: string;
|
|
3572
3573
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3573
3574
|
persistent: boolean;
|
|
3574
|
-
|
|
3575
|
-
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
3575
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
3576
3576
|
triggerKeys: string[];
|
|
3577
3577
|
arrowOffset: number;
|
|
3578
3578
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3882,7 +3882,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3882
3882
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3883
3883
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3884
3884
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
3885
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3885
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
3886
3886
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3887
3887
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3888
3888
|
"onUpdate:visible": {
|
|
@@ -3891,10 +3891,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3891
3891
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3892
3892
|
__epPropKey: true;
|
|
3893
3893
|
};
|
|
3894
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3894
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
3895
3895
|
}>> & {
|
|
3896
3896
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3897
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "
|
|
3897
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "showAfter" | "hideAfter" | "open" | "strategy" | "offset" | "content" | "transition" | "effect" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "popperOptions" | "enterable" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "visible" | "pure" | "virtualTriggering" | "appendTo" | "rawContent" | "teleported" | "persistent" | "role" | "triggerKeys" | "arrowOffset" | "showArrow">;
|
|
3898
3898
|
$attrs: {
|
|
3899
3899
|
[x: string]: unknown;
|
|
3900
3900
|
};
|
|
@@ -4214,7 +4214,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4214
4214
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4215
4215
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4216
4216
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
4217
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4217
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
4218
4218
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4219
4219
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4220
4220
|
"onUpdate:visible": {
|
|
@@ -4223,7 +4223,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4223
4223
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4224
4224
|
__epPropKey: true;
|
|
4225
4225
|
};
|
|
4226
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4226
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4227
4227
|
}>> & {
|
|
4228
4228
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4229
4229
|
}, {
|
|
@@ -4533,7 +4533,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4533
4533
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
4534
4534
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4535
4535
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
4536
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4536
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
4537
4537
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4538
4538
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4539
4539
|
"onUpdate:visible": {
|
|
@@ -4542,7 +4542,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4542
4542
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4543
4543
|
__epPropKey: true;
|
|
4544
4544
|
};
|
|
4545
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4545
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4546
4546
|
}>> & {
|
|
4547
4547
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4548
4548
|
}>>;
|
|
@@ -4561,10 +4561,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4561
4561
|
controlled: import("vue").ComputedRef<boolean>;
|
|
4562
4562
|
isFocusInsideContent: () => boolean | undefined;
|
|
4563
4563
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4564
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4564
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4565
4565
|
}, {
|
|
4566
4566
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4567
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4567
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4568
4568
|
}>> & {
|
|
4569
4569
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4570
4570
|
}>>;
|
|
@@ -4572,12 +4572,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4572
4572
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4573
4573
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4574
4574
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4575
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4575
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
4576
4576
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
4577
4577
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4578
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4578
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4579
4579
|
}>>, {
|
|
4580
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4580
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
4581
4581
|
}>> & Record<string, any>;
|
|
4582
4582
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
4583
4583
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -4934,8 +4934,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4934
4934
|
readonly id: StringConstructor;
|
|
4935
4935
|
readonly open: BooleanConstructor;
|
|
4936
4936
|
}>>, {
|
|
4937
|
-
readonly virtualTriggering: boolean;
|
|
4938
4937
|
readonly open: boolean;
|
|
4938
|
+
readonly virtualTriggering: boolean;
|
|
4939
4939
|
}>;
|
|
4940
4940
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4941
4941
|
readonly disabled: BooleanConstructor;
|
|
@@ -4995,8 +4995,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4995
4995
|
}>>, {
|
|
4996
4996
|
readonly disabled: boolean;
|
|
4997
4997
|
readonly trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType>))[], unknown, unknown>;
|
|
4998
|
-
readonly virtualTriggering: boolean;
|
|
4999
4998
|
readonly open: boolean;
|
|
4999
|
+
readonly virtualTriggering: boolean;
|
|
5000
5000
|
readonly triggerKeys: string[];
|
|
5001
5001
|
}>;
|
|
5002
5002
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -5257,7 +5257,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
5257
5257
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5258
5258
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5259
5259
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5260
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5260
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5261
5261
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5262
5262
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5263
5263
|
}, {
|
|
@@ -5519,7 +5519,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
5519
5519
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5520
5520
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5521
5521
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5522
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5522
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5523
5523
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5524
5524
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5525
5525
|
}>> & {
|
|
@@ -5797,7 +5797,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
5797
5797
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
5798
5798
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5799
5799
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
5800
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5800
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5801
5801
|
}, {
|
|
5802
5802
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
5803
5803
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -6046,7 +6046,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6046
6046
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6047
6047
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6048
6048
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
6049
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6049
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6050
6050
|
}>> & {
|
|
6051
6051
|
onClose?: (() => any) | undefined;
|
|
6052
6052
|
onFocus?: (() => any) | undefined;
|
|
@@ -6404,7 +6404,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6404
6404
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6405
6405
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6406
6406
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
6407
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6407
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6408
6408
|
}>> & {
|
|
6409
6409
|
onClose?: (() => any) | undefined;
|
|
6410
6410
|
onFocus?: (() => any) | undefined;
|
|
@@ -6413,13 +6413,13 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6413
6413
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6414
6414
|
}, {
|
|
6415
6415
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6416
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6416
6417
|
readonly offset: number;
|
|
6417
6418
|
readonly effect: string;
|
|
6418
6419
|
readonly boundariesPadding: number;
|
|
6419
6420
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6420
6421
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6421
6422
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6422
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6423
6423
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6424
6424
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6425
6425
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6687,20 +6687,22 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6687
6687
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
6688
6688
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6689
6689
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
6690
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6690
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6691
6691
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6692
6692
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6693
6693
|
}>>, {
|
|
6694
6694
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6695
|
-
readonly offset: number;
|
|
6696
|
-
readonly effect: string;
|
|
6697
6695
|
readonly showAfter: number;
|
|
6698
6696
|
readonly hideAfter: number;
|
|
6697
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6698
|
+
readonly offset: number;
|
|
6699
|
+
readonly content: string;
|
|
6700
|
+
readonly transition: string;
|
|
6701
|
+
readonly effect: string;
|
|
6699
6702
|
readonly boundariesPadding: number;
|
|
6700
6703
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6701
6704
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6702
6705
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6703
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6704
6706
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6705
6707
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6706
6708
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6709,9 +6711,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6709
6711
|
readonly pure: boolean;
|
|
6710
6712
|
readonly virtualTriggering: boolean;
|
|
6711
6713
|
readonly appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6712
|
-
readonly content: string;
|
|
6713
6714
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6714
|
-
readonly transition: string;
|
|
6715
6715
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6716
6716
|
readonly persistent: boolean;
|
|
6717
6717
|
}>;
|
|
@@ -6719,15 +6719,18 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6719
6719
|
disabled: boolean;
|
|
6720
6720
|
trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType>))[], unknown, unknown>;
|
|
6721
6721
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6722
|
-
offset: number;
|
|
6723
|
-
effect: string;
|
|
6724
6722
|
showAfter: number;
|
|
6725
6723
|
hideAfter: number;
|
|
6724
|
+
open: boolean;
|
|
6725
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6726
|
+
offset: number;
|
|
6727
|
+
content: string;
|
|
6728
|
+
transition: string;
|
|
6729
|
+
effect: string;
|
|
6726
6730
|
boundariesPadding: number;
|
|
6727
6731
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6728
6732
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6729
6733
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6730
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6731
6734
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6732
6735
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6733
6736
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6736,13 +6739,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6736
6739
|
pure: boolean;
|
|
6737
6740
|
virtualTriggering: boolean;
|
|
6738
6741
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6739
|
-
content: string;
|
|
6740
6742
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6741
|
-
transition: string;
|
|
6742
6743
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6743
6744
|
persistent: boolean;
|
|
6744
|
-
|
|
6745
|
-
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
6745
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
6746
6746
|
triggerKeys: string[];
|
|
6747
6747
|
arrowOffset: number;
|
|
6748
6748
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -7072,7 +7072,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7072
7072
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7073
7073
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7074
7074
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
7075
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7075
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
7076
7076
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7077
7077
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7078
7078
|
"onUpdate:visible": {
|
|
@@ -7081,7 +7081,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7081
7081
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7082
7082
|
__epPropKey: true;
|
|
7083
7083
|
};
|
|
7084
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7084
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7085
7085
|
}>> & {
|
|
7086
7086
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7087
7087
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -7391,7 +7391,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7391
7391
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
7392
7392
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7393
7393
|
popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
7394
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7394
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
7395
7395
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7396
7396
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7397
7397
|
"onUpdate:visible": {
|
|
@@ -7400,7 +7400,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7400
7400
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7401
7401
|
__epPropKey: true;
|
|
7402
7402
|
};
|
|
7403
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7403
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7404
7404
|
}>> & {
|
|
7405
7405
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7406
7406
|
}>>;
|
|
@@ -7419,10 +7419,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7419
7419
|
controlled: import("vue").ComputedRef<boolean>;
|
|
7420
7420
|
isFocusInsideContent: () => boolean | undefined;
|
|
7421
7421
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
7422
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7422
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7423
7423
|
}, {
|
|
7424
7424
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7425
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7425
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7426
7426
|
}>> & {
|
|
7427
7427
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
7428
7428
|
}>>;
|
|
@@ -7430,12 +7430,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7430
7430
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
7431
7431
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7432
7432
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7433
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7433
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
7434
7434
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
7435
7435
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7436
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7436
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7437
7437
|
}>>, {
|
|
7438
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7438
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
7439
7439
|
}>> & Record<string, any>;
|
|
7440
7440
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
7441
7441
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -7792,8 +7792,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7792
7792
|
readonly id: StringConstructor;
|
|
7793
7793
|
readonly open: BooleanConstructor;
|
|
7794
7794
|
}>>, {
|
|
7795
|
-
readonly virtualTriggering: boolean;
|
|
7796
7795
|
readonly open: boolean;
|
|
7796
|
+
readonly virtualTriggering: boolean;
|
|
7797
7797
|
}>;
|
|
7798
7798
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7799
7799
|
readonly disabled: BooleanConstructor;
|
|
@@ -7853,8 +7853,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7853
7853
|
}>>, {
|
|
7854
7854
|
readonly disabled: boolean;
|
|
7855
7855
|
readonly trigger: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType> & {}) | (() => import("element-plus-secondary/es/utils").Arrayable<import("..").TooltipTriggerType>))[], unknown, unknown>;
|
|
7856
|
-
readonly virtualTriggering: boolean;
|
|
7857
7856
|
readonly open: boolean;
|
|
7857
|
+
readonly virtualTriggering: boolean;
|
|
7858
7858
|
readonly triggerKeys: string[];
|
|
7859
7859
|
}>;
|
|
7860
7860
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -8115,7 +8115,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
8115
8115
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8116
8116
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8117
8117
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
8118
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8118
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8119
8119
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8120
8120
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8121
8121
|
}, {
|
|
@@ -8377,7 +8377,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
8377
8377
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8378
8378
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8379
8379
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
8380
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8380
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8381
8381
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8382
8382
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8383
8383
|
}>> & {
|
|
@@ -8655,7 +8655,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
8655
8655
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8656
8656
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8657
8657
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
8658
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8658
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8659
8659
|
}, {
|
|
8660
8660
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
8661
8661
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -8904,7 +8904,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
8904
8904
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
8905
8905
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8906
8906
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
8907
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8907
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8908
8908
|
}>> & {
|
|
8909
8909
|
onClose?: (() => any) | undefined;
|
|
8910
8910
|
onFocus?: (() => any) | undefined;
|
|
@@ -9262,7 +9262,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9262
9262
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9263
9263
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9264
9264
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
9265
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9265
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
9266
9266
|
}>> & {
|
|
9267
9267
|
onClose?: (() => any) | undefined;
|
|
9268
9268
|
onFocus?: (() => any) | undefined;
|
|
@@ -9271,13 +9271,13 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9271
9271
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9272
9272
|
}, {
|
|
9273
9273
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9274
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9274
9275
|
readonly offset: number;
|
|
9275
9276
|
readonly effect: string;
|
|
9276
9277
|
readonly boundariesPadding: number;
|
|
9277
9278
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9278
9279
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9279
9280
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9280
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9281
9281
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9282
9282
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9283
9283
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9545,20 +9545,22 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9545
9545
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
9546
9546
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9547
9547
|
readonly popperOptions: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>) | ((new (...args: any[]) => Partial<import("@popperjs/core").Options>) | (() => Partial<import("@popperjs/core").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
9548
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9548
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
9549
9549
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9550
9550
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9551
9551
|
}>>, {
|
|
9552
9552
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9553
|
-
readonly offset: number;
|
|
9554
|
-
readonly effect: string;
|
|
9555
9553
|
readonly showAfter: number;
|
|
9556
9554
|
readonly hideAfter: number;
|
|
9555
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9556
|
+
readonly offset: number;
|
|
9557
|
+
readonly content: string;
|
|
9558
|
+
readonly transition: string;
|
|
9559
|
+
readonly effect: string;
|
|
9557
9560
|
readonly boundariesPadding: number;
|
|
9558
9561
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9559
9562
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9560
9563
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9561
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9562
9564
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9563
9565
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9564
9566
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9567,9 +9569,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9567
9569
|
readonly pure: boolean;
|
|
9568
9570
|
readonly virtualTriggering: boolean;
|
|
9569
9571
|
readonly appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
9570
|
-
readonly content: string;
|
|
9571
9572
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9572
|
-
readonly transition: string;
|
|
9573
9573
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9574
9574
|
readonly persistent: boolean;
|
|
9575
9575
|
}>;
|
|
@@ -9633,8 +9633,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9633
9633
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9634
9634
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9635
9635
|
}>> & {
|
|
9636
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9637
9636
|
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9637
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9638
9638
|
}>>;
|
|
9639
9639
|
emit: ((event: "update:modelValue", val: string | number | boolean) => void) & ((event: "change", val: string | number | boolean) => void);
|
|
9640
9640
|
ns: {
|
|
@@ -9681,8 +9681,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9681
9681
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9682
9682
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9683
9683
|
}>> & {
|
|
9684
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9685
9684
|
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9685
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9686
9686
|
}, {
|
|
9687
9687
|
readonly disabled: boolean;
|
|
9688
9688
|
readonly name: string;
|
|
@@ -10135,7 +10135,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10135
10135
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
10136
10136
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10137
10137
|
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>;
|
|
10138
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10138
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
10139
10139
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10140
10140
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10141
10141
|
"onUpdate:visible": {
|
|
@@ -10144,7 +10144,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10144
10144
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10145
10145
|
__epPropKey: true;
|
|
10146
10146
|
};
|
|
10147
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10147
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10148
10148
|
}, {
|
|
10149
10149
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10150
10150
|
showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -10452,7 +10452,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10452
10452
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
10453
10453
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10454
10454
|
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>;
|
|
10455
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10455
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
10456
10456
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10457
10457
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10458
10458
|
"onUpdate:visible": {
|
|
@@ -10461,7 +10461,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10461
10461
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10462
10462
|
__epPropKey: true;
|
|
10463
10463
|
};
|
|
10464
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10464
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10465
10465
|
}>> & {
|
|
10466
10466
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10467
10467
|
}>>;
|
|
@@ -10480,10 +10480,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10480
10480
|
controlled: import("vue").ComputedRef<boolean>;
|
|
10481
10481
|
isFocusInsideContent: () => boolean | undefined;
|
|
10482
10482
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
10483
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10483
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10484
10484
|
}, {
|
|
10485
10485
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10486
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10486
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10487
10487
|
}>> & {
|
|
10488
10488
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
10489
10489
|
}>>;
|
|
@@ -10491,12 +10491,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10491
10491
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
10492
10492
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10493
10493
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10494
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10494
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
10495
10495
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
10496
10496
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10497
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10497
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10498
10498
|
}>>, {
|
|
10499
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10499
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
10500
10500
|
}>> & Record<string, any>;
|
|
10501
10501
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
10502
10502
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -10853,8 +10853,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10853
10853
|
readonly id: StringConstructor;
|
|
10854
10854
|
readonly open: BooleanConstructor;
|
|
10855
10855
|
}>>, {
|
|
10856
|
-
readonly virtualTriggering: boolean;
|
|
10857
10856
|
readonly open: boolean;
|
|
10857
|
+
readonly virtualTriggering: boolean;
|
|
10858
10858
|
}>;
|
|
10859
10859
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10860
10860
|
readonly disabled: BooleanConstructor;
|
|
@@ -10914,8 +10914,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10914
10914
|
}>>, {
|
|
10915
10915
|
readonly disabled: boolean;
|
|
10916
10916
|
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>;
|
|
10917
|
-
readonly virtualTriggering: boolean;
|
|
10918
10917
|
readonly open: boolean;
|
|
10918
|
+
readonly virtualTriggering: boolean;
|
|
10919
10919
|
readonly triggerKeys: string[];
|
|
10920
10920
|
}>;
|
|
10921
10921
|
ElTooltipContent: import("vue").DefineComponent<{
|
|
@@ -11176,7 +11176,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
11176
11176
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11177
11177
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11178
11178
|
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>;
|
|
11179
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11179
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11180
11180
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11181
11181
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11182
11182
|
}, {
|
|
@@ -11438,7 +11438,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
11438
11438
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11439
11439
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11440
11440
|
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>;
|
|
11441
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11441
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11442
11442
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11443
11443
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11444
11444
|
}>> & {
|
|
@@ -11716,7 +11716,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
11716
11716
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11717
11717
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11718
11718
|
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>;
|
|
11719
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11719
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11720
11720
|
}, {
|
|
11721
11721
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
11722
11722
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -11965,7 +11965,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
11965
11965
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
11966
11966
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11967
11967
|
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>;
|
|
11968
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11968
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11969
11969
|
}>> & {
|
|
11970
11970
|
onClose?: (() => any) | undefined;
|
|
11971
11971
|
onFocus?: (() => any) | undefined;
|
|
@@ -12323,7 +12323,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12323
12323
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12324
12324
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12325
12325
|
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>;
|
|
12326
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12326
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12327
12327
|
}>> & {
|
|
12328
12328
|
onClose?: (() => any) | undefined;
|
|
12329
12329
|
onFocus?: (() => any) | undefined;
|
|
@@ -12332,13 +12332,13 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12332
12332
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12333
12333
|
}, {
|
|
12334
12334
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12335
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12335
12336
|
readonly offset: number;
|
|
12336
12337
|
readonly effect: string;
|
|
12337
12338
|
readonly boundariesPadding: number;
|
|
12338
12339
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12339
12340
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12340
12341
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12341
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12342
12342
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12343
12343
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12344
12344
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12606,20 +12606,22 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12606
12606
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 4, boolean>;
|
|
12607
12607
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12608
12608
|
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>;
|
|
12609
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12609
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12610
12610
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12611
12611
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12612
12612
|
}>>, {
|
|
12613
12613
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12614
|
-
readonly offset: number;
|
|
12615
|
-
readonly effect: string;
|
|
12616
12614
|
readonly showAfter: number;
|
|
12617
12615
|
readonly hideAfter: number;
|
|
12616
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12617
|
+
readonly offset: number;
|
|
12618
|
+
readonly content: string;
|
|
12619
|
+
readonly transition: string;
|
|
12620
|
+
readonly effect: string;
|
|
12618
12621
|
readonly boundariesPadding: number;
|
|
12619
12622
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12620
12623
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12621
12624
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12622
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12623
12625
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12624
12626
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12625
12627
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12628,9 +12630,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12628
12630
|
readonly pure: boolean;
|
|
12629
12631
|
readonly virtualTriggering: boolean;
|
|
12630
12632
|
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>;
|
|
12631
|
-
readonly content: string;
|
|
12632
12633
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12633
|
-
readonly transition: string;
|
|
12634
12634
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12635
12635
|
readonly persistent: boolean;
|
|
12636
12636
|
}>;
|
|
@@ -12940,7 +12940,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12940
12940
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
12941
12941
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12942
12942
|
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>;
|
|
12943
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12943
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12944
12944
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12945
12945
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12946
12946
|
"onUpdate:visible": {
|
|
@@ -12949,22 +12949,25 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12949
12949
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12950
12950
|
__epPropKey: true;
|
|
12951
12951
|
};
|
|
12952
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12952
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
12953
12953
|
}>> & {
|
|
12954
12954
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
12955
12955
|
}, {
|
|
12956
12956
|
disabled: boolean;
|
|
12957
12957
|
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>;
|
|
12958
12958
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12959
|
-
offset: number;
|
|
12960
|
-
effect: string;
|
|
12961
12959
|
showAfter: number;
|
|
12962
12960
|
hideAfter: number;
|
|
12961
|
+
open: boolean;
|
|
12962
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12963
|
+
offset: number;
|
|
12964
|
+
content: string;
|
|
12965
|
+
transition: string;
|
|
12966
|
+
effect: string;
|
|
12963
12967
|
boundariesPadding: number;
|
|
12964
12968
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12965
12969
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12966
12970
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12967
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12968
12971
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12969
12972
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12970
12973
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12973,13 +12976,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12973
12976
|
pure: boolean;
|
|
12974
12977
|
virtualTriggering: boolean;
|
|
12975
12978
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
12976
|
-
content: string;
|
|
12977
12979
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12978
|
-
transition: string;
|
|
12979
12980
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12980
12981
|
persistent: boolean;
|
|
12981
|
-
|
|
12982
|
-
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "listbox" | "grid" | "menu" | "tooltip" | "dialog" | "group" | "navigation" | "tree", unknown>;
|
|
12982
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "grid" | "tree" | "dialog" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
12983
12983
|
triggerKeys: string[];
|
|
12984
12984
|
arrowOffset: number;
|
|
12985
12985
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -13140,12 +13140,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13140
13140
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13141
13141
|
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>;
|
|
13142
13142
|
}>> & {
|
|
13143
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13144
13143
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13144
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13145
|
+
onClear?: (() => any) | undefined;
|
|
13145
13146
|
onInput?: ((value: string) => any) | undefined;
|
|
13146
13147
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13147
13148
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13148
|
-
onClear?: (() => any) | undefined;
|
|
13149
13149
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13150
13150
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13151
13151
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13407,12 +13407,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13407
13407
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13408
13408
|
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>;
|
|
13409
13409
|
}>> & {
|
|
13410
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13411
13410
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13411
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13412
|
+
onClear?: (() => any) | undefined;
|
|
13412
13413
|
onInput?: ((value: string) => any) | undefined;
|
|
13413
13414
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13414
13415
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13415
|
-
onClear?: (() => any) | undefined;
|
|
13416
13416
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13417
13417
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13418
13418
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13437,7 +13437,6 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13437
13437
|
readonly tabindex: import("element-plus-secondary/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
13438
13438
|
readonly inputStyle: import("vue").StyleValue;
|
|
13439
13439
|
}>> & Record<string, any>;
|
|
13440
|
-
ArrowDown: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
13441
13440
|
Close: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
13442
13441
|
EditPen: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
13443
13442
|
AlphaSlider: import("vue").DefineComponent<{
|
|
@@ -13540,8 +13539,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13540
13539
|
};
|
|
13541
13540
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13542
13541
|
}>> & {
|
|
13543
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
13544
13542
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
13543
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
13545
13544
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
13546
13545
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
13547
13546
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -13664,12 +13663,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13664
13663
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13665
13664
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
13666
13665
|
}>> & {
|
|
13667
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13668
13666
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13667
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13668
|
+
onClear?: (() => any) | undefined;
|
|
13669
13669
|
onInput?: ((value: string) => any) | undefined;
|
|
13670
13670
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13671
13671
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13672
|
-
onClear?: (() => any) | undefined;
|
|
13673
13672
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13674
13673
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13675
13674
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13768,12 +13767,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13768
13767
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13769
13768
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
13770
13769
|
}>> & {
|
|
13771
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13772
13770
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13771
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13772
|
+
onClear?: (() => any) | undefined;
|
|
13773
13773
|
onInput?: ((value: string) => any) | undefined;
|
|
13774
13774
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13775
13775
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13776
|
-
onClear?: (() => any) | undefined;
|
|
13777
13776
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13778
13777
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13779
13778
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13859,12 +13858,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13859
13858
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13860
13859
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
13861
13860
|
}>> & {
|
|
13862
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13863
13861
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13862
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13863
|
+
onClear?: (() => any) | undefined;
|
|
13864
13864
|
onInput?: ((value: string) => any) | undefined;
|
|
13865
13865
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13866
13866
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13867
|
-
onClear?: (() => any) | undefined;
|
|
13868
13867
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13869
13868
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13870
13869
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14163,12 +14162,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
14163
14162
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14164
14163
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
14165
14164
|
}>> & {
|
|
14166
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14167
14165
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14166
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14167
|
+
onClear?: (() => any) | undefined;
|
|
14168
14168
|
onInput?: ((value: string) => any) | undefined;
|
|
14169
14169
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14170
14170
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14171
|
-
onClear?: (() => any) | undefined;
|
|
14172
14171
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14173
14172
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14174
14173
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14254,12 +14253,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
14254
14253
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14255
14254
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
14256
14255
|
}>> & {
|
|
14257
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14258
14256
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14257
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14258
|
+
onClear?: (() => any) | undefined;
|
|
14259
14259
|
onInput?: ((value: string) => any) | undefined;
|
|
14260
14260
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14261
14261
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14262
|
-
onClear?: (() => any) | undefined;
|
|
14263
14262
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14264
14263
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14265
14264
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14612,12 +14611,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
14612
14611
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14613
14612
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
14614
14613
|
}>> & {
|
|
14615
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14616
14614
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14615
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14616
|
+
onClear?: (() => any) | undefined;
|
|
14617
14617
|
onInput?: ((value: string) => any) | undefined;
|
|
14618
14618
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14619
14619
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14620
|
-
onClear?: (() => any) | undefined;
|
|
14621
14620
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14622
14621
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14623
14622
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14879,12 +14878,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
14879
14878
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14880
14879
|
readonly inputStyle: import("element-plus-secondary/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus-secondary/es/utils").Mutable<{}>, boolean>;
|
|
14881
14880
|
}>> & {
|
|
14882
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14883
14881
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14882
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14883
|
+
onClear?: (() => any) | undefined;
|
|
14884
14884
|
onInput?: ((value: string) => any) | undefined;
|
|
14885
14885
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14886
14886
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14887
|
-
onClear?: (() => any) | undefined;
|
|
14888
14887
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14889
14888
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14890
14889
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -15013,8 +15012,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
15013
15012
|
};
|
|
15014
15013
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
15015
15014
|
}>> & {
|
|
15016
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
15017
15015
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
15016
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
15018
15017
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
15019
15018
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
15020
15019
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -15195,8 +15194,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
15195
15194
|
};
|
|
15196
15195
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
15197
15196
|
}>> & {
|
|
15198
|
-
onChange?: ((val: string | null) => any) | undefined;
|
|
15199
15197
|
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
15198
|
+
onChange?: ((val: string | null) => any) | undefined;
|
|
15200
15199
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
15201
15200
|
}, {
|
|
15202
15201
|
readonly disabled: boolean;
|