@sdata/web-vue 1.19.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -7
- package/dist/sd.css +4083 -2512
- package/dist/sd.min.css +1 -1
- package/es/_components/feedback-icon.js +1 -1
- package/es/_components/icon-hover.js +9 -6
- package/es/_components/icon-hover.vue.d.ts +5 -3
- package/es/_components/icon-hover.vue_vue_type_script_lang.js +1 -0
- package/es/_components/input-label/input-label.d.ts +1 -1
- package/es/_components/input-label/style/index.css +27 -27
- package/es/_components/picker/input-range.js +1 -1
- package/es/_components/picker/input-range.vue.d.ts +6 -4
- package/es/_components/picker/input.js +1 -1
- package/es/_components/picker/input.vue.d.ts +6 -4
- package/es/_components/resize-trigger.js +1 -1
- package/es/_components/select-view/select-view.d.ts +3 -3
- package/es/_components/select-view/style/index.css +199 -199
- package/es/_components/transition/expand-transition.js +1 -1
- package/es/_components/virtual-list/virtual-list.js +1 -1
- package/es/_components/virtual-list/virtual-list.vue.d.ts +8 -5
- package/es/_components/virtual-list/virtual-list.vue_vue_type_script_lang.js +9 -16
- package/es/_hooks/use-form-item.d.ts +1 -1
- package/es/_hooks/use-input.d.ts +1 -1
- package/es/_hooks/use-pagination.d.ts +7 -4
- package/es/_hooks/use-popup-overflow-hidden.js +2 -1
- package/es/_hooks/use-scrollbar.d.ts +2 -3
- package/es/_hooks/use-scrollbar.js +4 -8
- package/es/_hooks/use-size.d.ts +1 -1
- package/es/_utils/color.d.ts +9 -0
- package/es/_utils/color.js +38 -2
- package/es/_utils/date.d.ts +1 -2
- package/es/_utils/date.js +74 -25
- package/es/_utils/debounce.d.ts +1 -1
- package/es/_utils/get-value-by-path.d.ts +2 -2
- package/es/_utils/global-config.d.ts +4 -0
- package/es/_utils/global-config.js +10 -2
- package/es/_utils/is-equal.js +1 -1
- package/es/_utils/is.d.ts +3 -3
- package/es/_utils/is.js +1 -1
- package/es/_utils/omit.d.ts +1 -1
- package/es/_utils/omit.js +1 -1
- package/es/_utils/pick.d.ts +1 -1
- package/es/_utils/pick.js +1 -2
- package/es/_utils/responsive-observe.js +1 -1
- package/es/_utils/throttle-by-raf.d.ts +2 -2
- package/es/_utils/types.d.ts +1 -1
- package/es/_utils/virtual-dropdown.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/asyncToGenerator.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/defineProperty.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/extends.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/objectDestructuringEmpty.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/objectSpread2.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/objectWithoutProperties.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/objectWithoutPropertiesLoose.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/toPrimitive.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/toPropertyKey.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/typeof.js +1 -1
- package/es/affix/affix.js +1 -1
- package/es/affix/affix.vue.d.ts +1 -1
- package/es/affix/affix.vue_vue_type_script_lang.js +1 -1
- package/es/affix/index.d.ts +3 -3
- package/es/alert/alert.js +1 -1
- package/es/alert/alert.vue.d.ts +5 -3
- package/es/alert/index.d.ts +10 -6
- package/es/alert/style/index.css +28 -28
- package/es/anchor/anchor-link.js +1 -1
- package/es/anchor/anchor.js +1 -1
- package/es/anchor/style/index.css +9 -9
- package/es/auto-complete/auto-complete.d.ts +3 -3
- package/es/auto-complete/auto-complete.js +25 -12
- package/es/auto-complete/index.d.ts +9 -9
- package/es/auto-complete/style/index.css +3 -3
- package/es/avatar/avatar.js +1 -1
- package/es/avatar/avatar.vue_vue_type_script_lang.js +1 -1
- package/es/avatar/style/index.css +15 -15
- package/es/back-top/back-top.js +1 -1
- package/es/back-top/style/index.css +4 -4
- package/es/badge/badge.d.ts +1 -1
- package/es/badge/badge.js +1 -1
- package/es/badge/index.d.ts +3 -3
- package/es/badge/style/index.css +25 -25
- package/es/breadcrumb/style/index.css +12 -12
- package/es/button/button-group.js +1 -1
- package/es/button/button.js +1 -1
- package/es/button/button.vue.d.ts +2 -2
- package/es/button/index.d.ts +6 -6
- package/es/button/style/index.css +37 -37
- package/es/calendar/components/body.js +5 -0
- package/es/calendar/components/body.vue.d.ts +100 -0
- package/es/calendar/components/body.vue_vue_type_script_setup_true_lang.js +158 -0
- package/es/calendar/components/cell.js +5 -0
- package/es/calendar/components/cell.vue.d.ts +220 -0
- package/es/calendar/components/cell.vue_vue_type_script_setup_true_lang.js +813 -0
- package/es/calendar/components/event.js +5 -0
- package/es/calendar/components/event.vue.d.ts +73 -0
- package/es/calendar/components/event.vue_vue_type_script_setup_true_lang.js +291 -0
- package/es/calendar/components/header.js +5 -0
- package/es/calendar/components/header.vue.d.ts +34 -0
- package/es/calendar/components/header.vue_vue_type_script_setup_true_lang.js +84 -0
- package/es/calendar/components/headings-bar.js +5 -0
- package/es/calendar/components/headings-bar.vue.d.ts +40 -0
- package/es/calendar/components/headings-bar.vue_vue_type_script_setup_true_lang.js +201 -0
- package/es/calendar/components/index.js +5 -0
- package/es/calendar/components/index.vue.d.ts +616 -0
- package/es/calendar/components/index.vue_vue_type_script_setup_true_lang.js +314 -0
- package/es/calendar/components/time-column.js +5 -0
- package/es/calendar/components/time-column.vue.d.ts +27 -0
- package/es/calendar/components/time-column.vue_vue_type_script_setup_true_lang.js +66 -0
- package/es/calendar/context.d.ts +17 -0
- package/es/calendar/context.js +5 -0
- package/es/calendar/core/config.d.ts +126 -0
- package/es/calendar/core/config.js +522 -0
- package/es/calendar/core/events.d.ts +1 -0
- package/es/calendar/core/events.js +921 -0
- package/es/calendar/core/i18n.d.ts +1 -0
- package/es/calendar/core/i18n.js +72 -0
- package/es/calendar/core/index.d.ts +112 -0
- package/es/calendar/core/index.js +66 -0
- package/es/calendar/core/props-definitions.d.ts +263 -0
- package/es/calendar/core/props-definitions.js +70 -0
- package/es/calendar/core/view.d.ts +60 -0
- package/es/calendar/core/view.js +761 -0
- package/es/calendar/default-theme.scss +1012 -0
- package/es/calendar/hooks/use-calendar-theme.d.ts +4 -0
- package/es/calendar/hooks/use-calendar-theme.js +32 -0
- package/es/calendar/index.d.ts +836 -98
- package/es/calendar/index.js +3 -3
- package/es/calendar/index.scss +331 -0
- package/es/calendar/modules/drag-and-drop.d.ts +8 -0
- package/es/calendar/modules/drag-and-drop.js +442 -0
- package/es/calendar/style/body.scss +51 -0
- package/es/calendar/style/cell.scss +153 -0
- package/es/calendar/style/css.js +0 -1
- package/es/calendar/style/event.scss +69 -0
- package/es/calendar/style/header.scss +104 -0
- package/es/calendar/style/headings-bar.scss +94 -0
- package/es/calendar/style/index.css +1514 -264
- package/es/calendar/style/index.d.ts +1 -3
- package/es/calendar/style/index.js +0 -1
- package/es/calendar/style/index.scss +9 -496
- package/es/calendar/style/time-column.scss +109 -0
- package/es/calendar/style/token.scss +64 -60
- package/es/calendar/utils/conversions.d.ts +3 -0
- package/es/calendar/utils/conversions.js +31 -0
- package/es/calendar/utils/date.d.ts +26 -0
- package/es/calendar/utils/date.js +253 -0
- package/es/calendar/utils/special-hours-allow-events.d.ts +28 -0
- package/es/calendar/utils/special-hours-allow-events.js +230 -0
- package/es/card/card-grid.js +1 -1
- package/es/card/style/index.css +16 -16
- package/es/carousel/carousel-arrow.js +1 -1
- package/es/carousel/carousel-indicator.js +1 -1
- package/es/carousel/carousel-indicator.vue.d.ts +1 -1
- package/es/carousel/carousel-item.js +1 -1
- package/es/carousel/carousel.js +1 -1
- package/es/carousel/style/index.css +11 -11
- package/es/cascader/base-cascader-panel.js +4 -5
- package/es/cascader/cascader-option.d.ts +1 -1
- package/es/cascader/cascader-option.js +7 -9
- package/es/cascader/cascader-panel.vue.d.ts +1 -1
- package/es/cascader/cascader-panel.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/cascader/cascader.vue.d.ts +5 -5
- package/es/cascader/cascader.vue_vue_type_script_setup_true_lang.js +5 -5
- package/es/cascader/style/index.css +36 -36
- package/es/checkbox/checkbox.d.ts +5 -3
- package/es/checkbox/index.d.ts +10 -6
- package/es/checkbox/style/index.css +18 -18
- package/es/collapse/collapse-item.d.ts +5 -3
- package/es/collapse/collapse.js +1 -1
- package/es/collapse/index.d.ts +5 -3
- package/es/collapse/style/index.css +15 -15
- package/es/color-picker/color-picker.d.ts +1 -1
- package/es/color-picker/color-picker.js +1 -1
- package/es/color-picker/index.d.ts +3 -3
- package/es/color-picker/palette.js +1 -1
- package/es/color-picker/panel.d.ts +1 -1
- package/es/color-picker/panel.js +2 -2
- package/es/color-picker/style/index.css +13 -13
- package/es/color-picker/utils.js +1 -1
- package/es/comment/comment.js +2 -2
- package/es/comment/style/index.css +5 -5
- package/es/components.d.ts +2 -2
- package/es/config-provider/config-provider.js +1 -1
- package/es/config-provider/config-provider.vue.d.ts +1 -1
- package/es/config-provider/context.d.ts +3 -0
- package/es/config-provider/index.d.ts +3 -3
- package/es/config-provider/theme-provider.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/config-provider/theme.js +1 -1
- package/es/copy/copy.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/cropper/cropper.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/cropper/style/index.css +3 -3
- package/es/date-picker/context.d.ts +1 -1
- package/es/date-picker/hooks/use-inject-datepicker-transform.d.ts +1 -1
- package/es/date-picker/hooks/use-provide-datepicker-transform.d.ts +1 -1
- package/es/date-picker/hooks/use-range-header-value.d.ts +3 -3
- package/es/date-picker/hooks/use-range-time-picker-value.js +1 -1
- package/es/date-picker/index.d.ts +63 -61
- package/es/date-picker/interface.d.ts +1 -1
- package/es/date-picker/panels/body.js +1 -1
- package/es/date-picker/panels/date/index.js +2 -2
- package/es/date-picker/panels/date/index.vue.d.ts +8 -8
- package/es/date-picker/panels/date/index.vue_vue_type_script_lang.js +1 -1
- package/es/date-picker/panels/footer.js +1 -1
- package/es/date-picker/panels/footer.vue.d.ts +10 -10
- package/es/date-picker/panels/header.js +1 -1
- package/es/date-picker/panels/month/index.js +2 -2
- package/es/date-picker/panels/month/index.vue.d.ts +1 -1
- package/es/date-picker/panels/quarter/index.js +2 -2
- package/es/date-picker/panels/shortcuts.js +1 -1
- package/es/date-picker/panels/shortcuts.vue.d.ts +7 -7
- package/es/date-picker/panels/week/index.js +1 -1
- package/es/date-picker/panels/week/index.vue.d.ts +8 -8
- package/es/date-picker/panels/week-list.js +1 -1
- package/es/date-picker/panels/year/index.js +2 -2
- package/es/date-picker/picker-panel.js +1 -1
- package/es/date-picker/picker-panel.vue.d.ts +35 -35
- package/es/date-picker/picker.js +2 -2
- package/es/date-picker/picker.vue.d.ts +57 -55
- package/es/date-picker/picker.vue_vue_type_script_lang.js +1 -1
- package/es/date-picker/range-picker-panel.js +1 -1
- package/es/date-picker/range-picker-panel.vue.d.ts +38 -38
- package/es/date-picker/range-picker-panel.vue_vue_type_script_lang.js +1 -1
- package/es/date-picker/range-picker.js +2 -2
- package/es/date-picker/range-picker.vue.d.ts +63 -61
- package/es/date-picker/range-picker.vue_vue_type_script_lang.js +1 -1
- package/es/date-picker/style/index.css +72 -72
- package/es/descriptions/descriptions-item.js +1 -1
- package/es/descriptions/descriptions.d.ts +2 -2
- package/es/descriptions/descriptions.js +1 -1
- package/es/descriptions/index.d.ts +6 -6
- package/es/descriptions/style/index.css +10 -10
- package/es/divider/divider.d.ts +1 -1
- package/es/divider/index.d.ts +3 -3
- package/es/divider/style/index.css +4 -4
- package/es/drawer/drawer.js +9 -2
- package/es/drawer/drawer.vue.d.ts +2910 -13
- package/es/drawer/drawer.vue_vue_type_script_lang.js +26 -7
- package/es/drawer/index.d.ts +6557 -767
- package/es/drawer/index.js +2 -2
- package/es/drawer/style/index.css +12 -7
- package/es/drawer/style/index.scss +6 -0
- package/es/dropdown/dropdown-button.js +1 -1
- package/es/dropdown/dropdown-button.vue.d.ts +26 -23
- package/es/dropdown/dropdown-group.js +1 -1
- package/es/dropdown/dropdown-option.js +1 -1
- package/es/dropdown/dropdown-option.vue.d.ts +1 -1
- package/es/dropdown/dropdown-panel.js +1 -1
- package/es/dropdown/dropdown-panel.vue.d.ts +6 -3
- package/es/dropdown/dropdown-submenu.js +1 -1
- package/es/dropdown/dropdown-submenu.vue.d.ts +18 -15
- package/es/dropdown/dropdown.js +1 -1
- package/es/dropdown/dropdown.vue.d.ts +18 -15
- package/es/dropdown/index.d.ts +85 -73
- package/es/dropdown/interface.d.ts +2 -2
- package/es/dropdown/style/index.css +1 -1
- package/es/ellipsis/ellipsis.js +1 -1
- package/es/ellipsis/ellipsis.vue.d.ts +24 -24
- package/es/ellipsis/ellipsis.vue_vue_type_script_lang.js +2 -2
- package/es/ellipsis/index.d.ts +96 -96
- package/es/ellipsis/performant-ellipsis.js +1 -1
- package/es/ellipsis/performant-ellipsis.vue.d.ts +24 -24
- package/es/ellipsis/performant-ellipsis.vue_vue_type_script_lang.js +1 -1
- package/es/empty/style/index.css +2 -2
- package/es/form/context.d.ts +7 -6
- package/es/form/form-item-label.js +1 -1
- package/es/form/form-item-label.vue.d.ts +24 -24
- package/es/form/form-item-message.js +1 -1
- package/es/form/form-item.js +1 -1
- package/es/form/form-item.vue.d.ts +35 -39
- package/es/form/form-item.vue_vue_type_script_lang.js +3 -3
- package/es/form/form.js +1 -1
- package/es/form/form.vue.d.ts +1 -1
- package/es/form/index.d.ts +41 -45
- package/es/form/interface.d.ts +2 -2
- package/es/form/style/index.css +6 -6
- package/es/grid/grid-col.js +1 -1
- package/es/grid/grid-col.vue.d.ts +3 -7
- package/es/grid/grid-col.vue_vue_type_script_lang.js +1 -1
- package/es/grid/grid-item.js +1 -1
- package/es/grid/grid-item.vue_vue_type_script_lang.js +1 -1
- package/es/grid/grid-row.js +1 -1
- package/es/grid/grid-row.vue.d.ts +4 -4
- package/es/grid/grid.js +1 -1
- package/es/grid/hook/use-responsive-value.d.ts +7 -19
- package/es/grid/index.d.ts +6 -10
- package/es/grid/interface.d.ts +11 -18
- package/es/icon/icon-calendar/icon-calendar.js +1 -1
- package/es/icon/icon-caret-down/icon-caret-down.js +1 -1
- package/es/icon/icon-caret-left/icon-caret-left.js +1 -1
- package/es/icon/icon-caret-right/icon-caret-right.js +1 -1
- package/es/icon/icon-caret-up/icon-caret-up.js +1 -1
- package/es/icon/icon-check/icon-check.js +1 -1
- package/es/icon/icon-check-circle-fill/icon-check-circle-fill.js +1 -1
- package/es/icon/icon-clock-circle/icon-clock-circle.js +1 -1
- package/es/icon/icon-close/icon-close.js +1 -1
- package/es/icon/icon-close-circle-fill/icon-close-circle-fill.js +1 -1
- package/es/icon/icon-copy/icon-copy.js +1 -1
- package/es/icon/icon-delete/icon-delete.js +1 -1
- package/es/icon/icon-double-left/icon-double-left.js +1 -1
- package/es/icon/icon-double-right/icon-double-right.js +1 -1
- package/es/icon/icon-down/icon-down.js +1 -1
- package/es/icon/icon-drag-dot/icon-drag-dot.js +1 -1
- package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.js +1 -1
- package/es/icon/icon-edit/icon-edit.js +1 -1
- package/es/icon/icon-empty/icon-empty.js +1 -1
- package/es/icon/icon-exclamation/icon-exclamation.js +1 -1
- package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.js +1 -1
- package/es/icon/icon-eye/icon-eye.js +1 -1
- package/es/icon/icon-eye-invisible/icon-eye-invisible.js +1 -1
- package/es/icon/icon-face-frown-fill/icon-face-frown-fill.js +1 -1
- package/es/icon/icon-face-meh-fill/icon-face-meh-fill.js +1 -1
- package/es/icon/icon-face-smile-fill/icon-face-smile-fill.js +1 -1
- package/es/icon/icon-file/icon-file.js +1 -1
- package/es/icon/icon-file-audio/icon-file-audio.js +1 -1
- package/es/icon/icon-file-image/icon-file-image.js +1 -1
- package/es/icon/icon-file-pdf/icon-file-pdf.js +1 -1
- package/es/icon/icon-file-video/icon-file-video.js +1 -1
- package/es/icon/icon-filter/icon-filter.js +1 -1
- package/es/icon/icon-fullscreen/icon-fullscreen.js +1 -1
- package/es/icon/icon-image-close/icon-image-close.js +1 -1
- package/es/icon/icon-info/icon-info.js +1 -1
- package/es/icon/icon-info-circle-fill/icon-info-circle-fill.js +1 -1
- package/es/icon/icon-left/icon-left.js +1 -1
- package/es/icon/icon-link/icon-link.js +1 -1
- package/es/icon/icon-loading/icon-loading.js +1 -1
- package/es/icon/icon-menu-fold/icon-menu-fold.js +1 -1
- package/es/icon/icon-menu-unfold/icon-menu-unfold.js +1 -1
- package/es/icon/icon-minus/icon-minus.js +1 -1
- package/es/icon/icon-more/icon-more.js +1 -1
- package/es/icon/icon-oblique-line/icon-oblique-line.js +1 -1
- package/es/icon/icon-original-size/icon-original-size.js +1 -1
- package/es/icon/icon-pause/icon-pause.js +1 -1
- package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.js +1 -1
- package/es/icon/icon-plus/icon-plus.js +1 -1
- package/es/icon/icon-question-circle/icon-question-circle.js +1 -1
- package/es/icon/icon-right/icon-right.js +1 -1
- package/es/icon/icon-rotate-left/icon-rotate-left.js +1 -1
- package/es/icon/icon-rotate-right/icon-rotate-right.js +1 -1
- package/es/icon/icon-search/icon-search.js +1 -1
- package/es/icon/icon-star-fill/icon-star-fill.js +1 -1
- package/es/icon/icon-to-top/icon-to-top.js +1 -1
- package/es/icon/icon-up/icon-up.js +1 -1
- package/es/icon/icon-upload/icon-upload.js +1 -1
- package/es/icon/icon-zoom-in/icon-zoom-in.js +1 -1
- package/es/icon/icon-zoom-out/icon-zoom-out.js +1 -1
- package/es/icon-component/icon.js +1 -1
- package/es/icon.js +292 -292
- package/es/image/image-footer.js +1 -1
- package/es/image/image.js +2 -2
- package/es/image/image.vue.d.ts +26 -26
- package/es/image/interface.d.ts +1 -1
- package/es/image/preview-action.d.ts +24 -24
- package/es/image/preview-arrow.js +1 -1
- package/es/image/preview-group.js +2 -2
- package/es/image/preview-group.vue.d.ts +26 -26
- package/es/image/preview-toolbar.js +1 -1
- package/es/image/preview-toolbar.vue.d.ts +24 -24
- package/es/image/preview.js +1 -1
- package/es/image/preview.vue.d.ts +25 -25
- package/es/image/preview.vue_vue_type_script_lang.js +1 -1
- package/es/image/style/index.css +32 -32
- package/es/index.css +4083 -2512
- package/es/index.d.ts +8 -2
- package/es/index.js +11 -10
- package/es/index.scss +3 -1
- package/es/input/index.d.ts +13 -11
- package/es/input/input-group.js +1 -1
- package/es/input/input-password.js +1 -1
- package/es/input/input-password.vue.d.ts +7 -5
- package/es/input/input.d.ts +2 -2
- package/es/input/input.js +4 -5
- package/es/input/style/index.css +50 -50
- package/es/input-number/index.d.ts +6 -6
- package/es/input-number/input-number.d.ts +2 -2
- package/es/input-number/input-number.js +21 -20
- package/es/input-number/style/index.css +16 -16
- package/es/input-tag/index.d.ts +6 -6
- package/es/input-tag/input-tag.d.ts +2 -2
- package/es/input-tag/input-tag.js +11 -13
- package/es/input-tag/style/index.css +172 -172
- package/es/input-tag/utils.js +1 -1
- package/es/json-form/json-form-component.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/json-form/json-form-item.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/json-form/json-form.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/json-form/utils.js +3 -3
- package/es/layout/content.js +1 -1
- package/es/layout/footer.js +1 -1
- package/es/layout/header.vue.d.ts +1 -1
- package/es/layout/header.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/layout/index.d.ts +21 -21
- package/es/layout/layout.js +1 -1
- package/es/layout/sider.js +1 -1
- package/es/layout/sider.vue.d.ts +16 -16
- package/es/layout/sider.vue_vue_type_script_lang.js +1 -1
- package/es/layout/style/index.css +12 -12
- package/es/link/index.d.ts +3 -3
- package/es/link/link.vue.d.ts +1 -1
- package/es/link/link.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/link/style/index.css +23 -23
- package/es/list/index.d.ts +9 -9
- package/es/list/list-item-meta.js +1 -1
- package/es/list/list.d.ts +3 -3
- package/es/list/list.js +4 -4
- package/es/list/style/index.css +9 -9
- package/es/list/use-pagination.d.ts +7 -4
- package/es/locale/index.d.ts +1 -1
- package/es/locale/index.js +1 -1
- package/es/locale/interface.d.ts +7 -0
- package/es/locale/lang/ar-eg.js +7 -1
- package/es/locale/lang/de-de.js +7 -1
- package/es/locale/lang/en-us.js +7 -1
- package/es/locale/lang/es-es.js +7 -1
- package/es/locale/lang/fr-fr.js +7 -1
- package/es/locale/lang/id-id.js +7 -1
- package/es/locale/lang/it-it.js +7 -1
- package/es/locale/lang/ja-jp.js +7 -1
- package/es/locale/lang/km-kh.js +7 -1
- package/es/locale/lang/ko-kr.js +7 -1
- package/es/locale/lang/ms-my.js +7 -1
- package/es/locale/lang/nl-nl.js +7 -1
- package/es/locale/lang/pt-pt.js +7 -1
- package/es/locale/lang/ru-ru.js +7 -1
- package/es/locale/lang/th-th.js +7 -1
- package/es/locale/lang/vi-vn.js +7 -1
- package/es/locale/lang/zh-cn.js +7 -1
- package/es/locale/lang/zh-tw.js +7 -1
- package/es/mention/index.d.ts +9 -9
- package/es/mention/mention.d.ts +3 -3
- package/es/mention/mention.js +34 -20
- package/es/menu/base-menu.js +1 -1
- package/es/menu/indent.js +1 -1
- package/es/menu/interface.d.ts +1 -3
- package/es/menu/item-group.js +1 -1
- package/es/menu/item-group.vue.d.ts +48 -48
- package/es/menu/item.js +1 -1
- package/es/menu/menu.js +1 -1
- package/es/menu/style/index.css +62 -62
- package/es/menu/sub-menu-inline.js +1 -1
- package/es/menu/sub-menu-inline.vue.d.ts +48 -48
- package/es/menu/sub-menu-pop.js +1 -1
- package/es/menu/sub-menu-pop.vue.d.ts +59 -59
- package/es/menu/sub-menu.js +1 -1
- package/es/message/index.js +1 -1
- package/es/message/message-list.d.ts +1 -1
- package/es/message/message.js +1 -1
- package/es/message/message.vue.d.ts +5 -3
- package/es/message/style/index.css +26 -26
- package/es/modal/index.d.ts +6374 -572
- package/es/modal/index.js +2 -2
- package/es/modal/interface.d.ts +2 -2
- package/es/modal/modal.js +15 -4
- package/es/modal/modal.vue.d.ts +2911 -10
- package/es/modal/modal.vue_vue_type_script_lang.js +28 -5
- package/es/modal/style/index.css +28 -12
- package/es/modal/style/index.scss +23 -0
- package/es/notification/index.js +1 -1
- package/es/notification/notification.js +1 -1
- package/es/notification/notification.vue.d.ts +5 -3
- package/es/notification/style/index.css +26 -26
- package/es/page-header/index.d.ts +10 -6
- package/es/page-header/page-header.js +1 -1
- package/es/page-header/page-header.vue.d.ts +5 -3
- package/es/page-header/style/index.css +6 -6
- package/es/pagination/page-item-ellipsis.js +1 -1
- package/es/pagination/page-item-step.js +1 -1
- package/es/pagination/page-item.js +1 -1
- package/es/pagination/page-jumper.js +1 -1
- package/es/pagination/page-jumper.vue.d.ts +7 -7
- package/es/pagination/page-options.js +1 -1
- package/es/pagination/page-options.vue.d.ts +656 -470
- package/es/pagination/style/index.css +21 -21
- package/es/popconfirm/index.d.ts +36 -36
- package/es/popconfirm/popconfirm.js +1 -1
- package/es/popconfirm/popconfirm.vue.d.ts +17 -17
- package/es/popconfirm/popconfirm.vue_vue_type_script_lang.js +1 -1
- package/es/popconfirm/style/index.css +11 -11
- package/es/popover/index.d.ts +899 -21
- package/es/popover/popover.js +7 -3
- package/es/popover/popover.vue.d.ts +451 -10
- package/es/popover/popover.vue_vue_type_script_lang.js +15 -3
- package/es/popover/style/index.css +7 -7
- package/es/popover/style/index.d.ts +1 -0
- package/es/progress/circle.js +1 -1
- package/es/progress/circle.vue.d.ts +1 -1
- package/es/progress/index.d.ts +7 -7
- package/es/progress/line.js +1 -1
- package/es/progress/line.vue.d.ts +1 -1
- package/es/progress/line.vue_vue_type_script_lang.js +1 -1
- package/es/progress/progress.js +1 -1
- package/es/progress/progress.vue.d.ts +3 -3
- package/es/progress/steps.js +1 -1
- package/es/progress/style/index.css +32 -32
- package/es/qr-code/index.d.ts +294 -0
- package/es/qr-code/index.js +10 -0
- package/es/qr-code/qr-code-status.js +5 -0
- package/es/qr-code/qr-code-status.vue.d.ts +8 -0
- package/es/qr-code/qr-code-status.vue_vue_type_script_setup_true_lang.js +30 -0
- package/es/qr-code/qr-code.js +5 -0
- package/es/qr-code/qr-code.vue.d.ts +167 -0
- package/es/qr-code/qr-code.vue_vue_type_script_setup_true_lang.js +313 -0
- package/es/qr-code/style/css.js +2 -0
- package/es/qr-code/style/index.css +106 -0
- package/es/qr-code/style/index.d.ts +2 -0
- package/es/qr-code/style/index.js +2 -0
- package/es/qr-code/style/index.scss +111 -0
- package/es/qr-code/style/token.scss +36 -0
- package/es/qr-code/types.d.ts +19 -0
- package/es/radio/index.d.ts +13 -9
- package/es/radio/radio.d.ts +6 -4
- package/es/radio/style/index.css +33 -33
- package/es/rate/index.d.ts +3 -3
- package/es/rate/rate.d.ts +1 -1
- package/es/rate/style/index.css +3 -3
- package/es/resize-box/index.d.ts +6 -6
- package/es/resize-box/resize-box.js +1 -1
- package/es/resize-box/resize-box.vue.d.ts +2 -2
- package/es/resize-box/resize-box.vue_vue_type_script_lang.js +1 -1
- package/es/resize-box/style/index.css +2 -2
- package/es/result/result.js +1 -1
- package/es/result/style/index.css +2 -2
- package/es/scrollbar/index.d.ts +6 -3
- package/es/scrollbar/interface.d.ts +1 -1
- package/es/scrollbar/scrollbar.js +2 -1
- package/es/scrollbar/scrollbar.vue.d.ts +2 -1
- package/es/scrollbar/scrollbar.vue_vue_type_script_lang.js +52 -2
- package/es/scrollbar/style/index.css +13 -13
- package/es/sd-vue.js +13 -12
- package/es/secret/secret.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/secret/style/index.css +4 -4
- package/es/select/context.d.ts +1 -4
- package/es/select/hooks/use-options.d.ts +1 -4
- package/es/select/hooks/use-options.js +2 -23
- package/es/select/hooks/use-select.d.ts +1 -3
- package/es/select/hooks/use-select.js +2 -7
- package/es/select/index.d.ts +656 -475
- package/es/select/index.js +5 -13
- package/es/select/interface.d.ts +1 -1
- package/es/select/select-dropdown.js +3 -2
- package/es/select/select-dropdown.vue.d.ts +56 -54
- package/es/select/select-dropdown.vue_vue_type_script_lang.js +2 -3
- package/es/select/select.d.ts +264 -18
- package/es/select/select.js +50 -27
- package/es/select/style/index.css +14 -14
- package/es/select/utils.d.ts +1 -1
- package/es/select/utils.js +1 -1
- package/es/skeleton/line.js +1 -1
- package/es/skeleton/shape.js +1 -1
- package/es/skeleton/skeleton.js +1 -1
- package/es/skeleton/style/index.css +4 -4
- package/es/slider/index.d.ts +67 -67
- package/es/slider/slider-button.js +1 -1
- package/es/slider/slider-button.vue.d.ts +25 -25
- package/es/slider/slider-dots.js +1 -1
- package/es/slider/slider-input.js +1 -1
- package/es/slider/slider-input.vue.d.ts +7 -7
- package/es/slider/slider-marks.js +1 -1
- package/es/slider/slider-ticks.js +1 -1
- package/es/slider/slider.js +1 -1
- package/es/slider/slider.vue.d.ts +33 -33
- package/es/slider/style/index.css +18 -18
- package/es/space/index.d.ts +9 -9
- package/es/space/space.d.ts +2 -2
- package/es/spin/index.d.ts +1 -0
- package/es/spin/style/index.css +9 -9
- package/es/split/split.js +1 -1
- package/es/split/split.vue_vue_type_script_lang.js +1 -1
- package/es/split/style/index.css +2 -2
- package/es/statistic/countdown.js +1 -1
- package/es/statistic/countdown.vue.d.ts +1 -1
- package/es/statistic/countdown.vue_vue_type_script_lang.js +5 -5
- package/es/statistic/index.d.ts +1 -1
- package/es/statistic/statistic.js +1 -1
- package/es/statistic/statistic.vue_vue_type_script_lang.js +4 -4
- package/es/statistic/style/index.css +4 -4
- package/es/steps/index.d.ts +4 -4
- package/es/steps/step.js +1 -1
- package/es/steps/step.vue.d.ts +1 -1
- package/es/steps/steps.js +1 -1
- package/es/steps/steps.vue.d.ts +1 -1
- package/es/steps/style/index.css +79 -79
- package/es/style/color/colors.scss +1 -1
- package/es/style/theme/global.scss +8 -8
- package/es/style/theme/index.scss +4 -12
- package/es/style/theme/z-index.js +1 -2
- package/es/switch/style/index.css +30 -30
- package/es/switch/switch.js +1 -1
- package/es/switch/switch.vue_vue_type_script_lang.js +1 -1
- package/es/table/index.d.ts +14 -14
- package/es/table/style/index.css +65 -65
- package/es/table/table-operation-td.d.ts +23 -15
- package/es/table/table-operation-td.js +11 -14
- package/es/table/table-operation-th.js +1 -1
- package/es/table/table-td.d.ts +1 -1
- package/es/table/table-td.js +1 -1
- package/es/table/table-th.d.ts +1 -1
- package/es/table/table-th.js +19 -8
- package/es/table/table.d.ts +5 -5
- package/es/table/table.js +45 -48
- package/es/table/utils.js +1 -1
- package/es/tabs/index.d.ts +9 -9
- package/es/tabs/style/index.css +56 -56
- package/es/tabs/tab-pane.js +1 -1
- package/es/tabs/tab-pane.vue_vue_type_script_lang.js +1 -1
- package/es/tabs/tabs-nav-ink.js +1 -1
- package/es/tabs/tabs-nav.d.ts +1 -1
- package/es/tabs/tabs-tab.js +1 -1
- package/es/tabs/tabs-tab.vue.d.ts +5 -3
- package/es/tabs/tabs.d.ts +3 -3
- package/es/tag/index.d.ts +66 -29688
- package/es/tag/interface.d.ts +2 -0
- package/es/tag/style/index.css +134 -134
- package/es/tag/style/index.scss +33 -13
- package/es/tag/tag.js +2 -64
- package/es/tag/tag.vue.d.ts +53 -11936
- package/es/tag/tag.vue_vue_type_script_setup_true_lang.js +368 -0
- package/es/tag-group/tag-group.vue_vue_type_script_setup_true_lang.js +4 -4
- package/es/textarea/index.d.ts +16 -12
- package/es/textarea/style/index.css +28 -28
- package/es/textarea/textarea.js +1 -1
- package/es/textarea/textarea.vue.d.ts +7 -5
- package/es/textarea/textarea.vue_vue_type_script_lang.js +1 -1
- package/es/time-picker/hooks/use-time-list.js +1 -1
- package/es/time-picker/index.d.ts +79 -71
- package/es/time-picker/panel.js +1 -1
- package/es/time-picker/panel.vue.d.ts +7 -7
- package/es/time-picker/range-panel.d.ts +7 -7
- package/es/time-picker/range-panel.js +6 -7
- package/es/time-picker/style/index.css +11 -11
- package/es/time-picker/time-column.js +1 -1
- package/es/time-picker/time-picker.js +2 -2
- package/es/time-picker/time-picker.vue.d.ts +38 -34
- package/es/time-picker/utils/index.d.ts +1 -1
- package/es/timeline/item.js +1 -1
- package/es/timeline/item.vue_vue_type_script_lang.js +1 -1
- package/es/timeline/style/index.css +11 -11
- package/es/tooltip/index.d.ts +24 -24
- package/es/tooltip/style/index.css +3 -3
- package/es/tooltip/tooltip.js +1 -1
- package/es/tooltip/tooltip.vue.d.ts +11 -11
- package/es/tooltip/tooltip.vue_vue_type_script_lang.js +1 -1
- package/es/tour/index.d.ts +664 -0
- package/es/tour/index.js +10 -0
- package/es/tour/style/css.js +1 -0
- package/es/tour/style/index.css +226 -0
- package/es/tour/style/index.d.ts +1 -0
- package/es/tour/style/index.js +1 -0
- package/es/tour/style/index.scss +218 -0
- package/es/tour/style/token.scss +27 -0
- package/es/tour/tour.js +5 -0
- package/es/tour/tour.vue.d.ts +411 -0
- package/es/tour/tour.vue_vue_type_script_setup_true_lang.js +1219 -0
- package/es/tour/types.d.ts +143 -0
- package/es/transfer/index.d.ts +75 -57
- package/es/transfer/style/index.css +20 -20
- package/es/transfer/transfer-list-item.js +2 -5
- package/es/transfer/transfer-view.js +2 -3
- package/es/transfer/transfer-view.vue.d.ts +30 -21
- package/es/transfer/transfer-view.vue_vue_type_script_lang.js +1 -1
- package/es/transfer/transfer.js +1 -1
- package/es/transfer/transfer.vue.d.ts +37 -28
- package/es/tree/base-node.js +1 -1
- package/es/tree/base-node.vue.d.ts +10 -6
- package/es/tree/expand-transition.js +1 -1
- package/es/tree/interface.d.ts +1 -1
- package/es/tree/node.js +1 -1
- package/es/tree/style/index.css +25 -25
- package/es/tree/transition-node-list.js +1 -1
- package/es/tree/transition-node-list.vue.d.ts +10 -6
- package/es/tree/tree.js +1 -1
- package/es/tree/tree.vue.d.ts +14 -11
- package/es/tree/tree.vue_vue_type_script_lang.js +2 -2
- package/es/tree/utils/tree-data.js +1 -1
- package/es/tree-select/hooks/use-selected-state.js +1 -1
- package/es/tree-select/panel.js +9 -10
- package/es/tree-select/style/index.css +5 -5
- package/es/tree-select/tree-select.js +2 -2
- package/es/tree-select/tree-select.vue.d.ts +22 -22
- package/es/tree-select/tree-select.vue_vue_type_script_lang.js +1 -1
- package/es/trigger/context.d.ts +3 -3
- package/es/trigger/index.d.ts +9 -9
- package/es/trigger/interface.d.ts +3 -2
- package/es/trigger/style/index.css +5 -5
- package/es/trigger/trigger.d.ts +3 -3
- package/es/trigger/trigger.js +18 -17
- package/es/trigger/utils.js +1 -1
- package/es/typography/base.d.ts +4 -4
- package/es/typography/base.js +3 -3
- package/es/typography/edit-content.js +1 -1
- package/es/typography/edit-content.vue.d.ts +40 -34
- package/es/typography/interface.d.ts +1 -1
- package/es/typography/operations.js +1 -1
- package/es/typography/operations.vue.d.ts +25 -25
- package/es/typography/style/index.css +22 -22
- package/es/typography/typography.js +1 -1
- package/es/upload/index.d.ts +6 -6
- package/es/upload/interfaces.d.ts +3 -3
- package/es/upload/style/index.css +51 -51
- package/es/upload/upload-button.d.ts +1 -1
- package/es/upload/upload-list.js +2 -5
- package/es/upload/upload.d.ts +2 -2
- package/es/upload/upload.js +6 -7
- package/es/verification-code/index.d.ts +3 -3
- package/es/verification-code/verification-code.d.ts +1 -1
- package/es/verification-code/verification-code.js +7 -6
- package/es/watermark/hooks/use-mutation-observer.js +1 -1
- package/es/watermark/watermark.js +1 -1
- package/json/vetur-attributes.json +125 -107
- package/json/vetur-tags.json +39 -36
- package/json/web-types.json +182 -163
- package/package.json +19 -15
- package/es/calendar/calendar.d.ts +0 -104
- package/es/calendar/calendar.js +0 -207
- package/es/calendar/header.d.ts +0 -104
- package/es/calendar/header.js +0 -131
- package/es/calendar/hooks/useCellClassName.d.ts +0 -19
- package/es/calendar/hooks/useCellClassName.js +0 -43
- package/es/calendar/month.d.ts +0 -83
- package/es/calendar/month.js +0 -149
- package/es/calendar/week.d.ts +0 -61
- package/es/calendar/week.js +0 -45
- package/es/calendar/year.d.ts +0 -69
- package/es/calendar/year.js +0 -101
- package/es/select/optgroup.js +0 -10
- package/es/select/optgroup.vue.d.ts +0 -13
- package/es/select/optgroup.vue_vue_type_script_lang.js +0 -23
- package/es/select/option.js +0 -51
- package/es/select/option.vue.d.ts +0 -299
- package/es/select/option.vue_vue_type_script_lang.js +0 -149
- package/es/tag/tag.vue_vue_type_script_lang.js +0 -264
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
import type { HTMLAttributes } from 'vue';
|
|
2
|
+
import type { ButtonProps } from '../button/interface';
|
|
3
|
+
export type TourAllowedButton = 'next' | 'previous' | 'close';
|
|
4
|
+
export type TourSide = 'left' | 'right' | 'top' | 'bottom' | 'over';
|
|
5
|
+
export type TourAlignment = 'start' | 'center' | 'end';
|
|
6
|
+
export type TourButtonKind = 'previous' | 'next' | 'done' | 'close';
|
|
7
|
+
export type TourButtonProps = Partial<Record<TourButtonKind, ButtonProps>>;
|
|
8
|
+
export type TourPopoverDom = {
|
|
9
|
+
wrapper: HTMLElement | null;
|
|
10
|
+
arrow: HTMLElement | null;
|
|
11
|
+
title: HTMLElement | null;
|
|
12
|
+
description: HTMLElement | null;
|
|
13
|
+
footer: HTMLElement | null;
|
|
14
|
+
previousButton: HTMLElement | null;
|
|
15
|
+
nextButton: HTMLElement | null;
|
|
16
|
+
closeButton: HTMLElement | null;
|
|
17
|
+
footerButtons: HTMLElement | null;
|
|
18
|
+
progress: HTMLElement | null;
|
|
19
|
+
};
|
|
20
|
+
export type TourStepHookOptions = {
|
|
21
|
+
config: TourConfig;
|
|
22
|
+
state: TourState;
|
|
23
|
+
controller: TourController;
|
|
24
|
+
};
|
|
25
|
+
export type TourStepHook = (element: Element | undefined, step: TourStep | undefined, options: TourStepHookOptions) => void;
|
|
26
|
+
export type TourPopoverRenderHook = (popover: TourPopoverDom, options: TourStepHookOptions) => void;
|
|
27
|
+
export type TourOverlayClickBehavior = 'close' | 'nextStep' | TourStepHook;
|
|
28
|
+
export type TourPopover = {
|
|
29
|
+
title?: string;
|
|
30
|
+
description?: string;
|
|
31
|
+
side?: TourSide;
|
|
32
|
+
align?: TourAlignment;
|
|
33
|
+
showButtons?: TourAllowedButton[];
|
|
34
|
+
disableButtons?: TourAllowedButton[];
|
|
35
|
+
showProgress?: boolean;
|
|
36
|
+
nextBtnText?: string;
|
|
37
|
+
prevBtnText?: string;
|
|
38
|
+
doneBtnText?: string;
|
|
39
|
+
progressText?: string;
|
|
40
|
+
popoverClass?: string;
|
|
41
|
+
onNextClick?: TourStepHook;
|
|
42
|
+
onPrevClick?: TourStepHook;
|
|
43
|
+
onCloseClick?: TourStepHook;
|
|
44
|
+
onPopoverRender?: TourPopoverRenderHook;
|
|
45
|
+
buttonProps?: TourButtonProps;
|
|
46
|
+
contentClass?: HTMLAttributes['class'];
|
|
47
|
+
contentStyle?: HTMLAttributes['style'];
|
|
48
|
+
titleProps?: HTMLAttributes;
|
|
49
|
+
descriptionProps?: HTMLAttributes;
|
|
50
|
+
footerProps?: HTMLAttributes;
|
|
51
|
+
};
|
|
52
|
+
export type TourStep = {
|
|
53
|
+
element?: string | Element | (() => Element | null | undefined) | null;
|
|
54
|
+
popover?: TourPopover;
|
|
55
|
+
disableActiveInteraction?: boolean;
|
|
56
|
+
onHighlightStarted?: TourStepHook;
|
|
57
|
+
onHighlighted?: TourStepHook;
|
|
58
|
+
onDeselected?: TourStepHook;
|
|
59
|
+
};
|
|
60
|
+
export type TourState = {
|
|
61
|
+
isInitialized?: boolean;
|
|
62
|
+
activeIndex?: number;
|
|
63
|
+
activeStep?: TourStep;
|
|
64
|
+
activeElement?: Element | null;
|
|
65
|
+
previousStep?: TourStep;
|
|
66
|
+
previousElement?: Element | null;
|
|
67
|
+
popover?: TourPopoverDom;
|
|
68
|
+
};
|
|
69
|
+
export type TourConfig = {
|
|
70
|
+
animate?: boolean;
|
|
71
|
+
allowClose?: boolean;
|
|
72
|
+
allowKeyboardControl?: boolean;
|
|
73
|
+
overlayClickBehavior?: TourOverlayClickBehavior;
|
|
74
|
+
overlayOpacity?: number;
|
|
75
|
+
overlayColor?: string;
|
|
76
|
+
smoothScroll?: boolean;
|
|
77
|
+
disableActiveInteraction?: boolean;
|
|
78
|
+
showProgress?: boolean;
|
|
79
|
+
stagePadding?: number;
|
|
80
|
+
stageRadius?: number;
|
|
81
|
+
popoverOffset?: number;
|
|
82
|
+
showButtons?: TourAllowedButton[];
|
|
83
|
+
disableButtons?: TourAllowedButton[];
|
|
84
|
+
prevBtnText?: string;
|
|
85
|
+
nextBtnText?: string;
|
|
86
|
+
doneBtnText?: string;
|
|
87
|
+
progressText?: string;
|
|
88
|
+
popoverClass?: string;
|
|
89
|
+
buttonProps?: TourButtonProps;
|
|
90
|
+
onHighlightStarted?: TourStepHook;
|
|
91
|
+
onHighlighted?: TourStepHook;
|
|
92
|
+
onDeselected?: TourStepHook;
|
|
93
|
+
onDestroyed?: TourStepHook;
|
|
94
|
+
onDestroyStarted?: TourStepHook;
|
|
95
|
+
onPopoverRender?: TourPopoverRenderHook;
|
|
96
|
+
onNextClick?: TourStepHook;
|
|
97
|
+
onPrevClick?: TourStepHook;
|
|
98
|
+
onCloseClick?: TourStepHook;
|
|
99
|
+
};
|
|
100
|
+
export type TourController = {
|
|
101
|
+
isActive: () => boolean;
|
|
102
|
+
refresh: () => void;
|
|
103
|
+
drive: (stepIndex?: number) => void;
|
|
104
|
+
setConfig: (config: TourConfig) => void;
|
|
105
|
+
setSteps: (steps: TourStep[]) => void;
|
|
106
|
+
getConfig: () => TourConfig;
|
|
107
|
+
getState: () => TourState;
|
|
108
|
+
getActiveIndex: () => number | undefined;
|
|
109
|
+
isFirstStep: () => boolean;
|
|
110
|
+
isLastStep: () => boolean;
|
|
111
|
+
getActiveStep: () => TourStep | undefined;
|
|
112
|
+
getActiveElement: () => Element | null;
|
|
113
|
+
getPreviousElement: () => Element | null;
|
|
114
|
+
getPreviousStep: () => TourStep | undefined;
|
|
115
|
+
moveNext: () => void;
|
|
116
|
+
movePrevious: () => void;
|
|
117
|
+
moveTo: (stepIndex: number) => void;
|
|
118
|
+
hasNextStep: () => boolean;
|
|
119
|
+
hasPreviousStep: () => boolean;
|
|
120
|
+
highlight: (step: TourStep) => void;
|
|
121
|
+
destroy: () => void;
|
|
122
|
+
};
|
|
123
|
+
export type TourExpose = {
|
|
124
|
+
drive: (stepIndex?: number) => Promise<void>;
|
|
125
|
+
moveNext: () => void;
|
|
126
|
+
movePrevious: () => void;
|
|
127
|
+
moveTo: (stepIndex: number) => void;
|
|
128
|
+
highlight: (step: TourStep) => void;
|
|
129
|
+
destroy: () => void;
|
|
130
|
+
refresh: () => void;
|
|
131
|
+
isActive: () => boolean;
|
|
132
|
+
getController: () => TourController | null;
|
|
133
|
+
getState: () => TourState | undefined;
|
|
134
|
+
};
|
|
135
|
+
export type TourBaseProps = {
|
|
136
|
+
visible?: boolean;
|
|
137
|
+
defaultVisible?: boolean;
|
|
138
|
+
current?: number;
|
|
139
|
+
defaultCurrent?: number;
|
|
140
|
+
steps?: TourStep[];
|
|
141
|
+
zIndex?: number;
|
|
142
|
+
};
|
|
143
|
+
export type TourProps = TourBaseProps & TourConfig;
|
package/es/transfer/index.d.ts
CHANGED
|
@@ -81,9 +81,9 @@ declare const Transfer: {
|
|
|
81
81
|
select: (_selected: string[]) => true;
|
|
82
82
|
search: (_value: string, _type: "target" | "source") => true;
|
|
83
83
|
}, import("vue").PublicProps, {
|
|
84
|
+
disabled: boolean;
|
|
84
85
|
data: import("./interface").TransferItem[];
|
|
85
86
|
title: string[];
|
|
86
|
-
disabled: boolean;
|
|
87
87
|
defaultValue: string[];
|
|
88
88
|
modelValue: string[];
|
|
89
89
|
simple: boolean;
|
|
@@ -139,11 +139,11 @@ declare const Transfer: {
|
|
|
139
139
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
140
140
|
click: (_ev: MouseEvent) => true;
|
|
141
141
|
}, import("vue").PublicProps, {
|
|
142
|
-
autofocus: boolean;
|
|
143
142
|
disabled: boolean;
|
|
143
|
+
autofocus: boolean;
|
|
144
144
|
loading: boolean;
|
|
145
145
|
long: boolean;
|
|
146
|
-
htmlType: "
|
|
146
|
+
htmlType: "button" | "reset" | "submit";
|
|
147
147
|
}, true, {}, {}, {
|
|
148
148
|
IconLoading: {
|
|
149
149
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -316,11 +316,11 @@ declare const Transfer: {
|
|
|
316
316
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
317
317
|
handleClick: (ev: MouseEvent) => void;
|
|
318
318
|
}, {}, {}, {}, {
|
|
319
|
-
autofocus: boolean;
|
|
320
319
|
disabled: boolean;
|
|
320
|
+
autofocus: boolean;
|
|
321
321
|
loading: boolean;
|
|
322
322
|
long: boolean;
|
|
323
|
-
htmlType: "
|
|
323
|
+
htmlType: "button" | "reset" | "submit";
|
|
324
324
|
}>;
|
|
325
325
|
__isFragment?: never;
|
|
326
326
|
__isTeleport?: never;
|
|
@@ -370,11 +370,11 @@ declare const Transfer: {
|
|
|
370
370
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
371
371
|
click: (_ev: MouseEvent) => true;
|
|
372
372
|
}, string, {
|
|
373
|
-
autofocus: boolean;
|
|
374
373
|
disabled: boolean;
|
|
374
|
+
autofocus: boolean;
|
|
375
375
|
loading: boolean;
|
|
376
376
|
long: boolean;
|
|
377
|
-
htmlType: "
|
|
377
|
+
htmlType: "button" | "reset" | "submit";
|
|
378
378
|
}, {}, string, {}, {
|
|
379
379
|
IconLoading: {
|
|
380
380
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -680,7 +680,7 @@ declare const Transfer: {
|
|
|
680
680
|
};
|
|
681
681
|
}>, {
|
|
682
682
|
prefixCls: string;
|
|
683
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
683
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
684
684
|
prefix: {
|
|
685
685
|
type: StringConstructor;
|
|
686
686
|
};
|
|
@@ -692,8 +692,10 @@ declare const Transfer: {
|
|
|
692
692
|
type: BooleanConstructor;
|
|
693
693
|
default: boolean;
|
|
694
694
|
};
|
|
695
|
-
}>> & Readonly<{
|
|
696
|
-
|
|
695
|
+
}>> & Readonly<{
|
|
696
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
697
|
+
}>, {
|
|
698
|
+
size: "medium" | "large" | "small" | "mini";
|
|
697
699
|
disabled: boolean;
|
|
698
700
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
699
701
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -792,7 +794,7 @@ declare const Transfer: {
|
|
|
792
794
|
};
|
|
793
795
|
}>, {
|
|
794
796
|
prefixCls: string;
|
|
795
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
797
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
796
798
|
prefix: {
|
|
797
799
|
type: StringConstructor;
|
|
798
800
|
};
|
|
@@ -804,8 +806,10 @@ declare const Transfer: {
|
|
|
804
806
|
type: BooleanConstructor;
|
|
805
807
|
default: boolean;
|
|
806
808
|
};
|
|
807
|
-
}>> & Readonly<{
|
|
808
|
-
|
|
809
|
+
}>> & Readonly<{
|
|
810
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
811
|
+
}>, {
|
|
812
|
+
size: "medium" | "large" | "small" | "mini";
|
|
809
813
|
disabled: boolean;
|
|
810
814
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
811
815
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
@@ -883,7 +887,7 @@ declare const Transfer: {
|
|
|
883
887
|
};
|
|
884
888
|
}>, {
|
|
885
889
|
prefixCls: string;
|
|
886
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
890
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
887
891
|
prefix: {
|
|
888
892
|
type: StringConstructor;
|
|
889
893
|
};
|
|
@@ -895,8 +899,10 @@ declare const Transfer: {
|
|
|
895
899
|
type: BooleanConstructor;
|
|
896
900
|
default: boolean;
|
|
897
901
|
};
|
|
898
|
-
}>> & Readonly<{
|
|
899
|
-
|
|
902
|
+
}>> & Readonly<{
|
|
903
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
904
|
+
}>, {
|
|
905
|
+
size: "medium" | "large" | "small" | "mini";
|
|
900
906
|
disabled: boolean;
|
|
901
907
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
902
908
|
IconDelete: {
|
|
@@ -1141,13 +1147,13 @@ declare const Transfer: {
|
|
|
1141
1147
|
pageChange: (_page: number) => true;
|
|
1142
1148
|
pageSizeChange: (_pageSize: number) => true;
|
|
1143
1149
|
}, import("vue").PublicProps, {
|
|
1144
|
-
|
|
1145
|
-
size: "small" | "medium" | "large";
|
|
1150
|
+
size: "medium" | "large" | "small";
|
|
1146
1151
|
scrollbar: boolean | import("..").ScrollbarProps;
|
|
1152
|
+
split: boolean;
|
|
1147
1153
|
loading: boolean;
|
|
1154
|
+
bottomOffset: number;
|
|
1148
1155
|
maxHeight: string | number;
|
|
1149
1156
|
bordered: boolean;
|
|
1150
|
-
bottomOffset: number;
|
|
1151
1157
|
hoverable: boolean;
|
|
1152
1158
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1153
1159
|
P: {};
|
|
@@ -1212,13 +1218,13 @@ declare const Transfer: {
|
|
|
1212
1218
|
}, {}, {}, {
|
|
1213
1219
|
scrollIntoView(options: import("../_components/virtual-list/interface").ScrollIntoViewOptions): void;
|
|
1214
1220
|
}, {
|
|
1215
|
-
|
|
1216
|
-
size: "small" | "medium" | "large";
|
|
1221
|
+
size: "medium" | "large" | "small";
|
|
1217
1222
|
scrollbar: boolean | import("..").ScrollbarProps;
|
|
1223
|
+
split: boolean;
|
|
1218
1224
|
loading: boolean;
|
|
1225
|
+
bottomOffset: number;
|
|
1219
1226
|
maxHeight: string | number;
|
|
1220
1227
|
bordered: boolean;
|
|
1221
|
-
bottomOffset: number;
|
|
1222
1228
|
hoverable: boolean;
|
|
1223
1229
|
}>;
|
|
1224
1230
|
__isFragment?: never;
|
|
@@ -1285,13 +1291,13 @@ declare const Transfer: {
|
|
|
1285
1291
|
pageChange: (_page: number) => true;
|
|
1286
1292
|
pageSizeChange: (_pageSize: number) => true;
|
|
1287
1293
|
}, string, {
|
|
1288
|
-
|
|
1289
|
-
size: "small" | "medium" | "large";
|
|
1294
|
+
size: "medium" | "large" | "small";
|
|
1290
1295
|
scrollbar: boolean | import("..").ScrollbarProps;
|
|
1296
|
+
split: boolean;
|
|
1291
1297
|
loading: boolean;
|
|
1298
|
+
bottomOffset: number;
|
|
1292
1299
|
maxHeight: string | number;
|
|
1293
1300
|
bordered: boolean;
|
|
1294
|
-
bottomOffset: number;
|
|
1295
1301
|
hoverable: boolean;
|
|
1296
1302
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1297
1303
|
Item: {
|
|
@@ -1433,7 +1439,8 @@ declare const Transfer: {
|
|
|
1433
1439
|
}>, {
|
|
1434
1440
|
prefixCls: string;
|
|
1435
1441
|
cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
|
|
1436
|
-
outerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
1442
|
+
outerStyle: import("vue").ComputedRef<(import("vue").StyleValue | Record<string, string>)[]>;
|
|
1443
|
+
outerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
1437
1444
|
containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
1438
1445
|
mergedOptions: import("vue").ComputedRef<{
|
|
1439
1446
|
paddingAbsolute: boolean | undefined;
|
|
@@ -1578,7 +1585,8 @@ declare const Transfer: {
|
|
|
1578
1585
|
}>, {
|
|
1579
1586
|
prefixCls: string;
|
|
1580
1587
|
cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
|
|
1581
|
-
outerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
1588
|
+
outerStyle: import("vue").ComputedRef<(import("vue").StyleValue | Record<string, string>)[]>;
|
|
1589
|
+
outerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
1582
1590
|
containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
1583
1591
|
mergedOptions: import("vue").ComputedRef<{
|
|
1584
1592
|
paddingAbsolute: boolean | undefined;
|
|
@@ -1718,7 +1726,8 @@ declare const Transfer: {
|
|
|
1718
1726
|
}>, {
|
|
1719
1727
|
prefixCls: string;
|
|
1720
1728
|
cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
|
|
1721
|
-
outerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
1729
|
+
outerStyle: import("vue").ComputedRef<(import("vue").StyleValue | Record<string, string>)[]>;
|
|
1730
|
+
outerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
1722
1731
|
containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
1723
1732
|
mergedOptions: import("vue").ComputedRef<{
|
|
1724
1733
|
paddingAbsolute: boolean | undefined;
|
|
@@ -2133,9 +2142,9 @@ declare const Transfer: {
|
|
|
2133
2142
|
handleClick: (target: "target" | "source") => void;
|
|
2134
2143
|
handleSearch: (value: string, type: "target" | "source") => void;
|
|
2135
2144
|
}, {}, {}, {}, {
|
|
2145
|
+
disabled: boolean;
|
|
2136
2146
|
data: import("./interface").TransferItem[];
|
|
2137
2147
|
title: string[];
|
|
2138
|
-
disabled: boolean;
|
|
2139
2148
|
defaultValue: string[];
|
|
2140
2149
|
modelValue: string[];
|
|
2141
2150
|
simple: boolean;
|
|
@@ -2227,9 +2236,9 @@ declare const Transfer: {
|
|
|
2227
2236
|
select: (_selected: string[]) => true;
|
|
2228
2237
|
search: (_value: string, _type: "target" | "source") => true;
|
|
2229
2238
|
}, string, {
|
|
2239
|
+
disabled: boolean;
|
|
2230
2240
|
data: import("./interface").TransferItem[];
|
|
2231
2241
|
title: string[];
|
|
2232
|
-
disabled: boolean;
|
|
2233
2242
|
defaultValue: string[];
|
|
2234
2243
|
modelValue: string[];
|
|
2235
2244
|
simple: boolean;
|
|
@@ -2285,11 +2294,11 @@ declare const Transfer: {
|
|
|
2285
2294
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2286
2295
|
click: (_ev: MouseEvent) => true;
|
|
2287
2296
|
}, import("vue").PublicProps, {
|
|
2288
|
-
autofocus: boolean;
|
|
2289
2297
|
disabled: boolean;
|
|
2298
|
+
autofocus: boolean;
|
|
2290
2299
|
loading: boolean;
|
|
2291
2300
|
long: boolean;
|
|
2292
|
-
htmlType: "
|
|
2301
|
+
htmlType: "button" | "reset" | "submit";
|
|
2293
2302
|
}, true, {}, {}, {
|
|
2294
2303
|
IconLoading: {
|
|
2295
2304
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2462,11 +2471,11 @@ declare const Transfer: {
|
|
|
2462
2471
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
2463
2472
|
handleClick: (ev: MouseEvent) => void;
|
|
2464
2473
|
}, {}, {}, {}, {
|
|
2465
|
-
autofocus: boolean;
|
|
2466
2474
|
disabled: boolean;
|
|
2475
|
+
autofocus: boolean;
|
|
2467
2476
|
loading: boolean;
|
|
2468
2477
|
long: boolean;
|
|
2469
|
-
htmlType: "
|
|
2478
|
+
htmlType: "button" | "reset" | "submit";
|
|
2470
2479
|
}>;
|
|
2471
2480
|
__isFragment?: never;
|
|
2472
2481
|
__isTeleport?: never;
|
|
@@ -2516,11 +2525,11 @@ declare const Transfer: {
|
|
|
2516
2525
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2517
2526
|
click: (_ev: MouseEvent) => true;
|
|
2518
2527
|
}, string, {
|
|
2519
|
-
autofocus: boolean;
|
|
2520
2528
|
disabled: boolean;
|
|
2529
|
+
autofocus: boolean;
|
|
2521
2530
|
loading: boolean;
|
|
2522
2531
|
long: boolean;
|
|
2523
|
-
htmlType: "
|
|
2532
|
+
htmlType: "button" | "reset" | "submit";
|
|
2524
2533
|
}, {}, string, {}, {
|
|
2525
2534
|
IconLoading: {
|
|
2526
2535
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -2826,7 +2835,7 @@ declare const Transfer: {
|
|
|
2826
2835
|
};
|
|
2827
2836
|
}>, {
|
|
2828
2837
|
prefixCls: string;
|
|
2829
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
2838
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2830
2839
|
prefix: {
|
|
2831
2840
|
type: StringConstructor;
|
|
2832
2841
|
};
|
|
@@ -2838,8 +2847,10 @@ declare const Transfer: {
|
|
|
2838
2847
|
type: BooleanConstructor;
|
|
2839
2848
|
default: boolean;
|
|
2840
2849
|
};
|
|
2841
|
-
}>> & Readonly<{
|
|
2842
|
-
|
|
2850
|
+
}>> & Readonly<{
|
|
2851
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
2852
|
+
}>, {
|
|
2853
|
+
size: "medium" | "large" | "small" | "mini";
|
|
2843
2854
|
disabled: boolean;
|
|
2844
2855
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2845
2856
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -2938,7 +2949,7 @@ declare const Transfer: {
|
|
|
2938
2949
|
};
|
|
2939
2950
|
}>, {
|
|
2940
2951
|
prefixCls: string;
|
|
2941
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
2952
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2942
2953
|
prefix: {
|
|
2943
2954
|
type: StringConstructor;
|
|
2944
2955
|
};
|
|
@@ -2950,8 +2961,10 @@ declare const Transfer: {
|
|
|
2950
2961
|
type: BooleanConstructor;
|
|
2951
2962
|
default: boolean;
|
|
2952
2963
|
};
|
|
2953
|
-
}>> & Readonly<{
|
|
2954
|
-
|
|
2964
|
+
}>> & Readonly<{
|
|
2965
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
2966
|
+
}>, {
|
|
2967
|
+
size: "medium" | "large" | "small" | "mini";
|
|
2955
2968
|
disabled: boolean;
|
|
2956
2969
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2957
2970
|
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
@@ -3029,7 +3042,7 @@ declare const Transfer: {
|
|
|
3029
3042
|
};
|
|
3030
3043
|
}>, {
|
|
3031
3044
|
prefixCls: string;
|
|
3032
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin,
|
|
3045
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3033
3046
|
prefix: {
|
|
3034
3047
|
type: StringConstructor;
|
|
3035
3048
|
};
|
|
@@ -3041,8 +3054,10 @@ declare const Transfer: {
|
|
|
3041
3054
|
type: BooleanConstructor;
|
|
3042
3055
|
default: boolean;
|
|
3043
3056
|
};
|
|
3044
|
-
}>> & Readonly<{
|
|
3045
|
-
|
|
3057
|
+
}>> & Readonly<{
|
|
3058
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
3059
|
+
}>, {
|
|
3060
|
+
size: "medium" | "large" | "small" | "mini";
|
|
3046
3061
|
disabled: boolean;
|
|
3047
3062
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
3048
3063
|
IconDelete: {
|
|
@@ -3287,13 +3302,13 @@ declare const Transfer: {
|
|
|
3287
3302
|
pageChange: (_page: number) => true;
|
|
3288
3303
|
pageSizeChange: (_pageSize: number) => true;
|
|
3289
3304
|
}, import("vue").PublicProps, {
|
|
3290
|
-
|
|
3291
|
-
size: "small" | "medium" | "large";
|
|
3305
|
+
size: "medium" | "large" | "small";
|
|
3292
3306
|
scrollbar: boolean | import("..").ScrollbarProps;
|
|
3307
|
+
split: boolean;
|
|
3293
3308
|
loading: boolean;
|
|
3309
|
+
bottomOffset: number;
|
|
3294
3310
|
maxHeight: string | number;
|
|
3295
3311
|
bordered: boolean;
|
|
3296
|
-
bottomOffset: number;
|
|
3297
3312
|
hoverable: boolean;
|
|
3298
3313
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
3299
3314
|
P: {};
|
|
@@ -3358,13 +3373,13 @@ declare const Transfer: {
|
|
|
3358
3373
|
}, {}, {}, {
|
|
3359
3374
|
scrollIntoView(options: import("../_components/virtual-list/interface").ScrollIntoViewOptions): void;
|
|
3360
3375
|
}, {
|
|
3361
|
-
|
|
3362
|
-
size: "small" | "medium" | "large";
|
|
3376
|
+
size: "medium" | "large" | "small";
|
|
3363
3377
|
scrollbar: boolean | import("..").ScrollbarProps;
|
|
3378
|
+
split: boolean;
|
|
3364
3379
|
loading: boolean;
|
|
3380
|
+
bottomOffset: number;
|
|
3365
3381
|
maxHeight: string | number;
|
|
3366
3382
|
bordered: boolean;
|
|
3367
|
-
bottomOffset: number;
|
|
3368
3383
|
hoverable: boolean;
|
|
3369
3384
|
}>;
|
|
3370
3385
|
__isFragment?: never;
|
|
@@ -3431,13 +3446,13 @@ declare const Transfer: {
|
|
|
3431
3446
|
pageChange: (_page: number) => true;
|
|
3432
3447
|
pageSizeChange: (_pageSize: number) => true;
|
|
3433
3448
|
}, string, {
|
|
3434
|
-
|
|
3435
|
-
size: "small" | "medium" | "large";
|
|
3449
|
+
size: "medium" | "large" | "small";
|
|
3436
3450
|
scrollbar: boolean | import("..").ScrollbarProps;
|
|
3451
|
+
split: boolean;
|
|
3437
3452
|
loading: boolean;
|
|
3453
|
+
bottomOffset: number;
|
|
3438
3454
|
maxHeight: string | number;
|
|
3439
3455
|
bordered: boolean;
|
|
3440
|
-
bottomOffset: number;
|
|
3441
3456
|
hoverable: boolean;
|
|
3442
3457
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
3443
3458
|
Item: {
|
|
@@ -3579,7 +3594,8 @@ declare const Transfer: {
|
|
|
3579
3594
|
}>, {
|
|
3580
3595
|
prefixCls: string;
|
|
3581
3596
|
cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
|
|
3582
|
-
outerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
3597
|
+
outerStyle: import("vue").ComputedRef<(import("vue").StyleValue | Record<string, string>)[]>;
|
|
3598
|
+
outerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
3583
3599
|
containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
3584
3600
|
mergedOptions: import("vue").ComputedRef<{
|
|
3585
3601
|
paddingAbsolute: boolean | undefined;
|
|
@@ -3724,7 +3740,8 @@ declare const Transfer: {
|
|
|
3724
3740
|
}>, {
|
|
3725
3741
|
prefixCls: string;
|
|
3726
3742
|
cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
|
|
3727
|
-
outerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
3743
|
+
outerStyle: import("vue").ComputedRef<(import("vue").StyleValue | Record<string, string>)[]>;
|
|
3744
|
+
outerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
3728
3745
|
containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
3729
3746
|
mergedOptions: import("vue").ComputedRef<{
|
|
3730
3747
|
paddingAbsolute: boolean | undefined;
|
|
@@ -3864,7 +3881,8 @@ declare const Transfer: {
|
|
|
3864
3881
|
}>, {
|
|
3865
3882
|
prefixCls: string;
|
|
3866
3883
|
cls: import("vue").ComputedRef<(string | Record<string, any> | unknown[] | undefined)[]>;
|
|
3867
|
-
outerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
|
|
3884
|
+
outerStyle: import("vue").ComputedRef<(import("vue").StyleValue | Record<string, string>)[]>;
|
|
3885
|
+
outerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
3868
3886
|
containerRef: import("vue").Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
3869
3887
|
mergedOptions: import("vue").ComputedRef<{
|
|
3870
3888
|
paddingAbsolute: boolean | undefined;
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
box-sizing: border-box;
|
|
26
26
|
width: 200px;
|
|
27
27
|
height: 224px;
|
|
28
|
-
border: 1px solid var(--color-neutral-3);
|
|
29
|
-
border-radius: var(--border-radius-small);
|
|
28
|
+
border: 1px solid var(--sd-color-neutral-3);
|
|
29
|
+
border-radius: var(--sd-border-radius-small);
|
|
30
30
|
}
|
|
31
31
|
.sd-transfer-view-search {
|
|
32
32
|
padding: 8px 12px 4px 12px;
|
|
@@ -54,11 +54,11 @@
|
|
|
54
54
|
}
|
|
55
55
|
.sd-transfer-view-header {
|
|
56
56
|
height: 40px;
|
|
57
|
-
color: var(--color-text-1);
|
|
57
|
+
color: var(--sd-color-text-1);
|
|
58
58
|
font-weight: 500;
|
|
59
59
|
font-size: 14px;
|
|
60
60
|
line-height: 40px;
|
|
61
|
-
background-color: var(--color-fill-1);
|
|
61
|
+
background-color: var(--sd-color-fill-1);
|
|
62
62
|
}
|
|
63
63
|
.sd-transfer-view-header-title {
|
|
64
64
|
display: flex;
|
|
@@ -84,16 +84,16 @@
|
|
|
84
84
|
text-overflow: ellipsis;
|
|
85
85
|
}
|
|
86
86
|
.sd-transfer-view-header-clear-btn {
|
|
87
|
-
color: var(--color-text-2);
|
|
87
|
+
color: var(--sd-color-text-2);
|
|
88
88
|
font-size: 12px;
|
|
89
89
|
cursor: pointer;
|
|
90
90
|
}
|
|
91
91
|
.sd-transfer-view-header-clear-btn:hover::before {
|
|
92
|
-
background-color: var(--color-fill-3);
|
|
92
|
+
background-color: var(--sd-color-fill-3);
|
|
93
93
|
}
|
|
94
94
|
.sd-transfer-view-header-count {
|
|
95
95
|
margin-right: 2px;
|
|
96
|
-
color: var(--color-text-3);
|
|
96
|
+
color: var(--sd-color-text-3);
|
|
97
97
|
font-weight: normal;
|
|
98
98
|
font-size: 12px;
|
|
99
99
|
}
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
display: inline;
|
|
147
147
|
}
|
|
148
148
|
.sd-transfer-view .sd-checkbox .sd-icon-hover:hover::before {
|
|
149
|
-
background-color: var(--color-fill-3);
|
|
149
|
+
background-color: var(--sd-color-fill-3);
|
|
150
150
|
}
|
|
151
151
|
.sd-transfer-list-item {
|
|
152
152
|
position: relative;
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
align-items: center;
|
|
155
155
|
height: 36px;
|
|
156
156
|
padding: 0 10px;
|
|
157
|
-
color: var(--color-text-1);
|
|
157
|
+
color: var(--sd-color-text-1);
|
|
158
158
|
line-height: 36px;
|
|
159
159
|
list-style: none;
|
|
160
160
|
background-color: transparent;
|
|
@@ -172,13 +172,13 @@
|
|
|
172
172
|
text-overflow: ellipsis;
|
|
173
173
|
}
|
|
174
174
|
.sd-transfer-list-item-disabled {
|
|
175
|
-
color: var(--color-text-4);
|
|
175
|
+
color: var(--sd-color-text-4);
|
|
176
176
|
background-color: transparent;
|
|
177
177
|
cursor: not-allowed;
|
|
178
178
|
}
|
|
179
179
|
.sd-transfer-list-item:not(.sd-transfer-list-item-disabled):hover {
|
|
180
|
-
color: var(--color-text-1);
|
|
181
|
-
background-color: var(--color-fill-2);
|
|
180
|
+
color: var(--sd-color-text-1);
|
|
181
|
+
background-color: var(--sd-color-fill-2);
|
|
182
182
|
}
|
|
183
183
|
.sd-transfer-list-item .sd-checkbox {
|
|
184
184
|
width: 100%;
|
|
@@ -188,12 +188,12 @@
|
|
|
188
188
|
}
|
|
189
189
|
.sd-transfer-list-item-remove-btn {
|
|
190
190
|
margin-left: auto;
|
|
191
|
-
color: var(--color-text-2);
|
|
191
|
+
color: var(--sd-color-text-2);
|
|
192
192
|
font-size: 12px;
|
|
193
193
|
cursor: pointer;
|
|
194
194
|
}
|
|
195
195
|
.sd-transfer-list-item-remove-btn:hover::before {
|
|
196
|
-
background-color: var(--color-fill-3);
|
|
196
|
+
background-color: var(--sd-color-fill-3);
|
|
197
197
|
}
|
|
198
198
|
.sd-transfer-list-item-draggable::before {
|
|
199
199
|
position: absolute;
|
|
@@ -206,15 +206,15 @@
|
|
|
206
206
|
}
|
|
207
207
|
.sd-transfer-list-item-gap-bottom::before {
|
|
208
208
|
bottom: -2px;
|
|
209
|
-
background-color: rgb(var(--primary-6));
|
|
209
|
+
background-color: rgb(var(--sd-primary-6));
|
|
210
210
|
}
|
|
211
211
|
.sd-transfer-list-item-gap-top::before {
|
|
212
212
|
top: -2px;
|
|
213
|
-
background-color: rgb(var(--primary-6));
|
|
213
|
+
background-color: rgb(var(--sd-primary-6));
|
|
214
214
|
}
|
|
215
215
|
.sd-transfer-list-item-dragging {
|
|
216
|
-
color: var(--color-text-4) !important;
|
|
217
|
-
background-color: var(--color-fill-1) !important;
|
|
216
|
+
color: var(--sd-color-text-4) !important;
|
|
217
|
+
background-color: var(--sd-color-fill-1) !important;
|
|
218
218
|
}
|
|
219
219
|
.sd-transfer-list-item-dragged {
|
|
220
220
|
animation: sd-transfer-drag-item-blink 0.4s;
|
|
@@ -244,12 +244,12 @@
|
|
|
244
244
|
border-bottom-left-radius: 0;
|
|
245
245
|
}
|
|
246
246
|
.sd-transfer-disabled .sd-transfer-view-header {
|
|
247
|
-
color: var(--color-text-4);
|
|
247
|
+
color: var(--sd-color-text-4);
|
|
248
248
|
}
|
|
249
249
|
|
|
250
250
|
@keyframes sd-transfer-drag-item-blink {
|
|
251
251
|
0% {
|
|
252
|
-
background-color: var(--color-primary-light-1);
|
|
252
|
+
background-color: var(--sd-color-primary-light-1);
|
|
253
253
|
}
|
|
254
254
|
100% {
|
|
255
255
|
background-color: transparent;
|