@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/cascader/index.d.ts
CHANGED
|
@@ -13,11 +13,17 @@ declare const Cascader: {
|
|
|
13
13
|
default: boolean;
|
|
14
14
|
};
|
|
15
15
|
modelValue: {
|
|
16
|
-
type: import("vue").PropType<
|
|
16
|
+
type: import("vue").PropType<import("./interface").CascaderModelValue>;
|
|
17
|
+
};
|
|
18
|
+
value: {
|
|
19
|
+
type: import("vue").PropType<import("./interface").CascaderModelValue>;
|
|
17
20
|
};
|
|
18
21
|
defaultValue: {
|
|
19
|
-
type: import("vue").PropType<
|
|
20
|
-
default: (props:
|
|
22
|
+
type: import("vue").PropType<import("./interface").CascaderModelValue>;
|
|
23
|
+
default: (props: {
|
|
24
|
+
multiple?: boolean;
|
|
25
|
+
pathMode?: boolean;
|
|
26
|
+
}) => import("./interface").CascaderModelValue;
|
|
21
27
|
};
|
|
22
28
|
options: {
|
|
23
29
|
type: import("vue").PropType<import("./interface").CascaderOption[]>;
|
|
@@ -36,12 +42,20 @@ declare const Cascader: {
|
|
|
36
42
|
};
|
|
37
43
|
allowSearch: {
|
|
38
44
|
type: BooleanConstructor;
|
|
39
|
-
default: (props:
|
|
45
|
+
default: (props: {
|
|
46
|
+
multiple?: boolean;
|
|
47
|
+
}) => boolean;
|
|
48
|
+
};
|
|
49
|
+
filterable: {
|
|
50
|
+
type: BooleanConstructor;
|
|
40
51
|
};
|
|
41
52
|
allowClear: {
|
|
42
53
|
type: BooleanConstructor;
|
|
43
54
|
default: boolean;
|
|
44
55
|
};
|
|
56
|
+
clearable: {
|
|
57
|
+
type: BooleanConstructor;
|
|
58
|
+
};
|
|
45
59
|
inputValue: {
|
|
46
60
|
type: StringConstructor;
|
|
47
61
|
default: undefined;
|
|
@@ -54,6 +68,10 @@ declare const Cascader: {
|
|
|
54
68
|
type: BooleanConstructor;
|
|
55
69
|
default: undefined;
|
|
56
70
|
};
|
|
71
|
+
show: {
|
|
72
|
+
type: BooleanConstructor;
|
|
73
|
+
default: undefined;
|
|
74
|
+
};
|
|
57
75
|
expandTrigger: {
|
|
58
76
|
type: import("vue").PropType<"click" | "hover">;
|
|
59
77
|
default: string;
|
|
@@ -62,6 +80,10 @@ declare const Cascader: {
|
|
|
62
80
|
type: BooleanConstructor;
|
|
63
81
|
default: boolean;
|
|
64
82
|
};
|
|
83
|
+
defaultShow: {
|
|
84
|
+
type: BooleanConstructor;
|
|
85
|
+
default: undefined;
|
|
86
|
+
};
|
|
65
87
|
placeholder: StringConstructor;
|
|
66
88
|
filterOption: {
|
|
67
89
|
type: import("vue").PropType<(inputValue: string, option: import("./interface").CascaderOption) => boolean>;
|
|
@@ -70,9 +92,17 @@ declare const Cascader: {
|
|
|
70
92
|
type: import("vue").PropType<string | HTMLElement>;
|
|
71
93
|
};
|
|
72
94
|
maxTagCount: {
|
|
73
|
-
type:
|
|
95
|
+
type: import("vue").PropType<number | "responsive">;
|
|
74
96
|
default: number;
|
|
75
97
|
};
|
|
98
|
+
showPath: {
|
|
99
|
+
type: BooleanConstructor;
|
|
100
|
+
default: boolean;
|
|
101
|
+
};
|
|
102
|
+
separator: {
|
|
103
|
+
type: StringConstructor;
|
|
104
|
+
default: string;
|
|
105
|
+
};
|
|
76
106
|
formatLabel: {
|
|
77
107
|
type: import("vue").PropType<(options: import("./interface").CascaderOption[]) => string>;
|
|
78
108
|
};
|
|
@@ -114,7 +144,7 @@ declare const Cascader: {
|
|
|
114
144
|
default: boolean;
|
|
115
145
|
};
|
|
116
146
|
virtualListProps: {
|
|
117
|
-
type: import("vue").PropType<import("../_components/virtual-list
|
|
147
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").VirtualListProps>;
|
|
118
148
|
};
|
|
119
149
|
tagNowrap: {
|
|
120
150
|
type: BooleanConstructor;
|
|
@@ -122,23 +152,44 @@ declare const Cascader: {
|
|
|
122
152
|
};
|
|
123
153
|
}>> & Readonly<{
|
|
124
154
|
onFocus?: ((_ev: FocusEvent) => any) | undefined;
|
|
125
|
-
onChange?: ((_value:
|
|
155
|
+
onChange?: ((_value: import("./interface").CascaderModelValue) => any) | undefined;
|
|
126
156
|
onBlur?: ((_ev: FocusEvent) => any) | undefined;
|
|
127
157
|
onClear?: (() => any) | undefined;
|
|
128
158
|
onSearch?: ((_value: string) => any) | undefined;
|
|
129
|
-
"onUpdate:modelValue"?: ((_value: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined) => any) | undefined;
|
|
130
159
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
131
160
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
161
|
+
"onUpdate:modelValue"?: ((_value: import("./interface").CascaderModelValue) => any) | undefined;
|
|
162
|
+
"onUpdate:show"?: ((_visible: boolean) => any) | undefined;
|
|
163
|
+
onShowChange?: ((_visible: boolean) => any) | undefined;
|
|
132
164
|
onInputValueChange?: ((_value: string) => any) | undefined;
|
|
165
|
+
"onUpdate:value"?: ((_value: import("./interface").CascaderModelValue) => any) | undefined;
|
|
133
166
|
}>, {
|
|
134
167
|
optionInfos: import("vue").Ref<{
|
|
135
|
-
[x: string]:
|
|
136
|
-
raw:
|
|
168
|
+
[x: string]: unknown;
|
|
169
|
+
raw: {
|
|
170
|
+
[x: string]: unknown;
|
|
171
|
+
value?: import("./interface").CascaderOptionValue | undefined;
|
|
172
|
+
label?: string | undefined;
|
|
173
|
+
disabled?: boolean | undefined;
|
|
174
|
+
tagProps?: {
|
|
175
|
+
color?: (import("..").TagColor | string) | undefined;
|
|
176
|
+
size?: "small" | "medium" | "large" | undefined;
|
|
177
|
+
visible?: boolean | undefined;
|
|
178
|
+
defaultVisible?: boolean | undefined;
|
|
179
|
+
loading?: boolean | undefined;
|
|
180
|
+
closable?: boolean | undefined;
|
|
181
|
+
checkable?: boolean | undefined;
|
|
182
|
+
checked?: boolean | undefined;
|
|
183
|
+
defaultChecked?: boolean | undefined;
|
|
184
|
+
} | undefined;
|
|
185
|
+
children?: any[] | undefined;
|
|
186
|
+
isLeaf?: boolean | undefined;
|
|
187
|
+
};
|
|
137
188
|
key: string;
|
|
138
189
|
valueKey: string;
|
|
139
190
|
level: number;
|
|
140
191
|
index: number;
|
|
141
|
-
value:
|
|
192
|
+
value: import("./interface").CascaderOptionValue;
|
|
142
193
|
label: string;
|
|
143
194
|
disabled: boolean;
|
|
144
195
|
selectionDisabled: boolean;
|
|
@@ -146,9 +197,8 @@ declare const Cascader: {
|
|
|
146
197
|
parent?: any | undefined;
|
|
147
198
|
children?: any[] | undefined;
|
|
148
199
|
path: any[];
|
|
149
|
-
pathValue:
|
|
200
|
+
pathValue: import("./interface").CascaderOptionValue[];
|
|
150
201
|
totalLeafOptions?: number | undefined;
|
|
151
|
-
render?: import("vue").RenderFunction | undefined;
|
|
152
202
|
tagProps?: {
|
|
153
203
|
color?: (import("..").TagColor | string) | undefined;
|
|
154
204
|
size?: "small" | "medium" | "large" | undefined;
|
|
@@ -161,13 +211,31 @@ declare const Cascader: {
|
|
|
161
211
|
defaultChecked?: boolean | undefined;
|
|
162
212
|
} | undefined;
|
|
163
213
|
}[], import("./interface").CascaderOptionInfo[] | {
|
|
164
|
-
[x: string]:
|
|
165
|
-
raw:
|
|
214
|
+
[x: string]: unknown;
|
|
215
|
+
raw: {
|
|
216
|
+
[x: string]: unknown;
|
|
217
|
+
value?: import("./interface").CascaderOptionValue | undefined;
|
|
218
|
+
label?: string | undefined;
|
|
219
|
+
disabled?: boolean | undefined;
|
|
220
|
+
tagProps?: {
|
|
221
|
+
color?: (import("..").TagColor | string) | undefined;
|
|
222
|
+
size?: "small" | "medium" | "large" | undefined;
|
|
223
|
+
visible?: boolean | undefined;
|
|
224
|
+
defaultVisible?: boolean | undefined;
|
|
225
|
+
loading?: boolean | undefined;
|
|
226
|
+
closable?: boolean | undefined;
|
|
227
|
+
checkable?: boolean | undefined;
|
|
228
|
+
checked?: boolean | undefined;
|
|
229
|
+
defaultChecked?: boolean | undefined;
|
|
230
|
+
} | undefined;
|
|
231
|
+
children?: any[] | undefined;
|
|
232
|
+
isLeaf?: boolean | undefined;
|
|
233
|
+
};
|
|
166
234
|
key: string;
|
|
167
235
|
valueKey: string;
|
|
168
236
|
level: number;
|
|
169
237
|
index: number;
|
|
170
|
-
value:
|
|
238
|
+
value: import("./interface").CascaderOptionValue;
|
|
171
239
|
label: string;
|
|
172
240
|
disabled: boolean;
|
|
173
241
|
selectionDisabled: boolean;
|
|
@@ -175,9 +243,8 @@ declare const Cascader: {
|
|
|
175
243
|
parent?: any | undefined;
|
|
176
244
|
children?: any[] | undefined;
|
|
177
245
|
path: any[];
|
|
178
|
-
pathValue:
|
|
246
|
+
pathValue: import("./interface").CascaderOptionValue[];
|
|
179
247
|
totalLeafOptions?: number | undefined;
|
|
180
|
-
render?: import("vue").RenderFunction | undefined;
|
|
181
248
|
tagProps?: {
|
|
182
249
|
color?: (import("..").TagColor | string) | undefined;
|
|
183
250
|
size?: "small" | "medium" | "large" | undefined;
|
|
@@ -191,13 +258,31 @@ declare const Cascader: {
|
|
|
191
258
|
} | undefined;
|
|
192
259
|
}[]>;
|
|
193
260
|
filteredLeafOptions: import("vue").ComputedRef<{
|
|
194
|
-
[x: string]:
|
|
195
|
-
raw:
|
|
261
|
+
[x: string]: unknown;
|
|
262
|
+
raw: {
|
|
263
|
+
[x: string]: unknown;
|
|
264
|
+
value?: import("./interface").CascaderOptionValue | undefined;
|
|
265
|
+
label?: string | undefined;
|
|
266
|
+
disabled?: boolean | undefined;
|
|
267
|
+
tagProps?: {
|
|
268
|
+
color?: (import("..").TagColor | string) | undefined;
|
|
269
|
+
size?: "small" | "medium" | "large" | undefined;
|
|
270
|
+
visible?: boolean | undefined;
|
|
271
|
+
defaultVisible?: boolean | undefined;
|
|
272
|
+
loading?: boolean | undefined;
|
|
273
|
+
closable?: boolean | undefined;
|
|
274
|
+
checkable?: boolean | undefined;
|
|
275
|
+
checked?: boolean | undefined;
|
|
276
|
+
defaultChecked?: boolean | undefined;
|
|
277
|
+
} | undefined;
|
|
278
|
+
children?: any[] | undefined;
|
|
279
|
+
isLeaf?: boolean | undefined;
|
|
280
|
+
};
|
|
196
281
|
key: string;
|
|
197
282
|
valueKey: string;
|
|
198
283
|
level: number;
|
|
199
284
|
index: number;
|
|
200
|
-
value:
|
|
285
|
+
value: import("./interface").CascaderOptionValue;
|
|
201
286
|
label: string;
|
|
202
287
|
disabled: boolean;
|
|
203
288
|
selectionDisabled: boolean;
|
|
@@ -205,9 +290,8 @@ declare const Cascader: {
|
|
|
205
290
|
parent?: any | undefined;
|
|
206
291
|
children?: any[] | undefined;
|
|
207
292
|
path: any[];
|
|
208
|
-
pathValue:
|
|
293
|
+
pathValue: import("./interface").CascaderOptionValue[];
|
|
209
294
|
totalLeafOptions?: number | undefined;
|
|
210
|
-
render?: import("vue").RenderFunction | undefined;
|
|
211
295
|
tagProps?: {
|
|
212
296
|
color?: (import("..").TagColor | string) | undefined;
|
|
213
297
|
size?: "small" | "medium" | "large" | undefined;
|
|
@@ -226,7 +310,12 @@ declare const Cascader: {
|
|
|
226
310
|
computedInputValue: import("vue").ComputedRef<string>;
|
|
227
311
|
computedPopupVisible: import("vue").ComputedRef<boolean>;
|
|
228
312
|
handleClear: (e: MouseEvent) => void;
|
|
229
|
-
selectViewValue: import("vue").ComputedRef<
|
|
313
|
+
selectViewValue: import("vue").ComputedRef<{
|
|
314
|
+
value: string;
|
|
315
|
+
label: string;
|
|
316
|
+
closable: boolean;
|
|
317
|
+
tagProps?: import("./interface").CascaderOption["tagProps"];
|
|
318
|
+
}[]>;
|
|
230
319
|
handleInputValueChange: (value: string, reason: string) => void;
|
|
231
320
|
showSearchPanel: import("vue").ComputedRef<boolean>;
|
|
232
321
|
handlePopupVisibleChange: (visible: boolean) => void;
|
|
@@ -235,39 +324,50 @@ declare const Cascader: {
|
|
|
235
324
|
handleRemove: (key: string) => void;
|
|
236
325
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
237
326
|
mergedAllowClear: import("vue").ComputedRef<boolean | undefined>;
|
|
327
|
+
mergedAllowSearch: import("vue").ComputedRef<boolean>;
|
|
238
328
|
handleKeyDown: (event: KeyboardEvent) => void;
|
|
239
329
|
totalLevel: import("vue").Ref<number, number>;
|
|
330
|
+
resolvedVirtualListProps: import("vue").ComputedRef<import("../_components/virtual-list/interface").VirtualListProps | undefined>;
|
|
240
331
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
241
|
-
'update:modelValue': (_value:
|
|
332
|
+
'update:modelValue': (_value: import("./interface").CascaderModelValue) => true;
|
|
333
|
+
'update:value': (_value: import("./interface").CascaderModelValue) => true;
|
|
242
334
|
'update:popupVisible': (_visible: boolean) => true;
|
|
243
|
-
|
|
335
|
+
'update:show': (_visible: boolean) => true;
|
|
336
|
+
change: (_value: import("./interface").CascaderModelValue) => true;
|
|
244
337
|
inputValueChange: (_value: string) => true;
|
|
245
338
|
clear: () => true;
|
|
246
339
|
search: (_value: string) => true;
|
|
247
340
|
popupVisibleChange: (_visible: boolean) => true;
|
|
341
|
+
showChange: (_visible: boolean) => true;
|
|
248
342
|
focus: (_ev: FocusEvent) => true;
|
|
249
343
|
blur: (_ev: FocusEvent) => true;
|
|
250
344
|
}, import("vue").PublicProps, {
|
|
251
345
|
error: boolean;
|
|
252
346
|
disabled: boolean;
|
|
253
|
-
defaultValue:
|
|
347
|
+
defaultValue: import("./interface").CascaderModelValue;
|
|
254
348
|
loading: boolean;
|
|
255
|
-
|
|
349
|
+
options: import("./interface").CascaderOption[];
|
|
256
350
|
popupVisible: boolean;
|
|
257
351
|
defaultPopupVisible: boolean;
|
|
258
|
-
|
|
352
|
+
show: boolean;
|
|
353
|
+
allowClear: boolean;
|
|
259
354
|
valueKey: string;
|
|
260
355
|
inputValue: string;
|
|
261
356
|
multiple: boolean;
|
|
357
|
+
separator: string;
|
|
358
|
+
defaultShow: boolean;
|
|
359
|
+
expandTrigger: "hover" | "click";
|
|
262
360
|
defaultInputValue: string;
|
|
263
|
-
maxTagCount: number;
|
|
361
|
+
maxTagCount: number | "responsive";
|
|
264
362
|
tagNowrap: boolean;
|
|
265
363
|
allowSearch: boolean;
|
|
266
364
|
searchDelay: number;
|
|
267
365
|
checkStrictly: boolean;
|
|
268
366
|
pathMode: boolean;
|
|
367
|
+
showPath: boolean;
|
|
269
368
|
expandChild: boolean;
|
|
270
|
-
|
|
369
|
+
filterable: boolean;
|
|
370
|
+
clearable: boolean;
|
|
271
371
|
searchOptionOnlyLabel: boolean;
|
|
272
372
|
fallback: boolean | ((value: string | number | Record<string, unknown> | (string | number | Record<string, unknown>)[]) => string);
|
|
273
373
|
}, true, {}, {}, {
|
|
@@ -417,10 +517,10 @@ declare const Cascader: {
|
|
|
417
517
|
};
|
|
418
518
|
}>> & Readonly<{
|
|
419
519
|
onResize?: (() => any) | undefined;
|
|
520
|
+
onHide?: (() => any) | undefined;
|
|
420
521
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
421
522
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
422
523
|
onShow?: (() => any) | undefined;
|
|
423
|
-
onHide?: (() => any) | undefined;
|
|
424
524
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
425
525
|
'update:popupVisible': (_visible: boolean) => true;
|
|
426
526
|
popupVisibleChange: (_visible: boolean) => true;
|
|
@@ -432,6 +532,7 @@ declare const Cascader: {
|
|
|
432
532
|
unmountOnClose: boolean;
|
|
433
533
|
renderToBody: boolean;
|
|
434
534
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
535
|
+
animationName: string;
|
|
435
536
|
autoFitPosition: boolean;
|
|
436
537
|
popupVisible: boolean;
|
|
437
538
|
defaultPopupVisible: boolean;
|
|
@@ -443,7 +544,6 @@ declare const Cascader: {
|
|
|
443
544
|
blurToClose: boolean;
|
|
444
545
|
clickToClose: boolean;
|
|
445
546
|
clickOutsideToClose: boolean;
|
|
446
|
-
animationName: string;
|
|
447
547
|
mouseEnterDelay: number;
|
|
448
548
|
mouseLeaveDelay: number;
|
|
449
549
|
focusDelay: number;
|
|
@@ -608,15 +708,16 @@ declare const Cascader: {
|
|
|
608
708
|
};
|
|
609
709
|
}>> & Readonly<{
|
|
610
710
|
onResize?: (() => any) | undefined;
|
|
711
|
+
onHide?: (() => any) | undefined;
|
|
611
712
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
612
713
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
613
714
|
onShow?: (() => any) | undefined;
|
|
614
|
-
onHide?: (() => any) | undefined;
|
|
615
715
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
616
716
|
disabled: boolean;
|
|
617
717
|
unmountOnClose: boolean;
|
|
618
718
|
renderToBody: boolean;
|
|
619
719
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
720
|
+
animationName: string;
|
|
620
721
|
autoFitPosition: boolean;
|
|
621
722
|
popupVisible: boolean;
|
|
622
723
|
defaultPopupVisible: boolean;
|
|
@@ -628,7 +729,6 @@ declare const Cascader: {
|
|
|
628
729
|
blurToClose: boolean;
|
|
629
730
|
clickToClose: boolean;
|
|
630
731
|
clickOutsideToClose: boolean;
|
|
631
|
-
animationName: string;
|
|
632
732
|
mouseEnterDelay: number;
|
|
633
733
|
mouseLeaveDelay: number;
|
|
634
734
|
focusDelay: number;
|
|
@@ -790,10 +890,10 @@ declare const Cascader: {
|
|
|
790
890
|
};
|
|
791
891
|
}>> & Readonly<{
|
|
792
892
|
onResize?: (() => any) | undefined;
|
|
893
|
+
onHide?: (() => any) | undefined;
|
|
793
894
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
794
895
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
795
896
|
onShow?: (() => any) | undefined;
|
|
796
|
-
onHide?: (() => any) | undefined;
|
|
797
897
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
798
898
|
'update:popupVisible': (_visible: boolean) => true;
|
|
799
899
|
popupVisibleChange: (_visible: boolean) => true;
|
|
@@ -805,6 +905,7 @@ declare const Cascader: {
|
|
|
805
905
|
unmountOnClose: boolean;
|
|
806
906
|
renderToBody: boolean;
|
|
807
907
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
908
|
+
animationName: string;
|
|
808
909
|
autoFitPosition: boolean;
|
|
809
910
|
popupVisible: boolean;
|
|
810
911
|
defaultPopupVisible: boolean;
|
|
@@ -816,7 +917,6 @@ declare const Cascader: {
|
|
|
816
917
|
blurToClose: boolean;
|
|
817
918
|
clickToClose: boolean;
|
|
818
919
|
clickOutsideToClose: boolean;
|
|
819
|
-
animationName: string;
|
|
820
920
|
mouseEnterDelay: number;
|
|
821
921
|
mouseLeaveDelay: number;
|
|
822
922
|
focusDelay: number;
|
|
@@ -874,12 +974,16 @@ declare const Cascader: {
|
|
|
874
974
|
type: BooleanConstructor;
|
|
875
975
|
default: boolean;
|
|
876
976
|
};
|
|
977
|
+
showArrow: {
|
|
978
|
+
type: BooleanConstructor;
|
|
979
|
+
default: boolean;
|
|
980
|
+
};
|
|
877
981
|
allowSearch: {
|
|
878
982
|
type: BooleanConstructor;
|
|
879
983
|
default: (props: import("../_utils/types").Data) => boolean;
|
|
880
984
|
};
|
|
881
985
|
maxTagCount: {
|
|
882
|
-
type:
|
|
986
|
+
type: import("vue").PropType<number | "responsive">;
|
|
883
987
|
default: number;
|
|
884
988
|
};
|
|
885
989
|
tagNowrap: {
|
|
@@ -940,12 +1044,16 @@ declare const Cascader: {
|
|
|
940
1044
|
type: BooleanConstructor;
|
|
941
1045
|
default: boolean;
|
|
942
1046
|
};
|
|
1047
|
+
showArrow: {
|
|
1048
|
+
type: BooleanConstructor;
|
|
1049
|
+
default: boolean;
|
|
1050
|
+
};
|
|
943
1051
|
allowSearch: {
|
|
944
1052
|
type: BooleanConstructor;
|
|
945
1053
|
default: (props: import("../_utils/types").Data) => boolean;
|
|
946
1054
|
};
|
|
947
1055
|
maxTagCount: {
|
|
948
|
-
type:
|
|
1056
|
+
type: import("vue").PropType<number | "responsive">;
|
|
949
1057
|
default: number;
|
|
950
1058
|
};
|
|
951
1059
|
tagNowrap: {
|
|
@@ -965,10 +1073,11 @@ declare const Cascader: {
|
|
|
965
1073
|
error: boolean;
|
|
966
1074
|
disabled: boolean;
|
|
967
1075
|
loading: boolean;
|
|
1076
|
+
showArrow: boolean;
|
|
968
1077
|
allowClear: boolean;
|
|
969
1078
|
multiple: boolean;
|
|
970
1079
|
bordered: boolean;
|
|
971
|
-
maxTagCount: number;
|
|
1080
|
+
maxTagCount: number | "responsive";
|
|
972
1081
|
retainInputValue: boolean;
|
|
973
1082
|
tagNowrap: boolean;
|
|
974
1083
|
opened: boolean;
|
|
@@ -994,7 +1103,7 @@ declare const Cascader: {
|
|
|
994
1103
|
loading: BooleanConstructor;
|
|
995
1104
|
dropdown: BooleanConstructor;
|
|
996
1105
|
virtualListProps: {
|
|
997
|
-
type: import("vue").PropType<import("../_components/virtual-list
|
|
1106
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").VirtualListProps>;
|
|
998
1107
|
};
|
|
999
1108
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1000
1109
|
displayColumns: {
|
|
@@ -1015,7 +1124,7 @@ declare const Cascader: {
|
|
|
1015
1124
|
loading: BooleanConstructor;
|
|
1016
1125
|
dropdown: BooleanConstructor;
|
|
1017
1126
|
virtualListProps: {
|
|
1018
|
-
type: import("vue").PropType<import("../_components/virtual-list
|
|
1127
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").VirtualListProps>;
|
|
1019
1128
|
};
|
|
1020
1129
|
}>> & Readonly<{}>, {
|
|
1021
1130
|
loading: boolean;
|
|
@@ -1066,11 +1175,17 @@ declare const Cascader: {
|
|
|
1066
1175
|
default: boolean;
|
|
1067
1176
|
};
|
|
1068
1177
|
modelValue: {
|
|
1069
|
-
type: import("vue").PropType<
|
|
1178
|
+
type: import("vue").PropType<import("./interface").CascaderModelValue>;
|
|
1179
|
+
};
|
|
1180
|
+
value: {
|
|
1181
|
+
type: import("vue").PropType<import("./interface").CascaderModelValue>;
|
|
1070
1182
|
};
|
|
1071
1183
|
defaultValue: {
|
|
1072
|
-
type: import("vue").PropType<
|
|
1073
|
-
default: (props:
|
|
1184
|
+
type: import("vue").PropType<import("./interface").CascaderModelValue>;
|
|
1185
|
+
default: (props: {
|
|
1186
|
+
multiple?: boolean;
|
|
1187
|
+
pathMode?: boolean;
|
|
1188
|
+
}) => import("./interface").CascaderModelValue;
|
|
1074
1189
|
};
|
|
1075
1190
|
options: {
|
|
1076
1191
|
type: import("vue").PropType<import("./interface").CascaderOption[]>;
|
|
@@ -1089,12 +1204,20 @@ declare const Cascader: {
|
|
|
1089
1204
|
};
|
|
1090
1205
|
allowSearch: {
|
|
1091
1206
|
type: BooleanConstructor;
|
|
1092
|
-
default: (props:
|
|
1207
|
+
default: (props: {
|
|
1208
|
+
multiple?: boolean;
|
|
1209
|
+
}) => boolean;
|
|
1210
|
+
};
|
|
1211
|
+
filterable: {
|
|
1212
|
+
type: BooleanConstructor;
|
|
1093
1213
|
};
|
|
1094
1214
|
allowClear: {
|
|
1095
1215
|
type: BooleanConstructor;
|
|
1096
1216
|
default: boolean;
|
|
1097
1217
|
};
|
|
1218
|
+
clearable: {
|
|
1219
|
+
type: BooleanConstructor;
|
|
1220
|
+
};
|
|
1098
1221
|
inputValue: {
|
|
1099
1222
|
type: StringConstructor;
|
|
1100
1223
|
default: undefined;
|
|
@@ -1107,6 +1230,10 @@ declare const Cascader: {
|
|
|
1107
1230
|
type: BooleanConstructor;
|
|
1108
1231
|
default: undefined;
|
|
1109
1232
|
};
|
|
1233
|
+
show: {
|
|
1234
|
+
type: BooleanConstructor;
|
|
1235
|
+
default: undefined;
|
|
1236
|
+
};
|
|
1110
1237
|
expandTrigger: {
|
|
1111
1238
|
type: import("vue").PropType<"click" | "hover">;
|
|
1112
1239
|
default: string;
|
|
@@ -1115,6 +1242,10 @@ declare const Cascader: {
|
|
|
1115
1242
|
type: BooleanConstructor;
|
|
1116
1243
|
default: boolean;
|
|
1117
1244
|
};
|
|
1245
|
+
defaultShow: {
|
|
1246
|
+
type: BooleanConstructor;
|
|
1247
|
+
default: undefined;
|
|
1248
|
+
};
|
|
1118
1249
|
placeholder: StringConstructor;
|
|
1119
1250
|
filterOption: {
|
|
1120
1251
|
type: import("vue").PropType<(inputValue: string, option: import("./interface").CascaderOption) => boolean>;
|
|
@@ -1123,9 +1254,17 @@ declare const Cascader: {
|
|
|
1123
1254
|
type: import("vue").PropType<string | HTMLElement>;
|
|
1124
1255
|
};
|
|
1125
1256
|
maxTagCount: {
|
|
1126
|
-
type:
|
|
1257
|
+
type: import("vue").PropType<number | "responsive">;
|
|
1127
1258
|
default: number;
|
|
1128
1259
|
};
|
|
1260
|
+
showPath: {
|
|
1261
|
+
type: BooleanConstructor;
|
|
1262
|
+
default: boolean;
|
|
1263
|
+
};
|
|
1264
|
+
separator: {
|
|
1265
|
+
type: StringConstructor;
|
|
1266
|
+
default: string;
|
|
1267
|
+
};
|
|
1129
1268
|
formatLabel: {
|
|
1130
1269
|
type: import("vue").PropType<(options: import("./interface").CascaderOption[]) => string>;
|
|
1131
1270
|
};
|
|
@@ -1167,7 +1306,7 @@ declare const Cascader: {
|
|
|
1167
1306
|
default: boolean;
|
|
1168
1307
|
};
|
|
1169
1308
|
virtualListProps: {
|
|
1170
|
-
type: import("vue").PropType<import("../_components/virtual-list
|
|
1309
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").VirtualListProps>;
|
|
1171
1310
|
};
|
|
1172
1311
|
tagNowrap: {
|
|
1173
1312
|
type: BooleanConstructor;
|
|
@@ -1175,23 +1314,44 @@ declare const Cascader: {
|
|
|
1175
1314
|
};
|
|
1176
1315
|
}>> & Readonly<{
|
|
1177
1316
|
onFocus?: ((_ev: FocusEvent) => any) | undefined;
|
|
1178
|
-
onChange?: ((_value:
|
|
1317
|
+
onChange?: ((_value: import("./interface").CascaderModelValue) => any) | undefined;
|
|
1179
1318
|
onBlur?: ((_ev: FocusEvent) => any) | undefined;
|
|
1180
1319
|
onClear?: (() => any) | undefined;
|
|
1181
1320
|
onSearch?: ((_value: string) => any) | undefined;
|
|
1182
|
-
"onUpdate:modelValue"?: ((_value: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined) => any) | undefined;
|
|
1183
1321
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1184
1322
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1323
|
+
"onUpdate:modelValue"?: ((_value: import("./interface").CascaderModelValue) => any) | undefined;
|
|
1324
|
+
"onUpdate:show"?: ((_visible: boolean) => any) | undefined;
|
|
1325
|
+
onShowChange?: ((_visible: boolean) => any) | undefined;
|
|
1185
1326
|
onInputValueChange?: ((_value: string) => any) | undefined;
|
|
1327
|
+
"onUpdate:value"?: ((_value: import("./interface").CascaderModelValue) => any) | undefined;
|
|
1186
1328
|
}>, {
|
|
1187
1329
|
optionInfos: import("vue").Ref<{
|
|
1188
|
-
[x: string]:
|
|
1189
|
-
raw:
|
|
1330
|
+
[x: string]: unknown;
|
|
1331
|
+
raw: {
|
|
1332
|
+
[x: string]: unknown;
|
|
1333
|
+
value?: import("./interface").CascaderOptionValue | undefined;
|
|
1334
|
+
label?: string | undefined;
|
|
1335
|
+
disabled?: boolean | undefined;
|
|
1336
|
+
tagProps?: {
|
|
1337
|
+
color?: (import("..").TagColor | string) | undefined;
|
|
1338
|
+
size?: "small" | "medium" | "large" | undefined;
|
|
1339
|
+
visible?: boolean | undefined;
|
|
1340
|
+
defaultVisible?: boolean | undefined;
|
|
1341
|
+
loading?: boolean | undefined;
|
|
1342
|
+
closable?: boolean | undefined;
|
|
1343
|
+
checkable?: boolean | undefined;
|
|
1344
|
+
checked?: boolean | undefined;
|
|
1345
|
+
defaultChecked?: boolean | undefined;
|
|
1346
|
+
} | undefined;
|
|
1347
|
+
children?: any[] | undefined;
|
|
1348
|
+
isLeaf?: boolean | undefined;
|
|
1349
|
+
};
|
|
1190
1350
|
key: string;
|
|
1191
1351
|
valueKey: string;
|
|
1192
1352
|
level: number;
|
|
1193
1353
|
index: number;
|
|
1194
|
-
value:
|
|
1354
|
+
value: import("./interface").CascaderOptionValue;
|
|
1195
1355
|
label: string;
|
|
1196
1356
|
disabled: boolean;
|
|
1197
1357
|
selectionDisabled: boolean;
|
|
@@ -1199,9 +1359,8 @@ declare const Cascader: {
|
|
|
1199
1359
|
parent?: any | undefined;
|
|
1200
1360
|
children?: any[] | undefined;
|
|
1201
1361
|
path: any[];
|
|
1202
|
-
pathValue:
|
|
1362
|
+
pathValue: import("./interface").CascaderOptionValue[];
|
|
1203
1363
|
totalLeafOptions?: number | undefined;
|
|
1204
|
-
render?: import("vue").RenderFunction | undefined;
|
|
1205
1364
|
tagProps?: {
|
|
1206
1365
|
color?: (import("..").TagColor | string) | undefined;
|
|
1207
1366
|
size?: "small" | "medium" | "large" | undefined;
|
|
@@ -1214,13 +1373,31 @@ declare const Cascader: {
|
|
|
1214
1373
|
defaultChecked?: boolean | undefined;
|
|
1215
1374
|
} | undefined;
|
|
1216
1375
|
}[], import("./interface").CascaderOptionInfo[] | {
|
|
1217
|
-
[x: string]:
|
|
1218
|
-
raw:
|
|
1376
|
+
[x: string]: unknown;
|
|
1377
|
+
raw: {
|
|
1378
|
+
[x: string]: unknown;
|
|
1379
|
+
value?: import("./interface").CascaderOptionValue | undefined;
|
|
1380
|
+
label?: string | undefined;
|
|
1381
|
+
disabled?: boolean | undefined;
|
|
1382
|
+
tagProps?: {
|
|
1383
|
+
color?: (import("..").TagColor | string) | undefined;
|
|
1384
|
+
size?: "small" | "medium" | "large" | undefined;
|
|
1385
|
+
visible?: boolean | undefined;
|
|
1386
|
+
defaultVisible?: boolean | undefined;
|
|
1387
|
+
loading?: boolean | undefined;
|
|
1388
|
+
closable?: boolean | undefined;
|
|
1389
|
+
checkable?: boolean | undefined;
|
|
1390
|
+
checked?: boolean | undefined;
|
|
1391
|
+
defaultChecked?: boolean | undefined;
|
|
1392
|
+
} | undefined;
|
|
1393
|
+
children?: any[] | undefined;
|
|
1394
|
+
isLeaf?: boolean | undefined;
|
|
1395
|
+
};
|
|
1219
1396
|
key: string;
|
|
1220
1397
|
valueKey: string;
|
|
1221
1398
|
level: number;
|
|
1222
1399
|
index: number;
|
|
1223
|
-
value:
|
|
1400
|
+
value: import("./interface").CascaderOptionValue;
|
|
1224
1401
|
label: string;
|
|
1225
1402
|
disabled: boolean;
|
|
1226
1403
|
selectionDisabled: boolean;
|
|
@@ -1228,9 +1405,8 @@ declare const Cascader: {
|
|
|
1228
1405
|
parent?: any | undefined;
|
|
1229
1406
|
children?: any[] | undefined;
|
|
1230
1407
|
path: any[];
|
|
1231
|
-
pathValue:
|
|
1408
|
+
pathValue: import("./interface").CascaderOptionValue[];
|
|
1232
1409
|
totalLeafOptions?: number | undefined;
|
|
1233
|
-
render?: import("vue").RenderFunction | undefined;
|
|
1234
1410
|
tagProps?: {
|
|
1235
1411
|
color?: (import("..").TagColor | string) | undefined;
|
|
1236
1412
|
size?: "small" | "medium" | "large" | undefined;
|
|
@@ -1244,13 +1420,31 @@ declare const Cascader: {
|
|
|
1244
1420
|
} | undefined;
|
|
1245
1421
|
}[]>;
|
|
1246
1422
|
filteredLeafOptions: import("vue").ComputedRef<{
|
|
1247
|
-
[x: string]:
|
|
1248
|
-
raw:
|
|
1423
|
+
[x: string]: unknown;
|
|
1424
|
+
raw: {
|
|
1425
|
+
[x: string]: unknown;
|
|
1426
|
+
value?: import("./interface").CascaderOptionValue | undefined;
|
|
1427
|
+
label?: string | undefined;
|
|
1428
|
+
disabled?: boolean | undefined;
|
|
1429
|
+
tagProps?: {
|
|
1430
|
+
color?: (import("..").TagColor | string) | undefined;
|
|
1431
|
+
size?: "small" | "medium" | "large" | undefined;
|
|
1432
|
+
visible?: boolean | undefined;
|
|
1433
|
+
defaultVisible?: boolean | undefined;
|
|
1434
|
+
loading?: boolean | undefined;
|
|
1435
|
+
closable?: boolean | undefined;
|
|
1436
|
+
checkable?: boolean | undefined;
|
|
1437
|
+
checked?: boolean | undefined;
|
|
1438
|
+
defaultChecked?: boolean | undefined;
|
|
1439
|
+
} | undefined;
|
|
1440
|
+
children?: any[] | undefined;
|
|
1441
|
+
isLeaf?: boolean | undefined;
|
|
1442
|
+
};
|
|
1249
1443
|
key: string;
|
|
1250
1444
|
valueKey: string;
|
|
1251
1445
|
level: number;
|
|
1252
1446
|
index: number;
|
|
1253
|
-
value:
|
|
1447
|
+
value: import("./interface").CascaderOptionValue;
|
|
1254
1448
|
label: string;
|
|
1255
1449
|
disabled: boolean;
|
|
1256
1450
|
selectionDisabled: boolean;
|
|
@@ -1258,9 +1452,8 @@ declare const Cascader: {
|
|
|
1258
1452
|
parent?: any | undefined;
|
|
1259
1453
|
children?: any[] | undefined;
|
|
1260
1454
|
path: any[];
|
|
1261
|
-
pathValue:
|
|
1455
|
+
pathValue: import("./interface").CascaderOptionValue[];
|
|
1262
1456
|
totalLeafOptions?: number | undefined;
|
|
1263
|
-
render?: import("vue").RenderFunction | undefined;
|
|
1264
1457
|
tagProps?: {
|
|
1265
1458
|
color?: (import("..").TagColor | string) | undefined;
|
|
1266
1459
|
size?: "small" | "medium" | "large" | undefined;
|
|
@@ -1279,7 +1472,12 @@ declare const Cascader: {
|
|
|
1279
1472
|
computedInputValue: import("vue").ComputedRef<string>;
|
|
1280
1473
|
computedPopupVisible: import("vue").ComputedRef<boolean>;
|
|
1281
1474
|
handleClear: (e: MouseEvent) => void;
|
|
1282
|
-
selectViewValue: import("vue").ComputedRef<
|
|
1475
|
+
selectViewValue: import("vue").ComputedRef<{
|
|
1476
|
+
value: string;
|
|
1477
|
+
label: string;
|
|
1478
|
+
closable: boolean;
|
|
1479
|
+
tagProps?: import("./interface").CascaderOption["tagProps"];
|
|
1480
|
+
}[]>;
|
|
1283
1481
|
handleInputValueChange: (value: string, reason: string) => void;
|
|
1284
1482
|
showSearchPanel: import("vue").ComputedRef<boolean>;
|
|
1285
1483
|
handlePopupVisibleChange: (visible: boolean) => void;
|
|
@@ -1288,29 +1486,37 @@ declare const Cascader: {
|
|
|
1288
1486
|
handleRemove: (key: string) => void;
|
|
1289
1487
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
1290
1488
|
mergedAllowClear: import("vue").ComputedRef<boolean | undefined>;
|
|
1489
|
+
mergedAllowSearch: import("vue").ComputedRef<boolean>;
|
|
1291
1490
|
handleKeyDown: (event: KeyboardEvent) => void;
|
|
1292
1491
|
totalLevel: import("vue").Ref<number, number>;
|
|
1492
|
+
resolvedVirtualListProps: import("vue").ComputedRef<import("../_components/virtual-list/interface").VirtualListProps | undefined>;
|
|
1293
1493
|
}, {}, {}, {}, {
|
|
1294
1494
|
error: boolean;
|
|
1295
1495
|
disabled: boolean;
|
|
1296
|
-
defaultValue:
|
|
1496
|
+
defaultValue: import("./interface").CascaderModelValue;
|
|
1297
1497
|
loading: boolean;
|
|
1298
|
-
|
|
1498
|
+
options: import("./interface").CascaderOption[];
|
|
1299
1499
|
popupVisible: boolean;
|
|
1300
1500
|
defaultPopupVisible: boolean;
|
|
1301
|
-
|
|
1501
|
+
show: boolean;
|
|
1502
|
+
allowClear: boolean;
|
|
1302
1503
|
valueKey: string;
|
|
1303
1504
|
inputValue: string;
|
|
1304
1505
|
multiple: boolean;
|
|
1506
|
+
separator: string;
|
|
1507
|
+
defaultShow: boolean;
|
|
1508
|
+
expandTrigger: "hover" | "click";
|
|
1305
1509
|
defaultInputValue: string;
|
|
1306
|
-
maxTagCount: number;
|
|
1510
|
+
maxTagCount: number | "responsive";
|
|
1307
1511
|
tagNowrap: boolean;
|
|
1308
1512
|
allowSearch: boolean;
|
|
1309
1513
|
searchDelay: number;
|
|
1310
1514
|
checkStrictly: boolean;
|
|
1311
1515
|
pathMode: boolean;
|
|
1516
|
+
showPath: boolean;
|
|
1312
1517
|
expandChild: boolean;
|
|
1313
|
-
|
|
1518
|
+
filterable: boolean;
|
|
1519
|
+
clearable: boolean;
|
|
1314
1520
|
searchOptionOnlyLabel: boolean;
|
|
1315
1521
|
fallback: boolean | ((value: string | number | Record<string, unknown> | (string | number | Record<string, unknown>)[]) => string);
|
|
1316
1522
|
}>;
|
|
@@ -1327,11 +1533,17 @@ declare const Cascader: {
|
|
|
1327
1533
|
default: boolean;
|
|
1328
1534
|
};
|
|
1329
1535
|
modelValue: {
|
|
1330
|
-
type: import("vue").PropType<
|
|
1536
|
+
type: import("vue").PropType<import("./interface").CascaderModelValue>;
|
|
1537
|
+
};
|
|
1538
|
+
value: {
|
|
1539
|
+
type: import("vue").PropType<import("./interface").CascaderModelValue>;
|
|
1331
1540
|
};
|
|
1332
1541
|
defaultValue: {
|
|
1333
|
-
type: import("vue").PropType<
|
|
1334
|
-
default: (props:
|
|
1542
|
+
type: import("vue").PropType<import("./interface").CascaderModelValue>;
|
|
1543
|
+
default: (props: {
|
|
1544
|
+
multiple?: boolean;
|
|
1545
|
+
pathMode?: boolean;
|
|
1546
|
+
}) => import("./interface").CascaderModelValue;
|
|
1335
1547
|
};
|
|
1336
1548
|
options: {
|
|
1337
1549
|
type: import("vue").PropType<import("./interface").CascaderOption[]>;
|
|
@@ -1350,12 +1562,20 @@ declare const Cascader: {
|
|
|
1350
1562
|
};
|
|
1351
1563
|
allowSearch: {
|
|
1352
1564
|
type: BooleanConstructor;
|
|
1353
|
-
default: (props:
|
|
1565
|
+
default: (props: {
|
|
1566
|
+
multiple?: boolean;
|
|
1567
|
+
}) => boolean;
|
|
1568
|
+
};
|
|
1569
|
+
filterable: {
|
|
1570
|
+
type: BooleanConstructor;
|
|
1354
1571
|
};
|
|
1355
1572
|
allowClear: {
|
|
1356
1573
|
type: BooleanConstructor;
|
|
1357
1574
|
default: boolean;
|
|
1358
1575
|
};
|
|
1576
|
+
clearable: {
|
|
1577
|
+
type: BooleanConstructor;
|
|
1578
|
+
};
|
|
1359
1579
|
inputValue: {
|
|
1360
1580
|
type: StringConstructor;
|
|
1361
1581
|
default: undefined;
|
|
@@ -1368,6 +1588,10 @@ declare const Cascader: {
|
|
|
1368
1588
|
type: BooleanConstructor;
|
|
1369
1589
|
default: undefined;
|
|
1370
1590
|
};
|
|
1591
|
+
show: {
|
|
1592
|
+
type: BooleanConstructor;
|
|
1593
|
+
default: undefined;
|
|
1594
|
+
};
|
|
1371
1595
|
expandTrigger: {
|
|
1372
1596
|
type: import("vue").PropType<"click" | "hover">;
|
|
1373
1597
|
default: string;
|
|
@@ -1376,6 +1600,10 @@ declare const Cascader: {
|
|
|
1376
1600
|
type: BooleanConstructor;
|
|
1377
1601
|
default: boolean;
|
|
1378
1602
|
};
|
|
1603
|
+
defaultShow: {
|
|
1604
|
+
type: BooleanConstructor;
|
|
1605
|
+
default: undefined;
|
|
1606
|
+
};
|
|
1379
1607
|
placeholder: StringConstructor;
|
|
1380
1608
|
filterOption: {
|
|
1381
1609
|
type: import("vue").PropType<(inputValue: string, option: import("./interface").CascaderOption) => boolean>;
|
|
@@ -1384,9 +1612,17 @@ declare const Cascader: {
|
|
|
1384
1612
|
type: import("vue").PropType<string | HTMLElement>;
|
|
1385
1613
|
};
|
|
1386
1614
|
maxTagCount: {
|
|
1387
|
-
type:
|
|
1615
|
+
type: import("vue").PropType<number | "responsive">;
|
|
1388
1616
|
default: number;
|
|
1389
1617
|
};
|
|
1618
|
+
showPath: {
|
|
1619
|
+
type: BooleanConstructor;
|
|
1620
|
+
default: boolean;
|
|
1621
|
+
};
|
|
1622
|
+
separator: {
|
|
1623
|
+
type: StringConstructor;
|
|
1624
|
+
default: string;
|
|
1625
|
+
};
|
|
1390
1626
|
formatLabel: {
|
|
1391
1627
|
type: import("vue").PropType<(options: import("./interface").CascaderOption[]) => string>;
|
|
1392
1628
|
};
|
|
@@ -1428,7 +1664,7 @@ declare const Cascader: {
|
|
|
1428
1664
|
default: boolean;
|
|
1429
1665
|
};
|
|
1430
1666
|
virtualListProps: {
|
|
1431
|
-
type: import("vue").PropType<import("../_components/virtual-list
|
|
1667
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").VirtualListProps>;
|
|
1432
1668
|
};
|
|
1433
1669
|
tagNowrap: {
|
|
1434
1670
|
type: BooleanConstructor;
|
|
@@ -1436,23 +1672,44 @@ declare const Cascader: {
|
|
|
1436
1672
|
};
|
|
1437
1673
|
}>> & Readonly<{
|
|
1438
1674
|
onFocus?: ((_ev: FocusEvent) => any) | undefined;
|
|
1439
|
-
onChange?: ((_value:
|
|
1675
|
+
onChange?: ((_value: import("./interface").CascaderModelValue) => any) | undefined;
|
|
1440
1676
|
onBlur?: ((_ev: FocusEvent) => any) | undefined;
|
|
1441
1677
|
onClear?: (() => any) | undefined;
|
|
1442
1678
|
onSearch?: ((_value: string) => any) | undefined;
|
|
1443
|
-
"onUpdate:modelValue"?: ((_value: string | number | Record<string, any> | (string | number | Record<string, any> | (string | number | Record<string, any>)[])[] | undefined) => any) | undefined;
|
|
1444
1679
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1445
1680
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1681
|
+
"onUpdate:modelValue"?: ((_value: import("./interface").CascaderModelValue) => any) | undefined;
|
|
1682
|
+
"onUpdate:show"?: ((_visible: boolean) => any) | undefined;
|
|
1683
|
+
onShowChange?: ((_visible: boolean) => any) | undefined;
|
|
1446
1684
|
onInputValueChange?: ((_value: string) => any) | undefined;
|
|
1685
|
+
"onUpdate:value"?: ((_value: import("./interface").CascaderModelValue) => any) | undefined;
|
|
1447
1686
|
}>, {
|
|
1448
1687
|
optionInfos: import("vue").Ref<{
|
|
1449
|
-
[x: string]:
|
|
1450
|
-
raw:
|
|
1688
|
+
[x: string]: unknown;
|
|
1689
|
+
raw: {
|
|
1690
|
+
[x: string]: unknown;
|
|
1691
|
+
value?: import("./interface").CascaderOptionValue | undefined;
|
|
1692
|
+
label?: string | undefined;
|
|
1693
|
+
disabled?: boolean | undefined;
|
|
1694
|
+
tagProps?: {
|
|
1695
|
+
color?: (import("..").TagColor | string) | undefined;
|
|
1696
|
+
size?: "small" | "medium" | "large" | undefined;
|
|
1697
|
+
visible?: boolean | undefined;
|
|
1698
|
+
defaultVisible?: boolean | undefined;
|
|
1699
|
+
loading?: boolean | undefined;
|
|
1700
|
+
closable?: boolean | undefined;
|
|
1701
|
+
checkable?: boolean | undefined;
|
|
1702
|
+
checked?: boolean | undefined;
|
|
1703
|
+
defaultChecked?: boolean | undefined;
|
|
1704
|
+
} | undefined;
|
|
1705
|
+
children?: any[] | undefined;
|
|
1706
|
+
isLeaf?: boolean | undefined;
|
|
1707
|
+
};
|
|
1451
1708
|
key: string;
|
|
1452
1709
|
valueKey: string;
|
|
1453
1710
|
level: number;
|
|
1454
1711
|
index: number;
|
|
1455
|
-
value:
|
|
1712
|
+
value: import("./interface").CascaderOptionValue;
|
|
1456
1713
|
label: string;
|
|
1457
1714
|
disabled: boolean;
|
|
1458
1715
|
selectionDisabled: boolean;
|
|
@@ -1460,9 +1717,8 @@ declare const Cascader: {
|
|
|
1460
1717
|
parent?: any | undefined;
|
|
1461
1718
|
children?: any[] | undefined;
|
|
1462
1719
|
path: any[];
|
|
1463
|
-
pathValue:
|
|
1720
|
+
pathValue: import("./interface").CascaderOptionValue[];
|
|
1464
1721
|
totalLeafOptions?: number | undefined;
|
|
1465
|
-
render?: import("vue").RenderFunction | undefined;
|
|
1466
1722
|
tagProps?: {
|
|
1467
1723
|
color?: (import("..").TagColor | string) | undefined;
|
|
1468
1724
|
size?: "small" | "medium" | "large" | undefined;
|
|
@@ -1475,13 +1731,31 @@ declare const Cascader: {
|
|
|
1475
1731
|
defaultChecked?: boolean | undefined;
|
|
1476
1732
|
} | undefined;
|
|
1477
1733
|
}[], import("./interface").CascaderOptionInfo[] | {
|
|
1478
|
-
[x: string]:
|
|
1479
|
-
raw:
|
|
1734
|
+
[x: string]: unknown;
|
|
1735
|
+
raw: {
|
|
1736
|
+
[x: string]: unknown;
|
|
1737
|
+
value?: import("./interface").CascaderOptionValue | undefined;
|
|
1738
|
+
label?: string | undefined;
|
|
1739
|
+
disabled?: boolean | undefined;
|
|
1740
|
+
tagProps?: {
|
|
1741
|
+
color?: (import("..").TagColor | string) | undefined;
|
|
1742
|
+
size?: "small" | "medium" | "large" | undefined;
|
|
1743
|
+
visible?: boolean | undefined;
|
|
1744
|
+
defaultVisible?: boolean | undefined;
|
|
1745
|
+
loading?: boolean | undefined;
|
|
1746
|
+
closable?: boolean | undefined;
|
|
1747
|
+
checkable?: boolean | undefined;
|
|
1748
|
+
checked?: boolean | undefined;
|
|
1749
|
+
defaultChecked?: boolean | undefined;
|
|
1750
|
+
} | undefined;
|
|
1751
|
+
children?: any[] | undefined;
|
|
1752
|
+
isLeaf?: boolean | undefined;
|
|
1753
|
+
};
|
|
1480
1754
|
key: string;
|
|
1481
1755
|
valueKey: string;
|
|
1482
1756
|
level: number;
|
|
1483
1757
|
index: number;
|
|
1484
|
-
value:
|
|
1758
|
+
value: import("./interface").CascaderOptionValue;
|
|
1485
1759
|
label: string;
|
|
1486
1760
|
disabled: boolean;
|
|
1487
1761
|
selectionDisabled: boolean;
|
|
@@ -1489,9 +1763,8 @@ declare const Cascader: {
|
|
|
1489
1763
|
parent?: any | undefined;
|
|
1490
1764
|
children?: any[] | undefined;
|
|
1491
1765
|
path: any[];
|
|
1492
|
-
pathValue:
|
|
1766
|
+
pathValue: import("./interface").CascaderOptionValue[];
|
|
1493
1767
|
totalLeafOptions?: number | undefined;
|
|
1494
|
-
render?: import("vue").RenderFunction | undefined;
|
|
1495
1768
|
tagProps?: {
|
|
1496
1769
|
color?: (import("..").TagColor | string) | undefined;
|
|
1497
1770
|
size?: "small" | "medium" | "large" | undefined;
|
|
@@ -1505,13 +1778,31 @@ declare const Cascader: {
|
|
|
1505
1778
|
} | undefined;
|
|
1506
1779
|
}[]>;
|
|
1507
1780
|
filteredLeafOptions: import("vue").ComputedRef<{
|
|
1508
|
-
[x: string]:
|
|
1509
|
-
raw:
|
|
1781
|
+
[x: string]: unknown;
|
|
1782
|
+
raw: {
|
|
1783
|
+
[x: string]: unknown;
|
|
1784
|
+
value?: import("./interface").CascaderOptionValue | undefined;
|
|
1785
|
+
label?: string | undefined;
|
|
1786
|
+
disabled?: boolean | undefined;
|
|
1787
|
+
tagProps?: {
|
|
1788
|
+
color?: (import("..").TagColor | string) | undefined;
|
|
1789
|
+
size?: "small" | "medium" | "large" | undefined;
|
|
1790
|
+
visible?: boolean | undefined;
|
|
1791
|
+
defaultVisible?: boolean | undefined;
|
|
1792
|
+
loading?: boolean | undefined;
|
|
1793
|
+
closable?: boolean | undefined;
|
|
1794
|
+
checkable?: boolean | undefined;
|
|
1795
|
+
checked?: boolean | undefined;
|
|
1796
|
+
defaultChecked?: boolean | undefined;
|
|
1797
|
+
} | undefined;
|
|
1798
|
+
children?: any[] | undefined;
|
|
1799
|
+
isLeaf?: boolean | undefined;
|
|
1800
|
+
};
|
|
1510
1801
|
key: string;
|
|
1511
1802
|
valueKey: string;
|
|
1512
1803
|
level: number;
|
|
1513
1804
|
index: number;
|
|
1514
|
-
value:
|
|
1805
|
+
value: import("./interface").CascaderOptionValue;
|
|
1515
1806
|
label: string;
|
|
1516
1807
|
disabled: boolean;
|
|
1517
1808
|
selectionDisabled: boolean;
|
|
@@ -1519,9 +1810,8 @@ declare const Cascader: {
|
|
|
1519
1810
|
parent?: any | undefined;
|
|
1520
1811
|
children?: any[] | undefined;
|
|
1521
1812
|
path: any[];
|
|
1522
|
-
pathValue:
|
|
1813
|
+
pathValue: import("./interface").CascaderOptionValue[];
|
|
1523
1814
|
totalLeafOptions?: number | undefined;
|
|
1524
|
-
render?: import("vue").RenderFunction | undefined;
|
|
1525
1815
|
tagProps?: {
|
|
1526
1816
|
color?: (import("..").TagColor | string) | undefined;
|
|
1527
1817
|
size?: "small" | "medium" | "large" | undefined;
|
|
@@ -1540,7 +1830,12 @@ declare const Cascader: {
|
|
|
1540
1830
|
computedInputValue: import("vue").ComputedRef<string>;
|
|
1541
1831
|
computedPopupVisible: import("vue").ComputedRef<boolean>;
|
|
1542
1832
|
handleClear: (e: MouseEvent) => void;
|
|
1543
|
-
selectViewValue: import("vue").ComputedRef<
|
|
1833
|
+
selectViewValue: import("vue").ComputedRef<{
|
|
1834
|
+
value: string;
|
|
1835
|
+
label: string;
|
|
1836
|
+
closable: boolean;
|
|
1837
|
+
tagProps?: import("./interface").CascaderOption["tagProps"];
|
|
1838
|
+
}[]>;
|
|
1544
1839
|
handleInputValueChange: (value: string, reason: string) => void;
|
|
1545
1840
|
showSearchPanel: import("vue").ComputedRef<boolean>;
|
|
1546
1841
|
handlePopupVisibleChange: (visible: boolean) => void;
|
|
@@ -1549,39 +1844,50 @@ declare const Cascader: {
|
|
|
1549
1844
|
handleRemove: (key: string) => void;
|
|
1550
1845
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
1551
1846
|
mergedAllowClear: import("vue").ComputedRef<boolean | undefined>;
|
|
1847
|
+
mergedAllowSearch: import("vue").ComputedRef<boolean>;
|
|
1552
1848
|
handleKeyDown: (event: KeyboardEvent) => void;
|
|
1553
1849
|
totalLevel: import("vue").Ref<number, number>;
|
|
1850
|
+
resolvedVirtualListProps: import("vue").ComputedRef<import("../_components/virtual-list/interface").VirtualListProps | undefined>;
|
|
1554
1851
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1555
|
-
'update:modelValue': (_value:
|
|
1852
|
+
'update:modelValue': (_value: import("./interface").CascaderModelValue) => true;
|
|
1853
|
+
'update:value': (_value: import("./interface").CascaderModelValue) => true;
|
|
1556
1854
|
'update:popupVisible': (_visible: boolean) => true;
|
|
1557
|
-
|
|
1855
|
+
'update:show': (_visible: boolean) => true;
|
|
1856
|
+
change: (_value: import("./interface").CascaderModelValue) => true;
|
|
1558
1857
|
inputValueChange: (_value: string) => true;
|
|
1559
1858
|
clear: () => true;
|
|
1560
1859
|
search: (_value: string) => true;
|
|
1561
1860
|
popupVisibleChange: (_visible: boolean) => true;
|
|
1861
|
+
showChange: (_visible: boolean) => true;
|
|
1562
1862
|
focus: (_ev: FocusEvent) => true;
|
|
1563
1863
|
blur: (_ev: FocusEvent) => true;
|
|
1564
1864
|
}, string, {
|
|
1565
1865
|
error: boolean;
|
|
1566
1866
|
disabled: boolean;
|
|
1567
|
-
defaultValue:
|
|
1867
|
+
defaultValue: import("./interface").CascaderModelValue;
|
|
1568
1868
|
loading: boolean;
|
|
1569
|
-
|
|
1869
|
+
options: import("./interface").CascaderOption[];
|
|
1570
1870
|
popupVisible: boolean;
|
|
1571
1871
|
defaultPopupVisible: boolean;
|
|
1572
|
-
|
|
1872
|
+
show: boolean;
|
|
1873
|
+
allowClear: boolean;
|
|
1573
1874
|
valueKey: string;
|
|
1574
1875
|
inputValue: string;
|
|
1575
1876
|
multiple: boolean;
|
|
1877
|
+
separator: string;
|
|
1878
|
+
defaultShow: boolean;
|
|
1879
|
+
expandTrigger: "hover" | "click";
|
|
1576
1880
|
defaultInputValue: string;
|
|
1577
|
-
maxTagCount: number;
|
|
1881
|
+
maxTagCount: number | "responsive";
|
|
1578
1882
|
tagNowrap: boolean;
|
|
1579
1883
|
allowSearch: boolean;
|
|
1580
1884
|
searchDelay: number;
|
|
1581
1885
|
checkStrictly: boolean;
|
|
1582
1886
|
pathMode: boolean;
|
|
1887
|
+
showPath: boolean;
|
|
1583
1888
|
expandChild: boolean;
|
|
1584
|
-
|
|
1889
|
+
filterable: boolean;
|
|
1890
|
+
clearable: boolean;
|
|
1585
1891
|
searchOptionOnlyLabel: boolean;
|
|
1586
1892
|
fallback: boolean | ((value: string | number | Record<string, unknown> | (string | number | Record<string, unknown>)[]) => string);
|
|
1587
1893
|
}, {}, string, {}, {
|
|
@@ -1731,10 +2037,10 @@ declare const Cascader: {
|
|
|
1731
2037
|
};
|
|
1732
2038
|
}>> & Readonly<{
|
|
1733
2039
|
onResize?: (() => any) | undefined;
|
|
2040
|
+
onHide?: (() => any) | undefined;
|
|
1734
2041
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1735
2042
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1736
2043
|
onShow?: (() => any) | undefined;
|
|
1737
|
-
onHide?: (() => any) | undefined;
|
|
1738
2044
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1739
2045
|
'update:popupVisible': (_visible: boolean) => true;
|
|
1740
2046
|
popupVisibleChange: (_visible: boolean) => true;
|
|
@@ -1746,6 +2052,7 @@ declare const Cascader: {
|
|
|
1746
2052
|
unmountOnClose: boolean;
|
|
1747
2053
|
renderToBody: boolean;
|
|
1748
2054
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
2055
|
+
animationName: string;
|
|
1749
2056
|
autoFitPosition: boolean;
|
|
1750
2057
|
popupVisible: boolean;
|
|
1751
2058
|
defaultPopupVisible: boolean;
|
|
@@ -1757,7 +2064,6 @@ declare const Cascader: {
|
|
|
1757
2064
|
blurToClose: boolean;
|
|
1758
2065
|
clickToClose: boolean;
|
|
1759
2066
|
clickOutsideToClose: boolean;
|
|
1760
|
-
animationName: string;
|
|
1761
2067
|
mouseEnterDelay: number;
|
|
1762
2068
|
mouseLeaveDelay: number;
|
|
1763
2069
|
focusDelay: number;
|
|
@@ -1922,15 +2228,16 @@ declare const Cascader: {
|
|
|
1922
2228
|
};
|
|
1923
2229
|
}>> & Readonly<{
|
|
1924
2230
|
onResize?: (() => any) | undefined;
|
|
2231
|
+
onHide?: (() => any) | undefined;
|
|
1925
2232
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1926
2233
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1927
2234
|
onShow?: (() => any) | undefined;
|
|
1928
|
-
onHide?: (() => any) | undefined;
|
|
1929
2235
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1930
2236
|
disabled: boolean;
|
|
1931
2237
|
unmountOnClose: boolean;
|
|
1932
2238
|
renderToBody: boolean;
|
|
1933
2239
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
2240
|
+
animationName: string;
|
|
1934
2241
|
autoFitPosition: boolean;
|
|
1935
2242
|
popupVisible: boolean;
|
|
1936
2243
|
defaultPopupVisible: boolean;
|
|
@@ -1942,7 +2249,6 @@ declare const Cascader: {
|
|
|
1942
2249
|
blurToClose: boolean;
|
|
1943
2250
|
clickToClose: boolean;
|
|
1944
2251
|
clickOutsideToClose: boolean;
|
|
1945
|
-
animationName: string;
|
|
1946
2252
|
mouseEnterDelay: number;
|
|
1947
2253
|
mouseLeaveDelay: number;
|
|
1948
2254
|
focusDelay: number;
|
|
@@ -2104,10 +2410,10 @@ declare const Cascader: {
|
|
|
2104
2410
|
};
|
|
2105
2411
|
}>> & Readonly<{
|
|
2106
2412
|
onResize?: (() => any) | undefined;
|
|
2413
|
+
onHide?: (() => any) | undefined;
|
|
2107
2414
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
2108
2415
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
2109
2416
|
onShow?: (() => any) | undefined;
|
|
2110
|
-
onHide?: (() => any) | undefined;
|
|
2111
2417
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2112
2418
|
'update:popupVisible': (_visible: boolean) => true;
|
|
2113
2419
|
popupVisibleChange: (_visible: boolean) => true;
|
|
@@ -2119,6 +2425,7 @@ declare const Cascader: {
|
|
|
2119
2425
|
unmountOnClose: boolean;
|
|
2120
2426
|
renderToBody: boolean;
|
|
2121
2427
|
position: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | "left" | "lt" | "lb" | "right" | "rt" | "rb";
|
|
2428
|
+
animationName: string;
|
|
2122
2429
|
autoFitPosition: boolean;
|
|
2123
2430
|
popupVisible: boolean;
|
|
2124
2431
|
defaultPopupVisible: boolean;
|
|
@@ -2130,7 +2437,6 @@ declare const Cascader: {
|
|
|
2130
2437
|
blurToClose: boolean;
|
|
2131
2438
|
clickToClose: boolean;
|
|
2132
2439
|
clickOutsideToClose: boolean;
|
|
2133
|
-
animationName: string;
|
|
2134
2440
|
mouseEnterDelay: number;
|
|
2135
2441
|
mouseLeaveDelay: number;
|
|
2136
2442
|
focusDelay: number;
|
|
@@ -2188,12 +2494,16 @@ declare const Cascader: {
|
|
|
2188
2494
|
type: BooleanConstructor;
|
|
2189
2495
|
default: boolean;
|
|
2190
2496
|
};
|
|
2497
|
+
showArrow: {
|
|
2498
|
+
type: BooleanConstructor;
|
|
2499
|
+
default: boolean;
|
|
2500
|
+
};
|
|
2191
2501
|
allowSearch: {
|
|
2192
2502
|
type: BooleanConstructor;
|
|
2193
2503
|
default: (props: import("../_utils/types").Data) => boolean;
|
|
2194
2504
|
};
|
|
2195
2505
|
maxTagCount: {
|
|
2196
|
-
type:
|
|
2506
|
+
type: import("vue").PropType<number | "responsive">;
|
|
2197
2507
|
default: number;
|
|
2198
2508
|
};
|
|
2199
2509
|
tagNowrap: {
|
|
@@ -2254,12 +2564,16 @@ declare const Cascader: {
|
|
|
2254
2564
|
type: BooleanConstructor;
|
|
2255
2565
|
default: boolean;
|
|
2256
2566
|
};
|
|
2567
|
+
showArrow: {
|
|
2568
|
+
type: BooleanConstructor;
|
|
2569
|
+
default: boolean;
|
|
2570
|
+
};
|
|
2257
2571
|
allowSearch: {
|
|
2258
2572
|
type: BooleanConstructor;
|
|
2259
2573
|
default: (props: import("../_utils/types").Data) => boolean;
|
|
2260
2574
|
};
|
|
2261
2575
|
maxTagCount: {
|
|
2262
|
-
type:
|
|
2576
|
+
type: import("vue").PropType<number | "responsive">;
|
|
2263
2577
|
default: number;
|
|
2264
2578
|
};
|
|
2265
2579
|
tagNowrap: {
|
|
@@ -2279,10 +2593,11 @@ declare const Cascader: {
|
|
|
2279
2593
|
error: boolean;
|
|
2280
2594
|
disabled: boolean;
|
|
2281
2595
|
loading: boolean;
|
|
2596
|
+
showArrow: boolean;
|
|
2282
2597
|
allowClear: boolean;
|
|
2283
2598
|
multiple: boolean;
|
|
2284
2599
|
bordered: boolean;
|
|
2285
|
-
maxTagCount: number;
|
|
2600
|
+
maxTagCount: number | "responsive";
|
|
2286
2601
|
retainInputValue: boolean;
|
|
2287
2602
|
tagNowrap: boolean;
|
|
2288
2603
|
opened: boolean;
|
|
@@ -2308,7 +2623,7 @@ declare const Cascader: {
|
|
|
2308
2623
|
loading: BooleanConstructor;
|
|
2309
2624
|
dropdown: BooleanConstructor;
|
|
2310
2625
|
virtualListProps: {
|
|
2311
|
-
type: import("vue").PropType<import("../_components/virtual-list
|
|
2626
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").VirtualListProps>;
|
|
2312
2627
|
};
|
|
2313
2628
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2314
2629
|
displayColumns: {
|
|
@@ -2329,7 +2644,7 @@ declare const Cascader: {
|
|
|
2329
2644
|
loading: BooleanConstructor;
|
|
2330
2645
|
dropdown: BooleanConstructor;
|
|
2331
2646
|
virtualListProps: {
|
|
2332
|
-
type: import("vue").PropType<import("../_components/virtual-list
|
|
2647
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").VirtualListProps>;
|
|
2333
2648
|
};
|
|
2334
2649
|
}>> & Readonly<{}>, {
|
|
2335
2650
|
loading: boolean;
|
|
@@ -2374,11 +2689,17 @@ declare const Cascader: {
|
|
|
2374
2689
|
default: boolean;
|
|
2375
2690
|
};
|
|
2376
2691
|
modelValue: {
|
|
2377
|
-
type: import("vue").PropType<
|
|
2692
|
+
type: import("vue").PropType<import("./interface").CascaderModelValue>;
|
|
2693
|
+
};
|
|
2694
|
+
value: {
|
|
2695
|
+
type: import("vue").PropType<import("./interface").CascaderModelValue>;
|
|
2378
2696
|
};
|
|
2379
2697
|
defaultValue: {
|
|
2380
|
-
type: import("vue").PropType<
|
|
2381
|
-
default: (props:
|
|
2698
|
+
type: import("vue").PropType<import("./interface").CascaderModelValue>;
|
|
2699
|
+
default: (props: {
|
|
2700
|
+
multiple?: boolean;
|
|
2701
|
+
pathMode?: boolean;
|
|
2702
|
+
}) => import("./interface").CascaderModelValue;
|
|
2382
2703
|
};
|
|
2383
2704
|
options: {
|
|
2384
2705
|
type: import("vue").PropType<import("./interface").CascaderOption[]>;
|
|
@@ -2408,13 +2729,31 @@ declare const Cascader: {
|
|
|
2408
2729
|
};
|
|
2409
2730
|
}>, {
|
|
2410
2731
|
optionInfos: import("vue").Ref<{
|
|
2411
|
-
[x: string]:
|
|
2412
|
-
raw:
|
|
2732
|
+
[x: string]: unknown;
|
|
2733
|
+
raw: {
|
|
2734
|
+
[x: string]: unknown;
|
|
2735
|
+
value?: import("./interface").CascaderOptionValue | undefined;
|
|
2736
|
+
label?: string | undefined;
|
|
2737
|
+
disabled?: boolean | undefined;
|
|
2738
|
+
tagProps?: {
|
|
2739
|
+
color?: (import("..").TagColor | string) | undefined;
|
|
2740
|
+
size?: "small" | "medium" | "large" | undefined;
|
|
2741
|
+
visible?: boolean | undefined;
|
|
2742
|
+
defaultVisible?: boolean | undefined;
|
|
2743
|
+
loading?: boolean | undefined;
|
|
2744
|
+
closable?: boolean | undefined;
|
|
2745
|
+
checkable?: boolean | undefined;
|
|
2746
|
+
checked?: boolean | undefined;
|
|
2747
|
+
defaultChecked?: boolean | undefined;
|
|
2748
|
+
} | undefined;
|
|
2749
|
+
children?: any[] | undefined;
|
|
2750
|
+
isLeaf?: boolean | undefined;
|
|
2751
|
+
};
|
|
2413
2752
|
key: string;
|
|
2414
2753
|
valueKey: string;
|
|
2415
2754
|
level: number;
|
|
2416
2755
|
index: number;
|
|
2417
|
-
value:
|
|
2756
|
+
value: import("./interface").CascaderOptionValue;
|
|
2418
2757
|
label: string;
|
|
2419
2758
|
disabled: boolean;
|
|
2420
2759
|
selectionDisabled: boolean;
|
|
@@ -2422,9 +2761,8 @@ declare const Cascader: {
|
|
|
2422
2761
|
parent?: any | undefined;
|
|
2423
2762
|
children?: any[] | undefined;
|
|
2424
2763
|
path: any[];
|
|
2425
|
-
pathValue:
|
|
2764
|
+
pathValue: import("./interface").CascaderOptionValue[];
|
|
2426
2765
|
totalLeafOptions?: number | undefined;
|
|
2427
|
-
render?: import("vue").RenderFunction | undefined;
|
|
2428
2766
|
tagProps?: {
|
|
2429
2767
|
color?: (import("..").TagColor | string) | undefined;
|
|
2430
2768
|
size?: "small" | "medium" | "large" | undefined;
|
|
@@ -2437,13 +2775,31 @@ declare const Cascader: {
|
|
|
2437
2775
|
defaultChecked?: boolean | undefined;
|
|
2438
2776
|
} | undefined;
|
|
2439
2777
|
}[], import("./interface").CascaderOptionInfo[] | {
|
|
2440
|
-
[x: string]:
|
|
2441
|
-
raw:
|
|
2778
|
+
[x: string]: unknown;
|
|
2779
|
+
raw: {
|
|
2780
|
+
[x: string]: unknown;
|
|
2781
|
+
value?: import("./interface").CascaderOptionValue | undefined;
|
|
2782
|
+
label?: string | undefined;
|
|
2783
|
+
disabled?: boolean | undefined;
|
|
2784
|
+
tagProps?: {
|
|
2785
|
+
color?: (import("..").TagColor | string) | undefined;
|
|
2786
|
+
size?: "small" | "medium" | "large" | undefined;
|
|
2787
|
+
visible?: boolean | undefined;
|
|
2788
|
+
defaultVisible?: boolean | undefined;
|
|
2789
|
+
loading?: boolean | undefined;
|
|
2790
|
+
closable?: boolean | undefined;
|
|
2791
|
+
checkable?: boolean | undefined;
|
|
2792
|
+
checked?: boolean | undefined;
|
|
2793
|
+
defaultChecked?: boolean | undefined;
|
|
2794
|
+
} | undefined;
|
|
2795
|
+
children?: any[] | undefined;
|
|
2796
|
+
isLeaf?: boolean | undefined;
|
|
2797
|
+
};
|
|
2442
2798
|
key: string;
|
|
2443
2799
|
valueKey: string;
|
|
2444
2800
|
level: number;
|
|
2445
2801
|
index: number;
|
|
2446
|
-
value:
|
|
2802
|
+
value: import("./interface").CascaderOptionValue;
|
|
2447
2803
|
label: string;
|
|
2448
2804
|
disabled: boolean;
|
|
2449
2805
|
selectionDisabled: boolean;
|
|
@@ -2451,9 +2807,8 @@ declare const Cascader: {
|
|
|
2451
2807
|
parent?: any | undefined;
|
|
2452
2808
|
children?: any[] | undefined;
|
|
2453
2809
|
path: any[];
|
|
2454
|
-
pathValue:
|
|
2810
|
+
pathValue: import("./interface").CascaderOptionValue[];
|
|
2455
2811
|
totalLeafOptions?: number | undefined;
|
|
2456
|
-
render?: import("vue").RenderFunction | undefined;
|
|
2457
2812
|
tagProps?: {
|
|
2458
2813
|
color?: (import("..").TagColor | string) | undefined;
|
|
2459
2814
|
size?: "small" | "medium" | "large" | undefined;
|
|
@@ -2467,13 +2822,31 @@ declare const Cascader: {
|
|
|
2467
2822
|
} | undefined;
|
|
2468
2823
|
}[]>;
|
|
2469
2824
|
filteredLeafOptions: import("vue").ComputedRef<{
|
|
2470
|
-
[x: string]:
|
|
2471
|
-
raw:
|
|
2825
|
+
[x: string]: unknown;
|
|
2826
|
+
raw: {
|
|
2827
|
+
[x: string]: unknown;
|
|
2828
|
+
value?: import("./interface").CascaderOptionValue | undefined;
|
|
2829
|
+
label?: string | undefined;
|
|
2830
|
+
disabled?: boolean | undefined;
|
|
2831
|
+
tagProps?: {
|
|
2832
|
+
color?: (import("..").TagColor | string) | undefined;
|
|
2833
|
+
size?: "small" | "medium" | "large" | undefined;
|
|
2834
|
+
visible?: boolean | undefined;
|
|
2835
|
+
defaultVisible?: boolean | undefined;
|
|
2836
|
+
loading?: boolean | undefined;
|
|
2837
|
+
closable?: boolean | undefined;
|
|
2838
|
+
checkable?: boolean | undefined;
|
|
2839
|
+
checked?: boolean | undefined;
|
|
2840
|
+
defaultChecked?: boolean | undefined;
|
|
2841
|
+
} | undefined;
|
|
2842
|
+
children?: any[] | undefined;
|
|
2843
|
+
isLeaf?: boolean | undefined;
|
|
2844
|
+
};
|
|
2472
2845
|
key: string;
|
|
2473
2846
|
valueKey: string;
|
|
2474
2847
|
level: number;
|
|
2475
2848
|
index: number;
|
|
2476
|
-
value:
|
|
2849
|
+
value: import("./interface").CascaderOptionValue;
|
|
2477
2850
|
label: string;
|
|
2478
2851
|
disabled: boolean;
|
|
2479
2852
|
selectionDisabled: boolean;
|
|
@@ -2481,9 +2854,8 @@ declare const Cascader: {
|
|
|
2481
2854
|
parent?: any | undefined;
|
|
2482
2855
|
children?: any[] | undefined;
|
|
2483
2856
|
path: any[];
|
|
2484
|
-
pathValue:
|
|
2857
|
+
pathValue: import("./interface").CascaderOptionValue[];
|
|
2485
2858
|
totalLeafOptions?: number | undefined;
|
|
2486
|
-
render?: import("vue").RenderFunction | undefined;
|
|
2487
2859
|
tagProps?: {
|
|
2488
2860
|
color?: (import("..").TagColor | string) | undefined;
|
|
2489
2861
|
size?: "small" | "medium" | "large" | undefined;
|
|
@@ -2502,8 +2874,9 @@ declare const Cascader: {
|
|
|
2502
2874
|
handleKeyDown: (event: KeyboardEvent) => void;
|
|
2503
2875
|
totalLevel: import("vue").Ref<number, number>;
|
|
2504
2876
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2505
|
-
'update:modelValue': (_value:
|
|
2506
|
-
|
|
2877
|
+
'update:modelValue': (_value: import("./interface").CascaderModelValue) => true;
|
|
2878
|
+
'update:value': (_value: import("./interface").CascaderModelValue) => true;
|
|
2879
|
+
change: (_value: import("./interface").CascaderModelValue) => true;
|
|
2507
2880
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2508
2881
|
pathMode: {
|
|
2509
2882
|
type: BooleanConstructor;
|
|
@@ -2514,11 +2887,17 @@ declare const Cascader: {
|
|
|
2514
2887
|
default: boolean;
|
|
2515
2888
|
};
|
|
2516
2889
|
modelValue: {
|
|
2517
|
-
type: import("vue").PropType<
|
|
2890
|
+
type: import("vue").PropType<import("./interface").CascaderModelValue>;
|
|
2891
|
+
};
|
|
2892
|
+
value: {
|
|
2893
|
+
type: import("vue").PropType<import("./interface").CascaderModelValue>;
|
|
2518
2894
|
};
|
|
2519
2895
|
defaultValue: {
|
|
2520
|
-
type: import("vue").PropType<
|
|
2521
|
-
default: (props:
|
|
2896
|
+
type: import("vue").PropType<import("./interface").CascaderModelValue>;
|
|
2897
|
+
default: (props: {
|
|
2898
|
+
multiple?: boolean;
|
|
2899
|
+
pathMode?: boolean;
|
|
2900
|
+
}) => import("./interface").CascaderModelValue;
|
|
2522
2901
|
};
|
|
2523
2902
|
options: {
|
|
2524
2903
|
type: import("vue").PropType<import("./interface").CascaderOption[]>;
|
|
@@ -2547,17 +2926,18 @@ declare const Cascader: {
|
|
|
2547
2926
|
default: boolean;
|
|
2548
2927
|
};
|
|
2549
2928
|
}>> & Readonly<{
|
|
2550
|
-
onChange?: ((_value:
|
|
2551
|
-
"onUpdate:modelValue"?: ((_value:
|
|
2929
|
+
onChange?: ((_value: import("./interface").CascaderModelValue) => any) | undefined;
|
|
2930
|
+
"onUpdate:modelValue"?: ((_value: import("./interface").CascaderModelValue) => any) | undefined;
|
|
2931
|
+
"onUpdate:value"?: ((_value: import("./interface").CascaderModelValue) => any) | undefined;
|
|
2552
2932
|
}>, {
|
|
2553
|
-
defaultValue:
|
|
2933
|
+
defaultValue: import("./interface").CascaderModelValue;
|
|
2554
2934
|
options: import("./interface").CascaderOption[];
|
|
2555
2935
|
valueKey: string;
|
|
2556
2936
|
multiple: boolean;
|
|
2937
|
+
expandTrigger: string;
|
|
2557
2938
|
checkStrictly: boolean;
|
|
2558
2939
|
pathMode: boolean;
|
|
2559
2940
|
expandChild: boolean;
|
|
2560
|
-
expandTrigger: string;
|
|
2561
2941
|
}, {}, {
|
|
2562
2942
|
BaseCascaderPanel: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2563
2943
|
displayColumns: {
|
|
@@ -2578,7 +2958,7 @@ declare const Cascader: {
|
|
|
2578
2958
|
loading: BooleanConstructor;
|
|
2579
2959
|
dropdown: BooleanConstructor;
|
|
2580
2960
|
virtualListProps: {
|
|
2581
|
-
type: import("vue").PropType<import("../_components/virtual-list
|
|
2961
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").VirtualListProps>;
|
|
2582
2962
|
};
|
|
2583
2963
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2584
2964
|
displayColumns: {
|
|
@@ -2599,7 +2979,7 @@ declare const Cascader: {
|
|
|
2599
2979
|
loading: BooleanConstructor;
|
|
2600
2980
|
dropdown: BooleanConstructor;
|
|
2601
2981
|
virtualListProps: {
|
|
2602
|
-
type: import("vue").PropType<import("../_components/virtual-list
|
|
2982
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").VirtualListProps>;
|
|
2603
2983
|
};
|
|
2604
2984
|
}>> & Readonly<{}>, {
|
|
2605
2985
|
loading: boolean;
|