@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
|
@@ -18,7 +18,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
18
18
|
type: StringConstructor;
|
|
19
19
|
default: string;
|
|
20
20
|
};
|
|
21
|
-
required:
|
|
21
|
+
required: {
|
|
22
|
+
readonly type: import("vue").PropType<boolean>;
|
|
23
|
+
readonly required: false;
|
|
24
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
25
|
+
__epPropKey: true;
|
|
26
|
+
} & {
|
|
27
|
+
readonly default: undefined;
|
|
28
|
+
};
|
|
22
29
|
formItemSize: {
|
|
23
30
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
24
31
|
default: "default" | "small" | "large";
|
|
@@ -49,30 +56,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
49
56
|
default: boolean;
|
|
50
57
|
};
|
|
51
58
|
label: StringConstructor;
|
|
52
|
-
labelWidth:
|
|
53
|
-
|
|
59
|
+
labelWidth: {
|
|
60
|
+
readonly type: import("vue").PropType<string | number>;
|
|
61
|
+
readonly required: false;
|
|
62
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
63
|
+
__epPropKey: true;
|
|
64
|
+
} & {
|
|
65
|
+
readonly default: "";
|
|
66
|
+
};
|
|
67
|
+
labelPosition: {
|
|
68
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
69
|
+
readonly required: false;
|
|
70
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
71
|
+
__epPropKey: true;
|
|
72
|
+
} & {
|
|
73
|
+
readonly default: "";
|
|
74
|
+
};
|
|
54
75
|
prop: {
|
|
55
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
76
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
56
77
|
readonly required: false;
|
|
57
78
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
58
79
|
__epPropKey: true;
|
|
59
80
|
};
|
|
60
81
|
rules: {
|
|
61
|
-
readonly type: import("vue").PropType<
|
|
82
|
+
readonly type: import("vue").PropType<unknown>;
|
|
62
83
|
readonly required: false;
|
|
63
84
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
64
85
|
__epPropKey: true;
|
|
65
86
|
};
|
|
66
87
|
error: StringConstructor;
|
|
67
88
|
validateStatus: {
|
|
68
|
-
readonly type: import("vue").PropType<
|
|
89
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
69
90
|
readonly required: false;
|
|
70
91
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
71
92
|
__epPropKey: true;
|
|
72
93
|
};
|
|
73
94
|
for: StringConstructor;
|
|
74
|
-
inlineMessage:
|
|
75
|
-
|
|
95
|
+
inlineMessage: {
|
|
96
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
97
|
+
readonly required: false;
|
|
98
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
99
|
+
__epPropKey: true;
|
|
100
|
+
} & {
|
|
101
|
+
readonly default: "";
|
|
102
|
+
};
|
|
103
|
+
showMessage: {
|
|
104
|
+
readonly type: import("vue").PropType<boolean>;
|
|
105
|
+
readonly required: false;
|
|
106
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
107
|
+
__epPropKey: true;
|
|
108
|
+
} & {
|
|
109
|
+
readonly default: true;
|
|
110
|
+
};
|
|
76
111
|
}>, {
|
|
77
112
|
preInput: () => void;
|
|
78
113
|
inputBlur: (e: FocusEvent) => void;
|
|
@@ -102,7 +137,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
102
137
|
type: StringConstructor;
|
|
103
138
|
default: string;
|
|
104
139
|
};
|
|
105
|
-
required:
|
|
140
|
+
required: {
|
|
141
|
+
readonly type: import("vue").PropType<boolean>;
|
|
142
|
+
readonly required: false;
|
|
143
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
144
|
+
__epPropKey: true;
|
|
145
|
+
} & {
|
|
146
|
+
readonly default: undefined;
|
|
147
|
+
};
|
|
106
148
|
formItemSize: {
|
|
107
149
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
108
150
|
default: "default" | "small" | "large";
|
|
@@ -133,35 +175,63 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
133
175
|
default: boolean;
|
|
134
176
|
};
|
|
135
177
|
label: StringConstructor;
|
|
136
|
-
labelWidth:
|
|
137
|
-
|
|
178
|
+
labelWidth: {
|
|
179
|
+
readonly type: import("vue").PropType<string | number>;
|
|
180
|
+
readonly required: false;
|
|
181
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
182
|
+
__epPropKey: true;
|
|
183
|
+
} & {
|
|
184
|
+
readonly default: "";
|
|
185
|
+
};
|
|
186
|
+
labelPosition: {
|
|
187
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
188
|
+
readonly required: false;
|
|
189
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
190
|
+
__epPropKey: true;
|
|
191
|
+
} & {
|
|
192
|
+
readonly default: "";
|
|
193
|
+
};
|
|
138
194
|
prop: {
|
|
139
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
195
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
140
196
|
readonly required: false;
|
|
141
197
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
142
198
|
__epPropKey: true;
|
|
143
199
|
};
|
|
144
200
|
rules: {
|
|
145
|
-
readonly type: import("vue").PropType<
|
|
201
|
+
readonly type: import("vue").PropType<unknown>;
|
|
146
202
|
readonly required: false;
|
|
147
203
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
148
204
|
__epPropKey: true;
|
|
149
205
|
};
|
|
150
206
|
error: StringConstructor;
|
|
151
207
|
validateStatus: {
|
|
152
|
-
readonly type: import("vue").PropType<
|
|
208
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
153
209
|
readonly required: false;
|
|
154
210
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
155
211
|
__epPropKey: true;
|
|
156
212
|
};
|
|
157
213
|
for: StringConstructor;
|
|
158
|
-
inlineMessage:
|
|
159
|
-
|
|
214
|
+
inlineMessage: {
|
|
215
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
216
|
+
readonly required: false;
|
|
217
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
218
|
+
__epPropKey: true;
|
|
219
|
+
} & {
|
|
220
|
+
readonly default: "";
|
|
221
|
+
};
|
|
222
|
+
showMessage: {
|
|
223
|
+
readonly type: import("vue").PropType<boolean>;
|
|
224
|
+
readonly required: false;
|
|
225
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
226
|
+
__epPropKey: true;
|
|
227
|
+
} & {
|
|
228
|
+
readonly default: true;
|
|
229
|
+
};
|
|
160
230
|
}>> & Readonly<{
|
|
161
231
|
"onUpdate:modelValue"?: (...args: any[] | unknown[]) => any;
|
|
162
232
|
}>, {
|
|
163
233
|
type: "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "daterange" | "monthrange" | "yearrange";
|
|
164
|
-
required:
|
|
234
|
+
required: boolean;
|
|
165
235
|
formItemSize: "default" | "small" | "large";
|
|
166
236
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
167
237
|
inline: boolean;
|
|
@@ -170,10 +240,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
170
240
|
formItemTipClass: any;
|
|
171
241
|
labelTip: string;
|
|
172
242
|
information: boolean;
|
|
173
|
-
labelWidth:
|
|
174
|
-
labelPosition:
|
|
175
|
-
inlineMessage:
|
|
176
|
-
showMessage:
|
|
243
|
+
labelWidth: string | number;
|
|
244
|
+
labelPosition: "" | "top" | "left" | "right";
|
|
245
|
+
inlineMessage: string | boolean;
|
|
246
|
+
showMessage: boolean;
|
|
177
247
|
modelValue: any;
|
|
178
248
|
valueFormat: string;
|
|
179
249
|
allowedDates: (date: string) => boolean;
|
|
@@ -190,12 +260,509 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
190
260
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
191
261
|
install(app: import("vue").App): void;
|
|
192
262
|
};
|
|
193
|
-
ElDatePicker:
|
|
194
|
-
|
|
195
|
-
|
|
263
|
+
ElDatePicker: {
|
|
264
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
265
|
+
readonly type: {
|
|
266
|
+
readonly type: import("vue").PropType<"year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange">;
|
|
267
|
+
readonly required: false;
|
|
268
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
269
|
+
__epPropKey: true;
|
|
270
|
+
} & {
|
|
271
|
+
readonly default: "date";
|
|
272
|
+
};
|
|
273
|
+
readonly showNow: {
|
|
274
|
+
readonly type: import("vue").PropType<boolean>;
|
|
275
|
+
readonly required: false;
|
|
276
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
277
|
+
__epPropKey: true;
|
|
278
|
+
} & {
|
|
279
|
+
readonly default: true;
|
|
280
|
+
};
|
|
281
|
+
readonly ariaLabel: StringConstructor;
|
|
282
|
+
readonly emptyValues: ArrayConstructor;
|
|
283
|
+
readonly valueOnClear: {
|
|
284
|
+
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
285
|
+
readonly required: false;
|
|
286
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
287
|
+
__epPropKey: true;
|
|
288
|
+
} & {
|
|
289
|
+
readonly default: undefined;
|
|
290
|
+
};
|
|
291
|
+
readonly disabledDate: {
|
|
292
|
+
readonly type: import("vue").PropType<Function>;
|
|
293
|
+
readonly required: false;
|
|
294
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
295
|
+
__epPropKey: true;
|
|
296
|
+
};
|
|
297
|
+
readonly cellClassName: {
|
|
298
|
+
readonly type: import("vue").PropType<Function>;
|
|
299
|
+
readonly required: false;
|
|
300
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
301
|
+
__epPropKey: true;
|
|
302
|
+
};
|
|
303
|
+
readonly shortcuts: {
|
|
304
|
+
readonly type: import("vue").PropType<unknown[]>;
|
|
305
|
+
readonly required: false;
|
|
306
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
307
|
+
__epPropKey: true;
|
|
308
|
+
} & {
|
|
309
|
+
readonly default: () => never[];
|
|
310
|
+
};
|
|
311
|
+
readonly arrowControl: BooleanConstructor;
|
|
312
|
+
readonly tabindex: {
|
|
313
|
+
readonly type: import("vue").PropType<string | number>;
|
|
314
|
+
readonly required: false;
|
|
315
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
316
|
+
__epPropKey: true;
|
|
317
|
+
} & {
|
|
318
|
+
readonly default: 0;
|
|
319
|
+
};
|
|
320
|
+
readonly validateEvent: {
|
|
321
|
+
readonly type: import("vue").PropType<boolean>;
|
|
322
|
+
readonly required: false;
|
|
323
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
324
|
+
__epPropKey: true;
|
|
325
|
+
} & {
|
|
326
|
+
readonly default: true;
|
|
327
|
+
};
|
|
328
|
+
readonly unlinkPanels: BooleanConstructor;
|
|
329
|
+
readonly placement: {
|
|
330
|
+
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
331
|
+
readonly required: false;
|
|
332
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
333
|
+
__epPropKey: true;
|
|
334
|
+
} & {
|
|
335
|
+
readonly default: "bottom";
|
|
336
|
+
};
|
|
337
|
+
readonly fallbackPlacements: {
|
|
338
|
+
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
339
|
+
readonly required: false;
|
|
340
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
341
|
+
__epPropKey: true;
|
|
342
|
+
} & {
|
|
343
|
+
readonly default: readonly ["bottom", "top", "right", "left"];
|
|
344
|
+
};
|
|
345
|
+
readonly disabledHours: {
|
|
346
|
+
readonly type: import("vue").PropType<import("element-plus").GetDisabledHours>;
|
|
347
|
+
readonly required: false;
|
|
348
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
349
|
+
__epPropKey: true;
|
|
350
|
+
};
|
|
351
|
+
readonly disabledMinutes: {
|
|
352
|
+
readonly type: import("vue").PropType<import("element-plus").GetDisabledMinutes>;
|
|
353
|
+
readonly required: false;
|
|
354
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
355
|
+
__epPropKey: true;
|
|
356
|
+
};
|
|
357
|
+
readonly disabledSeconds: {
|
|
358
|
+
readonly type: import("vue").PropType<import("element-plus").GetDisabledSeconds>;
|
|
359
|
+
readonly required: false;
|
|
360
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
361
|
+
__epPropKey: true;
|
|
362
|
+
};
|
|
363
|
+
readonly id: {
|
|
364
|
+
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<string>>;
|
|
365
|
+
readonly required: false;
|
|
366
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
367
|
+
__epPropKey: true;
|
|
368
|
+
};
|
|
369
|
+
readonly name: {
|
|
370
|
+
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<string>>;
|
|
371
|
+
readonly required: false;
|
|
372
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
373
|
+
__epPropKey: true;
|
|
374
|
+
};
|
|
375
|
+
readonly popperClass: {
|
|
376
|
+
readonly type: import("vue").PropType<string>;
|
|
377
|
+
readonly required: false;
|
|
378
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
379
|
+
__epPropKey: true;
|
|
380
|
+
} & {
|
|
381
|
+
readonly default: "";
|
|
382
|
+
};
|
|
383
|
+
readonly format: StringConstructor;
|
|
384
|
+
readonly valueFormat: StringConstructor;
|
|
385
|
+
readonly dateFormat: StringConstructor;
|
|
386
|
+
readonly timeFormat: StringConstructor;
|
|
387
|
+
readonly clearable: {
|
|
388
|
+
readonly type: import("vue").PropType<boolean>;
|
|
389
|
+
readonly required: false;
|
|
390
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
391
|
+
__epPropKey: true;
|
|
392
|
+
} & {
|
|
393
|
+
readonly default: true;
|
|
394
|
+
};
|
|
395
|
+
readonly clearIcon: {
|
|
396
|
+
readonly type: import("vue").PropType<unknown>;
|
|
397
|
+
readonly required: false;
|
|
398
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
399
|
+
__epPropKey: true;
|
|
400
|
+
};
|
|
401
|
+
readonly editable: {
|
|
402
|
+
readonly type: import("vue").PropType<boolean>;
|
|
403
|
+
readonly required: false;
|
|
404
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
405
|
+
__epPropKey: true;
|
|
406
|
+
} & {
|
|
407
|
+
readonly default: true;
|
|
408
|
+
};
|
|
409
|
+
readonly prefixIcon: {
|
|
410
|
+
readonly type: import("vue").PropType<unknown>;
|
|
411
|
+
readonly required: false;
|
|
412
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
413
|
+
__epPropKey: true;
|
|
414
|
+
} & {
|
|
415
|
+
readonly default: "";
|
|
416
|
+
};
|
|
417
|
+
readonly size: {
|
|
418
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
419
|
+
readonly required: false;
|
|
420
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
421
|
+
__epPropKey: true;
|
|
422
|
+
};
|
|
423
|
+
readonly readonly: BooleanConstructor;
|
|
424
|
+
readonly disabled: BooleanConstructor;
|
|
425
|
+
readonly placeholder: {
|
|
426
|
+
readonly type: import("vue").PropType<string>;
|
|
427
|
+
readonly required: false;
|
|
428
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
429
|
+
__epPropKey: true;
|
|
430
|
+
} & {
|
|
431
|
+
readonly default: "";
|
|
432
|
+
};
|
|
433
|
+
readonly popperOptions: {
|
|
434
|
+
readonly type: import("vue").PropType<Partial<import("element-plus").Options>>;
|
|
435
|
+
readonly required: false;
|
|
436
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
437
|
+
__epPropKey: true;
|
|
438
|
+
} & {
|
|
439
|
+
readonly default: () => {};
|
|
440
|
+
};
|
|
441
|
+
readonly modelValue: {
|
|
442
|
+
readonly type: import("vue").PropType<import("element-plus").ModelValueType>;
|
|
443
|
+
readonly required: false;
|
|
444
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
445
|
+
__epPropKey: true;
|
|
446
|
+
} & {
|
|
447
|
+
readonly default: "";
|
|
448
|
+
};
|
|
449
|
+
readonly rangeSeparator: {
|
|
450
|
+
readonly type: import("vue").PropType<string>;
|
|
451
|
+
readonly required: false;
|
|
452
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
453
|
+
__epPropKey: true;
|
|
454
|
+
} & {
|
|
455
|
+
readonly default: "-";
|
|
456
|
+
};
|
|
457
|
+
readonly startPlaceholder: StringConstructor;
|
|
458
|
+
readonly endPlaceholder: StringConstructor;
|
|
459
|
+
readonly defaultValue: {
|
|
460
|
+
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<Date>>;
|
|
461
|
+
readonly required: false;
|
|
462
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
463
|
+
__epPropKey: true;
|
|
464
|
+
};
|
|
465
|
+
readonly defaultTime: {
|
|
466
|
+
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<Date>>;
|
|
467
|
+
readonly required: false;
|
|
468
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
469
|
+
__epPropKey: true;
|
|
470
|
+
};
|
|
471
|
+
readonly isRange: BooleanConstructor;
|
|
472
|
+
}>> & {
|
|
473
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
474
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
475
|
+
readonly disabled: boolean;
|
|
476
|
+
readonly type: "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange";
|
|
477
|
+
readonly placeholder: string;
|
|
478
|
+
readonly modelValue: import("element-plus").ModelValueType;
|
|
479
|
+
readonly placement: import("element-plus").Placement;
|
|
480
|
+
readonly tabindex: string | number;
|
|
481
|
+
readonly valueOnClear: string | number | boolean | Function;
|
|
482
|
+
readonly readonly: boolean;
|
|
483
|
+
readonly prefixIcon: unknown;
|
|
484
|
+
readonly validateEvent: boolean;
|
|
485
|
+
readonly clearable: boolean;
|
|
486
|
+
readonly fallbackPlacements: import("element-plus").Placement[];
|
|
487
|
+
readonly popperOptions: Partial<import("element-plus").Options>;
|
|
488
|
+
readonly popperClass: string;
|
|
489
|
+
readonly editable: boolean;
|
|
490
|
+
readonly rangeSeparator: string;
|
|
491
|
+
readonly shortcuts: unknown[];
|
|
492
|
+
readonly showNow: boolean;
|
|
493
|
+
readonly arrowControl: boolean;
|
|
494
|
+
readonly unlinkPanels: boolean;
|
|
495
|
+
readonly isRange: boolean;
|
|
496
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
497
|
+
P: {};
|
|
498
|
+
B: {};
|
|
499
|
+
D: {};
|
|
500
|
+
C: {};
|
|
501
|
+
M: {};
|
|
502
|
+
Defaults: {};
|
|
503
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
504
|
+
readonly type: {
|
|
505
|
+
readonly type: import("vue").PropType<"year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange">;
|
|
506
|
+
readonly required: false;
|
|
507
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
508
|
+
__epPropKey: true;
|
|
509
|
+
} & {
|
|
510
|
+
readonly default: "date";
|
|
511
|
+
};
|
|
512
|
+
readonly showNow: {
|
|
513
|
+
readonly type: import("vue").PropType<boolean>;
|
|
514
|
+
readonly required: false;
|
|
515
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
516
|
+
__epPropKey: true;
|
|
517
|
+
} & {
|
|
518
|
+
readonly default: true;
|
|
519
|
+
};
|
|
520
|
+
readonly ariaLabel: StringConstructor;
|
|
521
|
+
readonly emptyValues: ArrayConstructor;
|
|
522
|
+
readonly valueOnClear: {
|
|
523
|
+
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
524
|
+
readonly required: false;
|
|
525
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
526
|
+
__epPropKey: true;
|
|
527
|
+
} & {
|
|
528
|
+
readonly default: undefined;
|
|
529
|
+
};
|
|
530
|
+
readonly disabledDate: {
|
|
531
|
+
readonly type: import("vue").PropType<Function>;
|
|
532
|
+
readonly required: false;
|
|
533
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
534
|
+
__epPropKey: true;
|
|
535
|
+
};
|
|
536
|
+
readonly cellClassName: {
|
|
537
|
+
readonly type: import("vue").PropType<Function>;
|
|
538
|
+
readonly required: false;
|
|
539
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
540
|
+
__epPropKey: true;
|
|
541
|
+
};
|
|
542
|
+
readonly shortcuts: {
|
|
543
|
+
readonly type: import("vue").PropType<unknown[]>;
|
|
544
|
+
readonly required: false;
|
|
545
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
546
|
+
__epPropKey: true;
|
|
547
|
+
} & {
|
|
548
|
+
readonly default: () => never[];
|
|
549
|
+
};
|
|
550
|
+
readonly arrowControl: BooleanConstructor;
|
|
551
|
+
readonly tabindex: {
|
|
552
|
+
readonly type: import("vue").PropType<string | number>;
|
|
553
|
+
readonly required: false;
|
|
554
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
555
|
+
__epPropKey: true;
|
|
556
|
+
} & {
|
|
557
|
+
readonly default: 0;
|
|
558
|
+
};
|
|
559
|
+
readonly validateEvent: {
|
|
560
|
+
readonly type: import("vue").PropType<boolean>;
|
|
561
|
+
readonly required: false;
|
|
562
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
563
|
+
__epPropKey: true;
|
|
564
|
+
} & {
|
|
565
|
+
readonly default: true;
|
|
566
|
+
};
|
|
567
|
+
readonly unlinkPanels: BooleanConstructor;
|
|
568
|
+
readonly placement: {
|
|
569
|
+
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
570
|
+
readonly required: false;
|
|
571
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
572
|
+
__epPropKey: true;
|
|
573
|
+
} & {
|
|
574
|
+
readonly default: "bottom";
|
|
575
|
+
};
|
|
576
|
+
readonly fallbackPlacements: {
|
|
577
|
+
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
578
|
+
readonly required: false;
|
|
579
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
580
|
+
__epPropKey: true;
|
|
581
|
+
} & {
|
|
582
|
+
readonly default: readonly ["bottom", "top", "right", "left"];
|
|
583
|
+
};
|
|
584
|
+
readonly disabledHours: {
|
|
585
|
+
readonly type: import("vue").PropType<import("element-plus").GetDisabledHours>;
|
|
586
|
+
readonly required: false;
|
|
587
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
588
|
+
__epPropKey: true;
|
|
589
|
+
};
|
|
590
|
+
readonly disabledMinutes: {
|
|
591
|
+
readonly type: import("vue").PropType<import("element-plus").GetDisabledMinutes>;
|
|
592
|
+
readonly required: false;
|
|
593
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
594
|
+
__epPropKey: true;
|
|
595
|
+
};
|
|
596
|
+
readonly disabledSeconds: {
|
|
597
|
+
readonly type: import("vue").PropType<import("element-plus").GetDisabledSeconds>;
|
|
598
|
+
readonly required: false;
|
|
599
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
600
|
+
__epPropKey: true;
|
|
601
|
+
};
|
|
602
|
+
readonly id: {
|
|
603
|
+
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<string>>;
|
|
604
|
+
readonly required: false;
|
|
605
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
606
|
+
__epPropKey: true;
|
|
607
|
+
};
|
|
608
|
+
readonly name: {
|
|
609
|
+
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<string>>;
|
|
610
|
+
readonly required: false;
|
|
611
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
612
|
+
__epPropKey: true;
|
|
613
|
+
};
|
|
614
|
+
readonly popperClass: {
|
|
615
|
+
readonly type: import("vue").PropType<string>;
|
|
616
|
+
readonly required: false;
|
|
617
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
618
|
+
__epPropKey: true;
|
|
619
|
+
} & {
|
|
620
|
+
readonly default: "";
|
|
621
|
+
};
|
|
622
|
+
readonly format: StringConstructor;
|
|
623
|
+
readonly valueFormat: StringConstructor;
|
|
624
|
+
readonly dateFormat: StringConstructor;
|
|
625
|
+
readonly timeFormat: StringConstructor;
|
|
626
|
+
readonly clearable: {
|
|
627
|
+
readonly type: import("vue").PropType<boolean>;
|
|
628
|
+
readonly required: false;
|
|
629
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
630
|
+
__epPropKey: true;
|
|
631
|
+
} & {
|
|
632
|
+
readonly default: true;
|
|
633
|
+
};
|
|
634
|
+
readonly clearIcon: {
|
|
635
|
+
readonly type: import("vue").PropType<unknown>;
|
|
636
|
+
readonly required: false;
|
|
637
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
638
|
+
__epPropKey: true;
|
|
639
|
+
};
|
|
640
|
+
readonly editable: {
|
|
641
|
+
readonly type: import("vue").PropType<boolean>;
|
|
642
|
+
readonly required: false;
|
|
643
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
644
|
+
__epPropKey: true;
|
|
645
|
+
} & {
|
|
646
|
+
readonly default: true;
|
|
647
|
+
};
|
|
648
|
+
readonly prefixIcon: {
|
|
649
|
+
readonly type: import("vue").PropType<unknown>;
|
|
650
|
+
readonly required: false;
|
|
651
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
652
|
+
__epPropKey: true;
|
|
653
|
+
} & {
|
|
654
|
+
readonly default: "";
|
|
655
|
+
};
|
|
656
|
+
readonly size: {
|
|
657
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
658
|
+
readonly required: false;
|
|
659
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
660
|
+
__epPropKey: true;
|
|
661
|
+
};
|
|
662
|
+
readonly readonly: BooleanConstructor;
|
|
663
|
+
readonly disabled: BooleanConstructor;
|
|
664
|
+
readonly placeholder: {
|
|
665
|
+
readonly type: import("vue").PropType<string>;
|
|
666
|
+
readonly required: false;
|
|
667
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
668
|
+
__epPropKey: true;
|
|
669
|
+
} & {
|
|
670
|
+
readonly default: "";
|
|
671
|
+
};
|
|
672
|
+
readonly popperOptions: {
|
|
673
|
+
readonly type: import("vue").PropType<Partial<import("element-plus").Options>>;
|
|
674
|
+
readonly required: false;
|
|
675
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
676
|
+
__epPropKey: true;
|
|
677
|
+
} & {
|
|
678
|
+
readonly default: () => {};
|
|
679
|
+
};
|
|
680
|
+
readonly modelValue: {
|
|
681
|
+
readonly type: import("vue").PropType<import("element-plus").ModelValueType>;
|
|
682
|
+
readonly required: false;
|
|
683
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
684
|
+
__epPropKey: true;
|
|
685
|
+
} & {
|
|
686
|
+
readonly default: "";
|
|
687
|
+
};
|
|
688
|
+
readonly rangeSeparator: {
|
|
689
|
+
readonly type: import("vue").PropType<string>;
|
|
690
|
+
readonly required: false;
|
|
691
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
692
|
+
__epPropKey: true;
|
|
693
|
+
} & {
|
|
694
|
+
readonly default: "-";
|
|
695
|
+
};
|
|
696
|
+
readonly startPlaceholder: StringConstructor;
|
|
697
|
+
readonly endPlaceholder: StringConstructor;
|
|
698
|
+
readonly defaultValue: {
|
|
699
|
+
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<Date>>;
|
|
700
|
+
readonly required: false;
|
|
701
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
702
|
+
__epPropKey: true;
|
|
703
|
+
};
|
|
704
|
+
readonly defaultTime: {
|
|
705
|
+
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<Date>>;
|
|
706
|
+
readonly required: false;
|
|
707
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
708
|
+
__epPropKey: true;
|
|
709
|
+
};
|
|
710
|
+
readonly isRange: BooleanConstructor;
|
|
711
|
+
}>> & {
|
|
712
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
713
|
+
}, () => JSX.Element, {}, {}, {}, {
|
|
714
|
+
readonly disabled: boolean;
|
|
715
|
+
readonly type: "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange";
|
|
716
|
+
readonly placeholder: string;
|
|
717
|
+
readonly modelValue: import("element-plus").ModelValueType;
|
|
718
|
+
readonly placement: import("element-plus").Placement;
|
|
719
|
+
readonly tabindex: string | number;
|
|
720
|
+
readonly valueOnClear: string | number | boolean | Function;
|
|
721
|
+
readonly readonly: boolean;
|
|
722
|
+
readonly prefixIcon: unknown;
|
|
723
|
+
readonly validateEvent: boolean;
|
|
724
|
+
readonly clearable: boolean;
|
|
725
|
+
readonly fallbackPlacements: import("element-plus").Placement[];
|
|
726
|
+
readonly popperOptions: Partial<import("element-plus").Options>;
|
|
727
|
+
readonly popperClass: string;
|
|
728
|
+
readonly editable: boolean;
|
|
729
|
+
readonly rangeSeparator: string;
|
|
730
|
+
readonly shortcuts: unknown[];
|
|
731
|
+
readonly showNow: boolean;
|
|
732
|
+
readonly arrowControl: boolean;
|
|
733
|
+
readonly unlinkPanels: boolean;
|
|
734
|
+
readonly isRange: boolean;
|
|
735
|
+
}>;
|
|
736
|
+
__isFragment?: never;
|
|
737
|
+
__isTeleport?: never;
|
|
738
|
+
__isSuspense?: never;
|
|
739
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
740
|
+
readonly type: {
|
|
741
|
+
readonly type: import("vue").PropType<"year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange">;
|
|
742
|
+
readonly required: false;
|
|
743
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
744
|
+
__epPropKey: true;
|
|
745
|
+
} & {
|
|
746
|
+
readonly default: "date";
|
|
747
|
+
};
|
|
748
|
+
readonly showNow: {
|
|
749
|
+
readonly type: import("vue").PropType<boolean>;
|
|
750
|
+
readonly required: false;
|
|
751
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
752
|
+
__epPropKey: true;
|
|
753
|
+
} & {
|
|
754
|
+
readonly default: true;
|
|
755
|
+
};
|
|
196
756
|
readonly ariaLabel: StringConstructor;
|
|
197
757
|
readonly emptyValues: ArrayConstructor;
|
|
198
|
-
readonly valueOnClear:
|
|
758
|
+
readonly valueOnClear: {
|
|
759
|
+
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
760
|
+
readonly required: false;
|
|
761
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
762
|
+
__epPropKey: true;
|
|
763
|
+
} & {
|
|
764
|
+
readonly default: undefined;
|
|
765
|
+
};
|
|
199
766
|
readonly disabledDate: {
|
|
200
767
|
readonly type: import("vue").PropType<Function>;
|
|
201
768
|
readonly required: false;
|
|
@@ -208,175 +775,170 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
208
775
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
209
776
|
__epPropKey: true;
|
|
210
777
|
};
|
|
211
|
-
readonly shortcuts:
|
|
778
|
+
readonly shortcuts: {
|
|
779
|
+
readonly type: import("vue").PropType<unknown[]>;
|
|
780
|
+
readonly required: false;
|
|
781
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
782
|
+
__epPropKey: true;
|
|
783
|
+
} & {
|
|
784
|
+
readonly default: () => never[];
|
|
785
|
+
};
|
|
212
786
|
readonly arrowControl: BooleanConstructor;
|
|
213
|
-
readonly tabindex:
|
|
214
|
-
|
|
215
|
-
readonly unlinkPanels: BooleanConstructor;
|
|
216
|
-
readonly placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], import("element-plus").Placement, unknown, "bottom", boolean>;
|
|
217
|
-
readonly fallbackPlacements: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
218
|
-
readonly disabledHours: {
|
|
219
|
-
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledHours>;
|
|
787
|
+
readonly tabindex: {
|
|
788
|
+
readonly type: import("vue").PropType<string | number>;
|
|
220
789
|
readonly required: false;
|
|
221
790
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
222
791
|
__epPropKey: true;
|
|
792
|
+
} & {
|
|
793
|
+
readonly default: 0;
|
|
223
794
|
};
|
|
224
|
-
readonly
|
|
225
|
-
readonly type: import("vue").PropType<
|
|
795
|
+
readonly validateEvent: {
|
|
796
|
+
readonly type: import("vue").PropType<boolean>;
|
|
226
797
|
readonly required: false;
|
|
227
798
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
228
799
|
__epPropKey: true;
|
|
800
|
+
} & {
|
|
801
|
+
readonly default: true;
|
|
229
802
|
};
|
|
230
|
-
readonly
|
|
231
|
-
|
|
803
|
+
readonly unlinkPanels: BooleanConstructor;
|
|
804
|
+
readonly placement: {
|
|
805
|
+
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
232
806
|
readonly required: false;
|
|
233
807
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
234
808
|
__epPropKey: true;
|
|
809
|
+
} & {
|
|
810
|
+
readonly default: "bottom";
|
|
235
811
|
};
|
|
236
|
-
readonly
|
|
237
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
812
|
+
readonly fallbackPlacements: {
|
|
813
|
+
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
238
814
|
readonly required: false;
|
|
239
815
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
240
816
|
__epPropKey: true;
|
|
817
|
+
} & {
|
|
818
|
+
readonly default: readonly ["bottom", "top", "right", "left"];
|
|
241
819
|
};
|
|
242
|
-
readonly
|
|
243
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
820
|
+
readonly disabledHours: {
|
|
821
|
+
readonly type: import("vue").PropType<import("element-plus").GetDisabledHours>;
|
|
244
822
|
readonly required: false;
|
|
245
823
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
246
824
|
__epPropKey: true;
|
|
247
825
|
};
|
|
248
|
-
readonly
|
|
249
|
-
|
|
250
|
-
readonly valueFormat: StringConstructor;
|
|
251
|
-
readonly dateFormat: StringConstructor;
|
|
252
|
-
readonly timeFormat: StringConstructor;
|
|
253
|
-
readonly clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
254
|
-
readonly clearIcon: {
|
|
255
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
826
|
+
readonly disabledMinutes: {
|
|
827
|
+
readonly type: import("vue").PropType<import("element-plus").GetDisabledMinutes>;
|
|
256
828
|
readonly required: false;
|
|
257
829
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
258
830
|
__epPropKey: true;
|
|
259
831
|
};
|
|
260
|
-
readonly
|
|
261
|
-
|
|
262
|
-
readonly size: {
|
|
263
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
832
|
+
readonly disabledSeconds: {
|
|
833
|
+
readonly type: import("vue").PropType<import("element-plus").GetDisabledSeconds>;
|
|
264
834
|
readonly required: false;
|
|
265
835
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
266
836
|
__epPropKey: true;
|
|
267
837
|
};
|
|
268
|
-
readonly
|
|
269
|
-
|
|
270
|
-
readonly placeholder: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
271
|
-
readonly popperOptions: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
272
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType) | ((new (...args: any[]) => string | number | string[] | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
273
|
-
readonly rangeSeparator: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
274
|
-
readonly startPlaceholder: StringConstructor;
|
|
275
|
-
readonly endPlaceholder: StringConstructor;
|
|
276
|
-
readonly defaultValue: {
|
|
277
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>))[], unknown, unknown>>;
|
|
838
|
+
readonly id: {
|
|
839
|
+
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<string>>;
|
|
278
840
|
readonly required: false;
|
|
279
841
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
280
842
|
__epPropKey: true;
|
|
281
843
|
};
|
|
282
|
-
readonly
|
|
283
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
844
|
+
readonly name: {
|
|
845
|
+
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<string>>;
|
|
284
846
|
readonly required: false;
|
|
285
847
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
286
848
|
__epPropKey: true;
|
|
287
849
|
};
|
|
288
|
-
readonly
|
|
289
|
-
|
|
290
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType) | ((new (...args: any[]) => "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange") | (() => import("element-plus/es/components/date-picker/src/date-picker.type").IDatePickerType))[], unknown, unknown, "date", boolean>;
|
|
291
|
-
readonly showNow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
292
|
-
readonly ariaLabel: StringConstructor;
|
|
293
|
-
readonly emptyValues: ArrayConstructor;
|
|
294
|
-
readonly valueOnClear: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
|
|
295
|
-
readonly disabledDate: {
|
|
296
|
-
readonly type: import("vue").PropType<Function>;
|
|
850
|
+
readonly popperClass: {
|
|
851
|
+
readonly type: import("vue").PropType<string>;
|
|
297
852
|
readonly required: false;
|
|
298
853
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
299
854
|
__epPropKey: true;
|
|
855
|
+
} & {
|
|
856
|
+
readonly default: "";
|
|
300
857
|
};
|
|
301
|
-
readonly
|
|
302
|
-
|
|
858
|
+
readonly format: StringConstructor;
|
|
859
|
+
readonly valueFormat: StringConstructor;
|
|
860
|
+
readonly dateFormat: StringConstructor;
|
|
861
|
+
readonly timeFormat: StringConstructor;
|
|
862
|
+
readonly clearable: {
|
|
863
|
+
readonly type: import("vue").PropType<boolean>;
|
|
303
864
|
readonly required: false;
|
|
304
865
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
305
866
|
__epPropKey: true;
|
|
867
|
+
} & {
|
|
868
|
+
readonly default: true;
|
|
306
869
|
};
|
|
307
|
-
readonly
|
|
308
|
-
|
|
309
|
-
readonly tabindex: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown, 0, boolean>;
|
|
310
|
-
readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
311
|
-
readonly unlinkPanels: BooleanConstructor;
|
|
312
|
-
readonly placement: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement))[], import("element-plus").Placement, unknown, "bottom", boolean>;
|
|
313
|
-
readonly fallbackPlacements: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]))[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
314
|
-
readonly disabledHours: {
|
|
315
|
-
readonly type: import("vue").PropType<import("element-plus/es/components/time-picker/src/props/shared").GetDisabledHours>;
|
|
870
|
+
readonly clearIcon: {
|
|
871
|
+
readonly type: import("vue").PropType<unknown>;
|
|
316
872
|
readonly required: false;
|
|
317
873
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
318
874
|
__epPropKey: true;
|
|
319
875
|
};
|
|
320
|
-
readonly
|
|
321
|
-
readonly type: import("vue").PropType<
|
|
876
|
+
readonly editable: {
|
|
877
|
+
readonly type: import("vue").PropType<boolean>;
|
|
322
878
|
readonly required: false;
|
|
323
879
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
324
880
|
__epPropKey: true;
|
|
881
|
+
} & {
|
|
882
|
+
readonly default: true;
|
|
325
883
|
};
|
|
326
|
-
readonly
|
|
327
|
-
readonly type: import("vue").PropType<
|
|
884
|
+
readonly prefixIcon: {
|
|
885
|
+
readonly type: import("vue").PropType<unknown>;
|
|
328
886
|
readonly required: false;
|
|
329
887
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
330
888
|
__epPropKey: true;
|
|
889
|
+
} & {
|
|
890
|
+
readonly default: "";
|
|
331
891
|
};
|
|
332
|
-
readonly
|
|
333
|
-
readonly type: import("vue").PropType<
|
|
892
|
+
readonly size: {
|
|
893
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
334
894
|
readonly required: false;
|
|
335
895
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
336
896
|
__epPropKey: true;
|
|
337
897
|
};
|
|
338
|
-
readonly
|
|
339
|
-
|
|
898
|
+
readonly readonly: BooleanConstructor;
|
|
899
|
+
readonly disabled: BooleanConstructor;
|
|
900
|
+
readonly placeholder: {
|
|
901
|
+
readonly type: import("vue").PropType<string>;
|
|
340
902
|
readonly required: false;
|
|
341
903
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
342
904
|
__epPropKey: true;
|
|
905
|
+
} & {
|
|
906
|
+
readonly default: "";
|
|
343
907
|
};
|
|
344
|
-
readonly
|
|
345
|
-
|
|
346
|
-
readonly valueFormat: StringConstructor;
|
|
347
|
-
readonly dateFormat: StringConstructor;
|
|
348
|
-
readonly timeFormat: StringConstructor;
|
|
349
|
-
readonly clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
350
|
-
readonly clearIcon: {
|
|
351
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component))[], unknown, unknown>>;
|
|
908
|
+
readonly popperOptions: {
|
|
909
|
+
readonly type: import("vue").PropType<Partial<import("element-plus").Options>>;
|
|
352
910
|
readonly required: false;
|
|
353
911
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
354
912
|
__epPropKey: true;
|
|
913
|
+
} & {
|
|
914
|
+
readonly default: () => {};
|
|
355
915
|
};
|
|
356
|
-
readonly
|
|
357
|
-
|
|
358
|
-
readonly size: {
|
|
359
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
916
|
+
readonly modelValue: {
|
|
917
|
+
readonly type: import("vue").PropType<import("element-plus").ModelValueType>;
|
|
360
918
|
readonly required: false;
|
|
361
919
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
362
920
|
__epPropKey: true;
|
|
921
|
+
} & {
|
|
922
|
+
readonly default: "";
|
|
923
|
+
};
|
|
924
|
+
readonly rangeSeparator: {
|
|
925
|
+
readonly type: import("vue").PropType<string>;
|
|
926
|
+
readonly required: false;
|
|
927
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
928
|
+
__epPropKey: true;
|
|
929
|
+
} & {
|
|
930
|
+
readonly default: "-";
|
|
363
931
|
};
|
|
364
|
-
readonly readonly: BooleanConstructor;
|
|
365
|
-
readonly disabled: BooleanConstructor;
|
|
366
|
-
readonly placeholder: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
367
|
-
readonly popperOptions: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>))[], unknown, unknown, () => {}, boolean>;
|
|
368
|
-
readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType) | ((new (...args: any[]) => string | number | string[] | Date | [import("element-plus").DateModelType, import("element-plus").DateModelType]) | (() => import("element-plus").ModelValueType))[], unknown, unknown, "", boolean>;
|
|
369
|
-
readonly rangeSeparator: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
370
932
|
readonly startPlaceholder: StringConstructor;
|
|
371
933
|
readonly endPlaceholder: StringConstructor;
|
|
372
934
|
readonly defaultValue: {
|
|
373
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
935
|
+
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<Date>>;
|
|
374
936
|
readonly required: false;
|
|
375
937
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
376
938
|
__epPropKey: true;
|
|
377
939
|
};
|
|
378
940
|
readonly defaultTime: {
|
|
379
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
941
|
+
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<Date>>;
|
|
380
942
|
readonly required: false;
|
|
381
943
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
382
944
|
__epPropKey: true;
|
|
@@ -384,29 +946,29 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
384
946
|
readonly isRange: BooleanConstructor;
|
|
385
947
|
}>> & {
|
|
386
948
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
387
|
-
}, {
|
|
949
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", {
|
|
388
950
|
readonly disabled: boolean;
|
|
389
|
-
readonly type:
|
|
951
|
+
readonly type: "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange";
|
|
390
952
|
readonly placeholder: string;
|
|
391
|
-
readonly modelValue: import("element-plus
|
|
392
|
-
readonly placement: import("element-plus
|
|
393
|
-
readonly tabindex:
|
|
394
|
-
readonly valueOnClear:
|
|
953
|
+
readonly modelValue: import("element-plus").ModelValueType;
|
|
954
|
+
readonly placement: import("element-plus").Placement;
|
|
955
|
+
readonly tabindex: string | number;
|
|
956
|
+
readonly valueOnClear: string | number | boolean | Function;
|
|
395
957
|
readonly readonly: boolean;
|
|
396
|
-
readonly prefixIcon:
|
|
397
|
-
readonly validateEvent:
|
|
398
|
-
readonly clearable:
|
|
958
|
+
readonly prefixIcon: unknown;
|
|
959
|
+
readonly validateEvent: boolean;
|
|
960
|
+
readonly clearable: boolean;
|
|
399
961
|
readonly fallbackPlacements: import("element-plus").Placement[];
|
|
400
962
|
readonly popperOptions: Partial<import("element-plus").Options>;
|
|
401
963
|
readonly popperClass: string;
|
|
402
|
-
readonly editable:
|
|
964
|
+
readonly editable: boolean;
|
|
403
965
|
readonly rangeSeparator: string;
|
|
404
966
|
readonly shortcuts: unknown[];
|
|
405
|
-
readonly showNow:
|
|
967
|
+
readonly showNow: boolean;
|
|
406
968
|
readonly arrowControl: boolean;
|
|
407
969
|
readonly unlinkPanels: boolean;
|
|
408
970
|
readonly isRange: boolean;
|
|
409
|
-
}, {},
|
|
971
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin;
|
|
410
972
|
DatePicker: typeof DatePicker;
|
|
411
973
|
TimePicker: typeof TimePicker;
|
|
412
974
|
Popup: import("vant/lib/utils").WithInstall<import("vue").DefineComponent<{
|
|
@@ -437,8 +999,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
437
999
|
} & {
|
|
438
1000
|
round: BooleanConstructor;
|
|
439
1001
|
position: {
|
|
440
|
-
type: import("vue").PropType<import("vant
|
|
441
|
-
default: import("vant
|
|
1002
|
+
type: import("vue").PropType<import("vant").PopupPosition>;
|
|
1003
|
+
default: import("vant").PopupPosition;
|
|
442
1004
|
};
|
|
443
1005
|
closeIcon: {
|
|
444
1006
|
type: import("vue").PropType<string>;
|
|
@@ -449,12 +1011,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
449
1011
|
iconPrefix: StringConstructor;
|
|
450
1012
|
closeOnPopstate: BooleanConstructor;
|
|
451
1013
|
closeIconPosition: {
|
|
452
|
-
type: import("vue").PropType<import("vant
|
|
453
|
-
default: import("vant
|
|
1014
|
+
type: import("vue").PropType<import("vant").PopupCloseIconPosition>;
|
|
1015
|
+
default: import("vant").PopupCloseIconPosition;
|
|
454
1016
|
};
|
|
455
1017
|
safeAreaInsetTop: BooleanConstructor;
|
|
456
1018
|
safeAreaInsetBottom: BooleanConstructor;
|
|
457
|
-
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("open" | "keydown" | "close" | "
|
|
1019
|
+
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("open" | "keydown" | "close" | "opened" | "closed" | "update:show" | "clickOverlay" | "clickCloseIcon")[], "open" | "keydown" | "close" | "opened" | "closed" | "update:show" | "clickOverlay" | "clickCloseIcon", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
458
1020
|
show: BooleanConstructor;
|
|
459
1021
|
zIndex: (NumberConstructor | StringConstructor)[];
|
|
460
1022
|
overlay: {
|
|
@@ -482,7 +1044,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
482
1044
|
} & {
|
|
483
1045
|
round: BooleanConstructor;
|
|
484
1046
|
position: {
|
|
485
|
-
type: import("vue").PropType<import("vant
|
|
1047
|
+
type: import("vue").PropType<import("vant").PopupPosition>;
|
|
486
1048
|
default: import("vant").PopupPosition;
|
|
487
1049
|
};
|
|
488
1050
|
closeIcon: {
|
|
@@ -494,7 +1056,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
494
1056
|
iconPrefix: StringConstructor;
|
|
495
1057
|
closeOnPopstate: BooleanConstructor;
|
|
496
1058
|
closeIconPosition: {
|
|
497
|
-
type: import("vue").PropType<import("vant
|
|
1059
|
+
type: import("vue").PropType<import("vant").PopupCloseIconPosition>;
|
|
498
1060
|
default: import("vant").PopupCloseIconPosition;
|
|
499
1061
|
};
|
|
500
1062
|
safeAreaInsetTop: BooleanConstructor;
|
|
@@ -524,11 +1086,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
524
1086
|
closeIconPosition: import("vant").PopupCloseIconPosition;
|
|
525
1087
|
safeAreaInsetTop: boolean;
|
|
526
1088
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
527
|
-
ElTabPane:
|
|
1089
|
+
ElTabPane: {
|
|
528
1090
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
529
|
-
readonly label:
|
|
1091
|
+
readonly label: {
|
|
1092
|
+
readonly type: import("vue").PropType<string>;
|
|
1093
|
+
readonly required: false;
|
|
1094
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1095
|
+
__epPropKey: true;
|
|
1096
|
+
} & {
|
|
1097
|
+
readonly default: "";
|
|
1098
|
+
};
|
|
530
1099
|
readonly name: {
|
|
531
|
-
readonly type: import("vue").PropType<
|
|
1100
|
+
readonly type: import("vue").PropType<string | number>;
|
|
532
1101
|
readonly required: false;
|
|
533
1102
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
534
1103
|
__epPropKey: true;
|
|
@@ -549,9 +1118,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
549
1118
|
M: {};
|
|
550
1119
|
Defaults: {};
|
|
551
1120
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
552
|
-
readonly label:
|
|
1121
|
+
readonly label: {
|
|
1122
|
+
readonly type: import("vue").PropType<string>;
|
|
1123
|
+
readonly required: false;
|
|
1124
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1125
|
+
__epPropKey: true;
|
|
1126
|
+
} & {
|
|
1127
|
+
readonly default: "";
|
|
1128
|
+
};
|
|
553
1129
|
readonly name: {
|
|
554
|
-
readonly type: import("vue").PropType<
|
|
1130
|
+
readonly type: import("vue").PropType<string | number>;
|
|
555
1131
|
readonly required: false;
|
|
556
1132
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
557
1133
|
__epPropKey: true;
|
|
@@ -569,9 +1145,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
569
1145
|
__isTeleport?: never;
|
|
570
1146
|
__isSuspense?: never;
|
|
571
1147
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
572
|
-
readonly label:
|
|
1148
|
+
readonly label: {
|
|
1149
|
+
readonly type: import("vue").PropType<string>;
|
|
1150
|
+
readonly required: false;
|
|
1151
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1152
|
+
__epPropKey: true;
|
|
1153
|
+
} & {
|
|
1154
|
+
readonly default: "";
|
|
1155
|
+
};
|
|
573
1156
|
readonly name: {
|
|
574
|
-
readonly type: import("vue").PropType<
|
|
1157
|
+
readonly type: import("vue").PropType<string | number>;
|
|
575
1158
|
readonly required: false;
|
|
576
1159
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
577
1160
|
__epPropKey: true;
|
|
@@ -588,57 +1171,188 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
588
1171
|
$slots: {
|
|
589
1172
|
default?(_: {}): any;
|
|
590
1173
|
};
|
|
591
|
-
})
|
|
592
|
-
ElTabs:
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
1174
|
+
}) & import("vue").Plugin;
|
|
1175
|
+
ElTabs: ({
|
|
1176
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1177
|
+
readonly type: {
|
|
1178
|
+
readonly type: import("vue").PropType<"" | "card" | "border-card">;
|
|
1179
|
+
readonly required: false;
|
|
1180
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1181
|
+
__epPropKey: true;
|
|
1182
|
+
} & {
|
|
1183
|
+
readonly default: "";
|
|
1184
|
+
};
|
|
1185
|
+
readonly closable: BooleanConstructor;
|
|
1186
|
+
readonly addable: BooleanConstructor;
|
|
1187
|
+
readonly modelValue: {
|
|
1188
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1189
|
+
readonly required: false;
|
|
1190
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1191
|
+
__epPropKey: true;
|
|
1192
|
+
};
|
|
1193
|
+
readonly editable: BooleanConstructor;
|
|
1194
|
+
readonly tabPosition: {
|
|
1195
|
+
readonly type: import("vue").PropType<"top" | "left" | "right" | "bottom">;
|
|
1196
|
+
readonly required: false;
|
|
1197
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1198
|
+
__epPropKey: true;
|
|
1199
|
+
} & {
|
|
1200
|
+
readonly default: "top";
|
|
1201
|
+
};
|
|
1202
|
+
readonly beforeLeave: {
|
|
1203
|
+
readonly type: import("vue").PropType<(newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => boolean | void | Promise<boolean | void>>;
|
|
1204
|
+
readonly required: false;
|
|
1205
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1206
|
+
__epPropKey: true;
|
|
1207
|
+
} & {
|
|
1208
|
+
readonly default: () => true;
|
|
1209
|
+
};
|
|
1210
|
+
readonly stretch: BooleanConstructor;
|
|
1211
|
+
}>> & {
|
|
1212
|
+
"onUpdate:modelValue"?: ((name: import("element-plus").TabPaneName) => any) | undefined;
|
|
1213
|
+
onTabClick?: ((pane: {
|
|
1214
|
+
uid: number;
|
|
1215
|
+
slots: import("vue").Slots;
|
|
1216
|
+
props: {
|
|
1217
|
+
readonly label: string;
|
|
1218
|
+
readonly disabled: boolean;
|
|
1219
|
+
readonly closable: boolean;
|
|
1220
|
+
readonly lazy: boolean;
|
|
1221
|
+
readonly name?: (string | number) | undefined;
|
|
1222
|
+
};
|
|
1223
|
+
paneName: string | number | undefined;
|
|
1224
|
+
active: boolean;
|
|
1225
|
+
index: string | undefined;
|
|
1226
|
+
isClosable: boolean;
|
|
1227
|
+
}, ev: Event) => any) | undefined;
|
|
1228
|
+
onTabRemove?: ((name: import("element-plus").TabPaneName) => any) | undefined;
|
|
1229
|
+
onTabChange?: ((name: import("element-plus").TabPaneName) => any) | undefined;
|
|
1230
|
+
onEdit?: ((paneName: import("element-plus").TabPaneName | undefined, action: "add" | "remove") => any) | undefined;
|
|
1231
|
+
onTabAdd?: (() => any) | undefined;
|
|
1232
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1233
|
+
"update:modelValue": (name: import("element-plus").TabPaneName) => name is string | number;
|
|
1234
|
+
tabClick: (pane: import("element-plus").TabsPaneContext, ev: Event) => boolean;
|
|
1235
|
+
tabChange: (name: import("element-plus").TabPaneName) => name is string | number;
|
|
1236
|
+
edit: (paneName: import("element-plus").TabPaneName | undefined, action: "remove" | "add") => boolean;
|
|
1237
|
+
tabRemove: (name: import("element-plus").TabPaneName) => name is string | number;
|
|
1238
|
+
tabAdd: () => boolean;
|
|
1239
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
1240
|
+
readonly stretch: boolean;
|
|
1241
|
+
readonly type: "" | "card" | "border-card";
|
|
1242
|
+
readonly closable: boolean;
|
|
1243
|
+
readonly beforeLeave: (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => boolean | void | Promise<boolean | void>;
|
|
1244
|
+
readonly editable: boolean;
|
|
1245
|
+
readonly tabPosition: "top" | "left" | "right" | "bottom";
|
|
1246
|
+
readonly addable: boolean;
|
|
1247
|
+
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1248
|
+
P: {};
|
|
1249
|
+
B: {};
|
|
1250
|
+
D: {};
|
|
1251
|
+
C: {};
|
|
1252
|
+
M: {};
|
|
1253
|
+
Defaults: {};
|
|
1254
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1255
|
+
readonly type: {
|
|
1256
|
+
readonly type: import("vue").PropType<"" | "card" | "border-card">;
|
|
1257
|
+
readonly required: false;
|
|
1258
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1259
|
+
__epPropKey: true;
|
|
1260
|
+
} & {
|
|
1261
|
+
readonly default: "";
|
|
1262
|
+
};
|
|
1263
|
+
readonly closable: BooleanConstructor;
|
|
1264
|
+
readonly addable: BooleanConstructor;
|
|
1265
|
+
readonly modelValue: {
|
|
1266
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1267
|
+
readonly required: false;
|
|
1268
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1269
|
+
__epPropKey: true;
|
|
1270
|
+
};
|
|
1271
|
+
readonly editable: BooleanConstructor;
|
|
1272
|
+
readonly tabPosition: {
|
|
1273
|
+
readonly type: import("vue").PropType<"top" | "left" | "right" | "bottom">;
|
|
1274
|
+
readonly required: false;
|
|
1275
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1276
|
+
__epPropKey: true;
|
|
1277
|
+
} & {
|
|
1278
|
+
readonly default: "top";
|
|
1279
|
+
};
|
|
1280
|
+
readonly beforeLeave: {
|
|
1281
|
+
readonly type: import("vue").PropType<(newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => boolean | void | Promise<boolean | void>>;
|
|
1282
|
+
readonly required: false;
|
|
1283
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1284
|
+
__epPropKey: true;
|
|
1285
|
+
} & {
|
|
1286
|
+
readonly default: () => true;
|
|
1287
|
+
};
|
|
1288
|
+
readonly stretch: BooleanConstructor;
|
|
1289
|
+
}>> & {
|
|
1290
|
+
"onUpdate:modelValue"?: ((name: import("element-plus").TabPaneName) => any) | undefined;
|
|
1291
|
+
onTabClick?: ((pane: {
|
|
1292
|
+
uid: number;
|
|
1293
|
+
slots: import("vue").Slots;
|
|
1294
|
+
props: {
|
|
1295
|
+
readonly label: string;
|
|
1296
|
+
readonly disabled: boolean;
|
|
1297
|
+
readonly closable: boolean;
|
|
1298
|
+
readonly lazy: boolean;
|
|
1299
|
+
readonly name?: (string | number) | undefined;
|
|
1300
|
+
};
|
|
1301
|
+
paneName: string | number | undefined;
|
|
1302
|
+
active: boolean;
|
|
1303
|
+
index: string | undefined;
|
|
1304
|
+
isClosable: boolean;
|
|
1305
|
+
}, ev: Event) => any) | undefined;
|
|
1306
|
+
onTabRemove?: ((name: import("element-plus").TabPaneName) => any) | undefined;
|
|
1307
|
+
onTabChange?: ((name: import("element-plus").TabPaneName) => any) | undefined;
|
|
1308
|
+
onEdit?: ((paneName: import("element-plus").TabPaneName | undefined, action: "add" | "remove") => any) | undefined;
|
|
1309
|
+
onTabAdd?: (() => any) | undefined;
|
|
1310
|
+
}, () => JSX.Element, {}, {}, {}, {
|
|
1311
|
+
readonly stretch: boolean;
|
|
1312
|
+
readonly type: "" | "card" | "border-card";
|
|
1313
|
+
readonly closable: boolean;
|
|
1314
|
+
readonly beforeLeave: (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => boolean | void | Promise<boolean | void>;
|
|
1315
|
+
readonly editable: boolean;
|
|
1316
|
+
readonly tabPosition: "top" | "left" | "right" | "bottom";
|
|
1317
|
+
readonly addable: boolean;
|
|
1318
|
+
}>;
|
|
1319
|
+
__isFragment?: never;
|
|
1320
|
+
__isTeleport?: never;
|
|
1321
|
+
__isSuspense?: never;
|
|
1322
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1323
|
+
readonly type: {
|
|
1324
|
+
readonly type: import("vue").PropType<"" | "card" | "border-card">;
|
|
598
1325
|
readonly required: false;
|
|
599
1326
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
600
1327
|
__epPropKey: true;
|
|
1328
|
+
} & {
|
|
1329
|
+
readonly default: "";
|
|
601
1330
|
};
|
|
602
|
-
readonly editable: BooleanConstructor;
|
|
603
|
-
readonly tabPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "top" | "bottom" | "left" | "right", unknown, "top", boolean>;
|
|
604
|
-
readonly beforeLeave: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils").Awaitable<void | boolean>) | (() => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils").Awaitable<void | boolean>) | {
|
|
605
|
-
(): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils").Awaitable<void | boolean>;
|
|
606
|
-
new (): any;
|
|
607
|
-
readonly prototype: any;
|
|
608
|
-
} | ((new (...args: any[]) => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils").Awaitable<void | boolean>) | (() => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils").Awaitable<void | boolean>) | {
|
|
609
|
-
(): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils").Awaitable<void | boolean>;
|
|
610
|
-
new (): any;
|
|
611
|
-
readonly prototype: any;
|
|
612
|
-
})[], unknown, unknown, () => true, boolean>;
|
|
613
|
-
readonly stretch: BooleanConstructor;
|
|
614
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
615
|
-
"update:modelValue": (name: import("element-plus").TabPaneName) => name is string | number;
|
|
616
|
-
tabClick: (pane: import("element-plus").TabsPaneContext, ev: Event) => boolean;
|
|
617
|
-
tabChange: (name: import("element-plus").TabPaneName) => name is string | number;
|
|
618
|
-
edit: (paneName: import("element-plus").TabPaneName | undefined, action: "remove" | "add") => boolean;
|
|
619
|
-
tabRemove: (name: import("element-plus").TabPaneName) => name is string | number;
|
|
620
|
-
tabAdd: () => boolean;
|
|
621
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
622
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "card" | "border-card", unknown, "", boolean>;
|
|
623
1331
|
readonly closable: BooleanConstructor;
|
|
624
1332
|
readonly addable: BooleanConstructor;
|
|
625
1333
|
readonly modelValue: {
|
|
626
|
-
readonly type: import("vue").PropType<
|
|
1334
|
+
readonly type: import("vue").PropType<string | number>;
|
|
627
1335
|
readonly required: false;
|
|
628
1336
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
629
1337
|
__epPropKey: true;
|
|
630
1338
|
};
|
|
631
1339
|
readonly editable: BooleanConstructor;
|
|
632
|
-
readonly tabPosition:
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
}
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
1340
|
+
readonly tabPosition: {
|
|
1341
|
+
readonly type: import("vue").PropType<"top" | "left" | "right" | "bottom">;
|
|
1342
|
+
readonly required: false;
|
|
1343
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1344
|
+
__epPropKey: true;
|
|
1345
|
+
} & {
|
|
1346
|
+
readonly default: "top";
|
|
1347
|
+
};
|
|
1348
|
+
readonly beforeLeave: {
|
|
1349
|
+
readonly type: import("vue").PropType<(newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => boolean | void | Promise<boolean | void>>;
|
|
1350
|
+
readonly required: false;
|
|
1351
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1352
|
+
__epPropKey: true;
|
|
1353
|
+
} & {
|
|
1354
|
+
readonly default: () => true;
|
|
1355
|
+
};
|
|
642
1356
|
readonly stretch: BooleanConstructor;
|
|
643
1357
|
}>> & {
|
|
644
1358
|
"onUpdate:modelValue"?: ((name: import("element-plus").TabPaneName) => any) | undefined;
|
|
@@ -650,7 +1364,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
650
1364
|
readonly disabled: boolean;
|
|
651
1365
|
readonly closable: boolean;
|
|
652
1366
|
readonly lazy: boolean;
|
|
653
|
-
readonly name?:
|
|
1367
|
+
readonly name?: (string | number) | undefined;
|
|
654
1368
|
};
|
|
655
1369
|
paneName: string | number | undefined;
|
|
656
1370
|
active: boolean;
|
|
@@ -661,20 +1375,34 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
661
1375
|
onTabChange?: ((name: import("element-plus").TabPaneName) => any) | undefined;
|
|
662
1376
|
onEdit?: ((paneName: import("element-plus").TabPaneName | undefined, action: "add" | "remove") => any) | undefined;
|
|
663
1377
|
onTabAdd?: (() => any) | undefined;
|
|
664
|
-
}, {
|
|
1378
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1379
|
+
"update:modelValue": (name: import("element-plus").TabPaneName) => name is string | number;
|
|
1380
|
+
tabClick: (pane: import("element-plus").TabsPaneContext, ev: Event) => boolean;
|
|
1381
|
+
tabChange: (name: import("element-plus").TabPaneName) => name is string | number;
|
|
1382
|
+
edit: (paneName: import("element-plus").TabPaneName | undefined, action: "remove" | "add") => boolean;
|
|
1383
|
+
tabRemove: (name: import("element-plus").TabPaneName) => name is string | number;
|
|
1384
|
+
tabAdd: () => boolean;
|
|
1385
|
+
}, string, {
|
|
665
1386
|
readonly stretch: boolean;
|
|
666
|
-
readonly type:
|
|
1387
|
+
readonly type: "" | "card" | "border-card";
|
|
667
1388
|
readonly closable: boolean;
|
|
668
|
-
readonly beforeLeave: (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) =>
|
|
1389
|
+
readonly beforeLeave: (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => boolean | void | Promise<boolean | void>;
|
|
669
1390
|
readonly editable: boolean;
|
|
670
|
-
readonly tabPosition:
|
|
1391
|
+
readonly tabPosition: "top" | "left" | "right" | "bottom";
|
|
671
1392
|
readonly addable: boolean;
|
|
672
|
-
}, {},
|
|
1393
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin) & {
|
|
673
1394
|
TabPane: {
|
|
674
1395
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
675
|
-
readonly label:
|
|
1396
|
+
readonly label: {
|
|
1397
|
+
readonly type: import("vue").PropType<string>;
|
|
1398
|
+
readonly required: false;
|
|
1399
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1400
|
+
__epPropKey: true;
|
|
1401
|
+
} & {
|
|
1402
|
+
readonly default: "";
|
|
1403
|
+
};
|
|
676
1404
|
readonly name: {
|
|
677
|
-
readonly type: import("vue").PropType<
|
|
1405
|
+
readonly type: import("vue").PropType<string | number>;
|
|
678
1406
|
readonly required: false;
|
|
679
1407
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
680
1408
|
__epPropKey: true;
|
|
@@ -695,9 +1423,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
695
1423
|
M: {};
|
|
696
1424
|
Defaults: {};
|
|
697
1425
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
698
|
-
readonly label:
|
|
1426
|
+
readonly label: {
|
|
1427
|
+
readonly type: import("vue").PropType<string>;
|
|
1428
|
+
readonly required: false;
|
|
1429
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1430
|
+
__epPropKey: true;
|
|
1431
|
+
} & {
|
|
1432
|
+
readonly default: "";
|
|
1433
|
+
};
|
|
699
1434
|
readonly name: {
|
|
700
|
-
readonly type: import("vue").PropType<
|
|
1435
|
+
readonly type: import("vue").PropType<string | number>;
|
|
701
1436
|
readonly required: false;
|
|
702
1437
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
703
1438
|
__epPropKey: true;
|
|
@@ -715,9 +1450,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
715
1450
|
__isTeleport?: never;
|
|
716
1451
|
__isSuspense?: never;
|
|
717
1452
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
718
|
-
readonly label:
|
|
1453
|
+
readonly label: {
|
|
1454
|
+
readonly type: import("vue").PropType<string>;
|
|
1455
|
+
readonly required: false;
|
|
1456
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1457
|
+
__epPropKey: true;
|
|
1458
|
+
} & {
|
|
1459
|
+
readonly default: "";
|
|
1460
|
+
};
|
|
719
1461
|
readonly name: {
|
|
720
|
-
readonly type: import("vue").PropType<
|
|
1462
|
+
readonly type: import("vue").PropType<string | number>;
|
|
721
1463
|
readonly required: false;
|
|
722
1464
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
723
1465
|
__epPropKey: true;
|