element-plus-secondary 0.1.10 → 0.2.1
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/es/components/autocomplete/index.d.ts +3 -3
- package/es/components/autocomplete/index.mjs +2 -2
- package/es/components/autocomplete/src/autocomplete.mjs +353 -71
- package/es/components/autocomplete/src/autocomplete.mjs.map +1 -1
- package/es/components/autocomplete/src/autocomplete.vue.d.ts +3 -3
- package/es/components/autocomplete/src/autocomplete2.mjs +71 -353
- package/es/components/autocomplete/src/autocomplete2.mjs.map +1 -1
- package/es/components/avatar/index.mjs +2 -2
- package/es/components/avatar/src/avatar.mjs +32 -67
- package/es/components/avatar/src/avatar.mjs.map +1 -1
- package/es/components/avatar/src/avatar2.mjs +67 -32
- package/es/components/avatar/src/avatar2.mjs.map +1 -1
- package/es/components/backtop/index.mjs +2 -2
- package/es/components/backtop/src/backtop.mjs +54 -21
- package/es/components/backtop/src/backtop.mjs.map +1 -1
- package/es/components/backtop/src/backtop2.mjs +21 -54
- package/es/components/backtop/src/backtop2.mjs.map +1 -1
- package/es/components/button/index.d.ts +13 -13
- package/es/components/button/index.mjs +2 -2
- package/es/components/button/src/button-group.d.ts +1 -1
- package/es/components/button/src/button-group.mjs +1 -1
- package/es/components/button/src/button-group.vue.d.ts +4 -4
- package/es/components/button/src/button.d.ts +1 -1
- package/es/components/button/src/button.mjs +54 -78
- package/es/components/button/src/button.mjs.map +1 -1
- package/es/components/button/src/button.vue.d.ts +5 -5
- package/es/components/button/src/button2.mjs +78 -54
- package/es/components/button/src/button2.mjs.map +1 -1
- package/es/components/button/src/use-button.d.ts +1 -1
- package/es/components/calendar/index.d.ts +13 -13
- 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/calendar.vue.d.ts +13 -13
- package/es/components/calendar/src/calendar2.mjs +131 -18
- package/es/components/calendar/src/calendar2.mjs.map +1 -1
- package/es/components/card/index.mjs +2 -2
- package/es/components/card/src/card.mjs +16 -35
- package/es/components/card/src/card.mjs.map +1 -1
- package/es/components/card/src/card2.mjs +35 -16
- package/es/components/card/src/card2.mjs.map +1 -1
- package/es/components/carousel/index.mjs +4 -4
- package/es/components/carousel/src/carousel-item.mjs +8 -63
- package/es/components/carousel/src/carousel-item.mjs.map +1 -1
- package/es/components/carousel/src/carousel-item2.mjs +63 -8
- package/es/components/carousel/src/carousel-item2.mjs.map +1 -1
- package/es/components/carousel/src/carousel.mjs +159 -60
- package/es/components/carousel/src/carousel.mjs.map +1 -1
- package/es/components/carousel/src/carousel2.mjs +60 -159
- package/es/components/carousel/src/carousel2.mjs.map +1 -1
- package/es/components/cascader/index.d.ts +10 -10
- package/es/components/cascader/src/index.mjs +1 -1
- package/es/components/cascader/src/index.vue.d.ts +5 -5
- package/es/components/cascader-panel/index.d.ts +2 -2
- package/es/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/es/components/checkbox/index.d.ts +48 -48
- package/es/components/checkbox/index.mjs +2 -2
- package/es/components/checkbox/src/checkbox-button.vue.d.ts +16 -16
- package/es/components/checkbox/src/checkbox-group.mjs +72 -28
- package/es/components/checkbox/src/checkbox-group.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox-group2.mjs +28 -72
- package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox.d.ts +5 -5
- package/es/components/checkbox/src/checkbox.vue.d.ts +16 -16
- package/es/components/color-picker/index.d.ts +14 -14
- 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 +14 -14
- 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 +3 -3
- package/es/components/color-picker/src/components/predefine.mjs +1 -1
- package/es/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +1 -1
- 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/basic-year-table.vue.d.ts +1 -1
- package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +16 -16
- package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +14 -14
- package/es/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +1 -1
- package/es/components/date-picker/src/panel-utils.d.ts +31 -31
- package/es/components/descriptions/index.d.ts +8 -8
- package/es/components/descriptions/src/description-item.d.ts +4 -4
- package/es/components/descriptions/src/description.mjs +1 -1
- package/es/components/descriptions/src/descriptions-row.mjs +64 -7
- package/es/components/descriptions/src/descriptions-row.mjs.map +1 -1
- package/es/components/descriptions/src/descriptions-row2.mjs +7 -64
- package/es/components/descriptions/src/descriptions-row2.mjs.map +1 -1
- package/es/components/dialog/index.mjs +2 -2
- package/es/components/dialog/src/dialog-content.mjs +37 -87
- package/es/components/dialog/src/dialog-content.mjs.map +1 -1
- package/es/components/dialog/src/dialog-content2.mjs +87 -37
- package/es/components/dialog/src/dialog-content2.mjs.map +1 -1
- package/es/components/dialog/src/dialog.mjs +170 -70
- package/es/components/dialog/src/dialog.mjs.map +1 -1
- package/es/components/dialog/src/dialog2.mjs +70 -170
- package/es/components/dialog/src/dialog2.mjs.map +1 -1
- package/es/components/divider/index.mjs +2 -2
- package/es/components/divider/src/divider.mjs +35 -17
- package/es/components/divider/src/divider.mjs.map +1 -1
- package/es/components/divider/src/divider2.mjs +17 -35
- package/es/components/divider/src/divider2.mjs.map +1 -1
- package/es/components/drawer/src/drawer.mjs +1 -1
- package/es/components/dropdown/index.d.ts +2 -2
- package/es/components/dropdown/src/dropdown.d.ts +1 -1
- package/es/components/dropdown/src/dropdown.vue.d.ts +2 -2
- package/es/components/empty/index.mjs +2 -2
- package/es/components/empty/src/empty.mjs +56 -11
- package/es/components/empty/src/empty.mjs.map +1 -1
- package/es/components/empty/src/empty2.mjs +11 -56
- package/es/components/empty/src/empty2.mjs.map +1 -1
- package/es/components/form/index.mjs +4 -4
- package/es/components/form/src/form-item.mjs +43 -316
- package/es/components/form/src/form-item.mjs.map +1 -1
- package/es/components/form/src/form-item2.mjs +316 -43
- package/es/components/form/src/form-item2.mjs.map +1 -1
- package/es/components/form/src/form.mjs +53 -150
- package/es/components/form/src/form.mjs.map +1 -1
- package/es/components/form/src/form2.mjs +150 -53
- package/es/components/form/src/form2.mjs.map +1 -1
- package/es/components/icon/index.mjs +2 -2
- package/es/components/icon/src/icon.mjs +36 -8
- package/es/components/icon/src/icon.mjs.map +1 -1
- package/es/components/icon/src/icon2.mjs +8 -36
- package/es/components/icon/src/icon2.mjs.map +1 -1
- package/es/components/index.mjs +38 -38
- package/es/components/input/index.d.ts +1 -1
- package/es/components/input/src/input.vue.d.ts +1 -1
- package/es/components/input-number/index.d.ts +3 -3
- package/es/components/input-number/src/input-number.vue.d.ts +3 -3
- package/es/components/menu/src/menu-item2.mjs +1 -1
- package/es/components/message/index.mjs +1 -1
- package/es/components/message/src/message.mjs +86 -146
- package/es/components/message/src/message.mjs.map +1 -1
- package/es/components/message/src/message2.mjs +146 -86
- package/es/components/message/src/message2.mjs.map +1 -1
- package/es/components/message/src/method.mjs +2 -2
- package/es/components/notification/index.mjs +1 -1
- package/es/components/notification/src/notification.mjs +69 -145
- package/es/components/notification/src/notification.mjs.map +1 -1
- package/es/components/notification/src/notification2.mjs +145 -69
- package/es/components/notification/src/notification2.mjs.map +1 -1
- package/es/components/notification/src/notify.mjs +2 -2
- package/es/components/pagination/index.d.ts +1 -1
- package/es/components/pagination/src/components/jumper.mjs +9 -59
- package/es/components/pagination/src/components/jumper.mjs.map +1 -1
- package/es/components/pagination/src/components/jumper.vue.d.ts +1 -1
- package/es/components/pagination/src/components/jumper2.mjs +59 -9
- package/es/components/pagination/src/components/jumper2.mjs.map +1 -1
- package/es/components/pagination/src/components/prev.mjs +34 -18
- package/es/components/pagination/src/components/prev.mjs.map +1 -1
- package/es/components/pagination/src/components/prev2.mjs +18 -34
- package/es/components/pagination/src/components/prev2.mjs.map +1 -1
- package/es/components/pagination/src/components/sizes.vue.d.ts +10 -10
- package/es/components/pagination/src/components/total.mjs +28 -7
- package/es/components/pagination/src/components/total.mjs.map +1 -1
- package/es/components/pagination/src/components/total2.mjs +7 -28
- package/es/components/pagination/src/components/total2.mjs.map +1 -1
- package/es/components/pagination/src/pagination.d.ts +1 -1
- package/es/components/pagination/src/pagination.mjs +3 -3
- package/es/components/popconfirm/index.d.ts +17 -17
- package/es/components/popconfirm/src/popconfirm.d.ts +2 -2
- package/es/components/popconfirm/src/popconfirm.mjs +1 -1
- package/es/components/popconfirm/src/popconfirm.vue.d.ts +17 -17
- 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/popover2.mjs +111 -66
- package/es/components/popover/src/popover2.mjs.map +1 -1
- package/es/components/popper/index.mjs +4 -4
- package/es/components/popper/src/arrow.mjs +8 -44
- package/es/components/popper/src/arrow.mjs.map +1 -1
- package/es/components/popper/src/arrow2.mjs +44 -8
- package/es/components/popper/src/arrow2.mjs.map +1 -1
- package/es/components/popper/src/popper.mjs +25 -33
- package/es/components/popper/src/popper.mjs.map +1 -1
- package/es/components/popper/src/popper2.mjs +33 -25
- package/es/components/popper/src/popper2.mjs.map +1 -1
- package/es/components/progress/index.d.ts +1 -1
- package/es/components/progress/src/progress.vue.d.ts +1 -1
- package/es/components/radio/index.d.ts +13 -13
- package/es/components/radio/index.mjs +6 -6
- package/es/components/radio/src/radio-button.d.ts +1 -1
- 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-button.vue.d.ts +4 -4
- 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 +68 -36
- package/es/components/radio/src/radio-group.mjs.map +1 -1
- package/es/components/radio/src/radio-group2.mjs +36 -68
- package/es/components/radio/src/radio-group2.mjs.map +1 -1
- package/es/components/radio/src/radio.d.ts +2 -2
- package/es/components/radio/src/radio.mjs +34 -78
- package/es/components/radio/src/radio.mjs.map +1 -1
- package/es/components/radio/src/radio.vue.d.ts +5 -5
- package/es/components/radio/src/radio2.mjs +78 -34
- package/es/components/radio/src/radio2.mjs.map +1 -1
- package/es/components/rate/index.mjs +2 -2
- package/es/components/rate/src/rate.mjs +98 -256
- package/es/components/rate/src/rate.mjs.map +1 -1
- package/es/components/rate/src/rate2.mjs +256 -98
- package/es/components/rate/src/rate2.mjs.map +1 -1
- package/es/components/result/index.mjs +2 -2
- package/es/components/result/src/result.mjs +63 -29
- package/es/components/result/src/result.mjs.map +1 -1
- package/es/components/result/src/result2.mjs +29 -63
- package/es/components/result/src/result2.mjs.map +1 -1
- package/es/components/row/index.mjs +2 -2
- package/es/components/row/src/row.mjs +45 -30
- package/es/components/row/src/row.mjs.map +1 -1
- package/es/components/row/src/row2.mjs +30 -45
- package/es/components/row/src/row2.mjs.map +1 -1
- package/es/components/scrollbar/index.mjs +2 -2
- package/es/components/scrollbar/src/scrollbar.mjs +175 -47
- package/es/components/scrollbar/src/scrollbar.mjs.map +1 -1
- package/es/components/scrollbar/src/scrollbar2.mjs +47 -175
- package/es/components/scrollbar/src/scrollbar2.mjs.map +1 -1
- package/es/components/select/index.d.ts +10 -10
- package/es/components/select/src/option.vue.d.ts +4 -4
- package/es/components/select/src/select.mjs +1 -1
- package/es/components/select/src/select.vue.d.ts +2 -2
- package/es/components/select-v2/index.d.ts +2 -2
- package/es/components/select-v2/src/select-dropdown.mjs +8 -3
- package/es/components/select-v2/src/select-dropdown.mjs.map +1 -1
- package/es/components/select-v2/src/select.vue.d.ts +1 -1
- package/es/components/skeleton/index.mjs +2 -2
- 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-item2.mjs +18 -23
- package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
- package/es/components/skeleton/src/skeleton2.mjs +1 -1
- package/es/components/slider/index.d.ts +3 -3
- package/es/components/slider/src/slider.vue.d.ts +3 -3
- package/es/components/steps/index.mjs +2 -2
- package/es/components/steps/src/steps.mjs +36 -34
- package/es/components/steps/src/steps.mjs.map +1 -1
- package/es/components/steps/src/steps2.mjs +34 -36
- package/es/components/steps/src/steps2.mjs.map +1 -1
- package/es/components/switch/index.d.ts +1 -1
- package/es/components/switch/index.mjs +2 -2
- package/es/components/switch/src/switch.mjs +240 -88
- package/es/components/switch/src/switch.mjs.map +1 -1
- package/es/components/switch/src/switch.vue.d.ts +1 -1
- package/es/components/switch/src/switch2.mjs +88 -240
- package/es/components/switch/src/switch2.mjs.map +1 -1
- package/es/components/table/index.d.ts +17 -17
- package/es/components/table/src/table/defaults.d.ts +4 -4
- package/es/components/table/src/table-column/defaults.d.ts +2 -2
- package/es/components/table/src/table-column/index.d.ts +4 -4
- package/es/components/table/src/table.vue.d.ts +9 -9
- package/es/components/tag/index.d.ts +2 -2
- package/es/components/tag/index.mjs +2 -2
- package/es/components/tag/src/tag.mjs +96 -32
- package/es/components/tag/src/tag.mjs.map +1 -1
- package/es/components/tag/src/tag.vue.d.ts +2 -2
- package/es/components/tag/src/tag2.mjs +32 -96
- package/es/components/tag/src/tag2.mjs.map +1 -1
- package/es/components/time-picker/src/common/picker.vue.d.ts +2 -2
- package/es/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +1 -1
- package/es/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +2 -2
- package/es/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +1 -1
- package/es/components/time-select/index.d.ts +32 -32
- package/es/components/time-select/index.mjs +1 -1
- package/es/components/time-select/src/time-select.mjs +48 -117
- package/es/components/time-select/src/time-select.mjs.map +1 -1
- package/es/components/time-select/src/time-select.vue.d.ts +16 -16
- package/es/components/time-select/src/time-select2.mjs +117 -48
- package/es/components/time-select/src/time-select2.mjs.map +1 -1
- package/es/components/timeline/index.d.ts +2 -2
- 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-item.vue.d.ts +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.mjs +2 -2
- package/es/components/tooltip/src/tooltip.mjs +170 -31
- package/es/components/tooltip/src/tooltip.mjs.map +1 -1
- package/es/components/tooltip/src/tooltip2.mjs +31 -170
- package/es/components/tooltip/src/tooltip2.mjs.map +1 -1
- package/es/components/tooltip-v2/index.mjs +5 -5
- package/es/components/tooltip-v2/src/arrow.mjs +38 -22
- package/es/components/tooltip-v2/src/arrow.mjs.map +1 -1
- package/es/components/tooltip-v2/src/arrow2.mjs +22 -38
- package/es/components/tooltip-v2/src/arrow2.mjs.map +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/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.mjs +21 -74
- package/es/components/tooltip-v2/src/tooltip.mjs.map +1 -1
- package/es/components/tooltip-v2/src/tooltip2.mjs +74 -21
- package/es/components/tooltip-v2/src/tooltip2.mjs.map +1 -1
- package/es/components/transfer/index.d.ts +174 -174
- package/es/components/transfer/index.mjs +2 -2
- package/es/components/transfer/src/composables/use-checked-change.mjs +1 -1
- package/es/components/transfer/src/transfer-panel.vue.d.ts +33 -33
- package/es/components/transfer/src/transfer-panel2.mjs +1 -1
- package/es/components/transfer/src/transfer.mjs +69 -159
- package/es/components/transfer/src/transfer.mjs.map +1 -1
- package/es/components/transfer/src/transfer.vue.d.ts +174 -174
- package/es/components/transfer/src/transfer2.mjs +159 -69
- package/es/components/transfer/src/transfer2.mjs.map +1 -1
- package/es/components/tree-select/src/tree-select-option.d.ts +16 -16
- package/es/components/tree-v2/index.d.ts +32 -32
- package/es/components/tree-v2/src/tree-node.vue.d.ts +32 -32
- package/es/components/tree-v2/src/tree.vue.d.ts +32 -32
- package/es/components/upload/index.d.ts +1 -1
- package/es/components/upload/index.mjs +3 -3
- package/es/components/upload/src/upload-content.mjs +1 -1
- package/es/components/upload/src/upload-content2.mjs +1 -1
- package/es/components/upload/src/upload-list.mjs +26 -170
- package/es/components/upload/src/upload-list.mjs.map +1 -1
- package/es/components/upload/src/upload-list.vue.d.ts +1 -1
- package/es/components/upload/src/upload-list2.mjs +170 -26
- package/es/components/upload/src/upload-list2.mjs.map +1 -1
- package/es/components/upload/src/upload.mjs +120 -105
- package/es/components/upload/src/upload.mjs.map +1 -1
- package/es/components/upload/src/upload.vue.d.ts +1 -1
- package/es/components/upload/src/upload2.mjs +105 -120
- package/es/components/upload/src/upload2.mjs.map +1 -1
- package/es/components/upload/src/use-handlers.mjs +1 -1
- package/es/index.mjs +38 -38
- package/es/utils/types.d.ts +1 -1
- package/lib/components/autocomplete/index.d.ts +3 -3
- package/lib/components/autocomplete/index.js +2 -2
- package/lib/components/autocomplete/src/autocomplete.js +352 -71
- package/lib/components/autocomplete/src/autocomplete.js.map +1 -1
- package/lib/components/autocomplete/src/autocomplete.vue.d.ts +3 -3
- package/lib/components/autocomplete/src/autocomplete2.js +71 -352
- package/lib/components/autocomplete/src/autocomplete2.js.map +1 -1
- package/lib/components/avatar/index.js +2 -2
- package/lib/components/avatar/src/avatar.js +33 -67
- package/lib/components/avatar/src/avatar.js.map +1 -1
- package/lib/components/avatar/src/avatar2.js +67 -33
- package/lib/components/avatar/src/avatar2.js.map +1 -1
- package/lib/components/backtop/index.js +2 -2
- package/lib/components/backtop/src/backtop.js +54 -22
- package/lib/components/backtop/src/backtop.js.map +1 -1
- package/lib/components/backtop/src/backtop2.js +22 -54
- package/lib/components/backtop/src/backtop2.js.map +1 -1
- package/lib/components/button/index.d.ts +13 -13
- package/lib/components/button/index.js +2 -2
- package/lib/components/button/src/button-group.d.ts +1 -1
- package/lib/components/button/src/button-group.js +1 -1
- package/lib/components/button/src/button-group.vue.d.ts +4 -4
- package/lib/components/button/src/button.d.ts +1 -1
- package/lib/components/button/src/button.js +57 -78
- package/lib/components/button/src/button.js.map +1 -1
- package/lib/components/button/src/button.vue.d.ts +5 -5
- package/lib/components/button/src/button2.js +78 -57
- package/lib/components/button/src/button2.js.map +1 -1
- package/lib/components/button/src/use-button.d.ts +1 -1
- package/lib/components/calendar/index.d.ts +13 -13
- 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/calendar.vue.d.ts +13 -13
- package/lib/components/calendar/src/calendar2.js +131 -19
- package/lib/components/calendar/src/calendar2.js.map +1 -1
- package/lib/components/card/index.js +2 -2
- package/lib/components/card/src/card.js +16 -35
- package/lib/components/card/src/card.js.map +1 -1
- package/lib/components/card/src/card2.js +35 -16
- package/lib/components/card/src/card2.js.map +1 -1
- package/lib/components/carousel/index.js +4 -4
- package/lib/components/carousel/src/carousel-item.js +8 -63
- package/lib/components/carousel/src/carousel-item.js.map +1 -1
- package/lib/components/carousel/src/carousel-item2.js +63 -8
- package/lib/components/carousel/src/carousel-item2.js.map +1 -1
- package/lib/components/carousel/src/carousel.js +159 -61
- package/lib/components/carousel/src/carousel.js.map +1 -1
- package/lib/components/carousel/src/carousel2.js +61 -159
- package/lib/components/carousel/src/carousel2.js.map +1 -1
- package/lib/components/cascader/index.d.ts +10 -10
- package/lib/components/cascader/src/index.js +1 -1
- package/lib/components/cascader/src/index.vue.d.ts +5 -5
- package/lib/components/cascader-panel/index.d.ts +2 -2
- package/lib/components/cascader-panel/src/index.vue.d.ts +1 -1
- package/lib/components/checkbox/index.d.ts +48 -48
- package/lib/components/checkbox/index.js +2 -2
- package/lib/components/checkbox/src/checkbox-button.vue.d.ts +16 -16
- package/lib/components/checkbox/src/checkbox-group.js +72 -29
- package/lib/components/checkbox/src/checkbox-group.js.map +1 -1
- package/lib/components/checkbox/src/checkbox-group2.js +29 -72
- package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
- package/lib/components/checkbox/src/checkbox.d.ts +5 -5
- package/lib/components/checkbox/src/checkbox.vue.d.ts +16 -16
- package/lib/components/color-picker/index.d.ts +14 -14
- 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 +14 -14
- 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 +3 -3
- package/lib/components/color-picker/src/components/predefine.js +1 -1
- package/lib/components/date-picker/src/date-picker-com/basic-date-table.vue.d.ts +1 -1
- 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/basic-year-table.vue.d.ts +1 -1
- package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +16 -16
- package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +14 -14
- package/lib/components/date-picker/src/date-picker-com/panel-month-range.vue.d.ts +1 -1
- package/lib/components/date-picker/src/panel-utils.d.ts +31 -31
- package/lib/components/descriptions/index.d.ts +8 -8
- package/lib/components/descriptions/src/description-item.d.ts +4 -4
- package/lib/components/descriptions/src/description.js +1 -1
- package/lib/components/descriptions/src/descriptions-row.js +64 -7
- package/lib/components/descriptions/src/descriptions-row.js.map +1 -1
- package/lib/components/descriptions/src/descriptions-row2.js +7 -64
- package/lib/components/descriptions/src/descriptions-row2.js.map +1 -1
- package/lib/components/dialog/index.js +2 -2
- package/lib/components/dialog/src/dialog-content.js +37 -86
- package/lib/components/dialog/src/dialog-content.js.map +1 -1
- package/lib/components/dialog/src/dialog-content2.js +86 -37
- package/lib/components/dialog/src/dialog-content2.js.map +1 -1
- package/lib/components/dialog/src/dialog.js +169 -70
- package/lib/components/dialog/src/dialog.js.map +1 -1
- package/lib/components/dialog/src/dialog2.js +70 -169
- package/lib/components/dialog/src/dialog2.js.map +1 -1
- package/lib/components/divider/index.js +2 -2
- package/lib/components/divider/src/divider.js +35 -17
- package/lib/components/divider/src/divider.js.map +1 -1
- package/lib/components/divider/src/divider2.js +17 -35
- package/lib/components/divider/src/divider2.js.map +1 -1
- package/lib/components/drawer/src/drawer.js +1 -1
- package/lib/components/dropdown/index.d.ts +2 -2
- package/lib/components/dropdown/src/dropdown.d.ts +1 -1
- package/lib/components/dropdown/src/dropdown.vue.d.ts +2 -2
- package/lib/components/empty/index.js +2 -2
- package/lib/components/empty/src/empty.js +56 -11
- package/lib/components/empty/src/empty.js.map +1 -1
- package/lib/components/empty/src/empty2.js +11 -56
- package/lib/components/empty/src/empty2.js.map +1 -1
- package/lib/components/form/index.js +4 -4
- package/lib/components/form/src/form-item.js +44 -320
- package/lib/components/form/src/form-item.js.map +1 -1
- package/lib/components/form/src/form-item2.js +320 -44
- package/lib/components/form/src/form-item2.js.map +1 -1
- package/lib/components/form/src/form.js +53 -149
- package/lib/components/form/src/form.js.map +1 -1
- package/lib/components/form/src/form2.js +149 -53
- package/lib/components/form/src/form2.js.map +1 -1
- package/lib/components/icon/index.js +2 -2
- package/lib/components/icon/src/icon.js +36 -8
- package/lib/components/icon/src/icon.js.map +1 -1
- package/lib/components/icon/src/icon2.js +8 -36
- package/lib/components/icon/src/icon2.js.map +1 -1
- package/lib/components/index.js +38 -38
- package/lib/components/input/index.d.ts +1 -1
- package/lib/components/input/src/input.vue.d.ts +1 -1
- package/lib/components/input-number/index.d.ts +3 -3
- package/lib/components/input-number/src/input-number.vue.d.ts +3 -3
- package/lib/components/menu/src/menu-item2.js +1 -1
- package/lib/components/message/index.js +1 -1
- package/lib/components/message/src/message.js +87 -144
- package/lib/components/message/src/message.js.map +1 -1
- package/lib/components/message/src/message2.js +144 -87
- package/lib/components/message/src/message2.js.map +1 -1
- package/lib/components/message/src/method.js +2 -2
- package/lib/components/notification/index.js +1 -1
- package/lib/components/notification/src/notification.js +70 -144
- package/lib/components/notification/src/notification.js.map +1 -1
- package/lib/components/notification/src/notification2.js +144 -70
- package/lib/components/notification/src/notification2.js.map +1 -1
- package/lib/components/notification/src/notify.js +2 -2
- package/lib/components/pagination/index.d.ts +1 -1
- package/lib/components/pagination/src/components/jumper.js +9 -59
- package/lib/components/pagination/src/components/jumper.js.map +1 -1
- package/lib/components/pagination/src/components/jumper.vue.d.ts +1 -1
- package/lib/components/pagination/src/components/jumper2.js +59 -9
- package/lib/components/pagination/src/components/jumper2.js.map +1 -1
- package/lib/components/pagination/src/components/prev.js +34 -19
- package/lib/components/pagination/src/components/prev.js.map +1 -1
- package/lib/components/pagination/src/components/prev2.js +19 -34
- package/lib/components/pagination/src/components/prev2.js.map +1 -1
- package/lib/components/pagination/src/components/sizes.vue.d.ts +10 -10
- package/lib/components/pagination/src/components/total.js +28 -7
- package/lib/components/pagination/src/components/total.js.map +1 -1
- package/lib/components/pagination/src/components/total2.js +7 -28
- package/lib/components/pagination/src/components/total2.js.map +1 -1
- package/lib/components/pagination/src/pagination.d.ts +1 -1
- package/lib/components/pagination/src/pagination.js +3 -3
- package/lib/components/popconfirm/index.d.ts +17 -17
- package/lib/components/popconfirm/src/popconfirm.d.ts +2 -2
- package/lib/components/popconfirm/src/popconfirm.js +1 -1
- package/lib/components/popconfirm/src/popconfirm.vue.d.ts +17 -17
- 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/popover2.js +111 -67
- package/lib/components/popover/src/popover2.js.map +1 -1
- package/lib/components/popper/index.js +4 -4
- package/lib/components/popper/src/arrow.js +9 -44
- package/lib/components/popper/src/arrow.js.map +1 -1
- package/lib/components/popper/src/arrow2.js +44 -9
- package/lib/components/popper/src/arrow2.js.map +1 -1
- package/lib/components/popper/src/popper.js +28 -33
- package/lib/components/popper/src/popper.js.map +1 -1
- package/lib/components/popper/src/popper2.js +33 -28
- package/lib/components/popper/src/popper2.js.map +1 -1
- package/lib/components/progress/index.d.ts +1 -1
- package/lib/components/progress/src/progress.vue.d.ts +1 -1
- package/lib/components/radio/index.d.ts +13 -13
- package/lib/components/radio/index.js +6 -6
- package/lib/components/radio/src/radio-button.d.ts +1 -1
- 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-button.vue.d.ts +4 -4
- 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 +68 -37
- package/lib/components/radio/src/radio-group.js.map +1 -1
- package/lib/components/radio/src/radio-group2.js +37 -68
- package/lib/components/radio/src/radio-group2.js.map +1 -1
- package/lib/components/radio/src/radio.d.ts +2 -2
- package/lib/components/radio/src/radio.js +36 -78
- package/lib/components/radio/src/radio.js.map +1 -1
- package/lib/components/radio/src/radio.vue.d.ts +5 -5
- package/lib/components/radio/src/radio2.js +78 -36
- package/lib/components/radio/src/radio2.js.map +1 -1
- package/lib/components/rate/index.js +2 -2
- package/lib/components/rate/src/rate.js +98 -255
- package/lib/components/rate/src/rate.js.map +1 -1
- package/lib/components/rate/src/rate2.js +255 -98
- package/lib/components/rate/src/rate2.js.map +1 -1
- package/lib/components/result/index.js +2 -2
- package/lib/components/result/src/result.js +63 -31
- package/lib/components/result/src/result.js.map +1 -1
- package/lib/components/result/src/result2.js +31 -63
- package/lib/components/result/src/result2.js.map +1 -1
- package/lib/components/row/index.js +2 -2
- package/lib/components/row/src/row.js +45 -32
- package/lib/components/row/src/row.js.map +1 -1
- package/lib/components/row/src/row2.js +32 -45
- package/lib/components/row/src/row2.js.map +1 -1
- package/lib/components/scrollbar/index.js +2 -2
- package/lib/components/scrollbar/src/scrollbar.js +175 -48
- package/lib/components/scrollbar/src/scrollbar.js.map +1 -1
- package/lib/components/scrollbar/src/scrollbar2.js +48 -175
- package/lib/components/scrollbar/src/scrollbar2.js.map +1 -1
- package/lib/components/select/index.d.ts +10 -10
- package/lib/components/select/src/option.vue.d.ts +4 -4
- package/lib/components/select/src/select.js +1 -1
- package/lib/components/select/src/select.vue.d.ts +2 -2
- package/lib/components/select-v2/index.d.ts +2 -2
- package/lib/components/select-v2/src/select-dropdown.js +8 -3
- package/lib/components/select-v2/src/select-dropdown.js.map +1 -1
- package/lib/components/select-v2/src/select.vue.d.ts +1 -1
- package/lib/components/skeleton/index.js +2 -2
- 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-item2.js +18 -23
- package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
- package/lib/components/skeleton/src/skeleton2.js +1 -1
- package/lib/components/slider/index.d.ts +3 -3
- package/lib/components/slider/src/slider.vue.d.ts +3 -3
- package/lib/components/steps/index.js +2 -2
- package/lib/components/steps/src/steps.js +37 -34
- package/lib/components/steps/src/steps.js.map +1 -1
- package/lib/components/steps/src/steps2.js +34 -37
- package/lib/components/steps/src/steps2.js.map +1 -1
- package/lib/components/switch/index.d.ts +1 -1
- package/lib/components/switch/index.js +2 -2
- package/lib/components/switch/src/switch.js +239 -88
- package/lib/components/switch/src/switch.js.map +1 -1
- package/lib/components/switch/src/switch.vue.d.ts +1 -1
- package/lib/components/switch/src/switch2.js +88 -239
- package/lib/components/switch/src/switch2.js.map +1 -1
- package/lib/components/table/index.d.ts +17 -17
- package/lib/components/table/src/table/defaults.d.ts +4 -4
- package/lib/components/table/src/table-column/defaults.d.ts +2 -2
- package/lib/components/table/src/table-column/index.d.ts +4 -4
- package/lib/components/table/src/table.vue.d.ts +9 -9
- package/lib/components/tag/index.d.ts +2 -2
- package/lib/components/tag/index.js +2 -2
- package/lib/components/tag/src/tag.js +96 -33
- package/lib/components/tag/src/tag.js.map +1 -1
- package/lib/components/tag/src/tag.vue.d.ts +2 -2
- package/lib/components/tag/src/tag2.js +33 -96
- package/lib/components/tag/src/tag2.js.map +1 -1
- package/lib/components/time-picker/src/common/picker.vue.d.ts +2 -2
- package/lib/components/time-picker/src/time-picker-com/basic-time-spinner.vue.d.ts +1 -1
- package/lib/components/time-picker/src/time-picker-com/panel-time-pick.vue.d.ts +2 -2
- package/lib/components/time-picker/src/time-picker-com/panel-time-range.vue.d.ts +1 -1
- package/lib/components/time-select/index.d.ts +32 -32
- package/lib/components/time-select/index.js +1 -1
- package/lib/components/time-select/src/time-select.js +48 -122
- package/lib/components/time-select/src/time-select.js.map +1 -1
- package/lib/components/time-select/src/time-select.vue.d.ts +16 -16
- package/lib/components/time-select/src/time-select2.js +122 -48
- package/lib/components/time-select/src/time-select2.js.map +1 -1
- package/lib/components/timeline/index.d.ts +2 -2
- 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-item.vue.d.ts +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.js +2 -2
- package/lib/components/tooltip/src/tooltip.js +169 -34
- package/lib/components/tooltip/src/tooltip.js.map +1 -1
- package/lib/components/tooltip/src/tooltip2.js +34 -169
- package/lib/components/tooltip/src/tooltip2.js.map +1 -1
- package/lib/components/tooltip-v2/index.js +5 -5
- package/lib/components/tooltip-v2/src/arrow.js +38 -23
- package/lib/components/tooltip-v2/src/arrow.js.map +1 -1
- package/lib/components/tooltip-v2/src/arrow2.js +23 -38
- package/lib/components/tooltip-v2/src/arrow2.js.map +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/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.js +21 -74
- package/lib/components/tooltip-v2/src/tooltip.js.map +1 -1
- package/lib/components/tooltip-v2/src/tooltip2.js +74 -21
- package/lib/components/tooltip-v2/src/tooltip2.js.map +1 -1
- package/lib/components/transfer/index.d.ts +174 -174
- package/lib/components/transfer/index.js +2 -2
- package/lib/components/transfer/src/composables/use-checked-change.js +1 -1
- package/lib/components/transfer/src/transfer-panel.vue.d.ts +33 -33
- package/lib/components/transfer/src/transfer-panel2.js +1 -1
- package/lib/components/transfer/src/transfer.js +73 -159
- package/lib/components/transfer/src/transfer.js.map +1 -1
- package/lib/components/transfer/src/transfer.vue.d.ts +174 -174
- package/lib/components/transfer/src/transfer2.js +159 -73
- package/lib/components/transfer/src/transfer2.js.map +1 -1
- package/lib/components/tree-select/src/tree-select-option.d.ts +16 -16
- package/lib/components/tree-v2/index.d.ts +32 -32
- package/lib/components/tree-v2/src/tree-node.vue.d.ts +32 -32
- package/lib/components/tree-v2/src/tree.vue.d.ts +32 -32
- package/lib/components/upload/index.d.ts +1 -1
- package/lib/components/upload/index.js +3 -3
- package/lib/components/upload/src/upload-content.js +1 -1
- package/lib/components/upload/src/upload-content2.js +1 -1
- package/lib/components/upload/src/upload-list.js +27 -170
- package/lib/components/upload/src/upload-list.js.map +1 -1
- package/lib/components/upload/src/upload-list.vue.d.ts +1 -1
- package/lib/components/upload/src/upload-list2.js +170 -27
- package/lib/components/upload/src/upload-list2.js.map +1 -1
- package/lib/components/upload/src/upload.js +120 -108
- package/lib/components/upload/src/upload.js.map +1 -1
- package/lib/components/upload/src/upload.vue.d.ts +1 -1
- package/lib/components/upload/src/upload2.js +108 -120
- package/lib/components/upload/src/upload2.js.map +1 -1
- package/lib/components/upload/src/use-handlers.js +1 -1
- package/lib/index.js +38 -38
- package/lib/utils/types.d.ts +1 -1
- package/package.json +1 -1
|
@@ -360,9 +360,9 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
360
360
|
parseUserInput: (value: import("dayjs").Dayjs | import("dayjs").Dayjs[]) => import("dayjs").Dayjs | import("dayjs").Dayjs[];
|
|
361
361
|
onParsedValueChanged: (minDate: import("dayjs").Dayjs | undefined, maxDate: import("dayjs").Dayjs | undefined) => void;
|
|
362
362
|
formatterStyle: (obj: import("../../../utils").CustomStyle, arr: (keyof import("../../../utils").CustomStyle)[]) => {
|
|
363
|
-
color?: string | undefined;
|
|
364
363
|
backgroundColor?: string | undefined;
|
|
365
364
|
borderColor?: string | undefined;
|
|
365
|
+
color?: string | undefined;
|
|
366
366
|
};
|
|
367
367
|
vClickoutside: import("vue").ObjectDirective<any, any>;
|
|
368
368
|
ElButton: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
@@ -373,7 +373,7 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
373
373
|
__epPropKey: true;
|
|
374
374
|
};
|
|
375
375
|
readonly disabled: BooleanConstructor;
|
|
376
|
-
readonly type: import("../../../utils").EpPropFinalized<StringConstructor, "" | "default" | "primary" | "success" | "warning" | "info" | "danger"
|
|
376
|
+
readonly type: import("../../../utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger", unknown, "", boolean>;
|
|
377
377
|
readonly icon: {
|
|
378
378
|
readonly type: import("vue").PropType<import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
379
379
|
readonly required: false;
|
|
@@ -403,7 +403,7 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
403
403
|
__epPropKey: true;
|
|
404
404
|
};
|
|
405
405
|
readonly disabled: BooleanConstructor;
|
|
406
|
-
readonly type: import("../../../utils").EpPropFinalized<StringConstructor, "" | "default" | "primary" | "success" | "warning" | "info" | "danger"
|
|
406
|
+
readonly type: import("../../../utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger", unknown, "", boolean>;
|
|
407
407
|
readonly icon: {
|
|
408
408
|
readonly type: import("vue").PropType<import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
409
409
|
readonly required: false;
|
|
@@ -449,7 +449,7 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
449
449
|
};
|
|
450
450
|
_ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
451
451
|
_size: import("vue").ComputedRef<"" | "default" | "small" | "large" | "middle">;
|
|
452
|
-
_type: import("vue").ComputedRef<"" | "default" | "primary" | "success" | "warning" | "info" | "danger"
|
|
452
|
+
_type: import("vue").ComputedRef<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
453
453
|
_disabled: import("vue").ComputedRef<boolean>;
|
|
454
454
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
455
455
|
handleClick: (evt: MouseEvent) => void;
|
|
@@ -526,7 +526,7 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
526
526
|
__epPropKey: true;
|
|
527
527
|
};
|
|
528
528
|
readonly disabled: BooleanConstructor;
|
|
529
|
-
readonly type: import("../../../utils").EpPropFinalized<StringConstructor, "" | "default" | "primary" | "success" | "warning" | "info" | "danger"
|
|
529
|
+
readonly type: import("../../../utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger", unknown, "", boolean>;
|
|
530
530
|
readonly icon: {
|
|
531
531
|
readonly type: import("vue").PropType<import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
532
532
|
readonly required: false;
|
|
@@ -550,8 +550,8 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
550
550
|
}>> & {
|
|
551
551
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
552
552
|
}, {
|
|
553
|
-
readonly type: import("../../../utils").EpPropMergeType<StringConstructor, "" | "default" | "primary" | "success" | "warning" | "info" | "danger" | "text", unknown>;
|
|
554
553
|
readonly text: boolean;
|
|
554
|
+
readonly type: import("../../../utils").EpPropMergeType<StringConstructor, "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger", unknown>;
|
|
555
555
|
readonly nativeType: import("../../../utils").EpPropMergeType<StringConstructor, "button" | "submit" | "reset", unknown>;
|
|
556
556
|
readonly loadingIcon: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
|
|
557
557
|
readonly autoInsertSpace: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -573,7 +573,7 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
573
573
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
574
574
|
__epPropKey: true;
|
|
575
575
|
};
|
|
576
|
-
readonly type: import("../../../utils").EpPropFinalized<StringConstructor, "" | "default" | "primary" | "success" | "warning" | "info" | "danger"
|
|
576
|
+
readonly type: import("../../../utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger", unknown, "", boolean>;
|
|
577
577
|
}, {
|
|
578
578
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
579
579
|
readonly size: {
|
|
@@ -582,7 +582,7 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
582
582
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
583
583
|
__epPropKey: true;
|
|
584
584
|
};
|
|
585
|
-
readonly type: import("../../../utils").EpPropFinalized<StringConstructor, "" | "default" | "primary" | "success" | "warning" | "info" | "danger"
|
|
585
|
+
readonly type: import("../../../utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger", unknown, "", boolean>;
|
|
586
586
|
}>> & {
|
|
587
587
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
588
588
|
}>>;
|
|
@@ -611,9 +611,9 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
611
611
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
612
612
|
__epPropKey: true;
|
|
613
613
|
};
|
|
614
|
-
readonly type: import("../../../utils").EpPropFinalized<StringConstructor, "" | "default" | "primary" | "success" | "warning" | "info" | "danger"
|
|
614
|
+
readonly type: import("../../../utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger", unknown, "", boolean>;
|
|
615
615
|
}>>, {
|
|
616
|
-
readonly type: import("../../../utils").EpPropMergeType<StringConstructor, "" | "default" | "primary" | "success" | "warning" | "info" | "danger"
|
|
616
|
+
readonly type: import("../../../utils").EpPropMergeType<StringConstructor, "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger", unknown>;
|
|
617
617
|
}>;
|
|
618
618
|
};
|
|
619
619
|
ElInput: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
@@ -855,9 +855,9 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
855
855
|
select: () => void;
|
|
856
856
|
clear: () => void;
|
|
857
857
|
formatterStyle: (obj: import("../../../utils").CustomStyle, arr: (keyof import("../../../utils").CustomStyle)[]) => {
|
|
858
|
-
color?: string | undefined;
|
|
859
858
|
backgroundColor?: string | undefined;
|
|
860
859
|
borderColor?: string | undefined;
|
|
860
|
+
color?: string | undefined;
|
|
861
861
|
};
|
|
862
862
|
ElIcon: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
863
863
|
readonly size: {
|
|
@@ -1253,9 +1253,9 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
1253
1253
|
formatToString: (value: import("dayjs").Dayjs) => string | null;
|
|
1254
1254
|
getDefaultValue: () => import("dayjs").Dayjs;
|
|
1255
1255
|
formatterStyle: (obj: import("../../../utils").CustomStyle, arr: (keyof import("../../../utils").CustomStyle)[]) => {
|
|
1256
|
-
color?: string | undefined;
|
|
1257
1256
|
backgroundColor?: string | undefined;
|
|
1258
1257
|
borderColor?: string | undefined;
|
|
1258
|
+
color?: string | undefined;
|
|
1259
1259
|
};
|
|
1260
1260
|
TimeSpinner: import("vue").DefineComponent<{
|
|
1261
1261
|
readonly disabledHours: {
|
|
@@ -7394,9 +7394,9 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
7394
7394
|
ArrowDown: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
7395
7395
|
ArrowUp: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
7396
7396
|
formatterStyle: (obj: import("../../../utils").CustomStyle, arr: (keyof import("../../../utils").CustomStyle)[]) => {
|
|
7397
|
-
color?: string | undefined;
|
|
7398
7397
|
backgroundColor?: string | undefined;
|
|
7399
7398
|
borderColor?: string | undefined;
|
|
7399
|
+
color?: string | undefined;
|
|
7400
7400
|
};
|
|
7401
7401
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "select-range" | "set-option")[], "change" | "select-range" | "set-option", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7402
7402
|
readonly disabledHours: {
|
|
@@ -8132,9 +8132,9 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
8132
8132
|
};
|
|
8133
8133
|
}>>, {}>;
|
|
8134
8134
|
formatterStyle: (obj: import("../../../utils").CustomStyle, arr: (keyof import("../../../utils").CustomStyle)[]) => {
|
|
8135
|
-
color?: string | undefined;
|
|
8136
8135
|
backgroundColor?: string | undefined;
|
|
8137
8136
|
borderColor?: string | undefined;
|
|
8137
|
+
color?: string | undefined;
|
|
8138
8138
|
};
|
|
8139
8139
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "pick" | "changerange")[], "select" | "pick" | "changerange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8140
8140
|
readonly cellClassName: {
|
|
@@ -8726,9 +8726,9 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
8726
8726
|
handleMouseMove: (event: MouseEvent) => void;
|
|
8727
8727
|
handleMonthTableClick: (event: MouseEvent | KeyboardEvent) => void;
|
|
8728
8728
|
formatterStyle: (obj: import("../../../utils").CustomStyle, arr: (keyof import("../../../utils").CustomStyle)[]) => {
|
|
8729
|
-
color?: string | undefined;
|
|
8730
8729
|
backgroundColor?: string | undefined;
|
|
8731
8730
|
borderColor?: string | undefined;
|
|
8731
|
+
color?: string | undefined;
|
|
8732
8732
|
};
|
|
8733
8733
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "pick" | "changerange")[], "select" | "pick" | "changerange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8734
8734
|
selectionMode: import("../../../utils").EpPropFinalized<StringConstructor, string, unknown, string, boolean>;
|
|
@@ -9023,7 +9023,7 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
9023
9023
|
__epPropKey: true;
|
|
9024
9024
|
};
|
|
9025
9025
|
readonly disabled: BooleanConstructor;
|
|
9026
|
-
readonly type: import("../../../utils").EpPropFinalized<StringConstructor, "" | "default" | "primary" | "success" | "warning" | "info" | "danger"
|
|
9026
|
+
readonly type: import("../../../utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger", unknown, "", boolean>;
|
|
9027
9027
|
readonly icon: {
|
|
9028
9028
|
readonly type: import("vue").PropType<import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
9029
9029
|
readonly required: false;
|
|
@@ -9053,7 +9053,7 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
9053
9053
|
__epPropKey: true;
|
|
9054
9054
|
};
|
|
9055
9055
|
readonly disabled: BooleanConstructor;
|
|
9056
|
-
readonly type: import("../../../utils").EpPropFinalized<StringConstructor, "" | "default" | "primary" | "success" | "warning" | "info" | "danger"
|
|
9056
|
+
readonly type: import("../../../utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger", unknown, "", boolean>;
|
|
9057
9057
|
readonly icon: {
|
|
9058
9058
|
readonly type: import("vue").PropType<import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
9059
9059
|
readonly required: false;
|
|
@@ -9099,7 +9099,7 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
9099
9099
|
};
|
|
9100
9100
|
_ref: import("vue").Ref<HTMLButtonElement | undefined>;
|
|
9101
9101
|
_size: import("vue").ComputedRef<"" | "default" | "small" | "large" | "middle">;
|
|
9102
|
-
_type: import("vue").ComputedRef<"" | "default" | "primary" | "success" | "warning" | "info" | "danger"
|
|
9102
|
+
_type: import("vue").ComputedRef<"" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger">;
|
|
9103
9103
|
_disabled: import("vue").ComputedRef<boolean>;
|
|
9104
9104
|
shouldAddSpace: import("vue").ComputedRef<boolean>;
|
|
9105
9105
|
handleClick: (evt: MouseEvent) => void;
|
|
@@ -9176,7 +9176,7 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
9176
9176
|
__epPropKey: true;
|
|
9177
9177
|
};
|
|
9178
9178
|
readonly disabled: BooleanConstructor;
|
|
9179
|
-
readonly type: import("../../../utils").EpPropFinalized<StringConstructor, "" | "default" | "primary" | "success" | "warning" | "info" | "danger"
|
|
9179
|
+
readonly type: import("../../../utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger", unknown, "", boolean>;
|
|
9180
9180
|
readonly icon: {
|
|
9181
9181
|
readonly type: import("vue").PropType<import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
9182
9182
|
readonly required: false;
|
|
@@ -9200,8 +9200,8 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
9200
9200
|
}>> & {
|
|
9201
9201
|
onClick?: ((evt: MouseEvent) => any) | undefined;
|
|
9202
9202
|
}, {
|
|
9203
|
-
readonly type: import("../../../utils").EpPropMergeType<StringConstructor, "" | "default" | "primary" | "success" | "warning" | "info" | "danger" | "text", unknown>;
|
|
9204
9203
|
readonly text: boolean;
|
|
9204
|
+
readonly type: import("../../../utils").EpPropMergeType<StringConstructor, "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger", unknown>;
|
|
9205
9205
|
readonly nativeType: import("../../../utils").EpPropMergeType<StringConstructor, "button" | "submit" | "reset", unknown>;
|
|
9206
9206
|
readonly loadingIcon: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
|
|
9207
9207
|
readonly autoInsertSpace: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9223,7 +9223,7 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
9223
9223
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9224
9224
|
__epPropKey: true;
|
|
9225
9225
|
};
|
|
9226
|
-
readonly type: import("../../../utils").EpPropFinalized<StringConstructor, "" | "default" | "primary" | "success" | "warning" | "info" | "danger"
|
|
9226
|
+
readonly type: import("../../../utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger", unknown, "", boolean>;
|
|
9227
9227
|
}, {
|
|
9228
9228
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
9229
9229
|
readonly size: {
|
|
@@ -9232,7 +9232,7 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
9232
9232
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9233
9233
|
__epPropKey: true;
|
|
9234
9234
|
};
|
|
9235
|
-
readonly type: import("../../../utils").EpPropFinalized<StringConstructor, "" | "default" | "primary" | "success" | "warning" | "info" | "danger"
|
|
9235
|
+
readonly type: import("../../../utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger", unknown, "", boolean>;
|
|
9236
9236
|
}>> & {
|
|
9237
9237
|
[x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
9238
9238
|
}>>;
|
|
@@ -9261,9 +9261,9 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
9261
9261
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9262
9262
|
__epPropKey: true;
|
|
9263
9263
|
};
|
|
9264
|
-
readonly type: import("../../../utils").EpPropFinalized<StringConstructor, "" | "default" | "primary" | "success" | "warning" | "info" | "danger"
|
|
9264
|
+
readonly type: import("../../../utils").EpPropFinalized<StringConstructor, "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger", unknown, "", boolean>;
|
|
9265
9265
|
}>>, {
|
|
9266
|
-
readonly type: import("../../../utils").EpPropMergeType<StringConstructor, "" | "default" | "primary" | "success" | "warning" | "info" | "danger"
|
|
9266
|
+
readonly type: import("../../../utils").EpPropMergeType<StringConstructor, "" | "default" | "text" | "primary" | "success" | "warning" | "info" | "danger", unknown>;
|
|
9267
9267
|
}>;
|
|
9268
9268
|
};
|
|
9269
9269
|
vClickOutside: import("vue").ObjectDirective<any, any>;
|
|
@@ -9506,9 +9506,9 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
9506
9506
|
select: () => void;
|
|
9507
9507
|
clear: () => void;
|
|
9508
9508
|
formatterStyle: (obj: import("../../../utils").CustomStyle, arr: (keyof import("../../../utils").CustomStyle)[]) => {
|
|
9509
|
-
color?: string | undefined;
|
|
9510
9509
|
backgroundColor?: string | undefined;
|
|
9511
9510
|
borderColor?: string | undefined;
|
|
9511
|
+
color?: string | undefined;
|
|
9512
9512
|
};
|
|
9513
9513
|
ElIcon: import("../../../utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
9514
9514
|
readonly size: {
|
|
@@ -9685,9 +9685,9 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
9685
9685
|
readonly inputStyle: import("vue").StyleValue;
|
|
9686
9686
|
}>> & Record<string, any>;
|
|
9687
9687
|
formatterStyle: (obj: import("../../../utils").CustomStyle, arr: (keyof import("../../../utils").CustomStyle)[]) => {
|
|
9688
|
-
color?: string | undefined;
|
|
9689
9688
|
backgroundColor?: string | undefined;
|
|
9690
9689
|
borderColor?: string | undefined;
|
|
9690
|
+
color?: string | undefined;
|
|
9691
9691
|
};
|
|
9692
9692
|
TimePickPanel: import("vue").DefineComponent<{
|
|
9693
9693
|
readonly datetimeRole: StringConstructor;
|
|
@@ -9909,9 +9909,9 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
9909
9909
|
formatToString: (value: import("dayjs").Dayjs) => string | null;
|
|
9910
9910
|
getDefaultValue: () => import("dayjs").Dayjs;
|
|
9911
9911
|
formatterStyle: (obj: import("../../../utils").CustomStyle, arr: (keyof import("../../../utils").CustomStyle)[]) => {
|
|
9912
|
-
color?: string | undefined;
|
|
9913
9912
|
backgroundColor?: string | undefined;
|
|
9914
9913
|
borderColor?: string | undefined;
|
|
9914
|
+
color?: string | undefined;
|
|
9915
9915
|
};
|
|
9916
9916
|
TimeSpinner: import("vue").DefineComponent<{
|
|
9917
9917
|
readonly disabledHours: {
|
|
@@ -16050,9 +16050,9 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
16050
16050
|
ArrowDown: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
16051
16051
|
ArrowUp: import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
16052
16052
|
formatterStyle: (obj: import("../../../utils").CustomStyle, arr: (keyof import("../../../utils").CustomStyle)[]) => {
|
|
16053
|
-
color?: string | undefined;
|
|
16054
16053
|
backgroundColor?: string | undefined;
|
|
16055
16054
|
borderColor?: string | undefined;
|
|
16055
|
+
color?: string | undefined;
|
|
16056
16056
|
};
|
|
16057
16057
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "select-range" | "set-option")[], "change" | "select-range" | "set-option", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16058
16058
|
readonly disabledHours: {
|
|
@@ -16788,9 +16788,9 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
16788
16788
|
};
|
|
16789
16789
|
}>>, {}>;
|
|
16790
16790
|
formatterStyle: (obj: import("../../../utils").CustomStyle, arr: (keyof import("../../../utils").CustomStyle)[]) => {
|
|
16791
|
-
color?: string | undefined;
|
|
16792
16791
|
backgroundColor?: string | undefined;
|
|
16793
16792
|
borderColor?: string | undefined;
|
|
16793
|
+
color?: string | undefined;
|
|
16794
16794
|
};
|
|
16795
16795
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "pick" | "changerange")[], "select" | "pick" | "changerange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16796
16796
|
readonly cellClassName: {
|
|
@@ -16994,9 +16994,9 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
16994
16994
|
handleMouseMove: (event: MouseEvent) => void;
|
|
16995
16995
|
handleMonthTableClick: (event: MouseEvent | KeyboardEvent) => void;
|
|
16996
16996
|
formatterStyle: (obj: import("../../../utils").CustomStyle, arr: (keyof import("../../../utils").CustomStyle)[]) => {
|
|
16997
|
-
color?: string | undefined;
|
|
16998
16997
|
backgroundColor?: string | undefined;
|
|
16999
16998
|
borderColor?: string | undefined;
|
|
16999
|
+
color?: string | undefined;
|
|
17000
17000
|
};
|
|
17001
17001
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "pick" | "changerange")[], "select" | "pick" | "changerange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17002
17002
|
selectionMode: import("../../../utils").EpPropFinalized<StringConstructor, string, unknown, string, boolean>;
|
|
@@ -17115,9 +17115,9 @@ export declare const getPanel: (type: IDatePickerType) => import("vue").DefineCo
|
|
|
17115
17115
|
isSelectedCell: (year: number) => boolean;
|
|
17116
17116
|
handleYearTableClick: (event: MouseEvent | KeyboardEvent) => void;
|
|
17117
17117
|
formatterStyle: (obj: import("../../../utils").CustomStyle, arr: (keyof import("../../../utils").CustomStyle)[]) => {
|
|
17118
|
-
color?: string | undefined;
|
|
17119
17118
|
backgroundColor?: string | undefined;
|
|
17120
17119
|
borderColor?: string | undefined;
|
|
17120
|
+
color?: string | undefined;
|
|
17121
17121
|
};
|
|
17122
17122
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "pick"[], "pick", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17123
17123
|
date: {
|
|
@@ -112,11 +112,11 @@ export declare const ElDescriptions: import("element-plus-secondary/es/utils").S
|
|
|
112
112
|
default: number;
|
|
113
113
|
};
|
|
114
114
|
width: {
|
|
115
|
-
type: (
|
|
115
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
116
116
|
default: string;
|
|
117
117
|
};
|
|
118
118
|
minWidth: {
|
|
119
|
-
type: (
|
|
119
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
120
120
|
default: string;
|
|
121
121
|
};
|
|
122
122
|
align: {
|
|
@@ -145,11 +145,11 @@ export declare const ElDescriptions: import("element-plus-secondary/es/utils").S
|
|
|
145
145
|
default: number;
|
|
146
146
|
};
|
|
147
147
|
width: {
|
|
148
|
-
type: (
|
|
148
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
149
149
|
default: string;
|
|
150
150
|
};
|
|
151
151
|
minWidth: {
|
|
152
|
-
type: (
|
|
152
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
153
153
|
default: string;
|
|
154
154
|
};
|
|
155
155
|
align: {
|
|
@@ -189,11 +189,11 @@ export declare const ElDescriptionsItem: import("element-plus-secondary/es/utils
|
|
|
189
189
|
default: number;
|
|
190
190
|
};
|
|
191
191
|
width: {
|
|
192
|
-
type: (
|
|
192
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
193
193
|
default: string;
|
|
194
194
|
};
|
|
195
195
|
minWidth: {
|
|
196
|
-
type: (
|
|
196
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
197
197
|
default: string;
|
|
198
198
|
};
|
|
199
199
|
align: {
|
|
@@ -222,11 +222,11 @@ export declare const ElDescriptionsItem: import("element-plus-secondary/es/utils
|
|
|
222
222
|
default: number;
|
|
223
223
|
};
|
|
224
224
|
width: {
|
|
225
|
-
type: (
|
|
225
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
226
226
|
default: string;
|
|
227
227
|
};
|
|
228
228
|
minWidth: {
|
|
229
|
-
type: (
|
|
229
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
230
230
|
default: string;
|
|
231
231
|
};
|
|
232
232
|
align: {
|
|
@@ -8,11 +8,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8
8
|
default: number;
|
|
9
9
|
};
|
|
10
10
|
width: {
|
|
11
|
-
type: (
|
|
11
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
12
12
|
default: string;
|
|
13
13
|
};
|
|
14
14
|
minWidth: {
|
|
15
|
-
type: (
|
|
15
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
16
16
|
default: string;
|
|
17
17
|
};
|
|
18
18
|
align: {
|
|
@@ -41,11 +41,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
41
41
|
default: number;
|
|
42
42
|
};
|
|
43
43
|
width: {
|
|
44
|
-
type: (
|
|
44
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
45
45
|
default: string;
|
|
46
46
|
};
|
|
47
47
|
minWidth: {
|
|
48
|
-
type: (
|
|
48
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
49
49
|
default: string;
|
|
50
50
|
};
|
|
51
51
|
align: {
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var vue = require('vue');
|
|
6
6
|
require('../../../utils/index.js');
|
|
7
7
|
require('../../../hooks/index.js');
|
|
8
|
-
var descriptionsRow = require('./descriptions-
|
|
8
|
+
var descriptionsRow = require('./descriptions-row.js');
|
|
9
9
|
var token = require('./token.js');
|
|
10
10
|
var description = require('./description2.js');
|
|
11
11
|
var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
|
|
@@ -2,15 +2,72 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
require('
|
|
6
|
-
var
|
|
5
|
+
var vue = require('vue');
|
|
6
|
+
var descriptionsCell = require('./descriptions-cell.js');
|
|
7
|
+
var token = require('./token.js');
|
|
8
|
+
var descriptionsRow = require('./descriptions-row2.js');
|
|
9
|
+
var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
|
|
7
10
|
|
|
8
|
-
const
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
11
|
+
const _hoisted_1 = { key: 1 };
|
|
12
|
+
const __default__ = vue.defineComponent({
|
|
13
|
+
name: "ElDescriptionsRow"
|
|
14
|
+
});
|
|
15
|
+
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
16
|
+
...__default__,
|
|
17
|
+
props: descriptionsRow.descriptionsRowProps,
|
|
18
|
+
setup(__props) {
|
|
19
|
+
const descriptions = vue.inject(token.descriptionsKey, {});
|
|
20
|
+
return (_ctx, _cache) => {
|
|
21
|
+
return vue.unref(descriptions).direction === "vertical" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
22
|
+
vue.createElementVNode("tr", null, [
|
|
23
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.row, (cell, index) => {
|
|
24
|
+
return vue.openBlock(), vue.createBlock(vue.unref(descriptionsCell["default"]), {
|
|
25
|
+
key: `tr1-${index}`,
|
|
26
|
+
cell,
|
|
27
|
+
tag: "th",
|
|
28
|
+
type: "label"
|
|
29
|
+
}, null, 8, ["cell"]);
|
|
30
|
+
}), 128))
|
|
31
|
+
]),
|
|
32
|
+
vue.createElementVNode("tr", null, [
|
|
33
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.row, (cell, index) => {
|
|
34
|
+
return vue.openBlock(), vue.createBlock(vue.unref(descriptionsCell["default"]), {
|
|
35
|
+
key: `tr2-${index}`,
|
|
36
|
+
cell,
|
|
37
|
+
tag: "td",
|
|
38
|
+
type: "content"
|
|
39
|
+
}, null, 8, ["cell"]);
|
|
40
|
+
}), 128))
|
|
41
|
+
])
|
|
42
|
+
], 64)) : (vue.openBlock(), vue.createElementBlock("tr", _hoisted_1, [
|
|
43
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.row, (cell, index) => {
|
|
44
|
+
return vue.openBlock(), vue.createElementBlock(vue.Fragment, {
|
|
45
|
+
key: `tr3-${index}`
|
|
46
|
+
}, [
|
|
47
|
+
vue.unref(descriptions).border ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
48
|
+
vue.createVNode(vue.unref(descriptionsCell["default"]), {
|
|
49
|
+
cell,
|
|
50
|
+
tag: "td",
|
|
51
|
+
type: "label"
|
|
52
|
+
}, null, 8, ["cell"]),
|
|
53
|
+
vue.createVNode(vue.unref(descriptionsCell["default"]), {
|
|
54
|
+
cell,
|
|
55
|
+
tag: "td",
|
|
56
|
+
type: "content"
|
|
57
|
+
}, null, 8, ["cell"])
|
|
58
|
+
], 64)) : (vue.openBlock(), vue.createBlock(vue.unref(descriptionsCell["default"]), {
|
|
59
|
+
key: 1,
|
|
60
|
+
cell,
|
|
61
|
+
tag: "td",
|
|
62
|
+
type: "both"
|
|
63
|
+
}, null, 8, ["cell"]))
|
|
64
|
+
], 64);
|
|
65
|
+
}), 128))
|
|
66
|
+
]));
|
|
67
|
+
};
|
|
12
68
|
}
|
|
13
69
|
});
|
|
70
|
+
var ElDescriptionsRow = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "/Users/st/Desktop/vue/nxx-ui/packages/components/descriptions/src/descriptions-row.vue"]]);
|
|
14
71
|
|
|
15
|
-
exports
|
|
72
|
+
exports["default"] = ElDescriptionsRow;
|
|
16
73
|
//# sourceMappingURL=descriptions-row.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"descriptions-row.js","sources":["../../../../../../packages/components/descriptions/src/descriptions-row.
|
|
1
|
+
{"version":3,"file":"descriptions-row.js","sources":["../../../../../../packages/components/descriptions/src/descriptions-row.vue"],"sourcesContent":["<template>\n <template v-if=\"descriptions.direction === 'vertical'\">\n <tr>\n <template v-for=\"(cell, index) in row\" :key=\"`tr1-${index}`\">\n <el-descriptions-cell :cell=\"cell\" tag=\"th\" type=\"label\" />\n </template>\n </tr>\n <tr>\n <template v-for=\"(cell, index) in row\" :key=\"`tr2-${index}`\">\n <el-descriptions-cell :cell=\"cell\" tag=\"td\" type=\"content\" />\n </template>\n </tr>\n </template>\n <tr v-else>\n <template v-for=\"(cell, index) in row\" :key=\"`tr3-${index}`\">\n <template v-if=\"descriptions.border\">\n <el-descriptions-cell :cell=\"cell\" tag=\"td\" type=\"label\" />\n <el-descriptions-cell :cell=\"cell\" tag=\"td\" type=\"content\" />\n </template>\n <el-descriptions-cell v-else :cell=\"cell\" tag=\"td\" type=\"both\" />\n </template>\n </tr>\n</template>\n\n<script lang=\"ts\" setup>\n// @ts-nocheck\nimport { inject } from 'vue'\n\nimport ElDescriptionsCell from './descriptions-cell'\nimport { descriptionsKey } from './token'\nimport { descriptionsRowProps } from './descriptions-row'\n\nimport type { IDescriptionsInject } from './descriptions.type'\n\ndefineOptions({\n name: 'ElDescriptionsRow',\n})\n\ndefineProps(descriptionsRowProps)\n\nconst descriptions = inject(descriptionsKey, {} as IDescriptionsInject)\n</script>\n"],"names":["inject","descriptionsKey"],"mappings":";;;;;;;;;;;uCAkCc,CAAA;AAAA,EACZ,IAAM,EAAA,mBAAA;AACR,CAAA,CAAA,CAAA;;;;;AAIA,IAAA,MAAM,YAAe,GAAAA,UAAA,CAAOC,qBAAiB,EAAA,EAAyB,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -2,72 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
var
|
|
7
|
-
var token = require('./token.js');
|
|
8
|
-
var descriptionsRow = require('./descriptions-row.js');
|
|
9
|
-
var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
|
|
5
|
+
require('../../../utils/index.js');
|
|
6
|
+
var runtime = require('../../../utils/vue/props/runtime.js');
|
|
10
7
|
|
|
11
|
-
const
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
16
|
-
...__default__,
|
|
17
|
-
props: descriptionsRow.descriptionsRowProps,
|
|
18
|
-
setup(__props) {
|
|
19
|
-
const descriptions = vue.inject(token.descriptionsKey, {});
|
|
20
|
-
return (_ctx, _cache) => {
|
|
21
|
-
return vue.unref(descriptions).direction === "vertical" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
22
|
-
vue.createElementVNode("tr", null, [
|
|
23
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.row, (cell, index) => {
|
|
24
|
-
return vue.openBlock(), vue.createBlock(vue.unref(descriptionsCell["default"]), {
|
|
25
|
-
key: `tr1-${index}`,
|
|
26
|
-
cell,
|
|
27
|
-
tag: "th",
|
|
28
|
-
type: "label"
|
|
29
|
-
}, null, 8, ["cell"]);
|
|
30
|
-
}), 128))
|
|
31
|
-
]),
|
|
32
|
-
vue.createElementVNode("tr", null, [
|
|
33
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.row, (cell, index) => {
|
|
34
|
-
return vue.openBlock(), vue.createBlock(vue.unref(descriptionsCell["default"]), {
|
|
35
|
-
key: `tr2-${index}`,
|
|
36
|
-
cell,
|
|
37
|
-
tag: "td",
|
|
38
|
-
type: "content"
|
|
39
|
-
}, null, 8, ["cell"]);
|
|
40
|
-
}), 128))
|
|
41
|
-
])
|
|
42
|
-
], 64)) : (vue.openBlock(), vue.createElementBlock("tr", _hoisted_1, [
|
|
43
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.row, (cell, index) => {
|
|
44
|
-
return vue.openBlock(), vue.createElementBlock(vue.Fragment, {
|
|
45
|
-
key: `tr3-${index}`
|
|
46
|
-
}, [
|
|
47
|
-
vue.unref(descriptions).border ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
48
|
-
vue.createVNode(vue.unref(descriptionsCell["default"]), {
|
|
49
|
-
cell,
|
|
50
|
-
tag: "td",
|
|
51
|
-
type: "label"
|
|
52
|
-
}, null, 8, ["cell"]),
|
|
53
|
-
vue.createVNode(vue.unref(descriptionsCell["default"]), {
|
|
54
|
-
cell,
|
|
55
|
-
tag: "td",
|
|
56
|
-
type: "content"
|
|
57
|
-
}, null, 8, ["cell"])
|
|
58
|
-
], 64)) : (vue.openBlock(), vue.createBlock(vue.unref(descriptionsCell["default"]), {
|
|
59
|
-
key: 1,
|
|
60
|
-
cell,
|
|
61
|
-
tag: "td",
|
|
62
|
-
type: "both"
|
|
63
|
-
}, null, 8, ["cell"]))
|
|
64
|
-
], 64);
|
|
65
|
-
}), 128))
|
|
66
|
-
]));
|
|
67
|
-
};
|
|
8
|
+
const descriptionsRowProps = runtime.buildProps({
|
|
9
|
+
row: {
|
|
10
|
+
type: Array,
|
|
11
|
+
default: () => []
|
|
68
12
|
}
|
|
69
13
|
});
|
|
70
|
-
var ElDescriptionsRow = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "/Users/st/Desktop/vue/nxx-ui/packages/components/descriptions/src/descriptions-row.vue"]]);
|
|
71
14
|
|
|
72
|
-
exports
|
|
15
|
+
exports.descriptionsRowProps = descriptionsRowProps;
|
|
73
16
|
//# sourceMappingURL=descriptions-row2.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"descriptions-row2.js","sources":["../../../../../../packages/components/descriptions/src/descriptions-row.
|
|
1
|
+
{"version":3,"file":"descriptions-row2.js","sources":["../../../../../../packages/components/descriptions/src/descriptions-row.ts"],"sourcesContent":["import { buildProps } from '@element-plus/utils'\n\nexport const descriptionsRowProps = buildProps({\n row: {\n type: Array,\n default: () => [],\n },\n} as const)\n"],"names":["buildProps"],"mappings":";;;;;;;AACY,MAAC,oBAAoB,GAAGA,kBAAU,CAAC;AAC/C,EAAE,GAAG,EAAE;AACP,IAAI,IAAI,EAAE,KAAK;AACf,IAAI,OAAO,EAAE,MAAM,EAAE;AACrB,GAAG;AACH,CAAC;;;;"}
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
5
|
require('../../utils/index.js');
|
|
6
|
-
var dialog$1 = require('./src/
|
|
6
|
+
var dialog$1 = require('./src/dialog.js');
|
|
7
7
|
var useDialog = require('./src/use-dialog.js');
|
|
8
|
-
var dialog = require('./src/
|
|
8
|
+
var dialog = require('./src/dialog2.js');
|
|
9
9
|
var install = require('../../utils/vue/install.js');
|
|
10
10
|
|
|
11
11
|
const ElDialog = install.withInstall(dialog$1["default"]);
|