yuang-framework-ui-pc 1.1.42 → 1.1.44
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/es/utils/chart-theme-dark.d.ts +373 -0
- package/es/utils/chart-theme-dark.js +397 -0
- package/es/utils/chart-theme.d.ts +368 -0
- package/es/utils/chart-theme.js +392 -0
- package/es/utils/menu-util.d.ts +14 -0
- package/es/utils/menu-util.js +78 -0
- package/es/utils/message-box.d.ts +25 -0
- package/es/utils/message-box.js +98 -0
- package/es/utils/message.d.ts +66 -0
- package/es/utils/message.js +267 -0
- package/es/utils/resolvers.d.ts +18 -0
- package/es/utils/resolvers.js +50 -0
- package/es/utils/theme-util.d.ts +6 -0
- package/es/utils/theme-util.js +42 -0
- package/es/utils/validate.d.ts +182 -0
- package/es/utils/validate.js +197 -0
- package/lib/core.d.ts +3 -0
- package/lib/ele-admin-layout/components/layout-tabs.d.ts +5646 -0
- package/lib/ele-admin-layout/components/layout-tool.d.ts +2 -0
- package/lib/ele-admin-layout/style/index.d.ts +1 -0
- package/lib/ele-admin-layout/types.d.ts +54 -0
- package/lib/ele-alert/index.d.ts +131 -0
- package/lib/ele-alert/props.d.ts +58 -0
- package/lib/ele-app/el.d.ts +304 -0
- package/lib/ele-app/style/common/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/backtop/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/checkbox/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/date-picker/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/message-box/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/popper/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/select/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/tag/index.d.ts +1 -0
- package/lib/ele-app/style/overwrite/tree/index.d.ts +1 -0
- package/lib/ele-app/style/scrollbar/index.d.ts +1 -0
- package/lib/ele-app/types.d.ts +48 -0
- package/lib/ele-avatar-group/props.d.ts +56 -0
- package/lib/ele-avatar-group/style/index.d.ts +1 -0
- package/lib/ele-avatar-group/types.d.ts +21 -0
- package/lib/ele-backtop/props.d.ts +36 -0
- package/lib/ele-bar-code/index.d.ts +26 -0
- package/lib/ele-bottom-bar/index.d.ts +15 -0
- package/lib/ele-bottom-bar/props.d.ts +15 -0
- package/lib/ele-breadcrumb/index.d.ts +278 -0
- package/lib/ele-breadcrumb/props.d.ts +24 -0
- package/lib/ele-breadcrumb/style/index.d.ts +1 -0
- package/lib/ele-card/index.d.ts +106 -0
- package/lib/ele-card/style/index.d.ts +1 -0
- package/lib/ele-check-card/components/card-item.d.ts +37 -0
- package/lib/ele-check-card/props.d.ts +49 -0
- package/lib/ele-check-card/style/index.d.ts +1 -0
- package/lib/ele-check-card/types.d.ts +37 -0
- package/lib/ele-config-provider/components/receiver-view.d.ts +71 -0
- package/lib/ele-config-provider/props.d.ts +26 -0
- package/lib/ele-config-provider/style/index.d.ts +0 -0
- package/lib/ele-config-provider/types.d.ts +103 -0
- package/lib/ele-copyable/style/index.d.ts +1 -0
- package/lib/ele-copyable/types.d.ts +14 -0
- package/lib/ele-count-up/style/index.d.ts +0 -0
- package/lib/ele-cropper/index.d.ts +2824 -0
- package/lib/ele-cropper/props.d.ts +68 -0
- package/lib/ele-cropper/style/index.d.ts +1 -0
- package/lib/ele-cropper-modal/props.d.ts +58 -0
- package/lib/ele-cropper-modal/style/index.d.ts +1 -0
- package/lib/ele-dashboard/index.d.ts +14 -0
- package/lib/ele-dashboard/style/index.d.ts +1 -0
- package/lib/ele-dashboard/types.d.ts +4 -0
- package/lib/ele-data-table/props.d.ts +272 -0
- package/lib/ele-data-table/style/index.d.ts +1 -0
- package/lib/ele-data-table/types.d.ts +253 -0
- package/lib/ele-data-table/util.d.ts +172 -0
- package/lib/ele-dialog/index.d.ts +1074 -0
- package/lib/ele-dialog/style/index.d.ts +1 -0
- package/lib/ele-dialog/util.d.ts +52 -0
- package/lib/ele-dot/index.d.ts +29 -0
- package/lib/ele-dot/props.d.ts +25 -0
- package/lib/ele-dot/style/index.d.ts +1 -0
- package/lib/ele-drawer/index.d.ts +1170 -0
- package/lib/ele-drawer/props.d.ts +184 -0
- package/lib/ele-drawer/style/index.d.ts +1 -0
- package/lib/ele-dropdown/components/dropdown-menu-item.d.ts +97 -0
- package/lib/ele-dropdown/index.d.ts +4846 -0
- package/lib/ele-dropdown/types.d.ts +22 -0
- package/lib/ele-edit-tag/props.d.ts +55 -0
- package/lib/ele-edit-tag/style/index.d.ts +1 -0
- package/lib/ele-edit-tag/types.d.ts +9 -0
- package/lib/ele-ellipsis/index.d.ts +1660 -0
- package/lib/ele-icon-select/types.d.ts +16 -0
- package/lib/ele-image-viewer/index.d.ts +635 -0
- package/lib/ele-loading/props.d.ts +33 -0
- package/lib/ele-loading/types.d.ts +19 -0
- package/lib/ele-map-picker/style/index.d.ts +1 -0
- package/lib/ele-menus/components/item-title.d.ts +323 -0
- package/lib/ele-menus/types.d.ts +107 -0
- package/lib/ele-pagination/style/index.d.ts +1 -0
- package/lib/ele-pagination/types.d.ts +9 -0
- package/lib/ele-printer/index.d.ts +111 -0
- package/lib/ele-printer/util.d.ts +25 -0
- package/lib/ele-pro-layout/components/pro-iframe.d.ts +39 -0
- package/lib/ele-pro-layout/style/index.d.ts +1 -0
- package/lib/ele-pro-layout/util.d.ts +88 -0
- package/lib/ele-pro-table/components/tool-column.d.ts +3722 -0
- package/lib/ele-pro-table/components/tool-print-header-cell.d.ts +39 -0
- package/lib/ele-pro-table/style/index.d.ts +1 -0
- package/lib/ele-pro-table/types.d.ts +489 -0
- package/lib/ele-qr-code/components/canvas-render.d.ts +67 -0
- package/lib/ele-qr-code/qrcodegen.d.ts +95 -0
- package/lib/ele-qr-code/style/index.d.ts +0 -0
- package/lib/ele-qr-code/util.d.ts +27 -0
- package/lib/ele-segmented/index.d.ts +485 -0
- package/lib/ele-segmented/style/index.d.ts +1 -0
- package/lib/ele-split-panel/index.d.ts +192 -0
- package/lib/ele-split-panel/props.d.ts +47 -0
- package/lib/ele-steps/index.d.ts +638 -0
- package/lib/ele-steps/style/index.d.ts +1 -0
- package/lib/ele-steps/types.d.ts +14 -0
- package/lib/ele-tab-tool/index.d.ts +75 -0
- package/lib/ele-tab-tool/props.d.ts +14 -0
- package/lib/ele-tab-wrap/components/tab-dropdown.d.ts +5006 -0
- package/lib/ele-tab-wrap/props.d.ts +13 -0
- package/lib/ele-tab-wrap/style/index.d.ts +0 -0
- package/lib/ele-table/index.d.ts +28 -0
- package/lib/ele-table/style/index.d.ts +1 -0
- package/lib/ele-table-select/props.d.ts +120 -0
- package/lib/ele-table-select/style/index.d.ts +1 -0
- package/lib/ele-tabs/props.d.ts +88 -0
- package/lib/ele-test/index.d.ts +2 -0
- package/lib/ele-test/style/index.d.ts +1 -0
- package/lib/ele-text/index.d.ts +93 -0
- package/lib/ele-text/style/index.d.ts +1 -0
- package/lib/ele-text/types.d.ts +35 -0
- package/lib/ele-toolbar/index.d.ts +1633 -0
- package/lib/ele-tooltip/props.d.ts +187 -0
- package/lib/ele-tooltip/style/index.d.ts +1 -0
- package/lib/ele-tour/types.d.ts +42 -0
- package/lib/ele-tour/util.d.ts +20 -0
- package/lib/ele-tree-select/style/index.d.ts +1 -0
- package/lib/ele-upload-list/components/list-item.d.ts +902 -0
- package/lib/ele-upload-list/props.d.ts +81 -0
- package/lib/ele-upload-list/types.d.ts +71 -0
- package/lib/ele-virtual-table/components/body-row.d.ts +984 -0
- package/lib/ele-virtual-table/components/expand-row.d.ts +19 -0
- package/lib/ele-virtual-table/components/footer-row.d.ts +65 -0
- package/lib/ele-virtual-table/components/header-cell.d.ts +3929 -0
- package/lib/ele-virtual-table/index.d.ts +7882 -0
- package/lib/ele-virtual-table/util.d.ts +229 -0
- package/lib/ele-watermark/index.d.ts +57 -0
- package/lib/ele-watermark/types.d.ts +39 -0
- package/lib/ele-xg-player/index.d.ts +22 -0
- package/lib/ele-xg-player/style/index.d.ts +1 -0
- package/lib/icons/AppstoreAddOutlined.d.ts +2 -0
- package/lib/icons/AppstoreOutlined.d.ts +2 -0
- package/lib/icons/ArrowLeft.d.ts +2 -0
- package/lib/icons/ArrowLeftOutlined.d.ts +2 -0
- package/lib/icons/ArrowRight.d.ts +2 -0
- package/lib/icons/ArrowRightOutlined.d.ts +2 -0
- package/lib/icons/ArrowUp.d.ts +2 -0
- package/lib/icons/ArrowUpOutlined.d.ts +2 -0
- package/lib/icons/BellOutlined.d.ts +2 -0
- package/lib/icons/BookOutlined.d.ts +2 -0
- package/lib/icons/CaretDownFilled.d.ts +2 -0
- package/lib/icons/CaretUpFilled.d.ts +2 -0
- package/lib/icons/CheckOutlined.d.ts +2 -0
- package/lib/icons/ClockCircleOutlined.d.ts +2 -0
- package/lib/icons/CloudUploadOutlined.d.ts +2 -0
- package/lib/icons/ClusterOutlined.d.ts +2 -0
- package/lib/icons/CodeOutlined.d.ts +2 -0
- package/lib/icons/CompassOutlined.d.ts +2 -0
- package/lib/icons/ConnectionOutlined.d.ts +2 -0
- package/lib/icons/ControlOutlined.d.ts +2 -0
- package/lib/icons/CornerRightFilled.d.ts +2 -0
- package/lib/icons/DashboardOutlined.d.ts +2 -0
- package/lib/icons/DesktopOutlined.d.ts +2 -0
- package/lib/icons/DragOutlined.d.ts +2 -0
- package/lib/icons/EditOutlined.d.ts +2 -0
- package/lib/icons/EnvironmentOutlined.d.ts +2 -0
- package/lib/icons/FileOutlined.d.ts +2 -0
- package/lib/icons/FilterFilled.d.ts +2 -0
- package/lib/icons/GlobalOutlined.d.ts +2 -0
- package/lib/icons/HomeOutlined.d.ts +2 -0
- package/lib/icons/LoadingDotOutlined.d.ts +2 -0
- package/lib/icons/LoadingOutlined.d.ts +2 -0
- package/lib/icons/LockOutlined.d.ts +2 -0
- package/lib/icons/LogOutlined.d.ts +2 -0
- package/lib/icons/MailOutlined.d.ts +2 -0
- package/lib/icons/MenuFoldOutlined.d.ts +2 -0
- package/lib/icons/MenuOutlined.d.ts +2 -0
- package/lib/icons/MenuUnfoldOutlined.d.ts +2 -0
- package/lib/icons/MessageOutlined.d.ts +2 -0
- package/lib/icons/MinusCircleOutlined.d.ts +2 -0
- package/lib/icons/MoonOutlined.d.ts +2 -0
- package/lib/icons/MoreOutlined.d.ts +2 -0
- package/lib/icons/PauseFilled.d.ts +2 -0
- package/lib/icons/PieChartOutlined.d.ts +2 -0
- package/lib/icons/PlusOutlined.d.ts +2 -0
- package/lib/icons/ProtectOutlined.d.ts +2 -0
- package/lib/icons/QuestionCircleOutlined.d.ts +2 -0
- package/lib/icons/ReloadOutlined.d.ts +2 -0
- package/lib/icons/SortOutlined.d.ts +2 -0
- package/lib/icons/StarFilled.d.ts +2 -0
- package/lib/icons/StepForwardFilled.d.ts +2 -0
- package/lib/icons/UndoOutlined.d.ts +2 -0
- package/lib/icons/UnlockOutlined.d.ts +2 -0
- package/lib/icons/VerticalLeftOutlined.d.ts +2 -0
- package/lib/icons/WarningOutlined.d.ts +2 -0
- package/lib/icons/ZoomOutOutlined.d.ts +2 -0
- package/lib/index.d.ts +4 -0
- package/lib/installer.d.ts +3 -0
- package/lib/lang/en_US.d.ts +4 -0
- package/lib/lang/zh_CN.d.ts +4 -0
- package/lib/utils/chart-theme-dark.d.ts +373 -0
- package/lib/utils/chart-theme.d.ts +368 -0
- package/lib/utils/core.cjs +318 -0
- package/lib/utils/core.d.ts +168 -0
- package/lib/utils/hook.cjs +264 -0
- package/lib/utils/hook.d.ts +113 -0
- package/lib/utils/menu-util.d.ts +14 -0
- package/lib/utils/message-box.d.ts +25 -0
- package/lib/utils/message.d.ts +66 -0
- package/lib/utils/resolvers.cjs +50 -0
- package/lib/utils/resolvers.d.ts +18 -0
- package/lib/utils/theme-util.d.ts +6 -0
- package/lib/utils/validate.cjs +197 -0
- package/lib/utils/validate.d.ts +182 -0
- package/lib/yu-framework-slider-captcha-dialog/SliderCaptcha.d.ts +67 -0
- package/lib/yu-framework-slider-captcha-dialog/index.d.ts +14 -0
- package/package.json +1 -1
|
@@ -0,0 +1,638 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
items: {
|
|
3
|
+
type: import('vue').PropType<import('./types').StepItem[]>;
|
|
4
|
+
required: boolean;
|
|
5
|
+
};
|
|
6
|
+
type: import('vue').PropType<import('./types').StepType>;
|
|
7
|
+
space: {
|
|
8
|
+
readonly type: import('vue').PropType<string | number>;
|
|
9
|
+
readonly required: false;
|
|
10
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
11
|
+
__epPropKey: true;
|
|
12
|
+
} & {
|
|
13
|
+
readonly default: "";
|
|
14
|
+
};
|
|
15
|
+
active: {
|
|
16
|
+
readonly type: import('vue').PropType<number>;
|
|
17
|
+
readonly required: false;
|
|
18
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
19
|
+
__epPropKey: true;
|
|
20
|
+
} & {
|
|
21
|
+
readonly default: 0;
|
|
22
|
+
};
|
|
23
|
+
direction: {
|
|
24
|
+
readonly type: import('vue').PropType<"horizontal" | "vertical">;
|
|
25
|
+
readonly required: false;
|
|
26
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
27
|
+
__epPropKey: true;
|
|
28
|
+
} & {
|
|
29
|
+
readonly default: "horizontal";
|
|
30
|
+
};
|
|
31
|
+
alignCenter: {
|
|
32
|
+
readonly type: import('vue').PropType<boolean>;
|
|
33
|
+
readonly required: false;
|
|
34
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
35
|
+
__epPropKey: true;
|
|
36
|
+
};
|
|
37
|
+
simple: {
|
|
38
|
+
readonly type: import('vue').PropType<boolean>;
|
|
39
|
+
readonly required: false;
|
|
40
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
41
|
+
__epPropKey: true;
|
|
42
|
+
};
|
|
43
|
+
finishStatus: {
|
|
44
|
+
readonly type: import('vue').PropType<"error" | "success" | "wait" | "finish" | "process">;
|
|
45
|
+
readonly required: false;
|
|
46
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
47
|
+
__epPropKey: true;
|
|
48
|
+
} & {
|
|
49
|
+
readonly default: "finish";
|
|
50
|
+
};
|
|
51
|
+
processStatus: {
|
|
52
|
+
readonly type: import('vue').PropType<"error" | "success" | "wait" | "finish" | "process">;
|
|
53
|
+
readonly required: false;
|
|
54
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
55
|
+
__epPropKey: true;
|
|
56
|
+
} & {
|
|
57
|
+
readonly default: "process";
|
|
58
|
+
};
|
|
59
|
+
}>, {
|
|
60
|
+
rootProps: import('vue').ComputedRef<import('../ele-app/types').Mutable<Omit<import('@vue/shared').LooseRequired<Readonly<import('vue').ExtractPropTypes<{
|
|
61
|
+
items: {
|
|
62
|
+
type: import('vue').PropType<import('./types').StepItem[]>;
|
|
63
|
+
required: boolean;
|
|
64
|
+
};
|
|
65
|
+
type: import('vue').PropType<import('./types').StepType>;
|
|
66
|
+
space: {
|
|
67
|
+
readonly type: import('vue').PropType<string | number>;
|
|
68
|
+
readonly required: false;
|
|
69
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
70
|
+
__epPropKey: true;
|
|
71
|
+
} & {
|
|
72
|
+
readonly default: "";
|
|
73
|
+
};
|
|
74
|
+
active: {
|
|
75
|
+
readonly type: import('vue').PropType<number>;
|
|
76
|
+
readonly required: false;
|
|
77
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
78
|
+
__epPropKey: true;
|
|
79
|
+
} & {
|
|
80
|
+
readonly default: 0;
|
|
81
|
+
};
|
|
82
|
+
direction: {
|
|
83
|
+
readonly type: import('vue').PropType<"horizontal" | "vertical">;
|
|
84
|
+
readonly required: false;
|
|
85
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
86
|
+
__epPropKey: true;
|
|
87
|
+
} & {
|
|
88
|
+
readonly default: "horizontal";
|
|
89
|
+
};
|
|
90
|
+
alignCenter: {
|
|
91
|
+
readonly type: import('vue').PropType<boolean>;
|
|
92
|
+
readonly required: false;
|
|
93
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
94
|
+
__epPropKey: true;
|
|
95
|
+
};
|
|
96
|
+
simple: {
|
|
97
|
+
readonly type: import('vue').PropType<boolean>;
|
|
98
|
+
readonly required: false;
|
|
99
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
100
|
+
__epPropKey: true;
|
|
101
|
+
};
|
|
102
|
+
finishStatus: {
|
|
103
|
+
readonly type: import('vue').PropType<"error" | "success" | "wait" | "finish" | "process">;
|
|
104
|
+
readonly required: false;
|
|
105
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
106
|
+
__epPropKey: true;
|
|
107
|
+
} & {
|
|
108
|
+
readonly default: "finish";
|
|
109
|
+
};
|
|
110
|
+
processStatus: {
|
|
111
|
+
readonly type: import('vue').PropType<"error" | "success" | "wait" | "finish" | "process">;
|
|
112
|
+
readonly required: false;
|
|
113
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
114
|
+
__epPropKey: true;
|
|
115
|
+
} & {
|
|
116
|
+
readonly default: "process";
|
|
117
|
+
};
|
|
118
|
+
}>> & Readonly<{}> & {}>, "type" | "items">>>;
|
|
119
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
120
|
+
items: {
|
|
121
|
+
type: import('vue').PropType<import('./types').StepItem[]>;
|
|
122
|
+
required: boolean;
|
|
123
|
+
};
|
|
124
|
+
type: import('vue').PropType<import('./types').StepType>;
|
|
125
|
+
space: {
|
|
126
|
+
readonly type: import('vue').PropType<string | number>;
|
|
127
|
+
readonly required: false;
|
|
128
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
129
|
+
__epPropKey: true;
|
|
130
|
+
} & {
|
|
131
|
+
readonly default: "";
|
|
132
|
+
};
|
|
133
|
+
active: {
|
|
134
|
+
readonly type: import('vue').PropType<number>;
|
|
135
|
+
readonly required: false;
|
|
136
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
137
|
+
__epPropKey: true;
|
|
138
|
+
} & {
|
|
139
|
+
readonly default: 0;
|
|
140
|
+
};
|
|
141
|
+
direction: {
|
|
142
|
+
readonly type: import('vue').PropType<"horizontal" | "vertical">;
|
|
143
|
+
readonly required: false;
|
|
144
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
145
|
+
__epPropKey: true;
|
|
146
|
+
} & {
|
|
147
|
+
readonly default: "horizontal";
|
|
148
|
+
};
|
|
149
|
+
alignCenter: {
|
|
150
|
+
readonly type: import('vue').PropType<boolean>;
|
|
151
|
+
readonly required: false;
|
|
152
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
153
|
+
__epPropKey: true;
|
|
154
|
+
};
|
|
155
|
+
simple: {
|
|
156
|
+
readonly type: import('vue').PropType<boolean>;
|
|
157
|
+
readonly required: false;
|
|
158
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
159
|
+
__epPropKey: true;
|
|
160
|
+
};
|
|
161
|
+
finishStatus: {
|
|
162
|
+
readonly type: import('vue').PropType<"error" | "success" | "wait" | "finish" | "process">;
|
|
163
|
+
readonly required: false;
|
|
164
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
165
|
+
__epPropKey: true;
|
|
166
|
+
} & {
|
|
167
|
+
readonly default: "finish";
|
|
168
|
+
};
|
|
169
|
+
processStatus: {
|
|
170
|
+
readonly type: import('vue').PropType<"error" | "success" | "wait" | "finish" | "process">;
|
|
171
|
+
readonly required: false;
|
|
172
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
173
|
+
__epPropKey: true;
|
|
174
|
+
} & {
|
|
175
|
+
readonly default: "process";
|
|
176
|
+
};
|
|
177
|
+
}>> & Readonly<{}>, {
|
|
178
|
+
direction: "horizontal" | "vertical";
|
|
179
|
+
space: string | number;
|
|
180
|
+
active: number;
|
|
181
|
+
finishStatus: "error" | "success" | "wait" | "finish" | "process";
|
|
182
|
+
processStatus: "error" | "success" | "wait" | "finish" | "process";
|
|
183
|
+
}, {}, {
|
|
184
|
+
ElSteps: ({
|
|
185
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
186
|
+
readonly space: {
|
|
187
|
+
readonly type: import('vue').PropType<string | number>;
|
|
188
|
+
readonly required: false;
|
|
189
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
190
|
+
__epPropKey: true;
|
|
191
|
+
} & {
|
|
192
|
+
readonly default: "";
|
|
193
|
+
};
|
|
194
|
+
readonly active: {
|
|
195
|
+
readonly type: import('vue').PropType<number>;
|
|
196
|
+
readonly required: false;
|
|
197
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
198
|
+
__epPropKey: true;
|
|
199
|
+
} & {
|
|
200
|
+
readonly default: 0;
|
|
201
|
+
};
|
|
202
|
+
readonly direction: {
|
|
203
|
+
readonly type: import('vue').PropType<"horizontal" | "vertical">;
|
|
204
|
+
readonly required: false;
|
|
205
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
206
|
+
__epPropKey: true;
|
|
207
|
+
} & {
|
|
208
|
+
readonly default: "horizontal";
|
|
209
|
+
};
|
|
210
|
+
readonly alignCenter: {
|
|
211
|
+
readonly type: import('vue').PropType<boolean>;
|
|
212
|
+
readonly required: false;
|
|
213
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
214
|
+
__epPropKey: true;
|
|
215
|
+
};
|
|
216
|
+
readonly simple: {
|
|
217
|
+
readonly type: import('vue').PropType<boolean>;
|
|
218
|
+
readonly required: false;
|
|
219
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
220
|
+
__epPropKey: true;
|
|
221
|
+
};
|
|
222
|
+
readonly finishStatus: {
|
|
223
|
+
readonly type: import('vue').PropType<"error" | "success" | "wait" | "finish" | "process">;
|
|
224
|
+
readonly required: false;
|
|
225
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
226
|
+
__epPropKey: true;
|
|
227
|
+
} & {
|
|
228
|
+
readonly default: "finish";
|
|
229
|
+
};
|
|
230
|
+
readonly processStatus: {
|
|
231
|
+
readonly type: import('vue').PropType<"error" | "success" | "wait" | "finish" | "process">;
|
|
232
|
+
readonly required: false;
|
|
233
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
234
|
+
__epPropKey: true;
|
|
235
|
+
} & {
|
|
236
|
+
readonly default: "process";
|
|
237
|
+
};
|
|
238
|
+
}>> & {
|
|
239
|
+
onChange?: ((newVal: number, oldVal: number) => any) | undefined;
|
|
240
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
241
|
+
change: (newVal: number, oldVal: number) => void;
|
|
242
|
+
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
243
|
+
readonly direction: "horizontal" | "vertical";
|
|
244
|
+
readonly space: string | number;
|
|
245
|
+
readonly active: number;
|
|
246
|
+
readonly finishStatus: "error" | "success" | "wait" | "finish" | "process";
|
|
247
|
+
readonly processStatus: "error" | "success" | "wait" | "finish" | "process";
|
|
248
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
249
|
+
P: {};
|
|
250
|
+
B: {};
|
|
251
|
+
D: {};
|
|
252
|
+
C: {};
|
|
253
|
+
M: {};
|
|
254
|
+
Defaults: {};
|
|
255
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
256
|
+
readonly space: {
|
|
257
|
+
readonly type: import('vue').PropType<string | number>;
|
|
258
|
+
readonly required: false;
|
|
259
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
260
|
+
__epPropKey: true;
|
|
261
|
+
} & {
|
|
262
|
+
readonly default: "";
|
|
263
|
+
};
|
|
264
|
+
readonly active: {
|
|
265
|
+
readonly type: import('vue').PropType<number>;
|
|
266
|
+
readonly required: false;
|
|
267
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
268
|
+
__epPropKey: true;
|
|
269
|
+
} & {
|
|
270
|
+
readonly default: 0;
|
|
271
|
+
};
|
|
272
|
+
readonly direction: {
|
|
273
|
+
readonly type: import('vue').PropType<"horizontal" | "vertical">;
|
|
274
|
+
readonly required: false;
|
|
275
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
276
|
+
__epPropKey: true;
|
|
277
|
+
} & {
|
|
278
|
+
readonly default: "horizontal";
|
|
279
|
+
};
|
|
280
|
+
readonly alignCenter: {
|
|
281
|
+
readonly type: import('vue').PropType<boolean>;
|
|
282
|
+
readonly required: false;
|
|
283
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
284
|
+
__epPropKey: true;
|
|
285
|
+
};
|
|
286
|
+
readonly simple: {
|
|
287
|
+
readonly type: import('vue').PropType<boolean>;
|
|
288
|
+
readonly required: false;
|
|
289
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
290
|
+
__epPropKey: true;
|
|
291
|
+
};
|
|
292
|
+
readonly finishStatus: {
|
|
293
|
+
readonly type: import('vue').PropType<"error" | "success" | "wait" | "finish" | "process">;
|
|
294
|
+
readonly required: false;
|
|
295
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
296
|
+
__epPropKey: true;
|
|
297
|
+
} & {
|
|
298
|
+
readonly default: "finish";
|
|
299
|
+
};
|
|
300
|
+
readonly processStatus: {
|
|
301
|
+
readonly type: import('vue').PropType<"error" | "success" | "wait" | "finish" | "process">;
|
|
302
|
+
readonly required: false;
|
|
303
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
304
|
+
__epPropKey: true;
|
|
305
|
+
} & {
|
|
306
|
+
readonly default: "process";
|
|
307
|
+
};
|
|
308
|
+
}>> & {
|
|
309
|
+
onChange?: ((newVal: number, oldVal: number) => any) | undefined;
|
|
310
|
+
}, {}, {}, {}, {}, {
|
|
311
|
+
readonly direction: "horizontal" | "vertical";
|
|
312
|
+
readonly space: string | number;
|
|
313
|
+
readonly active: number;
|
|
314
|
+
readonly finishStatus: "error" | "success" | "wait" | "finish" | "process";
|
|
315
|
+
readonly processStatus: "error" | "success" | "wait" | "finish" | "process";
|
|
316
|
+
}>;
|
|
317
|
+
__isFragment?: never;
|
|
318
|
+
__isTeleport?: never;
|
|
319
|
+
__isSuspense?: never;
|
|
320
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
321
|
+
readonly space: {
|
|
322
|
+
readonly type: import('vue').PropType<string | number>;
|
|
323
|
+
readonly required: false;
|
|
324
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
325
|
+
__epPropKey: true;
|
|
326
|
+
} & {
|
|
327
|
+
readonly default: "";
|
|
328
|
+
};
|
|
329
|
+
readonly active: {
|
|
330
|
+
readonly type: import('vue').PropType<number>;
|
|
331
|
+
readonly required: false;
|
|
332
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
333
|
+
__epPropKey: true;
|
|
334
|
+
} & {
|
|
335
|
+
readonly default: 0;
|
|
336
|
+
};
|
|
337
|
+
readonly direction: {
|
|
338
|
+
readonly type: import('vue').PropType<"horizontal" | "vertical">;
|
|
339
|
+
readonly required: false;
|
|
340
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
341
|
+
__epPropKey: true;
|
|
342
|
+
} & {
|
|
343
|
+
readonly default: "horizontal";
|
|
344
|
+
};
|
|
345
|
+
readonly alignCenter: {
|
|
346
|
+
readonly type: import('vue').PropType<boolean>;
|
|
347
|
+
readonly required: false;
|
|
348
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
349
|
+
__epPropKey: true;
|
|
350
|
+
};
|
|
351
|
+
readonly simple: {
|
|
352
|
+
readonly type: import('vue').PropType<boolean>;
|
|
353
|
+
readonly required: false;
|
|
354
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
355
|
+
__epPropKey: true;
|
|
356
|
+
};
|
|
357
|
+
readonly finishStatus: {
|
|
358
|
+
readonly type: import('vue').PropType<"error" | "success" | "wait" | "finish" | "process">;
|
|
359
|
+
readonly required: false;
|
|
360
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
361
|
+
__epPropKey: true;
|
|
362
|
+
} & {
|
|
363
|
+
readonly default: "finish";
|
|
364
|
+
};
|
|
365
|
+
readonly processStatus: {
|
|
366
|
+
readonly type: import('vue').PropType<"error" | "success" | "wait" | "finish" | "process">;
|
|
367
|
+
readonly required: false;
|
|
368
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
369
|
+
__epPropKey: true;
|
|
370
|
+
} & {
|
|
371
|
+
readonly default: "process";
|
|
372
|
+
};
|
|
373
|
+
}>> & {
|
|
374
|
+
onChange?: ((newVal: number, oldVal: number) => any) | undefined;
|
|
375
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
376
|
+
change: (newVal: number, oldVal: number) => void;
|
|
377
|
+
}, string, {
|
|
378
|
+
readonly direction: "horizontal" | "vertical";
|
|
379
|
+
readonly space: string | number;
|
|
380
|
+
readonly active: number;
|
|
381
|
+
readonly finishStatus: "error" | "success" | "wait" | "finish" | "process";
|
|
382
|
+
readonly processStatus: "error" | "success" | "wait" | "finish" | "process";
|
|
383
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
384
|
+
$slots: {
|
|
385
|
+
default?(_: {}): any;
|
|
386
|
+
};
|
|
387
|
+
}) & import('vue').Plugin) & {
|
|
388
|
+
Step: {
|
|
389
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
390
|
+
readonly title: {
|
|
391
|
+
readonly type: import('vue').PropType<string>;
|
|
392
|
+
readonly required: false;
|
|
393
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
394
|
+
__epPropKey: true;
|
|
395
|
+
} & {
|
|
396
|
+
readonly default: "";
|
|
397
|
+
};
|
|
398
|
+
readonly icon: {
|
|
399
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
400
|
+
readonly required: false;
|
|
401
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
402
|
+
__epPropKey: true;
|
|
403
|
+
};
|
|
404
|
+
readonly description: {
|
|
405
|
+
readonly type: import('vue').PropType<string>;
|
|
406
|
+
readonly required: false;
|
|
407
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
408
|
+
__epPropKey: true;
|
|
409
|
+
} & {
|
|
410
|
+
readonly default: "";
|
|
411
|
+
};
|
|
412
|
+
readonly status: {
|
|
413
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "wait" | "finish" | "process">;
|
|
414
|
+
readonly required: false;
|
|
415
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
416
|
+
__epPropKey: true;
|
|
417
|
+
} & {
|
|
418
|
+
readonly default: "";
|
|
419
|
+
};
|
|
420
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
421
|
+
readonly title: string;
|
|
422
|
+
readonly description: string;
|
|
423
|
+
readonly status: "" | "error" | "success" | "wait" | "finish" | "process";
|
|
424
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
425
|
+
P: {};
|
|
426
|
+
B: {};
|
|
427
|
+
D: {};
|
|
428
|
+
C: {};
|
|
429
|
+
M: {};
|
|
430
|
+
Defaults: {};
|
|
431
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
432
|
+
readonly title: {
|
|
433
|
+
readonly type: import('vue').PropType<string>;
|
|
434
|
+
readonly required: false;
|
|
435
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
436
|
+
__epPropKey: true;
|
|
437
|
+
} & {
|
|
438
|
+
readonly default: "";
|
|
439
|
+
};
|
|
440
|
+
readonly icon: {
|
|
441
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
442
|
+
readonly required: false;
|
|
443
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
444
|
+
__epPropKey: true;
|
|
445
|
+
};
|
|
446
|
+
readonly description: {
|
|
447
|
+
readonly type: import('vue').PropType<string>;
|
|
448
|
+
readonly required: false;
|
|
449
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
450
|
+
__epPropKey: true;
|
|
451
|
+
} & {
|
|
452
|
+
readonly default: "";
|
|
453
|
+
};
|
|
454
|
+
readonly status: {
|
|
455
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "wait" | "finish" | "process">;
|
|
456
|
+
readonly required: false;
|
|
457
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
458
|
+
__epPropKey: true;
|
|
459
|
+
} & {
|
|
460
|
+
readonly default: "";
|
|
461
|
+
};
|
|
462
|
+
}>>, {}, {}, {}, {}, {
|
|
463
|
+
readonly title: string;
|
|
464
|
+
readonly description: string;
|
|
465
|
+
readonly status: "" | "error" | "success" | "wait" | "finish" | "process";
|
|
466
|
+
}>;
|
|
467
|
+
__isFragment?: never;
|
|
468
|
+
__isTeleport?: never;
|
|
469
|
+
__isSuspense?: never;
|
|
470
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
471
|
+
readonly title: {
|
|
472
|
+
readonly type: import('vue').PropType<string>;
|
|
473
|
+
readonly required: false;
|
|
474
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
475
|
+
__epPropKey: true;
|
|
476
|
+
} & {
|
|
477
|
+
readonly default: "";
|
|
478
|
+
};
|
|
479
|
+
readonly icon: {
|
|
480
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
481
|
+
readonly required: false;
|
|
482
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
483
|
+
__epPropKey: true;
|
|
484
|
+
};
|
|
485
|
+
readonly description: {
|
|
486
|
+
readonly type: import('vue').PropType<string>;
|
|
487
|
+
readonly required: false;
|
|
488
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
489
|
+
__epPropKey: true;
|
|
490
|
+
} & {
|
|
491
|
+
readonly default: "";
|
|
492
|
+
};
|
|
493
|
+
readonly status: {
|
|
494
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "wait" | "finish" | "process">;
|
|
495
|
+
readonly required: false;
|
|
496
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
497
|
+
__epPropKey: true;
|
|
498
|
+
} & {
|
|
499
|
+
readonly default: "";
|
|
500
|
+
};
|
|
501
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
|
502
|
+
readonly title: string;
|
|
503
|
+
readonly description: string;
|
|
504
|
+
readonly status: "" | "error" | "success" | "wait" | "finish" | "process";
|
|
505
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
506
|
+
$slots: {
|
|
507
|
+
icon?(_: {}): any;
|
|
508
|
+
title?(_: {}): any;
|
|
509
|
+
description?(_: {}): any;
|
|
510
|
+
};
|
|
511
|
+
});
|
|
512
|
+
};
|
|
513
|
+
ElStep: {
|
|
514
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
515
|
+
readonly title: {
|
|
516
|
+
readonly type: import('vue').PropType<string>;
|
|
517
|
+
readonly required: false;
|
|
518
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
519
|
+
__epPropKey: true;
|
|
520
|
+
} & {
|
|
521
|
+
readonly default: "";
|
|
522
|
+
};
|
|
523
|
+
readonly icon: {
|
|
524
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
525
|
+
readonly required: false;
|
|
526
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
527
|
+
__epPropKey: true;
|
|
528
|
+
};
|
|
529
|
+
readonly description: {
|
|
530
|
+
readonly type: import('vue').PropType<string>;
|
|
531
|
+
readonly required: false;
|
|
532
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
533
|
+
__epPropKey: true;
|
|
534
|
+
} & {
|
|
535
|
+
readonly default: "";
|
|
536
|
+
};
|
|
537
|
+
readonly status: {
|
|
538
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "wait" | "finish" | "process">;
|
|
539
|
+
readonly required: false;
|
|
540
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
541
|
+
__epPropKey: true;
|
|
542
|
+
} & {
|
|
543
|
+
readonly default: "";
|
|
544
|
+
};
|
|
545
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
546
|
+
readonly title: string;
|
|
547
|
+
readonly description: string;
|
|
548
|
+
readonly status: "" | "error" | "success" | "wait" | "finish" | "process";
|
|
549
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
550
|
+
P: {};
|
|
551
|
+
B: {};
|
|
552
|
+
D: {};
|
|
553
|
+
C: {};
|
|
554
|
+
M: {};
|
|
555
|
+
Defaults: {};
|
|
556
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
557
|
+
readonly title: {
|
|
558
|
+
readonly type: import('vue').PropType<string>;
|
|
559
|
+
readonly required: false;
|
|
560
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
561
|
+
__epPropKey: true;
|
|
562
|
+
} & {
|
|
563
|
+
readonly default: "";
|
|
564
|
+
};
|
|
565
|
+
readonly icon: {
|
|
566
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
567
|
+
readonly required: false;
|
|
568
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
569
|
+
__epPropKey: true;
|
|
570
|
+
};
|
|
571
|
+
readonly description: {
|
|
572
|
+
readonly type: import('vue').PropType<string>;
|
|
573
|
+
readonly required: false;
|
|
574
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
575
|
+
__epPropKey: true;
|
|
576
|
+
} & {
|
|
577
|
+
readonly default: "";
|
|
578
|
+
};
|
|
579
|
+
readonly status: {
|
|
580
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "wait" | "finish" | "process">;
|
|
581
|
+
readonly required: false;
|
|
582
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
583
|
+
__epPropKey: true;
|
|
584
|
+
} & {
|
|
585
|
+
readonly default: "";
|
|
586
|
+
};
|
|
587
|
+
}>>, {}, {}, {}, {}, {
|
|
588
|
+
readonly title: string;
|
|
589
|
+
readonly description: string;
|
|
590
|
+
readonly status: "" | "error" | "success" | "wait" | "finish" | "process";
|
|
591
|
+
}>;
|
|
592
|
+
__isFragment?: never;
|
|
593
|
+
__isTeleport?: never;
|
|
594
|
+
__isSuspense?: never;
|
|
595
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
596
|
+
readonly title: {
|
|
597
|
+
readonly type: import('vue').PropType<string>;
|
|
598
|
+
readonly required: false;
|
|
599
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
600
|
+
__epPropKey: true;
|
|
601
|
+
} & {
|
|
602
|
+
readonly default: "";
|
|
603
|
+
};
|
|
604
|
+
readonly icon: {
|
|
605
|
+
readonly type: import('vue').PropType<string | import('vue').Component>;
|
|
606
|
+
readonly required: false;
|
|
607
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
608
|
+
__epPropKey: true;
|
|
609
|
+
};
|
|
610
|
+
readonly description: {
|
|
611
|
+
readonly type: import('vue').PropType<string>;
|
|
612
|
+
readonly required: false;
|
|
613
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
614
|
+
__epPropKey: true;
|
|
615
|
+
} & {
|
|
616
|
+
readonly default: "";
|
|
617
|
+
};
|
|
618
|
+
readonly status: {
|
|
619
|
+
readonly type: import('vue').PropType<"" | "error" | "success" | "wait" | "finish" | "process">;
|
|
620
|
+
readonly required: false;
|
|
621
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
622
|
+
__epPropKey: true;
|
|
623
|
+
} & {
|
|
624
|
+
readonly default: "";
|
|
625
|
+
};
|
|
626
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, string, {
|
|
627
|
+
readonly title: string;
|
|
628
|
+
readonly description: string;
|
|
629
|
+
readonly status: "" | "error" | "success" | "wait" | "finish" | "process";
|
|
630
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
631
|
+
$slots: {
|
|
632
|
+
icon?(_: {}): any;
|
|
633
|
+
title?(_: {}): any;
|
|
634
|
+
description?(_: {}): any;
|
|
635
|
+
};
|
|
636
|
+
}) & import('vue').Plugin;
|
|
637
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
638
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|