element-plus-secondary 0.1.8 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -1
- package/es/components/affix/index.d.ts +1 -1
- package/es/components/affix/index.mjs +2 -2
- package/es/components/affix/src/affix.mjs +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.d.ts +1 -1
- package/es/components/alert/index.mjs +2 -2
- package/es/components/alert/src/alert.mjs +36 -96
- package/es/components/alert/src/alert.mjs.map +1 -1
- package/es/components/alert/src/alert.vue.d.ts +1 -1
- package/es/components/alert/src/alert2.mjs +96 -36
- package/es/components/alert/src/alert2.mjs.map +1 -1
- package/es/components/autocomplete/index.d.ts +119 -119
- package/es/components/autocomplete/index.mjs +2 -2
- package/es/components/autocomplete/src/autocomplete.mjs +71 -353
- package/es/components/autocomplete/src/autocomplete.mjs.map +1 -1
- package/es/components/autocomplete/src/autocomplete.vue.d.ts +119 -119
- package/es/components/autocomplete/src/autocomplete2.mjs +353 -71
- package/es/components/autocomplete/src/autocomplete2.mjs.map +1 -1
- package/es/components/backtop/index.mjs +2 -2
- package/es/components/backtop/src/backtop.mjs +54 -21
- package/es/components/backtop/src/backtop.mjs.map +1 -1
- package/es/components/backtop/src/backtop2.mjs +21 -54
- package/es/components/backtop/src/backtop2.mjs.map +1 -1
- package/es/components/badge/index.d.ts +1 -1
- package/es/components/badge/index.mjs +2 -2
- package/es/components/badge/src/badge.mjs +55 -17
- package/es/components/badge/src/badge.mjs.map +1 -1
- package/es/components/badge/src/badge.vue.d.ts +1 -1
- package/es/components/badge/src/badge2.mjs +17 -55
- package/es/components/badge/src/badge2.mjs.map +1 -1
- package/es/components/breadcrumb/index.mjs +2 -2
- package/es/components/breadcrumb/src/breadcrumb-item.mjs +11 -57
- package/es/components/breadcrumb/src/breadcrumb-item.mjs.map +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/calendar/index.mjs +2 -2
- package/es/components/calendar/src/calendar.mjs +18 -131
- package/es/components/calendar/src/calendar.mjs.map +1 -1
- package/es/components/calendar/src/calendar2.mjs +131 -18
- package/es/components/calendar/src/calendar2.mjs.map +1 -1
- package/es/components/calendar/src/date-table.mjs +87 -33
- package/es/components/calendar/src/date-table.mjs.map +1 -1
- package/es/components/calendar/src/date-table2.mjs +33 -87
- package/es/components/calendar/src/date-table2.mjs.map +1 -1
- package/es/components/calendar/src/use-date-table.mjs +1 -1
- package/es/components/carousel/index.d.ts +2 -2
- package/es/components/carousel/index.mjs +2 -2
- package/es/components/carousel/src/carousel.mjs +60 -159
- package/es/components/carousel/src/carousel.mjs.map +1 -1
- package/es/components/carousel/src/carousel.vue.d.ts +2 -2
- package/es/components/carousel/src/carousel2.mjs +159 -60
- package/es/components/carousel/src/carousel2.mjs.map +1 -1
- package/es/components/cascader/index.d.ts +166 -166
- package/es/components/cascader/src/index.vue.d.ts +83 -83
- package/es/components/cascader-panel/index.d.ts +2 -2
- package/es/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/es/components/check-tag/index.mjs +2 -2
- package/es/components/check-tag/src/check-tag.mjs +30 -12
- package/es/components/check-tag/src/check-tag.mjs.map +1 -1
- package/es/components/check-tag/src/check-tag2.mjs +12 -30
- package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
- package/es/components/checkbox/index.d.ts +10 -10
- package/es/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/es/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/es/components/collapse/index.d.ts +2 -2
- package/es/components/collapse/src/collapse.vue.d.ts +2 -2
- package/es/components/collection/index.mjs +1 -1
- package/es/components/collection/src/collection.mjs +10 -62
- package/es/components/collection/src/collection.mjs.map +1 -1
- package/es/components/collection/src/collection2.mjs +62 -10
- package/es/components/collection/src/collection2.mjs.map +1 -1
- package/es/components/color-picker/index.d.ts +154 -154
- package/es/components/color-picker/index.mjs +2 -2
- package/es/components/color-picker/src/color-picker.mjs +371 -42
- package/es/components/color-picker/src/color-picker.mjs.map +1 -1
- package/es/components/color-picker/src/color-picker.vue.d.ts +154 -154
- package/es/components/color-picker/src/color-picker2.mjs +42 -371
- 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/dialog/index.d.ts +8 -8
- package/es/components/dialog/src/dialog.d.ts +2 -2
- package/es/components/dialog/src/dialog.vue.d.ts +8 -8
- package/es/components/dialog/src/dialog2.mjs +2 -2
- package/es/components/dialog/src/dialog2.mjs.map +1 -1
- package/es/components/divider/index.mjs +2 -2
- package/es/components/divider/src/divider.mjs +17 -35
- package/es/components/divider/src/divider.mjs.map +1 -1
- package/es/components/divider/src/divider2.mjs +35 -17
- package/es/components/divider/src/divider2.mjs.map +1 -1
- package/es/components/drawer/index.d.ts +6 -6
- package/es/components/drawer/src/drawer.d.ts +2 -2
- package/es/components/drawer/src/drawer.vue.d.ts +6 -6
- package/es/components/dropdown/index.d.ts +66 -66
- package/es/components/dropdown/src/dropdown-item-impl.mjs +2 -2
- package/es/components/dropdown/src/dropdown-menu.mjs +1 -1
- package/es/components/dropdown/src/dropdown.mjs +1 -1
- package/es/components/dropdown/src/dropdown.vue.d.ts +66 -66
- package/es/components/dropdown/src/dropdown2.mjs +1 -1
- package/es/components/empty/index.mjs +2 -2
- package/es/components/empty/src/empty.mjs +11 -56
- package/es/components/empty/src/empty.mjs.map +1 -1
- package/es/components/empty/src/empty2.mjs +56 -11
- package/es/components/empty/src/empty2.mjs.map +1 -1
- package/es/components/image/index.d.ts +8 -8
- package/es/components/image/src/image.d.ts +1 -1
- package/es/components/image/src/image.vue.d.ts +8 -8
- package/es/components/image-viewer/index.d.ts +1 -1
- package/es/components/image-viewer/index.mjs +2 -2
- package/es/components/image-viewer/src/image-viewer.mjs +405 -35
- package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
- package/es/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
- package/es/components/image-viewer/src/image-viewer2.mjs +35 -405
- package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
- package/es/components/index.mjs +33 -33
- package/es/components/input/index.d.ts +4 -4
- package/es/components/input/index.mjs +2 -2
- package/es/components/input/src/input.mjs +110 -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 -110
- 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 +300 -62
- package/es/components/input-number/src/input-number.mjs.map +1 -1
- package/es/components/input-number/src/input-number.vue.d.ts +16 -16
- package/es/components/input-number/src/input-number2.mjs +62 -300
- package/es/components/input-number/src/input-number2.mjs.map +1 -1
- package/es/components/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.mjs +100 -14
- package/es/components/menu/src/menu-item.mjs.map +1 -1
- package/es/components/menu/src/menu-item2.mjs +14 -100
- package/es/components/menu/src/menu-item2.mjs.map +1 -1
- package/es/components/menu/src/menu.d.ts +1 -1
- package/es/components/message/src/message.vue.d.ts +1 -1
- package/es/components/notification/src/notification.vue.d.ts +1 -1
- package/es/components/pagination/index.d.ts +1 -1
- package/es/components/pagination/src/components/jumper.vue.d.ts +4 -4
- package/es/components/pagination/src/components/prev.mjs +18 -34
- package/es/components/pagination/src/components/prev.mjs.map +1 -1
- package/es/components/pagination/src/components/prev2.mjs +34 -18
- package/es/components/pagination/src/components/prev2.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.vue.d.ts +71 -71
- package/es/components/pagination/src/pagination.d.ts +1 -1
- package/es/components/pagination/src/pagination.mjs +1 -1
- package/es/components/popconfirm/index.d.ts +99 -99
- package/es/components/popconfirm/src/popconfirm.vue.d.ts +99 -99
- package/es/components/popover/index.d.ts +109 -109
- 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 +109 -109
- package/es/components/popover/src/popover2.mjs +111 -66
- package/es/components/popover/src/popover2.mjs.map +1 -1
- package/es/components/popper/index.d.ts +5 -5
- package/es/components/popper/index.mjs +4 -4
- package/es/components/popper/src/content.d.ts +4 -4
- package/es/components/popper/src/content.mjs +212 -94
- package/es/components/popper/src/content.mjs.map +1 -1
- package/es/components/popper/src/content.vue.d.ts +5 -5
- package/es/components/popper/src/content2.mjs +94 -212
- package/es/components/popper/src/content2.mjs.map +1 -1
- package/es/components/popper/src/popper.d.ts +2 -2
- package/es/components/popper/src/popper.vue.d.ts +5 -5
- package/es/components/popper/src/trigger.mjs +120 -31
- package/es/components/popper/src/trigger.mjs.map +1 -1
- package/es/components/popper/src/trigger2.mjs +31 -120
- package/es/components/popper/src/trigger2.mjs.map +1 -1
- package/es/components/popper/src/utils.d.ts +1 -1
- package/es/components/progress/index.d.ts +4 -4
- package/es/components/progress/index.mjs +2 -2
- package/es/components/progress/src/progress.d.ts +1 -1
- package/es/components/progress/src/progress.mjs +57 -202
- package/es/components/progress/src/progress.mjs.map +1 -1
- package/es/components/progress/src/progress.vue.d.ts +4 -4
- package/es/components/progress/src/progress2.mjs +202 -57
- package/es/components/progress/src/progress2.mjs.map +1 -1
- package/es/components/radio/index.d.ts +6 -6
- package/es/components/radio/index.mjs +4 -4
- package/es/components/radio/src/radio-button.mjs +9 -68
- package/es/components/radio/src/radio-button.mjs.map +1 -1
- package/es/components/radio/src/radio-button2.mjs +68 -9
- package/es/components/radio/src/radio-button2.mjs.map +1 -1
- package/es/components/radio/src/radio-group.mjs +36 -68
- package/es/components/radio/src/radio-group.mjs.map +1 -1
- package/es/components/radio/src/radio-group.vue.d.ts +2 -2
- package/es/components/radio/src/radio-group2.mjs +68 -36
- package/es/components/radio/src/radio-group2.mjs.map +1 -1
- package/es/components/radio/src/radio.vue.d.ts +2 -2
- package/es/components/rate/index.d.ts +2 -2
- package/es/components/rate/src/rate.vue.d.ts +2 -2
- package/es/components/roving-focus-group/index.mjs +3 -3
- package/es/components/roving-focus-group/src/roving-focus-group-impl.mjs +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group.mjs +27 -29
- package/es/components/roving-focus-group/src/roving-focus-group.mjs.map +1 -1
- package/es/components/roving-focus-group/src/roving-focus-group2.mjs +29 -27
- package/es/components/roving-focus-group/src/roving-focus-group2.mjs.map +1 -1
- package/es/components/roving-focus-group/src/roving-focus-item.mjs +1 -1
- package/es/components/row/index.d.ts +4 -4
- package/es/components/row/index.mjs +2 -2
- package/es/components/row/src/row.d.ts +1 -1
- package/es/components/row/src/row.mjs +30 -45
- package/es/components/row/src/row.mjs.map +1 -1
- package/es/components/row/src/row.vue.d.ts +4 -4
- package/es/components/row/src/row2.mjs +45 -30
- package/es/components/row/src/row2.mjs.map +1 -1
- package/es/components/scrollbar/index.d.ts +1 -1
- package/es/components/scrollbar/src/bar.mjs +17 -42
- package/es/components/scrollbar/src/bar.mjs.map +1 -1
- package/es/components/scrollbar/src/bar2.mjs +42 -17
- package/es/components/scrollbar/src/bar2.mjs.map +1 -1
- package/es/components/scrollbar/src/scrollbar.mjs +1 -1
- package/es/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/es/components/select/index.d.ts +71 -71
- package/es/components/select/src/select.vue.d.ts +71 -71
- package/es/components/select/src/useSelect.d.ts +65 -65
- package/es/components/select-v2/index.d.ts +148 -148
- package/es/components/select-v2/src/select.vue.d.ts +74 -74
- package/es/components/select-v2/src/useSelect.d.ts +65 -65
- package/es/components/skeleton/index.d.ts +9 -9
- package/es/components/skeleton/index.mjs +4 -4
- package/es/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/es/components/skeleton/src/skeleton-item.mjs +23 -18
- package/es/components/skeleton/src/skeleton-item.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton-item2.mjs +18 -23
- package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton.mjs +22 -49
- package/es/components/skeleton/src/skeleton.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/es/components/skeleton/src/skeleton2.mjs +49 -22
- package/es/components/skeleton/src/skeleton2.mjs.map +1 -1
- package/es/components/slider/index.d.ts +183 -183
- package/es/components/slider/src/button.vue.d.ts +33 -33
- package/es/components/slider/src/composables/use-slide.d.ts +132 -132
- package/es/components/slider/src/slider.vue.d.ts +183 -183
- package/es/components/space/index.d.ts +2 -2
- package/es/components/space/src/space.d.ts +2 -2
- package/es/components/steps/index.d.ts +3 -3
- package/es/components/steps/index.mjs +2 -2
- package/es/components/steps/src/item.mjs +194 -20
- package/es/components/steps/src/item.mjs.map +1 -1
- package/es/components/steps/src/item.vue.d.ts +1 -1
- package/es/components/steps/src/item2.mjs +20 -194
- package/es/components/steps/src/item2.mjs.map +1 -1
- package/es/components/steps/src/steps.vue.d.ts +1 -1
- package/es/components/switch/index.d.ts +3 -3
- package/es/components/switch/src/switch.vue.d.ts +3 -3
- package/es/components/table/index.d.ts +3 -3
- package/es/components/table/src/filter-panel.vue.d.ts +65 -65
- package/es/components/table/src/table.vue.d.ts +3 -3
- package/es/components/table/src/util.d.ts +9 -9
- package/es/components/tabs/index.mjs +1 -1
- package/es/components/tabs/src/tab-bar.mjs +7 -81
- package/es/components/tabs/src/tab-bar.mjs.map +1 -1
- package/es/components/tabs/src/tab-bar2.mjs +81 -7
- package/es/components/tabs/src/tab-bar2.mjs.map +1 -1
- package/es/components/tabs/src/tab-nav.mjs +1 -1
- package/es/components/teleport/index.mjs +2 -2
- package/es/components/teleport/src/teleport.mjs +18 -44
- package/es/components/teleport/src/teleport.mjs.map +1 -1
- package/es/components/teleport/src/teleport2.mjs +44 -18
- package/es/components/teleport/src/teleport2.mjs.map +1 -1
- package/es/components/time-picker/index.d.ts +2 -2
- package/es/components/time-picker/src/common/picker.vue.d.ts +105 -105
- 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 +292 -292
- package/es/components/time-select/index.mjs +1 -1
- package/es/components/time-select/src/time-select.mjs +117 -48
- package/es/components/time-select/src/time-select.mjs.map +1 -1
- package/es/components/time-select/src/time-select.vue.d.ts +146 -146
- package/es/components/time-select/src/time-select2.mjs +48 -117
- 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 +70 -42
- package/es/components/timeline/src/timeline-item.mjs.map +1 -1
- package/es/components/timeline/src/timeline-item2.mjs +42 -70
- package/es/components/timeline/src/timeline-item2.mjs.map +1 -1
- package/es/components/tooltip/index.d.ts +33 -33
- package/es/components/tooltip/src/content.d.ts +1 -1
- package/es/components/tooltip/src/content.mjs +1 -1
- package/es/components/tooltip/src/content.vue.d.ts +14 -14
- package/es/components/tooltip/src/content2.mjs +1 -1
- package/es/components/tooltip/src/tooltip.d.ts +2 -2
- package/es/components/tooltip/src/tooltip.vue.d.ts +33 -33
- package/es/components/tooltip/src/trigger.mjs +1 -1
- package/es/components/tooltip/src/trigger2.mjs +1 -1
- package/es/components/tooltip-v2/index.d.ts +39 -39
- package/es/components/tooltip-v2/index.mjs +5 -5
- package/es/components/tooltip-v2/src/arrow.mjs +22 -38
- package/es/components/tooltip-v2/src/arrow.mjs.map +1 -1
- package/es/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
- package/es/components/tooltip-v2/src/arrow2.mjs +38 -22
- package/es/components/tooltip-v2/src/arrow2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/content.d.ts +1 -1
- package/es/components/tooltip-v2/src/content.mjs +113 -50
- package/es/components/tooltip-v2/src/content.mjs.map +1 -1
- package/es/components/tooltip-v2/src/content.vue.d.ts +5 -5
- package/es/components/tooltip-v2/src/content2.mjs +50 -113
- package/es/components/tooltip-v2/src/content2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/root.mjs +81 -17
- package/es/components/tooltip-v2/src/root.mjs.map +1 -1
- package/es/components/tooltip-v2/src/root2.mjs +17 -81
- package/es/components/tooltip-v2/src/root2.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/es/components/tooltip-v2/src/tooltip.mjs +74 -21
- package/es/components/tooltip-v2/src/tooltip.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip.vue.d.ts +39 -39
- package/es/components/tooltip-v2/src/tooltip2.mjs +21 -74
- package/es/components/tooltip-v2/src/tooltip2.mjs.map +1 -1
- package/es/components/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 +20 -2
- package/es/components/tree/src/tree-node.mjs +7 -1
- package/es/components/tree/src/tree-node.mjs.map +1 -1
- package/es/components/tree/src/tree-node.vue.d.ts +9 -0
- package/es/components/tree/src/tree.mjs +7 -1
- package/es/components/tree/src/tree.mjs.map +1 -1
- package/es/components/tree/src/tree.type.d.ts +5 -0
- package/es/components/tree/src/tree.vue.d.ts +10 -1
- package/es/components/tree-v2/index.d.ts +9 -9
- package/es/components/tree-v2/src/tree-node.vue.d.ts +6 -6
- package/es/components/tree-v2/src/tree.vue.d.ts +9 -9
- package/es/components/upload/index.d.ts +13 -13
- package/es/components/upload/index.mjs +4 -4
- package/es/components/upload/src/upload-content.mjs +33 -170
- package/es/components/upload/src/upload-content.mjs.map +1 -1
- package/es/components/upload/src/upload-content.vue.d.ts +2 -2
- package/es/components/upload/src/upload-content2.mjs +170 -33
- package/es/components/upload/src/upload-content2.mjs.map +1 -1
- package/es/components/upload/src/upload-list.mjs +170 -26
- package/es/components/upload/src/upload-list.mjs.map +1 -1
- package/es/components/upload/src/upload-list.vue.d.ts +4 -4
- package/es/components/upload/src/upload-list2.mjs +26 -170
- package/es/components/upload/src/upload-list2.mjs.map +1 -1
- package/es/components/upload/src/upload.mjs +105 -120
- package/es/components/upload/src/upload.mjs.map +1 -1
- package/es/components/upload/src/upload.vue.d.ts +13 -13
- package/es/components/upload/src/upload2.mjs +120 -105
- package/es/components/upload/src/upload2.mjs.map +1 -1
- package/es/components/upload/src/use-handlers.mjs +1 -1
- package/es/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/es/components/virtual-list/src/builders/build-list.d.ts +3 -3
- 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 +3 -3
- 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 +3 -3
- package/es/components/visual-hidden/index.mjs +3 -3
- package/es/components/visual-hidden/src/visual-hidden.mjs +35 -7
- package/es/components/visual-hidden/src/visual-hidden.mjs.map +1 -1
- package/es/components/visual-hidden/src/visual-hidden2.mjs +7 -35
- package/es/components/visual-hidden/src/visual-hidden2.mjs.map +1 -1
- package/es/index.mjs +33 -33
- 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.d.ts +1 -1
- package/lib/components/alert/index.js +2 -2
- package/lib/components/alert/src/alert.js +37 -95
- package/lib/components/alert/src/alert.js.map +1 -1
- package/lib/components/alert/src/alert.vue.d.ts +1 -1
- package/lib/components/alert/src/alert2.js +95 -37
- package/lib/components/alert/src/alert2.js.map +1 -1
- package/lib/components/autocomplete/index.d.ts +119 -119
- package/lib/components/autocomplete/index.js +2 -2
- package/lib/components/autocomplete/src/autocomplete.js +71 -352
- package/lib/components/autocomplete/src/autocomplete.js.map +1 -1
- package/lib/components/autocomplete/src/autocomplete.vue.d.ts +119 -119
- package/lib/components/autocomplete/src/autocomplete2.js +352 -71
- package/lib/components/autocomplete/src/autocomplete2.js.map +1 -1
- package/lib/components/backtop/index.js +2 -2
- package/lib/components/backtop/src/backtop.js +54 -22
- package/lib/components/backtop/src/backtop.js.map +1 -1
- package/lib/components/backtop/src/backtop2.js +22 -54
- package/lib/components/backtop/src/backtop2.js.map +1 -1
- package/lib/components/badge/index.d.ts +1 -1
- package/lib/components/badge/index.js +2 -2
- package/lib/components/badge/src/badge.js +55 -17
- package/lib/components/badge/src/badge.js.map +1 -1
- package/lib/components/badge/src/badge.vue.d.ts +1 -1
- package/lib/components/badge/src/badge2.js +17 -55
- package/lib/components/badge/src/badge2.js.map +1 -1
- package/lib/components/breadcrumb/index.js +2 -2
- package/lib/components/breadcrumb/src/breadcrumb-item.js +11 -57
- package/lib/components/breadcrumb/src/breadcrumb-item.js.map +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/calendar/index.js +2 -2
- package/lib/components/calendar/src/calendar.js +19 -131
- package/lib/components/calendar/src/calendar.js.map +1 -1
- package/lib/components/calendar/src/calendar2.js +131 -19
- package/lib/components/calendar/src/calendar2.js.map +1 -1
- package/lib/components/calendar/src/date-table.js +87 -37
- package/lib/components/calendar/src/date-table.js.map +1 -1
- package/lib/components/calendar/src/date-table2.js +37 -87
- package/lib/components/calendar/src/date-table2.js.map +1 -1
- package/lib/components/calendar/src/use-date-table.js +1 -1
- package/lib/components/carousel/index.d.ts +2 -2
- package/lib/components/carousel/index.js +2 -2
- package/lib/components/carousel/src/carousel.js +61 -159
- package/lib/components/carousel/src/carousel.js.map +1 -1
- package/lib/components/carousel/src/carousel.vue.d.ts +2 -2
- package/lib/components/carousel/src/carousel2.js +159 -61
- package/lib/components/carousel/src/carousel2.js.map +1 -1
- package/lib/components/cascader/index.d.ts +166 -166
- package/lib/components/cascader/src/index.vue.d.ts +83 -83
- package/lib/components/cascader-panel/index.d.ts +2 -2
- package/lib/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/lib/components/check-tag/index.js +2 -2
- package/lib/components/check-tag/src/check-tag.js +30 -13
- package/lib/components/check-tag/src/check-tag.js.map +1 -1
- package/lib/components/check-tag/src/check-tag2.js +13 -30
- package/lib/components/check-tag/src/check-tag2.js.map +1 -1
- package/lib/components/checkbox/index.d.ts +10 -10
- package/lib/components/checkbox/src/checkbox-button.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +2 -2
- package/lib/components/checkbox/src/checkbox.vue.d.ts +2 -2
- package/lib/components/collapse/index.d.ts +2 -2
- package/lib/components/collapse/src/collapse.vue.d.ts +2 -2
- package/lib/components/collection/index.js +1 -1
- package/lib/components/collection/src/collection.js +9 -62
- package/lib/components/collection/src/collection.js.map +1 -1
- package/lib/components/collection/src/collection2.js +62 -9
- package/lib/components/collection/src/collection2.js.map +1 -1
- package/lib/components/color-picker/index.d.ts +154 -154
- package/lib/components/color-picker/index.js +2 -2
- package/lib/components/color-picker/src/color-picker.js +369 -42
- package/lib/components/color-picker/src/color-picker.js.map +1 -1
- package/lib/components/color-picker/src/color-picker.vue.d.ts +154 -154
- package/lib/components/color-picker/src/color-picker2.js +42 -369
- 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/dialog/index.d.ts +8 -8
- package/lib/components/dialog/src/dialog.d.ts +2 -2
- package/lib/components/dialog/src/dialog.vue.d.ts +8 -8
- package/lib/components/dialog/src/dialog2.js +2 -2
- package/lib/components/dialog/src/dialog2.js.map +1 -1
- package/lib/components/divider/index.js +2 -2
- package/lib/components/divider/src/divider.js +17 -35
- package/lib/components/divider/src/divider.js.map +1 -1
- package/lib/components/divider/src/divider2.js +35 -17
- package/lib/components/divider/src/divider2.js.map +1 -1
- package/lib/components/drawer/index.d.ts +6 -6
- package/lib/components/drawer/src/drawer.d.ts +2 -2
- package/lib/components/drawer/src/drawer.vue.d.ts +6 -6
- package/lib/components/dropdown/index.d.ts +66 -66
- package/lib/components/dropdown/src/dropdown-item-impl.js +2 -2
- package/lib/components/dropdown/src/dropdown-menu.js +1 -1
- package/lib/components/dropdown/src/dropdown.js +1 -1
- package/lib/components/dropdown/src/dropdown.vue.d.ts +66 -66
- package/lib/components/dropdown/src/dropdown2.js +1 -1
- package/lib/components/empty/index.js +2 -2
- package/lib/components/empty/src/empty.js +11 -56
- package/lib/components/empty/src/empty.js.map +1 -1
- package/lib/components/empty/src/empty2.js +56 -11
- package/lib/components/empty/src/empty2.js.map +1 -1
- package/lib/components/image/index.d.ts +8 -8
- package/lib/components/image/src/image.d.ts +1 -1
- package/lib/components/image/src/image.vue.d.ts +8 -8
- package/lib/components/image-viewer/index.d.ts +1 -1
- package/lib/components/image-viewer/index.js +2 -2
- package/lib/components/image-viewer/src/image-viewer.js +405 -36
- package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
- package/lib/components/image-viewer/src/image-viewer.vue.d.ts +1 -1
- package/lib/components/image-viewer/src/image-viewer2.js +36 -405
- package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
- package/lib/components/index.js +33 -33
- package/lib/components/input/index.d.ts +4 -4
- package/lib/components/input/index.js +2 -2
- package/lib/components/input/src/input.js +110 -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 -110
- 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 +299 -62
- package/lib/components/input-number/src/input-number.js.map +1 -1
- package/lib/components/input-number/src/input-number.vue.d.ts +16 -16
- package/lib/components/input-number/src/input-number2.js +62 -299
- package/lib/components/input-number/src/input-number2.js.map +1 -1
- package/lib/components/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.js +100 -15
- package/lib/components/menu/src/menu-item.js.map +1 -1
- package/lib/components/menu/src/menu-item2.js +15 -100
- package/lib/components/menu/src/menu-item2.js.map +1 -1
- package/lib/components/menu/src/menu.d.ts +1 -1
- package/lib/components/message/src/message.vue.d.ts +1 -1
- package/lib/components/notification/src/notification.vue.d.ts +1 -1
- package/lib/components/pagination/index.d.ts +1 -1
- package/lib/components/pagination/src/components/jumper.vue.d.ts +4 -4
- package/lib/components/pagination/src/components/prev.js +19 -34
- package/lib/components/pagination/src/components/prev.js.map +1 -1
- package/lib/components/pagination/src/components/prev2.js +34 -19
- package/lib/components/pagination/src/components/prev2.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.vue.d.ts +71 -71
- package/lib/components/pagination/src/pagination.d.ts +1 -1
- package/lib/components/pagination/src/pagination.js +1 -1
- package/lib/components/popconfirm/index.d.ts +99 -99
- package/lib/components/popconfirm/src/popconfirm.vue.d.ts +99 -99
- package/lib/components/popover/index.d.ts +109 -109
- 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 +109 -109
- package/lib/components/popover/src/popover2.js +111 -67
- package/lib/components/popover/src/popover2.js.map +1 -1
- package/lib/components/popper/index.d.ts +5 -5
- package/lib/components/popper/index.js +4 -4
- package/lib/components/popper/src/content.d.ts +4 -4
- package/lib/components/popper/src/content.js +212 -99
- package/lib/components/popper/src/content.js.map +1 -1
- package/lib/components/popper/src/content.vue.d.ts +5 -5
- package/lib/components/popper/src/content2.js +99 -212
- package/lib/components/popper/src/content2.js.map +1 -1
- package/lib/components/popper/src/popper.d.ts +2 -2
- package/lib/components/popper/src/popper.vue.d.ts +5 -5
- package/lib/components/popper/src/trigger.js +120 -32
- package/lib/components/popper/src/trigger.js.map +1 -1
- package/lib/components/popper/src/trigger2.js +32 -120
- package/lib/components/popper/src/trigger2.js.map +1 -1
- package/lib/components/popper/src/utils.d.ts +1 -1
- package/lib/components/progress/index.d.ts +4 -4
- package/lib/components/progress/index.js +2 -2
- package/lib/components/progress/src/progress.d.ts +1 -1
- package/lib/components/progress/src/progress.js +57 -202
- package/lib/components/progress/src/progress.js.map +1 -1
- package/lib/components/progress/src/progress.vue.d.ts +4 -4
- package/lib/components/progress/src/progress2.js +202 -57
- package/lib/components/progress/src/progress2.js.map +1 -1
- package/lib/components/radio/index.d.ts +6 -6
- package/lib/components/radio/index.js +4 -4
- package/lib/components/radio/src/radio-button.js +9 -68
- package/lib/components/radio/src/radio-button.js.map +1 -1
- package/lib/components/radio/src/radio-button2.js +68 -9
- package/lib/components/radio/src/radio-button2.js.map +1 -1
- package/lib/components/radio/src/radio-group.js +37 -68
- package/lib/components/radio/src/radio-group.js.map +1 -1
- package/lib/components/radio/src/radio-group.vue.d.ts +2 -2
- package/lib/components/radio/src/radio-group2.js +68 -37
- package/lib/components/radio/src/radio-group2.js.map +1 -1
- package/lib/components/radio/src/radio.vue.d.ts +2 -2
- package/lib/components/rate/index.d.ts +2 -2
- package/lib/components/rate/src/rate.vue.d.ts +2 -2
- package/lib/components/roving-focus-group/index.js +2 -2
- package/lib/components/roving-focus-group/src/roving-focus-group-impl.js +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group-impl.vue.d.ts +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group.js +27 -33
- package/lib/components/roving-focus-group/src/roving-focus-group.js.map +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-group2.js +33 -27
- package/lib/components/roving-focus-group/src/roving-focus-group2.js.map +1 -1
- package/lib/components/roving-focus-group/src/roving-focus-item.js +1 -1
- package/lib/components/row/index.d.ts +4 -4
- package/lib/components/row/index.js +2 -2
- package/lib/components/row/src/row.d.ts +1 -1
- package/lib/components/row/src/row.js +32 -45
- package/lib/components/row/src/row.js.map +1 -1
- package/lib/components/row/src/row.vue.d.ts +4 -4
- package/lib/components/row/src/row2.js +45 -32
- package/lib/components/row/src/row2.js.map +1 -1
- package/lib/components/scrollbar/index.d.ts +1 -1
- package/lib/components/scrollbar/src/bar.js +17 -42
- package/lib/components/scrollbar/src/bar.js.map +1 -1
- package/lib/components/scrollbar/src/bar2.js +42 -17
- package/lib/components/scrollbar/src/bar2.js.map +1 -1
- package/lib/components/scrollbar/src/scrollbar.js +1 -1
- package/lib/components/scrollbar/src/scrollbar.vue.d.ts +1 -1
- package/lib/components/select/index.d.ts +71 -71
- package/lib/components/select/src/select.vue.d.ts +71 -71
- package/lib/components/select/src/useSelect.d.ts +65 -65
- package/lib/components/select-v2/index.d.ts +148 -148
- package/lib/components/select-v2/src/select.vue.d.ts +74 -74
- package/lib/components/select-v2/src/useSelect.d.ts +65 -65
- package/lib/components/skeleton/index.d.ts +9 -9
- package/lib/components/skeleton/index.js +4 -4
- package/lib/components/skeleton/src/skeleton-item.d.ts +1 -1
- package/lib/components/skeleton/src/skeleton-item.js +23 -18
- package/lib/components/skeleton/src/skeleton-item.js.map +1 -1
- package/lib/components/skeleton/src/skeleton-item.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton-item2.js +18 -23
- package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
- package/lib/components/skeleton/src/skeleton.js +22 -49
- package/lib/components/skeleton/src/skeleton.js.map +1 -1
- package/lib/components/skeleton/src/skeleton.vue.d.ts +3 -3
- package/lib/components/skeleton/src/skeleton2.js +49 -22
- package/lib/components/skeleton/src/skeleton2.js.map +1 -1
- package/lib/components/slider/index.d.ts +183 -183
- package/lib/components/slider/src/button.vue.d.ts +33 -33
- package/lib/components/slider/src/composables/use-slide.d.ts +132 -132
- package/lib/components/slider/src/slider.vue.d.ts +183 -183
- package/lib/components/space/index.d.ts +2 -2
- package/lib/components/space/src/space.d.ts +2 -2
- package/lib/components/steps/index.d.ts +3 -3
- package/lib/components/steps/index.js +2 -2
- package/lib/components/steps/src/item.js +194 -20
- package/lib/components/steps/src/item.js.map +1 -1
- package/lib/components/steps/src/item.vue.d.ts +1 -1
- package/lib/components/steps/src/item2.js +20 -194
- package/lib/components/steps/src/item2.js.map +1 -1
- package/lib/components/steps/src/steps.vue.d.ts +1 -1
- package/lib/components/switch/index.d.ts +3 -3
- package/lib/components/switch/src/switch.vue.d.ts +3 -3
- package/lib/components/table/index.d.ts +3 -3
- package/lib/components/table/src/filter-panel.vue.d.ts +65 -65
- package/lib/components/table/src/table.vue.d.ts +3 -3
- package/lib/components/table/src/util.d.ts +9 -9
- package/lib/components/tabs/index.js +1 -1
- package/lib/components/tabs/src/tab-bar.js +7 -81
- package/lib/components/tabs/src/tab-bar.js.map +1 -1
- package/lib/components/tabs/src/tab-bar2.js +81 -7
- package/lib/components/tabs/src/tab-bar2.js.map +1 -1
- package/lib/components/tabs/src/tab-nav.js +1 -1
- package/lib/components/teleport/index.js +2 -2
- package/lib/components/teleport/src/teleport.js +18 -44
- package/lib/components/teleport/src/teleport.js.map +1 -1
- package/lib/components/teleport/src/teleport2.js +44 -18
- package/lib/components/teleport/src/teleport2.js.map +1 -1
- package/lib/components/time-picker/index.d.ts +2 -2
- package/lib/components/time-picker/src/common/picker.vue.d.ts +105 -105
- 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 +292 -292
- package/lib/components/time-select/index.js +1 -1
- package/lib/components/time-select/src/time-select.js +122 -48
- package/lib/components/time-select/src/time-select.js.map +1 -1
- package/lib/components/time-select/src/time-select.vue.d.ts +146 -146
- package/lib/components/time-select/src/time-select2.js +48 -122
- 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 +70 -42
- package/lib/components/timeline/src/timeline-item.js.map +1 -1
- package/lib/components/timeline/src/timeline-item2.js +42 -70
- package/lib/components/timeline/src/timeline-item2.js.map +1 -1
- package/lib/components/tooltip/index.d.ts +33 -33
- package/lib/components/tooltip/src/content.d.ts +1 -1
- package/lib/components/tooltip/src/content.js +1 -1
- package/lib/components/tooltip/src/content.vue.d.ts +14 -14
- package/lib/components/tooltip/src/content2.js +1 -1
- package/lib/components/tooltip/src/tooltip.d.ts +2 -2
- package/lib/components/tooltip/src/tooltip.vue.d.ts +33 -33
- package/lib/components/tooltip/src/trigger.js +1 -1
- package/lib/components/tooltip/src/trigger2.js +1 -1
- package/lib/components/tooltip-v2/index.d.ts +39 -39
- package/lib/components/tooltip-v2/index.js +5 -5
- package/lib/components/tooltip-v2/src/arrow.js +23 -38
- package/lib/components/tooltip-v2/src/arrow.js.map +1 -1
- package/lib/components/tooltip-v2/src/arrow.vue.d.ts +1 -1
- package/lib/components/tooltip-v2/src/arrow2.js +38 -23
- package/lib/components/tooltip-v2/src/arrow2.js.map +1 -1
- package/lib/components/tooltip-v2/src/content.d.ts +1 -1
- package/lib/components/tooltip-v2/src/content.js +113 -50
- package/lib/components/tooltip-v2/src/content.js.map +1 -1
- package/lib/components/tooltip-v2/src/content.vue.d.ts +5 -5
- package/lib/components/tooltip-v2/src/content2.js +50 -113
- package/lib/components/tooltip-v2/src/content2.js.map +1 -1
- package/lib/components/tooltip-v2/src/root.js +81 -17
- package/lib/components/tooltip-v2/src/root.js.map +1 -1
- package/lib/components/tooltip-v2/src/root2.js +17 -81
- package/lib/components/tooltip-v2/src/root2.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip-v2/src/tooltip.js +74 -21
- package/lib/components/tooltip-v2/src/tooltip.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +39 -39
- package/lib/components/tooltip-v2/src/tooltip2.js +21 -74
- package/lib/components/tooltip-v2/src/tooltip2.js.map +1 -1
- package/lib/components/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 +20 -2
- package/lib/components/tree/src/tree-node.js +7 -1
- package/lib/components/tree/src/tree-node.js.map +1 -1
- package/lib/components/tree/src/tree-node.vue.d.ts +9 -0
- package/lib/components/tree/src/tree.js +7 -1
- package/lib/components/tree/src/tree.js.map +1 -1
- package/lib/components/tree/src/tree.type.d.ts +5 -0
- package/lib/components/tree/src/tree.vue.d.ts +10 -1
- package/lib/components/tree-v2/index.d.ts +9 -9
- package/lib/components/tree-v2/src/tree-node.vue.d.ts +6 -6
- package/lib/components/tree-v2/src/tree.vue.d.ts +9 -9
- package/lib/components/upload/index.d.ts +13 -13
- package/lib/components/upload/index.js +4 -4
- package/lib/components/upload/src/upload-content.js +33 -170
- package/lib/components/upload/src/upload-content.js.map +1 -1
- package/lib/components/upload/src/upload-content.vue.d.ts +2 -2
- package/lib/components/upload/src/upload-content2.js +170 -33
- package/lib/components/upload/src/upload-content2.js.map +1 -1
- package/lib/components/upload/src/upload-list.js +170 -27
- package/lib/components/upload/src/upload-list.js.map +1 -1
- package/lib/components/upload/src/upload-list.vue.d.ts +4 -4
- package/lib/components/upload/src/upload-list2.js +27 -170
- package/lib/components/upload/src/upload-list2.js.map +1 -1
- package/lib/components/upload/src/upload.js +108 -120
- package/lib/components/upload/src/upload.js.map +1 -1
- package/lib/components/upload/src/upload.vue.d.ts +13 -13
- package/lib/components/upload/src/upload2.js +120 -108
- package/lib/components/upload/src/upload2.js.map +1 -1
- package/lib/components/upload/src/use-handlers.js +1 -1
- package/lib/components/virtual-list/src/builders/build-grid.d.ts +2 -2
- package/lib/components/virtual-list/src/builders/build-list.d.ts +3 -3
- 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 +3 -3
- 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 +3 -3
- package/lib/components/visual-hidden/index.js +2 -2
- package/lib/components/visual-hidden/src/visual-hidden.js +35 -7
- package/lib/components/visual-hidden/src/visual-hidden.js.map +1 -1
- package/lib/components/visual-hidden/src/visual-hidden2.js +7 -35
- package/lib/components/visual-hidden/src/visual-hidden2.js.map +1 -1
- package/lib/index.js +33 -33
- package/lib/utils/vue/vnode.d.ts +6 -6
- package/package.json +1 -1
- package/theme-chalk/el-form.css +1 -1
- package/theme-chalk/el-tree.css +1 -1
- package/theme-chalk/index.css +1 -1
- package/theme-chalk/src/form.scss +5 -0
- package/theme-chalk/src/tree.scss +12 -1
|
@@ -46,8 +46,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
46
46
|
};
|
|
47
47
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
48
48
|
}>> & {
|
|
49
|
-
onChange?: ((val: string | null) => any) | undefined;
|
|
50
49
|
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
50
|
+
onChange?: ((val: string | null) => any) | undefined;
|
|
51
51
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
52
52
|
}>>;
|
|
53
53
|
emit: ((event: "update:modelValue", val: string | null) => void) & ((event: "change", val: string | null) => void) & ((event: "activeChange", val: string | null) => void);
|
|
@@ -430,8 +430,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
430
430
|
};
|
|
431
431
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
432
432
|
}>> & {
|
|
433
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
434
433
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
434
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
435
435
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
436
436
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
437
437
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -542,12 +542,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
542
542
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
543
543
|
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>;
|
|
544
544
|
}>> & {
|
|
545
|
-
onChange?: ((value: string) => any) | undefined;
|
|
546
545
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
546
|
+
onChange?: ((value: string) => any) | undefined;
|
|
547
|
+
onClear?: (() => any) | undefined;
|
|
547
548
|
onInput?: ((value: string) => any) | undefined;
|
|
548
549
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
549
550
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
550
|
-
onClear?: (() => any) | undefined;
|
|
551
551
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
552
552
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
553
553
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -634,12 +634,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
634
634
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
635
635
|
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>;
|
|
636
636
|
}>> & {
|
|
637
|
-
onChange?: ((value: string) => any) | undefined;
|
|
638
637
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
638
|
+
onChange?: ((value: string) => any) | undefined;
|
|
639
|
+
onClear?: (() => any) | undefined;
|
|
639
640
|
onInput?: ((value: string) => any) | undefined;
|
|
640
641
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
641
642
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
642
|
-
onClear?: (() => any) | undefined;
|
|
643
643
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
644
644
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
645
645
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -713,12 +713,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
713
713
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
714
714
|
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>;
|
|
715
715
|
}>> & {
|
|
716
|
-
onChange?: ((value: string) => any) | undefined;
|
|
717
716
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
717
|
+
onChange?: ((value: string) => any) | undefined;
|
|
718
|
+
onClear?: (() => any) | undefined;
|
|
718
719
|
onInput?: ((value: string) => any) | undefined;
|
|
719
720
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
720
721
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
721
|
-
onClear?: (() => any) | undefined;
|
|
722
722
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
723
723
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
724
724
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1005,12 +1005,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
1005
1005
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1006
1006
|
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>;
|
|
1007
1007
|
}>> & {
|
|
1008
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1009
1008
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1009
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1010
|
+
onClear?: (() => any) | undefined;
|
|
1010
1011
|
onInput?: ((value: string) => any) | undefined;
|
|
1011
1012
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1012
1013
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1013
|
-
onClear?: (() => any) | undefined;
|
|
1014
1014
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1015
1015
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1016
1016
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1084,12 +1084,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
1084
1084
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1085
1085
|
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>;
|
|
1086
1086
|
}>> & {
|
|
1087
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1088
1087
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1088
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1089
|
+
onClear?: (() => any) | undefined;
|
|
1089
1090
|
onInput?: ((value: string) => any) | undefined;
|
|
1090
1091
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1091
1092
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1092
|
-
onClear?: (() => any) | undefined;
|
|
1093
1093
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1094
1094
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1095
1095
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1418,12 +1418,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
1418
1418
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1419
1419
|
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>;
|
|
1420
1420
|
}>> & {
|
|
1421
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1422
1421
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1422
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1423
|
+
onClear?: (() => any) | undefined;
|
|
1423
1424
|
onInput?: ((value: string) => any) | undefined;
|
|
1424
1425
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1425
1426
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1426
|
-
onClear?: (() => any) | undefined;
|
|
1427
1427
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1428
1428
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1429
1429
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1673,12 +1673,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
1673
1673
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1674
1674
|
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>;
|
|
1675
1675
|
}>> & {
|
|
1676
|
-
onChange?: ((value: string) => any) | undefined;
|
|
1677
1676
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1677
|
+
onChange?: ((value: string) => any) | undefined;
|
|
1678
|
+
onClear?: (() => any) | undefined;
|
|
1678
1679
|
onInput?: ((value: string) => any) | undefined;
|
|
1679
1680
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
1680
1681
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
1681
|
-
onClear?: (() => any) | undefined;
|
|
1682
1682
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
1683
1683
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
1684
1684
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -1807,8 +1807,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
1807
1807
|
};
|
|
1808
1808
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1809
1809
|
}>> & {
|
|
1810
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1811
1810
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1811
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1812
1812
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
1813
1813
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
1814
1814
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -1949,8 +1949,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
1949
1949
|
};
|
|
1950
1950
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1951
1951
|
}>> & {
|
|
1952
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1953
1952
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
1953
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
1954
1954
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
1955
1955
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
1956
1956
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -2061,12 +2061,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2061
2061
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2062
2062
|
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>;
|
|
2063
2063
|
}>> & {
|
|
2064
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2065
2064
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2065
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2066
|
+
onClear?: (() => any) | undefined;
|
|
2066
2067
|
onInput?: ((value: string) => any) | undefined;
|
|
2067
2068
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2068
2069
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2069
|
-
onClear?: (() => any) | undefined;
|
|
2070
2070
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2071
2071
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2072
2072
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2153,12 +2153,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2153
2153
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2154
2154
|
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>;
|
|
2155
2155
|
}>> & {
|
|
2156
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2157
2156
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2157
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2158
|
+
onClear?: (() => any) | undefined;
|
|
2158
2159
|
onInput?: ((value: string) => any) | undefined;
|
|
2159
2160
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2160
2161
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2161
|
-
onClear?: (() => any) | undefined;
|
|
2162
2162
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2163
2163
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2164
2164
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2232,12 +2232,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2232
2232
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2233
2233
|
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>;
|
|
2234
2234
|
}>> & {
|
|
2235
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2236
2235
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2236
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2237
|
+
onClear?: (() => any) | undefined;
|
|
2237
2238
|
onInput?: ((value: string) => any) | undefined;
|
|
2238
2239
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2239
2240
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2240
|
-
onClear?: (() => any) | undefined;
|
|
2241
2241
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2242
2242
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2243
2243
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2524,12 +2524,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2524
2524
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2525
2525
|
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>;
|
|
2526
2526
|
}>> & {
|
|
2527
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2528
2527
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2528
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2529
|
+
onClear?: (() => any) | undefined;
|
|
2529
2530
|
onInput?: ((value: string) => any) | undefined;
|
|
2530
2531
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2531
2532
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2532
|
-
onClear?: (() => any) | undefined;
|
|
2533
2533
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2534
2534
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2535
2535
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2603,12 +2603,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2603
2603
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2604
2604
|
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>;
|
|
2605
2605
|
}>> & {
|
|
2606
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2607
2606
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2607
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2608
|
+
onClear?: (() => any) | undefined;
|
|
2608
2609
|
onInput?: ((value: string) => any) | undefined;
|
|
2609
2610
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2610
2611
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2611
|
-
onClear?: (() => any) | undefined;
|
|
2612
2612
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2613
2613
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2614
2614
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -2937,12 +2937,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
2937
2937
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
2938
2938
|
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>;
|
|
2939
2939
|
}>> & {
|
|
2940
|
-
onChange?: ((value: string) => any) | undefined;
|
|
2941
2940
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
2941
|
+
onChange?: ((value: string) => any) | undefined;
|
|
2942
|
+
onClear?: (() => any) | undefined;
|
|
2942
2943
|
onInput?: ((value: string) => any) | undefined;
|
|
2943
2944
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
2944
2945
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
2945
|
-
onClear?: (() => any) | undefined;
|
|
2946
2946
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
2947
2947
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
2948
2948
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -3192,12 +3192,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3192
3192
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3193
3193
|
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>;
|
|
3194
3194
|
}>> & {
|
|
3195
|
-
onChange?: ((value: string) => any) | undefined;
|
|
3196
3195
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3196
|
+
onChange?: ((value: string) => any) | undefined;
|
|
3197
|
+
onClear?: (() => any) | undefined;
|
|
3197
3198
|
onInput?: ((value: string) => any) | undefined;
|
|
3198
3199
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
3199
3200
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
3200
|
-
onClear?: (() => any) | undefined;
|
|
3201
3201
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
3202
3202
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
3203
3203
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -3326,8 +3326,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3326
3326
|
};
|
|
3327
3327
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
3328
3328
|
}>> & {
|
|
3329
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
3330
3329
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
3330
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
3331
3331
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
3332
3332
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
3333
3333
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -3353,30 +3353,30 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3353
3353
|
disabled: boolean;
|
|
3354
3354
|
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>;
|
|
3355
3355
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
3356
|
-
offset: number;
|
|
3357
|
-
effect: string;
|
|
3358
|
-
visible: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
3359
|
-
content: string;
|
|
3360
|
-
open: boolean;
|
|
3361
3356
|
showAfter: number;
|
|
3362
3357
|
hideAfter: number;
|
|
3358
|
+
open: boolean;
|
|
3359
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
3360
|
+
offset: number;
|
|
3361
|
+
content: string;
|
|
3362
|
+
transition: string;
|
|
3363
|
+
effect: string;
|
|
3363
3364
|
boundariesPadding: number;
|
|
3364
3365
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
3365
3366
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3366
3367
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
3367
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
3368
3368
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3369
3369
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3370
3370
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3371
3371
|
stopPopperMouseEvent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3372
|
+
visible: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
3372
3373
|
pure: boolean;
|
|
3373
3374
|
virtualTriggering: boolean;
|
|
3374
3375
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
3375
3376
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3376
|
-
transition: string;
|
|
3377
3377
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
3378
3378
|
persistent: boolean;
|
|
3379
|
-
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
3379
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
3380
3380
|
triggerKeys: string[];
|
|
3381
3381
|
arrowOffset: number;
|
|
3382
3382
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -3686,7 +3686,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3686
3686
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
3687
3687
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
3688
3688
|
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>;
|
|
3689
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3689
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
3690
3690
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
3691
3691
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
3692
3692
|
"onUpdate:visible": {
|
|
@@ -3695,10 +3695,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
3695
3695
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
3696
3696
|
__epPropKey: true;
|
|
3697
3697
|
};
|
|
3698
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
3698
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
3699
3699
|
}>> & {
|
|
3700
3700
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
3701
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "trigger" | "placement" | "
|
|
3701
|
+
} & 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">;
|
|
3702
3702
|
$attrs: {
|
|
3703
3703
|
[x: string]: unknown;
|
|
3704
3704
|
};
|
|
@@ -4018,7 +4018,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4018
4018
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
4019
4019
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4020
4020
|
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>;
|
|
4021
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4021
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
4022
4022
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4023
4023
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4024
4024
|
"onUpdate:visible": {
|
|
@@ -4027,7 +4027,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4027
4027
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4028
4028
|
__epPropKey: true;
|
|
4029
4029
|
};
|
|
4030
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4030
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4031
4031
|
}>> & {
|
|
4032
4032
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4033
4033
|
}, {
|
|
@@ -4337,7 +4337,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4337
4337
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
4338
4338
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
4339
4339
|
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>;
|
|
4340
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4340
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
4341
4341
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
4342
4342
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
4343
4343
|
"onUpdate:visible": {
|
|
@@ -4346,7 +4346,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4346
4346
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4347
4347
|
__epPropKey: true;
|
|
4348
4348
|
};
|
|
4349
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4349
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4350
4350
|
}>> & {
|
|
4351
4351
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
4352
4352
|
}>>;
|
|
@@ -4365,10 +4365,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4365
4365
|
controlled: import("vue").ComputedRef<boolean>;
|
|
4366
4366
|
isFocusInsideContent: () => boolean | undefined;
|
|
4367
4367
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
4368
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4368
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4369
4369
|
}, {
|
|
4370
4370
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
4371
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4371
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4372
4372
|
}>> & {
|
|
4373
4373
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4374
4374
|
}>>;
|
|
@@ -4376,12 +4376,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
4376
4376
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
4377
4377
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4378
4378
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
4379
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4379
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
4380
4380
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
4381
4381
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4382
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
4382
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
4383
4383
|
}>>, {
|
|
4384
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
4384
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
4385
4385
|
}>> & Record<string, any>;
|
|
4386
4386
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
4387
4387
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -5061,7 +5061,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
5061
5061
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5062
5062
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5063
5063
|
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>;
|
|
5064
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5064
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5065
5065
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5066
5066
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5067
5067
|
}, {
|
|
@@ -5323,7 +5323,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
5323
5323
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5324
5324
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5325
5325
|
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>;
|
|
5326
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5326
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5327
5327
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
5328
5328
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
5329
5329
|
}>> & {
|
|
@@ -5601,7 +5601,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
5601
5601
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5602
5602
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5603
5603
|
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>;
|
|
5604
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5604
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5605
5605
|
}, {
|
|
5606
5606
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
5607
5607
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -5850,7 +5850,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
5850
5850
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
5851
5851
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
5852
5852
|
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>;
|
|
5853
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
5853
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
5854
5854
|
}>> & {
|
|
5855
5855
|
onClose?: (() => any) | undefined;
|
|
5856
5856
|
onFocus?: (() => any) | undefined;
|
|
@@ -6208,7 +6208,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6208
6208
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
6209
6209
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6210
6210
|
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>;
|
|
6211
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6211
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6212
6212
|
}>> & {
|
|
6213
6213
|
onClose?: (() => any) | undefined;
|
|
6214
6214
|
onFocus?: (() => any) | undefined;
|
|
@@ -6217,19 +6217,19 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6217
6217
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
6218
6218
|
}, {
|
|
6219
6219
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6220
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6220
6221
|
readonly offset: number;
|
|
6221
6222
|
readonly effect: string;
|
|
6222
|
-
readonly visible: boolean;
|
|
6223
6223
|
readonly boundariesPadding: number;
|
|
6224
6224
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6225
6225
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6226
6226
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6227
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6228
6227
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6229
6228
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6230
6229
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6231
6230
|
readonly stopPopperMouseEvent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6232
6231
|
readonly ariaLabel: string;
|
|
6232
|
+
readonly visible: boolean;
|
|
6233
6233
|
readonly pure: boolean;
|
|
6234
6234
|
readonly virtualTriggering: boolean;
|
|
6235
6235
|
}>;
|
|
@@ -6491,31 +6491,31 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6491
6491
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
6492
6492
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6493
6493
|
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>;
|
|
6494
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6494
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6495
6495
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6496
6496
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6497
6497
|
}>>, {
|
|
6498
6498
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6499
|
-
readonly offset: number;
|
|
6500
|
-
readonly effect: string;
|
|
6501
|
-
readonly visible: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
6502
|
-
readonly content: string;
|
|
6503
6499
|
readonly showAfter: number;
|
|
6504
6500
|
readonly hideAfter: number;
|
|
6501
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6502
|
+
readonly offset: number;
|
|
6503
|
+
readonly content: string;
|
|
6504
|
+
readonly transition: string;
|
|
6505
|
+
readonly effect: string;
|
|
6505
6506
|
readonly boundariesPadding: number;
|
|
6506
6507
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6507
6508
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6508
6509
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6509
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6510
6510
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6511
6511
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6512
6512
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6513
6513
|
readonly stopPopperMouseEvent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6514
|
+
readonly visible: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
6514
6515
|
readonly pure: boolean;
|
|
6515
6516
|
readonly virtualTriggering: boolean;
|
|
6516
6517
|
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>;
|
|
6517
6518
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6518
|
-
readonly transition: string;
|
|
6519
6519
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6520
6520
|
readonly persistent: boolean;
|
|
6521
6521
|
}>;
|
|
@@ -6523,30 +6523,30 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6523
6523
|
disabled: boolean;
|
|
6524
6524
|
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>;
|
|
6525
6525
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
6526
|
-
offset: number;
|
|
6527
|
-
effect: string;
|
|
6528
|
-
visible: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
6529
|
-
content: string;
|
|
6530
|
-
open: boolean;
|
|
6531
6526
|
showAfter: number;
|
|
6532
6527
|
hideAfter: number;
|
|
6528
|
+
open: boolean;
|
|
6529
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
6530
|
+
offset: number;
|
|
6531
|
+
content: string;
|
|
6532
|
+
transition: string;
|
|
6533
|
+
effect: string;
|
|
6533
6534
|
boundariesPadding: number;
|
|
6534
6535
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
6535
6536
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6536
6537
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
6537
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
6538
6538
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6539
6539
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6540
6540
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6541
6541
|
stopPopperMouseEvent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6542
|
+
visible: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
6542
6543
|
pure: boolean;
|
|
6543
6544
|
virtualTriggering: boolean;
|
|
6544
6545
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
6545
6546
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6546
|
-
transition: string;
|
|
6547
6547
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
6548
6548
|
persistent: boolean;
|
|
6549
|
-
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
6549
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
6550
6550
|
triggerKeys: string[];
|
|
6551
6551
|
arrowOffset: number;
|
|
6552
6552
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -6876,7 +6876,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6876
6876
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
6877
6877
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
6878
6878
|
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>;
|
|
6879
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6879
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
6880
6880
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
6881
6881
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
6882
6882
|
"onUpdate:visible": {
|
|
@@ -6885,7 +6885,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
6885
6885
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
6886
6886
|
__epPropKey: true;
|
|
6887
6887
|
};
|
|
6888
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
6888
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
6889
6889
|
}>> & {
|
|
6890
6890
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
6891
6891
|
} & import("vue").ShallowUnwrapRef<{
|
|
@@ -7195,7 +7195,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7195
7195
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
7196
7196
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7197
7197
|
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>;
|
|
7198
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7198
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
7199
7199
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7200
7200
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7201
7201
|
"onUpdate:visible": {
|
|
@@ -7204,7 +7204,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7204
7204
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
7205
7205
|
__epPropKey: true;
|
|
7206
7206
|
};
|
|
7207
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7207
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7208
7208
|
}>> & {
|
|
7209
7209
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
7210
7210
|
}>>;
|
|
@@ -7223,10 +7223,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7223
7223
|
controlled: import("vue").ComputedRef<boolean>;
|
|
7224
7224
|
isFocusInsideContent: () => boolean | undefined;
|
|
7225
7225
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
7226
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7226
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7227
7227
|
}, {
|
|
7228
7228
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
7229
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7229
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7230
7230
|
}>> & {
|
|
7231
7231
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
7232
7232
|
}>>;
|
|
@@ -7234,12 +7234,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7234
7234
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
7235
7235
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7236
7236
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
7237
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7237
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
7238
7238
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
7239
7239
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7240
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7240
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
7241
7241
|
}>>, {
|
|
7242
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
7242
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
7243
7243
|
}>> & Record<string, any>;
|
|
7244
7244
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
7245
7245
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -7919,7 +7919,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
7919
7919
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
7920
7920
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
7921
7921
|
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>;
|
|
7922
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
7922
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
7923
7923
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
7924
7924
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
7925
7925
|
}, {
|
|
@@ -8181,7 +8181,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
8181
8181
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
8182
8182
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8183
8183
|
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>;
|
|
8184
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8184
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8185
8185
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
8186
8186
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
8187
8187
|
}>> & {
|
|
@@ -8459,7 +8459,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
8459
8459
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
8460
8460
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8461
8461
|
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>;
|
|
8462
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8462
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8463
8463
|
}, {
|
|
8464
8464
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
8465
8465
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -8708,7 +8708,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
8708
8708
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
8709
8709
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
8710
8710
|
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>;
|
|
8711
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
8711
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
8712
8712
|
}>> & {
|
|
8713
8713
|
onClose?: (() => any) | undefined;
|
|
8714
8714
|
onFocus?: (() => any) | undefined;
|
|
@@ -9066,7 +9066,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9066
9066
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
9067
9067
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9068
9068
|
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>;
|
|
9069
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9069
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
9070
9070
|
}>> & {
|
|
9071
9071
|
onClose?: (() => any) | undefined;
|
|
9072
9072
|
onFocus?: (() => any) | undefined;
|
|
@@ -9075,19 +9075,19 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9075
9075
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
9076
9076
|
}, {
|
|
9077
9077
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9078
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9078
9079
|
readonly offset: number;
|
|
9079
9080
|
readonly effect: string;
|
|
9080
|
-
readonly visible: boolean;
|
|
9081
9081
|
readonly boundariesPadding: number;
|
|
9082
9082
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9083
9083
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9084
9084
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9085
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9086
9085
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9087
9086
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9088
9087
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9089
9088
|
readonly stopPopperMouseEvent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9090
9089
|
readonly ariaLabel: string;
|
|
9090
|
+
readonly visible: boolean;
|
|
9091
9091
|
readonly pure: boolean;
|
|
9092
9092
|
readonly virtualTriggering: boolean;
|
|
9093
9093
|
}>;
|
|
@@ -9349,31 +9349,31 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9349
9349
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
9350
9350
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9351
9351
|
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>;
|
|
9352
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9352
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
9353
9353
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9354
9354
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9355
9355
|
}>>, {
|
|
9356
9356
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
9357
|
-
readonly offset: number;
|
|
9358
|
-
readonly effect: string;
|
|
9359
|
-
readonly visible: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
9360
|
-
readonly content: string;
|
|
9361
9357
|
readonly showAfter: number;
|
|
9362
9358
|
readonly hideAfter: number;
|
|
9359
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
9360
|
+
readonly offset: number;
|
|
9361
|
+
readonly content: string;
|
|
9362
|
+
readonly transition: string;
|
|
9363
|
+
readonly effect: string;
|
|
9363
9364
|
readonly boundariesPadding: number;
|
|
9364
9365
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
9365
9366
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9366
9367
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
9367
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
9368
9368
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9369
9369
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9370
9370
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9371
9371
|
readonly stopPopperMouseEvent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9372
|
+
readonly visible: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
9372
9373
|
readonly pure: boolean;
|
|
9373
9374
|
readonly virtualTriggering: boolean;
|
|
9374
9375
|
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>;
|
|
9375
9376
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9376
|
-
readonly transition: string;
|
|
9377
9377
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
9378
9378
|
readonly persistent: boolean;
|
|
9379
9379
|
}>;
|
|
@@ -9434,8 +9434,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9434
9434
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9435
9435
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9436
9436
|
}>> & {
|
|
9437
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9438
9437
|
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9438
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9439
9439
|
}>>;
|
|
9440
9440
|
emit: ((event: "update:modelValue", val: string | number | boolean) => void) & ((event: "change", val: string | number | boolean) => void);
|
|
9441
9441
|
ns: {
|
|
@@ -9482,8 +9482,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9482
9482
|
readonly name: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
|
|
9483
9483
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9484
9484
|
}>> & {
|
|
9485
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9486
9485
|
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
9486
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
9487
9487
|
}, {
|
|
9488
9488
|
readonly disabled: boolean;
|
|
9489
9489
|
readonly name: string;
|
|
@@ -9936,7 +9936,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9936
9936
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
9937
9937
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
9938
9938
|
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>;
|
|
9939
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9939
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
9940
9940
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
9941
9941
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
9942
9942
|
"onUpdate:visible": {
|
|
@@ -9945,7 +9945,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
9945
9945
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9946
9946
|
__epPropKey: true;
|
|
9947
9947
|
};
|
|
9948
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
9948
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
9949
9949
|
}, {
|
|
9950
9950
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
9951
9951
|
showArrow: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
|
|
@@ -10253,7 +10253,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10253
10253
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
10254
10254
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10255
10255
|
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>;
|
|
10256
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10256
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
10257
10257
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10258
10258
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10259
10259
|
"onUpdate:visible": {
|
|
@@ -10262,7 +10262,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10262
10262
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10263
10263
|
__epPropKey: true;
|
|
10264
10264
|
};
|
|
10265
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10265
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10266
10266
|
}>> & {
|
|
10267
10267
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
10268
10268
|
}>>;
|
|
@@ -10281,10 +10281,10 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10281
10281
|
controlled: import("vue").ComputedRef<boolean>;
|
|
10282
10282
|
isFocusInsideContent: () => boolean | undefined;
|
|
10283
10283
|
ElPopper: import("element-plus-secondary/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
10284
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10284
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10285
10285
|
}, {
|
|
10286
10286
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
10287
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10287
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10288
10288
|
}>> & {
|
|
10289
10289
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
10290
10290
|
}>>;
|
|
@@ -10292,12 +10292,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10292
10292
|
popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
|
|
10293
10293
|
contentRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10294
10294
|
referenceRef: import("vue").Ref<HTMLElement | undefined>;
|
|
10295
|
-
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10295
|
+
role: import("vue").ComputedRef<import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>>;
|
|
10296
10296
|
popperProvides: import("../..").ElPopperInjectionContext;
|
|
10297
10297
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
10298
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10298
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
10299
10299
|
}>>, {
|
|
10300
|
-
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
10300
|
+
readonly role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
10301
10301
|
}>> & Record<string, any>;
|
|
10302
10302
|
ElPopperArrow: import("vue").DefineComponent<{
|
|
10303
10303
|
readonly arrowOffset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
|
|
@@ -10977,7 +10977,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
10977
10977
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
10978
10978
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
10979
10979
|
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>;
|
|
10980
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
10980
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
10981
10981
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
10982
10982
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
10983
10983
|
}, {
|
|
@@ -11239,7 +11239,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
11239
11239
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
11240
11240
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11241
11241
|
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>;
|
|
11242
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11242
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11243
11243
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
11244
11244
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
11245
11245
|
}>> & {
|
|
@@ -11517,7 +11517,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
11517
11517
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
11518
11518
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11519
11519
|
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>;
|
|
11520
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11520
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11521
11521
|
}, {
|
|
11522
11522
|
emit: ((event: "focus") => void) & ((event: "blur") => void) & ((event: "close") => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
11523
11523
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -11766,7 +11766,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
11766
11766
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
11767
11767
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
11768
11768
|
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>;
|
|
11769
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
11769
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
11770
11770
|
}>> & {
|
|
11771
11771
|
onClose?: (() => any) | undefined;
|
|
11772
11772
|
onFocus?: (() => any) | undefined;
|
|
@@ -12124,7 +12124,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12124
12124
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
12125
12125
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12126
12126
|
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>;
|
|
12127
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12127
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12128
12128
|
}>> & {
|
|
12129
12129
|
onClose?: (() => any) | undefined;
|
|
12130
12130
|
onFocus?: (() => any) | undefined;
|
|
@@ -12133,19 +12133,19 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12133
12133
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
12134
12134
|
}, {
|
|
12135
12135
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12136
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12136
12137
|
readonly offset: number;
|
|
12137
12138
|
readonly effect: string;
|
|
12138
|
-
readonly visible: boolean;
|
|
12139
12139
|
readonly boundariesPadding: number;
|
|
12140
12140
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12141
12141
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12142
12142
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12143
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12144
12143
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12145
12144
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12146
12145
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12147
12146
|
readonly stopPopperMouseEvent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12148
12147
|
readonly ariaLabel: string;
|
|
12148
|
+
readonly visible: boolean;
|
|
12149
12149
|
readonly pure: boolean;
|
|
12150
12150
|
readonly virtualTriggering: boolean;
|
|
12151
12151
|
}>;
|
|
@@ -12407,31 +12407,31 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12407
12407
|
readonly offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
12408
12408
|
readonly placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12409
12409
|
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>;
|
|
12410
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12410
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12411
12411
|
readonly showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12412
12412
|
readonly hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12413
12413
|
}>>, {
|
|
12414
12414
|
readonly placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12415
|
-
readonly offset: number;
|
|
12416
|
-
readonly effect: string;
|
|
12417
|
-
readonly visible: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
12418
|
-
readonly content: string;
|
|
12419
12415
|
readonly showAfter: number;
|
|
12420
12416
|
readonly hideAfter: number;
|
|
12417
|
+
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12418
|
+
readonly offset: number;
|
|
12419
|
+
readonly content: string;
|
|
12420
|
+
readonly transition: string;
|
|
12421
|
+
readonly effect: string;
|
|
12421
12422
|
readonly boundariesPadding: number;
|
|
12422
12423
|
readonly fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12423
12424
|
readonly gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12424
12425
|
readonly popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12425
|
-
readonly strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12426
12426
|
readonly enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12427
12427
|
readonly focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12428
12428
|
readonly trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12429
12429
|
readonly stopPopperMouseEvent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12430
|
+
readonly visible: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
12430
12431
|
readonly pure: boolean;
|
|
12431
12432
|
readonly virtualTriggering: boolean;
|
|
12432
12433
|
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>;
|
|
12433
12434
|
readonly rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12434
|
-
readonly transition: string;
|
|
12435
12435
|
readonly teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12436
12436
|
readonly persistent: boolean;
|
|
12437
12437
|
}>;
|
|
@@ -12741,7 +12741,7 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12741
12741
|
offset: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
|
|
12742
12742
|
placement: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, import("@popperjs/core").Placement, unknown, "bottom", boolean>;
|
|
12743
12743
|
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>;
|
|
12744
|
-
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12744
|
+
strategy: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "absolute" | "fixed", unknown, "absolute", boolean>;
|
|
12745
12745
|
showAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
12746
12746
|
hideAfter: import("element-plus-secondary/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
|
|
12747
12747
|
"onUpdate:visible": {
|
|
@@ -12750,37 +12750,37 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12750
12750
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12751
12751
|
__epPropKey: true;
|
|
12752
12752
|
};
|
|
12753
|
-
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "
|
|
12753
|
+
role: import("element-plus-secondary/es/utils").EpPropFinalized<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown, "tooltip", boolean>;
|
|
12754
12754
|
}>> & {
|
|
12755
12755
|
[x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
12756
12756
|
}, {
|
|
12757
12757
|
disabled: boolean;
|
|
12758
12758
|
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>;
|
|
12759
12759
|
placement: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, import("@popperjs/core").Placement, unknown>;
|
|
12760
|
-
offset: number;
|
|
12761
|
-
effect: string;
|
|
12762
|
-
visible: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
12763
|
-
content: string;
|
|
12764
|
-
open: boolean;
|
|
12765
12760
|
showAfter: number;
|
|
12766
12761
|
hideAfter: number;
|
|
12762
|
+
open: boolean;
|
|
12763
|
+
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "absolute" | "fixed", unknown>;
|
|
12764
|
+
offset: number;
|
|
12765
|
+
content: string;
|
|
12766
|
+
transition: string;
|
|
12767
|
+
effect: string;
|
|
12767
12768
|
boundariesPadding: number;
|
|
12768
12769
|
fallbackPlacements: import("@popperjs/core").Placement[];
|
|
12769
12770
|
gpuAcceleration: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12770
12771
|
popperOptions: Partial<import("@popperjs/core").Options>;
|
|
12771
|
-
strategy: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
|
|
12772
12772
|
enterable: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12773
12773
|
focusOnShow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12774
12774
|
trapping: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12775
12775
|
stopPopperMouseEvent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12776
|
+
visible: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
|
|
12776
12777
|
pure: boolean;
|
|
12777
12778
|
virtualTriggering: boolean;
|
|
12778
12779
|
appendTo: import("element-plus-secondary/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>;
|
|
12779
12780
|
rawContent: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12780
|
-
transition: string;
|
|
12781
12781
|
teleported: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
12782
12782
|
persistent: boolean;
|
|
12783
|
-
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "
|
|
12783
|
+
role: import("element-plus-secondary/es/utils").EpPropMergeType<StringConstructor, "dialog" | "tree" | "grid" | "menu" | "listbox" | "tooltip" | "group" | "navigation", unknown>;
|
|
12784
12784
|
triggerKeys: string[];
|
|
12785
12785
|
arrowOffset: number;
|
|
12786
12786
|
showArrow: import("element-plus-secondary/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -12917,12 +12917,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
12917
12917
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
12918
12918
|
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>;
|
|
12919
12919
|
}>> & {
|
|
12920
|
-
onChange?: ((value: string) => any) | undefined;
|
|
12921
12920
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
12921
|
+
onChange?: ((value: string) => any) | undefined;
|
|
12922
|
+
onClear?: (() => any) | undefined;
|
|
12922
12923
|
onInput?: ((value: string) => any) | undefined;
|
|
12923
12924
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
12924
12925
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
12925
|
-
onClear?: (() => any) | undefined;
|
|
12926
12926
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
12927
12927
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
12928
12928
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13172,12 +13172,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13172
13172
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13173
13173
|
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>;
|
|
13174
13174
|
}>> & {
|
|
13175
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13176
13175
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13176
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13177
|
+
onClear?: (() => any) | undefined;
|
|
13177
13178
|
onInput?: ((value: string) => any) | undefined;
|
|
13178
13179
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13179
13180
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13180
|
-
onClear?: (() => any) | undefined;
|
|
13181
13181
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13182
13182
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13183
13183
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13305,8 +13305,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13305
13305
|
};
|
|
13306
13306
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13307
13307
|
}>> & {
|
|
13308
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
13309
13308
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
13309
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
13310
13310
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
13311
13311
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
13312
13312
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -13417,12 +13417,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13417
13417
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13418
13418
|
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>;
|
|
13419
13419
|
}>> & {
|
|
13420
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13421
13420
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13421
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13422
|
+
onClear?: (() => any) | undefined;
|
|
13422
13423
|
onInput?: ((value: string) => any) | undefined;
|
|
13423
13424
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13424
13425
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13425
|
-
onClear?: (() => any) | undefined;
|
|
13426
13426
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13427
13427
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13428
13428
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13509,12 +13509,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13509
13509
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13510
13510
|
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>;
|
|
13511
13511
|
}>> & {
|
|
13512
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13513
13512
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13513
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13514
|
+
onClear?: (() => any) | undefined;
|
|
13514
13515
|
onInput?: ((value: string) => any) | undefined;
|
|
13515
13516
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13516
13517
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13517
|
-
onClear?: (() => any) | undefined;
|
|
13518
13518
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13519
13519
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13520
13520
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13588,12 +13588,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13588
13588
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13589
13589
|
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>;
|
|
13590
13590
|
}>> & {
|
|
13591
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13592
13591
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13592
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13593
|
+
onClear?: (() => any) | undefined;
|
|
13593
13594
|
onInput?: ((value: string) => any) | undefined;
|
|
13594
13595
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13595
13596
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13596
|
-
onClear?: (() => any) | undefined;
|
|
13597
13597
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13598
13598
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13599
13599
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13880,12 +13880,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13880
13880
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13881
13881
|
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>;
|
|
13882
13882
|
}>> & {
|
|
13883
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13884
13883
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13884
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13885
|
+
onClear?: (() => any) | undefined;
|
|
13885
13886
|
onInput?: ((value: string) => any) | undefined;
|
|
13886
13887
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13887
13888
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13888
|
-
onClear?: (() => any) | undefined;
|
|
13889
13889
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13890
13890
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13891
13891
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -13959,12 +13959,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
13959
13959
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
13960
13960
|
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>;
|
|
13961
13961
|
}>> & {
|
|
13962
|
-
onChange?: ((value: string) => any) | undefined;
|
|
13963
13962
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
13963
|
+
onChange?: ((value: string) => any) | undefined;
|
|
13964
|
+
onClear?: (() => any) | undefined;
|
|
13964
13965
|
onInput?: ((value: string) => any) | undefined;
|
|
13965
13966
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
13966
13967
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
13967
|
-
onClear?: (() => any) | undefined;
|
|
13968
13968
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
13969
13969
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
13970
13970
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14293,12 +14293,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
14293
14293
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14294
14294
|
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>;
|
|
14295
14295
|
}>> & {
|
|
14296
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14297
14296
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14297
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14298
|
+
onClear?: (() => any) | undefined;
|
|
14298
14299
|
onInput?: ((value: string) => any) | undefined;
|
|
14299
14300
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14300
14301
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14301
|
-
onClear?: (() => any) | undefined;
|
|
14302
14302
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14303
14303
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14304
14304
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14548,12 +14548,12 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
14548
14548
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14549
14549
|
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>;
|
|
14550
14550
|
}>> & {
|
|
14551
|
-
onChange?: ((value: string) => any) | undefined;
|
|
14552
14551
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
14552
|
+
onChange?: ((value: string) => any) | undefined;
|
|
14553
|
+
onClear?: (() => any) | undefined;
|
|
14553
14554
|
onInput?: ((value: string) => any) | undefined;
|
|
14554
14555
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
14555
14556
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
14556
|
-
onClear?: (() => any) | undefined;
|
|
14557
14557
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
14558
14558
|
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
14559
14559
|
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -14682,8 +14682,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
14682
14682
|
};
|
|
14683
14683
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14684
14684
|
}>> & {
|
|
14685
|
-
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
14686
14685
|
"onUpdate:modelValue"?: ((val: number | undefined) => any) | undefined;
|
|
14686
|
+
onChange?: ((prev: number | undefined, cur: number | undefined) => any) | undefined;
|
|
14687
14687
|
onInput?: ((val: number | null | undefined) => any) | undefined;
|
|
14688
14688
|
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
14689
14689
|
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
@@ -14862,8 +14862,8 @@ export declare const ElColorPicker: import("element-plus-secondary/es/utils").SF
|
|
|
14862
14862
|
};
|
|
14863
14863
|
readonly validateEvent: import("element-plus-secondary/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14864
14864
|
}>> & {
|
|
14865
|
-
onChange?: ((val: string | null) => any) | undefined;
|
|
14866
14865
|
"onUpdate:modelValue"?: ((val: string | null) => any) | undefined;
|
|
14866
|
+
onChange?: ((val: string | null) => any) | undefined;
|
|
14867
14867
|
onActiveChange?: ((val: string | null) => any) | undefined;
|
|
14868
14868
|
}, {
|
|
14869
14869
|
readonly disabled: boolean;
|