@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
|
@@ -18,16 +18,16 @@
|
|
|
18
18
|
.sd-popover-popup-content {
|
|
19
19
|
box-sizing: border-box;
|
|
20
20
|
padding: 12px 16px;
|
|
21
|
-
color: var(--color-text-2);
|
|
21
|
+
color: var(--sd-color-text-2);
|
|
22
22
|
font-size: 14px;
|
|
23
23
|
line-height: 1.5715;
|
|
24
|
-
background-color: var(--color-bg-popup);
|
|
25
|
-
border: 1px solid var(--color-neutral-3);
|
|
26
|
-
border-radius: var(--border-radius-medium);
|
|
24
|
+
background-color: var(--sd-color-bg-popup);
|
|
25
|
+
border: 1px solid var(--sd-color-neutral-3);
|
|
26
|
+
border-radius: var(--sd-border-radius-medium);
|
|
27
27
|
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
|
|
28
28
|
}
|
|
29
29
|
.sd-popover-title {
|
|
30
|
-
color: var(--color-text-1);
|
|
30
|
+
color: var(--sd-color-text-1);
|
|
31
31
|
font-weight: 500;
|
|
32
32
|
font-size: 16px;
|
|
33
33
|
}
|
|
@@ -40,6 +40,6 @@
|
|
|
40
40
|
}
|
|
41
41
|
.sd-popover-popup-arrow {
|
|
42
42
|
z-index: 1;
|
|
43
|
-
background-color: var(--color-bg-popup);
|
|
44
|
-
border: 1px solid var(--color-neutral-3);
|
|
43
|
+
background-color: var(--sd-color-bg-popup);
|
|
44
|
+
border: 1px solid var(--sd-color-neutral-3);
|
|
45
45
|
}
|
package/es/progress/circle.js
CHANGED
|
@@ -76,6 +76,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
76
76
|
class: normalizeClass(`${_ctx.prefixCls}-text`)
|
|
77
77
|
}, [renderSlot(_ctx.$slots, "text", { percent: _ctx.percent }, () => [_ctx.status === "danger" ? (openBlock(), createBlock(_component_icon_exclamation, { key: 0 })) : _ctx.status === "success" ? (openBlock(), createBlock(_component_icon_check, { key: 1 })) : (openBlock(), createElementBlock(Fragment, { key: 2 }, [createTextVNode(toDisplayString(_ctx.text), 1)], 64))])], 2)) : createCommentVNode("", true)], 14, _hoisted_1);
|
|
78
78
|
}
|
|
79
|
-
var circle_default =
|
|
79
|
+
var circle_default = /*#__PURE__*/ _plugin_vue_export_helper_default(circle_vue_vue_type_script_lang_default, [["render", _sfc_render]]);
|
|
80
80
|
//#endregion
|
|
81
81
|
export { circle_default as default };
|
|
@@ -89,8 +89,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
89
89
|
type: NumberConstructor;
|
|
90
90
|
};
|
|
91
91
|
}>> & Readonly<{}>, {
|
|
92
|
-
size: "small" | "mini" | "medium" | "large";
|
|
93
92
|
color: string | Record<string, any>;
|
|
93
|
+
size: "medium" | "large" | "small" | "mini";
|
|
94
94
|
width: number;
|
|
95
95
|
status: string;
|
|
96
96
|
showText: boolean;
|
package/es/progress/index.d.ts
CHANGED
|
@@ -46,7 +46,7 @@ declare const Progress: {
|
|
|
46
46
|
circleWidth: import("vue").ComputedRef<number | undefined>;
|
|
47
47
|
cls: import("vue").ComputedRef<string[]>;
|
|
48
48
|
computedStatus: import("vue").ComputedRef<"normal" | "success" | "warning" | "danger">;
|
|
49
|
-
mergedSize: import("vue").ComputedRef<"
|
|
49
|
+
mergedSize: import("vue").ComputedRef<"medium" | "large" | "small" | "mini">;
|
|
50
50
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
51
51
|
type: "circle" | "line";
|
|
52
52
|
animation: boolean;
|
|
@@ -142,8 +142,8 @@ declare const Progress: {
|
|
|
142
142
|
};
|
|
143
143
|
showText: BooleanConstructor;
|
|
144
144
|
}>> & Readonly<{}>, {
|
|
145
|
-
size: "small" | "medium" | "large";
|
|
146
145
|
color: string | Record<string, any>;
|
|
146
|
+
size: "medium" | "large" | "small";
|
|
147
147
|
strokeWidth: number;
|
|
148
148
|
width: string | number;
|
|
149
149
|
animation: boolean;
|
|
@@ -360,8 +360,8 @@ declare const Progress: {
|
|
|
360
360
|
type: NumberConstructor;
|
|
361
361
|
};
|
|
362
362
|
}>> & Readonly<{}>, {
|
|
363
|
-
size: "small" | "mini" | "medium" | "large";
|
|
364
363
|
color: string | Record<string, any>;
|
|
364
|
+
size: "medium" | "large" | "small" | "mini";
|
|
365
365
|
width: number;
|
|
366
366
|
status: string;
|
|
367
367
|
showText: boolean;
|
|
@@ -852,7 +852,7 @@ declare const Progress: {
|
|
|
852
852
|
circleWidth: import("vue").ComputedRef<number | undefined>;
|
|
853
853
|
cls: import("vue").ComputedRef<string[]>;
|
|
854
854
|
computedStatus: import("vue").ComputedRef<"normal" | "success" | "warning" | "danger">;
|
|
855
|
-
mergedSize: import("vue").ComputedRef<"
|
|
855
|
+
mergedSize: import("vue").ComputedRef<"medium" | "large" | "small" | "mini">;
|
|
856
856
|
}, {}, {}, {}, {
|
|
857
857
|
type: "circle" | "line";
|
|
858
858
|
animation: boolean;
|
|
@@ -907,7 +907,7 @@ declare const Progress: {
|
|
|
907
907
|
circleWidth: import("vue").ComputedRef<number | undefined>;
|
|
908
908
|
cls: import("vue").ComputedRef<string[]>;
|
|
909
909
|
computedStatus: import("vue").ComputedRef<"normal" | "success" | "warning" | "danger">;
|
|
910
|
-
mergedSize: import("vue").ComputedRef<"
|
|
910
|
+
mergedSize: import("vue").ComputedRef<"medium" | "large" | "small" | "mini">;
|
|
911
911
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
912
912
|
type: "circle" | "line";
|
|
913
913
|
animation: boolean;
|
|
@@ -1003,8 +1003,8 @@ declare const Progress: {
|
|
|
1003
1003
|
};
|
|
1004
1004
|
showText: BooleanConstructor;
|
|
1005
1005
|
}>> & Readonly<{}>, {
|
|
1006
|
-
size: "small" | "medium" | "large";
|
|
1007
1006
|
color: string | Record<string, any>;
|
|
1007
|
+
size: "medium" | "large" | "small";
|
|
1008
1008
|
strokeWidth: number;
|
|
1009
1009
|
width: string | number;
|
|
1010
1010
|
animation: boolean;
|
|
@@ -1221,8 +1221,8 @@ declare const Progress: {
|
|
|
1221
1221
|
type: NumberConstructor;
|
|
1222
1222
|
};
|
|
1223
1223
|
}>> & Readonly<{}>, {
|
|
1224
|
-
size: "small" | "mini" | "medium" | "large";
|
|
1225
1224
|
color: string | Record<string, any>;
|
|
1225
|
+
size: "medium" | "large" | "small" | "mini";
|
|
1226
1226
|
width: number;
|
|
1227
1227
|
status: string;
|
|
1228
1228
|
showText: boolean;
|
package/es/progress/line.js
CHANGED
|
@@ -22,6 +22,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
22
22
|
class: normalizeClass(`${_ctx.prefixCls}-text`)
|
|
23
23
|
}, [renderSlot(_ctx.$slots, "text", { percent: _ctx.percent }, () => [createTextVNode(toDisplayString(_ctx.text) + " ", 1), _ctx.status === "danger" ? (openBlock(), createBlock(_component_icon_exclamation_circle_fill, { key: 0 })) : createCommentVNode("", true)])], 2)) : createCommentVNode("", true)], 10, _hoisted_1);
|
|
24
24
|
}
|
|
25
|
-
var line_default =
|
|
25
|
+
var line_default = /*#__PURE__*/ _plugin_vue_export_helper_default(line_vue_vue_type_script_lang_default, [["render", _sfc_render]]);
|
|
26
26
|
//#endregion
|
|
27
27
|
export { line_default as default };
|
|
@@ -90,8 +90,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
90
90
|
};
|
|
91
91
|
showText: BooleanConstructor;
|
|
92
92
|
}>> & Readonly<{}>, {
|
|
93
|
-
size: "small" | "medium" | "large";
|
|
94
93
|
color: string | Record<string, any>;
|
|
94
|
+
size: "medium" | "large" | "small";
|
|
95
95
|
strokeWidth: number;
|
|
96
96
|
width: string | number;
|
|
97
97
|
animation: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _objectSpread2 } from "../_virtual/_@oxc-project_runtime@0.
|
|
1
|
+
import { _objectSpread2 } from "../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
|
|
2
2
|
import { getPrefixCls } from "../_utils/global-config.js";
|
|
3
3
|
import { isObject } from "../_utils/is.js";
|
|
4
4
|
import IconExclamationCircleFill from "../icon/icon-exclamation-circle-fill/index.js";
|
package/es/progress/progress.js
CHANGED
|
@@ -85,6 +85,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
85
85
|
"status"
|
|
86
86
|
]))], 2);
|
|
87
87
|
}
|
|
88
|
-
var progress_default =
|
|
88
|
+
var progress_default = /*#__PURE__*/ _plugin_vue_export_helper_default(progress_vue_vue_type_script_lang_default, [["render", _sfc_render]]);
|
|
89
89
|
//#endregion
|
|
90
90
|
export { progress_default as default };
|
|
@@ -48,7 +48,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
48
48
|
circleWidth: import("vue").ComputedRef<number | undefined>;
|
|
49
49
|
cls: import("vue").ComputedRef<string[]>;
|
|
50
50
|
computedStatus: import("vue").ComputedRef<"normal" | "success" | "warning" | "danger">;
|
|
51
|
-
mergedSize: import("vue").ComputedRef<"
|
|
51
|
+
mergedSize: import("vue").ComputedRef<"medium" | "large" | "small" | "mini">;
|
|
52
52
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
53
53
|
type: {
|
|
54
54
|
type: PropType<ProgressType>;
|
|
@@ -184,8 +184,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
184
184
|
};
|
|
185
185
|
showText: BooleanConstructor;
|
|
186
186
|
}>> & Readonly<{}>, {
|
|
187
|
-
size: "small" | "medium" | "large";
|
|
188
187
|
color: string | Record<string, any>;
|
|
188
|
+
size: "medium" | "large" | "small";
|
|
189
189
|
strokeWidth: number;
|
|
190
190
|
width: string | number;
|
|
191
191
|
animation: boolean;
|
|
@@ -402,8 +402,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
402
402
|
type: NumberConstructor;
|
|
403
403
|
};
|
|
404
404
|
}>> & Readonly<{}>, {
|
|
405
|
-
size: "small" | "mini" | "medium" | "large";
|
|
406
405
|
color: string | Record<string, any>;
|
|
406
|
+
size: "medium" | "large" | "small" | "mini";
|
|
407
407
|
width: number;
|
|
408
408
|
status: string;
|
|
409
409
|
showText: boolean;
|
package/es/progress/steps.js
CHANGED
|
@@ -25,6 +25,6 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
25
25
|
class: normalizeClass(`${_ctx.prefixCls}-text`)
|
|
26
26
|
}, [renderSlot(_ctx.$slots, "text", { percent: _ctx.percent }, () => [createTextVNode(toDisplayString(_ctx.text) + " ", 1), _ctx.status === "danger" ? (openBlock(), createBlock(_component_icon_exclamation_circle_fill, { key: 0 })) : createCommentVNode("", true)])], 2)) : createCommentVNode("", true)], 10, _hoisted_1);
|
|
27
27
|
}
|
|
28
|
-
var steps_default =
|
|
28
|
+
var steps_default = /*#__PURE__*/ _plugin_vue_export_helper_default(steps_vue_vue_type_script_lang_default, [["render", _sfc_render]]);
|
|
29
29
|
//#endregion
|
|
30
30
|
export { steps_default as default };
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
flex-shrink: 0;
|
|
41
41
|
min-width: 32px;
|
|
42
42
|
margin-left: 16px;
|
|
43
|
-
color: var(--color-text-2);
|
|
43
|
+
color: var(--sd-color-text-2);
|
|
44
44
|
font-size: 12px;
|
|
45
45
|
white-space: nowrap;
|
|
46
46
|
text-align: right;
|
|
@@ -54,14 +54,14 @@
|
|
|
54
54
|
display: inline-block;
|
|
55
55
|
width: 100%;
|
|
56
56
|
overflow: hidden;
|
|
57
|
-
background-color: var(--color-fill-3);
|
|
57
|
+
background-color: var(--sd-color-fill-3);
|
|
58
58
|
border-radius: 100px;
|
|
59
59
|
}
|
|
60
60
|
.sd-progress-line-bar {
|
|
61
61
|
position: relative;
|
|
62
62
|
max-width: 100%;
|
|
63
63
|
height: 100%;
|
|
64
|
-
background-color: rgb(var(--primary-6));
|
|
64
|
+
background-color: rgb(var(--sd-primary-6));
|
|
65
65
|
border-radius: 100px;
|
|
66
66
|
transition: width 0.6s cubic-bezier(0.34, 0.69, 0.1, 1), background 0.3s cubic-bezier(0.34, 0.69, 0.1, 1);
|
|
67
67
|
}
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
left: 0;
|
|
72
72
|
max-width: 100%;
|
|
73
73
|
height: 100%;
|
|
74
|
-
background-color: var(--color-primary-light-3);
|
|
74
|
+
background-color: var(--sd-color-primary-light-3);
|
|
75
75
|
border-radius: 0 100px 100px 0;
|
|
76
76
|
transition: all 0.6s cubic-bezier(0.34, 0.69, 0.1, 1);
|
|
77
77
|
}
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
content: "";
|
|
89
89
|
}
|
|
90
90
|
.sd-progress-line-text .sd-icon {
|
|
91
|
-
color: var(--color-text-2);
|
|
91
|
+
color: var(--sd-color-text-2);
|
|
92
92
|
}
|
|
93
93
|
.sd-progress-type-steps.sd-progress-size-small {
|
|
94
94
|
width: auto;
|
|
@@ -110,14 +110,14 @@
|
|
|
110
110
|
margin-left: 8px;
|
|
111
111
|
}
|
|
112
112
|
.sd-progress-steps-text .sd-icon {
|
|
113
|
-
color: var(--color-text-2);
|
|
113
|
+
color: var(--sd-color-text-2);
|
|
114
114
|
}
|
|
115
115
|
.sd-progress-steps-item {
|
|
116
116
|
position: relative;
|
|
117
117
|
display: inline-block;
|
|
118
118
|
flex: 1;
|
|
119
119
|
height: 100%;
|
|
120
|
-
background-color: var(--color-fill-3);
|
|
120
|
+
background-color: var(--sd-color-fill-3);
|
|
121
121
|
}
|
|
122
122
|
.sd-progress-steps-item:not(:last-of-type) {
|
|
123
123
|
margin-right: 3px;
|
|
@@ -131,37 +131,37 @@
|
|
|
131
131
|
border-bottom-left-radius: 100px;
|
|
132
132
|
}
|
|
133
133
|
.sd-progress-steps-item-active {
|
|
134
|
-
background-color: rgb(var(--primary-6));
|
|
134
|
+
background-color: rgb(var(--sd-primary-6));
|
|
135
135
|
}
|
|
136
136
|
.sd-progress-status-warning .sd-progress-line-bar {
|
|
137
|
-
background-color: rgb(var(--warning-6));
|
|
137
|
+
background-color: rgb(var(--sd-warning-6));
|
|
138
138
|
}
|
|
139
139
|
.sd-progress-status-warning .sd-progress-steps-item-active {
|
|
140
|
-
background-color: rgb(var(--warning-6));
|
|
140
|
+
background-color: rgb(var(--sd-warning-6));
|
|
141
141
|
}
|
|
142
142
|
.sd-progress-status-warning .sd-progress-line-text .sd-icon,
|
|
143
143
|
.sd-progress-status-warning .sd-progress-steps-text .sd-icon {
|
|
144
|
-
color: rgb(var(--warning-6));
|
|
144
|
+
color: rgb(var(--sd-warning-6));
|
|
145
145
|
}
|
|
146
146
|
.sd-progress-status-success .sd-progress-line-bar {
|
|
147
|
-
background-color: rgb(var(--success-6));
|
|
147
|
+
background-color: rgb(var(--sd-success-6));
|
|
148
148
|
}
|
|
149
149
|
.sd-progress-status-success .sd-progress-steps-item-active {
|
|
150
|
-
background-color: rgb(var(--success-6));
|
|
150
|
+
background-color: rgb(var(--sd-success-6));
|
|
151
151
|
}
|
|
152
152
|
.sd-progress-status-success .sd-progress-line-text .sd-icon,
|
|
153
153
|
.sd-progress-status-success .sd-progress-steps-text .sd-icon {
|
|
154
|
-
color: rgb(var(--success-6));
|
|
154
|
+
color: rgb(var(--sd-success-6));
|
|
155
155
|
}
|
|
156
156
|
.sd-progress-status-danger .sd-progress-line-bar {
|
|
157
|
-
background-color: rgb(var(--danger-6));
|
|
157
|
+
background-color: rgb(var(--sd-danger-6));
|
|
158
158
|
}
|
|
159
159
|
.sd-progress-status-danger .sd-progress-steps-item-active {
|
|
160
|
-
background-color: rgb(var(--danger-6));
|
|
160
|
+
background-color: rgb(var(--sd-danger-6));
|
|
161
161
|
}
|
|
162
162
|
.sd-progress-status-danger .sd-progress-line-text .sd-icon,
|
|
163
163
|
.sd-progress-status-danger .sd-progress-steps-text .sd-icon {
|
|
164
|
-
color: rgb(var(--danger-6));
|
|
164
|
+
color: rgb(var(--sd-danger-6));
|
|
165
165
|
}
|
|
166
166
|
.sd-progress-size-small .sd-progress-line-text {
|
|
167
167
|
margin-left: 16px;
|
|
@@ -195,35 +195,35 @@
|
|
|
195
195
|
position: absolute;
|
|
196
196
|
top: 50%;
|
|
197
197
|
left: 50%;
|
|
198
|
-
color: var(--color-text-3);
|
|
198
|
+
color: var(--sd-color-text-3);
|
|
199
199
|
font-size: 14px;
|
|
200
200
|
transform: translate(-50%, -50%);
|
|
201
201
|
}
|
|
202
202
|
.sd-progress-circle-text .sd-icon {
|
|
203
|
-
color: var(--color-text-2);
|
|
203
|
+
color: var(--sd-color-text-2);
|
|
204
204
|
font-size: 16px;
|
|
205
205
|
}
|
|
206
206
|
.sd-progress-circle-bg {
|
|
207
|
-
stroke: var(--color-fill-3);
|
|
207
|
+
stroke: var(--sd-color-fill-3);
|
|
208
208
|
}
|
|
209
209
|
.sd-progress-circle-bar {
|
|
210
210
|
transition: stroke-dashoffset 0.6s cubic-bezier(0, 0, 1, 1) 0s, stroke 0.6s cubic-bezier(0, 0, 1, 1);
|
|
211
|
-
stroke: rgb(var(--primary-6));
|
|
211
|
+
stroke: rgb(var(--sd-primary-6));
|
|
212
212
|
}
|
|
213
213
|
.sd-progress-size-mini .sd-progress-circle-bg {
|
|
214
|
-
stroke: var(--color-primary-light-3);
|
|
214
|
+
stroke: var(--sd-color-primary-light-3);
|
|
215
215
|
}
|
|
216
216
|
.sd-progress-size-mini .sd-progress-circle-bar {
|
|
217
|
-
stroke: rgb(var(--primary-6));
|
|
217
|
+
stroke: rgb(var(--sd-primary-6));
|
|
218
218
|
}
|
|
219
219
|
.sd-progress-size-mini.sd-progress-status-warning .sd-progress-circle-bg {
|
|
220
|
-
stroke: var(--color-warning-light-3);
|
|
220
|
+
stroke: var(--sd-color-warning-light-3);
|
|
221
221
|
}
|
|
222
222
|
.sd-progress-size-mini.sd-progress-status-danger .sd-progress-circle-bg {
|
|
223
|
-
stroke: var(--color-danger-light-3);
|
|
223
|
+
stroke: var(--sd-color-danger-light-3);
|
|
224
224
|
}
|
|
225
225
|
.sd-progress-size-mini.sd-progress-status-success .sd-progress-circle-bg {
|
|
226
|
-
stroke: var(--color-success-light-3);
|
|
226
|
+
stroke: var(--sd-color-success-light-3);
|
|
227
227
|
}
|
|
228
228
|
.sd-progress-size-mini .sd-progress-circle-wrapper .sd-icon-check {
|
|
229
229
|
position: absolute;
|
|
@@ -250,22 +250,22 @@
|
|
|
250
250
|
font-size: 16px;
|
|
251
251
|
}
|
|
252
252
|
.sd-progress-status-warning .sd-progress-circle-bar {
|
|
253
|
-
stroke: rgb(var(--warning-6));
|
|
253
|
+
stroke: rgb(var(--sd-warning-6));
|
|
254
254
|
}
|
|
255
255
|
.sd-progress-status-warning .sd-icon {
|
|
256
|
-
color: rgb(var(--warning-6));
|
|
256
|
+
color: rgb(var(--sd-warning-6));
|
|
257
257
|
}
|
|
258
258
|
.sd-progress-status-success .sd-progress-circle-bar {
|
|
259
|
-
stroke: rgb(var(--success-6));
|
|
259
|
+
stroke: rgb(var(--sd-success-6));
|
|
260
260
|
}
|
|
261
261
|
.sd-progress-status-success .sd-icon {
|
|
262
|
-
color: rgb(var(--success-6));
|
|
262
|
+
color: rgb(var(--sd-success-6));
|
|
263
263
|
}
|
|
264
264
|
.sd-progress-status-danger .sd-progress-circle-bar {
|
|
265
|
-
stroke: rgb(var(--danger-6));
|
|
265
|
+
stroke: rgb(var(--sd-danger-6));
|
|
266
266
|
}
|
|
267
267
|
.sd-progress-status-danger .sd-icon {
|
|
268
|
-
color: rgb(var(--danger-6));
|
|
268
|
+
color: rgb(var(--sd-danger-6));
|
|
269
269
|
}
|
|
270
270
|
|
|
271
271
|
@keyframes sd-progress-loading {
|
|
@@ -0,0 +1,294 @@
|
|
|
1
|
+
import type { App } from 'vue';
|
|
2
|
+
import type { SDOptions } from '../_utils/types';
|
|
3
|
+
import _QrCode from './qr-code.vue';
|
|
4
|
+
declare const QrCode: {
|
|
5
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
+
value: {
|
|
7
|
+
type: import("vue").PropType<import("./types").QrCodeValue>;
|
|
8
|
+
required: false;
|
|
9
|
+
};
|
|
10
|
+
type: {
|
|
11
|
+
type: import("vue").PropType<import("./types").QrCodeType>;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
icon: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
iconAlt: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
size: {
|
|
23
|
+
type: NumberConstructor;
|
|
24
|
+
default: number;
|
|
25
|
+
};
|
|
26
|
+
iconSize: {
|
|
27
|
+
type: import("vue").PropType<import("./types").QrCodeIconSize>;
|
|
28
|
+
default: number;
|
|
29
|
+
};
|
|
30
|
+
color: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
bgColor: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
bordered: {
|
|
39
|
+
type: BooleanConstructor;
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
42
|
+
errorLevel: {
|
|
43
|
+
type: import("vue").PropType<import("./types").QrCodeErrorLevel>;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
46
|
+
boostLevel: {
|
|
47
|
+
type: BooleanConstructor;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
50
|
+
marginSize: {
|
|
51
|
+
type: NumberConstructor;
|
|
52
|
+
default: number;
|
|
53
|
+
};
|
|
54
|
+
status: {
|
|
55
|
+
type: import("vue").PropType<import("./types").QrCodeStatusType>;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
58
|
+
statusRender: {
|
|
59
|
+
type: import("vue").PropType<(info: import("./types").QrCodeStatusRenderInfo) => import("vue").VNodeChild>;
|
|
60
|
+
default: undefined;
|
|
61
|
+
};
|
|
62
|
+
spinProps: {
|
|
63
|
+
type: import("vue").PropType<import("../spin").SpinProps>;
|
|
64
|
+
default: undefined;
|
|
65
|
+
};
|
|
66
|
+
}>> & Readonly<{
|
|
67
|
+
onRefresh?: (() => any) | undefined;
|
|
68
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
69
|
+
refresh: () => any;
|
|
70
|
+
}, import("vue").PublicProps, {
|
|
71
|
+
type: import("./types").QrCodeType;
|
|
72
|
+
color: string;
|
|
73
|
+
size: number;
|
|
74
|
+
icon: string;
|
|
75
|
+
bordered: boolean;
|
|
76
|
+
status: import("./types").QrCodeStatusType;
|
|
77
|
+
spinProps: Partial<{
|
|
78
|
+
dot: boolean;
|
|
79
|
+
loading: boolean;
|
|
80
|
+
hideIcon: boolean;
|
|
81
|
+
}> & Omit<{
|
|
82
|
+
readonly dot: boolean;
|
|
83
|
+
readonly loading: boolean;
|
|
84
|
+
readonly hideIcon: boolean;
|
|
85
|
+
readonly size?: number | undefined;
|
|
86
|
+
readonly tip?: string | undefined;
|
|
87
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "dot" | "loading" | "hideIcon">;
|
|
88
|
+
iconAlt: string;
|
|
89
|
+
iconSize: import("./types").QrCodeIconSize;
|
|
90
|
+
bgColor: string;
|
|
91
|
+
errorLevel: import("./types").QrCodeErrorLevel;
|
|
92
|
+
boostLevel: boolean;
|
|
93
|
+
marginSize: number;
|
|
94
|
+
statusRender: (info: import("./types").QrCodeStatusRenderInfo) => import("vue").VNodeChild;
|
|
95
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
96
|
+
P: {};
|
|
97
|
+
B: {};
|
|
98
|
+
D: {};
|
|
99
|
+
C: {};
|
|
100
|
+
M: {};
|
|
101
|
+
Defaults: {};
|
|
102
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
103
|
+
value: {
|
|
104
|
+
type: import("vue").PropType<import("./types").QrCodeValue>;
|
|
105
|
+
required: false;
|
|
106
|
+
};
|
|
107
|
+
type: {
|
|
108
|
+
type: import("vue").PropType<import("./types").QrCodeType>;
|
|
109
|
+
default: string;
|
|
110
|
+
};
|
|
111
|
+
icon: {
|
|
112
|
+
type: StringConstructor;
|
|
113
|
+
default: string;
|
|
114
|
+
};
|
|
115
|
+
iconAlt: {
|
|
116
|
+
type: StringConstructor;
|
|
117
|
+
default: string;
|
|
118
|
+
};
|
|
119
|
+
size: {
|
|
120
|
+
type: NumberConstructor;
|
|
121
|
+
default: number;
|
|
122
|
+
};
|
|
123
|
+
iconSize: {
|
|
124
|
+
type: import("vue").PropType<import("./types").QrCodeIconSize>;
|
|
125
|
+
default: number;
|
|
126
|
+
};
|
|
127
|
+
color: {
|
|
128
|
+
type: StringConstructor;
|
|
129
|
+
default: string;
|
|
130
|
+
};
|
|
131
|
+
bgColor: {
|
|
132
|
+
type: StringConstructor;
|
|
133
|
+
default: string;
|
|
134
|
+
};
|
|
135
|
+
bordered: {
|
|
136
|
+
type: BooleanConstructor;
|
|
137
|
+
default: boolean;
|
|
138
|
+
};
|
|
139
|
+
errorLevel: {
|
|
140
|
+
type: import("vue").PropType<import("./types").QrCodeErrorLevel>;
|
|
141
|
+
default: string;
|
|
142
|
+
};
|
|
143
|
+
boostLevel: {
|
|
144
|
+
type: BooleanConstructor;
|
|
145
|
+
default: boolean;
|
|
146
|
+
};
|
|
147
|
+
marginSize: {
|
|
148
|
+
type: NumberConstructor;
|
|
149
|
+
default: number;
|
|
150
|
+
};
|
|
151
|
+
status: {
|
|
152
|
+
type: import("vue").PropType<import("./types").QrCodeStatusType>;
|
|
153
|
+
default: string;
|
|
154
|
+
};
|
|
155
|
+
statusRender: {
|
|
156
|
+
type: import("vue").PropType<(info: import("./types").QrCodeStatusRenderInfo) => import("vue").VNodeChild>;
|
|
157
|
+
default: undefined;
|
|
158
|
+
};
|
|
159
|
+
spinProps: {
|
|
160
|
+
type: import("vue").PropType<import("../spin").SpinProps>;
|
|
161
|
+
default: undefined;
|
|
162
|
+
};
|
|
163
|
+
}>> & Readonly<{
|
|
164
|
+
onRefresh?: (() => any) | undefined;
|
|
165
|
+
}>, {}, {}, {}, {}, {
|
|
166
|
+
type: import("./types").QrCodeType;
|
|
167
|
+
color: string;
|
|
168
|
+
size: number;
|
|
169
|
+
icon: string;
|
|
170
|
+
bordered: boolean;
|
|
171
|
+
status: import("./types").QrCodeStatusType;
|
|
172
|
+
spinProps: Partial<{
|
|
173
|
+
dot: boolean;
|
|
174
|
+
loading: boolean;
|
|
175
|
+
hideIcon: boolean;
|
|
176
|
+
}> & Omit<{
|
|
177
|
+
readonly dot: boolean;
|
|
178
|
+
readonly loading: boolean;
|
|
179
|
+
readonly hideIcon: boolean;
|
|
180
|
+
readonly size?: number | undefined;
|
|
181
|
+
readonly tip?: string | undefined;
|
|
182
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "dot" | "loading" | "hideIcon">;
|
|
183
|
+
iconAlt: string;
|
|
184
|
+
iconSize: import("./types").QrCodeIconSize;
|
|
185
|
+
bgColor: string;
|
|
186
|
+
errorLevel: import("./types").QrCodeErrorLevel;
|
|
187
|
+
boostLevel: boolean;
|
|
188
|
+
marginSize: number;
|
|
189
|
+
statusRender: (info: import("./types").QrCodeStatusRenderInfo) => import("vue").VNodeChild;
|
|
190
|
+
}>;
|
|
191
|
+
__isFragment?: never;
|
|
192
|
+
__isTeleport?: never;
|
|
193
|
+
__isSuspense?: never;
|
|
194
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
195
|
+
value: {
|
|
196
|
+
type: import("vue").PropType<import("./types").QrCodeValue>;
|
|
197
|
+
required: false;
|
|
198
|
+
};
|
|
199
|
+
type: {
|
|
200
|
+
type: import("vue").PropType<import("./types").QrCodeType>;
|
|
201
|
+
default: string;
|
|
202
|
+
};
|
|
203
|
+
icon: {
|
|
204
|
+
type: StringConstructor;
|
|
205
|
+
default: string;
|
|
206
|
+
};
|
|
207
|
+
iconAlt: {
|
|
208
|
+
type: StringConstructor;
|
|
209
|
+
default: string;
|
|
210
|
+
};
|
|
211
|
+
size: {
|
|
212
|
+
type: NumberConstructor;
|
|
213
|
+
default: number;
|
|
214
|
+
};
|
|
215
|
+
iconSize: {
|
|
216
|
+
type: import("vue").PropType<import("./types").QrCodeIconSize>;
|
|
217
|
+
default: number;
|
|
218
|
+
};
|
|
219
|
+
color: {
|
|
220
|
+
type: StringConstructor;
|
|
221
|
+
default: string;
|
|
222
|
+
};
|
|
223
|
+
bgColor: {
|
|
224
|
+
type: StringConstructor;
|
|
225
|
+
default: string;
|
|
226
|
+
};
|
|
227
|
+
bordered: {
|
|
228
|
+
type: BooleanConstructor;
|
|
229
|
+
default: boolean;
|
|
230
|
+
};
|
|
231
|
+
errorLevel: {
|
|
232
|
+
type: import("vue").PropType<import("./types").QrCodeErrorLevel>;
|
|
233
|
+
default: string;
|
|
234
|
+
};
|
|
235
|
+
boostLevel: {
|
|
236
|
+
type: BooleanConstructor;
|
|
237
|
+
default: boolean;
|
|
238
|
+
};
|
|
239
|
+
marginSize: {
|
|
240
|
+
type: NumberConstructor;
|
|
241
|
+
default: number;
|
|
242
|
+
};
|
|
243
|
+
status: {
|
|
244
|
+
type: import("vue").PropType<import("./types").QrCodeStatusType>;
|
|
245
|
+
default: string;
|
|
246
|
+
};
|
|
247
|
+
statusRender: {
|
|
248
|
+
type: import("vue").PropType<(info: import("./types").QrCodeStatusRenderInfo) => import("vue").VNodeChild>;
|
|
249
|
+
default: undefined;
|
|
250
|
+
};
|
|
251
|
+
spinProps: {
|
|
252
|
+
type: import("vue").PropType<import("../spin").SpinProps>;
|
|
253
|
+
default: undefined;
|
|
254
|
+
};
|
|
255
|
+
}>> & Readonly<{
|
|
256
|
+
onRefresh?: (() => any) | undefined;
|
|
257
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
258
|
+
refresh: () => any;
|
|
259
|
+
}, string, {
|
|
260
|
+
type: import("./types").QrCodeType;
|
|
261
|
+
color: string;
|
|
262
|
+
size: number;
|
|
263
|
+
icon: string;
|
|
264
|
+
bordered: boolean;
|
|
265
|
+
status: import("./types").QrCodeStatusType;
|
|
266
|
+
spinProps: Partial<{
|
|
267
|
+
dot: boolean;
|
|
268
|
+
loading: boolean;
|
|
269
|
+
hideIcon: boolean;
|
|
270
|
+
}> & Omit<{
|
|
271
|
+
readonly dot: boolean;
|
|
272
|
+
readonly loading: boolean;
|
|
273
|
+
readonly hideIcon: boolean;
|
|
274
|
+
readonly size?: number | undefined;
|
|
275
|
+
readonly tip?: string | undefined;
|
|
276
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "dot" | "loading" | "hideIcon">;
|
|
277
|
+
iconAlt: string;
|
|
278
|
+
iconSize: import("./types").QrCodeIconSize;
|
|
279
|
+
bgColor: string;
|
|
280
|
+
errorLevel: import("./types").QrCodeErrorLevel;
|
|
281
|
+
boostLevel: boolean;
|
|
282
|
+
marginSize: number;
|
|
283
|
+
statusRender: (info: import("./types").QrCodeStatusRenderInfo) => import("vue").VNodeChild;
|
|
284
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
285
|
+
$slots: {
|
|
286
|
+
icon?: () => import("vue").VNodeChild;
|
|
287
|
+
status?: (props: import("./types").QrCodeStatusRenderInfo) => import("vue").VNodeChild;
|
|
288
|
+
};
|
|
289
|
+
}) & {
|
|
290
|
+
install: (app: App, options?: SDOptions) => void;
|
|
291
|
+
};
|
|
292
|
+
export type QrCodeInstance = InstanceType<typeof _QrCode>;
|
|
293
|
+
export type { QrCodeErrorLevel, QrCodeIconSize, QrCodeInactiveStatus, QrCodeStatusProps, QrCodeStatusRenderInfo, QrCodeStatusType, QrCodeType, QrCodeValue, } from './types';
|
|
294
|
+
export default QrCode;
|