@sdata/web-vue 1.11.1 → 1.13.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 +177 -6
- package/dist/sd.min.css +1 -1
- package/es/_components/icon-hover.vue.d.ts +1 -1
- package/es/_components/picker/input-range.vue.d.ts +1 -1
- package/es/_components/picker/input.vue.d.ts +1 -1
- package/es/_components/select-view/style/index.css +13 -6
- package/es/_components/virtual-list/virtual-list.vue.d.ts +6 -6
- package/es/_components/virtual-list/virtual-list.vue_vue_type_script_lang.js +2 -2
- package/es/_hooks/use-allow-search.d.ts +10 -0
- package/es/_hooks/use-allow-search.js +31 -0
- package/es/_hooks/use-component-ref.d.ts +1 -1
- package/es/_hooks/use-dropdown-virtual-list-props.d.ts +5 -0
- package/es/_hooks/use-dropdown-virtual-list-props.js +21 -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/_hooks/use-trigger.d.ts +1 -1
- package/es/_utils/color.js +1 -1
- package/es/_utils/date.js +7 -1
- package/es/_utils/dom.js +1 -1
- package/es/_utils/global-config.js +1 -1
- package/es/_utils/omit.js +1 -1
- package/es/_utils/responsive-observe.js +1 -1
- package/es/_utils/virtual-dropdown.js +1 -1
- package/es/_utils/vue-utils.js +4 -18
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/asyncToGenerator.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/defineProperty.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/extends.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/objectDestructuringEmpty.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/objectSpread2.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/objectWithoutProperties.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/objectWithoutPropertiesLoose.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/toPrimitive.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/toPropertyKey.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/typeof.js +1 -1
- package/es/affix/affix.vue_vue_type_script_lang.js +31 -3
- package/es/alert/alert.vue.d.ts +2 -2
- package/es/alert/alert.vue_vue_type_script_lang.js +55 -0
- package/es/alert/index.d.ts +5 -5
- package/es/anchor/anchor-link.vue_vue_type_script_lang.js +8 -0
- package/es/anchor/anchor.vue_vue_type_script_lang.js +32 -0
- package/es/auto-complete/auto-complete.d.ts +1 -1
- package/es/auto-complete/auto-complete.js +107 -3
- package/es/auto-complete/index.d.ts +3 -3
- package/es/avatar/avatar-group.js +31 -0
- package/es/avatar/avatar.vue_vue_type_script_lang.js +51 -1
- package/es/back-top/back-top.vue_vue_type_script_lang.js +16 -0
- package/es/badge/badge.js +34 -1
- package/es/breadcrumb/breadcrumb-item.js +27 -0
- package/es/breadcrumb/breadcrumb.js +39 -0
- package/es/button/button-group.vue_vue_type_script_lang.js +22 -0
- package/es/button/button.vue_vue_type_script_lang.js +58 -1
- package/es/calendar/calendar.js +47 -0
- package/es/calendar/month.js +1 -1
- package/es/calendar/year.js +1 -1
- package/es/card/card-grid.vue_vue_type_script_lang.js +6 -1
- package/es/card/card-meta.js +23 -0
- package/es/card/card.js +54 -0
- package/es/carousel/carousel.js +68 -1
- package/es/cascader/cascader-panel.js +2 -28
- package/es/cascader/cascader-panel.vue.d.ts +24 -306
- package/es/cascader/{cascader-panel.vue_vue_type_script_lang.js → cascader-panel.vue_vue_type_script_setup_true_lang.js} +92 -101
- package/es/cascader/cascader.js +2 -145
- package/es/cascader/cascader.vue.d.ts +54 -1290
- package/es/cascader/{cascader.vue_vue_type_script_lang.js → cascader.vue_vue_type_script_setup_true_lang.js} +257 -177
- package/es/cascader/index.d.ts +4 -2986
- package/es/cascader/types.d.ts +79 -0
- package/es/checkbox/checkbox-group.js +48 -0
- package/es/checkbox/checkbox.d.ts +1 -1
- package/es/checkbox/checkbox.js +35 -0
- package/es/checkbox/index.d.ts +2 -2
- package/es/collapse/collapse-item.d.ts +1 -1
- package/es/collapse/collapse-item.js +36 -0
- package/es/collapse/collapse.vue_vue_type_script_lang.js +47 -0
- package/es/collapse/index.d.ts +1 -1
- package/es/color-picker/color-picker.d.ts +1 -1
- package/es/color-picker/color-picker.js +90 -1
- package/es/color-picker/index.d.ts +3 -3
- package/es/color-picker/panel.js +5 -2
- package/es/color-picker/utils.js +1 -1
- package/es/comment/comment.js +47 -1
- package/es/comment/comment.vue.d.ts +2 -2
- package/es/comment/index.d.ts +3 -3
- package/es/components.d.ts +132 -127
- package/es/config-provider/config-provider.vue.d.ts +16 -0
- package/es/config-provider/config-provider.vue_vue_type_script_lang.js +78 -1
- package/es/config-provider/context.d.ts +3 -0
- package/es/config-provider/index.d.ts +24 -0
- package/es/config-provider/theme-provider.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/config-provider/theme.js +1 -1
- package/es/copy/copy.js +5 -0
- package/es/copy/copy.vue.d.ts +15 -0
- package/es/copy/copy.vue_vue_type_script_setup_true_lang.js +95 -0
- package/es/copy/index.d.ts +15 -0
- package/es/copy/index.js +10 -0
- package/es/copy/style/css.js +2 -0
- package/es/copy/style/index.css +25 -0
- package/es/copy/style/index.d.ts +2 -0
- package/es/copy/style/index.js +2 -0
- package/es/copy/style/index.scss +15 -0
- package/es/copy/style/token.scss +3 -0
- package/es/copy/types.d.ts +21 -0
- package/es/cropper/cropper.js +5 -0
- package/es/cropper/cropper.vue.d.ts +45 -0
- package/es/cropper/cropper.vue_vue_type_script_setup_true_lang.js +266 -0
- package/es/cropper/index.d.ts +130 -0
- package/es/cropper/index.js +10 -0
- package/es/cropper/interface.d.ts +59 -0
- package/es/cropper/style/css.js +2 -0
- package/es/cropper/style/index.css +51 -0
- package/es/cropper/style/index.d.ts +2 -0
- package/es/cropper/style/index.js +2 -0
- package/es/cropper/style/index.scss +43 -0
- package/es/cropper/style/token.scss +8 -0
- package/es/date-picker/hooks/use-range-time-picker-value.js +1 -1
- package/es/date-picker/index.d.ts +187 -709
- package/es/date-picker/panels/date/index.js +1 -1
- package/es/date-picker/panels/date/index.vue.d.ts +1 -1
- package/es/date-picker/panels/date/index.vue_vue_type_script_lang.js +1 -1
- package/es/date-picker/panels/footer.vue.d.ts +55 -577
- package/es/date-picker/panels/footer.vue_vue_type_script_lang.js +1 -1
- package/es/date-picker/panels/month/index.js +1 -1
- package/es/date-picker/panels/quarter/index.js +1 -1
- package/es/date-picker/panels/week/index.vue.d.ts +1 -1
- package/es/date-picker/panels/year/index.js +1 -1
- package/es/date-picker/picker-panel.vue.d.ts +264 -786
- package/es/date-picker/picker.js +1 -1
- package/es/date-picker/picker.vue.d.ts +174 -696
- package/es/date-picker/picker.vue_vue_type_script_lang.js +193 -1
- package/es/date-picker/pickers/date-picker.js +42 -0
- package/es/date-picker/pickers/month-picker.js +12 -0
- package/es/date-picker/pickers/quarter-picker.js +17 -0
- package/es/date-picker/pickers/week-picker.js +23 -0
- package/es/date-picker/pickers/year-picker.js +12 -0
- package/es/date-picker/range-picker-panel.vue.d.ts +263 -785
- package/es/date-picker/range-picker-panel.vue_vue_type_script_lang.js +1 -1
- package/es/date-picker/range-picker.js +1 -1
- package/es/date-picker/range-picker.vue.d.ts +187 -709
- package/es/date-picker/range-picker.vue_vue_type_script_lang.js +120 -1
- package/es/descriptions/descriptions-item.vue_vue_type_script_lang.js +16 -0
- package/es/descriptions/descriptions.d.ts +1 -1
- package/es/descriptions/descriptions.js +65 -1
- package/es/descriptions/index.d.ts +3 -3
- package/es/divider/divider.js +24 -0
- package/es/drawer/drawer.vue.d.ts +2 -2
- package/es/drawer/drawer.vue_vue_type_script_lang.js +161 -2
- package/es/drawer/index.d.ts +5 -5
- package/es/drawer/index.js +2 -2
- package/es/dropdown/dropdown-button.vue.d.ts +18 -18
- package/es/dropdown/dropdown-button.vue_vue_type_script_lang.js +70 -0
- package/es/dropdown/dropdown-group.vue_vue_type_script_lang.js +12 -1
- package/es/dropdown/dropdown-option.vue.d.ts +2 -2
- package/es/dropdown/dropdown-option.vue_vue_type_script_lang.js +20 -1
- package/es/dropdown/dropdown-panel.vue.d.ts +6 -6
- package/es/dropdown/dropdown-submenu.vue.d.ts +20 -20
- package/es/dropdown/dropdown-submenu.vue_vue_type_script_lang.js +57 -0
- package/es/dropdown/dropdown.vue.d.ts +18 -18
- package/es/dropdown/dropdown.vue_vue_type_script_lang.js +55 -0
- package/es/dropdown/index.d.ts +76 -76
- package/es/ellipsis/ellipsis.vue.d.ts +24 -24
- package/es/ellipsis/ellipsis.vue_vue_type_script_lang.js +25 -2
- package/es/ellipsis/index.d.ts +96 -96
- package/es/ellipsis/performant-ellipsis.vue.d.ts +24 -24
- package/es/ellipsis/performant-ellipsis.vue_vue_type_script_lang.js +24 -1
- package/es/empty/empty.js +18 -0
- package/es/form/form-item-label.vue.d.ts +24 -24
- package/es/form/form-item.vue.d.ts +28 -28
- package/es/form/form-item.vue_vue_type_script_lang.js +146 -3
- package/es/form/form.vue_vue_type_script_lang.js +108 -0
- package/es/form/index.d.ts +28 -28
- package/es/grid/grid-col.vue_vue_type_script_lang.js +42 -1
- package/es/grid/grid-item.vue_vue_type_script_lang.js +13 -1
- package/es/grid/grid-row.vue_vue_type_script_lang.js +21 -0
- package/es/grid/grid.vue_vue_type_script_lang.js +20 -0
- package/es/icon.js +5 -5
- package/es/image/image.js +1 -1
- package/es/image/image.vue.d.ts +26 -26
- package/es/image/image.vue_vue_type_script_lang.js +82 -0
- package/es/image/preview-action.d.ts +24 -24
- package/es/image/preview-action.js +8 -0
- package/es/image/preview-group.js +1 -1
- package/es/image/preview-group.vue.d.ts +24 -24
- package/es/image/preview-group.vue_vue_type_script_lang.js +48 -0
- package/es/image/preview-toolbar.vue.d.ts +24 -24
- package/es/image/preview-toolbar.vue_vue_type_script_lang.js +1 -0
- package/es/image/preview.vue.d.ts +24 -24
- package/es/image/preview.vue_vue_type_script_lang.js +56 -1
- package/es/index.css +177 -6
- package/es/index.d.ts +9 -1
- package/es/index.js +6 -2
- package/es/index.scss +4 -0
- package/es/input/index.d.ts +5 -5
- package/es/input/input-password.vue.d.ts +2 -2
- package/es/input/input-password.vue_vue_type_script_lang.js +13 -0
- package/es/input/input-search.js +35 -1
- package/es/input/input.d.ts +1 -1
- package/es/input/input.js +129 -1
- package/es/input-number/index.d.ts +38 -26
- package/es/input-number/input-number.d.ts +20 -11
- package/es/input-number/input-number.js +205 -23
- package/es/input-tag/input-tag.js +137 -1
- package/es/input-tag/style/index.css +13 -6
- package/es/input-tag/utils.js +1 -1
- package/es/layout/content.js +5 -0
- package/es/layout/footer.js +5 -0
- package/es/layout/header.js +5 -0
- package/es/layout/layout.vue_vue_type_script_lang.js +6 -1
- package/es/layout/sider.vue_vue_type_script_lang.js +46 -0
- package/es/link/index.d.ts +44 -564
- package/es/link/interface.d.ts +15 -0
- package/es/link/link.js +2 -17
- package/es/link/link.vue.d.ts +31 -286
- package/es/link/link.vue_vue_type_script_setup_true_lang.js +112 -0
- package/es/link/style/index.css +6 -0
- package/es/link/style/index.scss +10 -0
- package/es/list/index.d.ts +3 -3
- package/es/list/list-item-meta.vue_vue_type_script_lang.js +23 -0
- package/es/list/list-item.js +21 -1
- package/es/list/list.d.ts +1 -1
- package/es/list/list.js +104 -2
- package/es/mention/index.d.ts +6 -6
- package/es/mention/mention.d.ts +2 -2
- package/es/mention/mention.js +87 -1
- package/es/menu/base-menu.vue.d.ts +1 -1
- package/es/menu/base-menu.vue_vue_type_script_lang.js +102 -0
- package/es/menu/item-group.vue_vue_type_script_lang.js +11 -1
- package/es/menu/item.d.ts +1 -1
- package/es/menu/item.js +13 -2
- package/es/menu/menu.d.ts +2 -2
- package/es/menu/menu.js +2 -1
- package/es/menu/sub-menu-pop.vue.d.ts +14 -14
- package/es/menu/sub-menu.js +40 -1
- package/es/message/index.js +1 -1
- package/es/message/message.vue.d.ts +1 -1
- package/es/modal/index.d.ts +5 -5
- package/es/modal/index.js +2 -2
- package/es/modal/modal.vue.d.ts +2 -2
- package/es/modal/modal.vue_vue_type_script_lang.js +193 -2
- package/es/notification/index.js +1 -1
- package/es/notification/notification.vue.d.ts +1 -1
- package/es/overflow-list/index.d.ts +3 -3
- package/es/overflow-list/overflow-list.d.ts +1 -1
- package/es/overflow-list/overflow-list.js +25 -1
- package/es/page-header/index.d.ts +2 -2
- package/es/page-header/page-header.vue.d.ts +1 -1
- package/es/page-header/page-header.vue_vue_type_script_lang.js +38 -0
- package/es/pagination/page-jumper.vue.d.ts +38 -25
- package/es/pagination/page-options.vue.d.ts +34 -34
- package/es/pagination/pagination.js +122 -0
- package/es/popconfirm/index.d.ts +24 -24
- package/es/popconfirm/popconfirm.vue.d.ts +12 -12
- package/es/popconfirm/popconfirm.vue_vue_type_script_lang.js +95 -1
- package/es/popover/index.d.ts +24 -24
- package/es/popover/popover.vue.d.ts +12 -12
- package/es/popover/popover.vue_vue_type_script_lang.js +62 -0
- package/es/progress/circle.vue.d.ts +3 -3
- package/es/progress/index.d.ts +23 -23
- package/es/progress/line.vue.d.ts +2 -2
- package/es/progress/line.vue_vue_type_script_lang.js +1 -1
- package/es/progress/progress.vue.d.ts +12 -12
- package/es/progress/progress.vue_vue_type_script_lang.js +48 -0
- package/es/progress/steps.vue.d.ts +2 -2
- package/es/radio/index.d.ts +2 -2
- package/es/radio/radio-group.js +53 -0
- package/es/radio/radio.d.ts +1 -1
- package/es/radio/radio.js +36 -0
- package/es/rate/rate.js +54 -0
- package/es/resize-box/resize-box.vue_vue_type_script_lang.js +47 -1
- package/es/result/result.vue_vue_type_script_lang.js +40 -0
- package/es/scrollbar/index.d.ts +6 -6
- package/es/scrollbar/scrollbar.vue.d.ts +3 -3
- package/es/scrollbar/scrollbar.vue_vue_type_script_lang.js +108 -2
- package/es/sd-vue.js +10 -2
- package/es/secret/index.d.ts +48 -0
- package/es/secret/index.js +10 -0
- package/es/secret/secret.js +5 -0
- package/es/secret/secret.vue.d.ts +17 -0
- package/es/secret/secret.vue_vue_type_script_setup_true_lang.js +64 -0
- package/es/secret/style/css.js +2 -0
- package/es/secret/style/index.css +54 -0
- package/es/secret/style/index.d.ts +2 -0
- package/es/secret/style/index.js +2 -0
- package/es/secret/style/index.scss +48 -0
- package/es/secret/style/token.scss +9 -0
- package/es/select/hooks/use-options.js +1 -1
- package/es/select/index.d.ts +34 -34
- package/es/select/optgroup.vue_vue_type_script_lang.js +12 -1
- package/es/select/option.vue.d.ts +4 -4
- package/es/select/option.vue_vue_type_script_lang.js +27 -0
- package/es/select/select-dropdown.vue.d.ts +7 -7
- package/es/select/select.d.ts +14 -14
- package/es/select/select.js +13 -9
- package/es/select/utils.js +1 -1
- package/es/skeleton/line.vue_vue_type_script_lang.js +16 -0
- package/es/skeleton/shape.vue_vue_type_script_lang.js +10 -0
- package/es/skeleton/skeleton.vue_vue_type_script_lang.js +8 -0
- package/es/slider/index.d.ts +120 -96
- package/es/slider/slider-button.vue.d.ts +24 -24
- package/es/slider/slider-input.vue.d.ts +36 -24
- package/es/slider/slider.vue.d.ts +60 -48
- package/es/slider/slider.vue_vue_type_script_lang.js +55 -0
- package/es/space/index.d.ts +6 -6
- package/es/space/space.d.ts +1 -1
- package/es/space/space.js +27 -0
- package/es/spin/spin.js +35 -0
- package/es/split/split.vue_vue_type_script_lang.js +62 -1
- package/es/statistic/countdown.vue_vue_type_script_lang.js +36 -1
- package/es/statistic/statistic.vue_vue_type_script_lang.js +74 -0
- package/es/steps/index.d.ts +3 -3
- package/es/steps/step.vue_vue_type_script_lang.js +36 -0
- package/es/steps/steps.vue.d.ts +1 -1
- package/es/steps/steps.vue_vue_type_script_lang.js +47 -0
- package/es/switch/switch.vue_vue_type_script_lang.js +98 -1
- package/es/table/index.d.ts +14 -14
- package/es/table/table-column.d.ts +2 -2
- package/es/table/table-column.js +115 -0
- package/es/table/table-operation-td.d.ts +4 -4
- package/es/table/table-operation-td.js +1 -1
- package/es/table/table-operation-th.js +1 -1
- package/es/table/table-td.js +1 -1
- package/es/table/table-th.js +1 -1
- package/es/table/table.d.ts +7 -7
- package/es/table/table.js +442 -3
- package/es/table/utils.js +1 -1
- package/es/tabs/tab-pane.vue_vue_type_script_lang.js +23 -1
- package/es/tabs/tabs-tab.vue.d.ts +1 -1
- package/es/tabs/tabs.js +104 -0
- package/es/tag/index.d.ts +29238 -75
- package/es/tag/interface.d.ts +9 -1
- package/es/tag/style/index.css +13 -6
- package/es/tag/style/index.scss +16 -4
- package/es/tag/tag.js +26 -5
- package/es/tag/tag.vue.d.ts +11690 -9
- package/es/tag/tag.vue_vue_type_script_lang.js +139 -3
- package/es/tag-group/index.d.ts +64 -0
- package/es/tag-group/index.js +10 -0
- package/es/tag-group/interface.d.ts +18 -0
- package/es/tag-group/style/css.js +2 -0
- package/es/tag-group/style/index.css +92 -0
- package/es/tag-group/style/index.d.ts +2 -0
- package/es/tag-group/style/index.js +2 -0
- package/es/tag-group/style/index.scss +108 -0
- package/es/tag-group/style/token.scss +6 -0
- package/es/tag-group/tag-group.js +5 -0
- package/es/tag-group/tag-group.vue.d.ts +46 -0
- package/es/tag-group/tag-group.vue_vue_type_script_setup_true_lang.js +360 -0
- package/es/textarea/index.d.ts +2 -2
- package/es/textarea/textarea.vue.d.ts +1 -1
- package/es/textarea/textarea.vue_vue_type_script_lang.js +90 -1
- package/es/time-picker/index.d.ts +35 -35
- package/es/time-picker/panel.vue.d.ts +1 -1
- package/es/time-picker/range-panel.d.ts +1 -1
- package/es/time-picker/range-panel.js +1 -1
- package/es/time-picker/time-picker.js +1 -1
- package/es/time-picker/time-picker.vue.d.ts +17 -17
- package/es/time-picker/time-picker.vue_vue_type_script_lang.js +132 -0
- package/es/timeline/item.vue_vue_type_script_lang.js +38 -1
- package/es/timeline/timeline.js +28 -0
- package/es/tooltip/index.d.ts +24 -24
- package/es/tooltip/tooltip.vue.d.ts +12 -12
- package/es/tooltip/tooltip.vue_vue_type_script_lang.js +61 -1
- package/es/transfer/index.d.ts +27 -27
- package/es/transfer/transfer-view.vue.d.ts +12 -12
- package/es/transfer/transfer.vue.d.ts +13 -13
- package/es/transfer/transfer.vue_vue_type_script_lang.js +136 -0
- package/es/tree/base-node.vue.d.ts +2 -2
- package/es/tree/base-node.vue_vue_type_script_lang.js +7 -0
- package/es/tree/node.js +1 -1
- package/es/tree/transition-node-list.vue.d.ts +2 -2
- package/es/tree/tree.vue.d.ts +8 -8
- package/es/tree/tree.vue_vue_type_script_lang.js +287 -2
- package/es/tree/utils/tree-data.js +1 -1
- package/es/tree-select/hooks/use-selected-state.js +1 -1
- package/es/tree-select/panel.js +1 -1
- package/es/tree-select/tree-select.js +1 -1
- package/es/tree-select/tree-select.vue.d.ts +17 -17
- package/es/tree-select/tree-select.vue_vue_type_script_lang.js +287 -10
- package/es/trigger/index.d.ts +12 -12
- package/es/trigger/trigger.d.ts +7 -7
- package/es/trigger/trigger.js +161 -1
- package/es/trigger/utils.js +1 -1
- package/es/typography/base.d.ts +8 -1
- package/es/typography/base.js +127 -3
- package/es/typography/edit-content.vue.d.ts +15 -15
- package/es/typography/index.d.ts +1 -1
- package/es/typography/interface.d.ts +2 -0
- package/es/typography/operations.js +30 -0
- package/es/typography/operations.vue.d.ts +24 -24
- package/es/typography/paragraph.js +8 -0
- package/es/typography/title.d.ts +1 -1
- package/es/typography/title.js +6 -1
- package/es/upload/upload-button.d.ts +1 -1
- package/es/upload/upload.js +279 -2
- package/es/verification-code/index.d.ts +3 -3
- package/es/verification-code/verification-code.d.ts +1 -1
- package/es/verification-code/verification-code.js +59 -0
- package/es/watermark/hooks/use-mutation-observer.js +1 -1
- package/es/watermark/index.d.ts +3 -3
- package/es/watermark/watermark.d.ts +1 -1
- package/es/watermark/watermark.js +58 -1
- package/es/web-vue.css +24 -24
- package/json/vetur-attributes.json +137 -218
- package/json/vetur-tags.json +59 -67
- package/json/web-types.json +312 -493
- package/package.json +9 -7
- package/es/_utils/clipboard.d.ts +0 -1
- package/es/_utils/clipboard.js +0 -35
- package/es/link/link.vue_vue_type_script_lang.js +0 -56
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": "1.
|
|
5
|
+
"version": "1.12.0",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -1150,494 +1150,16 @@
|
|
|
1150
1150
|
"slots": []
|
|
1151
1151
|
},
|
|
1152
1152
|
{
|
|
1153
|
-
"name": "
|
|
1154
|
-
"attributes": [
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
{
|
|
1164
|
-
"name": "multiple",
|
|
1165
|
-
"description": "Whether it is a multi-selection state (The search is turned on by default in the multi-select mode)",
|
|
1166
|
-
"value": {
|
|
1167
|
-
"type": "boolean",
|
|
1168
|
-
"kind": "expression"
|
|
1169
|
-
}
|
|
1170
|
-
},
|
|
1171
|
-
{
|
|
1172
|
-
"name": "model-value",
|
|
1173
|
-
"description": "Value",
|
|
1174
|
-
"value": {
|
|
1175
|
-
"type": "CascaderModelValue",
|
|
1176
|
-
"kind": "expression"
|
|
1177
|
-
}
|
|
1178
|
-
},
|
|
1179
|
-
{
|
|
1180
|
-
"name": "value",
|
|
1181
|
-
"description": "Value, Naive compatibility alias",
|
|
1182
|
-
"value": {
|
|
1183
|
-
"type": "CascaderModelValue",
|
|
1184
|
-
"kind": "expression"
|
|
1185
|
-
}
|
|
1186
|
-
},
|
|
1187
|
-
{
|
|
1188
|
-
"name": "default-value",
|
|
1189
|
-
"description": "Default value (uncontrolled state)",
|
|
1190
|
-
"value": {
|
|
1191
|
-
"type": "CascaderModelValue",
|
|
1192
|
-
"kind": "expression"
|
|
1193
|
-
}
|
|
1194
|
-
},
|
|
1195
|
-
{
|
|
1196
|
-
"name": "options",
|
|
1197
|
-
"description": "Options for cascader",
|
|
1198
|
-
"value": {
|
|
1199
|
-
"type": "CascaderOption[]",
|
|
1200
|
-
"kind": "expression"
|
|
1201
|
-
}
|
|
1202
|
-
},
|
|
1203
|
-
{
|
|
1204
|
-
"name": "expand-trigger",
|
|
1205
|
-
"description": "Expand the trigger method of the next level",
|
|
1206
|
-
"value": {
|
|
1207
|
-
"type": "string",
|
|
1208
|
-
"kind": "expression"
|
|
1209
|
-
}
|
|
1210
|
-
},
|
|
1211
|
-
{
|
|
1212
|
-
"name": "check-strictly",
|
|
1213
|
-
"description": "Whether to enable strict selection mode",
|
|
1214
|
-
"value": {
|
|
1215
|
-
"type": "boolean",
|
|
1216
|
-
"kind": "expression"
|
|
1217
|
-
}
|
|
1218
|
-
},
|
|
1219
|
-
{
|
|
1220
|
-
"name": "load-more",
|
|
1221
|
-
"description": "Data lazy loading function, open the lazy loading function when it is passed in",
|
|
1222
|
-
"value": {
|
|
1223
|
-
"type": "(option: CascaderOption, done: (children?: CascaderOption[]) => void) => void",
|
|
1224
|
-
"kind": "expression"
|
|
1225
|
-
}
|
|
1226
|
-
},
|
|
1227
|
-
{
|
|
1228
|
-
"name": "field-names",
|
|
1229
|
-
"description": "Customize fields in `CascaderOption`",
|
|
1230
|
-
"value": {
|
|
1231
|
-
"type": "CascaderFieldNames",
|
|
1232
|
-
"kind": "expression"
|
|
1233
|
-
}
|
|
1234
|
-
},
|
|
1235
|
-
{
|
|
1236
|
-
"name": "value-key",
|
|
1237
|
-
"description": "Used to determine the option key value attribute name",
|
|
1238
|
-
"value": {
|
|
1239
|
-
"type": "string",
|
|
1240
|
-
"kind": "expression"
|
|
1241
|
-
}
|
|
1242
|
-
},
|
|
1243
|
-
{
|
|
1244
|
-
"name": "expand-child",
|
|
1245
|
-
"description": "whether to expand the submenu",
|
|
1246
|
-
"value": {
|
|
1247
|
-
"type": "boolean",
|
|
1248
|
-
"kind": "expression"
|
|
1249
|
-
}
|
|
1250
|
-
}
|
|
1251
|
-
],
|
|
1252
|
-
"events": [
|
|
1253
|
-
{
|
|
1254
|
-
"name": "change",
|
|
1255
|
-
"description": "Triggered when the selected value changes"
|
|
1256
|
-
}
|
|
1257
|
-
],
|
|
1258
|
-
"slots": [
|
|
1259
|
-
{
|
|
1260
|
-
"name": "empty",
|
|
1261
|
-
"description": "Display content when the option is empty"
|
|
1262
|
-
}
|
|
1263
|
-
]
|
|
1264
|
-
},
|
|
1265
|
-
{
|
|
1266
|
-
"name": "sd-cascader",
|
|
1267
|
-
"attributes": [
|
|
1268
|
-
{
|
|
1269
|
-
"name": "path-mode",
|
|
1270
|
-
"description": "Whether the value is a path",
|
|
1271
|
-
"value": {
|
|
1272
|
-
"type": "boolean",
|
|
1273
|
-
"kind": "expression"
|
|
1274
|
-
}
|
|
1275
|
-
},
|
|
1276
|
-
{
|
|
1277
|
-
"name": "multiple",
|
|
1278
|
-
"description": "Whether it is a multi-selection state (The search is turned on by default in the multi-select mode)",
|
|
1279
|
-
"value": {
|
|
1280
|
-
"type": "boolean",
|
|
1281
|
-
"kind": "expression"
|
|
1282
|
-
}
|
|
1283
|
-
},
|
|
1284
|
-
{
|
|
1285
|
-
"name": "model-value",
|
|
1286
|
-
"description": "Value",
|
|
1287
|
-
"value": {
|
|
1288
|
-
"type": "CascaderModelValue",
|
|
1289
|
-
"kind": "expression"
|
|
1290
|
-
}
|
|
1291
|
-
},
|
|
1292
|
-
{
|
|
1293
|
-
"name": "value",
|
|
1294
|
-
"description": "Value, Naive compatibility alias",
|
|
1295
|
-
"value": {
|
|
1296
|
-
"type": "CascaderModelValue",
|
|
1297
|
-
"kind": "expression"
|
|
1298
|
-
}
|
|
1299
|
-
},
|
|
1300
|
-
{
|
|
1301
|
-
"name": "default-value",
|
|
1302
|
-
"description": "Default value (uncontrolled state)",
|
|
1303
|
-
"value": {
|
|
1304
|
-
"type": "CascaderModelValue",
|
|
1305
|
-
"kind": "expression"
|
|
1306
|
-
}
|
|
1307
|
-
},
|
|
1308
|
-
{
|
|
1309
|
-
"name": "options",
|
|
1310
|
-
"description": "Options for cascader",
|
|
1311
|
-
"value": {
|
|
1312
|
-
"type": "CascaderOption[]",
|
|
1313
|
-
"kind": "expression"
|
|
1314
|
-
}
|
|
1315
|
-
},
|
|
1316
|
-
{
|
|
1317
|
-
"name": "disabled",
|
|
1318
|
-
"description": "Whether to disable",
|
|
1319
|
-
"value": {
|
|
1320
|
-
"type": "boolean",
|
|
1321
|
-
"kind": "expression"
|
|
1322
|
-
}
|
|
1323
|
-
},
|
|
1324
|
-
{
|
|
1325
|
-
"name": "error",
|
|
1326
|
-
"description": "Whether it is an error state",
|
|
1327
|
-
"value": {
|
|
1328
|
-
"type": "boolean",
|
|
1329
|
-
"kind": "expression"
|
|
1330
|
-
}
|
|
1331
|
-
},
|
|
1332
|
-
{
|
|
1333
|
-
"name": "size",
|
|
1334
|
-
"description": "The size of the select",
|
|
1335
|
-
"value": {
|
|
1336
|
-
"type": "Size",
|
|
1337
|
-
"kind": "expression"
|
|
1338
|
-
}
|
|
1339
|
-
},
|
|
1340
|
-
{
|
|
1341
|
-
"name": "allow-search",
|
|
1342
|
-
"description": "Whether to allow searching",
|
|
1343
|
-
"value": {
|
|
1344
|
-
"type": "boolean",
|
|
1345
|
-
"kind": "expression"
|
|
1346
|
-
}
|
|
1347
|
-
},
|
|
1348
|
-
{
|
|
1349
|
-
"name": "filterable",
|
|
1350
|
-
"description": "Whether to allow searching, Naive compatibility alias",
|
|
1351
|
-
"value": {
|
|
1352
|
-
"type": "boolean",
|
|
1353
|
-
"kind": "expression"
|
|
1354
|
-
}
|
|
1355
|
-
},
|
|
1356
|
-
{
|
|
1357
|
-
"name": "allow-clear",
|
|
1358
|
-
"description": "Whether to allow clear",
|
|
1359
|
-
"value": {
|
|
1360
|
-
"type": "boolean",
|
|
1361
|
-
"kind": "expression"
|
|
1362
|
-
}
|
|
1363
|
-
},
|
|
1364
|
-
{
|
|
1365
|
-
"name": "clearable",
|
|
1366
|
-
"description": "Whether to allow clear, Naive compatibility alias",
|
|
1367
|
-
"value": {
|
|
1368
|
-
"type": "boolean",
|
|
1369
|
-
"kind": "expression"
|
|
1370
|
-
}
|
|
1371
|
-
},
|
|
1372
|
-
{
|
|
1373
|
-
"name": "input-value",
|
|
1374
|
-
"description": "The value of the input",
|
|
1375
|
-
"value": {
|
|
1376
|
-
"type": "string",
|
|
1377
|
-
"kind": "expression"
|
|
1378
|
-
}
|
|
1379
|
-
},
|
|
1380
|
-
{
|
|
1381
|
-
"name": "default-input-value",
|
|
1382
|
-
"description": "The default value of the input (uncontrolled state)",
|
|
1383
|
-
"value": {
|
|
1384
|
-
"type": "string",
|
|
1385
|
-
"kind": "expression"
|
|
1386
|
-
}
|
|
1387
|
-
},
|
|
1388
|
-
{
|
|
1389
|
-
"name": "popup-visible",
|
|
1390
|
-
"description": "Whether to show the dropdown",
|
|
1391
|
-
"value": {
|
|
1392
|
-
"type": "boolean",
|
|
1393
|
-
"kind": "expression"
|
|
1394
|
-
}
|
|
1395
|
-
},
|
|
1396
|
-
{
|
|
1397
|
-
"name": "show",
|
|
1398
|
-
"description": "Whether to show the dropdown, Naive compatibility alias",
|
|
1399
|
-
"value": {
|
|
1400
|
-
"type": "boolean",
|
|
1401
|
-
"kind": "expression"
|
|
1402
|
-
}
|
|
1403
|
-
},
|
|
1404
|
-
{
|
|
1405
|
-
"name": "expand-trigger",
|
|
1406
|
-
"description": "Expand the trigger method of the next level",
|
|
1407
|
-
"value": {
|
|
1408
|
-
"type": "string",
|
|
1409
|
-
"kind": "expression"
|
|
1410
|
-
}
|
|
1411
|
-
},
|
|
1412
|
-
{
|
|
1413
|
-
"name": "default-popup-visible",
|
|
1414
|
-
"description": "Whether to display the dropdown by default (uncontrolled state)",
|
|
1415
|
-
"value": {
|
|
1416
|
-
"type": "boolean",
|
|
1417
|
-
"kind": "expression"
|
|
1418
|
-
}
|
|
1419
|
-
},
|
|
1420
|
-
{
|
|
1421
|
-
"name": "default-show",
|
|
1422
|
-
"description": "Whether to display the dropdown by default, Naive compatibility alias",
|
|
1423
|
-
"value": {
|
|
1424
|
-
"type": "boolean",
|
|
1425
|
-
"kind": "expression"
|
|
1426
|
-
}
|
|
1427
|
-
},
|
|
1428
|
-
{
|
|
1429
|
-
"name": "placeholder",
|
|
1430
|
-
"description": "Placeholder",
|
|
1431
|
-
"value": {
|
|
1432
|
-
"type": "string",
|
|
1433
|
-
"kind": "expression"
|
|
1434
|
-
}
|
|
1435
|
-
},
|
|
1436
|
-
{
|
|
1437
|
-
"name": "filter-option",
|
|
1438
|
-
"description": "Custom options filter method",
|
|
1439
|
-
"value": {
|
|
1440
|
-
"type": "(inputValue: string, option: CascaderOption) => boolean",
|
|
1441
|
-
"kind": "expression"
|
|
1442
|
-
}
|
|
1443
|
-
},
|
|
1444
|
-
{
|
|
1445
|
-
"name": "popup-container",
|
|
1446
|
-
"description": "Mount container for popup",
|
|
1447
|
-
"value": {
|
|
1448
|
-
"type": "string | HTMLElement",
|
|
1449
|
-
"kind": "expression"
|
|
1450
|
-
}
|
|
1451
|
-
},
|
|
1452
|
-
{
|
|
1453
|
-
"name": "max-tag-count",
|
|
1454
|
-
"description": "In multi-select mode, the maximum number of labels displayed. 0 means unlimited",
|
|
1455
|
-
"value": {
|
|
1456
|
-
"type": "number | 'responsive'",
|
|
1457
|
-
"kind": "expression"
|
|
1458
|
-
}
|
|
1459
|
-
},
|
|
1460
|
-
{
|
|
1461
|
-
"name": "show-path",
|
|
1462
|
-
"description": "Whether to display the full path in selected labels",
|
|
1463
|
-
"value": {
|
|
1464
|
-
"type": "boolean",
|
|
1465
|
-
"kind": "expression"
|
|
1466
|
-
}
|
|
1467
|
-
},
|
|
1468
|
-
{
|
|
1469
|
-
"name": "separator",
|
|
1470
|
-
"description": "Path separator used in selected labels",
|
|
1471
|
-
"value": {
|
|
1472
|
-
"type": "string",
|
|
1473
|
-
"kind": "expression"
|
|
1474
|
-
}
|
|
1475
|
-
},
|
|
1476
|
-
{
|
|
1477
|
-
"name": "format-label",
|
|
1478
|
-
"description": "Format display content",
|
|
1479
|
-
"value": {
|
|
1480
|
-
"type": "(options: CascaderOption[]) => string",
|
|
1481
|
-
"kind": "expression"
|
|
1482
|
-
}
|
|
1483
|
-
},
|
|
1484
|
-
{
|
|
1485
|
-
"name": "trigger-props",
|
|
1486
|
-
"description": "Trigger props of the drop-down menu",
|
|
1487
|
-
"value": {
|
|
1488
|
-
"type": "TriggerProps",
|
|
1489
|
-
"kind": "expression"
|
|
1490
|
-
}
|
|
1491
|
-
},
|
|
1492
|
-
{
|
|
1493
|
-
"name": "check-strictly",
|
|
1494
|
-
"description": "Whether to enable strict selection mode",
|
|
1495
|
-
"value": {
|
|
1496
|
-
"type": "boolean",
|
|
1497
|
-
"kind": "expression"
|
|
1498
|
-
}
|
|
1499
|
-
},
|
|
1500
|
-
{
|
|
1501
|
-
"name": "load-more",
|
|
1502
|
-
"description": "Data lazy loading function, open the lazy loading function when it is passed in",
|
|
1503
|
-
"value": {
|
|
1504
|
-
"type": "(option: CascaderOption, done: (children?: CascaderOption[]) => void) => void",
|
|
1505
|
-
"kind": "expression"
|
|
1506
|
-
}
|
|
1507
|
-
},
|
|
1508
|
-
{
|
|
1509
|
-
"name": "loading",
|
|
1510
|
-
"description": "Whether it is loading state",
|
|
1511
|
-
"value": {
|
|
1512
|
-
"type": "boolean",
|
|
1513
|
-
"kind": "expression"
|
|
1514
|
-
}
|
|
1515
|
-
},
|
|
1516
|
-
{
|
|
1517
|
-
"name": "search-option-only-label",
|
|
1518
|
-
"description": "Whether the options in the search dropdown show only label",
|
|
1519
|
-
"value": {
|
|
1520
|
-
"type": "boolean",
|
|
1521
|
-
"kind": "expression"
|
|
1522
|
-
}
|
|
1523
|
-
},
|
|
1524
|
-
{
|
|
1525
|
-
"name": "search-delay",
|
|
1526
|
-
"description": "Delay time to trigger search event",
|
|
1527
|
-
"value": {
|
|
1528
|
-
"type": "number",
|
|
1529
|
-
"kind": "expression"
|
|
1530
|
-
}
|
|
1531
|
-
},
|
|
1532
|
-
{
|
|
1533
|
-
"name": "field-names",
|
|
1534
|
-
"description": "Customize fields in `CascaderOption`",
|
|
1535
|
-
"value": {
|
|
1536
|
-
"type": "CascaderFieldNames",
|
|
1537
|
-
"kind": "expression"
|
|
1538
|
-
}
|
|
1539
|
-
},
|
|
1540
|
-
{
|
|
1541
|
-
"name": "value-key",
|
|
1542
|
-
"description": "Used to determine the option key value attribute name",
|
|
1543
|
-
"value": {
|
|
1544
|
-
"type": "string",
|
|
1545
|
-
"kind": "expression"
|
|
1546
|
-
}
|
|
1547
|
-
},
|
|
1548
|
-
{
|
|
1549
|
-
"name": "fallback",
|
|
1550
|
-
"description": "Options that do not exist in custom values",
|
|
1551
|
-
"value": {
|
|
1552
|
-
"type": "| boolean\n| ((\n value:\n | string\n | number\n | Record<string, unknown>\n | (string | number | Record<string, unknown>)[],\n ) => string)",
|
|
1553
|
-
"kind": "expression"
|
|
1554
|
-
}
|
|
1555
|
-
},
|
|
1556
|
-
{
|
|
1557
|
-
"name": "expand-child",
|
|
1558
|
-
"description": "whether to expand the submenu",
|
|
1559
|
-
"value": {
|
|
1560
|
-
"type": "boolean",
|
|
1561
|
-
"kind": "expression"
|
|
1562
|
-
}
|
|
1563
|
-
},
|
|
1564
|
-
{
|
|
1565
|
-
"name": "virtual-list-props",
|
|
1566
|
-
"description": "Pass the virtual list attribute, pass in this parameter to turn on virtual scrolling [VirtualListProps](#VirtualListProps)",
|
|
1567
|
-
"value": {
|
|
1568
|
-
"type": "VirtualListProps",
|
|
1569
|
-
"kind": "expression"
|
|
1570
|
-
}
|
|
1571
|
-
},
|
|
1572
|
-
{
|
|
1573
|
-
"name": "tag-nowrap",
|
|
1574
|
-
"description": "Tag content does not wrap",
|
|
1575
|
-
"value": {
|
|
1576
|
-
"type": "boolean",
|
|
1577
|
-
"kind": "expression"
|
|
1578
|
-
}
|
|
1579
|
-
}
|
|
1580
|
-
],
|
|
1581
|
-
"events": [
|
|
1582
|
-
{
|
|
1583
|
-
"name": "change",
|
|
1584
|
-
"description": "Triggered when the selected value changes"
|
|
1585
|
-
},
|
|
1586
|
-
{
|
|
1587
|
-
"name": "input-value-change",
|
|
1588
|
-
"description": "Triggered when the input value changes"
|
|
1589
|
-
},
|
|
1590
|
-
{
|
|
1591
|
-
"name": "clear",
|
|
1592
|
-
"description": "Triggered when the clear button is clicked"
|
|
1593
|
-
},
|
|
1594
|
-
{
|
|
1595
|
-
"name": "search",
|
|
1596
|
-
"description": "Triggered when the user searches"
|
|
1597
|
-
},
|
|
1598
|
-
{
|
|
1599
|
-
"name": "popup-visible-change",
|
|
1600
|
-
"description": "Triggered when the display state of the dropdown changes"
|
|
1601
|
-
},
|
|
1602
|
-
{
|
|
1603
|
-
"name": "focus",
|
|
1604
|
-
"description": "Triggered when focus"
|
|
1605
|
-
},
|
|
1606
|
-
{
|
|
1607
|
-
"name": "blur",
|
|
1608
|
-
"description": "Triggered when blur"
|
|
1609
|
-
}
|
|
1610
|
-
],
|
|
1611
|
-
"slots": [
|
|
1612
|
-
{
|
|
1613
|
-
"name": "label",
|
|
1614
|
-
"description": "Display content of label"
|
|
1615
|
-
},
|
|
1616
|
-
{
|
|
1617
|
-
"name": "prefix",
|
|
1618
|
-
"description": "Prefix"
|
|
1619
|
-
},
|
|
1620
|
-
{
|
|
1621
|
-
"name": "arrow-icon",
|
|
1622
|
-
"description": "Arrow icon for select box"
|
|
1623
|
-
},
|
|
1624
|
-
{
|
|
1625
|
-
"name": "loading-icon",
|
|
1626
|
-
"description": "Loading icon for select box"
|
|
1627
|
-
},
|
|
1628
|
-
{
|
|
1629
|
-
"name": "search-icon",
|
|
1630
|
-
"description": "Search icon for select box"
|
|
1631
|
-
},
|
|
1632
|
-
{
|
|
1633
|
-
"name": "empty",
|
|
1634
|
-
"description": "Display content when the option is empty"
|
|
1635
|
-
},
|
|
1636
|
-
{
|
|
1637
|
-
"name": "option",
|
|
1638
|
-
"description": "Display content of options"
|
|
1639
|
-
}
|
|
1640
|
-
]
|
|
1153
|
+
"name": "sdcascader-panel",
|
|
1154
|
+
"attributes": [],
|
|
1155
|
+
"events": [],
|
|
1156
|
+
"slots": []
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"name": "sdcascader",
|
|
1160
|
+
"attributes": [],
|
|
1161
|
+
"events": [],
|
|
1162
|
+
"slots": []
|
|
1641
1163
|
},
|
|
1642
1164
|
{
|
|
1643
1165
|
"name": "sd-checkbox",
|
|
@@ -2164,6 +1686,22 @@
|
|
|
2164
1686
|
"kind": "expression"
|
|
2165
1687
|
}
|
|
2166
1688
|
},
|
|
1689
|
+
{
|
|
1690
|
+
"name": "allow-search",
|
|
1691
|
+
"description": "Whether to enable search by default",
|
|
1692
|
+
"value": {
|
|
1693
|
+
"type": "boolean",
|
|
1694
|
+
"kind": "expression"
|
|
1695
|
+
}
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
"name": "virtual-list-props",
|
|
1699
|
+
"description": "Default virtual list props for dropdown-like components such as Select, AutoComplete, Cascader, and TreeSelect",
|
|
1700
|
+
"value": {
|
|
1701
|
+
"type": "VirtualListProps",
|
|
1702
|
+
"kind": "expression"
|
|
1703
|
+
}
|
|
1704
|
+
},
|
|
2167
1705
|
{
|
|
2168
1706
|
"name": "global",
|
|
2169
1707
|
"description": "Is global effect",
|
|
@@ -2225,6 +1763,145 @@
|
|
|
2225
1763
|
}
|
|
2226
1764
|
]
|
|
2227
1765
|
},
|
|
1766
|
+
{
|
|
1767
|
+
"name": "sdcopy",
|
|
1768
|
+
"attributes": [],
|
|
1769
|
+
"events": [
|
|
1770
|
+
{
|
|
1771
|
+
"name": "copy",
|
|
1772
|
+
"description": "Emitted after content is copied"
|
|
1773
|
+
}
|
|
1774
|
+
],
|
|
1775
|
+
"slots": []
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
"name": "sdcropper",
|
|
1779
|
+
"attributes": [
|
|
1780
|
+
{
|
|
1781
|
+
"name": "src",
|
|
1782
|
+
"description": "Image source",
|
|
1783
|
+
"value": {
|
|
1784
|
+
"type": "string",
|
|
1785
|
+
"kind": "expression"
|
|
1786
|
+
}
|
|
1787
|
+
},
|
|
1788
|
+
{
|
|
1789
|
+
"name": "canvas-props",
|
|
1790
|
+
"description": "CropperCanvas props",
|
|
1791
|
+
"value": {
|
|
1792
|
+
"type": "CropperCanvasProps",
|
|
1793
|
+
"kind": "expression"
|
|
1794
|
+
}
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"name": "image-props",
|
|
1798
|
+
"description": "CropperImage props",
|
|
1799
|
+
"value": {
|
|
1800
|
+
"type": "CropperImageProps",
|
|
1801
|
+
"kind": "expression"
|
|
1802
|
+
}
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
"name": "selection-props",
|
|
1806
|
+
"description": "CropperSelection props without position and size controls",
|
|
1807
|
+
"value": {
|
|
1808
|
+
"type": "CropperSelectionProps",
|
|
1809
|
+
"kind": "expression"
|
|
1810
|
+
}
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
"name": "template",
|
|
1814
|
+
"description": "Custom cropper template",
|
|
1815
|
+
"value": {
|
|
1816
|
+
"type": "string",
|
|
1817
|
+
"kind": "expression"
|
|
1818
|
+
}
|
|
1819
|
+
},
|
|
1820
|
+
{
|
|
1821
|
+
"name": "selection-x",
|
|
1822
|
+
"description": "Selection x position",
|
|
1823
|
+
"value": {
|
|
1824
|
+
"type": "number",
|
|
1825
|
+
"kind": "expression"
|
|
1826
|
+
}
|
|
1827
|
+
},
|
|
1828
|
+
{
|
|
1829
|
+
"name": "selection-y",
|
|
1830
|
+
"description": "Selection y position",
|
|
1831
|
+
"value": {
|
|
1832
|
+
"type": "number",
|
|
1833
|
+
"kind": "expression"
|
|
1834
|
+
}
|
|
1835
|
+
},
|
|
1836
|
+
{
|
|
1837
|
+
"name": "selection-width",
|
|
1838
|
+
"description": "Selection width",
|
|
1839
|
+
"value": {
|
|
1840
|
+
"type": "number",
|
|
1841
|
+
"kind": "expression"
|
|
1842
|
+
}
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
"name": "selection-height",
|
|
1846
|
+
"description": "Selection height",
|
|
1847
|
+
"value": {
|
|
1848
|
+
"type": "number",
|
|
1849
|
+
"kind": "expression"
|
|
1850
|
+
}
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
"name": "width",
|
|
1854
|
+
"description": "Container width",
|
|
1855
|
+
"value": {
|
|
1856
|
+
"type": "union",
|
|
1857
|
+
"kind": "expression"
|
|
1858
|
+
}
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
"name": "height",
|
|
1862
|
+
"description": "Container height",
|
|
1863
|
+
"value": {
|
|
1864
|
+
"type": "union",
|
|
1865
|
+
"kind": "expression"
|
|
1866
|
+
}
|
|
1867
|
+
},
|
|
1868
|
+
{
|
|
1869
|
+
"name": "fit-selection-to-image",
|
|
1870
|
+
"description": "Whether to fit the selection to the visible image area after load",
|
|
1871
|
+
"value": {
|
|
1872
|
+
"type": "boolean",
|
|
1873
|
+
"kind": "expression"
|
|
1874
|
+
}
|
|
1875
|
+
}
|
|
1876
|
+
],
|
|
1877
|
+
"events": [
|
|
1878
|
+
{
|
|
1879
|
+
"name": "selection:change",
|
|
1880
|
+
"description": "Emitted when the selection changes"
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
"name": "canvas:action",
|
|
1884
|
+
"description": "Cropper canvas action event"
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
"name": "canvas:actionstart",
|
|
1888
|
+
"description": "Cropper canvas actionstart event"
|
|
1889
|
+
},
|
|
1890
|
+
{
|
|
1891
|
+
"name": "canvas:actionmove",
|
|
1892
|
+
"description": "Cropper canvas actionmove event"
|
|
1893
|
+
},
|
|
1894
|
+
{
|
|
1895
|
+
"name": "canvas:actionend",
|
|
1896
|
+
"description": "Cropper canvas actionend event"
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"name": "image:transform",
|
|
1900
|
+
"description": "Emitted when the cropper image transforms"
|
|
1901
|
+
}
|
|
1902
|
+
],
|
|
1903
|
+
"slots": []
|
|
1904
|
+
},
|
|
2228
1905
|
{
|
|
2229
1906
|
"name": "sd-range-picker",
|
|
2230
1907
|
"attributes": [
|
|
@@ -4236,7 +3913,7 @@
|
|
|
4236
3913
|
"name": "model-value",
|
|
4237
3914
|
"description": "Value",
|
|
4238
3915
|
"value": {
|
|
4239
|
-
"type": "number",
|
|
3916
|
+
"type": "string | number",
|
|
4240
3917
|
"kind": "expression"
|
|
4241
3918
|
}
|
|
4242
3919
|
},
|
|
@@ -4244,7 +3921,7 @@
|
|
|
4244
3921
|
"name": "default-value",
|
|
4245
3922
|
"description": "Default value (uncontrolled mode)",
|
|
4246
3923
|
"value": {
|
|
4247
|
-
"type": "number",
|
|
3924
|
+
"type": "string | number",
|
|
4248
3925
|
"kind": "expression"
|
|
4249
3926
|
}
|
|
4250
3927
|
},
|
|
@@ -5028,7 +4705,7 @@
|
|
|
5028
4705
|
]
|
|
5029
4706
|
},
|
|
5030
4707
|
{
|
|
5031
|
-
"name": "
|
|
4708
|
+
"name": "sdlink",
|
|
5032
4709
|
"attributes": [
|
|
5033
4710
|
{
|
|
5034
4711
|
"name": "href",
|
|
@@ -5048,7 +4725,7 @@
|
|
|
5048
4725
|
},
|
|
5049
4726
|
{
|
|
5050
4727
|
"name": "hoverable",
|
|
5051
|
-
"description": "Whether to
|
|
4728
|
+
"description": "Whether to show background when hover",
|
|
5052
4729
|
"value": {
|
|
5053
4730
|
"type": "boolean",
|
|
5054
4731
|
"kind": "expression"
|
|
@@ -5062,6 +4739,46 @@
|
|
|
5062
4739
|
"kind": "expression"
|
|
5063
4740
|
}
|
|
5064
4741
|
},
|
|
4742
|
+
{
|
|
4743
|
+
"name": "ellipsis",
|
|
4744
|
+
"description": "Whether to enable ellipsis for the default slot content",
|
|
4745
|
+
"value": {
|
|
4746
|
+
"type": "boolean",
|
|
4747
|
+
"kind": "expression"
|
|
4748
|
+
}
|
|
4749
|
+
},
|
|
4750
|
+
{
|
|
4751
|
+
"name": "ellipsis-line-clamp",
|
|
4752
|
+
"description": "Maximum number of displayed lines for ellipsis content",
|
|
4753
|
+
"value": {
|
|
4754
|
+
"type": "union",
|
|
4755
|
+
"kind": "expression"
|
|
4756
|
+
}
|
|
4757
|
+
},
|
|
4758
|
+
{
|
|
4759
|
+
"name": "ellipsis-expand-trigger",
|
|
4760
|
+
"description": "Trigger mode for ellipsis expansion",
|
|
4761
|
+
"value": {
|
|
4762
|
+
"type": "\"click\"",
|
|
4763
|
+
"kind": "expression"
|
|
4764
|
+
}
|
|
4765
|
+
},
|
|
4766
|
+
{
|
|
4767
|
+
"name": "ellipsis-tooltip",
|
|
4768
|
+
"description": "Whether to show a tooltip when ellipsis is active. Tooltip props are supported.",
|
|
4769
|
+
"value": {
|
|
4770
|
+
"type": "union",
|
|
4771
|
+
"kind": "expression"
|
|
4772
|
+
}
|
|
4773
|
+
},
|
|
4774
|
+
{
|
|
4775
|
+
"name": "icon-tooltip",
|
|
4776
|
+
"description": "Tooltip content for the icon",
|
|
4777
|
+
"value": {
|
|
4778
|
+
"type": "string",
|
|
4779
|
+
"kind": "expression"
|
|
4780
|
+
}
|
|
4781
|
+
},
|
|
5065
4782
|
{
|
|
5066
4783
|
"name": "loading",
|
|
5067
4784
|
"description": "Whether the link is in the loading state",
|
|
@@ -6587,6 +6304,37 @@
|
|
|
6587
6304
|
],
|
|
6588
6305
|
"slots": []
|
|
6589
6306
|
},
|
|
6307
|
+
{
|
|
6308
|
+
"name": "sdsecret",
|
|
6309
|
+
"attributes": [
|
|
6310
|
+
{
|
|
6311
|
+
"name": "text",
|
|
6312
|
+
"description": "Original secret text",
|
|
6313
|
+
"value": {
|
|
6314
|
+
"type": "string",
|
|
6315
|
+
"kind": "expression"
|
|
6316
|
+
}
|
|
6317
|
+
},
|
|
6318
|
+
{
|
|
6319
|
+
"name": "hidden-text",
|
|
6320
|
+
"description": "Placeholder content shown while hidden",
|
|
6321
|
+
"value": {
|
|
6322
|
+
"type": "string",
|
|
6323
|
+
"kind": "expression"
|
|
6324
|
+
}
|
|
6325
|
+
},
|
|
6326
|
+
{
|
|
6327
|
+
"name": "show-copy",
|
|
6328
|
+
"description": "Whether to show the copy button",
|
|
6329
|
+
"value": {
|
|
6330
|
+
"type": "boolean",
|
|
6331
|
+
"kind": "expression"
|
|
6332
|
+
}
|
|
6333
|
+
}
|
|
6334
|
+
],
|
|
6335
|
+
"events": [],
|
|
6336
|
+
"slots": []
|
|
6337
|
+
},
|
|
6590
6338
|
{
|
|
6591
6339
|
"name": "sd-optgroup",
|
|
6592
6340
|
"attributes": [
|
|
@@ -8380,6 +8128,37 @@
|
|
|
8380
8128
|
}
|
|
8381
8129
|
]
|
|
8382
8130
|
},
|
|
8131
|
+
{
|
|
8132
|
+
"name": "sdtag-group",
|
|
8133
|
+
"attributes": [
|
|
8134
|
+
{
|
|
8135
|
+
"name": "max-count",
|
|
8136
|
+
"description": "Maximum number of visible items. Use `responsive` to collapse by container width.",
|
|
8137
|
+
"value": {
|
|
8138
|
+
"type": "union",
|
|
8139
|
+
"kind": "expression"
|
|
8140
|
+
}
|
|
8141
|
+
},
|
|
8142
|
+
{
|
|
8143
|
+
"name": "options",
|
|
8144
|
+
"description": "Options for the tag group",
|
|
8145
|
+
"value": {
|
|
8146
|
+
"type": "Array",
|
|
8147
|
+
"kind": "expression"
|
|
8148
|
+
}
|
|
8149
|
+
},
|
|
8150
|
+
{
|
|
8151
|
+
"name": "field-names",
|
|
8152
|
+
"description": "Custom field names",
|
|
8153
|
+
"value": {
|
|
8154
|
+
"type": "TagGroupFieldNames",
|
|
8155
|
+
"kind": "expression"
|
|
8156
|
+
}
|
|
8157
|
+
}
|
|
8158
|
+
],
|
|
8159
|
+
"events": [],
|
|
8160
|
+
"slots": []
|
|
8161
|
+
},
|
|
8383
8162
|
{
|
|
8384
8163
|
"name": "sd-tag",
|
|
8385
8164
|
"attributes": [
|
|
@@ -8470,6 +8249,46 @@
|
|
|
8470
8249
|
"type": "boolean",
|
|
8471
8250
|
"kind": "expression"
|
|
8472
8251
|
}
|
|
8252
|
+
},
|
|
8253
|
+
{
|
|
8254
|
+
"name": "ellipsis",
|
|
8255
|
+
"description": "Whether to enable ellipsis for the default slot content",
|
|
8256
|
+
"value": {
|
|
8257
|
+
"type": "boolean",
|
|
8258
|
+
"kind": "expression"
|
|
8259
|
+
}
|
|
8260
|
+
},
|
|
8261
|
+
{
|
|
8262
|
+
"name": "ellipsis-line-clamp",
|
|
8263
|
+
"description": "Maximum number of displayed lines for ellipsis content",
|
|
8264
|
+
"value": {
|
|
8265
|
+
"type": "number | string",
|
|
8266
|
+
"kind": "expression"
|
|
8267
|
+
}
|
|
8268
|
+
},
|
|
8269
|
+
{
|
|
8270
|
+
"name": "ellipsis-expand-trigger",
|
|
8271
|
+
"description": "Trigger mode for ellipsis expansion",
|
|
8272
|
+
"value": {
|
|
8273
|
+
"type": "'click'",
|
|
8274
|
+
"kind": "expression"
|
|
8275
|
+
}
|
|
8276
|
+
},
|
|
8277
|
+
{
|
|
8278
|
+
"name": "ellipsis-tooltip",
|
|
8279
|
+
"description": "Whether to show a tooltip when ellipsis is active. Tooltip props are supported.",
|
|
8280
|
+
"value": {
|
|
8281
|
+
"type": "boolean | EllipsisTooltipProps",
|
|
8282
|
+
"kind": "expression"
|
|
8283
|
+
}
|
|
8284
|
+
},
|
|
8285
|
+
{
|
|
8286
|
+
"name": "ellipsis-performant",
|
|
8287
|
+
"description": "Whether to use the performant ellipsis implementation",
|
|
8288
|
+
"value": {
|
|
8289
|
+
"type": "boolean",
|
|
8290
|
+
"kind": "expression"
|
|
8291
|
+
}
|
|
8473
8292
|
}
|
|
8474
8293
|
],
|
|
8475
8294
|
"events": [
|