@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
|
@@ -135,7 +135,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
135
135
|
focusedIndex: import("vue").Ref<number, number>;
|
|
136
136
|
mergedAllowClear: import("vue").ComputedRef<boolean | undefined>;
|
|
137
137
|
triggerDisabled: import("vue").ComputedRef<boolean>;
|
|
138
|
-
mergedSize: import("vue").ComputedRef<"
|
|
138
|
+
mergedSize: import("vue").ComputedRef<"small" | "mini" | "medium" | "large" | undefined>;
|
|
139
139
|
mergedError: import("vue").ComputedRef<boolean>;
|
|
140
140
|
onPanelVisibleChange: (visible: boolean) => void;
|
|
141
141
|
onInputClear: (e: Event) => void;
|
|
@@ -150,10 +150,10 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
150
150
|
timePickerValue: Dayjs[];
|
|
151
151
|
timePickerProps: {
|
|
152
152
|
visible: boolean;
|
|
153
|
+
type?: "time" | "time-range" | undefined;
|
|
153
154
|
error?: boolean | undefined;
|
|
154
155
|
readonly?: boolean | undefined;
|
|
155
|
-
|
|
156
|
-
size?: "mini" | "small" | "medium" | "large" | undefined;
|
|
156
|
+
size?: "small" | "mini" | "medium" | "large" | undefined;
|
|
157
157
|
disabled?: boolean | undefined;
|
|
158
158
|
unmountOnClose?: boolean | undefined;
|
|
159
159
|
position?: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | undefined;
|
|
@@ -709,9 +709,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
709
709
|
"onStart-header-select"?: ((...args: any[]) => any) | undefined;
|
|
710
710
|
"onEnd-header-select"?: ((...args: any[]) => any) | undefined;
|
|
711
711
|
}>, {
|
|
712
|
+
visible: boolean;
|
|
712
713
|
disabled: boolean[];
|
|
713
714
|
value: (Dayjs | undefined)[];
|
|
714
|
-
visible: boolean;
|
|
715
715
|
mode: Mode;
|
|
716
716
|
dayStartOfWeek: WeekStart;
|
|
717
717
|
hideTrigger: boolean;
|
|
@@ -995,598 +995,41 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
995
995
|
type: BooleanConstructor;
|
|
996
996
|
default: boolean;
|
|
997
997
|
};
|
|
998
|
-
loading: {
|
|
999
|
-
type: BooleanConstructor;
|
|
1000
|
-
default: boolean;
|
|
1001
|
-
};
|
|
1002
|
-
disabled: {
|
|
1003
|
-
type: BooleanConstructor;
|
|
1004
|
-
};
|
|
1005
|
-
htmlType: {
|
|
1006
|
-
type: PropType<HTMLButtonElement["type"]>;
|
|
1007
|
-
default: string;
|
|
1008
|
-
};
|
|
1009
|
-
autofocus: {
|
|
1010
|
-
type: BooleanConstructor;
|
|
1011
|
-
default: boolean;
|
|
1012
|
-
};
|
|
1013
|
-
href: StringConstructor;
|
|
1014
|
-
}>> & Readonly<{
|
|
1015
|
-
onClick?: ((_ev: MouseEvent) => any) | undefined;
|
|
1016
|
-
}>, {
|
|
1017
|
-
prefixCls: string;
|
|
1018
|
-
cls: import("vue").ComputedRef<(string | {
|
|
1019
|
-
[x: string]: boolean;
|
|
1020
|
-
})[]>;
|
|
1021
|
-
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
1022
|
-
handleClick: (ev: MouseEvent) => void;
|
|
1023
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1024
|
-
click: (_ev: MouseEvent) => true;
|
|
1025
|
-
}, string, {
|
|
1026
|
-
autofocus: boolean;
|
|
1027
|
-
disabled: boolean;
|
|
1028
|
-
long: boolean;
|
|
1029
|
-
loading: boolean;
|
|
1030
|
-
htmlType: "submit" | "reset" | "button";
|
|
1031
|
-
}, {}, string, {}, {
|
|
1032
|
-
IconLoading: {
|
|
1033
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1034
|
-
size: {
|
|
1035
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
1036
|
-
};
|
|
1037
|
-
strokeWidth: {
|
|
1038
|
-
type: NumberConstructor;
|
|
1039
|
-
default: number;
|
|
1040
|
-
};
|
|
1041
|
-
strokeLinecap: {
|
|
1042
|
-
type: StringConstructor;
|
|
1043
|
-
default: string;
|
|
1044
|
-
validator: (value: any) => boolean;
|
|
1045
|
-
};
|
|
1046
|
-
strokeLinejoin: {
|
|
1047
|
-
type: StringConstructor;
|
|
1048
|
-
default: string;
|
|
1049
|
-
validator: (value: any) => boolean;
|
|
1050
|
-
};
|
|
1051
|
-
rotate: NumberConstructor;
|
|
1052
|
-
spin: BooleanConstructor;
|
|
1053
|
-
}>> & Readonly<{
|
|
1054
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1055
|
-
}>, {
|
|
1056
|
-
cls: import("vue").ComputedRef<(string | {
|
|
1057
|
-
[x: string]: boolean;
|
|
1058
|
-
})[]>;
|
|
1059
|
-
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1060
|
-
svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
|
|
1061
|
-
onClick: (ev: MouseEvent) => void;
|
|
1062
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1063
|
-
click: (ev: MouseEvent) => true;
|
|
1064
|
-
}, import("vue").PublicProps, {
|
|
1065
|
-
spin: boolean;
|
|
1066
|
-
strokeWidth: number;
|
|
1067
|
-
strokeLinecap: string;
|
|
1068
|
-
strokeLinejoin: string;
|
|
1069
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1070
|
-
P: {};
|
|
1071
|
-
B: {};
|
|
1072
|
-
D: {};
|
|
1073
|
-
C: {};
|
|
1074
|
-
M: {};
|
|
1075
|
-
Defaults: {};
|
|
1076
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1077
|
-
size: {
|
|
1078
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
1079
|
-
};
|
|
1080
|
-
strokeWidth: {
|
|
1081
|
-
type: NumberConstructor;
|
|
1082
|
-
default: number;
|
|
1083
|
-
};
|
|
1084
|
-
strokeLinecap: {
|
|
1085
|
-
type: StringConstructor;
|
|
1086
|
-
default: string;
|
|
1087
|
-
validator: (value: any) => boolean;
|
|
1088
|
-
};
|
|
1089
|
-
strokeLinejoin: {
|
|
1090
|
-
type: StringConstructor;
|
|
1091
|
-
default: string;
|
|
1092
|
-
validator: (value: any) => boolean;
|
|
1093
|
-
};
|
|
1094
|
-
rotate: NumberConstructor;
|
|
1095
|
-
spin: BooleanConstructor;
|
|
1096
|
-
}>> & Readonly<{
|
|
1097
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1098
|
-
}>, {
|
|
1099
|
-
cls: import("vue").ComputedRef<(string | {
|
|
1100
|
-
[x: string]: boolean;
|
|
1101
|
-
})[]>;
|
|
1102
|
-
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1103
|
-
svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
|
|
1104
|
-
onClick: (ev: MouseEvent) => void;
|
|
1105
|
-
}, {}, {}, {}, {
|
|
1106
|
-
spin: boolean;
|
|
1107
|
-
strokeWidth: number;
|
|
1108
|
-
strokeLinecap: string;
|
|
1109
|
-
strokeLinejoin: string;
|
|
1110
|
-
}>;
|
|
1111
|
-
__isFragment?: never;
|
|
1112
|
-
__isTeleport?: never;
|
|
1113
|
-
__isSuspense?: never;
|
|
1114
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1115
|
-
size: {
|
|
1116
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
1117
|
-
};
|
|
1118
|
-
strokeWidth: {
|
|
1119
|
-
type: NumberConstructor;
|
|
1120
|
-
default: number;
|
|
1121
|
-
};
|
|
1122
|
-
strokeLinecap: {
|
|
1123
|
-
type: StringConstructor;
|
|
1124
|
-
default: string;
|
|
1125
|
-
validator: (value: any) => boolean;
|
|
1126
|
-
};
|
|
1127
|
-
strokeLinejoin: {
|
|
1128
|
-
type: StringConstructor;
|
|
1129
|
-
default: string;
|
|
1130
|
-
validator: (value: any) => boolean;
|
|
1131
|
-
};
|
|
1132
|
-
rotate: NumberConstructor;
|
|
1133
|
-
spin: BooleanConstructor;
|
|
1134
|
-
}>> & Readonly<{
|
|
1135
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1136
|
-
}>, {
|
|
1137
|
-
cls: import("vue").ComputedRef<(string | {
|
|
1138
|
-
[x: string]: boolean;
|
|
1139
|
-
})[]>;
|
|
1140
|
-
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1141
|
-
svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
|
|
1142
|
-
onClick: (ev: MouseEvent) => void;
|
|
1143
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1144
|
-
click: (ev: MouseEvent) => true;
|
|
1145
|
-
}, string, {
|
|
1146
|
-
spin: boolean;
|
|
1147
|
-
strokeWidth: number;
|
|
1148
|
-
strokeLinecap: string;
|
|
1149
|
-
strokeLinejoin: string;
|
|
1150
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1151
|
-
install: (app: import("vue").App, options?: import("../_utils/types").SDIconOptions) => void;
|
|
1152
|
-
};
|
|
1153
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1154
|
-
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1155
|
-
type: {
|
|
1156
|
-
type: PropType<import("../button/constants.js").ButtonTypes>;
|
|
1157
|
-
};
|
|
1158
|
-
status: {
|
|
1159
|
-
type: PropType<import("../index.js").Status>;
|
|
1160
|
-
};
|
|
1161
|
-
shape: {
|
|
1162
|
-
type: PropType<import("../_utils/constant").BorderShape>;
|
|
1163
|
-
};
|
|
1164
|
-
size: {
|
|
1165
|
-
type: PropType<Size>;
|
|
1166
|
-
};
|
|
1167
|
-
disabled: {
|
|
1168
|
-
type: BooleanConstructor;
|
|
1169
|
-
};
|
|
1170
|
-
}>, {
|
|
1171
|
-
prefixCls: string;
|
|
1172
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1173
|
-
type: {
|
|
1174
|
-
type: PropType<import("../button/constants.js").ButtonTypes>;
|
|
1175
|
-
};
|
|
1176
|
-
status: {
|
|
1177
|
-
type: PropType<import("../index.js").Status>;
|
|
1178
|
-
};
|
|
1179
|
-
shape: {
|
|
1180
|
-
type: PropType<import("../_utils/constant").BorderShape>;
|
|
1181
|
-
};
|
|
1182
|
-
size: {
|
|
1183
|
-
type: PropType<Size>;
|
|
1184
|
-
};
|
|
1185
|
-
disabled: {
|
|
1186
|
-
type: BooleanConstructor;
|
|
1187
|
-
};
|
|
1188
|
-
}>> & Readonly<{}>, {
|
|
1189
|
-
disabled: boolean;
|
|
1190
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1191
|
-
install: (app: import("vue").App, options?: import("../_utils/types").SDOptions) => void;
|
|
1192
|
-
};
|
|
1193
|
-
RenderFunction: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1194
|
-
renderFunc: {
|
|
1195
|
-
type: PropType<import("../_components/render-function.js").RenderFunc>;
|
|
1196
|
-
required: true;
|
|
1197
|
-
};
|
|
1198
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1199
|
-
renderFunc: {
|
|
1200
|
-
type: PropType<import("../_components/render-function.js").RenderFunc>;
|
|
1201
|
-
required: true;
|
|
1202
|
-
};
|
|
1203
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1204
|
-
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1205
|
-
PanelFooter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1206
|
-
prefixCls: {
|
|
1207
|
-
type: StringConstructor;
|
|
1208
|
-
required: true;
|
|
1209
|
-
};
|
|
1210
|
-
showTodayBtn: {
|
|
1211
|
-
type: BooleanConstructor;
|
|
1212
|
-
};
|
|
1213
|
-
showConfirmBtn: {
|
|
1214
|
-
type: BooleanConstructor;
|
|
1215
|
-
};
|
|
1216
|
-
confirmBtnDisabled: {
|
|
1217
|
-
type: BooleanConstructor;
|
|
1218
|
-
};
|
|
1219
|
-
}>, {
|
|
1220
|
-
datePickerT: (key: string, ...args: any[]) => any;
|
|
1221
|
-
onTodayClick: () => void;
|
|
1222
|
-
onConfirmBtnClick: () => void;
|
|
1223
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("today-btn-click" | "confirm-btn-click")[], "today-btn-click" | "confirm-btn-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1224
|
-
prefixCls: {
|
|
1225
|
-
type: StringConstructor;
|
|
1226
|
-
required: true;
|
|
1227
|
-
};
|
|
1228
|
-
showTodayBtn: {
|
|
1229
|
-
type: BooleanConstructor;
|
|
1230
|
-
};
|
|
1231
|
-
showConfirmBtn: {
|
|
1232
|
-
type: BooleanConstructor;
|
|
1233
|
-
};
|
|
1234
|
-
confirmBtnDisabled: {
|
|
1235
|
-
type: BooleanConstructor;
|
|
1236
|
-
};
|
|
1237
|
-
}>> & Readonly<{
|
|
1238
|
-
"onToday-btn-click"?: ((...args: any[]) => any) | undefined;
|
|
1239
|
-
"onConfirm-btn-click"?: ((...args: any[]) => any) | undefined;
|
|
1240
|
-
}>, {
|
|
1241
|
-
confirmBtnDisabled: boolean;
|
|
1242
|
-
showTodayBtn: boolean;
|
|
1243
|
-
showConfirmBtn: boolean;
|
|
1244
|
-
}, {}, {
|
|
1245
|
-
Link: {
|
|
1246
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1247
|
-
href: StringConstructor;
|
|
1248
|
-
status: {
|
|
1249
|
-
type: PropType<import("../index.js").Status>;
|
|
1250
|
-
default: string;
|
|
1251
|
-
};
|
|
1252
|
-
hoverable: {
|
|
1253
|
-
type: BooleanConstructor;
|
|
1254
|
-
default: boolean;
|
|
1255
|
-
};
|
|
1256
|
-
icon: BooleanConstructor;
|
|
1257
|
-
loading: BooleanConstructor;
|
|
1258
|
-
disabled: BooleanConstructor;
|
|
1259
|
-
}>> & Readonly<{
|
|
1260
|
-
onClick?: ((_ev: MouseEvent) => any) | undefined;
|
|
1261
|
-
}>, {
|
|
1262
|
-
cls: import("vue").ComputedRef<(string | {
|
|
1263
|
-
[x: string]: boolean;
|
|
1264
|
-
})[]>;
|
|
1265
|
-
prefixCls: string;
|
|
1266
|
-
showIcon: import("vue").ComputedRef<boolean>;
|
|
1267
|
-
handleClick: (ev: MouseEvent) => void;
|
|
1268
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1269
|
-
click: (_ev: MouseEvent) => true;
|
|
1270
|
-
}, import("vue").PublicProps, {
|
|
1271
|
-
status: "normal" | "success" | "warning" | "danger";
|
|
1272
|
-
disabled: boolean;
|
|
1273
|
-
loading: boolean;
|
|
1274
|
-
icon: boolean;
|
|
1275
|
-
hoverable: boolean;
|
|
1276
|
-
}, true, {}, {}, {
|
|
1277
|
-
IconLink: {
|
|
1278
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1279
|
-
size: {
|
|
1280
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
1281
|
-
};
|
|
1282
|
-
strokeWidth: {
|
|
1283
|
-
type: NumberConstructor;
|
|
1284
|
-
default: number;
|
|
1285
|
-
};
|
|
1286
|
-
strokeLinecap: {
|
|
1287
|
-
type: StringConstructor;
|
|
1288
|
-
default: string;
|
|
1289
|
-
validator: (value: any) => boolean;
|
|
1290
|
-
};
|
|
1291
|
-
strokeLinejoin: {
|
|
1292
|
-
type: StringConstructor;
|
|
1293
|
-
default: string;
|
|
1294
|
-
validator: (value: any) => boolean;
|
|
1295
|
-
};
|
|
1296
|
-
rotate: NumberConstructor;
|
|
1297
|
-
spin: BooleanConstructor;
|
|
1298
|
-
}>> & Readonly<{
|
|
1299
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1300
|
-
}>, {
|
|
1301
|
-
cls: import("vue").ComputedRef<(string | {
|
|
1302
|
-
[x: string]: boolean;
|
|
1303
|
-
})[]>;
|
|
1304
|
-
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1305
|
-
svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
|
|
1306
|
-
onClick: (ev: MouseEvent) => void;
|
|
1307
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1308
|
-
click: (ev: MouseEvent) => true;
|
|
1309
|
-
}, import("vue").PublicProps, {
|
|
1310
|
-
spin: boolean;
|
|
1311
|
-
strokeWidth: number;
|
|
1312
|
-
strokeLinecap: string;
|
|
1313
|
-
strokeLinejoin: string;
|
|
1314
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1315
|
-
P: {};
|
|
1316
|
-
B: {};
|
|
1317
|
-
D: {};
|
|
1318
|
-
C: {};
|
|
1319
|
-
M: {};
|
|
1320
|
-
Defaults: {};
|
|
1321
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1322
|
-
size: {
|
|
1323
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
1324
|
-
};
|
|
1325
|
-
strokeWidth: {
|
|
1326
|
-
type: NumberConstructor;
|
|
1327
|
-
default: number;
|
|
1328
|
-
};
|
|
1329
|
-
strokeLinecap: {
|
|
1330
|
-
type: StringConstructor;
|
|
1331
|
-
default: string;
|
|
1332
|
-
validator: (value: any) => boolean;
|
|
1333
|
-
};
|
|
1334
|
-
strokeLinejoin: {
|
|
1335
|
-
type: StringConstructor;
|
|
1336
|
-
default: string;
|
|
1337
|
-
validator: (value: any) => boolean;
|
|
1338
|
-
};
|
|
1339
|
-
rotate: NumberConstructor;
|
|
1340
|
-
spin: BooleanConstructor;
|
|
1341
|
-
}>> & Readonly<{
|
|
1342
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1343
|
-
}>, {
|
|
1344
|
-
cls: import("vue").ComputedRef<(string | {
|
|
1345
|
-
[x: string]: boolean;
|
|
1346
|
-
})[]>;
|
|
1347
|
-
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1348
|
-
svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
|
|
1349
|
-
onClick: (ev: MouseEvent) => void;
|
|
1350
|
-
}, {}, {}, {}, {
|
|
1351
|
-
spin: boolean;
|
|
1352
|
-
strokeWidth: number;
|
|
1353
|
-
strokeLinecap: string;
|
|
1354
|
-
strokeLinejoin: string;
|
|
1355
|
-
}>;
|
|
1356
|
-
__isFragment?: never;
|
|
1357
|
-
__isTeleport?: never;
|
|
1358
|
-
__isSuspense?: never;
|
|
1359
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1360
|
-
size: {
|
|
1361
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
1362
|
-
};
|
|
1363
|
-
strokeWidth: {
|
|
1364
|
-
type: NumberConstructor;
|
|
1365
|
-
default: number;
|
|
1366
|
-
};
|
|
1367
|
-
strokeLinecap: {
|
|
1368
|
-
type: StringConstructor;
|
|
1369
|
-
default: string;
|
|
1370
|
-
validator: (value: any) => boolean;
|
|
1371
|
-
};
|
|
1372
|
-
strokeLinejoin: {
|
|
1373
|
-
type: StringConstructor;
|
|
1374
|
-
default: string;
|
|
1375
|
-
validator: (value: any) => boolean;
|
|
1376
|
-
};
|
|
1377
|
-
rotate: NumberConstructor;
|
|
1378
|
-
spin: BooleanConstructor;
|
|
1379
|
-
}>> & Readonly<{
|
|
1380
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1381
|
-
}>, {
|
|
1382
|
-
cls: import("vue").ComputedRef<(string | {
|
|
1383
|
-
[x: string]: boolean;
|
|
1384
|
-
})[]>;
|
|
1385
|
-
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1386
|
-
svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
|
|
1387
|
-
onClick: (ev: MouseEvent) => void;
|
|
1388
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1389
|
-
click: (ev: MouseEvent) => true;
|
|
1390
|
-
}, string, {
|
|
1391
|
-
spin: boolean;
|
|
1392
|
-
strokeWidth: number;
|
|
1393
|
-
strokeLinecap: string;
|
|
1394
|
-
strokeLinejoin: string;
|
|
1395
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1396
|
-
install: (app: import("vue").App, options?: import("../_utils/types").SDIconOptions) => void;
|
|
1397
|
-
};
|
|
1398
|
-
IconLoading: {
|
|
1399
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1400
|
-
size: {
|
|
1401
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
1402
|
-
};
|
|
1403
|
-
strokeWidth: {
|
|
1404
|
-
type: NumberConstructor;
|
|
1405
|
-
default: number;
|
|
1406
|
-
};
|
|
1407
|
-
strokeLinecap: {
|
|
1408
|
-
type: StringConstructor;
|
|
1409
|
-
default: string;
|
|
1410
|
-
validator: (value: any) => boolean;
|
|
1411
|
-
};
|
|
1412
|
-
strokeLinejoin: {
|
|
1413
|
-
type: StringConstructor;
|
|
1414
|
-
default: string;
|
|
1415
|
-
validator: (value: any) => boolean;
|
|
1416
|
-
};
|
|
1417
|
-
rotate: NumberConstructor;
|
|
1418
|
-
spin: BooleanConstructor;
|
|
1419
|
-
}>> & Readonly<{
|
|
1420
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1421
|
-
}>, {
|
|
1422
|
-
cls: import("vue").ComputedRef<(string | {
|
|
1423
|
-
[x: string]: boolean;
|
|
1424
|
-
})[]>;
|
|
1425
|
-
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1426
|
-
svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
|
|
1427
|
-
onClick: (ev: MouseEvent) => void;
|
|
1428
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1429
|
-
click: (ev: MouseEvent) => true;
|
|
1430
|
-
}, import("vue").PublicProps, {
|
|
1431
|
-
spin: boolean;
|
|
1432
|
-
strokeWidth: number;
|
|
1433
|
-
strokeLinecap: string;
|
|
1434
|
-
strokeLinejoin: string;
|
|
1435
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1436
|
-
P: {};
|
|
1437
|
-
B: {};
|
|
1438
|
-
D: {};
|
|
1439
|
-
C: {};
|
|
1440
|
-
M: {};
|
|
1441
|
-
Defaults: {};
|
|
1442
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1443
|
-
size: {
|
|
1444
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
1445
|
-
};
|
|
1446
|
-
strokeWidth: {
|
|
1447
|
-
type: NumberConstructor;
|
|
1448
|
-
default: number;
|
|
1449
|
-
};
|
|
1450
|
-
strokeLinecap: {
|
|
1451
|
-
type: StringConstructor;
|
|
1452
|
-
default: string;
|
|
1453
|
-
validator: (value: any) => boolean;
|
|
1454
|
-
};
|
|
1455
|
-
strokeLinejoin: {
|
|
1456
|
-
type: StringConstructor;
|
|
1457
|
-
default: string;
|
|
1458
|
-
validator: (value: any) => boolean;
|
|
1459
|
-
};
|
|
1460
|
-
rotate: NumberConstructor;
|
|
1461
|
-
spin: BooleanConstructor;
|
|
1462
|
-
}>> & Readonly<{
|
|
1463
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1464
|
-
}>, {
|
|
1465
|
-
cls: import("vue").ComputedRef<(string | {
|
|
1466
|
-
[x: string]: boolean;
|
|
1467
|
-
})[]>;
|
|
1468
|
-
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1469
|
-
svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
|
|
1470
|
-
onClick: (ev: MouseEvent) => void;
|
|
1471
|
-
}, {}, {}, {}, {
|
|
1472
|
-
spin: boolean;
|
|
1473
|
-
strokeWidth: number;
|
|
1474
|
-
strokeLinecap: string;
|
|
1475
|
-
strokeLinejoin: string;
|
|
1476
|
-
}>;
|
|
1477
|
-
__isFragment?: never;
|
|
1478
|
-
__isTeleport?: never;
|
|
1479
|
-
__isSuspense?: never;
|
|
1480
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1481
|
-
size: {
|
|
1482
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
1483
|
-
};
|
|
1484
|
-
strokeWidth: {
|
|
1485
|
-
type: NumberConstructor;
|
|
1486
|
-
default: number;
|
|
1487
|
-
};
|
|
1488
|
-
strokeLinecap: {
|
|
1489
|
-
type: StringConstructor;
|
|
1490
|
-
default: string;
|
|
1491
|
-
validator: (value: any) => boolean;
|
|
1492
|
-
};
|
|
1493
|
-
strokeLinejoin: {
|
|
1494
|
-
type: StringConstructor;
|
|
1495
|
-
default: string;
|
|
1496
|
-
validator: (value: any) => boolean;
|
|
1497
|
-
};
|
|
1498
|
-
rotate: NumberConstructor;
|
|
1499
|
-
spin: BooleanConstructor;
|
|
1500
|
-
}>> & Readonly<{
|
|
1501
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1502
|
-
}>, {
|
|
1503
|
-
cls: import("vue").ComputedRef<(string | {
|
|
1504
|
-
[x: string]: boolean;
|
|
1505
|
-
})[]>;
|
|
1506
|
-
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1507
|
-
svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
|
|
1508
|
-
onClick: (ev: MouseEvent) => void;
|
|
1509
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1510
|
-
click: (ev: MouseEvent) => true;
|
|
1511
|
-
}, string, {
|
|
1512
|
-
spin: boolean;
|
|
1513
|
-
strokeWidth: number;
|
|
1514
|
-
strokeLinecap: string;
|
|
1515
|
-
strokeLinejoin: string;
|
|
1516
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1517
|
-
install: (app: import("vue").App, options?: import("../_utils/types").SDIconOptions) => void;
|
|
1518
|
-
};
|
|
1519
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1520
|
-
P: {};
|
|
1521
|
-
B: {};
|
|
1522
|
-
D: {};
|
|
1523
|
-
C: {};
|
|
1524
|
-
M: {};
|
|
1525
|
-
Defaults: {};
|
|
1526
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1527
|
-
href: StringConstructor;
|
|
1528
|
-
status: {
|
|
1529
|
-
type: PropType<import("../index.js").Status>;
|
|
1530
|
-
default: string;
|
|
1531
|
-
};
|
|
1532
|
-
hoverable: {
|
|
1533
|
-
type: BooleanConstructor;
|
|
1534
|
-
default: boolean;
|
|
1535
|
-
};
|
|
1536
|
-
icon: BooleanConstructor;
|
|
1537
|
-
loading: BooleanConstructor;
|
|
1538
|
-
disabled: BooleanConstructor;
|
|
1539
|
-
}>> & Readonly<{
|
|
1540
|
-
onClick?: ((_ev: MouseEvent) => any) | undefined;
|
|
1541
|
-
}>, {
|
|
1542
|
-
cls: import("vue").ComputedRef<(string | {
|
|
1543
|
-
[x: string]: boolean;
|
|
1544
|
-
})[]>;
|
|
1545
|
-
prefixCls: string;
|
|
1546
|
-
showIcon: import("vue").ComputedRef<boolean>;
|
|
1547
|
-
handleClick: (ev: MouseEvent) => void;
|
|
1548
|
-
}, {}, {}, {}, {
|
|
1549
|
-
status: "normal" | "success" | "warning" | "danger";
|
|
1550
|
-
disabled: boolean;
|
|
1551
|
-
loading: boolean;
|
|
1552
|
-
icon: boolean;
|
|
1553
|
-
hoverable: boolean;
|
|
1554
|
-
}>;
|
|
1555
|
-
__isFragment?: never;
|
|
1556
|
-
__isTeleport?: never;
|
|
1557
|
-
__isSuspense?: never;
|
|
1558
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1559
|
-
href: StringConstructor;
|
|
1560
|
-
status: {
|
|
1561
|
-
type: PropType<import("../index.js").Status>;
|
|
998
|
+
loading: {
|
|
999
|
+
type: BooleanConstructor;
|
|
1000
|
+
default: boolean;
|
|
1001
|
+
};
|
|
1002
|
+
disabled: {
|
|
1003
|
+
type: BooleanConstructor;
|
|
1004
|
+
};
|
|
1005
|
+
htmlType: {
|
|
1006
|
+
type: PropType<HTMLButtonElement["type"]>;
|
|
1562
1007
|
default: string;
|
|
1563
1008
|
};
|
|
1564
|
-
|
|
1009
|
+
autofocus: {
|
|
1565
1010
|
type: BooleanConstructor;
|
|
1566
1011
|
default: boolean;
|
|
1567
1012
|
};
|
|
1568
|
-
|
|
1569
|
-
loading: BooleanConstructor;
|
|
1570
|
-
disabled: BooleanConstructor;
|
|
1013
|
+
href: StringConstructor;
|
|
1571
1014
|
}>> & Readonly<{
|
|
1572
1015
|
onClick?: ((_ev: MouseEvent) => any) | undefined;
|
|
1573
1016
|
}>, {
|
|
1017
|
+
prefixCls: string;
|
|
1574
1018
|
cls: import("vue").ComputedRef<(string | {
|
|
1575
1019
|
[x: string]: boolean;
|
|
1576
1020
|
})[]>;
|
|
1577
|
-
|
|
1578
|
-
showIcon: import("vue").ComputedRef<boolean>;
|
|
1021
|
+
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
1579
1022
|
handleClick: (ev: MouseEvent) => void;
|
|
1580
1023
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1581
1024
|
click: (_ev: MouseEvent) => true;
|
|
1582
1025
|
}, string, {
|
|
1583
|
-
|
|
1026
|
+
autofocus: boolean;
|
|
1584
1027
|
disabled: boolean;
|
|
1028
|
+
long: boolean;
|
|
1585
1029
|
loading: boolean;
|
|
1586
|
-
|
|
1587
|
-
hoverable: boolean;
|
|
1030
|
+
htmlType: "submit" | "reset" | "button";
|
|
1588
1031
|
}, {}, string, {}, {
|
|
1589
|
-
|
|
1032
|
+
IconLoading: {
|
|
1590
1033
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1591
1034
|
size: {
|
|
1592
1035
|
type: (StringConstructor | NumberConstructor)[];
|
|
@@ -1707,128 +1150,163 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
1707
1150
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1708
1151
|
install: (app: import("vue").App, options?: import("../_utils/types").SDIconOptions) => void;
|
|
1709
1152
|
};
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
};
|
|
1715
|
-
strokeWidth: {
|
|
1716
|
-
type: NumberConstructor;
|
|
1717
|
-
default: number;
|
|
1718
|
-
};
|
|
1719
|
-
strokeLinecap: {
|
|
1720
|
-
type: StringConstructor;
|
|
1721
|
-
default: string;
|
|
1722
|
-
validator: (value: any) => boolean;
|
|
1723
|
-
};
|
|
1724
|
-
strokeLinejoin: {
|
|
1725
|
-
type: StringConstructor;
|
|
1726
|
-
default: string;
|
|
1727
|
-
validator: (value: any) => boolean;
|
|
1728
|
-
};
|
|
1729
|
-
rotate: NumberConstructor;
|
|
1730
|
-
spin: BooleanConstructor;
|
|
1731
|
-
}>> & Readonly<{
|
|
1732
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1733
|
-
}>, {
|
|
1734
|
-
cls: import("vue").ComputedRef<(string | {
|
|
1735
|
-
[x: string]: boolean;
|
|
1736
|
-
})[]>;
|
|
1737
|
-
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1738
|
-
svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
|
|
1739
|
-
onClick: (ev: MouseEvent) => void;
|
|
1740
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1741
|
-
click: (ev: MouseEvent) => true;
|
|
1742
|
-
}, import("vue").PublicProps, {
|
|
1743
|
-
spin: boolean;
|
|
1744
|
-
strokeWidth: number;
|
|
1745
|
-
strokeLinecap: string;
|
|
1746
|
-
strokeLinejoin: string;
|
|
1747
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1748
|
-
P: {};
|
|
1749
|
-
B: {};
|
|
1750
|
-
D: {};
|
|
1751
|
-
C: {};
|
|
1752
|
-
M: {};
|
|
1753
|
-
Defaults: {};
|
|
1754
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1755
|
-
size: {
|
|
1756
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
1757
|
-
};
|
|
1758
|
-
strokeWidth: {
|
|
1759
|
-
type: NumberConstructor;
|
|
1760
|
-
default: number;
|
|
1761
|
-
};
|
|
1762
|
-
strokeLinecap: {
|
|
1763
|
-
type: StringConstructor;
|
|
1764
|
-
default: string;
|
|
1765
|
-
validator: (value: any) => boolean;
|
|
1766
|
-
};
|
|
1767
|
-
strokeLinejoin: {
|
|
1768
|
-
type: StringConstructor;
|
|
1769
|
-
default: string;
|
|
1770
|
-
validator: (value: any) => boolean;
|
|
1771
|
-
};
|
|
1772
|
-
rotate: NumberConstructor;
|
|
1773
|
-
spin: BooleanConstructor;
|
|
1774
|
-
}>> & Readonly<{
|
|
1775
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1776
|
-
}>, {
|
|
1777
|
-
cls: import("vue").ComputedRef<(string | {
|
|
1778
|
-
[x: string]: boolean;
|
|
1779
|
-
})[]>;
|
|
1780
|
-
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
1781
|
-
svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
|
|
1782
|
-
onClick: (ev: MouseEvent) => void;
|
|
1783
|
-
}, {}, {}, {}, {
|
|
1784
|
-
spin: boolean;
|
|
1785
|
-
strokeWidth: number;
|
|
1786
|
-
strokeLinecap: string;
|
|
1787
|
-
strokeLinejoin: string;
|
|
1788
|
-
}>;
|
|
1789
|
-
__isFragment?: never;
|
|
1790
|
-
__isTeleport?: never;
|
|
1791
|
-
__isSuspense?: never;
|
|
1792
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1793
|
-
size: {
|
|
1794
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
1153
|
+
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
1154
|
+
Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1155
|
+
type: {
|
|
1156
|
+
type: PropType<import("../button/constants.js").ButtonTypes>;
|
|
1795
1157
|
};
|
|
1796
|
-
|
|
1797
|
-
type:
|
|
1798
|
-
default: number;
|
|
1158
|
+
status: {
|
|
1159
|
+
type: PropType<import("../index.js").Status>;
|
|
1799
1160
|
};
|
|
1800
|
-
|
|
1801
|
-
type:
|
|
1802
|
-
default: string;
|
|
1803
|
-
validator: (value: any) => boolean;
|
|
1161
|
+
shape: {
|
|
1162
|
+
type: PropType<import("../_utils/constant").BorderShape>;
|
|
1804
1163
|
};
|
|
1805
|
-
|
|
1806
|
-
type:
|
|
1807
|
-
|
|
1808
|
-
|
|
1164
|
+
size: {
|
|
1165
|
+
type: PropType<Size>;
|
|
1166
|
+
};
|
|
1167
|
+
disabled: {
|
|
1168
|
+
type: BooleanConstructor;
|
|
1809
1169
|
};
|
|
1810
|
-
rotate: NumberConstructor;
|
|
1811
|
-
spin: BooleanConstructor;
|
|
1812
|
-
}>> & Readonly<{
|
|
1813
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1814
1170
|
}>, {
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1171
|
+
prefixCls: string;
|
|
1172
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1173
|
+
type: {
|
|
1174
|
+
type: PropType<import("../button/constants.js").ButtonTypes>;
|
|
1175
|
+
};
|
|
1176
|
+
status: {
|
|
1177
|
+
type: PropType<import("../index.js").Status>;
|
|
1178
|
+
};
|
|
1179
|
+
shape: {
|
|
1180
|
+
type: PropType<import("../_utils/constant").BorderShape>;
|
|
1181
|
+
};
|
|
1182
|
+
size: {
|
|
1183
|
+
type: PropType<Size>;
|
|
1184
|
+
};
|
|
1185
|
+
disabled: {
|
|
1186
|
+
type: BooleanConstructor;
|
|
1187
|
+
};
|
|
1188
|
+
}>> & Readonly<{}>, {
|
|
1189
|
+
disabled: boolean;
|
|
1190
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1191
|
+
install: (app: import("vue").App, options?: import("../_utils/types").SDOptions) => void;
|
|
1192
|
+
};
|
|
1193
|
+
RenderFunction: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1194
|
+
renderFunc: {
|
|
1195
|
+
type: PropType<import("../_components/render-function.js").RenderFunc>;
|
|
1196
|
+
required: true;
|
|
1830
1197
|
};
|
|
1831
|
-
}
|
|
1198
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1199
|
+
renderFunc: {
|
|
1200
|
+
type: PropType<import("../_components/render-function.js").RenderFunc>;
|
|
1201
|
+
required: true;
|
|
1202
|
+
};
|
|
1203
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1204
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1205
|
+
PanelFooter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
1206
|
+
prefixCls: {
|
|
1207
|
+
type: StringConstructor;
|
|
1208
|
+
required: true;
|
|
1209
|
+
};
|
|
1210
|
+
showTodayBtn: {
|
|
1211
|
+
type: BooleanConstructor;
|
|
1212
|
+
};
|
|
1213
|
+
showConfirmBtn: {
|
|
1214
|
+
type: BooleanConstructor;
|
|
1215
|
+
};
|
|
1216
|
+
confirmBtnDisabled: {
|
|
1217
|
+
type: BooleanConstructor;
|
|
1218
|
+
};
|
|
1219
|
+
}>, {
|
|
1220
|
+
datePickerT: (key: string, ...args: any[]) => any;
|
|
1221
|
+
onTodayClick: () => void;
|
|
1222
|
+
onConfirmBtnClick: () => void;
|
|
1223
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("today-btn-click" | "confirm-btn-click")[], "today-btn-click" | "confirm-btn-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1224
|
+
prefixCls: {
|
|
1225
|
+
type: StringConstructor;
|
|
1226
|
+
required: true;
|
|
1227
|
+
};
|
|
1228
|
+
showTodayBtn: {
|
|
1229
|
+
type: BooleanConstructor;
|
|
1230
|
+
};
|
|
1231
|
+
showConfirmBtn: {
|
|
1232
|
+
type: BooleanConstructor;
|
|
1233
|
+
};
|
|
1234
|
+
confirmBtnDisabled: {
|
|
1235
|
+
type: BooleanConstructor;
|
|
1236
|
+
};
|
|
1237
|
+
}>> & Readonly<{
|
|
1238
|
+
"onToday-btn-click"?: ((...args: any[]) => any) | undefined;
|
|
1239
|
+
"onConfirm-btn-click"?: ((...args: any[]) => any) | undefined;
|
|
1240
|
+
}>, {
|
|
1241
|
+
confirmBtnDisabled: boolean;
|
|
1242
|
+
showTodayBtn: boolean;
|
|
1243
|
+
showConfirmBtn: boolean;
|
|
1244
|
+
}, {}, {
|
|
1245
|
+
Link: {
|
|
1246
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../index.js").LinkProps> & Readonly<{
|
|
1247
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1248
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1249
|
+
click: (ev: MouseEvent) => any;
|
|
1250
|
+
}, import("vue").PublicProps, {
|
|
1251
|
+
status: import("../index.js").Status;
|
|
1252
|
+
disabled: boolean;
|
|
1253
|
+
loading: boolean;
|
|
1254
|
+
icon: boolean;
|
|
1255
|
+
ellipsis: boolean;
|
|
1256
|
+
ellipsisLineClamp: number | string;
|
|
1257
|
+
ellipsisExpandTrigger: "click";
|
|
1258
|
+
ellipsisTooltip: boolean | import("../index.js").EllipsisTooltipProps;
|
|
1259
|
+
iconTooltip: string;
|
|
1260
|
+
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1261
|
+
P: {};
|
|
1262
|
+
B: {};
|
|
1263
|
+
D: {};
|
|
1264
|
+
C: {};
|
|
1265
|
+
M: {};
|
|
1266
|
+
Defaults: {};
|
|
1267
|
+
}, Readonly<import("../index.js").LinkProps> & Readonly<{
|
|
1268
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1269
|
+
}>, {}, {}, {}, {}, {
|
|
1270
|
+
status: import("../index.js").Status;
|
|
1271
|
+
disabled: boolean;
|
|
1272
|
+
loading: boolean;
|
|
1273
|
+
icon: boolean;
|
|
1274
|
+
ellipsis: boolean;
|
|
1275
|
+
ellipsisLineClamp: number | string;
|
|
1276
|
+
ellipsisExpandTrigger: "click";
|
|
1277
|
+
ellipsisTooltip: boolean | import("../index.js").EllipsisTooltipProps;
|
|
1278
|
+
iconTooltip: string;
|
|
1279
|
+
}>;
|
|
1280
|
+
__isFragment?: never;
|
|
1281
|
+
__isTeleport?: never;
|
|
1282
|
+
__isSuspense?: never;
|
|
1283
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("../index.js").LinkProps> & Readonly<{
|
|
1284
|
+
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
1285
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1286
|
+
click: (ev: MouseEvent) => any;
|
|
1287
|
+
}, string, {
|
|
1288
|
+
status: import("../index.js").Status;
|
|
1289
|
+
disabled: boolean;
|
|
1290
|
+
loading: boolean;
|
|
1291
|
+
icon: boolean;
|
|
1292
|
+
ellipsis: boolean;
|
|
1293
|
+
ellipsisLineClamp: number | string;
|
|
1294
|
+
ellipsisExpandTrigger: "click";
|
|
1295
|
+
ellipsisTooltip: boolean | import("../index.js").EllipsisTooltipProps;
|
|
1296
|
+
iconTooltip: string;
|
|
1297
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1298
|
+
$slots: {
|
|
1299
|
+
icon?: (props: {}) => any;
|
|
1300
|
+
} & {
|
|
1301
|
+
icon?: (props: {}) => any;
|
|
1302
|
+
} & {
|
|
1303
|
+
default?: (props: {}) => any;
|
|
1304
|
+
} & {
|
|
1305
|
+
tooltip?: (props: {}) => any;
|
|
1306
|
+
} & {
|
|
1307
|
+
default?: (props: {}) => any;
|
|
1308
|
+
};
|
|
1309
|
+
}) & {
|
|
1832
1310
|
install: (app: import("vue").App, options?: import("../_utils/types").SDOptions) => void;
|
|
1833
1311
|
};
|
|
1834
1312
|
Button: {
|
|
@@ -3370,8 +2848,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
3370
2848
|
onSelect?: ((value: Dayjs) => any) | undefined;
|
|
3371
2849
|
onConfirm?: ((value: Dayjs) => any) | undefined;
|
|
3372
2850
|
}>, {
|
|
3373
|
-
disabled: boolean;
|
|
3374
2851
|
visible: boolean;
|
|
2852
|
+
disabled: boolean;
|
|
3375
2853
|
format: string;
|
|
3376
2854
|
isRange: boolean;
|
|
3377
2855
|
use12Hours: boolean;
|
|
@@ -5235,8 +4713,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
5235
4713
|
onSelect?: ((value: Dayjs) => any) | undefined;
|
|
5236
4714
|
onConfirm?: ((value: Dayjs) => any) | undefined;
|
|
5237
4715
|
}>, {
|
|
5238
|
-
disabled: boolean;
|
|
5239
4716
|
visible: boolean;
|
|
4717
|
+
disabled: boolean;
|
|
5240
4718
|
format: string;
|
|
5241
4719
|
isRange: boolean;
|
|
5242
4720
|
use12Hours: boolean;
|
|
@@ -8329,7 +7807,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
8329
7807
|
default: boolean;
|
|
8330
7808
|
};
|
|
8331
7809
|
}>> & Readonly<{}>, {
|
|
8332
|
-
size: "
|
|
7810
|
+
size: "small" | "mini" | "medium" | "large";
|
|
8333
7811
|
disabled: boolean;
|
|
8334
7812
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
8335
7813
|
IconClose: {
|
|
@@ -9008,13 +8486,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
9008
8486
|
default: boolean;
|
|
9009
8487
|
};
|
|
9010
8488
|
contentClass: {
|
|
9011
|
-
type: (
|
|
8489
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
9012
8490
|
};
|
|
9013
8491
|
contentStyle: {
|
|
9014
8492
|
type: PropType<import("vue").CSSProperties>;
|
|
9015
8493
|
};
|
|
9016
8494
|
arrowClass: {
|
|
9017
|
-
type: (
|
|
8495
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
9018
8496
|
};
|
|
9019
8497
|
arrowStyle: {
|
|
9020
8498
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -9072,7 +8550,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
9072
8550
|
default: boolean;
|
|
9073
8551
|
};
|
|
9074
8552
|
openedClass: {
|
|
9075
|
-
type: (
|
|
8553
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
9076
8554
|
};
|
|
9077
8555
|
autoFitPosition: {
|
|
9078
8556
|
type: BooleanConstructor;
|
|
@@ -9095,8 +8573,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
9095
8573
|
default: number;
|
|
9096
8574
|
};
|
|
9097
8575
|
}>> & Readonly<{
|
|
9098
|
-
onResize?: (() => any) | undefined;
|
|
9099
8576
|
onHide?: (() => any) | undefined;
|
|
8577
|
+
onResize?: (() => any) | undefined;
|
|
9100
8578
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
9101
8579
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
9102
8580
|
onShow?: (() => any) | undefined;
|
|
@@ -9199,13 +8677,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
9199
8677
|
default: boolean;
|
|
9200
8678
|
};
|
|
9201
8679
|
contentClass: {
|
|
9202
|
-
type: (
|
|
8680
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
9203
8681
|
};
|
|
9204
8682
|
contentStyle: {
|
|
9205
8683
|
type: PropType<import("vue").CSSProperties>;
|
|
9206
8684
|
};
|
|
9207
8685
|
arrowClass: {
|
|
9208
|
-
type: (
|
|
8686
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
9209
8687
|
};
|
|
9210
8688
|
arrowStyle: {
|
|
9211
8689
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -9263,7 +8741,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
9263
8741
|
default: boolean;
|
|
9264
8742
|
};
|
|
9265
8743
|
openedClass: {
|
|
9266
|
-
type: (
|
|
8744
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
9267
8745
|
};
|
|
9268
8746
|
autoFitPosition: {
|
|
9269
8747
|
type: BooleanConstructor;
|
|
@@ -9286,8 +8764,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
9286
8764
|
default: number;
|
|
9287
8765
|
};
|
|
9288
8766
|
}>> & Readonly<{
|
|
9289
|
-
onResize?: (() => any) | undefined;
|
|
9290
8767
|
onHide?: (() => any) | undefined;
|
|
8768
|
+
onResize?: (() => any) | undefined;
|
|
9291
8769
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
9292
8770
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
9293
8771
|
onShow?: (() => any) | undefined;
|
|
@@ -9381,13 +8859,13 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
9381
8859
|
default: boolean;
|
|
9382
8860
|
};
|
|
9383
8861
|
contentClass: {
|
|
9384
|
-
type: (
|
|
8862
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
9385
8863
|
};
|
|
9386
8864
|
contentStyle: {
|
|
9387
8865
|
type: PropType<import("vue").CSSProperties>;
|
|
9388
8866
|
};
|
|
9389
8867
|
arrowClass: {
|
|
9390
|
-
type: (
|
|
8868
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
9391
8869
|
};
|
|
9392
8870
|
arrowStyle: {
|
|
9393
8871
|
type: PropType<import("vue").CSSProperties>;
|
|
@@ -9445,7 +8923,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
9445
8923
|
default: boolean;
|
|
9446
8924
|
};
|
|
9447
8925
|
openedClass: {
|
|
9448
|
-
type: (
|
|
8926
|
+
type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
|
|
9449
8927
|
};
|
|
9450
8928
|
autoFitPosition: {
|
|
9451
8929
|
type: BooleanConstructor;
|
|
@@ -9468,8 +8946,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
9468
8946
|
default: number;
|
|
9469
8947
|
};
|
|
9470
8948
|
}>> & Readonly<{
|
|
9471
|
-
onResize?: (() => any) | undefined;
|
|
9472
8949
|
onHide?: (() => any) | undefined;
|
|
8950
|
+
onResize?: (() => any) | undefined;
|
|
9473
8951
|
"onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
|
|
9474
8952
|
onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
|
|
9475
8953
|
onShow?: (() => any) | undefined;
|