@sdata/web-vue 1.1.0 → 1.3.0
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/README.md +2 -5
- package/es/_components/feedback-icon.vue.d.ts +486 -0
- package/es/_components/icon-hover.vue.d.ts +34 -0
- package/es/_components/input-label/input-label.d.ts +4 -4
- package/es/_components/picker/input-range.vue.d.ts +753 -0
- package/es/_components/picker/input.vue.d.ts +729 -0
- package/es/_components/resize-trigger.vue.d.ts +274 -0
- package/es/_components/select-view/select-view.d.ts +9 -9
- package/es/_components/transition/expand-transition.vue.d.ts +10 -0
- package/es/_components/virtual-list/filler.vue.d.ts +35 -0
- package/es/_components/virtual-list/virtual-list.vue.d.ts +133 -0
- package/es/_components/virtual-list-v2/index.d.ts +1 -1
- package/es/_components/virtual-list-v2/virtual-list.vue.d.ts +151 -0
- package/es/_hooks/use-component-ref.d.ts +1 -1
- package/es/_hooks/use-pure-prop.d.ts +2 -0
- package/es/_hooks/use-trigger.d.ts +1 -1
- package/es/_utils/date.js +15 -15
- package/es/_utils/style.d.ts +1 -1
- package/es/affix/affix.vue.d.ts +58 -0
- package/es/affix/index.d.ts +1 -1
- package/es/alert/alert.vue.d.ts +690 -0
- package/es/alert/index.d.ts +1187 -17
- package/es/anchor/anchor-link.vue.d.ts +17 -0
- package/es/anchor/anchor.vue.d.ts +66 -0
- package/es/anchor/index.d.ts +11 -11
- package/es/auto-complete/auto-complete.d.ts +3 -3
- package/es/auto-complete/auto-complete.js +8 -8
- package/es/auto-complete/index.d.ts +9 -9
- package/es/avatar/avatar.vue.d.ts +324 -0
- package/es/avatar/index.d.ts +476 -8
- package/es/back-top/back-top.vue.d.ts +163 -0
- package/es/back-top/index.d.ts +237 -3
- package/es/badge/badge.d.ts +1 -1
- package/es/badge/index.d.ts +3 -3
- package/es/button/button-group.vue.d.ts +42 -0
- package/es/button/button.vue.d.ts +208 -0
- package/es/button/index.d.ts +244 -10
- package/es/calendar/calendar.d.ts +5 -5
- package/es/calendar/calendar.js +2 -2
- package/es/calendar/header.d.ts +1 -1
- package/es/calendar/index.d.ts +15 -15
- package/es/calendar/month.d.ts +1 -1
- package/es/calendar/week.d.ts +1 -1
- package/es/calendar/year.d.ts +1 -1
- package/es/card/card-grid.vue.d.ts +19 -0
- package/es/card/card.d.ts +2 -2
- package/es/card/index.d.ts +7 -7
- package/es/carousel/carousel-arrow.vue.d.ts +507 -0
- package/es/carousel/carousel-indicator.vue.d.ts +69 -0
- package/es/carousel/carousel-item.vue.d.ts +14 -0
- package/es/carousel/carousel.d.ts +4 -4
- package/es/carousel/carousel.js +1 -1
- package/es/carousel/index.d.ts +13 -13
- package/es/cascader/cascader-option.d.ts +1 -1
- package/es/cascader/cascader-panel.vue.d.ts +249 -0
- package/es/cascader/cascader-panel.vue_vue_type_script_lang.js +1 -1
- package/es/cascader/cascader.vue.d.ts +1171 -0
- package/es/cascader/cascader.vue_vue_type_script_lang.js +7 -7
- package/es/cascader/index.d.ts +129 -129
- package/es/checkbox/checkbox-group.d.ts +2 -2
- package/es/checkbox/checkbox-group.js +1 -1
- package/es/checkbox/checkbox.d.ts +3 -3
- package/es/checkbox/checkbox.js +1 -1
- package/es/checkbox/index.d.ts +5 -5
- package/es/collapse/collapse-item.d.ts +238 -4
- package/es/collapse/collapse.vue.d.ts +83 -0
- package/es/collapse/collapse.vue_vue_type_script_lang.js +1 -1
- package/es/collapse/index.d.ts +243 -9
- package/es/color-picker/color-picker.d.ts +4 -4
- package/es/color-picker/color-picker.js +1 -1
- package/es/color-picker/index.d.ts +12 -12
- package/es/color-picker/panel.d.ts +1 -1
- package/es/comment/comment.vue.d.ts +48 -0
- package/es/comment/index.d.ts +4 -4
- package/es/config-provider/config-provider.vue.d.ts +75 -0
- package/es/config-provider/index.d.ts +7 -7
- package/es/date-picker/hooks/use-format.d.ts +2 -2
- package/es/date-picker/index.d.ts +5213 -299
- package/es/date-picker/panels/body.vue.d.ts +90 -0
- package/es/date-picker/panels/date/index.vue.d.ts +1803 -0
- package/es/date-picker/panels/footer.vue.d.ts +1058 -0
- package/es/date-picker/panels/header.vue.d.ts +574 -0
- package/es/date-picker/panels/month/index.vue.d.ts +741 -0
- package/es/date-picker/panels/quarter/index.vue.d.ts +729 -0
- package/es/date-picker/panels/shortcuts.vue.d.ts +481 -0
- package/es/date-picker/panels/week/index.vue.d.ts +1820 -0
- package/es/date-picker/panels/week-list.vue.d.ts +24 -0
- package/es/date-picker/panels/year/index.vue.d.ts +727 -0
- package/es/date-picker/picker-panel.vue.d.ts +7545 -0
- package/es/date-picker/picker.vue.d.ts +9305 -0
- package/es/date-picker/picker.vue_vue_type_script_lang.js +4 -4
- package/es/date-picker/range-picker-panel.vue.d.ts +7578 -0
- package/es/date-picker/range-picker.vue.d.ts +9470 -0
- package/es/date-picker/range-picker.vue_vue_type_script_lang.js +4 -4
- package/es/descriptions/descriptions-item.vue.d.ts +19 -0
- package/es/descriptions/descriptions.d.ts +5 -5
- package/es/descriptions/index.d.ts +16 -16
- package/es/divider/divider.d.ts +1 -1
- package/es/divider/index.d.ts +3 -3
- package/es/drawer/drawer.vue.d.ts +822 -0
- package/es/drawer/drawer.vue_vue_type_script_lang.js +6 -6
- package/es/drawer/index.d.ts +751 -49
- package/es/dropdown/dropdown-button.vue.d.ts +1741 -0
- package/es/dropdown/dropdown-button.vue_vue_type_script_lang.js +3 -3
- package/es/dropdown/dropdown-group.vue.d.ts +9 -0
- package/es/dropdown/dropdown-option.vue.d.ts +38 -0
- package/es/dropdown/dropdown-panel.vue.d.ts +409 -0
- package/es/dropdown/dropdown-submenu.vue.d.ts +1195 -0
- package/es/dropdown/dropdown-submenu.vue_vue_type_script_lang.js +1 -1
- package/es/dropdown/dropdown.vue.d.ts +1048 -0
- package/es/dropdown/dropdown.vue_vue_type_script_lang.js +2 -2
- package/es/dropdown/index.d.ts +677 -209
- package/es/empty/empty.d.ts +2 -2
- package/es/empty/index.d.ts +6 -6
- package/es/form/form-item-label.vue.d.ts +1500 -0
- package/es/form/form-item-message.vue.d.ts +20 -0
- package/es/form/form-item.vue.d.ts +1865 -0
- package/es/form/form.vue.d.ts +158 -0
- package/es/form/index.d.ts +197 -80
- package/es/grid/grid-col.vue.d.ts +107 -0
- package/es/grid/grid-item.vue.d.ts +50 -0
- package/es/grid/grid-row.vue.d.ts +61 -0
- package/es/grid/grid.vue.d.ts +59 -0
- package/es/grid/grid.vue_vue_type_script_lang.js +1 -1
- package/es/grid/index.d.ts +9 -9
- package/es/icon/icon-align-center/icon-align-center.vue.d.ts +59 -0
- package/es/icon/icon-align-center/index.d.ts +3 -3
- package/es/icon/icon-align-left/icon-align-left.vue.d.ts +59 -0
- package/es/icon/icon-align-left/index.d.ts +3 -3
- package/es/icon/icon-align-right/icon-align-right.vue.d.ts +59 -0
- package/es/icon/icon-align-right/index.d.ts +3 -3
- package/es/icon/icon-alipay-circle/icon-alipay-circle.vue.d.ts +59 -0
- package/es/icon/icon-alipay-circle/index.d.ts +3 -3
- package/es/icon/icon-apps/icon-apps.vue.d.ts +59 -0
- package/es/icon/icon-apps/index.d.ts +3 -3
- package/es/icon/icon-archive/icon-archive.vue.d.ts +59 -0
- package/es/icon/icon-archive/index.d.ts +3 -3
- package/es/icon/icon-arrow-down/icon-arrow-down.vue.d.ts +59 -0
- package/es/icon/icon-arrow-down/index.d.ts +3 -3
- package/es/icon/icon-arrow-fall/icon-arrow-fall.vue.d.ts +59 -0
- package/es/icon/icon-arrow-fall/index.d.ts +3 -3
- package/es/icon/icon-arrow-left/icon-arrow-left.vue.d.ts +59 -0
- package/es/icon/icon-arrow-left/index.d.ts +3 -3
- package/es/icon/icon-arrow-right/icon-arrow-right.vue.d.ts +59 -0
- package/es/icon/icon-arrow-right/index.d.ts +3 -3
- package/es/icon/icon-arrow-rise/icon-arrow-rise.vue.d.ts +59 -0
- package/es/icon/icon-arrow-rise/index.d.ts +3 -3
- package/es/icon/icon-arrow-up/icon-arrow-up.vue.d.ts +59 -0
- package/es/icon/icon-arrow-up/index.d.ts +3 -3
- package/es/icon/icon-at/icon-at.vue.d.ts +59 -0
- package/es/icon/icon-at/index.d.ts +3 -3
- package/es/icon/icon-attachment/icon-attachment.vue.d.ts +59 -0
- package/es/icon/icon-attachment/index.d.ts +3 -3
- package/es/icon/icon-backward/icon-backward.vue.d.ts +59 -0
- package/es/icon/icon-backward/index.d.ts +3 -3
- package/es/icon/icon-bar-chart/icon-bar-chart.vue.d.ts +59 -0
- package/es/icon/icon-bar-chart/index.d.ts +3 -3
- package/es/icon/icon-bg-colors/icon-bg-colors.vue.d.ts +59 -0
- package/es/icon/icon-bg-colors/index.d.ts +3 -3
- package/es/icon/icon-bold/icon-bold.vue.d.ts +59 -0
- package/es/icon/icon-bold/index.d.ts +3 -3
- package/es/icon/icon-book/icon-book.vue.d.ts +59 -0
- package/es/icon/icon-book/index.d.ts +3 -3
- package/es/icon/icon-bookmark/icon-bookmark.vue.d.ts +59 -0
- package/es/icon/icon-bookmark/index.d.ts +3 -3
- package/es/icon/icon-branch/icon-branch.vue.d.ts +59 -0
- package/es/icon/icon-branch/index.d.ts +3 -3
- package/es/icon/icon-brush/icon-brush.vue.d.ts +59 -0
- package/es/icon/icon-brush/index.d.ts +3 -3
- package/es/icon/icon-bug/icon-bug.vue.d.ts +59 -0
- package/es/icon/icon-bug/index.d.ts +3 -3
- package/es/icon/icon-bulb/icon-bulb.vue.d.ts +59 -0
- package/es/icon/icon-bulb/index.d.ts +3 -3
- package/es/icon/icon-bytedance-color/icon-bytedance-color.vue.d.ts +59 -0
- package/es/icon/icon-bytedance-color/index.d.ts +3 -3
- package/es/icon/icon-calendar/icon-calendar.vue.d.ts +59 -0
- package/es/icon/icon-calendar/index.d.ts +3 -3
- package/es/icon/icon-calendar-clock/icon-calendar-clock.vue.d.ts +59 -0
- package/es/icon/icon-calendar-clock/index.d.ts +3 -3
- package/es/icon/icon-camera/icon-camera.vue.d.ts +59 -0
- package/es/icon/icon-camera/index.d.ts +3 -3
- package/es/icon/icon-caret-down/icon-caret-down.vue.d.ts +59 -0
- package/es/icon/icon-caret-down/index.d.ts +3 -3
- package/es/icon/icon-caret-left/icon-caret-left.vue.d.ts +59 -0
- package/es/icon/icon-caret-left/index.d.ts +3 -3
- package/es/icon/icon-caret-right/icon-caret-right.vue.d.ts +59 -0
- package/es/icon/icon-caret-right/index.d.ts +3 -3
- package/es/icon/icon-caret-up/icon-caret-up.vue.d.ts +59 -0
- package/es/icon/icon-caret-up/index.d.ts +3 -3
- package/es/icon/icon-check/icon-check.vue.d.ts +59 -0
- package/es/icon/icon-check/index.d.ts +3 -3
- package/es/icon/icon-check-circle/icon-check-circle.vue.d.ts +59 -0
- package/es/icon/icon-check-circle/index.d.ts +3 -3
- package/es/icon/icon-check-circle-fill/icon-check-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-check-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-check-square/icon-check-square.vue.d.ts +59 -0
- package/es/icon/icon-check-square/index.d.ts +3 -3
- package/es/icon/icon-chinese-fill/icon-chinese-fill.vue.d.ts +59 -0
- package/es/icon/icon-chinese-fill/index.d.ts +3 -3
- package/es/icon/icon-clock-circle/icon-clock-circle.vue.d.ts +59 -0
- package/es/icon/icon-clock-circle/index.d.ts +3 -3
- package/es/icon/icon-close/icon-close.vue.d.ts +59 -0
- package/es/icon/icon-close/index.d.ts +3 -3
- package/es/icon/icon-close-circle/icon-close-circle.vue.d.ts +59 -0
- package/es/icon/icon-close-circle/index.d.ts +3 -3
- package/es/icon/icon-close-circle-fill/icon-close-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-close-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-cloud/icon-cloud.vue.d.ts +59 -0
- package/es/icon/icon-cloud/index.d.ts +3 -3
- package/es/icon/icon-cloud-download/icon-cloud-download.vue.d.ts +59 -0
- package/es/icon/icon-cloud-download/index.d.ts +3 -3
- package/es/icon/icon-code/icon-code.vue.d.ts +59 -0
- package/es/icon/icon-code/index.d.ts +3 -3
- package/es/icon/icon-code-block/icon-code-block.vue.d.ts +59 -0
- package/es/icon/icon-code-block/index.d.ts +3 -3
- package/es/icon/icon-code-sandbox/icon-code-sandbox.vue.d.ts +59 -0
- package/es/icon/icon-code-sandbox/index.d.ts +3 -3
- package/es/icon/icon-code-square/icon-code-square.vue.d.ts +59 -0
- package/es/icon/icon-code-square/index.d.ts +3 -3
- package/es/icon/icon-codepen/icon-codepen.vue.d.ts +59 -0
- package/es/icon/icon-codepen/index.d.ts +3 -3
- package/es/icon/icon-command/icon-command.vue.d.ts +59 -0
- package/es/icon/icon-command/index.d.ts +3 -3
- package/es/icon/icon-common/icon-common.vue.d.ts +59 -0
- package/es/icon/icon-common/index.d.ts +3 -3
- package/es/icon/icon-compass/icon-compass.vue.d.ts +59 -0
- package/es/icon/icon-compass/index.d.ts +3 -3
- package/es/icon/icon-computer/icon-computer.vue.d.ts +59 -0
- package/es/icon/icon-computer/index.d.ts +3 -3
- package/es/icon/icon-copy/icon-copy.vue.d.ts +59 -0
- package/es/icon/icon-copy/index.d.ts +3 -3
- package/es/icon/icon-copyright/icon-copyright.vue.d.ts +59 -0
- package/es/icon/icon-copyright/index.d.ts +3 -3
- package/es/icon/icon-customer-service/icon-customer-service.vue.d.ts +59 -0
- package/es/icon/icon-customer-service/index.d.ts +3 -3
- package/es/icon/icon-dashboard/icon-dashboard.vue.d.ts +59 -0
- package/es/icon/icon-dashboard/index.d.ts +3 -3
- package/es/icon/icon-delete/icon-delete.vue.d.ts +59 -0
- package/es/icon/icon-delete/index.d.ts +3 -3
- package/es/icon/icon-desktop/icon-desktop.vue.d.ts +59 -0
- package/es/icon/icon-desktop/index.d.ts +3 -3
- package/es/icon/icon-dice/icon-dice.vue.d.ts +59 -0
- package/es/icon/icon-dice/index.d.ts +3 -3
- package/es/icon/icon-double-down/icon-double-down.vue.d.ts +59 -0
- package/es/icon/icon-double-down/index.d.ts +3 -3
- package/es/icon/icon-double-left/icon-double-left.vue.d.ts +59 -0
- package/es/icon/icon-double-left/index.d.ts +3 -3
- package/es/icon/icon-double-right/icon-double-right.vue.d.ts +59 -0
- package/es/icon/icon-double-right/index.d.ts +3 -3
- package/es/icon/icon-double-up/icon-double-up.vue.d.ts +59 -0
- package/es/icon/icon-double-up/index.d.ts +3 -3
- package/es/icon/icon-down/icon-down.vue.d.ts +59 -0
- package/es/icon/icon-down/index.d.ts +3 -3
- package/es/icon/icon-down-circle/icon-down-circle.vue.d.ts +59 -0
- package/es/icon/icon-down-circle/index.d.ts +3 -3
- package/es/icon/icon-download/icon-download.vue.d.ts +59 -0
- package/es/icon/icon-download/index.d.ts +3 -3
- package/es/icon/icon-drag-arrow/icon-drag-arrow.vue.d.ts +59 -0
- package/es/icon/icon-drag-arrow/index.d.ts +3 -3
- package/es/icon/icon-drag-dot/icon-drag-dot.vue.d.ts +59 -0
- package/es/icon/icon-drag-dot/index.d.ts +3 -3
- package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.vue.d.ts +59 -0
- package/es/icon/icon-drag-dot-vertical/index.d.ts +3 -3
- package/es/icon/icon-drive-file/icon-drive-file.vue.d.ts +59 -0
- package/es/icon/icon-drive-file/index.d.ts +3 -3
- package/es/icon/icon-ear/icon-ear.vue.d.ts +59 -0
- package/es/icon/icon-ear/index.d.ts +3 -3
- package/es/icon/icon-edit/icon-edit.vue.d.ts +59 -0
- package/es/icon/icon-edit/index.d.ts +3 -3
- package/es/icon/icon-email/icon-email.vue.d.ts +59 -0
- package/es/icon/icon-email/index.d.ts +3 -3
- package/es/icon/icon-empty/icon-empty.vue.d.ts +59 -0
- package/es/icon/icon-empty/index.d.ts +3 -3
- package/es/icon/icon-english-fill/icon-english-fill.vue.d.ts +59 -0
- package/es/icon/icon-english-fill/index.d.ts +3 -3
- package/es/icon/icon-eraser/icon-eraser.vue.d.ts +59 -0
- package/es/icon/icon-eraser/index.d.ts +3 -3
- package/es/icon/icon-exclamation/icon-exclamation.vue.d.ts +59 -0
- package/es/icon/icon-exclamation/index.d.ts +3 -3
- package/es/icon/icon-exclamation-circle/icon-exclamation-circle.vue.d.ts +59 -0
- package/es/icon/icon-exclamation-circle/index.d.ts +3 -3
- package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-exclamation-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-exclamation-polygon-fill/icon-exclamation-polygon-fill.vue.d.ts +59 -0
- package/es/icon/icon-exclamation-polygon-fill/index.d.ts +3 -3
- package/es/icon/icon-expand/icon-expand.vue.d.ts +59 -0
- package/es/icon/icon-expand/index.d.ts +3 -3
- package/es/icon/icon-experiment/icon-experiment.vue.d.ts +59 -0
- package/es/icon/icon-experiment/index.d.ts +3 -3
- package/es/icon/icon-export/icon-export.vue.d.ts +59 -0
- package/es/icon/icon-export/index.d.ts +3 -3
- package/es/icon/icon-eye/icon-eye.vue.d.ts +59 -0
- package/es/icon/icon-eye/index.d.ts +3 -3
- package/es/icon/icon-eye-invisible/icon-eye-invisible.vue.d.ts +59 -0
- package/es/icon/icon-eye-invisible/index.d.ts +3 -3
- package/es/icon/icon-face-frown-fill/icon-face-frown-fill.vue.d.ts +59 -0
- package/es/icon/icon-face-frown-fill/index.d.ts +3 -3
- package/es/icon/icon-face-meh-fill/icon-face-meh-fill.vue.d.ts +59 -0
- package/es/icon/icon-face-meh-fill/index.d.ts +3 -3
- package/es/icon/icon-face-smile-fill/icon-face-smile-fill.vue.d.ts +59 -0
- package/es/icon/icon-face-smile-fill/index.d.ts +3 -3
- package/es/icon/icon-faceBook-circle-fill/icon-faceBook-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-faceBook-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-facebook/icon-facebook.vue.d.ts +59 -0
- package/es/icon/icon-facebook/index.d.ts +3 -3
- package/es/icon/icon-facebook-square-fill/icon-facebook-square-fill.vue.d.ts +59 -0
- package/es/icon/icon-facebook-square-fill/index.d.ts +3 -3
- package/es/icon/icon-file/icon-file.vue.d.ts +59 -0
- package/es/icon/icon-file/index.d.ts +3 -3
- package/es/icon/icon-file-audio/icon-file-audio.vue.d.ts +59 -0
- package/es/icon/icon-file-audio/index.d.ts +3 -3
- package/es/icon/icon-file-image/icon-file-image.vue.d.ts +59 -0
- package/es/icon/icon-file-image/index.d.ts +3 -3
- package/es/icon/icon-file-pdf/icon-file-pdf.vue.d.ts +59 -0
- package/es/icon/icon-file-pdf/index.d.ts +3 -3
- package/es/icon/icon-file-video/icon-file-video.vue.d.ts +59 -0
- package/es/icon/icon-file-video/index.d.ts +3 -3
- package/es/icon/icon-filter/icon-filter.vue.d.ts +59 -0
- package/es/icon/icon-filter/index.d.ts +3 -3
- package/es/icon/icon-find-replace/icon-find-replace.vue.d.ts +59 -0
- package/es/icon/icon-find-replace/index.d.ts +3 -3
- package/es/icon/icon-fire/icon-fire.vue.d.ts +59 -0
- package/es/icon/icon-fire/index.d.ts +3 -3
- package/es/icon/icon-folder/icon-folder.vue.d.ts +59 -0
- package/es/icon/icon-folder/index.d.ts +3 -3
- package/es/icon/icon-folder-add/icon-folder-add.vue.d.ts +59 -0
- package/es/icon/icon-folder-add/index.d.ts +3 -3
- package/es/icon/icon-folder-delete/icon-folder-delete.vue.d.ts +59 -0
- package/es/icon/icon-folder-delete/index.d.ts +3 -3
- package/es/icon/icon-font-colors/icon-font-colors.vue.d.ts +59 -0
- package/es/icon/icon-font-colors/index.d.ts +3 -3
- package/es/icon/icon-formula/icon-formula.vue.d.ts +59 -0
- package/es/icon/icon-formula/index.d.ts +3 -3
- package/es/icon/icon-forward/icon-forward.vue.d.ts +59 -0
- package/es/icon/icon-forward/index.d.ts +3 -3
- package/es/icon/icon-fullscreen/icon-fullscreen.vue.d.ts +59 -0
- package/es/icon/icon-fullscreen/index.d.ts +3 -3
- package/es/icon/icon-fullscreen-exit/icon-fullscreen-exit.vue.d.ts +59 -0
- package/es/icon/icon-fullscreen-exit/index.d.ts +3 -3
- package/es/icon/icon-gift/icon-gift.vue.d.ts +59 -0
- package/es/icon/icon-gift/index.d.ts +3 -3
- package/es/icon/icon-github/icon-github.vue.d.ts +59 -0
- package/es/icon/icon-github/index.d.ts +3 -3
- package/es/icon/icon-gitlab/icon-gitlab.vue.d.ts +59 -0
- package/es/icon/icon-gitlab/index.d.ts +3 -3
- package/es/icon/icon-google/icon-google.vue.d.ts +59 -0
- package/es/icon/icon-google/index.d.ts +3 -3
- package/es/icon/icon-google-circle-fill/icon-google-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-google-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-h1/icon-h1.vue.d.ts +59 -0
- package/es/icon/icon-h1/index.d.ts +3 -3
- package/es/icon/icon-h2/icon-h2.vue.d.ts +59 -0
- package/es/icon/icon-h2/index.d.ts +3 -3
- package/es/icon/icon-h3/icon-h3.vue.d.ts +59 -0
- package/es/icon/icon-h3/index.d.ts +3 -3
- package/es/icon/icon-h4/icon-h4.vue.d.ts +59 -0
- package/es/icon/icon-h4/index.d.ts +3 -3
- package/es/icon/icon-h5/icon-h5.vue.d.ts +59 -0
- package/es/icon/icon-h5/index.d.ts +3 -3
- package/es/icon/icon-h6/icon-h6.vue.d.ts +59 -0
- package/es/icon/icon-h6/index.d.ts +3 -3
- package/es/icon/icon-h7/icon-h7.vue.d.ts +59 -0
- package/es/icon/icon-h7/index.d.ts +3 -3
- package/es/icon/icon-heart/icon-heart.vue.d.ts +59 -0
- package/es/icon/icon-heart/index.d.ts +3 -3
- package/es/icon/icon-heart-fill/icon-heart-fill.vue.d.ts +59 -0
- package/es/icon/icon-heart-fill/index.d.ts +3 -3
- package/es/icon/icon-highlight/icon-highlight.vue.d.ts +59 -0
- package/es/icon/icon-highlight/index.d.ts +3 -3
- package/es/icon/icon-history/icon-history.vue.d.ts +59 -0
- package/es/icon/icon-history/index.d.ts +3 -3
- package/es/icon/icon-home/icon-home.vue.d.ts +59 -0
- package/es/icon/icon-home/index.d.ts +3 -3
- package/es/icon/icon-idcard/icon-idcard.vue.d.ts +59 -0
- package/es/icon/icon-idcard/index.d.ts +3 -3
- package/es/icon/icon-image/icon-image.vue.d.ts +59 -0
- package/es/icon/icon-image/index.d.ts +3 -3
- package/es/icon/icon-image-close/icon-image-close.vue.d.ts +59 -0
- package/es/icon/icon-image-close/index.d.ts +3 -3
- package/es/icon/icon-import/icon-import.vue.d.ts +59 -0
- package/es/icon/icon-import/index.d.ts +3 -3
- package/es/icon/icon-info/icon-info.vue.d.ts +59 -0
- package/es/icon/icon-info/index.d.ts +3 -3
- package/es/icon/icon-info-circle/icon-info-circle.vue.d.ts +59 -0
- package/es/icon/icon-info-circle/index.d.ts +3 -3
- package/es/icon/icon-info-circle-fill/icon-info-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-info-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-interaction/icon-interaction.vue.d.ts +59 -0
- package/es/icon/icon-interaction/index.d.ts +3 -3
- package/es/icon/icon-italic/icon-italic.vue.d.ts +59 -0
- package/es/icon/icon-italic/index.d.ts +3 -3
- package/es/icon/icon-language/icon-language.vue.d.ts +59 -0
- package/es/icon/icon-language/index.d.ts +3 -3
- package/es/icon/icon-lark-color/icon-lark-color.vue.d.ts +59 -0
- package/es/icon/icon-lark-color/index.d.ts +3 -3
- package/es/icon/icon-launch/icon-launch.vue.d.ts +59 -0
- package/es/icon/icon-launch/index.d.ts +3 -3
- package/es/icon/icon-layers/icon-layers.vue.d.ts +59 -0
- package/es/icon/icon-layers/index.d.ts +3 -3
- package/es/icon/icon-layout/icon-layout.vue.d.ts +59 -0
- package/es/icon/icon-layout/index.d.ts +3 -3
- package/es/icon/icon-left/icon-left.vue.d.ts +59 -0
- package/es/icon/icon-left/index.d.ts +3 -3
- package/es/icon/icon-left-circle/icon-left-circle.vue.d.ts +59 -0
- package/es/icon/icon-left-circle/index.d.ts +3 -3
- package/es/icon/icon-line-height/icon-line-height.vue.d.ts +59 -0
- package/es/icon/icon-line-height/index.d.ts +3 -3
- package/es/icon/icon-link/icon-link.vue.d.ts +59 -0
- package/es/icon/icon-link/index.d.ts +3 -3
- package/es/icon/icon-list/icon-list.vue.d.ts +59 -0
- package/es/icon/icon-list/index.d.ts +3 -3
- package/es/icon/icon-live-broadcast/icon-live-broadcast.vue.d.ts +59 -0
- package/es/icon/icon-live-broadcast/index.d.ts +3 -3
- package/es/icon/icon-loading/icon-loading.vue.d.ts +59 -0
- package/es/icon/icon-loading/index.d.ts +3 -3
- package/es/icon/icon-location/icon-location.vue.d.ts +59 -0
- package/es/icon/icon-location/index.d.ts +3 -3
- package/es/icon/icon-lock/icon-lock.vue.d.ts +59 -0
- package/es/icon/icon-lock/index.d.ts +3 -3
- package/es/icon/icon-loop/icon-loop.vue.d.ts +59 -0
- package/es/icon/icon-loop/index.d.ts +3 -3
- package/es/icon/icon-man/icon-man.vue.d.ts +59 -0
- package/es/icon/icon-man/index.d.ts +3 -3
- package/es/icon/icon-menu/icon-menu.vue.d.ts +59 -0
- package/es/icon/icon-menu/index.d.ts +3 -3
- package/es/icon/icon-menu-fold/icon-menu-fold.vue.d.ts +59 -0
- package/es/icon/icon-menu-fold/index.d.ts +3 -3
- package/es/icon/icon-menu-unfold/icon-menu-unfold.vue.d.ts +59 -0
- package/es/icon/icon-menu-unfold/index.d.ts +3 -3
- package/es/icon/icon-message/icon-message.vue.d.ts +59 -0
- package/es/icon/icon-message/index.d.ts +3 -3
- package/es/icon/icon-message-banned/icon-message-banned.vue.d.ts +59 -0
- package/es/icon/icon-message-banned/index.d.ts +3 -3
- package/es/icon/icon-mind-mapping/icon-mind-mapping.vue.d.ts +59 -0
- package/es/icon/icon-mind-mapping/index.d.ts +3 -3
- package/es/icon/icon-minus/icon-minus.vue.d.ts +59 -0
- package/es/icon/icon-minus/index.d.ts +3 -3
- package/es/icon/icon-minus-circle/icon-minus-circle.vue.d.ts +59 -0
- package/es/icon/icon-minus-circle/index.d.ts +3 -3
- package/es/icon/icon-minus-circle-fill/icon-minus-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-minus-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-mobile/icon-mobile.vue.d.ts +59 -0
- package/es/icon/icon-mobile/index.d.ts +3 -3
- package/es/icon/icon-moon/icon-moon.vue.d.ts +59 -0
- package/es/icon/icon-moon/index.d.ts +3 -3
- package/es/icon/icon-moon-fill/icon-moon-fill.vue.d.ts +59 -0
- package/es/icon/icon-moon-fill/index.d.ts +3 -3
- package/es/icon/icon-more/icon-more.vue.d.ts +59 -0
- package/es/icon/icon-more/index.d.ts +3 -3
- package/es/icon/icon-more-vertical/icon-more-vertical.vue.d.ts +59 -0
- package/es/icon/icon-more-vertical/index.d.ts +3 -3
- package/es/icon/icon-mosaic/icon-mosaic.vue.d.ts +59 -0
- package/es/icon/icon-mosaic/index.d.ts +3 -3
- package/es/icon/icon-music/icon-music.vue.d.ts +59 -0
- package/es/icon/icon-music/index.d.ts +3 -3
- package/es/icon/icon-mute/icon-mute.vue.d.ts +59 -0
- package/es/icon/icon-mute/index.d.ts +3 -3
- package/es/icon/icon-mute-fill/icon-mute-fill.vue.d.ts +59 -0
- package/es/icon/icon-mute-fill/index.d.ts +3 -3
- package/es/icon/icon-nav/icon-nav.vue.d.ts +59 -0
- package/es/icon/icon-nav/index.d.ts +3 -3
- package/es/icon/icon-notification/icon-notification.vue.d.ts +59 -0
- package/es/icon/icon-notification/index.d.ts +3 -3
- package/es/icon/icon-notification-close/icon-notification-close.vue.d.ts +59 -0
- package/es/icon/icon-notification-close/index.d.ts +3 -3
- package/es/icon/icon-oblique-line/icon-oblique-line.vue.d.ts +59 -0
- package/es/icon/icon-oblique-line/index.d.ts +3 -3
- package/es/icon/icon-ordered-list/icon-ordered-list.vue.d.ts +59 -0
- package/es/icon/icon-ordered-list/index.d.ts +3 -3
- package/es/icon/icon-original-size/icon-original-size.vue.d.ts +59 -0
- package/es/icon/icon-original-size/index.d.ts +3 -3
- package/es/icon/icon-palette/icon-palette.vue.d.ts +59 -0
- package/es/icon/icon-palette/index.d.ts +3 -3
- package/es/icon/icon-paste/icon-paste.vue.d.ts +59 -0
- package/es/icon/icon-paste/index.d.ts +3 -3
- package/es/icon/icon-pause/icon-pause.vue.d.ts +59 -0
- package/es/icon/icon-pause/index.d.ts +3 -3
- package/es/icon/icon-pause-circle/icon-pause-circle.vue.d.ts +59 -0
- package/es/icon/icon-pause-circle/index.d.ts +3 -3
- package/es/icon/icon-pause-circle-fill/icon-pause-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-pause-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-pen/icon-pen.vue.d.ts +59 -0
- package/es/icon/icon-pen/index.d.ts +3 -3
- package/es/icon/icon-pen-fill/icon-pen-fill.vue.d.ts +59 -0
- package/es/icon/icon-pen-fill/index.d.ts +3 -3
- package/es/icon/icon-phone/icon-phone.vue.d.ts +59 -0
- package/es/icon/icon-phone/index.d.ts +3 -3
- package/es/icon/icon-play-arrow/icon-play-arrow.vue.d.ts +59 -0
- package/es/icon/icon-play-arrow/index.d.ts +3 -3
- package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.vue.d.ts +59 -0
- package/es/icon/icon-play-arrow-fill/index.d.ts +3 -3
- package/es/icon/icon-play-circle/icon-play-circle.vue.d.ts +59 -0
- package/es/icon/icon-play-circle/index.d.ts +3 -3
- package/es/icon/icon-play-circle-fill/icon-play-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-play-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-plus/icon-plus.vue.d.ts +59 -0
- package/es/icon/icon-plus/index.d.ts +3 -3
- package/es/icon/icon-plus-circle/icon-plus-circle.vue.d.ts +59 -0
- package/es/icon/icon-plus-circle/index.d.ts +3 -3
- package/es/icon/icon-plus-circle-fill/icon-plus-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-plus-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-poweroff/icon-poweroff.vue.d.ts +59 -0
- package/es/icon/icon-poweroff/index.d.ts +3 -3
- package/es/icon/icon-printer/icon-printer.vue.d.ts +59 -0
- package/es/icon/icon-printer/index.d.ts +3 -3
- package/es/icon/icon-public/icon-public.vue.d.ts +59 -0
- package/es/icon/icon-public/index.d.ts +3 -3
- package/es/icon/icon-pushpin/icon-pushpin.vue.d.ts +59 -0
- package/es/icon/icon-pushpin/index.d.ts +3 -3
- package/es/icon/icon-qq/icon-qq.vue.d.ts +59 -0
- package/es/icon/icon-qq/index.d.ts +3 -3
- package/es/icon/icon-qq-circle-fill/icon-qq-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-qq-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-qq-zone/icon-qq-zone.vue.d.ts +59 -0
- package/es/icon/icon-qq-zone/index.d.ts +3 -3
- package/es/icon/icon-qrcode/icon-qrcode.vue.d.ts +59 -0
- package/es/icon/icon-qrcode/index.d.ts +3 -3
- package/es/icon/icon-question/icon-question.vue.d.ts +59 -0
- package/es/icon/icon-question/index.d.ts +3 -3
- package/es/icon/icon-question-circle/icon-question-circle.vue.d.ts +59 -0
- package/es/icon/icon-question-circle/index.d.ts +3 -3
- package/es/icon/icon-question-circle-fill/icon-question-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-question-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-quote/icon-quote.vue.d.ts +59 -0
- package/es/icon/icon-quote/index.d.ts +3 -3
- package/es/icon/icon-record/icon-record.vue.d.ts +59 -0
- package/es/icon/icon-record/index.d.ts +3 -3
- package/es/icon/icon-record-stop/icon-record-stop.vue.d.ts +59 -0
- package/es/icon/icon-record-stop/index.d.ts +3 -3
- package/es/icon/icon-redo/icon-redo.vue.d.ts +59 -0
- package/es/icon/icon-redo/index.d.ts +3 -3
- package/es/icon/icon-refresh/icon-refresh.vue.d.ts +59 -0
- package/es/icon/icon-refresh/index.d.ts +3 -3
- package/es/icon/icon-relation/icon-relation.vue.d.ts +59 -0
- package/es/icon/icon-relation/index.d.ts +3 -3
- package/es/icon/icon-reply/icon-reply.vue.d.ts +59 -0
- package/es/icon/icon-reply/index.d.ts +3 -3
- package/es/icon/icon-right/icon-right.vue.d.ts +59 -0
- package/es/icon/icon-right/index.d.ts +3 -3
- package/es/icon/icon-right-circle/icon-right-circle.vue.d.ts +59 -0
- package/es/icon/icon-right-circle/index.d.ts +3 -3
- package/es/icon/icon-robot/icon-robot.vue.d.ts +59 -0
- package/es/icon/icon-robot/index.d.ts +3 -3
- package/es/icon/icon-robot-add/icon-robot-add.vue.d.ts +59 -0
- package/es/icon/icon-robot-add/index.d.ts +3 -3
- package/es/icon/icon-rotate-left/icon-rotate-left.vue.d.ts +59 -0
- package/es/icon/icon-rotate-left/index.d.ts +3 -3
- package/es/icon/icon-rotate-right/icon-rotate-right.vue.d.ts +59 -0
- package/es/icon/icon-rotate-right/index.d.ts +3 -3
- package/es/icon/icon-safe/icon-safe.vue.d.ts +59 -0
- package/es/icon/icon-safe/index.d.ts +3 -3
- package/es/icon/icon-save/icon-save.vue.d.ts +59 -0
- package/es/icon/icon-save/index.d.ts +3 -3
- package/es/icon/icon-scan/icon-scan.vue.d.ts +59 -0
- package/es/icon/icon-scan/index.d.ts +3 -3
- package/es/icon/icon-schedule/icon-schedule.vue.d.ts +59 -0
- package/es/icon/icon-schedule/index.d.ts +3 -3
- package/es/icon/icon-scissor/icon-scissor.vue.d.ts +59 -0
- package/es/icon/icon-scissor/index.d.ts +3 -3
- package/es/icon/icon-search/icon-search.vue.d.ts +59 -0
- package/es/icon/icon-search/index.d.ts +3 -3
- package/es/icon/icon-select-all/icon-select-all.vue.d.ts +59 -0
- package/es/icon/icon-select-all/index.d.ts +3 -3
- package/es/icon/icon-send/icon-send.vue.d.ts +59 -0
- package/es/icon/icon-send/index.d.ts +3 -3
- package/es/icon/icon-settings/icon-settings.vue.d.ts +59 -0
- package/es/icon/icon-settings/index.d.ts +3 -3
- package/es/icon/icon-shake/icon-shake.vue.d.ts +59 -0
- package/es/icon/icon-shake/index.d.ts +3 -3
- package/es/icon/icon-share-alt/icon-share-alt.vue.d.ts +59 -0
- package/es/icon/icon-share-alt/index.d.ts +3 -3
- package/es/icon/icon-share-external/icon-share-external.vue.d.ts +59 -0
- package/es/icon/icon-share-external/index.d.ts +3 -3
- package/es/icon/icon-share-internal/icon-share-internal.vue.d.ts +59 -0
- package/es/icon/icon-share-internal/index.d.ts +3 -3
- package/es/icon/icon-shrink/icon-shrink.vue.d.ts +59 -0
- package/es/icon/icon-shrink/index.d.ts +3 -3
- package/es/icon/icon-skin/icon-skin.vue.d.ts +59 -0
- package/es/icon/icon-skin/index.d.ts +3 -3
- package/es/icon/icon-skip-next/icon-skip-next.vue.d.ts +59 -0
- package/es/icon/icon-skip-next/index.d.ts +3 -3
- package/es/icon/icon-skip-next-fill/icon-skip-next-fill.vue.d.ts +59 -0
- package/es/icon/icon-skip-next-fill/index.d.ts +3 -3
- package/es/icon/icon-skip-previous/icon-skip-previous.vue.d.ts +59 -0
- package/es/icon/icon-skip-previous/index.d.ts +3 -3
- package/es/icon/icon-skip-previous-fill/icon-skip-previous-fill.vue.d.ts +59 -0
- package/es/icon/icon-skip-previous-fill/index.d.ts +3 -3
- package/es/icon/icon-sort/icon-sort.vue.d.ts +59 -0
- package/es/icon/icon-sort/index.d.ts +3 -3
- package/es/icon/icon-sort-ascending/icon-sort-ascending.vue.d.ts +59 -0
- package/es/icon/icon-sort-ascending/index.d.ts +3 -3
- package/es/icon/icon-sort-descending/icon-sort-descending.vue.d.ts +59 -0
- package/es/icon/icon-sort-descending/index.d.ts +3 -3
- package/es/icon/icon-sound/icon-sound.vue.d.ts +59 -0
- package/es/icon/icon-sound/index.d.ts +3 -3
- package/es/icon/icon-sound-fill/icon-sound-fill.vue.d.ts +59 -0
- package/es/icon/icon-sound-fill/index.d.ts +3 -3
- package/es/icon/icon-stamp/icon-stamp.vue.d.ts +59 -0
- package/es/icon/icon-stamp/index.d.ts +3 -3
- package/es/icon/icon-star/icon-star.vue.d.ts +59 -0
- package/es/icon/icon-star/index.d.ts +3 -3
- package/es/icon/icon-star-fill/icon-star-fill.vue.d.ts +59 -0
- package/es/icon/icon-star-fill/index.d.ts +3 -3
- package/es/icon/icon-stop/icon-stop.vue.d.ts +59 -0
- package/es/icon/icon-stop/index.d.ts +3 -3
- package/es/icon/icon-storage/icon-storage.vue.d.ts +59 -0
- package/es/icon/icon-storage/index.d.ts +3 -3
- package/es/icon/icon-strikethrough/icon-strikethrough.vue.d.ts +59 -0
- package/es/icon/icon-strikethrough/index.d.ts +3 -3
- package/es/icon/icon-subscribe/icon-subscribe.vue.d.ts +59 -0
- package/es/icon/icon-subscribe/index.d.ts +3 -3
- package/es/icon/icon-subscribe-add/icon-subscribe-add.vue.d.ts +59 -0
- package/es/icon/icon-subscribe-add/index.d.ts +3 -3
- package/es/icon/icon-subscribed/icon-subscribed.vue.d.ts +59 -0
- package/es/icon/icon-subscribed/index.d.ts +3 -3
- package/es/icon/icon-sun/icon-sun.vue.d.ts +59 -0
- package/es/icon/icon-sun/index.d.ts +3 -3
- package/es/icon/icon-sun-fill/icon-sun-fill.vue.d.ts +59 -0
- package/es/icon/icon-sun-fill/index.d.ts +3 -3
- package/es/icon/icon-swap/icon-swap.vue.d.ts +59 -0
- package/es/icon/icon-swap/index.d.ts +3 -3
- package/es/icon/icon-sync/icon-sync.vue.d.ts +59 -0
- package/es/icon/icon-sync/index.d.ts +3 -3
- package/es/icon/icon-tag/icon-tag.vue.d.ts +59 -0
- package/es/icon/icon-tag/index.d.ts +3 -3
- package/es/icon/icon-tags/icon-tags.vue.d.ts +59 -0
- package/es/icon/icon-tags/index.d.ts +3 -3
- package/es/icon/icon-thumb-down/icon-thumb-down.vue.d.ts +59 -0
- package/es/icon/icon-thumb-down/index.d.ts +3 -3
- package/es/icon/icon-thumb-down-fill/icon-thumb-down-fill.vue.d.ts +59 -0
- package/es/icon/icon-thumb-down-fill/index.d.ts +3 -3
- package/es/icon/icon-thumb-up/icon-thumb-up.vue.d.ts +59 -0
- package/es/icon/icon-thumb-up/index.d.ts +3 -3
- package/es/icon/icon-thumb-up-fill/icon-thumb-up-fill.vue.d.ts +59 -0
- package/es/icon/icon-thumb-up-fill/index.d.ts +3 -3
- package/es/icon/icon-thunderbolt/icon-thunderbolt.vue.d.ts +59 -0
- package/es/icon/icon-thunderbolt/index.d.ts +3 -3
- package/es/icon/icon-tiktok-color/icon-tiktok-color.vue.d.ts +59 -0
- package/es/icon/icon-tiktok-color/index.d.ts +3 -3
- package/es/icon/icon-to-bottom/icon-to-bottom.vue.d.ts +59 -0
- package/es/icon/icon-to-bottom/index.d.ts +3 -3
- package/es/icon/icon-to-left/icon-to-left.vue.d.ts +59 -0
- package/es/icon/icon-to-left/index.d.ts +3 -3
- package/es/icon/icon-to-right/icon-to-right.vue.d.ts +59 -0
- package/es/icon/icon-to-right/index.d.ts +3 -3
- package/es/icon/icon-to-top/icon-to-top.vue.d.ts +59 -0
- package/es/icon/icon-to-top/index.d.ts +3 -3
- package/es/icon/icon-tool/icon-tool.vue.d.ts +59 -0
- package/es/icon/icon-tool/index.d.ts +3 -3
- package/es/icon/icon-translate/icon-translate.vue.d.ts +59 -0
- package/es/icon/icon-translate/index.d.ts +3 -3
- package/es/icon/icon-trophy/icon-trophy.vue.d.ts +59 -0
- package/es/icon/icon-trophy/index.d.ts +3 -3
- package/es/icon/icon-twitter/icon-twitter.vue.d.ts +59 -0
- package/es/icon/icon-twitter/index.d.ts +3 -3
- package/es/icon/icon-twitter-circle-fill/icon-twitter-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-twitter-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-underline/icon-underline.vue.d.ts +59 -0
- package/es/icon/icon-underline/index.d.ts +3 -3
- package/es/icon/icon-undo/icon-undo.vue.d.ts +59 -0
- package/es/icon/icon-undo/index.d.ts +3 -3
- package/es/icon/icon-unlock/icon-unlock.vue.d.ts +59 -0
- package/es/icon/icon-unlock/index.d.ts +3 -3
- package/es/icon/icon-unordered-list/icon-unordered-list.vue.d.ts +59 -0
- package/es/icon/icon-unordered-list/index.d.ts +3 -3
- package/es/icon/icon-up/icon-up.vue.d.ts +59 -0
- package/es/icon/icon-up/index.d.ts +3 -3
- package/es/icon/icon-up-circle/icon-up-circle.vue.d.ts +59 -0
- package/es/icon/icon-up-circle/index.d.ts +3 -3
- package/es/icon/icon-upload/icon-upload.vue.d.ts +59 -0
- package/es/icon/icon-upload/index.d.ts +3 -3
- package/es/icon/icon-user/icon-user.vue.d.ts +59 -0
- package/es/icon/icon-user/index.d.ts +3 -3
- package/es/icon/icon-user-add/icon-user-add.vue.d.ts +59 -0
- package/es/icon/icon-user-add/index.d.ts +3 -3
- package/es/icon/icon-user-group/icon-user-group.vue.d.ts +59 -0
- package/es/icon/icon-user-group/index.d.ts +3 -3
- package/es/icon/icon-video-camera/icon-video-camera.vue.d.ts +59 -0
- package/es/icon/icon-video-camera/index.d.ts +3 -3
- package/es/icon/icon-voice/icon-voice.vue.d.ts +59 -0
- package/es/icon/icon-voice/index.d.ts +3 -3
- package/es/icon/icon-wechat/icon-wechat.vue.d.ts +59 -0
- package/es/icon/icon-wechat/index.d.ts +3 -3
- package/es/icon/icon-wechatpay/icon-wechatpay.vue.d.ts +59 -0
- package/es/icon/icon-wechatpay/index.d.ts +3 -3
- package/es/icon/icon-weibo/icon-weibo.vue.d.ts +59 -0
- package/es/icon/icon-weibo/index.d.ts +3 -3
- package/es/icon/icon-weibo-circle-fill/icon-weibo-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-weibo-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-wifi/icon-wifi.vue.d.ts +59 -0
- package/es/icon/icon-wifi/index.d.ts +3 -3
- package/es/icon/icon-woman/icon-woman.vue.d.ts +59 -0
- package/es/icon/icon-woman/index.d.ts +3 -3
- package/es/icon/icon-xigua-color/icon-xigua-color.vue.d.ts +59 -0
- package/es/icon/icon-xigua-color/index.d.ts +3 -3
- package/es/icon/icon-zoom-in/icon-zoom-in.vue.d.ts +59 -0
- package/es/icon/icon-zoom-in/index.d.ts +3 -3
- package/es/icon/icon-zoom-out/icon-zoom-out.vue.d.ts +59 -0
- package/es/icon/icon-zoom-out/index.d.ts +3 -3
- package/es/icon-component/icon.vue.d.ts +21 -0
- package/es/icon-component/index.d.ts +1 -1
- package/es/image/image-footer.vue.d.ts +19 -0
- package/es/image/image.vue.d.ts +2444 -0
- package/es/image/index.d.ts +17 -0
- package/es/image/preview-action.d.ts +63 -63
- package/es/image/preview-arrow.vue.d.ts +256 -0
- package/es/image/preview-group.vue.d.ts +2153 -0
- package/es/image/preview-toolbar.vue.d.ts +1382 -0
- package/es/image/preview.vue.d.ts +2043 -0
- package/es/index.js +2 -2
- package/es/input/index.d.ts +263 -29
- package/es/input/input-group.vue.d.ts +5 -0
- package/es/input/input-password.vue.d.ts +449 -0
- package/es/input/input-search.d.ts +1 -1
- package/es/input/input.d.ts +6 -6
- package/es/input/input.js +6 -6
- package/es/input-number/index.d.ts +18 -18
- package/es/input-number/input-number.d.ts +6 -6
- package/es/input-number/input-number.js +7 -7
- package/es/input-tag/index.d.ts +36 -36
- package/es/input-tag/input-tag.d.ts +12 -12
- package/es/input-tag/input-tag.js +7 -7
- package/es/layout/content.vue.d.ts +5 -0
- package/es/layout/footer.vue.d.ts +5 -0
- package/es/layout/header.vue.d.ts +5 -0
- package/es/layout/index.d.ts +743 -41
- package/es/layout/layout.vue.d.ts +17 -0
- package/es/layout/sider.vue.d.ts +1046 -0
- package/es/link/index.d.ts +476 -8
- package/es/link/link.vue.d.ts +285 -0
- package/es/list/index.d.ts +10 -10
- package/es/list/list-item-meta.vue.d.ts +12 -0
- package/es/list/list.d.ts +3 -3
- package/es/mention/index.d.ts +9 -9
- package/es/mention/mention.d.ts +3 -3
- package/es/mention/mention.js +6 -6
- package/es/menu/base-menu.vue.d.ts +444 -0
- package/es/menu/indent.vue.d.ts +18 -0
- package/es/menu/index.d.ts +18 -0
- package/es/menu/index.js +3 -3
- package/es/menu/item-group.vue.d.ts +32 -0
- package/es/menu/item.d.ts +1 -1
- package/es/menu/menu.d.ts +244 -10
- package/es/menu/overflow-wrap.js +2 -2
- package/es/menu/sub-menu-inline.vue.d.ts +52 -0
- package/es/menu/sub-menu-pop.vue.d.ts +1096 -0
- package/es/menu/sub-menu.d.ts +3 -0
- package/es/menu/sub-menu.js +2 -2
- package/es/message/message-list.d.ts +1 -1
- package/es/message/message.vue.d.ts +808 -0
- package/es/modal/index.d.ts +2043 -405
- package/es/modal/modal.vue.d.ts +1369 -0
- package/es/modal/modal.vue_vue_type_script_lang.js +6 -6
- package/es/notification/notification.vue.d.ts +679 -0
- package/es/overflow-list/index.d.ts +3 -3
- package/es/overflow-list/overflow-list.d.ts +1 -1
- package/es/page-header/index.d.ts +237 -3
- package/es/page-header/page-header.vue.d.ts +176 -0
- package/es/pagination/index.d.ts +6 -6
- package/es/pagination/page-item-ellipsis.vue.d.ts +156 -0
- package/es/pagination/page-item-step.vue.d.ts +294 -0
- package/es/pagination/page-item.vue.d.ts +49 -0
- package/es/pagination/page-jumper.vue.d.ts +342 -0
- package/es/pagination/page-options.vue.d.ts +2333 -0
- package/es/pagination/pagination.d.ts +2 -2
- package/es/pagination/pagination.js +2 -2
- package/es/popconfirm/index.d.ts +1565 -161
- package/es/popconfirm/popconfirm.vue.d.ts +1608 -0
- package/es/popconfirm/popconfirm.vue_vue_type_script_lang.js +3 -3
- package/es/popover/index.d.ts +67 -67
- package/es/popover/popover.vue.d.ts +654 -0
- package/es/popover/popover.vue_vue_type_script_lang.js +1 -1
- package/es/progress/circle.vue.d.ts +330 -0
- package/es/progress/index.d.ts +970 -34
- package/es/progress/line.vue.d.ts +220 -0
- package/es/progress/progress.vue.d.ts +827 -0
- package/es/progress/steps.vue.d.ts +189 -0
- package/es/radio/index.d.ts +5 -5
- package/es/radio/radio-group.d.ts +2 -2
- package/es/radio/radio-group.js +1 -1
- package/es/radio/radio.d.ts +1 -1
- package/es/radio/radio.js +1 -1
- package/es/rate/index.d.ts +9 -9
- package/es/rate/rate.d.ts +3 -3
- package/es/rate/rate.js +3 -3
- package/es/resize-box/index.d.ts +500 -32
- package/es/resize-box/resize-box.vue.d.ts +345 -0
- package/es/resize-box/resize-box.vue_vue_type_script_lang.js +3 -3
- package/es/result/index.d.ts +951 -15
- package/es/result/result.vue.d.ts +502 -0
- package/es/scrollbar/index.d.ts +9 -9
- package/es/scrollbar/scrollbar.vue.d.ts +144 -0
- package/es/scrollbar/thumb.vue.d.ts +58 -0
- package/es/sd-vue.d.ts +13 -0
- package/es/sd-vue.js +2 -2
- package/es/select/index.d.ts +147 -147
- package/es/select/optgroup.vue.d.ts +13 -0
- package/es/select/option.vue.d.ts +299 -0
- package/es/select/select-dropdown.vue.d.ts +493 -0
- package/es/select/select.d.ts +68 -68
- package/es/select/select.js +15 -15
- package/es/skeleton/index.d.ts +4 -4
- package/es/skeleton/line.vue.d.ts +46 -0
- package/es/skeleton/shape.vue.d.ts +28 -0
- package/es/skeleton/skeleton.vue.d.ts +29 -0
- package/es/slider/index.d.ts +171 -171
- package/es/slider/slider-button.vue.d.ts +1393 -0
- package/es/slider/slider-dots.vue.d.ts +52 -0
- package/es/slider/slider-input.vue.d.ts +330 -0
- package/es/slider/slider-marks.vue.d.ts +50 -0
- package/es/slider/slider-ticks.vue.d.ts +56 -0
- package/es/slider/slider.vue.d.ts +2013 -0
- package/es/slider/slider.vue_vue_type_script_lang.js +1 -1
- package/es/space/index.d.ts +3 -3
- package/es/space/space.d.ts +1 -1
- package/es/split/index.d.ts +473 -5
- package/es/split/split.vue.d.ts +320 -0
- package/es/split/split.vue_vue_type_script_lang.js +3 -3
- package/es/statistic/countdown.vue.d.ts +58 -0
- package/es/statistic/countdown.vue_vue_type_script_lang.js +5 -5
- package/es/statistic/index.d.ts +6 -6
- package/es/statistic/statistic.vue.d.ts +108 -0
- package/es/statistic/statistic.vue_vue_type_script_lang.js +2 -2
- package/es/steps/index.d.ts +241 -7
- package/es/steps/step.vue.d.ts +276 -0
- package/es/steps/steps.vue.d.ts +100 -0
- package/es/steps/steps.vue_vue_type_script_lang.js +1 -1
- package/es/style/color/get-rgb-str.d.ts +1 -0
- package/es/style/color/palette-dark.d.ts +1 -0
- package/es/style/color/palette.d.ts +1 -0
- package/es/switch/index.d.ts +246 -12
- package/es/switch/switch.vue.d.ts +253 -0
- package/es/switch/switch.vue_vue_type_script_lang.js +3 -3
- package/es/table/hooks/use-expand.d.ts +2 -2
- package/es/table/hooks/use-row-selection.d.ts +3 -3
- package/es/table/index.d.ts +38 -38
- package/es/table/table-col-group.vue.d.ts +39 -0
- package/es/table/table-column.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +249 -15
- package/es/table/table-td.d.ts +3 -3
- package/es/table/table-th.d.ts +2 -2
- package/es/table/table-tr.d.ts +1 -1
- package/es/table/table.d.ts +12 -12
- package/es/table/table.js +20 -20
- package/es/tabs/index.d.ts +23 -23
- package/es/tabs/tab-pane.vue.d.ts +40 -0
- package/es/tabs/tabs-nav-ink.vue.d.ts +33 -0
- package/es/tabs/tabs-tab.vue.d.ts +189 -0
- package/es/tabs/tabs.d.ts +7 -7
- package/es/tabs/tabs.js +4 -4
- package/es/tag/index.d.ts +482 -14
- package/es/tag/tag.vue.d.ts +388 -0
- package/es/tag/tag.vue_vue_type_script_lang.js +2 -2
- package/es/textarea/index.d.ts +252 -18
- package/es/textarea/textarea.vue.d.ts +307 -0
- package/es/textarea/textarea.vue_vue_type_script_lang.js +5 -5
- package/es/time-picker/index.d.ts +3836 -326
- package/es/time-picker/panel.vue.d.ts +730 -0
- package/es/time-picker/range-panel.d.ts +246 -12
- package/es/time-picker/time-column.vue.d.ts +44 -0
- package/es/time-picker/time-picker.vue.d.ts +3865 -0
- package/es/time-picker/time-picker.vue_vue_type_script_lang.js +3 -3
- package/es/timeline/index.d.ts +4 -4
- package/es/timeline/item.vue.d.ts +64 -0
- package/es/timeline/timeline.d.ts +1 -1
- package/es/tooltip/index.d.ts +64 -64
- package/es/tooltip/tooltip.vue.d.ts +669 -0
- package/es/tooltip/tooltip.vue_vue_type_script_lang.js +1 -1
- package/es/transfer/index.d.ts +1263 -93
- package/es/transfer/transfer-list-item.d.ts +1 -1
- package/es/transfer/transfer-view.vue.d.ts +1150 -0
- package/es/transfer/transfer.vue.d.ts +1967 -0
- package/es/transfer/transfer.vue_vue_type_script_lang.js +3 -3
- package/es/tree/base-node.vue.d.ts +718 -0
- package/es/tree/expand-transition.vue.d.ts +15 -0
- package/es/tree/hooks/use-tree-data.d.ts +4 -4
- package/es/tree/index.d.ts +167 -167
- package/es/tree/node-switcher.vue.d.ts +192 -0
- package/es/tree/transition-node-list.vue.d.ts +750 -0
- package/es/tree/tree.vue.d.ts +711 -0
- package/es/tree/tree.vue_vue_type_script_lang.js +8 -8
- package/es/tree-select/index.d.ts +458 -458
- package/es/tree-select/panel.d.ts +297 -297
- package/es/tree-select/tree-select.vue.d.ts +2796 -0
- package/es/tree-select/tree-select.vue_vue_type_script_lang.js +4 -4
- package/es/trigger/index.d.ts +36 -36
- package/es/trigger/trigger.d.ts +13 -13
- package/es/trigger/trigger.js +4 -4
- package/es/typography/base.d.ts +4 -4
- package/es/typography/base.js +8 -8
- package/es/typography/edit-content.vue.d.ts +2344 -0
- package/es/typography/index.d.ts +3 -3
- package/es/typography/operations.vue.d.ts +1717 -0
- package/es/typography/paragraph.d.ts +1 -1
- package/es/typography/title.d.ts +1 -1
- package/es/typography/typography.vue.d.ts +5 -0
- package/es/upload/index.d.ts +18 -18
- package/es/upload/upload-button.d.ts +1 -1
- package/es/upload/upload.d.ts +6 -6
- package/es/upload/upload.js +6 -6
- package/es/verification-code/index.d.ts +9 -9
- package/es/verification-code/verification-code.d.ts +3 -3
- package/es/verification-code/verification-code.js +3 -3
- package/es/watermark/index.d.ts +6 -6
- package/es/watermark/watermark.d.ts +2 -2
- package/json/vetur-attributes.json +1623 -1623
- package/json/vetur-tags.json +563 -563
- package/json/web-types.json +4775 -4775
- package/lib/auto-complete/auto-complete.js +8 -8
- package/lib/calendar/calendar.js +2 -2
- package/lib/carousel/carousel.js +1 -1
- package/lib/cascader/cascader-panel.vue_vue_type_script_lang.js +1 -1
- package/lib/cascader/cascader.vue_vue_type_script_lang.js +7 -7
- package/lib/checkbox/checkbox-group.js +1 -1
- package/lib/checkbox/checkbox.js +1 -1
- package/lib/collapse/collapse.vue_vue_type_script_lang.js +1 -1
- package/lib/color-picker/color-picker.js +1 -1
- package/lib/date-picker/picker.vue_vue_type_script_lang.js +4 -4
- package/lib/date-picker/range-picker.vue_vue_type_script_lang.js +4 -4
- package/lib/drawer/drawer.vue_vue_type_script_lang.js +6 -6
- package/lib/dropdown/dropdown-button.vue_vue_type_script_lang.js +3 -3
- package/lib/dropdown/dropdown-submenu.vue_vue_type_script_lang.js +1 -1
- package/lib/dropdown/dropdown.vue_vue_type_script_lang.js +2 -2
- package/lib/grid/grid.vue_vue_type_script_lang.js +1 -1
- package/lib/input/input.js +6 -6
- package/lib/input-number/input-number.js +7 -7
- package/lib/input-tag/input-tag.js +7 -7
- package/lib/mention/mention.js +6 -6
- package/lib/menu/sub-menu.js +2 -2
- package/lib/modal/modal.vue_vue_type_script_lang.js +6 -6
- package/lib/pagination/pagination.js +2 -2
- package/lib/popconfirm/popconfirm.vue_vue_type_script_lang.js +3 -3
- package/lib/popover/popover.vue_vue_type_script_lang.js +1 -1
- package/lib/radio/radio-group.js +1 -1
- package/lib/radio/radio.js +1 -1
- package/lib/rate/rate.js +3 -3
- package/lib/resize-box/resize-box.vue_vue_type_script_lang.js +3 -3
- package/lib/select/select.js +15 -15
- package/lib/slider/slider.vue_vue_type_script_lang.js +1 -1
- package/lib/split/split.vue_vue_type_script_lang.js +3 -3
- package/lib/steps/steps.vue_vue_type_script_lang.js +1 -1
- package/lib/switch/switch.vue_vue_type_script_lang.js +3 -3
- package/lib/table/table.js +20 -20
- package/lib/tabs/tabs.js +4 -4
- package/lib/tag/tag.vue_vue_type_script_lang.js +2 -2
- package/lib/textarea/textarea.vue_vue_type_script_lang.js +5 -5
- package/lib/time-picker/time-picker.vue_vue_type_script_lang.js +3 -3
- package/lib/tooltip/tooltip.vue_vue_type_script_lang.js +1 -1
- package/lib/transfer/transfer.vue_vue_type_script_lang.js +3 -3
- package/lib/tree/tree.vue_vue_type_script_lang.js +8 -8
- package/lib/tree-select/tree-select.vue_vue_type_script_lang.js +4 -4
- package/lib/trigger/trigger.js +4 -4
- package/lib/typography/base.js +8 -8
- package/lib/upload/upload.js +6 -6
- package/lib/verification-code/verification-code.js +3 -3
- package/package.json +28 -23
- package/dist/sd-vue-icon.js +0 -26855
- package/dist/sd-vue-icon.js.map +0 -1
- package/dist/sd-vue-icon.min.js +0 -21375
- package/dist/sd-vue-icon.min.js.map +0 -1
- package/dist/sd-vue.js +0 -44209
- package/dist/sd-vue.js.map +0 -1
- package/dist/sd-vue.min.js +0 -33820
- package/dist/sd-vue.min.js.map +0 -1
- package/es/_components/feedback-icon.d.ts +0 -17
- package/es/_components/icon-hover.d.ts +0 -33
- package/es/_components/picker/input-range.d.ts +0 -167
- package/es/_components/picker/input.d.ts +0 -143
- package/es/_components/resize-trigger.d.ts +0 -39
- package/es/_components/transition/expand-transition.d.ts +0 -9
- package/es/_components/virtual-list/filler.d.ts +0 -34
- package/es/_components/virtual-list/virtual-list.d.ts +0 -132
- package/es/_components/virtual-list-v2/virtual-list.d.ts +0 -150
- package/es/affix/affix.d.ts +0 -57
- package/es/alert/alert.d.ts +0 -104
- package/es/anchor/anchor-link.d.ts +0 -16
- package/es/anchor/anchor.d.ts +0 -65
- package/es/avatar/avatar.d.ts +0 -89
- package/es/back-top/back-top.d.ts +0 -45
- package/es/button/button-group.d.ts +0 -41
- package/es/button/button.d.ts +0 -90
- package/es/card/card-grid.d.ts +0 -18
- package/es/carousel/carousel-arrow.d.ts +0 -38
- package/es/carousel/carousel-indicator.d.ts +0 -68
- package/es/carousel/carousel-item.d.ts +0 -13
- package/es/cascader/cascader-panel.d.ts +0 -248
- package/es/cascader/cascader.d.ts +0 -1170
- package/es/collapse/collapse.d.ts +0 -82
- package/es/comment/comment.d.ts +0 -47
- package/es/config-provider/config-provider.d.ts +0 -74
- package/es/date-picker/panels/body.d.ts +0 -89
- package/es/date-picker/panels/date/index.d.ts +0 -866
- package/es/date-picker/panels/footer.d.ts +0 -355
- package/es/date-picker/panels/header.d.ts +0 -105
- package/es/date-picker/panels/month/index.d.ts +0 -272
- package/es/date-picker/panels/quarter/index.d.ts +0 -260
- package/es/date-picker/panels/shortcuts.d.ts +0 -246
- package/es/date-picker/panels/week/index.d.ts +0 -883
- package/es/date-picker/panels/week-list.d.ts +0 -23
- package/es/date-picker/panels/year/index.d.ts +0 -258
- package/es/date-picker/picker-panel.d.ts +0 -3332
- package/es/date-picker/picker.d.ts +0 -4390
- package/es/date-picker/range-picker-panel.d.ts +0 -3365
- package/es/date-picker/range-picker.d.ts +0 -4555
- package/es/descriptions/descriptions-item.d.ts +0 -18
- package/es/drawer/drawer.d.ts +0 -470
- package/es/dropdown/dropdown-button.d.ts +0 -1389
- package/es/dropdown/dropdown-group.d.ts +0 -8
- package/es/dropdown/dropdown-option.d.ts +0 -37
- package/es/dropdown/dropdown-panel.d.ts +0 -408
- package/es/dropdown/dropdown-submenu.d.ts +0 -1077
- package/es/dropdown/dropdown.d.ts +0 -1047
- package/es/form/form-item-label.d.ts +0 -1382
- package/es/form/form-item-message.d.ts +0 -19
- package/es/form/form-item.d.ts +0 -1747
- package/es/form/form.d.ts +0 -157
- package/es/grid/grid-col.d.ts +0 -106
- package/es/grid/grid-item.d.ts +0 -49
- package/es/grid/grid-row.d.ts +0 -60
- package/es/grid/grid.d.ts +0 -58
- package/es/icon/icon-align-center/icon-align-center.d.ts +0 -58
- package/es/icon/icon-align-left/icon-align-left.d.ts +0 -58
- package/es/icon/icon-align-right/icon-align-right.d.ts +0 -58
- package/es/icon/icon-alipay-circle/icon-alipay-circle.d.ts +0 -58
- package/es/icon/icon-apps/icon-apps.d.ts +0 -58
- package/es/icon/icon-archive/icon-archive.d.ts +0 -58
- package/es/icon/icon-arrow-down/icon-arrow-down.d.ts +0 -58
- package/es/icon/icon-arrow-fall/icon-arrow-fall.d.ts +0 -58
- package/es/icon/icon-arrow-left/icon-arrow-left.d.ts +0 -58
- package/es/icon/icon-arrow-right/icon-arrow-right.d.ts +0 -58
- package/es/icon/icon-arrow-rise/icon-arrow-rise.d.ts +0 -58
- package/es/icon/icon-arrow-up/icon-arrow-up.d.ts +0 -58
- package/es/icon/icon-at/icon-at.d.ts +0 -58
- package/es/icon/icon-attachment/icon-attachment.d.ts +0 -58
- package/es/icon/icon-backward/icon-backward.d.ts +0 -58
- package/es/icon/icon-bar-chart/icon-bar-chart.d.ts +0 -58
- package/es/icon/icon-bg-colors/icon-bg-colors.d.ts +0 -58
- package/es/icon/icon-bold/icon-bold.d.ts +0 -58
- package/es/icon/icon-book/icon-book.d.ts +0 -58
- package/es/icon/icon-bookmark/icon-bookmark.d.ts +0 -58
- package/es/icon/icon-branch/icon-branch.d.ts +0 -58
- package/es/icon/icon-brush/icon-brush.d.ts +0 -58
- package/es/icon/icon-bug/icon-bug.d.ts +0 -58
- package/es/icon/icon-bulb/icon-bulb.d.ts +0 -58
- package/es/icon/icon-bytedance-color/icon-bytedance-color.d.ts +0 -58
- package/es/icon/icon-calendar/icon-calendar.d.ts +0 -58
- package/es/icon/icon-calendar-clock/icon-calendar-clock.d.ts +0 -58
- package/es/icon/icon-camera/icon-camera.d.ts +0 -58
- package/es/icon/icon-caret-down/icon-caret-down.d.ts +0 -58
- package/es/icon/icon-caret-left/icon-caret-left.d.ts +0 -58
- package/es/icon/icon-caret-right/icon-caret-right.d.ts +0 -58
- package/es/icon/icon-caret-up/icon-caret-up.d.ts +0 -58
- package/es/icon/icon-check/icon-check.d.ts +0 -58
- package/es/icon/icon-check-circle/icon-check-circle.d.ts +0 -58
- package/es/icon/icon-check-circle-fill/icon-check-circle-fill.d.ts +0 -58
- package/es/icon/icon-check-square/icon-check-square.d.ts +0 -58
- package/es/icon/icon-chinese-fill/icon-chinese-fill.d.ts +0 -58
- package/es/icon/icon-clock-circle/icon-clock-circle.d.ts +0 -58
- package/es/icon/icon-close/icon-close.d.ts +0 -58
- package/es/icon/icon-close-circle/icon-close-circle.d.ts +0 -58
- package/es/icon/icon-close-circle-fill/icon-close-circle-fill.d.ts +0 -58
- package/es/icon/icon-cloud/icon-cloud.d.ts +0 -58
- package/es/icon/icon-cloud-download/icon-cloud-download.d.ts +0 -58
- package/es/icon/icon-code/icon-code.d.ts +0 -58
- package/es/icon/icon-code-block/icon-code-block.d.ts +0 -58
- package/es/icon/icon-code-sandbox/icon-code-sandbox.d.ts +0 -58
- package/es/icon/icon-code-square/icon-code-square.d.ts +0 -58
- package/es/icon/icon-codepen/icon-codepen.d.ts +0 -58
- package/es/icon/icon-command/icon-command.d.ts +0 -58
- package/es/icon/icon-common/icon-common.d.ts +0 -58
- package/es/icon/icon-compass/icon-compass.d.ts +0 -58
- package/es/icon/icon-computer/icon-computer.d.ts +0 -58
- package/es/icon/icon-copy/icon-copy.d.ts +0 -58
- package/es/icon/icon-copyright/icon-copyright.d.ts +0 -58
- package/es/icon/icon-customer-service/icon-customer-service.d.ts +0 -58
- package/es/icon/icon-dashboard/icon-dashboard.d.ts +0 -58
- package/es/icon/icon-delete/icon-delete.d.ts +0 -58
- package/es/icon/icon-desktop/icon-desktop.d.ts +0 -58
- package/es/icon/icon-dice/icon-dice.d.ts +0 -58
- package/es/icon/icon-double-down/icon-double-down.d.ts +0 -58
- package/es/icon/icon-double-left/icon-double-left.d.ts +0 -58
- package/es/icon/icon-double-right/icon-double-right.d.ts +0 -58
- package/es/icon/icon-double-up/icon-double-up.d.ts +0 -58
- package/es/icon/icon-down/icon-down.d.ts +0 -58
- package/es/icon/icon-down-circle/icon-down-circle.d.ts +0 -58
- package/es/icon/icon-download/icon-download.d.ts +0 -58
- package/es/icon/icon-drag-arrow/icon-drag-arrow.d.ts +0 -58
- package/es/icon/icon-drag-dot/icon-drag-dot.d.ts +0 -58
- package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.d.ts +0 -58
- package/es/icon/icon-drive-file/icon-drive-file.d.ts +0 -58
- package/es/icon/icon-ear/icon-ear.d.ts +0 -58
- package/es/icon/icon-edit/icon-edit.d.ts +0 -58
- package/es/icon/icon-email/icon-email.d.ts +0 -58
- package/es/icon/icon-empty/icon-empty.d.ts +0 -58
- package/es/icon/icon-english-fill/icon-english-fill.d.ts +0 -58
- package/es/icon/icon-eraser/icon-eraser.d.ts +0 -58
- package/es/icon/icon-exclamation/icon-exclamation.d.ts +0 -58
- package/es/icon/icon-exclamation-circle/icon-exclamation-circle.d.ts +0 -58
- package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.d.ts +0 -58
- package/es/icon/icon-exclamation-polygon-fill/icon-exclamation-polygon-fill.d.ts +0 -58
- package/es/icon/icon-expand/icon-expand.d.ts +0 -58
- package/es/icon/icon-experiment/icon-experiment.d.ts +0 -58
- package/es/icon/icon-export/icon-export.d.ts +0 -58
- package/es/icon/icon-eye/icon-eye.d.ts +0 -58
- package/es/icon/icon-eye-invisible/icon-eye-invisible.d.ts +0 -58
- package/es/icon/icon-face-frown-fill/icon-face-frown-fill.d.ts +0 -58
- package/es/icon/icon-face-meh-fill/icon-face-meh-fill.d.ts +0 -58
- package/es/icon/icon-face-smile-fill/icon-face-smile-fill.d.ts +0 -58
- package/es/icon/icon-faceBook-circle-fill/icon-faceBook-circle-fill.d.ts +0 -58
- package/es/icon/icon-facebook/icon-facebook.d.ts +0 -58
- package/es/icon/icon-facebook-square-fill/icon-facebook-square-fill.d.ts +0 -58
- package/es/icon/icon-file/icon-file.d.ts +0 -58
- package/es/icon/icon-file-audio/icon-file-audio.d.ts +0 -58
- package/es/icon/icon-file-image/icon-file-image.d.ts +0 -58
- package/es/icon/icon-file-pdf/icon-file-pdf.d.ts +0 -58
- package/es/icon/icon-file-video/icon-file-video.d.ts +0 -58
- package/es/icon/icon-filter/icon-filter.d.ts +0 -58
- package/es/icon/icon-find-replace/icon-find-replace.d.ts +0 -58
- package/es/icon/icon-fire/icon-fire.d.ts +0 -58
- package/es/icon/icon-folder/icon-folder.d.ts +0 -58
- package/es/icon/icon-folder-add/icon-folder-add.d.ts +0 -58
- package/es/icon/icon-folder-delete/icon-folder-delete.d.ts +0 -58
- package/es/icon/icon-font-colors/icon-font-colors.d.ts +0 -58
- package/es/icon/icon-formula/icon-formula.d.ts +0 -58
- package/es/icon/icon-forward/icon-forward.d.ts +0 -58
- package/es/icon/icon-fullscreen/icon-fullscreen.d.ts +0 -58
- package/es/icon/icon-fullscreen-exit/icon-fullscreen-exit.d.ts +0 -58
- package/es/icon/icon-gift/icon-gift.d.ts +0 -58
- package/es/icon/icon-github/icon-github.d.ts +0 -58
- package/es/icon/icon-gitlab/icon-gitlab.d.ts +0 -58
- package/es/icon/icon-google/icon-google.d.ts +0 -58
- package/es/icon/icon-google-circle-fill/icon-google-circle-fill.d.ts +0 -58
- package/es/icon/icon-h1/icon-h1.d.ts +0 -58
- package/es/icon/icon-h2/icon-h2.d.ts +0 -58
- package/es/icon/icon-h3/icon-h3.d.ts +0 -58
- package/es/icon/icon-h4/icon-h4.d.ts +0 -58
- package/es/icon/icon-h5/icon-h5.d.ts +0 -58
- package/es/icon/icon-h6/icon-h6.d.ts +0 -58
- package/es/icon/icon-h7/icon-h7.d.ts +0 -58
- package/es/icon/icon-heart/icon-heart.d.ts +0 -58
- package/es/icon/icon-heart-fill/icon-heart-fill.d.ts +0 -58
- package/es/icon/icon-highlight/icon-highlight.d.ts +0 -58
- package/es/icon/icon-history/icon-history.d.ts +0 -58
- package/es/icon/icon-home/icon-home.d.ts +0 -58
- package/es/icon/icon-idcard/icon-idcard.d.ts +0 -58
- package/es/icon/icon-image/icon-image.d.ts +0 -58
- package/es/icon/icon-image-close/icon-image-close.d.ts +0 -58
- package/es/icon/icon-import/icon-import.d.ts +0 -58
- package/es/icon/icon-info/icon-info.d.ts +0 -58
- package/es/icon/icon-info-circle/icon-info-circle.d.ts +0 -58
- package/es/icon/icon-info-circle-fill/icon-info-circle-fill.d.ts +0 -58
- package/es/icon/icon-interaction/icon-interaction.d.ts +0 -58
- package/es/icon/icon-italic/icon-italic.d.ts +0 -58
- package/es/icon/icon-language/icon-language.d.ts +0 -58
- package/es/icon/icon-lark-color/icon-lark-color.d.ts +0 -58
- package/es/icon/icon-launch/icon-launch.d.ts +0 -58
- package/es/icon/icon-layers/icon-layers.d.ts +0 -58
- package/es/icon/icon-layout/icon-layout.d.ts +0 -58
- package/es/icon/icon-left/icon-left.d.ts +0 -58
- package/es/icon/icon-left-circle/icon-left-circle.d.ts +0 -58
- package/es/icon/icon-line-height/icon-line-height.d.ts +0 -58
- package/es/icon/icon-link/icon-link.d.ts +0 -58
- package/es/icon/icon-list/icon-list.d.ts +0 -58
- package/es/icon/icon-live-broadcast/icon-live-broadcast.d.ts +0 -58
- package/es/icon/icon-loading/icon-loading.d.ts +0 -58
- package/es/icon/icon-location/icon-location.d.ts +0 -58
- package/es/icon/icon-lock/icon-lock.d.ts +0 -58
- package/es/icon/icon-loop/icon-loop.d.ts +0 -58
- package/es/icon/icon-man/icon-man.d.ts +0 -58
- package/es/icon/icon-menu/icon-menu.d.ts +0 -58
- package/es/icon/icon-menu-fold/icon-menu-fold.d.ts +0 -58
- package/es/icon/icon-menu-unfold/icon-menu-unfold.d.ts +0 -58
- package/es/icon/icon-message/icon-message.d.ts +0 -58
- package/es/icon/icon-message-banned/icon-message-banned.d.ts +0 -58
- package/es/icon/icon-mind-mapping/icon-mind-mapping.d.ts +0 -58
- package/es/icon/icon-minus/icon-minus.d.ts +0 -58
- package/es/icon/icon-minus-circle/icon-minus-circle.d.ts +0 -58
- package/es/icon/icon-minus-circle-fill/icon-minus-circle-fill.d.ts +0 -58
- package/es/icon/icon-mobile/icon-mobile.d.ts +0 -58
- package/es/icon/icon-moon/icon-moon.d.ts +0 -58
- package/es/icon/icon-moon-fill/icon-moon-fill.d.ts +0 -58
- package/es/icon/icon-more/icon-more.d.ts +0 -58
- package/es/icon/icon-more-vertical/icon-more-vertical.d.ts +0 -58
- package/es/icon/icon-mosaic/icon-mosaic.d.ts +0 -58
- package/es/icon/icon-music/icon-music.d.ts +0 -58
- package/es/icon/icon-mute/icon-mute.d.ts +0 -58
- package/es/icon/icon-mute-fill/icon-mute-fill.d.ts +0 -58
- package/es/icon/icon-nav/icon-nav.d.ts +0 -58
- package/es/icon/icon-notification/icon-notification.d.ts +0 -58
- package/es/icon/icon-notification-close/icon-notification-close.d.ts +0 -58
- package/es/icon/icon-oblique-line/icon-oblique-line.d.ts +0 -58
- package/es/icon/icon-ordered-list/icon-ordered-list.d.ts +0 -58
- package/es/icon/icon-original-size/icon-original-size.d.ts +0 -58
- package/es/icon/icon-palette/icon-palette.d.ts +0 -58
- package/es/icon/icon-paste/icon-paste.d.ts +0 -58
- package/es/icon/icon-pause/icon-pause.d.ts +0 -58
- package/es/icon/icon-pause-circle/icon-pause-circle.d.ts +0 -58
- package/es/icon/icon-pause-circle-fill/icon-pause-circle-fill.d.ts +0 -58
- package/es/icon/icon-pen/icon-pen.d.ts +0 -58
- package/es/icon/icon-pen-fill/icon-pen-fill.d.ts +0 -58
- package/es/icon/icon-phone/icon-phone.d.ts +0 -58
- package/es/icon/icon-play-arrow/icon-play-arrow.d.ts +0 -58
- package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.d.ts +0 -58
- package/es/icon/icon-play-circle/icon-play-circle.d.ts +0 -58
- package/es/icon/icon-play-circle-fill/icon-play-circle-fill.d.ts +0 -58
- package/es/icon/icon-plus/icon-plus.d.ts +0 -58
- package/es/icon/icon-plus-circle/icon-plus-circle.d.ts +0 -58
- package/es/icon/icon-plus-circle-fill/icon-plus-circle-fill.d.ts +0 -58
- package/es/icon/icon-poweroff/icon-poweroff.d.ts +0 -58
- package/es/icon/icon-printer/icon-printer.d.ts +0 -58
- package/es/icon/icon-public/icon-public.d.ts +0 -58
- package/es/icon/icon-pushpin/icon-pushpin.d.ts +0 -58
- package/es/icon/icon-qq/icon-qq.d.ts +0 -58
- package/es/icon/icon-qq-circle-fill/icon-qq-circle-fill.d.ts +0 -58
- package/es/icon/icon-qq-zone/icon-qq-zone.d.ts +0 -58
- package/es/icon/icon-qrcode/icon-qrcode.d.ts +0 -58
- package/es/icon/icon-question/icon-question.d.ts +0 -58
- package/es/icon/icon-question-circle/icon-question-circle.d.ts +0 -58
- package/es/icon/icon-question-circle-fill/icon-question-circle-fill.d.ts +0 -58
- package/es/icon/icon-quote/icon-quote.d.ts +0 -58
- package/es/icon/icon-record/icon-record.d.ts +0 -58
- package/es/icon/icon-record-stop/icon-record-stop.d.ts +0 -58
- package/es/icon/icon-redo/icon-redo.d.ts +0 -58
- package/es/icon/icon-refresh/icon-refresh.d.ts +0 -58
- package/es/icon/icon-relation/icon-relation.d.ts +0 -58
- package/es/icon/icon-reply/icon-reply.d.ts +0 -58
- package/es/icon/icon-right/icon-right.d.ts +0 -58
- package/es/icon/icon-right-circle/icon-right-circle.d.ts +0 -58
- package/es/icon/icon-robot/icon-robot.d.ts +0 -58
- package/es/icon/icon-robot-add/icon-robot-add.d.ts +0 -58
- package/es/icon/icon-rotate-left/icon-rotate-left.d.ts +0 -58
- package/es/icon/icon-rotate-right/icon-rotate-right.d.ts +0 -58
- package/es/icon/icon-safe/icon-safe.d.ts +0 -58
- package/es/icon/icon-save/icon-save.d.ts +0 -58
- package/es/icon/icon-scan/icon-scan.d.ts +0 -58
- package/es/icon/icon-schedule/icon-schedule.d.ts +0 -58
- package/es/icon/icon-scissor/icon-scissor.d.ts +0 -58
- package/es/icon/icon-search/icon-search.d.ts +0 -58
- package/es/icon/icon-select-all/icon-select-all.d.ts +0 -58
- package/es/icon/icon-send/icon-send.d.ts +0 -58
- package/es/icon/icon-settings/icon-settings.d.ts +0 -58
- package/es/icon/icon-shake/icon-shake.d.ts +0 -58
- package/es/icon/icon-share-alt/icon-share-alt.d.ts +0 -58
- package/es/icon/icon-share-external/icon-share-external.d.ts +0 -58
- package/es/icon/icon-share-internal/icon-share-internal.d.ts +0 -58
- package/es/icon/icon-shrink/icon-shrink.d.ts +0 -58
- package/es/icon/icon-skin/icon-skin.d.ts +0 -58
- package/es/icon/icon-skip-next/icon-skip-next.d.ts +0 -58
- package/es/icon/icon-skip-next-fill/icon-skip-next-fill.d.ts +0 -58
- package/es/icon/icon-skip-previous/icon-skip-previous.d.ts +0 -58
- package/es/icon/icon-skip-previous-fill/icon-skip-previous-fill.d.ts +0 -58
- package/es/icon/icon-sort/icon-sort.d.ts +0 -58
- package/es/icon/icon-sort-ascending/icon-sort-ascending.d.ts +0 -58
- package/es/icon/icon-sort-descending/icon-sort-descending.d.ts +0 -58
- package/es/icon/icon-sound/icon-sound.d.ts +0 -58
- package/es/icon/icon-sound-fill/icon-sound-fill.d.ts +0 -58
- package/es/icon/icon-stamp/icon-stamp.d.ts +0 -58
- package/es/icon/icon-star/icon-star.d.ts +0 -58
- package/es/icon/icon-star-fill/icon-star-fill.d.ts +0 -58
- package/es/icon/icon-stop/icon-stop.d.ts +0 -58
- package/es/icon/icon-storage/icon-storage.d.ts +0 -58
- package/es/icon/icon-strikethrough/icon-strikethrough.d.ts +0 -58
- package/es/icon/icon-subscribe/icon-subscribe.d.ts +0 -58
- package/es/icon/icon-subscribe-add/icon-subscribe-add.d.ts +0 -58
- package/es/icon/icon-subscribed/icon-subscribed.d.ts +0 -58
- package/es/icon/icon-sun/icon-sun.d.ts +0 -58
- package/es/icon/icon-sun-fill/icon-sun-fill.d.ts +0 -58
- package/es/icon/icon-swap/icon-swap.d.ts +0 -58
- package/es/icon/icon-sync/icon-sync.d.ts +0 -58
- package/es/icon/icon-tag/icon-tag.d.ts +0 -58
- package/es/icon/icon-tags/icon-tags.d.ts +0 -58
- package/es/icon/icon-thumb-down/icon-thumb-down.d.ts +0 -58
- package/es/icon/icon-thumb-down-fill/icon-thumb-down-fill.d.ts +0 -58
- package/es/icon/icon-thumb-up/icon-thumb-up.d.ts +0 -58
- package/es/icon/icon-thumb-up-fill/icon-thumb-up-fill.d.ts +0 -58
- package/es/icon/icon-thunderbolt/icon-thunderbolt.d.ts +0 -58
- package/es/icon/icon-tiktok-color/icon-tiktok-color.d.ts +0 -58
- package/es/icon/icon-to-bottom/icon-to-bottom.d.ts +0 -58
- package/es/icon/icon-to-left/icon-to-left.d.ts +0 -58
- package/es/icon/icon-to-right/icon-to-right.d.ts +0 -58
- package/es/icon/icon-to-top/icon-to-top.d.ts +0 -58
- package/es/icon/icon-tool/icon-tool.d.ts +0 -58
- package/es/icon/icon-translate/icon-translate.d.ts +0 -58
- package/es/icon/icon-trophy/icon-trophy.d.ts +0 -58
- package/es/icon/icon-twitter/icon-twitter.d.ts +0 -58
- package/es/icon/icon-twitter-circle-fill/icon-twitter-circle-fill.d.ts +0 -58
- package/es/icon/icon-underline/icon-underline.d.ts +0 -58
- package/es/icon/icon-undo/icon-undo.d.ts +0 -58
- package/es/icon/icon-unlock/icon-unlock.d.ts +0 -58
- package/es/icon/icon-unordered-list/icon-unordered-list.d.ts +0 -58
- package/es/icon/icon-up/icon-up.d.ts +0 -58
- package/es/icon/icon-up-circle/icon-up-circle.d.ts +0 -58
- package/es/icon/icon-upload/icon-upload.d.ts +0 -58
- package/es/icon/icon-user/icon-user.d.ts +0 -58
- package/es/icon/icon-user-add/icon-user-add.d.ts +0 -58
- package/es/icon/icon-user-group/icon-user-group.d.ts +0 -58
- package/es/icon/icon-video-camera/icon-video-camera.d.ts +0 -58
- package/es/icon/icon-voice/icon-voice.d.ts +0 -58
- package/es/icon/icon-wechat/icon-wechat.d.ts +0 -58
- package/es/icon/icon-wechatpay/icon-wechatpay.d.ts +0 -58
- package/es/icon/icon-weibo/icon-weibo.d.ts +0 -58
- package/es/icon/icon-weibo-circle-fill/icon-weibo-circle-fill.d.ts +0 -58
- package/es/icon/icon-wifi/icon-wifi.d.ts +0 -58
- package/es/icon/icon-woman/icon-woman.d.ts +0 -58
- package/es/icon/icon-xigua-color/icon-xigua-color.d.ts +0 -58
- package/es/icon/icon-zoom-in/icon-zoom-in.d.ts +0 -58
- package/es/icon/icon-zoom-out/icon-zoom-out.d.ts +0 -58
- package/es/icon-component/icon.d.ts +0 -20
- package/es/image/image-footer.d.ts +0 -18
- package/es/image/preview-arrow.d.ts +0 -21
- package/es/image/preview-toolbar.d.ts +0 -1381
- package/es/input/input-group.d.ts +0 -4
- package/es/input/input-password.d.ts +0 -214
- package/es/layout/content.d.ts +0 -4
- package/es/layout/footer.d.ts +0 -4
- package/es/layout/header.d.ts +0 -4
- package/es/layout/layout.d.ts +0 -16
- package/es/layout/sider.d.ts +0 -343
- package/es/link/link.d.ts +0 -50
- package/es/list/list-item-meta.d.ts +0 -11
- package/es/menu/base-menu.d.ts +0 -209
- package/es/menu/indent.d.ts +0 -17
- package/es/menu/item-group.d.ts +0 -31
- package/es/menu/sub-menu-inline.d.ts +0 -51
- package/es/menu/sub-menu-pop.d.ts +0 -861
- package/es/message/message.d.ts +0 -105
- package/es/modal/modal.d.ts +0 -549
- package/es/notification/notification.d.ts +0 -93
- package/es/page-header/page-header.d.ts +0 -58
- package/es/pagination/page-item-ellipsis.d.ts +0 -38
- package/es/pagination/page-item-step.d.ts +0 -59
- package/es/pagination/page-item.d.ts +0 -48
- package/es/pagination/page-jumper.d.ts +0 -341
- package/es/pagination/page-options.d.ts +0 -2332
- package/es/popconfirm/popconfirm.d.ts +0 -905
- package/es/popover/popover.d.ts +0 -653
- package/es/progress/circle.d.ts +0 -95
- package/es/progress/line.d.ts +0 -102
- package/es/progress/progress.d.ts +0 -358
- package/es/progress/steps.d.ts +0 -71
- package/es/resize-box/resize-box.d.ts +0 -110
- package/es/result/result.d.ts +0 -33
- package/es/scrollbar/scrollbar.d.ts +0 -143
- package/es/scrollbar/thumb.d.ts +0 -57
- package/es/select/optgroup.d.ts +0 -12
- package/es/select/option.d.ts +0 -298
- package/es/select/select-dropdown.d.ts +0 -492
- package/es/skeleton/line.d.ts +0 -45
- package/es/skeleton/shape.d.ts +0 -27
- package/es/skeleton/skeleton.d.ts +0 -28
- package/es/slider/slider-button.d.ts +0 -1392
- package/es/slider/slider-dots.d.ts +0 -51
- package/es/slider/slider-input.d.ts +0 -329
- package/es/slider/slider-marks.d.ts +0 -49
- package/es/slider/slider-ticks.d.ts +0 -55
- package/es/slider/slider.d.ts +0 -2012
- package/es/split/split.d.ts +0 -85
- package/es/statistic/countdown.d.ts +0 -57
- package/es/statistic/statistic.d.ts +0 -107
- package/es/steps/step.d.ts +0 -41
- package/es/steps/steps.d.ts +0 -99
- package/es/switch/switch.d.ts +0 -135
- package/es/table/table-col-group.d.ts +0 -38
- package/es/tabs/tab-pane.d.ts +0 -39
- package/es/tabs/tabs-nav-ink.d.ts +0 -32
- package/es/tabs/tabs-tab.d.ts +0 -71
- package/es/tag/tag.d.ts +0 -153
- package/es/textarea/textarea.d.ts +0 -189
- package/es/time-picker/panel.d.ts +0 -495
- package/es/time-picker/time-column.d.ts +0 -43
- package/es/time-picker/time-picker.d.ts +0 -2109
- package/es/timeline/item.d.ts +0 -63
- package/es/tooltip/tooltip.d.ts +0 -668
- package/es/transfer/transfer-view.d.ts +0 -1032
- package/es/transfer/transfer.d.ts +0 -1381
- package/es/tree/base-node.d.ts +0 -483
- package/es/tree/expand-transition.d.ts +0 -14
- package/es/tree/node-switcher.d.ts +0 -74
- package/es/tree/transition-node-list.d.ts +0 -515
- package/es/tree/tree.d.ts +0 -710
- package/es/tree-select/tree-select.d.ts +0 -2795
- package/es/typography/edit-content.d.ts +0 -1641
- package/es/typography/operations.d.ts +0 -1365
- package/es/typography/typography.d.ts +0 -4
package/es/transfer/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { App } from 'vue';
|
|
2
2
|
import type { SDOptions } from '../_utils/types';
|
|
3
|
-
import _Transfer from './transfer';
|
|
3
|
+
import _Transfer from './transfer.vue';
|
|
4
4
|
declare const Transfer: {
|
|
5
5
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
6
6
|
data: {
|
|
@@ -54,10 +54,10 @@ declare const Transfer: {
|
|
|
54
54
|
type: ObjectConstructor;
|
|
55
55
|
};
|
|
56
56
|
}>> & Readonly<{
|
|
57
|
+
onChange?: ((value: string[]) => any) | undefined;
|
|
57
58
|
onSearch?: ((value: string, type: "source" | "target") => any) | undefined;
|
|
58
59
|
onSelect?: ((selected: string[]) => any) | undefined;
|
|
59
60
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
60
|
-
onChange?: ((value: string[]) => any) | undefined;
|
|
61
61
|
"onUpdate:selected"?: ((selected: string[]) => any) | undefined;
|
|
62
62
|
}>, {
|
|
63
63
|
prefixCls: string;
|
|
@@ -85,8 +85,8 @@ declare const Transfer: {
|
|
|
85
85
|
defaultValue: string[];
|
|
86
86
|
data: import("./interface").TransferItem[];
|
|
87
87
|
title: string[];
|
|
88
|
-
modelValue: string[];
|
|
89
88
|
simple: boolean;
|
|
89
|
+
modelValue: string[];
|
|
90
90
|
showSearch: boolean;
|
|
91
91
|
showSelectAll: boolean;
|
|
92
92
|
selected: string[];
|
|
@@ -139,13 +139,130 @@ declare const Transfer: {
|
|
|
139
139
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
140
140
|
click: (ev: MouseEvent) => true;
|
|
141
141
|
}, import("vue").PublicProps, {
|
|
142
|
+
autofocus: boolean;
|
|
143
|
+
disabled: boolean;
|
|
142
144
|
long: boolean;
|
|
143
145
|
loading: boolean;
|
|
144
|
-
disabled: boolean;
|
|
145
146
|
htmlType: "submit" | "reset" | "button";
|
|
146
|
-
autofocus: boolean;
|
|
147
147
|
}, true, {}, {}, {
|
|
148
|
-
IconLoading:
|
|
148
|
+
IconLoading: {
|
|
149
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
150
|
+
size: {
|
|
151
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
152
|
+
};
|
|
153
|
+
strokeWidth: {
|
|
154
|
+
type: NumberConstructor;
|
|
155
|
+
default: number;
|
|
156
|
+
};
|
|
157
|
+
strokeLinecap: {
|
|
158
|
+
type: StringConstructor;
|
|
159
|
+
default: string;
|
|
160
|
+
validator: (value: any) => boolean;
|
|
161
|
+
};
|
|
162
|
+
strokeLinejoin: {
|
|
163
|
+
type: StringConstructor;
|
|
164
|
+
default: string;
|
|
165
|
+
validator: (value: any) => boolean;
|
|
166
|
+
};
|
|
167
|
+
rotate: NumberConstructor;
|
|
168
|
+
spin: BooleanConstructor;
|
|
169
|
+
}>> & Readonly<{
|
|
170
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
171
|
+
}>, {
|
|
172
|
+
cls: import("vue").ComputedRef<(string | {
|
|
173
|
+
[x: string]: boolean;
|
|
174
|
+
})[]>;
|
|
175
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
176
|
+
onClick: (ev: MouseEvent) => void;
|
|
177
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
178
|
+
click: (ev: MouseEvent) => true;
|
|
179
|
+
}, import("vue").PublicProps, {
|
|
180
|
+
spin: boolean;
|
|
181
|
+
strokeWidth: number;
|
|
182
|
+
strokeLinecap: string;
|
|
183
|
+
strokeLinejoin: string;
|
|
184
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
185
|
+
P: {};
|
|
186
|
+
B: {};
|
|
187
|
+
D: {};
|
|
188
|
+
C: {};
|
|
189
|
+
M: {};
|
|
190
|
+
Defaults: {};
|
|
191
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
192
|
+
size: {
|
|
193
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
194
|
+
};
|
|
195
|
+
strokeWidth: {
|
|
196
|
+
type: NumberConstructor;
|
|
197
|
+
default: number;
|
|
198
|
+
};
|
|
199
|
+
strokeLinecap: {
|
|
200
|
+
type: StringConstructor;
|
|
201
|
+
default: string;
|
|
202
|
+
validator: (value: any) => boolean;
|
|
203
|
+
};
|
|
204
|
+
strokeLinejoin: {
|
|
205
|
+
type: StringConstructor;
|
|
206
|
+
default: string;
|
|
207
|
+
validator: (value: any) => boolean;
|
|
208
|
+
};
|
|
209
|
+
rotate: NumberConstructor;
|
|
210
|
+
spin: BooleanConstructor;
|
|
211
|
+
}>> & Readonly<{
|
|
212
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
213
|
+
}>, {
|
|
214
|
+
cls: import("vue").ComputedRef<(string | {
|
|
215
|
+
[x: string]: boolean;
|
|
216
|
+
})[]>;
|
|
217
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
218
|
+
onClick: (ev: MouseEvent) => void;
|
|
219
|
+
}, {}, {}, {}, {
|
|
220
|
+
spin: boolean;
|
|
221
|
+
strokeWidth: number;
|
|
222
|
+
strokeLinecap: string;
|
|
223
|
+
strokeLinejoin: string;
|
|
224
|
+
}>;
|
|
225
|
+
__isFragment?: never;
|
|
226
|
+
__isTeleport?: never;
|
|
227
|
+
__isSuspense?: never;
|
|
228
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
229
|
+
size: {
|
|
230
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
231
|
+
};
|
|
232
|
+
strokeWidth: {
|
|
233
|
+
type: NumberConstructor;
|
|
234
|
+
default: number;
|
|
235
|
+
};
|
|
236
|
+
strokeLinecap: {
|
|
237
|
+
type: StringConstructor;
|
|
238
|
+
default: string;
|
|
239
|
+
validator: (value: any) => boolean;
|
|
240
|
+
};
|
|
241
|
+
strokeLinejoin: {
|
|
242
|
+
type: StringConstructor;
|
|
243
|
+
default: string;
|
|
244
|
+
validator: (value: any) => boolean;
|
|
245
|
+
};
|
|
246
|
+
rotate: NumberConstructor;
|
|
247
|
+
spin: BooleanConstructor;
|
|
248
|
+
}>> & Readonly<{
|
|
249
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
250
|
+
}>, {
|
|
251
|
+
cls: import("vue").ComputedRef<(string | {
|
|
252
|
+
[x: string]: boolean;
|
|
253
|
+
})[]>;
|
|
254
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
255
|
+
onClick: (ev: MouseEvent) => void;
|
|
256
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
257
|
+
click: (ev: MouseEvent) => true;
|
|
258
|
+
}, string, {
|
|
259
|
+
spin: boolean;
|
|
260
|
+
strokeWidth: number;
|
|
261
|
+
strokeLinecap: string;
|
|
262
|
+
strokeLinejoin: string;
|
|
263
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
264
|
+
install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
|
|
265
|
+
};
|
|
149
266
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
150
267
|
P: {};
|
|
151
268
|
B: {};
|
|
@@ -196,11 +313,11 @@ declare const Transfer: {
|
|
|
196
313
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
197
314
|
handleClick: (ev: MouseEvent) => void;
|
|
198
315
|
}, {}, {}, {}, {
|
|
316
|
+
autofocus: boolean;
|
|
317
|
+
disabled: boolean;
|
|
199
318
|
long: boolean;
|
|
200
319
|
loading: boolean;
|
|
201
|
-
disabled: boolean;
|
|
202
320
|
htmlType: "submit" | "reset" | "button";
|
|
203
|
-
autofocus: boolean;
|
|
204
321
|
}>;
|
|
205
322
|
__isFragment?: never;
|
|
206
323
|
__isTeleport?: never;
|
|
@@ -250,13 +367,130 @@ declare const Transfer: {
|
|
|
250
367
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
251
368
|
click: (ev: MouseEvent) => true;
|
|
252
369
|
}, string, {
|
|
370
|
+
autofocus: boolean;
|
|
371
|
+
disabled: boolean;
|
|
253
372
|
long: boolean;
|
|
254
373
|
loading: boolean;
|
|
255
|
-
disabled: boolean;
|
|
256
374
|
htmlType: "submit" | "reset" | "button";
|
|
257
|
-
autofocus: boolean;
|
|
258
375
|
}, {}, string, {}, {
|
|
259
|
-
IconLoading:
|
|
376
|
+
IconLoading: {
|
|
377
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
378
|
+
size: {
|
|
379
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
380
|
+
};
|
|
381
|
+
strokeWidth: {
|
|
382
|
+
type: NumberConstructor;
|
|
383
|
+
default: number;
|
|
384
|
+
};
|
|
385
|
+
strokeLinecap: {
|
|
386
|
+
type: StringConstructor;
|
|
387
|
+
default: string;
|
|
388
|
+
validator: (value: any) => boolean;
|
|
389
|
+
};
|
|
390
|
+
strokeLinejoin: {
|
|
391
|
+
type: StringConstructor;
|
|
392
|
+
default: string;
|
|
393
|
+
validator: (value: any) => boolean;
|
|
394
|
+
};
|
|
395
|
+
rotate: NumberConstructor;
|
|
396
|
+
spin: BooleanConstructor;
|
|
397
|
+
}>> & Readonly<{
|
|
398
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
399
|
+
}>, {
|
|
400
|
+
cls: import("vue").ComputedRef<(string | {
|
|
401
|
+
[x: string]: boolean;
|
|
402
|
+
})[]>;
|
|
403
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
404
|
+
onClick: (ev: MouseEvent) => void;
|
|
405
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
406
|
+
click: (ev: MouseEvent) => true;
|
|
407
|
+
}, import("vue").PublicProps, {
|
|
408
|
+
spin: boolean;
|
|
409
|
+
strokeWidth: number;
|
|
410
|
+
strokeLinecap: string;
|
|
411
|
+
strokeLinejoin: string;
|
|
412
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
413
|
+
P: {};
|
|
414
|
+
B: {};
|
|
415
|
+
D: {};
|
|
416
|
+
C: {};
|
|
417
|
+
M: {};
|
|
418
|
+
Defaults: {};
|
|
419
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
420
|
+
size: {
|
|
421
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
422
|
+
};
|
|
423
|
+
strokeWidth: {
|
|
424
|
+
type: NumberConstructor;
|
|
425
|
+
default: number;
|
|
426
|
+
};
|
|
427
|
+
strokeLinecap: {
|
|
428
|
+
type: StringConstructor;
|
|
429
|
+
default: string;
|
|
430
|
+
validator: (value: any) => boolean;
|
|
431
|
+
};
|
|
432
|
+
strokeLinejoin: {
|
|
433
|
+
type: StringConstructor;
|
|
434
|
+
default: string;
|
|
435
|
+
validator: (value: any) => boolean;
|
|
436
|
+
};
|
|
437
|
+
rotate: NumberConstructor;
|
|
438
|
+
spin: BooleanConstructor;
|
|
439
|
+
}>> & Readonly<{
|
|
440
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
441
|
+
}>, {
|
|
442
|
+
cls: import("vue").ComputedRef<(string | {
|
|
443
|
+
[x: string]: boolean;
|
|
444
|
+
})[]>;
|
|
445
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
446
|
+
onClick: (ev: MouseEvent) => void;
|
|
447
|
+
}, {}, {}, {}, {
|
|
448
|
+
spin: boolean;
|
|
449
|
+
strokeWidth: number;
|
|
450
|
+
strokeLinecap: string;
|
|
451
|
+
strokeLinejoin: string;
|
|
452
|
+
}>;
|
|
453
|
+
__isFragment?: never;
|
|
454
|
+
__isTeleport?: never;
|
|
455
|
+
__isSuspense?: never;
|
|
456
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
457
|
+
size: {
|
|
458
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
459
|
+
};
|
|
460
|
+
strokeWidth: {
|
|
461
|
+
type: NumberConstructor;
|
|
462
|
+
default: number;
|
|
463
|
+
};
|
|
464
|
+
strokeLinecap: {
|
|
465
|
+
type: StringConstructor;
|
|
466
|
+
default: string;
|
|
467
|
+
validator: (value: any) => boolean;
|
|
468
|
+
};
|
|
469
|
+
strokeLinejoin: {
|
|
470
|
+
type: StringConstructor;
|
|
471
|
+
default: string;
|
|
472
|
+
validator: (value: any) => boolean;
|
|
473
|
+
};
|
|
474
|
+
rotate: NumberConstructor;
|
|
475
|
+
spin: BooleanConstructor;
|
|
476
|
+
}>> & Readonly<{
|
|
477
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
478
|
+
}>, {
|
|
479
|
+
cls: import("vue").ComputedRef<(string | {
|
|
480
|
+
[x: string]: boolean;
|
|
481
|
+
})[]>;
|
|
482
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
483
|
+
onClick: (ev: MouseEvent) => void;
|
|
484
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
485
|
+
click: (ev: MouseEvent) => true;
|
|
486
|
+
}, string, {
|
|
487
|
+
spin: boolean;
|
|
488
|
+
strokeWidth: number;
|
|
489
|
+
strokeLinecap: string;
|
|
490
|
+
strokeLinejoin: string;
|
|
491
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
492
|
+
install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
|
|
493
|
+
};
|
|
260
494
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
261
495
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
262
496
|
type: {
|
|
@@ -363,8 +597,8 @@ declare const Transfer: {
|
|
|
363
597
|
onSearch?: ((...args: any[]) => any) | undefined;
|
|
364
598
|
}>, {
|
|
365
599
|
disabled: boolean;
|
|
366
|
-
allowClear: boolean;
|
|
367
600
|
simple: boolean;
|
|
601
|
+
allowClear: boolean;
|
|
368
602
|
showSearch: boolean;
|
|
369
603
|
showSelectAll: boolean;
|
|
370
604
|
}, {}, {
|
|
@@ -375,9 +609,9 @@ declare const Transfer: {
|
|
|
375
609
|
type: BooleanConstructor;
|
|
376
610
|
default: boolean;
|
|
377
611
|
};
|
|
378
|
-
}>, () => import("vue
|
|
612
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
379
613
|
[key: string]: any;
|
|
380
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
614
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
381
615
|
description: StringConstructor;
|
|
382
616
|
imgSrc: StringConstructor;
|
|
383
617
|
inConfigProvider: {
|
|
@@ -413,8 +647,8 @@ declare const Transfer: {
|
|
|
413
647
|
default: boolean;
|
|
414
648
|
};
|
|
415
649
|
}>> & Readonly<{
|
|
416
|
-
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
417
650
|
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
651
|
+
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
418
652
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
419
653
|
'update:modelValue': (value: boolean | (string | number | boolean)[]) => true;
|
|
420
654
|
change: (value: boolean | (string | number | boolean)[], ev: Event) => true;
|
|
@@ -488,8 +722,8 @@ declare const Transfer: {
|
|
|
488
722
|
default: boolean;
|
|
489
723
|
};
|
|
490
724
|
}>> & Readonly<{
|
|
491
|
-
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
492
725
|
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
726
|
+
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
493
727
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
494
728
|
disabled: boolean;
|
|
495
729
|
modelValue: boolean | (string | number | boolean)[];
|
|
@@ -525,8 +759,8 @@ declare const Transfer: {
|
|
|
525
759
|
default: boolean;
|
|
526
760
|
};
|
|
527
761
|
}>> & Readonly<{
|
|
528
|
-
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
529
762
|
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
763
|
+
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
530
764
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
531
765
|
'update:modelValue': (value: boolean | (string | number | boolean)[]) => true;
|
|
532
766
|
change: (value: boolean | (string | number | boolean)[], ev: Event) => true;
|
|
@@ -619,13 +853,13 @@ declare const Transfer: {
|
|
|
619
853
|
default: boolean;
|
|
620
854
|
};
|
|
621
855
|
}>> & Readonly<{
|
|
622
|
-
"onUpdate:modelValue"?: ((value: (string | number | boolean)[]) => any) | undefined;
|
|
623
856
|
onChange?: ((value: (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
857
|
+
"onUpdate:modelValue"?: ((value: (string | number | boolean)[]) => any) | undefined;
|
|
624
858
|
}>, {
|
|
625
859
|
disabled: boolean;
|
|
626
860
|
defaultValue: (string | number | boolean)[];
|
|
627
|
-
direction: "horizontal" | "vertical";
|
|
628
861
|
modelValue: (string | number | boolean)[];
|
|
862
|
+
direction: "horizontal" | "vertical";
|
|
629
863
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
630
864
|
install: (app: App, options?: SDOptions) => void;
|
|
631
865
|
};
|
|
@@ -659,7 +893,124 @@ declare const Transfer: {
|
|
|
659
893
|
size: "mini" | "small" | "medium" | "large";
|
|
660
894
|
disabled: boolean;
|
|
661
895
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
662
|
-
IconDelete:
|
|
896
|
+
IconDelete: {
|
|
897
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
898
|
+
size: {
|
|
899
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
900
|
+
};
|
|
901
|
+
strokeWidth: {
|
|
902
|
+
type: NumberConstructor;
|
|
903
|
+
default: number;
|
|
904
|
+
};
|
|
905
|
+
strokeLinecap: {
|
|
906
|
+
type: StringConstructor;
|
|
907
|
+
default: string;
|
|
908
|
+
validator: (value: any) => boolean;
|
|
909
|
+
};
|
|
910
|
+
strokeLinejoin: {
|
|
911
|
+
type: StringConstructor;
|
|
912
|
+
default: string;
|
|
913
|
+
validator: (value: any) => boolean;
|
|
914
|
+
};
|
|
915
|
+
rotate: NumberConstructor;
|
|
916
|
+
spin: BooleanConstructor;
|
|
917
|
+
}>> & Readonly<{
|
|
918
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
919
|
+
}>, {
|
|
920
|
+
cls: import("vue").ComputedRef<(string | {
|
|
921
|
+
[x: string]: boolean;
|
|
922
|
+
})[]>;
|
|
923
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
924
|
+
onClick: (ev: MouseEvent) => void;
|
|
925
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
926
|
+
click: (ev: MouseEvent) => true;
|
|
927
|
+
}, import("vue").PublicProps, {
|
|
928
|
+
spin: boolean;
|
|
929
|
+
strokeWidth: number;
|
|
930
|
+
strokeLinecap: string;
|
|
931
|
+
strokeLinejoin: string;
|
|
932
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
933
|
+
P: {};
|
|
934
|
+
B: {};
|
|
935
|
+
D: {};
|
|
936
|
+
C: {};
|
|
937
|
+
M: {};
|
|
938
|
+
Defaults: {};
|
|
939
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
940
|
+
size: {
|
|
941
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
942
|
+
};
|
|
943
|
+
strokeWidth: {
|
|
944
|
+
type: NumberConstructor;
|
|
945
|
+
default: number;
|
|
946
|
+
};
|
|
947
|
+
strokeLinecap: {
|
|
948
|
+
type: StringConstructor;
|
|
949
|
+
default: string;
|
|
950
|
+
validator: (value: any) => boolean;
|
|
951
|
+
};
|
|
952
|
+
strokeLinejoin: {
|
|
953
|
+
type: StringConstructor;
|
|
954
|
+
default: string;
|
|
955
|
+
validator: (value: any) => boolean;
|
|
956
|
+
};
|
|
957
|
+
rotate: NumberConstructor;
|
|
958
|
+
spin: BooleanConstructor;
|
|
959
|
+
}>> & Readonly<{
|
|
960
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
961
|
+
}>, {
|
|
962
|
+
cls: import("vue").ComputedRef<(string | {
|
|
963
|
+
[x: string]: boolean;
|
|
964
|
+
})[]>;
|
|
965
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
966
|
+
onClick: (ev: MouseEvent) => void;
|
|
967
|
+
}, {}, {}, {}, {
|
|
968
|
+
spin: boolean;
|
|
969
|
+
strokeWidth: number;
|
|
970
|
+
strokeLinecap: string;
|
|
971
|
+
strokeLinejoin: string;
|
|
972
|
+
}>;
|
|
973
|
+
__isFragment?: never;
|
|
974
|
+
__isTeleport?: never;
|
|
975
|
+
__isSuspense?: never;
|
|
976
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
977
|
+
size: {
|
|
978
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
979
|
+
};
|
|
980
|
+
strokeWidth: {
|
|
981
|
+
type: NumberConstructor;
|
|
982
|
+
default: number;
|
|
983
|
+
};
|
|
984
|
+
strokeLinecap: {
|
|
985
|
+
type: StringConstructor;
|
|
986
|
+
default: string;
|
|
987
|
+
validator: (value: any) => boolean;
|
|
988
|
+
};
|
|
989
|
+
strokeLinejoin: {
|
|
990
|
+
type: StringConstructor;
|
|
991
|
+
default: string;
|
|
992
|
+
validator: (value: any) => boolean;
|
|
993
|
+
};
|
|
994
|
+
rotate: NumberConstructor;
|
|
995
|
+
spin: BooleanConstructor;
|
|
996
|
+
}>> & Readonly<{
|
|
997
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
998
|
+
}>, {
|
|
999
|
+
cls: import("vue").ComputedRef<(string | {
|
|
1000
|
+
[x: string]: boolean;
|
|
1001
|
+
})[]>;
|
|
1002
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1003
|
+
onClick: (ev: MouseEvent) => void;
|
|
1004
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1005
|
+
click: (ev: MouseEvent) => true;
|
|
1006
|
+
}, string, {
|
|
1007
|
+
spin: boolean;
|
|
1008
|
+
strokeWidth: number;
|
|
1009
|
+
strokeLinecap: string;
|
|
1010
|
+
strokeLinejoin: string;
|
|
1011
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1012
|
+
install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
|
|
1013
|
+
};
|
|
663
1014
|
InputSearch: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
664
1015
|
searchButton: {
|
|
665
1016
|
type: BooleanConstructor;
|
|
@@ -715,8 +1066,8 @@ declare const Transfer: {
|
|
|
715
1066
|
}>> & Readonly<{
|
|
716
1067
|
onSearch?: ((value: string, ev: MouseEvent) => any) | undefined;
|
|
717
1068
|
}>, {
|
|
718
|
-
loading: boolean;
|
|
719
1069
|
disabled: boolean;
|
|
1070
|
+
loading: boolean;
|
|
720
1071
|
searchButton: boolean;
|
|
721
1072
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
722
1073
|
List: {
|
|
@@ -768,8 +1119,8 @@ declare const Transfer: {
|
|
|
768
1119
|
}>> & Readonly<{
|
|
769
1120
|
onScroll?: (() => any) | undefined;
|
|
770
1121
|
onReachBottom?: (() => any) | undefined;
|
|
771
|
-
onPageChange?: ((page: number) => any) | undefined;
|
|
772
1122
|
onPageSizeChange?: ((pageSize: number) => any) | undefined;
|
|
1123
|
+
onPageChange?: ((page: number) => any) | undefined;
|
|
773
1124
|
}>, {
|
|
774
1125
|
virtualListRef: import("vue").Ref<any, any>;
|
|
775
1126
|
render: () => import("vue/jsx-runtime").JSX.Element;
|
|
@@ -783,12 +1134,12 @@ declare const Transfer: {
|
|
|
783
1134
|
}, import("vue").PublicProps, {
|
|
784
1135
|
size: "small" | "medium" | "large";
|
|
785
1136
|
loading: boolean;
|
|
786
|
-
hoverable: boolean;
|
|
787
1137
|
split: boolean;
|
|
788
1138
|
bordered: boolean;
|
|
789
1139
|
scrollbar: boolean | import("..").ScrollbarProps;
|
|
790
|
-
maxHeight: string | number;
|
|
791
1140
|
bottomOffset: number;
|
|
1141
|
+
maxHeight: string | number;
|
|
1142
|
+
hoverable: boolean;
|
|
792
1143
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
793
1144
|
P: {};
|
|
794
1145
|
B: {};
|
|
@@ -844,8 +1195,8 @@ declare const Transfer: {
|
|
|
844
1195
|
}>> & Readonly<{
|
|
845
1196
|
onScroll?: (() => any) | undefined;
|
|
846
1197
|
onReachBottom?: (() => any) | undefined;
|
|
847
|
-
onPageChange?: ((page: number) => any) | undefined;
|
|
848
1198
|
onPageSizeChange?: ((pageSize: number) => any) | undefined;
|
|
1199
|
+
onPageChange?: ((page: number) => any) | undefined;
|
|
849
1200
|
}>, {
|
|
850
1201
|
virtualListRef: import("vue").Ref<any, any>;
|
|
851
1202
|
render: () => import("vue/jsx-runtime").JSX.Element;
|
|
@@ -854,12 +1205,12 @@ declare const Transfer: {
|
|
|
854
1205
|
}, {
|
|
855
1206
|
size: "small" | "medium" | "large";
|
|
856
1207
|
loading: boolean;
|
|
857
|
-
hoverable: boolean;
|
|
858
1208
|
split: boolean;
|
|
859
1209
|
bordered: boolean;
|
|
860
1210
|
scrollbar: boolean | import("..").ScrollbarProps;
|
|
861
|
-
maxHeight: string | number;
|
|
862
1211
|
bottomOffset: number;
|
|
1212
|
+
maxHeight: string | number;
|
|
1213
|
+
hoverable: boolean;
|
|
863
1214
|
}>;
|
|
864
1215
|
__isFragment?: never;
|
|
865
1216
|
__isTeleport?: never;
|
|
@@ -912,8 +1263,8 @@ declare const Transfer: {
|
|
|
912
1263
|
}>> & Readonly<{
|
|
913
1264
|
onScroll?: (() => any) | undefined;
|
|
914
1265
|
onReachBottom?: (() => any) | undefined;
|
|
915
|
-
onPageChange?: ((page: number) => any) | undefined;
|
|
916
1266
|
onPageSizeChange?: ((pageSize: number) => any) | undefined;
|
|
1267
|
+
onPageChange?: ((page: number) => any) | undefined;
|
|
917
1268
|
}>, {
|
|
918
1269
|
virtualListRef: import("vue").Ref<any, any>;
|
|
919
1270
|
render: () => import("vue/jsx-runtime").JSX.Element;
|
|
@@ -927,12 +1278,12 @@ declare const Transfer: {
|
|
|
927
1278
|
}, string, {
|
|
928
1279
|
size: "small" | "medium" | "large";
|
|
929
1280
|
loading: boolean;
|
|
930
|
-
hoverable: boolean;
|
|
931
1281
|
split: boolean;
|
|
932
1282
|
bordered: boolean;
|
|
933
1283
|
scrollbar: boolean | import("..").ScrollbarProps;
|
|
934
|
-
maxHeight: string | number;
|
|
935
1284
|
bottomOffset: number;
|
|
1285
|
+
maxHeight: string | number;
|
|
1286
|
+
hoverable: boolean;
|
|
936
1287
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
937
1288
|
Item: {
|
|
938
1289
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1020,8 +1371,8 @@ declare const Transfer: {
|
|
|
1020
1371
|
}>> & Readonly<{}>, {
|
|
1021
1372
|
disabled: boolean;
|
|
1022
1373
|
draggable: boolean;
|
|
1023
|
-
allowClear: boolean;
|
|
1024
1374
|
simple: boolean;
|
|
1375
|
+
allowClear: boolean;
|
|
1025
1376
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1026
1377
|
Scrollbar: {
|
|
1027
1378
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1029,7 +1380,7 @@ declare const Transfer: {
|
|
|
1029
1380
|
type: import("vue").PropType<"track" | "embed">;
|
|
1030
1381
|
default: string;
|
|
1031
1382
|
};
|
|
1032
|
-
outerClass: (
|
|
1383
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1033
1384
|
outerStyle: {
|
|
1034
1385
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
1035
1386
|
};
|
|
@@ -1049,7 +1400,7 @@ declare const Transfer: {
|
|
|
1049
1400
|
onScroll?: ((ev: Event) => any) | undefined;
|
|
1050
1401
|
}>, {
|
|
1051
1402
|
prefixCls: string;
|
|
1052
|
-
cls: import("vue").ComputedRef<(string |
|
|
1403
|
+
cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
|
|
1053
1404
|
style: import("vue").ComputedRef<import("vue").StyleValue[]>;
|
|
1054
1405
|
containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
1055
1406
|
horizontalThumbRef: import("vue").Ref<any, any>;
|
|
@@ -1138,8 +1489,8 @@ declare const Transfer: {
|
|
|
1138
1489
|
}>> & Readonly<{
|
|
1139
1490
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
1140
1491
|
}>, {
|
|
1141
|
-
direction: "horizontal" | "vertical";
|
|
1142
1492
|
both: boolean;
|
|
1493
|
+
direction: "horizontal" | "vertical";
|
|
1143
1494
|
alwaysShow: boolean;
|
|
1144
1495
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1145
1496
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -1154,7 +1505,7 @@ declare const Transfer: {
|
|
|
1154
1505
|
type: import("vue").PropType<"track" | "embed">;
|
|
1155
1506
|
default: string;
|
|
1156
1507
|
};
|
|
1157
|
-
outerClass: (
|
|
1508
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1158
1509
|
outerStyle: {
|
|
1159
1510
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
1160
1511
|
};
|
|
@@ -1174,7 +1525,7 @@ declare const Transfer: {
|
|
|
1174
1525
|
onScroll?: ((ev: Event) => any) | undefined;
|
|
1175
1526
|
}>, {
|
|
1176
1527
|
prefixCls: string;
|
|
1177
|
-
cls: import("vue").ComputedRef<(string |
|
|
1528
|
+
cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
|
|
1178
1529
|
style: import("vue").ComputedRef<import("vue").StyleValue[]>;
|
|
1179
1530
|
containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
1180
1531
|
horizontalThumbRef: import("vue").Ref<any, any>;
|
|
@@ -1209,7 +1560,7 @@ declare const Transfer: {
|
|
|
1209
1560
|
type: import("vue").PropType<"track" | "embed">;
|
|
1210
1561
|
default: string;
|
|
1211
1562
|
};
|
|
1212
|
-
outerClass: (
|
|
1563
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1213
1564
|
outerStyle: {
|
|
1214
1565
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
1215
1566
|
};
|
|
@@ -1229,7 +1580,7 @@ declare const Transfer: {
|
|
|
1229
1580
|
onScroll?: ((ev: Event) => any) | undefined;
|
|
1230
1581
|
}>, {
|
|
1231
1582
|
prefixCls: string;
|
|
1232
|
-
cls: import("vue").ComputedRef<(string |
|
|
1583
|
+
cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
|
|
1233
1584
|
style: import("vue").ComputedRef<import("vue").StyleValue[]>;
|
|
1234
1585
|
containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
1235
1586
|
horizontalThumbRef: import("vue").Ref<any, any>;
|
|
@@ -1318,26 +1669,260 @@ declare const Transfer: {
|
|
|
1318
1669
|
}>> & Readonly<{
|
|
1319
1670
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
1320
1671
|
}>, {
|
|
1321
|
-
direction: "horizontal" | "vertical";
|
|
1322
1672
|
both: boolean;
|
|
1673
|
+
direction: "horizontal" | "vertical";
|
|
1323
1674
|
alwaysShow: boolean;
|
|
1324
1675
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1325
1676
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1326
1677
|
install: (app: App, options?: SDOptions) => void;
|
|
1327
1678
|
};
|
|
1328
1679
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1329
|
-
IconLeft:
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1680
|
+
IconLeft: {
|
|
1681
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1682
|
+
size: {
|
|
1683
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1684
|
+
};
|
|
1685
|
+
strokeWidth: {
|
|
1686
|
+
type: NumberConstructor;
|
|
1687
|
+
default: number;
|
|
1688
|
+
};
|
|
1689
|
+
strokeLinecap: {
|
|
1690
|
+
type: StringConstructor;
|
|
1691
|
+
default: string;
|
|
1692
|
+
validator: (value: any) => boolean;
|
|
1693
|
+
};
|
|
1694
|
+
strokeLinejoin: {
|
|
1695
|
+
type: StringConstructor;
|
|
1696
|
+
default: string;
|
|
1697
|
+
validator: (value: any) => boolean;
|
|
1698
|
+
};
|
|
1699
|
+
rotate: NumberConstructor;
|
|
1700
|
+
spin: BooleanConstructor;
|
|
1701
|
+
}>> & Readonly<{
|
|
1702
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1703
|
+
}>, {
|
|
1704
|
+
cls: import("vue").ComputedRef<(string | {
|
|
1705
|
+
[x: string]: boolean;
|
|
1706
|
+
})[]>;
|
|
1707
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1708
|
+
onClick: (ev: MouseEvent) => void;
|
|
1709
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1710
|
+
click: (ev: MouseEvent) => true;
|
|
1711
|
+
}, import("vue").PublicProps, {
|
|
1712
|
+
spin: boolean;
|
|
1713
|
+
strokeWidth: number;
|
|
1714
|
+
strokeLinecap: string;
|
|
1715
|
+
strokeLinejoin: string;
|
|
1716
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1717
|
+
P: {};
|
|
1718
|
+
B: {};
|
|
1719
|
+
D: {};
|
|
1720
|
+
C: {};
|
|
1721
|
+
M: {};
|
|
1722
|
+
Defaults: {};
|
|
1723
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1724
|
+
size: {
|
|
1725
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1726
|
+
};
|
|
1727
|
+
strokeWidth: {
|
|
1728
|
+
type: NumberConstructor;
|
|
1729
|
+
default: number;
|
|
1730
|
+
};
|
|
1731
|
+
strokeLinecap: {
|
|
1732
|
+
type: StringConstructor;
|
|
1733
|
+
default: string;
|
|
1734
|
+
validator: (value: any) => boolean;
|
|
1735
|
+
};
|
|
1736
|
+
strokeLinejoin: {
|
|
1737
|
+
type: StringConstructor;
|
|
1738
|
+
default: string;
|
|
1739
|
+
validator: (value: any) => boolean;
|
|
1740
|
+
};
|
|
1741
|
+
rotate: NumberConstructor;
|
|
1742
|
+
spin: BooleanConstructor;
|
|
1743
|
+
}>> & Readonly<{
|
|
1744
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1745
|
+
}>, {
|
|
1746
|
+
cls: import("vue").ComputedRef<(string | {
|
|
1747
|
+
[x: string]: boolean;
|
|
1748
|
+
})[]>;
|
|
1749
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1750
|
+
onClick: (ev: MouseEvent) => void;
|
|
1751
|
+
}, {}, {}, {}, {
|
|
1752
|
+
spin: boolean;
|
|
1753
|
+
strokeWidth: number;
|
|
1754
|
+
strokeLinecap: string;
|
|
1755
|
+
strokeLinejoin: string;
|
|
1756
|
+
}>;
|
|
1757
|
+
__isFragment?: never;
|
|
1758
|
+
__isTeleport?: never;
|
|
1759
|
+
__isSuspense?: never;
|
|
1760
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1761
|
+
size: {
|
|
1762
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1763
|
+
};
|
|
1764
|
+
strokeWidth: {
|
|
1765
|
+
type: NumberConstructor;
|
|
1766
|
+
default: number;
|
|
1767
|
+
};
|
|
1768
|
+
strokeLinecap: {
|
|
1769
|
+
type: StringConstructor;
|
|
1770
|
+
default: string;
|
|
1771
|
+
validator: (value: any) => boolean;
|
|
1772
|
+
};
|
|
1773
|
+
strokeLinejoin: {
|
|
1774
|
+
type: StringConstructor;
|
|
1775
|
+
default: string;
|
|
1776
|
+
validator: (value: any) => boolean;
|
|
1777
|
+
};
|
|
1778
|
+
rotate: NumberConstructor;
|
|
1779
|
+
spin: BooleanConstructor;
|
|
1780
|
+
}>> & Readonly<{
|
|
1781
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1782
|
+
}>, {
|
|
1783
|
+
cls: import("vue").ComputedRef<(string | {
|
|
1784
|
+
[x: string]: boolean;
|
|
1785
|
+
})[]>;
|
|
1786
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1787
|
+
onClick: (ev: MouseEvent) => void;
|
|
1788
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1789
|
+
click: (ev: MouseEvent) => true;
|
|
1790
|
+
}, string, {
|
|
1791
|
+
spin: boolean;
|
|
1792
|
+
strokeWidth: number;
|
|
1793
|
+
strokeLinecap: string;
|
|
1794
|
+
strokeLinejoin: string;
|
|
1795
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1796
|
+
install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
|
|
1797
|
+
};
|
|
1798
|
+
IconRight: {
|
|
1799
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1800
|
+
size: {
|
|
1801
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1802
|
+
};
|
|
1803
|
+
strokeWidth: {
|
|
1804
|
+
type: NumberConstructor;
|
|
1805
|
+
default: number;
|
|
1806
|
+
};
|
|
1807
|
+
strokeLinecap: {
|
|
1808
|
+
type: StringConstructor;
|
|
1809
|
+
default: string;
|
|
1810
|
+
validator: (value: any) => boolean;
|
|
1811
|
+
};
|
|
1812
|
+
strokeLinejoin: {
|
|
1813
|
+
type: StringConstructor;
|
|
1814
|
+
default: string;
|
|
1815
|
+
validator: (value: any) => boolean;
|
|
1816
|
+
};
|
|
1817
|
+
rotate: NumberConstructor;
|
|
1818
|
+
spin: BooleanConstructor;
|
|
1819
|
+
}>> & Readonly<{
|
|
1820
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1821
|
+
}>, {
|
|
1822
|
+
cls: import("vue").ComputedRef<(string | {
|
|
1823
|
+
[x: string]: boolean;
|
|
1824
|
+
})[]>;
|
|
1825
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1826
|
+
onClick: (ev: MouseEvent) => void;
|
|
1827
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1828
|
+
click: (ev: MouseEvent) => true;
|
|
1829
|
+
}, import("vue").PublicProps, {
|
|
1830
|
+
spin: boolean;
|
|
1831
|
+
strokeWidth: number;
|
|
1832
|
+
strokeLinecap: string;
|
|
1833
|
+
strokeLinejoin: string;
|
|
1834
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1835
|
+
P: {};
|
|
1836
|
+
B: {};
|
|
1837
|
+
D: {};
|
|
1838
|
+
C: {};
|
|
1839
|
+
M: {};
|
|
1840
|
+
Defaults: {};
|
|
1841
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1842
|
+
size: {
|
|
1843
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1844
|
+
};
|
|
1845
|
+
strokeWidth: {
|
|
1846
|
+
type: NumberConstructor;
|
|
1847
|
+
default: number;
|
|
1848
|
+
};
|
|
1849
|
+
strokeLinecap: {
|
|
1850
|
+
type: StringConstructor;
|
|
1851
|
+
default: string;
|
|
1852
|
+
validator: (value: any) => boolean;
|
|
1853
|
+
};
|
|
1854
|
+
strokeLinejoin: {
|
|
1855
|
+
type: StringConstructor;
|
|
1856
|
+
default: string;
|
|
1857
|
+
validator: (value: any) => boolean;
|
|
1858
|
+
};
|
|
1859
|
+
rotate: NumberConstructor;
|
|
1860
|
+
spin: BooleanConstructor;
|
|
1861
|
+
}>> & Readonly<{
|
|
1862
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1863
|
+
}>, {
|
|
1864
|
+
cls: import("vue").ComputedRef<(string | {
|
|
1865
|
+
[x: string]: boolean;
|
|
1866
|
+
})[]>;
|
|
1867
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1868
|
+
onClick: (ev: MouseEvent) => void;
|
|
1869
|
+
}, {}, {}, {}, {
|
|
1870
|
+
spin: boolean;
|
|
1871
|
+
strokeWidth: number;
|
|
1872
|
+
strokeLinecap: string;
|
|
1873
|
+
strokeLinejoin: string;
|
|
1874
|
+
}>;
|
|
1875
|
+
__isFragment?: never;
|
|
1876
|
+
__isTeleport?: never;
|
|
1877
|
+
__isSuspense?: never;
|
|
1878
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1879
|
+
size: {
|
|
1880
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1881
|
+
};
|
|
1882
|
+
strokeWidth: {
|
|
1883
|
+
type: NumberConstructor;
|
|
1884
|
+
default: number;
|
|
1885
|
+
};
|
|
1886
|
+
strokeLinecap: {
|
|
1887
|
+
type: StringConstructor;
|
|
1888
|
+
default: string;
|
|
1889
|
+
validator: (value: any) => boolean;
|
|
1890
|
+
};
|
|
1891
|
+
strokeLinejoin: {
|
|
1892
|
+
type: StringConstructor;
|
|
1893
|
+
default: string;
|
|
1894
|
+
validator: (value: any) => boolean;
|
|
1895
|
+
};
|
|
1896
|
+
rotate: NumberConstructor;
|
|
1897
|
+
spin: BooleanConstructor;
|
|
1898
|
+
}>> & Readonly<{
|
|
1899
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1900
|
+
}>, {
|
|
1901
|
+
cls: import("vue").ComputedRef<(string | {
|
|
1902
|
+
[x: string]: boolean;
|
|
1903
|
+
})[]>;
|
|
1904
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1905
|
+
onClick: (ev: MouseEvent) => void;
|
|
1906
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1907
|
+
click: (ev: MouseEvent) => true;
|
|
1908
|
+
}, string, {
|
|
1909
|
+
spin: boolean;
|
|
1910
|
+
strokeWidth: number;
|
|
1911
|
+
strokeLinecap: string;
|
|
1912
|
+
strokeLinejoin: string;
|
|
1913
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1914
|
+
install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
|
|
1915
|
+
};
|
|
1916
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1917
|
+
P: {};
|
|
1918
|
+
B: {};
|
|
1919
|
+
D: {};
|
|
1920
|
+
C: {};
|
|
1921
|
+
M: {};
|
|
1922
|
+
Defaults: {};
|
|
1923
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1924
|
+
data: {
|
|
1925
|
+
type: import("vue").PropType<import("./interface").TransferItem[]>;
|
|
1341
1926
|
default: () => never[];
|
|
1342
1927
|
};
|
|
1343
1928
|
modelValue: {
|
|
@@ -1387,10 +1972,10 @@ declare const Transfer: {
|
|
|
1387
1972
|
type: ObjectConstructor;
|
|
1388
1973
|
};
|
|
1389
1974
|
}>> & Readonly<{
|
|
1975
|
+
onChange?: ((value: string[]) => any) | undefined;
|
|
1390
1976
|
onSearch?: ((value: string, type: "source" | "target") => any) | undefined;
|
|
1391
1977
|
onSelect?: ((selected: string[]) => any) | undefined;
|
|
1392
1978
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
1393
|
-
onChange?: ((value: string[]) => any) | undefined;
|
|
1394
1979
|
"onUpdate:selected"?: ((selected: string[]) => any) | undefined;
|
|
1395
1980
|
}>, {
|
|
1396
1981
|
prefixCls: string;
|
|
@@ -1412,8 +1997,8 @@ declare const Transfer: {
|
|
|
1412
1997
|
defaultValue: string[];
|
|
1413
1998
|
data: import("./interface").TransferItem[];
|
|
1414
1999
|
title: string[];
|
|
1415
|
-
modelValue: string[];
|
|
1416
2000
|
simple: boolean;
|
|
2001
|
+
modelValue: string[];
|
|
1417
2002
|
showSearch: boolean;
|
|
1418
2003
|
showSelectAll: boolean;
|
|
1419
2004
|
selected: string[];
|
|
@@ -1475,10 +2060,10 @@ declare const Transfer: {
|
|
|
1475
2060
|
type: ObjectConstructor;
|
|
1476
2061
|
};
|
|
1477
2062
|
}>> & Readonly<{
|
|
2063
|
+
onChange?: ((value: string[]) => any) | undefined;
|
|
1478
2064
|
onSearch?: ((value: string, type: "source" | "target") => any) | undefined;
|
|
1479
2065
|
onSelect?: ((selected: string[]) => any) | undefined;
|
|
1480
2066
|
"onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
|
|
1481
|
-
onChange?: ((value: string[]) => any) | undefined;
|
|
1482
2067
|
"onUpdate:selected"?: ((selected: string[]) => any) | undefined;
|
|
1483
2068
|
}>, {
|
|
1484
2069
|
prefixCls: string;
|
|
@@ -1506,8 +2091,8 @@ declare const Transfer: {
|
|
|
1506
2091
|
defaultValue: string[];
|
|
1507
2092
|
data: import("./interface").TransferItem[];
|
|
1508
2093
|
title: string[];
|
|
1509
|
-
modelValue: string[];
|
|
1510
2094
|
simple: boolean;
|
|
2095
|
+
modelValue: string[];
|
|
1511
2096
|
showSearch: boolean;
|
|
1512
2097
|
showSelectAll: boolean;
|
|
1513
2098
|
selected: string[];
|
|
@@ -1560,13 +2145,130 @@ declare const Transfer: {
|
|
|
1560
2145
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1561
2146
|
click: (ev: MouseEvent) => true;
|
|
1562
2147
|
}, import("vue").PublicProps, {
|
|
2148
|
+
autofocus: boolean;
|
|
2149
|
+
disabled: boolean;
|
|
1563
2150
|
long: boolean;
|
|
1564
2151
|
loading: boolean;
|
|
1565
|
-
disabled: boolean;
|
|
1566
2152
|
htmlType: "submit" | "reset" | "button";
|
|
1567
|
-
autofocus: boolean;
|
|
1568
2153
|
}, true, {}, {}, {
|
|
1569
|
-
IconLoading:
|
|
2154
|
+
IconLoading: {
|
|
2155
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2156
|
+
size: {
|
|
2157
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2158
|
+
};
|
|
2159
|
+
strokeWidth: {
|
|
2160
|
+
type: NumberConstructor;
|
|
2161
|
+
default: number;
|
|
2162
|
+
};
|
|
2163
|
+
strokeLinecap: {
|
|
2164
|
+
type: StringConstructor;
|
|
2165
|
+
default: string;
|
|
2166
|
+
validator: (value: any) => boolean;
|
|
2167
|
+
};
|
|
2168
|
+
strokeLinejoin: {
|
|
2169
|
+
type: StringConstructor;
|
|
2170
|
+
default: string;
|
|
2171
|
+
validator: (value: any) => boolean;
|
|
2172
|
+
};
|
|
2173
|
+
rotate: NumberConstructor;
|
|
2174
|
+
spin: BooleanConstructor;
|
|
2175
|
+
}>> & Readonly<{
|
|
2176
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
2177
|
+
}>, {
|
|
2178
|
+
cls: import("vue").ComputedRef<(string | {
|
|
2179
|
+
[x: string]: boolean;
|
|
2180
|
+
})[]>;
|
|
2181
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
2182
|
+
onClick: (ev: MouseEvent) => void;
|
|
2183
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2184
|
+
click: (ev: MouseEvent) => true;
|
|
2185
|
+
}, import("vue").PublicProps, {
|
|
2186
|
+
spin: boolean;
|
|
2187
|
+
strokeWidth: number;
|
|
2188
|
+
strokeLinecap: string;
|
|
2189
|
+
strokeLinejoin: string;
|
|
2190
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2191
|
+
P: {};
|
|
2192
|
+
B: {};
|
|
2193
|
+
D: {};
|
|
2194
|
+
C: {};
|
|
2195
|
+
M: {};
|
|
2196
|
+
Defaults: {};
|
|
2197
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
2198
|
+
size: {
|
|
2199
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2200
|
+
};
|
|
2201
|
+
strokeWidth: {
|
|
2202
|
+
type: NumberConstructor;
|
|
2203
|
+
default: number;
|
|
2204
|
+
};
|
|
2205
|
+
strokeLinecap: {
|
|
2206
|
+
type: StringConstructor;
|
|
2207
|
+
default: string;
|
|
2208
|
+
validator: (value: any) => boolean;
|
|
2209
|
+
};
|
|
2210
|
+
strokeLinejoin: {
|
|
2211
|
+
type: StringConstructor;
|
|
2212
|
+
default: string;
|
|
2213
|
+
validator: (value: any) => boolean;
|
|
2214
|
+
};
|
|
2215
|
+
rotate: NumberConstructor;
|
|
2216
|
+
spin: BooleanConstructor;
|
|
2217
|
+
}>> & Readonly<{
|
|
2218
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
2219
|
+
}>, {
|
|
2220
|
+
cls: import("vue").ComputedRef<(string | {
|
|
2221
|
+
[x: string]: boolean;
|
|
2222
|
+
})[]>;
|
|
2223
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
2224
|
+
onClick: (ev: MouseEvent) => void;
|
|
2225
|
+
}, {}, {}, {}, {
|
|
2226
|
+
spin: boolean;
|
|
2227
|
+
strokeWidth: number;
|
|
2228
|
+
strokeLinecap: string;
|
|
2229
|
+
strokeLinejoin: string;
|
|
2230
|
+
}>;
|
|
2231
|
+
__isFragment?: never;
|
|
2232
|
+
__isTeleport?: never;
|
|
2233
|
+
__isSuspense?: never;
|
|
2234
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2235
|
+
size: {
|
|
2236
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2237
|
+
};
|
|
2238
|
+
strokeWidth: {
|
|
2239
|
+
type: NumberConstructor;
|
|
2240
|
+
default: number;
|
|
2241
|
+
};
|
|
2242
|
+
strokeLinecap: {
|
|
2243
|
+
type: StringConstructor;
|
|
2244
|
+
default: string;
|
|
2245
|
+
validator: (value: any) => boolean;
|
|
2246
|
+
};
|
|
2247
|
+
strokeLinejoin: {
|
|
2248
|
+
type: StringConstructor;
|
|
2249
|
+
default: string;
|
|
2250
|
+
validator: (value: any) => boolean;
|
|
2251
|
+
};
|
|
2252
|
+
rotate: NumberConstructor;
|
|
2253
|
+
spin: BooleanConstructor;
|
|
2254
|
+
}>> & Readonly<{
|
|
2255
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
2256
|
+
}>, {
|
|
2257
|
+
cls: import("vue").ComputedRef<(string | {
|
|
2258
|
+
[x: string]: boolean;
|
|
2259
|
+
})[]>;
|
|
2260
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
2261
|
+
onClick: (ev: MouseEvent) => void;
|
|
2262
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2263
|
+
click: (ev: MouseEvent) => true;
|
|
2264
|
+
}, string, {
|
|
2265
|
+
spin: boolean;
|
|
2266
|
+
strokeWidth: number;
|
|
2267
|
+
strokeLinecap: string;
|
|
2268
|
+
strokeLinejoin: string;
|
|
2269
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
2270
|
+
install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
|
|
2271
|
+
};
|
|
1570
2272
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1571
2273
|
P: {};
|
|
1572
2274
|
B: {};
|
|
@@ -1617,11 +2319,11 @@ declare const Transfer: {
|
|
|
1617
2319
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
1618
2320
|
handleClick: (ev: MouseEvent) => void;
|
|
1619
2321
|
}, {}, {}, {}, {
|
|
2322
|
+
autofocus: boolean;
|
|
2323
|
+
disabled: boolean;
|
|
1620
2324
|
long: boolean;
|
|
1621
2325
|
loading: boolean;
|
|
1622
|
-
disabled: boolean;
|
|
1623
2326
|
htmlType: "submit" | "reset" | "button";
|
|
1624
|
-
autofocus: boolean;
|
|
1625
2327
|
}>;
|
|
1626
2328
|
__isFragment?: never;
|
|
1627
2329
|
__isTeleport?: never;
|
|
@@ -1671,13 +2373,130 @@ declare const Transfer: {
|
|
|
1671
2373
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1672
2374
|
click: (ev: MouseEvent) => true;
|
|
1673
2375
|
}, string, {
|
|
2376
|
+
autofocus: boolean;
|
|
2377
|
+
disabled: boolean;
|
|
1674
2378
|
long: boolean;
|
|
1675
2379
|
loading: boolean;
|
|
1676
|
-
disabled: boolean;
|
|
1677
2380
|
htmlType: "submit" | "reset" | "button";
|
|
1678
|
-
autofocus: boolean;
|
|
1679
2381
|
}, {}, string, {}, {
|
|
1680
|
-
IconLoading:
|
|
2382
|
+
IconLoading: {
|
|
2383
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2384
|
+
size: {
|
|
2385
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2386
|
+
};
|
|
2387
|
+
strokeWidth: {
|
|
2388
|
+
type: NumberConstructor;
|
|
2389
|
+
default: number;
|
|
2390
|
+
};
|
|
2391
|
+
strokeLinecap: {
|
|
2392
|
+
type: StringConstructor;
|
|
2393
|
+
default: string;
|
|
2394
|
+
validator: (value: any) => boolean;
|
|
2395
|
+
};
|
|
2396
|
+
strokeLinejoin: {
|
|
2397
|
+
type: StringConstructor;
|
|
2398
|
+
default: string;
|
|
2399
|
+
validator: (value: any) => boolean;
|
|
2400
|
+
};
|
|
2401
|
+
rotate: NumberConstructor;
|
|
2402
|
+
spin: BooleanConstructor;
|
|
2403
|
+
}>> & Readonly<{
|
|
2404
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
2405
|
+
}>, {
|
|
2406
|
+
cls: import("vue").ComputedRef<(string | {
|
|
2407
|
+
[x: string]: boolean;
|
|
2408
|
+
})[]>;
|
|
2409
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
2410
|
+
onClick: (ev: MouseEvent) => void;
|
|
2411
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2412
|
+
click: (ev: MouseEvent) => true;
|
|
2413
|
+
}, import("vue").PublicProps, {
|
|
2414
|
+
spin: boolean;
|
|
2415
|
+
strokeWidth: number;
|
|
2416
|
+
strokeLinecap: string;
|
|
2417
|
+
strokeLinejoin: string;
|
|
2418
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2419
|
+
P: {};
|
|
2420
|
+
B: {};
|
|
2421
|
+
D: {};
|
|
2422
|
+
C: {};
|
|
2423
|
+
M: {};
|
|
2424
|
+
Defaults: {};
|
|
2425
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
2426
|
+
size: {
|
|
2427
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2428
|
+
};
|
|
2429
|
+
strokeWidth: {
|
|
2430
|
+
type: NumberConstructor;
|
|
2431
|
+
default: number;
|
|
2432
|
+
};
|
|
2433
|
+
strokeLinecap: {
|
|
2434
|
+
type: StringConstructor;
|
|
2435
|
+
default: string;
|
|
2436
|
+
validator: (value: any) => boolean;
|
|
2437
|
+
};
|
|
2438
|
+
strokeLinejoin: {
|
|
2439
|
+
type: StringConstructor;
|
|
2440
|
+
default: string;
|
|
2441
|
+
validator: (value: any) => boolean;
|
|
2442
|
+
};
|
|
2443
|
+
rotate: NumberConstructor;
|
|
2444
|
+
spin: BooleanConstructor;
|
|
2445
|
+
}>> & Readonly<{
|
|
2446
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
2447
|
+
}>, {
|
|
2448
|
+
cls: import("vue").ComputedRef<(string | {
|
|
2449
|
+
[x: string]: boolean;
|
|
2450
|
+
})[]>;
|
|
2451
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
2452
|
+
onClick: (ev: MouseEvent) => void;
|
|
2453
|
+
}, {}, {}, {}, {
|
|
2454
|
+
spin: boolean;
|
|
2455
|
+
strokeWidth: number;
|
|
2456
|
+
strokeLinecap: string;
|
|
2457
|
+
strokeLinejoin: string;
|
|
2458
|
+
}>;
|
|
2459
|
+
__isFragment?: never;
|
|
2460
|
+
__isTeleport?: never;
|
|
2461
|
+
__isSuspense?: never;
|
|
2462
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2463
|
+
size: {
|
|
2464
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2465
|
+
};
|
|
2466
|
+
strokeWidth: {
|
|
2467
|
+
type: NumberConstructor;
|
|
2468
|
+
default: number;
|
|
2469
|
+
};
|
|
2470
|
+
strokeLinecap: {
|
|
2471
|
+
type: StringConstructor;
|
|
2472
|
+
default: string;
|
|
2473
|
+
validator: (value: any) => boolean;
|
|
2474
|
+
};
|
|
2475
|
+
strokeLinejoin: {
|
|
2476
|
+
type: StringConstructor;
|
|
2477
|
+
default: string;
|
|
2478
|
+
validator: (value: any) => boolean;
|
|
2479
|
+
};
|
|
2480
|
+
rotate: NumberConstructor;
|
|
2481
|
+
spin: BooleanConstructor;
|
|
2482
|
+
}>> & Readonly<{
|
|
2483
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
2484
|
+
}>, {
|
|
2485
|
+
cls: import("vue").ComputedRef<(string | {
|
|
2486
|
+
[x: string]: boolean;
|
|
2487
|
+
})[]>;
|
|
2488
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
2489
|
+
onClick: (ev: MouseEvent) => void;
|
|
2490
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2491
|
+
click: (ev: MouseEvent) => true;
|
|
2492
|
+
}, string, {
|
|
2493
|
+
spin: boolean;
|
|
2494
|
+
strokeWidth: number;
|
|
2495
|
+
strokeLinecap: string;
|
|
2496
|
+
strokeLinejoin: string;
|
|
2497
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
2498
|
+
install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
|
|
2499
|
+
};
|
|
1681
2500
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1682
2501
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1683
2502
|
type: {
|
|
@@ -1784,8 +2603,8 @@ declare const Transfer: {
|
|
|
1784
2603
|
onSearch?: ((...args: any[]) => any) | undefined;
|
|
1785
2604
|
}>, {
|
|
1786
2605
|
disabled: boolean;
|
|
1787
|
-
allowClear: boolean;
|
|
1788
2606
|
simple: boolean;
|
|
2607
|
+
allowClear: boolean;
|
|
1789
2608
|
showSearch: boolean;
|
|
1790
2609
|
showSelectAll: boolean;
|
|
1791
2610
|
}, {}, {
|
|
@@ -1796,9 +2615,9 @@ declare const Transfer: {
|
|
|
1796
2615
|
type: BooleanConstructor;
|
|
1797
2616
|
default: boolean;
|
|
1798
2617
|
};
|
|
1799
|
-
}>, () => import("vue
|
|
2618
|
+
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1800
2619
|
[key: string]: any;
|
|
1801
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2620
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1802
2621
|
description: StringConstructor;
|
|
1803
2622
|
imgSrc: StringConstructor;
|
|
1804
2623
|
inConfigProvider: {
|
|
@@ -1834,8 +2653,8 @@ declare const Transfer: {
|
|
|
1834
2653
|
default: boolean;
|
|
1835
2654
|
};
|
|
1836
2655
|
}>> & Readonly<{
|
|
1837
|
-
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
1838
2656
|
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
2657
|
+
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
1839
2658
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1840
2659
|
'update:modelValue': (value: boolean | (string | number | boolean)[]) => true;
|
|
1841
2660
|
change: (value: boolean | (string | number | boolean)[], ev: Event) => true;
|
|
@@ -1909,8 +2728,8 @@ declare const Transfer: {
|
|
|
1909
2728
|
default: boolean;
|
|
1910
2729
|
};
|
|
1911
2730
|
}>> & Readonly<{
|
|
1912
|
-
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
1913
2731
|
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
2732
|
+
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
1914
2733
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1915
2734
|
disabled: boolean;
|
|
1916
2735
|
modelValue: boolean | (string | number | boolean)[];
|
|
@@ -1946,8 +2765,8 @@ declare const Transfer: {
|
|
|
1946
2765
|
default: boolean;
|
|
1947
2766
|
};
|
|
1948
2767
|
}>> & Readonly<{
|
|
1949
|
-
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
1950
2768
|
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
2769
|
+
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
1951
2770
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1952
2771
|
'update:modelValue': (value: boolean | (string | number | boolean)[]) => true;
|
|
1953
2772
|
change: (value: boolean | (string | number | boolean)[], ev: Event) => true;
|
|
@@ -2040,13 +2859,13 @@ declare const Transfer: {
|
|
|
2040
2859
|
default: boolean;
|
|
2041
2860
|
};
|
|
2042
2861
|
}>> & Readonly<{
|
|
2043
|
-
"onUpdate:modelValue"?: ((value: (string | number | boolean)[]) => any) | undefined;
|
|
2044
2862
|
onChange?: ((value: (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
2863
|
+
"onUpdate:modelValue"?: ((value: (string | number | boolean)[]) => any) | undefined;
|
|
2045
2864
|
}>, {
|
|
2046
2865
|
disabled: boolean;
|
|
2047
2866
|
defaultValue: (string | number | boolean)[];
|
|
2048
|
-
direction: "horizontal" | "vertical";
|
|
2049
2867
|
modelValue: (string | number | boolean)[];
|
|
2868
|
+
direction: "horizontal" | "vertical";
|
|
2050
2869
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2051
2870
|
install: (app: App, options?: SDOptions) => void;
|
|
2052
2871
|
};
|
|
@@ -2080,7 +2899,124 @@ declare const Transfer: {
|
|
|
2080
2899
|
size: "mini" | "small" | "medium" | "large";
|
|
2081
2900
|
disabled: boolean;
|
|
2082
2901
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2083
|
-
IconDelete:
|
|
2902
|
+
IconDelete: {
|
|
2903
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
2904
|
+
size: {
|
|
2905
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2906
|
+
};
|
|
2907
|
+
strokeWidth: {
|
|
2908
|
+
type: NumberConstructor;
|
|
2909
|
+
default: number;
|
|
2910
|
+
};
|
|
2911
|
+
strokeLinecap: {
|
|
2912
|
+
type: StringConstructor;
|
|
2913
|
+
default: string;
|
|
2914
|
+
validator: (value: any) => boolean;
|
|
2915
|
+
};
|
|
2916
|
+
strokeLinejoin: {
|
|
2917
|
+
type: StringConstructor;
|
|
2918
|
+
default: string;
|
|
2919
|
+
validator: (value: any) => boolean;
|
|
2920
|
+
};
|
|
2921
|
+
rotate: NumberConstructor;
|
|
2922
|
+
spin: BooleanConstructor;
|
|
2923
|
+
}>> & Readonly<{
|
|
2924
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
2925
|
+
}>, {
|
|
2926
|
+
cls: import("vue").ComputedRef<(string | {
|
|
2927
|
+
[x: string]: boolean;
|
|
2928
|
+
})[]>;
|
|
2929
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
2930
|
+
onClick: (ev: MouseEvent) => void;
|
|
2931
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2932
|
+
click: (ev: MouseEvent) => true;
|
|
2933
|
+
}, import("vue").PublicProps, {
|
|
2934
|
+
spin: boolean;
|
|
2935
|
+
strokeWidth: number;
|
|
2936
|
+
strokeLinecap: string;
|
|
2937
|
+
strokeLinejoin: string;
|
|
2938
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2939
|
+
P: {};
|
|
2940
|
+
B: {};
|
|
2941
|
+
D: {};
|
|
2942
|
+
C: {};
|
|
2943
|
+
M: {};
|
|
2944
|
+
Defaults: {};
|
|
2945
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
2946
|
+
size: {
|
|
2947
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2948
|
+
};
|
|
2949
|
+
strokeWidth: {
|
|
2950
|
+
type: NumberConstructor;
|
|
2951
|
+
default: number;
|
|
2952
|
+
};
|
|
2953
|
+
strokeLinecap: {
|
|
2954
|
+
type: StringConstructor;
|
|
2955
|
+
default: string;
|
|
2956
|
+
validator: (value: any) => boolean;
|
|
2957
|
+
};
|
|
2958
|
+
strokeLinejoin: {
|
|
2959
|
+
type: StringConstructor;
|
|
2960
|
+
default: string;
|
|
2961
|
+
validator: (value: any) => boolean;
|
|
2962
|
+
};
|
|
2963
|
+
rotate: NumberConstructor;
|
|
2964
|
+
spin: BooleanConstructor;
|
|
2965
|
+
}>> & Readonly<{
|
|
2966
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
2967
|
+
}>, {
|
|
2968
|
+
cls: import("vue").ComputedRef<(string | {
|
|
2969
|
+
[x: string]: boolean;
|
|
2970
|
+
})[]>;
|
|
2971
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
2972
|
+
onClick: (ev: MouseEvent) => void;
|
|
2973
|
+
}, {}, {}, {}, {
|
|
2974
|
+
spin: boolean;
|
|
2975
|
+
strokeWidth: number;
|
|
2976
|
+
strokeLinecap: string;
|
|
2977
|
+
strokeLinejoin: string;
|
|
2978
|
+
}>;
|
|
2979
|
+
__isFragment?: never;
|
|
2980
|
+
__isTeleport?: never;
|
|
2981
|
+
__isSuspense?: never;
|
|
2982
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2983
|
+
size: {
|
|
2984
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
2985
|
+
};
|
|
2986
|
+
strokeWidth: {
|
|
2987
|
+
type: NumberConstructor;
|
|
2988
|
+
default: number;
|
|
2989
|
+
};
|
|
2990
|
+
strokeLinecap: {
|
|
2991
|
+
type: StringConstructor;
|
|
2992
|
+
default: string;
|
|
2993
|
+
validator: (value: any) => boolean;
|
|
2994
|
+
};
|
|
2995
|
+
strokeLinejoin: {
|
|
2996
|
+
type: StringConstructor;
|
|
2997
|
+
default: string;
|
|
2998
|
+
validator: (value: any) => boolean;
|
|
2999
|
+
};
|
|
3000
|
+
rotate: NumberConstructor;
|
|
3001
|
+
spin: BooleanConstructor;
|
|
3002
|
+
}>> & Readonly<{
|
|
3003
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
3004
|
+
}>, {
|
|
3005
|
+
cls: import("vue").ComputedRef<(string | {
|
|
3006
|
+
[x: string]: boolean;
|
|
3007
|
+
})[]>;
|
|
3008
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
3009
|
+
onClick: (ev: MouseEvent) => void;
|
|
3010
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3011
|
+
click: (ev: MouseEvent) => true;
|
|
3012
|
+
}, string, {
|
|
3013
|
+
spin: boolean;
|
|
3014
|
+
strokeWidth: number;
|
|
3015
|
+
strokeLinecap: string;
|
|
3016
|
+
strokeLinejoin: string;
|
|
3017
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
3018
|
+
install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
|
|
3019
|
+
};
|
|
2084
3020
|
InputSearch: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2085
3021
|
searchButton: {
|
|
2086
3022
|
type: BooleanConstructor;
|
|
@@ -2136,8 +3072,8 @@ declare const Transfer: {
|
|
|
2136
3072
|
}>> & Readonly<{
|
|
2137
3073
|
onSearch?: ((value: string, ev: MouseEvent) => any) | undefined;
|
|
2138
3074
|
}>, {
|
|
2139
|
-
loading: boolean;
|
|
2140
3075
|
disabled: boolean;
|
|
3076
|
+
loading: boolean;
|
|
2141
3077
|
searchButton: boolean;
|
|
2142
3078
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2143
3079
|
List: {
|
|
@@ -2189,8 +3125,8 @@ declare const Transfer: {
|
|
|
2189
3125
|
}>> & Readonly<{
|
|
2190
3126
|
onScroll?: (() => any) | undefined;
|
|
2191
3127
|
onReachBottom?: (() => any) | undefined;
|
|
2192
|
-
onPageChange?: ((page: number) => any) | undefined;
|
|
2193
3128
|
onPageSizeChange?: ((pageSize: number) => any) | undefined;
|
|
3129
|
+
onPageChange?: ((page: number) => any) | undefined;
|
|
2194
3130
|
}>, {
|
|
2195
3131
|
virtualListRef: import("vue").Ref<any, any>;
|
|
2196
3132
|
render: () => import("vue/jsx-runtime").JSX.Element;
|
|
@@ -2204,12 +3140,12 @@ declare const Transfer: {
|
|
|
2204
3140
|
}, import("vue").PublicProps, {
|
|
2205
3141
|
size: "small" | "medium" | "large";
|
|
2206
3142
|
loading: boolean;
|
|
2207
|
-
hoverable: boolean;
|
|
2208
3143
|
split: boolean;
|
|
2209
3144
|
bordered: boolean;
|
|
2210
3145
|
scrollbar: boolean | import("..").ScrollbarProps;
|
|
2211
|
-
maxHeight: string | number;
|
|
2212
3146
|
bottomOffset: number;
|
|
3147
|
+
maxHeight: string | number;
|
|
3148
|
+
hoverable: boolean;
|
|
2213
3149
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2214
3150
|
P: {};
|
|
2215
3151
|
B: {};
|
|
@@ -2265,8 +3201,8 @@ declare const Transfer: {
|
|
|
2265
3201
|
}>> & Readonly<{
|
|
2266
3202
|
onScroll?: (() => any) | undefined;
|
|
2267
3203
|
onReachBottom?: (() => any) | undefined;
|
|
2268
|
-
onPageChange?: ((page: number) => any) | undefined;
|
|
2269
3204
|
onPageSizeChange?: ((pageSize: number) => any) | undefined;
|
|
3205
|
+
onPageChange?: ((page: number) => any) | undefined;
|
|
2270
3206
|
}>, {
|
|
2271
3207
|
virtualListRef: import("vue").Ref<any, any>;
|
|
2272
3208
|
render: () => import("vue/jsx-runtime").JSX.Element;
|
|
@@ -2275,12 +3211,12 @@ declare const Transfer: {
|
|
|
2275
3211
|
}, {
|
|
2276
3212
|
size: "small" | "medium" | "large";
|
|
2277
3213
|
loading: boolean;
|
|
2278
|
-
hoverable: boolean;
|
|
2279
3214
|
split: boolean;
|
|
2280
3215
|
bordered: boolean;
|
|
2281
3216
|
scrollbar: boolean | import("..").ScrollbarProps;
|
|
2282
|
-
maxHeight: string | number;
|
|
2283
3217
|
bottomOffset: number;
|
|
3218
|
+
maxHeight: string | number;
|
|
3219
|
+
hoverable: boolean;
|
|
2284
3220
|
}>;
|
|
2285
3221
|
__isFragment?: never;
|
|
2286
3222
|
__isTeleport?: never;
|
|
@@ -2333,8 +3269,8 @@ declare const Transfer: {
|
|
|
2333
3269
|
}>> & Readonly<{
|
|
2334
3270
|
onScroll?: (() => any) | undefined;
|
|
2335
3271
|
onReachBottom?: (() => any) | undefined;
|
|
2336
|
-
onPageChange?: ((page: number) => any) | undefined;
|
|
2337
3272
|
onPageSizeChange?: ((pageSize: number) => any) | undefined;
|
|
3273
|
+
onPageChange?: ((page: number) => any) | undefined;
|
|
2338
3274
|
}>, {
|
|
2339
3275
|
virtualListRef: import("vue").Ref<any, any>;
|
|
2340
3276
|
render: () => import("vue/jsx-runtime").JSX.Element;
|
|
@@ -2348,12 +3284,12 @@ declare const Transfer: {
|
|
|
2348
3284
|
}, string, {
|
|
2349
3285
|
size: "small" | "medium" | "large";
|
|
2350
3286
|
loading: boolean;
|
|
2351
|
-
hoverable: boolean;
|
|
2352
3287
|
split: boolean;
|
|
2353
3288
|
bordered: boolean;
|
|
2354
3289
|
scrollbar: boolean | import("..").ScrollbarProps;
|
|
2355
|
-
maxHeight: string | number;
|
|
2356
3290
|
bottomOffset: number;
|
|
3291
|
+
maxHeight: string | number;
|
|
3292
|
+
hoverable: boolean;
|
|
2357
3293
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
2358
3294
|
Item: {
|
|
2359
3295
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2441,8 +3377,8 @@ declare const Transfer: {
|
|
|
2441
3377
|
}>> & Readonly<{}>, {
|
|
2442
3378
|
disabled: boolean;
|
|
2443
3379
|
draggable: boolean;
|
|
2444
|
-
allowClear: boolean;
|
|
2445
3380
|
simple: boolean;
|
|
3381
|
+
allowClear: boolean;
|
|
2446
3382
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2447
3383
|
Scrollbar: {
|
|
2448
3384
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2450,7 +3386,7 @@ declare const Transfer: {
|
|
|
2450
3386
|
type: import("vue").PropType<"track" | "embed">;
|
|
2451
3387
|
default: string;
|
|
2452
3388
|
};
|
|
2453
|
-
outerClass: (
|
|
3389
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2454
3390
|
outerStyle: {
|
|
2455
3391
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
2456
3392
|
};
|
|
@@ -2470,7 +3406,7 @@ declare const Transfer: {
|
|
|
2470
3406
|
onScroll?: ((ev: Event) => any) | undefined;
|
|
2471
3407
|
}>, {
|
|
2472
3408
|
prefixCls: string;
|
|
2473
|
-
cls: import("vue").ComputedRef<(string |
|
|
3409
|
+
cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
|
|
2474
3410
|
style: import("vue").ComputedRef<import("vue").StyleValue[]>;
|
|
2475
3411
|
containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
2476
3412
|
horizontalThumbRef: import("vue").Ref<any, any>;
|
|
@@ -2559,8 +3495,8 @@ declare const Transfer: {
|
|
|
2559
3495
|
}>> & Readonly<{
|
|
2560
3496
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
2561
3497
|
}>, {
|
|
2562
|
-
direction: "horizontal" | "vertical";
|
|
2563
3498
|
both: boolean;
|
|
3499
|
+
direction: "horizontal" | "vertical";
|
|
2564
3500
|
alwaysShow: boolean;
|
|
2565
3501
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2566
3502
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2575,7 +3511,7 @@ declare const Transfer: {
|
|
|
2575
3511
|
type: import("vue").PropType<"track" | "embed">;
|
|
2576
3512
|
default: string;
|
|
2577
3513
|
};
|
|
2578
|
-
outerClass: (
|
|
3514
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2579
3515
|
outerStyle: {
|
|
2580
3516
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
2581
3517
|
};
|
|
@@ -2595,7 +3531,7 @@ declare const Transfer: {
|
|
|
2595
3531
|
onScroll?: ((ev: Event) => any) | undefined;
|
|
2596
3532
|
}>, {
|
|
2597
3533
|
prefixCls: string;
|
|
2598
|
-
cls: import("vue").ComputedRef<(string |
|
|
3534
|
+
cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
|
|
2599
3535
|
style: import("vue").ComputedRef<import("vue").StyleValue[]>;
|
|
2600
3536
|
containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
2601
3537
|
horizontalThumbRef: import("vue").Ref<any, any>;
|
|
@@ -2630,7 +3566,7 @@ declare const Transfer: {
|
|
|
2630
3566
|
type: import("vue").PropType<"track" | "embed">;
|
|
2631
3567
|
default: string;
|
|
2632
3568
|
};
|
|
2633
|
-
outerClass: (
|
|
3569
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2634
3570
|
outerStyle: {
|
|
2635
3571
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
2636
3572
|
};
|
|
@@ -2650,7 +3586,7 @@ declare const Transfer: {
|
|
|
2650
3586
|
onScroll?: ((ev: Event) => any) | undefined;
|
|
2651
3587
|
}>, {
|
|
2652
3588
|
prefixCls: string;
|
|
2653
|
-
cls: import("vue").ComputedRef<(string |
|
|
3589
|
+
cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
|
|
2654
3590
|
style: import("vue").ComputedRef<import("vue").StyleValue[]>;
|
|
2655
3591
|
containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
2656
3592
|
horizontalThumbRef: import("vue").Ref<any, any>;
|
|
@@ -2739,16 +3675,250 @@ declare const Transfer: {
|
|
|
2739
3675
|
}>> & Readonly<{
|
|
2740
3676
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
2741
3677
|
}>, {
|
|
2742
|
-
direction: "horizontal" | "vertical";
|
|
2743
3678
|
both: boolean;
|
|
3679
|
+
direction: "horizontal" | "vertical";
|
|
2744
3680
|
alwaysShow: boolean;
|
|
2745
3681
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2746
3682
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
2747
3683
|
install: (app: App, options?: SDOptions) => void;
|
|
2748
3684
|
};
|
|
2749
3685
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2750
|
-
IconLeft:
|
|
2751
|
-
|
|
3686
|
+
IconLeft: {
|
|
3687
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3688
|
+
size: {
|
|
3689
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3690
|
+
};
|
|
3691
|
+
strokeWidth: {
|
|
3692
|
+
type: NumberConstructor;
|
|
3693
|
+
default: number;
|
|
3694
|
+
};
|
|
3695
|
+
strokeLinecap: {
|
|
3696
|
+
type: StringConstructor;
|
|
3697
|
+
default: string;
|
|
3698
|
+
validator: (value: any) => boolean;
|
|
3699
|
+
};
|
|
3700
|
+
strokeLinejoin: {
|
|
3701
|
+
type: StringConstructor;
|
|
3702
|
+
default: string;
|
|
3703
|
+
validator: (value: any) => boolean;
|
|
3704
|
+
};
|
|
3705
|
+
rotate: NumberConstructor;
|
|
3706
|
+
spin: BooleanConstructor;
|
|
3707
|
+
}>> & Readonly<{
|
|
3708
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
3709
|
+
}>, {
|
|
3710
|
+
cls: import("vue").ComputedRef<(string | {
|
|
3711
|
+
[x: string]: boolean;
|
|
3712
|
+
})[]>;
|
|
3713
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
3714
|
+
onClick: (ev: MouseEvent) => void;
|
|
3715
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3716
|
+
click: (ev: MouseEvent) => true;
|
|
3717
|
+
}, import("vue").PublicProps, {
|
|
3718
|
+
spin: boolean;
|
|
3719
|
+
strokeWidth: number;
|
|
3720
|
+
strokeLinecap: string;
|
|
3721
|
+
strokeLinejoin: string;
|
|
3722
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
3723
|
+
P: {};
|
|
3724
|
+
B: {};
|
|
3725
|
+
D: {};
|
|
3726
|
+
C: {};
|
|
3727
|
+
M: {};
|
|
3728
|
+
Defaults: {};
|
|
3729
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
3730
|
+
size: {
|
|
3731
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3732
|
+
};
|
|
3733
|
+
strokeWidth: {
|
|
3734
|
+
type: NumberConstructor;
|
|
3735
|
+
default: number;
|
|
3736
|
+
};
|
|
3737
|
+
strokeLinecap: {
|
|
3738
|
+
type: StringConstructor;
|
|
3739
|
+
default: string;
|
|
3740
|
+
validator: (value: any) => boolean;
|
|
3741
|
+
};
|
|
3742
|
+
strokeLinejoin: {
|
|
3743
|
+
type: StringConstructor;
|
|
3744
|
+
default: string;
|
|
3745
|
+
validator: (value: any) => boolean;
|
|
3746
|
+
};
|
|
3747
|
+
rotate: NumberConstructor;
|
|
3748
|
+
spin: BooleanConstructor;
|
|
3749
|
+
}>> & Readonly<{
|
|
3750
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
3751
|
+
}>, {
|
|
3752
|
+
cls: import("vue").ComputedRef<(string | {
|
|
3753
|
+
[x: string]: boolean;
|
|
3754
|
+
})[]>;
|
|
3755
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
3756
|
+
onClick: (ev: MouseEvent) => void;
|
|
3757
|
+
}, {}, {}, {}, {
|
|
3758
|
+
spin: boolean;
|
|
3759
|
+
strokeWidth: number;
|
|
3760
|
+
strokeLinecap: string;
|
|
3761
|
+
strokeLinejoin: string;
|
|
3762
|
+
}>;
|
|
3763
|
+
__isFragment?: never;
|
|
3764
|
+
__isTeleport?: never;
|
|
3765
|
+
__isSuspense?: never;
|
|
3766
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3767
|
+
size: {
|
|
3768
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3769
|
+
};
|
|
3770
|
+
strokeWidth: {
|
|
3771
|
+
type: NumberConstructor;
|
|
3772
|
+
default: number;
|
|
3773
|
+
};
|
|
3774
|
+
strokeLinecap: {
|
|
3775
|
+
type: StringConstructor;
|
|
3776
|
+
default: string;
|
|
3777
|
+
validator: (value: any) => boolean;
|
|
3778
|
+
};
|
|
3779
|
+
strokeLinejoin: {
|
|
3780
|
+
type: StringConstructor;
|
|
3781
|
+
default: string;
|
|
3782
|
+
validator: (value: any) => boolean;
|
|
3783
|
+
};
|
|
3784
|
+
rotate: NumberConstructor;
|
|
3785
|
+
spin: BooleanConstructor;
|
|
3786
|
+
}>> & Readonly<{
|
|
3787
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
3788
|
+
}>, {
|
|
3789
|
+
cls: import("vue").ComputedRef<(string | {
|
|
3790
|
+
[x: string]: boolean;
|
|
3791
|
+
})[]>;
|
|
3792
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
3793
|
+
onClick: (ev: MouseEvent) => void;
|
|
3794
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3795
|
+
click: (ev: MouseEvent) => true;
|
|
3796
|
+
}, string, {
|
|
3797
|
+
spin: boolean;
|
|
3798
|
+
strokeWidth: number;
|
|
3799
|
+
strokeLinecap: string;
|
|
3800
|
+
strokeLinejoin: string;
|
|
3801
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
3802
|
+
install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
|
|
3803
|
+
};
|
|
3804
|
+
IconRight: {
|
|
3805
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3806
|
+
size: {
|
|
3807
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3808
|
+
};
|
|
3809
|
+
strokeWidth: {
|
|
3810
|
+
type: NumberConstructor;
|
|
3811
|
+
default: number;
|
|
3812
|
+
};
|
|
3813
|
+
strokeLinecap: {
|
|
3814
|
+
type: StringConstructor;
|
|
3815
|
+
default: string;
|
|
3816
|
+
validator: (value: any) => boolean;
|
|
3817
|
+
};
|
|
3818
|
+
strokeLinejoin: {
|
|
3819
|
+
type: StringConstructor;
|
|
3820
|
+
default: string;
|
|
3821
|
+
validator: (value: any) => boolean;
|
|
3822
|
+
};
|
|
3823
|
+
rotate: NumberConstructor;
|
|
3824
|
+
spin: BooleanConstructor;
|
|
3825
|
+
}>> & Readonly<{
|
|
3826
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
3827
|
+
}>, {
|
|
3828
|
+
cls: import("vue").ComputedRef<(string | {
|
|
3829
|
+
[x: string]: boolean;
|
|
3830
|
+
})[]>;
|
|
3831
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
3832
|
+
onClick: (ev: MouseEvent) => void;
|
|
3833
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3834
|
+
click: (ev: MouseEvent) => true;
|
|
3835
|
+
}, import("vue").PublicProps, {
|
|
3836
|
+
spin: boolean;
|
|
3837
|
+
strokeWidth: number;
|
|
3838
|
+
strokeLinecap: string;
|
|
3839
|
+
strokeLinejoin: string;
|
|
3840
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
3841
|
+
P: {};
|
|
3842
|
+
B: {};
|
|
3843
|
+
D: {};
|
|
3844
|
+
C: {};
|
|
3845
|
+
M: {};
|
|
3846
|
+
Defaults: {};
|
|
3847
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
3848
|
+
size: {
|
|
3849
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3850
|
+
};
|
|
3851
|
+
strokeWidth: {
|
|
3852
|
+
type: NumberConstructor;
|
|
3853
|
+
default: number;
|
|
3854
|
+
};
|
|
3855
|
+
strokeLinecap: {
|
|
3856
|
+
type: StringConstructor;
|
|
3857
|
+
default: string;
|
|
3858
|
+
validator: (value: any) => boolean;
|
|
3859
|
+
};
|
|
3860
|
+
strokeLinejoin: {
|
|
3861
|
+
type: StringConstructor;
|
|
3862
|
+
default: string;
|
|
3863
|
+
validator: (value: any) => boolean;
|
|
3864
|
+
};
|
|
3865
|
+
rotate: NumberConstructor;
|
|
3866
|
+
spin: BooleanConstructor;
|
|
3867
|
+
}>> & Readonly<{
|
|
3868
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
3869
|
+
}>, {
|
|
3870
|
+
cls: import("vue").ComputedRef<(string | {
|
|
3871
|
+
[x: string]: boolean;
|
|
3872
|
+
})[]>;
|
|
3873
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
3874
|
+
onClick: (ev: MouseEvent) => void;
|
|
3875
|
+
}, {}, {}, {}, {
|
|
3876
|
+
spin: boolean;
|
|
3877
|
+
strokeWidth: number;
|
|
3878
|
+
strokeLinecap: string;
|
|
3879
|
+
strokeLinejoin: string;
|
|
3880
|
+
}>;
|
|
3881
|
+
__isFragment?: never;
|
|
3882
|
+
__isTeleport?: never;
|
|
3883
|
+
__isSuspense?: never;
|
|
3884
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3885
|
+
size: {
|
|
3886
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3887
|
+
};
|
|
3888
|
+
strokeWidth: {
|
|
3889
|
+
type: NumberConstructor;
|
|
3890
|
+
default: number;
|
|
3891
|
+
};
|
|
3892
|
+
strokeLinecap: {
|
|
3893
|
+
type: StringConstructor;
|
|
3894
|
+
default: string;
|
|
3895
|
+
validator: (value: any) => boolean;
|
|
3896
|
+
};
|
|
3897
|
+
strokeLinejoin: {
|
|
3898
|
+
type: StringConstructor;
|
|
3899
|
+
default: string;
|
|
3900
|
+
validator: (value: any) => boolean;
|
|
3901
|
+
};
|
|
3902
|
+
rotate: NumberConstructor;
|
|
3903
|
+
spin: BooleanConstructor;
|
|
3904
|
+
}>> & Readonly<{
|
|
3905
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
3906
|
+
}>, {
|
|
3907
|
+
cls: import("vue").ComputedRef<(string | {
|
|
3908
|
+
[x: string]: boolean;
|
|
3909
|
+
})[]>;
|
|
3910
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
3911
|
+
onClick: (ev: MouseEvent) => void;
|
|
3912
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3913
|
+
click: (ev: MouseEvent) => true;
|
|
3914
|
+
}, string, {
|
|
3915
|
+
spin: boolean;
|
|
3916
|
+
strokeWidth: number;
|
|
3917
|
+
strokeLinecap: string;
|
|
3918
|
+
strokeLinejoin: string;
|
|
3919
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
3920
|
+
install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
|
|
3921
|
+
};
|
|
2752
3922
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
2753
3923
|
install: (app: App, options?: SDOptions) => void;
|
|
2754
3924
|
};
|