@sdata/web-vue 1.1.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -5
- package/es/_components/feedback-icon.vue.d.ts +486 -0
- package/es/_components/icon-hover.vue.d.ts +34 -0
- package/es/_components/input-label/input-label.d.ts +4 -4
- package/es/_components/picker/input-range.vue.d.ts +753 -0
- package/es/_components/picker/input.vue.d.ts +729 -0
- package/es/_components/resize-trigger.vue.d.ts +274 -0
- package/es/_components/select-view/select-view.d.ts +9 -9
- package/es/_components/transition/expand-transition.vue.d.ts +10 -0
- package/es/_components/virtual-list/filler.vue.d.ts +35 -0
- package/es/_components/virtual-list/virtual-list.vue.d.ts +133 -0
- package/es/_components/virtual-list-v2/index.d.ts +1 -1
- package/es/_components/virtual-list-v2/virtual-list.vue.d.ts +151 -0
- package/es/_hooks/use-component-ref.d.ts +1 -1
- package/es/_hooks/use-pure-prop.d.ts +2 -0
- package/es/_hooks/use-trigger.d.ts +1 -1
- package/es/_utils/date.js +15 -15
- package/es/_utils/style.d.ts +1 -1
- package/es/affix/affix.vue.d.ts +58 -0
- package/es/affix/index.d.ts +1 -1
- package/es/alert/alert.vue.d.ts +690 -0
- package/es/alert/index.d.ts +1187 -17
- package/es/anchor/anchor-link.vue.d.ts +17 -0
- package/es/anchor/anchor.vue.d.ts +66 -0
- package/es/anchor/index.d.ts +11 -11
- package/es/auto-complete/auto-complete.d.ts +3 -3
- package/es/auto-complete/auto-complete.js +8 -8
- package/es/auto-complete/index.d.ts +9 -9
- package/es/avatar/avatar.vue.d.ts +324 -0
- package/es/avatar/index.d.ts +476 -8
- package/es/back-top/back-top.vue.d.ts +163 -0
- package/es/back-top/index.d.ts +237 -3
- package/es/badge/badge.d.ts +1 -1
- package/es/badge/index.d.ts +3 -3
- package/es/button/button-group.vue.d.ts +42 -0
- package/es/button/button.vue.d.ts +208 -0
- package/es/button/index.d.ts +244 -10
- package/es/calendar/calendar.d.ts +5 -5
- package/es/calendar/calendar.js +2 -2
- package/es/calendar/header.d.ts +1 -1
- package/es/calendar/index.d.ts +15 -15
- package/es/calendar/month.d.ts +1 -1
- package/es/calendar/week.d.ts +1 -1
- package/es/calendar/year.d.ts +1 -1
- package/es/card/card-grid.vue.d.ts +19 -0
- package/es/card/card.d.ts +2 -2
- package/es/card/index.d.ts +7 -7
- package/es/carousel/carousel-arrow.vue.d.ts +507 -0
- package/es/carousel/carousel-indicator.vue.d.ts +69 -0
- package/es/carousel/carousel-item.vue.d.ts +14 -0
- package/es/carousel/carousel.d.ts +4 -4
- package/es/carousel/carousel.js +1 -1
- package/es/carousel/index.d.ts +13 -13
- package/es/cascader/cascader-option.d.ts +1 -1
- package/es/cascader/cascader-panel.vue.d.ts +249 -0
- package/es/cascader/cascader-panel.vue_vue_type_script_lang.js +1 -1
- package/es/cascader/cascader.vue.d.ts +1171 -0
- package/es/cascader/cascader.vue_vue_type_script_lang.js +7 -7
- package/es/cascader/index.d.ts +129 -129
- package/es/checkbox/checkbox-group.d.ts +2 -2
- package/es/checkbox/checkbox-group.js +1 -1
- package/es/checkbox/checkbox.d.ts +3 -3
- package/es/checkbox/checkbox.js +1 -1
- package/es/checkbox/index.d.ts +5 -5
- package/es/collapse/collapse-item.d.ts +238 -4
- package/es/collapse/collapse.vue.d.ts +83 -0
- package/es/collapse/collapse.vue_vue_type_script_lang.js +1 -1
- package/es/collapse/index.d.ts +243 -9
- package/es/color-picker/color-picker.d.ts +4 -4
- package/es/color-picker/color-picker.js +1 -1
- package/es/color-picker/index.d.ts +12 -12
- package/es/color-picker/panel.d.ts +1 -1
- package/es/comment/comment.vue.d.ts +48 -0
- package/es/comment/index.d.ts +4 -4
- package/es/config-provider/config-provider.vue.d.ts +75 -0
- package/es/config-provider/index.d.ts +7 -7
- package/es/date-picker/hooks/use-format.d.ts +2 -2
- package/es/date-picker/index.d.ts +5213 -299
- package/es/date-picker/panels/body.vue.d.ts +90 -0
- package/es/date-picker/panels/date/index.vue.d.ts +1803 -0
- package/es/date-picker/panels/footer.vue.d.ts +1058 -0
- package/es/date-picker/panels/header.vue.d.ts +574 -0
- package/es/date-picker/panels/month/index.vue.d.ts +741 -0
- package/es/date-picker/panels/quarter/index.vue.d.ts +729 -0
- package/es/date-picker/panels/shortcuts.vue.d.ts +481 -0
- package/es/date-picker/panels/week/index.vue.d.ts +1820 -0
- package/es/date-picker/panels/week-list.vue.d.ts +24 -0
- package/es/date-picker/panels/year/index.vue.d.ts +727 -0
- package/es/date-picker/picker-panel.vue.d.ts +7545 -0
- package/es/date-picker/picker.vue.d.ts +9305 -0
- package/es/date-picker/picker.vue_vue_type_script_lang.js +4 -4
- package/es/date-picker/range-picker-panel.vue.d.ts +7578 -0
- package/es/date-picker/range-picker.vue.d.ts +9470 -0
- package/es/date-picker/range-picker.vue_vue_type_script_lang.js +4 -4
- package/es/descriptions/descriptions-item.vue.d.ts +19 -0
- package/es/descriptions/descriptions.d.ts +5 -5
- package/es/descriptions/index.d.ts +16 -16
- package/es/divider/divider.d.ts +1 -1
- package/es/divider/index.d.ts +3 -3
- package/es/drawer/drawer.vue.d.ts +822 -0
- package/es/drawer/drawer.vue_vue_type_script_lang.js +6 -6
- package/es/drawer/index.d.ts +751 -49
- package/es/dropdown/dropdown-button.vue.d.ts +1741 -0
- package/es/dropdown/dropdown-button.vue_vue_type_script_lang.js +3 -3
- package/es/dropdown/dropdown-group.vue.d.ts +9 -0
- package/es/dropdown/dropdown-option.vue.d.ts +38 -0
- package/es/dropdown/dropdown-panel.vue.d.ts +409 -0
- package/es/dropdown/dropdown-submenu.vue.d.ts +1195 -0
- package/es/dropdown/dropdown-submenu.vue_vue_type_script_lang.js +1 -1
- package/es/dropdown/dropdown.vue.d.ts +1048 -0
- package/es/dropdown/dropdown.vue_vue_type_script_lang.js +2 -2
- package/es/dropdown/index.d.ts +677 -209
- package/es/empty/empty.d.ts +2 -2
- package/es/empty/index.d.ts +6 -6
- package/es/form/form-item-label.vue.d.ts +1500 -0
- package/es/form/form-item-message.vue.d.ts +20 -0
- package/es/form/form-item.vue.d.ts +1865 -0
- package/es/form/form.vue.d.ts +158 -0
- package/es/form/index.d.ts +197 -80
- package/es/grid/grid-col.vue.d.ts +107 -0
- package/es/grid/grid-item.vue.d.ts +50 -0
- package/es/grid/grid-row.vue.d.ts +61 -0
- package/es/grid/grid.vue.d.ts +59 -0
- package/es/grid/grid.vue_vue_type_script_lang.js +1 -1
- package/es/grid/index.d.ts +9 -9
- package/es/icon/icon-align-center/icon-align-center.vue.d.ts +59 -0
- package/es/icon/icon-align-center/index.d.ts +3 -3
- package/es/icon/icon-align-left/icon-align-left.vue.d.ts +59 -0
- package/es/icon/icon-align-left/index.d.ts +3 -3
- package/es/icon/icon-align-right/icon-align-right.vue.d.ts +59 -0
- package/es/icon/icon-align-right/index.d.ts +3 -3
- package/es/icon/icon-alipay-circle/icon-alipay-circle.vue.d.ts +59 -0
- package/es/icon/icon-alipay-circle/index.d.ts +3 -3
- package/es/icon/icon-apps/icon-apps.vue.d.ts +59 -0
- package/es/icon/icon-apps/index.d.ts +3 -3
- package/es/icon/icon-archive/icon-archive.vue.d.ts +59 -0
- package/es/icon/icon-archive/index.d.ts +3 -3
- package/es/icon/icon-arrow-down/icon-arrow-down.vue.d.ts +59 -0
- package/es/icon/icon-arrow-down/index.d.ts +3 -3
- package/es/icon/icon-arrow-fall/icon-arrow-fall.vue.d.ts +59 -0
- package/es/icon/icon-arrow-fall/index.d.ts +3 -3
- package/es/icon/icon-arrow-left/icon-arrow-left.vue.d.ts +59 -0
- package/es/icon/icon-arrow-left/index.d.ts +3 -3
- package/es/icon/icon-arrow-right/icon-arrow-right.vue.d.ts +59 -0
- package/es/icon/icon-arrow-right/index.d.ts +3 -3
- package/es/icon/icon-arrow-rise/icon-arrow-rise.vue.d.ts +59 -0
- package/es/icon/icon-arrow-rise/index.d.ts +3 -3
- package/es/icon/icon-arrow-up/icon-arrow-up.vue.d.ts +59 -0
- package/es/icon/icon-arrow-up/index.d.ts +3 -3
- package/es/icon/icon-at/icon-at.vue.d.ts +59 -0
- package/es/icon/icon-at/index.d.ts +3 -3
- package/es/icon/icon-attachment/icon-attachment.vue.d.ts +59 -0
- package/es/icon/icon-attachment/index.d.ts +3 -3
- package/es/icon/icon-backward/icon-backward.vue.d.ts +59 -0
- package/es/icon/icon-backward/index.d.ts +3 -3
- package/es/icon/icon-bar-chart/icon-bar-chart.vue.d.ts +59 -0
- package/es/icon/icon-bar-chart/index.d.ts +3 -3
- package/es/icon/icon-bg-colors/icon-bg-colors.vue.d.ts +59 -0
- package/es/icon/icon-bg-colors/index.d.ts +3 -3
- package/es/icon/icon-bold/icon-bold.vue.d.ts +59 -0
- package/es/icon/icon-bold/index.d.ts +3 -3
- package/es/icon/icon-book/icon-book.vue.d.ts +59 -0
- package/es/icon/icon-book/index.d.ts +3 -3
- package/es/icon/icon-bookmark/icon-bookmark.vue.d.ts +59 -0
- package/es/icon/icon-bookmark/index.d.ts +3 -3
- package/es/icon/icon-branch/icon-branch.vue.d.ts +59 -0
- package/es/icon/icon-branch/index.d.ts +3 -3
- package/es/icon/icon-brush/icon-brush.vue.d.ts +59 -0
- package/es/icon/icon-brush/index.d.ts +3 -3
- package/es/icon/icon-bug/icon-bug.vue.d.ts +59 -0
- package/es/icon/icon-bug/index.d.ts +3 -3
- package/es/icon/icon-bulb/icon-bulb.vue.d.ts +59 -0
- package/es/icon/icon-bulb/index.d.ts +3 -3
- package/es/icon/icon-bytedance-color/icon-bytedance-color.vue.d.ts +59 -0
- package/es/icon/icon-bytedance-color/index.d.ts +3 -3
- package/es/icon/icon-calendar/icon-calendar.vue.d.ts +59 -0
- package/es/icon/icon-calendar/index.d.ts +3 -3
- package/es/icon/icon-calendar-clock/icon-calendar-clock.vue.d.ts +59 -0
- package/es/icon/icon-calendar-clock/index.d.ts +3 -3
- package/es/icon/icon-camera/icon-camera.vue.d.ts +59 -0
- package/es/icon/icon-camera/index.d.ts +3 -3
- package/es/icon/icon-caret-down/icon-caret-down.vue.d.ts +59 -0
- package/es/icon/icon-caret-down/index.d.ts +3 -3
- package/es/icon/icon-caret-left/icon-caret-left.vue.d.ts +59 -0
- package/es/icon/icon-caret-left/index.d.ts +3 -3
- package/es/icon/icon-caret-right/icon-caret-right.vue.d.ts +59 -0
- package/es/icon/icon-caret-right/index.d.ts +3 -3
- package/es/icon/icon-caret-up/icon-caret-up.vue.d.ts +59 -0
- package/es/icon/icon-caret-up/index.d.ts +3 -3
- package/es/icon/icon-check/icon-check.vue.d.ts +59 -0
- package/es/icon/icon-check/index.d.ts +3 -3
- package/es/icon/icon-check-circle/icon-check-circle.vue.d.ts +59 -0
- package/es/icon/icon-check-circle/index.d.ts +3 -3
- package/es/icon/icon-check-circle-fill/icon-check-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-check-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-check-square/icon-check-square.vue.d.ts +59 -0
- package/es/icon/icon-check-square/index.d.ts +3 -3
- package/es/icon/icon-chinese-fill/icon-chinese-fill.vue.d.ts +59 -0
- package/es/icon/icon-chinese-fill/index.d.ts +3 -3
- package/es/icon/icon-clock-circle/icon-clock-circle.vue.d.ts +59 -0
- package/es/icon/icon-clock-circle/index.d.ts +3 -3
- package/es/icon/icon-close/icon-close.vue.d.ts +59 -0
- package/es/icon/icon-close/index.d.ts +3 -3
- package/es/icon/icon-close-circle/icon-close-circle.vue.d.ts +59 -0
- package/es/icon/icon-close-circle/index.d.ts +3 -3
- package/es/icon/icon-close-circle-fill/icon-close-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-close-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-cloud/icon-cloud.vue.d.ts +59 -0
- package/es/icon/icon-cloud/index.d.ts +3 -3
- package/es/icon/icon-cloud-download/icon-cloud-download.vue.d.ts +59 -0
- package/es/icon/icon-cloud-download/index.d.ts +3 -3
- package/es/icon/icon-code/icon-code.vue.d.ts +59 -0
- package/es/icon/icon-code/index.d.ts +3 -3
- package/es/icon/icon-code-block/icon-code-block.vue.d.ts +59 -0
- package/es/icon/icon-code-block/index.d.ts +3 -3
- package/es/icon/icon-code-sandbox/icon-code-sandbox.vue.d.ts +59 -0
- package/es/icon/icon-code-sandbox/index.d.ts +3 -3
- package/es/icon/icon-code-square/icon-code-square.vue.d.ts +59 -0
- package/es/icon/icon-code-square/index.d.ts +3 -3
- package/es/icon/icon-codepen/icon-codepen.vue.d.ts +59 -0
- package/es/icon/icon-codepen/index.d.ts +3 -3
- package/es/icon/icon-command/icon-command.vue.d.ts +59 -0
- package/es/icon/icon-command/index.d.ts +3 -3
- package/es/icon/icon-common/icon-common.vue.d.ts +59 -0
- package/es/icon/icon-common/index.d.ts +3 -3
- package/es/icon/icon-compass/icon-compass.vue.d.ts +59 -0
- package/es/icon/icon-compass/index.d.ts +3 -3
- package/es/icon/icon-computer/icon-computer.vue.d.ts +59 -0
- package/es/icon/icon-computer/index.d.ts +3 -3
- package/es/icon/icon-copy/icon-copy.vue.d.ts +59 -0
- package/es/icon/icon-copy/index.d.ts +3 -3
- package/es/icon/icon-copyright/icon-copyright.vue.d.ts +59 -0
- package/es/icon/icon-copyright/index.d.ts +3 -3
- package/es/icon/icon-customer-service/icon-customer-service.vue.d.ts +59 -0
- package/es/icon/icon-customer-service/index.d.ts +3 -3
- package/es/icon/icon-dashboard/icon-dashboard.vue.d.ts +59 -0
- package/es/icon/icon-dashboard/index.d.ts +3 -3
- package/es/icon/icon-delete/icon-delete.vue.d.ts +59 -0
- package/es/icon/icon-delete/index.d.ts +3 -3
- package/es/icon/icon-desktop/icon-desktop.vue.d.ts +59 -0
- package/es/icon/icon-desktop/index.d.ts +3 -3
- package/es/icon/icon-dice/icon-dice.vue.d.ts +59 -0
- package/es/icon/icon-dice/index.d.ts +3 -3
- package/es/icon/icon-double-down/icon-double-down.vue.d.ts +59 -0
- package/es/icon/icon-double-down/index.d.ts +3 -3
- package/es/icon/icon-double-left/icon-double-left.vue.d.ts +59 -0
- package/es/icon/icon-double-left/index.d.ts +3 -3
- package/es/icon/icon-double-right/icon-double-right.vue.d.ts +59 -0
- package/es/icon/icon-double-right/index.d.ts +3 -3
- package/es/icon/icon-double-up/icon-double-up.vue.d.ts +59 -0
- package/es/icon/icon-double-up/index.d.ts +3 -3
- package/es/icon/icon-down/icon-down.vue.d.ts +59 -0
- package/es/icon/icon-down/index.d.ts +3 -3
- package/es/icon/icon-down-circle/icon-down-circle.vue.d.ts +59 -0
- package/es/icon/icon-down-circle/index.d.ts +3 -3
- package/es/icon/icon-download/icon-download.vue.d.ts +59 -0
- package/es/icon/icon-download/index.d.ts +3 -3
- package/es/icon/icon-drag-arrow/icon-drag-arrow.vue.d.ts +59 -0
- package/es/icon/icon-drag-arrow/index.d.ts +3 -3
- package/es/icon/icon-drag-dot/icon-drag-dot.vue.d.ts +59 -0
- package/es/icon/icon-drag-dot/index.d.ts +3 -3
- package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.vue.d.ts +59 -0
- package/es/icon/icon-drag-dot-vertical/index.d.ts +3 -3
- package/es/icon/icon-drive-file/icon-drive-file.vue.d.ts +59 -0
- package/es/icon/icon-drive-file/index.d.ts +3 -3
- package/es/icon/icon-ear/icon-ear.vue.d.ts +59 -0
- package/es/icon/icon-ear/index.d.ts +3 -3
- package/es/icon/icon-edit/icon-edit.vue.d.ts +59 -0
- package/es/icon/icon-edit/index.d.ts +3 -3
- package/es/icon/icon-email/icon-email.vue.d.ts +59 -0
- package/es/icon/icon-email/index.d.ts +3 -3
- package/es/icon/icon-empty/icon-empty.vue.d.ts +59 -0
- package/es/icon/icon-empty/index.d.ts +3 -3
- package/es/icon/icon-english-fill/icon-english-fill.vue.d.ts +59 -0
- package/es/icon/icon-english-fill/index.d.ts +3 -3
- package/es/icon/icon-eraser/icon-eraser.vue.d.ts +59 -0
- package/es/icon/icon-eraser/index.d.ts +3 -3
- package/es/icon/icon-exclamation/icon-exclamation.vue.d.ts +59 -0
- package/es/icon/icon-exclamation/index.d.ts +3 -3
- package/es/icon/icon-exclamation-circle/icon-exclamation-circle.vue.d.ts +59 -0
- package/es/icon/icon-exclamation-circle/index.d.ts +3 -3
- package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-exclamation-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-exclamation-polygon-fill/icon-exclamation-polygon-fill.vue.d.ts +59 -0
- package/es/icon/icon-exclamation-polygon-fill/index.d.ts +3 -3
- package/es/icon/icon-expand/icon-expand.vue.d.ts +59 -0
- package/es/icon/icon-expand/index.d.ts +3 -3
- package/es/icon/icon-experiment/icon-experiment.vue.d.ts +59 -0
- package/es/icon/icon-experiment/index.d.ts +3 -3
- package/es/icon/icon-export/icon-export.vue.d.ts +59 -0
- package/es/icon/icon-export/index.d.ts +3 -3
- package/es/icon/icon-eye/icon-eye.vue.d.ts +59 -0
- package/es/icon/icon-eye/index.d.ts +3 -3
- package/es/icon/icon-eye-invisible/icon-eye-invisible.vue.d.ts +59 -0
- package/es/icon/icon-eye-invisible/index.d.ts +3 -3
- package/es/icon/icon-face-frown-fill/icon-face-frown-fill.vue.d.ts +59 -0
- package/es/icon/icon-face-frown-fill/index.d.ts +3 -3
- package/es/icon/icon-face-meh-fill/icon-face-meh-fill.vue.d.ts +59 -0
- package/es/icon/icon-face-meh-fill/index.d.ts +3 -3
- package/es/icon/icon-face-smile-fill/icon-face-smile-fill.vue.d.ts +59 -0
- package/es/icon/icon-face-smile-fill/index.d.ts +3 -3
- package/es/icon/icon-faceBook-circle-fill/icon-faceBook-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-faceBook-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-facebook/icon-facebook.vue.d.ts +59 -0
- package/es/icon/icon-facebook/index.d.ts +3 -3
- package/es/icon/icon-facebook-square-fill/icon-facebook-square-fill.vue.d.ts +59 -0
- package/es/icon/icon-facebook-square-fill/index.d.ts +3 -3
- package/es/icon/icon-file/icon-file.vue.d.ts +59 -0
- package/es/icon/icon-file/index.d.ts +3 -3
- package/es/icon/icon-file-audio/icon-file-audio.vue.d.ts +59 -0
- package/es/icon/icon-file-audio/index.d.ts +3 -3
- package/es/icon/icon-file-image/icon-file-image.vue.d.ts +59 -0
- package/es/icon/icon-file-image/index.d.ts +3 -3
- package/es/icon/icon-file-pdf/icon-file-pdf.vue.d.ts +59 -0
- package/es/icon/icon-file-pdf/index.d.ts +3 -3
- package/es/icon/icon-file-video/icon-file-video.vue.d.ts +59 -0
- package/es/icon/icon-file-video/index.d.ts +3 -3
- package/es/icon/icon-filter/icon-filter.vue.d.ts +59 -0
- package/es/icon/icon-filter/index.d.ts +3 -3
- package/es/icon/icon-find-replace/icon-find-replace.vue.d.ts +59 -0
- package/es/icon/icon-find-replace/index.d.ts +3 -3
- package/es/icon/icon-fire/icon-fire.vue.d.ts +59 -0
- package/es/icon/icon-fire/index.d.ts +3 -3
- package/es/icon/icon-folder/icon-folder.vue.d.ts +59 -0
- package/es/icon/icon-folder/index.d.ts +3 -3
- package/es/icon/icon-folder-add/icon-folder-add.vue.d.ts +59 -0
- package/es/icon/icon-folder-add/index.d.ts +3 -3
- package/es/icon/icon-folder-delete/icon-folder-delete.vue.d.ts +59 -0
- package/es/icon/icon-folder-delete/index.d.ts +3 -3
- package/es/icon/icon-font-colors/icon-font-colors.vue.d.ts +59 -0
- package/es/icon/icon-font-colors/index.d.ts +3 -3
- package/es/icon/icon-formula/icon-formula.vue.d.ts +59 -0
- package/es/icon/icon-formula/index.d.ts +3 -3
- package/es/icon/icon-forward/icon-forward.vue.d.ts +59 -0
- package/es/icon/icon-forward/index.d.ts +3 -3
- package/es/icon/icon-fullscreen/icon-fullscreen.vue.d.ts +59 -0
- package/es/icon/icon-fullscreen/index.d.ts +3 -3
- package/es/icon/icon-fullscreen-exit/icon-fullscreen-exit.vue.d.ts +59 -0
- package/es/icon/icon-fullscreen-exit/index.d.ts +3 -3
- package/es/icon/icon-gift/icon-gift.vue.d.ts +59 -0
- package/es/icon/icon-gift/index.d.ts +3 -3
- package/es/icon/icon-github/icon-github.vue.d.ts +59 -0
- package/es/icon/icon-github/index.d.ts +3 -3
- package/es/icon/icon-gitlab/icon-gitlab.vue.d.ts +59 -0
- package/es/icon/icon-gitlab/index.d.ts +3 -3
- package/es/icon/icon-google/icon-google.vue.d.ts +59 -0
- package/es/icon/icon-google/index.d.ts +3 -3
- package/es/icon/icon-google-circle-fill/icon-google-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-google-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-h1/icon-h1.vue.d.ts +59 -0
- package/es/icon/icon-h1/index.d.ts +3 -3
- package/es/icon/icon-h2/icon-h2.vue.d.ts +59 -0
- package/es/icon/icon-h2/index.d.ts +3 -3
- package/es/icon/icon-h3/icon-h3.vue.d.ts +59 -0
- package/es/icon/icon-h3/index.d.ts +3 -3
- package/es/icon/icon-h4/icon-h4.vue.d.ts +59 -0
- package/es/icon/icon-h4/index.d.ts +3 -3
- package/es/icon/icon-h5/icon-h5.vue.d.ts +59 -0
- package/es/icon/icon-h5/index.d.ts +3 -3
- package/es/icon/icon-h6/icon-h6.vue.d.ts +59 -0
- package/es/icon/icon-h6/index.d.ts +3 -3
- package/es/icon/icon-h7/icon-h7.vue.d.ts +59 -0
- package/es/icon/icon-h7/index.d.ts +3 -3
- package/es/icon/icon-heart/icon-heart.vue.d.ts +59 -0
- package/es/icon/icon-heart/index.d.ts +3 -3
- package/es/icon/icon-heart-fill/icon-heart-fill.vue.d.ts +59 -0
- package/es/icon/icon-heart-fill/index.d.ts +3 -3
- package/es/icon/icon-highlight/icon-highlight.vue.d.ts +59 -0
- package/es/icon/icon-highlight/index.d.ts +3 -3
- package/es/icon/icon-history/icon-history.vue.d.ts +59 -0
- package/es/icon/icon-history/index.d.ts +3 -3
- package/es/icon/icon-home/icon-home.vue.d.ts +59 -0
- package/es/icon/icon-home/index.d.ts +3 -3
- package/es/icon/icon-idcard/icon-idcard.vue.d.ts +59 -0
- package/es/icon/icon-idcard/index.d.ts +3 -3
- package/es/icon/icon-image/icon-image.vue.d.ts +59 -0
- package/es/icon/icon-image/index.d.ts +3 -3
- package/es/icon/icon-image-close/icon-image-close.vue.d.ts +59 -0
- package/es/icon/icon-image-close/index.d.ts +3 -3
- package/es/icon/icon-import/icon-import.vue.d.ts +59 -0
- package/es/icon/icon-import/index.d.ts +3 -3
- package/es/icon/icon-info/icon-info.vue.d.ts +59 -0
- package/es/icon/icon-info/index.d.ts +3 -3
- package/es/icon/icon-info-circle/icon-info-circle.vue.d.ts +59 -0
- package/es/icon/icon-info-circle/index.d.ts +3 -3
- package/es/icon/icon-info-circle-fill/icon-info-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-info-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-interaction/icon-interaction.vue.d.ts +59 -0
- package/es/icon/icon-interaction/index.d.ts +3 -3
- package/es/icon/icon-italic/icon-italic.vue.d.ts +59 -0
- package/es/icon/icon-italic/index.d.ts +3 -3
- package/es/icon/icon-language/icon-language.vue.d.ts +59 -0
- package/es/icon/icon-language/index.d.ts +3 -3
- package/es/icon/icon-lark-color/icon-lark-color.vue.d.ts +59 -0
- package/es/icon/icon-lark-color/index.d.ts +3 -3
- package/es/icon/icon-launch/icon-launch.vue.d.ts +59 -0
- package/es/icon/icon-launch/index.d.ts +3 -3
- package/es/icon/icon-layers/icon-layers.vue.d.ts +59 -0
- package/es/icon/icon-layers/index.d.ts +3 -3
- package/es/icon/icon-layout/icon-layout.vue.d.ts +59 -0
- package/es/icon/icon-layout/index.d.ts +3 -3
- package/es/icon/icon-left/icon-left.vue.d.ts +59 -0
- package/es/icon/icon-left/index.d.ts +3 -3
- package/es/icon/icon-left-circle/icon-left-circle.vue.d.ts +59 -0
- package/es/icon/icon-left-circle/index.d.ts +3 -3
- package/es/icon/icon-line-height/icon-line-height.vue.d.ts +59 -0
- package/es/icon/icon-line-height/index.d.ts +3 -3
- package/es/icon/icon-link/icon-link.vue.d.ts +59 -0
- package/es/icon/icon-link/index.d.ts +3 -3
- package/es/icon/icon-list/icon-list.vue.d.ts +59 -0
- package/es/icon/icon-list/index.d.ts +3 -3
- package/es/icon/icon-live-broadcast/icon-live-broadcast.vue.d.ts +59 -0
- package/es/icon/icon-live-broadcast/index.d.ts +3 -3
- package/es/icon/icon-loading/icon-loading.vue.d.ts +59 -0
- package/es/icon/icon-loading/index.d.ts +3 -3
- package/es/icon/icon-location/icon-location.vue.d.ts +59 -0
- package/es/icon/icon-location/index.d.ts +3 -3
- package/es/icon/icon-lock/icon-lock.vue.d.ts +59 -0
- package/es/icon/icon-lock/index.d.ts +3 -3
- package/es/icon/icon-loop/icon-loop.vue.d.ts +59 -0
- package/es/icon/icon-loop/index.d.ts +3 -3
- package/es/icon/icon-man/icon-man.vue.d.ts +59 -0
- package/es/icon/icon-man/index.d.ts +3 -3
- package/es/icon/icon-menu/icon-menu.vue.d.ts +59 -0
- package/es/icon/icon-menu/index.d.ts +3 -3
- package/es/icon/icon-menu-fold/icon-menu-fold.vue.d.ts +59 -0
- package/es/icon/icon-menu-fold/index.d.ts +3 -3
- package/es/icon/icon-menu-unfold/icon-menu-unfold.vue.d.ts +59 -0
- package/es/icon/icon-menu-unfold/index.d.ts +3 -3
- package/es/icon/icon-message/icon-message.vue.d.ts +59 -0
- package/es/icon/icon-message/index.d.ts +3 -3
- package/es/icon/icon-message-banned/icon-message-banned.vue.d.ts +59 -0
- package/es/icon/icon-message-banned/index.d.ts +3 -3
- package/es/icon/icon-mind-mapping/icon-mind-mapping.vue.d.ts +59 -0
- package/es/icon/icon-mind-mapping/index.d.ts +3 -3
- package/es/icon/icon-minus/icon-minus.vue.d.ts +59 -0
- package/es/icon/icon-minus/index.d.ts +3 -3
- package/es/icon/icon-minus-circle/icon-minus-circle.vue.d.ts +59 -0
- package/es/icon/icon-minus-circle/index.d.ts +3 -3
- package/es/icon/icon-minus-circle-fill/icon-minus-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-minus-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-mobile/icon-mobile.vue.d.ts +59 -0
- package/es/icon/icon-mobile/index.d.ts +3 -3
- package/es/icon/icon-moon/icon-moon.vue.d.ts +59 -0
- package/es/icon/icon-moon/index.d.ts +3 -3
- package/es/icon/icon-moon-fill/icon-moon-fill.vue.d.ts +59 -0
- package/es/icon/icon-moon-fill/index.d.ts +3 -3
- package/es/icon/icon-more/icon-more.vue.d.ts +59 -0
- package/es/icon/icon-more/index.d.ts +3 -3
- package/es/icon/icon-more-vertical/icon-more-vertical.vue.d.ts +59 -0
- package/es/icon/icon-more-vertical/index.d.ts +3 -3
- package/es/icon/icon-mosaic/icon-mosaic.vue.d.ts +59 -0
- package/es/icon/icon-mosaic/index.d.ts +3 -3
- package/es/icon/icon-music/icon-music.vue.d.ts +59 -0
- package/es/icon/icon-music/index.d.ts +3 -3
- package/es/icon/icon-mute/icon-mute.vue.d.ts +59 -0
- package/es/icon/icon-mute/index.d.ts +3 -3
- package/es/icon/icon-mute-fill/icon-mute-fill.vue.d.ts +59 -0
- package/es/icon/icon-mute-fill/index.d.ts +3 -3
- package/es/icon/icon-nav/icon-nav.vue.d.ts +59 -0
- package/es/icon/icon-nav/index.d.ts +3 -3
- package/es/icon/icon-notification/icon-notification.vue.d.ts +59 -0
- package/es/icon/icon-notification/index.d.ts +3 -3
- package/es/icon/icon-notification-close/icon-notification-close.vue.d.ts +59 -0
- package/es/icon/icon-notification-close/index.d.ts +3 -3
- package/es/icon/icon-oblique-line/icon-oblique-line.vue.d.ts +59 -0
- package/es/icon/icon-oblique-line/index.d.ts +3 -3
- package/es/icon/icon-ordered-list/icon-ordered-list.vue.d.ts +59 -0
- package/es/icon/icon-ordered-list/index.d.ts +3 -3
- package/es/icon/icon-original-size/icon-original-size.vue.d.ts +59 -0
- package/es/icon/icon-original-size/index.d.ts +3 -3
- package/es/icon/icon-palette/icon-palette.vue.d.ts +59 -0
- package/es/icon/icon-palette/index.d.ts +3 -3
- package/es/icon/icon-paste/icon-paste.vue.d.ts +59 -0
- package/es/icon/icon-paste/index.d.ts +3 -3
- package/es/icon/icon-pause/icon-pause.vue.d.ts +59 -0
- package/es/icon/icon-pause/index.d.ts +3 -3
- package/es/icon/icon-pause-circle/icon-pause-circle.vue.d.ts +59 -0
- package/es/icon/icon-pause-circle/index.d.ts +3 -3
- package/es/icon/icon-pause-circle-fill/icon-pause-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-pause-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-pen/icon-pen.vue.d.ts +59 -0
- package/es/icon/icon-pen/index.d.ts +3 -3
- package/es/icon/icon-pen-fill/icon-pen-fill.vue.d.ts +59 -0
- package/es/icon/icon-pen-fill/index.d.ts +3 -3
- package/es/icon/icon-phone/icon-phone.vue.d.ts +59 -0
- package/es/icon/icon-phone/index.d.ts +3 -3
- package/es/icon/icon-play-arrow/icon-play-arrow.vue.d.ts +59 -0
- package/es/icon/icon-play-arrow/index.d.ts +3 -3
- package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.vue.d.ts +59 -0
- package/es/icon/icon-play-arrow-fill/index.d.ts +3 -3
- package/es/icon/icon-play-circle/icon-play-circle.vue.d.ts +59 -0
- package/es/icon/icon-play-circle/index.d.ts +3 -3
- package/es/icon/icon-play-circle-fill/icon-play-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-play-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-plus/icon-plus.vue.d.ts +59 -0
- package/es/icon/icon-plus/index.d.ts +3 -3
- package/es/icon/icon-plus-circle/icon-plus-circle.vue.d.ts +59 -0
- package/es/icon/icon-plus-circle/index.d.ts +3 -3
- package/es/icon/icon-plus-circle-fill/icon-plus-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-plus-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-poweroff/icon-poweroff.vue.d.ts +59 -0
- package/es/icon/icon-poweroff/index.d.ts +3 -3
- package/es/icon/icon-printer/icon-printer.vue.d.ts +59 -0
- package/es/icon/icon-printer/index.d.ts +3 -3
- package/es/icon/icon-public/icon-public.vue.d.ts +59 -0
- package/es/icon/icon-public/index.d.ts +3 -3
- package/es/icon/icon-pushpin/icon-pushpin.vue.d.ts +59 -0
- package/es/icon/icon-pushpin/index.d.ts +3 -3
- package/es/icon/icon-qq/icon-qq.vue.d.ts +59 -0
- package/es/icon/icon-qq/index.d.ts +3 -3
- package/es/icon/icon-qq-circle-fill/icon-qq-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-qq-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-qq-zone/icon-qq-zone.vue.d.ts +59 -0
- package/es/icon/icon-qq-zone/index.d.ts +3 -3
- package/es/icon/icon-qrcode/icon-qrcode.vue.d.ts +59 -0
- package/es/icon/icon-qrcode/index.d.ts +3 -3
- package/es/icon/icon-question/icon-question.vue.d.ts +59 -0
- package/es/icon/icon-question/index.d.ts +3 -3
- package/es/icon/icon-question-circle/icon-question-circle.vue.d.ts +59 -0
- package/es/icon/icon-question-circle/index.d.ts +3 -3
- package/es/icon/icon-question-circle-fill/icon-question-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-question-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-quote/icon-quote.vue.d.ts +59 -0
- package/es/icon/icon-quote/index.d.ts +3 -3
- package/es/icon/icon-record/icon-record.vue.d.ts +59 -0
- package/es/icon/icon-record/index.d.ts +3 -3
- package/es/icon/icon-record-stop/icon-record-stop.vue.d.ts +59 -0
- package/es/icon/icon-record-stop/index.d.ts +3 -3
- package/es/icon/icon-redo/icon-redo.vue.d.ts +59 -0
- package/es/icon/icon-redo/index.d.ts +3 -3
- package/es/icon/icon-refresh/icon-refresh.vue.d.ts +59 -0
- package/es/icon/icon-refresh/index.d.ts +3 -3
- package/es/icon/icon-relation/icon-relation.vue.d.ts +59 -0
- package/es/icon/icon-relation/index.d.ts +3 -3
- package/es/icon/icon-reply/icon-reply.vue.d.ts +59 -0
- package/es/icon/icon-reply/index.d.ts +3 -3
- package/es/icon/icon-right/icon-right.vue.d.ts +59 -0
- package/es/icon/icon-right/index.d.ts +3 -3
- package/es/icon/icon-right-circle/icon-right-circle.vue.d.ts +59 -0
- package/es/icon/icon-right-circle/index.d.ts +3 -3
- package/es/icon/icon-robot/icon-robot.vue.d.ts +59 -0
- package/es/icon/icon-robot/index.d.ts +3 -3
- package/es/icon/icon-robot-add/icon-robot-add.vue.d.ts +59 -0
- package/es/icon/icon-robot-add/index.d.ts +3 -3
- package/es/icon/icon-rotate-left/icon-rotate-left.vue.d.ts +59 -0
- package/es/icon/icon-rotate-left/index.d.ts +3 -3
- package/es/icon/icon-rotate-right/icon-rotate-right.vue.d.ts +59 -0
- package/es/icon/icon-rotate-right/index.d.ts +3 -3
- package/es/icon/icon-safe/icon-safe.vue.d.ts +59 -0
- package/es/icon/icon-safe/index.d.ts +3 -3
- package/es/icon/icon-save/icon-save.vue.d.ts +59 -0
- package/es/icon/icon-save/index.d.ts +3 -3
- package/es/icon/icon-scan/icon-scan.vue.d.ts +59 -0
- package/es/icon/icon-scan/index.d.ts +3 -3
- package/es/icon/icon-schedule/icon-schedule.vue.d.ts +59 -0
- package/es/icon/icon-schedule/index.d.ts +3 -3
- package/es/icon/icon-scissor/icon-scissor.vue.d.ts +59 -0
- package/es/icon/icon-scissor/index.d.ts +3 -3
- package/es/icon/icon-search/icon-search.vue.d.ts +59 -0
- package/es/icon/icon-search/index.d.ts +3 -3
- package/es/icon/icon-select-all/icon-select-all.vue.d.ts +59 -0
- package/es/icon/icon-select-all/index.d.ts +3 -3
- package/es/icon/icon-send/icon-send.vue.d.ts +59 -0
- package/es/icon/icon-send/index.d.ts +3 -3
- package/es/icon/icon-settings/icon-settings.vue.d.ts +59 -0
- package/es/icon/icon-settings/index.d.ts +3 -3
- package/es/icon/icon-shake/icon-shake.vue.d.ts +59 -0
- package/es/icon/icon-shake/index.d.ts +3 -3
- package/es/icon/icon-share-alt/icon-share-alt.vue.d.ts +59 -0
- package/es/icon/icon-share-alt/index.d.ts +3 -3
- package/es/icon/icon-share-external/icon-share-external.vue.d.ts +59 -0
- package/es/icon/icon-share-external/index.d.ts +3 -3
- package/es/icon/icon-share-internal/icon-share-internal.vue.d.ts +59 -0
- package/es/icon/icon-share-internal/index.d.ts +3 -3
- package/es/icon/icon-shrink/icon-shrink.vue.d.ts +59 -0
- package/es/icon/icon-shrink/index.d.ts +3 -3
- package/es/icon/icon-skin/icon-skin.vue.d.ts +59 -0
- package/es/icon/icon-skin/index.d.ts +3 -3
- package/es/icon/icon-skip-next/icon-skip-next.vue.d.ts +59 -0
- package/es/icon/icon-skip-next/index.d.ts +3 -3
- package/es/icon/icon-skip-next-fill/icon-skip-next-fill.vue.d.ts +59 -0
- package/es/icon/icon-skip-next-fill/index.d.ts +3 -3
- package/es/icon/icon-skip-previous/icon-skip-previous.vue.d.ts +59 -0
- package/es/icon/icon-skip-previous/index.d.ts +3 -3
- package/es/icon/icon-skip-previous-fill/icon-skip-previous-fill.vue.d.ts +59 -0
- package/es/icon/icon-skip-previous-fill/index.d.ts +3 -3
- package/es/icon/icon-sort/icon-sort.vue.d.ts +59 -0
- package/es/icon/icon-sort/index.d.ts +3 -3
- package/es/icon/icon-sort-ascending/icon-sort-ascending.vue.d.ts +59 -0
- package/es/icon/icon-sort-ascending/index.d.ts +3 -3
- package/es/icon/icon-sort-descending/icon-sort-descending.vue.d.ts +59 -0
- package/es/icon/icon-sort-descending/index.d.ts +3 -3
- package/es/icon/icon-sound/icon-sound.vue.d.ts +59 -0
- package/es/icon/icon-sound/index.d.ts +3 -3
- package/es/icon/icon-sound-fill/icon-sound-fill.vue.d.ts +59 -0
- package/es/icon/icon-sound-fill/index.d.ts +3 -3
- package/es/icon/icon-stamp/icon-stamp.vue.d.ts +59 -0
- package/es/icon/icon-stamp/index.d.ts +3 -3
- package/es/icon/icon-star/icon-star.vue.d.ts +59 -0
- package/es/icon/icon-star/index.d.ts +3 -3
- package/es/icon/icon-star-fill/icon-star-fill.vue.d.ts +59 -0
- package/es/icon/icon-star-fill/index.d.ts +3 -3
- package/es/icon/icon-stop/icon-stop.vue.d.ts +59 -0
- package/es/icon/icon-stop/index.d.ts +3 -3
- package/es/icon/icon-storage/icon-storage.vue.d.ts +59 -0
- package/es/icon/icon-storage/index.d.ts +3 -3
- package/es/icon/icon-strikethrough/icon-strikethrough.vue.d.ts +59 -0
- package/es/icon/icon-strikethrough/index.d.ts +3 -3
- package/es/icon/icon-subscribe/icon-subscribe.vue.d.ts +59 -0
- package/es/icon/icon-subscribe/index.d.ts +3 -3
- package/es/icon/icon-subscribe-add/icon-subscribe-add.vue.d.ts +59 -0
- package/es/icon/icon-subscribe-add/index.d.ts +3 -3
- package/es/icon/icon-subscribed/icon-subscribed.vue.d.ts +59 -0
- package/es/icon/icon-subscribed/index.d.ts +3 -3
- package/es/icon/icon-sun/icon-sun.vue.d.ts +59 -0
- package/es/icon/icon-sun/index.d.ts +3 -3
- package/es/icon/icon-sun-fill/icon-sun-fill.vue.d.ts +59 -0
- package/es/icon/icon-sun-fill/index.d.ts +3 -3
- package/es/icon/icon-swap/icon-swap.vue.d.ts +59 -0
- package/es/icon/icon-swap/index.d.ts +3 -3
- package/es/icon/icon-sync/icon-sync.vue.d.ts +59 -0
- package/es/icon/icon-sync/index.d.ts +3 -3
- package/es/icon/icon-tag/icon-tag.vue.d.ts +59 -0
- package/es/icon/icon-tag/index.d.ts +3 -3
- package/es/icon/icon-tags/icon-tags.vue.d.ts +59 -0
- package/es/icon/icon-tags/index.d.ts +3 -3
- package/es/icon/icon-thumb-down/icon-thumb-down.vue.d.ts +59 -0
- package/es/icon/icon-thumb-down/index.d.ts +3 -3
- package/es/icon/icon-thumb-down-fill/icon-thumb-down-fill.vue.d.ts +59 -0
- package/es/icon/icon-thumb-down-fill/index.d.ts +3 -3
- package/es/icon/icon-thumb-up/icon-thumb-up.vue.d.ts +59 -0
- package/es/icon/icon-thumb-up/index.d.ts +3 -3
- package/es/icon/icon-thumb-up-fill/icon-thumb-up-fill.vue.d.ts +59 -0
- package/es/icon/icon-thumb-up-fill/index.d.ts +3 -3
- package/es/icon/icon-thunderbolt/icon-thunderbolt.vue.d.ts +59 -0
- package/es/icon/icon-thunderbolt/index.d.ts +3 -3
- package/es/icon/icon-tiktok-color/icon-tiktok-color.vue.d.ts +59 -0
- package/es/icon/icon-tiktok-color/index.d.ts +3 -3
- package/es/icon/icon-to-bottom/icon-to-bottom.vue.d.ts +59 -0
- package/es/icon/icon-to-bottom/index.d.ts +3 -3
- package/es/icon/icon-to-left/icon-to-left.vue.d.ts +59 -0
- package/es/icon/icon-to-left/index.d.ts +3 -3
- package/es/icon/icon-to-right/icon-to-right.vue.d.ts +59 -0
- package/es/icon/icon-to-right/index.d.ts +3 -3
- package/es/icon/icon-to-top/icon-to-top.vue.d.ts +59 -0
- package/es/icon/icon-to-top/index.d.ts +3 -3
- package/es/icon/icon-tool/icon-tool.vue.d.ts +59 -0
- package/es/icon/icon-tool/index.d.ts +3 -3
- package/es/icon/icon-translate/icon-translate.vue.d.ts +59 -0
- package/es/icon/icon-translate/index.d.ts +3 -3
- package/es/icon/icon-trophy/icon-trophy.vue.d.ts +59 -0
- package/es/icon/icon-trophy/index.d.ts +3 -3
- package/es/icon/icon-twitter/icon-twitter.vue.d.ts +59 -0
- package/es/icon/icon-twitter/index.d.ts +3 -3
- package/es/icon/icon-twitter-circle-fill/icon-twitter-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-twitter-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-underline/icon-underline.vue.d.ts +59 -0
- package/es/icon/icon-underline/index.d.ts +3 -3
- package/es/icon/icon-undo/icon-undo.vue.d.ts +59 -0
- package/es/icon/icon-undo/index.d.ts +3 -3
- package/es/icon/icon-unlock/icon-unlock.vue.d.ts +59 -0
- package/es/icon/icon-unlock/index.d.ts +3 -3
- package/es/icon/icon-unordered-list/icon-unordered-list.vue.d.ts +59 -0
- package/es/icon/icon-unordered-list/index.d.ts +3 -3
- package/es/icon/icon-up/icon-up.vue.d.ts +59 -0
- package/es/icon/icon-up/index.d.ts +3 -3
- package/es/icon/icon-up-circle/icon-up-circle.vue.d.ts +59 -0
- package/es/icon/icon-up-circle/index.d.ts +3 -3
- package/es/icon/icon-upload/icon-upload.vue.d.ts +59 -0
- package/es/icon/icon-upload/index.d.ts +3 -3
- package/es/icon/icon-user/icon-user.vue.d.ts +59 -0
- package/es/icon/icon-user/index.d.ts +3 -3
- package/es/icon/icon-user-add/icon-user-add.vue.d.ts +59 -0
- package/es/icon/icon-user-add/index.d.ts +3 -3
- package/es/icon/icon-user-group/icon-user-group.vue.d.ts +59 -0
- package/es/icon/icon-user-group/index.d.ts +3 -3
- package/es/icon/icon-video-camera/icon-video-camera.vue.d.ts +59 -0
- package/es/icon/icon-video-camera/index.d.ts +3 -3
- package/es/icon/icon-voice/icon-voice.vue.d.ts +59 -0
- package/es/icon/icon-voice/index.d.ts +3 -3
- package/es/icon/icon-wechat/icon-wechat.vue.d.ts +59 -0
- package/es/icon/icon-wechat/index.d.ts +3 -3
- package/es/icon/icon-wechatpay/icon-wechatpay.vue.d.ts +59 -0
- package/es/icon/icon-wechatpay/index.d.ts +3 -3
- package/es/icon/icon-weibo/icon-weibo.vue.d.ts +59 -0
- package/es/icon/icon-weibo/index.d.ts +3 -3
- package/es/icon/icon-weibo-circle-fill/icon-weibo-circle-fill.vue.d.ts +59 -0
- package/es/icon/icon-weibo-circle-fill/index.d.ts +3 -3
- package/es/icon/icon-wifi/icon-wifi.vue.d.ts +59 -0
- package/es/icon/icon-wifi/index.d.ts +3 -3
- package/es/icon/icon-woman/icon-woman.vue.d.ts +59 -0
- package/es/icon/icon-woman/index.d.ts +3 -3
- package/es/icon/icon-xigua-color/icon-xigua-color.vue.d.ts +59 -0
- package/es/icon/icon-xigua-color/index.d.ts +3 -3
- package/es/icon/icon-zoom-in/icon-zoom-in.vue.d.ts +59 -0
- package/es/icon/icon-zoom-in/index.d.ts +3 -3
- package/es/icon/icon-zoom-out/icon-zoom-out.vue.d.ts +59 -0
- package/es/icon/icon-zoom-out/index.d.ts +3 -3
- package/es/icon-component/icon.vue.d.ts +21 -0
- package/es/icon-component/index.d.ts +1 -1
- package/es/image/image-footer.vue.d.ts +19 -0
- package/es/image/image.vue.d.ts +2444 -0
- package/es/image/index.d.ts +17 -0
- package/es/image/preview-action.d.ts +63 -63
- package/es/image/preview-arrow.vue.d.ts +256 -0
- package/es/image/preview-group.vue.d.ts +2153 -0
- package/es/image/preview-toolbar.vue.d.ts +1382 -0
- package/es/image/preview.vue.d.ts +2043 -0
- package/es/index.js +2 -2
- package/es/input/index.d.ts +263 -29
- package/es/input/input-group.vue.d.ts +5 -0
- package/es/input/input-password.vue.d.ts +449 -0
- package/es/input/input-search.d.ts +1 -1
- package/es/input/input.d.ts +6 -6
- package/es/input/input.js +6 -6
- package/es/input-number/index.d.ts +18 -18
- package/es/input-number/input-number.d.ts +6 -6
- package/es/input-number/input-number.js +7 -7
- package/es/input-tag/index.d.ts +36 -36
- package/es/input-tag/input-tag.d.ts +12 -12
- package/es/input-tag/input-tag.js +7 -7
- package/es/layout/content.vue.d.ts +5 -0
- package/es/layout/footer.vue.d.ts +5 -0
- package/es/layout/header.vue.d.ts +5 -0
- package/es/layout/index.d.ts +743 -41
- package/es/layout/layout.vue.d.ts +17 -0
- package/es/layout/sider.vue.d.ts +1046 -0
- package/es/link/index.d.ts +476 -8
- package/es/link/link.vue.d.ts +285 -0
- package/es/list/index.d.ts +10 -10
- package/es/list/list-item-meta.vue.d.ts +12 -0
- package/es/list/list.d.ts +3 -3
- package/es/mention/index.d.ts +9 -9
- package/es/mention/mention.d.ts +3 -3
- package/es/mention/mention.js +6 -6
- package/es/menu/base-menu.vue.d.ts +444 -0
- package/es/menu/indent.vue.d.ts +18 -0
- package/es/menu/index.d.ts +18 -0
- package/es/menu/index.js +3 -3
- package/es/menu/item-group.vue.d.ts +32 -0
- package/es/menu/item.d.ts +1 -1
- package/es/menu/menu.d.ts +244 -10
- package/es/menu/overflow-wrap.js +2 -2
- package/es/menu/sub-menu-inline.vue.d.ts +52 -0
- package/es/menu/sub-menu-pop.vue.d.ts +1096 -0
- package/es/menu/sub-menu.d.ts +3 -0
- package/es/menu/sub-menu.js +2 -2
- package/es/message/message-list.d.ts +1 -1
- package/es/message/message.vue.d.ts +808 -0
- package/es/modal/index.d.ts +2043 -405
- package/es/modal/modal.vue.d.ts +1369 -0
- package/es/modal/modal.vue_vue_type_script_lang.js +6 -6
- package/es/notification/notification.vue.d.ts +679 -0
- package/es/overflow-list/index.d.ts +3 -3
- package/es/overflow-list/overflow-list.d.ts +1 -1
- package/es/page-header/index.d.ts +237 -3
- package/es/page-header/page-header.vue.d.ts +176 -0
- package/es/pagination/index.d.ts +6 -6
- package/es/pagination/page-item-ellipsis.vue.d.ts +156 -0
- package/es/pagination/page-item-step.vue.d.ts +294 -0
- package/es/pagination/page-item.vue.d.ts +49 -0
- package/es/pagination/page-jumper.vue.d.ts +342 -0
- package/es/pagination/page-options.vue.d.ts +2333 -0
- package/es/pagination/pagination.d.ts +2 -2
- package/es/pagination/pagination.js +2 -2
- package/es/popconfirm/index.d.ts +1565 -161
- package/es/popconfirm/popconfirm.vue.d.ts +1608 -0
- package/es/popconfirm/popconfirm.vue_vue_type_script_lang.js +3 -3
- package/es/popover/index.d.ts +67 -67
- package/es/popover/popover.vue.d.ts +654 -0
- package/es/popover/popover.vue_vue_type_script_lang.js +1 -1
- package/es/progress/circle.vue.d.ts +330 -0
- package/es/progress/index.d.ts +970 -34
- package/es/progress/line.vue.d.ts +220 -0
- package/es/progress/progress.vue.d.ts +827 -0
- package/es/progress/steps.vue.d.ts +189 -0
- package/es/radio/index.d.ts +5 -5
- package/es/radio/radio-group.d.ts +2 -2
- package/es/radio/radio-group.js +1 -1
- package/es/radio/radio.d.ts +1 -1
- package/es/radio/radio.js +1 -1
- package/es/rate/index.d.ts +9 -9
- package/es/rate/rate.d.ts +3 -3
- package/es/rate/rate.js +3 -3
- package/es/resize-box/index.d.ts +500 -32
- package/es/resize-box/resize-box.vue.d.ts +345 -0
- package/es/resize-box/resize-box.vue_vue_type_script_lang.js +3 -3
- package/es/result/index.d.ts +951 -15
- package/es/result/result.vue.d.ts +502 -0
- package/es/scrollbar/index.d.ts +9 -9
- package/es/scrollbar/scrollbar.vue.d.ts +144 -0
- package/es/scrollbar/thumb.vue.d.ts +58 -0
- package/es/sd-vue.d.ts +13 -0
- package/es/sd-vue.js +2 -2
- package/es/select/index.d.ts +147 -147
- package/es/select/optgroup.vue.d.ts +13 -0
- package/es/select/option.vue.d.ts +299 -0
- package/es/select/select-dropdown.vue.d.ts +493 -0
- package/es/select/select.d.ts +68 -68
- package/es/select/select.js +15 -15
- package/es/skeleton/index.d.ts +4 -4
- package/es/skeleton/line.vue.d.ts +46 -0
- package/es/skeleton/shape.vue.d.ts +28 -0
- package/es/skeleton/skeleton.vue.d.ts +29 -0
- package/es/slider/index.d.ts +171 -171
- package/es/slider/slider-button.vue.d.ts +1393 -0
- package/es/slider/slider-dots.vue.d.ts +52 -0
- package/es/slider/slider-input.vue.d.ts +330 -0
- package/es/slider/slider-marks.vue.d.ts +50 -0
- package/es/slider/slider-ticks.vue.d.ts +56 -0
- package/es/slider/slider.vue.d.ts +2013 -0
- package/es/slider/slider.vue_vue_type_script_lang.js +1 -1
- package/es/space/index.d.ts +3 -3
- package/es/space/space.d.ts +1 -1
- package/es/split/index.d.ts +473 -5
- package/es/split/split.vue.d.ts +320 -0
- package/es/split/split.vue_vue_type_script_lang.js +3 -3
- package/es/statistic/countdown.vue.d.ts +58 -0
- package/es/statistic/countdown.vue_vue_type_script_lang.js +5 -5
- package/es/statistic/index.d.ts +6 -6
- package/es/statistic/statistic.vue.d.ts +108 -0
- package/es/statistic/statistic.vue_vue_type_script_lang.js +2 -2
- package/es/steps/index.d.ts +241 -7
- package/es/steps/step.vue.d.ts +276 -0
- package/es/steps/steps.vue.d.ts +100 -0
- package/es/steps/steps.vue_vue_type_script_lang.js +1 -1
- package/es/style/color/get-rgb-str.d.ts +1 -0
- package/es/style/color/palette-dark.d.ts +1 -0
- package/es/style/color/palette.d.ts +1 -0
- package/es/switch/index.d.ts +246 -12
- package/es/switch/switch.vue.d.ts +253 -0
- package/es/switch/switch.vue_vue_type_script_lang.js +3 -3
- package/es/table/hooks/use-expand.d.ts +2 -2
- package/es/table/hooks/use-row-selection.d.ts +3 -3
- package/es/table/index.d.ts +38 -38
- package/es/table/table-col-group.vue.d.ts +39 -0
- package/es/table/table-column.d.ts +2 -2
- package/es/table/table-operation-td.d.ts +249 -15
- package/es/table/table-td.d.ts +3 -3
- package/es/table/table-th.d.ts +2 -2
- package/es/table/table-tr.d.ts +1 -1
- package/es/table/table.d.ts +12 -12
- package/es/table/table.js +20 -20
- package/es/tabs/index.d.ts +23 -23
- package/es/tabs/tab-pane.vue.d.ts +40 -0
- package/es/tabs/tabs-nav-ink.vue.d.ts +33 -0
- package/es/tabs/tabs-tab.vue.d.ts +189 -0
- package/es/tabs/tabs.d.ts +7 -7
- package/es/tabs/tabs.js +4 -4
- package/es/tag/index.d.ts +482 -14
- package/es/tag/tag.vue.d.ts +388 -0
- package/es/tag/tag.vue_vue_type_script_lang.js +2 -2
- package/es/textarea/index.d.ts +252 -18
- package/es/textarea/textarea.vue.d.ts +307 -0
- package/es/textarea/textarea.vue_vue_type_script_lang.js +5 -5
- package/es/time-picker/index.d.ts +3836 -326
- package/es/time-picker/panel.vue.d.ts +730 -0
- package/es/time-picker/range-panel.d.ts +246 -12
- package/es/time-picker/time-column.vue.d.ts +44 -0
- package/es/time-picker/time-picker.vue.d.ts +3865 -0
- package/es/time-picker/time-picker.vue_vue_type_script_lang.js +3 -3
- package/es/timeline/index.d.ts +4 -4
- package/es/timeline/item.vue.d.ts +64 -0
- package/es/timeline/timeline.d.ts +1 -1
- package/es/tooltip/index.d.ts +64 -64
- package/es/tooltip/tooltip.vue.d.ts +669 -0
- package/es/tooltip/tooltip.vue_vue_type_script_lang.js +1 -1
- package/es/transfer/index.d.ts +1263 -93
- package/es/transfer/transfer-list-item.d.ts +1 -1
- package/es/transfer/transfer-view.vue.d.ts +1150 -0
- package/es/transfer/transfer.vue.d.ts +1967 -0
- package/es/transfer/transfer.vue_vue_type_script_lang.js +3 -3
- package/es/tree/base-node.vue.d.ts +718 -0
- package/es/tree/expand-transition.vue.d.ts +15 -0
- package/es/tree/hooks/use-tree-data.d.ts +4 -4
- package/es/tree/index.d.ts +167 -167
- package/es/tree/node-switcher.vue.d.ts +192 -0
- package/es/tree/transition-node-list.vue.d.ts +750 -0
- package/es/tree/tree.vue.d.ts +711 -0
- package/es/tree/tree.vue_vue_type_script_lang.js +8 -8
- package/es/tree-select/index.d.ts +458 -458
- package/es/tree-select/panel.d.ts +297 -297
- package/es/tree-select/tree-select.vue.d.ts +2796 -0
- package/es/tree-select/tree-select.vue_vue_type_script_lang.js +4 -4
- package/es/trigger/index.d.ts +36 -36
- package/es/trigger/trigger.d.ts +13 -13
- package/es/trigger/trigger.js +4 -4
- package/es/typography/base.d.ts +4 -4
- package/es/typography/base.js +8 -8
- package/es/typography/edit-content.vue.d.ts +2344 -0
- package/es/typography/index.d.ts +3 -3
- package/es/typography/operations.vue.d.ts +1717 -0
- package/es/typography/paragraph.d.ts +1 -1
- package/es/typography/title.d.ts +1 -1
- package/es/typography/typography.vue.d.ts +5 -0
- package/es/upload/index.d.ts +18 -18
- package/es/upload/upload-button.d.ts +1 -1
- package/es/upload/upload.d.ts +6 -6
- package/es/upload/upload.js +6 -6
- package/es/verification-code/index.d.ts +9 -9
- package/es/verification-code/verification-code.d.ts +3 -3
- package/es/verification-code/verification-code.js +3 -3
- package/es/watermark/index.d.ts +6 -6
- package/es/watermark/watermark.d.ts +2 -2
- package/json/vetur-attributes.json +1623 -1623
- package/json/vetur-tags.json +563 -563
- package/json/web-types.json +4775 -4775
- package/lib/auto-complete/auto-complete.js +8 -8
- package/lib/calendar/calendar.js +2 -2
- package/lib/carousel/carousel.js +1 -1
- package/lib/cascader/cascader-panel.vue_vue_type_script_lang.js +1 -1
- package/lib/cascader/cascader.vue_vue_type_script_lang.js +7 -7
- package/lib/checkbox/checkbox-group.js +1 -1
- package/lib/checkbox/checkbox.js +1 -1
- package/lib/collapse/collapse.vue_vue_type_script_lang.js +1 -1
- package/lib/color-picker/color-picker.js +1 -1
- package/lib/date-picker/picker.vue_vue_type_script_lang.js +4 -4
- package/lib/date-picker/range-picker.vue_vue_type_script_lang.js +4 -4
- package/lib/drawer/drawer.vue_vue_type_script_lang.js +6 -6
- package/lib/dropdown/dropdown-button.vue_vue_type_script_lang.js +3 -3
- package/lib/dropdown/dropdown-submenu.vue_vue_type_script_lang.js +1 -1
- package/lib/dropdown/dropdown.vue_vue_type_script_lang.js +2 -2
- package/lib/grid/grid.vue_vue_type_script_lang.js +1 -1
- package/lib/input/input.js +6 -6
- package/lib/input-number/input-number.js +7 -7
- package/lib/input-tag/input-tag.js +7 -7
- package/lib/mention/mention.js +6 -6
- package/lib/menu/sub-menu.js +2 -2
- package/lib/modal/modal.vue_vue_type_script_lang.js +6 -6
- package/lib/pagination/pagination.js +2 -2
- package/lib/popconfirm/popconfirm.vue_vue_type_script_lang.js +3 -3
- package/lib/popover/popover.vue_vue_type_script_lang.js +1 -1
- package/lib/radio/radio-group.js +1 -1
- package/lib/radio/radio.js +1 -1
- package/lib/rate/rate.js +3 -3
- package/lib/resize-box/resize-box.vue_vue_type_script_lang.js +3 -3
- package/lib/select/select.js +15 -15
- package/lib/slider/slider.vue_vue_type_script_lang.js +1 -1
- package/lib/split/split.vue_vue_type_script_lang.js +3 -3
- package/lib/steps/steps.vue_vue_type_script_lang.js +1 -1
- package/lib/switch/switch.vue_vue_type_script_lang.js +3 -3
- package/lib/table/table.js +20 -20
- package/lib/tabs/tabs.js +4 -4
- package/lib/tag/tag.vue_vue_type_script_lang.js +2 -2
- package/lib/textarea/textarea.vue_vue_type_script_lang.js +5 -5
- package/lib/time-picker/time-picker.vue_vue_type_script_lang.js +3 -3
- package/lib/tooltip/tooltip.vue_vue_type_script_lang.js +1 -1
- package/lib/transfer/transfer.vue_vue_type_script_lang.js +3 -3
- package/lib/tree/tree.vue_vue_type_script_lang.js +8 -8
- package/lib/tree-select/tree-select.vue_vue_type_script_lang.js +4 -4
- package/lib/trigger/trigger.js +4 -4
- package/lib/typography/base.js +8 -8
- package/lib/upload/upload.js +6 -6
- package/lib/verification-code/verification-code.js +3 -3
- package/package.json +28 -23
- package/dist/sd-vue-icon.js +0 -26855
- package/dist/sd-vue-icon.js.map +0 -1
- package/dist/sd-vue-icon.min.js +0 -21375
- package/dist/sd-vue-icon.min.js.map +0 -1
- package/dist/sd-vue.js +0 -44209
- package/dist/sd-vue.js.map +0 -1
- package/dist/sd-vue.min.js +0 -33820
- package/dist/sd-vue.min.js.map +0 -1
- package/es/_components/feedback-icon.d.ts +0 -17
- package/es/_components/icon-hover.d.ts +0 -33
- package/es/_components/picker/input-range.d.ts +0 -167
- package/es/_components/picker/input.d.ts +0 -143
- package/es/_components/resize-trigger.d.ts +0 -39
- package/es/_components/transition/expand-transition.d.ts +0 -9
- package/es/_components/virtual-list/filler.d.ts +0 -34
- package/es/_components/virtual-list/virtual-list.d.ts +0 -132
- package/es/_components/virtual-list-v2/virtual-list.d.ts +0 -150
- package/es/affix/affix.d.ts +0 -57
- package/es/alert/alert.d.ts +0 -104
- package/es/anchor/anchor-link.d.ts +0 -16
- package/es/anchor/anchor.d.ts +0 -65
- package/es/avatar/avatar.d.ts +0 -89
- package/es/back-top/back-top.d.ts +0 -45
- package/es/button/button-group.d.ts +0 -41
- package/es/button/button.d.ts +0 -90
- package/es/card/card-grid.d.ts +0 -18
- package/es/carousel/carousel-arrow.d.ts +0 -38
- package/es/carousel/carousel-indicator.d.ts +0 -68
- package/es/carousel/carousel-item.d.ts +0 -13
- package/es/cascader/cascader-panel.d.ts +0 -248
- package/es/cascader/cascader.d.ts +0 -1170
- package/es/collapse/collapse.d.ts +0 -82
- package/es/comment/comment.d.ts +0 -47
- package/es/config-provider/config-provider.d.ts +0 -74
- package/es/date-picker/panels/body.d.ts +0 -89
- package/es/date-picker/panels/date/index.d.ts +0 -866
- package/es/date-picker/panels/footer.d.ts +0 -355
- package/es/date-picker/panels/header.d.ts +0 -105
- package/es/date-picker/panels/month/index.d.ts +0 -272
- package/es/date-picker/panels/quarter/index.d.ts +0 -260
- package/es/date-picker/panels/shortcuts.d.ts +0 -246
- package/es/date-picker/panels/week/index.d.ts +0 -883
- package/es/date-picker/panels/week-list.d.ts +0 -23
- package/es/date-picker/panels/year/index.d.ts +0 -258
- package/es/date-picker/picker-panel.d.ts +0 -3332
- package/es/date-picker/picker.d.ts +0 -4390
- package/es/date-picker/range-picker-panel.d.ts +0 -3365
- package/es/date-picker/range-picker.d.ts +0 -4555
- package/es/descriptions/descriptions-item.d.ts +0 -18
- package/es/drawer/drawer.d.ts +0 -470
- package/es/dropdown/dropdown-button.d.ts +0 -1389
- package/es/dropdown/dropdown-group.d.ts +0 -8
- package/es/dropdown/dropdown-option.d.ts +0 -37
- package/es/dropdown/dropdown-panel.d.ts +0 -408
- package/es/dropdown/dropdown-submenu.d.ts +0 -1077
- package/es/dropdown/dropdown.d.ts +0 -1047
- package/es/form/form-item-label.d.ts +0 -1382
- package/es/form/form-item-message.d.ts +0 -19
- package/es/form/form-item.d.ts +0 -1747
- package/es/form/form.d.ts +0 -157
- package/es/grid/grid-col.d.ts +0 -106
- package/es/grid/grid-item.d.ts +0 -49
- package/es/grid/grid-row.d.ts +0 -60
- package/es/grid/grid.d.ts +0 -58
- package/es/icon/icon-align-center/icon-align-center.d.ts +0 -58
- package/es/icon/icon-align-left/icon-align-left.d.ts +0 -58
- package/es/icon/icon-align-right/icon-align-right.d.ts +0 -58
- package/es/icon/icon-alipay-circle/icon-alipay-circle.d.ts +0 -58
- package/es/icon/icon-apps/icon-apps.d.ts +0 -58
- package/es/icon/icon-archive/icon-archive.d.ts +0 -58
- package/es/icon/icon-arrow-down/icon-arrow-down.d.ts +0 -58
- package/es/icon/icon-arrow-fall/icon-arrow-fall.d.ts +0 -58
- package/es/icon/icon-arrow-left/icon-arrow-left.d.ts +0 -58
- package/es/icon/icon-arrow-right/icon-arrow-right.d.ts +0 -58
- package/es/icon/icon-arrow-rise/icon-arrow-rise.d.ts +0 -58
- package/es/icon/icon-arrow-up/icon-arrow-up.d.ts +0 -58
- package/es/icon/icon-at/icon-at.d.ts +0 -58
- package/es/icon/icon-attachment/icon-attachment.d.ts +0 -58
- package/es/icon/icon-backward/icon-backward.d.ts +0 -58
- package/es/icon/icon-bar-chart/icon-bar-chart.d.ts +0 -58
- package/es/icon/icon-bg-colors/icon-bg-colors.d.ts +0 -58
- package/es/icon/icon-bold/icon-bold.d.ts +0 -58
- package/es/icon/icon-book/icon-book.d.ts +0 -58
- package/es/icon/icon-bookmark/icon-bookmark.d.ts +0 -58
- package/es/icon/icon-branch/icon-branch.d.ts +0 -58
- package/es/icon/icon-brush/icon-brush.d.ts +0 -58
- package/es/icon/icon-bug/icon-bug.d.ts +0 -58
- package/es/icon/icon-bulb/icon-bulb.d.ts +0 -58
- package/es/icon/icon-bytedance-color/icon-bytedance-color.d.ts +0 -58
- package/es/icon/icon-calendar/icon-calendar.d.ts +0 -58
- package/es/icon/icon-calendar-clock/icon-calendar-clock.d.ts +0 -58
- package/es/icon/icon-camera/icon-camera.d.ts +0 -58
- package/es/icon/icon-caret-down/icon-caret-down.d.ts +0 -58
- package/es/icon/icon-caret-left/icon-caret-left.d.ts +0 -58
- package/es/icon/icon-caret-right/icon-caret-right.d.ts +0 -58
- package/es/icon/icon-caret-up/icon-caret-up.d.ts +0 -58
- package/es/icon/icon-check/icon-check.d.ts +0 -58
- package/es/icon/icon-check-circle/icon-check-circle.d.ts +0 -58
- package/es/icon/icon-check-circle-fill/icon-check-circle-fill.d.ts +0 -58
- package/es/icon/icon-check-square/icon-check-square.d.ts +0 -58
- package/es/icon/icon-chinese-fill/icon-chinese-fill.d.ts +0 -58
- package/es/icon/icon-clock-circle/icon-clock-circle.d.ts +0 -58
- package/es/icon/icon-close/icon-close.d.ts +0 -58
- package/es/icon/icon-close-circle/icon-close-circle.d.ts +0 -58
- package/es/icon/icon-close-circle-fill/icon-close-circle-fill.d.ts +0 -58
- package/es/icon/icon-cloud/icon-cloud.d.ts +0 -58
- package/es/icon/icon-cloud-download/icon-cloud-download.d.ts +0 -58
- package/es/icon/icon-code/icon-code.d.ts +0 -58
- package/es/icon/icon-code-block/icon-code-block.d.ts +0 -58
- package/es/icon/icon-code-sandbox/icon-code-sandbox.d.ts +0 -58
- package/es/icon/icon-code-square/icon-code-square.d.ts +0 -58
- package/es/icon/icon-codepen/icon-codepen.d.ts +0 -58
- package/es/icon/icon-command/icon-command.d.ts +0 -58
- package/es/icon/icon-common/icon-common.d.ts +0 -58
- package/es/icon/icon-compass/icon-compass.d.ts +0 -58
- package/es/icon/icon-computer/icon-computer.d.ts +0 -58
- package/es/icon/icon-copy/icon-copy.d.ts +0 -58
- package/es/icon/icon-copyright/icon-copyright.d.ts +0 -58
- package/es/icon/icon-customer-service/icon-customer-service.d.ts +0 -58
- package/es/icon/icon-dashboard/icon-dashboard.d.ts +0 -58
- package/es/icon/icon-delete/icon-delete.d.ts +0 -58
- package/es/icon/icon-desktop/icon-desktop.d.ts +0 -58
- package/es/icon/icon-dice/icon-dice.d.ts +0 -58
- package/es/icon/icon-double-down/icon-double-down.d.ts +0 -58
- package/es/icon/icon-double-left/icon-double-left.d.ts +0 -58
- package/es/icon/icon-double-right/icon-double-right.d.ts +0 -58
- package/es/icon/icon-double-up/icon-double-up.d.ts +0 -58
- package/es/icon/icon-down/icon-down.d.ts +0 -58
- package/es/icon/icon-down-circle/icon-down-circle.d.ts +0 -58
- package/es/icon/icon-download/icon-download.d.ts +0 -58
- package/es/icon/icon-drag-arrow/icon-drag-arrow.d.ts +0 -58
- package/es/icon/icon-drag-dot/icon-drag-dot.d.ts +0 -58
- package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.d.ts +0 -58
- package/es/icon/icon-drive-file/icon-drive-file.d.ts +0 -58
- package/es/icon/icon-ear/icon-ear.d.ts +0 -58
- package/es/icon/icon-edit/icon-edit.d.ts +0 -58
- package/es/icon/icon-email/icon-email.d.ts +0 -58
- package/es/icon/icon-empty/icon-empty.d.ts +0 -58
- package/es/icon/icon-english-fill/icon-english-fill.d.ts +0 -58
- package/es/icon/icon-eraser/icon-eraser.d.ts +0 -58
- package/es/icon/icon-exclamation/icon-exclamation.d.ts +0 -58
- package/es/icon/icon-exclamation-circle/icon-exclamation-circle.d.ts +0 -58
- package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.d.ts +0 -58
- package/es/icon/icon-exclamation-polygon-fill/icon-exclamation-polygon-fill.d.ts +0 -58
- package/es/icon/icon-expand/icon-expand.d.ts +0 -58
- package/es/icon/icon-experiment/icon-experiment.d.ts +0 -58
- package/es/icon/icon-export/icon-export.d.ts +0 -58
- package/es/icon/icon-eye/icon-eye.d.ts +0 -58
- package/es/icon/icon-eye-invisible/icon-eye-invisible.d.ts +0 -58
- package/es/icon/icon-face-frown-fill/icon-face-frown-fill.d.ts +0 -58
- package/es/icon/icon-face-meh-fill/icon-face-meh-fill.d.ts +0 -58
- package/es/icon/icon-face-smile-fill/icon-face-smile-fill.d.ts +0 -58
- package/es/icon/icon-faceBook-circle-fill/icon-faceBook-circle-fill.d.ts +0 -58
- package/es/icon/icon-facebook/icon-facebook.d.ts +0 -58
- package/es/icon/icon-facebook-square-fill/icon-facebook-square-fill.d.ts +0 -58
- package/es/icon/icon-file/icon-file.d.ts +0 -58
- package/es/icon/icon-file-audio/icon-file-audio.d.ts +0 -58
- package/es/icon/icon-file-image/icon-file-image.d.ts +0 -58
- package/es/icon/icon-file-pdf/icon-file-pdf.d.ts +0 -58
- package/es/icon/icon-file-video/icon-file-video.d.ts +0 -58
- package/es/icon/icon-filter/icon-filter.d.ts +0 -58
- package/es/icon/icon-find-replace/icon-find-replace.d.ts +0 -58
- package/es/icon/icon-fire/icon-fire.d.ts +0 -58
- package/es/icon/icon-folder/icon-folder.d.ts +0 -58
- package/es/icon/icon-folder-add/icon-folder-add.d.ts +0 -58
- package/es/icon/icon-folder-delete/icon-folder-delete.d.ts +0 -58
- package/es/icon/icon-font-colors/icon-font-colors.d.ts +0 -58
- package/es/icon/icon-formula/icon-formula.d.ts +0 -58
- package/es/icon/icon-forward/icon-forward.d.ts +0 -58
- package/es/icon/icon-fullscreen/icon-fullscreen.d.ts +0 -58
- package/es/icon/icon-fullscreen-exit/icon-fullscreen-exit.d.ts +0 -58
- package/es/icon/icon-gift/icon-gift.d.ts +0 -58
- package/es/icon/icon-github/icon-github.d.ts +0 -58
- package/es/icon/icon-gitlab/icon-gitlab.d.ts +0 -58
- package/es/icon/icon-google/icon-google.d.ts +0 -58
- package/es/icon/icon-google-circle-fill/icon-google-circle-fill.d.ts +0 -58
- package/es/icon/icon-h1/icon-h1.d.ts +0 -58
- package/es/icon/icon-h2/icon-h2.d.ts +0 -58
- package/es/icon/icon-h3/icon-h3.d.ts +0 -58
- package/es/icon/icon-h4/icon-h4.d.ts +0 -58
- package/es/icon/icon-h5/icon-h5.d.ts +0 -58
- package/es/icon/icon-h6/icon-h6.d.ts +0 -58
- package/es/icon/icon-h7/icon-h7.d.ts +0 -58
- package/es/icon/icon-heart/icon-heart.d.ts +0 -58
- package/es/icon/icon-heart-fill/icon-heart-fill.d.ts +0 -58
- package/es/icon/icon-highlight/icon-highlight.d.ts +0 -58
- package/es/icon/icon-history/icon-history.d.ts +0 -58
- package/es/icon/icon-home/icon-home.d.ts +0 -58
- package/es/icon/icon-idcard/icon-idcard.d.ts +0 -58
- package/es/icon/icon-image/icon-image.d.ts +0 -58
- package/es/icon/icon-image-close/icon-image-close.d.ts +0 -58
- package/es/icon/icon-import/icon-import.d.ts +0 -58
- package/es/icon/icon-info/icon-info.d.ts +0 -58
- package/es/icon/icon-info-circle/icon-info-circle.d.ts +0 -58
- package/es/icon/icon-info-circle-fill/icon-info-circle-fill.d.ts +0 -58
- package/es/icon/icon-interaction/icon-interaction.d.ts +0 -58
- package/es/icon/icon-italic/icon-italic.d.ts +0 -58
- package/es/icon/icon-language/icon-language.d.ts +0 -58
- package/es/icon/icon-lark-color/icon-lark-color.d.ts +0 -58
- package/es/icon/icon-launch/icon-launch.d.ts +0 -58
- package/es/icon/icon-layers/icon-layers.d.ts +0 -58
- package/es/icon/icon-layout/icon-layout.d.ts +0 -58
- package/es/icon/icon-left/icon-left.d.ts +0 -58
- package/es/icon/icon-left-circle/icon-left-circle.d.ts +0 -58
- package/es/icon/icon-line-height/icon-line-height.d.ts +0 -58
- package/es/icon/icon-link/icon-link.d.ts +0 -58
- package/es/icon/icon-list/icon-list.d.ts +0 -58
- package/es/icon/icon-live-broadcast/icon-live-broadcast.d.ts +0 -58
- package/es/icon/icon-loading/icon-loading.d.ts +0 -58
- package/es/icon/icon-location/icon-location.d.ts +0 -58
- package/es/icon/icon-lock/icon-lock.d.ts +0 -58
- package/es/icon/icon-loop/icon-loop.d.ts +0 -58
- package/es/icon/icon-man/icon-man.d.ts +0 -58
- package/es/icon/icon-menu/icon-menu.d.ts +0 -58
- package/es/icon/icon-menu-fold/icon-menu-fold.d.ts +0 -58
- package/es/icon/icon-menu-unfold/icon-menu-unfold.d.ts +0 -58
- package/es/icon/icon-message/icon-message.d.ts +0 -58
- package/es/icon/icon-message-banned/icon-message-banned.d.ts +0 -58
- package/es/icon/icon-mind-mapping/icon-mind-mapping.d.ts +0 -58
- package/es/icon/icon-minus/icon-minus.d.ts +0 -58
- package/es/icon/icon-minus-circle/icon-minus-circle.d.ts +0 -58
- package/es/icon/icon-minus-circle-fill/icon-minus-circle-fill.d.ts +0 -58
- package/es/icon/icon-mobile/icon-mobile.d.ts +0 -58
- package/es/icon/icon-moon/icon-moon.d.ts +0 -58
- package/es/icon/icon-moon-fill/icon-moon-fill.d.ts +0 -58
- package/es/icon/icon-more/icon-more.d.ts +0 -58
- package/es/icon/icon-more-vertical/icon-more-vertical.d.ts +0 -58
- package/es/icon/icon-mosaic/icon-mosaic.d.ts +0 -58
- package/es/icon/icon-music/icon-music.d.ts +0 -58
- package/es/icon/icon-mute/icon-mute.d.ts +0 -58
- package/es/icon/icon-mute-fill/icon-mute-fill.d.ts +0 -58
- package/es/icon/icon-nav/icon-nav.d.ts +0 -58
- package/es/icon/icon-notification/icon-notification.d.ts +0 -58
- package/es/icon/icon-notification-close/icon-notification-close.d.ts +0 -58
- package/es/icon/icon-oblique-line/icon-oblique-line.d.ts +0 -58
- package/es/icon/icon-ordered-list/icon-ordered-list.d.ts +0 -58
- package/es/icon/icon-original-size/icon-original-size.d.ts +0 -58
- package/es/icon/icon-palette/icon-palette.d.ts +0 -58
- package/es/icon/icon-paste/icon-paste.d.ts +0 -58
- package/es/icon/icon-pause/icon-pause.d.ts +0 -58
- package/es/icon/icon-pause-circle/icon-pause-circle.d.ts +0 -58
- package/es/icon/icon-pause-circle-fill/icon-pause-circle-fill.d.ts +0 -58
- package/es/icon/icon-pen/icon-pen.d.ts +0 -58
- package/es/icon/icon-pen-fill/icon-pen-fill.d.ts +0 -58
- package/es/icon/icon-phone/icon-phone.d.ts +0 -58
- package/es/icon/icon-play-arrow/icon-play-arrow.d.ts +0 -58
- package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.d.ts +0 -58
- package/es/icon/icon-play-circle/icon-play-circle.d.ts +0 -58
- package/es/icon/icon-play-circle-fill/icon-play-circle-fill.d.ts +0 -58
- package/es/icon/icon-plus/icon-plus.d.ts +0 -58
- package/es/icon/icon-plus-circle/icon-plus-circle.d.ts +0 -58
- package/es/icon/icon-plus-circle-fill/icon-plus-circle-fill.d.ts +0 -58
- package/es/icon/icon-poweroff/icon-poweroff.d.ts +0 -58
- package/es/icon/icon-printer/icon-printer.d.ts +0 -58
- package/es/icon/icon-public/icon-public.d.ts +0 -58
- package/es/icon/icon-pushpin/icon-pushpin.d.ts +0 -58
- package/es/icon/icon-qq/icon-qq.d.ts +0 -58
- package/es/icon/icon-qq-circle-fill/icon-qq-circle-fill.d.ts +0 -58
- package/es/icon/icon-qq-zone/icon-qq-zone.d.ts +0 -58
- package/es/icon/icon-qrcode/icon-qrcode.d.ts +0 -58
- package/es/icon/icon-question/icon-question.d.ts +0 -58
- package/es/icon/icon-question-circle/icon-question-circle.d.ts +0 -58
- package/es/icon/icon-question-circle-fill/icon-question-circle-fill.d.ts +0 -58
- package/es/icon/icon-quote/icon-quote.d.ts +0 -58
- package/es/icon/icon-record/icon-record.d.ts +0 -58
- package/es/icon/icon-record-stop/icon-record-stop.d.ts +0 -58
- package/es/icon/icon-redo/icon-redo.d.ts +0 -58
- package/es/icon/icon-refresh/icon-refresh.d.ts +0 -58
- package/es/icon/icon-relation/icon-relation.d.ts +0 -58
- package/es/icon/icon-reply/icon-reply.d.ts +0 -58
- package/es/icon/icon-right/icon-right.d.ts +0 -58
- package/es/icon/icon-right-circle/icon-right-circle.d.ts +0 -58
- package/es/icon/icon-robot/icon-robot.d.ts +0 -58
- package/es/icon/icon-robot-add/icon-robot-add.d.ts +0 -58
- package/es/icon/icon-rotate-left/icon-rotate-left.d.ts +0 -58
- package/es/icon/icon-rotate-right/icon-rotate-right.d.ts +0 -58
- package/es/icon/icon-safe/icon-safe.d.ts +0 -58
- package/es/icon/icon-save/icon-save.d.ts +0 -58
- package/es/icon/icon-scan/icon-scan.d.ts +0 -58
- package/es/icon/icon-schedule/icon-schedule.d.ts +0 -58
- package/es/icon/icon-scissor/icon-scissor.d.ts +0 -58
- package/es/icon/icon-search/icon-search.d.ts +0 -58
- package/es/icon/icon-select-all/icon-select-all.d.ts +0 -58
- package/es/icon/icon-send/icon-send.d.ts +0 -58
- package/es/icon/icon-settings/icon-settings.d.ts +0 -58
- package/es/icon/icon-shake/icon-shake.d.ts +0 -58
- package/es/icon/icon-share-alt/icon-share-alt.d.ts +0 -58
- package/es/icon/icon-share-external/icon-share-external.d.ts +0 -58
- package/es/icon/icon-share-internal/icon-share-internal.d.ts +0 -58
- package/es/icon/icon-shrink/icon-shrink.d.ts +0 -58
- package/es/icon/icon-skin/icon-skin.d.ts +0 -58
- package/es/icon/icon-skip-next/icon-skip-next.d.ts +0 -58
- package/es/icon/icon-skip-next-fill/icon-skip-next-fill.d.ts +0 -58
- package/es/icon/icon-skip-previous/icon-skip-previous.d.ts +0 -58
- package/es/icon/icon-skip-previous-fill/icon-skip-previous-fill.d.ts +0 -58
- package/es/icon/icon-sort/icon-sort.d.ts +0 -58
- package/es/icon/icon-sort-ascending/icon-sort-ascending.d.ts +0 -58
- package/es/icon/icon-sort-descending/icon-sort-descending.d.ts +0 -58
- package/es/icon/icon-sound/icon-sound.d.ts +0 -58
- package/es/icon/icon-sound-fill/icon-sound-fill.d.ts +0 -58
- package/es/icon/icon-stamp/icon-stamp.d.ts +0 -58
- package/es/icon/icon-star/icon-star.d.ts +0 -58
- package/es/icon/icon-star-fill/icon-star-fill.d.ts +0 -58
- package/es/icon/icon-stop/icon-stop.d.ts +0 -58
- package/es/icon/icon-storage/icon-storage.d.ts +0 -58
- package/es/icon/icon-strikethrough/icon-strikethrough.d.ts +0 -58
- package/es/icon/icon-subscribe/icon-subscribe.d.ts +0 -58
- package/es/icon/icon-subscribe-add/icon-subscribe-add.d.ts +0 -58
- package/es/icon/icon-subscribed/icon-subscribed.d.ts +0 -58
- package/es/icon/icon-sun/icon-sun.d.ts +0 -58
- package/es/icon/icon-sun-fill/icon-sun-fill.d.ts +0 -58
- package/es/icon/icon-swap/icon-swap.d.ts +0 -58
- package/es/icon/icon-sync/icon-sync.d.ts +0 -58
- package/es/icon/icon-tag/icon-tag.d.ts +0 -58
- package/es/icon/icon-tags/icon-tags.d.ts +0 -58
- package/es/icon/icon-thumb-down/icon-thumb-down.d.ts +0 -58
- package/es/icon/icon-thumb-down-fill/icon-thumb-down-fill.d.ts +0 -58
- package/es/icon/icon-thumb-up/icon-thumb-up.d.ts +0 -58
- package/es/icon/icon-thumb-up-fill/icon-thumb-up-fill.d.ts +0 -58
- package/es/icon/icon-thunderbolt/icon-thunderbolt.d.ts +0 -58
- package/es/icon/icon-tiktok-color/icon-tiktok-color.d.ts +0 -58
- package/es/icon/icon-to-bottom/icon-to-bottom.d.ts +0 -58
- package/es/icon/icon-to-left/icon-to-left.d.ts +0 -58
- package/es/icon/icon-to-right/icon-to-right.d.ts +0 -58
- package/es/icon/icon-to-top/icon-to-top.d.ts +0 -58
- package/es/icon/icon-tool/icon-tool.d.ts +0 -58
- package/es/icon/icon-translate/icon-translate.d.ts +0 -58
- package/es/icon/icon-trophy/icon-trophy.d.ts +0 -58
- package/es/icon/icon-twitter/icon-twitter.d.ts +0 -58
- package/es/icon/icon-twitter-circle-fill/icon-twitter-circle-fill.d.ts +0 -58
- package/es/icon/icon-underline/icon-underline.d.ts +0 -58
- package/es/icon/icon-undo/icon-undo.d.ts +0 -58
- package/es/icon/icon-unlock/icon-unlock.d.ts +0 -58
- package/es/icon/icon-unordered-list/icon-unordered-list.d.ts +0 -58
- package/es/icon/icon-up/icon-up.d.ts +0 -58
- package/es/icon/icon-up-circle/icon-up-circle.d.ts +0 -58
- package/es/icon/icon-upload/icon-upload.d.ts +0 -58
- package/es/icon/icon-user/icon-user.d.ts +0 -58
- package/es/icon/icon-user-add/icon-user-add.d.ts +0 -58
- package/es/icon/icon-user-group/icon-user-group.d.ts +0 -58
- package/es/icon/icon-video-camera/icon-video-camera.d.ts +0 -58
- package/es/icon/icon-voice/icon-voice.d.ts +0 -58
- package/es/icon/icon-wechat/icon-wechat.d.ts +0 -58
- package/es/icon/icon-wechatpay/icon-wechatpay.d.ts +0 -58
- package/es/icon/icon-weibo/icon-weibo.d.ts +0 -58
- package/es/icon/icon-weibo-circle-fill/icon-weibo-circle-fill.d.ts +0 -58
- package/es/icon/icon-wifi/icon-wifi.d.ts +0 -58
- package/es/icon/icon-woman/icon-woman.d.ts +0 -58
- package/es/icon/icon-xigua-color/icon-xigua-color.d.ts +0 -58
- package/es/icon/icon-zoom-in/icon-zoom-in.d.ts +0 -58
- package/es/icon/icon-zoom-out/icon-zoom-out.d.ts +0 -58
- package/es/icon-component/icon.d.ts +0 -20
- package/es/image/image-footer.d.ts +0 -18
- package/es/image/preview-arrow.d.ts +0 -21
- package/es/image/preview-toolbar.d.ts +0 -1381
- package/es/input/input-group.d.ts +0 -4
- package/es/input/input-password.d.ts +0 -214
- package/es/layout/content.d.ts +0 -4
- package/es/layout/footer.d.ts +0 -4
- package/es/layout/header.d.ts +0 -4
- package/es/layout/layout.d.ts +0 -16
- package/es/layout/sider.d.ts +0 -343
- package/es/link/link.d.ts +0 -50
- package/es/list/list-item-meta.d.ts +0 -11
- package/es/menu/base-menu.d.ts +0 -209
- package/es/menu/indent.d.ts +0 -17
- package/es/menu/item-group.d.ts +0 -31
- package/es/menu/sub-menu-inline.d.ts +0 -51
- package/es/menu/sub-menu-pop.d.ts +0 -861
- package/es/message/message.d.ts +0 -105
- package/es/modal/modal.d.ts +0 -549
- package/es/notification/notification.d.ts +0 -93
- package/es/page-header/page-header.d.ts +0 -58
- package/es/pagination/page-item-ellipsis.d.ts +0 -38
- package/es/pagination/page-item-step.d.ts +0 -59
- package/es/pagination/page-item.d.ts +0 -48
- package/es/pagination/page-jumper.d.ts +0 -341
- package/es/pagination/page-options.d.ts +0 -2332
- package/es/popconfirm/popconfirm.d.ts +0 -905
- package/es/popover/popover.d.ts +0 -653
- package/es/progress/circle.d.ts +0 -95
- package/es/progress/line.d.ts +0 -102
- package/es/progress/progress.d.ts +0 -358
- package/es/progress/steps.d.ts +0 -71
- package/es/resize-box/resize-box.d.ts +0 -110
- package/es/result/result.d.ts +0 -33
- package/es/scrollbar/scrollbar.d.ts +0 -143
- package/es/scrollbar/thumb.d.ts +0 -57
- package/es/select/optgroup.d.ts +0 -12
- package/es/select/option.d.ts +0 -298
- package/es/select/select-dropdown.d.ts +0 -492
- package/es/skeleton/line.d.ts +0 -45
- package/es/skeleton/shape.d.ts +0 -27
- package/es/skeleton/skeleton.d.ts +0 -28
- package/es/slider/slider-button.d.ts +0 -1392
- package/es/slider/slider-dots.d.ts +0 -51
- package/es/slider/slider-input.d.ts +0 -329
- package/es/slider/slider-marks.d.ts +0 -49
- package/es/slider/slider-ticks.d.ts +0 -55
- package/es/slider/slider.d.ts +0 -2012
- package/es/split/split.d.ts +0 -85
- package/es/statistic/countdown.d.ts +0 -57
- package/es/statistic/statistic.d.ts +0 -107
- package/es/steps/step.d.ts +0 -41
- package/es/steps/steps.d.ts +0 -99
- package/es/switch/switch.d.ts +0 -135
- package/es/table/table-col-group.d.ts +0 -38
- package/es/tabs/tab-pane.d.ts +0 -39
- package/es/tabs/tabs-nav-ink.d.ts +0 -32
- package/es/tabs/tabs-tab.d.ts +0 -71
- package/es/tag/tag.d.ts +0 -153
- package/es/textarea/textarea.d.ts +0 -189
- package/es/time-picker/panel.d.ts +0 -495
- package/es/time-picker/time-column.d.ts +0 -43
- package/es/time-picker/time-picker.d.ts +0 -2109
- package/es/timeline/item.d.ts +0 -63
- package/es/tooltip/tooltip.d.ts +0 -668
- package/es/transfer/transfer-view.d.ts +0 -1032
- package/es/transfer/transfer.d.ts +0 -1381
- package/es/tree/base-node.d.ts +0 -483
- package/es/tree/expand-transition.d.ts +0 -14
- package/es/tree/node-switcher.d.ts +0 -74
- package/es/tree/transition-node-list.d.ts +0 -515
- package/es/tree/tree.d.ts +0 -710
- package/es/tree-select/tree-select.d.ts +0 -2795
- package/es/typography/edit-content.d.ts +0 -1641
- package/es/typography/operations.d.ts +0 -1365
- package/es/typography/typography.d.ts +0 -4
package/es/select/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { App } from 'vue';
|
|
2
2
|
import type { SDOptions } from '../_utils/types';
|
|
3
|
-
import _Optgroup from './optgroup';
|
|
4
|
-
import _Option from './option';
|
|
3
|
+
import _Optgroup from './optgroup.vue';
|
|
4
|
+
import _Option from './option.vue';
|
|
5
5
|
import _Select from './select';
|
|
6
6
|
declare const Select: {
|
|
7
7
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -138,17 +138,17 @@ declare const Select: {
|
|
|
138
138
|
default: boolean;
|
|
139
139
|
};
|
|
140
140
|
}>> & Readonly<{
|
|
141
|
+
onChange?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
141
142
|
onClear?: ((ev: Event) => any) | undefined;
|
|
142
143
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
143
144
|
"onUpdate:modelValue"?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
144
|
-
onChange?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
145
145
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
146
146
|
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
147
147
|
onDropdownScroll?: ((ev: Event) => any) | undefined;
|
|
148
148
|
onDropdownReachBottom?: ((ev: Event) => any) | undefined;
|
|
149
|
-
onRemove?: ((removed: string | number | boolean | Record<string, any> | undefined) => any) | undefined;
|
|
150
|
-
onInputValueChange?: ((inputValue: string) => any) | undefined;
|
|
151
149
|
"onUpdate:inputValue"?: ((inputValue: string) => any) | undefined;
|
|
150
|
+
onInputValueChange?: ((inputValue: string) => any) | undefined;
|
|
151
|
+
onRemove?: ((removed: string | number | boolean | Record<string, any> | undefined) => any) | undefined;
|
|
152
152
|
onExceedLimit?: ((value: string | number | boolean | Record<string, any> | undefined, ev: Event) => any) | undefined;
|
|
153
153
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
154
154
|
'update:modelValue': (value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => true;
|
|
@@ -164,35 +164,35 @@ declare const Select: {
|
|
|
164
164
|
dropdownReachBottom: (ev: Event) => true;
|
|
165
165
|
exceedLimit: (value: string | number | boolean | Record<string, any> | undefined, ev: Event) => true;
|
|
166
166
|
}, import("vue").PublicProps, {
|
|
167
|
-
|
|
167
|
+
error: boolean;
|
|
168
168
|
disabled: boolean;
|
|
169
169
|
defaultValue: string | number | boolean | Record<string, unknown> | (string | number | boolean | Record<string, unknown>)[];
|
|
170
|
-
|
|
170
|
+
loading: boolean;
|
|
171
|
+
unmountOnClose: boolean;
|
|
171
172
|
modelValue: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[];
|
|
172
|
-
|
|
173
|
+
allowClear: boolean;
|
|
173
174
|
popupVisible: boolean;
|
|
174
175
|
defaultPopupVisible: boolean;
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
multiple: boolean;
|
|
176
|
+
options: (string | number | boolean | import("./interface").SelectOptionData | import("./interface").SelectOptionGroup)[];
|
|
177
|
+
valueKey: string;
|
|
178
178
|
filterOption: boolean | ((inputValue: string, option: import("./interface").SelectOptionData) => boolean);
|
|
179
|
-
|
|
179
|
+
showExtraOptions: boolean;
|
|
180
|
+
multiple: boolean;
|
|
181
|
+
defaultActiveFirstOption: boolean;
|
|
182
|
+
bordered: boolean;
|
|
183
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
184
|
+
showHeaderOnEmpty: boolean;
|
|
185
|
+
showFooterOnEmpty: boolean;
|
|
186
|
+
defaultInputValue: string;
|
|
187
|
+
maxTagCount: number;
|
|
188
|
+
tagNowrap: boolean;
|
|
180
189
|
allowCreate: boolean;
|
|
181
190
|
allowSearch: boolean | {
|
|
182
191
|
retainInputValue?: boolean;
|
|
183
192
|
};
|
|
184
|
-
maxTagCount: number;
|
|
185
|
-
tagNowrap: boolean;
|
|
186
|
-
options: (string | number | boolean | import("./interface").SelectOptionData | import("./interface").SelectOptionGroup)[];
|
|
187
|
-
defaultInputValue: string;
|
|
188
|
-
searchDelay: number;
|
|
189
|
-
valueKey: string;
|
|
190
|
-
defaultActiveFirstOption: boolean;
|
|
191
193
|
fallbackOption: boolean | ((value: string | number | boolean | Record<string, unknown>) => import("./interface").SelectOptionData);
|
|
192
|
-
|
|
194
|
+
searchDelay: number;
|
|
193
195
|
limit: number;
|
|
194
|
-
showHeaderOnEmpty: boolean;
|
|
195
|
-
showFooterOnEmpty: boolean;
|
|
196
196
|
}, true, {}, {}, {
|
|
197
197
|
Trigger: {
|
|
198
198
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -252,13 +252,13 @@ declare const Select: {
|
|
|
252
252
|
default: boolean;
|
|
253
253
|
};
|
|
254
254
|
contentClass: {
|
|
255
|
-
type: (
|
|
255
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
256
256
|
};
|
|
257
257
|
contentStyle: {
|
|
258
258
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
259
259
|
};
|
|
260
260
|
arrowClass: {
|
|
261
|
-
type: (
|
|
261
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
262
262
|
};
|
|
263
263
|
arrowStyle: {
|
|
264
264
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -316,7 +316,7 @@ declare const Select: {
|
|
|
316
316
|
default: boolean;
|
|
317
317
|
};
|
|
318
318
|
openedClass: {
|
|
319
|
-
type: (
|
|
319
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
320
320
|
};
|
|
321
321
|
autoFitPosition: {
|
|
322
322
|
type: BooleanConstructor;
|
|
@@ -352,19 +352,21 @@ declare const Select: {
|
|
|
352
352
|
resize: () => true;
|
|
353
353
|
}, import("vue").PublicProps, {
|
|
354
354
|
disabled: boolean;
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
355
|
+
unmountOnClose: boolean;
|
|
356
|
+
renderToBody: boolean;
|
|
357
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
358
|
+
autoFitPosition: boolean;
|
|
358
359
|
popupVisible: boolean;
|
|
359
360
|
defaultPopupVisible: boolean;
|
|
360
|
-
|
|
361
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
361
362
|
popupOffset: number;
|
|
363
|
+
showArrow: boolean;
|
|
362
364
|
alignPoint: boolean;
|
|
363
365
|
popupHoverStay: boolean;
|
|
364
366
|
blurToClose: boolean;
|
|
365
367
|
clickToClose: boolean;
|
|
366
368
|
clickOutsideToClose: boolean;
|
|
367
|
-
|
|
369
|
+
animationName: string;
|
|
368
370
|
mouseEnterDelay: number;
|
|
369
371
|
mouseLeaveDelay: number;
|
|
370
372
|
focusDelay: number;
|
|
@@ -372,10 +374,8 @@ declare const Select: {
|
|
|
372
374
|
autoFitPopupMinWidth: boolean;
|
|
373
375
|
autoFixPosition: boolean;
|
|
374
376
|
updateAtScroll: boolean;
|
|
375
|
-
autoFitPosition: boolean;
|
|
376
377
|
autoFitTransformOrigin: boolean;
|
|
377
378
|
hideEmpty: boolean;
|
|
378
|
-
renderToBody: boolean;
|
|
379
379
|
preventFocus: boolean;
|
|
380
380
|
scrollToClose: boolean;
|
|
381
381
|
scrollToCloseDistance: number;
|
|
@@ -443,13 +443,13 @@ declare const Select: {
|
|
|
443
443
|
default: boolean;
|
|
444
444
|
};
|
|
445
445
|
contentClass: {
|
|
446
|
-
type: (
|
|
446
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
447
447
|
};
|
|
448
448
|
contentStyle: {
|
|
449
449
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
450
450
|
};
|
|
451
451
|
arrowClass: {
|
|
452
|
-
type: (
|
|
452
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
453
453
|
};
|
|
454
454
|
arrowStyle: {
|
|
455
455
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -507,7 +507,7 @@ declare const Select: {
|
|
|
507
507
|
default: boolean;
|
|
508
508
|
};
|
|
509
509
|
openedClass: {
|
|
510
|
-
type: (
|
|
510
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
511
511
|
};
|
|
512
512
|
autoFitPosition: {
|
|
513
513
|
type: BooleanConstructor;
|
|
@@ -537,19 +537,21 @@ declare const Select: {
|
|
|
537
537
|
onHide?: (() => any) | undefined;
|
|
538
538
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
539
539
|
disabled: boolean;
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
540
|
+
unmountOnClose: boolean;
|
|
541
|
+
renderToBody: boolean;
|
|
542
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
543
|
+
autoFitPosition: boolean;
|
|
543
544
|
popupVisible: boolean;
|
|
544
545
|
defaultPopupVisible: boolean;
|
|
545
|
-
|
|
546
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
546
547
|
popupOffset: number;
|
|
548
|
+
showArrow: boolean;
|
|
547
549
|
alignPoint: boolean;
|
|
548
550
|
popupHoverStay: boolean;
|
|
549
551
|
blurToClose: boolean;
|
|
550
552
|
clickToClose: boolean;
|
|
551
553
|
clickOutsideToClose: boolean;
|
|
552
|
-
|
|
554
|
+
animationName: string;
|
|
553
555
|
mouseEnterDelay: number;
|
|
554
556
|
mouseLeaveDelay: number;
|
|
555
557
|
focusDelay: number;
|
|
@@ -557,10 +559,8 @@ declare const Select: {
|
|
|
557
559
|
autoFitPopupMinWidth: boolean;
|
|
558
560
|
autoFixPosition: boolean;
|
|
559
561
|
updateAtScroll: boolean;
|
|
560
|
-
autoFitPosition: boolean;
|
|
561
562
|
autoFitTransformOrigin: boolean;
|
|
562
563
|
hideEmpty: boolean;
|
|
563
|
-
renderToBody: boolean;
|
|
564
564
|
preventFocus: boolean;
|
|
565
565
|
scrollToClose: boolean;
|
|
566
566
|
scrollToCloseDistance: number;
|
|
@@ -625,13 +625,13 @@ declare const Select: {
|
|
|
625
625
|
default: boolean;
|
|
626
626
|
};
|
|
627
627
|
contentClass: {
|
|
628
|
-
type: (
|
|
628
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
629
629
|
};
|
|
630
630
|
contentStyle: {
|
|
631
631
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
632
632
|
};
|
|
633
633
|
arrowClass: {
|
|
634
|
-
type: (
|
|
634
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
635
635
|
};
|
|
636
636
|
arrowStyle: {
|
|
637
637
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -689,7 +689,7 @@ declare const Select: {
|
|
|
689
689
|
default: boolean;
|
|
690
690
|
};
|
|
691
691
|
openedClass: {
|
|
692
|
-
type: (
|
|
692
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
693
693
|
};
|
|
694
694
|
autoFitPosition: {
|
|
695
695
|
type: BooleanConstructor;
|
|
@@ -725,19 +725,21 @@ declare const Select: {
|
|
|
725
725
|
resize: () => true;
|
|
726
726
|
}, string, {
|
|
727
727
|
disabled: boolean;
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
728
|
+
unmountOnClose: boolean;
|
|
729
|
+
renderToBody: boolean;
|
|
730
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
731
|
+
autoFitPosition: boolean;
|
|
731
732
|
popupVisible: boolean;
|
|
732
733
|
defaultPopupVisible: boolean;
|
|
733
|
-
|
|
734
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
734
735
|
popupOffset: number;
|
|
736
|
+
showArrow: boolean;
|
|
735
737
|
alignPoint: boolean;
|
|
736
738
|
popupHoverStay: boolean;
|
|
737
739
|
blurToClose: boolean;
|
|
738
740
|
clickToClose: boolean;
|
|
739
741
|
clickOutsideToClose: boolean;
|
|
740
|
-
|
|
742
|
+
animationName: string;
|
|
741
743
|
mouseEnterDelay: number;
|
|
742
744
|
mouseLeaveDelay: number;
|
|
743
745
|
focusDelay: number;
|
|
@@ -745,10 +747,8 @@ declare const Select: {
|
|
|
745
747
|
autoFitPopupMinWidth: boolean;
|
|
746
748
|
autoFixPosition: boolean;
|
|
747
749
|
updateAtScroll: boolean;
|
|
748
|
-
autoFitPosition: boolean;
|
|
749
750
|
autoFitTransformOrigin: boolean;
|
|
750
751
|
hideEmpty: boolean;
|
|
751
|
-
renderToBody: boolean;
|
|
752
752
|
preventFocus: boolean;
|
|
753
753
|
scrollToClose: boolean;
|
|
754
754
|
scrollToCloseDistance: number;
|
|
@@ -821,7 +821,7 @@ declare const Select: {
|
|
|
821
821
|
}, {}, {}, {
|
|
822
822
|
focus(): void;
|
|
823
823
|
blur(): void;
|
|
824
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
824
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "blur" | "clear" | "remove")[], "focus" | "blur" | "clear" | "remove", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
825
825
|
modelValue: {
|
|
826
826
|
type: import("vue").PropType<import("../_components/select-view/interface").SelectViewValue[]>;
|
|
827
827
|
required: true;
|
|
@@ -880,23 +880,23 @@ declare const Select: {
|
|
|
880
880
|
default: boolean;
|
|
881
881
|
};
|
|
882
882
|
}>> & Readonly<{
|
|
883
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
884
883
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
885
884
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
885
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
886
886
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
887
887
|
}>, {
|
|
888
|
-
loading: boolean;
|
|
889
|
-
disabled: boolean;
|
|
890
888
|
error: boolean;
|
|
891
|
-
|
|
892
|
-
|
|
889
|
+
disabled: boolean;
|
|
890
|
+
loading: boolean;
|
|
893
891
|
allowClear: boolean;
|
|
892
|
+
multiple: boolean;
|
|
893
|
+
bordered: boolean;
|
|
894
|
+
maxTagCount: number;
|
|
895
|
+
retainInputValue: boolean;
|
|
896
|
+
tagNowrap: boolean;
|
|
894
897
|
opened: boolean;
|
|
895
898
|
allowCreate: boolean;
|
|
896
899
|
allowSearch: boolean;
|
|
897
|
-
maxTagCount: number;
|
|
898
|
-
tagNowrap: boolean;
|
|
899
|
-
retainInputValue: boolean;
|
|
900
900
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
901
901
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
902
902
|
P: {};
|
|
@@ -1039,48 +1039,48 @@ declare const Select: {
|
|
|
1039
1039
|
default: boolean;
|
|
1040
1040
|
};
|
|
1041
1041
|
}>> & Readonly<{
|
|
1042
|
+
onChange?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
1042
1043
|
onClear?: ((ev: Event) => any) | undefined;
|
|
1043
1044
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
1044
1045
|
"onUpdate:modelValue"?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
1045
|
-
onChange?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
1046
1046
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
1047
1047
|
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
1048
1048
|
onDropdownScroll?: ((ev: Event) => any) | undefined;
|
|
1049
1049
|
onDropdownReachBottom?: ((ev: Event) => any) | undefined;
|
|
1050
|
-
onRemove?: ((removed: string | number | boolean | Record<string, any> | undefined) => any) | undefined;
|
|
1051
|
-
onInputValueChange?: ((inputValue: string) => any) | undefined;
|
|
1052
1050
|
"onUpdate:inputValue"?: ((inputValue: string) => any) | undefined;
|
|
1051
|
+
onInputValueChange?: ((inputValue: string) => any) | undefined;
|
|
1052
|
+
onRemove?: ((removed: string | number | boolean | Record<string, any> | undefined) => any) | undefined;
|
|
1053
1053
|
onExceedLimit?: ((value: string | number | boolean | Record<string, any> | undefined, ev: Event) => any) | undefined;
|
|
1054
1054
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1055
|
-
|
|
1055
|
+
error: boolean;
|
|
1056
1056
|
disabled: boolean;
|
|
1057
1057
|
defaultValue: string | number | boolean | Record<string, unknown> | (string | number | boolean | Record<string, unknown>)[];
|
|
1058
|
-
|
|
1058
|
+
loading: boolean;
|
|
1059
|
+
unmountOnClose: boolean;
|
|
1059
1060
|
modelValue: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[];
|
|
1060
|
-
|
|
1061
|
+
allowClear: boolean;
|
|
1061
1062
|
popupVisible: boolean;
|
|
1062
1063
|
defaultPopupVisible: boolean;
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
multiple: boolean;
|
|
1064
|
+
options: (string | number | boolean | import("./interface").SelectOptionData | import("./interface").SelectOptionGroup)[];
|
|
1065
|
+
valueKey: string;
|
|
1066
1066
|
filterOption: boolean | ((inputValue: string, option: import("./interface").SelectOptionData) => boolean);
|
|
1067
|
-
|
|
1067
|
+
showExtraOptions: boolean;
|
|
1068
|
+
multiple: boolean;
|
|
1069
|
+
defaultActiveFirstOption: boolean;
|
|
1070
|
+
bordered: boolean;
|
|
1071
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
1072
|
+
showHeaderOnEmpty: boolean;
|
|
1073
|
+
showFooterOnEmpty: boolean;
|
|
1074
|
+
defaultInputValue: string;
|
|
1075
|
+
maxTagCount: number;
|
|
1076
|
+
tagNowrap: boolean;
|
|
1068
1077
|
allowCreate: boolean;
|
|
1069
1078
|
allowSearch: boolean | {
|
|
1070
1079
|
retainInputValue?: boolean;
|
|
1071
1080
|
};
|
|
1072
|
-
maxTagCount: number;
|
|
1073
|
-
tagNowrap: boolean;
|
|
1074
|
-
options: (string | number | boolean | import("./interface").SelectOptionData | import("./interface").SelectOptionGroup)[];
|
|
1075
|
-
defaultInputValue: string;
|
|
1076
|
-
searchDelay: number;
|
|
1077
|
-
valueKey: string;
|
|
1078
|
-
defaultActiveFirstOption: boolean;
|
|
1079
1081
|
fallbackOption: boolean | ((value: string | number | boolean | Record<string, unknown>) => import("./interface").SelectOptionData);
|
|
1080
|
-
|
|
1082
|
+
searchDelay: number;
|
|
1081
1083
|
limit: number;
|
|
1082
|
-
showHeaderOnEmpty: boolean;
|
|
1083
|
-
showFooterOnEmpty: boolean;
|
|
1084
1084
|
}>;
|
|
1085
1085
|
__isFragment?: never;
|
|
1086
1086
|
__isTeleport?: never;
|
|
@@ -1219,17 +1219,17 @@ declare const Select: {
|
|
|
1219
1219
|
default: boolean;
|
|
1220
1220
|
};
|
|
1221
1221
|
}>> & Readonly<{
|
|
1222
|
+
onChange?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
1222
1223
|
onClear?: ((ev: Event) => any) | undefined;
|
|
1223
1224
|
onSearch?: ((inputValue: string) => any) | undefined;
|
|
1224
1225
|
"onUpdate:modelValue"?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
1225
|
-
onChange?: ((value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
1226
1226
|
"onUpdate:popupVisible"?: ((visible: boolean) => any) | undefined;
|
|
1227
1227
|
onPopupVisibleChange?: ((visible: boolean) => any) | undefined;
|
|
1228
1228
|
onDropdownScroll?: ((ev: Event) => any) | undefined;
|
|
1229
1229
|
onDropdownReachBottom?: ((ev: Event) => any) | undefined;
|
|
1230
|
-
onRemove?: ((removed: string | number | boolean | Record<string, any> | undefined) => any) | undefined;
|
|
1231
|
-
onInputValueChange?: ((inputValue: string) => any) | undefined;
|
|
1232
1230
|
"onUpdate:inputValue"?: ((inputValue: string) => any) | undefined;
|
|
1231
|
+
onInputValueChange?: ((inputValue: string) => any) | undefined;
|
|
1232
|
+
onRemove?: ((removed: string | number | boolean | Record<string, any> | undefined) => any) | undefined;
|
|
1233
1233
|
onExceedLimit?: ((value: string | number | boolean | Record<string, any> | undefined, ev: Event) => any) | undefined;
|
|
1234
1234
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1235
1235
|
'update:modelValue': (value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => true;
|
|
@@ -1245,35 +1245,35 @@ declare const Select: {
|
|
|
1245
1245
|
dropdownReachBottom: (ev: Event) => true;
|
|
1246
1246
|
exceedLimit: (value: string | number | boolean | Record<string, any> | undefined, ev: Event) => true;
|
|
1247
1247
|
}, string, {
|
|
1248
|
-
|
|
1248
|
+
error: boolean;
|
|
1249
1249
|
disabled: boolean;
|
|
1250
1250
|
defaultValue: string | number | boolean | Record<string, unknown> | (string | number | boolean | Record<string, unknown>)[];
|
|
1251
|
-
|
|
1251
|
+
loading: boolean;
|
|
1252
|
+
unmountOnClose: boolean;
|
|
1252
1253
|
modelValue: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[];
|
|
1253
|
-
|
|
1254
|
+
allowClear: boolean;
|
|
1254
1255
|
popupVisible: boolean;
|
|
1255
1256
|
defaultPopupVisible: boolean;
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
multiple: boolean;
|
|
1257
|
+
options: (string | number | boolean | import("./interface").SelectOptionData | import("./interface").SelectOptionGroup)[];
|
|
1258
|
+
valueKey: string;
|
|
1259
1259
|
filterOption: boolean | ((inputValue: string, option: import("./interface").SelectOptionData) => boolean);
|
|
1260
|
-
|
|
1260
|
+
showExtraOptions: boolean;
|
|
1261
|
+
multiple: boolean;
|
|
1262
|
+
defaultActiveFirstOption: boolean;
|
|
1263
|
+
bordered: boolean;
|
|
1264
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
1265
|
+
showHeaderOnEmpty: boolean;
|
|
1266
|
+
showFooterOnEmpty: boolean;
|
|
1267
|
+
defaultInputValue: string;
|
|
1268
|
+
maxTagCount: number;
|
|
1269
|
+
tagNowrap: boolean;
|
|
1261
1270
|
allowCreate: boolean;
|
|
1262
1271
|
allowSearch: boolean | {
|
|
1263
1272
|
retainInputValue?: boolean;
|
|
1264
1273
|
};
|
|
1265
|
-
maxTagCount: number;
|
|
1266
|
-
tagNowrap: boolean;
|
|
1267
|
-
options: (string | number | boolean | import("./interface").SelectOptionData | import("./interface").SelectOptionGroup)[];
|
|
1268
|
-
defaultInputValue: string;
|
|
1269
|
-
searchDelay: number;
|
|
1270
|
-
valueKey: string;
|
|
1271
|
-
defaultActiveFirstOption: boolean;
|
|
1272
1274
|
fallbackOption: boolean | ((value: string | number | boolean | Record<string, unknown>) => import("./interface").SelectOptionData);
|
|
1273
|
-
|
|
1275
|
+
searchDelay: number;
|
|
1274
1276
|
limit: number;
|
|
1275
|
-
showHeaderOnEmpty: boolean;
|
|
1276
|
-
showFooterOnEmpty: boolean;
|
|
1277
1277
|
}, {}, string, {}, {
|
|
1278
1278
|
Trigger: {
|
|
1279
1279
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -1333,13 +1333,13 @@ declare const Select: {
|
|
|
1333
1333
|
default: boolean;
|
|
1334
1334
|
};
|
|
1335
1335
|
contentClass: {
|
|
1336
|
-
type: (
|
|
1336
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1337
1337
|
};
|
|
1338
1338
|
contentStyle: {
|
|
1339
1339
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1340
1340
|
};
|
|
1341
1341
|
arrowClass: {
|
|
1342
|
-
type: (
|
|
1342
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1343
1343
|
};
|
|
1344
1344
|
arrowStyle: {
|
|
1345
1345
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1397,7 +1397,7 @@ declare const Select: {
|
|
|
1397
1397
|
default: boolean;
|
|
1398
1398
|
};
|
|
1399
1399
|
openedClass: {
|
|
1400
|
-
type: (
|
|
1400
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1401
1401
|
};
|
|
1402
1402
|
autoFitPosition: {
|
|
1403
1403
|
type: BooleanConstructor;
|
|
@@ -1433,19 +1433,21 @@ declare const Select: {
|
|
|
1433
1433
|
resize: () => true;
|
|
1434
1434
|
}, import("vue").PublicProps, {
|
|
1435
1435
|
disabled: boolean;
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1436
|
+
unmountOnClose: boolean;
|
|
1437
|
+
renderToBody: boolean;
|
|
1438
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1439
|
+
autoFitPosition: boolean;
|
|
1439
1440
|
popupVisible: boolean;
|
|
1440
1441
|
defaultPopupVisible: boolean;
|
|
1441
|
-
|
|
1442
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1442
1443
|
popupOffset: number;
|
|
1444
|
+
showArrow: boolean;
|
|
1443
1445
|
alignPoint: boolean;
|
|
1444
1446
|
popupHoverStay: boolean;
|
|
1445
1447
|
blurToClose: boolean;
|
|
1446
1448
|
clickToClose: boolean;
|
|
1447
1449
|
clickOutsideToClose: boolean;
|
|
1448
|
-
|
|
1450
|
+
animationName: string;
|
|
1449
1451
|
mouseEnterDelay: number;
|
|
1450
1452
|
mouseLeaveDelay: number;
|
|
1451
1453
|
focusDelay: number;
|
|
@@ -1453,10 +1455,8 @@ declare const Select: {
|
|
|
1453
1455
|
autoFitPopupMinWidth: boolean;
|
|
1454
1456
|
autoFixPosition: boolean;
|
|
1455
1457
|
updateAtScroll: boolean;
|
|
1456
|
-
autoFitPosition: boolean;
|
|
1457
1458
|
autoFitTransformOrigin: boolean;
|
|
1458
1459
|
hideEmpty: boolean;
|
|
1459
|
-
renderToBody: boolean;
|
|
1460
1460
|
preventFocus: boolean;
|
|
1461
1461
|
scrollToClose: boolean;
|
|
1462
1462
|
scrollToCloseDistance: number;
|
|
@@ -1524,13 +1524,13 @@ declare const Select: {
|
|
|
1524
1524
|
default: boolean;
|
|
1525
1525
|
};
|
|
1526
1526
|
contentClass: {
|
|
1527
|
-
type: (
|
|
1527
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1528
1528
|
};
|
|
1529
1529
|
contentStyle: {
|
|
1530
1530
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1531
1531
|
};
|
|
1532
1532
|
arrowClass: {
|
|
1533
|
-
type: (
|
|
1533
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1534
1534
|
};
|
|
1535
1535
|
arrowStyle: {
|
|
1536
1536
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1588,7 +1588,7 @@ declare const Select: {
|
|
|
1588
1588
|
default: boolean;
|
|
1589
1589
|
};
|
|
1590
1590
|
openedClass: {
|
|
1591
|
-
type: (
|
|
1591
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1592
1592
|
};
|
|
1593
1593
|
autoFitPosition: {
|
|
1594
1594
|
type: BooleanConstructor;
|
|
@@ -1618,19 +1618,21 @@ declare const Select: {
|
|
|
1618
1618
|
onHide?: (() => any) | undefined;
|
|
1619
1619
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1620
1620
|
disabled: boolean;
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1621
|
+
unmountOnClose: boolean;
|
|
1622
|
+
renderToBody: boolean;
|
|
1623
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1624
|
+
autoFitPosition: boolean;
|
|
1624
1625
|
popupVisible: boolean;
|
|
1625
1626
|
defaultPopupVisible: boolean;
|
|
1626
|
-
|
|
1627
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1627
1628
|
popupOffset: number;
|
|
1629
|
+
showArrow: boolean;
|
|
1628
1630
|
alignPoint: boolean;
|
|
1629
1631
|
popupHoverStay: boolean;
|
|
1630
1632
|
blurToClose: boolean;
|
|
1631
1633
|
clickToClose: boolean;
|
|
1632
1634
|
clickOutsideToClose: boolean;
|
|
1633
|
-
|
|
1635
|
+
animationName: string;
|
|
1634
1636
|
mouseEnterDelay: number;
|
|
1635
1637
|
mouseLeaveDelay: number;
|
|
1636
1638
|
focusDelay: number;
|
|
@@ -1638,10 +1640,8 @@ declare const Select: {
|
|
|
1638
1640
|
autoFitPopupMinWidth: boolean;
|
|
1639
1641
|
autoFixPosition: boolean;
|
|
1640
1642
|
updateAtScroll: boolean;
|
|
1641
|
-
autoFitPosition: boolean;
|
|
1642
1643
|
autoFitTransformOrigin: boolean;
|
|
1643
1644
|
hideEmpty: boolean;
|
|
1644
|
-
renderToBody: boolean;
|
|
1645
1645
|
preventFocus: boolean;
|
|
1646
1646
|
scrollToClose: boolean;
|
|
1647
1647
|
scrollToCloseDistance: number;
|
|
@@ -1706,13 +1706,13 @@ declare const Select: {
|
|
|
1706
1706
|
default: boolean;
|
|
1707
1707
|
};
|
|
1708
1708
|
contentClass: {
|
|
1709
|
-
type: (
|
|
1709
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1710
1710
|
};
|
|
1711
1711
|
contentStyle: {
|
|
1712
1712
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1713
1713
|
};
|
|
1714
1714
|
arrowClass: {
|
|
1715
|
-
type: (
|
|
1715
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1716
1716
|
};
|
|
1717
1717
|
arrowStyle: {
|
|
1718
1718
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1770,7 +1770,7 @@ declare const Select: {
|
|
|
1770
1770
|
default: boolean;
|
|
1771
1771
|
};
|
|
1772
1772
|
openedClass: {
|
|
1773
|
-
type: (
|
|
1773
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1774
1774
|
};
|
|
1775
1775
|
autoFitPosition: {
|
|
1776
1776
|
type: BooleanConstructor;
|
|
@@ -1806,19 +1806,21 @@ declare const Select: {
|
|
|
1806
1806
|
resize: () => true;
|
|
1807
1807
|
}, string, {
|
|
1808
1808
|
disabled: boolean;
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1809
|
+
unmountOnClose: boolean;
|
|
1810
|
+
renderToBody: boolean;
|
|
1811
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1812
|
+
autoFitPosition: boolean;
|
|
1812
1813
|
popupVisible: boolean;
|
|
1813
1814
|
defaultPopupVisible: boolean;
|
|
1814
|
-
|
|
1815
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1815
1816
|
popupOffset: number;
|
|
1817
|
+
showArrow: boolean;
|
|
1816
1818
|
alignPoint: boolean;
|
|
1817
1819
|
popupHoverStay: boolean;
|
|
1818
1820
|
blurToClose: boolean;
|
|
1819
1821
|
clickToClose: boolean;
|
|
1820
1822
|
clickOutsideToClose: boolean;
|
|
1821
|
-
|
|
1823
|
+
animationName: string;
|
|
1822
1824
|
mouseEnterDelay: number;
|
|
1823
1825
|
mouseLeaveDelay: number;
|
|
1824
1826
|
focusDelay: number;
|
|
@@ -1826,10 +1828,8 @@ declare const Select: {
|
|
|
1826
1828
|
autoFitPopupMinWidth: boolean;
|
|
1827
1829
|
autoFixPosition: boolean;
|
|
1828
1830
|
updateAtScroll: boolean;
|
|
1829
|
-
autoFitPosition: boolean;
|
|
1830
1831
|
autoFitTransformOrigin: boolean;
|
|
1831
1832
|
hideEmpty: boolean;
|
|
1832
|
-
renderToBody: boolean;
|
|
1833
1833
|
preventFocus: boolean;
|
|
1834
1834
|
scrollToClose: boolean;
|
|
1835
1835
|
scrollToCloseDistance: number;
|
|
@@ -1902,7 +1902,7 @@ declare const Select: {
|
|
|
1902
1902
|
}, {}, {}, {
|
|
1903
1903
|
focus(): void;
|
|
1904
1904
|
blur(): void;
|
|
1905
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
1905
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "blur" | "clear" | "remove")[], "focus" | "blur" | "clear" | "remove", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1906
1906
|
modelValue: {
|
|
1907
1907
|
type: import("vue").PropType<import("../_components/select-view/interface").SelectViewValue[]>;
|
|
1908
1908
|
required: true;
|
|
@@ -1961,28 +1961,28 @@ declare const Select: {
|
|
|
1961
1961
|
default: boolean;
|
|
1962
1962
|
};
|
|
1963
1963
|
}>> & Readonly<{
|
|
1964
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
1965
1964
|
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1966
1965
|
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1966
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
1967
1967
|
onRemove?: ((...args: any[]) => any) | undefined;
|
|
1968
1968
|
}>, {
|
|
1969
|
-
loading: boolean;
|
|
1970
|
-
disabled: boolean;
|
|
1971
1969
|
error: boolean;
|
|
1972
|
-
|
|
1973
|
-
|
|
1970
|
+
disabled: boolean;
|
|
1971
|
+
loading: boolean;
|
|
1974
1972
|
allowClear: boolean;
|
|
1973
|
+
multiple: boolean;
|
|
1974
|
+
bordered: boolean;
|
|
1975
|
+
maxTagCount: number;
|
|
1976
|
+
retainInputValue: boolean;
|
|
1977
|
+
tagNowrap: boolean;
|
|
1975
1978
|
opened: boolean;
|
|
1976
1979
|
allowCreate: boolean;
|
|
1977
1980
|
allowSearch: boolean;
|
|
1978
|
-
maxTagCount: number;
|
|
1979
|
-
tagNowrap: boolean;
|
|
1980
|
-
retainInputValue: boolean;
|
|
1981
1981
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1982
1982
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1983
1983
|
Option: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1984
1984
|
value: {
|
|
1985
|
-
type: (
|
|
1985
|
+
type: (StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor)[];
|
|
1986
1986
|
default: undefined;
|
|
1987
1987
|
};
|
|
1988
1988
|
label: StringConstructor;
|
|
@@ -2012,7 +2012,7 @@ declare const Select: {
|
|
|
2012
2012
|
handleMouseLeave: () => void;
|
|
2013
2013
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2014
2014
|
value: {
|
|
2015
|
-
type: (
|
|
2015
|
+
type: (StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor)[];
|
|
2016
2016
|
default: undefined;
|
|
2017
2017
|
};
|
|
2018
2018
|
label: StringConstructor;
|
|
@@ -2058,8 +2058,8 @@ declare const Select: {
|
|
|
2058
2058
|
default: boolean;
|
|
2059
2059
|
};
|
|
2060
2060
|
}>> & Readonly<{
|
|
2061
|
-
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
2062
2061
|
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
2062
|
+
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
2063
2063
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2064
2064
|
'update:modelValue': (value: boolean | (string | number | boolean)[]) => true;
|
|
2065
2065
|
change: (value: boolean | (string | number | boolean)[], ev: Event) => true;
|
|
@@ -2133,8 +2133,8 @@ declare const Select: {
|
|
|
2133
2133
|
default: boolean;
|
|
2134
2134
|
};
|
|
2135
2135
|
}>> & Readonly<{
|
|
2136
|
-
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
2137
2136
|
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
2137
|
+
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
2138
2138
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
2139
2139
|
disabled: boolean;
|
|
2140
2140
|
modelValue: boolean | (string | number | boolean)[];
|
|
@@ -2170,8 +2170,8 @@ declare const Select: {
|
|
|
2170
2170
|
default: boolean;
|
|
2171
2171
|
};
|
|
2172
2172
|
}>> & Readonly<{
|
|
2173
|
-
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
2174
2173
|
onChange?: ((value: boolean | (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
2174
|
+
"onUpdate:modelValue"?: ((value: boolean | (string | number | boolean)[]) => any) | undefined;
|
|
2175
2175
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2176
2176
|
'update:modelValue': (value: boolean | (string | number | boolean)[]) => true;
|
|
2177
2177
|
change: (value: boolean | (string | number | boolean)[], ev: Event) => true;
|
|
@@ -2264,13 +2264,13 @@ declare const Select: {
|
|
|
2264
2264
|
default: boolean;
|
|
2265
2265
|
};
|
|
2266
2266
|
}>> & Readonly<{
|
|
2267
|
-
"onUpdate:modelValue"?: ((value: (string | number | boolean)[]) => any) | undefined;
|
|
2268
2267
|
onChange?: ((value: (string | number | boolean)[], ev: Event) => any) | undefined;
|
|
2268
|
+
"onUpdate:modelValue"?: ((value: (string | number | boolean)[]) => any) | undefined;
|
|
2269
2269
|
}>, {
|
|
2270
2270
|
disabled: boolean;
|
|
2271
2271
|
defaultValue: (string | number | boolean)[];
|
|
2272
|
-
direction: "horizontal" | "vertical";
|
|
2273
2272
|
modelValue: (string | number | boolean)[];
|
|
2273
|
+
direction: "horizontal" | "vertical";
|
|
2274
2274
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2275
2275
|
install: (app: App, options?: SDOptions) => void;
|
|
2276
2276
|
};
|