@sdata/web-vue 1.8.0 → 1.10.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/dist/sd.css +145 -87
- package/dist/sd.min.css +1 -1
- package/es/_components/auto-tooltip/auto-tooltip.js +1 -4
- package/es/_components/feedback-icon.vue.d.ts +12 -0
- package/es/_components/input-label/input-label.js +30 -24
- package/es/_components/picker/input-range.vue.d.ts +15 -0
- package/es/_components/picker/input.vue.d.ts +15 -0
- package/es/_components/resize-trigger.vue.d.ts +6 -0
- package/es/_components/select-view/interface.d.ts +1 -0
- package/es/_components/select-view/select-view.d.ts +12 -3
- package/es/_components/select-view/select-view.js +38 -28
- package/es/_components/select-view/style/index.css +45 -0
- package/es/_components/transition/expand-transition.vue.d.ts +6 -6
- package/es/_components/transition/expand-transition.vue_vue_type_script_lang.js +13 -6
- package/es/_components/virtual-list/index.js +5 -0
- package/es/_components/virtual-list/interface.d.ts +52 -10
- package/es/_components/virtual-list/style/index.scss +1 -0
- package/es/_components/virtual-list/virtual-list.js +60 -0
- package/es/_components/virtual-list/virtual-list.vue.d.ts +310 -100
- package/es/_components/virtual-list/virtual-list.vue_vue_type_script_lang.js +470 -0
- package/es/_hooks/use-allow-clear.d.ts +1 -1
- package/es/_hooks/use-allow-clear.js +2 -2
- package/es/_hooks/use-pure-prop.js +2 -2
- package/es/_hooks/use-resize-observer.d.ts +1 -1
- package/es/_hooks/use-trigger.d.ts +4 -6
- package/es/_hooks/use-trigger.js +7 -5
- package/es/_utils/date.d.ts +1 -3
- package/es/_utils/date.js +1 -1
- package/es/_utils/raf.d.ts +2 -2
- package/es/_utils/style.d.ts +1 -1
- package/es/_utils/use-prop-or-slot.d.ts +3 -5
- package/es/_utils/virtual-dropdown.d.ts +4 -0
- package/es/_utils/virtual-dropdown.js +17 -0
- package/es/alert/alert.vue.d.ts +15 -0
- package/es/alert/index.d.ts +30 -0
- package/es/auto-complete/auto-complete.d.ts +1 -1
- package/es/auto-complete/auto-complete.js +8 -3
- package/es/auto-complete/index.d.ts +3 -3
- package/es/avatar/avatar.vue.d.ts +6 -0
- package/es/avatar/index.d.ts +12 -0
- package/es/back-top/back-top.vue.d.ts +3 -0
- package/es/back-top/index.d.ts +6 -0
- package/es/button/button.vue.d.ts +3 -0
- package/es/button/index.d.ts +6 -0
- package/es/button/interface.d.ts +1 -1
- package/es/calendar/hooks/useCellClassName.d.ts +18 -10
- package/es/calendar/hooks/useCellClassName.js +1 -1
- package/es/carousel/carousel-arrow.vue.d.ts +13 -1
- package/es/carousel/carousel.d.ts +3 -3
- package/es/carousel/index.d.ts +9 -9
- package/es/cascader/base-cascader-panel.d.ts +1 -1
- package/es/cascader/cascader-column.d.ts +1 -1
- package/es/cascader/cascader-column.js +3 -3
- package/es/cascader/cascader-option.d.ts +1 -1
- package/es/cascader/cascader-option.js +18 -20
- package/es/cascader/cascader-panel.vue.d.ts +95 -31
- package/es/cascader/cascader-panel.vue_vue_type_script_lang.js +23 -8
- package/es/cascader/cascader.js +3 -3
- package/es/cascader/cascader.vue.d.ts +187 -49
- package/es/cascader/cascader.vue_vue_type_script_lang.js +85 -30
- package/es/cascader/context.d.ts +5 -5
- package/es/cascader/index.d.ts +522 -142
- package/es/cascader/interface.d.ts +9 -8
- package/es/cascader/style/index.css +5 -0
- package/es/cascader/style/index.scss +4 -0
- package/es/cascader/utils.d.ts +9 -6
- package/es/cascader/utils.js +33 -21
- package/es/checkbox/checkbox-group.d.ts +1 -1
- package/es/checkbox/context.d.ts +1 -1
- package/es/checkbox/index.d.ts +1 -1
- package/es/collapse/collapse-item.d.ts +6 -0
- package/es/collapse/index.d.ts +6 -0
- package/es/color-picker/color-picker.d.ts +1 -1
- package/es/color-picker/index.d.ts +3 -3
- package/es/config-provider/config-provider.vue.d.ts +4 -4
- package/es/config-provider/index.d.ts +9 -9
- package/es/config-provider/theme-provider.vue.d.ts +1 -1
- package/es/date-picker/index.d.ts +184 -20
- package/es/date-picker/panels/date/index.js +1 -1
- package/es/date-picker/panels/date/index.vue.d.ts +27 -2
- package/es/date-picker/panels/date/index.vue_vue_type_script_lang.js +14 -1
- package/es/date-picker/panels/footer.vue.d.ts +18 -0
- package/es/date-picker/panels/header.vue.d.ts +12 -0
- package/es/date-picker/panels/month/index.vue.d.ts +12 -0
- package/es/date-picker/panels/quarter/index.vue.d.ts +12 -0
- package/es/date-picker/panels/shortcuts.vue.d.ts +6 -0
- package/es/date-picker/panels/week/index.js +6 -0
- package/es/date-picker/panels/week/index.vue.d.ts +61 -10
- package/es/date-picker/panels/week/index.vue_vue_type_script_lang.js +18 -4
- package/es/date-picker/panels/year/index.vue.d.ts +12 -0
- package/es/date-picker/picker-panel.vue.d.ts +138 -2
- package/es/date-picker/picker.vue.d.ts +166 -12
- package/es/date-picker/range-picker-panel.js +1 -1
- package/es/date-picker/range-picker-panel.vue.d.ts +155 -9
- package/es/date-picker/range-picker-panel.vue_vue_type_script_lang.js +9 -5
- package/es/date-picker/range-picker.js +1 -1
- package/es/date-picker/range-picker.vue.d.ts +184 -20
- package/es/date-picker/range-picker.vue_vue_type_script_lang.js +22 -9
- package/es/descriptions/descriptions.d.ts +1 -1
- package/es/descriptions/index.d.ts +3 -3
- package/es/drawer/drawer.vue.d.ts +9 -0
- package/es/drawer/drawer.vue_vue_type_script_lang.js +1 -1
- package/es/drawer/index.d.ts +18 -0
- package/es/drawer/index.js +1 -1
- package/es/dropdown/dropdown-button.vue.d.ts +312 -178
- package/es/dropdown/dropdown-button.vue_vue_type_script_lang.js +5 -1
- package/es/dropdown/dropdown-panel.vue.d.ts +293 -168
- package/es/dropdown/dropdown-submenu.vue.d.ts +302 -174
- package/es/dropdown/dropdown-submenu.vue_vue_type_script_lang.js +5 -1
- package/es/dropdown/dropdown.vue.d.ts +299 -174
- package/es/dropdown/dropdown.vue_vue_type_script_lang.js +5 -1
- package/es/dropdown/index.d.ts +1212 -700
- package/es/ellipsis/ellipsis.vue.d.ts +14 -14
- package/es/ellipsis/ellipsis.vue_vue_type_script_lang.js +1 -1
- package/es/ellipsis/index.d.ts +61 -61
- package/es/ellipsis/performant-ellipsis.vue.d.ts +15 -15
- package/es/form/form-item-label.vue.d.ts +15 -12
- package/es/form/form-item.vue.d.ts +15 -12
- package/es/form/form.vue.d.ts +2 -2
- package/es/form/form.vue_vue_type_script_lang.js +3 -6
- package/es/form/index.d.ts +18 -15
- package/es/grid/grid.vue.d.ts +1 -1
- package/es/grid/index.d.ts +3 -3
- package/es/icon/icon-align-center/icon-align-center.vue.d.ts +1 -0
- package/es/icon/icon-align-center/index.d.ts +3 -0
- package/es/icon/icon-align-left/icon-align-left.vue.d.ts +1 -0
- package/es/icon/icon-align-left/index.d.ts +3 -0
- package/es/icon/icon-align-right/icon-align-right.vue.d.ts +1 -0
- package/es/icon/icon-align-right/index.d.ts +3 -0
- package/es/icon/icon-alipay-circle/icon-alipay-circle.vue.d.ts +1 -0
- package/es/icon/icon-alipay-circle/index.d.ts +3 -0
- package/es/icon/icon-apps/icon-apps.vue.d.ts +1 -0
- package/es/icon/icon-apps/index.d.ts +3 -0
- package/es/icon/icon-archive/icon-archive.vue.d.ts +1 -0
- package/es/icon/icon-archive/index.d.ts +3 -0
- package/es/icon/icon-arrow-down/icon-arrow-down.vue.d.ts +1 -0
- package/es/icon/icon-arrow-down/index.d.ts +3 -0
- package/es/icon/icon-arrow-fall/icon-arrow-fall.vue.d.ts +1 -0
- package/es/icon/icon-arrow-fall/index.d.ts +3 -0
- package/es/icon/icon-arrow-left/icon-arrow-left.vue.d.ts +1 -0
- package/es/icon/icon-arrow-left/index.d.ts +3 -0
- package/es/icon/icon-arrow-right/icon-arrow-right.vue.d.ts +1 -0
- package/es/icon/icon-arrow-right/index.d.ts +3 -0
- package/es/icon/icon-arrow-rise/icon-arrow-rise.vue.d.ts +1 -0
- package/es/icon/icon-arrow-rise/index.d.ts +3 -0
- package/es/icon/icon-arrow-up/icon-arrow-up.vue.d.ts +1 -0
- package/es/icon/icon-arrow-up/index.d.ts +3 -0
- package/es/icon/icon-at/icon-at.vue.d.ts +1 -0
- package/es/icon/icon-at/index.d.ts +3 -0
- package/es/icon/icon-attachment/icon-attachment.vue.d.ts +1 -0
- package/es/icon/icon-attachment/index.d.ts +3 -0
- package/es/icon/icon-backward/icon-backward.vue.d.ts +1 -0
- package/es/icon/icon-backward/index.d.ts +3 -0
- package/es/icon/icon-bar-chart/icon-bar-chart.vue.d.ts +1 -0
- package/es/icon/icon-bar-chart/index.d.ts +3 -0
- package/es/icon/icon-bg-colors/icon-bg-colors.vue.d.ts +1 -0
- package/es/icon/icon-bg-colors/index.d.ts +3 -0
- package/es/icon/icon-bold/icon-bold.vue.d.ts +1 -0
- package/es/icon/icon-bold/index.d.ts +3 -0
- package/es/icon/icon-book/icon-book.vue.d.ts +1 -0
- package/es/icon/icon-book/index.d.ts +3 -0
- package/es/icon/icon-bookmark/icon-bookmark.vue.d.ts +1 -0
- package/es/icon/icon-bookmark/index.d.ts +3 -0
- package/es/icon/icon-branch/icon-branch.vue.d.ts +1 -0
- package/es/icon/icon-branch/index.d.ts +3 -0
- package/es/icon/icon-brush/icon-brush.vue.d.ts +1 -0
- package/es/icon/icon-brush/index.d.ts +3 -0
- package/es/icon/icon-bug/icon-bug.vue.d.ts +1 -0
- package/es/icon/icon-bug/index.d.ts +3 -0
- package/es/icon/icon-bulb/icon-bulb.vue.d.ts +1 -0
- package/es/icon/icon-bulb/index.d.ts +3 -0
- package/es/icon/icon-bytedance-color/icon-bytedance-color.vue.d.ts +1 -0
- package/es/icon/icon-bytedance-color/index.d.ts +3 -0
- package/es/icon/icon-calendar/icon-calendar.js +5 -14
- package/es/icon/icon-calendar/icon-calendar.vue.d.ts +1 -0
- package/es/icon/icon-calendar/icon-calendar.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-calendar/index.d.ts +3 -0
- package/es/icon/icon-calendar-clock/icon-calendar-clock.vue.d.ts +1 -0
- package/es/icon/icon-calendar-clock/index.d.ts +3 -0
- package/es/icon/icon-camera/icon-camera.vue.d.ts +1 -0
- package/es/icon/icon-camera/index.d.ts +3 -0
- package/es/icon/icon-caret-down/icon-caret-down.js +6 -15
- package/es/icon/icon-caret-down/icon-caret-down.vue.d.ts +1 -0
- package/es/icon/icon-caret-down/icon-caret-down.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-caret-down/index.d.ts +3 -0
- package/es/icon/icon-caret-left/icon-caret-left.js +6 -15
- package/es/icon/icon-caret-left/icon-caret-left.vue.d.ts +1 -0
- package/es/icon/icon-caret-left/icon-caret-left.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-caret-left/index.d.ts +3 -0
- package/es/icon/icon-caret-right/icon-caret-right.js +6 -15
- package/es/icon/icon-caret-right/icon-caret-right.vue.d.ts +1 -0
- package/es/icon/icon-caret-right/icon-caret-right.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-caret-right/index.d.ts +3 -0
- package/es/icon/icon-caret-up/icon-caret-up.js +6 -15
- package/es/icon/icon-caret-up/icon-caret-up.vue.d.ts +1 -0
- package/es/icon/icon-caret-up/icon-caret-up.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-caret-up/index.d.ts +3 -0
- package/es/icon/icon-check/icon-check.js +5 -14
- package/es/icon/icon-check/icon-check.vue.d.ts +1 -0
- package/es/icon/icon-check/icon-check.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-check/index.d.ts +3 -0
- package/es/icon/icon-check-circle/icon-check-circle.vue.d.ts +1 -0
- package/es/icon/icon-check-circle/index.d.ts +3 -0
- package/es/icon/icon-check-circle-fill/icon-check-circle-fill.js +6 -15
- package/es/icon/icon-check-circle-fill/icon-check-circle-fill.vue.d.ts +1 -0
- package/es/icon/icon-check-circle-fill/icon-check-circle-fill.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-check-circle-fill/index.d.ts +3 -0
- package/es/icon/icon-check-square/icon-check-square.vue.d.ts +1 -0
- package/es/icon/icon-check-square/index.d.ts +3 -0
- package/es/icon/icon-chinese-fill/icon-chinese-fill.vue.d.ts +1 -0
- package/es/icon/icon-chinese-fill/index.d.ts +3 -0
- package/es/icon/icon-clock-circle/icon-clock-circle.js +5 -14
- package/es/icon/icon-clock-circle/icon-clock-circle.vue.d.ts +1 -0
- package/es/icon/icon-clock-circle/icon-clock-circle.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-clock-circle/index.d.ts +3 -0
- package/es/icon/icon-close/icon-close.js +5 -14
- package/es/icon/icon-close/icon-close.vue.d.ts +1 -0
- package/es/icon/icon-close/icon-close.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-close/index.d.ts +3 -0
- package/es/icon/icon-close-circle/icon-close-circle.vue.d.ts +1 -0
- package/es/icon/icon-close-circle/index.d.ts +3 -0
- package/es/icon/icon-close-circle-fill/icon-close-circle-fill.js +6 -15
- package/es/icon/icon-close-circle-fill/icon-close-circle-fill.vue.d.ts +1 -0
- package/es/icon/icon-close-circle-fill/icon-close-circle-fill.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-close-circle-fill/index.d.ts +3 -0
- package/es/icon/icon-cloud/icon-cloud.vue.d.ts +1 -0
- package/es/icon/icon-cloud/index.d.ts +3 -0
- package/es/icon/icon-cloud-download/icon-cloud-download.vue.d.ts +1 -0
- package/es/icon/icon-cloud-download/index.d.ts +3 -0
- package/es/icon/icon-code/icon-code.vue.d.ts +1 -0
- package/es/icon/icon-code/index.d.ts +3 -0
- package/es/icon/icon-code-block/icon-code-block.vue.d.ts +1 -0
- package/es/icon/icon-code-block/index.d.ts +3 -0
- package/es/icon/icon-code-sandbox/icon-code-sandbox.vue.d.ts +1 -0
- package/es/icon/icon-code-sandbox/index.d.ts +3 -0
- package/es/icon/icon-code-square/icon-code-square.vue.d.ts +1 -0
- package/es/icon/icon-code-square/index.d.ts +3 -0
- package/es/icon/icon-codepen/icon-codepen.vue.d.ts +1 -0
- package/es/icon/icon-codepen/index.d.ts +3 -0
- package/es/icon/icon-command/icon-command.vue.d.ts +1 -0
- package/es/icon/icon-command/index.d.ts +3 -0
- package/es/icon/icon-common/icon-common.vue.d.ts +1 -0
- package/es/icon/icon-common/index.d.ts +3 -0
- package/es/icon/icon-compass/icon-compass.vue.d.ts +1 -0
- package/es/icon/icon-compass/index.d.ts +3 -0
- package/es/icon/icon-computer/icon-computer.vue.d.ts +1 -0
- package/es/icon/icon-computer/index.d.ts +3 -0
- package/es/icon/icon-copy/icon-copy.js +5 -14
- package/es/icon/icon-copy/icon-copy.vue.d.ts +1 -0
- package/es/icon/icon-copy/icon-copy.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-copy/index.d.ts +3 -0
- package/es/icon/icon-copyright/icon-copyright.vue.d.ts +1 -0
- package/es/icon/icon-copyright/index.d.ts +3 -0
- package/es/icon/icon-customer-service/icon-customer-service.vue.d.ts +1 -0
- package/es/icon/icon-customer-service/index.d.ts +3 -0
- package/es/icon/icon-dashboard/icon-dashboard.vue.d.ts +1 -0
- package/es/icon/icon-dashboard/index.d.ts +3 -0
- package/es/icon/icon-delete/icon-delete.js +5 -14
- package/es/icon/icon-delete/icon-delete.vue.d.ts +1 -0
- package/es/icon/icon-delete/icon-delete.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-delete/index.d.ts +3 -0
- package/es/icon/icon-desktop/icon-desktop.vue.d.ts +1 -0
- package/es/icon/icon-desktop/index.d.ts +3 -0
- package/es/icon/icon-dice/icon-dice.vue.d.ts +1 -0
- package/es/icon/icon-dice/index.d.ts +3 -0
- package/es/icon/icon-double-down/icon-double-down.vue.d.ts +1 -0
- package/es/icon/icon-double-down/index.d.ts +3 -0
- package/es/icon/icon-double-left/icon-double-left.js +5 -14
- package/es/icon/icon-double-left/icon-double-left.vue.d.ts +1 -0
- package/es/icon/icon-double-left/icon-double-left.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-double-left/index.d.ts +3 -0
- package/es/icon/icon-double-right/icon-double-right.js +5 -14
- package/es/icon/icon-double-right/icon-double-right.vue.d.ts +1 -0
- package/es/icon/icon-double-right/icon-double-right.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-double-right/index.d.ts +3 -0
- package/es/icon/icon-double-up/icon-double-up.vue.d.ts +1 -0
- package/es/icon/icon-double-up/index.d.ts +3 -0
- package/es/icon/icon-down/icon-down.js +5 -14
- package/es/icon/icon-down/icon-down.vue.d.ts +1 -0
- package/es/icon/icon-down/icon-down.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-down/index.d.ts +3 -0
- package/es/icon/icon-down-circle/icon-down-circle.vue.d.ts +1 -0
- package/es/icon/icon-down-circle/index.d.ts +3 -0
- package/es/icon/icon-download/icon-download.vue.d.ts +1 -0
- package/es/icon/icon-download/index.d.ts +3 -0
- package/es/icon/icon-drag-arrow/icon-drag-arrow.vue.d.ts +1 -0
- package/es/icon/icon-drag-arrow/index.d.ts +3 -0
- package/es/icon/icon-drag-dot/icon-drag-dot.js +6 -15
- package/es/icon/icon-drag-dot/icon-drag-dot.vue.d.ts +1 -0
- package/es/icon/icon-drag-dot/icon-drag-dot.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-drag-dot/index.d.ts +3 -0
- package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.js +6 -15
- package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.vue.d.ts +1 -0
- package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-drag-dot-vertical/index.d.ts +3 -0
- package/es/icon/icon-drive-file/icon-drive-file.vue.d.ts +1 -0
- package/es/icon/icon-drive-file/index.d.ts +3 -0
- package/es/icon/icon-ear/icon-ear.vue.d.ts +1 -0
- package/es/icon/icon-ear/index.d.ts +3 -0
- package/es/icon/icon-edit/icon-edit.js +5 -14
- package/es/icon/icon-edit/icon-edit.vue.d.ts +1 -0
- package/es/icon/icon-edit/icon-edit.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-edit/index.d.ts +3 -0
- package/es/icon/icon-email/icon-email.vue.d.ts +1 -0
- package/es/icon/icon-email/index.d.ts +3 -0
- package/es/icon/icon-empty/icon-empty.js +5 -14
- package/es/icon/icon-empty/icon-empty.vue.d.ts +1 -0
- package/es/icon/icon-empty/icon-empty.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-empty/index.d.ts +3 -0
- package/es/icon/icon-english-fill/icon-english-fill.vue.d.ts +1 -0
- package/es/icon/icon-english-fill/index.d.ts +3 -0
- package/es/icon/icon-eraser/icon-eraser.vue.d.ts +1 -0
- package/es/icon/icon-eraser/index.d.ts +3 -0
- package/es/icon/icon-exclamation/icon-exclamation.js +6 -15
- package/es/icon/icon-exclamation/icon-exclamation.vue.d.ts +1 -0
- package/es/icon/icon-exclamation/icon-exclamation.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-exclamation/index.d.ts +3 -0
- package/es/icon/icon-exclamation-circle/icon-exclamation-circle.vue.d.ts +1 -0
- package/es/icon/icon-exclamation-circle/index.d.ts +3 -0
- package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.js +6 -15
- package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.vue.d.ts +1 -0
- package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-exclamation-circle-fill/index.d.ts +3 -0
- package/es/icon/icon-exclamation-polygon-fill/icon-exclamation-polygon-fill.vue.d.ts +1 -0
- package/es/icon/icon-exclamation-polygon-fill/index.d.ts +3 -0
- package/es/icon/icon-expand/icon-expand.vue.d.ts +1 -0
- package/es/icon/icon-expand/index.d.ts +3 -0
- package/es/icon/icon-experiment/icon-experiment.vue.d.ts +1 -0
- package/es/icon/icon-experiment/index.d.ts +3 -0
- package/es/icon/icon-export/icon-export.vue.d.ts +1 -0
- package/es/icon/icon-export/index.d.ts +3 -0
- package/es/icon/icon-eye/icon-eye.js +6 -15
- package/es/icon/icon-eye/icon-eye.vue.d.ts +1 -0
- package/es/icon/icon-eye/icon-eye.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-eye/index.d.ts +3 -0
- package/es/icon/icon-eye-invisible/icon-eye-invisible.js +5 -14
- package/es/icon/icon-eye-invisible/icon-eye-invisible.vue.d.ts +1 -0
- package/es/icon/icon-eye-invisible/icon-eye-invisible.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-eye-invisible/index.d.ts +3 -0
- package/es/icon/icon-face-frown-fill/icon-face-frown-fill.js +6 -15
- package/es/icon/icon-face-frown-fill/icon-face-frown-fill.vue.d.ts +1 -0
- package/es/icon/icon-face-frown-fill/icon-face-frown-fill.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-face-frown-fill/index.d.ts +3 -0
- package/es/icon/icon-face-meh-fill/icon-face-meh-fill.js +6 -15
- package/es/icon/icon-face-meh-fill/icon-face-meh-fill.vue.d.ts +1 -0
- package/es/icon/icon-face-meh-fill/icon-face-meh-fill.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-face-meh-fill/index.d.ts +3 -0
- package/es/icon/icon-face-smile-fill/icon-face-smile-fill.js +6 -15
- package/es/icon/icon-face-smile-fill/icon-face-smile-fill.vue.d.ts +1 -0
- package/es/icon/icon-face-smile-fill/icon-face-smile-fill.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-face-smile-fill/index.d.ts +3 -0
- package/es/icon/icon-faceBook-circle-fill/icon-faceBook-circle-fill.vue.d.ts +1 -0
- package/es/icon/icon-faceBook-circle-fill/index.d.ts +3 -0
- package/es/icon/icon-facebook/icon-facebook.vue.d.ts +1 -0
- package/es/icon/icon-facebook/index.d.ts +3 -0
- package/es/icon/icon-facebook-square-fill/icon-facebook-square-fill.vue.d.ts +1 -0
- package/es/icon/icon-facebook-square-fill/index.d.ts +3 -0
- package/es/icon/icon-file/icon-file.js +5 -14
- package/es/icon/icon-file/icon-file.vue.d.ts +1 -0
- package/es/icon/icon-file/icon-file.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-file/index.d.ts +3 -0
- package/es/icon/icon-file-audio/icon-file-audio.js +6 -15
- package/es/icon/icon-file-audio/icon-file-audio.vue.d.ts +1 -0
- package/es/icon/icon-file-audio/icon-file-audio.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-file-audio/index.d.ts +3 -0
- package/es/icon/icon-file-image/icon-file-image.js +5 -14
- package/es/icon/icon-file-image/icon-file-image.vue.d.ts +1 -0
- package/es/icon/icon-file-image/icon-file-image.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-file-image/index.d.ts +3 -0
- package/es/icon/icon-file-pdf/icon-file-pdf.js +5 -14
- package/es/icon/icon-file-pdf/icon-file-pdf.vue.d.ts +1 -0
- package/es/icon/icon-file-pdf/icon-file-pdf.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-file-pdf/index.d.ts +3 -0
- package/es/icon/icon-file-video/icon-file-video.js +5 -14
- package/es/icon/icon-file-video/icon-file-video.vue.d.ts +1 -0
- package/es/icon/icon-file-video/icon-file-video.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-file-video/index.d.ts +3 -0
- package/es/icon/icon-filter/icon-filter.js +5 -14
- package/es/icon/icon-filter/icon-filter.vue.d.ts +1 -0
- package/es/icon/icon-filter/icon-filter.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-filter/index.d.ts +3 -0
- package/es/icon/icon-find-replace/icon-find-replace.vue.d.ts +1 -0
- package/es/icon/icon-find-replace/index.d.ts +3 -0
- package/es/icon/icon-fire/icon-fire.vue.d.ts +1 -0
- package/es/icon/icon-fire/index.d.ts +3 -0
- package/es/icon/icon-folder/icon-folder.vue.d.ts +1 -0
- package/es/icon/icon-folder/index.d.ts +3 -0
- package/es/icon/icon-folder-add/icon-folder-add.vue.d.ts +1 -0
- package/es/icon/icon-folder-add/index.d.ts +3 -0
- package/es/icon/icon-folder-delete/icon-folder-delete.vue.d.ts +1 -0
- package/es/icon/icon-folder-delete/index.d.ts +3 -0
- package/es/icon/icon-font-colors/icon-font-colors.vue.d.ts +1 -0
- package/es/icon/icon-font-colors/index.d.ts +3 -0
- package/es/icon/icon-formula/icon-formula.vue.d.ts +1 -0
- package/es/icon/icon-formula/index.d.ts +3 -0
- package/es/icon/icon-forward/icon-forward.vue.d.ts +1 -0
- package/es/icon/icon-forward/index.d.ts +3 -0
- package/es/icon/icon-fullscreen/icon-fullscreen.js +5 -14
- package/es/icon/icon-fullscreen/icon-fullscreen.vue.d.ts +1 -0
- package/es/icon/icon-fullscreen/icon-fullscreen.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-fullscreen/index.d.ts +3 -0
- package/es/icon/icon-fullscreen-exit/icon-fullscreen-exit.vue.d.ts +1 -0
- package/es/icon/icon-fullscreen-exit/index.d.ts +3 -0
- package/es/icon/icon-gift/icon-gift.vue.d.ts +1 -0
- package/es/icon/icon-gift/index.d.ts +3 -0
- package/es/icon/icon-github/icon-github.vue.d.ts +1 -0
- package/es/icon/icon-github/index.d.ts +3 -0
- package/es/icon/icon-gitlab/icon-gitlab.vue.d.ts +1 -0
- package/es/icon/icon-gitlab/index.d.ts +3 -0
- package/es/icon/icon-google/icon-google.vue.d.ts +1 -0
- package/es/icon/icon-google/index.d.ts +3 -0
- package/es/icon/icon-google-circle-fill/icon-google-circle-fill.vue.d.ts +1 -0
- package/es/icon/icon-google-circle-fill/index.d.ts +3 -0
- package/es/icon/icon-h1/icon-h1.vue.d.ts +1 -0
- package/es/icon/icon-h1/index.d.ts +3 -0
- package/es/icon/icon-h2/icon-h2.vue.d.ts +1 -0
- package/es/icon/icon-h2/index.d.ts +3 -0
- package/es/icon/icon-h3/icon-h3.vue.d.ts +1 -0
- package/es/icon/icon-h3/index.d.ts +3 -0
- package/es/icon/icon-h4/icon-h4.vue.d.ts +1 -0
- package/es/icon/icon-h4/index.d.ts +3 -0
- package/es/icon/icon-h5/icon-h5.vue.d.ts +1 -0
- package/es/icon/icon-h5/index.d.ts +3 -0
- package/es/icon/icon-h6/icon-h6.vue.d.ts +1 -0
- package/es/icon/icon-h6/index.d.ts +3 -0
- package/es/icon/icon-h7/icon-h7.vue.d.ts +1 -0
- package/es/icon/icon-h7/index.d.ts +3 -0
- package/es/icon/icon-heart/icon-heart.vue.d.ts +1 -0
- package/es/icon/icon-heart/index.d.ts +3 -0
- package/es/icon/icon-heart-fill/icon-heart-fill.vue.d.ts +1 -0
- package/es/icon/icon-heart-fill/index.d.ts +3 -0
- package/es/icon/icon-highlight/icon-highlight.vue.d.ts +1 -0
- package/es/icon/icon-highlight/index.d.ts +3 -0
- package/es/icon/icon-history/icon-history.vue.d.ts +1 -0
- package/es/icon/icon-history/index.d.ts +3 -0
- package/es/icon/icon-home/icon-home.vue.d.ts +1 -0
- package/es/icon/icon-home/index.d.ts +3 -0
- package/es/icon/icon-idcard/icon-idcard.vue.d.ts +1 -0
- package/es/icon/icon-idcard/index.d.ts +3 -0
- package/es/icon/icon-image/icon-image.vue.d.ts +1 -0
- package/es/icon/icon-image/index.d.ts +3 -0
- package/es/icon/icon-image-close/icon-image-close.js +5 -14
- package/es/icon/icon-image-close/icon-image-close.vue.d.ts +1 -0
- package/es/icon/icon-image-close/icon-image-close.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-image-close/index.d.ts +3 -0
- package/es/icon/icon-import/icon-import.vue.d.ts +1 -0
- package/es/icon/icon-import/index.d.ts +3 -0
- package/es/icon/icon-info/icon-info.js +6 -15
- package/es/icon/icon-info/icon-info.vue.d.ts +1 -0
- package/es/icon/icon-info/icon-info.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-info/index.d.ts +3 -0
- package/es/icon/icon-info-circle/icon-info-circle.vue.d.ts +1 -0
- package/es/icon/icon-info-circle/index.d.ts +3 -0
- package/es/icon/icon-info-circle-fill/icon-info-circle-fill.js +6 -15
- package/es/icon/icon-info-circle-fill/icon-info-circle-fill.vue.d.ts +1 -0
- package/es/icon/icon-info-circle-fill/icon-info-circle-fill.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-info-circle-fill/index.d.ts +3 -0
- package/es/icon/icon-interaction/icon-interaction.vue.d.ts +1 -0
- package/es/icon/icon-interaction/index.d.ts +3 -0
- package/es/icon/icon-italic/icon-italic.vue.d.ts +1 -0
- package/es/icon/icon-italic/index.d.ts +3 -0
- package/es/icon/icon-language/icon-language.vue.d.ts +1 -0
- package/es/icon/icon-language/index.d.ts +3 -0
- package/es/icon/icon-lark-color/icon-lark-color.vue.d.ts +1 -0
- package/es/icon/icon-lark-color/index.d.ts +3 -0
- package/es/icon/icon-launch/icon-launch.vue.d.ts +1 -0
- package/es/icon/icon-launch/index.d.ts +3 -0
- package/es/icon/icon-layers/icon-layers.vue.d.ts +1 -0
- package/es/icon/icon-layers/index.d.ts +3 -0
- package/es/icon/icon-layout/icon-layout.vue.d.ts +1 -0
- package/es/icon/icon-layout/index.d.ts +3 -0
- package/es/icon/icon-left/icon-left.js +5 -14
- package/es/icon/icon-left/icon-left.vue.d.ts +1 -0
- package/es/icon/icon-left/icon-left.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-left/index.d.ts +3 -0
- package/es/icon/icon-left-circle/icon-left-circle.vue.d.ts +1 -0
- package/es/icon/icon-left-circle/index.d.ts +3 -0
- package/es/icon/icon-line-height/icon-line-height.vue.d.ts +1 -0
- package/es/icon/icon-line-height/index.d.ts +3 -0
- package/es/icon/icon-link/icon-link.js +5 -14
- package/es/icon/icon-link/icon-link.vue.d.ts +1 -0
- package/es/icon/icon-link/icon-link.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-link/index.d.ts +3 -0
- package/es/icon/icon-list/icon-list.vue.d.ts +1 -0
- package/es/icon/icon-list/index.d.ts +3 -0
- package/es/icon/icon-live-broadcast/icon-live-broadcast.vue.d.ts +1 -0
- package/es/icon/icon-live-broadcast/index.d.ts +3 -0
- package/es/icon/icon-loading/icon-loading.js +5 -14
- package/es/icon/icon-loading/icon-loading.vue.d.ts +1 -0
- package/es/icon/icon-loading/icon-loading.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-loading/index.d.ts +3 -0
- package/es/icon/icon-location/icon-location.vue.d.ts +1 -0
- package/es/icon/icon-location/index.d.ts +3 -0
- package/es/icon/icon-lock/icon-lock.vue.d.ts +1 -0
- package/es/icon/icon-lock/index.d.ts +3 -0
- package/es/icon/icon-loop/icon-loop.vue.d.ts +1 -0
- package/es/icon/icon-loop/index.d.ts +3 -0
- package/es/icon/icon-man/icon-man.vue.d.ts +1 -0
- package/es/icon/icon-man/index.d.ts +3 -0
- package/es/icon/icon-menu/icon-menu.vue.d.ts +1 -0
- package/es/icon/icon-menu/index.d.ts +3 -0
- package/es/icon/icon-menu-fold/icon-menu-fold.js +5 -14
- package/es/icon/icon-menu-fold/icon-menu-fold.vue.d.ts +1 -0
- package/es/icon/icon-menu-fold/icon-menu-fold.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-menu-fold/index.d.ts +3 -0
- package/es/icon/icon-menu-unfold/icon-menu-unfold.js +5 -14
- package/es/icon/icon-menu-unfold/icon-menu-unfold.vue.d.ts +1 -0
- package/es/icon/icon-menu-unfold/icon-menu-unfold.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-menu-unfold/index.d.ts +3 -0
- package/es/icon/icon-message/icon-message.vue.d.ts +1 -0
- package/es/icon/icon-message/index.d.ts +3 -0
- package/es/icon/icon-message-banned/icon-message-banned.vue.d.ts +1 -0
- package/es/icon/icon-message-banned/index.d.ts +3 -0
- package/es/icon/icon-mind-mapping/icon-mind-mapping.vue.d.ts +1 -0
- package/es/icon/icon-mind-mapping/index.d.ts +3 -0
- package/es/icon/icon-minus/icon-minus.js +5 -14
- package/es/icon/icon-minus/icon-minus.vue.d.ts +1 -0
- package/es/icon/icon-minus/icon-minus.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-minus/index.d.ts +3 -0
- package/es/icon/icon-minus-circle/icon-minus-circle.vue.d.ts +1 -0
- package/es/icon/icon-minus-circle/index.d.ts +3 -0
- package/es/icon/icon-minus-circle-fill/icon-minus-circle-fill.vue.d.ts +1 -0
- package/es/icon/icon-minus-circle-fill/index.d.ts +3 -0
- package/es/icon/icon-mobile/icon-mobile.vue.d.ts +1 -0
- package/es/icon/icon-mobile/index.d.ts +3 -0
- package/es/icon/icon-moon/icon-moon.vue.d.ts +1 -0
- package/es/icon/icon-moon/index.d.ts +3 -0
- package/es/icon/icon-moon-fill/icon-moon-fill.vue.d.ts +1 -0
- package/es/icon/icon-moon-fill/index.d.ts +3 -0
- package/es/icon/icon-more/icon-more.js +6 -15
- package/es/icon/icon-more/icon-more.vue.d.ts +1 -0
- package/es/icon/icon-more/icon-more.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-more/index.d.ts +3 -0
- package/es/icon/icon-more-vertical/icon-more-vertical.vue.d.ts +1 -0
- package/es/icon/icon-more-vertical/index.d.ts +3 -0
- package/es/icon/icon-mosaic/icon-mosaic.vue.d.ts +1 -0
- package/es/icon/icon-mosaic/index.d.ts +3 -0
- package/es/icon/icon-music/icon-music.vue.d.ts +1 -0
- package/es/icon/icon-music/index.d.ts +3 -0
- package/es/icon/icon-mute/icon-mute.vue.d.ts +1 -0
- package/es/icon/icon-mute/index.d.ts +3 -0
- package/es/icon/icon-mute-fill/icon-mute-fill.vue.d.ts +1 -0
- package/es/icon/icon-mute-fill/index.d.ts +3 -0
- package/es/icon/icon-nav/icon-nav.vue.d.ts +1 -0
- package/es/icon/icon-nav/index.d.ts +3 -0
- package/es/icon/icon-notification/icon-notification.vue.d.ts +1 -0
- package/es/icon/icon-notification/index.d.ts +3 -0
- package/es/icon/icon-notification-close/icon-notification-close.vue.d.ts +1 -0
- package/es/icon/icon-notification-close/index.d.ts +3 -0
- package/es/icon/icon-oblique-line/icon-oblique-line.js +5 -14
- package/es/icon/icon-oblique-line/icon-oblique-line.vue.d.ts +1 -0
- package/es/icon/icon-oblique-line/icon-oblique-line.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-oblique-line/index.d.ts +3 -0
- package/es/icon/icon-ordered-list/icon-ordered-list.vue.d.ts +1 -0
- package/es/icon/icon-ordered-list/index.d.ts +3 -0
- package/es/icon/icon-original-size/icon-original-size.js +6 -15
- package/es/icon/icon-original-size/icon-original-size.vue.d.ts +1 -0
- package/es/icon/icon-original-size/icon-original-size.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-original-size/index.d.ts +3 -0
- package/es/icon/icon-palette/icon-palette.vue.d.ts +1 -0
- package/es/icon/icon-palette/index.d.ts +3 -0
- package/es/icon/icon-paste/icon-paste.vue.d.ts +1 -0
- package/es/icon/icon-paste/index.d.ts +3 -0
- package/es/icon/icon-pause/icon-pause.js +6 -15
- package/es/icon/icon-pause/icon-pause.vue.d.ts +1 -0
- package/es/icon/icon-pause/icon-pause.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-pause/index.d.ts +3 -0
- package/es/icon/icon-pause-circle/icon-pause-circle.vue.d.ts +1 -0
- package/es/icon/icon-pause-circle/index.d.ts +3 -0
- package/es/icon/icon-pause-circle-fill/icon-pause-circle-fill.vue.d.ts +1 -0
- package/es/icon/icon-pause-circle-fill/index.d.ts +3 -0
- package/es/icon/icon-pen/icon-pen.vue.d.ts +1 -0
- package/es/icon/icon-pen/index.d.ts +3 -0
- package/es/icon/icon-pen-fill/icon-pen-fill.vue.d.ts +1 -0
- package/es/icon/icon-pen-fill/index.d.ts +3 -0
- package/es/icon/icon-phone/icon-phone.vue.d.ts +1 -0
- package/es/icon/icon-phone/index.d.ts +3 -0
- package/es/icon/icon-play-arrow/icon-play-arrow.vue.d.ts +1 -0
- package/es/icon/icon-play-arrow/index.d.ts +3 -0
- package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.js +6 -15
- package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.vue.d.ts +1 -0
- package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-play-arrow-fill/index.d.ts +3 -0
- package/es/icon/icon-play-circle/icon-play-circle.vue.d.ts +1 -0
- package/es/icon/icon-play-circle/index.d.ts +3 -0
- package/es/icon/icon-play-circle-fill/icon-play-circle-fill.vue.d.ts +1 -0
- package/es/icon/icon-play-circle-fill/index.d.ts +3 -0
- package/es/icon/icon-plus/icon-plus.js +5 -14
- package/es/icon/icon-plus/icon-plus.vue.d.ts +1 -0
- package/es/icon/icon-plus/icon-plus.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-plus/index.d.ts +3 -0
- package/es/icon/icon-plus-circle/icon-plus-circle.vue.d.ts +1 -0
- package/es/icon/icon-plus-circle/index.d.ts +3 -0
- package/es/icon/icon-plus-circle-fill/icon-plus-circle-fill.vue.d.ts +1 -0
- package/es/icon/icon-plus-circle-fill/index.d.ts +3 -0
- package/es/icon/icon-poweroff/icon-poweroff.vue.d.ts +1 -0
- package/es/icon/icon-poweroff/index.d.ts +3 -0
- package/es/icon/icon-printer/icon-printer.vue.d.ts +1 -0
- package/es/icon/icon-printer/index.d.ts +3 -0
- package/es/icon/icon-public/icon-public.vue.d.ts +1 -0
- package/es/icon/icon-public/index.d.ts +3 -0
- package/es/icon/icon-pushpin/icon-pushpin.vue.d.ts +1 -0
- package/es/icon/icon-pushpin/index.d.ts +3 -0
- package/es/icon/icon-qq/icon-qq.vue.d.ts +1 -0
- package/es/icon/icon-qq/index.d.ts +3 -0
- package/es/icon/icon-qq-circle-fill/icon-qq-circle-fill.vue.d.ts +1 -0
- package/es/icon/icon-qq-circle-fill/index.d.ts +3 -0
- package/es/icon/icon-qq-zone/icon-qq-zone.vue.d.ts +1 -0
- package/es/icon/icon-qq-zone/index.d.ts +3 -0
- package/es/icon/icon-qrcode/icon-qrcode.vue.d.ts +1 -0
- package/es/icon/icon-qrcode/index.d.ts +3 -0
- package/es/icon/icon-question/icon-question.vue.d.ts +1 -0
- package/es/icon/icon-question/index.d.ts +3 -0
- package/es/icon/icon-question-circle/icon-question-circle.js +5 -14
- package/es/icon/icon-question-circle/icon-question-circle.vue.d.ts +1 -0
- package/es/icon/icon-question-circle/icon-question-circle.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-question-circle/index.d.ts +3 -0
- package/es/icon/icon-question-circle-fill/icon-question-circle-fill.vue.d.ts +1 -0
- package/es/icon/icon-question-circle-fill/index.d.ts +3 -0
- package/es/icon/icon-quote/icon-quote.vue.d.ts +1 -0
- package/es/icon/icon-quote/index.d.ts +3 -0
- package/es/icon/icon-record/icon-record.vue.d.ts +1 -0
- package/es/icon/icon-record/index.d.ts +3 -0
- package/es/icon/icon-record-stop/icon-record-stop.vue.d.ts +1 -0
- package/es/icon/icon-record-stop/index.d.ts +3 -0
- package/es/icon/icon-redo/icon-redo.vue.d.ts +1 -0
- package/es/icon/icon-redo/index.d.ts +3 -0
- package/es/icon/icon-refresh/icon-refresh.vue.d.ts +1 -0
- package/es/icon/icon-refresh/index.d.ts +3 -0
- package/es/icon/icon-relation/icon-relation.vue.d.ts +1 -0
- package/es/icon/icon-relation/index.d.ts +3 -0
- package/es/icon/icon-reply/icon-reply.vue.d.ts +1 -0
- package/es/icon/icon-reply/index.d.ts +3 -0
- package/es/icon/icon-right/icon-right.js +5 -14
- package/es/icon/icon-right/icon-right.vue.d.ts +1 -0
- package/es/icon/icon-right/icon-right.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-right/index.d.ts +3 -0
- package/es/icon/icon-right-circle/icon-right-circle.vue.d.ts +1 -0
- package/es/icon/icon-right-circle/index.d.ts +3 -0
- package/es/icon/icon-robot/icon-robot.vue.d.ts +1 -0
- package/es/icon/icon-robot/index.d.ts +3 -0
- package/es/icon/icon-robot-add/icon-robot-add.vue.d.ts +1 -0
- package/es/icon/icon-robot-add/index.d.ts +3 -0
- package/es/icon/icon-rotate-left/icon-rotate-left.js +5 -14
- package/es/icon/icon-rotate-left/icon-rotate-left.vue.d.ts +1 -0
- package/es/icon/icon-rotate-left/icon-rotate-left.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-rotate-left/index.d.ts +3 -0
- package/es/icon/icon-rotate-right/icon-rotate-right.js +5 -14
- package/es/icon/icon-rotate-right/icon-rotate-right.vue.d.ts +1 -0
- package/es/icon/icon-rotate-right/icon-rotate-right.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-rotate-right/index.d.ts +3 -0
- package/es/icon/icon-safe/icon-safe.vue.d.ts +1 -0
- package/es/icon/icon-safe/index.d.ts +3 -0
- package/es/icon/icon-save/icon-save.vue.d.ts +1 -0
- package/es/icon/icon-save/index.d.ts +3 -0
- package/es/icon/icon-scan/icon-scan.vue.d.ts +1 -0
- package/es/icon/icon-scan/index.d.ts +3 -0
- package/es/icon/icon-schedule/icon-schedule.vue.d.ts +1 -0
- package/es/icon/icon-schedule/index.d.ts +3 -0
- package/es/icon/icon-scissor/icon-scissor.vue.d.ts +1 -0
- package/es/icon/icon-scissor/index.d.ts +3 -0
- package/es/icon/icon-search/icon-search.js +5 -14
- package/es/icon/icon-search/icon-search.vue.d.ts +1 -0
- package/es/icon/icon-search/icon-search.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-search/index.d.ts +3 -0
- package/es/icon/icon-select-all/icon-select-all.vue.d.ts +1 -0
- package/es/icon/icon-select-all/index.d.ts +3 -0
- package/es/icon/icon-send/icon-send.vue.d.ts +1 -0
- package/es/icon/icon-send/index.d.ts +3 -0
- package/es/icon/icon-settings/icon-settings.vue.d.ts +1 -0
- package/es/icon/icon-settings/index.d.ts +3 -0
- package/es/icon/icon-shake/icon-shake.vue.d.ts +1 -0
- package/es/icon/icon-shake/index.d.ts +3 -0
- package/es/icon/icon-share-alt/icon-share-alt.vue.d.ts +1 -0
- package/es/icon/icon-share-alt/index.d.ts +3 -0
- package/es/icon/icon-share-external/icon-share-external.vue.d.ts +1 -0
- package/es/icon/icon-share-external/index.d.ts +3 -0
- package/es/icon/icon-share-internal/icon-share-internal.vue.d.ts +1 -0
- package/es/icon/icon-share-internal/index.d.ts +3 -0
- package/es/icon/icon-shrink/icon-shrink.vue.d.ts +1 -0
- package/es/icon/icon-shrink/index.d.ts +3 -0
- package/es/icon/icon-skin/icon-skin.vue.d.ts +1 -0
- package/es/icon/icon-skin/index.d.ts +3 -0
- package/es/icon/icon-skip-next/icon-skip-next.vue.d.ts +1 -0
- package/es/icon/icon-skip-next/index.d.ts +3 -0
- package/es/icon/icon-skip-next-fill/icon-skip-next-fill.vue.d.ts +1 -0
- package/es/icon/icon-skip-next-fill/index.d.ts +3 -0
- package/es/icon/icon-skip-previous/icon-skip-previous.vue.d.ts +1 -0
- package/es/icon/icon-skip-previous/index.d.ts +3 -0
- package/es/icon/icon-skip-previous-fill/icon-skip-previous-fill.vue.d.ts +1 -0
- package/es/icon/icon-skip-previous-fill/index.d.ts +3 -0
- package/es/icon/icon-sort/icon-sort.vue.d.ts +1 -0
- package/es/icon/icon-sort/index.d.ts +3 -0
- package/es/icon/icon-sort-ascending/icon-sort-ascending.vue.d.ts +1 -0
- package/es/icon/icon-sort-ascending/index.d.ts +3 -0
- package/es/icon/icon-sort-descending/icon-sort-descending.vue.d.ts +1 -0
- package/es/icon/icon-sort-descending/index.d.ts +3 -0
- package/es/icon/icon-sound/icon-sound.vue.d.ts +1 -0
- package/es/icon/icon-sound/index.d.ts +3 -0
- package/es/icon/icon-sound-fill/icon-sound-fill.vue.d.ts +1 -0
- package/es/icon/icon-sound-fill/index.d.ts +3 -0
- package/es/icon/icon-stamp/icon-stamp.vue.d.ts +1 -0
- package/es/icon/icon-stamp/index.d.ts +3 -0
- package/es/icon/icon-star/icon-star.vue.d.ts +1 -0
- package/es/icon/icon-star/index.d.ts +3 -0
- package/es/icon/icon-star-fill/icon-star-fill.js +6 -15
- package/es/icon/icon-star-fill/icon-star-fill.vue.d.ts +1 -0
- package/es/icon/icon-star-fill/icon-star-fill.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-star-fill/index.d.ts +3 -0
- package/es/icon/icon-stop/icon-stop.vue.d.ts +1 -0
- package/es/icon/icon-stop/index.d.ts +3 -0
- package/es/icon/icon-storage/icon-storage.vue.d.ts +1 -0
- package/es/icon/icon-storage/index.d.ts +3 -0
- package/es/icon/icon-strikethrough/icon-strikethrough.vue.d.ts +1 -0
- package/es/icon/icon-strikethrough/index.d.ts +3 -0
- package/es/icon/icon-subscribe/icon-subscribe.vue.d.ts +1 -0
- package/es/icon/icon-subscribe/index.d.ts +3 -0
- package/es/icon/icon-subscribe-add/icon-subscribe-add.vue.d.ts +1 -0
- package/es/icon/icon-subscribe-add/index.d.ts +3 -0
- package/es/icon/icon-subscribed/icon-subscribed.vue.d.ts +1 -0
- package/es/icon/icon-subscribed/index.d.ts +3 -0
- package/es/icon/icon-sun/icon-sun.vue.d.ts +1 -0
- package/es/icon/icon-sun/index.d.ts +3 -0
- package/es/icon/icon-sun-fill/icon-sun-fill.vue.d.ts +1 -0
- package/es/icon/icon-sun-fill/index.d.ts +3 -0
- package/es/icon/icon-swap/icon-swap.vue.d.ts +1 -0
- package/es/icon/icon-swap/index.d.ts +3 -0
- package/es/icon/icon-sync/icon-sync.vue.d.ts +1 -0
- package/es/icon/icon-sync/index.d.ts +3 -0
- package/es/icon/icon-tag/icon-tag.vue.d.ts +1 -0
- package/es/icon/icon-tag/index.d.ts +3 -0
- package/es/icon/icon-tags/icon-tags.vue.d.ts +1 -0
- package/es/icon/icon-tags/index.d.ts +3 -0
- package/es/icon/icon-thumb-down/icon-thumb-down.vue.d.ts +1 -0
- package/es/icon/icon-thumb-down/index.d.ts +3 -0
- package/es/icon/icon-thumb-down-fill/icon-thumb-down-fill.vue.d.ts +1 -0
- package/es/icon/icon-thumb-down-fill/index.d.ts +3 -0
- package/es/icon/icon-thumb-up/icon-thumb-up.vue.d.ts +1 -0
- package/es/icon/icon-thumb-up/index.d.ts +3 -0
- package/es/icon/icon-thumb-up-fill/icon-thumb-up-fill.vue.d.ts +1 -0
- package/es/icon/icon-thumb-up-fill/index.d.ts +3 -0
- package/es/icon/icon-thunderbolt/icon-thunderbolt.vue.d.ts +1 -0
- package/es/icon/icon-thunderbolt/index.d.ts +3 -0
- package/es/icon/icon-tiktok-color/icon-tiktok-color.vue.d.ts +1 -0
- package/es/icon/icon-tiktok-color/index.d.ts +3 -0
- package/es/icon/icon-to-bottom/icon-to-bottom.vue.d.ts +1 -0
- package/es/icon/icon-to-bottom/index.d.ts +3 -0
- package/es/icon/icon-to-left/icon-to-left.vue.d.ts +1 -0
- package/es/icon/icon-to-left/index.d.ts +3 -0
- package/es/icon/icon-to-right/icon-to-right.vue.d.ts +1 -0
- package/es/icon/icon-to-right/index.d.ts +3 -0
- package/es/icon/icon-to-top/icon-to-top.js +6 -15
- package/es/icon/icon-to-top/icon-to-top.vue.d.ts +1 -0
- package/es/icon/icon-to-top/icon-to-top.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-to-top/index.d.ts +3 -0
- package/es/icon/icon-tool/icon-tool.vue.d.ts +1 -0
- package/es/icon/icon-tool/index.d.ts +3 -0
- package/es/icon/icon-translate/icon-translate.vue.d.ts +1 -0
- package/es/icon/icon-translate/index.d.ts +3 -0
- package/es/icon/icon-trophy/icon-trophy.vue.d.ts +1 -0
- package/es/icon/icon-trophy/index.d.ts +3 -0
- package/es/icon/icon-twitter/icon-twitter.vue.d.ts +1 -0
- package/es/icon/icon-twitter/index.d.ts +3 -0
- package/es/icon/icon-twitter-circle-fill/icon-twitter-circle-fill.vue.d.ts +1 -0
- package/es/icon/icon-twitter-circle-fill/index.d.ts +3 -0
- package/es/icon/icon-underline/icon-underline.vue.d.ts +1 -0
- package/es/icon/icon-underline/index.d.ts +3 -0
- package/es/icon/icon-undo/icon-undo.vue.d.ts +1 -0
- package/es/icon/icon-undo/index.d.ts +3 -0
- package/es/icon/icon-unlock/icon-unlock.vue.d.ts +1 -0
- package/es/icon/icon-unlock/index.d.ts +3 -0
- package/es/icon/icon-unordered-list/icon-unordered-list.vue.d.ts +1 -0
- package/es/icon/icon-unordered-list/index.d.ts +3 -0
- package/es/icon/icon-up/icon-up.js +5 -14
- package/es/icon/icon-up/icon-up.vue.d.ts +1 -0
- package/es/icon/icon-up/icon-up.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-up/index.d.ts +3 -0
- package/es/icon/icon-up-circle/icon-up-circle.vue.d.ts +1 -0
- package/es/icon/icon-up-circle/index.d.ts +3 -0
- package/es/icon/icon-upload/icon-upload.js +5 -14
- package/es/icon/icon-upload/icon-upload.vue.d.ts +1 -0
- package/es/icon/icon-upload/icon-upload.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-upload/index.d.ts +3 -0
- package/es/icon/icon-user/icon-user.vue.d.ts +1 -0
- package/es/icon/icon-user/index.d.ts +3 -0
- package/es/icon/icon-user-add/icon-user-add.vue.d.ts +1 -0
- package/es/icon/icon-user-add/index.d.ts +3 -0
- package/es/icon/icon-user-group/icon-user-group.vue.d.ts +1 -0
- package/es/icon/icon-user-group/index.d.ts +3 -0
- package/es/icon/icon-video-camera/icon-video-camera.vue.d.ts +1 -0
- package/es/icon/icon-video-camera/index.d.ts +3 -0
- package/es/icon/icon-voice/icon-voice.vue.d.ts +1 -0
- package/es/icon/icon-voice/index.d.ts +3 -0
- package/es/icon/icon-wechat/icon-wechat.vue.d.ts +1 -0
- package/es/icon/icon-wechat/index.d.ts +3 -0
- package/es/icon/icon-wechatpay/icon-wechatpay.vue.d.ts +1 -0
- package/es/icon/icon-wechatpay/index.d.ts +3 -0
- package/es/icon/icon-weibo/icon-weibo.vue.d.ts +1 -0
- package/es/icon/icon-weibo/index.d.ts +3 -0
- package/es/icon/icon-weibo-circle-fill/icon-weibo-circle-fill.vue.d.ts +1 -0
- package/es/icon/icon-weibo-circle-fill/index.d.ts +3 -0
- package/es/icon/icon-wifi/icon-wifi.vue.d.ts +1 -0
- package/es/icon/icon-wifi/index.d.ts +3 -0
- package/es/icon/icon-woman/icon-woman.vue.d.ts +1 -0
- package/es/icon/icon-woman/index.d.ts +3 -0
- package/es/icon/icon-xigua-color/icon-xigua-color.vue.d.ts +1 -0
- package/es/icon/icon-xigua-color/index.d.ts +3 -0
- package/es/icon/icon-zoom-in/icon-zoom-in.js +5 -14
- package/es/icon/icon-zoom-in/icon-zoom-in.vue.d.ts +1 -0
- package/es/icon/icon-zoom-in/icon-zoom-in.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-zoom-in/index.d.ts +3 -0
- package/es/icon/icon-zoom-out/icon-zoom-out.js +5 -14
- package/es/icon/icon-zoom-out/icon-zoom-out.vue.d.ts +1 -0
- package/es/icon/icon-zoom-out/icon-zoom-out.vue_vue_type_script_lang.js +6 -0
- package/es/icon/icon-zoom-out/index.d.ts +3 -0
- package/es/icon.js +2975 -3836
- package/es/image/image.vue.d.ts +30 -12
- package/es/image/preview-action.d.ts +12 -12
- package/es/image/preview-arrow.vue.d.ts +6 -0
- package/es/image/preview-group.vue.d.ts +24 -12
- package/es/image/preview-toolbar.vue.d.ts +12 -12
- package/es/image/preview.vue.d.ts +24 -12
- package/es/index.css +145 -87
- package/es/index.d.ts +1 -1
- package/es/index.js +4 -4
- package/es/index.scss +1 -0
- package/es/input/index.d.ts +6 -0
- package/es/input/input-password.vue.d.ts +6 -0
- package/es/input-tag/index.d.ts +6 -6
- package/es/input-tag/input-tag.d.ts +3 -3
- package/es/input-tag/input-tag.js +179 -30
- package/es/input-tag/style/index.css +45 -0
- package/es/input-tag/style/input-tag.scss +53 -0
- package/es/layout/index.d.ts +18 -0
- package/es/layout/sider.vue.d.ts +18 -0
- package/es/link/index.d.ts +12 -0
- package/es/link/link.vue.d.ts +6 -0
- package/es/list/index.d.ts +12 -12
- package/es/list/list.d.ts +3 -3
- package/es/list/list.js +45 -11
- package/es/mention/utils.js +1 -1
- package/es/menu/base-menu.vue.d.ts +6 -0
- package/es/menu/index.js +3 -3
- package/es/menu/item.js +1 -2
- package/es/menu/menu.d.ts +6 -0
- package/es/menu/overflow-wrap.js +2 -2
- package/es/menu/sub-menu-inline.vue.d.ts +6 -6
- package/es/menu/sub-menu-pop.vue.d.ts +12 -6
- package/es/menu/sub-menu.d.ts +62 -3
- package/es/menu/sub-menu.js +3 -6
- package/es/message/message-list.d.ts +3 -1
- package/es/message/message-list.js +22 -28
- package/es/message/message.vue.d.ts +18 -0
- package/es/modal/index.d.ts +42 -0
- package/es/modal/index.js +1 -1
- package/es/modal/modal.vue.d.ts +21 -0
- package/es/modal/modal.vue_vue_type_script_lang.js +1 -1
- package/es/notification/notification-list.d.ts +3 -1
- package/es/notification/notification-list.js +28 -34
- package/es/notification/notification.vue.d.ts +15 -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 +6 -0
- package/es/page-header/page-header.vue.d.ts +3 -0
- package/es/pagination/page-item-ellipsis.vue.d.ts +3 -0
- package/es/pagination/page-item-step.vue.d.ts +6 -0
- package/es/pagination/page-jumper.vue.d.ts +7 -6
- package/es/pagination/page-jumper.vue_vue_type_script_lang.js +2 -1
- package/es/pagination/page-options.vue.d.ts +192 -102
- package/es/popconfirm/index.d.ts +48 -12
- package/es/popconfirm/popconfirm.vue.d.ts +24 -6
- package/es/popconfirm/popconfirm.vue_vue_type_script_lang.js +1 -1
- package/es/popover/index.d.ts +12 -12
- package/es/popover/popover.vue.d.ts +6 -6
- package/es/progress/circle.js +7 -14
- package/es/progress/circle.vue.d.ts +18 -7
- package/es/progress/circle.vue_vue_type_script_lang.js +21 -1
- package/es/progress/index.d.ts +44 -5
- package/es/progress/line.vue.d.ts +4 -1
- package/es/progress/progress.js +1 -1
- package/es/progress/progress.vue.d.ts +21 -2
- package/es/progress/progress.vue_vue_type_script_lang.js +2 -0
- package/es/progress/steps.js +1 -1
- package/es/progress/steps.vue.d.ts +8 -3
- package/es/progress/steps.vue_vue_type_script_lang.js +9 -4
- package/es/radio/index.d.ts +1 -1
- package/es/radio/radio-group.d.ts +1 -1
- package/es/resize-box/index.d.ts +12 -0
- package/es/resize-box/resize-box.vue.d.ts +6 -0
- package/es/result/index.d.ts +24 -0
- package/es/result/result.vue.d.ts +12 -0
- package/es/scrollbar/index.d.ts +296 -170
- package/es/scrollbar/interface.d.ts +101 -12
- package/es/scrollbar/scrollbar.js +6 -40
- package/es/scrollbar/scrollbar.vue.d.ts +123 -79
- package/es/scrollbar/scrollbar.vue_vue_type_script_lang.js +180 -116
- package/es/scrollbar/style/index.css +43 -86
- package/es/scrollbar/style/index.d.ts +1 -0
- package/es/scrollbar/style/index.scss +43 -107
- package/es/scrollbar/style/token.scss +6 -2
- package/es/sd-vue.js +4 -4
- package/es/select/hooks/use-options.d.ts +9 -4
- package/es/select/hooks/use-options.js +2 -2
- package/es/select/hooks/use-select.d.ts +10 -5
- package/es/select/index.d.ts +192 -102
- package/es/select/interface.d.ts +57 -46
- package/es/select/option.vue.d.ts +1 -1
- package/es/select/select-dropdown.vue.d.ts +293 -168
- package/es/select/select.d.ts +107 -59
- package/es/select/select.js +185 -126
- package/es/select/utils.d.ts +1 -1
- package/es/select/utils.js +31 -13
- package/es/skeleton/index.d.ts +1 -1
- package/es/skeleton/line.vue.d.ts +1 -1
- package/es/slider/index.d.ts +34 -34
- package/es/slider/slider-button.vue.d.ts +12 -12
- package/es/slider/slider-input.vue.d.ts +2 -2
- package/es/slider/slider.vue.d.ts +16 -16
- package/es/slider/slider.vue_vue_type_script_lang.js +2 -2
- package/es/space/index.d.ts +3 -3
- package/es/space/space.d.ts +1 -1
- package/es/split/index.d.ts +15 -3
- package/es/split/split.vue.d.ts +7 -1
- package/es/split/split.vue_vue_type_script_lang.js +8 -5
- package/es/statistic/index.d.ts +6 -6
- package/es/statistic/statistic.vue.d.ts +2 -2
- package/es/steps/index.d.ts +9 -3
- package/es/steps/step.vue.d.ts +6 -0
- package/es/steps/steps.vue.d.ts +1 -1
- package/es/style/icon.scss +1 -1
- package/es/switch/index.d.ts +6 -0
- package/es/switch/switch.vue.d.ts +3 -0
- package/es/switch/switch.vue_vue_type_script_lang.js +1 -1
- package/es/{_components/virtual-list-v2/hooks/use-size.d.ts → table/hooks/use-table-virtual-size.d.ts} +2 -3
- package/es/table/hooks/use-table-virtual-size.js +97 -0
- package/es/table/index.d.ts +38 -11
- package/es/table/table-column.d.ts +1 -1
- package/es/{_components/virtual-list-v2/virtual-list.js → table/table-legacy-virtual-list.js} +7 -7
- package/es/{_components/virtual-list-v2/virtual-list.vue.d.ts → table/table-legacy-virtual-list.vue.d.ts} +26 -21
- package/es/{_components/virtual-list-v2/virtual-list.vue_vue_type_script_lang.js → table/table-legacy-virtual-list.vue_vue_type_script_lang.js} +50 -44
- package/es/table/table-operation-td.d.ts +8 -2
- package/es/table/table-tr.d.ts +1 -1
- package/es/table/table-virtual-list-item.js +37 -0
- package/es/table/table.d.ts +15 -5
- package/es/table/table.js +2 -2
- package/es/tabs/index.d.ts +6 -6
- package/es/tabs/tabs-tab.vue.d.ts +3 -0
- package/es/tabs/tabs.d.ts +2 -2
- package/es/tag/index.d.ts +12 -0
- package/es/tag/tag.vue.d.ts +6 -0
- package/es/textarea/index.d.ts +6 -0
- package/es/textarea/textarea.vue.d.ts +3 -0
- package/es/theme-provider/index.d.ts +3 -3
- package/es/time-picker/index.d.ts +112 -22
- package/es/time-picker/panel.vue.d.ts +7 -1
- package/es/time-picker/range-panel.d.ts +7 -1
- package/es/time-picker/time-column.vue.d.ts +2 -2
- package/es/time-picker/time-column.vue_vue_type_script_lang.js +2 -1
- package/es/time-picker/time-picker.vue.d.ts +55 -10
- package/es/time-picker/utils/index.d.ts +1 -0
- package/es/tooltip/index.d.ts +12 -12
- package/es/tooltip/tooltip.vue.d.ts +6 -6
- package/es/transfer/index.d.ts +644 -364
- package/es/transfer/transfer-view.vue.d.ts +310 -182
- package/es/transfer/transfer-view.vue_vue_type_script_lang.js +2 -2
- package/es/transfer/transfer.vue.d.ts +322 -182
- package/es/tree/base-node.vue.d.ts +12 -6
- package/es/tree/base-node.vue_vue_type_script_lang.js +20 -11
- package/es/tree/expand-transition.vue.d.ts +3 -3
- package/es/tree/expand-transition.vue_vue_type_script_lang.js +9 -6
- package/es/tree/hooks/use-tree-data.d.ts +2 -2
- package/es/tree/index.d.ts +2 -1604
- package/es/tree/interface.d.ts +3 -3
- package/es/tree/node-switcher.vue.d.ts +3 -0
- package/es/tree/transition-node-list.vue.d.ts +15 -9
- package/es/tree/tree.js +8 -5
- package/es/tree/tree.vue.d.ts +7083 -112
- package/es/tree/tree.vue_vue_type_script_lang.js +36 -5
- package/es/tree/utils/tree-data.d.ts +2 -2
- package/es/tree-select/hooks/use-selected-state.d.ts +2 -0
- package/es/tree-select/hooks/use-selected-state.js +26 -8
- package/es/tree-select/index.d.ts +2 -5533
- package/es/tree-select/interface.d.ts +18 -3
- package/es/tree-select/panel.d.ts +9 -1651
- package/es/tree-select/panel.js +3 -2
- package/es/tree-select/style/index.css +5 -0
- package/es/tree-select/style/index.scss +6 -0
- package/es/tree-select/tree-select.js +29 -16
- package/es/tree-select/tree-select.vue.d.ts +3 -2796
- package/es/tree-select/tree-select.vue_vue_type_script_lang.js +115 -22
- package/es/trigger/index.d.ts +6 -6
- package/es/trigger/trigger.d.ts +2 -2
- package/es/trigger/trigger.js +1 -1
- package/es/typography/edit-content.vue.d.ts +18 -0
- package/es/typography/operations.vue.d.ts +21 -12
- package/es/watermark/index.d.ts +3 -3
- package/es/watermark/watermark.d.ts +1 -1
- package/es/web-vue.css +670 -0
- package/json/vetur-attributes.json +93 -164
- package/json/vetur-tags.json +27 -47
- package/json/web-types.json +215 -374
- package/package.json +14 -9
- package/es/_components/virtual-list/filler.vue.d.ts +0 -35
- package/es/_components/virtual-list/hooks/use-item-height.d.ts +0 -15
- package/es/_components/virtual-list/hooks/use-range-state.d.ts +0 -16
- package/es/_components/virtual-list/hooks/use-render-children.d.ts +0 -11
- package/es/_components/virtual-list/hooks/use-scroll-to.d.ts +0 -35
- package/es/_components/virtual-list/hooks/use-viewport-height.d.ts +0 -7
- package/es/_components/virtual-list/utils/algorithm.d.ts +0 -6
- package/es/_components/virtual-list/utils/index.d.ts +0 -37
- package/es/_components/virtual-list-v2/hooks/use-size.js +0 -91
- package/es/_components/virtual-list-v2/index.js +0 -5
- package/es/_components/virtual-list-v2/interface.d.ts +0 -35
- package/es/_components/virtual-list-v2/virtual-list-item.js +0 -37
- package/es/scrollbar/thumb.js +0 -22
- package/es/scrollbar/thumb.vue.d.ts +0 -58
- package/es/scrollbar/thumb.vue_vue_type_script_lang.js +0 -116
- /package/es/_components/{virtual-list-v2 → virtual-list}/index.d.ts +0 -0
- /package/es/{_components/virtual-list-v2/virtual-list-item.d.ts → table/table-virtual-list-item.d.ts} +0 -0
package/es/select/index.d.ts
CHANGED
|
@@ -9,13 +9,19 @@ declare const Select: {
|
|
|
9
9
|
type: BooleanConstructor;
|
|
10
10
|
default: boolean;
|
|
11
11
|
};
|
|
12
|
+
value: {
|
|
13
|
+
type: import("vue").PropType<import("./interface").SelectModelValue>;
|
|
14
|
+
default: undefined;
|
|
15
|
+
};
|
|
12
16
|
modelValue: {
|
|
13
|
-
type: import("vue").PropType<
|
|
17
|
+
type: import("vue").PropType<import("./interface").SelectModelValue>;
|
|
14
18
|
default: undefined;
|
|
15
19
|
};
|
|
16
20
|
defaultValue: {
|
|
17
|
-
type: import("vue").PropType<
|
|
18
|
-
default: (props:
|
|
21
|
+
type: import("vue").PropType<import("./interface").SelectModelValue>;
|
|
22
|
+
default: (props: {
|
|
23
|
+
multiple?: boolean;
|
|
24
|
+
}) => "" | never[];
|
|
19
25
|
};
|
|
20
26
|
inputValue: {
|
|
21
27
|
type: StringConstructor;
|
|
@@ -48,15 +54,19 @@ declare const Select: {
|
|
|
48
54
|
type: import("vue").PropType<boolean | {
|
|
49
55
|
retainInputValue?: boolean;
|
|
50
56
|
}>;
|
|
51
|
-
default:
|
|
57
|
+
default: boolean;
|
|
52
58
|
};
|
|
53
59
|
allowCreate: {
|
|
54
60
|
type: BooleanConstructor;
|
|
55
61
|
default: boolean;
|
|
56
62
|
};
|
|
63
|
+
showArrow: {
|
|
64
|
+
type: BooleanConstructor;
|
|
65
|
+
default: boolean;
|
|
66
|
+
};
|
|
57
67
|
maxTagCount: {
|
|
58
|
-
type:
|
|
59
|
-
default:
|
|
68
|
+
type: import("vue").PropType<number | "responsive">;
|
|
69
|
+
default: string;
|
|
60
70
|
};
|
|
61
71
|
popupContainer: {
|
|
62
72
|
type: import("vue").PropType<string | HTMLElement>;
|
|
@@ -73,10 +83,18 @@ declare const Select: {
|
|
|
73
83
|
type: BooleanConstructor;
|
|
74
84
|
default: undefined;
|
|
75
85
|
};
|
|
86
|
+
show: {
|
|
87
|
+
type: BooleanConstructor;
|
|
88
|
+
default: undefined;
|
|
89
|
+
};
|
|
76
90
|
defaultPopupVisible: {
|
|
77
91
|
type: BooleanConstructor;
|
|
78
92
|
default: boolean;
|
|
79
93
|
};
|
|
94
|
+
defaultShow: {
|
|
95
|
+
type: BooleanConstructor;
|
|
96
|
+
default: undefined;
|
|
97
|
+
};
|
|
80
98
|
unmountOnClose: {
|
|
81
99
|
type: BooleanConstructor;
|
|
82
100
|
default: boolean;
|
|
@@ -86,20 +104,17 @@ declare const Select: {
|
|
|
86
104
|
default: boolean;
|
|
87
105
|
};
|
|
88
106
|
options: {
|
|
89
|
-
type: import("vue").PropType<
|
|
107
|
+
type: import("vue").PropType<import("./interface").SelectOption[]>;
|
|
90
108
|
default: () => never[];
|
|
91
109
|
};
|
|
92
110
|
virtualListProps: {
|
|
93
|
-
type: import("vue").PropType<import("../_components/virtual-list
|
|
111
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").VirtualListProps>;
|
|
94
112
|
};
|
|
95
113
|
triggerProps: {
|
|
96
114
|
type: import("vue").PropType<import("..").TriggerProps>;
|
|
97
115
|
};
|
|
98
|
-
formatLabel: {
|
|
99
|
-
type: import("vue").PropType<(data: import("./interface").SelectOptionData) => string>;
|
|
100
|
-
};
|
|
101
116
|
fallbackOption: {
|
|
102
|
-
type: import("vue").PropType<boolean | ((value:
|
|
117
|
+
type: import("vue").PropType<boolean | ((value: import("./interface").SelectOptionValue) => import("./interface").SelectOptionData)>;
|
|
103
118
|
default: boolean;
|
|
104
119
|
};
|
|
105
120
|
showExtraOptions: {
|
|
@@ -126,11 +141,11 @@ declare const Select: {
|
|
|
126
141
|
default: boolean;
|
|
127
142
|
};
|
|
128
143
|
showHeaderOnEmpty: {
|
|
129
|
-
type:
|
|
144
|
+
type: BooleanConstructor;
|
|
130
145
|
default: boolean;
|
|
131
146
|
};
|
|
132
147
|
showFooterOnEmpty: {
|
|
133
|
-
type:
|
|
148
|
+
type: BooleanConstructor;
|
|
134
149
|
default: boolean;
|
|
135
150
|
};
|
|
136
151
|
tagNowrap: {
|
|
@@ -138,59 +153,69 @@ declare const Select: {
|
|
|
138
153
|
default: boolean;
|
|
139
154
|
};
|
|
140
155
|
}>> & Readonly<{
|
|
141
|
-
onChange?: ((_value:
|
|
156
|
+
onChange?: ((_value: import("./interface").SelectModelValue) => any) | undefined;
|
|
142
157
|
onClear?: ((_ev: Event) => any) | undefined;
|
|
143
158
|
onSearch?: ((_inputValue: string) => any) | undefined;
|
|
144
|
-
"onUpdate:modelValue"?: ((_value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
145
159
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
146
160
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
161
|
+
"onUpdate:modelValue"?: ((_value: import("./interface").SelectModelValue) => any) | undefined;
|
|
147
162
|
onDropdownScroll?: ((_ev: Event) => any) | undefined;
|
|
148
163
|
onDropdownReachBottom?: ((_ev: Event) => any) | undefined;
|
|
164
|
+
"onUpdate:show"?: ((_visible: boolean) => any) | undefined;
|
|
165
|
+
onShowChange?: ((_visible: boolean) => any) | undefined;
|
|
149
166
|
"onUpdate:inputValue"?: ((_inputValue: string) => any) | undefined;
|
|
150
167
|
onInputValueChange?: ((_inputValue: string) => any) | undefined;
|
|
151
|
-
onRemove?: ((_removed:
|
|
152
|
-
|
|
168
|
+
onRemove?: ((_removed: import("./interface").SelectOptionValue | undefined) => any) | undefined;
|
|
169
|
+
"onUpdate:value"?: ((_value: import("./interface").SelectModelValue) => any) | undefined;
|
|
170
|
+
onExceedLimit?: ((_value: import("./interface").SelectOptionValue | undefined, _ev: Event) => any) | undefined;
|
|
153
171
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
154
|
-
'update:modelValue': (_value:
|
|
172
|
+
'update:modelValue': (_value: import("./interface").SelectModelValue) => true;
|
|
173
|
+
'update:value': (_value: import("./interface").SelectModelValue) => true;
|
|
155
174
|
'update:inputValue': (_inputValue: string) => true;
|
|
156
175
|
'update:popupVisible': (_visible: boolean) => true;
|
|
157
|
-
|
|
176
|
+
'update:show': (_visible: boolean) => true;
|
|
177
|
+
change: (_value: import("./interface").SelectModelValue) => true;
|
|
158
178
|
inputValueChange: (_inputValue: string) => true;
|
|
159
179
|
popupVisibleChange: (_visible: boolean) => true;
|
|
180
|
+
showChange: (_visible: boolean) => true;
|
|
160
181
|
clear: (_ev: Event) => true;
|
|
161
|
-
remove: (_removed:
|
|
182
|
+
remove: (_removed: import("./interface").SelectOptionValue | undefined) => true;
|
|
162
183
|
search: (_inputValue: string) => true;
|
|
163
184
|
dropdownScroll: (_ev: Event) => true;
|
|
164
185
|
dropdownReachBottom: (_ev: Event) => true;
|
|
165
|
-
exceedLimit: (_value:
|
|
186
|
+
exceedLimit: (_value: import("./interface").SelectOptionValue | undefined, _ev: Event) => true;
|
|
166
187
|
}, import("vue").PublicProps, {
|
|
167
188
|
error: boolean;
|
|
168
189
|
disabled: boolean;
|
|
169
|
-
defaultValue:
|
|
190
|
+
defaultValue: import("./interface").SelectModelValue;
|
|
170
191
|
loading: boolean;
|
|
192
|
+
value: import("./interface").SelectModelValue;
|
|
171
193
|
unmountOnClose: boolean;
|
|
172
|
-
|
|
173
|
-
|
|
194
|
+
options: import("./interface").SelectOption[];
|
|
195
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
174
196
|
popupVisible: boolean;
|
|
175
197
|
defaultPopupVisible: boolean;
|
|
176
|
-
|
|
198
|
+
showArrow: boolean;
|
|
199
|
+
show: boolean;
|
|
200
|
+
modelValue: import("./interface").SelectModelValue;
|
|
201
|
+
allowClear: boolean;
|
|
177
202
|
valueKey: string;
|
|
178
203
|
filterOption: boolean | ((inputValue: string, option: import("./interface").SelectOptionData) => boolean);
|
|
179
204
|
showExtraOptions: boolean;
|
|
180
205
|
multiple: boolean;
|
|
181
206
|
defaultActiveFirstOption: boolean;
|
|
182
207
|
bordered: boolean;
|
|
183
|
-
scrollbar: boolean | import("..").ScrollbarProps;
|
|
184
208
|
showHeaderOnEmpty: boolean;
|
|
185
209
|
showFooterOnEmpty: boolean;
|
|
210
|
+
defaultShow: boolean;
|
|
186
211
|
defaultInputValue: string;
|
|
187
|
-
maxTagCount: number;
|
|
212
|
+
maxTagCount: number | "responsive";
|
|
188
213
|
tagNowrap: boolean;
|
|
189
214
|
allowCreate: boolean;
|
|
190
215
|
allowSearch: boolean | {
|
|
191
216
|
retainInputValue?: boolean;
|
|
192
217
|
};
|
|
193
|
-
fallbackOption: boolean | ((value:
|
|
218
|
+
fallbackOption: boolean | ((value: import("./interface").SelectOptionValue) => import("./interface").SelectOptionData);
|
|
194
219
|
searchDelay: number;
|
|
195
220
|
limit: number;
|
|
196
221
|
}, true, {}, {}, {
|
|
@@ -340,10 +365,10 @@ declare const Select: {
|
|
|
340
365
|
};
|
|
341
366
|
}>> & Readonly<{
|
|
342
367
|
onResize?: (() => any) | undefined;
|
|
368
|
+
onHide?: (() => any) | undefined;
|
|
343
369
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
344
370
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
345
371
|
onShow?: (() => any) | undefined;
|
|
346
|
-
onHide?: (() => any) | undefined;
|
|
347
372
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
348
373
|
'update:popupVisible': (_visible: boolean) => true;
|
|
349
374
|
popupVisibleChange: (_visible: boolean) => true;
|
|
@@ -355,6 +380,7 @@ declare const Select: {
|
|
|
355
380
|
unmountOnClose: boolean;
|
|
356
381
|
renderToBody: boolean;
|
|
357
382
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
383
|
+
animationName: string;
|
|
358
384
|
autoFitPosition: boolean;
|
|
359
385
|
popupVisible: boolean;
|
|
360
386
|
defaultPopupVisible: boolean;
|
|
@@ -366,7 +392,6 @@ declare const Select: {
|
|
|
366
392
|
blurToClose: boolean;
|
|
367
393
|
clickToClose: boolean;
|
|
368
394
|
clickOutsideToClose: boolean;
|
|
369
|
-
animationName: string;
|
|
370
395
|
mouseEnterDelay: number;
|
|
371
396
|
mouseLeaveDelay: number;
|
|
372
397
|
focusDelay: number;
|
|
@@ -531,15 +556,16 @@ declare const Select: {
|
|
|
531
556
|
};
|
|
532
557
|
}>> & Readonly<{
|
|
533
558
|
onResize?: (() => any) | undefined;
|
|
559
|
+
onHide?: (() => any) | undefined;
|
|
534
560
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
535
561
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
536
562
|
onShow?: (() => any) | undefined;
|
|
537
|
-
onHide?: (() => any) | undefined;
|
|
538
563
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
539
564
|
disabled: boolean;
|
|
540
565
|
unmountOnClose: boolean;
|
|
541
566
|
renderToBody: boolean;
|
|
542
567
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
568
|
+
animationName: string;
|
|
543
569
|
autoFitPosition: boolean;
|
|
544
570
|
popupVisible: boolean;
|
|
545
571
|
defaultPopupVisible: boolean;
|
|
@@ -551,7 +577,6 @@ declare const Select: {
|
|
|
551
577
|
blurToClose: boolean;
|
|
552
578
|
clickToClose: boolean;
|
|
553
579
|
clickOutsideToClose: boolean;
|
|
554
|
-
animationName: string;
|
|
555
580
|
mouseEnterDelay: number;
|
|
556
581
|
mouseLeaveDelay: number;
|
|
557
582
|
focusDelay: number;
|
|
@@ -713,10 +738,10 @@ declare const Select: {
|
|
|
713
738
|
};
|
|
714
739
|
}>> & Readonly<{
|
|
715
740
|
onResize?: (() => any) | undefined;
|
|
741
|
+
onHide?: (() => any) | undefined;
|
|
716
742
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
717
743
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
718
744
|
onShow?: (() => any) | undefined;
|
|
719
|
-
onHide?: (() => any) | undefined;
|
|
720
745
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
721
746
|
'update:popupVisible': (_visible: boolean) => true;
|
|
722
747
|
popupVisibleChange: (_visible: boolean) => true;
|
|
@@ -728,6 +753,7 @@ declare const Select: {
|
|
|
728
753
|
unmountOnClose: boolean;
|
|
729
754
|
renderToBody: boolean;
|
|
730
755
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
756
|
+
animationName: string;
|
|
731
757
|
autoFitPosition: boolean;
|
|
732
758
|
popupVisible: boolean;
|
|
733
759
|
defaultPopupVisible: boolean;
|
|
@@ -739,7 +765,6 @@ declare const Select: {
|
|
|
739
765
|
blurToClose: boolean;
|
|
740
766
|
clickToClose: boolean;
|
|
741
767
|
clickOutsideToClose: boolean;
|
|
742
|
-
animationName: string;
|
|
743
768
|
mouseEnterDelay: number;
|
|
744
769
|
mouseLeaveDelay: number;
|
|
745
770
|
focusDelay: number;
|
|
@@ -797,12 +822,16 @@ declare const Select: {
|
|
|
797
822
|
type: BooleanConstructor;
|
|
798
823
|
default: boolean;
|
|
799
824
|
};
|
|
825
|
+
showArrow: {
|
|
826
|
+
type: BooleanConstructor;
|
|
827
|
+
default: boolean;
|
|
828
|
+
};
|
|
800
829
|
allowSearch: {
|
|
801
830
|
type: BooleanConstructor;
|
|
802
831
|
default: (props: import("../_utils/types").Data) => boolean;
|
|
803
832
|
};
|
|
804
833
|
maxTagCount: {
|
|
805
|
-
type:
|
|
834
|
+
type: import("vue").PropType<number | "responsive">;
|
|
806
835
|
default: number;
|
|
807
836
|
};
|
|
808
837
|
tagNowrap: {
|
|
@@ -863,12 +892,16 @@ declare const Select: {
|
|
|
863
892
|
type: BooleanConstructor;
|
|
864
893
|
default: boolean;
|
|
865
894
|
};
|
|
895
|
+
showArrow: {
|
|
896
|
+
type: BooleanConstructor;
|
|
897
|
+
default: boolean;
|
|
898
|
+
};
|
|
866
899
|
allowSearch: {
|
|
867
900
|
type: BooleanConstructor;
|
|
868
901
|
default: (props: import("../_utils/types").Data) => boolean;
|
|
869
902
|
};
|
|
870
903
|
maxTagCount: {
|
|
871
|
-
type:
|
|
904
|
+
type: import("vue").PropType<number | "responsive">;
|
|
872
905
|
default: number;
|
|
873
906
|
};
|
|
874
907
|
tagNowrap: {
|
|
@@ -888,10 +921,11 @@ declare const Select: {
|
|
|
888
921
|
error: boolean;
|
|
889
922
|
disabled: boolean;
|
|
890
923
|
loading: boolean;
|
|
924
|
+
showArrow: boolean;
|
|
891
925
|
allowClear: boolean;
|
|
892
926
|
multiple: boolean;
|
|
893
927
|
bordered: boolean;
|
|
894
|
-
maxTagCount: number;
|
|
928
|
+
maxTagCount: number | "responsive";
|
|
895
929
|
retainInputValue: boolean;
|
|
896
930
|
tagNowrap: boolean;
|
|
897
931
|
opened: boolean;
|
|
@@ -910,13 +944,19 @@ declare const Select: {
|
|
|
910
944
|
type: BooleanConstructor;
|
|
911
945
|
default: boolean;
|
|
912
946
|
};
|
|
947
|
+
value: {
|
|
948
|
+
type: import("vue").PropType<import("./interface").SelectModelValue>;
|
|
949
|
+
default: undefined;
|
|
950
|
+
};
|
|
913
951
|
modelValue: {
|
|
914
|
-
type: import("vue").PropType<
|
|
952
|
+
type: import("vue").PropType<import("./interface").SelectModelValue>;
|
|
915
953
|
default: undefined;
|
|
916
954
|
};
|
|
917
955
|
defaultValue: {
|
|
918
|
-
type: import("vue").PropType<
|
|
919
|
-
default: (props:
|
|
956
|
+
type: import("vue").PropType<import("./interface").SelectModelValue>;
|
|
957
|
+
default: (props: {
|
|
958
|
+
multiple?: boolean;
|
|
959
|
+
}) => "" | never[];
|
|
920
960
|
};
|
|
921
961
|
inputValue: {
|
|
922
962
|
type: StringConstructor;
|
|
@@ -949,15 +989,19 @@ declare const Select: {
|
|
|
949
989
|
type: import("vue").PropType<boolean | {
|
|
950
990
|
retainInputValue?: boolean;
|
|
951
991
|
}>;
|
|
952
|
-
default:
|
|
992
|
+
default: boolean;
|
|
953
993
|
};
|
|
954
994
|
allowCreate: {
|
|
955
995
|
type: BooleanConstructor;
|
|
956
996
|
default: boolean;
|
|
957
997
|
};
|
|
998
|
+
showArrow: {
|
|
999
|
+
type: BooleanConstructor;
|
|
1000
|
+
default: boolean;
|
|
1001
|
+
};
|
|
958
1002
|
maxTagCount: {
|
|
959
|
-
type:
|
|
960
|
-
default:
|
|
1003
|
+
type: import("vue").PropType<number | "responsive">;
|
|
1004
|
+
default: string;
|
|
961
1005
|
};
|
|
962
1006
|
popupContainer: {
|
|
963
1007
|
type: import("vue").PropType<string | HTMLElement>;
|
|
@@ -974,10 +1018,18 @@ declare const Select: {
|
|
|
974
1018
|
type: BooleanConstructor;
|
|
975
1019
|
default: undefined;
|
|
976
1020
|
};
|
|
1021
|
+
show: {
|
|
1022
|
+
type: BooleanConstructor;
|
|
1023
|
+
default: undefined;
|
|
1024
|
+
};
|
|
977
1025
|
defaultPopupVisible: {
|
|
978
1026
|
type: BooleanConstructor;
|
|
979
1027
|
default: boolean;
|
|
980
1028
|
};
|
|
1029
|
+
defaultShow: {
|
|
1030
|
+
type: BooleanConstructor;
|
|
1031
|
+
default: undefined;
|
|
1032
|
+
};
|
|
981
1033
|
unmountOnClose: {
|
|
982
1034
|
type: BooleanConstructor;
|
|
983
1035
|
default: boolean;
|
|
@@ -987,20 +1039,17 @@ declare const Select: {
|
|
|
987
1039
|
default: boolean;
|
|
988
1040
|
};
|
|
989
1041
|
options: {
|
|
990
|
-
type: import("vue").PropType<
|
|
1042
|
+
type: import("vue").PropType<import("./interface").SelectOption[]>;
|
|
991
1043
|
default: () => never[];
|
|
992
1044
|
};
|
|
993
1045
|
virtualListProps: {
|
|
994
|
-
type: import("vue").PropType<import("../_components/virtual-list
|
|
1046
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").VirtualListProps>;
|
|
995
1047
|
};
|
|
996
1048
|
triggerProps: {
|
|
997
1049
|
type: import("vue").PropType<import("..").TriggerProps>;
|
|
998
1050
|
};
|
|
999
|
-
formatLabel: {
|
|
1000
|
-
type: import("vue").PropType<(data: import("./interface").SelectOptionData) => string>;
|
|
1001
|
-
};
|
|
1002
1051
|
fallbackOption: {
|
|
1003
|
-
type: import("vue").PropType<boolean | ((value:
|
|
1052
|
+
type: import("vue").PropType<boolean | ((value: import("./interface").SelectOptionValue) => import("./interface").SelectOptionData)>;
|
|
1004
1053
|
default: boolean;
|
|
1005
1054
|
};
|
|
1006
1055
|
showExtraOptions: {
|
|
@@ -1027,11 +1076,11 @@ declare const Select: {
|
|
|
1027
1076
|
default: boolean;
|
|
1028
1077
|
};
|
|
1029
1078
|
showHeaderOnEmpty: {
|
|
1030
|
-
type:
|
|
1079
|
+
type: BooleanConstructor;
|
|
1031
1080
|
default: boolean;
|
|
1032
1081
|
};
|
|
1033
1082
|
showFooterOnEmpty: {
|
|
1034
|
-
type:
|
|
1083
|
+
type: BooleanConstructor;
|
|
1035
1084
|
default: boolean;
|
|
1036
1085
|
};
|
|
1037
1086
|
tagNowrap: {
|
|
@@ -1039,46 +1088,53 @@ declare const Select: {
|
|
|
1039
1088
|
default: boolean;
|
|
1040
1089
|
};
|
|
1041
1090
|
}>> & Readonly<{
|
|
1042
|
-
onChange?: ((_value:
|
|
1091
|
+
onChange?: ((_value: import("./interface").SelectModelValue) => any) | undefined;
|
|
1043
1092
|
onClear?: ((_ev: Event) => any) | undefined;
|
|
1044
1093
|
onSearch?: ((_inputValue: string) => any) | undefined;
|
|
1045
|
-
"onUpdate:modelValue"?: ((_value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
1046
1094
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1047
1095
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1096
|
+
"onUpdate:modelValue"?: ((_value: import("./interface").SelectModelValue) => any) | undefined;
|
|
1048
1097
|
onDropdownScroll?: ((_ev: Event) => any) | undefined;
|
|
1049
1098
|
onDropdownReachBottom?: ((_ev: Event) => any) | undefined;
|
|
1099
|
+
"onUpdate:show"?: ((_visible: boolean) => any) | undefined;
|
|
1100
|
+
onShowChange?: ((_visible: boolean) => any) | undefined;
|
|
1050
1101
|
"onUpdate:inputValue"?: ((_inputValue: string) => any) | undefined;
|
|
1051
1102
|
onInputValueChange?: ((_inputValue: string) => any) | undefined;
|
|
1052
|
-
onRemove?: ((_removed:
|
|
1053
|
-
|
|
1103
|
+
onRemove?: ((_removed: import("./interface").SelectOptionValue | undefined) => any) | undefined;
|
|
1104
|
+
"onUpdate:value"?: ((_value: import("./interface").SelectModelValue) => any) | undefined;
|
|
1105
|
+
onExceedLimit?: ((_value: import("./interface").SelectOptionValue | undefined, _ev: Event) => any) | undefined;
|
|
1054
1106
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1055
1107
|
error: boolean;
|
|
1056
1108
|
disabled: boolean;
|
|
1057
|
-
defaultValue:
|
|
1109
|
+
defaultValue: import("./interface").SelectModelValue;
|
|
1058
1110
|
loading: boolean;
|
|
1111
|
+
value: import("./interface").SelectModelValue;
|
|
1059
1112
|
unmountOnClose: boolean;
|
|
1060
|
-
|
|
1061
|
-
|
|
1113
|
+
options: import("./interface").SelectOption[];
|
|
1114
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
1062
1115
|
popupVisible: boolean;
|
|
1063
1116
|
defaultPopupVisible: boolean;
|
|
1064
|
-
|
|
1117
|
+
showArrow: boolean;
|
|
1118
|
+
show: boolean;
|
|
1119
|
+
modelValue: import("./interface").SelectModelValue;
|
|
1120
|
+
allowClear: boolean;
|
|
1065
1121
|
valueKey: string;
|
|
1066
1122
|
filterOption: boolean | ((inputValue: string, option: import("./interface").SelectOptionData) => boolean);
|
|
1067
1123
|
showExtraOptions: boolean;
|
|
1068
1124
|
multiple: boolean;
|
|
1069
1125
|
defaultActiveFirstOption: boolean;
|
|
1070
1126
|
bordered: boolean;
|
|
1071
|
-
scrollbar: boolean | import("..").ScrollbarProps;
|
|
1072
1127
|
showHeaderOnEmpty: boolean;
|
|
1073
1128
|
showFooterOnEmpty: boolean;
|
|
1129
|
+
defaultShow: boolean;
|
|
1074
1130
|
defaultInputValue: string;
|
|
1075
|
-
maxTagCount: number;
|
|
1131
|
+
maxTagCount: number | "responsive";
|
|
1076
1132
|
tagNowrap: boolean;
|
|
1077
1133
|
allowCreate: boolean;
|
|
1078
1134
|
allowSearch: boolean | {
|
|
1079
1135
|
retainInputValue?: boolean;
|
|
1080
1136
|
};
|
|
1081
|
-
fallbackOption: boolean | ((value:
|
|
1137
|
+
fallbackOption: boolean | ((value: import("./interface").SelectOptionValue) => import("./interface").SelectOptionData);
|
|
1082
1138
|
searchDelay: number;
|
|
1083
1139
|
limit: number;
|
|
1084
1140
|
}>;
|
|
@@ -1090,13 +1146,19 @@ declare const Select: {
|
|
|
1090
1146
|
type: BooleanConstructor;
|
|
1091
1147
|
default: boolean;
|
|
1092
1148
|
};
|
|
1149
|
+
value: {
|
|
1150
|
+
type: import("vue").PropType<import("./interface").SelectModelValue>;
|
|
1151
|
+
default: undefined;
|
|
1152
|
+
};
|
|
1093
1153
|
modelValue: {
|
|
1094
|
-
type: import("vue").PropType<
|
|
1154
|
+
type: import("vue").PropType<import("./interface").SelectModelValue>;
|
|
1095
1155
|
default: undefined;
|
|
1096
1156
|
};
|
|
1097
1157
|
defaultValue: {
|
|
1098
|
-
type: import("vue").PropType<
|
|
1099
|
-
default: (props:
|
|
1158
|
+
type: import("vue").PropType<import("./interface").SelectModelValue>;
|
|
1159
|
+
default: (props: {
|
|
1160
|
+
multiple?: boolean;
|
|
1161
|
+
}) => "" | never[];
|
|
1100
1162
|
};
|
|
1101
1163
|
inputValue: {
|
|
1102
1164
|
type: StringConstructor;
|
|
@@ -1129,15 +1191,19 @@ declare const Select: {
|
|
|
1129
1191
|
type: import("vue").PropType<boolean | {
|
|
1130
1192
|
retainInputValue?: boolean;
|
|
1131
1193
|
}>;
|
|
1132
|
-
default:
|
|
1194
|
+
default: boolean;
|
|
1133
1195
|
};
|
|
1134
1196
|
allowCreate: {
|
|
1135
1197
|
type: BooleanConstructor;
|
|
1136
1198
|
default: boolean;
|
|
1137
1199
|
};
|
|
1200
|
+
showArrow: {
|
|
1201
|
+
type: BooleanConstructor;
|
|
1202
|
+
default: boolean;
|
|
1203
|
+
};
|
|
1138
1204
|
maxTagCount: {
|
|
1139
|
-
type:
|
|
1140
|
-
default:
|
|
1205
|
+
type: import("vue").PropType<number | "responsive">;
|
|
1206
|
+
default: string;
|
|
1141
1207
|
};
|
|
1142
1208
|
popupContainer: {
|
|
1143
1209
|
type: import("vue").PropType<string | HTMLElement>;
|
|
@@ -1154,10 +1220,18 @@ declare const Select: {
|
|
|
1154
1220
|
type: BooleanConstructor;
|
|
1155
1221
|
default: undefined;
|
|
1156
1222
|
};
|
|
1223
|
+
show: {
|
|
1224
|
+
type: BooleanConstructor;
|
|
1225
|
+
default: undefined;
|
|
1226
|
+
};
|
|
1157
1227
|
defaultPopupVisible: {
|
|
1158
1228
|
type: BooleanConstructor;
|
|
1159
1229
|
default: boolean;
|
|
1160
1230
|
};
|
|
1231
|
+
defaultShow: {
|
|
1232
|
+
type: BooleanConstructor;
|
|
1233
|
+
default: undefined;
|
|
1234
|
+
};
|
|
1161
1235
|
unmountOnClose: {
|
|
1162
1236
|
type: BooleanConstructor;
|
|
1163
1237
|
default: boolean;
|
|
@@ -1167,20 +1241,17 @@ declare const Select: {
|
|
|
1167
1241
|
default: boolean;
|
|
1168
1242
|
};
|
|
1169
1243
|
options: {
|
|
1170
|
-
type: import("vue").PropType<
|
|
1244
|
+
type: import("vue").PropType<import("./interface").SelectOption[]>;
|
|
1171
1245
|
default: () => never[];
|
|
1172
1246
|
};
|
|
1173
1247
|
virtualListProps: {
|
|
1174
|
-
type: import("vue").PropType<import("../_components/virtual-list
|
|
1248
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").VirtualListProps>;
|
|
1175
1249
|
};
|
|
1176
1250
|
triggerProps: {
|
|
1177
1251
|
type: import("vue").PropType<import("..").TriggerProps>;
|
|
1178
1252
|
};
|
|
1179
|
-
formatLabel: {
|
|
1180
|
-
type: import("vue").PropType<(data: import("./interface").SelectOptionData) => string>;
|
|
1181
|
-
};
|
|
1182
1253
|
fallbackOption: {
|
|
1183
|
-
type: import("vue").PropType<boolean | ((value:
|
|
1254
|
+
type: import("vue").PropType<boolean | ((value: import("./interface").SelectOptionValue) => import("./interface").SelectOptionData)>;
|
|
1184
1255
|
default: boolean;
|
|
1185
1256
|
};
|
|
1186
1257
|
showExtraOptions: {
|
|
@@ -1207,11 +1278,11 @@ declare const Select: {
|
|
|
1207
1278
|
default: boolean;
|
|
1208
1279
|
};
|
|
1209
1280
|
showHeaderOnEmpty: {
|
|
1210
|
-
type:
|
|
1281
|
+
type: BooleanConstructor;
|
|
1211
1282
|
default: boolean;
|
|
1212
1283
|
};
|
|
1213
1284
|
showFooterOnEmpty: {
|
|
1214
|
-
type:
|
|
1285
|
+
type: BooleanConstructor;
|
|
1215
1286
|
default: boolean;
|
|
1216
1287
|
};
|
|
1217
1288
|
tagNowrap: {
|
|
@@ -1219,59 +1290,69 @@ declare const Select: {
|
|
|
1219
1290
|
default: boolean;
|
|
1220
1291
|
};
|
|
1221
1292
|
}>> & Readonly<{
|
|
1222
|
-
onChange?: ((_value:
|
|
1293
|
+
onChange?: ((_value: import("./interface").SelectModelValue) => any) | undefined;
|
|
1223
1294
|
onClear?: ((_ev: Event) => any) | undefined;
|
|
1224
1295
|
onSearch?: ((_inputValue: string) => any) | undefined;
|
|
1225
|
-
"onUpdate:modelValue"?: ((_value: string | number | boolean | Record<string, any> | (string | number | boolean | Record<string, any>)[]) => any) | undefined;
|
|
1226
1296
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1227
1297
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1298
|
+
"onUpdate:modelValue"?: ((_value: import("./interface").SelectModelValue) => any) | undefined;
|
|
1228
1299
|
onDropdownScroll?: ((_ev: Event) => any) | undefined;
|
|
1229
1300
|
onDropdownReachBottom?: ((_ev: Event) => any) | undefined;
|
|
1301
|
+
"onUpdate:show"?: ((_visible: boolean) => any) | undefined;
|
|
1302
|
+
onShowChange?: ((_visible: boolean) => any) | undefined;
|
|
1230
1303
|
"onUpdate:inputValue"?: ((_inputValue: string) => any) | undefined;
|
|
1231
1304
|
onInputValueChange?: ((_inputValue: string) => any) | undefined;
|
|
1232
|
-
onRemove?: ((_removed:
|
|
1233
|
-
|
|
1305
|
+
onRemove?: ((_removed: import("./interface").SelectOptionValue | undefined) => any) | undefined;
|
|
1306
|
+
"onUpdate:value"?: ((_value: import("./interface").SelectModelValue) => any) | undefined;
|
|
1307
|
+
onExceedLimit?: ((_value: import("./interface").SelectOptionValue | undefined, _ev: Event) => any) | undefined;
|
|
1234
1308
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1235
|
-
'update:modelValue': (_value:
|
|
1309
|
+
'update:modelValue': (_value: import("./interface").SelectModelValue) => true;
|
|
1310
|
+
'update:value': (_value: import("./interface").SelectModelValue) => true;
|
|
1236
1311
|
'update:inputValue': (_inputValue: string) => true;
|
|
1237
1312
|
'update:popupVisible': (_visible: boolean) => true;
|
|
1238
|
-
|
|
1313
|
+
'update:show': (_visible: boolean) => true;
|
|
1314
|
+
change: (_value: import("./interface").SelectModelValue) => true;
|
|
1239
1315
|
inputValueChange: (_inputValue: string) => true;
|
|
1240
1316
|
popupVisibleChange: (_visible: boolean) => true;
|
|
1317
|
+
showChange: (_visible: boolean) => true;
|
|
1241
1318
|
clear: (_ev: Event) => true;
|
|
1242
|
-
remove: (_removed:
|
|
1319
|
+
remove: (_removed: import("./interface").SelectOptionValue | undefined) => true;
|
|
1243
1320
|
search: (_inputValue: string) => true;
|
|
1244
1321
|
dropdownScroll: (_ev: Event) => true;
|
|
1245
1322
|
dropdownReachBottom: (_ev: Event) => true;
|
|
1246
|
-
exceedLimit: (_value:
|
|
1323
|
+
exceedLimit: (_value: import("./interface").SelectOptionValue | undefined, _ev: Event) => true;
|
|
1247
1324
|
}, string, {
|
|
1248
1325
|
error: boolean;
|
|
1249
1326
|
disabled: boolean;
|
|
1250
|
-
defaultValue:
|
|
1327
|
+
defaultValue: import("./interface").SelectModelValue;
|
|
1251
1328
|
loading: boolean;
|
|
1329
|
+
value: import("./interface").SelectModelValue;
|
|
1252
1330
|
unmountOnClose: boolean;
|
|
1253
|
-
|
|
1254
|
-
|
|
1331
|
+
options: import("./interface").SelectOption[];
|
|
1332
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
1255
1333
|
popupVisible: boolean;
|
|
1256
1334
|
defaultPopupVisible: boolean;
|
|
1257
|
-
|
|
1335
|
+
showArrow: boolean;
|
|
1336
|
+
show: boolean;
|
|
1337
|
+
modelValue: import("./interface").SelectModelValue;
|
|
1338
|
+
allowClear: boolean;
|
|
1258
1339
|
valueKey: string;
|
|
1259
1340
|
filterOption: boolean | ((inputValue: string, option: import("./interface").SelectOptionData) => boolean);
|
|
1260
1341
|
showExtraOptions: boolean;
|
|
1261
1342
|
multiple: boolean;
|
|
1262
1343
|
defaultActiveFirstOption: boolean;
|
|
1263
1344
|
bordered: boolean;
|
|
1264
|
-
scrollbar: boolean | import("..").ScrollbarProps;
|
|
1265
1345
|
showHeaderOnEmpty: boolean;
|
|
1266
1346
|
showFooterOnEmpty: boolean;
|
|
1347
|
+
defaultShow: boolean;
|
|
1267
1348
|
defaultInputValue: string;
|
|
1268
|
-
maxTagCount: number;
|
|
1349
|
+
maxTagCount: number | "responsive";
|
|
1269
1350
|
tagNowrap: boolean;
|
|
1270
1351
|
allowCreate: boolean;
|
|
1271
1352
|
allowSearch: boolean | {
|
|
1272
1353
|
retainInputValue?: boolean;
|
|
1273
1354
|
};
|
|
1274
|
-
fallbackOption: boolean | ((value:
|
|
1355
|
+
fallbackOption: boolean | ((value: import("./interface").SelectOptionValue) => import("./interface").SelectOptionData);
|
|
1275
1356
|
searchDelay: number;
|
|
1276
1357
|
limit: number;
|
|
1277
1358
|
}, {}, string, {}, {
|
|
@@ -1421,10 +1502,10 @@ declare const Select: {
|
|
|
1421
1502
|
};
|
|
1422
1503
|
}>> & Readonly<{
|
|
1423
1504
|
onResize?: (() => any) | undefined;
|
|
1505
|
+
onHide?: (() => any) | undefined;
|
|
1424
1506
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1425
1507
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1426
1508
|
onShow?: (() => any) | undefined;
|
|
1427
|
-
onHide?: (() => any) | undefined;
|
|
1428
1509
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1429
1510
|
'update:popupVisible': (_visible: boolean) => true;
|
|
1430
1511
|
popupVisibleChange: (_visible: boolean) => true;
|
|
@@ -1436,6 +1517,7 @@ declare const Select: {
|
|
|
1436
1517
|
unmountOnClose: boolean;
|
|
1437
1518
|
renderToBody: boolean;
|
|
1438
1519
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1520
|
+
animationName: string;
|
|
1439
1521
|
autoFitPosition: boolean;
|
|
1440
1522
|
popupVisible: boolean;
|
|
1441
1523
|
defaultPopupVisible: boolean;
|
|
@@ -1447,7 +1529,6 @@ declare const Select: {
|
|
|
1447
1529
|
blurToClose: boolean;
|
|
1448
1530
|
clickToClose: boolean;
|
|
1449
1531
|
clickOutsideToClose: boolean;
|
|
1450
|
-
animationName: string;
|
|
1451
1532
|
mouseEnterDelay: number;
|
|
1452
1533
|
mouseLeaveDelay: number;
|
|
1453
1534
|
focusDelay: number;
|
|
@@ -1612,15 +1693,16 @@ declare const Select: {
|
|
|
1612
1693
|
};
|
|
1613
1694
|
}>> & Readonly<{
|
|
1614
1695
|
onResize?: (() => any) | undefined;
|
|
1696
|
+
onHide?: (() => any) | undefined;
|
|
1615
1697
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1616
1698
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1617
1699
|
onShow?: (() => any) | undefined;
|
|
1618
|
-
onHide?: (() => any) | undefined;
|
|
1619
1700
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1620
1701
|
disabled: boolean;
|
|
1621
1702
|
unmountOnClose: boolean;
|
|
1622
1703
|
renderToBody: boolean;
|
|
1623
1704
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1705
|
+
animationName: string;
|
|
1624
1706
|
autoFitPosition: boolean;
|
|
1625
1707
|
popupVisible: boolean;
|
|
1626
1708
|
defaultPopupVisible: boolean;
|
|
@@ -1632,7 +1714,6 @@ declare const Select: {
|
|
|
1632
1714
|
blurToClose: boolean;
|
|
1633
1715
|
clickToClose: boolean;
|
|
1634
1716
|
clickOutsideToClose: boolean;
|
|
1635
|
-
animationName: string;
|
|
1636
1717
|
mouseEnterDelay: number;
|
|
1637
1718
|
mouseLeaveDelay: number;
|
|
1638
1719
|
focusDelay: number;
|
|
@@ -1794,10 +1875,10 @@ declare const Select: {
|
|
|
1794
1875
|
};
|
|
1795
1876
|
}>> & Readonly<{
|
|
1796
1877
|
onResize?: (() => any) | undefined;
|
|
1878
|
+
onHide?: (() => any) | undefined;
|
|
1797
1879
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1798
1880
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1799
1881
|
onShow?: (() => any) | undefined;
|
|
1800
|
-
onHide?: (() => any) | undefined;
|
|
1801
1882
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1802
1883
|
'update:popupVisible': (_visible: boolean) => true;
|
|
1803
1884
|
popupVisibleChange: (_visible: boolean) => true;
|
|
@@ -1809,6 +1890,7 @@ declare const Select: {
|
|
|
1809
1890
|
unmountOnClose: boolean;
|
|
1810
1891
|
renderToBody: boolean;
|
|
1811
1892
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
1893
|
+
animationName: string;
|
|
1812
1894
|
autoFitPosition: boolean;
|
|
1813
1895
|
popupVisible: boolean;
|
|
1814
1896
|
defaultPopupVisible: boolean;
|
|
@@ -1820,7 +1902,6 @@ declare const Select: {
|
|
|
1820
1902
|
blurToClose: boolean;
|
|
1821
1903
|
clickToClose: boolean;
|
|
1822
1904
|
clickOutsideToClose: boolean;
|
|
1823
|
-
animationName: string;
|
|
1824
1905
|
mouseEnterDelay: number;
|
|
1825
1906
|
mouseLeaveDelay: number;
|
|
1826
1907
|
focusDelay: number;
|
|
@@ -1878,12 +1959,16 @@ declare const Select: {
|
|
|
1878
1959
|
type: BooleanConstructor;
|
|
1879
1960
|
default: boolean;
|
|
1880
1961
|
};
|
|
1962
|
+
showArrow: {
|
|
1963
|
+
type: BooleanConstructor;
|
|
1964
|
+
default: boolean;
|
|
1965
|
+
};
|
|
1881
1966
|
allowSearch: {
|
|
1882
1967
|
type: BooleanConstructor;
|
|
1883
1968
|
default: (props: import("../_utils/types").Data) => boolean;
|
|
1884
1969
|
};
|
|
1885
1970
|
maxTagCount: {
|
|
1886
|
-
type:
|
|
1971
|
+
type: import("vue").PropType<number | "responsive">;
|
|
1887
1972
|
default: number;
|
|
1888
1973
|
};
|
|
1889
1974
|
tagNowrap: {
|
|
@@ -1944,12 +2029,16 @@ declare const Select: {
|
|
|
1944
2029
|
type: BooleanConstructor;
|
|
1945
2030
|
default: boolean;
|
|
1946
2031
|
};
|
|
2032
|
+
showArrow: {
|
|
2033
|
+
type: BooleanConstructor;
|
|
2034
|
+
default: boolean;
|
|
2035
|
+
};
|
|
1947
2036
|
allowSearch: {
|
|
1948
2037
|
type: BooleanConstructor;
|
|
1949
2038
|
default: (props: import("../_utils/types").Data) => boolean;
|
|
1950
2039
|
};
|
|
1951
2040
|
maxTagCount: {
|
|
1952
|
-
type:
|
|
2041
|
+
type: import("vue").PropType<number | "responsive">;
|
|
1953
2042
|
default: number;
|
|
1954
2043
|
};
|
|
1955
2044
|
tagNowrap: {
|
|
@@ -1969,10 +2058,11 @@ declare const Select: {
|
|
|
1969
2058
|
error: boolean;
|
|
1970
2059
|
disabled: boolean;
|
|
1971
2060
|
loading: boolean;
|
|
2061
|
+
showArrow: boolean;
|
|
1972
2062
|
allowClear: boolean;
|
|
1973
2063
|
multiple: boolean;
|
|
1974
2064
|
bordered: boolean;
|
|
1975
|
-
maxTagCount: number;
|
|
2065
|
+
maxTagCount: number | "responsive";
|
|
1976
2066
|
retainInputValue: boolean;
|
|
1977
2067
|
tagNowrap: boolean;
|
|
1978
2068
|
opened: boolean;
|
|
@@ -2269,8 +2359,8 @@ declare const Select: {
|
|
|
2269
2359
|
}>, {
|
|
2270
2360
|
disabled: boolean;
|
|
2271
2361
|
defaultValue: (string | number | boolean)[];
|
|
2272
|
-
modelValue: (string | number | boolean)[];
|
|
2273
2362
|
direction: "horizontal" | "vertical";
|
|
2363
|
+
modelValue: (string | number | boolean)[];
|
|
2274
2364
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2275
2365
|
install: (app: App, options?: SDOptions) => void;
|
|
2276
2366
|
};
|