@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
|
@@ -133,10 +133,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
133
133
|
confirmBtnDisabled: boolean | undefined;
|
|
134
134
|
timePickerProps: {
|
|
135
135
|
visible: boolean;
|
|
136
|
+
type?: "time" | "time-range" | undefined;
|
|
136
137
|
error?: boolean | undefined;
|
|
137
138
|
readonly?: boolean | undefined;
|
|
138
|
-
|
|
139
|
-
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
139
|
+
size?: "small" | "mini" | "medium" | "large" | undefined;
|
|
140
140
|
disabled?: boolean | undefined;
|
|
141
141
|
unmountOnClose?: boolean | undefined;
|
|
142
142
|
position?: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | undefined;
|
|
@@ -481,7 +481,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
481
481
|
default: boolean;
|
|
482
482
|
};
|
|
483
483
|
}>> & Readonly<{}>, {
|
|
484
|
-
size: "
|
|
484
|
+
size: "small" | "mini" | "medium" | "large";
|
|
485
485
|
disabled: boolean;
|
|
486
486
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
487
487
|
IconClose: {
|
|
@@ -1160,13 +1160,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1160
1160
|
default: boolean;
|
|
1161
1161
|
};
|
|
1162
1162
|
contentClass: {
|
|
1163
|
-
type: (
|
|
1163
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1164
1164
|
};
|
|
1165
1165
|
contentStyle: {
|
|
1166
1166
|
type: PropType<import("vue").CSSProperties>;
|
|
1167
1167
|
};
|
|
1168
1168
|
arrowClass: {
|
|
1169
|
-
type: (
|
|
1169
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1170
1170
|
};
|
|
1171
1171
|
arrowStyle: {
|
|
1172
1172
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -1224,7 +1224,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1224
1224
|
default: boolean;
|
|
1225
1225
|
};
|
|
1226
1226
|
openedClass: {
|
|
1227
|
-
type: (
|
|
1227
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1228
1228
|
};
|
|
1229
1229
|
autoFitPosition: {
|
|
1230
1230
|
type: BooleanConstructor;
|
|
@@ -1247,8 +1247,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1247
1247
|
default: number;
|
|
1248
1248
|
};
|
|
1249
1249
|
}>> & Readonly<{
|
|
1250
|
-
onResize?: (() => any) | undefined;
|
|
1251
1250
|
onHide?: (() => any) | undefined;
|
|
1251
|
+
onResize?: (() => any) | undefined;
|
|
1252
1252
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1253
1253
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1254
1254
|
onShow?: (() => any) | undefined;
|
|
@@ -1351,13 +1351,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1351
1351
|
default: boolean;
|
|
1352
1352
|
};
|
|
1353
1353
|
contentClass: {
|
|
1354
|
-
type: (
|
|
1354
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1355
1355
|
};
|
|
1356
1356
|
contentStyle: {
|
|
1357
1357
|
type: PropType<import("vue").CSSProperties>;
|
|
1358
1358
|
};
|
|
1359
1359
|
arrowClass: {
|
|
1360
|
-
type: (
|
|
1360
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1361
1361
|
};
|
|
1362
1362
|
arrowStyle: {
|
|
1363
1363
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -1415,7 +1415,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1415
1415
|
default: boolean;
|
|
1416
1416
|
};
|
|
1417
1417
|
openedClass: {
|
|
1418
|
-
type: (
|
|
1418
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1419
1419
|
};
|
|
1420
1420
|
autoFitPosition: {
|
|
1421
1421
|
type: BooleanConstructor;
|
|
@@ -1438,8 +1438,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1438
1438
|
default: number;
|
|
1439
1439
|
};
|
|
1440
1440
|
}>> & Readonly<{
|
|
1441
|
-
onResize?: (() => any) | undefined;
|
|
1442
1441
|
onHide?: (() => any) | undefined;
|
|
1442
|
+
onResize?: (() => any) | undefined;
|
|
1443
1443
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1444
1444
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1445
1445
|
onShow?: (() => any) | undefined;
|
|
@@ -1533,13 +1533,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1533
1533
|
default: boolean;
|
|
1534
1534
|
};
|
|
1535
1535
|
contentClass: {
|
|
1536
|
-
type: (
|
|
1536
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1537
1537
|
};
|
|
1538
1538
|
contentStyle: {
|
|
1539
1539
|
type: PropType<import("vue").CSSProperties>;
|
|
1540
1540
|
};
|
|
1541
1541
|
arrowClass: {
|
|
1542
|
-
type: (
|
|
1542
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1543
1543
|
};
|
|
1544
1544
|
arrowStyle: {
|
|
1545
1545
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -1597,7 +1597,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1597
1597
|
default: boolean;
|
|
1598
1598
|
};
|
|
1599
1599
|
openedClass: {
|
|
1600
|
-
type: (
|
|
1600
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
1601
1601
|
};
|
|
1602
1602
|
autoFitPosition: {
|
|
1603
1603
|
type: BooleanConstructor;
|
|
@@ -1620,8 +1620,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1620
1620
|
default: number;
|
|
1621
1621
|
};
|
|
1622
1622
|
}>> & Readonly<{
|
|
1623
|
-
onResize?: (() => any) | undefined;
|
|
1624
1623
|
onHide?: (() => any) | undefined;
|
|
1624
|
+
onResize?: (() => any) | undefined;
|
|
1625
1625
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
1626
1626
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
1627
1627
|
onShow?: (() => any) | undefined;
|
|
@@ -2957,8 +2957,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
2957
2957
|
onSelect?: ((value: Dayjs) => any) | undefined;
|
|
2958
2958
|
onConfirm?: ((value: Dayjs) => any) | undefined;
|
|
2959
2959
|
}>, {
|
|
2960
|
-
disabled: boolean;
|
|
2961
2960
|
visible: boolean;
|
|
2961
|
+
disabled: boolean;
|
|
2962
2962
|
format: string;
|
|
2963
2963
|
isRange: boolean;
|
|
2964
2964
|
use12Hours: boolean;
|
|
@@ -4212,158 +4212,124 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
4212
4212
|
showConfirmBtn: boolean;
|
|
4213
4213
|
}, {}, {
|
|
4214
4214
|
Link: {
|
|
4215
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.js").LinkProps> & Readonly<{
|
|
4216
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
4217
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4218
|
+
click: (ev: MouseEvent) => any;
|
|
4219
|
+
}, import("vue").PublicProps, {
|
|
4220
|
+
status: import("../index.js").Status;
|
|
4221
|
+
disabled: boolean;
|
|
4222
|
+
loading: boolean;
|
|
4223
|
+
icon: boolean;
|
|
4224
|
+
ellipsis: boolean;
|
|
4225
|
+
ellipsisLineClamp: number | string;
|
|
4226
|
+
ellipsisExpandTrigger: "click";
|
|
4227
|
+
ellipsisTooltip: boolean | import("../index.js").EllipsisTooltipProps;
|
|
4228
|
+
iconTooltip: string;
|
|
4229
|
+
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
4230
|
+
P: {};
|
|
4231
|
+
B: {};
|
|
4232
|
+
D: {};
|
|
4233
|
+
C: {};
|
|
4234
|
+
M: {};
|
|
4235
|
+
Defaults: {};
|
|
4236
|
+
}, Readonly<import("../index.js").LinkProps> & Readonly<{
|
|
4237
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
4238
|
+
}>, {}, {}, {}, {}, {
|
|
4239
|
+
status: import("../index.js").Status;
|
|
4240
|
+
disabled: boolean;
|
|
4241
|
+
loading: boolean;
|
|
4242
|
+
icon: boolean;
|
|
4243
|
+
ellipsis: boolean;
|
|
4244
|
+
ellipsisLineClamp: number | string;
|
|
4245
|
+
ellipsisExpandTrigger: "click";
|
|
4246
|
+
ellipsisTooltip: boolean | import("../index.js").EllipsisTooltipProps;
|
|
4247
|
+
iconTooltip: string;
|
|
4248
|
+
}>;
|
|
4249
|
+
__isFragment?: never;
|
|
4250
|
+
__isTeleport?: never;
|
|
4251
|
+
__isSuspense?: never;
|
|
4252
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("../index.js").LinkProps> & Readonly<{
|
|
4253
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
4254
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4255
|
+
click: (ev: MouseEvent) => any;
|
|
4256
|
+
}, string, {
|
|
4257
|
+
status: import("../index.js").Status;
|
|
4258
|
+
disabled: boolean;
|
|
4259
|
+
loading: boolean;
|
|
4260
|
+
icon: boolean;
|
|
4261
|
+
ellipsis: boolean;
|
|
4262
|
+
ellipsisLineClamp: number | string;
|
|
4263
|
+
ellipsisExpandTrigger: "click";
|
|
4264
|
+
ellipsisTooltip: boolean | import("../index.js").EllipsisTooltipProps;
|
|
4265
|
+
iconTooltip: string;
|
|
4266
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
4267
|
+
$slots: {
|
|
4268
|
+
icon?: (props: {}) => any;
|
|
4269
|
+
} & {
|
|
4270
|
+
icon?: (props: {}) => any;
|
|
4271
|
+
} & {
|
|
4272
|
+
default?: (props: {}) => any;
|
|
4273
|
+
} & {
|
|
4274
|
+
tooltip?: (props: {}) => any;
|
|
4275
|
+
} & {
|
|
4276
|
+
default?: (props: {}) => any;
|
|
4277
|
+
};
|
|
4278
|
+
}) & {
|
|
4279
|
+
install: (app: import("vue").App, options?: import("../_utils/types.js").SDOptions) => void;
|
|
4280
|
+
};
|
|
4281
|
+
Button: {
|
|
4215
4282
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4216
|
-
|
|
4283
|
+
type: {
|
|
4284
|
+
type: PropType<import("../button/constants.js").ButtonTypes>;
|
|
4285
|
+
};
|
|
4286
|
+
shape: {
|
|
4287
|
+
type: PropType<import("../_utils/constant").BorderShape>;
|
|
4288
|
+
};
|
|
4217
4289
|
status: {
|
|
4218
4290
|
type: PropType<import("../index.js").Status>;
|
|
4291
|
+
};
|
|
4292
|
+
size: {
|
|
4293
|
+
type: PropType<Size>;
|
|
4294
|
+
};
|
|
4295
|
+
long: {
|
|
4296
|
+
type: BooleanConstructor;
|
|
4297
|
+
default: boolean;
|
|
4298
|
+
};
|
|
4299
|
+
loading: {
|
|
4300
|
+
type: BooleanConstructor;
|
|
4301
|
+
default: boolean;
|
|
4302
|
+
};
|
|
4303
|
+
disabled: {
|
|
4304
|
+
type: BooleanConstructor;
|
|
4305
|
+
};
|
|
4306
|
+
htmlType: {
|
|
4307
|
+
type: PropType<HTMLButtonElement["type"]>;
|
|
4219
4308
|
default: string;
|
|
4220
4309
|
};
|
|
4221
|
-
|
|
4310
|
+
autofocus: {
|
|
4222
4311
|
type: BooleanConstructor;
|
|
4223
4312
|
default: boolean;
|
|
4224
4313
|
};
|
|
4225
|
-
|
|
4226
|
-
loading: BooleanConstructor;
|
|
4227
|
-
disabled: BooleanConstructor;
|
|
4314
|
+
href: StringConstructor;
|
|
4228
4315
|
}>> & Readonly<{
|
|
4229
4316
|
onClick?: ((_ev: MouseEvent) => any) | undefined;
|
|
4230
4317
|
}>, {
|
|
4318
|
+
prefixCls: string;
|
|
4231
4319
|
cls: import("vue").ComputedRef<(string | {
|
|
4232
4320
|
[x: string]: boolean;
|
|
4233
4321
|
})[]>;
|
|
4234
|
-
|
|
4235
|
-
showIcon: import("vue").ComputedRef<boolean>;
|
|
4322
|
+
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
4236
4323
|
handleClick: (ev: MouseEvent) => void;
|
|
4237
4324
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4238
4325
|
click: (_ev: MouseEvent) => true;
|
|
4239
4326
|
}, import("vue").PublicProps, {
|
|
4240
|
-
|
|
4327
|
+
autofocus: boolean;
|
|
4241
4328
|
disabled: boolean;
|
|
4329
|
+
long: boolean;
|
|
4242
4330
|
loading: boolean;
|
|
4243
|
-
|
|
4244
|
-
hoverable: boolean;
|
|
4331
|
+
htmlType: "submit" | "reset" | "button";
|
|
4245
4332
|
}, true, {}, {}, {
|
|
4246
|
-
IconLink: {
|
|
4247
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4248
|
-
size: {
|
|
4249
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
4250
|
-
};
|
|
4251
|
-
strokeWidth: {
|
|
4252
|
-
type: NumberConstructor;
|
|
4253
|
-
default: number;
|
|
4254
|
-
};
|
|
4255
|
-
strokeLinecap: {
|
|
4256
|
-
type: StringConstructor;
|
|
4257
|
-
default: string;
|
|
4258
|
-
validator: (value: any) => boolean;
|
|
4259
|
-
};
|
|
4260
|
-
strokeLinejoin: {
|
|
4261
|
-
type: StringConstructor;
|
|
4262
|
-
default: string;
|
|
4263
|
-
validator: (value: any) => boolean;
|
|
4264
|
-
};
|
|
4265
|
-
rotate: NumberConstructor;
|
|
4266
|
-
spin: BooleanConstructor;
|
|
4267
|
-
}>> & Readonly<{
|
|
4268
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
4269
|
-
}>, {
|
|
4270
|
-
cls: import("vue").ComputedRef<(string | {
|
|
4271
|
-
[x: string]: boolean;
|
|
4272
|
-
})[]>;
|
|
4273
|
-
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
4274
|
-
svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
|
|
4275
|
-
onClick: (ev: MouseEvent) => void;
|
|
4276
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4277
|
-
click: (ev: MouseEvent) => true;
|
|
4278
|
-
}, import("vue").PublicProps, {
|
|
4279
|
-
spin: boolean;
|
|
4280
|
-
strokeWidth: number;
|
|
4281
|
-
strokeLinecap: string;
|
|
4282
|
-
strokeLinejoin: string;
|
|
4283
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
4284
|
-
P: {};
|
|
4285
|
-
B: {};
|
|
4286
|
-
D: {};
|
|
4287
|
-
C: {};
|
|
4288
|
-
M: {};
|
|
4289
|
-
Defaults: {};
|
|
4290
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
4291
|
-
size: {
|
|
4292
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
4293
|
-
};
|
|
4294
|
-
strokeWidth: {
|
|
4295
|
-
type: NumberConstructor;
|
|
4296
|
-
default: number;
|
|
4297
|
-
};
|
|
4298
|
-
strokeLinecap: {
|
|
4299
|
-
type: StringConstructor;
|
|
4300
|
-
default: string;
|
|
4301
|
-
validator: (value: any) => boolean;
|
|
4302
|
-
};
|
|
4303
|
-
strokeLinejoin: {
|
|
4304
|
-
type: StringConstructor;
|
|
4305
|
-
default: string;
|
|
4306
|
-
validator: (value: any) => boolean;
|
|
4307
|
-
};
|
|
4308
|
-
rotate: NumberConstructor;
|
|
4309
|
-
spin: BooleanConstructor;
|
|
4310
|
-
}>> & Readonly<{
|
|
4311
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
4312
|
-
}>, {
|
|
4313
|
-
cls: import("vue").ComputedRef<(string | {
|
|
4314
|
-
[x: string]: boolean;
|
|
4315
|
-
})[]>;
|
|
4316
|
-
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
4317
|
-
svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
|
|
4318
|
-
onClick: (ev: MouseEvent) => void;
|
|
4319
|
-
}, {}, {}, {}, {
|
|
4320
|
-
spin: boolean;
|
|
4321
|
-
strokeWidth: number;
|
|
4322
|
-
strokeLinecap: string;
|
|
4323
|
-
strokeLinejoin: string;
|
|
4324
|
-
}>;
|
|
4325
|
-
__isFragment?: never;
|
|
4326
|
-
__isTeleport?: never;
|
|
4327
|
-
__isSuspense?: never;
|
|
4328
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
4329
|
-
size: {
|
|
4330
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
4331
|
-
};
|
|
4332
|
-
strokeWidth: {
|
|
4333
|
-
type: NumberConstructor;
|
|
4334
|
-
default: number;
|
|
4335
|
-
};
|
|
4336
|
-
strokeLinecap: {
|
|
4337
|
-
type: StringConstructor;
|
|
4338
|
-
default: string;
|
|
4339
|
-
validator: (value: any) => boolean;
|
|
4340
|
-
};
|
|
4341
|
-
strokeLinejoin: {
|
|
4342
|
-
type: StringConstructor;
|
|
4343
|
-
default: string;
|
|
4344
|
-
validator: (value: any) => boolean;
|
|
4345
|
-
};
|
|
4346
|
-
rotate: NumberConstructor;
|
|
4347
|
-
spin: BooleanConstructor;
|
|
4348
|
-
}>> & Readonly<{
|
|
4349
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
4350
|
-
}>, {
|
|
4351
|
-
cls: import("vue").ComputedRef<(string | {
|
|
4352
|
-
[x: string]: boolean;
|
|
4353
|
-
})[]>;
|
|
4354
|
-
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
4355
|
-
svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
|
|
4356
|
-
onClick: (ev: MouseEvent) => void;
|
|
4357
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4358
|
-
click: (ev: MouseEvent) => true;
|
|
4359
|
-
}, string, {
|
|
4360
|
-
spin: boolean;
|
|
4361
|
-
strokeWidth: number;
|
|
4362
|
-
strokeLinecap: string;
|
|
4363
|
-
strokeLinejoin: string;
|
|
4364
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
4365
|
-
install: (app: import("vue").App, options?: import("../_utils/types.js").SDIconOptions) => void;
|
|
4366
|
-
};
|
|
4367
4333
|
IconLoading: {
|
|
4368
4334
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4369
4335
|
size: {
|
|
@@ -4493,595 +4459,107 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
4493
4459
|
M: {};
|
|
4494
4460
|
Defaults: {};
|
|
4495
4461
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
4496
|
-
|
|
4462
|
+
type: {
|
|
4463
|
+
type: PropType<import("../button/constants.js").ButtonTypes>;
|
|
4464
|
+
};
|
|
4465
|
+
shape: {
|
|
4466
|
+
type: PropType<import("../_utils/constant").BorderShape>;
|
|
4467
|
+
};
|
|
4497
4468
|
status: {
|
|
4498
4469
|
type: PropType<import("../index.js").Status>;
|
|
4470
|
+
};
|
|
4471
|
+
size: {
|
|
4472
|
+
type: PropType<Size>;
|
|
4473
|
+
};
|
|
4474
|
+
long: {
|
|
4475
|
+
type: BooleanConstructor;
|
|
4476
|
+
default: boolean;
|
|
4477
|
+
};
|
|
4478
|
+
loading: {
|
|
4479
|
+
type: BooleanConstructor;
|
|
4480
|
+
default: boolean;
|
|
4481
|
+
};
|
|
4482
|
+
disabled: {
|
|
4483
|
+
type: BooleanConstructor;
|
|
4484
|
+
};
|
|
4485
|
+
htmlType: {
|
|
4486
|
+
type: PropType<HTMLButtonElement["type"]>;
|
|
4499
4487
|
default: string;
|
|
4500
4488
|
};
|
|
4501
|
-
|
|
4489
|
+
autofocus: {
|
|
4502
4490
|
type: BooleanConstructor;
|
|
4503
4491
|
default: boolean;
|
|
4504
4492
|
};
|
|
4505
|
-
|
|
4506
|
-
loading: BooleanConstructor;
|
|
4507
|
-
disabled: BooleanConstructor;
|
|
4493
|
+
href: StringConstructor;
|
|
4508
4494
|
}>> & Readonly<{
|
|
4509
4495
|
onClick?: ((_ev: MouseEvent) => any) | undefined;
|
|
4510
4496
|
}>, {
|
|
4497
|
+
prefixCls: string;
|
|
4511
4498
|
cls: import("vue").ComputedRef<(string | {
|
|
4512
4499
|
[x: string]: boolean;
|
|
4513
4500
|
})[]>;
|
|
4514
|
-
|
|
4515
|
-
showIcon: import("vue").ComputedRef<boolean>;
|
|
4501
|
+
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
4516
4502
|
handleClick: (ev: MouseEvent) => void;
|
|
4517
4503
|
}, {}, {}, {}, {
|
|
4518
|
-
|
|
4504
|
+
autofocus: boolean;
|
|
4519
4505
|
disabled: boolean;
|
|
4506
|
+
long: boolean;
|
|
4520
4507
|
loading: boolean;
|
|
4521
|
-
|
|
4522
|
-
hoverable: boolean;
|
|
4508
|
+
htmlType: "submit" | "reset" | "button";
|
|
4523
4509
|
}>;
|
|
4524
4510
|
__isFragment?: never;
|
|
4525
4511
|
__isTeleport?: never;
|
|
4526
4512
|
__isSuspense?: never;
|
|
4527
4513
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
4528
|
-
|
|
4514
|
+
type: {
|
|
4515
|
+
type: PropType<import("../button/constants.js").ButtonTypes>;
|
|
4516
|
+
};
|
|
4517
|
+
shape: {
|
|
4518
|
+
type: PropType<import("../_utils/constant").BorderShape>;
|
|
4519
|
+
};
|
|
4529
4520
|
status: {
|
|
4530
4521
|
type: PropType<import("../index.js").Status>;
|
|
4522
|
+
};
|
|
4523
|
+
size: {
|
|
4524
|
+
type: PropType<Size>;
|
|
4525
|
+
};
|
|
4526
|
+
long: {
|
|
4527
|
+
type: BooleanConstructor;
|
|
4528
|
+
default: boolean;
|
|
4529
|
+
};
|
|
4530
|
+
loading: {
|
|
4531
|
+
type: BooleanConstructor;
|
|
4532
|
+
default: boolean;
|
|
4533
|
+
};
|
|
4534
|
+
disabled: {
|
|
4535
|
+
type: BooleanConstructor;
|
|
4536
|
+
};
|
|
4537
|
+
htmlType: {
|
|
4538
|
+
type: PropType<HTMLButtonElement["type"]>;
|
|
4531
4539
|
default: string;
|
|
4532
4540
|
};
|
|
4533
|
-
|
|
4541
|
+
autofocus: {
|
|
4534
4542
|
type: BooleanConstructor;
|
|
4535
4543
|
default: boolean;
|
|
4536
4544
|
};
|
|
4537
|
-
|
|
4538
|
-
loading: BooleanConstructor;
|
|
4539
|
-
disabled: BooleanConstructor;
|
|
4545
|
+
href: StringConstructor;
|
|
4540
4546
|
}>> & Readonly<{
|
|
4541
4547
|
onClick?: ((_ev: MouseEvent) => any) | undefined;
|
|
4542
4548
|
}>, {
|
|
4549
|
+
prefixCls: string;
|
|
4543
4550
|
cls: import("vue").ComputedRef<(string | {
|
|
4544
4551
|
[x: string]: boolean;
|
|
4545
4552
|
})[]>;
|
|
4546
|
-
|
|
4547
|
-
showIcon: import("vue").ComputedRef<boolean>;
|
|
4553
|
+
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
4548
4554
|
handleClick: (ev: MouseEvent) => void;
|
|
4549
4555
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4550
4556
|
click: (_ev: MouseEvent) => true;
|
|
4551
4557
|
}, string, {
|
|
4552
|
-
|
|
4558
|
+
autofocus: boolean;
|
|
4553
4559
|
disabled: boolean;
|
|
4560
|
+
long: boolean;
|
|
4554
4561
|
loading: boolean;
|
|
4555
|
-
|
|
4556
|
-
hoverable: boolean;
|
|
4557
|
-
}, {}, string, {}, {
|
|
4558
|
-
IconLink: {
|
|
4559
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4560
|
-
size: {
|
|
4561
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
4562
|
-
};
|
|
4563
|
-
strokeWidth: {
|
|
4564
|
-
type: NumberConstructor;
|
|
4565
|
-
default: number;
|
|
4566
|
-
};
|
|
4567
|
-
strokeLinecap: {
|
|
4568
|
-
type: StringConstructor;
|
|
4569
|
-
default: string;
|
|
4570
|
-
validator: (value: any) => boolean;
|
|
4571
|
-
};
|
|
4572
|
-
strokeLinejoin: {
|
|
4573
|
-
type: StringConstructor;
|
|
4574
|
-
default: string;
|
|
4575
|
-
validator: (value: any) => boolean;
|
|
4576
|
-
};
|
|
4577
|
-
rotate: NumberConstructor;
|
|
4578
|
-
spin: BooleanConstructor;
|
|
4579
|
-
}>> & Readonly<{
|
|
4580
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
4581
|
-
}>, {
|
|
4582
|
-
cls: import("vue").ComputedRef<(string | {
|
|
4583
|
-
[x: string]: boolean;
|
|
4584
|
-
})[]>;
|
|
4585
|
-
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
4586
|
-
svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
|
|
4587
|
-
onClick: (ev: MouseEvent) => void;
|
|
4588
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4589
|
-
click: (ev: MouseEvent) => true;
|
|
4590
|
-
}, import("vue").PublicProps, {
|
|
4591
|
-
spin: boolean;
|
|
4592
|
-
strokeWidth: number;
|
|
4593
|
-
strokeLinecap: string;
|
|
4594
|
-
strokeLinejoin: string;
|
|
4595
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
4596
|
-
P: {};
|
|
4597
|
-
B: {};
|
|
4598
|
-
D: {};
|
|
4599
|
-
C: {};
|
|
4600
|
-
M: {};
|
|
4601
|
-
Defaults: {};
|
|
4602
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
4603
|
-
size: {
|
|
4604
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
4605
|
-
};
|
|
4606
|
-
strokeWidth: {
|
|
4607
|
-
type: NumberConstructor;
|
|
4608
|
-
default: number;
|
|
4609
|
-
};
|
|
4610
|
-
strokeLinecap: {
|
|
4611
|
-
type: StringConstructor;
|
|
4612
|
-
default: string;
|
|
4613
|
-
validator: (value: any) => boolean;
|
|
4614
|
-
};
|
|
4615
|
-
strokeLinejoin: {
|
|
4616
|
-
type: StringConstructor;
|
|
4617
|
-
default: string;
|
|
4618
|
-
validator: (value: any) => boolean;
|
|
4619
|
-
};
|
|
4620
|
-
rotate: NumberConstructor;
|
|
4621
|
-
spin: BooleanConstructor;
|
|
4622
|
-
}>> & Readonly<{
|
|
4623
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
4624
|
-
}>, {
|
|
4625
|
-
cls: import("vue").ComputedRef<(string | {
|
|
4626
|
-
[x: string]: boolean;
|
|
4627
|
-
})[]>;
|
|
4628
|
-
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
4629
|
-
svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
|
|
4630
|
-
onClick: (ev: MouseEvent) => void;
|
|
4631
|
-
}, {}, {}, {}, {
|
|
4632
|
-
spin: boolean;
|
|
4633
|
-
strokeWidth: number;
|
|
4634
|
-
strokeLinecap: string;
|
|
4635
|
-
strokeLinejoin: string;
|
|
4636
|
-
}>;
|
|
4637
|
-
__isFragment?: never;
|
|
4638
|
-
__isTeleport?: never;
|
|
4639
|
-
__isSuspense?: never;
|
|
4640
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
4641
|
-
size: {
|
|
4642
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
4643
|
-
};
|
|
4644
|
-
strokeWidth: {
|
|
4645
|
-
type: NumberConstructor;
|
|
4646
|
-
default: number;
|
|
4647
|
-
};
|
|
4648
|
-
strokeLinecap: {
|
|
4649
|
-
type: StringConstructor;
|
|
4650
|
-
default: string;
|
|
4651
|
-
validator: (value: any) => boolean;
|
|
4652
|
-
};
|
|
4653
|
-
strokeLinejoin: {
|
|
4654
|
-
type: StringConstructor;
|
|
4655
|
-
default: string;
|
|
4656
|
-
validator: (value: any) => boolean;
|
|
4657
|
-
};
|
|
4658
|
-
rotate: NumberConstructor;
|
|
4659
|
-
spin: BooleanConstructor;
|
|
4660
|
-
}>> & Readonly<{
|
|
4661
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
4662
|
-
}>, {
|
|
4663
|
-
cls: import("vue").ComputedRef<(string | {
|
|
4664
|
-
[x: string]: boolean;
|
|
4665
|
-
})[]>;
|
|
4666
|
-
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
4667
|
-
svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
|
|
4668
|
-
onClick: (ev: MouseEvent) => void;
|
|
4669
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4670
|
-
click: (ev: MouseEvent) => true;
|
|
4671
|
-
}, string, {
|
|
4672
|
-
spin: boolean;
|
|
4673
|
-
strokeWidth: number;
|
|
4674
|
-
strokeLinecap: string;
|
|
4675
|
-
strokeLinejoin: string;
|
|
4676
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
4677
|
-
install: (app: import("vue").App, options?: import("../_utils/types.js").SDIconOptions) => void;
|
|
4678
|
-
};
|
|
4679
|
-
IconLoading: {
|
|
4680
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4681
|
-
size: {
|
|
4682
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
4683
|
-
};
|
|
4684
|
-
strokeWidth: {
|
|
4685
|
-
type: NumberConstructor;
|
|
4686
|
-
default: number;
|
|
4687
|
-
};
|
|
4688
|
-
strokeLinecap: {
|
|
4689
|
-
type: StringConstructor;
|
|
4690
|
-
default: string;
|
|
4691
|
-
validator: (value: any) => boolean;
|
|
4692
|
-
};
|
|
4693
|
-
strokeLinejoin: {
|
|
4694
|
-
type: StringConstructor;
|
|
4695
|
-
default: string;
|
|
4696
|
-
validator: (value: any) => boolean;
|
|
4697
|
-
};
|
|
4698
|
-
rotate: NumberConstructor;
|
|
4699
|
-
spin: BooleanConstructor;
|
|
4700
|
-
}>> & Readonly<{
|
|
4701
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
4702
|
-
}>, {
|
|
4703
|
-
cls: import("vue").ComputedRef<(string | {
|
|
4704
|
-
[x: string]: boolean;
|
|
4705
|
-
})[]>;
|
|
4706
|
-
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
4707
|
-
svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
|
|
4708
|
-
onClick: (ev: MouseEvent) => void;
|
|
4709
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4710
|
-
click: (ev: MouseEvent) => true;
|
|
4711
|
-
}, import("vue").PublicProps, {
|
|
4712
|
-
spin: boolean;
|
|
4713
|
-
strokeWidth: number;
|
|
4714
|
-
strokeLinecap: string;
|
|
4715
|
-
strokeLinejoin: string;
|
|
4716
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
4717
|
-
P: {};
|
|
4718
|
-
B: {};
|
|
4719
|
-
D: {};
|
|
4720
|
-
C: {};
|
|
4721
|
-
M: {};
|
|
4722
|
-
Defaults: {};
|
|
4723
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
4724
|
-
size: {
|
|
4725
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
4726
|
-
};
|
|
4727
|
-
strokeWidth: {
|
|
4728
|
-
type: NumberConstructor;
|
|
4729
|
-
default: number;
|
|
4730
|
-
};
|
|
4731
|
-
strokeLinecap: {
|
|
4732
|
-
type: StringConstructor;
|
|
4733
|
-
default: string;
|
|
4734
|
-
validator: (value: any) => boolean;
|
|
4735
|
-
};
|
|
4736
|
-
strokeLinejoin: {
|
|
4737
|
-
type: StringConstructor;
|
|
4738
|
-
default: string;
|
|
4739
|
-
validator: (value: any) => boolean;
|
|
4740
|
-
};
|
|
4741
|
-
rotate: NumberConstructor;
|
|
4742
|
-
spin: BooleanConstructor;
|
|
4743
|
-
}>> & Readonly<{
|
|
4744
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
4745
|
-
}>, {
|
|
4746
|
-
cls: import("vue").ComputedRef<(string | {
|
|
4747
|
-
[x: string]: boolean;
|
|
4748
|
-
})[]>;
|
|
4749
|
-
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
4750
|
-
svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
|
|
4751
|
-
onClick: (ev: MouseEvent) => void;
|
|
4752
|
-
}, {}, {}, {}, {
|
|
4753
|
-
spin: boolean;
|
|
4754
|
-
strokeWidth: number;
|
|
4755
|
-
strokeLinecap: string;
|
|
4756
|
-
strokeLinejoin: string;
|
|
4757
|
-
}>;
|
|
4758
|
-
__isFragment?: never;
|
|
4759
|
-
__isTeleport?: never;
|
|
4760
|
-
__isSuspense?: never;
|
|
4761
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
4762
|
-
size: {
|
|
4763
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
4764
|
-
};
|
|
4765
|
-
strokeWidth: {
|
|
4766
|
-
type: NumberConstructor;
|
|
4767
|
-
default: number;
|
|
4768
|
-
};
|
|
4769
|
-
strokeLinecap: {
|
|
4770
|
-
type: StringConstructor;
|
|
4771
|
-
default: string;
|
|
4772
|
-
validator: (value: any) => boolean;
|
|
4773
|
-
};
|
|
4774
|
-
strokeLinejoin: {
|
|
4775
|
-
type: StringConstructor;
|
|
4776
|
-
default: string;
|
|
4777
|
-
validator: (value: any) => boolean;
|
|
4778
|
-
};
|
|
4779
|
-
rotate: NumberConstructor;
|
|
4780
|
-
spin: BooleanConstructor;
|
|
4781
|
-
}>> & Readonly<{
|
|
4782
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
4783
|
-
}>, {
|
|
4784
|
-
cls: import("vue").ComputedRef<(string | {
|
|
4785
|
-
[x: string]: boolean;
|
|
4786
|
-
})[]>;
|
|
4787
|
-
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
4788
|
-
svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
|
|
4789
|
-
onClick: (ev: MouseEvent) => void;
|
|
4790
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4791
|
-
click: (ev: MouseEvent) => true;
|
|
4792
|
-
}, string, {
|
|
4793
|
-
spin: boolean;
|
|
4794
|
-
strokeWidth: number;
|
|
4795
|
-
strokeLinecap: string;
|
|
4796
|
-
strokeLinejoin: string;
|
|
4797
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
4798
|
-
install: (app: import("vue").App, options?: import("../_utils/types.js").SDIconOptions) => void;
|
|
4799
|
-
};
|
|
4800
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
4801
|
-
install: (app: import("vue").App, options?: import("../_utils/types.js").SDOptions) => void;
|
|
4802
|
-
};
|
|
4803
|
-
Button: {
|
|
4804
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4805
|
-
type: {
|
|
4806
|
-
type: PropType<import("../button/constants.js").ButtonTypes>;
|
|
4807
|
-
};
|
|
4808
|
-
shape: {
|
|
4809
|
-
type: PropType<import("../_utils/constant").BorderShape>;
|
|
4810
|
-
};
|
|
4811
|
-
status: {
|
|
4812
|
-
type: PropType<import("../index.js").Status>;
|
|
4813
|
-
};
|
|
4814
|
-
size: {
|
|
4815
|
-
type: PropType<Size>;
|
|
4816
|
-
};
|
|
4817
|
-
long: {
|
|
4818
|
-
type: BooleanConstructor;
|
|
4819
|
-
default: boolean;
|
|
4820
|
-
};
|
|
4821
|
-
loading: {
|
|
4822
|
-
type: BooleanConstructor;
|
|
4823
|
-
default: boolean;
|
|
4824
|
-
};
|
|
4825
|
-
disabled: {
|
|
4826
|
-
type: BooleanConstructor;
|
|
4827
|
-
};
|
|
4828
|
-
htmlType: {
|
|
4829
|
-
type: PropType<HTMLButtonElement["type"]>;
|
|
4830
|
-
default: string;
|
|
4831
|
-
};
|
|
4832
|
-
autofocus: {
|
|
4833
|
-
type: BooleanConstructor;
|
|
4834
|
-
default: boolean;
|
|
4835
|
-
};
|
|
4836
|
-
href: StringConstructor;
|
|
4837
|
-
}>> & Readonly<{
|
|
4838
|
-
onClick?: ((_ev: MouseEvent) => any) | undefined;
|
|
4839
|
-
}>, {
|
|
4840
|
-
prefixCls: string;
|
|
4841
|
-
cls: import("vue").ComputedRef<(string | {
|
|
4842
|
-
[x: string]: boolean;
|
|
4843
|
-
})[]>;
|
|
4844
|
-
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
4845
|
-
handleClick: (ev: MouseEvent) => void;
|
|
4846
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4847
|
-
click: (_ev: MouseEvent) => true;
|
|
4848
|
-
}, import("vue").PublicProps, {
|
|
4849
|
-
autofocus: boolean;
|
|
4850
|
-
disabled: boolean;
|
|
4851
|
-
long: boolean;
|
|
4852
|
-
loading: boolean;
|
|
4853
|
-
htmlType: "submit" | "reset" | "button";
|
|
4854
|
-
}, true, {}, {}, {
|
|
4855
|
-
IconLoading: {
|
|
4856
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4857
|
-
size: {
|
|
4858
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
4859
|
-
};
|
|
4860
|
-
strokeWidth: {
|
|
4861
|
-
type: NumberConstructor;
|
|
4862
|
-
default: number;
|
|
4863
|
-
};
|
|
4864
|
-
strokeLinecap: {
|
|
4865
|
-
type: StringConstructor;
|
|
4866
|
-
default: string;
|
|
4867
|
-
validator: (value: any) => boolean;
|
|
4868
|
-
};
|
|
4869
|
-
strokeLinejoin: {
|
|
4870
|
-
type: StringConstructor;
|
|
4871
|
-
default: string;
|
|
4872
|
-
validator: (value: any) => boolean;
|
|
4873
|
-
};
|
|
4874
|
-
rotate: NumberConstructor;
|
|
4875
|
-
spin: BooleanConstructor;
|
|
4876
|
-
}>> & Readonly<{
|
|
4877
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
4878
|
-
}>, {
|
|
4879
|
-
cls: import("vue").ComputedRef<(string | {
|
|
4880
|
-
[x: string]: boolean;
|
|
4881
|
-
})[]>;
|
|
4882
|
-
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
4883
|
-
svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
|
|
4884
|
-
onClick: (ev: MouseEvent) => void;
|
|
4885
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4886
|
-
click: (ev: MouseEvent) => true;
|
|
4887
|
-
}, import("vue").PublicProps, {
|
|
4888
|
-
spin: boolean;
|
|
4889
|
-
strokeWidth: number;
|
|
4890
|
-
strokeLinecap: string;
|
|
4891
|
-
strokeLinejoin: string;
|
|
4892
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
4893
|
-
P: {};
|
|
4894
|
-
B: {};
|
|
4895
|
-
D: {};
|
|
4896
|
-
C: {};
|
|
4897
|
-
M: {};
|
|
4898
|
-
Defaults: {};
|
|
4899
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
4900
|
-
size: {
|
|
4901
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
4902
|
-
};
|
|
4903
|
-
strokeWidth: {
|
|
4904
|
-
type: NumberConstructor;
|
|
4905
|
-
default: number;
|
|
4906
|
-
};
|
|
4907
|
-
strokeLinecap: {
|
|
4908
|
-
type: StringConstructor;
|
|
4909
|
-
default: string;
|
|
4910
|
-
validator: (value: any) => boolean;
|
|
4911
|
-
};
|
|
4912
|
-
strokeLinejoin: {
|
|
4913
|
-
type: StringConstructor;
|
|
4914
|
-
default: string;
|
|
4915
|
-
validator: (value: any) => boolean;
|
|
4916
|
-
};
|
|
4917
|
-
rotate: NumberConstructor;
|
|
4918
|
-
spin: BooleanConstructor;
|
|
4919
|
-
}>> & Readonly<{
|
|
4920
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
4921
|
-
}>, {
|
|
4922
|
-
cls: import("vue").ComputedRef<(string | {
|
|
4923
|
-
[x: string]: boolean;
|
|
4924
|
-
})[]>;
|
|
4925
|
-
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
4926
|
-
svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
|
|
4927
|
-
onClick: (ev: MouseEvent) => void;
|
|
4928
|
-
}, {}, {}, {}, {
|
|
4929
|
-
spin: boolean;
|
|
4930
|
-
strokeWidth: number;
|
|
4931
|
-
strokeLinecap: string;
|
|
4932
|
-
strokeLinejoin: string;
|
|
4933
|
-
}>;
|
|
4934
|
-
__isFragment?: never;
|
|
4935
|
-
__isTeleport?: never;
|
|
4936
|
-
__isSuspense?: never;
|
|
4937
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
4938
|
-
size: {
|
|
4939
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
4940
|
-
};
|
|
4941
|
-
strokeWidth: {
|
|
4942
|
-
type: NumberConstructor;
|
|
4943
|
-
default: number;
|
|
4944
|
-
};
|
|
4945
|
-
strokeLinecap: {
|
|
4946
|
-
type: StringConstructor;
|
|
4947
|
-
default: string;
|
|
4948
|
-
validator: (value: any) => boolean;
|
|
4949
|
-
};
|
|
4950
|
-
strokeLinejoin: {
|
|
4951
|
-
type: StringConstructor;
|
|
4952
|
-
default: string;
|
|
4953
|
-
validator: (value: any) => boolean;
|
|
4954
|
-
};
|
|
4955
|
-
rotate: NumberConstructor;
|
|
4956
|
-
spin: BooleanConstructor;
|
|
4957
|
-
}>> & Readonly<{
|
|
4958
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
4959
|
-
}>, {
|
|
4960
|
-
cls: import("vue").ComputedRef<(string | {
|
|
4961
|
-
[x: string]: boolean;
|
|
4962
|
-
})[]>;
|
|
4963
|
-
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
4964
|
-
svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
|
|
4965
|
-
onClick: (ev: MouseEvent) => void;
|
|
4966
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4967
|
-
click: (ev: MouseEvent) => true;
|
|
4968
|
-
}, string, {
|
|
4969
|
-
spin: boolean;
|
|
4970
|
-
strokeWidth: number;
|
|
4971
|
-
strokeLinecap: string;
|
|
4972
|
-
strokeLinejoin: string;
|
|
4973
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
4974
|
-
install: (app: import("vue").App, options?: import("../_utils/types.js").SDIconOptions) => void;
|
|
4975
|
-
};
|
|
4976
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
4977
|
-
P: {};
|
|
4978
|
-
B: {};
|
|
4979
|
-
D: {};
|
|
4980
|
-
C: {};
|
|
4981
|
-
M: {};
|
|
4982
|
-
Defaults: {};
|
|
4983
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
4984
|
-
type: {
|
|
4985
|
-
type: PropType<import("../button/constants.js").ButtonTypes>;
|
|
4986
|
-
};
|
|
4987
|
-
shape: {
|
|
4988
|
-
type: PropType<import("../_utils/constant").BorderShape>;
|
|
4989
|
-
};
|
|
4990
|
-
status: {
|
|
4991
|
-
type: PropType<import("../index.js").Status>;
|
|
4992
|
-
};
|
|
4993
|
-
size: {
|
|
4994
|
-
type: PropType<Size>;
|
|
4995
|
-
};
|
|
4996
|
-
long: {
|
|
4997
|
-
type: BooleanConstructor;
|
|
4998
|
-
default: boolean;
|
|
4999
|
-
};
|
|
5000
|
-
loading: {
|
|
5001
|
-
type: BooleanConstructor;
|
|
5002
|
-
default: boolean;
|
|
5003
|
-
};
|
|
5004
|
-
disabled: {
|
|
5005
|
-
type: BooleanConstructor;
|
|
5006
|
-
};
|
|
5007
|
-
htmlType: {
|
|
5008
|
-
type: PropType<HTMLButtonElement["type"]>;
|
|
5009
|
-
default: string;
|
|
5010
|
-
};
|
|
5011
|
-
autofocus: {
|
|
5012
|
-
type: BooleanConstructor;
|
|
5013
|
-
default: boolean;
|
|
5014
|
-
};
|
|
5015
|
-
href: StringConstructor;
|
|
5016
|
-
}>> & Readonly<{
|
|
5017
|
-
onClick?: ((_ev: MouseEvent) => any) | undefined;
|
|
5018
|
-
}>, {
|
|
5019
|
-
prefixCls: string;
|
|
5020
|
-
cls: import("vue").ComputedRef<(string | {
|
|
5021
|
-
[x: string]: boolean;
|
|
5022
|
-
})[]>;
|
|
5023
|
-
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
5024
|
-
handleClick: (ev: MouseEvent) => void;
|
|
5025
|
-
}, {}, {}, {}, {
|
|
5026
|
-
autofocus: boolean;
|
|
5027
|
-
disabled: boolean;
|
|
5028
|
-
long: boolean;
|
|
5029
|
-
loading: boolean;
|
|
5030
|
-
htmlType: "submit" | "reset" | "button";
|
|
5031
|
-
}>;
|
|
5032
|
-
__isFragment?: never;
|
|
5033
|
-
__isTeleport?: never;
|
|
5034
|
-
__isSuspense?: never;
|
|
5035
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
5036
|
-
type: {
|
|
5037
|
-
type: PropType<import("../button/constants.js").ButtonTypes>;
|
|
5038
|
-
};
|
|
5039
|
-
shape: {
|
|
5040
|
-
type: PropType<import("../_utils/constant").BorderShape>;
|
|
5041
|
-
};
|
|
5042
|
-
status: {
|
|
5043
|
-
type: PropType<import("../index.js").Status>;
|
|
5044
|
-
};
|
|
5045
|
-
size: {
|
|
5046
|
-
type: PropType<Size>;
|
|
5047
|
-
};
|
|
5048
|
-
long: {
|
|
5049
|
-
type: BooleanConstructor;
|
|
5050
|
-
default: boolean;
|
|
5051
|
-
};
|
|
5052
|
-
loading: {
|
|
5053
|
-
type: BooleanConstructor;
|
|
5054
|
-
default: boolean;
|
|
5055
|
-
};
|
|
5056
|
-
disabled: {
|
|
5057
|
-
type: BooleanConstructor;
|
|
5058
|
-
};
|
|
5059
|
-
htmlType: {
|
|
5060
|
-
type: PropType<HTMLButtonElement["type"]>;
|
|
5061
|
-
default: string;
|
|
5062
|
-
};
|
|
5063
|
-
autofocus: {
|
|
5064
|
-
type: BooleanConstructor;
|
|
5065
|
-
default: boolean;
|
|
5066
|
-
};
|
|
5067
|
-
href: StringConstructor;
|
|
5068
|
-
}>> & Readonly<{
|
|
5069
|
-
onClick?: ((_ev: MouseEvent) => any) | undefined;
|
|
5070
|
-
}>, {
|
|
5071
|
-
prefixCls: string;
|
|
5072
|
-
cls: import("vue").ComputedRef<(string | {
|
|
5073
|
-
[x: string]: boolean;
|
|
5074
|
-
})[]>;
|
|
5075
|
-
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
5076
|
-
handleClick: (ev: MouseEvent) => void;
|
|
5077
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
5078
|
-
click: (_ev: MouseEvent) => true;
|
|
5079
|
-
}, string, {
|
|
5080
|
-
autofocus: boolean;
|
|
5081
|
-
disabled: boolean;
|
|
5082
|
-
long: boolean;
|
|
5083
|
-
loading: boolean;
|
|
5084
|
-
htmlType: "submit" | "reset" | "button";
|
|
4562
|
+
htmlType: "submit" | "reset" | "button";
|
|
5085
4563
|
}, {}, string, {}, {
|
|
5086
4564
|
IconLoading: {
|
|
5087
4565
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -6374,8 +5852,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
6374
5852
|
onSelect?: ((value: Dayjs) => any) | undefined;
|
|
6375
5853
|
onConfirm?: ((value: Dayjs) => any) | undefined;
|
|
6376
5854
|
}>, {
|
|
6377
|
-
disabled: boolean;
|
|
6378
5855
|
visible: boolean;
|
|
5856
|
+
disabled: boolean;
|
|
6379
5857
|
format: string;
|
|
6380
5858
|
isRange: boolean;
|
|
6381
5859
|
use12Hours: boolean;
|