@sdata/web-vue 3.17.0 → 3.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sd.css +478 -0
- package/dist/sd.min.css +2 -2
- package/es/_components/feedback-icon.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/_components/icon-hover.vue.d.ts +1 -1
- package/es/_components/icon-hover.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/_components/input-label/input-label.d.ts +13 -1
- package/es/_components/input-label/input-label.js +35 -5
- package/es/_components/input-label/style/index.css +6 -0
- package/es/_components/input-label/style/input-label.scss +8 -0
- package/es/_components/picker/input-range.vue.d.ts +24 -1
- package/es/_components/picker/input-range.vue_vue_type_script_setup_true_lang.js +43 -7
- package/es/_components/picker/input.vue.d.ts +24 -1
- package/es/_components/picker/input.vue_vue_type_script_setup_true_lang.js +32 -5
- package/es/_components/picker/style/index.scss +8 -0
- package/es/_components/resize-trigger.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/_components/select-view/select-view.d.ts +15 -3
- package/es/_components/select-view/select-view.js +10 -1
- package/es/_components/select-view/style/index.css +12 -0
- package/es/_components/transition/expand-transition.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/_components/virtual-list/virtual-list.vue.d.ts +6 -6
- package/es/_components/virtual-list/virtual-list.vue_vue_type_script_setup_true_lang.js +4 -4
- package/es/_hooks/use-cursor.js +4 -2
- package/es/_hooks/use-fit-width.d.ts +22 -0
- package/es/_hooks/use-fit-width.js +76 -0
- package/es/_hooks/use-form-item.d.ts +1 -1
- package/es/_hooks/use-scrollbar.js +1 -1
- package/es/_hooks/use-size.d.ts +1 -1
- package/es/_utils/color.js +2 -2
- package/es/_utils/date.js +20 -20
- package/es/_utils/floating.d.ts +8 -0
- package/es/_utils/floating.js +54 -0
- package/es/_utils/global-config.js +1 -1
- package/es/_utils/is-equal.js +1 -1
- package/es/_utils/keyboard.js +3 -2
- package/es/_utils/omit.js +1 -1
- package/es/_utils/responsive-observe.js +2 -2
- package/es/_utils/virtual-dropdown.js +2 -2
- package/es/_utils/vue-utils.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/asyncToGenerator.js +2 -2
- package/es/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/defineProperty.js +3 -3
- package/es/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/extends.js +2 -2
- package/es/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/objectDestructuringEmpty.js +2 -2
- package/es/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/objectSpread2.js +3 -3
- package/es/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/objectWithoutProperties.js +3 -3
- package/es/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/objectWithoutPropertiesLoose.js +2 -2
- package/es/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/toPrimitive.js +3 -3
- package/es/_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/toPropertyKey.js +9 -0
- package/es/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/typeof.js +2 -2
- package/es/affix/affix.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/alert/alert.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/anchor/anchor-link.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/anchor/anchor.vue.d.ts +1 -1
- package/es/anchor/anchor.vue_vue_type_script_setup_true_lang.js +5 -2
- package/es/anchor/index.d.ts +3 -3
- package/es/anchor/index.js +1 -1
- package/es/auto-complete/auto-complete.d.ts +27 -2
- package/es/auto-complete/auto-complete.js +52 -27
- package/es/auto-complete/index.d.ts +45 -6
- package/es/avatar/avatar.vue_vue_type_script_setup_true_lang.js +6 -6
- package/es/avatar/index.js +1 -1
- package/es/back-top/back-top.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/badge/badge.d.ts +1 -1
- package/es/badge/badge.js +2 -2
- package/es/badge/index.d.ts +3 -3
- package/es/basic-crud-table/basic-crud-modal.vue.d.ts +6 -6
- package/es/basic-crud-table/basic-crud-modal.vue_vue_type_script_setup_true_lang.js +4 -3
- package/es/basic-crud-table/basic-crud-table.vue.d.ts +20 -20
- package/es/basic-crud-table/basic-crud-table.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/basic-crud-table/index.d.ts +59 -59
- package/es/border-beam/border-beam.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/border-beam/styles.js +1 -1
- package/es/breadcrumb/index.js +1 -1
- package/es/button/button-group.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/button/button.vue.d.ts +2 -2
- package/es/button/button.vue_vue_type_script_setup_true_lang.js +5 -5
- package/es/button/index.d.ts +6 -6
- package/es/button/index.js +1 -1
- package/es/calendar/components/cell.vue_vue_type_script_setup_true_lang.js +6 -11
- package/es/calendar/components/event.vue_vue_type_script_setup_true_lang.js +3 -12
- package/es/calendar/components/header.vue_vue_type_script_setup_true_lang.js +3 -4
- package/es/calendar/components/index.vue_vue_type_script_setup_true_lang.js +3 -6
- package/es/calendar/components/time-column.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/card/card-grid.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/card/card.d.ts +3 -3
- package/es/card/index.d.ts +6 -6
- package/es/card/index.js +1 -1
- package/es/carousel/carousel-arrow.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/carousel/carousel-indicator.vue.d.ts +1 -1
- package/es/carousel/carousel-indicator.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/carousel/carousel-item.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/carousel/carousel.js +1 -1
- package/es/carousel/index.js +1 -1
- package/es/cascader/base-cascader-panel.d.ts +1 -1
- package/es/cascader/cascader-option.d.ts +1 -1
- 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-search-panel.d.ts +1 -1
- package/es/cascader/cascader.vue.d.ts +7 -5
- package/es/cascader/cascader.vue_vue_type_script_setup_true_lang.js +150 -132
- package/es/cascader/index.js +1 -1
- package/es/cascader/types.d.ts +4 -1
- package/es/checkbox/checkbox.d.ts +3 -3
- package/es/checkbox/index.d.ts +6 -6
- package/es/checkbox/index.js +1 -1
- package/es/collapse/collapse-item.d.ts +3 -3
- package/es/collapse/collapse.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/collapse/index.d.ts +3 -3
- package/es/collapse/index.js +1 -1
- package/es/color-picker/color-picker.d.ts +9 -2
- package/es/color-picker/color-picker.js +15 -10
- package/es/color-picker/index.d.ts +15 -6
- package/es/color-picker/panel.js +7 -4
- package/es/color-picker/utils.js +3 -2
- package/es/comment/comment.vue_vue_type_script_setup_true_lang.js +5 -5
- package/es/components.d.ts +4 -0
- package/es/config-provider/config-provider.vue.d.ts +1 -1
- package/es/config-provider/config-provider.vue_vue_type_script_setup_true_lang.js +1 -1
- 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 +3 -3
- package/es/copy/copy.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/cropper/cropper.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/date-picker/hooks/use-format.js +1 -1
- package/es/date-picker/hooks/use-range-time-picker-value.js +1 -1
- package/es/date-picker/hooks/use-value-format.js +1 -1
- package/es/date-picker/index.d.ts +96 -23
- package/es/date-picker/index.js +1 -1
- package/es/date-picker/interface.d.ts +2 -1
- package/es/date-picker/panels/body.vue_vue_type_script_setup_true_lang.js +4 -6
- package/es/date-picker/panels/date/index.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/date-picker/panels/footer.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/date-picker/panels/header.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/date-picker/panels/month/index.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/date-picker/panels/quarter/index.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/date-picker/panels/shortcuts.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/date-picker/panels/week/index.vue_vue_type_script_setup_true_lang.js +5 -3
- package/es/date-picker/panels/week-list.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/date-picker/panels/year/index.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/date-picker/picker-panel.vue.d.ts +1 -1
- package/es/date-picker/picker-panel.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/date-picker/picker.vue.d.ts +46 -17
- package/es/date-picker/picker.vue_vue_type_script_setup_true_lang.js +40 -6
- package/es/date-picker/pickers/date-picker.d.ts +18 -0
- package/es/date-picker/pickers/date-picker.js +16 -0
- package/es/date-picker/range-picker-panel.vue.d.ts +1 -1
- package/es/date-picker/range-picker-panel.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/date-picker/range-picker.vue.d.ts +46 -17
- package/es/date-picker/range-picker.vue_vue_type_script_setup_true_lang.js +35 -5
- package/es/date-picker/style/index.css +6 -0
- package/es/descriptions/descriptions-item.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/descriptions/descriptions.d.ts +3 -3
- package/es/descriptions/descriptions.js +1 -1
- package/es/descriptions/index.d.ts +9 -9
- package/es/descriptions/index.js +1 -1
- package/es/divider/divider.d.ts +1 -1
- package/es/divider/index.d.ts +3 -3
- package/es/drawer/drawer.vue.d.ts +4 -4
- package/es/drawer/drawer.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/drawer/index.d.ts +11 -11
- package/es/drawer/index.js +2 -2
- package/es/dropdown/dropdown-button.vue.d.ts +9 -2
- package/es/dropdown/dropdown-button.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/dropdown/dropdown-group.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/dropdown/dropdown-option.vue.d.ts +1 -1
- package/es/dropdown/dropdown-option.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/dropdown/dropdown-panel.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/dropdown/dropdown-submenu.vue.d.ts +9 -2
- package/es/dropdown/dropdown-submenu.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/dropdown/dropdown.vue.d.ts +8 -1
- package/es/dropdown/dropdown.vue_vue_type_script_setup_true_lang.js +4 -1
- package/es/dropdown/index.d.ts +48 -21
- package/es/dropdown/index.js +1 -1
- package/es/dropdown/interface.d.ts +3 -0
- package/es/ellipsis/ellipsis.vue.d.ts +1 -1
- package/es/ellipsis/ellipsis.vue_vue_type_script_setup_true_lang.js +5 -5
- package/es/ellipsis/index.d.ts +6 -6
- package/es/ellipsis/performant-ellipsis.vue.d.ts +1 -1
- package/es/ellipsis/performant-ellipsis.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/file-previewer/file-previewer.vue_vue_type_script_setup_true_lang.js +6 -6
- package/es/file-previewer/use-pdf-js.js +2 -2
- package/es/form/form-item-label.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/form/form-item-message.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/form/form-item.vue.d.ts +1 -1
- package/es/form/form-item.vue_vue_type_script_setup_true_lang.js +5 -5
- package/es/form/form.vue.d.ts +1 -1
- package/es/form/form.vue_vue_type_script_setup_true_lang.js +3 -2
- package/es/form/index.d.ts +9 -9
- package/es/form/index.js +1 -1
- package/es/grid/grid-col.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/grid/grid-item.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/grid/grid-row.vue.d.ts +3 -3
- package/es/grid/grid-row.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/grid/grid.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/grid/index.d.ts +9 -9
- package/es/grid/index.js +1 -1
- package/es/icon/icon-arrow-up/icon-arrow-up.js +5 -0
- package/es/icon/icon-arrow-up/icon-arrow-up.vue_vue_type_script_setup_true_lang.js +52 -0
- package/es/icon/icon-arrow-up/index.js +9 -0
- package/es/icon/icon-calendar/icon-calendar.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-caret-down/icon-caret-down.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-caret-left/icon-caret-left.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-caret-right/icon-caret-right.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-caret-up/icon-caret-up.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-check/icon-check.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-check-circle-fill/icon-check-circle-fill.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-clock-circle/icon-clock-circle.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-close/icon-close.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-close-circle-fill/icon-close-circle-fill.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-copy/icon-copy.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-delete/icon-delete.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-double-left/icon-double-left.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-double-right/icon-double-right.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-down/icon-down.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-drag-dot/icon-drag-dot.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-edit/icon-edit.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-empty/icon-empty.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-exclamation/icon-exclamation.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-eye/icon-eye.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-eye-invisible/icon-eye-invisible.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-face-frown-fill/icon-face-frown-fill.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-face-meh-fill/icon-face-meh-fill.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-face-smile-fill/icon-face-smile-fill.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-file/icon-file.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-file-audio/icon-file-audio.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-file-image/icon-file-image.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-file-pdf/icon-file-pdf.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-file-video/icon-file-video.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-filter/icon-filter.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-fullscreen/icon-fullscreen.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-image-close/icon-image-close.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-info/icon-info.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-info-circle-fill/icon-info-circle-fill.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-left/icon-left.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-link/icon-link.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-list/icon-list.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-loading/icon-loading.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-menu/icon-menu.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-menu-fold/icon-menu-fold.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-menu-unfold/icon-menu-unfold.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-minus/icon-minus.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-more/icon-more.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-mute/icon-mute.js +5 -0
- package/es/icon/icon-mute/icon-mute.vue_vue_type_script_setup_true_lang.js +52 -0
- package/es/icon/icon-mute/index.js +9 -0
- package/es/icon/icon-oblique-line/icon-oblique-line.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-original-size/icon-original-size.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-pause/icon-pause.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-plus/icon-plus.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-question-circle/icon-question-circle.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-right/icon-right.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-rotate-left/icon-rotate-left.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-rotate-right/icon-rotate-right.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-search/icon-search.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-star-fill/icon-star-fill.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-to-top/icon-to-top.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/icon/icon-up/icon-up.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-upload/icon-upload.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-voice/icon-voice.js +5 -0
- package/es/icon/icon-voice/icon-voice.vue_vue_type_script_setup_true_lang.js +52 -0
- package/es/icon/icon-voice/index.js +9 -0
- package/es/icon/icon-zoom-in/icon-zoom-in.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon/icon-zoom-out/icon-zoom-out.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon-component/icon.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/icon.js +6 -6
- package/es/image/hooks/use-image-drag.js +3 -1
- package/es/image/image-footer.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/image/image.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/image/index.js +1 -1
- package/es/image/preview-action.d.ts +6 -6
- package/es/image/preview-arrow.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/image/preview-group.vue.d.ts +1 -1
- package/es/image/preview-group.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/image/preview-toolbar.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/image/preview.vue_vue_type_script_setup_true_lang.js +3 -2
- package/es/index.css +478 -0
- package/es/index.d.ts +8 -3
- package/es/index.js +6 -2
- package/es/index.scss +2 -0
- package/es/input/index.d.ts +99 -6
- package/es/input/index.js +1 -1
- package/es/input/input-group.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/input/input-password.vue.d.ts +18 -0
- package/es/input/input-password.vue_vue_type_script_setup_true_lang.js +25 -3
- package/es/input/input-search.d.ts +18 -0
- package/es/input/input-search.js +20 -2
- package/es/input/input.d.ts +29 -2
- package/es/input/input.js +46 -4
- package/es/input/style/index.css +16 -0
- package/es/input/style/index.scss +21 -0
- package/es/input-number/index.d.ts +36 -6
- package/es/input-number/input-number.d.ts +20 -2
- package/es/input-number/input-number.js +21 -2
- package/es/input-tag/index.d.ts +36 -6
- package/es/input-tag/input-tag.d.ts +20 -2
- package/es/input-tag/input-tag.js +42 -8
- package/es/input-tag/style/index.css +6 -0
- package/es/input-tag/style/input-tag.scss +8 -0
- package/es/input-tag/utils.js +1 -1
- package/es/json-form/index.d.ts +5 -5
- package/es/json-form/index.js +2 -2
- package/es/json-form/json-form-component.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/json-form/json-form-item.vue_vue_type_script_setup_true_lang.js +4 -6
- package/es/json-form/json-form.vue_vue_type_script_setup_true_lang.js +4 -4
- package/es/json-form/types.d.ts +80 -110
- package/es/json-form/types.js +3 -3
- package/es/json-form/utils.d.ts +5 -6
- package/es/json-form/utils.js +69 -196
- package/es/kv-list/index.d.ts +74 -32
- package/es/kv-list/kv-list-row.vue_vue_type_script_setup_true_lang.js +3 -5
- package/es/kv-list/kv-list.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/layout/content.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/layout/footer.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/layout/header.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/layout/index.js +1 -1
- package/es/layout/layout.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/layout/sider.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/link/index.d.ts +6 -6
- package/es/link/link.vue.d.ts +2 -2
- package/es/link/link.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/list/index.js +1 -1
- package/es/list/list-item-meta.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/list/list.js +1 -1
- package/es/locale/interface.d.ts +22 -0
- package/es/locale/lang/ar-eg.js +21 -1
- package/es/locale/lang/de-de.js +21 -1
- package/es/locale/lang/en-us.js +21 -1
- package/es/locale/lang/es-es.js +21 -1
- package/es/locale/lang/fr-fr.js +21 -1
- package/es/locale/lang/id-id.js +21 -1
- package/es/locale/lang/it-it.js +21 -1
- package/es/locale/lang/ja-jp.js +21 -1
- package/es/locale/lang/km-kh.js +21 -1
- package/es/locale/lang/ko-kr.js +21 -1
- package/es/locale/lang/ms-my.js +21 -1
- package/es/locale/lang/nl-nl.js +21 -1
- package/es/locale/lang/pt-pt.js +21 -1
- package/es/locale/lang/ru-ru.js +21 -1
- package/es/locale/lang/th-th.js +21 -1
- package/es/locale/lang/vi-vn.js +21 -1
- package/es/locale/lang/zh-cn.js +21 -1
- package/es/locale/lang/zh-tw.js +21 -1
- package/es/mention/index.d.ts +48 -9
- package/es/mention/mention.d.ts +28 -3
- package/es/mention/mention.js +33 -3
- package/es/mention/style/index.css +6 -0
- package/es/mention/style/index.scss +8 -0
- package/es/menu/base-menu.vue.d.ts +7 -0
- package/es/menu/base-menu.vue_vue_type_script_setup_true_lang.js +4 -2
- package/es/menu/context.d.ts +1 -1
- package/es/menu/indent.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/menu/index.js +1 -1
- package/es/menu/interface.d.ts +2 -0
- package/es/menu/item-group.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/menu/item.d.ts +1 -1
- package/es/menu/item.js +1 -1
- package/es/menu/menu.d.ts +16 -0
- package/es/menu/menu.js +3 -2
- package/es/menu/overflow-wrap.js +4 -1
- package/es/menu/sub-menu-inline.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/menu/sub-menu-pop.vue_vue_type_script_setup_true_lang.js +8 -3
- 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.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/modal/index.d.ts +9 -9
- package/es/modal/index.js +2 -2
- package/es/modal/modal.vue.d.ts +3 -3
- package/es/modal/modal.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/notification/index.js +1 -1
- package/es/notification/notification.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/page-header/page-header.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/pagination/page-item-ellipsis.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/pagination/page-item-step.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/pagination/page-item.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/pagination/page-jumper.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/pagination/page-options.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/popconfirm/index.d.ts +12 -3
- package/es/popconfirm/popconfirm.vue.d.ts +8 -1
- package/es/popconfirm/popconfirm.vue_vue_type_script_setup_true_lang.js +5 -2
- package/es/popover/index.d.ts +15 -6
- package/es/popover/popover.vue.d.ts +9 -2
- package/es/popover/popover.vue_vue_type_script_setup_true_lang.js +6 -3
- package/es/progress/circle.vue.d.ts +1 -1
- package/es/progress/circle.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/progress/line.vue.d.ts +1 -1
- package/es/progress/line.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/progress/progress.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/progress/steps.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/qr-code/index.d.ts +15 -15
- package/es/qr-code/qr-code.vue.d.ts +5 -5
- package/es/qr-code/qr-code.vue_vue_type_script_setup_true_lang.js +3 -4
- package/es/radio/index.d.ts +6 -6
- package/es/radio/index.js +1 -1
- package/es/radio/radio.d.ts +3 -3
- package/es/rate/index.d.ts +3 -3
- package/es/rate/rate.d.ts +1 -1
- package/es/resize-box/index.d.ts +5 -5
- package/es/resize-box/resize-box.vue.d.ts +3 -3
- package/es/resize-box/resize-box.vue_vue_type_script_setup_true_lang.js +2 -5
- package/es/result/result.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/rich-text-editor/built-in-components.d.ts +5 -0
- package/es/rich-text-editor/built-in-components.js +6 -0
- package/es/rich-text-editor/index.d.ts +195 -0
- package/es/rich-text-editor/index.js +12 -0
- package/es/rich-text-editor/nodes/inline-component-node.d.ts +30 -0
- package/es/rich-text-editor/nodes/inline-component-node.js +86 -0
- package/es/rich-text-editor/rich-text-editor.js +5 -0
- package/es/rich-text-editor/rich-text-editor.vue.d.ts +76 -0
- package/es/rich-text-editor/rich-text-editor.vue_vue_type_script_setup_true_lang.js +630 -0
- package/es/rich-text-editor/rich-text-node-renderer.js +5 -0
- package/es/rich-text-editor/rich-text-node-renderer.vue.d.ts +28 -0
- package/es/rich-text-editor/rich-text-node-renderer.vue_vue_type_script_setup_true_lang.js +133 -0
- package/es/rich-text-editor/style/css.js +2 -0
- package/es/rich-text-editor/style/index.css +164 -0
- package/es/rich-text-editor/style/index.d.ts +2 -0
- package/es/rich-text-editor/style/index.js +2 -0
- package/es/rich-text-editor/style/index.scss +193 -0
- package/es/rich-text-editor/style/token.scss +36 -0
- package/es/rich-text-editor/types.d.ts +148 -0
- package/es/scrollbar/scrollbar.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/sd-vue.js +7 -1
- package/es/secret/secret.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/select/hooks/use-options.js +1 -1
- package/es/select/hooks/use-select.js +1 -1
- package/es/select/index.d.ts +141 -60
- package/es/select/interface.d.ts +2 -1
- package/es/select/select-dropdown.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/select/select.d.ts +74 -28
- package/es/select/select.js +82 -59
- package/es/select/utils.js +2 -2
- package/es/selectable-card/selectable-card.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/sender/context.d.ts +8 -0
- package/es/sender/context.js +4 -0
- package/es/sender/index.d.ts +119 -0
- package/es/sender/index.js +20 -0
- package/es/sender/sender-header.js +5 -0
- package/es/sender/sender-header.vue.d.ts +28 -0
- package/es/sender/sender-header.vue_vue_type_script_setup_true_lang.js +127 -0
- package/es/sender/sender-switch.js +5 -0
- package/es/sender/sender-switch.vue.d.ts +32 -0
- package/es/sender/sender-switch.vue_vue_type_script_setup_true_lang.js +95 -0
- package/es/sender/sender.js +5 -0
- package/es/sender/sender.vue_vue_type_script_setup_true_lang.js +871 -0
- package/es/sender/style/css.js +3 -0
- package/es/sender/style/index.css +290 -0
- package/es/sender/style/index.d.ts +3 -0
- package/es/sender/style/index.js +3 -0
- package/es/sender/style/index.scss +346 -0
- package/es/sender/style/token.scss +43 -0
- package/es/sender/types.d.ts +171 -0
- package/es/sender/use-speech.d.ts +9 -0
- package/es/sender/use-speech.js +120 -0
- package/es/skeleton/index.js +1 -1
- package/es/skeleton/line.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/skeleton/shape.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/skeleton/skeleton.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/slider/index.d.ts +3 -3
- package/es/slider/slider-button.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/slider/slider-dots.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/slider/slider-input.vue.d.ts +1 -1
- package/es/slider/slider-input.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/slider/slider-marks.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/slider/slider-ticks.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/slider/slider.vue.d.ts +1 -1
- package/es/slider/slider.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/space/index.d.ts +9 -9
- package/es/space/space.d.ts +2 -2
- package/es/spin/index.d.ts +3 -3
- package/es/spin/spin.d.ts +1 -1
- package/es/split/split.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/statistic/countdown.vue_vue_type_script_setup_true_lang.js +6 -6
- package/es/statistic/index.d.ts +3 -3
- package/es/statistic/index.js +1 -1
- package/es/statistic/statistic.vue.d.ts +1 -1
- package/es/statistic/statistic.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/steps/index.d.ts +5 -5
- package/es/steps/index.js +1 -1
- package/es/steps/step.vue.d.ts +2 -2
- package/es/steps/step.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/steps/steps.vue.d.ts +1 -1
- package/es/steps/steps.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/style/theme/z-index.js +1 -1
- package/es/switch/switch.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/table/index.d.ts +17 -17
- package/es/table/index.js +1 -1
- package/es/table/interface.d.ts +2 -0
- package/es/table/table-column.d.ts +1 -1
- package/es/table/table-operation-td.d.ts +12 -12
- package/es/table/table-operation-td.js +1 -1
- package/es/table/table-operation-th.js +1 -1
- package/es/table/table-td.d.ts +2 -2
- package/es/table/table-td.js +1 -1
- package/es/table/table-th.js +3 -2
- package/es/table/table.d.ts +5 -5
- package/es/table/table.js +5 -3
- package/es/table/utils.js +2 -2
- package/es/tabs/index.d.ts +12 -12
- package/es/tabs/index.js +1 -1
- package/es/tabs/tab-pane.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/tabs/tabs-nav-ink.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/tabs/tabs-nav.d.ts +1 -1
- package/es/tabs/tabs-nav.js +2 -1
- package/es/tabs/tabs-tab.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/tabs/tabs.d.ts +4 -4
- package/es/tag/index.d.ts +6 -6
- package/es/tag/tag.vue.d.ts +2 -2
- package/es/tag/tag.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/tag-group/tag-group.vue_vue_type_script_setup_true_lang.js +3 -4
- package/es/textarea/index.d.ts +38 -8
- package/es/textarea/style/index.css +6 -0
- package/es/textarea/style/index.scss +8 -0
- package/es/textarea/textarea.vue.d.ts +21 -3
- package/es/textarea/textarea.vue_vue_type_script_setup_true_lang.js +37 -4
- package/es/time-picker/index.d.ts +45 -6
- package/es/time-picker/interface.d.ts +2 -1
- package/es/time-picker/panel.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/time-picker/range-panel.js +58 -0
- package/es/time-picker/time-column.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/time-picker/time-picker.vue.d.ts +27 -2
- package/es/time-picker/time-picker.vue_vue_type_script_setup_true_lang.js +39 -4
- package/es/timeline/index.d.ts +6 -6
- package/es/timeline/index.js +1 -1
- package/es/timeline/item.vue_vue_type_script_setup_true_lang.js +5 -4
- package/es/timeline/timeline.d.ts +3 -3
- package/es/toolbar/toolbar.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/tooltip/index.d.ts +6 -6
- package/es/tooltip/interface.d.ts +2 -0
- package/es/tooltip/tooltip.vue.d.ts +2 -2
- package/es/tooltip/tooltip.vue_vue_type_script_setup_true_lang.js +5 -2
- package/es/tour/index.d.ts +18 -3
- package/es/tour/tour.vue.d.ts +11 -1
- package/es/tour/tour.vue_vue_type_script_setup_true_lang.js +108 -145
- package/es/tour/types.d.ts +3 -0
- package/es/transfer/index.d.ts +3 -3
- package/es/transfer/transfer-view.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/transfer/transfer.vue.d.ts +1 -1
- package/es/transfer/transfer.vue_vue_type_script_setup_true_lang.js +3 -2
- package/es/tree/base-node.vue_vue_type_script_setup_true_lang.js +5 -8
- package/es/tree/expand-transition.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/tree/node.js +1 -1
- package/es/tree/transition-node-list.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/tree/tree.vue.d.ts +4 -4
- package/es/tree/tree.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/tree/utils/tree-data.js +1 -1
- package/es/tree-select/hooks/use-selected-state.js +1 -1
- package/es/tree-select/interface.d.ts +2 -1
- package/es/tree-select/panel.js +1 -1
- package/es/tree-select/tree-select.vue.d.ts +32 -7
- package/es/tree-select/tree-select.vue_vue_type_script_setup_true_lang.js +165 -136
- package/es/trigger/index.d.ts +25 -15
- package/es/trigger/interface.d.ts +2 -0
- package/es/trigger/trigger.d.ts +12 -5
- package/es/trigger/trigger.js +130 -52
- package/es/trigger/utils.d.ts +0 -47
- package/es/trigger/utils.js +1 -268
- package/es/typography/base.d.ts +4 -4
- package/es/typography/base.js +1 -1
- package/es/typography/edit-content.vue.d.ts +2 -2
- package/es/typography/edit-content.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/typography/index.js +1 -1
- package/es/typography/operations.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/typography/typography.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/upload/index.d.ts +6 -6
- package/es/upload/upload-button.d.ts +1 -1
- package/es/upload/upload.d.ts +2 -2
- package/es/upload/upload.js +2 -2
- package/es/verification-code/index.d.ts +3 -3
- package/es/verification-code/verification-code.d.ts +1 -1
- package/es/watermark/hooks/use-mutation-observer.js +2 -2
- package/es/watermark/index.d.ts +3 -3
- package/es/watermark/utils/index.js +1 -1
- package/es/watermark/watermark.d.ts +1 -1
- package/es/watermark/watermark.js +1 -1
- package/json/vetur-attributes.json +242 -0
- package/json/vetur-tags.json +87 -4
- package/json/web-types.json +559 -2
- package/package.json +23 -13
- package/es/_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/toPropertyKey.js +0 -9
|
@@ -153,6 +153,14 @@
|
|
|
153
153
|
"description": "Whether to allow the input to be cleared",
|
|
154
154
|
"type": "boolean"
|
|
155
155
|
},
|
|
156
|
+
"sd-auto-complete/fit-width": {
|
|
157
|
+
"description": "Whether the width adapts to the text content",
|
|
158
|
+
"type": "boolean"
|
|
159
|
+
},
|
|
160
|
+
"sd-auto-complete/max-wfull": {
|
|
161
|
+
"description": "Whether the maximum width is limited to the parent container width",
|
|
162
|
+
"type": "boolean"
|
|
163
|
+
},
|
|
156
164
|
"sd-auto-complete/virtual-list-props": {
|
|
157
165
|
"description": "Pass the virtual list attribute, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)"
|
|
158
166
|
},
|
|
@@ -441,6 +449,14 @@
|
|
|
441
449
|
"description": "How intermediate values are calculated for CSS properties being affected by a transition effect.\n[transition-timing-function](https://developer.mozilla.org/zh-CN/docs/Web/CSS/transition-timing-function)",
|
|
442
450
|
"type": "string"
|
|
443
451
|
},
|
|
452
|
+
"sd-cascader/max-wfull": {
|
|
453
|
+
"description": "Whether the maximum width is limited to the parent container width",
|
|
454
|
+
"type": "boolean"
|
|
455
|
+
},
|
|
456
|
+
"sd-cascader/fit-width": {
|
|
457
|
+
"description": "Whether the width adapts to the text content",
|
|
458
|
+
"type": "boolean"
|
|
459
|
+
},
|
|
444
460
|
"sd-checkbox/change": {
|
|
445
461
|
"description": "Trigger when the value changes"
|
|
446
462
|
},
|
|
@@ -800,6 +816,14 @@
|
|
|
800
816
|
"sd-range-picker/placeholder": {
|
|
801
817
|
"description": "Prompt copy"
|
|
802
818
|
},
|
|
819
|
+
"sd-range-picker/fit-width": {
|
|
820
|
+
"description": "Whether the width adapts to the text content",
|
|
821
|
+
"type": "boolean"
|
|
822
|
+
},
|
|
823
|
+
"sd-range-picker/max-wfull": {
|
|
824
|
+
"description": "Whether the maximum width is limited to the parent container width",
|
|
825
|
+
"type": "boolean"
|
|
826
|
+
},
|
|
803
827
|
"sd-range-picker/disabled-date": {
|
|
804
828
|
"description": "Non-selectable date"
|
|
805
829
|
},
|
|
@@ -1688,6 +1712,14 @@
|
|
|
1688
1712
|
"description": "Input prompt text",
|
|
1689
1713
|
"type": "string"
|
|
1690
1714
|
},
|
|
1715
|
+
"sd-input-number/fit-width": {
|
|
1716
|
+
"description": "Whether the width adapts to the text content",
|
|
1717
|
+
"type": "boolean"
|
|
1718
|
+
},
|
|
1719
|
+
"sd-input-number/max-wfull": {
|
|
1720
|
+
"description": "Whether the maximum width is limited to the parent container width",
|
|
1721
|
+
"type": "boolean"
|
|
1722
|
+
},
|
|
1691
1723
|
"sd-input-number/hide-button": {
|
|
1692
1724
|
"description": "Whether to hide the button",
|
|
1693
1725
|
"type": "boolean"
|
|
@@ -1750,6 +1782,14 @@
|
|
|
1750
1782
|
"description": "Placeholder",
|
|
1751
1783
|
"type": "string"
|
|
1752
1784
|
},
|
|
1785
|
+
"sd-input-tag/fit-width": {
|
|
1786
|
+
"description": "Whether the width adapts to the text content",
|
|
1787
|
+
"type": "boolean"
|
|
1788
|
+
},
|
|
1789
|
+
"sd-input-tag/max-wfull": {
|
|
1790
|
+
"description": "Whether the maximum width is limited to the parent container width",
|
|
1791
|
+
"type": "boolean"
|
|
1792
|
+
},
|
|
1753
1793
|
"sd-input-tag/disabled": {
|
|
1754
1794
|
"description": "Whether to disable",
|
|
1755
1795
|
"type": "boolean"
|
|
@@ -1838,6 +1878,14 @@
|
|
|
1838
1878
|
"description": "Prompt text",
|
|
1839
1879
|
"type": "string"
|
|
1840
1880
|
},
|
|
1881
|
+
"sd-input/fit-width": {
|
|
1882
|
+
"description": "Whether the width adapts to the text content",
|
|
1883
|
+
"type": "boolean"
|
|
1884
|
+
},
|
|
1885
|
+
"sd-input/max-wfull": {
|
|
1886
|
+
"description": "Whether the maximum width is limited to the parent container width",
|
|
1887
|
+
"type": "boolean"
|
|
1888
|
+
},
|
|
1841
1889
|
"sd-input/max-length": {
|
|
1842
1890
|
"description": "Enter the maximum length of the value, the errorOnly attribute was added in version 2.12.0"
|
|
1843
1891
|
},
|
|
@@ -1878,6 +1926,14 @@
|
|
|
1878
1926
|
"description": "Whether to show visible buttons",
|
|
1879
1927
|
"type": "boolean"
|
|
1880
1928
|
},
|
|
1929
|
+
"sd-input-password/fit-width": {
|
|
1930
|
+
"description": "Whether the width adapts to the text content",
|
|
1931
|
+
"type": "boolean"
|
|
1932
|
+
},
|
|
1933
|
+
"sd-input-password/max-wfull": {
|
|
1934
|
+
"description": "Whether the maximum width is limited to the parent container width",
|
|
1935
|
+
"type": "boolean"
|
|
1936
|
+
},
|
|
1881
1937
|
"sd-input-search/search": {
|
|
1882
1938
|
"description": "Triggered when the search button is clicked"
|
|
1883
1939
|
},
|
|
@@ -1903,6 +1959,14 @@
|
|
|
1903
1959
|
"sd-input-search/button-props": {
|
|
1904
1960
|
"description": "Button props"
|
|
1905
1961
|
},
|
|
1962
|
+
"sd-input-search/fit-width": {
|
|
1963
|
+
"description": "Whether the width adapts to the text content",
|
|
1964
|
+
"type": "boolean"
|
|
1965
|
+
},
|
|
1966
|
+
"sd-input-search/max-wfull": {
|
|
1967
|
+
"description": "Whether the maximum width is limited to the parent container width",
|
|
1968
|
+
"type": "boolean"
|
|
1969
|
+
},
|
|
1906
1970
|
"sd-kv-list/type": {
|
|
1907
1971
|
"description": "Editor type. Uses two Input components by default"
|
|
1908
1972
|
},
|
|
@@ -2149,6 +2213,17 @@
|
|
|
2149
2213
|
"description": "Whether to allow the input to be cleared",
|
|
2150
2214
|
"type": "boolean"
|
|
2151
2215
|
},
|
|
2216
|
+
"sd-mention/fit-width": {
|
|
2217
|
+
"description": "Whether the width adapts to the text content",
|
|
2218
|
+
"type": "boolean"
|
|
2219
|
+
},
|
|
2220
|
+
"sd-mention/max-wfull": {
|
|
2221
|
+
"description": "Whether the maximum width is limited to the parent container width",
|
|
2222
|
+
"type": "boolean"
|
|
2223
|
+
},
|
|
2224
|
+
"sd-mention/floating-options": {
|
|
2225
|
+
"description": "Complete Floating UI Vue positioning options"
|
|
2226
|
+
},
|
|
2152
2227
|
"sd-menu-item/disabled": {
|
|
2153
2228
|
"description": "Whether to disable",
|
|
2154
2229
|
"type": "boolean"
|
|
@@ -2755,6 +2830,61 @@
|
|
|
2755
2830
|
"description": "Subtitle",
|
|
2756
2831
|
"type": "string"
|
|
2757
2832
|
},
|
|
2833
|
+
"sd-rich-text-editor/model-value": {
|
|
2834
|
+
"description": "Controlled serialized Lexical state"
|
|
2835
|
+
},
|
|
2836
|
+
"sd-rich-text-editor/default-value": {
|
|
2837
|
+
"description": "Uncontrolled initial state, or plain text"
|
|
2838
|
+
},
|
|
2839
|
+
"sd-rich-text-editor/editor-config": {
|
|
2840
|
+
"description": "Lexical initialization config for custom nodes, theme, HTML conversions and errors"
|
|
2841
|
+
},
|
|
2842
|
+
"sd-rich-text-editor/plugins": {
|
|
2843
|
+
"description": "Lexical plugins registered when the editor is initialized"
|
|
2844
|
+
},
|
|
2845
|
+
"sd-rich-text-editor/transformers": {
|
|
2846
|
+
"description": "Transformers used for Markdown import and export"
|
|
2847
|
+
},
|
|
2848
|
+
"sd-rich-text-editor/placeholder": {
|
|
2849
|
+
"description": "Placeholder text",
|
|
2850
|
+
"type": "string"
|
|
2851
|
+
},
|
|
2852
|
+
"sd-rich-text-editor/disabled": {
|
|
2853
|
+
"description": "Whether the editor is disabled",
|
|
2854
|
+
"type": "boolean"
|
|
2855
|
+
},
|
|
2856
|
+
"sd-rich-text-editor/readonly": {
|
|
2857
|
+
"description": "Whether the editor is read-only",
|
|
2858
|
+
"type": "boolean"
|
|
2859
|
+
},
|
|
2860
|
+
"sd-rich-text-editor/history": {
|
|
2861
|
+
"description": "Whether undo and redo history is enabled",
|
|
2862
|
+
"type": "boolean"
|
|
2863
|
+
},
|
|
2864
|
+
"sd-rich-text-editor/history-delay": {
|
|
2865
|
+
"description": "Delay used to merge continuous input into one history entry",
|
|
2866
|
+
"type": "number"
|
|
2867
|
+
},
|
|
2868
|
+
"sd-rich-text-editor/history-max-depth": {
|
|
2869
|
+
"description": "Maximum history depth; null means unlimited"
|
|
2870
|
+
},
|
|
2871
|
+
"sd-rich-text-editor/auto-size": {
|
|
2872
|
+
"description": "Whether automatic height is enabled"
|
|
2873
|
+
},
|
|
2874
|
+
"sd-rich-text-editor/spellcheck": {
|
|
2875
|
+
"description": "Whether spell checking is enabled",
|
|
2876
|
+
"type": "boolean"
|
|
2877
|
+
},
|
|
2878
|
+
"sd-rich-text-editor/aria-label": {
|
|
2879
|
+
"description": "Accessible name of the editor",
|
|
2880
|
+
"type": "string"
|
|
2881
|
+
},
|
|
2882
|
+
"sd-rich-text-editor/class-names": {
|
|
2883
|
+
"description": "Semantic node class names"
|
|
2884
|
+
},
|
|
2885
|
+
"sd-rich-text-editor/styles": {
|
|
2886
|
+
"description": "Semantic node styles"
|
|
2887
|
+
},
|
|
2758
2888
|
"sd-scrollbar/scroll": {
|
|
2759
2889
|
"description": "Triggered when scroll"
|
|
2760
2890
|
},
|
|
@@ -2802,10 +2932,92 @@
|
|
|
2802
2932
|
"description": "Whether to show the copy button",
|
|
2803
2933
|
"type": "boolean"
|
|
2804
2934
|
},
|
|
2935
|
+
"sd-select/fit-width": {
|
|
2936
|
+
"description": "Whether the width adapts to the text content",
|
|
2937
|
+
"type": "boolean"
|
|
2938
|
+
},
|
|
2939
|
+
"sd-select/max-wfull": {
|
|
2940
|
+
"description": "Whether the maximum width is limited to the parent container width",
|
|
2941
|
+
"type": "boolean"
|
|
2942
|
+
},
|
|
2805
2943
|
"sd-select/readonly": {
|
|
2806
2944
|
"description": "Whether it is read-only",
|
|
2807
2945
|
"type": "boolean|string"
|
|
2808
2946
|
},
|
|
2947
|
+
"sd-sender-header/open": {
|
|
2948
|
+
"description": "Whether the header is expanded",
|
|
2949
|
+
"type": "boolean"
|
|
2950
|
+
},
|
|
2951
|
+
"sd-sender-header/force-render": {
|
|
2952
|
+
"description": "Whether to always render the content",
|
|
2953
|
+
"type": "boolean"
|
|
2954
|
+
},
|
|
2955
|
+
"sd-sender-header/title": {
|
|
2956
|
+
"description": "Header title"
|
|
2957
|
+
},
|
|
2958
|
+
"sd-sender-header/closable": {
|
|
2959
|
+
"description": "Whether to show the close button",
|
|
2960
|
+
"type": "boolean"
|
|
2961
|
+
},
|
|
2962
|
+
"sd-sender-switch/model-value": {
|
|
2963
|
+
"description": "Bound value",
|
|
2964
|
+
"type": "boolean"
|
|
2965
|
+
},
|
|
2966
|
+
"sd-sender-switch/default-value": {
|
|
2967
|
+
"description": "Default value in uncontrolled mode",
|
|
2968
|
+
"type": "boolean"
|
|
2969
|
+
},
|
|
2970
|
+
"sd-sender/model-value": {
|
|
2971
|
+
"description": "Bound value. In slot mode, read structured content from events or instance methods.",
|
|
2972
|
+
"type": "string"
|
|
2973
|
+
},
|
|
2974
|
+
"sd-sender/default-value": {
|
|
2975
|
+
"description": "Default value in uncontrolled mode",
|
|
2976
|
+
"type": "string"
|
|
2977
|
+
},
|
|
2978
|
+
"sd-sender/loading": {
|
|
2979
|
+
"description": "Whether the sender is loading; the send button becomes a stop button while loading",
|
|
2980
|
+
"type": "boolean"
|
|
2981
|
+
},
|
|
2982
|
+
"sd-sender/readonly": {
|
|
2983
|
+
"description": "Whether the input is read-only"
|
|
2984
|
+
},
|
|
2985
|
+
"sd-sender/submit-type": {
|
|
2986
|
+
"description": "Keyboard shortcut used to submit"
|
|
2987
|
+
},
|
|
2988
|
+
"sd-sender/disabled": {
|
|
2989
|
+
"description": "Whether the sender is disabled",
|
|
2990
|
+
"type": "boolean"
|
|
2991
|
+
},
|
|
2992
|
+
"sd-sender/slot-config": {
|
|
2993
|
+
"description": "Structured slot configuration"
|
|
2994
|
+
},
|
|
2995
|
+
"sd-sender/allow-speech": {
|
|
2996
|
+
"description": "Speech input configuration"
|
|
2997
|
+
},
|
|
2998
|
+
"sd-sender/auto-size": {
|
|
2999
|
+
"description": "Textarea auto-size configuration"
|
|
3000
|
+
},
|
|
3001
|
+
"sd-sender/skill": {
|
|
3002
|
+
"description": "Skill tag configuration"
|
|
3003
|
+
},
|
|
3004
|
+
"sd-sender/placeholder": {
|
|
3005
|
+
"description": "Placeholder text",
|
|
3006
|
+
"type": "string"
|
|
3007
|
+
},
|
|
3008
|
+
"sd-sender/show-actions": {
|
|
3009
|
+
"description": "Whether to show the default action area",
|
|
3010
|
+
"type": "boolean"
|
|
3011
|
+
},
|
|
3012
|
+
"sd-sender/components": {
|
|
3013
|
+
"description": "Replace internal input components"
|
|
3014
|
+
},
|
|
3015
|
+
"sd-sender/class-names": {
|
|
3016
|
+
"description": "Semantic node class names"
|
|
3017
|
+
},
|
|
3018
|
+
"sd-sender/styles": {
|
|
3019
|
+
"description": "Semantic node styles"
|
|
3020
|
+
},
|
|
2809
3021
|
"sd-line/rows": {
|
|
2810
3022
|
"description": "Number of rows displayed",
|
|
2811
3023
|
"type": "number"
|
|
@@ -3596,6 +3808,14 @@
|
|
|
3596
3808
|
"description": "Placeholder",
|
|
3597
3809
|
"type": "string"
|
|
3598
3810
|
},
|
|
3811
|
+
"sd-textarea/fit-width": {
|
|
3812
|
+
"description": "Whether the width adapts to the text content",
|
|
3813
|
+
"type": "boolean"
|
|
3814
|
+
},
|
|
3815
|
+
"sd-textarea/max-wfull": {
|
|
3816
|
+
"description": "Whether the maximum width is limited to the parent container width",
|
|
3817
|
+
"type": "boolean"
|
|
3818
|
+
},
|
|
3599
3819
|
"sd-textarea/disabled": {
|
|
3600
3820
|
"description": "Whether to disable",
|
|
3601
3821
|
"type": "boolean"
|
|
@@ -3676,6 +3896,14 @@
|
|
|
3676
3896
|
"sd-time-picker/placeholder": {
|
|
3677
3897
|
"description": "Prompt copy"
|
|
3678
3898
|
},
|
|
3899
|
+
"sd-time-picker/fit-width": {
|
|
3900
|
+
"description": "Whether the width adapts to the text content",
|
|
3901
|
+
"type": "boolean"
|
|
3902
|
+
},
|
|
3903
|
+
"sd-time-picker/max-wfull": {
|
|
3904
|
+
"description": "Whether the maximum width is limited to the parent container width",
|
|
3905
|
+
"type": "boolean"
|
|
3906
|
+
},
|
|
3679
3907
|
"sd-time-picker/size": {
|
|
3680
3908
|
"description": "Input box size"
|
|
3681
3909
|
},
|
|
@@ -3834,6 +4062,9 @@
|
|
|
3834
4062
|
"sd-tooltip/popup-visible-change": {
|
|
3835
4063
|
"description": "Emitted when the tooltip display status changes"
|
|
3836
4064
|
},
|
|
4065
|
+
"sd-tooltip/floating-options": {
|
|
4066
|
+
"description": "Complete Floating UI Vue options."
|
|
4067
|
+
},
|
|
3837
4068
|
"sd-tooltip/popup-visible": {
|
|
3838
4069
|
"description": "Whether the tooltip is visible",
|
|
3839
4070
|
"type": "boolean"
|
|
@@ -3988,6 +4219,14 @@
|
|
|
3988
4219
|
"description": "Prompt copy",
|
|
3989
4220
|
"type": "string"
|
|
3990
4221
|
},
|
|
4222
|
+
"sd-tree-select/fit-width": {
|
|
4223
|
+
"description": "Whether the width adapts to the text content",
|
|
4224
|
+
"type": "boolean"
|
|
4225
|
+
},
|
|
4226
|
+
"sd-tree-select/max-wfull": {
|
|
4227
|
+
"description": "Whether the maximum width is limited to the parent container width",
|
|
4228
|
+
"type": "boolean"
|
|
4229
|
+
},
|
|
3991
4230
|
"sd-tree-select/max-tag-count": {
|
|
3992
4231
|
"description": "The maximum number of labels displayed, only valid in multi-select mode"
|
|
3993
4232
|
},
|
|
@@ -4253,6 +4492,9 @@
|
|
|
4253
4492
|
"sd-trigger/hide": {
|
|
4254
4493
|
"description": "Triggered after the popup is hidden (the animation ends)"
|
|
4255
4494
|
},
|
|
4495
|
+
"sd-trigger/floating-options": {
|
|
4496
|
+
"description": "Complete Floating UI Vue options. These options take precedence over legacy positioning props."
|
|
4497
|
+
},
|
|
4256
4498
|
"sd-trigger/popup-visible": {
|
|
4257
4499
|
"description": "Whether the popup is visible",
|
|
4258
4500
|
"type": "boolean"
|
package/json/vetur-tags.json
CHANGED
|
@@ -61,6 +61,8 @@
|
|
|
61
61
|
"filter-option",
|
|
62
62
|
"trigger-props",
|
|
63
63
|
"allow-clear",
|
|
64
|
+
"fit-width",
|
|
65
|
+
"max-wfull",
|
|
64
66
|
"virtual-list-props"
|
|
65
67
|
]
|
|
66
68
|
},
|
|
@@ -209,7 +211,10 @@
|
|
|
209
211
|
"attributes": []
|
|
210
212
|
},
|
|
211
213
|
"sd-cascader": {
|
|
212
|
-
"attributes": [
|
|
214
|
+
"attributes": [
|
|
215
|
+
"max-wfull",
|
|
216
|
+
"fit-width"
|
|
217
|
+
]
|
|
213
218
|
},
|
|
214
219
|
"sd-checkbox": {
|
|
215
220
|
"attributes": [
|
|
@@ -354,6 +359,8 @@
|
|
|
354
359
|
"time-picker-props",
|
|
355
360
|
"input-props",
|
|
356
361
|
"placeholder",
|
|
362
|
+
"fit-width",
|
|
363
|
+
"max-wfull",
|
|
357
364
|
"disabled-date",
|
|
358
365
|
"disabled-time",
|
|
359
366
|
"separator",
|
|
@@ -699,6 +706,8 @@
|
|
|
699
706
|
"formatter",
|
|
700
707
|
"parser",
|
|
701
708
|
"placeholder",
|
|
709
|
+
"fit-width",
|
|
710
|
+
"max-wfull",
|
|
702
711
|
"hide-button",
|
|
703
712
|
"size",
|
|
704
713
|
"allow-clear",
|
|
@@ -721,6 +730,8 @@
|
|
|
721
730
|
"input-value",
|
|
722
731
|
"default-input-value",
|
|
723
732
|
"placeholder",
|
|
733
|
+
"fit-width",
|
|
734
|
+
"max-wfull",
|
|
724
735
|
"disabled",
|
|
725
736
|
"error",
|
|
726
737
|
"readonly",
|
|
@@ -750,6 +761,8 @@
|
|
|
750
761
|
"readonly",
|
|
751
762
|
"error",
|
|
752
763
|
"placeholder",
|
|
764
|
+
"fit-width",
|
|
765
|
+
"max-wfull",
|
|
753
766
|
"max-length",
|
|
754
767
|
"show-word-limit",
|
|
755
768
|
"word-length",
|
|
@@ -767,7 +780,9 @@
|
|
|
767
780
|
"visibility-change",
|
|
768
781
|
"visibility",
|
|
769
782
|
"default-visibility",
|
|
770
|
-
"invisible-button"
|
|
783
|
+
"invisible-button",
|
|
784
|
+
"fit-width",
|
|
785
|
+
"max-wfull"
|
|
771
786
|
]
|
|
772
787
|
},
|
|
773
788
|
"sd-input-search": {
|
|
@@ -778,7 +793,9 @@
|
|
|
778
793
|
"disabled",
|
|
779
794
|
"size",
|
|
780
795
|
"button-text",
|
|
781
|
-
"button-props"
|
|
796
|
+
"button-props",
|
|
797
|
+
"fit-width",
|
|
798
|
+
"max-wfull"
|
|
782
799
|
]
|
|
783
800
|
},
|
|
784
801
|
"sd-json-form": {
|
|
@@ -891,7 +908,10 @@
|
|
|
891
908
|
"type",
|
|
892
909
|
"disabled",
|
|
893
910
|
"readonly",
|
|
894
|
-
"allow-clear"
|
|
911
|
+
"allow-clear",
|
|
912
|
+
"fit-width",
|
|
913
|
+
"max-wfull",
|
|
914
|
+
"floating-options"
|
|
895
915
|
]
|
|
896
916
|
},
|
|
897
917
|
"sd-menu-item": {
|
|
@@ -1131,6 +1151,26 @@
|
|
|
1131
1151
|
"subtitle"
|
|
1132
1152
|
]
|
|
1133
1153
|
},
|
|
1154
|
+
"sd-rich-text-editor": {
|
|
1155
|
+
"attributes": [
|
|
1156
|
+
"model-value",
|
|
1157
|
+
"default-value",
|
|
1158
|
+
"editor-config",
|
|
1159
|
+
"plugins",
|
|
1160
|
+
"transformers",
|
|
1161
|
+
"placeholder",
|
|
1162
|
+
"disabled",
|
|
1163
|
+
"readonly",
|
|
1164
|
+
"history",
|
|
1165
|
+
"history-delay",
|
|
1166
|
+
"history-max-depth",
|
|
1167
|
+
"auto-size",
|
|
1168
|
+
"spellcheck",
|
|
1169
|
+
"aria-label",
|
|
1170
|
+
"class-names",
|
|
1171
|
+
"styles"
|
|
1172
|
+
]
|
|
1173
|
+
},
|
|
1134
1174
|
"sd-scrollbar": {
|
|
1135
1175
|
"attributes": [
|
|
1136
1176
|
"scroll",
|
|
@@ -1155,12 +1195,47 @@
|
|
|
1155
1195
|
},
|
|
1156
1196
|
"sd-select": {
|
|
1157
1197
|
"attributes": [
|
|
1198
|
+
"fit-width",
|
|
1199
|
+
"max-wfull",
|
|
1158
1200
|
"readonly"
|
|
1159
1201
|
]
|
|
1160
1202
|
},
|
|
1161
1203
|
"sd-selectable-card": {
|
|
1162
1204
|
"attributes": []
|
|
1163
1205
|
},
|
|
1206
|
+
"sd-sender-header": {
|
|
1207
|
+
"attributes": [
|
|
1208
|
+
"open",
|
|
1209
|
+
"force-render",
|
|
1210
|
+
"title",
|
|
1211
|
+
"closable"
|
|
1212
|
+
]
|
|
1213
|
+
},
|
|
1214
|
+
"sd-sender-switch": {
|
|
1215
|
+
"attributes": [
|
|
1216
|
+
"model-value",
|
|
1217
|
+
"default-value"
|
|
1218
|
+
]
|
|
1219
|
+
},
|
|
1220
|
+
"sd-sender": {
|
|
1221
|
+
"attributes": [
|
|
1222
|
+
"model-value",
|
|
1223
|
+
"default-value",
|
|
1224
|
+
"loading",
|
|
1225
|
+
"readonly",
|
|
1226
|
+
"submit-type",
|
|
1227
|
+
"disabled",
|
|
1228
|
+
"slot-config",
|
|
1229
|
+
"allow-speech",
|
|
1230
|
+
"auto-size",
|
|
1231
|
+
"skill",
|
|
1232
|
+
"placeholder",
|
|
1233
|
+
"show-actions",
|
|
1234
|
+
"components",
|
|
1235
|
+
"class-names",
|
|
1236
|
+
"styles"
|
|
1237
|
+
]
|
|
1238
|
+
},
|
|
1164
1239
|
"sd-line": {
|
|
1165
1240
|
"attributes": [
|
|
1166
1241
|
"rows",
|
|
@@ -1472,6 +1547,8 @@
|
|
|
1472
1547
|
"model-value",
|
|
1473
1548
|
"default-value",
|
|
1474
1549
|
"placeholder",
|
|
1550
|
+
"fit-width",
|
|
1551
|
+
"max-wfull",
|
|
1475
1552
|
"disabled",
|
|
1476
1553
|
"readonly",
|
|
1477
1554
|
"error",
|
|
@@ -1502,6 +1579,8 @@
|
|
|
1502
1579
|
"error",
|
|
1503
1580
|
"format",
|
|
1504
1581
|
"placeholder",
|
|
1582
|
+
"fit-width",
|
|
1583
|
+
"max-wfull",
|
|
1505
1584
|
"size",
|
|
1506
1585
|
"popup-container",
|
|
1507
1586
|
"use12-hours",
|
|
@@ -1562,6 +1641,7 @@
|
|
|
1562
1641
|
"sd-tooltip": {
|
|
1563
1642
|
"attributes": [
|
|
1564
1643
|
"popup-visible-change",
|
|
1644
|
+
"floating-options",
|
|
1565
1645
|
"popup-visible",
|
|
1566
1646
|
"default-popup-visible",
|
|
1567
1647
|
"disabled",
|
|
@@ -1617,6 +1697,8 @@
|
|
|
1617
1697
|
"allow-clear",
|
|
1618
1698
|
"clearable",
|
|
1619
1699
|
"placeholder",
|
|
1700
|
+
"fit-width",
|
|
1701
|
+
"max-wfull",
|
|
1620
1702
|
"max-tag-count",
|
|
1621
1703
|
"multiple",
|
|
1622
1704
|
"default-value",
|
|
@@ -1703,6 +1785,7 @@
|
|
|
1703
1785
|
"popup-visible-change",
|
|
1704
1786
|
"show",
|
|
1705
1787
|
"hide",
|
|
1788
|
+
"floating-options",
|
|
1706
1789
|
"popup-visible",
|
|
1707
1790
|
"default-popup-visible",
|
|
1708
1791
|
"trigger",
|