@vunk/form 2.10.0 → 2.10.3
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/api-tables-select/index.cjs +37 -36
- package/components/api-tables-select/index.mjs +37 -36
- package/components/api-tables-select/src/ctx.d.ts +48 -13
- package/components/api-tables-select/src/index.vue.d.ts +568 -80
- package/components/button/src/ctx.d.ts +101 -17
- package/components/button/src/index.vue.d.ts +437 -101
- package/components/card-input-collection/index.cjs +67 -70
- package/components/card-input-collection/index.mjs +68 -71
- package/components/card-input-collection/src/ctx.d.ts +43 -8
- package/components/card-input-collection/src/index.vue.d.ts +718 -226
- package/components/cascader/src/ctx.d.ts +192 -46
- package/components/cascader/src/index.vue.d.ts +393 -118
- package/components/checkbox/index.cjs +2 -3
- package/components/checkbox/index.mjs +2 -3
- package/components/checkbox/src/ctx.d.ts +65 -13
- package/components/checkbox/src/index.vue.d.ts +339 -115
- package/components/color-picker/src/ctx.d.ts +76 -13
- package/components/color-picker/src/index.vue.d.ts +160 -34
- package/components/date-picker/src/ctx.d.ts +185 -36
- package/components/date-picker/src/index.vue.d.ts +974 -202
- package/components/date-picker-range/src/ctx.d.ts +168 -35
- package/components/date-picker-range/src/index.vue.d.ts +347 -82
- package/components/download-plus/index.cjs +4 -4
- package/components/download-plus/index.mjs +4 -4
- package/components/download-plus/src/ctx.d.ts +43 -8
- package/components/download-plus/src/index.vue.d.ts +618 -165
- package/components/editable-text/index.cjs +29 -15
- package/components/editable-text/index.mjs +29 -15
- package/components/editable-text/src/ctx.d.ts +51 -8
- package/components/editable-text/src/index.vue.d.ts +2827 -251
- package/components/esri-input-geojson/src/append.vue.d.ts +769 -418
- package/components/esri-input-geojson/src/ctx.d.ts +133 -32
- package/components/esri-input-geojson/src/index.vue.d.ts +262 -92
- package/components/esri-input-geojson/src/viewer.vue.d.ts +1 -1
- package/components/form/src/ctx.d.ts +59 -11
- package/components/form/src/index.vue.d.ts +3456 -186
- package/components/form-item/src/ctx.d.ts +45 -10
- package/components/form-item/src/index.vue.d.ts +484 -141
- package/components/information-collection/src/ctx.d.ts +45 -10
- package/components/information-collection/src/index.vue.d.ts +96 -26
- package/components/information-tag/src/ctx.d.ts +17 -3
- package/components/information-tag/src/index.vue.d.ts +38 -10
- package/components/input/src/ctx.d.ts +138 -33
- package/components/input/src/index.vue.d.ts +528 -152
- package/components/input-collection/index.cjs +105 -74
- package/components/input-collection/index.mjs +107 -76
- package/components/input-collection/src/ctx.d.ts +43 -8
- package/components/input-collection/src/index.vue.d.ts +756 -793
- package/components/input-link/src/ctx.d.ts +103 -25
- package/components/input-link/src/index.vue.d.ts +219 -63
- package/components/input-number/src/ctx.d.ts +123 -21
- package/components/input-number/src/index.vue.d.ts +468 -93
- package/components/input-tag/src/ctx.d.ts +141 -25
- package/components/input-tag/src/index.vue.d.ts +566 -126
- package/components/monaco-editor/src/ctx.d.ts +43 -8
- package/components/monaco-editor/src/index.vue.d.ts +91 -21
- package/components/radio/index.cjs +2 -3
- package/components/radio/index.mjs +2 -3
- package/components/radio/src/ctx.d.ts +84 -14
- package/components/radio/src/index.vue.d.ts +812 -168
- package/components/select/src/ctx.d.ts +63 -13
- package/components/select/src/index.vue.d.ts +549 -108
- package/components/slider/src/ctx.d.ts +170 -54
- package/components/slider/src/index.vue.d.ts +362 -137
- package/components/switch/src/ctx.d.ts +105 -21
- package/components/switch/src/index.vue.d.ts +453 -117
- package/components/tables-select/src/ctx.d.ts +72 -9
- package/components/tables-select/src/index.vue.d.ts +386 -82
- package/components/templates-element-plus/src/index.vue.d.ts +187 -40
- package/components/templates-layout/src/index.vue.d.ts +337 -64
- package/components/upload/index.cjs +2 -2
- package/components/upload/index.mjs +2 -2
- package/components/upload/src/ctx.d.ts +183 -89
- package/components/upload/src/file.vue.d.ts +269 -83
- package/components/upload/src/index.vue.d.ts +1246 -632
- package/components/upload-plus/index.cjs +79 -86
- package/components/upload-plus/index.mjs +79 -86
- package/components/upload-plus/src/ctx.d.ts +43 -8
- package/components/upload-plus/src/index.vue.d.ts +1008 -283
- package/components/van-cascader/src/ctx.d.ts +181 -44
- package/components/van-cascader/src/index.vue.d.ts +1532 -324
- package/components/var-datetime-picker/src/ctx.d.ts +43 -8
- package/components/var-datetime-picker/src/index.vue.d.ts +932 -190
- package/components/vditor/src/ctx.d.ts +43 -8
- package/components/vditor/src/index.vue.d.ts +91 -21
- package/package.json +1 -1
- package/shared/element-plus/ctx.d.ts +111 -30
- package/shared/element-plus/instances.d.ts +140 -28
|
@@ -7,43 +7,92 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7
7
|
disabled: BooleanConstructor;
|
|
8
8
|
loading: BooleanConstructor;
|
|
9
9
|
size: {
|
|
10
|
-
readonly type: import("vue").PropType<
|
|
10
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
11
11
|
readonly required: false;
|
|
12
12
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
13
13
|
__epPropKey: true;
|
|
14
14
|
};
|
|
15
|
-
width:
|
|
15
|
+
width: {
|
|
16
|
+
readonly type: import("vue").PropType<string | number>;
|
|
17
|
+
readonly required: false;
|
|
18
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
19
|
+
__epPropKey: true;
|
|
20
|
+
} & {
|
|
21
|
+
readonly default: "";
|
|
22
|
+
};
|
|
16
23
|
inlinePrompt: BooleanConstructor;
|
|
17
24
|
inactiveActionIcon: {
|
|
18
|
-
readonly type: import("vue").PropType<
|
|
25
|
+
readonly type: import("vue").PropType<unknown>;
|
|
19
26
|
readonly required: false;
|
|
20
27
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
21
28
|
__epPropKey: true;
|
|
22
29
|
};
|
|
23
30
|
activeActionIcon: {
|
|
24
|
-
readonly type: import("vue").PropType<
|
|
31
|
+
readonly type: import("vue").PropType<unknown>;
|
|
25
32
|
readonly required: false;
|
|
26
33
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
27
34
|
__epPropKey: true;
|
|
28
35
|
};
|
|
29
36
|
activeIcon: {
|
|
30
|
-
readonly type: import("vue").PropType<
|
|
37
|
+
readonly type: import("vue").PropType<unknown>;
|
|
31
38
|
readonly required: false;
|
|
32
39
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
33
40
|
__epPropKey: true;
|
|
34
41
|
};
|
|
35
42
|
inactiveIcon: {
|
|
36
|
-
readonly type: import("vue").PropType<
|
|
43
|
+
readonly type: import("vue").PropType<unknown>;
|
|
37
44
|
readonly required: false;
|
|
38
45
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
39
46
|
__epPropKey: true;
|
|
40
47
|
};
|
|
41
|
-
activeText:
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
48
|
+
activeText: {
|
|
49
|
+
readonly type: import("vue").PropType<string>;
|
|
50
|
+
readonly required: false;
|
|
51
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
52
|
+
__epPropKey: true;
|
|
53
|
+
} & {
|
|
54
|
+
readonly default: "";
|
|
55
|
+
};
|
|
56
|
+
inactiveText: {
|
|
57
|
+
readonly type: import("vue").PropType<string>;
|
|
58
|
+
readonly required: false;
|
|
59
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
60
|
+
__epPropKey: true;
|
|
61
|
+
} & {
|
|
62
|
+
readonly default: "";
|
|
63
|
+
};
|
|
64
|
+
activeValue: {
|
|
65
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
66
|
+
readonly required: false;
|
|
67
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
68
|
+
__epPropKey: true;
|
|
69
|
+
} & {
|
|
70
|
+
readonly default: true;
|
|
71
|
+
};
|
|
72
|
+
inactiveValue: {
|
|
73
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
74
|
+
readonly required: false;
|
|
75
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
76
|
+
__epPropKey: true;
|
|
77
|
+
} & {
|
|
78
|
+
readonly default: false;
|
|
79
|
+
};
|
|
80
|
+
name: {
|
|
81
|
+
readonly type: import("vue").PropType<string>;
|
|
82
|
+
readonly required: false;
|
|
83
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
84
|
+
__epPropKey: true;
|
|
85
|
+
} & {
|
|
86
|
+
readonly default: "";
|
|
87
|
+
};
|
|
88
|
+
validateEvent: {
|
|
89
|
+
readonly type: import("vue").PropType<boolean>;
|
|
90
|
+
readonly required: false;
|
|
91
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
92
|
+
__epPropKey: true;
|
|
93
|
+
} & {
|
|
94
|
+
readonly default: true;
|
|
95
|
+
};
|
|
47
96
|
beforeChange: {
|
|
48
97
|
readonly type: import("vue").PropType<() => Promise<boolean> | boolean>;
|
|
49
98
|
readonly required: false;
|
|
@@ -52,12 +101,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
52
101
|
};
|
|
53
102
|
id: StringConstructor;
|
|
54
103
|
tabindex: {
|
|
55
|
-
readonly type: import("vue").PropType<
|
|
104
|
+
readonly type: import("vue").PropType<string | number>;
|
|
105
|
+
readonly required: false;
|
|
106
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
107
|
+
__epPropKey: true;
|
|
108
|
+
};
|
|
109
|
+
required: {
|
|
110
|
+
readonly type: import("vue").PropType<boolean>;
|
|
56
111
|
readonly required: false;
|
|
57
112
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
58
113
|
__epPropKey: true;
|
|
114
|
+
} & {
|
|
115
|
+
readonly default: undefined;
|
|
59
116
|
};
|
|
60
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
61
117
|
formItemSize: {
|
|
62
118
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
63
119
|
default: "default" | "small" | "large";
|
|
@@ -92,41 +148,69 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
92
148
|
default: boolean;
|
|
93
149
|
};
|
|
94
150
|
label: StringConstructor;
|
|
95
|
-
labelWidth:
|
|
96
|
-
|
|
151
|
+
labelWidth: {
|
|
152
|
+
readonly type: import("vue").PropType<string | number>;
|
|
153
|
+
readonly required: false;
|
|
154
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
155
|
+
__epPropKey: true;
|
|
156
|
+
} & {
|
|
157
|
+
readonly default: "";
|
|
158
|
+
};
|
|
159
|
+
labelPosition: {
|
|
160
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
161
|
+
readonly required: false;
|
|
162
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
163
|
+
__epPropKey: true;
|
|
164
|
+
} & {
|
|
165
|
+
readonly default: "";
|
|
166
|
+
};
|
|
97
167
|
prop: {
|
|
98
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
168
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
99
169
|
readonly required: false;
|
|
100
170
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
101
171
|
__epPropKey: true;
|
|
102
172
|
};
|
|
103
173
|
rules: {
|
|
104
|
-
readonly type: import("vue").PropType<
|
|
174
|
+
readonly type: import("vue").PropType<unknown>;
|
|
105
175
|
readonly required: false;
|
|
106
176
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
107
177
|
__epPropKey: true;
|
|
108
178
|
};
|
|
109
179
|
error: StringConstructor;
|
|
110
180
|
validateStatus: {
|
|
111
|
-
readonly type: import("vue").PropType<
|
|
181
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
112
182
|
readonly required: false;
|
|
113
183
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
114
184
|
__epPropKey: true;
|
|
115
185
|
};
|
|
116
186
|
for: StringConstructor;
|
|
117
|
-
inlineMessage:
|
|
118
|
-
|
|
187
|
+
inlineMessage: {
|
|
188
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
189
|
+
readonly required: false;
|
|
190
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
191
|
+
__epPropKey: true;
|
|
192
|
+
} & {
|
|
193
|
+
readonly default: "";
|
|
194
|
+
};
|
|
195
|
+
showMessage: {
|
|
196
|
+
readonly type: import("vue").PropType<boolean>;
|
|
197
|
+
readonly required: false;
|
|
198
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
199
|
+
__epPropKey: true;
|
|
200
|
+
} & {
|
|
201
|
+
readonly default: true;
|
|
202
|
+
};
|
|
119
203
|
}>, {
|
|
120
204
|
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
121
205
|
switchBindProps: import("vue").ComputedRef<{
|
|
122
|
-
size:
|
|
206
|
+
size: "" | "default" | "small" | "large";
|
|
123
207
|
id: string;
|
|
124
208
|
ariaLabel: string;
|
|
125
209
|
name: string;
|
|
126
|
-
width:
|
|
210
|
+
width: string | number;
|
|
127
211
|
loading: boolean;
|
|
128
|
-
|
|
129
|
-
|
|
212
|
+
tabindex: string | number;
|
|
213
|
+
validateEvent: boolean;
|
|
130
214
|
inlinePrompt: boolean;
|
|
131
215
|
inactiveActionIcon: unknown;
|
|
132
216
|
activeActionIcon: unknown;
|
|
@@ -134,8 +218,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
134
218
|
inactiveIcon: unknown;
|
|
135
219
|
activeText: string;
|
|
136
220
|
inactiveText: string;
|
|
137
|
-
activeValue:
|
|
138
|
-
inactiveValue:
|
|
221
|
+
activeValue: string | number | boolean;
|
|
222
|
+
inactiveValue: string | number | boolean;
|
|
139
223
|
beforeChange: () => Promise<boolean> | boolean;
|
|
140
224
|
}>;
|
|
141
225
|
switchOnEmits: {};
|
|
@@ -153,43 +237,92 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
153
237
|
disabled: BooleanConstructor;
|
|
154
238
|
loading: BooleanConstructor;
|
|
155
239
|
size: {
|
|
156
|
-
readonly type: import("vue").PropType<
|
|
240
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
157
241
|
readonly required: false;
|
|
158
242
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
159
243
|
__epPropKey: true;
|
|
160
244
|
};
|
|
161
|
-
width:
|
|
245
|
+
width: {
|
|
246
|
+
readonly type: import("vue").PropType<string | number>;
|
|
247
|
+
readonly required: false;
|
|
248
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
249
|
+
__epPropKey: true;
|
|
250
|
+
} & {
|
|
251
|
+
readonly default: "";
|
|
252
|
+
};
|
|
162
253
|
inlinePrompt: BooleanConstructor;
|
|
163
254
|
inactiveActionIcon: {
|
|
164
|
-
readonly type: import("vue").PropType<
|
|
255
|
+
readonly type: import("vue").PropType<unknown>;
|
|
165
256
|
readonly required: false;
|
|
166
257
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
167
258
|
__epPropKey: true;
|
|
168
259
|
};
|
|
169
260
|
activeActionIcon: {
|
|
170
|
-
readonly type: import("vue").PropType<
|
|
261
|
+
readonly type: import("vue").PropType<unknown>;
|
|
171
262
|
readonly required: false;
|
|
172
263
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
173
264
|
__epPropKey: true;
|
|
174
265
|
};
|
|
175
266
|
activeIcon: {
|
|
176
|
-
readonly type: import("vue").PropType<
|
|
267
|
+
readonly type: import("vue").PropType<unknown>;
|
|
177
268
|
readonly required: false;
|
|
178
269
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
179
270
|
__epPropKey: true;
|
|
180
271
|
};
|
|
181
272
|
inactiveIcon: {
|
|
182
|
-
readonly type: import("vue").PropType<
|
|
273
|
+
readonly type: import("vue").PropType<unknown>;
|
|
274
|
+
readonly required: false;
|
|
275
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
276
|
+
__epPropKey: true;
|
|
277
|
+
};
|
|
278
|
+
activeText: {
|
|
279
|
+
readonly type: import("vue").PropType<string>;
|
|
280
|
+
readonly required: false;
|
|
281
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
282
|
+
__epPropKey: true;
|
|
283
|
+
} & {
|
|
284
|
+
readonly default: "";
|
|
285
|
+
};
|
|
286
|
+
inactiveText: {
|
|
287
|
+
readonly type: import("vue").PropType<string>;
|
|
288
|
+
readonly required: false;
|
|
289
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
290
|
+
__epPropKey: true;
|
|
291
|
+
} & {
|
|
292
|
+
readonly default: "";
|
|
293
|
+
};
|
|
294
|
+
activeValue: {
|
|
295
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
296
|
+
readonly required: false;
|
|
297
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
298
|
+
__epPropKey: true;
|
|
299
|
+
} & {
|
|
300
|
+
readonly default: true;
|
|
301
|
+
};
|
|
302
|
+
inactiveValue: {
|
|
303
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
304
|
+
readonly required: false;
|
|
305
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
306
|
+
__epPropKey: true;
|
|
307
|
+
} & {
|
|
308
|
+
readonly default: false;
|
|
309
|
+
};
|
|
310
|
+
name: {
|
|
311
|
+
readonly type: import("vue").PropType<string>;
|
|
312
|
+
readonly required: false;
|
|
313
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
314
|
+
__epPropKey: true;
|
|
315
|
+
} & {
|
|
316
|
+
readonly default: "";
|
|
317
|
+
};
|
|
318
|
+
validateEvent: {
|
|
319
|
+
readonly type: import("vue").PropType<boolean>;
|
|
183
320
|
readonly required: false;
|
|
184
321
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
185
322
|
__epPropKey: true;
|
|
323
|
+
} & {
|
|
324
|
+
readonly default: true;
|
|
186
325
|
};
|
|
187
|
-
activeText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
188
|
-
inactiveText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
189
|
-
activeValue: import("element-plus/es/utils").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
190
|
-
inactiveValue: import("element-plus/es/utils").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
191
|
-
name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
192
|
-
validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
193
326
|
beforeChange: {
|
|
194
327
|
readonly type: import("vue").PropType<() => Promise<boolean> | boolean>;
|
|
195
328
|
readonly required: false;
|
|
@@ -198,12 +331,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
198
331
|
};
|
|
199
332
|
id: StringConstructor;
|
|
200
333
|
tabindex: {
|
|
201
|
-
readonly type: import("vue").PropType<
|
|
334
|
+
readonly type: import("vue").PropType<string | number>;
|
|
335
|
+
readonly required: false;
|
|
336
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
337
|
+
__epPropKey: true;
|
|
338
|
+
};
|
|
339
|
+
required: {
|
|
340
|
+
readonly type: import("vue").PropType<boolean>;
|
|
202
341
|
readonly required: false;
|
|
203
342
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
204
343
|
__epPropKey: true;
|
|
344
|
+
} & {
|
|
345
|
+
readonly default: undefined;
|
|
205
346
|
};
|
|
206
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
207
347
|
formItemSize: {
|
|
208
348
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
209
349
|
default: "default" | "small" | "large";
|
|
@@ -238,36 +378,64 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
238
378
|
default: boolean;
|
|
239
379
|
};
|
|
240
380
|
label: StringConstructor;
|
|
241
|
-
labelWidth:
|
|
242
|
-
|
|
381
|
+
labelWidth: {
|
|
382
|
+
readonly type: import("vue").PropType<string | number>;
|
|
383
|
+
readonly required: false;
|
|
384
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
385
|
+
__epPropKey: true;
|
|
386
|
+
} & {
|
|
387
|
+
readonly default: "";
|
|
388
|
+
};
|
|
389
|
+
labelPosition: {
|
|
390
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
391
|
+
readonly required: false;
|
|
392
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
393
|
+
__epPropKey: true;
|
|
394
|
+
} & {
|
|
395
|
+
readonly default: "";
|
|
396
|
+
};
|
|
243
397
|
prop: {
|
|
244
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
398
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
245
399
|
readonly required: false;
|
|
246
400
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
247
401
|
__epPropKey: true;
|
|
248
402
|
};
|
|
249
403
|
rules: {
|
|
250
|
-
readonly type: import("vue").PropType<
|
|
404
|
+
readonly type: import("vue").PropType<unknown>;
|
|
251
405
|
readonly required: false;
|
|
252
406
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
253
407
|
__epPropKey: true;
|
|
254
408
|
};
|
|
255
409
|
error: StringConstructor;
|
|
256
410
|
validateStatus: {
|
|
257
|
-
readonly type: import("vue").PropType<
|
|
411
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
258
412
|
readonly required: false;
|
|
259
413
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
260
414
|
__epPropKey: true;
|
|
261
415
|
};
|
|
262
416
|
for: StringConstructor;
|
|
263
|
-
inlineMessage:
|
|
264
|
-
|
|
417
|
+
inlineMessage: {
|
|
418
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
419
|
+
readonly required: false;
|
|
420
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
421
|
+
__epPropKey: true;
|
|
422
|
+
} & {
|
|
423
|
+
readonly default: "";
|
|
424
|
+
};
|
|
425
|
+
showMessage: {
|
|
426
|
+
readonly type: import("vue").PropType<boolean>;
|
|
427
|
+
readonly required: false;
|
|
428
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
429
|
+
__epPropKey: true;
|
|
430
|
+
} & {
|
|
431
|
+
readonly default: true;
|
|
432
|
+
};
|
|
265
433
|
}>> & Readonly<{
|
|
266
434
|
"onUpdate:modelValue"?: (val: string | number | boolean) => any;
|
|
267
435
|
onChange?: (val: string | number | boolean) => any;
|
|
268
436
|
onInput?: (val: string | number | boolean) => any;
|
|
269
437
|
}>, {
|
|
270
|
-
required:
|
|
438
|
+
required: boolean;
|
|
271
439
|
formItemSize: "default" | "small" | "large";
|
|
272
440
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
273
441
|
inline: boolean;
|
|
@@ -276,67 +444,123 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
276
444
|
formItemTipClass: any;
|
|
277
445
|
labelTip: string;
|
|
278
446
|
information: boolean;
|
|
279
|
-
labelWidth:
|
|
280
|
-
labelPosition:
|
|
281
|
-
inlineMessage:
|
|
282
|
-
showMessage:
|
|
447
|
+
labelWidth: string | number;
|
|
448
|
+
labelPosition: "" | "top" | "left" | "right";
|
|
449
|
+
inlineMessage: string | boolean;
|
|
450
|
+
showMessage: boolean;
|
|
283
451
|
disabled: boolean;
|
|
284
452
|
name: string;
|
|
285
453
|
modelValue: any;
|
|
286
|
-
width:
|
|
454
|
+
width: string | number;
|
|
287
455
|
loading: boolean;
|
|
288
|
-
validateEvent:
|
|
289
|
-
defaultModelValue: boolean;
|
|
456
|
+
validateEvent: boolean;
|
|
290
457
|
inlinePrompt: boolean;
|
|
291
458
|
activeText: string;
|
|
292
459
|
inactiveText: string;
|
|
293
|
-
activeValue:
|
|
294
|
-
inactiveValue:
|
|
460
|
+
activeValue: string | number | boolean;
|
|
461
|
+
inactiveValue: string | number | boolean;
|
|
462
|
+
defaultModelValue: boolean;
|
|
295
463
|
}, {}, {
|
|
296
|
-
ElSwitch:
|
|
464
|
+
ElSwitch: {
|
|
297
465
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
298
466
|
readonly ariaLabel: StringConstructor;
|
|
299
|
-
readonly modelValue:
|
|
467
|
+
readonly modelValue: {
|
|
468
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
469
|
+
readonly required: false;
|
|
470
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
471
|
+
__epPropKey: true;
|
|
472
|
+
} & {
|
|
473
|
+
readonly default: false;
|
|
474
|
+
};
|
|
300
475
|
readonly disabled: BooleanConstructor;
|
|
301
476
|
readonly loading: BooleanConstructor;
|
|
302
477
|
readonly size: {
|
|
303
|
-
readonly type: import("vue").PropType<
|
|
478
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
304
479
|
readonly required: false;
|
|
305
480
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
306
481
|
__epPropKey: true;
|
|
307
482
|
};
|
|
308
|
-
readonly width:
|
|
483
|
+
readonly width: {
|
|
484
|
+
readonly type: import("vue").PropType<string | number>;
|
|
485
|
+
readonly required: false;
|
|
486
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
487
|
+
__epPropKey: true;
|
|
488
|
+
} & {
|
|
489
|
+
readonly default: "";
|
|
490
|
+
};
|
|
309
491
|
readonly inlinePrompt: BooleanConstructor;
|
|
310
492
|
readonly inactiveActionIcon: {
|
|
311
|
-
readonly type: import("vue").PropType<
|
|
493
|
+
readonly type: import("vue").PropType<unknown>;
|
|
312
494
|
readonly required: false;
|
|
313
495
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
314
496
|
__epPropKey: true;
|
|
315
497
|
};
|
|
316
498
|
readonly activeActionIcon: {
|
|
317
|
-
readonly type: import("vue").PropType<
|
|
499
|
+
readonly type: import("vue").PropType<unknown>;
|
|
318
500
|
readonly required: false;
|
|
319
501
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
320
502
|
__epPropKey: true;
|
|
321
503
|
};
|
|
322
504
|
readonly activeIcon: {
|
|
323
|
-
readonly type: import("vue").PropType<
|
|
505
|
+
readonly type: import("vue").PropType<unknown>;
|
|
324
506
|
readonly required: false;
|
|
325
507
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
326
508
|
__epPropKey: true;
|
|
327
509
|
};
|
|
328
510
|
readonly inactiveIcon: {
|
|
329
|
-
readonly type: import("vue").PropType<
|
|
511
|
+
readonly type: import("vue").PropType<unknown>;
|
|
512
|
+
readonly required: false;
|
|
513
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
514
|
+
__epPropKey: true;
|
|
515
|
+
};
|
|
516
|
+
readonly activeText: {
|
|
517
|
+
readonly type: import("vue").PropType<string>;
|
|
518
|
+
readonly required: false;
|
|
519
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
520
|
+
__epPropKey: true;
|
|
521
|
+
} & {
|
|
522
|
+
readonly default: "";
|
|
523
|
+
};
|
|
524
|
+
readonly inactiveText: {
|
|
525
|
+
readonly type: import("vue").PropType<string>;
|
|
526
|
+
readonly required: false;
|
|
527
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
528
|
+
__epPropKey: true;
|
|
529
|
+
} & {
|
|
530
|
+
readonly default: "";
|
|
531
|
+
};
|
|
532
|
+
readonly activeValue: {
|
|
533
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
534
|
+
readonly required: false;
|
|
535
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
536
|
+
__epPropKey: true;
|
|
537
|
+
} & {
|
|
538
|
+
readonly default: true;
|
|
539
|
+
};
|
|
540
|
+
readonly inactiveValue: {
|
|
541
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
330
542
|
readonly required: false;
|
|
331
543
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
332
544
|
__epPropKey: true;
|
|
545
|
+
} & {
|
|
546
|
+
readonly default: false;
|
|
547
|
+
};
|
|
548
|
+
readonly name: {
|
|
549
|
+
readonly type: import("vue").PropType<string>;
|
|
550
|
+
readonly required: false;
|
|
551
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
552
|
+
__epPropKey: true;
|
|
553
|
+
} & {
|
|
554
|
+
readonly default: "";
|
|
555
|
+
};
|
|
556
|
+
readonly validateEvent: {
|
|
557
|
+
readonly type: import("vue").PropType<boolean>;
|
|
558
|
+
readonly required: false;
|
|
559
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
560
|
+
__epPropKey: true;
|
|
561
|
+
} & {
|
|
562
|
+
readonly default: true;
|
|
333
563
|
};
|
|
334
|
-
readonly activeText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
335
|
-
readonly inactiveText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
336
|
-
readonly activeValue: import("element-plus/es/utils").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
337
|
-
readonly inactiveValue: import("element-plus/es/utils").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
338
|
-
readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
339
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
340
564
|
readonly beforeChange: {
|
|
341
565
|
readonly type: import("vue").PropType<() => Promise<boolean> | boolean>;
|
|
342
566
|
readonly required: false;
|
|
@@ -345,7 +569,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
345
569
|
};
|
|
346
570
|
readonly id: StringConstructor;
|
|
347
571
|
readonly tabindex: {
|
|
348
|
-
readonly type: import("vue").PropType<
|
|
572
|
+
readonly type: import("vue").PropType<string | number>;
|
|
349
573
|
readonly required: false;
|
|
350
574
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
351
575
|
__epPropKey: true;
|
|
@@ -363,15 +587,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
363
587
|
input: (val: string | number | boolean) => void;
|
|
364
588
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
365
589
|
readonly disabled: boolean;
|
|
366
|
-
readonly width:
|
|
590
|
+
readonly width: string | number;
|
|
367
591
|
readonly name: string;
|
|
368
592
|
readonly loading: boolean;
|
|
369
|
-
readonly modelValue:
|
|
370
|
-
readonly validateEvent:
|
|
593
|
+
readonly modelValue: string | number | boolean;
|
|
594
|
+
readonly validateEvent: boolean;
|
|
371
595
|
readonly activeText: string;
|
|
372
596
|
readonly inactiveText: string;
|
|
373
|
-
readonly activeValue:
|
|
374
|
-
readonly inactiveValue:
|
|
597
|
+
readonly activeValue: string | number | boolean;
|
|
598
|
+
readonly inactiveValue: string | number | boolean;
|
|
375
599
|
readonly inlinePrompt: boolean;
|
|
376
600
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
377
601
|
P: {};
|
|
@@ -382,47 +606,103 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
382
606
|
Defaults: {};
|
|
383
607
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
384
608
|
readonly ariaLabel: StringConstructor;
|
|
385
|
-
readonly modelValue:
|
|
609
|
+
readonly modelValue: {
|
|
610
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
611
|
+
readonly required: false;
|
|
612
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
613
|
+
__epPropKey: true;
|
|
614
|
+
} & {
|
|
615
|
+
readonly default: false;
|
|
616
|
+
};
|
|
386
617
|
readonly disabled: BooleanConstructor;
|
|
387
618
|
readonly loading: BooleanConstructor;
|
|
388
619
|
readonly size: {
|
|
389
|
-
readonly type: import("vue").PropType<
|
|
620
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
390
621
|
readonly required: false;
|
|
391
622
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
392
623
|
__epPropKey: true;
|
|
393
624
|
};
|
|
394
|
-
readonly width:
|
|
625
|
+
readonly width: {
|
|
626
|
+
readonly type: import("vue").PropType<string | number>;
|
|
627
|
+
readonly required: false;
|
|
628
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
629
|
+
__epPropKey: true;
|
|
630
|
+
} & {
|
|
631
|
+
readonly default: "";
|
|
632
|
+
};
|
|
395
633
|
readonly inlinePrompt: BooleanConstructor;
|
|
396
634
|
readonly inactiveActionIcon: {
|
|
397
|
-
readonly type: import("vue").PropType<
|
|
635
|
+
readonly type: import("vue").PropType<unknown>;
|
|
398
636
|
readonly required: false;
|
|
399
637
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
400
638
|
__epPropKey: true;
|
|
401
639
|
};
|
|
402
640
|
readonly activeActionIcon: {
|
|
403
|
-
readonly type: import("vue").PropType<
|
|
641
|
+
readonly type: import("vue").PropType<unknown>;
|
|
404
642
|
readonly required: false;
|
|
405
643
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
406
644
|
__epPropKey: true;
|
|
407
645
|
};
|
|
408
646
|
readonly activeIcon: {
|
|
409
|
-
readonly type: import("vue").PropType<
|
|
647
|
+
readonly type: import("vue").PropType<unknown>;
|
|
410
648
|
readonly required: false;
|
|
411
649
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
412
650
|
__epPropKey: true;
|
|
413
651
|
};
|
|
414
652
|
readonly inactiveIcon: {
|
|
415
|
-
readonly type: import("vue").PropType<
|
|
653
|
+
readonly type: import("vue").PropType<unknown>;
|
|
654
|
+
readonly required: false;
|
|
655
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
656
|
+
__epPropKey: true;
|
|
657
|
+
};
|
|
658
|
+
readonly activeText: {
|
|
659
|
+
readonly type: import("vue").PropType<string>;
|
|
660
|
+
readonly required: false;
|
|
661
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
662
|
+
__epPropKey: true;
|
|
663
|
+
} & {
|
|
664
|
+
readonly default: "";
|
|
665
|
+
};
|
|
666
|
+
readonly inactiveText: {
|
|
667
|
+
readonly type: import("vue").PropType<string>;
|
|
416
668
|
readonly required: false;
|
|
417
669
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
418
670
|
__epPropKey: true;
|
|
671
|
+
} & {
|
|
672
|
+
readonly default: "";
|
|
673
|
+
};
|
|
674
|
+
readonly activeValue: {
|
|
675
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
676
|
+
readonly required: false;
|
|
677
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
678
|
+
__epPropKey: true;
|
|
679
|
+
} & {
|
|
680
|
+
readonly default: true;
|
|
681
|
+
};
|
|
682
|
+
readonly inactiveValue: {
|
|
683
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
684
|
+
readonly required: false;
|
|
685
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
686
|
+
__epPropKey: true;
|
|
687
|
+
} & {
|
|
688
|
+
readonly default: false;
|
|
689
|
+
};
|
|
690
|
+
readonly name: {
|
|
691
|
+
readonly type: import("vue").PropType<string>;
|
|
692
|
+
readonly required: false;
|
|
693
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
694
|
+
__epPropKey: true;
|
|
695
|
+
} & {
|
|
696
|
+
readonly default: "";
|
|
697
|
+
};
|
|
698
|
+
readonly validateEvent: {
|
|
699
|
+
readonly type: import("vue").PropType<boolean>;
|
|
700
|
+
readonly required: false;
|
|
701
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
702
|
+
__epPropKey: true;
|
|
703
|
+
} & {
|
|
704
|
+
readonly default: true;
|
|
419
705
|
};
|
|
420
|
-
readonly activeText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
421
|
-
readonly inactiveText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
422
|
-
readonly activeValue: import("element-plus/es/utils").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
423
|
-
readonly inactiveValue: import("element-plus/es/utils").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
424
|
-
readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
425
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
426
706
|
readonly beforeChange: {
|
|
427
707
|
readonly type: import("vue").PropType<() => Promise<boolean> | boolean>;
|
|
428
708
|
readonly required: false;
|
|
@@ -431,7 +711,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
431
711
|
};
|
|
432
712
|
readonly id: StringConstructor;
|
|
433
713
|
readonly tabindex: {
|
|
434
|
-
readonly type: import("vue").PropType<
|
|
714
|
+
readonly type: import("vue").PropType<string | number>;
|
|
435
715
|
readonly required: false;
|
|
436
716
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
437
717
|
__epPropKey: true;
|
|
@@ -445,15 +725,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
445
725
|
checked: import("vue").ComputedRef<boolean>;
|
|
446
726
|
}, {}, {}, {}, {
|
|
447
727
|
readonly disabled: boolean;
|
|
448
|
-
readonly width:
|
|
728
|
+
readonly width: string | number;
|
|
449
729
|
readonly name: string;
|
|
450
730
|
readonly loading: boolean;
|
|
451
|
-
readonly modelValue:
|
|
452
|
-
readonly validateEvent:
|
|
731
|
+
readonly modelValue: string | number | boolean;
|
|
732
|
+
readonly validateEvent: boolean;
|
|
453
733
|
readonly activeText: string;
|
|
454
734
|
readonly inactiveText: string;
|
|
455
|
-
readonly activeValue:
|
|
456
|
-
readonly inactiveValue:
|
|
735
|
+
readonly activeValue: string | number | boolean;
|
|
736
|
+
readonly inactiveValue: string | number | boolean;
|
|
457
737
|
readonly inlinePrompt: boolean;
|
|
458
738
|
}>;
|
|
459
739
|
__isFragment?: never;
|
|
@@ -461,47 +741,103 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
461
741
|
__isSuspense?: never;
|
|
462
742
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
463
743
|
readonly ariaLabel: StringConstructor;
|
|
464
|
-
readonly modelValue:
|
|
744
|
+
readonly modelValue: {
|
|
745
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
746
|
+
readonly required: false;
|
|
747
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
748
|
+
__epPropKey: true;
|
|
749
|
+
} & {
|
|
750
|
+
readonly default: false;
|
|
751
|
+
};
|
|
465
752
|
readonly disabled: BooleanConstructor;
|
|
466
753
|
readonly loading: BooleanConstructor;
|
|
467
754
|
readonly size: {
|
|
468
|
-
readonly type: import("vue").PropType<
|
|
755
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
756
|
+
readonly required: false;
|
|
757
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
758
|
+
__epPropKey: true;
|
|
759
|
+
};
|
|
760
|
+
readonly width: {
|
|
761
|
+
readonly type: import("vue").PropType<string | number>;
|
|
469
762
|
readonly required: false;
|
|
470
763
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
471
764
|
__epPropKey: true;
|
|
765
|
+
} & {
|
|
766
|
+
readonly default: "";
|
|
472
767
|
};
|
|
473
|
-
readonly width: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
474
768
|
readonly inlinePrompt: BooleanConstructor;
|
|
475
769
|
readonly inactiveActionIcon: {
|
|
476
|
-
readonly type: import("vue").PropType<
|
|
770
|
+
readonly type: import("vue").PropType<unknown>;
|
|
477
771
|
readonly required: false;
|
|
478
772
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
479
773
|
__epPropKey: true;
|
|
480
774
|
};
|
|
481
775
|
readonly activeActionIcon: {
|
|
482
|
-
readonly type: import("vue").PropType<
|
|
776
|
+
readonly type: import("vue").PropType<unknown>;
|
|
483
777
|
readonly required: false;
|
|
484
778
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
485
779
|
__epPropKey: true;
|
|
486
780
|
};
|
|
487
781
|
readonly activeIcon: {
|
|
488
|
-
readonly type: import("vue").PropType<
|
|
782
|
+
readonly type: import("vue").PropType<unknown>;
|
|
489
783
|
readonly required: false;
|
|
490
784
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
491
785
|
__epPropKey: true;
|
|
492
786
|
};
|
|
493
787
|
readonly inactiveIcon: {
|
|
494
|
-
readonly type: import("vue").PropType<
|
|
788
|
+
readonly type: import("vue").PropType<unknown>;
|
|
789
|
+
readonly required: false;
|
|
790
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
791
|
+
__epPropKey: true;
|
|
792
|
+
};
|
|
793
|
+
readonly activeText: {
|
|
794
|
+
readonly type: import("vue").PropType<string>;
|
|
795
|
+
readonly required: false;
|
|
796
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
797
|
+
__epPropKey: true;
|
|
798
|
+
} & {
|
|
799
|
+
readonly default: "";
|
|
800
|
+
};
|
|
801
|
+
readonly inactiveText: {
|
|
802
|
+
readonly type: import("vue").PropType<string>;
|
|
803
|
+
readonly required: false;
|
|
804
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
805
|
+
__epPropKey: true;
|
|
806
|
+
} & {
|
|
807
|
+
readonly default: "";
|
|
808
|
+
};
|
|
809
|
+
readonly activeValue: {
|
|
810
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
811
|
+
readonly required: false;
|
|
812
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
813
|
+
__epPropKey: true;
|
|
814
|
+
} & {
|
|
815
|
+
readonly default: true;
|
|
816
|
+
};
|
|
817
|
+
readonly inactiveValue: {
|
|
818
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
819
|
+
readonly required: false;
|
|
820
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
821
|
+
__epPropKey: true;
|
|
822
|
+
} & {
|
|
823
|
+
readonly default: false;
|
|
824
|
+
};
|
|
825
|
+
readonly name: {
|
|
826
|
+
readonly type: import("vue").PropType<string>;
|
|
827
|
+
readonly required: false;
|
|
828
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
829
|
+
__epPropKey: true;
|
|
830
|
+
} & {
|
|
831
|
+
readonly default: "";
|
|
832
|
+
};
|
|
833
|
+
readonly validateEvent: {
|
|
834
|
+
readonly type: import("vue").PropType<boolean>;
|
|
495
835
|
readonly required: false;
|
|
496
836
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
497
837
|
__epPropKey: true;
|
|
838
|
+
} & {
|
|
839
|
+
readonly default: true;
|
|
498
840
|
};
|
|
499
|
-
readonly activeText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
500
|
-
readonly inactiveText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
501
|
-
readonly activeValue: import("element-plus/es/utils").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
502
|
-
readonly inactiveValue: import("element-plus/es/utils").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
503
|
-
readonly name: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
504
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
505
841
|
readonly beforeChange: {
|
|
506
842
|
readonly type: import("vue").PropType<() => Promise<boolean> | boolean>;
|
|
507
843
|
readonly required: false;
|
|
@@ -510,7 +846,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
510
846
|
};
|
|
511
847
|
readonly id: StringConstructor;
|
|
512
848
|
readonly tabindex: {
|
|
513
|
-
readonly type: import("vue").PropType<
|
|
849
|
+
readonly type: import("vue").PropType<string | number>;
|
|
514
850
|
readonly required: false;
|
|
515
851
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
516
852
|
__epPropKey: true;
|
|
@@ -528,22 +864,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
528
864
|
input: (val: string | number | boolean) => void;
|
|
529
865
|
}, string, {
|
|
530
866
|
readonly disabled: boolean;
|
|
531
|
-
readonly width:
|
|
867
|
+
readonly width: string | number;
|
|
532
868
|
readonly name: string;
|
|
533
869
|
readonly loading: boolean;
|
|
534
|
-
readonly modelValue:
|
|
535
|
-
readonly validateEvent:
|
|
870
|
+
readonly modelValue: string | number | boolean;
|
|
871
|
+
readonly validateEvent: boolean;
|
|
536
872
|
readonly activeText: string;
|
|
537
873
|
readonly inactiveText: string;
|
|
538
|
-
readonly activeValue:
|
|
539
|
-
readonly inactiveValue:
|
|
874
|
+
readonly activeValue: string | number | boolean;
|
|
875
|
+
readonly inactiveValue: string | number | boolean;
|
|
540
876
|
readonly inlinePrompt: boolean;
|
|
541
877
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
542
878
|
$slots: {
|
|
543
879
|
"active-action"?(_: {}): any;
|
|
544
880
|
"inactive-action"?(_: {}): any;
|
|
545
881
|
};
|
|
546
|
-
})
|
|
882
|
+
}) & import("vue").Plugin;
|
|
547
883
|
VkfFormItem: {
|
|
548
884
|
new (...args: any[]): any;
|
|
549
885
|
__isFragment?: never;
|