@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
|
@@ -0,0 +1,1608 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import { CSSProperties } from 'vue';
|
|
3
|
+
import type { MessageType, TriggerPosition } from '../_utils/constant';
|
|
4
|
+
import { ClassName } from '../_utils/types';
|
|
5
|
+
import { ButtonProps } from '../button';
|
|
6
|
+
declare const _default: typeof __VLS_export;
|
|
7
|
+
export default _default;
|
|
8
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
9
|
+
content: StringConstructor;
|
|
10
|
+
position: {
|
|
11
|
+
type: PropType<TriggerPosition>;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
popupVisible: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: undefined;
|
|
17
|
+
};
|
|
18
|
+
defaultPopupVisible: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
type: {
|
|
23
|
+
type: PropType<MessageType>;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
okText: StringConstructor;
|
|
27
|
+
cancelText: StringConstructor;
|
|
28
|
+
okLoading: {
|
|
29
|
+
type: BooleanConstructor;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
32
|
+
okButtonProps: {
|
|
33
|
+
type: PropType<ButtonProps>;
|
|
34
|
+
};
|
|
35
|
+
cancelButtonProps: {
|
|
36
|
+
type: PropType<ButtonProps>;
|
|
37
|
+
};
|
|
38
|
+
contentClass: {
|
|
39
|
+
type: PropType<ClassName>;
|
|
40
|
+
};
|
|
41
|
+
contentStyle: {
|
|
42
|
+
type: PropType<CSSProperties>;
|
|
43
|
+
};
|
|
44
|
+
arrowClass: {
|
|
45
|
+
type: PropType<ClassName>;
|
|
46
|
+
};
|
|
47
|
+
arrowStyle: {
|
|
48
|
+
type: PropType<CSSProperties>;
|
|
49
|
+
};
|
|
50
|
+
popupContainer: {
|
|
51
|
+
type: PropType<string | HTMLElement>;
|
|
52
|
+
};
|
|
53
|
+
onBeforeOk: {
|
|
54
|
+
type: PropType<(done: (closed: boolean) => void) => void | boolean | Promise<void | boolean>>;
|
|
55
|
+
};
|
|
56
|
+
onBeforeCancel: {
|
|
57
|
+
type: PropType<() => boolean>;
|
|
58
|
+
};
|
|
59
|
+
}>, {
|
|
60
|
+
prefixCls: string;
|
|
61
|
+
contentCls: import("vue").ComputedRef<(ClassName | undefined)[]>;
|
|
62
|
+
arrowCls: import("vue").ComputedRef<(ClassName | undefined)[]>;
|
|
63
|
+
computedPopupVisible: import("vue").ComputedRef<boolean>;
|
|
64
|
+
mergedOkLoading: import("vue").ComputedRef<boolean>;
|
|
65
|
+
handlePopupVisibleChange: (visible: boolean) => void;
|
|
66
|
+
handleOk: () => Promise<void>;
|
|
67
|
+
handleCancel: () => void;
|
|
68
|
+
t: (key: string, ...args: any[]) => string;
|
|
69
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
70
|
+
'update:popupVisible': (visible: boolean) => true;
|
|
71
|
+
popupVisibleChange: (visible: boolean) => true;
|
|
72
|
+
ok: () => true;
|
|
73
|
+
cancel: () => true;
|
|
74
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
75
|
+
content: StringConstructor;
|
|
76
|
+
position: {
|
|
77
|
+
type: PropType<TriggerPosition>;
|
|
78
|
+
default: string;
|
|
79
|
+
};
|
|
80
|
+
popupVisible: {
|
|
81
|
+
type: BooleanConstructor;
|
|
82
|
+
default: undefined;
|
|
83
|
+
};
|
|
84
|
+
defaultPopupVisible: {
|
|
85
|
+
type: BooleanConstructor;
|
|
86
|
+
default: boolean;
|
|
87
|
+
};
|
|
88
|
+
type: {
|
|
89
|
+
type: PropType<MessageType>;
|
|
90
|
+
default: string;
|
|
91
|
+
};
|
|
92
|
+
okText: StringConstructor;
|
|
93
|
+
cancelText: StringConstructor;
|
|
94
|
+
okLoading: {
|
|
95
|
+
type: BooleanConstructor;
|
|
96
|
+
default: boolean;
|
|
97
|
+
};
|
|
98
|
+
okButtonProps: {
|
|
99
|
+
type: PropType<ButtonProps>;
|
|
100
|
+
};
|
|
101
|
+
cancelButtonProps: {
|
|
102
|
+
type: PropType<ButtonProps>;
|
|
103
|
+
};
|
|
104
|
+
contentClass: {
|
|
105
|
+
type: PropType<ClassName>;
|
|
106
|
+
};
|
|
107
|
+
contentStyle: {
|
|
108
|
+
type: PropType<CSSProperties>;
|
|
109
|
+
};
|
|
110
|
+
arrowClass: {
|
|
111
|
+
type: PropType<ClassName>;
|
|
112
|
+
};
|
|
113
|
+
arrowStyle: {
|
|
114
|
+
type: PropType<CSSProperties>;
|
|
115
|
+
};
|
|
116
|
+
popupContainer: {
|
|
117
|
+
type: PropType<string | HTMLElement>;
|
|
118
|
+
};
|
|
119
|
+
onBeforeOk: {
|
|
120
|
+
type: PropType<(done: (closed: boolean) => void) => void | boolean | Promise<void | boolean>>;
|
|
121
|
+
};
|
|
122
|
+
onBeforeCancel: {
|
|
123
|
+
type: PropType<() => boolean>;
|
|
124
|
+
};
|
|
125
|
+
}>> & Readonly<{
|
|
126
|
+
onCancel?: (() => any) | undefined;
|
|
127
|
+
onOk?: (() => any) | undefined;
|
|
128
|
+
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
129
|
+
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
130
|
+
}>, {
|
|
131
|
+
type: "success" | "warning" | "info" | "error";
|
|
132
|
+
okLoading: boolean;
|
|
133
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
134
|
+
popupVisible: boolean;
|
|
135
|
+
defaultPopupVisible: boolean;
|
|
136
|
+
}, {}, {
|
|
137
|
+
SDButton: {
|
|
138
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
139
|
+
type: {
|
|
140
|
+
type: PropType<import("../button/constants").ButtonTypes>;
|
|
141
|
+
};
|
|
142
|
+
shape: {
|
|
143
|
+
type: PropType<import("../_utils/constant").BorderShape>;
|
|
144
|
+
};
|
|
145
|
+
status: {
|
|
146
|
+
type: PropType<import("..").Status>;
|
|
147
|
+
};
|
|
148
|
+
size: {
|
|
149
|
+
type: PropType<import("..").Size>;
|
|
150
|
+
};
|
|
151
|
+
long: {
|
|
152
|
+
type: BooleanConstructor;
|
|
153
|
+
default: boolean;
|
|
154
|
+
};
|
|
155
|
+
loading: {
|
|
156
|
+
type: BooleanConstructor;
|
|
157
|
+
default: boolean;
|
|
158
|
+
};
|
|
159
|
+
disabled: {
|
|
160
|
+
type: BooleanConstructor;
|
|
161
|
+
};
|
|
162
|
+
htmlType: {
|
|
163
|
+
type: PropType<HTMLButtonElement["type"]>;
|
|
164
|
+
default: string;
|
|
165
|
+
};
|
|
166
|
+
autofocus: {
|
|
167
|
+
type: BooleanConstructor;
|
|
168
|
+
default: boolean;
|
|
169
|
+
};
|
|
170
|
+
href: StringConstructor;
|
|
171
|
+
}>> & Readonly<{
|
|
172
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
173
|
+
}>, {
|
|
174
|
+
prefixCls: string;
|
|
175
|
+
cls: import("vue").ComputedRef<(string | {
|
|
176
|
+
[x: string]: boolean;
|
|
177
|
+
})[]>;
|
|
178
|
+
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
179
|
+
handleClick: (ev: MouseEvent) => void;
|
|
180
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
181
|
+
click: (ev: MouseEvent) => true;
|
|
182
|
+
}, import("vue").PublicProps, {
|
|
183
|
+
autofocus: boolean;
|
|
184
|
+
disabled: boolean;
|
|
185
|
+
long: boolean;
|
|
186
|
+
loading: boolean;
|
|
187
|
+
htmlType: "submit" | "reset" | "button";
|
|
188
|
+
}, true, {}, {}, {
|
|
189
|
+
IconLoading: {
|
|
190
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
191
|
+
size: {
|
|
192
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
193
|
+
};
|
|
194
|
+
strokeWidth: {
|
|
195
|
+
type: NumberConstructor;
|
|
196
|
+
default: number;
|
|
197
|
+
};
|
|
198
|
+
strokeLinecap: {
|
|
199
|
+
type: StringConstructor;
|
|
200
|
+
default: string;
|
|
201
|
+
validator: (value: any) => boolean;
|
|
202
|
+
};
|
|
203
|
+
strokeLinejoin: {
|
|
204
|
+
type: StringConstructor;
|
|
205
|
+
default: string;
|
|
206
|
+
validator: (value: any) => boolean;
|
|
207
|
+
};
|
|
208
|
+
rotate: NumberConstructor;
|
|
209
|
+
spin: BooleanConstructor;
|
|
210
|
+
}>> & Readonly<{
|
|
211
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
212
|
+
}>, {
|
|
213
|
+
cls: import("vue").ComputedRef<(string | {
|
|
214
|
+
[x: string]: boolean;
|
|
215
|
+
})[]>;
|
|
216
|
+
innerStyle: import("vue").ComputedRef<CSSProperties>;
|
|
217
|
+
onClick: (ev: MouseEvent) => void;
|
|
218
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
219
|
+
click: (ev: MouseEvent) => true;
|
|
220
|
+
}, import("vue").PublicProps, {
|
|
221
|
+
spin: boolean;
|
|
222
|
+
strokeWidth: number;
|
|
223
|
+
strokeLinecap: string;
|
|
224
|
+
strokeLinejoin: string;
|
|
225
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
226
|
+
P: {};
|
|
227
|
+
B: {};
|
|
228
|
+
D: {};
|
|
229
|
+
C: {};
|
|
230
|
+
M: {};
|
|
231
|
+
Defaults: {};
|
|
232
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
233
|
+
size: {
|
|
234
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
235
|
+
};
|
|
236
|
+
strokeWidth: {
|
|
237
|
+
type: NumberConstructor;
|
|
238
|
+
default: number;
|
|
239
|
+
};
|
|
240
|
+
strokeLinecap: {
|
|
241
|
+
type: StringConstructor;
|
|
242
|
+
default: string;
|
|
243
|
+
validator: (value: any) => boolean;
|
|
244
|
+
};
|
|
245
|
+
strokeLinejoin: {
|
|
246
|
+
type: StringConstructor;
|
|
247
|
+
default: string;
|
|
248
|
+
validator: (value: any) => boolean;
|
|
249
|
+
};
|
|
250
|
+
rotate: NumberConstructor;
|
|
251
|
+
spin: BooleanConstructor;
|
|
252
|
+
}>> & Readonly<{
|
|
253
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
254
|
+
}>, {
|
|
255
|
+
cls: import("vue").ComputedRef<(string | {
|
|
256
|
+
[x: string]: boolean;
|
|
257
|
+
})[]>;
|
|
258
|
+
innerStyle: import("vue").ComputedRef<CSSProperties>;
|
|
259
|
+
onClick: (ev: MouseEvent) => void;
|
|
260
|
+
}, {}, {}, {}, {
|
|
261
|
+
spin: boolean;
|
|
262
|
+
strokeWidth: number;
|
|
263
|
+
strokeLinecap: string;
|
|
264
|
+
strokeLinejoin: string;
|
|
265
|
+
}>;
|
|
266
|
+
__isFragment?: never;
|
|
267
|
+
__isTeleport?: never;
|
|
268
|
+
__isSuspense?: never;
|
|
269
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
270
|
+
size: {
|
|
271
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
272
|
+
};
|
|
273
|
+
strokeWidth: {
|
|
274
|
+
type: NumberConstructor;
|
|
275
|
+
default: number;
|
|
276
|
+
};
|
|
277
|
+
strokeLinecap: {
|
|
278
|
+
type: StringConstructor;
|
|
279
|
+
default: string;
|
|
280
|
+
validator: (value: any) => boolean;
|
|
281
|
+
};
|
|
282
|
+
strokeLinejoin: {
|
|
283
|
+
type: StringConstructor;
|
|
284
|
+
default: string;
|
|
285
|
+
validator: (value: any) => boolean;
|
|
286
|
+
};
|
|
287
|
+
rotate: NumberConstructor;
|
|
288
|
+
spin: BooleanConstructor;
|
|
289
|
+
}>> & Readonly<{
|
|
290
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
291
|
+
}>, {
|
|
292
|
+
cls: import("vue").ComputedRef<(string | {
|
|
293
|
+
[x: string]: boolean;
|
|
294
|
+
})[]>;
|
|
295
|
+
innerStyle: import("vue").ComputedRef<CSSProperties>;
|
|
296
|
+
onClick: (ev: MouseEvent) => void;
|
|
297
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
298
|
+
click: (ev: MouseEvent) => true;
|
|
299
|
+
}, string, {
|
|
300
|
+
spin: boolean;
|
|
301
|
+
strokeWidth: number;
|
|
302
|
+
strokeLinecap: string;
|
|
303
|
+
strokeLinejoin: string;
|
|
304
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
305
|
+
install: (app: import("vue").App, options?: import("../_utils/types").SDIconOptions) => void;
|
|
306
|
+
};
|
|
307
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
308
|
+
P: {};
|
|
309
|
+
B: {};
|
|
310
|
+
D: {};
|
|
311
|
+
C: {};
|
|
312
|
+
M: {};
|
|
313
|
+
Defaults: {};
|
|
314
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
315
|
+
type: {
|
|
316
|
+
type: PropType<import("../button/constants").ButtonTypes>;
|
|
317
|
+
};
|
|
318
|
+
shape: {
|
|
319
|
+
type: PropType<import("../_utils/constant").BorderShape>;
|
|
320
|
+
};
|
|
321
|
+
status: {
|
|
322
|
+
type: PropType<import("..").Status>;
|
|
323
|
+
};
|
|
324
|
+
size: {
|
|
325
|
+
type: PropType<import("..").Size>;
|
|
326
|
+
};
|
|
327
|
+
long: {
|
|
328
|
+
type: BooleanConstructor;
|
|
329
|
+
default: boolean;
|
|
330
|
+
};
|
|
331
|
+
loading: {
|
|
332
|
+
type: BooleanConstructor;
|
|
333
|
+
default: boolean;
|
|
334
|
+
};
|
|
335
|
+
disabled: {
|
|
336
|
+
type: BooleanConstructor;
|
|
337
|
+
};
|
|
338
|
+
htmlType: {
|
|
339
|
+
type: PropType<HTMLButtonElement["type"]>;
|
|
340
|
+
default: string;
|
|
341
|
+
};
|
|
342
|
+
autofocus: {
|
|
343
|
+
type: BooleanConstructor;
|
|
344
|
+
default: boolean;
|
|
345
|
+
};
|
|
346
|
+
href: StringConstructor;
|
|
347
|
+
}>> & Readonly<{
|
|
348
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
349
|
+
}>, {
|
|
350
|
+
prefixCls: string;
|
|
351
|
+
cls: import("vue").ComputedRef<(string | {
|
|
352
|
+
[x: string]: boolean;
|
|
353
|
+
})[]>;
|
|
354
|
+
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
355
|
+
handleClick: (ev: MouseEvent) => void;
|
|
356
|
+
}, {}, {}, {}, {
|
|
357
|
+
autofocus: boolean;
|
|
358
|
+
disabled: boolean;
|
|
359
|
+
long: boolean;
|
|
360
|
+
loading: boolean;
|
|
361
|
+
htmlType: "submit" | "reset" | "button";
|
|
362
|
+
}>;
|
|
363
|
+
__isFragment?: never;
|
|
364
|
+
__isTeleport?: never;
|
|
365
|
+
__isSuspense?: never;
|
|
366
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
367
|
+
type: {
|
|
368
|
+
type: PropType<import("../button/constants").ButtonTypes>;
|
|
369
|
+
};
|
|
370
|
+
shape: {
|
|
371
|
+
type: PropType<import("../_utils/constant").BorderShape>;
|
|
372
|
+
};
|
|
373
|
+
status: {
|
|
374
|
+
type: PropType<import("..").Status>;
|
|
375
|
+
};
|
|
376
|
+
size: {
|
|
377
|
+
type: PropType<import("..").Size>;
|
|
378
|
+
};
|
|
379
|
+
long: {
|
|
380
|
+
type: BooleanConstructor;
|
|
381
|
+
default: boolean;
|
|
382
|
+
};
|
|
383
|
+
loading: {
|
|
384
|
+
type: BooleanConstructor;
|
|
385
|
+
default: boolean;
|
|
386
|
+
};
|
|
387
|
+
disabled: {
|
|
388
|
+
type: BooleanConstructor;
|
|
389
|
+
};
|
|
390
|
+
htmlType: {
|
|
391
|
+
type: PropType<HTMLButtonElement["type"]>;
|
|
392
|
+
default: string;
|
|
393
|
+
};
|
|
394
|
+
autofocus: {
|
|
395
|
+
type: BooleanConstructor;
|
|
396
|
+
default: boolean;
|
|
397
|
+
};
|
|
398
|
+
href: StringConstructor;
|
|
399
|
+
}>> & Readonly<{
|
|
400
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
401
|
+
}>, {
|
|
402
|
+
prefixCls: string;
|
|
403
|
+
cls: import("vue").ComputedRef<(string | {
|
|
404
|
+
[x: string]: boolean;
|
|
405
|
+
})[]>;
|
|
406
|
+
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
407
|
+
handleClick: (ev: MouseEvent) => void;
|
|
408
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
409
|
+
click: (ev: MouseEvent) => true;
|
|
410
|
+
}, string, {
|
|
411
|
+
autofocus: boolean;
|
|
412
|
+
disabled: boolean;
|
|
413
|
+
long: boolean;
|
|
414
|
+
loading: boolean;
|
|
415
|
+
htmlType: "submit" | "reset" | "button";
|
|
416
|
+
}, {}, string, {}, {
|
|
417
|
+
IconLoading: {
|
|
418
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
419
|
+
size: {
|
|
420
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
421
|
+
};
|
|
422
|
+
strokeWidth: {
|
|
423
|
+
type: NumberConstructor;
|
|
424
|
+
default: number;
|
|
425
|
+
};
|
|
426
|
+
strokeLinecap: {
|
|
427
|
+
type: StringConstructor;
|
|
428
|
+
default: string;
|
|
429
|
+
validator: (value: any) => boolean;
|
|
430
|
+
};
|
|
431
|
+
strokeLinejoin: {
|
|
432
|
+
type: StringConstructor;
|
|
433
|
+
default: string;
|
|
434
|
+
validator: (value: any) => boolean;
|
|
435
|
+
};
|
|
436
|
+
rotate: NumberConstructor;
|
|
437
|
+
spin: BooleanConstructor;
|
|
438
|
+
}>> & Readonly<{
|
|
439
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
440
|
+
}>, {
|
|
441
|
+
cls: import("vue").ComputedRef<(string | {
|
|
442
|
+
[x: string]: boolean;
|
|
443
|
+
})[]>;
|
|
444
|
+
innerStyle: import("vue").ComputedRef<CSSProperties>;
|
|
445
|
+
onClick: (ev: MouseEvent) => void;
|
|
446
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
447
|
+
click: (ev: MouseEvent) => true;
|
|
448
|
+
}, import("vue").PublicProps, {
|
|
449
|
+
spin: boolean;
|
|
450
|
+
strokeWidth: number;
|
|
451
|
+
strokeLinecap: string;
|
|
452
|
+
strokeLinejoin: string;
|
|
453
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
454
|
+
P: {};
|
|
455
|
+
B: {};
|
|
456
|
+
D: {};
|
|
457
|
+
C: {};
|
|
458
|
+
M: {};
|
|
459
|
+
Defaults: {};
|
|
460
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
461
|
+
size: {
|
|
462
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
463
|
+
};
|
|
464
|
+
strokeWidth: {
|
|
465
|
+
type: NumberConstructor;
|
|
466
|
+
default: number;
|
|
467
|
+
};
|
|
468
|
+
strokeLinecap: {
|
|
469
|
+
type: StringConstructor;
|
|
470
|
+
default: string;
|
|
471
|
+
validator: (value: any) => boolean;
|
|
472
|
+
};
|
|
473
|
+
strokeLinejoin: {
|
|
474
|
+
type: StringConstructor;
|
|
475
|
+
default: string;
|
|
476
|
+
validator: (value: any) => boolean;
|
|
477
|
+
};
|
|
478
|
+
rotate: NumberConstructor;
|
|
479
|
+
spin: BooleanConstructor;
|
|
480
|
+
}>> & Readonly<{
|
|
481
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
482
|
+
}>, {
|
|
483
|
+
cls: import("vue").ComputedRef<(string | {
|
|
484
|
+
[x: string]: boolean;
|
|
485
|
+
})[]>;
|
|
486
|
+
innerStyle: import("vue").ComputedRef<CSSProperties>;
|
|
487
|
+
onClick: (ev: MouseEvent) => void;
|
|
488
|
+
}, {}, {}, {}, {
|
|
489
|
+
spin: boolean;
|
|
490
|
+
strokeWidth: number;
|
|
491
|
+
strokeLinecap: string;
|
|
492
|
+
strokeLinejoin: string;
|
|
493
|
+
}>;
|
|
494
|
+
__isFragment?: never;
|
|
495
|
+
__isTeleport?: never;
|
|
496
|
+
__isSuspense?: never;
|
|
497
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
498
|
+
size: {
|
|
499
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
500
|
+
};
|
|
501
|
+
strokeWidth: {
|
|
502
|
+
type: NumberConstructor;
|
|
503
|
+
default: number;
|
|
504
|
+
};
|
|
505
|
+
strokeLinecap: {
|
|
506
|
+
type: StringConstructor;
|
|
507
|
+
default: string;
|
|
508
|
+
validator: (value: any) => boolean;
|
|
509
|
+
};
|
|
510
|
+
strokeLinejoin: {
|
|
511
|
+
type: StringConstructor;
|
|
512
|
+
default: string;
|
|
513
|
+
validator: (value: any) => boolean;
|
|
514
|
+
};
|
|
515
|
+
rotate: NumberConstructor;
|
|
516
|
+
spin: BooleanConstructor;
|
|
517
|
+
}>> & Readonly<{
|
|
518
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
519
|
+
}>, {
|
|
520
|
+
cls: import("vue").ComputedRef<(string | {
|
|
521
|
+
[x: string]: boolean;
|
|
522
|
+
})[]>;
|
|
523
|
+
innerStyle: import("vue").ComputedRef<CSSProperties>;
|
|
524
|
+
onClick: (ev: MouseEvent) => void;
|
|
525
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
526
|
+
click: (ev: MouseEvent) => true;
|
|
527
|
+
}, string, {
|
|
528
|
+
spin: boolean;
|
|
529
|
+
strokeWidth: number;
|
|
530
|
+
strokeLinecap: string;
|
|
531
|
+
strokeLinejoin: string;
|
|
532
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
533
|
+
install: (app: import("vue").App, options?: import("../_utils/types").SDIconOptions) => void;
|
|
534
|
+
};
|
|
535
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
536
|
+
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
537
|
+
type: {
|
|
538
|
+
type: PropType<import("../button/constants").ButtonTypes>;
|
|
539
|
+
};
|
|
540
|
+
status: {
|
|
541
|
+
type: PropType<import("..").Status>;
|
|
542
|
+
};
|
|
543
|
+
shape: {
|
|
544
|
+
type: PropType<import("../_utils/constant").BorderShape>;
|
|
545
|
+
};
|
|
546
|
+
size: {
|
|
547
|
+
type: PropType<import("..").Size>;
|
|
548
|
+
};
|
|
549
|
+
disabled: {
|
|
550
|
+
type: BooleanConstructor;
|
|
551
|
+
};
|
|
552
|
+
}>, {
|
|
553
|
+
prefixCls: string;
|
|
554
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
555
|
+
type: {
|
|
556
|
+
type: PropType<import("../button/constants").ButtonTypes>;
|
|
557
|
+
};
|
|
558
|
+
status: {
|
|
559
|
+
type: PropType<import("..").Status>;
|
|
560
|
+
};
|
|
561
|
+
shape: {
|
|
562
|
+
type: PropType<import("../_utils/constant").BorderShape>;
|
|
563
|
+
};
|
|
564
|
+
size: {
|
|
565
|
+
type: PropType<import("..").Size>;
|
|
566
|
+
};
|
|
567
|
+
disabled: {
|
|
568
|
+
type: BooleanConstructor;
|
|
569
|
+
};
|
|
570
|
+
}>> & Readonly<{}>, {
|
|
571
|
+
disabled: boolean;
|
|
572
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
573
|
+
install: (app: import("vue").App, options?: import("../_utils/types").SDOptions) => void;
|
|
574
|
+
};
|
|
575
|
+
Trigger: {
|
|
576
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
577
|
+
popupVisible: {
|
|
578
|
+
type: BooleanConstructor;
|
|
579
|
+
default: undefined;
|
|
580
|
+
};
|
|
581
|
+
defaultPopupVisible: {
|
|
582
|
+
type: BooleanConstructor;
|
|
583
|
+
default: boolean;
|
|
584
|
+
};
|
|
585
|
+
trigger: {
|
|
586
|
+
type: PropType<import("..").TriggerEvent | import("..").TriggerEvent[]>;
|
|
587
|
+
default: string;
|
|
588
|
+
};
|
|
589
|
+
position: {
|
|
590
|
+
type: PropType<TriggerPosition>;
|
|
591
|
+
default: string;
|
|
592
|
+
};
|
|
593
|
+
disabled: {
|
|
594
|
+
type: BooleanConstructor;
|
|
595
|
+
default: boolean;
|
|
596
|
+
};
|
|
597
|
+
popupOffset: {
|
|
598
|
+
type: NumberConstructor;
|
|
599
|
+
default: number;
|
|
600
|
+
};
|
|
601
|
+
popupTranslate: {
|
|
602
|
+
type: PropType<import("..").TriggerPopupTranslate>;
|
|
603
|
+
};
|
|
604
|
+
showArrow: {
|
|
605
|
+
type: BooleanConstructor;
|
|
606
|
+
default: boolean;
|
|
607
|
+
};
|
|
608
|
+
alignPoint: {
|
|
609
|
+
type: BooleanConstructor;
|
|
610
|
+
default: boolean;
|
|
611
|
+
};
|
|
612
|
+
popupHoverStay: {
|
|
613
|
+
type: BooleanConstructor;
|
|
614
|
+
default: boolean;
|
|
615
|
+
};
|
|
616
|
+
blurToClose: {
|
|
617
|
+
type: BooleanConstructor;
|
|
618
|
+
default: boolean;
|
|
619
|
+
};
|
|
620
|
+
clickToClose: {
|
|
621
|
+
type: BooleanConstructor;
|
|
622
|
+
default: boolean;
|
|
623
|
+
};
|
|
624
|
+
clickOutsideToClose: {
|
|
625
|
+
type: BooleanConstructor;
|
|
626
|
+
default: boolean;
|
|
627
|
+
};
|
|
628
|
+
unmountOnClose: {
|
|
629
|
+
type: BooleanConstructor;
|
|
630
|
+
default: boolean;
|
|
631
|
+
};
|
|
632
|
+
contentClass: {
|
|
633
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
634
|
+
};
|
|
635
|
+
contentStyle: {
|
|
636
|
+
type: PropType<CSSProperties>;
|
|
637
|
+
};
|
|
638
|
+
arrowClass: {
|
|
639
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
640
|
+
};
|
|
641
|
+
arrowStyle: {
|
|
642
|
+
type: PropType<CSSProperties>;
|
|
643
|
+
};
|
|
644
|
+
popupStyle: {
|
|
645
|
+
type: PropType<CSSProperties>;
|
|
646
|
+
};
|
|
647
|
+
animationName: {
|
|
648
|
+
type: StringConstructor;
|
|
649
|
+
default: string;
|
|
650
|
+
};
|
|
651
|
+
duration: {
|
|
652
|
+
type: PropType<number | {
|
|
653
|
+
enter: number;
|
|
654
|
+
leave: number;
|
|
655
|
+
}>;
|
|
656
|
+
};
|
|
657
|
+
mouseEnterDelay: {
|
|
658
|
+
type: NumberConstructor;
|
|
659
|
+
default: number;
|
|
660
|
+
};
|
|
661
|
+
mouseLeaveDelay: {
|
|
662
|
+
type: NumberConstructor;
|
|
663
|
+
default: number;
|
|
664
|
+
};
|
|
665
|
+
focusDelay: {
|
|
666
|
+
type: NumberConstructor;
|
|
667
|
+
default: number;
|
|
668
|
+
};
|
|
669
|
+
autoFitPopupWidth: {
|
|
670
|
+
type: BooleanConstructor;
|
|
671
|
+
default: boolean;
|
|
672
|
+
};
|
|
673
|
+
autoFitPopupMinWidth: {
|
|
674
|
+
type: BooleanConstructor;
|
|
675
|
+
default: boolean;
|
|
676
|
+
};
|
|
677
|
+
autoFixPosition: {
|
|
678
|
+
type: BooleanConstructor;
|
|
679
|
+
default: boolean;
|
|
680
|
+
};
|
|
681
|
+
popupContainer: {
|
|
682
|
+
type: PropType<string | HTMLElement>;
|
|
683
|
+
};
|
|
684
|
+
updateAtScroll: {
|
|
685
|
+
type: BooleanConstructor;
|
|
686
|
+
default: boolean;
|
|
687
|
+
};
|
|
688
|
+
autoFitTransformOrigin: {
|
|
689
|
+
type: BooleanConstructor;
|
|
690
|
+
default: boolean;
|
|
691
|
+
};
|
|
692
|
+
hideEmpty: {
|
|
693
|
+
type: BooleanConstructor;
|
|
694
|
+
default: boolean;
|
|
695
|
+
};
|
|
696
|
+
openedClass: {
|
|
697
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
698
|
+
};
|
|
699
|
+
autoFitPosition: {
|
|
700
|
+
type: BooleanConstructor;
|
|
701
|
+
default: boolean;
|
|
702
|
+
};
|
|
703
|
+
renderToBody: {
|
|
704
|
+
type: BooleanConstructor;
|
|
705
|
+
default: boolean;
|
|
706
|
+
};
|
|
707
|
+
preventFocus: {
|
|
708
|
+
type: BooleanConstructor;
|
|
709
|
+
default: boolean;
|
|
710
|
+
};
|
|
711
|
+
scrollToClose: {
|
|
712
|
+
type: BooleanConstructor;
|
|
713
|
+
default: boolean;
|
|
714
|
+
};
|
|
715
|
+
scrollToCloseDistance: {
|
|
716
|
+
type: NumberConstructor;
|
|
717
|
+
default: number;
|
|
718
|
+
};
|
|
719
|
+
}>> & Readonly<{
|
|
720
|
+
onResize?: (() => any) | undefined;
|
|
721
|
+
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
722
|
+
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
723
|
+
onShow?: (() => any) | undefined;
|
|
724
|
+
onHide?: (() => any) | undefined;
|
|
725
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
726
|
+
'update:popupVisible': (visible: boolean) => true;
|
|
727
|
+
popupVisibleChange: (visible: boolean) => true;
|
|
728
|
+
show: () => true;
|
|
729
|
+
hide: () => true;
|
|
730
|
+
resize: () => true;
|
|
731
|
+
}, import("vue").PublicProps, {
|
|
732
|
+
disabled: boolean;
|
|
733
|
+
unmountOnClose: boolean;
|
|
734
|
+
renderToBody: boolean;
|
|
735
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
736
|
+
autoFitPosition: boolean;
|
|
737
|
+
popupVisible: boolean;
|
|
738
|
+
defaultPopupVisible: boolean;
|
|
739
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
740
|
+
popupOffset: number;
|
|
741
|
+
showArrow: boolean;
|
|
742
|
+
alignPoint: boolean;
|
|
743
|
+
popupHoverStay: boolean;
|
|
744
|
+
blurToClose: boolean;
|
|
745
|
+
clickToClose: boolean;
|
|
746
|
+
clickOutsideToClose: boolean;
|
|
747
|
+
animationName: string;
|
|
748
|
+
mouseEnterDelay: number;
|
|
749
|
+
mouseLeaveDelay: number;
|
|
750
|
+
focusDelay: number;
|
|
751
|
+
autoFitPopupWidth: boolean;
|
|
752
|
+
autoFitPopupMinWidth: boolean;
|
|
753
|
+
autoFixPosition: boolean;
|
|
754
|
+
updateAtScroll: boolean;
|
|
755
|
+
autoFitTransformOrigin: boolean;
|
|
756
|
+
hideEmpty: boolean;
|
|
757
|
+
preventFocus: boolean;
|
|
758
|
+
scrollToClose: boolean;
|
|
759
|
+
scrollToCloseDistance: number;
|
|
760
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
761
|
+
P: {};
|
|
762
|
+
B: {};
|
|
763
|
+
D: {};
|
|
764
|
+
C: {};
|
|
765
|
+
M: {};
|
|
766
|
+
Defaults: {};
|
|
767
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
768
|
+
popupVisible: {
|
|
769
|
+
type: BooleanConstructor;
|
|
770
|
+
default: undefined;
|
|
771
|
+
};
|
|
772
|
+
defaultPopupVisible: {
|
|
773
|
+
type: BooleanConstructor;
|
|
774
|
+
default: boolean;
|
|
775
|
+
};
|
|
776
|
+
trigger: {
|
|
777
|
+
type: PropType<import("..").TriggerEvent | import("..").TriggerEvent[]>;
|
|
778
|
+
default: string;
|
|
779
|
+
};
|
|
780
|
+
position: {
|
|
781
|
+
type: PropType<TriggerPosition>;
|
|
782
|
+
default: string;
|
|
783
|
+
};
|
|
784
|
+
disabled: {
|
|
785
|
+
type: BooleanConstructor;
|
|
786
|
+
default: boolean;
|
|
787
|
+
};
|
|
788
|
+
popupOffset: {
|
|
789
|
+
type: NumberConstructor;
|
|
790
|
+
default: number;
|
|
791
|
+
};
|
|
792
|
+
popupTranslate: {
|
|
793
|
+
type: PropType<import("..").TriggerPopupTranslate>;
|
|
794
|
+
};
|
|
795
|
+
showArrow: {
|
|
796
|
+
type: BooleanConstructor;
|
|
797
|
+
default: boolean;
|
|
798
|
+
};
|
|
799
|
+
alignPoint: {
|
|
800
|
+
type: BooleanConstructor;
|
|
801
|
+
default: boolean;
|
|
802
|
+
};
|
|
803
|
+
popupHoverStay: {
|
|
804
|
+
type: BooleanConstructor;
|
|
805
|
+
default: boolean;
|
|
806
|
+
};
|
|
807
|
+
blurToClose: {
|
|
808
|
+
type: BooleanConstructor;
|
|
809
|
+
default: boolean;
|
|
810
|
+
};
|
|
811
|
+
clickToClose: {
|
|
812
|
+
type: BooleanConstructor;
|
|
813
|
+
default: boolean;
|
|
814
|
+
};
|
|
815
|
+
clickOutsideToClose: {
|
|
816
|
+
type: BooleanConstructor;
|
|
817
|
+
default: boolean;
|
|
818
|
+
};
|
|
819
|
+
unmountOnClose: {
|
|
820
|
+
type: BooleanConstructor;
|
|
821
|
+
default: boolean;
|
|
822
|
+
};
|
|
823
|
+
contentClass: {
|
|
824
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
825
|
+
};
|
|
826
|
+
contentStyle: {
|
|
827
|
+
type: PropType<CSSProperties>;
|
|
828
|
+
};
|
|
829
|
+
arrowClass: {
|
|
830
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
831
|
+
};
|
|
832
|
+
arrowStyle: {
|
|
833
|
+
type: PropType<CSSProperties>;
|
|
834
|
+
};
|
|
835
|
+
popupStyle: {
|
|
836
|
+
type: PropType<CSSProperties>;
|
|
837
|
+
};
|
|
838
|
+
animationName: {
|
|
839
|
+
type: StringConstructor;
|
|
840
|
+
default: string;
|
|
841
|
+
};
|
|
842
|
+
duration: {
|
|
843
|
+
type: PropType<number | {
|
|
844
|
+
enter: number;
|
|
845
|
+
leave: number;
|
|
846
|
+
}>;
|
|
847
|
+
};
|
|
848
|
+
mouseEnterDelay: {
|
|
849
|
+
type: NumberConstructor;
|
|
850
|
+
default: number;
|
|
851
|
+
};
|
|
852
|
+
mouseLeaveDelay: {
|
|
853
|
+
type: NumberConstructor;
|
|
854
|
+
default: number;
|
|
855
|
+
};
|
|
856
|
+
focusDelay: {
|
|
857
|
+
type: NumberConstructor;
|
|
858
|
+
default: number;
|
|
859
|
+
};
|
|
860
|
+
autoFitPopupWidth: {
|
|
861
|
+
type: BooleanConstructor;
|
|
862
|
+
default: boolean;
|
|
863
|
+
};
|
|
864
|
+
autoFitPopupMinWidth: {
|
|
865
|
+
type: BooleanConstructor;
|
|
866
|
+
default: boolean;
|
|
867
|
+
};
|
|
868
|
+
autoFixPosition: {
|
|
869
|
+
type: BooleanConstructor;
|
|
870
|
+
default: boolean;
|
|
871
|
+
};
|
|
872
|
+
popupContainer: {
|
|
873
|
+
type: PropType<string | HTMLElement>;
|
|
874
|
+
};
|
|
875
|
+
updateAtScroll: {
|
|
876
|
+
type: BooleanConstructor;
|
|
877
|
+
default: boolean;
|
|
878
|
+
};
|
|
879
|
+
autoFitTransformOrigin: {
|
|
880
|
+
type: BooleanConstructor;
|
|
881
|
+
default: boolean;
|
|
882
|
+
};
|
|
883
|
+
hideEmpty: {
|
|
884
|
+
type: BooleanConstructor;
|
|
885
|
+
default: boolean;
|
|
886
|
+
};
|
|
887
|
+
openedClass: {
|
|
888
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
889
|
+
};
|
|
890
|
+
autoFitPosition: {
|
|
891
|
+
type: BooleanConstructor;
|
|
892
|
+
default: boolean;
|
|
893
|
+
};
|
|
894
|
+
renderToBody: {
|
|
895
|
+
type: BooleanConstructor;
|
|
896
|
+
default: boolean;
|
|
897
|
+
};
|
|
898
|
+
preventFocus: {
|
|
899
|
+
type: BooleanConstructor;
|
|
900
|
+
default: boolean;
|
|
901
|
+
};
|
|
902
|
+
scrollToClose: {
|
|
903
|
+
type: BooleanConstructor;
|
|
904
|
+
default: boolean;
|
|
905
|
+
};
|
|
906
|
+
scrollToCloseDistance: {
|
|
907
|
+
type: NumberConstructor;
|
|
908
|
+
default: number;
|
|
909
|
+
};
|
|
910
|
+
}>> & Readonly<{
|
|
911
|
+
onResize?: (() => any) | undefined;
|
|
912
|
+
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
913
|
+
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
914
|
+
onShow?: (() => any) | undefined;
|
|
915
|
+
onHide?: (() => any) | undefined;
|
|
916
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
917
|
+
disabled: boolean;
|
|
918
|
+
unmountOnClose: boolean;
|
|
919
|
+
renderToBody: boolean;
|
|
920
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
921
|
+
autoFitPosition: boolean;
|
|
922
|
+
popupVisible: boolean;
|
|
923
|
+
defaultPopupVisible: boolean;
|
|
924
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
925
|
+
popupOffset: number;
|
|
926
|
+
showArrow: boolean;
|
|
927
|
+
alignPoint: boolean;
|
|
928
|
+
popupHoverStay: boolean;
|
|
929
|
+
blurToClose: boolean;
|
|
930
|
+
clickToClose: boolean;
|
|
931
|
+
clickOutsideToClose: boolean;
|
|
932
|
+
animationName: string;
|
|
933
|
+
mouseEnterDelay: number;
|
|
934
|
+
mouseLeaveDelay: number;
|
|
935
|
+
focusDelay: number;
|
|
936
|
+
autoFitPopupWidth: boolean;
|
|
937
|
+
autoFitPopupMinWidth: boolean;
|
|
938
|
+
autoFixPosition: boolean;
|
|
939
|
+
updateAtScroll: boolean;
|
|
940
|
+
autoFitTransformOrigin: boolean;
|
|
941
|
+
hideEmpty: boolean;
|
|
942
|
+
preventFocus: boolean;
|
|
943
|
+
scrollToClose: boolean;
|
|
944
|
+
scrollToCloseDistance: number;
|
|
945
|
+
}>;
|
|
946
|
+
__isFragment?: never;
|
|
947
|
+
__isTeleport?: never;
|
|
948
|
+
__isSuspense?: never;
|
|
949
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
950
|
+
popupVisible: {
|
|
951
|
+
type: BooleanConstructor;
|
|
952
|
+
default: undefined;
|
|
953
|
+
};
|
|
954
|
+
defaultPopupVisible: {
|
|
955
|
+
type: BooleanConstructor;
|
|
956
|
+
default: boolean;
|
|
957
|
+
};
|
|
958
|
+
trigger: {
|
|
959
|
+
type: PropType<import("..").TriggerEvent | import("..").TriggerEvent[]>;
|
|
960
|
+
default: string;
|
|
961
|
+
};
|
|
962
|
+
position: {
|
|
963
|
+
type: PropType<TriggerPosition>;
|
|
964
|
+
default: string;
|
|
965
|
+
};
|
|
966
|
+
disabled: {
|
|
967
|
+
type: BooleanConstructor;
|
|
968
|
+
default: boolean;
|
|
969
|
+
};
|
|
970
|
+
popupOffset: {
|
|
971
|
+
type: NumberConstructor;
|
|
972
|
+
default: number;
|
|
973
|
+
};
|
|
974
|
+
popupTranslate: {
|
|
975
|
+
type: PropType<import("..").TriggerPopupTranslate>;
|
|
976
|
+
};
|
|
977
|
+
showArrow: {
|
|
978
|
+
type: BooleanConstructor;
|
|
979
|
+
default: boolean;
|
|
980
|
+
};
|
|
981
|
+
alignPoint: {
|
|
982
|
+
type: BooleanConstructor;
|
|
983
|
+
default: boolean;
|
|
984
|
+
};
|
|
985
|
+
popupHoverStay: {
|
|
986
|
+
type: BooleanConstructor;
|
|
987
|
+
default: boolean;
|
|
988
|
+
};
|
|
989
|
+
blurToClose: {
|
|
990
|
+
type: BooleanConstructor;
|
|
991
|
+
default: boolean;
|
|
992
|
+
};
|
|
993
|
+
clickToClose: {
|
|
994
|
+
type: BooleanConstructor;
|
|
995
|
+
default: boolean;
|
|
996
|
+
};
|
|
997
|
+
clickOutsideToClose: {
|
|
998
|
+
type: BooleanConstructor;
|
|
999
|
+
default: boolean;
|
|
1000
|
+
};
|
|
1001
|
+
unmountOnClose: {
|
|
1002
|
+
type: BooleanConstructor;
|
|
1003
|
+
default: boolean;
|
|
1004
|
+
};
|
|
1005
|
+
contentClass: {
|
|
1006
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1007
|
+
};
|
|
1008
|
+
contentStyle: {
|
|
1009
|
+
type: PropType<CSSProperties>;
|
|
1010
|
+
};
|
|
1011
|
+
arrowClass: {
|
|
1012
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1013
|
+
};
|
|
1014
|
+
arrowStyle: {
|
|
1015
|
+
type: PropType<CSSProperties>;
|
|
1016
|
+
};
|
|
1017
|
+
popupStyle: {
|
|
1018
|
+
type: PropType<CSSProperties>;
|
|
1019
|
+
};
|
|
1020
|
+
animationName: {
|
|
1021
|
+
type: StringConstructor;
|
|
1022
|
+
default: string;
|
|
1023
|
+
};
|
|
1024
|
+
duration: {
|
|
1025
|
+
type: PropType<number | {
|
|
1026
|
+
enter: number;
|
|
1027
|
+
leave: number;
|
|
1028
|
+
}>;
|
|
1029
|
+
};
|
|
1030
|
+
mouseEnterDelay: {
|
|
1031
|
+
type: NumberConstructor;
|
|
1032
|
+
default: number;
|
|
1033
|
+
};
|
|
1034
|
+
mouseLeaveDelay: {
|
|
1035
|
+
type: NumberConstructor;
|
|
1036
|
+
default: number;
|
|
1037
|
+
};
|
|
1038
|
+
focusDelay: {
|
|
1039
|
+
type: NumberConstructor;
|
|
1040
|
+
default: number;
|
|
1041
|
+
};
|
|
1042
|
+
autoFitPopupWidth: {
|
|
1043
|
+
type: BooleanConstructor;
|
|
1044
|
+
default: boolean;
|
|
1045
|
+
};
|
|
1046
|
+
autoFitPopupMinWidth: {
|
|
1047
|
+
type: BooleanConstructor;
|
|
1048
|
+
default: boolean;
|
|
1049
|
+
};
|
|
1050
|
+
autoFixPosition: {
|
|
1051
|
+
type: BooleanConstructor;
|
|
1052
|
+
default: boolean;
|
|
1053
|
+
};
|
|
1054
|
+
popupContainer: {
|
|
1055
|
+
type: PropType<string | HTMLElement>;
|
|
1056
|
+
};
|
|
1057
|
+
updateAtScroll: {
|
|
1058
|
+
type: BooleanConstructor;
|
|
1059
|
+
default: boolean;
|
|
1060
|
+
};
|
|
1061
|
+
autoFitTransformOrigin: {
|
|
1062
|
+
type: BooleanConstructor;
|
|
1063
|
+
default: boolean;
|
|
1064
|
+
};
|
|
1065
|
+
hideEmpty: {
|
|
1066
|
+
type: BooleanConstructor;
|
|
1067
|
+
default: boolean;
|
|
1068
|
+
};
|
|
1069
|
+
openedClass: {
|
|
1070
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1071
|
+
};
|
|
1072
|
+
autoFitPosition: {
|
|
1073
|
+
type: BooleanConstructor;
|
|
1074
|
+
default: boolean;
|
|
1075
|
+
};
|
|
1076
|
+
renderToBody: {
|
|
1077
|
+
type: BooleanConstructor;
|
|
1078
|
+
default: boolean;
|
|
1079
|
+
};
|
|
1080
|
+
preventFocus: {
|
|
1081
|
+
type: BooleanConstructor;
|
|
1082
|
+
default: boolean;
|
|
1083
|
+
};
|
|
1084
|
+
scrollToClose: {
|
|
1085
|
+
type: BooleanConstructor;
|
|
1086
|
+
default: boolean;
|
|
1087
|
+
};
|
|
1088
|
+
scrollToCloseDistance: {
|
|
1089
|
+
type: NumberConstructor;
|
|
1090
|
+
default: number;
|
|
1091
|
+
};
|
|
1092
|
+
}>> & Readonly<{
|
|
1093
|
+
onResize?: (() => any) | undefined;
|
|
1094
|
+
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
1095
|
+
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
1096
|
+
onShow?: (() => any) | undefined;
|
|
1097
|
+
onHide?: (() => any) | undefined;
|
|
1098
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1099
|
+
'update:popupVisible': (visible: boolean) => true;
|
|
1100
|
+
popupVisibleChange: (visible: boolean) => true;
|
|
1101
|
+
show: () => true;
|
|
1102
|
+
hide: () => true;
|
|
1103
|
+
resize: () => true;
|
|
1104
|
+
}, string, {
|
|
1105
|
+
disabled: boolean;
|
|
1106
|
+
unmountOnClose: boolean;
|
|
1107
|
+
renderToBody: boolean;
|
|
1108
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1109
|
+
autoFitPosition: boolean;
|
|
1110
|
+
popupVisible: boolean;
|
|
1111
|
+
defaultPopupVisible: boolean;
|
|
1112
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1113
|
+
popupOffset: number;
|
|
1114
|
+
showArrow: boolean;
|
|
1115
|
+
alignPoint: boolean;
|
|
1116
|
+
popupHoverStay: boolean;
|
|
1117
|
+
blurToClose: boolean;
|
|
1118
|
+
clickToClose: boolean;
|
|
1119
|
+
clickOutsideToClose: boolean;
|
|
1120
|
+
animationName: string;
|
|
1121
|
+
mouseEnterDelay: number;
|
|
1122
|
+
mouseLeaveDelay: number;
|
|
1123
|
+
focusDelay: number;
|
|
1124
|
+
autoFitPopupWidth: boolean;
|
|
1125
|
+
autoFitPopupMinWidth: boolean;
|
|
1126
|
+
autoFixPosition: boolean;
|
|
1127
|
+
updateAtScroll: boolean;
|
|
1128
|
+
autoFitTransformOrigin: boolean;
|
|
1129
|
+
hideEmpty: boolean;
|
|
1130
|
+
preventFocus: boolean;
|
|
1131
|
+
scrollToClose: boolean;
|
|
1132
|
+
scrollToCloseDistance: number;
|
|
1133
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1134
|
+
install: (app: import("vue").App, options?: import("../_utils/types").SDOptions) => void;
|
|
1135
|
+
};
|
|
1136
|
+
IconInfoCircleFill: {
|
|
1137
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1138
|
+
size: {
|
|
1139
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1140
|
+
};
|
|
1141
|
+
strokeWidth: {
|
|
1142
|
+
type: NumberConstructor;
|
|
1143
|
+
default: number;
|
|
1144
|
+
};
|
|
1145
|
+
strokeLinecap: {
|
|
1146
|
+
type: StringConstructor;
|
|
1147
|
+
default: string;
|
|
1148
|
+
validator: (value: any) => boolean;
|
|
1149
|
+
};
|
|
1150
|
+
strokeLinejoin: {
|
|
1151
|
+
type: StringConstructor;
|
|
1152
|
+
default: string;
|
|
1153
|
+
validator: (value: any) => boolean;
|
|
1154
|
+
};
|
|
1155
|
+
rotate: NumberConstructor;
|
|
1156
|
+
spin: BooleanConstructor;
|
|
1157
|
+
}>> & Readonly<{
|
|
1158
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1159
|
+
}>, {
|
|
1160
|
+
cls: import("vue").ComputedRef<(string | {
|
|
1161
|
+
[x: string]: boolean;
|
|
1162
|
+
})[]>;
|
|
1163
|
+
innerStyle: import("vue").ComputedRef<CSSProperties>;
|
|
1164
|
+
onClick: (ev: MouseEvent) => void;
|
|
1165
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1166
|
+
click: (ev: MouseEvent) => true;
|
|
1167
|
+
}, import("vue").PublicProps, {
|
|
1168
|
+
spin: boolean;
|
|
1169
|
+
strokeWidth: number;
|
|
1170
|
+
strokeLinecap: string;
|
|
1171
|
+
strokeLinejoin: string;
|
|
1172
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1173
|
+
P: {};
|
|
1174
|
+
B: {};
|
|
1175
|
+
D: {};
|
|
1176
|
+
C: {};
|
|
1177
|
+
M: {};
|
|
1178
|
+
Defaults: {};
|
|
1179
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1180
|
+
size: {
|
|
1181
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1182
|
+
};
|
|
1183
|
+
strokeWidth: {
|
|
1184
|
+
type: NumberConstructor;
|
|
1185
|
+
default: number;
|
|
1186
|
+
};
|
|
1187
|
+
strokeLinecap: {
|
|
1188
|
+
type: StringConstructor;
|
|
1189
|
+
default: string;
|
|
1190
|
+
validator: (value: any) => boolean;
|
|
1191
|
+
};
|
|
1192
|
+
strokeLinejoin: {
|
|
1193
|
+
type: StringConstructor;
|
|
1194
|
+
default: string;
|
|
1195
|
+
validator: (value: any) => boolean;
|
|
1196
|
+
};
|
|
1197
|
+
rotate: NumberConstructor;
|
|
1198
|
+
spin: BooleanConstructor;
|
|
1199
|
+
}>> & Readonly<{
|
|
1200
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1201
|
+
}>, {
|
|
1202
|
+
cls: import("vue").ComputedRef<(string | {
|
|
1203
|
+
[x: string]: boolean;
|
|
1204
|
+
})[]>;
|
|
1205
|
+
innerStyle: import("vue").ComputedRef<CSSProperties>;
|
|
1206
|
+
onClick: (ev: MouseEvent) => void;
|
|
1207
|
+
}, {}, {}, {}, {
|
|
1208
|
+
spin: boolean;
|
|
1209
|
+
strokeWidth: number;
|
|
1210
|
+
strokeLinecap: string;
|
|
1211
|
+
strokeLinejoin: string;
|
|
1212
|
+
}>;
|
|
1213
|
+
__isFragment?: never;
|
|
1214
|
+
__isTeleport?: never;
|
|
1215
|
+
__isSuspense?: never;
|
|
1216
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1217
|
+
size: {
|
|
1218
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1219
|
+
};
|
|
1220
|
+
strokeWidth: {
|
|
1221
|
+
type: NumberConstructor;
|
|
1222
|
+
default: number;
|
|
1223
|
+
};
|
|
1224
|
+
strokeLinecap: {
|
|
1225
|
+
type: StringConstructor;
|
|
1226
|
+
default: string;
|
|
1227
|
+
validator: (value: any) => boolean;
|
|
1228
|
+
};
|
|
1229
|
+
strokeLinejoin: {
|
|
1230
|
+
type: StringConstructor;
|
|
1231
|
+
default: string;
|
|
1232
|
+
validator: (value: any) => boolean;
|
|
1233
|
+
};
|
|
1234
|
+
rotate: NumberConstructor;
|
|
1235
|
+
spin: BooleanConstructor;
|
|
1236
|
+
}>> & Readonly<{
|
|
1237
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1238
|
+
}>, {
|
|
1239
|
+
cls: import("vue").ComputedRef<(string | {
|
|
1240
|
+
[x: string]: boolean;
|
|
1241
|
+
})[]>;
|
|
1242
|
+
innerStyle: import("vue").ComputedRef<CSSProperties>;
|
|
1243
|
+
onClick: (ev: MouseEvent) => void;
|
|
1244
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1245
|
+
click: (ev: MouseEvent) => true;
|
|
1246
|
+
}, string, {
|
|
1247
|
+
spin: boolean;
|
|
1248
|
+
strokeWidth: number;
|
|
1249
|
+
strokeLinecap: string;
|
|
1250
|
+
strokeLinejoin: string;
|
|
1251
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1252
|
+
install: (app: import("vue").App, options?: import("../_utils/types").SDIconOptions) => void;
|
|
1253
|
+
};
|
|
1254
|
+
IconCheckCircleFill: {
|
|
1255
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1256
|
+
size: {
|
|
1257
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1258
|
+
};
|
|
1259
|
+
strokeWidth: {
|
|
1260
|
+
type: NumberConstructor;
|
|
1261
|
+
default: number;
|
|
1262
|
+
};
|
|
1263
|
+
strokeLinecap: {
|
|
1264
|
+
type: StringConstructor;
|
|
1265
|
+
default: string;
|
|
1266
|
+
validator: (value: any) => boolean;
|
|
1267
|
+
};
|
|
1268
|
+
strokeLinejoin: {
|
|
1269
|
+
type: StringConstructor;
|
|
1270
|
+
default: string;
|
|
1271
|
+
validator: (value: any) => boolean;
|
|
1272
|
+
};
|
|
1273
|
+
rotate: NumberConstructor;
|
|
1274
|
+
spin: BooleanConstructor;
|
|
1275
|
+
}>> & Readonly<{
|
|
1276
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1277
|
+
}>, {
|
|
1278
|
+
cls: import("vue").ComputedRef<(string | {
|
|
1279
|
+
[x: string]: boolean;
|
|
1280
|
+
})[]>;
|
|
1281
|
+
innerStyle: import("vue").ComputedRef<CSSProperties>;
|
|
1282
|
+
onClick: (ev: MouseEvent) => void;
|
|
1283
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1284
|
+
click: (ev: MouseEvent) => true;
|
|
1285
|
+
}, import("vue").PublicProps, {
|
|
1286
|
+
spin: boolean;
|
|
1287
|
+
strokeWidth: number;
|
|
1288
|
+
strokeLinecap: string;
|
|
1289
|
+
strokeLinejoin: string;
|
|
1290
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1291
|
+
P: {};
|
|
1292
|
+
B: {};
|
|
1293
|
+
D: {};
|
|
1294
|
+
C: {};
|
|
1295
|
+
M: {};
|
|
1296
|
+
Defaults: {};
|
|
1297
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1298
|
+
size: {
|
|
1299
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1300
|
+
};
|
|
1301
|
+
strokeWidth: {
|
|
1302
|
+
type: NumberConstructor;
|
|
1303
|
+
default: number;
|
|
1304
|
+
};
|
|
1305
|
+
strokeLinecap: {
|
|
1306
|
+
type: StringConstructor;
|
|
1307
|
+
default: string;
|
|
1308
|
+
validator: (value: any) => boolean;
|
|
1309
|
+
};
|
|
1310
|
+
strokeLinejoin: {
|
|
1311
|
+
type: StringConstructor;
|
|
1312
|
+
default: string;
|
|
1313
|
+
validator: (value: any) => boolean;
|
|
1314
|
+
};
|
|
1315
|
+
rotate: NumberConstructor;
|
|
1316
|
+
spin: BooleanConstructor;
|
|
1317
|
+
}>> & Readonly<{
|
|
1318
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1319
|
+
}>, {
|
|
1320
|
+
cls: import("vue").ComputedRef<(string | {
|
|
1321
|
+
[x: string]: boolean;
|
|
1322
|
+
})[]>;
|
|
1323
|
+
innerStyle: import("vue").ComputedRef<CSSProperties>;
|
|
1324
|
+
onClick: (ev: MouseEvent) => void;
|
|
1325
|
+
}, {}, {}, {}, {
|
|
1326
|
+
spin: boolean;
|
|
1327
|
+
strokeWidth: number;
|
|
1328
|
+
strokeLinecap: string;
|
|
1329
|
+
strokeLinejoin: string;
|
|
1330
|
+
}>;
|
|
1331
|
+
__isFragment?: never;
|
|
1332
|
+
__isTeleport?: never;
|
|
1333
|
+
__isSuspense?: never;
|
|
1334
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1335
|
+
size: {
|
|
1336
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1337
|
+
};
|
|
1338
|
+
strokeWidth: {
|
|
1339
|
+
type: NumberConstructor;
|
|
1340
|
+
default: number;
|
|
1341
|
+
};
|
|
1342
|
+
strokeLinecap: {
|
|
1343
|
+
type: StringConstructor;
|
|
1344
|
+
default: string;
|
|
1345
|
+
validator: (value: any) => boolean;
|
|
1346
|
+
};
|
|
1347
|
+
strokeLinejoin: {
|
|
1348
|
+
type: StringConstructor;
|
|
1349
|
+
default: string;
|
|
1350
|
+
validator: (value: any) => boolean;
|
|
1351
|
+
};
|
|
1352
|
+
rotate: NumberConstructor;
|
|
1353
|
+
spin: BooleanConstructor;
|
|
1354
|
+
}>> & Readonly<{
|
|
1355
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1356
|
+
}>, {
|
|
1357
|
+
cls: import("vue").ComputedRef<(string | {
|
|
1358
|
+
[x: string]: boolean;
|
|
1359
|
+
})[]>;
|
|
1360
|
+
innerStyle: import("vue").ComputedRef<CSSProperties>;
|
|
1361
|
+
onClick: (ev: MouseEvent) => void;
|
|
1362
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1363
|
+
click: (ev: MouseEvent) => true;
|
|
1364
|
+
}, string, {
|
|
1365
|
+
spin: boolean;
|
|
1366
|
+
strokeWidth: number;
|
|
1367
|
+
strokeLinecap: string;
|
|
1368
|
+
strokeLinejoin: string;
|
|
1369
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1370
|
+
install: (app: import("vue").App, options?: import("../_utils/types").SDIconOptions) => void;
|
|
1371
|
+
};
|
|
1372
|
+
IconExclamationCircleFill: {
|
|
1373
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1374
|
+
size: {
|
|
1375
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1376
|
+
};
|
|
1377
|
+
strokeWidth: {
|
|
1378
|
+
type: NumberConstructor;
|
|
1379
|
+
default: number;
|
|
1380
|
+
};
|
|
1381
|
+
strokeLinecap: {
|
|
1382
|
+
type: StringConstructor;
|
|
1383
|
+
default: string;
|
|
1384
|
+
validator: (value: any) => boolean;
|
|
1385
|
+
};
|
|
1386
|
+
strokeLinejoin: {
|
|
1387
|
+
type: StringConstructor;
|
|
1388
|
+
default: string;
|
|
1389
|
+
validator: (value: any) => boolean;
|
|
1390
|
+
};
|
|
1391
|
+
rotate: NumberConstructor;
|
|
1392
|
+
spin: BooleanConstructor;
|
|
1393
|
+
}>> & Readonly<{
|
|
1394
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1395
|
+
}>, {
|
|
1396
|
+
cls: import("vue").ComputedRef<(string | {
|
|
1397
|
+
[x: string]: boolean;
|
|
1398
|
+
})[]>;
|
|
1399
|
+
innerStyle: import("vue").ComputedRef<CSSProperties>;
|
|
1400
|
+
onClick: (ev: MouseEvent) => void;
|
|
1401
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1402
|
+
click: (ev: MouseEvent) => true;
|
|
1403
|
+
}, import("vue").PublicProps, {
|
|
1404
|
+
spin: boolean;
|
|
1405
|
+
strokeWidth: number;
|
|
1406
|
+
strokeLinecap: string;
|
|
1407
|
+
strokeLinejoin: string;
|
|
1408
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1409
|
+
P: {};
|
|
1410
|
+
B: {};
|
|
1411
|
+
D: {};
|
|
1412
|
+
C: {};
|
|
1413
|
+
M: {};
|
|
1414
|
+
Defaults: {};
|
|
1415
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1416
|
+
size: {
|
|
1417
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1418
|
+
};
|
|
1419
|
+
strokeWidth: {
|
|
1420
|
+
type: NumberConstructor;
|
|
1421
|
+
default: number;
|
|
1422
|
+
};
|
|
1423
|
+
strokeLinecap: {
|
|
1424
|
+
type: StringConstructor;
|
|
1425
|
+
default: string;
|
|
1426
|
+
validator: (value: any) => boolean;
|
|
1427
|
+
};
|
|
1428
|
+
strokeLinejoin: {
|
|
1429
|
+
type: StringConstructor;
|
|
1430
|
+
default: string;
|
|
1431
|
+
validator: (value: any) => boolean;
|
|
1432
|
+
};
|
|
1433
|
+
rotate: NumberConstructor;
|
|
1434
|
+
spin: BooleanConstructor;
|
|
1435
|
+
}>> & Readonly<{
|
|
1436
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1437
|
+
}>, {
|
|
1438
|
+
cls: import("vue").ComputedRef<(string | {
|
|
1439
|
+
[x: string]: boolean;
|
|
1440
|
+
})[]>;
|
|
1441
|
+
innerStyle: import("vue").ComputedRef<CSSProperties>;
|
|
1442
|
+
onClick: (ev: MouseEvent) => void;
|
|
1443
|
+
}, {}, {}, {}, {
|
|
1444
|
+
spin: boolean;
|
|
1445
|
+
strokeWidth: number;
|
|
1446
|
+
strokeLinecap: string;
|
|
1447
|
+
strokeLinejoin: string;
|
|
1448
|
+
}>;
|
|
1449
|
+
__isFragment?: never;
|
|
1450
|
+
__isTeleport?: never;
|
|
1451
|
+
__isSuspense?: never;
|
|
1452
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1453
|
+
size: {
|
|
1454
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1455
|
+
};
|
|
1456
|
+
strokeWidth: {
|
|
1457
|
+
type: NumberConstructor;
|
|
1458
|
+
default: number;
|
|
1459
|
+
};
|
|
1460
|
+
strokeLinecap: {
|
|
1461
|
+
type: StringConstructor;
|
|
1462
|
+
default: string;
|
|
1463
|
+
validator: (value: any) => boolean;
|
|
1464
|
+
};
|
|
1465
|
+
strokeLinejoin: {
|
|
1466
|
+
type: StringConstructor;
|
|
1467
|
+
default: string;
|
|
1468
|
+
validator: (value: any) => boolean;
|
|
1469
|
+
};
|
|
1470
|
+
rotate: NumberConstructor;
|
|
1471
|
+
spin: BooleanConstructor;
|
|
1472
|
+
}>> & Readonly<{
|
|
1473
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1474
|
+
}>, {
|
|
1475
|
+
cls: import("vue").ComputedRef<(string | {
|
|
1476
|
+
[x: string]: boolean;
|
|
1477
|
+
})[]>;
|
|
1478
|
+
innerStyle: import("vue").ComputedRef<CSSProperties>;
|
|
1479
|
+
onClick: (ev: MouseEvent) => void;
|
|
1480
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1481
|
+
click: (ev: MouseEvent) => true;
|
|
1482
|
+
}, string, {
|
|
1483
|
+
spin: boolean;
|
|
1484
|
+
strokeWidth: number;
|
|
1485
|
+
strokeLinecap: string;
|
|
1486
|
+
strokeLinejoin: string;
|
|
1487
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1488
|
+
install: (app: import("vue").App, options?: import("../_utils/types").SDIconOptions) => void;
|
|
1489
|
+
};
|
|
1490
|
+
IconCloseCircleFill: {
|
|
1491
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1492
|
+
size: {
|
|
1493
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1494
|
+
};
|
|
1495
|
+
strokeWidth: {
|
|
1496
|
+
type: NumberConstructor;
|
|
1497
|
+
default: number;
|
|
1498
|
+
};
|
|
1499
|
+
strokeLinecap: {
|
|
1500
|
+
type: StringConstructor;
|
|
1501
|
+
default: string;
|
|
1502
|
+
validator: (value: any) => boolean;
|
|
1503
|
+
};
|
|
1504
|
+
strokeLinejoin: {
|
|
1505
|
+
type: StringConstructor;
|
|
1506
|
+
default: string;
|
|
1507
|
+
validator: (value: any) => boolean;
|
|
1508
|
+
};
|
|
1509
|
+
rotate: NumberConstructor;
|
|
1510
|
+
spin: BooleanConstructor;
|
|
1511
|
+
}>> & Readonly<{
|
|
1512
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1513
|
+
}>, {
|
|
1514
|
+
cls: import("vue").ComputedRef<(string | {
|
|
1515
|
+
[x: string]: boolean;
|
|
1516
|
+
})[]>;
|
|
1517
|
+
innerStyle: import("vue").ComputedRef<CSSProperties>;
|
|
1518
|
+
onClick: (ev: MouseEvent) => void;
|
|
1519
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1520
|
+
click: (ev: MouseEvent) => true;
|
|
1521
|
+
}, import("vue").PublicProps, {
|
|
1522
|
+
spin: boolean;
|
|
1523
|
+
strokeWidth: number;
|
|
1524
|
+
strokeLinecap: string;
|
|
1525
|
+
strokeLinejoin: string;
|
|
1526
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1527
|
+
P: {};
|
|
1528
|
+
B: {};
|
|
1529
|
+
D: {};
|
|
1530
|
+
C: {};
|
|
1531
|
+
M: {};
|
|
1532
|
+
Defaults: {};
|
|
1533
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1534
|
+
size: {
|
|
1535
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1536
|
+
};
|
|
1537
|
+
strokeWidth: {
|
|
1538
|
+
type: NumberConstructor;
|
|
1539
|
+
default: number;
|
|
1540
|
+
};
|
|
1541
|
+
strokeLinecap: {
|
|
1542
|
+
type: StringConstructor;
|
|
1543
|
+
default: string;
|
|
1544
|
+
validator: (value: any) => boolean;
|
|
1545
|
+
};
|
|
1546
|
+
strokeLinejoin: {
|
|
1547
|
+
type: StringConstructor;
|
|
1548
|
+
default: string;
|
|
1549
|
+
validator: (value: any) => boolean;
|
|
1550
|
+
};
|
|
1551
|
+
rotate: NumberConstructor;
|
|
1552
|
+
spin: BooleanConstructor;
|
|
1553
|
+
}>> & Readonly<{
|
|
1554
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1555
|
+
}>, {
|
|
1556
|
+
cls: import("vue").ComputedRef<(string | {
|
|
1557
|
+
[x: string]: boolean;
|
|
1558
|
+
})[]>;
|
|
1559
|
+
innerStyle: import("vue").ComputedRef<CSSProperties>;
|
|
1560
|
+
onClick: (ev: MouseEvent) => void;
|
|
1561
|
+
}, {}, {}, {}, {
|
|
1562
|
+
spin: boolean;
|
|
1563
|
+
strokeWidth: number;
|
|
1564
|
+
strokeLinecap: string;
|
|
1565
|
+
strokeLinejoin: string;
|
|
1566
|
+
}>;
|
|
1567
|
+
__isFragment?: never;
|
|
1568
|
+
__isTeleport?: never;
|
|
1569
|
+
__isSuspense?: never;
|
|
1570
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1571
|
+
size: {
|
|
1572
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
1573
|
+
};
|
|
1574
|
+
strokeWidth: {
|
|
1575
|
+
type: NumberConstructor;
|
|
1576
|
+
default: number;
|
|
1577
|
+
};
|
|
1578
|
+
strokeLinecap: {
|
|
1579
|
+
type: StringConstructor;
|
|
1580
|
+
default: string;
|
|
1581
|
+
validator: (value: any) => boolean;
|
|
1582
|
+
};
|
|
1583
|
+
strokeLinejoin: {
|
|
1584
|
+
type: StringConstructor;
|
|
1585
|
+
default: string;
|
|
1586
|
+
validator: (value: any) => boolean;
|
|
1587
|
+
};
|
|
1588
|
+
rotate: NumberConstructor;
|
|
1589
|
+
spin: BooleanConstructor;
|
|
1590
|
+
}>> & Readonly<{
|
|
1591
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1592
|
+
}>, {
|
|
1593
|
+
cls: import("vue").ComputedRef<(string | {
|
|
1594
|
+
[x: string]: boolean;
|
|
1595
|
+
})[]>;
|
|
1596
|
+
innerStyle: import("vue").ComputedRef<CSSProperties>;
|
|
1597
|
+
onClick: (ev: MouseEvent) => void;
|
|
1598
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1599
|
+
click: (ev: MouseEvent) => true;
|
|
1600
|
+
}, string, {
|
|
1601
|
+
spin: boolean;
|
|
1602
|
+
strokeWidth: number;
|
|
1603
|
+
strokeLinecap: string;
|
|
1604
|
+
strokeLinejoin: string;
|
|
1605
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1606
|
+
install: (app: import("vue").App, options?: import("../_utils/types").SDIconOptions) => void;
|
|
1607
|
+
};
|
|
1608
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|