@minilo/ui 0.0.4 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +44 -44
- package/minilo/dist/index.full.js +11 -6
- package/minilo/dist/index.full.min.js +1 -1
- package/minilo/dist/index.full.min.js.map +1 -1
- package/minilo/dist/index.full.min.mjs +1 -1
- package/minilo/dist/index.full.min.mjs.map +1 -1
- package/minilo/dist/index.full.mjs +11 -6
- package/minilo/es/components/image-upload-pro/index.d.ts +238 -339
- package/minilo/es/components/image-upload-pro/index.vue.d.ts +263 -364
- package/minilo/es/components/search/index.d.ts +51 -149
- package/minilo/es/components/search/index.vue.d.ts +102 -298
- package/minilo/es/components/tree-select-dialog/index.d.ts +11 -9
- package/minilo/es/components/tree-select-dialog/index.vue2.mjs +5 -3
- package/minilo/es/components/tree-select-drawer/index.d.ts +15 -12
- package/minilo/es/components/tree-select-drawer/index.vue2.mjs +6 -3
- package/minilo/es/index.d.ts +315 -509
- package/minilo/lib/components/image-upload-pro/index.d.ts +238 -339
- package/minilo/lib/components/image-upload-pro/index.vue.d.ts +263 -364
- package/minilo/lib/components/search/index.d.ts +51 -149
- package/minilo/lib/components/search/index.vue.d.ts +102 -298
- package/minilo/lib/components/tree-select-dialog/index.d.ts +11 -9
- package/minilo/lib/components/tree-select-dialog/index.vue2.js +5 -3
- package/minilo/lib/components/tree-select-drawer/index.d.ts +15 -12
- package/minilo/lib/components/tree-select-drawer/index.vue2.js +6 -3
- package/minilo/lib/index.d.ts +315 -509
- package/minilo/theme-chalk/src/button.scss +22 -22
- package/minilo/theme-chalk/src/chart.scss +11 -11
- package/minilo/theme-chalk/src/default/variable.scss +1 -1
- package/minilo/theme-chalk/src/detail.scss +9 -9
- package/minilo/theme-chalk/src/image-upload-pro.scss +70 -70
- package/minilo/theme-chalk/src/index.scss +14 -14
- package/minilo/theme-chalk/src/mixins/mixin.scss +273 -273
- package/minilo/theme-chalk/src/search-table.scss +47 -47
- package/minilo/theme-chalk/src/search.scss +20 -20
- package/minilo/theme-chalk/src/tree-select.scss +47 -47
- package/minilo/theme-chalk/src/virtual-list.scss +49 -49
- package/package.json +4 -3
package/minilo/lib/index.d.ts
CHANGED
|
@@ -211,34 +211,34 @@ export declare const MsUIComponentsInstance: (string[] | ({
|
|
|
211
211
|
$props: Partial<{
|
|
212
212
|
readonly disabled: boolean;
|
|
213
213
|
readonly inline: boolean;
|
|
214
|
-
readonly labelWidth:
|
|
215
|
-
readonly labelPosition: "
|
|
214
|
+
readonly labelWidth: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
215
|
+
readonly labelPosition: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "left" | "right" | "top", unknown>;
|
|
216
216
|
readonly inlineMessage: boolean;
|
|
217
|
-
readonly showMessage:
|
|
218
|
-
readonly requireAsteriskPosition: "left" | "right"
|
|
217
|
+
readonly showMessage: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
218
|
+
readonly requireAsteriskPosition: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
219
219
|
readonly labelSuffix: string;
|
|
220
|
-
readonly validateOnRuleChange:
|
|
221
|
-
readonly scrollIntoViewOptions: boolean |
|
|
220
|
+
readonly validateOnRuleChange: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
221
|
+
readonly scrollIntoViewOptions: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>;
|
|
222
222
|
readonly statusIcon: boolean;
|
|
223
223
|
readonly hideRequiredAsterisk: boolean;
|
|
224
224
|
readonly scrollToError: boolean;
|
|
225
225
|
}> & Omit<{
|
|
226
|
-
readonly labelWidth:
|
|
226
|
+
readonly labelWidth: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
227
227
|
readonly inline: boolean;
|
|
228
228
|
readonly disabled: boolean;
|
|
229
|
-
readonly labelPosition: "top" | "left" | "right"
|
|
230
|
-
readonly requireAsteriskPosition: "left" | "right"
|
|
229
|
+
readonly labelPosition: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "top" | "left" | "right", unknown>;
|
|
230
|
+
readonly requireAsteriskPosition: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
231
231
|
readonly labelSuffix: string;
|
|
232
232
|
readonly inlineMessage: boolean;
|
|
233
233
|
readonly statusIcon: boolean;
|
|
234
|
-
readonly showMessage:
|
|
235
|
-
readonly validateOnRuleChange:
|
|
234
|
+
readonly showMessage: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
235
|
+
readonly validateOnRuleChange: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
236
236
|
readonly hideRequiredAsterisk: boolean;
|
|
237
237
|
readonly scrollToError: boolean;
|
|
238
|
-
readonly scrollIntoViewOptions:
|
|
239
|
-
readonly size?: "" | "small" | "default" | "large"
|
|
238
|
+
readonly scrollIntoViewOptions: true;
|
|
239
|
+
readonly size?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>;
|
|
240
240
|
readonly model?: Record<string, any>;
|
|
241
|
-
readonly rules?: Partial<Record<string, import('element-plus').
|
|
241
|
+
readonly rules?: Partial<Record<string, import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemRule>>>;
|
|
242
242
|
onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
243
243
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "labelWidth" | "inline" | "disabled" | "labelPosition" | "requireAsteriskPosition" | "labelSuffix" | "inlineMessage" | "statusIcon" | "showMessage" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "scrollIntoViewOptions">;
|
|
244
244
|
$attrs: {
|
|
@@ -258,74 +258,25 @@ export declare const MsUIComponentsInstance: (string[] | ({
|
|
|
258
258
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
259
259
|
readonly model: ObjectConstructor;
|
|
260
260
|
readonly rules: {
|
|
261
|
-
readonly type: import('vue').PropType<Partial<Record<string, import('element-plus').
|
|
261
|
+
readonly type: import('vue').PropType<Partial<Record<string, import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemRule>>>>;
|
|
262
262
|
readonly required: false;
|
|
263
263
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
264
264
|
__epPropKey: true;
|
|
265
265
|
};
|
|
266
|
-
readonly labelPosition:
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
__epPropKey: true;
|
|
271
|
-
} & {
|
|
272
|
-
readonly default: "right";
|
|
273
|
-
};
|
|
274
|
-
readonly requireAsteriskPosition: {
|
|
275
|
-
readonly type: import('vue').PropType<"left" | "right">;
|
|
276
|
-
readonly required: false;
|
|
277
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
278
|
-
__epPropKey: true;
|
|
279
|
-
} & {
|
|
280
|
-
readonly default: "left";
|
|
281
|
-
};
|
|
282
|
-
readonly labelWidth: {
|
|
283
|
-
readonly type: import('vue').PropType<string | number>;
|
|
284
|
-
readonly required: false;
|
|
285
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
286
|
-
__epPropKey: true;
|
|
287
|
-
} & {
|
|
288
|
-
readonly default: "";
|
|
289
|
-
};
|
|
290
|
-
readonly labelSuffix: {
|
|
291
|
-
readonly type: import('vue').PropType<string>;
|
|
292
|
-
readonly required: false;
|
|
293
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
294
|
-
__epPropKey: true;
|
|
295
|
-
} & {
|
|
296
|
-
readonly default: "";
|
|
297
|
-
};
|
|
266
|
+
readonly labelPosition: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "left" | "right" | "top", unknown, "right", boolean>;
|
|
267
|
+
readonly requireAsteriskPosition: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
268
|
+
readonly labelWidth: import('element-plus/es/utils/index.mjs').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
269
|
+
readonly labelSuffix: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
298
270
|
readonly inline: BooleanConstructor;
|
|
299
271
|
readonly inlineMessage: BooleanConstructor;
|
|
300
272
|
readonly statusIcon: BooleanConstructor;
|
|
301
|
-
readonly showMessage:
|
|
302
|
-
|
|
303
|
-
readonly required: false;
|
|
304
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
305
|
-
__epPropKey: true;
|
|
306
|
-
} & {
|
|
307
|
-
readonly default: true;
|
|
308
|
-
};
|
|
309
|
-
readonly validateOnRuleChange: {
|
|
310
|
-
readonly type: import('vue').PropType<boolean>;
|
|
311
|
-
readonly required: false;
|
|
312
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
313
|
-
__epPropKey: true;
|
|
314
|
-
} & {
|
|
315
|
-
readonly default: true;
|
|
316
|
-
};
|
|
273
|
+
readonly showMessage: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
274
|
+
readonly validateOnRuleChange: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
317
275
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
318
276
|
readonly scrollToError: BooleanConstructor;
|
|
319
|
-
readonly scrollIntoViewOptions:
|
|
320
|
-
readonly type: import('vue').PropType<boolean | Record<string, any>>;
|
|
321
|
-
readonly required: false;
|
|
322
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
323
|
-
__epPropKey: true;
|
|
324
|
-
} & {
|
|
325
|
-
readonly default: true;
|
|
326
|
-
};
|
|
277
|
+
readonly scrollIntoViewOptions: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown, true, boolean>;
|
|
327
278
|
readonly size: {
|
|
328
|
-
readonly type: import('vue').PropType<"" | "small" | "default" | "large"
|
|
279
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
329
280
|
readonly required: false;
|
|
330
281
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
331
282
|
__epPropKey: true;
|
|
@@ -335,9 +286,9 @@ export declare const MsUIComponentsInstance: (string[] | ({
|
|
|
335
286
|
onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
336
287
|
}, {
|
|
337
288
|
validate: (callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
338
|
-
validateField: (props?: import('element-plus').
|
|
339
|
-
resetFields: (props?: import('element-plus').
|
|
340
|
-
clearValidate: (props?: import('element-plus').
|
|
289
|
+
validateField: (props?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemProp>, callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
290
|
+
resetFields: (props?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemProp>) => void;
|
|
291
|
+
clearValidate: (props?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemProp>) => void;
|
|
341
292
|
scrollToField: (prop: import('element-plus').FormItemProp) => void;
|
|
342
293
|
getField: (prop: import('element-plus').FormItemProp) => import('element-plus').FormItemContext | undefined;
|
|
343
294
|
fields: import('vue').Reactive<import('element-plus').FormItemContext[]>;
|
|
@@ -346,14 +297,14 @@ export declare const MsUIComponentsInstance: (string[] | ({
|
|
|
346
297
|
}, string, {
|
|
347
298
|
readonly disabled: boolean;
|
|
348
299
|
readonly inline: boolean;
|
|
349
|
-
readonly labelWidth:
|
|
350
|
-
readonly labelPosition: "
|
|
300
|
+
readonly labelWidth: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
301
|
+
readonly labelPosition: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "left" | "right" | "top", unknown>;
|
|
351
302
|
readonly inlineMessage: boolean;
|
|
352
|
-
readonly showMessage:
|
|
353
|
-
readonly requireAsteriskPosition: "left" | "right"
|
|
303
|
+
readonly showMessage: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
304
|
+
readonly requireAsteriskPosition: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
354
305
|
readonly labelSuffix: string;
|
|
355
|
-
readonly validateOnRuleChange:
|
|
356
|
-
readonly scrollIntoViewOptions: boolean |
|
|
306
|
+
readonly validateOnRuleChange: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
307
|
+
readonly scrollIntoViewOptions: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>;
|
|
357
308
|
readonly statusIcon: boolean;
|
|
358
309
|
readonly hideRequiredAsterisk: boolean;
|
|
359
310
|
readonly scrollToError: boolean;
|
|
@@ -380,88 +331,39 @@ export declare const MsUIComponentsInstance: (string[] | ({
|
|
|
380
331
|
} & Readonly<{
|
|
381
332
|
readonly disabled: boolean;
|
|
382
333
|
readonly inline: boolean;
|
|
383
|
-
readonly labelWidth:
|
|
384
|
-
readonly labelPosition: "
|
|
334
|
+
readonly labelWidth: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
335
|
+
readonly labelPosition: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "left" | "right" | "top", unknown>;
|
|
385
336
|
readonly inlineMessage: boolean;
|
|
386
|
-
readonly showMessage:
|
|
387
|
-
readonly requireAsteriskPosition: "left" | "right"
|
|
337
|
+
readonly showMessage: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
338
|
+
readonly requireAsteriskPosition: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "left" | "right", unknown>;
|
|
388
339
|
readonly labelSuffix: string;
|
|
389
|
-
readonly validateOnRuleChange:
|
|
390
|
-
readonly scrollIntoViewOptions: boolean |
|
|
340
|
+
readonly validateOnRuleChange: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
341
|
+
readonly scrollIntoViewOptions: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>;
|
|
391
342
|
readonly statusIcon: boolean;
|
|
392
343
|
readonly hideRequiredAsterisk: boolean;
|
|
393
344
|
readonly scrollToError: boolean;
|
|
394
345
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
395
346
|
readonly model: ObjectConstructor;
|
|
396
347
|
readonly rules: {
|
|
397
|
-
readonly type: import('vue').PropType<Partial<Record<string, import('element-plus').
|
|
348
|
+
readonly type: import('vue').PropType<Partial<Record<string, import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemRule>>>>;
|
|
398
349
|
readonly required: false;
|
|
399
350
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
400
351
|
__epPropKey: true;
|
|
401
352
|
};
|
|
402
|
-
readonly labelPosition:
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
__epPropKey: true;
|
|
407
|
-
} & {
|
|
408
|
-
readonly default: "right";
|
|
409
|
-
};
|
|
410
|
-
readonly requireAsteriskPosition: {
|
|
411
|
-
readonly type: import('vue').PropType<"left" | "right">;
|
|
412
|
-
readonly required: false;
|
|
413
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
414
|
-
__epPropKey: true;
|
|
415
|
-
} & {
|
|
416
|
-
readonly default: "left";
|
|
417
|
-
};
|
|
418
|
-
readonly labelWidth: {
|
|
419
|
-
readonly type: import('vue').PropType<string | number>;
|
|
420
|
-
readonly required: false;
|
|
421
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
422
|
-
__epPropKey: true;
|
|
423
|
-
} & {
|
|
424
|
-
readonly default: "";
|
|
425
|
-
};
|
|
426
|
-
readonly labelSuffix: {
|
|
427
|
-
readonly type: import('vue').PropType<string>;
|
|
428
|
-
readonly required: false;
|
|
429
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
430
|
-
__epPropKey: true;
|
|
431
|
-
} & {
|
|
432
|
-
readonly default: "";
|
|
433
|
-
};
|
|
353
|
+
readonly labelPosition: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "left" | "right" | "top", unknown, "right", boolean>;
|
|
354
|
+
readonly requireAsteriskPosition: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "left" | "right", unknown, "left", boolean>;
|
|
355
|
+
readonly labelWidth: import('element-plus/es/utils/index.mjs').EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
356
|
+
readonly labelSuffix: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
434
357
|
readonly inline: BooleanConstructor;
|
|
435
358
|
readonly inlineMessage: BooleanConstructor;
|
|
436
359
|
readonly statusIcon: BooleanConstructor;
|
|
437
|
-
readonly showMessage:
|
|
438
|
-
|
|
439
|
-
readonly required: false;
|
|
440
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
441
|
-
__epPropKey: true;
|
|
442
|
-
} & {
|
|
443
|
-
readonly default: true;
|
|
444
|
-
};
|
|
445
|
-
readonly validateOnRuleChange: {
|
|
446
|
-
readonly type: import('vue').PropType<boolean>;
|
|
447
|
-
readonly required: false;
|
|
448
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
449
|
-
__epPropKey: true;
|
|
450
|
-
} & {
|
|
451
|
-
readonly default: true;
|
|
452
|
-
};
|
|
360
|
+
readonly showMessage: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
361
|
+
readonly validateOnRuleChange: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
453
362
|
readonly hideRequiredAsterisk: BooleanConstructor;
|
|
454
363
|
readonly scrollToError: BooleanConstructor;
|
|
455
|
-
readonly scrollIntoViewOptions:
|
|
456
|
-
readonly type: import('vue').PropType<boolean | Record<string, any>>;
|
|
457
|
-
readonly required: false;
|
|
458
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
459
|
-
__epPropKey: true;
|
|
460
|
-
} & {
|
|
461
|
-
readonly default: true;
|
|
462
|
-
};
|
|
364
|
+
readonly scrollIntoViewOptions: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown, true, boolean>;
|
|
463
365
|
readonly size: {
|
|
464
|
-
readonly type: import('vue').PropType<"" | "small" | "default" | "large"
|
|
366
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown>>;
|
|
465
367
|
readonly required: false;
|
|
466
368
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
467
369
|
__epPropKey: true;
|
|
@@ -471,15 +373,15 @@ export declare const MsUIComponentsInstance: (string[] | ({
|
|
|
471
373
|
onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined;
|
|
472
374
|
}, "labelWidth" | "inline" | "disabled" | "labelPosition" | "requireAsteriskPosition" | "labelSuffix" | "inlineMessage" | "statusIcon" | "showMessage" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "scrollIntoViewOptions" | "validate" | "validateField" | "resetFields" | "clearValidate" | "scrollToField" | "getField" | "fields"> & import('vue').ShallowUnwrapRef<{
|
|
473
375
|
validate: (callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
474
|
-
validateField: (props?: import('element-plus').
|
|
475
|
-
resetFields: (props?: import('element-plus').
|
|
476
|
-
clearValidate: (props?: import('element-plus').
|
|
376
|
+
validateField: (props?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemProp>, callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
|
|
377
|
+
resetFields: (props?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemProp>) => void;
|
|
378
|
+
clearValidate: (props?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemProp>) => void;
|
|
477
379
|
scrollToField: (prop: import('element-plus').FormItemProp) => void;
|
|
478
380
|
getField: (prop: import('element-plus').FormItemProp) => import('element-plus').FormItemContext | undefined;
|
|
479
381
|
fields: import('vue').Reactive<import('element-plus').FormItemContext[]>;
|
|
480
382
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
481
383
|
$slots: {
|
|
482
|
-
default
|
|
384
|
+
default?: (props: {}) => any;
|
|
483
385
|
};
|
|
484
386
|
};
|
|
485
387
|
}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
@@ -1131,31 +1033,33 @@ export declare const MsUIComponentsInstance: (string[] | ({
|
|
|
1131
1033
|
placeholder?: string;
|
|
1132
1034
|
title?: string;
|
|
1133
1035
|
width?: string;
|
|
1134
|
-
readonly overflow?: boolean;
|
|
1135
1036
|
readonly center?: boolean;
|
|
1136
|
-
readonly appendTo?: string | HTMLElement
|
|
1137
|
-
readonly showClose?:
|
|
1138
|
-
readonly draggable?: boolean;
|
|
1037
|
+
readonly appendTo?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>;
|
|
1038
|
+
readonly showClose?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1139
1039
|
readonly appendToBody?: boolean;
|
|
1140
1040
|
readonly destroyOnClose?: boolean;
|
|
1141
|
-
readonly closeOnClickModal?:
|
|
1142
|
-
readonly closeOnPressEscape?:
|
|
1143
|
-
readonly lockScroll?:
|
|
1144
|
-
readonly modal?:
|
|
1041
|
+
readonly closeOnClickModal?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1042
|
+
readonly closeOnPressEscape?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1043
|
+
readonly lockScroll?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1044
|
+
readonly modal?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1045
|
+
readonly modalPenetrable?: boolean;
|
|
1145
1046
|
readonly openDelay?: number;
|
|
1146
1047
|
readonly closeDelay?: number;
|
|
1147
1048
|
readonly trapFocus?: boolean;
|
|
1148
1049
|
readonly headerAriaLevel?: string;
|
|
1149
|
-
readonly alignCenter?: boolean;
|
|
1150
1050
|
readonly fullscreen?: boolean;
|
|
1151
1051
|
readonly ariaLevel?: string;
|
|
1152
1052
|
readonly top?: string;
|
|
1053
|
+
readonly overflow?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1054
|
+
readonly transition?: undefined;
|
|
1153
1055
|
readonly zIndex?: number;
|
|
1056
|
+
readonly draggable?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1154
1057
|
readonly beforeClose?: import('element-plus').DialogBeforeCloseFn;
|
|
1155
1058
|
readonly modalClass?: string;
|
|
1156
1059
|
readonly headerClass?: string;
|
|
1157
1060
|
readonly bodyClass?: string;
|
|
1158
1061
|
readonly footerClass?: string;
|
|
1062
|
+
readonly alignCenter?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1159
1063
|
readonly closeIcon?: unknown;
|
|
1160
1064
|
} & import('vue').PublicProps;
|
|
1161
1065
|
expose(exposed: import('vue').ShallowUnwrapRef<{
|
|
@@ -1189,34 +1093,37 @@ export declare const MsUIComponentsInstance: (string[] | ({
|
|
|
1189
1093
|
title?: string;
|
|
1190
1094
|
size?: string | number;
|
|
1191
1095
|
direction?: "rtl" | "ltr" | "ttb" | "btt";
|
|
1192
|
-
readonly overflow?: boolean;
|
|
1193
1096
|
readonly center?: boolean;
|
|
1194
|
-
readonly appendTo?: string | HTMLElement
|
|
1195
|
-
readonly
|
|
1196
|
-
readonly
|
|
1097
|
+
readonly appendTo?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>;
|
|
1098
|
+
readonly resizable?: boolean;
|
|
1099
|
+
readonly showClose?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1197
1100
|
readonly appendToBody?: boolean;
|
|
1198
1101
|
readonly destroyOnClose?: boolean;
|
|
1199
|
-
readonly closeOnClickModal?:
|
|
1200
|
-
readonly closeOnPressEscape?:
|
|
1201
|
-
readonly lockScroll?:
|
|
1202
|
-
readonly modal?:
|
|
1102
|
+
readonly closeOnClickModal?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1103
|
+
readonly closeOnPressEscape?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1104
|
+
readonly lockScroll?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1105
|
+
readonly modal?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1106
|
+
readonly modalPenetrable?: boolean;
|
|
1203
1107
|
readonly openDelay?: number;
|
|
1204
1108
|
readonly closeDelay?: number;
|
|
1205
1109
|
readonly trapFocus?: boolean;
|
|
1206
1110
|
readonly headerAriaLevel?: string;
|
|
1207
|
-
readonly alignCenter?: boolean;
|
|
1208
1111
|
readonly fullscreen?: boolean;
|
|
1209
1112
|
readonly ariaLevel?: string;
|
|
1210
|
-
readonly withHeader?:
|
|
1211
|
-
readonly modalFade?:
|
|
1113
|
+
readonly withHeader?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1114
|
+
readonly modalFade?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1212
1115
|
readonly top?: string;
|
|
1213
|
-
readonly
|
|
1116
|
+
readonly overflow?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1117
|
+
readonly transition?: undefined;
|
|
1118
|
+
readonly width?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1214
1119
|
readonly zIndex?: number;
|
|
1120
|
+
readonly draggable?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1215
1121
|
readonly beforeClose?: import('element-plus').DialogBeforeCloseFn;
|
|
1216
1122
|
readonly modalClass?: string;
|
|
1217
1123
|
readonly headerClass?: string;
|
|
1218
1124
|
readonly bodyClass?: string;
|
|
1219
1125
|
readonly footerClass?: string;
|
|
1126
|
+
readonly alignCenter?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1220
1127
|
readonly closeIcon?: unknown;
|
|
1221
1128
|
} & import('vue').PublicProps;
|
|
1222
1129
|
expose(exposed: import('vue').ShallowUnwrapRef<{
|
|
@@ -1413,54 +1320,54 @@ export declare const MsUIComponentsInstance: (string[] | ({
|
|
|
1413
1320
|
$: import('vue').ComponentInternalInstance;
|
|
1414
1321
|
$data: {};
|
|
1415
1322
|
$props: Partial<{
|
|
1416
|
-
readonly data: unknown
|
|
1417
|
-
readonly disabled:
|
|
1323
|
+
readonly data: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>> | Promise<import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>>> | ((rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus').UploadData>)) | (() => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>>> | ((rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus').UploadData>)) | ((new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>> | Promise<import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>>> | ((rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus').UploadData>)) | (() => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>>> | ((rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus').UploadData>)))[], unknown, unknown>;
|
|
1324
|
+
readonly disabled: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1418
1325
|
readonly drag: boolean;
|
|
1419
1326
|
readonly multiple: boolean;
|
|
1420
1327
|
readonly name: string;
|
|
1328
|
+
readonly onProgress: (evt: import('element-plus').UploadProgressEvent, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1421
1329
|
readonly onChange: (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1422
1330
|
readonly onError: (error: Error, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1423
|
-
readonly onProgress: (evt: import('element-plus').UploadProgressEvent, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1424
1331
|
readonly method: string;
|
|
1425
1332
|
readonly action: string;
|
|
1426
1333
|
readonly accept: string;
|
|
1427
1334
|
readonly withCredentials: boolean;
|
|
1428
|
-
readonly showFileList:
|
|
1335
|
+
readonly showFileList: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1429
1336
|
readonly fileList: import('element-plus').UploadUserFile[];
|
|
1430
|
-
readonly autoUpload:
|
|
1431
|
-
readonly listType: "picture" | "text" | "picture-card"
|
|
1337
|
+
readonly autoUpload: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1338
|
+
readonly listType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "picture" | "text" | "picture-card", unknown>;
|
|
1432
1339
|
readonly httpRequest: import('element-plus').UploadRequestHandler;
|
|
1433
|
-
readonly beforeUpload: (rawFile: import('element-plus').UploadRawFile) =>
|
|
1340
|
+
readonly beforeUpload: (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>;
|
|
1434
1341
|
readonly onRemove: (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1435
1342
|
readonly onPreview: (uploadFile: import('element-plus').UploadFile) => void;
|
|
1436
1343
|
readonly onSuccess: (response: any, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1437
1344
|
readonly onExceed: (files: File[], uploadFiles: import('element-plus').UploadUserFile[]) => void;
|
|
1438
1345
|
}> & Omit<{
|
|
1439
1346
|
readonly name: string;
|
|
1440
|
-
readonly data: {}
|
|
1347
|
+
readonly data: import('element-plus/es/utils/typescript.mjs').Mutable<{}>;
|
|
1441
1348
|
readonly onChange: (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1442
1349
|
readonly onError: (error: Error, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1443
1350
|
readonly onProgress: (evt: import('element-plus').UploadProgressEvent, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1444
1351
|
readonly multiple: boolean;
|
|
1445
|
-
readonly disabled: boolean;
|
|
1446
1352
|
readonly method: string;
|
|
1447
1353
|
readonly withCredentials: boolean;
|
|
1448
|
-
readonly autoUpload:
|
|
1449
|
-
readonly beforeUpload: (rawFile: import('element-plus').UploadRawFile) =>
|
|
1354
|
+
readonly autoUpload: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1355
|
+
readonly beforeUpload: (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>;
|
|
1450
1356
|
readonly onRemove: (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1451
1357
|
readonly onPreview: (uploadFile: import('element-plus').UploadFile) => void;
|
|
1452
1358
|
readonly onSuccess: (response: any, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1453
1359
|
readonly onExceed: (files: File[], uploadFiles: import('element-plus').UploadUserFile[]) => void;
|
|
1454
1360
|
readonly action: string;
|
|
1455
1361
|
readonly drag: boolean;
|
|
1456
|
-
readonly showFileList:
|
|
1362
|
+
readonly showFileList: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1457
1363
|
readonly accept: string;
|
|
1458
1364
|
readonly fileList: import('element-plus').UploadUserFile[];
|
|
1459
|
-
readonly listType: "picture" | "text" | "picture-card"
|
|
1365
|
+
readonly listType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "picture" | "text" | "picture-card", unknown>;
|
|
1460
1366
|
readonly httpRequest: import('element-plus').UploadRequestHandler;
|
|
1461
|
-
readonly
|
|
1462
|
-
readonly
|
|
1463
|
-
readonly
|
|
1367
|
+
readonly disabled?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1368
|
+
readonly headers?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers) | ((new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers))[], unknown, unknown>;
|
|
1369
|
+
readonly beforeRemove?: (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => import('element-plus/es/utils/typescript.mjs').Awaitable<boolean>;
|
|
1370
|
+
readonly crossorigin?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials") | ((new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials"))[], unknown, unknown>;
|
|
1464
1371
|
readonly limit?: number;
|
|
1465
1372
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "name" | "data" | "onChange" | "onError" | "onProgress" | "multiple" | "disabled" | "method" | "withCredentials" | "autoUpload" | "beforeUpload" | "onRemove" | "onPreview" | "onSuccess" | "onExceed" | "action" | "drag" | "showFileList" | "accept" | "fileList" | "listType" | "httpRequest">;
|
|
1466
1373
|
$attrs: {
|
|
@@ -1478,198 +1385,144 @@ export declare const MsUIComponentsInstance: (string[] | ({
|
|
|
1478
1385
|
$emit: (event: string, ...args: any[]) => void;
|
|
1479
1386
|
$el: any;
|
|
1480
1387
|
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
1481
|
-
readonly beforeUpload: {
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
readonly
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1388
|
+
readonly beforeUpload: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>) | (() => (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>) | {
|
|
1389
|
+
(): (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>;
|
|
1390
|
+
new (): any;
|
|
1391
|
+
readonly prototype: any;
|
|
1392
|
+
} | ((new (...args: any[]) => (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>) | (() => (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>) | {
|
|
1393
|
+
(): (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>;
|
|
1394
|
+
new (): any;
|
|
1395
|
+
readonly prototype: any;
|
|
1396
|
+
})[], unknown, unknown, () => void, boolean>;
|
|
1489
1397
|
readonly beforeRemove: {
|
|
1490
|
-
readonly type: import('vue').PropType<(uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) =>
|
|
1491
|
-
readonly required: false;
|
|
1492
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1493
|
-
__epPropKey: true;
|
|
1494
|
-
};
|
|
1495
|
-
readonly onRemove: {
|
|
1496
|
-
readonly type: import('vue').PropType<(uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void>;
|
|
1497
|
-
readonly required: false;
|
|
1498
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1499
|
-
__epPropKey: true;
|
|
1500
|
-
} & {
|
|
1501
|
-
readonly default: () => void;
|
|
1502
|
-
};
|
|
1503
|
-
readonly onChange: {
|
|
1504
|
-
readonly type: import('vue').PropType<(uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void>;
|
|
1505
|
-
readonly required: false;
|
|
1506
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1507
|
-
__epPropKey: true;
|
|
1508
|
-
} & {
|
|
1509
|
-
readonly default: () => void;
|
|
1510
|
-
};
|
|
1511
|
-
readonly onPreview: {
|
|
1512
|
-
readonly type: import('vue').PropType<(uploadFile: import('element-plus').UploadFile) => void>;
|
|
1513
|
-
readonly required: false;
|
|
1514
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1515
|
-
__epPropKey: true;
|
|
1516
|
-
} & {
|
|
1517
|
-
readonly default: () => void;
|
|
1518
|
-
};
|
|
1519
|
-
readonly onSuccess: {
|
|
1520
|
-
readonly type: import('vue').PropType<(response: any, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void>;
|
|
1398
|
+
readonly type: import('vue').PropType<(uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => import('element-plus/es/utils/typescript.mjs').Awaitable<boolean>>;
|
|
1521
1399
|
readonly required: false;
|
|
1522
1400
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1523
1401
|
__epPropKey: true;
|
|
1524
|
-
} & {
|
|
1525
|
-
readonly default: () => void;
|
|
1526
|
-
};
|
|
1527
|
-
readonly onProgress: {
|
|
1528
|
-
readonly type: import('vue').PropType<(evt: import('element-plus').UploadProgressEvent, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void>;
|
|
1529
|
-
readonly required: false;
|
|
1530
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1531
|
-
__epPropKey: true;
|
|
1532
|
-
} & {
|
|
1533
|
-
readonly default: () => void;
|
|
1534
|
-
};
|
|
1535
|
-
readonly onError: {
|
|
1536
|
-
readonly type: import('vue').PropType<(error: Error, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void>;
|
|
1537
|
-
readonly required: false;
|
|
1538
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1539
|
-
__epPropKey: true;
|
|
1540
|
-
} & {
|
|
1541
|
-
readonly default: () => void;
|
|
1542
|
-
};
|
|
1543
|
-
readonly onExceed: {
|
|
1544
|
-
readonly type: import('vue').PropType<(files: File[], uploadFiles: import('element-plus').UploadUserFile[]) => void>;
|
|
1545
|
-
readonly required: false;
|
|
1546
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1547
|
-
__epPropKey: true;
|
|
1548
|
-
} & {
|
|
1549
|
-
readonly default: () => void;
|
|
1550
1402
|
};
|
|
1403
|
+
readonly onRemove: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | (() => (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | {
|
|
1404
|
+
(): (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1405
|
+
new (): any;
|
|
1406
|
+
readonly prototype: any;
|
|
1407
|
+
} | ((new (...args: any[]) => (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | (() => (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | {
|
|
1408
|
+
(): (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1409
|
+
new (): any;
|
|
1410
|
+
readonly prototype: any;
|
|
1411
|
+
})[], unknown, unknown, () => void, boolean>;
|
|
1412
|
+
readonly onChange: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | (() => (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | {
|
|
1413
|
+
(): (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1414
|
+
new (): any;
|
|
1415
|
+
readonly prototype: any;
|
|
1416
|
+
} | ((new (...args: any[]) => (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | (() => (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | {
|
|
1417
|
+
(): (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1418
|
+
new (): any;
|
|
1419
|
+
readonly prototype: any;
|
|
1420
|
+
})[], unknown, unknown, () => void, boolean>;
|
|
1421
|
+
readonly onPreview: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (uploadFile: import('element-plus').UploadFile) => void) | (() => (uploadFile: import('element-plus').UploadFile) => void) | {
|
|
1422
|
+
(): (uploadFile: import('element-plus').UploadFile) => void;
|
|
1423
|
+
new (): any;
|
|
1424
|
+
readonly prototype: any;
|
|
1425
|
+
} | ((new (...args: any[]) => (uploadFile: import('element-plus').UploadFile) => void) | (() => (uploadFile: import('element-plus').UploadFile) => void) | {
|
|
1426
|
+
(): (uploadFile: import('element-plus').UploadFile) => void;
|
|
1427
|
+
new (): any;
|
|
1428
|
+
readonly prototype: any;
|
|
1429
|
+
})[], unknown, unknown, () => void, boolean>;
|
|
1430
|
+
readonly onSuccess: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (response: any, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | (() => (response: any, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | {
|
|
1431
|
+
(): (response: any, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1432
|
+
new (): any;
|
|
1433
|
+
readonly prototype: any;
|
|
1434
|
+
} | ((new (...args: any[]) => (response: any, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | (() => (response: any, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | {
|
|
1435
|
+
(): (response: any, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1436
|
+
new (): any;
|
|
1437
|
+
readonly prototype: any;
|
|
1438
|
+
})[], unknown, unknown, () => void, boolean>;
|
|
1439
|
+
readonly onProgress: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (evt: import('element-plus').UploadProgressEvent, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | (() => (evt: import('element-plus').UploadProgressEvent, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | {
|
|
1440
|
+
(): (evt: import('element-plus').UploadProgressEvent, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1441
|
+
new (): any;
|
|
1442
|
+
readonly prototype: any;
|
|
1443
|
+
} | ((new (...args: any[]) => (evt: import('element-plus').UploadProgressEvent, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | (() => (evt: import('element-plus').UploadProgressEvent, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | {
|
|
1444
|
+
(): (evt: import('element-plus').UploadProgressEvent, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1445
|
+
new (): any;
|
|
1446
|
+
readonly prototype: any;
|
|
1447
|
+
})[], unknown, unknown, () => void, boolean>;
|
|
1448
|
+
readonly onError: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (error: Error, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | (() => (error: Error, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | {
|
|
1449
|
+
(): (error: Error, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1450
|
+
new (): any;
|
|
1451
|
+
readonly prototype: any;
|
|
1452
|
+
} | ((new (...args: any[]) => (error: Error, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | (() => (error: Error, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | {
|
|
1453
|
+
(): (error: Error, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1454
|
+
new (): any;
|
|
1455
|
+
readonly prototype: any;
|
|
1456
|
+
})[], unknown, unknown, () => void, boolean>;
|
|
1457
|
+
readonly onExceed: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (files: File[], uploadFiles: import('element-plus').UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: import('element-plus').UploadUserFile[]) => void) | {
|
|
1458
|
+
(): (files: File[], uploadFiles: import('element-plus').UploadUserFile[]) => void;
|
|
1459
|
+
new (): any;
|
|
1460
|
+
readonly prototype: any;
|
|
1461
|
+
} | ((new (...args: any[]) => (files: File[], uploadFiles: import('element-plus').UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: import('element-plus').UploadUserFile[]) => void) | {
|
|
1462
|
+
(): (files: File[], uploadFiles: import('element-plus').UploadUserFile[]) => void;
|
|
1463
|
+
new (): any;
|
|
1464
|
+
readonly prototype: any;
|
|
1465
|
+
})[], unknown, unknown, () => void, boolean>;
|
|
1551
1466
|
readonly crossorigin: {
|
|
1552
|
-
readonly type: import('vue').PropType<"" | "anonymous" | "use-credentials"
|
|
1553
|
-
readonly required: false;
|
|
1554
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1555
|
-
__epPropKey: true;
|
|
1556
|
-
};
|
|
1557
|
-
readonly action: {
|
|
1558
|
-
readonly type: import('vue').PropType<string>;
|
|
1467
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials") | ((new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials"))[], unknown, unknown>>;
|
|
1559
1468
|
readonly required: false;
|
|
1560
1469
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1561
1470
|
__epPropKey: true;
|
|
1562
|
-
} & {
|
|
1563
|
-
readonly default: "#";
|
|
1564
1471
|
};
|
|
1472
|
+
readonly action: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "#", boolean>;
|
|
1565
1473
|
readonly headers: {
|
|
1566
|
-
readonly type: import('vue').PropType<Record<string, any> | Headers
|
|
1567
|
-
readonly required: false;
|
|
1568
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1569
|
-
__epPropKey: true;
|
|
1570
|
-
};
|
|
1571
|
-
readonly method: {
|
|
1572
|
-
readonly type: import('vue').PropType<string>;
|
|
1573
|
-
readonly required: false;
|
|
1574
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1575
|
-
__epPropKey: true;
|
|
1576
|
-
} & {
|
|
1577
|
-
readonly default: "post";
|
|
1578
|
-
};
|
|
1579
|
-
readonly data: {
|
|
1580
|
-
readonly type: import('vue').PropType<unknown>;
|
|
1474
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers) | ((new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers))[], unknown, unknown>>;
|
|
1581
1475
|
readonly required: false;
|
|
1582
1476
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1583
1477
|
__epPropKey: true;
|
|
1584
|
-
} & {
|
|
1585
|
-
readonly default: () => {};
|
|
1586
1478
|
};
|
|
1479
|
+
readonly method: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "post", boolean>;
|
|
1480
|
+
readonly data: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>> | Promise<import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>>> | ((rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus').UploadData>)) | (() => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>>> | ((rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus').UploadData>)) | ((new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>> | Promise<import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>>> | ((rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus').UploadData>)) | (() => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>>> | ((rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus').UploadData>)))[], unknown, unknown, () => import('element-plus/es/utils/typescript.mjs').Mutable<{}>, boolean>;
|
|
1587
1481
|
readonly multiple: BooleanConstructor;
|
|
1588
|
-
readonly name:
|
|
1589
|
-
readonly type: import('vue').PropType<string>;
|
|
1590
|
-
readonly required: false;
|
|
1591
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1592
|
-
__epPropKey: true;
|
|
1593
|
-
} & {
|
|
1594
|
-
readonly default: "file";
|
|
1595
|
-
};
|
|
1482
|
+
readonly name: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "file", boolean>;
|
|
1596
1483
|
readonly drag: BooleanConstructor;
|
|
1597
1484
|
readonly withCredentials: BooleanConstructor;
|
|
1598
|
-
readonly showFileList:
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
}
|
|
1612
|
-
|
|
1613
|
-
};
|
|
1614
|
-
readonly fileList: {
|
|
1615
|
-
readonly type: import('vue').PropType<import('element-plus').UploadUserFile[]>;
|
|
1616
|
-
readonly required: false;
|
|
1617
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1618
|
-
__epPropKey: true;
|
|
1619
|
-
} & {
|
|
1620
|
-
readonly default: () => [];
|
|
1621
|
-
};
|
|
1622
|
-
readonly autoUpload: {
|
|
1623
|
-
readonly type: import('vue').PropType<boolean>;
|
|
1624
|
-
readonly required: false;
|
|
1625
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1626
|
-
__epPropKey: true;
|
|
1627
|
-
} & {
|
|
1628
|
-
readonly default: true;
|
|
1629
|
-
};
|
|
1630
|
-
readonly listType: {
|
|
1631
|
-
readonly type: import('vue').PropType<"picture" | "text" | "picture-card">;
|
|
1632
|
-
readonly required: false;
|
|
1633
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1634
|
-
__epPropKey: true;
|
|
1635
|
-
} & {
|
|
1636
|
-
readonly default: "text";
|
|
1637
|
-
};
|
|
1638
|
-
readonly httpRequest: {
|
|
1639
|
-
readonly type: import('vue').PropType<import('element-plus').UploadRequestHandler>;
|
|
1640
|
-
readonly required: false;
|
|
1641
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1642
|
-
__epPropKey: true;
|
|
1643
|
-
} & {
|
|
1644
|
-
readonly default: import('element-plus').UploadRequestHandler;
|
|
1645
|
-
};
|
|
1646
|
-
readonly disabled: BooleanConstructor;
|
|
1485
|
+
readonly showFileList: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1486
|
+
readonly accept: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1487
|
+
readonly fileList: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus').UploadUserFile[]) | (() => import('element-plus').UploadUserFile[]) | ((new (...args: any[]) => import('element-plus').UploadUserFile[]) | (() => import('element-plus').UploadUserFile[]))[], unknown, unknown, () => [], boolean>;
|
|
1488
|
+
readonly autoUpload: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1489
|
+
readonly listType: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "picture" | "text" | "picture-card", unknown, "text", boolean>;
|
|
1490
|
+
readonly httpRequest: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus').UploadRequestHandler) | (() => import('element-plus').UploadRequestHandler) | {
|
|
1491
|
+
(): import('element-plus').UploadRequestHandler;
|
|
1492
|
+
new (): any;
|
|
1493
|
+
readonly prototype: any;
|
|
1494
|
+
} | ((new (...args: any[]) => import('element-plus').UploadRequestHandler) | (() => import('element-plus').UploadRequestHandler) | {
|
|
1495
|
+
(): import('element-plus').UploadRequestHandler;
|
|
1496
|
+
new (): any;
|
|
1497
|
+
readonly prototype: any;
|
|
1498
|
+
})[], unknown, unknown, import('element-plus').UploadRequestHandler, boolean>;
|
|
1499
|
+
readonly disabled: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
1647
1500
|
readonly limit: NumberConstructor;
|
|
1648
1501
|
}>>, {
|
|
1649
1502
|
abort: (file: import('element-plus').UploadFile) => void;
|
|
1650
1503
|
submit: () => void;
|
|
1651
1504
|
clearFiles: (states?: import('element-plus').UploadStatus[]) => void;
|
|
1652
1505
|
handleStart: (rawFile: import('element-plus').UploadRawFile) => void;
|
|
1653
|
-
handleRemove: (file: import('element-plus').UploadFile | import('element-plus').UploadRawFile
|
|
1654
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin,
|
|
1655
|
-
readonly data: unknown
|
|
1656
|
-
readonly disabled:
|
|
1506
|
+
handleRemove: (file: import('element-plus').UploadFile | import('element-plus').UploadRawFile) => void;
|
|
1507
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
1508
|
+
readonly data: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>> | Promise<import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>>> | ((rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus').UploadData>)) | (() => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>>> | ((rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus').UploadData>)) | ((new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>> | Promise<import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>>> | ((rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus').UploadData>)) | (() => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>>> | ((rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus').UploadData>)))[], unknown, unknown>;
|
|
1509
|
+
readonly disabled: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1657
1510
|
readonly drag: boolean;
|
|
1658
1511
|
readonly multiple: boolean;
|
|
1659
1512
|
readonly name: string;
|
|
1513
|
+
readonly onProgress: (evt: import('element-plus').UploadProgressEvent, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1660
1514
|
readonly onChange: (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1661
1515
|
readonly onError: (error: Error, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1662
|
-
readonly onProgress: (evt: import('element-plus').UploadProgressEvent, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1663
1516
|
readonly method: string;
|
|
1664
1517
|
readonly action: string;
|
|
1665
1518
|
readonly accept: string;
|
|
1666
1519
|
readonly withCredentials: boolean;
|
|
1667
|
-
readonly showFileList:
|
|
1520
|
+
readonly showFileList: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1668
1521
|
readonly fileList: import('element-plus').UploadUserFile[];
|
|
1669
|
-
readonly autoUpload:
|
|
1670
|
-
readonly listType: "picture" | "text" | "picture-card"
|
|
1522
|
+
readonly autoUpload: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1523
|
+
readonly listType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "picture" | "text" | "picture-card", unknown>;
|
|
1671
1524
|
readonly httpRequest: import('element-plus').UploadRequestHandler;
|
|
1672
|
-
readonly beforeUpload: (rawFile: import('element-plus').UploadRawFile) =>
|
|
1525
|
+
readonly beforeUpload: (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>;
|
|
1673
1526
|
readonly onRemove: (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1674
1527
|
readonly onPreview: (uploadFile: import('element-plus').UploadFile) => void;
|
|
1675
1528
|
readonly onSuccess: (response: any, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
@@ -1695,218 +1548,171 @@ export declare const MsUIComponentsInstance: (string[] | ({
|
|
|
1695
1548
|
$nextTick: typeof import('vue').nextTick;
|
|
1696
1549
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
1697
1550
|
} & Readonly<{
|
|
1698
|
-
readonly data: unknown
|
|
1699
|
-
readonly disabled:
|
|
1551
|
+
readonly data: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>> | Promise<import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>>> | ((rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus').UploadData>)) | (() => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>>> | ((rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus').UploadData>)) | ((new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>> | Promise<import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>>> | ((rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus').UploadData>)) | (() => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>>> | ((rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus').UploadData>)))[], unknown, unknown>;
|
|
1552
|
+
readonly disabled: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1700
1553
|
readonly drag: boolean;
|
|
1701
1554
|
readonly multiple: boolean;
|
|
1702
1555
|
readonly name: string;
|
|
1556
|
+
readonly onProgress: (evt: import('element-plus').UploadProgressEvent, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1703
1557
|
readonly onChange: (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1704
1558
|
readonly onError: (error: Error, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1705
|
-
readonly onProgress: (evt: import('element-plus').UploadProgressEvent, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1706
1559
|
readonly method: string;
|
|
1707
1560
|
readonly action: string;
|
|
1708
1561
|
readonly accept: string;
|
|
1709
1562
|
readonly withCredentials: boolean;
|
|
1710
|
-
readonly showFileList:
|
|
1563
|
+
readonly showFileList: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1711
1564
|
readonly fileList: import('element-plus').UploadUserFile[];
|
|
1712
|
-
readonly autoUpload:
|
|
1713
|
-
readonly listType: "picture" | "text" | "picture-card"
|
|
1565
|
+
readonly autoUpload: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1566
|
+
readonly listType: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "picture" | "text" | "picture-card", unknown>;
|
|
1714
1567
|
readonly httpRequest: import('element-plus').UploadRequestHandler;
|
|
1715
|
-
readonly beforeUpload: (rawFile: import('element-plus').UploadRawFile) =>
|
|
1568
|
+
readonly beforeUpload: (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>;
|
|
1716
1569
|
readonly onRemove: (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1717
1570
|
readonly onPreview: (uploadFile: import('element-plus').UploadFile) => void;
|
|
1718
1571
|
readonly onSuccess: (response: any, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1719
1572
|
readonly onExceed: (files: File[], uploadFiles: import('element-plus').UploadUserFile[]) => void;
|
|
1720
1573
|
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
1721
|
-
readonly beforeUpload: {
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
readonly
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1574
|
+
readonly beforeUpload: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>) | (() => (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>) | {
|
|
1575
|
+
(): (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>;
|
|
1576
|
+
new (): any;
|
|
1577
|
+
readonly prototype: any;
|
|
1578
|
+
} | ((new (...args: any[]) => (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>) | (() => (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>) | {
|
|
1579
|
+
(): (rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<void | undefined | null | boolean | File | Blob>;
|
|
1580
|
+
new (): any;
|
|
1581
|
+
readonly prototype: any;
|
|
1582
|
+
})[], unknown, unknown, () => void, boolean>;
|
|
1729
1583
|
readonly beforeRemove: {
|
|
1730
|
-
readonly type: import('vue').PropType<(uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) =>
|
|
1584
|
+
readonly type: import('vue').PropType<(uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => import('element-plus/es/utils/typescript.mjs').Awaitable<boolean>>;
|
|
1731
1585
|
readonly required: false;
|
|
1732
1586
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1733
1587
|
__epPropKey: true;
|
|
1734
1588
|
};
|
|
1735
|
-
readonly onRemove: {
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
readonly
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
}
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
readonly
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
readonly
|
|
1766
|
-
}
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
readonly
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
readonly
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
}
|
|
1789
|
-
|
|
1790
|
-
|
|
1589
|
+
readonly onRemove: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | (() => (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | {
|
|
1590
|
+
(): (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1591
|
+
new (): any;
|
|
1592
|
+
readonly prototype: any;
|
|
1593
|
+
} | ((new (...args: any[]) => (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | (() => (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | {
|
|
1594
|
+
(): (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1595
|
+
new (): any;
|
|
1596
|
+
readonly prototype: any;
|
|
1597
|
+
})[], unknown, unknown, () => void, boolean>;
|
|
1598
|
+
readonly onChange: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | (() => (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | {
|
|
1599
|
+
(): (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1600
|
+
new (): any;
|
|
1601
|
+
readonly prototype: any;
|
|
1602
|
+
} | ((new (...args: any[]) => (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | (() => (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | {
|
|
1603
|
+
(): (uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1604
|
+
new (): any;
|
|
1605
|
+
readonly prototype: any;
|
|
1606
|
+
})[], unknown, unknown, () => void, boolean>;
|
|
1607
|
+
readonly onPreview: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (uploadFile: import('element-plus').UploadFile) => void) | (() => (uploadFile: import('element-plus').UploadFile) => void) | {
|
|
1608
|
+
(): (uploadFile: import('element-plus').UploadFile) => void;
|
|
1609
|
+
new (): any;
|
|
1610
|
+
readonly prototype: any;
|
|
1611
|
+
} | ((new (...args: any[]) => (uploadFile: import('element-plus').UploadFile) => void) | (() => (uploadFile: import('element-plus').UploadFile) => void) | {
|
|
1612
|
+
(): (uploadFile: import('element-plus').UploadFile) => void;
|
|
1613
|
+
new (): any;
|
|
1614
|
+
readonly prototype: any;
|
|
1615
|
+
})[], unknown, unknown, () => void, boolean>;
|
|
1616
|
+
readonly onSuccess: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (response: any, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | (() => (response: any, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | {
|
|
1617
|
+
(): (response: any, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1618
|
+
new (): any;
|
|
1619
|
+
readonly prototype: any;
|
|
1620
|
+
} | ((new (...args: any[]) => (response: any, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | (() => (response: any, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | {
|
|
1621
|
+
(): (response: any, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1622
|
+
new (): any;
|
|
1623
|
+
readonly prototype: any;
|
|
1624
|
+
})[], unknown, unknown, () => void, boolean>;
|
|
1625
|
+
readonly onProgress: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (evt: import('element-plus').UploadProgressEvent, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | (() => (evt: import('element-plus').UploadProgressEvent, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | {
|
|
1626
|
+
(): (evt: import('element-plus').UploadProgressEvent, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1627
|
+
new (): any;
|
|
1628
|
+
readonly prototype: any;
|
|
1629
|
+
} | ((new (...args: any[]) => (evt: import('element-plus').UploadProgressEvent, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | (() => (evt: import('element-plus').UploadProgressEvent, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | {
|
|
1630
|
+
(): (evt: import('element-plus').UploadProgressEvent, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1631
|
+
new (): any;
|
|
1632
|
+
readonly prototype: any;
|
|
1633
|
+
})[], unknown, unknown, () => void, boolean>;
|
|
1634
|
+
readonly onError: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (error: Error, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | (() => (error: Error, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | {
|
|
1635
|
+
(): (error: Error, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1636
|
+
new (): any;
|
|
1637
|
+
readonly prototype: any;
|
|
1638
|
+
} | ((new (...args: any[]) => (error: Error, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | (() => (error: Error, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void) | {
|
|
1639
|
+
(): (error: Error, uploadFile: import('element-plus').UploadFile, uploadFiles: import('element-plus').UploadFiles) => void;
|
|
1640
|
+
new (): any;
|
|
1641
|
+
readonly prototype: any;
|
|
1642
|
+
})[], unknown, unknown, () => void, boolean>;
|
|
1643
|
+
readonly onExceed: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => (files: File[], uploadFiles: import('element-plus').UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: import('element-plus').UploadUserFile[]) => void) | {
|
|
1644
|
+
(): (files: File[], uploadFiles: import('element-plus').UploadUserFile[]) => void;
|
|
1645
|
+
new (): any;
|
|
1646
|
+
readonly prototype: any;
|
|
1647
|
+
} | ((new (...args: any[]) => (files: File[], uploadFiles: import('element-plus').UploadUserFile[]) => void) | (() => (files: File[], uploadFiles: import('element-plus').UploadUserFile[]) => void) | {
|
|
1648
|
+
(): (files: File[], uploadFiles: import('element-plus').UploadUserFile[]) => void;
|
|
1649
|
+
new (): any;
|
|
1650
|
+
readonly prototype: any;
|
|
1651
|
+
})[], unknown, unknown, () => void, boolean>;
|
|
1791
1652
|
readonly crossorigin: {
|
|
1792
|
-
readonly type: import('vue').PropType<"" | "anonymous" | "use-credentials"
|
|
1793
|
-
readonly required: false;
|
|
1794
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1795
|
-
__epPropKey: true;
|
|
1796
|
-
};
|
|
1797
|
-
readonly action: {
|
|
1798
|
-
readonly type: import('vue').PropType<string>;
|
|
1653
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials") | ((new (...args: any[]) => "" | "anonymous" | "use-credentials") | (() => "" | "anonymous" | "use-credentials"))[], unknown, unknown>>;
|
|
1799
1654
|
readonly required: false;
|
|
1800
1655
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1801
1656
|
__epPropKey: true;
|
|
1802
|
-
} & {
|
|
1803
|
-
readonly default: "#";
|
|
1804
1657
|
};
|
|
1658
|
+
readonly action: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "#", boolean>;
|
|
1805
1659
|
readonly headers: {
|
|
1806
|
-
readonly type: import('vue').PropType<Record<string, any> | Headers
|
|
1660
|
+
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers) | ((new (...args: any[]) => Record<string, any> | Headers) | (() => Record<string, any> | Headers))[], unknown, unknown>>;
|
|
1807
1661
|
readonly required: false;
|
|
1808
1662
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1809
1663
|
__epPropKey: true;
|
|
1810
1664
|
};
|
|
1811
|
-
readonly method:
|
|
1812
|
-
|
|
1813
|
-
readonly required: false;
|
|
1814
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1815
|
-
__epPropKey: true;
|
|
1816
|
-
} & {
|
|
1817
|
-
readonly default: "post";
|
|
1818
|
-
};
|
|
1819
|
-
readonly data: {
|
|
1820
|
-
readonly type: import('vue').PropType<unknown>;
|
|
1821
|
-
readonly required: false;
|
|
1822
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1823
|
-
__epPropKey: true;
|
|
1824
|
-
} & {
|
|
1825
|
-
readonly default: () => {};
|
|
1826
|
-
};
|
|
1665
|
+
readonly method: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "post", boolean>;
|
|
1666
|
+
readonly data: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>> | Promise<import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>>> | ((rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus').UploadData>)) | (() => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>>> | ((rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus').UploadData>)) | ((new (...args: any[]) => import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>> | Promise<import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>>> | ((rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus').UploadData>)) | (() => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus/es/utils/typescript.mjs').Mutable<Record<string, any>>> | ((rawFile: import('element-plus').UploadRawFile) => import('element-plus/es/utils/typescript.mjs').Awaitable<import('element-plus').UploadData>)))[], unknown, unknown, () => import('element-plus/es/utils/typescript.mjs').Mutable<{}>, boolean>;
|
|
1827
1667
|
readonly multiple: BooleanConstructor;
|
|
1828
|
-
readonly name:
|
|
1829
|
-
readonly type: import('vue').PropType<string>;
|
|
1830
|
-
readonly required: false;
|
|
1831
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1832
|
-
__epPropKey: true;
|
|
1833
|
-
} & {
|
|
1834
|
-
readonly default: "file";
|
|
1835
|
-
};
|
|
1668
|
+
readonly name: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "file", boolean>;
|
|
1836
1669
|
readonly drag: BooleanConstructor;
|
|
1837
1670
|
readonly withCredentials: BooleanConstructor;
|
|
1838
|
-
readonly showFileList:
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
}
|
|
1852
|
-
|
|
1853
|
-
};
|
|
1854
|
-
readonly fileList: {
|
|
1855
|
-
readonly type: import('vue').PropType<import('element-plus').UploadUserFile[]>;
|
|
1856
|
-
readonly required: false;
|
|
1857
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1858
|
-
__epPropKey: true;
|
|
1859
|
-
} & {
|
|
1860
|
-
readonly default: () => [];
|
|
1861
|
-
};
|
|
1862
|
-
readonly autoUpload: {
|
|
1863
|
-
readonly type: import('vue').PropType<boolean>;
|
|
1864
|
-
readonly required: false;
|
|
1865
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1866
|
-
__epPropKey: true;
|
|
1867
|
-
} & {
|
|
1868
|
-
readonly default: true;
|
|
1869
|
-
};
|
|
1870
|
-
readonly listType: {
|
|
1871
|
-
readonly type: import('vue').PropType<"picture" | "text" | "picture-card">;
|
|
1872
|
-
readonly required: false;
|
|
1873
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1874
|
-
__epPropKey: true;
|
|
1875
|
-
} & {
|
|
1876
|
-
readonly default: "text";
|
|
1877
|
-
};
|
|
1878
|
-
readonly httpRequest: {
|
|
1879
|
-
readonly type: import('vue').PropType<import('element-plus').UploadRequestHandler>;
|
|
1880
|
-
readonly required: false;
|
|
1881
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1882
|
-
__epPropKey: true;
|
|
1883
|
-
} & {
|
|
1884
|
-
readonly default: import('element-plus').UploadRequestHandler;
|
|
1885
|
-
};
|
|
1886
|
-
readonly disabled: BooleanConstructor;
|
|
1671
|
+
readonly showFileList: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1672
|
+
readonly accept: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1673
|
+
readonly fileList: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus').UploadUserFile[]) | (() => import('element-plus').UploadUserFile[]) | ((new (...args: any[]) => import('element-plus').UploadUserFile[]) | (() => import('element-plus').UploadUserFile[]))[], unknown, unknown, () => [], boolean>;
|
|
1674
|
+
readonly autoUpload: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1675
|
+
readonly listType: import('element-plus/es/utils/index.mjs').EpPropFinalized<StringConstructor, "picture" | "text" | "picture-card", unknown, "text", boolean>;
|
|
1676
|
+
readonly httpRequest: import('element-plus/es/utils/index.mjs').EpPropFinalized<(new (...args: any[]) => import('element-plus').UploadRequestHandler) | (() => import('element-plus').UploadRequestHandler) | {
|
|
1677
|
+
(): import('element-plus').UploadRequestHandler;
|
|
1678
|
+
new (): any;
|
|
1679
|
+
readonly prototype: any;
|
|
1680
|
+
} | ((new (...args: any[]) => import('element-plus').UploadRequestHandler) | (() => import('element-plus').UploadRequestHandler) | {
|
|
1681
|
+
(): import('element-plus').UploadRequestHandler;
|
|
1682
|
+
new (): any;
|
|
1683
|
+
readonly prototype: any;
|
|
1684
|
+
})[], unknown, unknown, import('element-plus').UploadRequestHandler, boolean>;
|
|
1685
|
+
readonly disabled: import('element-plus/es/utils/index.mjs').EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
1887
1686
|
readonly limit: NumberConstructor;
|
|
1888
1687
|
}>>, "name" | "data" | "onChange" | "onError" | "onProgress" | "multiple" | "disabled" | "submit" | "method" | "withCredentials" | "autoUpload" | "beforeUpload" | "onRemove" | "onPreview" | "onSuccess" | "onExceed" | "action" | "drag" | "showFileList" | "accept" | "fileList" | "listType" | "httpRequest" | "abort" | "clearFiles" | "handleStart" | "handleRemove"> & import('vue').ShallowUnwrapRef<{
|
|
1889
1688
|
abort: (file: import('element-plus').UploadFile) => void;
|
|
1890
1689
|
submit: () => void;
|
|
1891
1690
|
clearFiles: (states?: import('element-plus').UploadStatus[]) => void;
|
|
1892
1691
|
handleStart: (rawFile: import('element-plus').UploadRawFile) => void;
|
|
1893
|
-
handleRemove: (file: import('element-plus').UploadFile | import('element-plus').UploadRawFile
|
|
1692
|
+
handleRemove: (file: import('element-plus').UploadFile | import('element-plus').UploadRawFile) => void;
|
|
1894
1693
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
1895
1694
|
$slots: {
|
|
1896
|
-
file
|
|
1695
|
+
file?: (props: {
|
|
1897
1696
|
file: import('element-plus').UploadFile;
|
|
1898
1697
|
index: number;
|
|
1899
|
-
})
|
|
1900
|
-
|
|
1698
|
+
}) => any;
|
|
1699
|
+
} & {
|
|
1700
|
+
trigger?: (props: {}) => any;
|
|
1701
|
+
} & {
|
|
1702
|
+
default?: (props: {}) => any;
|
|
1703
|
+
} & {
|
|
1704
|
+
trigger?: (props: {}) => any;
|
|
1705
|
+
} & {
|
|
1706
|
+
default?: (props: {}) => any;
|
|
1707
|
+
} & {
|
|
1708
|
+
default?: (props: {}) => any;
|
|
1709
|
+
} & {
|
|
1710
|
+
tip?: (props: {}) => any;
|
|
1711
|
+
} & {
|
|
1712
|
+
file?: (props: {
|
|
1901
1713
|
file: import('element-plus').UploadFile;
|
|
1902
1714
|
index: number;
|
|
1903
|
-
})
|
|
1904
|
-
trigger?(_: {}): any;
|
|
1905
|
-
trigger?(_: {}): any;
|
|
1906
|
-
default?(_: {}): any;
|
|
1907
|
-
default?(_: {}): any;
|
|
1908
|
-
default?(_: {}): any;
|
|
1909
|
-
tip?(_: {}): any;
|
|
1715
|
+
}) => any;
|
|
1910
1716
|
};
|
|
1911
1717
|
};
|
|
1912
1718
|
cropperRef: unknown;
|