@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/slider/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { App } from 'vue';
|
|
2
2
|
import type { SDOptions } from '../_utils/types';
|
|
3
|
-
import _Slider from './slider';
|
|
3
|
+
import _Slider from './slider.vue';
|
|
4
4
|
declare const Slider: {
|
|
5
5
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
6
6
|
modelValue: {
|
|
@@ -54,8 +54,8 @@ declare const Slider: {
|
|
|
54
54
|
default: boolean;
|
|
55
55
|
};
|
|
56
56
|
}>> & Readonly<{
|
|
57
|
-
"onUpdate:modelValue"?: ((value: number | [number, number]) => any) | undefined;
|
|
58
57
|
onChange?: ((value: number | [number, number]) => any) | undefined;
|
|
58
|
+
"onUpdate:modelValue"?: ((value: number | [number, number]) => any) | undefined;
|
|
59
59
|
}>, {
|
|
60
60
|
prefixCls: string;
|
|
61
61
|
cls: import("vue").ComputedRef<(string | {
|
|
@@ -87,10 +87,10 @@ declare const Slider: {
|
|
|
87
87
|
}, import("vue").PublicProps, {
|
|
88
88
|
disabled: boolean;
|
|
89
89
|
defaultValue: number | [number, number];
|
|
90
|
-
direction: "horizontal" | "vertical";
|
|
91
90
|
modelValue: number | [number, number];
|
|
92
91
|
range: boolean;
|
|
93
92
|
max: number;
|
|
93
|
+
direction: "horizontal" | "vertical";
|
|
94
94
|
step: number;
|
|
95
95
|
min: number;
|
|
96
96
|
showTooltip: boolean;
|
|
@@ -129,7 +129,7 @@ declare const Slider: {
|
|
|
129
129
|
prefixCls: string;
|
|
130
130
|
cls: import("vue").ComputedRef<string[]>;
|
|
131
131
|
tooltipContent: import("vue").ComputedRef<any>;
|
|
132
|
-
mergedTooltipPosition: import("vue").ComputedRef<"
|
|
132
|
+
mergedTooltipPosition: import("vue").ComputedRef<"top" | "right">;
|
|
133
133
|
popupVisible: import("vue").ComputedRef<boolean | undefined>;
|
|
134
134
|
handleMouseDown: (e: MouseEvent | TouchEvent) => void;
|
|
135
135
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("moving" | "movestart" | "moveend")[], "moving" | "movestart" | "moveend", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -227,9 +227,9 @@ declare const Slider: {
|
|
|
227
227
|
}, import("vue").PublicProps, {
|
|
228
228
|
mini: boolean;
|
|
229
229
|
disabled: boolean;
|
|
230
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
230
231
|
popupVisible: boolean;
|
|
231
232
|
defaultPopupVisible: boolean;
|
|
232
|
-
position: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "tl" | "bl" | "lt" | "lb" | "rb";
|
|
233
233
|
}, true, {}, {}, {
|
|
234
234
|
Trigger: {
|
|
235
235
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -289,13 +289,13 @@ declare const Slider: {
|
|
|
289
289
|
default: boolean;
|
|
290
290
|
};
|
|
291
291
|
contentClass: {
|
|
292
|
-
type: (
|
|
292
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
293
293
|
};
|
|
294
294
|
contentStyle: {
|
|
295
295
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
296
296
|
};
|
|
297
297
|
arrowClass: {
|
|
298
|
-
type: (
|
|
298
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
299
299
|
};
|
|
300
300
|
arrowStyle: {
|
|
301
301
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -353,7 +353,7 @@ declare const Slider: {
|
|
|
353
353
|
default: boolean;
|
|
354
354
|
};
|
|
355
355
|
openedClass: {
|
|
356
|
-
type: (
|
|
356
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
357
357
|
};
|
|
358
358
|
autoFitPosition: {
|
|
359
359
|
type: BooleanConstructor;
|
|
@@ -389,19 +389,21 @@ declare const Slider: {
|
|
|
389
389
|
resize: () => true;
|
|
390
390
|
}, import("vue").PublicProps, {
|
|
391
391
|
disabled: boolean;
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
392
|
+
unmountOnClose: boolean;
|
|
393
|
+
renderToBody: boolean;
|
|
394
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
395
|
+
autoFitPosition: boolean;
|
|
395
396
|
popupVisible: boolean;
|
|
396
397
|
defaultPopupVisible: boolean;
|
|
397
|
-
|
|
398
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
398
399
|
popupOffset: number;
|
|
400
|
+
showArrow: boolean;
|
|
399
401
|
alignPoint: boolean;
|
|
400
402
|
popupHoverStay: boolean;
|
|
401
403
|
blurToClose: boolean;
|
|
402
404
|
clickToClose: boolean;
|
|
403
405
|
clickOutsideToClose: boolean;
|
|
404
|
-
|
|
406
|
+
animationName: string;
|
|
405
407
|
mouseEnterDelay: number;
|
|
406
408
|
mouseLeaveDelay: number;
|
|
407
409
|
focusDelay: number;
|
|
@@ -409,10 +411,8 @@ declare const Slider: {
|
|
|
409
411
|
autoFitPopupMinWidth: boolean;
|
|
410
412
|
autoFixPosition: boolean;
|
|
411
413
|
updateAtScroll: boolean;
|
|
412
|
-
autoFitPosition: boolean;
|
|
413
414
|
autoFitTransformOrigin: boolean;
|
|
414
415
|
hideEmpty: boolean;
|
|
415
|
-
renderToBody: boolean;
|
|
416
416
|
preventFocus: boolean;
|
|
417
417
|
scrollToClose: boolean;
|
|
418
418
|
scrollToCloseDistance: number;
|
|
@@ -480,13 +480,13 @@ declare const Slider: {
|
|
|
480
480
|
default: boolean;
|
|
481
481
|
};
|
|
482
482
|
contentClass: {
|
|
483
|
-
type: (
|
|
483
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
484
484
|
};
|
|
485
485
|
contentStyle: {
|
|
486
486
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
487
487
|
};
|
|
488
488
|
arrowClass: {
|
|
489
|
-
type: (
|
|
489
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
490
490
|
};
|
|
491
491
|
arrowStyle: {
|
|
492
492
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -544,7 +544,7 @@ declare const Slider: {
|
|
|
544
544
|
default: boolean;
|
|
545
545
|
};
|
|
546
546
|
openedClass: {
|
|
547
|
-
type: (
|
|
547
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
548
548
|
};
|
|
549
549
|
autoFitPosition: {
|
|
550
550
|
type: BooleanConstructor;
|
|
@@ -574,19 +574,21 @@ declare const Slider: {
|
|
|
574
574
|
onHide?: (() => any) | undefined;
|
|
575
575
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
576
576
|
disabled: boolean;
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
577
|
+
unmountOnClose: boolean;
|
|
578
|
+
renderToBody: boolean;
|
|
579
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
580
|
+
autoFitPosition: boolean;
|
|
580
581
|
popupVisible: boolean;
|
|
581
582
|
defaultPopupVisible: boolean;
|
|
582
|
-
|
|
583
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
583
584
|
popupOffset: number;
|
|
585
|
+
showArrow: boolean;
|
|
584
586
|
alignPoint: boolean;
|
|
585
587
|
popupHoverStay: boolean;
|
|
586
588
|
blurToClose: boolean;
|
|
587
589
|
clickToClose: boolean;
|
|
588
590
|
clickOutsideToClose: boolean;
|
|
589
|
-
|
|
591
|
+
animationName: string;
|
|
590
592
|
mouseEnterDelay: number;
|
|
591
593
|
mouseLeaveDelay: number;
|
|
592
594
|
focusDelay: number;
|
|
@@ -594,10 +596,8 @@ declare const Slider: {
|
|
|
594
596
|
autoFitPopupMinWidth: boolean;
|
|
595
597
|
autoFixPosition: boolean;
|
|
596
598
|
updateAtScroll: boolean;
|
|
597
|
-
autoFitPosition: boolean;
|
|
598
599
|
autoFitTransformOrigin: boolean;
|
|
599
600
|
hideEmpty: boolean;
|
|
600
|
-
renderToBody: boolean;
|
|
601
601
|
preventFocus: boolean;
|
|
602
602
|
scrollToClose: boolean;
|
|
603
603
|
scrollToCloseDistance: number;
|
|
@@ -662,13 +662,13 @@ declare const Slider: {
|
|
|
662
662
|
default: boolean;
|
|
663
663
|
};
|
|
664
664
|
contentClass: {
|
|
665
|
-
type: (
|
|
665
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
666
666
|
};
|
|
667
667
|
contentStyle: {
|
|
668
668
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
669
669
|
};
|
|
670
670
|
arrowClass: {
|
|
671
|
-
type: (
|
|
671
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
672
672
|
};
|
|
673
673
|
arrowStyle: {
|
|
674
674
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -726,7 +726,7 @@ declare const Slider: {
|
|
|
726
726
|
default: boolean;
|
|
727
727
|
};
|
|
728
728
|
openedClass: {
|
|
729
|
-
type: (
|
|
729
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
730
730
|
};
|
|
731
731
|
autoFitPosition: {
|
|
732
732
|
type: BooleanConstructor;
|
|
@@ -762,19 +762,21 @@ declare const Slider: {
|
|
|
762
762
|
resize: () => true;
|
|
763
763
|
}, string, {
|
|
764
764
|
disabled: boolean;
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
765
|
+
unmountOnClose: boolean;
|
|
766
|
+
renderToBody: boolean;
|
|
767
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
768
|
+
autoFitPosition: boolean;
|
|
768
769
|
popupVisible: boolean;
|
|
769
770
|
defaultPopupVisible: boolean;
|
|
770
|
-
|
|
771
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
771
772
|
popupOffset: number;
|
|
773
|
+
showArrow: boolean;
|
|
772
774
|
alignPoint: boolean;
|
|
773
775
|
popupHoverStay: boolean;
|
|
774
776
|
blurToClose: boolean;
|
|
775
777
|
clickToClose: boolean;
|
|
776
778
|
clickOutsideToClose: boolean;
|
|
777
|
-
|
|
779
|
+
animationName: string;
|
|
778
780
|
mouseEnterDelay: number;
|
|
779
781
|
mouseLeaveDelay: number;
|
|
780
782
|
focusDelay: number;
|
|
@@ -782,10 +784,8 @@ declare const Slider: {
|
|
|
782
784
|
autoFitPopupMinWidth: boolean;
|
|
783
785
|
autoFixPosition: boolean;
|
|
784
786
|
updateAtScroll: boolean;
|
|
785
|
-
autoFitPosition: boolean;
|
|
786
787
|
autoFitTransformOrigin: boolean;
|
|
787
788
|
hideEmpty: boolean;
|
|
788
|
-
renderToBody: boolean;
|
|
789
789
|
preventFocus: boolean;
|
|
790
790
|
scrollToClose: boolean;
|
|
791
791
|
scrollToCloseDistance: number;
|
|
@@ -853,9 +853,9 @@ declare const Slider: {
|
|
|
853
853
|
}, {}, {}, {}, {
|
|
854
854
|
mini: boolean;
|
|
855
855
|
disabled: boolean;
|
|
856
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
856
857
|
popupVisible: boolean;
|
|
857
858
|
defaultPopupVisible: boolean;
|
|
858
|
-
position: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "tl" | "bl" | "lt" | "lb" | "rb";
|
|
859
859
|
}>;
|
|
860
860
|
__isFragment?: never;
|
|
861
861
|
__isTeleport?: never;
|
|
@@ -917,9 +917,9 @@ declare const Slider: {
|
|
|
917
917
|
}, string, {
|
|
918
918
|
mini: boolean;
|
|
919
919
|
disabled: boolean;
|
|
920
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
920
921
|
popupVisible: boolean;
|
|
921
922
|
defaultPopupVisible: boolean;
|
|
922
|
-
position: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "tl" | "bl" | "lt" | "lb" | "rb";
|
|
923
923
|
}, {}, string, {}, {
|
|
924
924
|
Trigger: {
|
|
925
925
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -979,13 +979,13 @@ declare const Slider: {
|
|
|
979
979
|
default: boolean;
|
|
980
980
|
};
|
|
981
981
|
contentClass: {
|
|
982
|
-
type: (
|
|
982
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
983
983
|
};
|
|
984
984
|
contentStyle: {
|
|
985
985
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
986
986
|
};
|
|
987
987
|
arrowClass: {
|
|
988
|
-
type: (
|
|
988
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
989
989
|
};
|
|
990
990
|
arrowStyle: {
|
|
991
991
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1043,7 +1043,7 @@ declare const Slider: {
|
|
|
1043
1043
|
default: boolean;
|
|
1044
1044
|
};
|
|
1045
1045
|
openedClass: {
|
|
1046
|
-
type: (
|
|
1046
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1047
1047
|
};
|
|
1048
1048
|
autoFitPosition: {
|
|
1049
1049
|
type: BooleanConstructor;
|
|
@@ -1079,19 +1079,21 @@ declare const Slider: {
|
|
|
1079
1079
|
resize: () => true;
|
|
1080
1080
|
}, import("vue").PublicProps, {
|
|
1081
1081
|
disabled: boolean;
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1082
|
+
unmountOnClose: boolean;
|
|
1083
|
+
renderToBody: boolean;
|
|
1084
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1085
|
+
autoFitPosition: boolean;
|
|
1085
1086
|
popupVisible: boolean;
|
|
1086
1087
|
defaultPopupVisible: boolean;
|
|
1087
|
-
|
|
1088
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1088
1089
|
popupOffset: number;
|
|
1090
|
+
showArrow: boolean;
|
|
1089
1091
|
alignPoint: boolean;
|
|
1090
1092
|
popupHoverStay: boolean;
|
|
1091
1093
|
blurToClose: boolean;
|
|
1092
1094
|
clickToClose: boolean;
|
|
1093
1095
|
clickOutsideToClose: boolean;
|
|
1094
|
-
|
|
1096
|
+
animationName: string;
|
|
1095
1097
|
mouseEnterDelay: number;
|
|
1096
1098
|
mouseLeaveDelay: number;
|
|
1097
1099
|
focusDelay: number;
|
|
@@ -1099,10 +1101,8 @@ declare const Slider: {
|
|
|
1099
1101
|
autoFitPopupMinWidth: boolean;
|
|
1100
1102
|
autoFixPosition: boolean;
|
|
1101
1103
|
updateAtScroll: boolean;
|
|
1102
|
-
autoFitPosition: boolean;
|
|
1103
1104
|
autoFitTransformOrigin: boolean;
|
|
1104
1105
|
hideEmpty: boolean;
|
|
1105
|
-
renderToBody: boolean;
|
|
1106
1106
|
preventFocus: boolean;
|
|
1107
1107
|
scrollToClose: boolean;
|
|
1108
1108
|
scrollToCloseDistance: number;
|
|
@@ -1170,13 +1170,13 @@ declare const Slider: {
|
|
|
1170
1170
|
default: boolean;
|
|
1171
1171
|
};
|
|
1172
1172
|
contentClass: {
|
|
1173
|
-
type: (
|
|
1173
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1174
1174
|
};
|
|
1175
1175
|
contentStyle: {
|
|
1176
1176
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1177
1177
|
};
|
|
1178
1178
|
arrowClass: {
|
|
1179
|
-
type: (
|
|
1179
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1180
1180
|
};
|
|
1181
1181
|
arrowStyle: {
|
|
1182
1182
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1234,7 +1234,7 @@ declare const Slider: {
|
|
|
1234
1234
|
default: boolean;
|
|
1235
1235
|
};
|
|
1236
1236
|
openedClass: {
|
|
1237
|
-
type: (
|
|
1237
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1238
1238
|
};
|
|
1239
1239
|
autoFitPosition: {
|
|
1240
1240
|
type: BooleanConstructor;
|
|
@@ -1264,19 +1264,21 @@ declare const Slider: {
|
|
|
1264
1264
|
onHide?: (() => any) | undefined;
|
|
1265
1265
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1266
1266
|
disabled: boolean;
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1267
|
+
unmountOnClose: boolean;
|
|
1268
|
+
renderToBody: boolean;
|
|
1269
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1270
|
+
autoFitPosition: boolean;
|
|
1270
1271
|
popupVisible: boolean;
|
|
1271
1272
|
defaultPopupVisible: boolean;
|
|
1272
|
-
|
|
1273
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1273
1274
|
popupOffset: number;
|
|
1275
|
+
showArrow: boolean;
|
|
1274
1276
|
alignPoint: boolean;
|
|
1275
1277
|
popupHoverStay: boolean;
|
|
1276
1278
|
blurToClose: boolean;
|
|
1277
1279
|
clickToClose: boolean;
|
|
1278
1280
|
clickOutsideToClose: boolean;
|
|
1279
|
-
|
|
1281
|
+
animationName: string;
|
|
1280
1282
|
mouseEnterDelay: number;
|
|
1281
1283
|
mouseLeaveDelay: number;
|
|
1282
1284
|
focusDelay: number;
|
|
@@ -1284,10 +1286,8 @@ declare const Slider: {
|
|
|
1284
1286
|
autoFitPopupMinWidth: boolean;
|
|
1285
1287
|
autoFixPosition: boolean;
|
|
1286
1288
|
updateAtScroll: boolean;
|
|
1287
|
-
autoFitPosition: boolean;
|
|
1288
1289
|
autoFitTransformOrigin: boolean;
|
|
1289
1290
|
hideEmpty: boolean;
|
|
1290
|
-
renderToBody: boolean;
|
|
1291
1291
|
preventFocus: boolean;
|
|
1292
1292
|
scrollToClose: boolean;
|
|
1293
1293
|
scrollToCloseDistance: number;
|
|
@@ -1352,13 +1352,13 @@ declare const Slider: {
|
|
|
1352
1352
|
default: boolean;
|
|
1353
1353
|
};
|
|
1354
1354
|
contentClass: {
|
|
1355
|
-
type: (
|
|
1355
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1356
1356
|
};
|
|
1357
1357
|
contentStyle: {
|
|
1358
1358
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
1359
1359
|
};
|
|
1360
1360
|
arrowClass: {
|
|
1361
|
-
type: (
|
|
1361
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1362
1362
|
};
|
|
1363
1363
|
arrowStyle: {
|
|
1364
1364
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -1416,7 +1416,7 @@ declare const Slider: {
|
|
|
1416
1416
|
default: boolean;
|
|
1417
1417
|
};
|
|
1418
1418
|
openedClass: {
|
|
1419
|
-
type: (
|
|
1419
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
1420
1420
|
};
|
|
1421
1421
|
autoFitPosition: {
|
|
1422
1422
|
type: BooleanConstructor;
|
|
@@ -1452,19 +1452,21 @@ declare const Slider: {
|
|
|
1452
1452
|
resize: () => true;
|
|
1453
1453
|
}, string, {
|
|
1454
1454
|
disabled: boolean;
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1455
|
+
unmountOnClose: boolean;
|
|
1456
|
+
renderToBody: boolean;
|
|
1457
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1458
|
+
autoFitPosition: boolean;
|
|
1458
1459
|
popupVisible: boolean;
|
|
1459
1460
|
defaultPopupVisible: boolean;
|
|
1460
|
-
|
|
1461
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
1461
1462
|
popupOffset: number;
|
|
1463
|
+
showArrow: boolean;
|
|
1462
1464
|
alignPoint: boolean;
|
|
1463
1465
|
popupHoverStay: boolean;
|
|
1464
1466
|
blurToClose: boolean;
|
|
1465
1467
|
clickToClose: boolean;
|
|
1466
1468
|
clickOutsideToClose: boolean;
|
|
1467
|
-
|
|
1469
|
+
animationName: string;
|
|
1468
1470
|
mouseEnterDelay: number;
|
|
1469
1471
|
mouseLeaveDelay: number;
|
|
1470
1472
|
focusDelay: number;
|
|
@@ -1472,10 +1474,8 @@ declare const Slider: {
|
|
|
1472
1474
|
autoFitPopupMinWidth: boolean;
|
|
1473
1475
|
autoFixPosition: boolean;
|
|
1474
1476
|
updateAtScroll: boolean;
|
|
1475
|
-
autoFitPosition: boolean;
|
|
1476
1477
|
autoFitTransformOrigin: boolean;
|
|
1477
1478
|
hideEmpty: boolean;
|
|
1478
|
-
renderToBody: boolean;
|
|
1479
1479
|
preventFocus: boolean;
|
|
1480
1480
|
scrollToClose: boolean;
|
|
1481
1481
|
scrollToCloseDistance: number;
|
|
@@ -1740,13 +1740,13 @@ declare const Slider: {
|
|
|
1740
1740
|
type: ObjectConstructor;
|
|
1741
1741
|
};
|
|
1742
1742
|
}>> & Readonly<{
|
|
1743
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
1744
|
-
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
1745
|
-
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
1746
|
-
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
1747
1743
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1744
|
+
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
1745
|
+
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
1748
1746
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1747
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
1749
1748
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
1749
|
+
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
1750
1750
|
}>, {
|
|
1751
1751
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
1752
1752
|
render: () => import("vue/jsx-runtime").JSX.Element;
|
|
@@ -1762,15 +1762,15 @@ declare const Slider: {
|
|
|
1762
1762
|
input: (value: number | undefined, inputValue: string, ev: Event) => true;
|
|
1763
1763
|
keydown: (ev: KeyboardEvent) => true;
|
|
1764
1764
|
}, import("vue").PublicProps, {
|
|
1765
|
-
disabled: boolean;
|
|
1766
1765
|
error: boolean;
|
|
1766
|
+
disabled: boolean;
|
|
1767
1767
|
mode: "button" | "embed";
|
|
1768
1768
|
allowClear: boolean;
|
|
1769
1769
|
max: number;
|
|
1770
1770
|
step: number;
|
|
1771
1771
|
min: number;
|
|
1772
1772
|
hideButton: boolean;
|
|
1773
|
-
modelEvent: "
|
|
1773
|
+
modelEvent: "change" | "input";
|
|
1774
1774
|
readOnly: boolean;
|
|
1775
1775
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1776
1776
|
P: {};
|
|
@@ -1837,13 +1837,13 @@ declare const Slider: {
|
|
|
1837
1837
|
type: ObjectConstructor;
|
|
1838
1838
|
};
|
|
1839
1839
|
}>> & Readonly<{
|
|
1840
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
1841
|
-
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
1842
|
-
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
1843
|
-
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
1844
1840
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1841
|
+
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
1842
|
+
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
1845
1843
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1844
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
1846
1845
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
1846
|
+
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
1847
1847
|
}>, {
|
|
1848
1848
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
1849
1849
|
render: () => import("vue/jsx-runtime").JSX.Element;
|
|
@@ -1851,15 +1851,15 @@ declare const Slider: {
|
|
|
1851
1851
|
focus(): void;
|
|
1852
1852
|
blur(): void;
|
|
1853
1853
|
}, {
|
|
1854
|
-
disabled: boolean;
|
|
1855
1854
|
error: boolean;
|
|
1855
|
+
disabled: boolean;
|
|
1856
1856
|
mode: "button" | "embed";
|
|
1857
1857
|
allowClear: boolean;
|
|
1858
1858
|
max: number;
|
|
1859
1859
|
step: number;
|
|
1860
1860
|
min: number;
|
|
1861
1861
|
hideButton: boolean;
|
|
1862
|
-
modelEvent: "
|
|
1862
|
+
modelEvent: "change" | "input";
|
|
1863
1863
|
readOnly: boolean;
|
|
1864
1864
|
}>;
|
|
1865
1865
|
__isFragment?: never;
|
|
@@ -1923,13 +1923,13 @@ declare const Slider: {
|
|
|
1923
1923
|
type: ObjectConstructor;
|
|
1924
1924
|
};
|
|
1925
1925
|
}>> & Readonly<{
|
|
1926
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
1927
|
-
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
1928
|
-
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
1929
|
-
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
1930
1926
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
1927
|
+
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
1928
|
+
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
1931
1929
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
1930
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
1932
1931
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
1932
|
+
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
1933
1933
|
}>, {
|
|
1934
1934
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
1935
1935
|
render: () => import("vue/jsx-runtime").JSX.Element;
|
|
@@ -1945,15 +1945,15 @@ declare const Slider: {
|
|
|
1945
1945
|
input: (value: number | undefined, inputValue: string, ev: Event) => true;
|
|
1946
1946
|
keydown: (ev: KeyboardEvent) => true;
|
|
1947
1947
|
}, string, {
|
|
1948
|
-
disabled: boolean;
|
|
1949
1948
|
error: boolean;
|
|
1949
|
+
disabled: boolean;
|
|
1950
1950
|
mode: "button" | "embed";
|
|
1951
1951
|
allowClear: boolean;
|
|
1952
1952
|
max: number;
|
|
1953
1953
|
step: number;
|
|
1954
1954
|
min: number;
|
|
1955
1955
|
hideButton: boolean;
|
|
1956
|
-
modelEvent: "
|
|
1956
|
+
modelEvent: "change" | "input";
|
|
1957
1957
|
readOnly: boolean;
|
|
1958
1958
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1959
1959
|
install: (app: App, options?: SDOptions) => void;
|
|
@@ -2018,8 +2018,8 @@ declare const Slider: {
|
|
|
2018
2018
|
default: boolean;
|
|
2019
2019
|
};
|
|
2020
2020
|
}>> & Readonly<{
|
|
2021
|
-
"onUpdate:modelValue"?: ((value: number | [number, number]) => any) | undefined;
|
|
2022
2021
|
onChange?: ((value: number | [number, number]) => any) | undefined;
|
|
2022
|
+
"onUpdate:modelValue"?: ((value: number | [number, number]) => any) | undefined;
|
|
2023
2023
|
}>, {
|
|
2024
2024
|
prefixCls: string;
|
|
2025
2025
|
cls: import("vue").ComputedRef<(string | {
|
|
@@ -2048,10 +2048,10 @@ declare const Slider: {
|
|
|
2048
2048
|
}, {}, {}, {}, {
|
|
2049
2049
|
disabled: boolean;
|
|
2050
2050
|
defaultValue: number | [number, number];
|
|
2051
|
-
direction: "horizontal" | "vertical";
|
|
2052
2051
|
modelValue: number | [number, number];
|
|
2053
2052
|
range: boolean;
|
|
2054
2053
|
max: number;
|
|
2054
|
+
direction: "horizontal" | "vertical";
|
|
2055
2055
|
step: number;
|
|
2056
2056
|
min: number;
|
|
2057
2057
|
showTooltip: boolean;
|
|
@@ -2113,8 +2113,8 @@ declare const Slider: {
|
|
|
2113
2113
|
default: boolean;
|
|
2114
2114
|
};
|
|
2115
2115
|
}>> & Readonly<{
|
|
2116
|
-
"onUpdate:modelValue"?: ((value: number | [number, number]) => any) | undefined;
|
|
2117
2116
|
onChange?: ((value: number | [number, number]) => any) | undefined;
|
|
2117
|
+
"onUpdate:modelValue"?: ((value: number | [number, number]) => any) | undefined;
|
|
2118
2118
|
}>, {
|
|
2119
2119
|
prefixCls: string;
|
|
2120
2120
|
cls: import("vue").ComputedRef<(string | {
|
|
@@ -2146,10 +2146,10 @@ declare const Slider: {
|
|
|
2146
2146
|
}, string, {
|
|
2147
2147
|
disabled: boolean;
|
|
2148
2148
|
defaultValue: number | [number, number];
|
|
2149
|
-
direction: "horizontal" | "vertical";
|
|
2150
2149
|
modelValue: number | [number, number];
|
|
2151
2150
|
range: boolean;
|
|
2152
2151
|
max: number;
|
|
2152
|
+
direction: "horizontal" | "vertical";
|
|
2153
2153
|
step: number;
|
|
2154
2154
|
min: number;
|
|
2155
2155
|
showTooltip: boolean;
|
|
@@ -2188,7 +2188,7 @@ declare const Slider: {
|
|
|
2188
2188
|
prefixCls: string;
|
|
2189
2189
|
cls: import("vue").ComputedRef<string[]>;
|
|
2190
2190
|
tooltipContent: import("vue").ComputedRef<any>;
|
|
2191
|
-
mergedTooltipPosition: import("vue").ComputedRef<"
|
|
2191
|
+
mergedTooltipPosition: import("vue").ComputedRef<"top" | "right">;
|
|
2192
2192
|
popupVisible: import("vue").ComputedRef<boolean | undefined>;
|
|
2193
2193
|
handleMouseDown: (e: MouseEvent | TouchEvent) => void;
|
|
2194
2194
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("moving" | "movestart" | "moveend")[], "moving" | "movestart" | "moveend", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2286,9 +2286,9 @@ declare const Slider: {
|
|
|
2286
2286
|
}, import("vue").PublicProps, {
|
|
2287
2287
|
mini: boolean;
|
|
2288
2288
|
disabled: boolean;
|
|
2289
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
2289
2290
|
popupVisible: boolean;
|
|
2290
2291
|
defaultPopupVisible: boolean;
|
|
2291
|
-
position: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "tl" | "bl" | "lt" | "lb" | "rb";
|
|
2292
2292
|
}, true, {}, {}, {
|
|
2293
2293
|
Trigger: {
|
|
2294
2294
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2348,13 +2348,13 @@ declare const Slider: {
|
|
|
2348
2348
|
default: boolean;
|
|
2349
2349
|
};
|
|
2350
2350
|
contentClass: {
|
|
2351
|
-
type: (
|
|
2351
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2352
2352
|
};
|
|
2353
2353
|
contentStyle: {
|
|
2354
2354
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2355
2355
|
};
|
|
2356
2356
|
arrowClass: {
|
|
2357
|
-
type: (
|
|
2357
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2358
2358
|
};
|
|
2359
2359
|
arrowStyle: {
|
|
2360
2360
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2412,7 +2412,7 @@ declare const Slider: {
|
|
|
2412
2412
|
default: boolean;
|
|
2413
2413
|
};
|
|
2414
2414
|
openedClass: {
|
|
2415
|
-
type: (
|
|
2415
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2416
2416
|
};
|
|
2417
2417
|
autoFitPosition: {
|
|
2418
2418
|
type: BooleanConstructor;
|
|
@@ -2448,19 +2448,21 @@ declare const Slider: {
|
|
|
2448
2448
|
resize: () => true;
|
|
2449
2449
|
}, import("vue").PublicProps, {
|
|
2450
2450
|
disabled: boolean;
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2451
|
+
unmountOnClose: boolean;
|
|
2452
|
+
renderToBody: boolean;
|
|
2453
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
2454
|
+
autoFitPosition: boolean;
|
|
2454
2455
|
popupVisible: boolean;
|
|
2455
2456
|
defaultPopupVisible: boolean;
|
|
2456
|
-
|
|
2457
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
2457
2458
|
popupOffset: number;
|
|
2459
|
+
showArrow: boolean;
|
|
2458
2460
|
alignPoint: boolean;
|
|
2459
2461
|
popupHoverStay: boolean;
|
|
2460
2462
|
blurToClose: boolean;
|
|
2461
2463
|
clickToClose: boolean;
|
|
2462
2464
|
clickOutsideToClose: boolean;
|
|
2463
|
-
|
|
2465
|
+
animationName: string;
|
|
2464
2466
|
mouseEnterDelay: number;
|
|
2465
2467
|
mouseLeaveDelay: number;
|
|
2466
2468
|
focusDelay: number;
|
|
@@ -2468,10 +2470,8 @@ declare const Slider: {
|
|
|
2468
2470
|
autoFitPopupMinWidth: boolean;
|
|
2469
2471
|
autoFixPosition: boolean;
|
|
2470
2472
|
updateAtScroll: boolean;
|
|
2471
|
-
autoFitPosition: boolean;
|
|
2472
2473
|
autoFitTransformOrigin: boolean;
|
|
2473
2474
|
hideEmpty: boolean;
|
|
2474
|
-
renderToBody: boolean;
|
|
2475
2475
|
preventFocus: boolean;
|
|
2476
2476
|
scrollToClose: boolean;
|
|
2477
2477
|
scrollToCloseDistance: number;
|
|
@@ -2539,13 +2539,13 @@ declare const Slider: {
|
|
|
2539
2539
|
default: boolean;
|
|
2540
2540
|
};
|
|
2541
2541
|
contentClass: {
|
|
2542
|
-
type: (
|
|
2542
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2543
2543
|
};
|
|
2544
2544
|
contentStyle: {
|
|
2545
2545
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2546
2546
|
};
|
|
2547
2547
|
arrowClass: {
|
|
2548
|
-
type: (
|
|
2548
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2549
2549
|
};
|
|
2550
2550
|
arrowStyle: {
|
|
2551
2551
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2603,7 +2603,7 @@ declare const Slider: {
|
|
|
2603
2603
|
default: boolean;
|
|
2604
2604
|
};
|
|
2605
2605
|
openedClass: {
|
|
2606
|
-
type: (
|
|
2606
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2607
2607
|
};
|
|
2608
2608
|
autoFitPosition: {
|
|
2609
2609
|
type: BooleanConstructor;
|
|
@@ -2633,19 +2633,21 @@ declare const Slider: {
|
|
|
2633
2633
|
onHide?: (() => any) | undefined;
|
|
2634
2634
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
2635
2635
|
disabled: boolean;
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2636
|
+
unmountOnClose: boolean;
|
|
2637
|
+
renderToBody: boolean;
|
|
2638
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
2639
|
+
autoFitPosition: boolean;
|
|
2639
2640
|
popupVisible: boolean;
|
|
2640
2641
|
defaultPopupVisible: boolean;
|
|
2641
|
-
|
|
2642
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
2642
2643
|
popupOffset: number;
|
|
2644
|
+
showArrow: boolean;
|
|
2643
2645
|
alignPoint: boolean;
|
|
2644
2646
|
popupHoverStay: boolean;
|
|
2645
2647
|
blurToClose: boolean;
|
|
2646
2648
|
clickToClose: boolean;
|
|
2647
2649
|
clickOutsideToClose: boolean;
|
|
2648
|
-
|
|
2650
|
+
animationName: string;
|
|
2649
2651
|
mouseEnterDelay: number;
|
|
2650
2652
|
mouseLeaveDelay: number;
|
|
2651
2653
|
focusDelay: number;
|
|
@@ -2653,10 +2655,8 @@ declare const Slider: {
|
|
|
2653
2655
|
autoFitPopupMinWidth: boolean;
|
|
2654
2656
|
autoFixPosition: boolean;
|
|
2655
2657
|
updateAtScroll: boolean;
|
|
2656
|
-
autoFitPosition: boolean;
|
|
2657
2658
|
autoFitTransformOrigin: boolean;
|
|
2658
2659
|
hideEmpty: boolean;
|
|
2659
|
-
renderToBody: boolean;
|
|
2660
2660
|
preventFocus: boolean;
|
|
2661
2661
|
scrollToClose: boolean;
|
|
2662
2662
|
scrollToCloseDistance: number;
|
|
@@ -2721,13 +2721,13 @@ declare const Slider: {
|
|
|
2721
2721
|
default: boolean;
|
|
2722
2722
|
};
|
|
2723
2723
|
contentClass: {
|
|
2724
|
-
type: (
|
|
2724
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2725
2725
|
};
|
|
2726
2726
|
contentStyle: {
|
|
2727
2727
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
2728
2728
|
};
|
|
2729
2729
|
arrowClass: {
|
|
2730
|
-
type: (
|
|
2730
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2731
2731
|
};
|
|
2732
2732
|
arrowStyle: {
|
|
2733
2733
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -2785,7 +2785,7 @@ declare const Slider: {
|
|
|
2785
2785
|
default: boolean;
|
|
2786
2786
|
};
|
|
2787
2787
|
openedClass: {
|
|
2788
|
-
type: (
|
|
2788
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
2789
2789
|
};
|
|
2790
2790
|
autoFitPosition: {
|
|
2791
2791
|
type: BooleanConstructor;
|
|
@@ -2821,19 +2821,21 @@ declare const Slider: {
|
|
|
2821
2821
|
resize: () => true;
|
|
2822
2822
|
}, string, {
|
|
2823
2823
|
disabled: boolean;
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
|
|
2824
|
+
unmountOnClose: boolean;
|
|
2825
|
+
renderToBody: boolean;
|
|
2826
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
2827
|
+
autoFitPosition: boolean;
|
|
2827
2828
|
popupVisible: boolean;
|
|
2828
2829
|
defaultPopupVisible: boolean;
|
|
2829
|
-
|
|
2830
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
2830
2831
|
popupOffset: number;
|
|
2832
|
+
showArrow: boolean;
|
|
2831
2833
|
alignPoint: boolean;
|
|
2832
2834
|
popupHoverStay: boolean;
|
|
2833
2835
|
blurToClose: boolean;
|
|
2834
2836
|
clickToClose: boolean;
|
|
2835
2837
|
clickOutsideToClose: boolean;
|
|
2836
|
-
|
|
2838
|
+
animationName: string;
|
|
2837
2839
|
mouseEnterDelay: number;
|
|
2838
2840
|
mouseLeaveDelay: number;
|
|
2839
2841
|
focusDelay: number;
|
|
@@ -2841,10 +2843,8 @@ declare const Slider: {
|
|
|
2841
2843
|
autoFitPopupMinWidth: boolean;
|
|
2842
2844
|
autoFixPosition: boolean;
|
|
2843
2845
|
updateAtScroll: boolean;
|
|
2844
|
-
autoFitPosition: boolean;
|
|
2845
2846
|
autoFitTransformOrigin: boolean;
|
|
2846
2847
|
hideEmpty: boolean;
|
|
2847
|
-
renderToBody: boolean;
|
|
2848
2848
|
preventFocus: boolean;
|
|
2849
2849
|
scrollToClose: boolean;
|
|
2850
2850
|
scrollToCloseDistance: number;
|
|
@@ -2912,9 +2912,9 @@ declare const Slider: {
|
|
|
2912
2912
|
}, {}, {}, {}, {
|
|
2913
2913
|
mini: boolean;
|
|
2914
2914
|
disabled: boolean;
|
|
2915
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
2915
2916
|
popupVisible: boolean;
|
|
2916
2917
|
defaultPopupVisible: boolean;
|
|
2917
|
-
position: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "tl" | "bl" | "lt" | "lb" | "rb";
|
|
2918
2918
|
}>;
|
|
2919
2919
|
__isFragment?: never;
|
|
2920
2920
|
__isTeleport?: never;
|
|
@@ -2976,9 +2976,9 @@ declare const Slider: {
|
|
|
2976
2976
|
}, string, {
|
|
2977
2977
|
mini: boolean;
|
|
2978
2978
|
disabled: boolean;
|
|
2979
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
2979
2980
|
popupVisible: boolean;
|
|
2980
2981
|
defaultPopupVisible: boolean;
|
|
2981
|
-
position: "br" | "rt" | "tr" | "left" | "right" | "top" | "bottom" | "tl" | "bl" | "lt" | "lb" | "rb";
|
|
2982
2982
|
}, {}, string, {}, {
|
|
2983
2983
|
Trigger: {
|
|
2984
2984
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -3038,13 +3038,13 @@ declare const Slider: {
|
|
|
3038
3038
|
default: boolean;
|
|
3039
3039
|
};
|
|
3040
3040
|
contentClass: {
|
|
3041
|
-
type: (
|
|
3041
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3042
3042
|
};
|
|
3043
3043
|
contentStyle: {
|
|
3044
3044
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3045
3045
|
};
|
|
3046
3046
|
arrowClass: {
|
|
3047
|
-
type: (
|
|
3047
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3048
3048
|
};
|
|
3049
3049
|
arrowStyle: {
|
|
3050
3050
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3102,7 +3102,7 @@ declare const Slider: {
|
|
|
3102
3102
|
default: boolean;
|
|
3103
3103
|
};
|
|
3104
3104
|
openedClass: {
|
|
3105
|
-
type: (
|
|
3105
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3106
3106
|
};
|
|
3107
3107
|
autoFitPosition: {
|
|
3108
3108
|
type: BooleanConstructor;
|
|
@@ -3138,19 +3138,21 @@ declare const Slider: {
|
|
|
3138
3138
|
resize: () => true;
|
|
3139
3139
|
}, import("vue").PublicProps, {
|
|
3140
3140
|
disabled: boolean;
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
|
|
3141
|
+
unmountOnClose: boolean;
|
|
3142
|
+
renderToBody: boolean;
|
|
3143
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
3144
|
+
autoFitPosition: boolean;
|
|
3144
3145
|
popupVisible: boolean;
|
|
3145
3146
|
defaultPopupVisible: boolean;
|
|
3146
|
-
|
|
3147
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
3147
3148
|
popupOffset: number;
|
|
3149
|
+
showArrow: boolean;
|
|
3148
3150
|
alignPoint: boolean;
|
|
3149
3151
|
popupHoverStay: boolean;
|
|
3150
3152
|
blurToClose: boolean;
|
|
3151
3153
|
clickToClose: boolean;
|
|
3152
3154
|
clickOutsideToClose: boolean;
|
|
3153
|
-
|
|
3155
|
+
animationName: string;
|
|
3154
3156
|
mouseEnterDelay: number;
|
|
3155
3157
|
mouseLeaveDelay: number;
|
|
3156
3158
|
focusDelay: number;
|
|
@@ -3158,10 +3160,8 @@ declare const Slider: {
|
|
|
3158
3160
|
autoFitPopupMinWidth: boolean;
|
|
3159
3161
|
autoFixPosition: boolean;
|
|
3160
3162
|
updateAtScroll: boolean;
|
|
3161
|
-
autoFitPosition: boolean;
|
|
3162
3163
|
autoFitTransformOrigin: boolean;
|
|
3163
3164
|
hideEmpty: boolean;
|
|
3164
|
-
renderToBody: boolean;
|
|
3165
3165
|
preventFocus: boolean;
|
|
3166
3166
|
scrollToClose: boolean;
|
|
3167
3167
|
scrollToCloseDistance: number;
|
|
@@ -3229,13 +3229,13 @@ declare const Slider: {
|
|
|
3229
3229
|
default: boolean;
|
|
3230
3230
|
};
|
|
3231
3231
|
contentClass: {
|
|
3232
|
-
type: (
|
|
3232
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3233
3233
|
};
|
|
3234
3234
|
contentStyle: {
|
|
3235
3235
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3236
3236
|
};
|
|
3237
3237
|
arrowClass: {
|
|
3238
|
-
type: (
|
|
3238
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3239
3239
|
};
|
|
3240
3240
|
arrowStyle: {
|
|
3241
3241
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3293,7 +3293,7 @@ declare const Slider: {
|
|
|
3293
3293
|
default: boolean;
|
|
3294
3294
|
};
|
|
3295
3295
|
openedClass: {
|
|
3296
|
-
type: (
|
|
3296
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3297
3297
|
};
|
|
3298
3298
|
autoFitPosition: {
|
|
3299
3299
|
type: BooleanConstructor;
|
|
@@ -3323,19 +3323,21 @@ declare const Slider: {
|
|
|
3323
3323
|
onHide?: (() => any) | undefined;
|
|
3324
3324
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
3325
3325
|
disabled: boolean;
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3326
|
+
unmountOnClose: boolean;
|
|
3327
|
+
renderToBody: boolean;
|
|
3328
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
3329
|
+
autoFitPosition: boolean;
|
|
3329
3330
|
popupVisible: boolean;
|
|
3330
3331
|
defaultPopupVisible: boolean;
|
|
3331
|
-
|
|
3332
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
3332
3333
|
popupOffset: number;
|
|
3334
|
+
showArrow: boolean;
|
|
3333
3335
|
alignPoint: boolean;
|
|
3334
3336
|
popupHoverStay: boolean;
|
|
3335
3337
|
blurToClose: boolean;
|
|
3336
3338
|
clickToClose: boolean;
|
|
3337
3339
|
clickOutsideToClose: boolean;
|
|
3338
|
-
|
|
3340
|
+
animationName: string;
|
|
3339
3341
|
mouseEnterDelay: number;
|
|
3340
3342
|
mouseLeaveDelay: number;
|
|
3341
3343
|
focusDelay: number;
|
|
@@ -3343,10 +3345,8 @@ declare const Slider: {
|
|
|
3343
3345
|
autoFitPopupMinWidth: boolean;
|
|
3344
3346
|
autoFixPosition: boolean;
|
|
3345
3347
|
updateAtScroll: boolean;
|
|
3346
|
-
autoFitPosition: boolean;
|
|
3347
3348
|
autoFitTransformOrigin: boolean;
|
|
3348
3349
|
hideEmpty: boolean;
|
|
3349
|
-
renderToBody: boolean;
|
|
3350
3350
|
preventFocus: boolean;
|
|
3351
3351
|
scrollToClose: boolean;
|
|
3352
3352
|
scrollToCloseDistance: number;
|
|
@@ -3411,13 +3411,13 @@ declare const Slider: {
|
|
|
3411
3411
|
default: boolean;
|
|
3412
3412
|
};
|
|
3413
3413
|
contentClass: {
|
|
3414
|
-
type: (
|
|
3414
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3415
3415
|
};
|
|
3416
3416
|
contentStyle: {
|
|
3417
3417
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
3418
3418
|
};
|
|
3419
3419
|
arrowClass: {
|
|
3420
|
-
type: (
|
|
3420
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3421
3421
|
};
|
|
3422
3422
|
arrowStyle: {
|
|
3423
3423
|
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
@@ -3475,7 +3475,7 @@ declare const Slider: {
|
|
|
3475
3475
|
default: boolean;
|
|
3476
3476
|
};
|
|
3477
3477
|
openedClass: {
|
|
3478
|
-
type: (
|
|
3478
|
+
type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
|
|
3479
3479
|
};
|
|
3480
3480
|
autoFitPosition: {
|
|
3481
3481
|
type: BooleanConstructor;
|
|
@@ -3511,19 +3511,21 @@ declare const Slider: {
|
|
|
3511
3511
|
resize: () => true;
|
|
3512
3512
|
}, string, {
|
|
3513
3513
|
disabled: boolean;
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3514
|
+
unmountOnClose: boolean;
|
|
3515
|
+
renderToBody: boolean;
|
|
3516
|
+
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
3517
|
+
autoFitPosition: boolean;
|
|
3517
3518
|
popupVisible: boolean;
|
|
3518
3519
|
defaultPopupVisible: boolean;
|
|
3519
|
-
|
|
3520
|
+
trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[];
|
|
3520
3521
|
popupOffset: number;
|
|
3522
|
+
showArrow: boolean;
|
|
3521
3523
|
alignPoint: boolean;
|
|
3522
3524
|
popupHoverStay: boolean;
|
|
3523
3525
|
blurToClose: boolean;
|
|
3524
3526
|
clickToClose: boolean;
|
|
3525
3527
|
clickOutsideToClose: boolean;
|
|
3526
|
-
|
|
3528
|
+
animationName: string;
|
|
3527
3529
|
mouseEnterDelay: number;
|
|
3528
3530
|
mouseLeaveDelay: number;
|
|
3529
3531
|
focusDelay: number;
|
|
@@ -3531,10 +3533,8 @@ declare const Slider: {
|
|
|
3531
3533
|
autoFitPopupMinWidth: boolean;
|
|
3532
3534
|
autoFixPosition: boolean;
|
|
3533
3535
|
updateAtScroll: boolean;
|
|
3534
|
-
autoFitPosition: boolean;
|
|
3535
3536
|
autoFitTransformOrigin: boolean;
|
|
3536
3537
|
hideEmpty: boolean;
|
|
3537
|
-
renderToBody: boolean;
|
|
3538
3538
|
preventFocus: boolean;
|
|
3539
3539
|
scrollToClose: boolean;
|
|
3540
3540
|
scrollToCloseDistance: number;
|
|
@@ -3799,13 +3799,13 @@ declare const Slider: {
|
|
|
3799
3799
|
type: ObjectConstructor;
|
|
3800
3800
|
};
|
|
3801
3801
|
}>> & Readonly<{
|
|
3802
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
3803
|
-
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
3804
|
-
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
3805
|
-
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
3806
3802
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
3803
|
+
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
3804
|
+
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
3807
3805
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
3806
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
3808
3807
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
3808
|
+
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
3809
3809
|
}>, {
|
|
3810
3810
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
3811
3811
|
render: () => import("vue/jsx-runtime").JSX.Element;
|
|
@@ -3821,15 +3821,15 @@ declare const Slider: {
|
|
|
3821
3821
|
input: (value: number | undefined, inputValue: string, ev: Event) => true;
|
|
3822
3822
|
keydown: (ev: KeyboardEvent) => true;
|
|
3823
3823
|
}, import("vue").PublicProps, {
|
|
3824
|
-
disabled: boolean;
|
|
3825
3824
|
error: boolean;
|
|
3825
|
+
disabled: boolean;
|
|
3826
3826
|
mode: "button" | "embed";
|
|
3827
3827
|
allowClear: boolean;
|
|
3828
3828
|
max: number;
|
|
3829
3829
|
step: number;
|
|
3830
3830
|
min: number;
|
|
3831
3831
|
hideButton: boolean;
|
|
3832
|
-
modelEvent: "
|
|
3832
|
+
modelEvent: "change" | "input";
|
|
3833
3833
|
readOnly: boolean;
|
|
3834
3834
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
3835
3835
|
P: {};
|
|
@@ -3896,13 +3896,13 @@ declare const Slider: {
|
|
|
3896
3896
|
type: ObjectConstructor;
|
|
3897
3897
|
};
|
|
3898
3898
|
}>> & Readonly<{
|
|
3899
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
3900
|
-
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
3901
|
-
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
3902
|
-
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
3903
3899
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
3900
|
+
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
3901
|
+
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
3904
3902
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
3903
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
3905
3904
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
3905
|
+
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
3906
3906
|
}>, {
|
|
3907
3907
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
3908
3908
|
render: () => import("vue/jsx-runtime").JSX.Element;
|
|
@@ -3910,15 +3910,15 @@ declare const Slider: {
|
|
|
3910
3910
|
focus(): void;
|
|
3911
3911
|
blur(): void;
|
|
3912
3912
|
}, {
|
|
3913
|
-
disabled: boolean;
|
|
3914
3913
|
error: boolean;
|
|
3914
|
+
disabled: boolean;
|
|
3915
3915
|
mode: "button" | "embed";
|
|
3916
3916
|
allowClear: boolean;
|
|
3917
3917
|
max: number;
|
|
3918
3918
|
step: number;
|
|
3919
3919
|
min: number;
|
|
3920
3920
|
hideButton: boolean;
|
|
3921
|
-
modelEvent: "
|
|
3921
|
+
modelEvent: "change" | "input";
|
|
3922
3922
|
readOnly: boolean;
|
|
3923
3923
|
}>;
|
|
3924
3924
|
__isFragment?: never;
|
|
@@ -3982,13 +3982,13 @@ declare const Slider: {
|
|
|
3982
3982
|
type: ObjectConstructor;
|
|
3983
3983
|
};
|
|
3984
3984
|
}>> & Readonly<{
|
|
3985
|
-
onClear?: ((ev: Event) => any) | undefined;
|
|
3986
|
-
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
3987
|
-
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
3988
|
-
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
3989
3985
|
onFocus?: ((ev: FocusEvent) => any) | undefined;
|
|
3986
|
+
onChange?: ((value: number | undefined, ev: Event) => any) | undefined;
|
|
3987
|
+
onInput?: ((value: number | undefined, inputValue: string, ev: Event) => any) | undefined;
|
|
3990
3988
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
3989
|
+
onClear?: ((ev: Event) => any) | undefined;
|
|
3991
3990
|
onKeydown?: ((ev: KeyboardEvent) => any) | undefined;
|
|
3991
|
+
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
3992
3992
|
}>, {
|
|
3993
3993
|
inputRef: import("vue").Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
3994
3994
|
render: () => import("vue/jsx-runtime").JSX.Element;
|
|
@@ -4004,15 +4004,15 @@ declare const Slider: {
|
|
|
4004
4004
|
input: (value: number | undefined, inputValue: string, ev: Event) => true;
|
|
4005
4005
|
keydown: (ev: KeyboardEvent) => true;
|
|
4006
4006
|
}, string, {
|
|
4007
|
-
disabled: boolean;
|
|
4008
4007
|
error: boolean;
|
|
4008
|
+
disabled: boolean;
|
|
4009
4009
|
mode: "button" | "embed";
|
|
4010
4010
|
allowClear: boolean;
|
|
4011
4011
|
max: number;
|
|
4012
4012
|
step: number;
|
|
4013
4013
|
min: number;
|
|
4014
4014
|
hideButton: boolean;
|
|
4015
|
-
modelEvent: "
|
|
4015
|
+
modelEvent: "change" | "input";
|
|
4016
4016
|
readOnly: boolean;
|
|
4017
4017
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
4018
4018
|
install: (app: App, options?: SDOptions) => void;
|