@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
package/json/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@sdata/web-vue",
|
|
5
|
-
"version": "3.
|
|
5
|
+
"version": "3.18.0",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -326,6 +326,22 @@
|
|
|
326
326
|
"kind": "expression"
|
|
327
327
|
}
|
|
328
328
|
},
|
|
329
|
+
{
|
|
330
|
+
"name": "fit-width",
|
|
331
|
+
"description": "Whether the width adapts to the text content",
|
|
332
|
+
"value": {
|
|
333
|
+
"type": "boolean",
|
|
334
|
+
"kind": "expression"
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"name": "max-wfull",
|
|
339
|
+
"description": "Whether the maximum width is limited to the parent container width",
|
|
340
|
+
"value": {
|
|
341
|
+
"type": "boolean",
|
|
342
|
+
"kind": "expression"
|
|
343
|
+
}
|
|
344
|
+
},
|
|
329
345
|
{
|
|
330
346
|
"name": "virtual-list-props",
|
|
331
347
|
"description": "Pass the virtual list attribute, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)",
|
|
@@ -1179,7 +1195,24 @@
|
|
|
1179
1195
|
},
|
|
1180
1196
|
{
|
|
1181
1197
|
"name": "sd-cascader",
|
|
1182
|
-
"attributes": [
|
|
1198
|
+
"attributes": [
|
|
1199
|
+
{
|
|
1200
|
+
"name": "max-wfull",
|
|
1201
|
+
"description": "Whether the maximum width is limited to the parent container width",
|
|
1202
|
+
"value": {
|
|
1203
|
+
"type": "boolean",
|
|
1204
|
+
"kind": "expression"
|
|
1205
|
+
}
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
"name": "fit-width",
|
|
1209
|
+
"description": "Whether the width adapts to the text content",
|
|
1210
|
+
"value": {
|
|
1211
|
+
"type": "boolean",
|
|
1212
|
+
"kind": "expression"
|
|
1213
|
+
}
|
|
1214
|
+
}
|
|
1215
|
+
],
|
|
1183
1216
|
"events": [],
|
|
1184
1217
|
"slots": []
|
|
1185
1218
|
},
|
|
@@ -2017,6 +2050,22 @@
|
|
|
2017
2050
|
"kind": "expression"
|
|
2018
2051
|
}
|
|
2019
2052
|
},
|
|
2053
|
+
{
|
|
2054
|
+
"name": "fit-width",
|
|
2055
|
+
"description": "Whether the width adapts to the text content",
|
|
2056
|
+
"value": {
|
|
2057
|
+
"type": "boolean",
|
|
2058
|
+
"kind": "expression"
|
|
2059
|
+
}
|
|
2060
|
+
},
|
|
2061
|
+
{
|
|
2062
|
+
"name": "max-wfull",
|
|
2063
|
+
"description": "Whether the maximum width is limited to the parent container width",
|
|
2064
|
+
"value": {
|
|
2065
|
+
"type": "boolean",
|
|
2066
|
+
"kind": "expression"
|
|
2067
|
+
}
|
|
2068
|
+
},
|
|
2020
2069
|
{
|
|
2021
2070
|
"name": "disabled-date",
|
|
2022
2071
|
"description": "Non-selectable date",
|
|
@@ -4080,6 +4129,22 @@
|
|
|
4080
4129
|
"kind": "expression"
|
|
4081
4130
|
}
|
|
4082
4131
|
},
|
|
4132
|
+
{
|
|
4133
|
+
"name": "fit-width",
|
|
4134
|
+
"description": "Whether the width adapts to the text content",
|
|
4135
|
+
"value": {
|
|
4136
|
+
"type": "boolean",
|
|
4137
|
+
"kind": "expression"
|
|
4138
|
+
}
|
|
4139
|
+
},
|
|
4140
|
+
{
|
|
4141
|
+
"name": "max-wfull",
|
|
4142
|
+
"description": "Whether the maximum width is limited to the parent container width",
|
|
4143
|
+
"value": {
|
|
4144
|
+
"type": "boolean",
|
|
4145
|
+
"kind": "expression"
|
|
4146
|
+
}
|
|
4147
|
+
},
|
|
4083
4148
|
{
|
|
4084
4149
|
"name": "hide-button",
|
|
4085
4150
|
"description": "Whether to hide the button",
|
|
@@ -4225,6 +4290,22 @@
|
|
|
4225
4290
|
"kind": "expression"
|
|
4226
4291
|
}
|
|
4227
4292
|
},
|
|
4293
|
+
{
|
|
4294
|
+
"name": "fit-width",
|
|
4295
|
+
"description": "Whether the width adapts to the text content",
|
|
4296
|
+
"value": {
|
|
4297
|
+
"type": "boolean",
|
|
4298
|
+
"kind": "expression"
|
|
4299
|
+
}
|
|
4300
|
+
},
|
|
4301
|
+
{
|
|
4302
|
+
"name": "max-wfull",
|
|
4303
|
+
"description": "Whether the maximum width is limited to the parent container width",
|
|
4304
|
+
"value": {
|
|
4305
|
+
"type": "boolean",
|
|
4306
|
+
"kind": "expression"
|
|
4307
|
+
}
|
|
4308
|
+
},
|
|
4228
4309
|
{
|
|
4229
4310
|
"name": "disabled",
|
|
4230
4311
|
"description": "Whether to disable",
|
|
@@ -4426,6 +4507,22 @@
|
|
|
4426
4507
|
"kind": "expression"
|
|
4427
4508
|
}
|
|
4428
4509
|
},
|
|
4510
|
+
{
|
|
4511
|
+
"name": "fit-width",
|
|
4512
|
+
"description": "Whether the width adapts to the text content",
|
|
4513
|
+
"value": {
|
|
4514
|
+
"type": "boolean",
|
|
4515
|
+
"kind": "expression"
|
|
4516
|
+
}
|
|
4517
|
+
},
|
|
4518
|
+
{
|
|
4519
|
+
"name": "max-wfull",
|
|
4520
|
+
"description": "Whether the maximum width is limited to the parent container width",
|
|
4521
|
+
"value": {
|
|
4522
|
+
"type": "boolean",
|
|
4523
|
+
"kind": "expression"
|
|
4524
|
+
}
|
|
4525
|
+
},
|
|
4429
4526
|
{
|
|
4430
4527
|
"name": "max-length",
|
|
4431
4528
|
"description": "Enter the maximum length of the value, the errorOnly attribute was added in version 2.12.0",
|
|
@@ -4560,6 +4657,22 @@
|
|
|
4560
4657
|
"type": "boolean",
|
|
4561
4658
|
"kind": "expression"
|
|
4562
4659
|
}
|
|
4660
|
+
},
|
|
4661
|
+
{
|
|
4662
|
+
"name": "fit-width",
|
|
4663
|
+
"description": "Whether the width adapts to the text content",
|
|
4664
|
+
"value": {
|
|
4665
|
+
"type": "boolean",
|
|
4666
|
+
"kind": "expression"
|
|
4667
|
+
}
|
|
4668
|
+
},
|
|
4669
|
+
{
|
|
4670
|
+
"name": "max-wfull",
|
|
4671
|
+
"description": "Whether the maximum width is limited to the parent container width",
|
|
4672
|
+
"value": {
|
|
4673
|
+
"type": "boolean",
|
|
4674
|
+
"kind": "expression"
|
|
4675
|
+
}
|
|
4563
4676
|
}
|
|
4564
4677
|
],
|
|
4565
4678
|
"events": [
|
|
@@ -4620,6 +4733,22 @@
|
|
|
4620
4733
|
"type": "ButtonProps",
|
|
4621
4734
|
"kind": "expression"
|
|
4622
4735
|
}
|
|
4736
|
+
},
|
|
4737
|
+
{
|
|
4738
|
+
"name": "fit-width",
|
|
4739
|
+
"description": "Whether the width adapts to the text content",
|
|
4740
|
+
"value": {
|
|
4741
|
+
"type": "boolean",
|
|
4742
|
+
"kind": "expression"
|
|
4743
|
+
}
|
|
4744
|
+
},
|
|
4745
|
+
{
|
|
4746
|
+
"name": "max-wfull",
|
|
4747
|
+
"description": "Whether the maximum width is limited to the parent container width",
|
|
4748
|
+
"value": {
|
|
4749
|
+
"type": "boolean",
|
|
4750
|
+
"kind": "expression"
|
|
4751
|
+
}
|
|
4623
4752
|
}
|
|
4624
4753
|
],
|
|
4625
4754
|
"events": [
|
|
@@ -5226,6 +5355,30 @@
|
|
|
5226
5355
|
"type": "boolean",
|
|
5227
5356
|
"kind": "expression"
|
|
5228
5357
|
}
|
|
5358
|
+
},
|
|
5359
|
+
{
|
|
5360
|
+
"name": "fit-width",
|
|
5361
|
+
"description": "Whether the width adapts to the text content",
|
|
5362
|
+
"value": {
|
|
5363
|
+
"type": "boolean",
|
|
5364
|
+
"kind": "expression"
|
|
5365
|
+
}
|
|
5366
|
+
},
|
|
5367
|
+
{
|
|
5368
|
+
"name": "max-wfull",
|
|
5369
|
+
"description": "Whether the maximum width is limited to the parent container width",
|
|
5370
|
+
"value": {
|
|
5371
|
+
"type": "boolean",
|
|
5372
|
+
"kind": "expression"
|
|
5373
|
+
}
|
|
5374
|
+
},
|
|
5375
|
+
{
|
|
5376
|
+
"name": "floating-options",
|
|
5377
|
+
"description": "Complete Floating UI Vue positioning options",
|
|
5378
|
+
"value": {
|
|
5379
|
+
"type": "FloatingOptions",
|
|
5380
|
+
"kind": "expression"
|
|
5381
|
+
}
|
|
5229
5382
|
}
|
|
5230
5383
|
],
|
|
5231
5384
|
"events": [
|
|
@@ -6728,6 +6881,141 @@
|
|
|
6728
6881
|
"events": [],
|
|
6729
6882
|
"slots": []
|
|
6730
6883
|
},
|
|
6884
|
+
{
|
|
6885
|
+
"name": "sd-rich-text-editor",
|
|
6886
|
+
"attributes": [
|
|
6887
|
+
{
|
|
6888
|
+
"name": "model-value",
|
|
6889
|
+
"description": "Controlled serialized Lexical state",
|
|
6890
|
+
"value": {
|
|
6891
|
+
"type": "RichTextEditorValue",
|
|
6892
|
+
"kind": "expression"
|
|
6893
|
+
}
|
|
6894
|
+
},
|
|
6895
|
+
{
|
|
6896
|
+
"name": "default-value",
|
|
6897
|
+
"description": "Uncontrolled initial state, or plain text",
|
|
6898
|
+
"value": {
|
|
6899
|
+
"type": "union",
|
|
6900
|
+
"kind": "expression"
|
|
6901
|
+
}
|
|
6902
|
+
},
|
|
6903
|
+
{
|
|
6904
|
+
"name": "editor-config",
|
|
6905
|
+
"description": "Lexical initialization config for custom nodes, theme, HTML conversions and errors",
|
|
6906
|
+
"value": {
|
|
6907
|
+
"type": "RichTextEditorConfig",
|
|
6908
|
+
"kind": "expression"
|
|
6909
|
+
}
|
|
6910
|
+
},
|
|
6911
|
+
{
|
|
6912
|
+
"name": "plugins",
|
|
6913
|
+
"description": "Lexical plugins registered when the editor is initialized",
|
|
6914
|
+
"value": {
|
|
6915
|
+
"type": "TSTypeOperator",
|
|
6916
|
+
"kind": "expression"
|
|
6917
|
+
}
|
|
6918
|
+
},
|
|
6919
|
+
{
|
|
6920
|
+
"name": "transformers",
|
|
6921
|
+
"description": "Transformers used for Markdown import and export",
|
|
6922
|
+
"value": {
|
|
6923
|
+
"type": "TSTypeOperator",
|
|
6924
|
+
"kind": "expression"
|
|
6925
|
+
}
|
|
6926
|
+
},
|
|
6927
|
+
{
|
|
6928
|
+
"name": "placeholder",
|
|
6929
|
+
"description": "Placeholder text",
|
|
6930
|
+
"value": {
|
|
6931
|
+
"type": "string",
|
|
6932
|
+
"kind": "expression"
|
|
6933
|
+
}
|
|
6934
|
+
},
|
|
6935
|
+
{
|
|
6936
|
+
"name": "disabled",
|
|
6937
|
+
"description": "Whether the editor is disabled",
|
|
6938
|
+
"value": {
|
|
6939
|
+
"type": "boolean",
|
|
6940
|
+
"kind": "expression"
|
|
6941
|
+
}
|
|
6942
|
+
},
|
|
6943
|
+
{
|
|
6944
|
+
"name": "readonly",
|
|
6945
|
+
"description": "Whether the editor is read-only",
|
|
6946
|
+
"value": {
|
|
6947
|
+
"type": "boolean",
|
|
6948
|
+
"kind": "expression"
|
|
6949
|
+
}
|
|
6950
|
+
},
|
|
6951
|
+
{
|
|
6952
|
+
"name": "history",
|
|
6953
|
+
"description": "Whether undo and redo history is enabled",
|
|
6954
|
+
"value": {
|
|
6955
|
+
"type": "boolean",
|
|
6956
|
+
"kind": "expression"
|
|
6957
|
+
}
|
|
6958
|
+
},
|
|
6959
|
+
{
|
|
6960
|
+
"name": "history-delay",
|
|
6961
|
+
"description": "Delay used to merge continuous input into one history entry",
|
|
6962
|
+
"value": {
|
|
6963
|
+
"type": "number",
|
|
6964
|
+
"kind": "expression"
|
|
6965
|
+
}
|
|
6966
|
+
},
|
|
6967
|
+
{
|
|
6968
|
+
"name": "history-max-depth",
|
|
6969
|
+
"description": "Maximum history depth; null means unlimited",
|
|
6970
|
+
"value": {
|
|
6971
|
+
"type": "union",
|
|
6972
|
+
"kind": "expression"
|
|
6973
|
+
}
|
|
6974
|
+
},
|
|
6975
|
+
{
|
|
6976
|
+
"name": "auto-size",
|
|
6977
|
+
"description": "Whether automatic height is enabled",
|
|
6978
|
+
"value": {
|
|
6979
|
+
"type": "union",
|
|
6980
|
+
"kind": "expression"
|
|
6981
|
+
}
|
|
6982
|
+
},
|
|
6983
|
+
{
|
|
6984
|
+
"name": "spellcheck",
|
|
6985
|
+
"description": "Whether spell checking is enabled",
|
|
6986
|
+
"value": {
|
|
6987
|
+
"type": "boolean",
|
|
6988
|
+
"kind": "expression"
|
|
6989
|
+
}
|
|
6990
|
+
},
|
|
6991
|
+
{
|
|
6992
|
+
"name": "aria-label",
|
|
6993
|
+
"description": "Accessible name of the editor",
|
|
6994
|
+
"value": {
|
|
6995
|
+
"type": "string",
|
|
6996
|
+
"kind": "expression"
|
|
6997
|
+
}
|
|
6998
|
+
},
|
|
6999
|
+
{
|
|
7000
|
+
"name": "class-names",
|
|
7001
|
+
"description": "Semantic node class names",
|
|
7002
|
+
"value": {
|
|
7003
|
+
"type": "Partial",
|
|
7004
|
+
"kind": "expression"
|
|
7005
|
+
}
|
|
7006
|
+
},
|
|
7007
|
+
{
|
|
7008
|
+
"name": "styles",
|
|
7009
|
+
"description": "Semantic node styles",
|
|
7010
|
+
"value": {
|
|
7011
|
+
"type": "Partial",
|
|
7012
|
+
"kind": "expression"
|
|
7013
|
+
}
|
|
7014
|
+
}
|
|
7015
|
+
],
|
|
7016
|
+
"events": [],
|
|
7017
|
+
"slots": []
|
|
7018
|
+
},
|
|
6731
7019
|
{
|
|
6732
7020
|
"name": "sd-scrollbar",
|
|
6733
7021
|
"attributes": [
|
|
@@ -6854,6 +7142,22 @@
|
|
|
6854
7142
|
{
|
|
6855
7143
|
"name": "sd-select",
|
|
6856
7144
|
"attributes": [
|
|
7145
|
+
{
|
|
7146
|
+
"name": "fit-width",
|
|
7147
|
+
"description": "Whether the width adapts to the text content",
|
|
7148
|
+
"value": {
|
|
7149
|
+
"type": "boolean",
|
|
7150
|
+
"kind": "expression"
|
|
7151
|
+
}
|
|
7152
|
+
},
|
|
7153
|
+
{
|
|
7154
|
+
"name": "max-wfull",
|
|
7155
|
+
"description": "Whether the maximum width is limited to the parent container width",
|
|
7156
|
+
"value": {
|
|
7157
|
+
"type": "boolean",
|
|
7158
|
+
"kind": "expression"
|
|
7159
|
+
}
|
|
7160
|
+
},
|
|
6857
7161
|
{
|
|
6858
7162
|
"name": "readonly",
|
|
6859
7163
|
"description": "Whether it is read-only",
|
|
@@ -6872,6 +7176,195 @@
|
|
|
6872
7176
|
"events": [],
|
|
6873
7177
|
"slots": []
|
|
6874
7178
|
},
|
|
7179
|
+
{
|
|
7180
|
+
"name": "sd-sender-header",
|
|
7181
|
+
"attributes": [
|
|
7182
|
+
{
|
|
7183
|
+
"name": "open",
|
|
7184
|
+
"description": "Whether the header is expanded",
|
|
7185
|
+
"value": {
|
|
7186
|
+
"type": "boolean",
|
|
7187
|
+
"kind": "expression"
|
|
7188
|
+
}
|
|
7189
|
+
},
|
|
7190
|
+
{
|
|
7191
|
+
"name": "force-render",
|
|
7192
|
+
"description": "Whether to always render the content",
|
|
7193
|
+
"value": {
|
|
7194
|
+
"type": "boolean",
|
|
7195
|
+
"kind": "expression"
|
|
7196
|
+
}
|
|
7197
|
+
},
|
|
7198
|
+
{
|
|
7199
|
+
"name": "title",
|
|
7200
|
+
"description": "Header title",
|
|
7201
|
+
"value": {
|
|
7202
|
+
"type": "VNodeChild",
|
|
7203
|
+
"kind": "expression"
|
|
7204
|
+
}
|
|
7205
|
+
},
|
|
7206
|
+
{
|
|
7207
|
+
"name": "closable",
|
|
7208
|
+
"description": "Whether to show the close button",
|
|
7209
|
+
"value": {
|
|
7210
|
+
"type": "boolean",
|
|
7211
|
+
"kind": "expression"
|
|
7212
|
+
}
|
|
7213
|
+
}
|
|
7214
|
+
],
|
|
7215
|
+
"events": [],
|
|
7216
|
+
"slots": []
|
|
7217
|
+
},
|
|
7218
|
+
{
|
|
7219
|
+
"name": "sd-sender-switch",
|
|
7220
|
+
"attributes": [
|
|
7221
|
+
{
|
|
7222
|
+
"name": "model-value",
|
|
7223
|
+
"description": "Bound value",
|
|
7224
|
+
"value": {
|
|
7225
|
+
"type": "boolean",
|
|
7226
|
+
"kind": "expression"
|
|
7227
|
+
}
|
|
7228
|
+
},
|
|
7229
|
+
{
|
|
7230
|
+
"name": "default-value",
|
|
7231
|
+
"description": "Default value in uncontrolled mode",
|
|
7232
|
+
"value": {
|
|
7233
|
+
"type": "boolean",
|
|
7234
|
+
"kind": "expression"
|
|
7235
|
+
}
|
|
7236
|
+
}
|
|
7237
|
+
],
|
|
7238
|
+
"events": [],
|
|
7239
|
+
"slots": []
|
|
7240
|
+
},
|
|
7241
|
+
{
|
|
7242
|
+
"name": "sd-sender",
|
|
7243
|
+
"attributes": [
|
|
7244
|
+
{
|
|
7245
|
+
"name": "model-value",
|
|
7246
|
+
"description": "Bound value. In slot mode, read structured content from events or instance methods.",
|
|
7247
|
+
"value": {
|
|
7248
|
+
"type": "string",
|
|
7249
|
+
"kind": "expression"
|
|
7250
|
+
}
|
|
7251
|
+
},
|
|
7252
|
+
{
|
|
7253
|
+
"name": "default-value",
|
|
7254
|
+
"description": "Default value in uncontrolled mode",
|
|
7255
|
+
"value": {
|
|
7256
|
+
"type": "string",
|
|
7257
|
+
"kind": "expression"
|
|
7258
|
+
}
|
|
7259
|
+
},
|
|
7260
|
+
{
|
|
7261
|
+
"name": "loading",
|
|
7262
|
+
"description": "Whether the sender is loading; the send button becomes a stop button while loading",
|
|
7263
|
+
"value": {
|
|
7264
|
+
"type": "boolean",
|
|
7265
|
+
"kind": "expression"
|
|
7266
|
+
}
|
|
7267
|
+
},
|
|
7268
|
+
{
|
|
7269
|
+
"name": "readonly",
|
|
7270
|
+
"description": "Whether the input is read-only",
|
|
7271
|
+
"value": {
|
|
7272
|
+
"type": "union",
|
|
7273
|
+
"kind": "expression"
|
|
7274
|
+
}
|
|
7275
|
+
},
|
|
7276
|
+
{
|
|
7277
|
+
"name": "submit-type",
|
|
7278
|
+
"description": "Keyboard shortcut used to submit",
|
|
7279
|
+
"value": {
|
|
7280
|
+
"type": "SenderSubmitType",
|
|
7281
|
+
"kind": "expression"
|
|
7282
|
+
}
|
|
7283
|
+
},
|
|
7284
|
+
{
|
|
7285
|
+
"name": "disabled",
|
|
7286
|
+
"description": "Whether the sender is disabled",
|
|
7287
|
+
"value": {
|
|
7288
|
+
"type": "boolean",
|
|
7289
|
+
"kind": "expression"
|
|
7290
|
+
}
|
|
7291
|
+
},
|
|
7292
|
+
{
|
|
7293
|
+
"name": "slot-config",
|
|
7294
|
+
"description": "Structured slot configuration",
|
|
7295
|
+
"value": {
|
|
7296
|
+
"type": "TSTypeOperator",
|
|
7297
|
+
"kind": "expression"
|
|
7298
|
+
}
|
|
7299
|
+
},
|
|
7300
|
+
{
|
|
7301
|
+
"name": "allow-speech",
|
|
7302
|
+
"description": "Speech input configuration",
|
|
7303
|
+
"value": {
|
|
7304
|
+
"type": "SenderAllowSpeech",
|
|
7305
|
+
"kind": "expression"
|
|
7306
|
+
}
|
|
7307
|
+
},
|
|
7308
|
+
{
|
|
7309
|
+
"name": "auto-size",
|
|
7310
|
+
"description": "Textarea auto-size configuration",
|
|
7311
|
+
"value": {
|
|
7312
|
+
"type": "union",
|
|
7313
|
+
"kind": "expression"
|
|
7314
|
+
}
|
|
7315
|
+
},
|
|
7316
|
+
{
|
|
7317
|
+
"name": "skill",
|
|
7318
|
+
"description": "Skill tag configuration",
|
|
7319
|
+
"value": {
|
|
7320
|
+
"type": "SenderSkill",
|
|
7321
|
+
"kind": "expression"
|
|
7322
|
+
}
|
|
7323
|
+
},
|
|
7324
|
+
{
|
|
7325
|
+
"name": "placeholder",
|
|
7326
|
+
"description": "Placeholder text",
|
|
7327
|
+
"value": {
|
|
7328
|
+
"type": "string",
|
|
7329
|
+
"kind": "expression"
|
|
7330
|
+
}
|
|
7331
|
+
},
|
|
7332
|
+
{
|
|
7333
|
+
"name": "show-actions",
|
|
7334
|
+
"description": "Whether to show the default action area",
|
|
7335
|
+
"value": {
|
|
7336
|
+
"type": "boolean",
|
|
7337
|
+
"kind": "expression"
|
|
7338
|
+
}
|
|
7339
|
+
},
|
|
7340
|
+
{
|
|
7341
|
+
"name": "components",
|
|
7342
|
+
"description": "Replace internal input components",
|
|
7343
|
+
"value": {
|
|
7344
|
+
"type": "SenderComponents",
|
|
7345
|
+
"kind": "expression"
|
|
7346
|
+
}
|
|
7347
|
+
},
|
|
7348
|
+
{
|
|
7349
|
+
"name": "class-names",
|
|
7350
|
+
"description": "Semantic node class names",
|
|
7351
|
+
"value": {
|
|
7352
|
+
"type": "Partial",
|
|
7353
|
+
"kind": "expression"
|
|
7354
|
+
}
|
|
7355
|
+
},
|
|
7356
|
+
{
|
|
7357
|
+
"name": "styles",
|
|
7358
|
+
"description": "Semantic node styles",
|
|
7359
|
+
"value": {
|
|
7360
|
+
"type": "Partial",
|
|
7361
|
+
"kind": "expression"
|
|
7362
|
+
}
|
|
7363
|
+
}
|
|
7364
|
+
],
|
|
7365
|
+
"events": [],
|
|
7366
|
+
"slots": []
|
|
7367
|
+
},
|
|
6875
7368
|
{
|
|
6876
7369
|
"name": "sd-line",
|
|
6877
7370
|
"attributes": [
|
|
@@ -8743,6 +9236,22 @@
|
|
|
8743
9236
|
"kind": "expression"
|
|
8744
9237
|
}
|
|
8745
9238
|
},
|
|
9239
|
+
{
|
|
9240
|
+
"name": "fit-width",
|
|
9241
|
+
"description": "Whether the width adapts to the text content",
|
|
9242
|
+
"value": {
|
|
9243
|
+
"type": "boolean",
|
|
9244
|
+
"kind": "expression"
|
|
9245
|
+
}
|
|
9246
|
+
},
|
|
9247
|
+
{
|
|
9248
|
+
"name": "max-wfull",
|
|
9249
|
+
"description": "Whether the maximum width is limited to the parent container width",
|
|
9250
|
+
"value": {
|
|
9251
|
+
"type": "boolean",
|
|
9252
|
+
"kind": "expression"
|
|
9253
|
+
}
|
|
9254
|
+
},
|
|
8746
9255
|
{
|
|
8747
9256
|
"name": "disabled",
|
|
8748
9257
|
"description": "Whether to disable",
|
|
@@ -8929,6 +9438,22 @@
|
|
|
8929
9438
|
"kind": "expression"
|
|
8930
9439
|
}
|
|
8931
9440
|
},
|
|
9441
|
+
{
|
|
9442
|
+
"name": "fit-width",
|
|
9443
|
+
"description": "Whether the width adapts to the text content",
|
|
9444
|
+
"value": {
|
|
9445
|
+
"type": "boolean",
|
|
9446
|
+
"kind": "expression"
|
|
9447
|
+
}
|
|
9448
|
+
},
|
|
9449
|
+
{
|
|
9450
|
+
"name": "max-wfull",
|
|
9451
|
+
"description": "Whether the maximum width is limited to the parent container width",
|
|
9452
|
+
"value": {
|
|
9453
|
+
"type": "boolean",
|
|
9454
|
+
"kind": "expression"
|
|
9455
|
+
}
|
|
9456
|
+
},
|
|
8932
9457
|
{
|
|
8933
9458
|
"name": "size",
|
|
8934
9459
|
"description": "Input box size",
|
|
@@ -9316,6 +9841,14 @@
|
|
|
9316
9841
|
{
|
|
9317
9842
|
"name": "sd-tooltip",
|
|
9318
9843
|
"attributes": [
|
|
9844
|
+
{
|
|
9845
|
+
"name": "floating-options",
|
|
9846
|
+
"description": "Complete Floating UI Vue options.",
|
|
9847
|
+
"value": {
|
|
9848
|
+
"type": "FloatingOptions",
|
|
9849
|
+
"kind": "expression"
|
|
9850
|
+
}
|
|
9851
|
+
},
|
|
9319
9852
|
{
|
|
9320
9853
|
"name": "popup-visible",
|
|
9321
9854
|
"description": "Whether the tooltip is visible",
|
|
@@ -9642,6 +10175,22 @@
|
|
|
9642
10175
|
"kind": "expression"
|
|
9643
10176
|
}
|
|
9644
10177
|
},
|
|
10178
|
+
{
|
|
10179
|
+
"name": "fit-width",
|
|
10180
|
+
"description": "Whether the width adapts to the text content",
|
|
10181
|
+
"value": {
|
|
10182
|
+
"type": "boolean",
|
|
10183
|
+
"kind": "expression"
|
|
10184
|
+
}
|
|
10185
|
+
},
|
|
10186
|
+
{
|
|
10187
|
+
"name": "max-wfull",
|
|
10188
|
+
"description": "Whether the maximum width is limited to the parent container width",
|
|
10189
|
+
"value": {
|
|
10190
|
+
"type": "boolean",
|
|
10191
|
+
"kind": "expression"
|
|
10192
|
+
}
|
|
10193
|
+
},
|
|
9645
10194
|
{
|
|
9646
10195
|
"name": "max-tag-count",
|
|
9647
10196
|
"description": "The maximum number of labels displayed, only valid in multi-select mode",
|
|
@@ -10234,6 +10783,14 @@
|
|
|
10234
10783
|
{
|
|
10235
10784
|
"name": "sd-trigger",
|
|
10236
10785
|
"attributes": [
|
|
10786
|
+
{
|
|
10787
|
+
"name": "floating-options",
|
|
10788
|
+
"description": "Complete Floating UI Vue options. These options take precedence over legacy positioning props.",
|
|
10789
|
+
"value": {
|
|
10790
|
+
"type": "FloatingOptions",
|
|
10791
|
+
"kind": "expression"
|
|
10792
|
+
}
|
|
10793
|
+
},
|
|
10237
10794
|
{
|
|
10238
10795
|
"name": "popup-visible",
|
|
10239
10796
|
"description": "Whether the popup is visible",
|