@sdata/web-vue 1.2.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/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/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/index.d.ts +6 -6
- package/es/statistic/statistic.vue.d.ts +108 -0
- 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 +1634 -1634
- package/json/vetur-tags.json +556 -556
- package/json/web-types.json +3579 -3579
- 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 -22
- package/dist/sd-vue-icon.js +0 -26855
- package/dist/sd-vue-icon.js.map +0 -1
- package/dist/sd-vue-icon.min.js +0 -21375
- package/dist/sd-vue-icon.min.js.map +0 -1
- package/dist/sd-vue.js +0 -44209
- package/dist/sd-vue.js.map +0 -1
- package/dist/sd-vue.min.js +0 -33820
- package/dist/sd-vue.min.js.map +0 -1
- package/es/_components/feedback-icon.d.ts +0 -17
- package/es/_components/icon-hover.d.ts +0 -33
- package/es/_components/picker/input-range.d.ts +0 -167
- package/es/_components/picker/input.d.ts +0 -143
- package/es/_components/resize-trigger.d.ts +0 -39
- package/es/_components/transition/expand-transition.d.ts +0 -9
- package/es/_components/virtual-list/filler.d.ts +0 -34
- package/es/_components/virtual-list/virtual-list.d.ts +0 -132
- package/es/_components/virtual-list-v2/virtual-list.d.ts +0 -150
- package/es/affix/affix.d.ts +0 -57
- package/es/alert/alert.d.ts +0 -104
- package/es/anchor/anchor-link.d.ts +0 -16
- package/es/anchor/anchor.d.ts +0 -65
- package/es/avatar/avatar.d.ts +0 -89
- package/es/back-top/back-top.d.ts +0 -45
- package/es/button/button-group.d.ts +0 -41
- package/es/button/button.d.ts +0 -90
- package/es/card/card-grid.d.ts +0 -18
- package/es/carousel/carousel-arrow.d.ts +0 -38
- package/es/carousel/carousel-indicator.d.ts +0 -68
- package/es/carousel/carousel-item.d.ts +0 -13
- package/es/cascader/cascader-panel.d.ts +0 -248
- package/es/cascader/cascader.d.ts +0 -1170
- package/es/collapse/collapse.d.ts +0 -82
- package/es/comment/comment.d.ts +0 -47
- package/es/config-provider/config-provider.d.ts +0 -74
- package/es/date-picker/panels/body.d.ts +0 -89
- package/es/date-picker/panels/date/index.d.ts +0 -866
- package/es/date-picker/panels/footer.d.ts +0 -355
- package/es/date-picker/panels/header.d.ts +0 -105
- package/es/date-picker/panels/month/index.d.ts +0 -272
- package/es/date-picker/panels/quarter/index.d.ts +0 -260
- package/es/date-picker/panels/shortcuts.d.ts +0 -246
- package/es/date-picker/panels/week/index.d.ts +0 -883
- package/es/date-picker/panels/week-list.d.ts +0 -23
- package/es/date-picker/panels/year/index.d.ts +0 -258
- package/es/date-picker/picker-panel.d.ts +0 -3332
- package/es/date-picker/picker.d.ts +0 -4390
- package/es/date-picker/range-picker-panel.d.ts +0 -3365
- package/es/date-picker/range-picker.d.ts +0 -4555
- package/es/descriptions/descriptions-item.d.ts +0 -18
- package/es/drawer/drawer.d.ts +0 -470
- package/es/dropdown/dropdown-button.d.ts +0 -1389
- package/es/dropdown/dropdown-group.d.ts +0 -8
- package/es/dropdown/dropdown-option.d.ts +0 -37
- package/es/dropdown/dropdown-panel.d.ts +0 -408
- package/es/dropdown/dropdown-submenu.d.ts +0 -1077
- package/es/dropdown/dropdown.d.ts +0 -1047
- package/es/form/form-item-label.d.ts +0 -1382
- package/es/form/form-item-message.d.ts +0 -19
- package/es/form/form-item.d.ts +0 -1747
- package/es/form/form.d.ts +0 -157
- package/es/grid/grid-col.d.ts +0 -106
- package/es/grid/grid-item.d.ts +0 -49
- package/es/grid/grid-row.d.ts +0 -60
- package/es/grid/grid.d.ts +0 -58
- package/es/icon/icon-align-center/icon-align-center.d.ts +0 -58
- package/es/icon/icon-align-left/icon-align-left.d.ts +0 -58
- package/es/icon/icon-align-right/icon-align-right.d.ts +0 -58
- package/es/icon/icon-alipay-circle/icon-alipay-circle.d.ts +0 -58
- package/es/icon/icon-apps/icon-apps.d.ts +0 -58
- package/es/icon/icon-archive/icon-archive.d.ts +0 -58
- package/es/icon/icon-arrow-down/icon-arrow-down.d.ts +0 -58
- package/es/icon/icon-arrow-fall/icon-arrow-fall.d.ts +0 -58
- package/es/icon/icon-arrow-left/icon-arrow-left.d.ts +0 -58
- package/es/icon/icon-arrow-right/icon-arrow-right.d.ts +0 -58
- package/es/icon/icon-arrow-rise/icon-arrow-rise.d.ts +0 -58
- package/es/icon/icon-arrow-up/icon-arrow-up.d.ts +0 -58
- package/es/icon/icon-at/icon-at.d.ts +0 -58
- package/es/icon/icon-attachment/icon-attachment.d.ts +0 -58
- package/es/icon/icon-backward/icon-backward.d.ts +0 -58
- package/es/icon/icon-bar-chart/icon-bar-chart.d.ts +0 -58
- package/es/icon/icon-bg-colors/icon-bg-colors.d.ts +0 -58
- package/es/icon/icon-bold/icon-bold.d.ts +0 -58
- package/es/icon/icon-book/icon-book.d.ts +0 -58
- package/es/icon/icon-bookmark/icon-bookmark.d.ts +0 -58
- package/es/icon/icon-branch/icon-branch.d.ts +0 -58
- package/es/icon/icon-brush/icon-brush.d.ts +0 -58
- package/es/icon/icon-bug/icon-bug.d.ts +0 -58
- package/es/icon/icon-bulb/icon-bulb.d.ts +0 -58
- package/es/icon/icon-bytedance-color/icon-bytedance-color.d.ts +0 -58
- package/es/icon/icon-calendar/icon-calendar.d.ts +0 -58
- package/es/icon/icon-calendar-clock/icon-calendar-clock.d.ts +0 -58
- package/es/icon/icon-camera/icon-camera.d.ts +0 -58
- package/es/icon/icon-caret-down/icon-caret-down.d.ts +0 -58
- package/es/icon/icon-caret-left/icon-caret-left.d.ts +0 -58
- package/es/icon/icon-caret-right/icon-caret-right.d.ts +0 -58
- package/es/icon/icon-caret-up/icon-caret-up.d.ts +0 -58
- package/es/icon/icon-check/icon-check.d.ts +0 -58
- package/es/icon/icon-check-circle/icon-check-circle.d.ts +0 -58
- package/es/icon/icon-check-circle-fill/icon-check-circle-fill.d.ts +0 -58
- package/es/icon/icon-check-square/icon-check-square.d.ts +0 -58
- package/es/icon/icon-chinese-fill/icon-chinese-fill.d.ts +0 -58
- package/es/icon/icon-clock-circle/icon-clock-circle.d.ts +0 -58
- package/es/icon/icon-close/icon-close.d.ts +0 -58
- package/es/icon/icon-close-circle/icon-close-circle.d.ts +0 -58
- package/es/icon/icon-close-circle-fill/icon-close-circle-fill.d.ts +0 -58
- package/es/icon/icon-cloud/icon-cloud.d.ts +0 -58
- package/es/icon/icon-cloud-download/icon-cloud-download.d.ts +0 -58
- package/es/icon/icon-code/icon-code.d.ts +0 -58
- package/es/icon/icon-code-block/icon-code-block.d.ts +0 -58
- package/es/icon/icon-code-sandbox/icon-code-sandbox.d.ts +0 -58
- package/es/icon/icon-code-square/icon-code-square.d.ts +0 -58
- package/es/icon/icon-codepen/icon-codepen.d.ts +0 -58
- package/es/icon/icon-command/icon-command.d.ts +0 -58
- package/es/icon/icon-common/icon-common.d.ts +0 -58
- package/es/icon/icon-compass/icon-compass.d.ts +0 -58
- package/es/icon/icon-computer/icon-computer.d.ts +0 -58
- package/es/icon/icon-copy/icon-copy.d.ts +0 -58
- package/es/icon/icon-copyright/icon-copyright.d.ts +0 -58
- package/es/icon/icon-customer-service/icon-customer-service.d.ts +0 -58
- package/es/icon/icon-dashboard/icon-dashboard.d.ts +0 -58
- package/es/icon/icon-delete/icon-delete.d.ts +0 -58
- package/es/icon/icon-desktop/icon-desktop.d.ts +0 -58
- package/es/icon/icon-dice/icon-dice.d.ts +0 -58
- package/es/icon/icon-double-down/icon-double-down.d.ts +0 -58
- package/es/icon/icon-double-left/icon-double-left.d.ts +0 -58
- package/es/icon/icon-double-right/icon-double-right.d.ts +0 -58
- package/es/icon/icon-double-up/icon-double-up.d.ts +0 -58
- package/es/icon/icon-down/icon-down.d.ts +0 -58
- package/es/icon/icon-down-circle/icon-down-circle.d.ts +0 -58
- package/es/icon/icon-download/icon-download.d.ts +0 -58
- package/es/icon/icon-drag-arrow/icon-drag-arrow.d.ts +0 -58
- package/es/icon/icon-drag-dot/icon-drag-dot.d.ts +0 -58
- package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.d.ts +0 -58
- package/es/icon/icon-drive-file/icon-drive-file.d.ts +0 -58
- package/es/icon/icon-ear/icon-ear.d.ts +0 -58
- package/es/icon/icon-edit/icon-edit.d.ts +0 -58
- package/es/icon/icon-email/icon-email.d.ts +0 -58
- package/es/icon/icon-empty/icon-empty.d.ts +0 -58
- package/es/icon/icon-english-fill/icon-english-fill.d.ts +0 -58
- package/es/icon/icon-eraser/icon-eraser.d.ts +0 -58
- package/es/icon/icon-exclamation/icon-exclamation.d.ts +0 -58
- package/es/icon/icon-exclamation-circle/icon-exclamation-circle.d.ts +0 -58
- package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.d.ts +0 -58
- package/es/icon/icon-exclamation-polygon-fill/icon-exclamation-polygon-fill.d.ts +0 -58
- package/es/icon/icon-expand/icon-expand.d.ts +0 -58
- package/es/icon/icon-experiment/icon-experiment.d.ts +0 -58
- package/es/icon/icon-export/icon-export.d.ts +0 -58
- package/es/icon/icon-eye/icon-eye.d.ts +0 -58
- package/es/icon/icon-eye-invisible/icon-eye-invisible.d.ts +0 -58
- package/es/icon/icon-face-frown-fill/icon-face-frown-fill.d.ts +0 -58
- package/es/icon/icon-face-meh-fill/icon-face-meh-fill.d.ts +0 -58
- package/es/icon/icon-face-smile-fill/icon-face-smile-fill.d.ts +0 -58
- package/es/icon/icon-faceBook-circle-fill/icon-faceBook-circle-fill.d.ts +0 -58
- package/es/icon/icon-facebook/icon-facebook.d.ts +0 -58
- package/es/icon/icon-facebook-square-fill/icon-facebook-square-fill.d.ts +0 -58
- package/es/icon/icon-file/icon-file.d.ts +0 -58
- package/es/icon/icon-file-audio/icon-file-audio.d.ts +0 -58
- package/es/icon/icon-file-image/icon-file-image.d.ts +0 -58
- package/es/icon/icon-file-pdf/icon-file-pdf.d.ts +0 -58
- package/es/icon/icon-file-video/icon-file-video.d.ts +0 -58
- package/es/icon/icon-filter/icon-filter.d.ts +0 -58
- package/es/icon/icon-find-replace/icon-find-replace.d.ts +0 -58
- package/es/icon/icon-fire/icon-fire.d.ts +0 -58
- package/es/icon/icon-folder/icon-folder.d.ts +0 -58
- package/es/icon/icon-folder-add/icon-folder-add.d.ts +0 -58
- package/es/icon/icon-folder-delete/icon-folder-delete.d.ts +0 -58
- package/es/icon/icon-font-colors/icon-font-colors.d.ts +0 -58
- package/es/icon/icon-formula/icon-formula.d.ts +0 -58
- package/es/icon/icon-forward/icon-forward.d.ts +0 -58
- package/es/icon/icon-fullscreen/icon-fullscreen.d.ts +0 -58
- package/es/icon/icon-fullscreen-exit/icon-fullscreen-exit.d.ts +0 -58
- package/es/icon/icon-gift/icon-gift.d.ts +0 -58
- package/es/icon/icon-github/icon-github.d.ts +0 -58
- package/es/icon/icon-gitlab/icon-gitlab.d.ts +0 -58
- package/es/icon/icon-google/icon-google.d.ts +0 -58
- package/es/icon/icon-google-circle-fill/icon-google-circle-fill.d.ts +0 -58
- package/es/icon/icon-h1/icon-h1.d.ts +0 -58
- package/es/icon/icon-h2/icon-h2.d.ts +0 -58
- package/es/icon/icon-h3/icon-h3.d.ts +0 -58
- package/es/icon/icon-h4/icon-h4.d.ts +0 -58
- package/es/icon/icon-h5/icon-h5.d.ts +0 -58
- package/es/icon/icon-h6/icon-h6.d.ts +0 -58
- package/es/icon/icon-h7/icon-h7.d.ts +0 -58
- package/es/icon/icon-heart/icon-heart.d.ts +0 -58
- package/es/icon/icon-heart-fill/icon-heart-fill.d.ts +0 -58
- package/es/icon/icon-highlight/icon-highlight.d.ts +0 -58
- package/es/icon/icon-history/icon-history.d.ts +0 -58
- package/es/icon/icon-home/icon-home.d.ts +0 -58
- package/es/icon/icon-idcard/icon-idcard.d.ts +0 -58
- package/es/icon/icon-image/icon-image.d.ts +0 -58
- package/es/icon/icon-image-close/icon-image-close.d.ts +0 -58
- package/es/icon/icon-import/icon-import.d.ts +0 -58
- package/es/icon/icon-info/icon-info.d.ts +0 -58
- package/es/icon/icon-info-circle/icon-info-circle.d.ts +0 -58
- package/es/icon/icon-info-circle-fill/icon-info-circle-fill.d.ts +0 -58
- package/es/icon/icon-interaction/icon-interaction.d.ts +0 -58
- package/es/icon/icon-italic/icon-italic.d.ts +0 -58
- package/es/icon/icon-language/icon-language.d.ts +0 -58
- package/es/icon/icon-lark-color/icon-lark-color.d.ts +0 -58
- package/es/icon/icon-launch/icon-launch.d.ts +0 -58
- package/es/icon/icon-layers/icon-layers.d.ts +0 -58
- package/es/icon/icon-layout/icon-layout.d.ts +0 -58
- package/es/icon/icon-left/icon-left.d.ts +0 -58
- package/es/icon/icon-left-circle/icon-left-circle.d.ts +0 -58
- package/es/icon/icon-line-height/icon-line-height.d.ts +0 -58
- package/es/icon/icon-link/icon-link.d.ts +0 -58
- package/es/icon/icon-list/icon-list.d.ts +0 -58
- package/es/icon/icon-live-broadcast/icon-live-broadcast.d.ts +0 -58
- package/es/icon/icon-loading/icon-loading.d.ts +0 -58
- package/es/icon/icon-location/icon-location.d.ts +0 -58
- package/es/icon/icon-lock/icon-lock.d.ts +0 -58
- package/es/icon/icon-loop/icon-loop.d.ts +0 -58
- package/es/icon/icon-man/icon-man.d.ts +0 -58
- package/es/icon/icon-menu/icon-menu.d.ts +0 -58
- package/es/icon/icon-menu-fold/icon-menu-fold.d.ts +0 -58
- package/es/icon/icon-menu-unfold/icon-menu-unfold.d.ts +0 -58
- package/es/icon/icon-message/icon-message.d.ts +0 -58
- package/es/icon/icon-message-banned/icon-message-banned.d.ts +0 -58
- package/es/icon/icon-mind-mapping/icon-mind-mapping.d.ts +0 -58
- package/es/icon/icon-minus/icon-minus.d.ts +0 -58
- package/es/icon/icon-minus-circle/icon-minus-circle.d.ts +0 -58
- package/es/icon/icon-minus-circle-fill/icon-minus-circle-fill.d.ts +0 -58
- package/es/icon/icon-mobile/icon-mobile.d.ts +0 -58
- package/es/icon/icon-moon/icon-moon.d.ts +0 -58
- package/es/icon/icon-moon-fill/icon-moon-fill.d.ts +0 -58
- package/es/icon/icon-more/icon-more.d.ts +0 -58
- package/es/icon/icon-more-vertical/icon-more-vertical.d.ts +0 -58
- package/es/icon/icon-mosaic/icon-mosaic.d.ts +0 -58
- package/es/icon/icon-music/icon-music.d.ts +0 -58
- package/es/icon/icon-mute/icon-mute.d.ts +0 -58
- package/es/icon/icon-mute-fill/icon-mute-fill.d.ts +0 -58
- package/es/icon/icon-nav/icon-nav.d.ts +0 -58
- package/es/icon/icon-notification/icon-notification.d.ts +0 -58
- package/es/icon/icon-notification-close/icon-notification-close.d.ts +0 -58
- package/es/icon/icon-oblique-line/icon-oblique-line.d.ts +0 -58
- package/es/icon/icon-ordered-list/icon-ordered-list.d.ts +0 -58
- package/es/icon/icon-original-size/icon-original-size.d.ts +0 -58
- package/es/icon/icon-palette/icon-palette.d.ts +0 -58
- package/es/icon/icon-paste/icon-paste.d.ts +0 -58
- package/es/icon/icon-pause/icon-pause.d.ts +0 -58
- package/es/icon/icon-pause-circle/icon-pause-circle.d.ts +0 -58
- package/es/icon/icon-pause-circle-fill/icon-pause-circle-fill.d.ts +0 -58
- package/es/icon/icon-pen/icon-pen.d.ts +0 -58
- package/es/icon/icon-pen-fill/icon-pen-fill.d.ts +0 -58
- package/es/icon/icon-phone/icon-phone.d.ts +0 -58
- package/es/icon/icon-play-arrow/icon-play-arrow.d.ts +0 -58
- package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.d.ts +0 -58
- package/es/icon/icon-play-circle/icon-play-circle.d.ts +0 -58
- package/es/icon/icon-play-circle-fill/icon-play-circle-fill.d.ts +0 -58
- package/es/icon/icon-plus/icon-plus.d.ts +0 -58
- package/es/icon/icon-plus-circle/icon-plus-circle.d.ts +0 -58
- package/es/icon/icon-plus-circle-fill/icon-plus-circle-fill.d.ts +0 -58
- package/es/icon/icon-poweroff/icon-poweroff.d.ts +0 -58
- package/es/icon/icon-printer/icon-printer.d.ts +0 -58
- package/es/icon/icon-public/icon-public.d.ts +0 -58
- package/es/icon/icon-pushpin/icon-pushpin.d.ts +0 -58
- package/es/icon/icon-qq/icon-qq.d.ts +0 -58
- package/es/icon/icon-qq-circle-fill/icon-qq-circle-fill.d.ts +0 -58
- package/es/icon/icon-qq-zone/icon-qq-zone.d.ts +0 -58
- package/es/icon/icon-qrcode/icon-qrcode.d.ts +0 -58
- package/es/icon/icon-question/icon-question.d.ts +0 -58
- package/es/icon/icon-question-circle/icon-question-circle.d.ts +0 -58
- package/es/icon/icon-question-circle-fill/icon-question-circle-fill.d.ts +0 -58
- package/es/icon/icon-quote/icon-quote.d.ts +0 -58
- package/es/icon/icon-record/icon-record.d.ts +0 -58
- package/es/icon/icon-record-stop/icon-record-stop.d.ts +0 -58
- package/es/icon/icon-redo/icon-redo.d.ts +0 -58
- package/es/icon/icon-refresh/icon-refresh.d.ts +0 -58
- package/es/icon/icon-relation/icon-relation.d.ts +0 -58
- package/es/icon/icon-reply/icon-reply.d.ts +0 -58
- package/es/icon/icon-right/icon-right.d.ts +0 -58
- package/es/icon/icon-right-circle/icon-right-circle.d.ts +0 -58
- package/es/icon/icon-robot/icon-robot.d.ts +0 -58
- package/es/icon/icon-robot-add/icon-robot-add.d.ts +0 -58
- package/es/icon/icon-rotate-left/icon-rotate-left.d.ts +0 -58
- package/es/icon/icon-rotate-right/icon-rotate-right.d.ts +0 -58
- package/es/icon/icon-safe/icon-safe.d.ts +0 -58
- package/es/icon/icon-save/icon-save.d.ts +0 -58
- package/es/icon/icon-scan/icon-scan.d.ts +0 -58
- package/es/icon/icon-schedule/icon-schedule.d.ts +0 -58
- package/es/icon/icon-scissor/icon-scissor.d.ts +0 -58
- package/es/icon/icon-search/icon-search.d.ts +0 -58
- package/es/icon/icon-select-all/icon-select-all.d.ts +0 -58
- package/es/icon/icon-send/icon-send.d.ts +0 -58
- package/es/icon/icon-settings/icon-settings.d.ts +0 -58
- package/es/icon/icon-shake/icon-shake.d.ts +0 -58
- package/es/icon/icon-share-alt/icon-share-alt.d.ts +0 -58
- package/es/icon/icon-share-external/icon-share-external.d.ts +0 -58
- package/es/icon/icon-share-internal/icon-share-internal.d.ts +0 -58
- package/es/icon/icon-shrink/icon-shrink.d.ts +0 -58
- package/es/icon/icon-skin/icon-skin.d.ts +0 -58
- package/es/icon/icon-skip-next/icon-skip-next.d.ts +0 -58
- package/es/icon/icon-skip-next-fill/icon-skip-next-fill.d.ts +0 -58
- package/es/icon/icon-skip-previous/icon-skip-previous.d.ts +0 -58
- package/es/icon/icon-skip-previous-fill/icon-skip-previous-fill.d.ts +0 -58
- package/es/icon/icon-sort/icon-sort.d.ts +0 -58
- package/es/icon/icon-sort-ascending/icon-sort-ascending.d.ts +0 -58
- package/es/icon/icon-sort-descending/icon-sort-descending.d.ts +0 -58
- package/es/icon/icon-sound/icon-sound.d.ts +0 -58
- package/es/icon/icon-sound-fill/icon-sound-fill.d.ts +0 -58
- package/es/icon/icon-stamp/icon-stamp.d.ts +0 -58
- package/es/icon/icon-star/icon-star.d.ts +0 -58
- package/es/icon/icon-star-fill/icon-star-fill.d.ts +0 -58
- package/es/icon/icon-stop/icon-stop.d.ts +0 -58
- package/es/icon/icon-storage/icon-storage.d.ts +0 -58
- package/es/icon/icon-strikethrough/icon-strikethrough.d.ts +0 -58
- package/es/icon/icon-subscribe/icon-subscribe.d.ts +0 -58
- package/es/icon/icon-subscribe-add/icon-subscribe-add.d.ts +0 -58
- package/es/icon/icon-subscribed/icon-subscribed.d.ts +0 -58
- package/es/icon/icon-sun/icon-sun.d.ts +0 -58
- package/es/icon/icon-sun-fill/icon-sun-fill.d.ts +0 -58
- package/es/icon/icon-swap/icon-swap.d.ts +0 -58
- package/es/icon/icon-sync/icon-sync.d.ts +0 -58
- package/es/icon/icon-tag/icon-tag.d.ts +0 -58
- package/es/icon/icon-tags/icon-tags.d.ts +0 -58
- package/es/icon/icon-thumb-down/icon-thumb-down.d.ts +0 -58
- package/es/icon/icon-thumb-down-fill/icon-thumb-down-fill.d.ts +0 -58
- package/es/icon/icon-thumb-up/icon-thumb-up.d.ts +0 -58
- package/es/icon/icon-thumb-up-fill/icon-thumb-up-fill.d.ts +0 -58
- package/es/icon/icon-thunderbolt/icon-thunderbolt.d.ts +0 -58
- package/es/icon/icon-tiktok-color/icon-tiktok-color.d.ts +0 -58
- package/es/icon/icon-to-bottom/icon-to-bottom.d.ts +0 -58
- package/es/icon/icon-to-left/icon-to-left.d.ts +0 -58
- package/es/icon/icon-to-right/icon-to-right.d.ts +0 -58
- package/es/icon/icon-to-top/icon-to-top.d.ts +0 -58
- package/es/icon/icon-tool/icon-tool.d.ts +0 -58
- package/es/icon/icon-translate/icon-translate.d.ts +0 -58
- package/es/icon/icon-trophy/icon-trophy.d.ts +0 -58
- package/es/icon/icon-twitter/icon-twitter.d.ts +0 -58
- package/es/icon/icon-twitter-circle-fill/icon-twitter-circle-fill.d.ts +0 -58
- package/es/icon/icon-underline/icon-underline.d.ts +0 -58
- package/es/icon/icon-undo/icon-undo.d.ts +0 -58
- package/es/icon/icon-unlock/icon-unlock.d.ts +0 -58
- package/es/icon/icon-unordered-list/icon-unordered-list.d.ts +0 -58
- package/es/icon/icon-up/icon-up.d.ts +0 -58
- package/es/icon/icon-up-circle/icon-up-circle.d.ts +0 -58
- package/es/icon/icon-upload/icon-upload.d.ts +0 -58
- package/es/icon/icon-user/icon-user.d.ts +0 -58
- package/es/icon/icon-user-add/icon-user-add.d.ts +0 -58
- package/es/icon/icon-user-group/icon-user-group.d.ts +0 -58
- package/es/icon/icon-video-camera/icon-video-camera.d.ts +0 -58
- package/es/icon/icon-voice/icon-voice.d.ts +0 -58
- package/es/icon/icon-wechat/icon-wechat.d.ts +0 -58
- package/es/icon/icon-wechatpay/icon-wechatpay.d.ts +0 -58
- package/es/icon/icon-weibo/icon-weibo.d.ts +0 -58
- package/es/icon/icon-weibo-circle-fill/icon-weibo-circle-fill.d.ts +0 -58
- package/es/icon/icon-wifi/icon-wifi.d.ts +0 -58
- package/es/icon/icon-woman/icon-woman.d.ts +0 -58
- package/es/icon/icon-xigua-color/icon-xigua-color.d.ts +0 -58
- package/es/icon/icon-zoom-in/icon-zoom-in.d.ts +0 -58
- package/es/icon/icon-zoom-out/icon-zoom-out.d.ts +0 -58
- package/es/icon-component/icon.d.ts +0 -20
- package/es/image/image-footer.d.ts +0 -18
- package/es/image/preview-arrow.d.ts +0 -21
- package/es/image/preview-toolbar.d.ts +0 -1381
- package/es/input/input-group.d.ts +0 -4
- package/es/input/input-password.d.ts +0 -214
- package/es/layout/content.d.ts +0 -4
- package/es/layout/footer.d.ts +0 -4
- package/es/layout/header.d.ts +0 -4
- package/es/layout/layout.d.ts +0 -16
- package/es/layout/sider.d.ts +0 -343
- package/es/link/link.d.ts +0 -50
- package/es/list/list-item-meta.d.ts +0 -11
- package/es/menu/base-menu.d.ts +0 -209
- package/es/menu/indent.d.ts +0 -17
- package/es/menu/item-group.d.ts +0 -31
- package/es/menu/sub-menu-inline.d.ts +0 -51
- package/es/menu/sub-menu-pop.d.ts +0 -861
- package/es/message/message.d.ts +0 -105
- package/es/modal/modal.d.ts +0 -549
- package/es/notification/notification.d.ts +0 -93
- package/es/page-header/page-header.d.ts +0 -58
- package/es/pagination/page-item-ellipsis.d.ts +0 -38
- package/es/pagination/page-item-step.d.ts +0 -59
- package/es/pagination/page-item.d.ts +0 -48
- package/es/pagination/page-jumper.d.ts +0 -341
- package/es/pagination/page-options.d.ts +0 -2332
- package/es/popconfirm/popconfirm.d.ts +0 -905
- package/es/popover/popover.d.ts +0 -653
- package/es/progress/circle.d.ts +0 -95
- package/es/progress/line.d.ts +0 -102
- package/es/progress/progress.d.ts +0 -358
- package/es/progress/steps.d.ts +0 -71
- package/es/resize-box/resize-box.d.ts +0 -110
- package/es/result/result.d.ts +0 -33
- package/es/scrollbar/scrollbar.d.ts +0 -143
- package/es/scrollbar/thumb.d.ts +0 -57
- package/es/select/optgroup.d.ts +0 -12
- package/es/select/option.d.ts +0 -298
- package/es/select/select-dropdown.d.ts +0 -492
- package/es/skeleton/line.d.ts +0 -45
- package/es/skeleton/shape.d.ts +0 -27
- package/es/skeleton/skeleton.d.ts +0 -28
- package/es/slider/slider-button.d.ts +0 -1392
- package/es/slider/slider-dots.d.ts +0 -51
- package/es/slider/slider-input.d.ts +0 -329
- package/es/slider/slider-marks.d.ts +0 -49
- package/es/slider/slider-ticks.d.ts +0 -55
- package/es/slider/slider.d.ts +0 -2012
- package/es/split/split.d.ts +0 -85
- package/es/statistic/countdown.d.ts +0 -57
- package/es/statistic/statistic.d.ts +0 -107
- package/es/steps/step.d.ts +0 -41
- package/es/steps/steps.d.ts +0 -99
- package/es/switch/switch.d.ts +0 -135
- package/es/table/table-col-group.d.ts +0 -38
- package/es/tabs/tab-pane.d.ts +0 -39
- package/es/tabs/tabs-nav-ink.d.ts +0 -32
- package/es/tabs/tabs-tab.d.ts +0 -71
- package/es/tag/tag.d.ts +0 -153
- package/es/textarea/textarea.d.ts +0 -189
- package/es/time-picker/panel.d.ts +0 -495
- package/es/time-picker/time-column.d.ts +0 -43
- package/es/time-picker/time-picker.d.ts +0 -2109
- package/es/timeline/item.d.ts +0 -63
- package/es/tooltip/tooltip.d.ts +0 -668
- package/es/transfer/transfer-view.d.ts +0 -1032
- package/es/transfer/transfer.d.ts +0 -1381
- package/es/tree/base-node.d.ts +0 -483
- package/es/tree/expand-transition.d.ts +0 -14
- package/es/tree/node-switcher.d.ts +0 -74
- package/es/tree/transition-node-list.d.ts +0 -515
- package/es/tree/tree.d.ts +0 -710
- package/es/tree-select/tree-select.d.ts +0 -2795
- package/es/typography/edit-content.d.ts +0 -1641
- package/es/typography/operations.d.ts +0 -1365
- package/es/typography/typography.d.ts +0 -4
package/es/dropdown/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { App } from 'vue';
|
|
2
2
|
import type { SDOptions } from '../_utils/types';
|
|
3
|
-
import _DropdownButton from './dropdown-button';
|
|
4
|
-
import _DropdownGroup from './dropdown-group';
|
|
5
|
-
import _DropdownOption from './dropdown-option';
|
|
6
|
-
import _DropdownSubmenu from './dropdown-submenu';
|
|
7
|
-
import _Dropdown from './dropdown';
|
|
3
|
+
import _DropdownButton from './dropdown-button.vue';
|
|
4
|
+
import _DropdownGroup from './dropdown-group.vue';
|
|
5
|
+
import _DropdownOption from './dropdown-option.vue';
|
|
6
|
+
import _DropdownSubmenu from './dropdown-submenu.vue';
|
|
7
|
+
import _Dropdown from './dropdown.vue';
|
|
8
8
|
declare const Dropdown: {
|
|
9
9
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
10
10
|
popupVisible: {
|
|
@@ -47,10 +47,10 @@ declare const Dropdown: {
|
|
|
47
47
|
popupVisibleChange: (visible: boolean) => true;
|
|
48
48
|
select: (value: string | number | Record<string, any> | undefined, ev: Event) => true;
|
|
49
49
|
}, import("vue").PublicProps, {
|
|
50
|
-
|
|
50
|
+
position: import("./interface").DropdownPosition;
|
|
51
51
|
popupVisible: boolean;
|
|
52
52
|
defaultPopupVisible: boolean;
|
|
53
|
-
|
|
53
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
54
54
|
popupMaxHeight: number | boolean;
|
|
55
55
|
hideOnSelect: boolean;
|
|
56
56
|
}, true, {}, {}, {
|
|
@@ -112,13 +112,13 @@ declare const Dropdown: {
|
|
|
112
112
|
default: boolean;
|
|
113
113
|
};
|
|
114
114
|
contentClass: {
|
|
115
|
-
type: (
|
|
115
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
116
116
|
};
|
|
117
117
|
contentStyle: {
|
|
118
118
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
119
119
|
};
|
|
120
120
|
arrowClass: {
|
|
121
|
-
type: (
|
|
121
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
122
122
|
};
|
|
123
123
|
arrowStyle: {
|
|
124
124
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -176,7 +176,7 @@ declare const Dropdown: {
|
|
|
176
176
|
default: boolean;
|
|
177
177
|
};
|
|
178
178
|
openedClass: {
|
|
179
|
-
type: (
|
|
179
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
180
180
|
};
|
|
181
181
|
autoFitPosition: {
|
|
182
182
|
type: BooleanConstructor;
|
|
@@ -212,19 +212,21 @@ declare const Dropdown: {
|
|
|
212
212
|
resize: () => true;
|
|
213
213
|
}, import("vue").PublicProps, {
|
|
214
214
|
disabled: boolean;
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
215
|
+
unmountOnClose: boolean;
|
|
216
|
+
renderToBody: boolean;
|
|
217
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
218
|
+
autoFitPosition: boolean;
|
|
218
219
|
popupVisible: boolean;
|
|
219
220
|
defaultPopupVisible: boolean;
|
|
220
|
-
|
|
221
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
221
222
|
popupOffset: number;
|
|
223
|
+
showArrow: boolean;
|
|
222
224
|
alignPoint: boolean;
|
|
223
225
|
popupHoverStay: boolean;
|
|
224
226
|
blurToClose: boolean;
|
|
225
227
|
clickToClose: boolean;
|
|
226
228
|
clickOutsideToClose: boolean;
|
|
227
|
-
|
|
229
|
+
animationName: string;
|
|
228
230
|
mouseEnterDelay: number;
|
|
229
231
|
mouseLeaveDelay: number;
|
|
230
232
|
focusDelay: number;
|
|
@@ -232,10 +234,8 @@ declare const Dropdown: {
|
|
|
232
234
|
autoFitPopupMinWidth: boolean;
|
|
233
235
|
autoFixPosition: boolean;
|
|
234
236
|
updateAtScroll: boolean;
|
|
235
|
-
autoFitPosition: boolean;
|
|
236
237
|
autoFitTransformOrigin: boolean;
|
|
237
238
|
hideEmpty: boolean;
|
|
238
|
-
renderToBody: boolean;
|
|
239
239
|
preventFocus: boolean;
|
|
240
240
|
scrollToClose: boolean;
|
|
241
241
|
scrollToCloseDistance: number;
|
|
@@ -303,13 +303,13 @@ declare const Dropdown: {
|
|
|
303
303
|
default: boolean;
|
|
304
304
|
};
|
|
305
305
|
contentClass: {
|
|
306
|
-
type: (
|
|
306
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
307
307
|
};
|
|
308
308
|
contentStyle: {
|
|
309
309
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
310
310
|
};
|
|
311
311
|
arrowClass: {
|
|
312
|
-
type: (
|
|
312
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
313
313
|
};
|
|
314
314
|
arrowStyle: {
|
|
315
315
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -367,7 +367,7 @@ declare const Dropdown: {
|
|
|
367
367
|
default: boolean;
|
|
368
368
|
};
|
|
369
369
|
openedClass: {
|
|
370
|
-
type: (
|
|
370
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
371
371
|
};
|
|
372
372
|
autoFitPosition: {
|
|
373
373
|
type: BooleanConstructor;
|
|
@@ -397,19 +397,21 @@ declare const Dropdown: {
|
|
|
397
397
|
onHide?: (() => any) | undefined;
|
|
398
398
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
399
399
|
disabled: boolean;
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
400
|
+
unmountOnClose: boolean;
|
|
401
|
+
renderToBody: boolean;
|
|
402
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
403
|
+
autoFitPosition: boolean;
|
|
403
404
|
popupVisible: boolean;
|
|
404
405
|
defaultPopupVisible: boolean;
|
|
405
|
-
|
|
406
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
406
407
|
popupOffset: number;
|
|
408
|
+
showArrow: boolean;
|
|
407
409
|
alignPoint: boolean;
|
|
408
410
|
popupHoverStay: boolean;
|
|
409
411
|
blurToClose: boolean;
|
|
410
412
|
clickToClose: boolean;
|
|
411
413
|
clickOutsideToClose: boolean;
|
|
412
|
-
|
|
414
|
+
animationName: string;
|
|
413
415
|
mouseEnterDelay: number;
|
|
414
416
|
mouseLeaveDelay: number;
|
|
415
417
|
focusDelay: number;
|
|
@@ -417,10 +419,8 @@ declare const Dropdown: {
|
|
|
417
419
|
autoFitPopupMinWidth: boolean;
|
|
418
420
|
autoFixPosition: boolean;
|
|
419
421
|
updateAtScroll: boolean;
|
|
420
|
-
autoFitPosition: boolean;
|
|
421
422
|
autoFitTransformOrigin: boolean;
|
|
422
423
|
hideEmpty: boolean;
|
|
423
|
-
renderToBody: boolean;
|
|
424
424
|
preventFocus: boolean;
|
|
425
425
|
scrollToClose: boolean;
|
|
426
426
|
scrollToCloseDistance: number;
|
|
@@ -485,13 +485,13 @@ declare const Dropdown: {
|
|
|
485
485
|
default: boolean;
|
|
486
486
|
};
|
|
487
487
|
contentClass: {
|
|
488
|
-
type: (
|
|
488
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
489
489
|
};
|
|
490
490
|
contentStyle: {
|
|
491
491
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
492
492
|
};
|
|
493
493
|
arrowClass: {
|
|
494
|
-
type: (
|
|
494
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
495
495
|
};
|
|
496
496
|
arrowStyle: {
|
|
497
497
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -549,7 +549,7 @@ declare const Dropdown: {
|
|
|
549
549
|
default: boolean;
|
|
550
550
|
};
|
|
551
551
|
openedClass: {
|
|
552
|
-
type: (
|
|
552
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
553
553
|
};
|
|
554
554
|
autoFitPosition: {
|
|
555
555
|
type: BooleanConstructor;
|
|
@@ -585,19 +585,21 @@ declare const Dropdown: {
|
|
|
585
585
|
resize: () => true;
|
|
586
586
|
}, string, {
|
|
587
587
|
disabled: boolean;
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
588
|
+
unmountOnClose: boolean;
|
|
589
|
+
renderToBody: boolean;
|
|
590
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
591
|
+
autoFitPosition: boolean;
|
|
591
592
|
popupVisible: boolean;
|
|
592
593
|
defaultPopupVisible: boolean;
|
|
593
|
-
|
|
594
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
594
595
|
popupOffset: number;
|
|
596
|
+
showArrow: boolean;
|
|
595
597
|
alignPoint: boolean;
|
|
596
598
|
popupHoverStay: boolean;
|
|
597
599
|
blurToClose: boolean;
|
|
598
600
|
clickToClose: boolean;
|
|
599
601
|
clickOutsideToClose: boolean;
|
|
600
|
-
|
|
602
|
+
animationName: string;
|
|
601
603
|
mouseEnterDelay: number;
|
|
602
604
|
mouseLeaveDelay: number;
|
|
603
605
|
focusDelay: number;
|
|
@@ -605,10 +607,8 @@ declare const Dropdown: {
|
|
|
605
607
|
autoFitPopupMinWidth: boolean;
|
|
606
608
|
autoFixPosition: boolean;
|
|
607
609
|
updateAtScroll: boolean;
|
|
608
|
-
autoFitPosition: boolean;
|
|
609
610
|
autoFitTransformOrigin: boolean;
|
|
610
611
|
hideEmpty: boolean;
|
|
611
|
-
renderToBody: boolean;
|
|
612
612
|
preventFocus: boolean;
|
|
613
613
|
scrollToClose: boolean;
|
|
614
614
|
scrollToCloseDistance: number;
|
|
@@ -675,7 +675,7 @@ declare const Dropdown: {
|
|
|
675
675
|
type: import("vue").PropType<"track" | "embed">;
|
|
676
676
|
default: string;
|
|
677
677
|
};
|
|
678
|
-
outerClass: (
|
|
678
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
679
679
|
outerStyle: {
|
|
680
680
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
681
681
|
};
|
|
@@ -695,7 +695,7 @@ declare const Dropdown: {
|
|
|
695
695
|
onScroll?: ((ev: Event) => any) | undefined;
|
|
696
696
|
}>, {
|
|
697
697
|
prefixCls: string;
|
|
698
|
-
cls: import("vue").ComputedRef<(string |
|
|
698
|
+
cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
|
|
699
699
|
style: import("vue").ComputedRef<import("vue").StyleValue[]>;
|
|
700
700
|
containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
701
701
|
horizontalThumbRef: import("vue").Ref<any, any>;
|
|
@@ -784,8 +784,8 @@ declare const Dropdown: {
|
|
|
784
784
|
}>> & Readonly<{
|
|
785
785
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
786
786
|
}>, {
|
|
787
|
-
direction: "horizontal" | "vertical";
|
|
788
787
|
both: boolean;
|
|
788
|
+
direction: "horizontal" | "vertical";
|
|
789
789
|
alwaysShow: boolean;
|
|
790
790
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
791
791
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -800,7 +800,7 @@ declare const Dropdown: {
|
|
|
800
800
|
type: import("vue").PropType<"track" | "embed">;
|
|
801
801
|
default: string;
|
|
802
802
|
};
|
|
803
|
-
outerClass: (
|
|
803
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
804
804
|
outerStyle: {
|
|
805
805
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
806
806
|
};
|
|
@@ -820,7 +820,7 @@ declare const Dropdown: {
|
|
|
820
820
|
onScroll?: ((ev: Event) => any) | undefined;
|
|
821
821
|
}>, {
|
|
822
822
|
prefixCls: string;
|
|
823
|
-
cls: import("vue").ComputedRef<(string |
|
|
823
|
+
cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
|
|
824
824
|
style: import("vue").ComputedRef<import("vue").StyleValue[]>;
|
|
825
825
|
containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
826
826
|
horizontalThumbRef: import("vue").Ref<any, any>;
|
|
@@ -855,7 +855,7 @@ declare const Dropdown: {
|
|
|
855
855
|
type: import("vue").PropType<"track" | "embed">;
|
|
856
856
|
default: string;
|
|
857
857
|
};
|
|
858
|
-
outerClass: (
|
|
858
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
859
859
|
outerStyle: {
|
|
860
860
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
861
861
|
};
|
|
@@ -875,7 +875,7 @@ declare const Dropdown: {
|
|
|
875
875
|
onScroll?: ((ev: Event) => any) | undefined;
|
|
876
876
|
}>, {
|
|
877
877
|
prefixCls: string;
|
|
878
|
-
cls: import("vue").ComputedRef<(string |
|
|
878
|
+
cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
|
|
879
879
|
style: import("vue").ComputedRef<import("vue").StyleValue[]>;
|
|
880
880
|
containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
881
881
|
horizontalThumbRef: import("vue").Ref<any, any>;
|
|
@@ -964,8 +964,8 @@ declare const Dropdown: {
|
|
|
964
964
|
}>> & Readonly<{
|
|
965
965
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
966
966
|
}>, {
|
|
967
|
-
direction: "horizontal" | "vertical";
|
|
968
967
|
both: boolean;
|
|
968
|
+
direction: "horizontal" | "vertical";
|
|
969
969
|
alwaysShow: boolean;
|
|
970
970
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
971
971
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
@@ -979,9 +979,9 @@ declare const Dropdown: {
|
|
|
979
979
|
type: BooleanConstructor;
|
|
980
980
|
default: boolean;
|
|
981
981
|
};
|
|
982
|
-
}>> & Readonly<{}>, () => import("vue
|
|
982
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
983
983
|
[key: string]: any;
|
|
984
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
984
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
985
985
|
inConfigProvider: boolean;
|
|
986
986
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
987
987
|
P: {};
|
|
@@ -997,9 +997,9 @@ declare const Dropdown: {
|
|
|
997
997
|
type: BooleanConstructor;
|
|
998
998
|
default: boolean;
|
|
999
999
|
};
|
|
1000
|
-
}>> & Readonly<{}>, () => import("vue
|
|
1000
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1001
1001
|
[key: string]: any;
|
|
1002
|
-
}>[], {}, {}, {}, {
|
|
1002
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1003
1003
|
inConfigProvider: boolean;
|
|
1004
1004
|
}>;
|
|
1005
1005
|
__isFragment?: never;
|
|
@@ -1012,9 +1012,9 @@ declare const Dropdown: {
|
|
|
1012
1012
|
type: BooleanConstructor;
|
|
1013
1013
|
default: boolean;
|
|
1014
1014
|
};
|
|
1015
|
-
}>> & Readonly<{}>, () => import("vue
|
|
1015
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1016
1016
|
[key: string]: any;
|
|
1017
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
1017
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
1018
1018
|
inConfigProvider: boolean;
|
|
1019
1019
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1020
1020
|
install: (app: App, options?: SDOptions) => void;
|
|
@@ -1064,10 +1064,10 @@ declare const Dropdown: {
|
|
|
1064
1064
|
computedPopupVisible: import("vue").ComputedRef<boolean>;
|
|
1065
1065
|
handlePopupVisibleChange: (visible: boolean) => void;
|
|
1066
1066
|
}, {}, {}, {}, {
|
|
1067
|
-
|
|
1067
|
+
position: import("./interface").DropdownPosition;
|
|
1068
1068
|
popupVisible: boolean;
|
|
1069
1069
|
defaultPopupVisible: boolean;
|
|
1070
|
-
|
|
1070
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1071
1071
|
popupMaxHeight: number | boolean;
|
|
1072
1072
|
hideOnSelect: boolean;
|
|
1073
1073
|
}>;
|
|
@@ -1115,10 +1115,10 @@ declare const Dropdown: {
|
|
|
1115
1115
|
popupVisibleChange: (visible: boolean) => true;
|
|
1116
1116
|
select: (value: string | number | Record<string, any> | undefined, ev: Event) => true;
|
|
1117
1117
|
}, string, {
|
|
1118
|
-
|
|
1118
|
+
position: import("./interface").DropdownPosition;
|
|
1119
1119
|
popupVisible: boolean;
|
|
1120
1120
|
defaultPopupVisible: boolean;
|
|
1121
|
-
|
|
1121
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1122
1122
|
popupMaxHeight: number | boolean;
|
|
1123
1123
|
hideOnSelect: boolean;
|
|
1124
1124
|
}, {}, string, {}, {
|
|
@@ -1180,13 +1180,13 @@ declare const Dropdown: {
|
|
|
1180
1180
|
default: boolean;
|
|
1181
1181
|
};
|
|
1182
1182
|
contentClass: {
|
|
1183
|
-
type: (
|
|
1183
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1184
1184
|
};
|
|
1185
1185
|
contentStyle: {
|
|
1186
1186
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1187
1187
|
};
|
|
1188
1188
|
arrowClass: {
|
|
1189
|
-
type: (
|
|
1189
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1190
1190
|
};
|
|
1191
1191
|
arrowStyle: {
|
|
1192
1192
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1244,7 +1244,7 @@ declare const Dropdown: {
|
|
|
1244
1244
|
default: boolean;
|
|
1245
1245
|
};
|
|
1246
1246
|
openedClass: {
|
|
1247
|
-
type: (
|
|
1247
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1248
1248
|
};
|
|
1249
1249
|
autoFitPosition: {
|
|
1250
1250
|
type: BooleanConstructor;
|
|
@@ -1280,19 +1280,21 @@ declare const Dropdown: {
|
|
|
1280
1280
|
resize: () => true;
|
|
1281
1281
|
}, import("vue").PublicProps, {
|
|
1282
1282
|
disabled: boolean;
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1283
|
+
unmountOnClose: boolean;
|
|
1284
|
+
renderToBody: boolean;
|
|
1285
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1286
|
+
autoFitPosition: boolean;
|
|
1286
1287
|
popupVisible: boolean;
|
|
1287
1288
|
defaultPopupVisible: boolean;
|
|
1288
|
-
|
|
1289
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1289
1290
|
popupOffset: number;
|
|
1291
|
+
showArrow: boolean;
|
|
1290
1292
|
alignPoint: boolean;
|
|
1291
1293
|
popupHoverStay: boolean;
|
|
1292
1294
|
blurToClose: boolean;
|
|
1293
1295
|
clickToClose: boolean;
|
|
1294
1296
|
clickOutsideToClose: boolean;
|
|
1295
|
-
|
|
1297
|
+
animationName: string;
|
|
1296
1298
|
mouseEnterDelay: number;
|
|
1297
1299
|
mouseLeaveDelay: number;
|
|
1298
1300
|
focusDelay: number;
|
|
@@ -1300,10 +1302,8 @@ declare const Dropdown: {
|
|
|
1300
1302
|
autoFitPopupMinWidth: boolean;
|
|
1301
1303
|
autoFixPosition: boolean;
|
|
1302
1304
|
updateAtScroll: boolean;
|
|
1303
|
-
autoFitPosition: boolean;
|
|
1304
1305
|
autoFitTransformOrigin: boolean;
|
|
1305
1306
|
hideEmpty: boolean;
|
|
1306
|
-
renderToBody: boolean;
|
|
1307
1307
|
preventFocus: boolean;
|
|
1308
1308
|
scrollToClose: boolean;
|
|
1309
1309
|
scrollToCloseDistance: number;
|
|
@@ -1371,13 +1371,13 @@ declare const Dropdown: {
|
|
|
1371
1371
|
default: boolean;
|
|
1372
1372
|
};
|
|
1373
1373
|
contentClass: {
|
|
1374
|
-
type: (
|
|
1374
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1375
1375
|
};
|
|
1376
1376
|
contentStyle: {
|
|
1377
1377
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1378
1378
|
};
|
|
1379
1379
|
arrowClass: {
|
|
1380
|
-
type: (
|
|
1380
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1381
1381
|
};
|
|
1382
1382
|
arrowStyle: {
|
|
1383
1383
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1435,7 +1435,7 @@ declare const Dropdown: {
|
|
|
1435
1435
|
default: boolean;
|
|
1436
1436
|
};
|
|
1437
1437
|
openedClass: {
|
|
1438
|
-
type: (
|
|
1438
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1439
1439
|
};
|
|
1440
1440
|
autoFitPosition: {
|
|
1441
1441
|
type: BooleanConstructor;
|
|
@@ -1465,19 +1465,21 @@ declare const Dropdown: {
|
|
|
1465
1465
|
onHide?: (() => any) | undefined;
|
|
1466
1466
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1467
1467
|
disabled: boolean;
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1468
|
+
unmountOnClose: boolean;
|
|
1469
|
+
renderToBody: boolean;
|
|
1470
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1471
|
+
autoFitPosition: boolean;
|
|
1471
1472
|
popupVisible: boolean;
|
|
1472
1473
|
defaultPopupVisible: boolean;
|
|
1473
|
-
|
|
1474
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1474
1475
|
popupOffset: number;
|
|
1476
|
+
showArrow: boolean;
|
|
1475
1477
|
alignPoint: boolean;
|
|
1476
1478
|
popupHoverStay: boolean;
|
|
1477
1479
|
blurToClose: boolean;
|
|
1478
1480
|
clickToClose: boolean;
|
|
1479
1481
|
clickOutsideToClose: boolean;
|
|
1480
|
-
|
|
1482
|
+
animationName: string;
|
|
1481
1483
|
mouseEnterDelay: number;
|
|
1482
1484
|
mouseLeaveDelay: number;
|
|
1483
1485
|
focusDelay: number;
|
|
@@ -1485,10 +1487,8 @@ declare const Dropdown: {
|
|
|
1485
1487
|
autoFitPopupMinWidth: boolean;
|
|
1486
1488
|
autoFixPosition: boolean;
|
|
1487
1489
|
updateAtScroll: boolean;
|
|
1488
|
-
autoFitPosition: boolean;
|
|
1489
1490
|
autoFitTransformOrigin: boolean;
|
|
1490
1491
|
hideEmpty: boolean;
|
|
1491
|
-
renderToBody: boolean;
|
|
1492
1492
|
preventFocus: boolean;
|
|
1493
1493
|
scrollToClose: boolean;
|
|
1494
1494
|
scrollToCloseDistance: number;
|
|
@@ -1553,13 +1553,13 @@ declare const Dropdown: {
|
|
|
1553
1553
|
default: boolean;
|
|
1554
1554
|
};
|
|
1555
1555
|
contentClass: {
|
|
1556
|
-
type: (
|
|
1556
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1557
1557
|
};
|
|
1558
1558
|
contentStyle: {
|
|
1559
1559
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1560
1560
|
};
|
|
1561
1561
|
arrowClass: {
|
|
1562
|
-
type: (
|
|
1562
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1563
1563
|
};
|
|
1564
1564
|
arrowStyle: {
|
|
1565
1565
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1617,7 +1617,7 @@ declare const Dropdown: {
|
|
|
1617
1617
|
default: boolean;
|
|
1618
1618
|
};
|
|
1619
1619
|
openedClass: {
|
|
1620
|
-
type: (
|
|
1620
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1621
1621
|
};
|
|
1622
1622
|
autoFitPosition: {
|
|
1623
1623
|
type: BooleanConstructor;
|
|
@@ -1653,19 +1653,21 @@ declare const Dropdown: {
|
|
|
1653
1653
|
resize: () => true;
|
|
1654
1654
|
}, string, {
|
|
1655
1655
|
disabled: boolean;
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1656
|
+
unmountOnClose: boolean;
|
|
1657
|
+
renderToBody: boolean;
|
|
1658
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1659
|
+
autoFitPosition: boolean;
|
|
1659
1660
|
popupVisible: boolean;
|
|
1660
1661
|
defaultPopupVisible: boolean;
|
|
1661
|
-
|
|
1662
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1662
1663
|
popupOffset: number;
|
|
1664
|
+
showArrow: boolean;
|
|
1663
1665
|
alignPoint: boolean;
|
|
1664
1666
|
popupHoverStay: boolean;
|
|
1665
1667
|
blurToClose: boolean;
|
|
1666
1668
|
clickToClose: boolean;
|
|
1667
1669
|
clickOutsideToClose: boolean;
|
|
1668
|
-
|
|
1670
|
+
animationName: string;
|
|
1669
1671
|
mouseEnterDelay: number;
|
|
1670
1672
|
mouseLeaveDelay: number;
|
|
1671
1673
|
focusDelay: number;
|
|
@@ -1673,10 +1675,8 @@ declare const Dropdown: {
|
|
|
1673
1675
|
autoFitPopupMinWidth: boolean;
|
|
1674
1676
|
autoFixPosition: boolean;
|
|
1675
1677
|
updateAtScroll: boolean;
|
|
1676
|
-
autoFitPosition: boolean;
|
|
1677
1678
|
autoFitTransformOrigin: boolean;
|
|
1678
1679
|
hideEmpty: boolean;
|
|
1679
|
-
renderToBody: boolean;
|
|
1680
1680
|
preventFocus: boolean;
|
|
1681
1681
|
scrollToClose: boolean;
|
|
1682
1682
|
scrollToCloseDistance: number;
|
|
@@ -1743,7 +1743,7 @@ declare const Dropdown: {
|
|
|
1743
1743
|
type: import("vue").PropType<"track" | "embed">;
|
|
1744
1744
|
default: string;
|
|
1745
1745
|
};
|
|
1746
|
-
outerClass: (
|
|
1746
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1747
1747
|
outerStyle: {
|
|
1748
1748
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
1749
1749
|
};
|
|
@@ -1763,7 +1763,7 @@ declare const Dropdown: {
|
|
|
1763
1763
|
onScroll?: ((ev: Event) => any) | undefined;
|
|
1764
1764
|
}>, {
|
|
1765
1765
|
prefixCls: string;
|
|
1766
|
-
cls: import("vue").ComputedRef<(string |
|
|
1766
|
+
cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
|
|
1767
1767
|
style: import("vue").ComputedRef<import("vue").StyleValue[]>;
|
|
1768
1768
|
containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
1769
1769
|
horizontalThumbRef: import("vue").Ref<any, any>;
|
|
@@ -1852,8 +1852,8 @@ declare const Dropdown: {
|
|
|
1852
1852
|
}>> & Readonly<{
|
|
1853
1853
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
1854
1854
|
}>, {
|
|
1855
|
-
direction: "horizontal" | "vertical";
|
|
1856
1855
|
both: boolean;
|
|
1856
|
+
direction: "horizontal" | "vertical";
|
|
1857
1857
|
alwaysShow: boolean;
|
|
1858
1858
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1859
1859
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -1868,7 +1868,7 @@ declare const Dropdown: {
|
|
|
1868
1868
|
type: import("vue").PropType<"track" | "embed">;
|
|
1869
1869
|
default: string;
|
|
1870
1870
|
};
|
|
1871
|
-
outerClass: (
|
|
1871
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1872
1872
|
outerStyle: {
|
|
1873
1873
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
1874
1874
|
};
|
|
@@ -1888,7 +1888,7 @@ declare const Dropdown: {
|
|
|
1888
1888
|
onScroll?: ((ev: Event) => any) | undefined;
|
|
1889
1889
|
}>, {
|
|
1890
1890
|
prefixCls: string;
|
|
1891
|
-
cls: import("vue").ComputedRef<(string |
|
|
1891
|
+
cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
|
|
1892
1892
|
style: import("vue").ComputedRef<import("vue").StyleValue[]>;
|
|
1893
1893
|
containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
1894
1894
|
horizontalThumbRef: import("vue").Ref<any, any>;
|
|
@@ -1923,7 +1923,7 @@ declare const Dropdown: {
|
|
|
1923
1923
|
type: import("vue").PropType<"track" | "embed">;
|
|
1924
1924
|
default: string;
|
|
1925
1925
|
};
|
|
1926
|
-
outerClass: (
|
|
1926
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1927
1927
|
outerStyle: {
|
|
1928
1928
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
1929
1929
|
};
|
|
@@ -1943,7 +1943,7 @@ declare const Dropdown: {
|
|
|
1943
1943
|
onScroll?: ((ev: Event) => any) | undefined;
|
|
1944
1944
|
}>, {
|
|
1945
1945
|
prefixCls: string;
|
|
1946
|
-
cls: import("vue").ComputedRef<(string |
|
|
1946
|
+
cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
|
|
1947
1947
|
style: import("vue").ComputedRef<import("vue").StyleValue[]>;
|
|
1948
1948
|
containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
1949
1949
|
horizontalThumbRef: import("vue").Ref<any, any>;
|
|
@@ -2032,8 +2032,8 @@ declare const Dropdown: {
|
|
|
2032
2032
|
}>> & Readonly<{
|
|
2033
2033
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
2034
2034
|
}>, {
|
|
2035
|
-
direction: "horizontal" | "vertical";
|
|
2036
2035
|
both: boolean;
|
|
2036
|
+
direction: "horizontal" | "vertical";
|
|
2037
2037
|
alwaysShow: boolean;
|
|
2038
2038
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2039
2039
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
@@ -2047,9 +2047,9 @@ declare const Dropdown: {
|
|
|
2047
2047
|
type: BooleanConstructor;
|
|
2048
2048
|
default: boolean;
|
|
2049
2049
|
};
|
|
2050
|
-
}>> & Readonly<{}>, () => import("vue
|
|
2050
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2051
2051
|
[key: string]: any;
|
|
2052
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
2052
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
2053
2053
|
inConfigProvider: boolean;
|
|
2054
2054
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2055
2055
|
P: {};
|
|
@@ -2065,9 +2065,9 @@ declare const Dropdown: {
|
|
|
2065
2065
|
type: BooleanConstructor;
|
|
2066
2066
|
default: boolean;
|
|
2067
2067
|
};
|
|
2068
|
-
}>> & Readonly<{}>, () => import("vue
|
|
2068
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2069
2069
|
[key: string]: any;
|
|
2070
|
-
}>[], {}, {}, {}, {
|
|
2070
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
2071
2071
|
inConfigProvider: boolean;
|
|
2072
2072
|
}>;
|
|
2073
2073
|
__isFragment?: never;
|
|
@@ -2080,9 +2080,9 @@ declare const Dropdown: {
|
|
|
2080
2080
|
type: BooleanConstructor;
|
|
2081
2081
|
default: boolean;
|
|
2082
2082
|
};
|
|
2083
|
-
}>> & Readonly<{}>, () => import("vue
|
|
2083
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2084
2084
|
[key: string]: any;
|
|
2085
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
2085
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
2086
2086
|
inConfigProvider: boolean;
|
|
2087
2087
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
2088
2088
|
install: (app: App, options?: SDOptions) => void;
|
|
@@ -2091,7 +2091,7 @@ declare const Dropdown: {
|
|
|
2091
2091
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
2092
2092
|
Option: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2093
2093
|
value: {
|
|
2094
|
-
type: (
|
|
2094
|
+
type: (StringConstructor | ObjectConstructor | NumberConstructor)[];
|
|
2095
2095
|
};
|
|
2096
2096
|
disabled: {
|
|
2097
2097
|
type: BooleanConstructor;
|
|
@@ -2110,7 +2110,7 @@ declare const Dropdown: {
|
|
|
2110
2110
|
click: (ev: MouseEvent) => true;
|
|
2111
2111
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2112
2112
|
value: {
|
|
2113
|
-
type: (
|
|
2113
|
+
type: (StringConstructor | ObjectConstructor | NumberConstructor)[];
|
|
2114
2114
|
};
|
|
2115
2115
|
disabled: {
|
|
2116
2116
|
type: BooleanConstructor;
|
|
@@ -2198,10 +2198,10 @@ declare const Dropdown: {
|
|
|
2198
2198
|
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
2199
2199
|
}>, {
|
|
2200
2200
|
disabled: boolean;
|
|
2201
|
-
|
|
2201
|
+
position: "lt" | "rt";
|
|
2202
2202
|
popupVisible: boolean;
|
|
2203
2203
|
defaultPopupVisible: boolean;
|
|
2204
|
-
|
|
2204
|
+
trigger: "hover" | "click" | ("hover" | "click")[];
|
|
2205
2205
|
}, {}, {
|
|
2206
2206
|
Trigger: {
|
|
2207
2207
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2261,13 +2261,13 @@ declare const Dropdown: {
|
|
|
2261
2261
|
default: boolean;
|
|
2262
2262
|
};
|
|
2263
2263
|
contentClass: {
|
|
2264
|
-
type: (
|
|
2264
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2265
2265
|
};
|
|
2266
2266
|
contentStyle: {
|
|
2267
2267
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2268
2268
|
};
|
|
2269
2269
|
arrowClass: {
|
|
2270
|
-
type: (
|
|
2270
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2271
2271
|
};
|
|
2272
2272
|
arrowStyle: {
|
|
2273
2273
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2325,7 +2325,7 @@ declare const Dropdown: {
|
|
|
2325
2325
|
default: boolean;
|
|
2326
2326
|
};
|
|
2327
2327
|
openedClass: {
|
|
2328
|
-
type: (
|
|
2328
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2329
2329
|
};
|
|
2330
2330
|
autoFitPosition: {
|
|
2331
2331
|
type: BooleanConstructor;
|
|
@@ -2361,19 +2361,21 @@ declare const Dropdown: {
|
|
|
2361
2361
|
resize: () => true;
|
|
2362
2362
|
}, import("vue").PublicProps, {
|
|
2363
2363
|
disabled: boolean;
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2364
|
+
unmountOnClose: boolean;
|
|
2365
|
+
renderToBody: boolean;
|
|
2366
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
2367
|
+
autoFitPosition: boolean;
|
|
2367
2368
|
popupVisible: boolean;
|
|
2368
2369
|
defaultPopupVisible: boolean;
|
|
2369
|
-
|
|
2370
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
2370
2371
|
popupOffset: number;
|
|
2372
|
+
showArrow: boolean;
|
|
2371
2373
|
alignPoint: boolean;
|
|
2372
2374
|
popupHoverStay: boolean;
|
|
2373
2375
|
blurToClose: boolean;
|
|
2374
2376
|
clickToClose: boolean;
|
|
2375
2377
|
clickOutsideToClose: boolean;
|
|
2376
|
-
|
|
2378
|
+
animationName: string;
|
|
2377
2379
|
mouseEnterDelay: number;
|
|
2378
2380
|
mouseLeaveDelay: number;
|
|
2379
2381
|
focusDelay: number;
|
|
@@ -2381,10 +2383,8 @@ declare const Dropdown: {
|
|
|
2381
2383
|
autoFitPopupMinWidth: boolean;
|
|
2382
2384
|
autoFixPosition: boolean;
|
|
2383
2385
|
updateAtScroll: boolean;
|
|
2384
|
-
autoFitPosition: boolean;
|
|
2385
2386
|
autoFitTransformOrigin: boolean;
|
|
2386
2387
|
hideEmpty: boolean;
|
|
2387
|
-
renderToBody: boolean;
|
|
2388
2388
|
preventFocus: boolean;
|
|
2389
2389
|
scrollToClose: boolean;
|
|
2390
2390
|
scrollToCloseDistance: number;
|
|
@@ -2452,13 +2452,13 @@ declare const Dropdown: {
|
|
|
2452
2452
|
default: boolean;
|
|
2453
2453
|
};
|
|
2454
2454
|
contentClass: {
|
|
2455
|
-
type: (
|
|
2455
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2456
2456
|
};
|
|
2457
2457
|
contentStyle: {
|
|
2458
2458
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2459
2459
|
};
|
|
2460
2460
|
arrowClass: {
|
|
2461
|
-
type: (
|
|
2461
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2462
2462
|
};
|
|
2463
2463
|
arrowStyle: {
|
|
2464
2464
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2516,7 +2516,7 @@ declare const Dropdown: {
|
|
|
2516
2516
|
default: boolean;
|
|
2517
2517
|
};
|
|
2518
2518
|
openedClass: {
|
|
2519
|
-
type: (
|
|
2519
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2520
2520
|
};
|
|
2521
2521
|
autoFitPosition: {
|
|
2522
2522
|
type: BooleanConstructor;
|
|
@@ -2546,19 +2546,21 @@ declare const Dropdown: {
|
|
|
2546
2546
|
onHide?: (() => any) | undefined;
|
|
2547
2547
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
2548
2548
|
disabled: boolean;
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2549
|
+
unmountOnClose: boolean;
|
|
2550
|
+
renderToBody: boolean;
|
|
2551
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
2552
|
+
autoFitPosition: boolean;
|
|
2552
2553
|
popupVisible: boolean;
|
|
2553
2554
|
defaultPopupVisible: boolean;
|
|
2554
|
-
|
|
2555
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
2555
2556
|
popupOffset: number;
|
|
2557
|
+
showArrow: boolean;
|
|
2556
2558
|
alignPoint: boolean;
|
|
2557
2559
|
popupHoverStay: boolean;
|
|
2558
2560
|
blurToClose: boolean;
|
|
2559
2561
|
clickToClose: boolean;
|
|
2560
2562
|
clickOutsideToClose: boolean;
|
|
2561
|
-
|
|
2563
|
+
animationName: string;
|
|
2562
2564
|
mouseEnterDelay: number;
|
|
2563
2565
|
mouseLeaveDelay: number;
|
|
2564
2566
|
focusDelay: number;
|
|
@@ -2566,10 +2568,8 @@ declare const Dropdown: {
|
|
|
2566
2568
|
autoFitPopupMinWidth: boolean;
|
|
2567
2569
|
autoFixPosition: boolean;
|
|
2568
2570
|
updateAtScroll: boolean;
|
|
2569
|
-
autoFitPosition: boolean;
|
|
2570
2571
|
autoFitTransformOrigin: boolean;
|
|
2571
2572
|
hideEmpty: boolean;
|
|
2572
|
-
renderToBody: boolean;
|
|
2573
2573
|
preventFocus: boolean;
|
|
2574
2574
|
scrollToClose: boolean;
|
|
2575
2575
|
scrollToCloseDistance: number;
|
|
@@ -2634,13 +2634,13 @@ declare const Dropdown: {
|
|
|
2634
2634
|
default: boolean;
|
|
2635
2635
|
};
|
|
2636
2636
|
contentClass: {
|
|
2637
|
-
type: (
|
|
2637
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2638
2638
|
};
|
|
2639
2639
|
contentStyle: {
|
|
2640
2640
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2641
2641
|
};
|
|
2642
2642
|
arrowClass: {
|
|
2643
|
-
type: (
|
|
2643
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2644
2644
|
};
|
|
2645
2645
|
arrowStyle: {
|
|
2646
2646
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2698,7 +2698,7 @@ declare const Dropdown: {
|
|
|
2698
2698
|
default: boolean;
|
|
2699
2699
|
};
|
|
2700
2700
|
openedClass: {
|
|
2701
|
-
type: (
|
|
2701
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2702
2702
|
};
|
|
2703
2703
|
autoFitPosition: {
|
|
2704
2704
|
type: BooleanConstructor;
|
|
@@ -2734,19 +2734,21 @@ declare const Dropdown: {
|
|
|
2734
2734
|
resize: () => true;
|
|
2735
2735
|
}, string, {
|
|
2736
2736
|
disabled: boolean;
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2737
|
+
unmountOnClose: boolean;
|
|
2738
|
+
renderToBody: boolean;
|
|
2739
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
2740
|
+
autoFitPosition: boolean;
|
|
2740
2741
|
popupVisible: boolean;
|
|
2741
2742
|
defaultPopupVisible: boolean;
|
|
2742
|
-
|
|
2743
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
2743
2744
|
popupOffset: number;
|
|
2745
|
+
showArrow: boolean;
|
|
2744
2746
|
alignPoint: boolean;
|
|
2745
2747
|
popupHoverStay: boolean;
|
|
2746
2748
|
blurToClose: boolean;
|
|
2747
2749
|
clickToClose: boolean;
|
|
2748
2750
|
clickOutsideToClose: boolean;
|
|
2749
|
-
|
|
2751
|
+
animationName: string;
|
|
2750
2752
|
mouseEnterDelay: number;
|
|
2751
2753
|
mouseLeaveDelay: number;
|
|
2752
2754
|
focusDelay: number;
|
|
@@ -2754,10 +2756,8 @@ declare const Dropdown: {
|
|
|
2754
2756
|
autoFitPopupMinWidth: boolean;
|
|
2755
2757
|
autoFixPosition: boolean;
|
|
2756
2758
|
updateAtScroll: boolean;
|
|
2757
|
-
autoFitPosition: boolean;
|
|
2758
2759
|
autoFitTransformOrigin: boolean;
|
|
2759
2760
|
hideEmpty: boolean;
|
|
2760
|
-
renderToBody: boolean;
|
|
2761
2761
|
preventFocus: boolean;
|
|
2762
2762
|
scrollToClose: boolean;
|
|
2763
2763
|
scrollToCloseDistance: number;
|
|
@@ -2824,7 +2824,7 @@ declare const Dropdown: {
|
|
|
2824
2824
|
type: import("vue").PropType<"track" | "embed">;
|
|
2825
2825
|
default: string;
|
|
2826
2826
|
};
|
|
2827
|
-
outerClass: (
|
|
2827
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2828
2828
|
outerStyle: {
|
|
2829
2829
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
2830
2830
|
};
|
|
@@ -2844,7 +2844,7 @@ declare const Dropdown: {
|
|
|
2844
2844
|
onScroll?: ((ev: Event) => any) | undefined;
|
|
2845
2845
|
}>, {
|
|
2846
2846
|
prefixCls: string;
|
|
2847
|
-
cls: import("vue").ComputedRef<(string |
|
|
2847
|
+
cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
|
|
2848
2848
|
style: import("vue").ComputedRef<import("vue").StyleValue[]>;
|
|
2849
2849
|
containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
2850
2850
|
horizontalThumbRef: import("vue").Ref<any, any>;
|
|
@@ -2933,8 +2933,8 @@ declare const Dropdown: {
|
|
|
2933
2933
|
}>> & Readonly<{
|
|
2934
2934
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
2935
2935
|
}>, {
|
|
2936
|
-
direction: "horizontal" | "vertical";
|
|
2937
2936
|
both: boolean;
|
|
2937
|
+
direction: "horizontal" | "vertical";
|
|
2938
2938
|
alwaysShow: boolean;
|
|
2939
2939
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2940
2940
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2949,7 +2949,7 @@ declare const Dropdown: {
|
|
|
2949
2949
|
type: import("vue").PropType<"track" | "embed">;
|
|
2950
2950
|
default: string;
|
|
2951
2951
|
};
|
|
2952
|
-
outerClass: (
|
|
2952
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2953
2953
|
outerStyle: {
|
|
2954
2954
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
2955
2955
|
};
|
|
@@ -2969,7 +2969,7 @@ declare const Dropdown: {
|
|
|
2969
2969
|
onScroll?: ((ev: Event) => any) | undefined;
|
|
2970
2970
|
}>, {
|
|
2971
2971
|
prefixCls: string;
|
|
2972
|
-
cls: import("vue").ComputedRef<(string |
|
|
2972
|
+
cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
|
|
2973
2973
|
style: import("vue").ComputedRef<import("vue").StyleValue[]>;
|
|
2974
2974
|
containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
2975
2975
|
horizontalThumbRef: import("vue").Ref<any, any>;
|
|
@@ -3004,7 +3004,7 @@ declare const Dropdown: {
|
|
|
3004
3004
|
type: import("vue").PropType<"track" | "embed">;
|
|
3005
3005
|
default: string;
|
|
3006
3006
|
};
|
|
3007
|
-
outerClass: (
|
|
3007
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3008
3008
|
outerStyle: {
|
|
3009
3009
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
3010
3010
|
};
|
|
@@ -3024,7 +3024,7 @@ declare const Dropdown: {
|
|
|
3024
3024
|
onScroll?: ((ev: Event) => any) | undefined;
|
|
3025
3025
|
}>, {
|
|
3026
3026
|
prefixCls: string;
|
|
3027
|
-
cls: import("vue").ComputedRef<(string |
|
|
3027
|
+
cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
|
|
3028
3028
|
style: import("vue").ComputedRef<import("vue").StyleValue[]>;
|
|
3029
3029
|
containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
3030
3030
|
horizontalThumbRef: import("vue").Ref<any, any>;
|
|
@@ -3113,8 +3113,8 @@ declare const Dropdown: {
|
|
|
3113
3113
|
}>> & Readonly<{
|
|
3114
3114
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
3115
3115
|
}>, {
|
|
3116
|
-
direction: "horizontal" | "vertical";
|
|
3117
3116
|
both: boolean;
|
|
3117
|
+
direction: "horizontal" | "vertical";
|
|
3118
3118
|
alwaysShow: boolean;
|
|
3119
3119
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3120
3120
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
@@ -3128,9 +3128,9 @@ declare const Dropdown: {
|
|
|
3128
3128
|
type: BooleanConstructor;
|
|
3129
3129
|
default: boolean;
|
|
3130
3130
|
};
|
|
3131
|
-
}>> & Readonly<{}>, () => import("vue
|
|
3131
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
3132
3132
|
[key: string]: any;
|
|
3133
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
3133
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
3134
3134
|
inConfigProvider: boolean;
|
|
3135
3135
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
3136
3136
|
P: {};
|
|
@@ -3146,9 +3146,9 @@ declare const Dropdown: {
|
|
|
3146
3146
|
type: BooleanConstructor;
|
|
3147
3147
|
default: boolean;
|
|
3148
3148
|
};
|
|
3149
|
-
}>> & Readonly<{}>, () => import("vue
|
|
3149
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
3150
3150
|
[key: string]: any;
|
|
3151
|
-
}>[], {}, {}, {}, {
|
|
3151
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
3152
3152
|
inConfigProvider: boolean;
|
|
3153
3153
|
}>;
|
|
3154
3154
|
__isFragment?: never;
|
|
@@ -3161,9 +3161,9 @@ declare const Dropdown: {
|
|
|
3161
3161
|
type: BooleanConstructor;
|
|
3162
3162
|
default: boolean;
|
|
3163
3163
|
};
|
|
3164
|
-
}>> & Readonly<{}>, () => import("vue
|
|
3164
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
3165
3165
|
[key: string]: any;
|
|
3166
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
3166
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
3167
3167
|
inConfigProvider: boolean;
|
|
3168
3168
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
3169
3169
|
install: (app: App, options?: SDOptions) => void;
|
|
@@ -3171,7 +3171,7 @@ declare const Dropdown: {
|
|
|
3171
3171
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3172
3172
|
DropdownOption: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3173
3173
|
value: {
|
|
3174
|
-
type: (
|
|
3174
|
+
type: (StringConstructor | ObjectConstructor | NumberConstructor)[];
|
|
3175
3175
|
};
|
|
3176
3176
|
disabled: {
|
|
3177
3177
|
type: BooleanConstructor;
|
|
@@ -3190,7 +3190,7 @@ declare const Dropdown: {
|
|
|
3190
3190
|
click: (ev: MouseEvent) => true;
|
|
3191
3191
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3192
3192
|
value: {
|
|
3193
|
-
type: (
|
|
3193
|
+
type: (StringConstructor | ObjectConstructor | NumberConstructor)[];
|
|
3194
3194
|
};
|
|
3195
3195
|
disabled: {
|
|
3196
3196
|
type: BooleanConstructor;
|
|
@@ -3205,7 +3205,124 @@ declare const Dropdown: {
|
|
|
3205
3205
|
active: boolean;
|
|
3206
3206
|
uninjectContext: boolean;
|
|
3207
3207
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3208
|
-
IconRight:
|
|
3208
|
+
IconRight: {
|
|
3209
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3210
|
+
size: {
|
|
3211
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3212
|
+
};
|
|
3213
|
+
strokeWidth: {
|
|
3214
|
+
type: NumberConstructor;
|
|
3215
|
+
default: number;
|
|
3216
|
+
};
|
|
3217
|
+
strokeLinecap: {
|
|
3218
|
+
type: StringConstructor;
|
|
3219
|
+
default: string;
|
|
3220
|
+
validator: (value: any) => boolean;
|
|
3221
|
+
};
|
|
3222
|
+
strokeLinejoin: {
|
|
3223
|
+
type: StringConstructor;
|
|
3224
|
+
default: string;
|
|
3225
|
+
validator: (value: any) => boolean;
|
|
3226
|
+
};
|
|
3227
|
+
rotate: NumberConstructor;
|
|
3228
|
+
spin: BooleanConstructor;
|
|
3229
|
+
}>> & Readonly<{
|
|
3230
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
3231
|
+
}>, {
|
|
3232
|
+
cls: import("vue").ComputedRef<(string | {
|
|
3233
|
+
[x: string]: boolean;
|
|
3234
|
+
})[]>;
|
|
3235
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
3236
|
+
onClick: (ev: MouseEvent) => void;
|
|
3237
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3238
|
+
click: (ev: MouseEvent) => true;
|
|
3239
|
+
}, import("vue").PublicProps, {
|
|
3240
|
+
spin: boolean;
|
|
3241
|
+
strokeWidth: number;
|
|
3242
|
+
strokeLinecap: string;
|
|
3243
|
+
strokeLinejoin: string;
|
|
3244
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
3245
|
+
P: {};
|
|
3246
|
+
B: {};
|
|
3247
|
+
D: {};
|
|
3248
|
+
C: {};
|
|
3249
|
+
M: {};
|
|
3250
|
+
Defaults: {};
|
|
3251
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
3252
|
+
size: {
|
|
3253
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3254
|
+
};
|
|
3255
|
+
strokeWidth: {
|
|
3256
|
+
type: NumberConstructor;
|
|
3257
|
+
default: number;
|
|
3258
|
+
};
|
|
3259
|
+
strokeLinecap: {
|
|
3260
|
+
type: StringConstructor;
|
|
3261
|
+
default: string;
|
|
3262
|
+
validator: (value: any) => boolean;
|
|
3263
|
+
};
|
|
3264
|
+
strokeLinejoin: {
|
|
3265
|
+
type: StringConstructor;
|
|
3266
|
+
default: string;
|
|
3267
|
+
validator: (value: any) => boolean;
|
|
3268
|
+
};
|
|
3269
|
+
rotate: NumberConstructor;
|
|
3270
|
+
spin: BooleanConstructor;
|
|
3271
|
+
}>> & Readonly<{
|
|
3272
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
3273
|
+
}>, {
|
|
3274
|
+
cls: import("vue").ComputedRef<(string | {
|
|
3275
|
+
[x: string]: boolean;
|
|
3276
|
+
})[]>;
|
|
3277
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
3278
|
+
onClick: (ev: MouseEvent) => void;
|
|
3279
|
+
}, {}, {}, {}, {
|
|
3280
|
+
spin: boolean;
|
|
3281
|
+
strokeWidth: number;
|
|
3282
|
+
strokeLinecap: string;
|
|
3283
|
+
strokeLinejoin: string;
|
|
3284
|
+
}>;
|
|
3285
|
+
__isFragment?: never;
|
|
3286
|
+
__isTeleport?: never;
|
|
3287
|
+
__isSuspense?: never;
|
|
3288
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3289
|
+
size: {
|
|
3290
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3291
|
+
};
|
|
3292
|
+
strokeWidth: {
|
|
3293
|
+
type: NumberConstructor;
|
|
3294
|
+
default: number;
|
|
3295
|
+
};
|
|
3296
|
+
strokeLinecap: {
|
|
3297
|
+
type: StringConstructor;
|
|
3298
|
+
default: string;
|
|
3299
|
+
validator: (value: any) => boolean;
|
|
3300
|
+
};
|
|
3301
|
+
strokeLinejoin: {
|
|
3302
|
+
type: StringConstructor;
|
|
3303
|
+
default: string;
|
|
3304
|
+
validator: (value: any) => boolean;
|
|
3305
|
+
};
|
|
3306
|
+
rotate: NumberConstructor;
|
|
3307
|
+
spin: BooleanConstructor;
|
|
3308
|
+
}>> & Readonly<{
|
|
3309
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
3310
|
+
}>, {
|
|
3311
|
+
cls: import("vue").ComputedRef<(string | {
|
|
3312
|
+
[x: string]: boolean;
|
|
3313
|
+
})[]>;
|
|
3314
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
3315
|
+
onClick: (ev: MouseEvent) => void;
|
|
3316
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3317
|
+
click: (ev: MouseEvent) => true;
|
|
3318
|
+
}, string, {
|
|
3319
|
+
spin: boolean;
|
|
3320
|
+
strokeWidth: number;
|
|
3321
|
+
strokeLinecap: string;
|
|
3322
|
+
strokeLinejoin: string;
|
|
3323
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
3324
|
+
install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
|
|
3325
|
+
};
|
|
3209
3326
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3210
3327
|
Button: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3211
3328
|
popupVisible: {
|
|
@@ -3221,7 +3338,7 @@ declare const Dropdown: {
|
|
|
3221
3338
|
default: string;
|
|
3222
3339
|
};
|
|
3223
3340
|
position: {
|
|
3224
|
-
type: import("vue").PropType<"
|
|
3341
|
+
type: import("vue").PropType<"top" | "tl" | "tr" | "bottom" | "bl" | "br">;
|
|
3225
3342
|
default: string;
|
|
3226
3343
|
};
|
|
3227
3344
|
popupContainer: {
|
|
@@ -3269,7 +3386,7 @@ declare const Dropdown: {
|
|
|
3269
3386
|
default: string;
|
|
3270
3387
|
};
|
|
3271
3388
|
position: {
|
|
3272
|
-
type: import("vue").PropType<"
|
|
3389
|
+
type: import("vue").PropType<"top" | "tl" | "tr" | "bottom" | "bl" | "br">;
|
|
3273
3390
|
default: string;
|
|
3274
3391
|
};
|
|
3275
3392
|
popupContainer: {
|
|
@@ -3299,13 +3416,130 @@ declare const Dropdown: {
|
|
|
3299
3416
|
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
3300
3417
|
}>, {
|
|
3301
3418
|
disabled: boolean;
|
|
3302
|
-
|
|
3419
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br";
|
|
3303
3420
|
popupVisible: boolean;
|
|
3304
3421
|
defaultPopupVisible: boolean;
|
|
3305
|
-
|
|
3422
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
3306
3423
|
hideOnSelect: boolean;
|
|
3307
3424
|
}, {}, {
|
|
3308
|
-
IconMore:
|
|
3425
|
+
IconMore: {
|
|
3426
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3427
|
+
size: {
|
|
3428
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3429
|
+
};
|
|
3430
|
+
strokeWidth: {
|
|
3431
|
+
type: NumberConstructor;
|
|
3432
|
+
default: number;
|
|
3433
|
+
};
|
|
3434
|
+
strokeLinecap: {
|
|
3435
|
+
type: StringConstructor;
|
|
3436
|
+
default: string;
|
|
3437
|
+
validator: (value: any) => boolean;
|
|
3438
|
+
};
|
|
3439
|
+
strokeLinejoin: {
|
|
3440
|
+
type: StringConstructor;
|
|
3441
|
+
default: string;
|
|
3442
|
+
validator: (value: any) => boolean;
|
|
3443
|
+
};
|
|
3444
|
+
rotate: NumberConstructor;
|
|
3445
|
+
spin: BooleanConstructor;
|
|
3446
|
+
}>> & Readonly<{
|
|
3447
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
3448
|
+
}>, {
|
|
3449
|
+
cls: import("vue").ComputedRef<(string | {
|
|
3450
|
+
[x: string]: boolean;
|
|
3451
|
+
})[]>;
|
|
3452
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
3453
|
+
onClick: (ev: MouseEvent) => void;
|
|
3454
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3455
|
+
click: (ev: MouseEvent) => true;
|
|
3456
|
+
}, import("vue").PublicProps, {
|
|
3457
|
+
spin: boolean;
|
|
3458
|
+
strokeWidth: number;
|
|
3459
|
+
strokeLinecap: string;
|
|
3460
|
+
strokeLinejoin: string;
|
|
3461
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
3462
|
+
P: {};
|
|
3463
|
+
B: {};
|
|
3464
|
+
D: {};
|
|
3465
|
+
C: {};
|
|
3466
|
+
M: {};
|
|
3467
|
+
Defaults: {};
|
|
3468
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
3469
|
+
size: {
|
|
3470
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3471
|
+
};
|
|
3472
|
+
strokeWidth: {
|
|
3473
|
+
type: NumberConstructor;
|
|
3474
|
+
default: number;
|
|
3475
|
+
};
|
|
3476
|
+
strokeLinecap: {
|
|
3477
|
+
type: StringConstructor;
|
|
3478
|
+
default: string;
|
|
3479
|
+
validator: (value: any) => boolean;
|
|
3480
|
+
};
|
|
3481
|
+
strokeLinejoin: {
|
|
3482
|
+
type: StringConstructor;
|
|
3483
|
+
default: string;
|
|
3484
|
+
validator: (value: any) => boolean;
|
|
3485
|
+
};
|
|
3486
|
+
rotate: NumberConstructor;
|
|
3487
|
+
spin: BooleanConstructor;
|
|
3488
|
+
}>> & Readonly<{
|
|
3489
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
3490
|
+
}>, {
|
|
3491
|
+
cls: import("vue").ComputedRef<(string | {
|
|
3492
|
+
[x: string]: boolean;
|
|
3493
|
+
})[]>;
|
|
3494
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
3495
|
+
onClick: (ev: MouseEvent) => void;
|
|
3496
|
+
}, {}, {}, {}, {
|
|
3497
|
+
spin: boolean;
|
|
3498
|
+
strokeWidth: number;
|
|
3499
|
+
strokeLinecap: string;
|
|
3500
|
+
strokeLinejoin: string;
|
|
3501
|
+
}>;
|
|
3502
|
+
__isFragment?: never;
|
|
3503
|
+
__isTeleport?: never;
|
|
3504
|
+
__isSuspense?: never;
|
|
3505
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3506
|
+
size: {
|
|
3507
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3508
|
+
};
|
|
3509
|
+
strokeWidth: {
|
|
3510
|
+
type: NumberConstructor;
|
|
3511
|
+
default: number;
|
|
3512
|
+
};
|
|
3513
|
+
strokeLinecap: {
|
|
3514
|
+
type: StringConstructor;
|
|
3515
|
+
default: string;
|
|
3516
|
+
validator: (value: any) => boolean;
|
|
3517
|
+
};
|
|
3518
|
+
strokeLinejoin: {
|
|
3519
|
+
type: StringConstructor;
|
|
3520
|
+
default: string;
|
|
3521
|
+
validator: (value: any) => boolean;
|
|
3522
|
+
};
|
|
3523
|
+
rotate: NumberConstructor;
|
|
3524
|
+
spin: BooleanConstructor;
|
|
3525
|
+
}>> & Readonly<{
|
|
3526
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
3527
|
+
}>, {
|
|
3528
|
+
cls: import("vue").ComputedRef<(string | {
|
|
3529
|
+
[x: string]: boolean;
|
|
3530
|
+
})[]>;
|
|
3531
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
3532
|
+
onClick: (ev: MouseEvent) => void;
|
|
3533
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3534
|
+
click: (ev: MouseEvent) => true;
|
|
3535
|
+
}, string, {
|
|
3536
|
+
spin: boolean;
|
|
3537
|
+
strokeWidth: number;
|
|
3538
|
+
strokeLinecap: string;
|
|
3539
|
+
strokeLinejoin: string;
|
|
3540
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
3541
|
+
install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
|
|
3542
|
+
};
|
|
3309
3543
|
Button: {
|
|
3310
3544
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3311
3545
|
type: {
|
|
@@ -3352,13 +3586,130 @@ declare const Dropdown: {
|
|
|
3352
3586
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3353
3587
|
click: (ev: MouseEvent) => true;
|
|
3354
3588
|
}, import("vue").PublicProps, {
|
|
3589
|
+
autofocus: boolean;
|
|
3590
|
+
disabled: boolean;
|
|
3355
3591
|
long: boolean;
|
|
3356
3592
|
loading: boolean;
|
|
3357
|
-
disabled: boolean;
|
|
3358
3593
|
htmlType: "submit" | "reset" | "button";
|
|
3359
|
-
autofocus: boolean;
|
|
3360
3594
|
}, true, {}, {}, {
|
|
3361
|
-
IconLoading:
|
|
3595
|
+
IconLoading: {
|
|
3596
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3597
|
+
size: {
|
|
3598
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3599
|
+
};
|
|
3600
|
+
strokeWidth: {
|
|
3601
|
+
type: NumberConstructor;
|
|
3602
|
+
default: number;
|
|
3603
|
+
};
|
|
3604
|
+
strokeLinecap: {
|
|
3605
|
+
type: StringConstructor;
|
|
3606
|
+
default: string;
|
|
3607
|
+
validator: (value: any) => boolean;
|
|
3608
|
+
};
|
|
3609
|
+
strokeLinejoin: {
|
|
3610
|
+
type: StringConstructor;
|
|
3611
|
+
default: string;
|
|
3612
|
+
validator: (value: any) => boolean;
|
|
3613
|
+
};
|
|
3614
|
+
rotate: NumberConstructor;
|
|
3615
|
+
spin: BooleanConstructor;
|
|
3616
|
+
}>> & Readonly<{
|
|
3617
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
3618
|
+
}>, {
|
|
3619
|
+
cls: import("vue").ComputedRef<(string | {
|
|
3620
|
+
[x: string]: boolean;
|
|
3621
|
+
})[]>;
|
|
3622
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
3623
|
+
onClick: (ev: MouseEvent) => void;
|
|
3624
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3625
|
+
click: (ev: MouseEvent) => true;
|
|
3626
|
+
}, import("vue").PublicProps, {
|
|
3627
|
+
spin: boolean;
|
|
3628
|
+
strokeWidth: number;
|
|
3629
|
+
strokeLinecap: string;
|
|
3630
|
+
strokeLinejoin: string;
|
|
3631
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
3632
|
+
P: {};
|
|
3633
|
+
B: {};
|
|
3634
|
+
D: {};
|
|
3635
|
+
C: {};
|
|
3636
|
+
M: {};
|
|
3637
|
+
Defaults: {};
|
|
3638
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
3639
|
+
size: {
|
|
3640
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3641
|
+
};
|
|
3642
|
+
strokeWidth: {
|
|
3643
|
+
type: NumberConstructor;
|
|
3644
|
+
default: number;
|
|
3645
|
+
};
|
|
3646
|
+
strokeLinecap: {
|
|
3647
|
+
type: StringConstructor;
|
|
3648
|
+
default: string;
|
|
3649
|
+
validator: (value: any) => boolean;
|
|
3650
|
+
};
|
|
3651
|
+
strokeLinejoin: {
|
|
3652
|
+
type: StringConstructor;
|
|
3653
|
+
default: string;
|
|
3654
|
+
validator: (value: any) => boolean;
|
|
3655
|
+
};
|
|
3656
|
+
rotate: NumberConstructor;
|
|
3657
|
+
spin: BooleanConstructor;
|
|
3658
|
+
}>> & Readonly<{
|
|
3659
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
3660
|
+
}>, {
|
|
3661
|
+
cls: import("vue").ComputedRef<(string | {
|
|
3662
|
+
[x: string]: boolean;
|
|
3663
|
+
})[]>;
|
|
3664
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
3665
|
+
onClick: (ev: MouseEvent) => void;
|
|
3666
|
+
}, {}, {}, {}, {
|
|
3667
|
+
spin: boolean;
|
|
3668
|
+
strokeWidth: number;
|
|
3669
|
+
strokeLinecap: string;
|
|
3670
|
+
strokeLinejoin: string;
|
|
3671
|
+
}>;
|
|
3672
|
+
__isFragment?: never;
|
|
3673
|
+
__isTeleport?: never;
|
|
3674
|
+
__isSuspense?: never;
|
|
3675
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3676
|
+
size: {
|
|
3677
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3678
|
+
};
|
|
3679
|
+
strokeWidth: {
|
|
3680
|
+
type: NumberConstructor;
|
|
3681
|
+
default: number;
|
|
3682
|
+
};
|
|
3683
|
+
strokeLinecap: {
|
|
3684
|
+
type: StringConstructor;
|
|
3685
|
+
default: string;
|
|
3686
|
+
validator: (value: any) => boolean;
|
|
3687
|
+
};
|
|
3688
|
+
strokeLinejoin: {
|
|
3689
|
+
type: StringConstructor;
|
|
3690
|
+
default: string;
|
|
3691
|
+
validator: (value: any) => boolean;
|
|
3692
|
+
};
|
|
3693
|
+
rotate: NumberConstructor;
|
|
3694
|
+
spin: BooleanConstructor;
|
|
3695
|
+
}>> & Readonly<{
|
|
3696
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
3697
|
+
}>, {
|
|
3698
|
+
cls: import("vue").ComputedRef<(string | {
|
|
3699
|
+
[x: string]: boolean;
|
|
3700
|
+
})[]>;
|
|
3701
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
3702
|
+
onClick: (ev: MouseEvent) => void;
|
|
3703
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3704
|
+
click: (ev: MouseEvent) => true;
|
|
3705
|
+
}, string, {
|
|
3706
|
+
spin: boolean;
|
|
3707
|
+
strokeWidth: number;
|
|
3708
|
+
strokeLinecap: string;
|
|
3709
|
+
strokeLinejoin: string;
|
|
3710
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
3711
|
+
install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
|
|
3712
|
+
};
|
|
3362
3713
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
3363
3714
|
P: {};
|
|
3364
3715
|
B: {};
|
|
@@ -3409,11 +3760,11 @@ declare const Dropdown: {
|
|
|
3409
3760
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
3410
3761
|
handleClick: (ev: MouseEvent) => void;
|
|
3411
3762
|
}, {}, {}, {}, {
|
|
3763
|
+
autofocus: boolean;
|
|
3764
|
+
disabled: boolean;
|
|
3412
3765
|
long: boolean;
|
|
3413
3766
|
loading: boolean;
|
|
3414
|
-
disabled: boolean;
|
|
3415
3767
|
htmlType: "submit" | "reset" | "button";
|
|
3416
|
-
autofocus: boolean;
|
|
3417
3768
|
}>;
|
|
3418
3769
|
__isFragment?: never;
|
|
3419
3770
|
__isTeleport?: never;
|
|
@@ -3463,13 +3814,130 @@ declare const Dropdown: {
|
|
|
3463
3814
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3464
3815
|
click: (ev: MouseEvent) => true;
|
|
3465
3816
|
}, string, {
|
|
3817
|
+
autofocus: boolean;
|
|
3818
|
+
disabled: boolean;
|
|
3466
3819
|
long: boolean;
|
|
3467
3820
|
loading: boolean;
|
|
3468
|
-
disabled: boolean;
|
|
3469
3821
|
htmlType: "submit" | "reset" | "button";
|
|
3470
|
-
autofocus: boolean;
|
|
3471
3822
|
}, {}, string, {}, {
|
|
3472
|
-
IconLoading:
|
|
3823
|
+
IconLoading: {
|
|
3824
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
3825
|
+
size: {
|
|
3826
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3827
|
+
};
|
|
3828
|
+
strokeWidth: {
|
|
3829
|
+
type: NumberConstructor;
|
|
3830
|
+
default: number;
|
|
3831
|
+
};
|
|
3832
|
+
strokeLinecap: {
|
|
3833
|
+
type: StringConstructor;
|
|
3834
|
+
default: string;
|
|
3835
|
+
validator: (value: any) => boolean;
|
|
3836
|
+
};
|
|
3837
|
+
strokeLinejoin: {
|
|
3838
|
+
type: StringConstructor;
|
|
3839
|
+
default: string;
|
|
3840
|
+
validator: (value: any) => boolean;
|
|
3841
|
+
};
|
|
3842
|
+
rotate: NumberConstructor;
|
|
3843
|
+
spin: BooleanConstructor;
|
|
3844
|
+
}>> & Readonly<{
|
|
3845
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
3846
|
+
}>, {
|
|
3847
|
+
cls: import("vue").ComputedRef<(string | {
|
|
3848
|
+
[x: string]: boolean;
|
|
3849
|
+
})[]>;
|
|
3850
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
3851
|
+
onClick: (ev: MouseEvent) => void;
|
|
3852
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3853
|
+
click: (ev: MouseEvent) => true;
|
|
3854
|
+
}, import("vue").PublicProps, {
|
|
3855
|
+
spin: boolean;
|
|
3856
|
+
strokeWidth: number;
|
|
3857
|
+
strokeLinecap: string;
|
|
3858
|
+
strokeLinejoin: string;
|
|
3859
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
3860
|
+
P: {};
|
|
3861
|
+
B: {};
|
|
3862
|
+
D: {};
|
|
3863
|
+
C: {};
|
|
3864
|
+
M: {};
|
|
3865
|
+
Defaults: {};
|
|
3866
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
3867
|
+
size: {
|
|
3868
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3869
|
+
};
|
|
3870
|
+
strokeWidth: {
|
|
3871
|
+
type: NumberConstructor;
|
|
3872
|
+
default: number;
|
|
3873
|
+
};
|
|
3874
|
+
strokeLinecap: {
|
|
3875
|
+
type: StringConstructor;
|
|
3876
|
+
default: string;
|
|
3877
|
+
validator: (value: any) => boolean;
|
|
3878
|
+
};
|
|
3879
|
+
strokeLinejoin: {
|
|
3880
|
+
type: StringConstructor;
|
|
3881
|
+
default: string;
|
|
3882
|
+
validator: (value: any) => boolean;
|
|
3883
|
+
};
|
|
3884
|
+
rotate: NumberConstructor;
|
|
3885
|
+
spin: BooleanConstructor;
|
|
3886
|
+
}>> & Readonly<{
|
|
3887
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
3888
|
+
}>, {
|
|
3889
|
+
cls: import("vue").ComputedRef<(string | {
|
|
3890
|
+
[x: string]: boolean;
|
|
3891
|
+
})[]>;
|
|
3892
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
3893
|
+
onClick: (ev: MouseEvent) => void;
|
|
3894
|
+
}, {}, {}, {}, {
|
|
3895
|
+
spin: boolean;
|
|
3896
|
+
strokeWidth: number;
|
|
3897
|
+
strokeLinecap: string;
|
|
3898
|
+
strokeLinejoin: string;
|
|
3899
|
+
}>;
|
|
3900
|
+
__isFragment?: never;
|
|
3901
|
+
__isTeleport?: never;
|
|
3902
|
+
__isSuspense?: never;
|
|
3903
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
3904
|
+
size: {
|
|
3905
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
3906
|
+
};
|
|
3907
|
+
strokeWidth: {
|
|
3908
|
+
type: NumberConstructor;
|
|
3909
|
+
default: number;
|
|
3910
|
+
};
|
|
3911
|
+
strokeLinecap: {
|
|
3912
|
+
type: StringConstructor;
|
|
3913
|
+
default: string;
|
|
3914
|
+
validator: (value: any) => boolean;
|
|
3915
|
+
};
|
|
3916
|
+
strokeLinejoin: {
|
|
3917
|
+
type: StringConstructor;
|
|
3918
|
+
default: string;
|
|
3919
|
+
validator: (value: any) => boolean;
|
|
3920
|
+
};
|
|
3921
|
+
rotate: NumberConstructor;
|
|
3922
|
+
spin: BooleanConstructor;
|
|
3923
|
+
}>> & Readonly<{
|
|
3924
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
3925
|
+
}>, {
|
|
3926
|
+
cls: import("vue").ComputedRef<(string | {
|
|
3927
|
+
[x: string]: boolean;
|
|
3928
|
+
})[]>;
|
|
3929
|
+
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
3930
|
+
onClick: (ev: MouseEvent) => void;
|
|
3931
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
3932
|
+
click: (ev: MouseEvent) => true;
|
|
3933
|
+
}, string, {
|
|
3934
|
+
spin: boolean;
|
|
3935
|
+
strokeWidth: number;
|
|
3936
|
+
strokeLinecap: string;
|
|
3937
|
+
strokeLinejoin: string;
|
|
3938
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
3939
|
+
install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
|
|
3940
|
+
};
|
|
3473
3941
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
3474
3942
|
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3475
3943
|
type: {
|
|
@@ -3616,10 +4084,10 @@ declare const Dropdown: {
|
|
|
3616
4084
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
3617
4085
|
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
3618
4086
|
}>, {
|
|
3619
|
-
|
|
4087
|
+
position: import("./interface").DropdownPosition;
|
|
3620
4088
|
popupVisible: boolean;
|
|
3621
4089
|
defaultPopupVisible: boolean;
|
|
3622
|
-
|
|
4090
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
3623
4091
|
popupMaxHeight: number | boolean;
|
|
3624
4092
|
hideOnSelect: boolean;
|
|
3625
4093
|
}, {}, {
|
|
@@ -3681,13 +4149,13 @@ declare const Dropdown: {
|
|
|
3681
4149
|
default: boolean;
|
|
3682
4150
|
};
|
|
3683
4151
|
contentClass: {
|
|
3684
|
-
type: (
|
|
4152
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3685
4153
|
};
|
|
3686
4154
|
contentStyle: {
|
|
3687
4155
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3688
4156
|
};
|
|
3689
4157
|
arrowClass: {
|
|
3690
|
-
type: (
|
|
4158
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3691
4159
|
};
|
|
3692
4160
|
arrowStyle: {
|
|
3693
4161
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3745,7 +4213,7 @@ declare const Dropdown: {
|
|
|
3745
4213
|
default: boolean;
|
|
3746
4214
|
};
|
|
3747
4215
|
openedClass: {
|
|
3748
|
-
type: (
|
|
4216
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3749
4217
|
};
|
|
3750
4218
|
autoFitPosition: {
|
|
3751
4219
|
type: BooleanConstructor;
|
|
@@ -3781,19 +4249,21 @@ declare const Dropdown: {
|
|
|
3781
4249
|
resize: () => true;
|
|
3782
4250
|
}, import("vue").PublicProps, {
|
|
3783
4251
|
disabled: boolean;
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
|
|
4252
|
+
unmountOnClose: boolean;
|
|
4253
|
+
renderToBody: boolean;
|
|
4254
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
4255
|
+
autoFitPosition: boolean;
|
|
3787
4256
|
popupVisible: boolean;
|
|
3788
4257
|
defaultPopupVisible: boolean;
|
|
3789
|
-
|
|
4258
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
3790
4259
|
popupOffset: number;
|
|
4260
|
+
showArrow: boolean;
|
|
3791
4261
|
alignPoint: boolean;
|
|
3792
4262
|
popupHoverStay: boolean;
|
|
3793
4263
|
blurToClose: boolean;
|
|
3794
4264
|
clickToClose: boolean;
|
|
3795
4265
|
clickOutsideToClose: boolean;
|
|
3796
|
-
|
|
4266
|
+
animationName: string;
|
|
3797
4267
|
mouseEnterDelay: number;
|
|
3798
4268
|
mouseLeaveDelay: number;
|
|
3799
4269
|
focusDelay: number;
|
|
@@ -3801,10 +4271,8 @@ declare const Dropdown: {
|
|
|
3801
4271
|
autoFitPopupMinWidth: boolean;
|
|
3802
4272
|
autoFixPosition: boolean;
|
|
3803
4273
|
updateAtScroll: boolean;
|
|
3804
|
-
autoFitPosition: boolean;
|
|
3805
4274
|
autoFitTransformOrigin: boolean;
|
|
3806
4275
|
hideEmpty: boolean;
|
|
3807
|
-
renderToBody: boolean;
|
|
3808
4276
|
preventFocus: boolean;
|
|
3809
4277
|
scrollToClose: boolean;
|
|
3810
4278
|
scrollToCloseDistance: number;
|
|
@@ -3872,13 +4340,13 @@ declare const Dropdown: {
|
|
|
3872
4340
|
default: boolean;
|
|
3873
4341
|
};
|
|
3874
4342
|
contentClass: {
|
|
3875
|
-
type: (
|
|
4343
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3876
4344
|
};
|
|
3877
4345
|
contentStyle: {
|
|
3878
4346
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3879
4347
|
};
|
|
3880
4348
|
arrowClass: {
|
|
3881
|
-
type: (
|
|
4349
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3882
4350
|
};
|
|
3883
4351
|
arrowStyle: {
|
|
3884
4352
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3936,7 +4404,7 @@ declare const Dropdown: {
|
|
|
3936
4404
|
default: boolean;
|
|
3937
4405
|
};
|
|
3938
4406
|
openedClass: {
|
|
3939
|
-
type: (
|
|
4407
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3940
4408
|
};
|
|
3941
4409
|
autoFitPosition: {
|
|
3942
4410
|
type: BooleanConstructor;
|
|
@@ -3966,19 +4434,21 @@ declare const Dropdown: {
|
|
|
3966
4434
|
onHide?: (() => any) | undefined;
|
|
3967
4435
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
3968
4436
|
disabled: boolean;
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
4437
|
+
unmountOnClose: boolean;
|
|
4438
|
+
renderToBody: boolean;
|
|
4439
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
4440
|
+
autoFitPosition: boolean;
|
|
3972
4441
|
popupVisible: boolean;
|
|
3973
4442
|
defaultPopupVisible: boolean;
|
|
3974
|
-
|
|
4443
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
3975
4444
|
popupOffset: number;
|
|
4445
|
+
showArrow: boolean;
|
|
3976
4446
|
alignPoint: boolean;
|
|
3977
4447
|
popupHoverStay: boolean;
|
|
3978
4448
|
blurToClose: boolean;
|
|
3979
4449
|
clickToClose: boolean;
|
|
3980
4450
|
clickOutsideToClose: boolean;
|
|
3981
|
-
|
|
4451
|
+
animationName: string;
|
|
3982
4452
|
mouseEnterDelay: number;
|
|
3983
4453
|
mouseLeaveDelay: number;
|
|
3984
4454
|
focusDelay: number;
|
|
@@ -3986,10 +4456,8 @@ declare const Dropdown: {
|
|
|
3986
4456
|
autoFitPopupMinWidth: boolean;
|
|
3987
4457
|
autoFixPosition: boolean;
|
|
3988
4458
|
updateAtScroll: boolean;
|
|
3989
|
-
autoFitPosition: boolean;
|
|
3990
4459
|
autoFitTransformOrigin: boolean;
|
|
3991
4460
|
hideEmpty: boolean;
|
|
3992
|
-
renderToBody: boolean;
|
|
3993
4461
|
preventFocus: boolean;
|
|
3994
4462
|
scrollToClose: boolean;
|
|
3995
4463
|
scrollToCloseDistance: number;
|
|
@@ -4054,13 +4522,13 @@ declare const Dropdown: {
|
|
|
4054
4522
|
default: boolean;
|
|
4055
4523
|
};
|
|
4056
4524
|
contentClass: {
|
|
4057
|
-
type: (
|
|
4525
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
4058
4526
|
};
|
|
4059
4527
|
contentStyle: {
|
|
4060
4528
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
4061
4529
|
};
|
|
4062
4530
|
arrowClass: {
|
|
4063
|
-
type: (
|
|
4531
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
4064
4532
|
};
|
|
4065
4533
|
arrowStyle: {
|
|
4066
4534
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -4118,7 +4586,7 @@ declare const Dropdown: {
|
|
|
4118
4586
|
default: boolean;
|
|
4119
4587
|
};
|
|
4120
4588
|
openedClass: {
|
|
4121
|
-
type: (
|
|
4589
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
4122
4590
|
};
|
|
4123
4591
|
autoFitPosition: {
|
|
4124
4592
|
type: BooleanConstructor;
|
|
@@ -4154,19 +4622,21 @@ declare const Dropdown: {
|
|
|
4154
4622
|
resize: () => true;
|
|
4155
4623
|
}, string, {
|
|
4156
4624
|
disabled: boolean;
|
|
4157
|
-
|
|
4158
|
-
|
|
4159
|
-
|
|
4625
|
+
unmountOnClose: boolean;
|
|
4626
|
+
renderToBody: boolean;
|
|
4627
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
4628
|
+
autoFitPosition: boolean;
|
|
4160
4629
|
popupVisible: boolean;
|
|
4161
4630
|
defaultPopupVisible: boolean;
|
|
4162
|
-
|
|
4631
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
4163
4632
|
popupOffset: number;
|
|
4633
|
+
showArrow: boolean;
|
|
4164
4634
|
alignPoint: boolean;
|
|
4165
4635
|
popupHoverStay: boolean;
|
|
4166
4636
|
blurToClose: boolean;
|
|
4167
4637
|
clickToClose: boolean;
|
|
4168
4638
|
clickOutsideToClose: boolean;
|
|
4169
|
-
|
|
4639
|
+
animationName: string;
|
|
4170
4640
|
mouseEnterDelay: number;
|
|
4171
4641
|
mouseLeaveDelay: number;
|
|
4172
4642
|
focusDelay: number;
|
|
@@ -4174,10 +4644,8 @@ declare const Dropdown: {
|
|
|
4174
4644
|
autoFitPopupMinWidth: boolean;
|
|
4175
4645
|
autoFixPosition: boolean;
|
|
4176
4646
|
updateAtScroll: boolean;
|
|
4177
|
-
autoFitPosition: boolean;
|
|
4178
4647
|
autoFitTransformOrigin: boolean;
|
|
4179
4648
|
hideEmpty: boolean;
|
|
4180
|
-
renderToBody: boolean;
|
|
4181
4649
|
preventFocus: boolean;
|
|
4182
4650
|
scrollToClose: boolean;
|
|
4183
4651
|
scrollToCloseDistance: number;
|
|
@@ -4244,7 +4712,7 @@ declare const Dropdown: {
|
|
|
4244
4712
|
type: import("vue").PropType<"track" | "embed">;
|
|
4245
4713
|
default: string;
|
|
4246
4714
|
};
|
|
4247
|
-
outerClass: (
|
|
4715
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
4248
4716
|
outerStyle: {
|
|
4249
4717
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
4250
4718
|
};
|
|
@@ -4264,7 +4732,7 @@ declare const Dropdown: {
|
|
|
4264
4732
|
onScroll?: ((ev: Event) => any) | undefined;
|
|
4265
4733
|
}>, {
|
|
4266
4734
|
prefixCls: string;
|
|
4267
|
-
cls: import("vue").ComputedRef<(string |
|
|
4735
|
+
cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
|
|
4268
4736
|
style: import("vue").ComputedRef<import("vue").StyleValue[]>;
|
|
4269
4737
|
containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
4270
4738
|
horizontalThumbRef: import("vue").Ref<any, any>;
|
|
@@ -4353,8 +4821,8 @@ declare const Dropdown: {
|
|
|
4353
4821
|
}>> & Readonly<{
|
|
4354
4822
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
4355
4823
|
}>, {
|
|
4356
|
-
direction: "horizontal" | "vertical";
|
|
4357
4824
|
both: boolean;
|
|
4825
|
+
direction: "horizontal" | "vertical";
|
|
4358
4826
|
alwaysShow: boolean;
|
|
4359
4827
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4360
4828
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -4369,7 +4837,7 @@ declare const Dropdown: {
|
|
|
4369
4837
|
type: import("vue").PropType<"track" | "embed">;
|
|
4370
4838
|
default: string;
|
|
4371
4839
|
};
|
|
4372
|
-
outerClass: (
|
|
4840
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
4373
4841
|
outerStyle: {
|
|
4374
4842
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
4375
4843
|
};
|
|
@@ -4389,7 +4857,7 @@ declare const Dropdown: {
|
|
|
4389
4857
|
onScroll?: ((ev: Event) => any) | undefined;
|
|
4390
4858
|
}>, {
|
|
4391
4859
|
prefixCls: string;
|
|
4392
|
-
cls: import("vue").ComputedRef<(string |
|
|
4860
|
+
cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
|
|
4393
4861
|
style: import("vue").ComputedRef<import("vue").StyleValue[]>;
|
|
4394
4862
|
containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
4395
4863
|
horizontalThumbRef: import("vue").Ref<any, any>;
|
|
@@ -4424,7 +4892,7 @@ declare const Dropdown: {
|
|
|
4424
4892
|
type: import("vue").PropType<"track" | "embed">;
|
|
4425
4893
|
default: string;
|
|
4426
4894
|
};
|
|
4427
|
-
outerClass: (
|
|
4895
|
+
outerClass: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
4428
4896
|
outerStyle: {
|
|
4429
4897
|
type: import("vue").PropType<import("vue").StyleValue>;
|
|
4430
4898
|
};
|
|
@@ -4444,7 +4912,7 @@ declare const Dropdown: {
|
|
|
4444
4912
|
onScroll?: ((ev: Event) => any) | undefined;
|
|
4445
4913
|
}>, {
|
|
4446
4914
|
prefixCls: string;
|
|
4447
|
-
cls: import("vue").ComputedRef<(string |
|
|
4915
|
+
cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
|
|
4448
4916
|
style: import("vue").ComputedRef<import("vue").StyleValue[]>;
|
|
4449
4917
|
containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
4450
4918
|
horizontalThumbRef: import("vue").Ref<any, any>;
|
|
@@ -4533,8 +5001,8 @@ declare const Dropdown: {
|
|
|
4533
5001
|
}>> & Readonly<{
|
|
4534
5002
|
onScroll?: ((...args: any[]) => any) | undefined;
|
|
4535
5003
|
}>, {
|
|
4536
|
-
direction: "horizontal" | "vertical";
|
|
4537
5004
|
both: boolean;
|
|
5005
|
+
direction: "horizontal" | "vertical";
|
|
4538
5006
|
alwaysShow: boolean;
|
|
4539
5007
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
4540
5008
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
@@ -4548,9 +5016,9 @@ declare const Dropdown: {
|
|
|
4548
5016
|
type: BooleanConstructor;
|
|
4549
5017
|
default: boolean;
|
|
4550
5018
|
};
|
|
4551
|
-
}>> & Readonly<{}>, () => import("vue
|
|
5019
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4552
5020
|
[key: string]: any;
|
|
4553
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
5021
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
4554
5022
|
inConfigProvider: boolean;
|
|
4555
5023
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
4556
5024
|
P: {};
|
|
@@ -4566,9 +5034,9 @@ declare const Dropdown: {
|
|
|
4566
5034
|
type: BooleanConstructor;
|
|
4567
5035
|
default: boolean;
|
|
4568
5036
|
};
|
|
4569
|
-
}>> & Readonly<{}>, () => import("vue
|
|
5037
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4570
5038
|
[key: string]: any;
|
|
4571
|
-
}>[], {}, {}, {}, {
|
|
5039
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
4572
5040
|
inConfigProvider: boolean;
|
|
4573
5041
|
}>;
|
|
4574
5042
|
__isFragment?: never;
|
|
@@ -4581,9 +5049,9 @@ declare const Dropdown: {
|
|
|
4581
5049
|
type: BooleanConstructor;
|
|
4582
5050
|
default: boolean;
|
|
4583
5051
|
};
|
|
4584
|
-
}>> & Readonly<{}>, () => import("vue
|
|
5052
|
+
}>> & Readonly<{}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
4585
5053
|
[key: string]: any;
|
|
4586
|
-
}>[], {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
5054
|
+
}>[] | import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
4587
5055
|
inConfigProvider: boolean;
|
|
4588
5056
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
4589
5057
|
install: (app: App, options?: SDOptions) => void;
|