@sdata/web-vue 1.11.0 → 1.12.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/select-view/style/index.css +13 -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-scrollbar.js +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_vue_type_script_lang.js +55 -0
- 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.js +102 -0
- 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 +53 -1289
- package/es/cascader/{cascader.vue_vue_type_script_lang.js → cascader.vue_vue_type_script_setup_true_lang.js} +236 -172
- 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.js +35 -0
- package/es/collapse/collapse-item.js +36 -0
- package/es/collapse/collapse.vue_vue_type_script_lang.js +47 -0
- package/es/color-picker/color-picker.js +90 -1
- 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/components.d.ts +132 -127
- package/es/config-provider/config-provider.vue.d.ts +9 -0
- package/es/config-provider/config-provider.vue_vue_type_script_lang.js +72 -1
- package/es/config-provider/context.d.ts +1 -0
- package/es/config-provider/index.d.ts +15 -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 +54 -576
- package/es/date-picker/panels/date/index.js +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/year/index.js +1 -1
- package/es/date-picker/picker-panel.vue.d.ts +54 -576
- package/es/date-picker/picker.js +1 -1
- package/es/date-picker/picker.vue.d.ts +54 -576
- 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 +54 -576
- 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 +54 -576
- 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.js +65 -1
- package/es/divider/divider.js +24 -0
- package/es/drawer/drawer.vue_vue_type_script_lang.js +161 -2
- package/es/drawer/index.js +2 -2
- 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_vue_type_script_lang.js +20 -1
- package/es/dropdown/dropdown-submenu.vue_vue_type_script_lang.js +57 -0
- package/es/dropdown/dropdown.vue_vue_type_script_lang.js +55 -0
- package/es/ellipsis/ellipsis.vue_vue_type_script_lang.js +25 -2
- 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.vue_vue_type_script_lang.js +146 -3
- package/es/form/form.vue_vue_type_script_lang.js +108 -0
- 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_vue_type_script_lang.js +82 -0
- package/es/image/preview-action.js +8 -0
- package/es/image/preview-group.js +1 -1
- package/es/image/preview-group.vue_vue_type_script_lang.js +48 -0
- package/es/image/preview-toolbar.vue_vue_type_script_lang.js +1 -0
- 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/input-password.vue_vue_type_script_lang.js +13 -0
- package/es/input/input-search.js +35 -1
- package/es/input/input.js +129 -1
- package/es/input-number/index.d.ts +35 -23
- package/es/input-number/input-number.d.ts +19 -10
- 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/list-item-meta.vue_vue_type_script_lang.js +23 -0
- package/es/list/list-item.js +21 -1
- package/es/list/list.js +104 -2
- package/es/mention/mention.js +87 -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.js +2 -1
- package/es/menu/sub-menu-pop.vue.d.ts +1 -1
- package/es/menu/sub-menu.js +40 -1
- package/es/message/index.js +1 -1
- package/es/modal/index.js +2 -2
- package/es/modal/modal.vue_vue_type_script_lang.js +193 -2
- package/es/notification/index.js +1 -1
- package/es/overflow-list/overflow-list.js +25 -1
- package/es/page-header/page-header.vue_vue_type_script_lang.js +38 -0
- package/es/pagination/page-jumper.vue.d.ts +35 -22
- package/es/pagination/pagination.js +122 -0
- package/es/popconfirm/popconfirm.vue_vue_type_script_lang.js +95 -1
- package/es/popover/popover.vue_vue_type_script_lang.js +62 -0
- package/es/progress/line.vue_vue_type_script_lang.js +1 -1
- package/es/progress/progress.vue_vue_type_script_lang.js +48 -0
- package/es/radio/radio-group.js +53 -0
- 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/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/optgroup.vue_vue_type_script_lang.js +12 -1
- package/es/select/option.vue_vue_type_script_lang.js +27 -0
- package/es/select/select.js +8 -6
- 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 +66 -42
- package/es/slider/slider-input.vue.d.ts +33 -21
- package/es/slider/slider.vue.d.ts +33 -21
- package/es/slider/slider.vue_vue_type_script_lang.js +55 -0
- 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/step.vue_vue_type_script_lang.js +36 -0
- 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/table-column.js +115 -0
- 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.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.js +104 -0
- package/es/tag/index.d.ts +29237 -74
- 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 +11688 -7
- 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/textarea.vue_vue_type_script_lang.js +90 -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_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/tooltip.vue_vue_type_script_lang.js +61 -1
- package/es/transfer/transfer.vue_vue_type_script_lang.js +136 -0
- package/es/tree/base-node.vue_vue_type_script_lang.js +7 -0
- package/es/tree/node.js +1 -1
- 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_vue_type_script_lang.js +281 -8
- package/es/trigger/trigger.js +161 -1
- package/es/trigger/utils.js +1 -1
- package/es/typography/base.d.ts +7 -0
- package/es/typography/base.js +127 -3
- package/es/typography/interface.d.ts +2 -0
- package/es/typography/operations.js +30 -0
- package/es/typography/paragraph.js +8 -0
- package/es/typography/title.js +6 -1
- package/es/upload/upload.js +279 -2
- package/es/verification-code/verification-code.js +59 -0
- package/es/watermark/hooks/use-mutation-observer.js +1 -1
- package/es/watermark/watermark.js +58 -1
- package/es/web-vue.css +24 -24
- package/json/vetur-attributes.json +134 -218
- package/json/vetur-tags.json +58 -67
- package/json/web-types.json +304 -493
- package/package.json +9 -7
- package/es/_utils/clipboard.d.ts +0 -1
- package/es/_utils/clipboard.js +0 -35
- package/es/link/link.vue_vue_type_script_lang.js +0 -56
package/es/date-picker/picker.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _objectSpread2 } from "../_virtual/_@oxc-project_runtime@0.
|
|
1
|
+
import { _objectSpread2 } from "../_virtual/_@oxc-project_runtime@0.130.0/helpers/objectSpread2.js";
|
|
2
2
|
import _plugin_vue_export_helper_default from "../_virtual/_plugin-vue_export-helper.js";
|
|
3
3
|
import picker_vue_vue_type_script_lang_default from "./picker.vue_vue_type_script_lang.js";
|
|
4
4
|
import { createBlock, createSlots, createVNode, mergeProps, normalizeProps, openBlock, renderSlot, resolveComponent, withCtx } from "vue";
|
|
@@ -4212,592 +4212,70 @@ 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("
|
|
4216
|
-
|
|
4217
|
-
|
|
4218
|
-
|
|
4219
|
-
default: string;
|
|
4220
|
-
};
|
|
4221
|
-
hoverable: {
|
|
4222
|
-
type: BooleanConstructor;
|
|
4223
|
-
default: boolean;
|
|
4224
|
-
};
|
|
4225
|
-
icon: BooleanConstructor;
|
|
4226
|
-
loading: BooleanConstructor;
|
|
4227
|
-
disabled: BooleanConstructor;
|
|
4228
|
-
}>> & Readonly<{
|
|
4229
|
-
onClick?: ((_ev: MouseEvent) => any) | undefined;
|
|
4230
|
-
}>, {
|
|
4231
|
-
cls: import("vue").ComputedRef<(string | {
|
|
4232
|
-
[x: string]: boolean;
|
|
4233
|
-
})[]>;
|
|
4234
|
-
prefixCls: string;
|
|
4235
|
-
showIcon: import("vue").ComputedRef<boolean>;
|
|
4236
|
-
handleClick: (ev: MouseEvent) => void;
|
|
4237
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4238
|
-
click: (_ev: MouseEvent) => true;
|
|
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;
|
|
4239
4219
|
}, import("vue").PublicProps, {
|
|
4240
|
-
status: "
|
|
4220
|
+
status: import("../index.js").Status;
|
|
4241
4221
|
disabled: boolean;
|
|
4242
4222
|
loading: boolean;
|
|
4243
4223
|
icon: boolean;
|
|
4244
|
-
|
|
4245
|
-
|
|
4246
|
-
|
|
4247
|
-
|
|
4248
|
-
|
|
4249
|
-
|
|
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
|
-
IconLoading: {
|
|
4368
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
4369
|
-
size: {
|
|
4370
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
4371
|
-
};
|
|
4372
|
-
strokeWidth: {
|
|
4373
|
-
type: NumberConstructor;
|
|
4374
|
-
default: number;
|
|
4375
|
-
};
|
|
4376
|
-
strokeLinecap: {
|
|
4377
|
-
type: StringConstructor;
|
|
4378
|
-
default: string;
|
|
4379
|
-
validator: (value: any) => boolean;
|
|
4380
|
-
};
|
|
4381
|
-
strokeLinejoin: {
|
|
4382
|
-
type: StringConstructor;
|
|
4383
|
-
default: string;
|
|
4384
|
-
validator: (value: any) => boolean;
|
|
4385
|
-
};
|
|
4386
|
-
rotate: NumberConstructor;
|
|
4387
|
-
spin: BooleanConstructor;
|
|
4388
|
-
}>> & Readonly<{
|
|
4389
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
4390
|
-
}>, {
|
|
4391
|
-
cls: import("vue").ComputedRef<(string | {
|
|
4392
|
-
[x: string]: boolean;
|
|
4393
|
-
})[]>;
|
|
4394
|
-
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
4395
|
-
svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
|
|
4396
|
-
onClick: (ev: MouseEvent) => void;
|
|
4397
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4398
|
-
click: (ev: MouseEvent) => true;
|
|
4399
|
-
}, import("vue").PublicProps, {
|
|
4400
|
-
spin: boolean;
|
|
4401
|
-
strokeWidth: number;
|
|
4402
|
-
strokeLinecap: string;
|
|
4403
|
-
strokeLinejoin: string;
|
|
4404
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
4405
|
-
P: {};
|
|
4406
|
-
B: {};
|
|
4407
|
-
D: {};
|
|
4408
|
-
C: {};
|
|
4409
|
-
M: {};
|
|
4410
|
-
Defaults: {};
|
|
4411
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
4412
|
-
size: {
|
|
4413
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
4414
|
-
};
|
|
4415
|
-
strokeWidth: {
|
|
4416
|
-
type: NumberConstructor;
|
|
4417
|
-
default: number;
|
|
4418
|
-
};
|
|
4419
|
-
strokeLinecap: {
|
|
4420
|
-
type: StringConstructor;
|
|
4421
|
-
default: string;
|
|
4422
|
-
validator: (value: any) => boolean;
|
|
4423
|
-
};
|
|
4424
|
-
strokeLinejoin: {
|
|
4425
|
-
type: StringConstructor;
|
|
4426
|
-
default: string;
|
|
4427
|
-
validator: (value: any) => boolean;
|
|
4428
|
-
};
|
|
4429
|
-
rotate: NumberConstructor;
|
|
4430
|
-
spin: BooleanConstructor;
|
|
4431
|
-
}>> & Readonly<{
|
|
4432
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
4433
|
-
}>, {
|
|
4434
|
-
cls: import("vue").ComputedRef<(string | {
|
|
4435
|
-
[x: string]: boolean;
|
|
4436
|
-
})[]>;
|
|
4437
|
-
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
4438
|
-
svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
|
|
4439
|
-
onClick: (ev: MouseEvent) => void;
|
|
4440
|
-
}, {}, {}, {}, {
|
|
4441
|
-
spin: boolean;
|
|
4442
|
-
strokeWidth: number;
|
|
4443
|
-
strokeLinecap: string;
|
|
4444
|
-
strokeLinejoin: string;
|
|
4445
|
-
}>;
|
|
4446
|
-
__isFragment?: never;
|
|
4447
|
-
__isTeleport?: never;
|
|
4448
|
-
__isSuspense?: never;
|
|
4449
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
4450
|
-
size: {
|
|
4451
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
4452
|
-
};
|
|
4453
|
-
strokeWidth: {
|
|
4454
|
-
type: NumberConstructor;
|
|
4455
|
-
default: number;
|
|
4456
|
-
};
|
|
4457
|
-
strokeLinecap: {
|
|
4458
|
-
type: StringConstructor;
|
|
4459
|
-
default: string;
|
|
4460
|
-
validator: (value: any) => boolean;
|
|
4461
|
-
};
|
|
4462
|
-
strokeLinejoin: {
|
|
4463
|
-
type: StringConstructor;
|
|
4464
|
-
default: string;
|
|
4465
|
-
validator: (value: any) => boolean;
|
|
4466
|
-
};
|
|
4467
|
-
rotate: NumberConstructor;
|
|
4468
|
-
spin: BooleanConstructor;
|
|
4469
|
-
}>> & Readonly<{
|
|
4470
|
-
onClick?: ((ev: MouseEvent) => any) | undefined;
|
|
4471
|
-
}>, {
|
|
4472
|
-
cls: import("vue").ComputedRef<(string | {
|
|
4473
|
-
[x: string]: boolean;
|
|
4474
|
-
})[]>;
|
|
4475
|
-
innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
4476
|
-
svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
|
|
4477
|
-
onClick: (ev: MouseEvent) => void;
|
|
4478
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4479
|
-
click: (ev: MouseEvent) => true;
|
|
4480
|
-
}, string, {
|
|
4481
|
-
spin: boolean;
|
|
4482
|
-
strokeWidth: number;
|
|
4483
|
-
strokeLinecap: string;
|
|
4484
|
-
strokeLinejoin: string;
|
|
4485
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
4486
|
-
install: (app: import("vue").App, options?: import("../_utils/types.js").SDIconOptions) => void;
|
|
4487
|
-
};
|
|
4488
|
-
} & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
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, {
|
|
4489
4230
|
P: {};
|
|
4490
4231
|
B: {};
|
|
4491
|
-
D: {};
|
|
4492
|
-
C: {};
|
|
4493
|
-
M: {};
|
|
4494
|
-
Defaults: {};
|
|
4495
|
-
}, Readonly<import("
|
|
4496
|
-
|
|
4497
|
-
|
|
4498
|
-
|
|
4499
|
-
|
|
4500
|
-
|
|
4501
|
-
|
|
4502
|
-
|
|
4503
|
-
|
|
4504
|
-
|
|
4505
|
-
|
|
4506
|
-
|
|
4507
|
-
|
|
4508
|
-
|
|
4509
|
-
|
|
4510
|
-
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
|
|
4514
|
-
|
|
4515
|
-
showIcon: import("vue").ComputedRef<boolean>;
|
|
4516
|
-
handleClick: (ev: MouseEvent) => void;
|
|
4517
|
-
}, {}, {}, {}, {
|
|
4518
|
-
status: "normal" | "success" | "warning" | "danger";
|
|
4519
|
-
disabled: boolean;
|
|
4520
|
-
loading: boolean;
|
|
4521
|
-
icon: boolean;
|
|
4522
|
-
hoverable: boolean;
|
|
4523
|
-
}>;
|
|
4524
|
-
__isFragment?: never;
|
|
4525
|
-
__isTeleport?: never;
|
|
4526
|
-
__isSuspense?: never;
|
|
4527
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
4528
|
-
href: StringConstructor;
|
|
4529
|
-
status: {
|
|
4530
|
-
type: PropType<import("../index.js").Status>;
|
|
4531
|
-
default: string;
|
|
4532
|
-
};
|
|
4533
|
-
hoverable: {
|
|
4534
|
-
type: BooleanConstructor;
|
|
4535
|
-
default: boolean;
|
|
4536
|
-
};
|
|
4537
|
-
icon: BooleanConstructor;
|
|
4538
|
-
loading: BooleanConstructor;
|
|
4539
|
-
disabled: BooleanConstructor;
|
|
4540
|
-
}>> & Readonly<{
|
|
4541
|
-
onClick?: ((_ev: MouseEvent) => any) | undefined;
|
|
4542
|
-
}>, {
|
|
4543
|
-
cls: import("vue").ComputedRef<(string | {
|
|
4544
|
-
[x: string]: boolean;
|
|
4545
|
-
})[]>;
|
|
4546
|
-
prefixCls: string;
|
|
4547
|
-
showIcon: import("vue").ComputedRef<boolean>;
|
|
4548
|
-
handleClick: (ev: MouseEvent) => void;
|
|
4549
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
4550
|
-
click: (_ev: MouseEvent) => true;
|
|
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;
|
|
4551
4256
|
}, string, {
|
|
4552
|
-
status: "
|
|
4257
|
+
status: import("../index.js").Status;
|
|
4553
4258
|
disabled: boolean;
|
|
4554
4259
|
loading: boolean;
|
|
4555
4260
|
icon: boolean;
|
|
4556
|
-
|
|
4557
|
-
|
|
4558
|
-
|
|
4559
|
-
|
|
4560
|
-
|
|
4561
|
-
|
|
4562
|
-
|
|
4563
|
-
|
|
4564
|
-
|
|
4565
|
-
|
|
4566
|
-
|
|
4567
|
-
|
|
4568
|
-
|
|
4569
|
-
|
|
4570
|
-
|
|
4571
|
-
|
|
4572
|
-
|
|
4573
|
-
|
|
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 & {
|
|
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
|
+
}) & {
|
|
4801
4279
|
install: (app: import("vue").App, options?: import("../_utils/types.js").SDOptions) => void;
|
|
4802
4280
|
};
|
|
4803
4281
|
Button: {
|