@vunk/form 1.4.4 → 1.4.6
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/components/button/src/ctx.d.ts +7 -7
- package/components/button/src/index.vue.d.ts +167 -200
- package/components/button/src/types.d.ts +1 -1
- package/components/cascader/index.cjs +3 -3
- package/components/cascader/index.mjs +3 -3
- package/components/cascader/src/ctx.d.ts +17 -6
- package/components/cascader/src/index.vue.d.ts +41 -13662
- package/components/checkbox/index.cjs +4 -4
- package/components/checkbox/index.mjs +4 -4
- package/components/checkbox/src/ctx.d.ts +4 -4
- package/components/checkbox/src/index.vue.d.ts +496 -481
- package/components/color-picker/index.cjs +2 -2
- package/components/color-picker/index.mjs +2 -2
- package/components/color-picker/src/ctx.d.ts +6 -6
- package/components/color-picker/src/index.vue.d.ts +15 -10959
- package/components/date-picker/index.cjs +1 -2
- package/components/date-picker/index.mjs +1 -2
- package/components/date-picker/src/ctx.d.ts +18 -10
- package/components/date-picker/src/index.vue.d.ts +96 -60
- package/components/date-picker/src/types.d.ts +1 -1
- package/components/date-picker-range/src/ctx.d.ts +16 -8
- package/components/date-picker-range/src/index.vue.d.ts +38 -20
- package/components/date-picker-range/src/types.d.ts +2 -2
- package/components/download-plus/src/ctx.d.ts +2 -2
- package/components/download-plus/src/index.vue.d.ts +451 -516
- package/components/esri-input-geojson/src/append.vue.d.ts +370 -1801
- package/components/esri-input-geojson/src/ctx.d.ts +20 -14
- package/components/esri-input-geojson/src/index.vue.d.ts +53 -41
- package/components/esri-input-geojson/src/types.d.ts +1 -1
- package/components/form/index.cjs +1 -1
- package/components/form/index.mjs +1 -1
- package/components/form/src/ctx.d.ts +1 -1
- package/components/form/src/index.vue.d.ts +313 -376
- package/components/form-item/src/ctx.d.ts +3 -3
- package/components/form-item/src/index.vue.d.ts +109 -126
- package/components/form-item-renderer/index.cjs +1 -0
- package/components/form-item-renderer/index.mjs +1 -0
- package/components/form-item-renderer/src/types.d.ts +1 -0
- package/components/geoinput/src/ctx.d.ts +18 -12
- package/components/geoinput/src/index.vue.d.ts +43 -31
- package/components/geoinput/src/types.d.ts +1 -1
- package/components/geoinput-read/src/append.vue.d.ts +220 -262
- package/components/geoinput-read/src/core.vue.d.ts +86 -81
- package/components/geoinput-read/src/ctx.d.ts +20 -14
- package/components/geoinput-read/src/index.vue.d.ts +129 -112
- package/components/geoinput-update/src/append.vue.d.ts +370 -1801
- package/components/geoinput-update/src/ctx.d.ts +20 -14
- package/components/geoinput-update/src/index.vue.d.ts +211 -388
- package/components/input/index.cjs +3 -7
- package/components/input/index.mjs +3 -7
- package/components/input/src/ctx.d.ts +21 -15
- package/components/input/src/index.vue.d.ts +314 -331
- package/components/input/src/types.d.ts +1 -1
- package/components/input-collection/src/ctx.d.ts +2 -2
- package/components/input-collection/src/index.vue.d.ts +267 -334
- package/components/input-collection/src/types.d.ts +1 -1
- package/components/input-link/index.cjs +7 -7
- package/components/input-link/index.mjs +7 -7
- package/components/input-link/src/ctx.d.ts +18 -12
- package/components/input-link/src/index.vue.d.ts +43 -31
- package/components/input-number/index.cjs +4 -4
- package/components/input-number/index.mjs +4 -4
- package/components/input-number/src/ctx.d.ts +6 -6
- package/components/input-number/src/index.vue.d.ts +107 -1483
- package/components/monaco-editor/src/ctx.d.ts +2 -2
- package/components/monaco-editor/src/index.vue.d.ts +5 -5
- package/components/monaco-editor/src/types.d.ts +1 -1
- package/components/radio/index.cjs +4 -4
- package/components/radio/index.mjs +4 -4
- package/components/radio/src/ctx.d.ts +6 -6
- package/components/radio/src/index.vue.d.ts +317 -303
- package/components/select/src/ctx.d.ts +2 -2
- package/components/select/src/index.vue.d.ts +33 -12877
- package/components/slider/src/ctx.d.ts +12 -12
- package/components/slider/src/index.vue.d.ts +29 -31
- package/components/switch/index.cjs +6 -7
- package/components/switch/index.mjs +6 -7
- package/components/switch/src/ctx.d.ts +11 -11
- package/components/switch/src/index.vue.d.ts +157 -206
- package/components/templates-default/index.cjs +0 -2
- package/components/templates-default/index.mjs +0 -2
- package/components/templates-default/src/index.vue.d.ts +2 -22
- package/components/templates-element-plus/src/index.vue.d.ts +92 -144
- package/components/templates-layout/index.cjs +1 -1
- package/components/templates-layout/index.mjs +1 -1
- package/components/templates-layout/src/index.vue.d.ts +107 -95
- package/components/upload/src/ctx.d.ts +7 -7
- package/components/upload/src/file.vue.d.ts +136 -193
- package/components/upload/src/index.vue.d.ts +386 -1888
- package/components/upload/src/types.d.ts +5 -0
- package/components/upload-plus/src/ctx.d.ts +2 -2
- package/components/upload-plus/src/index.vue.d.ts +484 -556
- package/components/van-cascader/src/ctx.d.ts +15 -4
- package/components/van-cascader/src/index.vue.d.ts +960 -10948
- package/components/var-datetime-picker/src/const.d.ts +1 -1
- package/components/var-datetime-picker/src/ctx.d.ts +2 -2
- package/components/var-datetime-picker/src/index.vue.d.ts +157 -212
- package/components/var-datetime-picker/src/types.d.ts +1 -1
- package/components/vditor/src/ctx.d.ts +2 -2
- package/components/vditor/src/index.vue.d.ts +5 -5
- package/components/vditor/src/types.d.ts +1 -1
- package/package.json +1 -1
- package/shared/const/index.d.ts +0 -4
- package/shared/element-plus/ctx.d.ts +0 -26
- package/shared/element-plus/index.d.ts +0 -3
- package/shared/element-plus/instances.d.ts +0 -195
- package/shared/element-plus/version.d.ts +0 -1
- package/shared/form/index.d.ts +0 -18
- package/shared/helper/index.d.ts +0 -4
- package/shared/index.d.ts +0 -2
- package/shared/infer-prop/index.d.ts +0 -17
- package/shared/progress-it/index.d.ts +0 -16
- package/shared/rules/index.d.ts +0 -35
- package/shared/types/form/checkbox.d.ts +0 -13
- package/shared/types/form/index.d.ts +0 -2
- package/shared/types/form/radio.d.ts +0 -8
- package/shared/types/index.d.ts +0 -2
- package/shared/types/source/index.d.ts +0 -21
- package/shared/types/source-manager/index.d.ts +0 -6
- package/shared/upload/index.d.ts +0 -7
|
@@ -32,12 +32,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
32
32
|
nsIcon: {
|
|
33
33
|
namespace: import("vue").ComputedRef<string>;
|
|
34
34
|
b: (blockSuffix?: string) => string;
|
|
35
|
-
e: (element?: string
|
|
36
|
-
m: (modifier?: string
|
|
37
|
-
be: (blockSuffix?: string
|
|
38
|
-
em: (element?: string
|
|
39
|
-
bm: (blockSuffix?: string
|
|
40
|
-
bem: (blockSuffix?: string
|
|
35
|
+
e: (element?: string) => string;
|
|
36
|
+
m: (modifier?: string) => string;
|
|
37
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
38
|
+
em: (element?: string, modifier?: string) => string;
|
|
39
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
40
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
41
41
|
is: {
|
|
42
42
|
(name: string, state: boolean | undefined): string;
|
|
43
43
|
(name: string): string;
|
|
@@ -50,12 +50,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
50
50
|
nsUpload: {
|
|
51
51
|
namespace: import("vue").ComputedRef<string>;
|
|
52
52
|
b: (blockSuffix?: string) => string;
|
|
53
|
-
e: (element?: string
|
|
54
|
-
m: (modifier?: string
|
|
55
|
-
be: (blockSuffix?: string
|
|
56
|
-
em: (element?: string
|
|
57
|
-
bm: (blockSuffix?: string
|
|
58
|
-
bem: (blockSuffix?: string
|
|
53
|
+
e: (element?: string) => string;
|
|
54
|
+
m: (modifier?: string) => string;
|
|
55
|
+
be: (blockSuffix?: string, element?: string) => string;
|
|
56
|
+
em: (element?: string, modifier?: string) => string;
|
|
57
|
+
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
58
|
+
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
59
59
|
is: {
|
|
60
60
|
(name: string, state: boolean | undefined): string;
|
|
61
61
|
(name: string): string;
|
|
@@ -103,43 +103,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
103
103
|
onDownload: (arg: UploadFile) => any;
|
|
104
104
|
preview: boolean;
|
|
105
105
|
}, {}, {
|
|
106
|
-
ElProgress: import("element-plus/es/utils").SFCWithInstall<
|
|
107
|
-
|
|
108
|
-
readonly percentage: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
109
|
-
readonly status: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "warning" | "exception", unknown, "", boolean>;
|
|
110
|
-
readonly indeterminate: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
111
|
-
readonly duration: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
112
|
-
readonly strokeWidth: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
113
|
-
readonly strokeLinecap: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square") | ((new (...args: any[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square"))[], unknown, unknown, "round", boolean>;
|
|
114
|
-
readonly textInside: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
115
|
-
readonly width: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 126, boolean>;
|
|
116
|
-
readonly showText: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
117
|
-
readonly color: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) & {}) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | ((new (...args: any[]) => (string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) & {}) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]))[], unknown, unknown, "", boolean>;
|
|
118
|
-
readonly striped: BooleanConstructor;
|
|
119
|
-
readonly stripedFlow: BooleanConstructor;
|
|
120
|
-
readonly format: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
121
|
-
(): import("element-plus").ProgressFn;
|
|
122
|
-
new (): any;
|
|
123
|
-
readonly prototype: any;
|
|
124
|
-
} | ((new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
125
|
-
(): import("element-plus").ProgressFn;
|
|
126
|
-
new (): any;
|
|
127
|
-
readonly prototype: any;
|
|
128
|
-
})[], unknown, unknown, (percentage: number) => string, boolean>;
|
|
129
|
-
}, {
|
|
130
|
-
STATUS_COLOR_MAP: Record<string, string>;
|
|
131
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
106
|
+
ElProgress: import("element-plus/es/utils").SFCWithInstall<{
|
|
107
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
132
108
|
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "circle" | "line" | "dashboard", unknown, "line", boolean>;
|
|
133
109
|
readonly percentage: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
134
110
|
readonly status: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "warning" | "exception", unknown, "", boolean>;
|
|
135
|
-
readonly indeterminate:
|
|
111
|
+
readonly indeterminate: BooleanConstructor;
|
|
136
112
|
readonly duration: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
137
113
|
readonly strokeWidth: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
138
|
-
readonly strokeLinecap: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
139
|
-
readonly textInside:
|
|
114
|
+
readonly strokeLinecap: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>) | ((new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>))[], unknown, unknown, "round", boolean>;
|
|
115
|
+
readonly textInside: BooleanConstructor;
|
|
140
116
|
readonly width: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 126, boolean>;
|
|
141
117
|
readonly showText: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
142
|
-
readonly color: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
118
|
+
readonly color: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | ((new (...args: any[]) => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]))[], unknown, unknown, "", boolean>;
|
|
143
119
|
readonly striped: BooleanConstructor;
|
|
144
120
|
readonly stripedFlow: BooleanConstructor;
|
|
145
121
|
readonly format: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
@@ -151,117 +127,82 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
151
127
|
new (): any;
|
|
152
128
|
readonly prototype: any;
|
|
153
129
|
})[], unknown, unknown, (percentage: number) => string, boolean>;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
readonly
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
}>>;
|
|
220
|
-
ns: {
|
|
221
|
-
namespace: import("vue").ComputedRef<string>;
|
|
222
|
-
b: (blockSuffix?: string) => string;
|
|
223
|
-
e: (element?: string | undefined) => string;
|
|
224
|
-
m: (modifier?: string | undefined) => string;
|
|
225
|
-
be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
|
|
226
|
-
em: (element?: string | undefined, modifier?: string | undefined) => string;
|
|
227
|
-
bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
|
|
228
|
-
bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
|
|
229
|
-
is: {
|
|
230
|
-
(name: string, state: boolean | undefined): string;
|
|
231
|
-
(name: string): string;
|
|
232
|
-
};
|
|
233
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
234
|
-
cssVarName: (name: string) => string;
|
|
235
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
236
|
-
cssVarBlockName: (name: string) => string;
|
|
237
|
-
};
|
|
238
|
-
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
239
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
240
|
-
readonly size: {
|
|
241
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
|
|
242
|
-
readonly required: false;
|
|
243
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
244
|
-
__epPropKey: true;
|
|
245
|
-
};
|
|
246
|
-
readonly color: {
|
|
247
|
-
readonly type: import("vue").PropType<string>;
|
|
248
|
-
readonly required: false;
|
|
249
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
250
|
-
__epPropKey: true;
|
|
251
|
-
};
|
|
252
|
-
}>>, {}>> & Record<string, any>;
|
|
253
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
130
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
131
|
+
readonly width: number;
|
|
132
|
+
readonly color: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | ((new (...args: any[]) => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]))[], unknown, unknown>;
|
|
133
|
+
readonly strokeLinecap: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>) | ((new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>))[], unknown, unknown>;
|
|
134
|
+
readonly strokeWidth: number;
|
|
135
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "circle" | "line" | "dashboard", unknown>;
|
|
136
|
+
readonly duration: number;
|
|
137
|
+
readonly format: import("element-plus").ProgressFn;
|
|
138
|
+
readonly indeterminate: boolean;
|
|
139
|
+
readonly percentage: number;
|
|
140
|
+
readonly status: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "warning" | "exception", unknown>;
|
|
141
|
+
readonly showText: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
142
|
+
readonly textInside: boolean;
|
|
143
|
+
readonly striped: boolean;
|
|
144
|
+
readonly stripedFlow: boolean;
|
|
145
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
146
|
+
P: {};
|
|
147
|
+
B: {};
|
|
148
|
+
D: {};
|
|
149
|
+
C: {};
|
|
150
|
+
M: {};
|
|
151
|
+
Defaults: {};
|
|
152
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
153
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "circle" | "line" | "dashboard", unknown, "line", boolean>;
|
|
154
|
+
readonly percentage: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
155
|
+
readonly status: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "warning" | "exception", unknown, "", boolean>;
|
|
156
|
+
readonly indeterminate: BooleanConstructor;
|
|
157
|
+
readonly duration: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
158
|
+
readonly strokeWidth: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
159
|
+
readonly strokeLinecap: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>) | ((new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>))[], unknown, unknown, "round", boolean>;
|
|
160
|
+
readonly textInside: BooleanConstructor;
|
|
161
|
+
readonly width: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 126, boolean>;
|
|
162
|
+
readonly showText: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
163
|
+
readonly color: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | ((new (...args: any[]) => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]))[], unknown, unknown, "", boolean>;
|
|
164
|
+
readonly striped: BooleanConstructor;
|
|
165
|
+
readonly stripedFlow: BooleanConstructor;
|
|
166
|
+
readonly format: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
167
|
+
(): import("element-plus").ProgressFn;
|
|
168
|
+
new (): any;
|
|
169
|
+
readonly prototype: any;
|
|
170
|
+
} | ((new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
171
|
+
(): import("element-plus").ProgressFn;
|
|
172
|
+
new (): any;
|
|
173
|
+
readonly prototype: any;
|
|
174
|
+
})[], unknown, unknown, (percentage: number) => string, boolean>;
|
|
175
|
+
}>>, {}, {}, {}, {}, {
|
|
176
|
+
readonly width: number;
|
|
177
|
+
readonly color: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | ((new (...args: any[]) => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]))[], unknown, unknown>;
|
|
178
|
+
readonly strokeLinecap: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>) | ((new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>))[], unknown, unknown>;
|
|
179
|
+
readonly strokeWidth: number;
|
|
180
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "circle" | "line" | "dashboard", unknown>;
|
|
181
|
+
readonly duration: number;
|
|
182
|
+
readonly format: import("element-plus").ProgressFn;
|
|
183
|
+
readonly indeterminate: boolean;
|
|
184
|
+
readonly percentage: number;
|
|
185
|
+
readonly status: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "warning" | "exception", unknown>;
|
|
186
|
+
readonly showText: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
187
|
+
readonly textInside: boolean;
|
|
188
|
+
readonly striped: boolean;
|
|
189
|
+
readonly stripedFlow: boolean;
|
|
190
|
+
}>;
|
|
191
|
+
__isFragment?: never;
|
|
192
|
+
__isTeleport?: never;
|
|
193
|
+
__isSuspense?: never;
|
|
194
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
254
195
|
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "circle" | "line" | "dashboard", unknown, "line", boolean>;
|
|
255
196
|
readonly percentage: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
|
|
256
197
|
readonly status: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "warning" | "exception", unknown, "", boolean>;
|
|
257
|
-
readonly indeterminate:
|
|
198
|
+
readonly indeterminate: BooleanConstructor;
|
|
258
199
|
readonly duration: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>;
|
|
259
200
|
readonly strokeWidth: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 6, boolean>;
|
|
260
|
-
readonly strokeLinecap: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
261
|
-
readonly textInside:
|
|
201
|
+
readonly strokeLinecap: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>) | ((new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>))[], unknown, unknown, "round", boolean>;
|
|
202
|
+
readonly textInside: BooleanConstructor;
|
|
262
203
|
readonly width: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 126, boolean>;
|
|
263
204
|
readonly showText: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
264
|
-
readonly color: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
205
|
+
readonly color: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | ((new (...args: any[]) => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]))[], unknown, unknown, "", boolean>;
|
|
265
206
|
readonly striped: BooleanConstructor;
|
|
266
207
|
readonly stripedFlow: BooleanConstructor;
|
|
267
208
|
readonly format: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").ProgressFn) | (() => import("element-plus").ProgressFn) | {
|
|
@@ -273,39 +214,35 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
273
214
|
new (): any;
|
|
274
215
|
readonly prototype: any;
|
|
275
216
|
})[], unknown, unknown, (percentage: number) => string, boolean>;
|
|
276
|
-
}>>, {
|
|
277
|
-
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "circle" | "line" | "dashboard", unknown>;
|
|
217
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
|
|
278
218
|
readonly width: number;
|
|
279
|
-
readonly color: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
280
|
-
readonly
|
|
281
|
-
readonly strokeLinecap: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square") | ((new (...args: any[]) => ("inherit" | "round" | "butt" | "square") & {}) | (() => "inherit" | "round" | "butt" | "square"))[], unknown, unknown>;
|
|
219
|
+
readonly color: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | ((new (...args: any[]) => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]) | (() => string | import("element-plus").ProgressFn | import("element-plus").ProgressColor[]))[], unknown, unknown>;
|
|
220
|
+
readonly strokeLinecap: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>) | ((new (...args: any[]) => "inherit" | "round" | "butt" | "square") | (() => NonNullable<"inherit" | "round" | "butt" | "square" | undefined>))[], unknown, unknown>;
|
|
282
221
|
readonly strokeWidth: number;
|
|
283
|
-
readonly
|
|
222
|
+
readonly type: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "circle" | "line" | "dashboard", unknown>;
|
|
223
|
+
readonly duration: number;
|
|
284
224
|
readonly format: import("element-plus").ProgressFn;
|
|
225
|
+
readonly indeterminate: boolean;
|
|
285
226
|
readonly percentage: number;
|
|
286
227
|
readonly status: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "warning" | "exception", unknown>;
|
|
287
|
-
readonly textInside: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
288
228
|
readonly showText: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
229
|
+
readonly textInside: boolean;
|
|
289
230
|
readonly striped: boolean;
|
|
290
231
|
readonly stripedFlow: boolean;
|
|
291
|
-
}, {},
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
232
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
233
|
+
$slots: {
|
|
234
|
+
default?(_: {
|
|
235
|
+
percentage: number;
|
|
236
|
+
}): any;
|
|
237
|
+
default?(_: {
|
|
238
|
+
percentage: number;
|
|
239
|
+
}): any;
|
|
298
240
|
};
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
303
|
-
__epPropKey: true;
|
|
304
|
-
};
|
|
305
|
-
}, {
|
|
306
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
241
|
+
})>;
|
|
242
|
+
ElIcon: import("element-plus/es/utils").SFCWithInstall<{
|
|
243
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
307
244
|
readonly size: {
|
|
308
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
245
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
309
246
|
readonly required: false;
|
|
310
247
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
311
248
|
__epPropKey: true;
|
|
@@ -316,31 +253,33 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
316
253
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
317
254
|
__epPropKey: true;
|
|
318
255
|
};
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
(name: string, state: boolean | undefined): string;
|
|
333
|
-
(name: string): string;
|
|
256
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
257
|
+
P: {};
|
|
258
|
+
B: {};
|
|
259
|
+
D: {};
|
|
260
|
+
C: {};
|
|
261
|
+
M: {};
|
|
262
|
+
Defaults: {};
|
|
263
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
264
|
+
readonly size: {
|
|
265
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
266
|
+
readonly required: false;
|
|
267
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
268
|
+
__epPropKey: true;
|
|
334
269
|
};
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
270
|
+
readonly color: {
|
|
271
|
+
readonly type: import("vue").PropType<string>;
|
|
272
|
+
readonly required: false;
|
|
273
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
274
|
+
__epPropKey: true;
|
|
275
|
+
};
|
|
276
|
+
}>>, {}, {}, {}, {}, {}>;
|
|
277
|
+
__isFragment?: never;
|
|
278
|
+
__isTeleport?: never;
|
|
279
|
+
__isSuspense?: never;
|
|
280
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
342
281
|
readonly size: {
|
|
343
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) =>
|
|
282
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>>;
|
|
344
283
|
readonly required: false;
|
|
345
284
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
346
285
|
__epPropKey: true;
|
|
@@ -351,7 +290,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
351
290
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
352
291
|
__epPropKey: true;
|
|
353
292
|
};
|
|
354
|
-
}>>, {},
|
|
293
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
294
|
+
$slots: {
|
|
295
|
+
default?(_: {}): any;
|
|
296
|
+
};
|
|
297
|
+
})>;
|
|
355
298
|
Check: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
356
299
|
ZoomIn: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
357
300
|
Delete: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|