@vunk/form 2.14.17 → 2.14.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/button/src/ctx.d.ts +8 -1
- package/components/button/src/index.vue.d.ts +43 -8
- package/components/card-input-collection/index.cjs +3 -2
- package/components/card-input-collection/index.mjs +3 -2
- package/components/card-input-collection/src/core.vue.d.ts +34 -13
- package/components/card-input-collection/src/ctx.d.ts +1 -1
- package/components/card-input-collection/src/index.vue.d.ts +3 -3
- package/components/cascader/src/ctx.d.ts +63 -6
- package/components/cascader/src/index.vue.d.ts +155 -10
- package/components/color-picker/src/ctx.d.ts +14 -0
- package/components/color-picker/src/index.vue.d.ts +29 -0
- package/components/date-picker/src/ctx.d.ts +46 -4
- package/components/date-picker/src/index.vue.d.ts +266 -27
- package/components/date-picker-range/src/ctx.d.ts +48 -6
- package/components/date-picker-range/src/index.vue.d.ts +98 -13
- package/components/dialog-input-collection/index.cjs +3 -2
- package/components/dialog-input-collection/index.mjs +3 -2
- package/components/dialog-input-collection/src/ctx.d.ts +1 -1
- package/components/dialog-input-collection/src/dialog-form.vue.d.ts +4696 -48
- package/components/dialog-input-collection/src/index.vue.d.ts +4727 -58
- package/components/download-plus/src/index.vue.d.ts +45 -6
- package/components/esri-input-geojson/src/append.vue.d.ts +27 -6
- package/components/esri-input-geojson/src/ctx.d.ts +7 -1
- package/components/esri-input-geojson/src/index.vue.d.ts +13 -0
- package/components/fieldset/index.cjs +1 -17
- package/components/fieldset/index.mjs +1 -17
- package/components/form/src/ctx.d.ts +1 -1
- package/components/form/src/index.vue.d.ts +2867 -22
- package/components/form-item/src/core.vue.d.ts +27 -6
- package/components/input/src/ctx.d.ts +7 -1
- package/components/input/src/index.vue.d.ts +31 -0
- package/components/input-array/src/form-template.vue.d.ts +27 -6
- package/components/input-array/src/index.vue.d.ts +27 -6
- package/components/input-collection/index.cjs +5 -3
- package/components/input-collection/index.mjs +5 -3
- package/components/input-collection/src/core.vue.d.ts +31 -10
- package/components/input-collection/src/ctx.d.ts +1 -1
- package/components/input-collection/src/index.vue.d.ts +3 -3
- package/components/input-link/src/ctx.d.ts +6 -0
- package/components/input-link/src/index.vue.d.ts +12 -0
- package/components/input-number/src/ctx.d.ts +10 -1
- package/components/input-number/src/index.vue.d.ts +55 -0
- package/components/input-tag/src/ctx.d.ts +17 -1
- package/components/input-tag/src/index.vue.d.ts +103 -3
- package/components/select/src/core.vue.d.ts +2 -2
- package/components/select/src/ctx.d.ts +1 -1
- package/components/select/src/index.vue.d.ts +1 -1
- package/components/tables-select/src/index.vue.d.ts +108 -12
- package/components/upload/index.cjs +93 -35
- package/components/upload/index.css +3 -0
- package/components/upload/index.mjs +95 -37
- package/components/upload/src/ctx.d.ts +1 -4
- package/components/upload/src/file.vue.d.ts +427 -6
- package/components/upload/src/index.vue.d.ts +427 -12
- package/components/upload-plus/src/index.vue.d.ts +45 -6
- package/components/van-cascader/index.cjs +40 -43
- package/components/van-cascader/index.mjs +41 -44
- package/components/van-cascader/src/ctx.d.ts +62 -5
- package/components/van-cascader/src/index.vue.d.ts +825 -1681
- package/components/var-datetime-picker/src/index.vue.d.ts +159 -25
- package/index.css +3 -0
- package/package.json +1 -1
- package/shared/element-plus/ctx.d.ts +7 -7
- package/shared/element-plus/instances.d.ts +45 -3
- package/shared/progress-it/index.cjs +3 -1
|
@@ -120,6 +120,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
120
120
|
placeholder: StringConstructor;
|
|
121
121
|
disabled: BooleanConstructor;
|
|
122
122
|
clearable: BooleanConstructor;
|
|
123
|
+
clearIcon: {
|
|
124
|
+
readonly type: import("vue").PropType<unknown>;
|
|
125
|
+
readonly required: false;
|
|
126
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
127
|
+
__epPropKey: true;
|
|
128
|
+
};
|
|
123
129
|
filterable: BooleanConstructor;
|
|
124
130
|
filterMethod: {
|
|
125
131
|
readonly type: import("vue").PropType<(node: import("element-plus").CascaderNode, keyword: string) => boolean>;
|
|
@@ -194,12 +200,38 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
194
200
|
readonly default: string[];
|
|
195
201
|
};
|
|
196
202
|
popperClass: {
|
|
197
|
-
readonly type: import("vue").PropType<string
|
|
203
|
+
readonly type: import("vue").PropType<string | {
|
|
204
|
+
[x: string]: boolean;
|
|
205
|
+
} | (string | {
|
|
206
|
+
[x: string]: boolean;
|
|
207
|
+
} | (string | {
|
|
208
|
+
[x: string]: boolean;
|
|
209
|
+
} | (string | {
|
|
210
|
+
[x: string]: boolean;
|
|
211
|
+
} | (string | {
|
|
212
|
+
[x: string]: boolean;
|
|
213
|
+
} | (string | {
|
|
214
|
+
[x: string]: boolean;
|
|
215
|
+
} | (string | {
|
|
216
|
+
[x: string]: boolean;
|
|
217
|
+
} | (string | {
|
|
218
|
+
[x: string]: boolean;
|
|
219
|
+
} | (string | {
|
|
220
|
+
[x: string]: boolean;
|
|
221
|
+
} | (string | {
|
|
222
|
+
[x: string]: boolean;
|
|
223
|
+
} | (string | any[] | {
|
|
224
|
+
[x: string]: boolean;
|
|
225
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
226
|
+
readonly required: false;
|
|
227
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
228
|
+
__epPropKey: true;
|
|
229
|
+
};
|
|
230
|
+
popperStyle: {
|
|
231
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
198
232
|
readonly required: false;
|
|
199
233
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
200
234
|
__epPropKey: true;
|
|
201
|
-
} & {
|
|
202
|
-
readonly default: string;
|
|
203
235
|
};
|
|
204
236
|
teleported: {
|
|
205
237
|
readonly type: import("vue").PropType<boolean>;
|
|
@@ -209,6 +241,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
209
241
|
} & {
|
|
210
242
|
readonly default: true;
|
|
211
243
|
};
|
|
244
|
+
effect: {
|
|
245
|
+
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
246
|
+
readonly required: false;
|
|
247
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
248
|
+
__epPropKey: true;
|
|
249
|
+
} & {
|
|
250
|
+
readonly default: string;
|
|
251
|
+
};
|
|
212
252
|
tagType: {
|
|
213
253
|
default: string;
|
|
214
254
|
type: import("vue").PropType<"primary" | "success" | "warning" | "info" | "danger">;
|
|
@@ -239,177 +279,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
239
279
|
} & {
|
|
240
280
|
readonly default: boolean;
|
|
241
281
|
};
|
|
242
|
-
|
|
243
|
-
readonly type: import("vue").PropType<(string | number)[] | (string | number) | ((string | number)[] | (string | number))[]>;
|
|
244
|
-
readonly required: false;
|
|
245
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
246
|
-
__epPropKey: true;
|
|
247
|
-
};
|
|
248
|
-
options: {
|
|
249
|
-
readonly type: import("vue").PropType<import("element-plus").CascaderOption[]>;
|
|
250
|
-
readonly required: false;
|
|
251
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
252
|
-
__epPropKey: true;
|
|
253
|
-
} & {
|
|
254
|
-
readonly default: () => import("element-plus").CascaderOption[];
|
|
255
|
-
};
|
|
256
|
-
props: {
|
|
257
|
-
readonly type: import("vue").PropType<import("element-plus").CascaderProps>;
|
|
258
|
-
readonly required: false;
|
|
259
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
260
|
-
__epPropKey: true;
|
|
261
|
-
} & {
|
|
262
|
-
readonly default: () => import("element-plus").CascaderProps;
|
|
263
|
-
};
|
|
264
|
-
}>, {
|
|
265
|
-
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
266
|
-
fieldValue: import("vue").Ref<string, string>;
|
|
267
|
-
popupShow: import("vue").Ref<boolean, boolean>;
|
|
268
|
-
handleFinish: ({ selectedOptions }: {
|
|
269
|
-
selectedOptions: any;
|
|
270
|
-
}) => void;
|
|
271
|
-
cascaderValue: import("vue").Ref<string, string>;
|
|
272
|
-
options: import("vue").ComputedRef<import("element-plus").CascaderOption[]>;
|
|
273
|
-
preInput: () => void;
|
|
274
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
275
|
-
"update:modelValue": (value: import("element-plus").CascaderValue) => boolean;
|
|
276
|
-
change: (value: import("element-plus").CascaderValue) => boolean;
|
|
277
|
-
focus: (evt: FocusEvent) => boolean;
|
|
278
|
-
blur: (evt: FocusEvent) => boolean;
|
|
279
|
-
clear: () => boolean;
|
|
280
|
-
visibleChange: (val: boolean) => boolean;
|
|
281
|
-
expandChange: (val: import("element-plus").CascaderValue) => boolean;
|
|
282
|
-
removeTag: (val: import("element-plus").CascaderNode["valueByOption"]) => boolean;
|
|
283
|
-
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
284
|
-
optionsUrl: {
|
|
285
|
-
type: StringConstructor;
|
|
286
|
-
default: string;
|
|
287
|
-
};
|
|
288
|
-
readonly: {
|
|
289
|
-
type: BooleanConstructor;
|
|
290
|
-
default: any;
|
|
291
|
-
};
|
|
292
|
-
cascaderSlots: {
|
|
293
|
-
type: import("vue").PropType<import("@vunk/shared").NormalObject>;
|
|
294
|
-
default: () => {};
|
|
295
|
-
};
|
|
296
|
-
cascaderRef: {
|
|
297
|
-
type: import("vue").PropType<any>;
|
|
298
|
-
required: boolean;
|
|
299
|
-
};
|
|
300
|
-
required: {
|
|
301
|
-
readonly type: import("vue").PropType<boolean>;
|
|
302
|
-
readonly required: false;
|
|
303
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
304
|
-
__epPropKey: true;
|
|
305
|
-
} & {
|
|
306
|
-
readonly default: undefined;
|
|
307
|
-
};
|
|
308
|
-
formItemSize: {
|
|
309
|
-
type: import("vue").PropType<"default" | "small" | "large">;
|
|
310
|
-
default: "default" | "small" | "large";
|
|
311
|
-
};
|
|
312
|
-
formItemSlots: {
|
|
313
|
-
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
314
|
-
default: any;
|
|
315
|
-
};
|
|
316
|
-
elRef: {
|
|
317
|
-
type: import("vue").PropType<any>;
|
|
318
|
-
required: boolean;
|
|
319
|
-
};
|
|
320
|
-
inline: {
|
|
321
|
-
type: BooleanConstructor;
|
|
322
|
-
default: boolean;
|
|
323
|
-
};
|
|
324
|
-
formItemTip: {
|
|
325
|
-
type: StringConstructor;
|
|
326
|
-
default: any;
|
|
327
|
-
};
|
|
328
|
-
formItemTipClass: any;
|
|
329
|
-
labelTip: {
|
|
330
|
-
type: StringConstructor;
|
|
331
|
-
default: any;
|
|
332
|
-
};
|
|
333
|
-
information: {
|
|
334
|
-
type: BooleanConstructor;
|
|
335
|
-
default: boolean;
|
|
336
|
-
};
|
|
337
|
-
prop: any;
|
|
338
|
-
label: StringConstructor;
|
|
339
|
-
labelWidth: {
|
|
340
|
-
readonly type: import("vue").PropType<string | number>;
|
|
341
|
-
readonly required: false;
|
|
342
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
343
|
-
__epPropKey: true;
|
|
344
|
-
} & {
|
|
345
|
-
readonly default: "";
|
|
346
|
-
};
|
|
347
|
-
labelPosition: {
|
|
348
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
349
|
-
readonly required: false;
|
|
350
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
351
|
-
__epPropKey: true;
|
|
352
|
-
} & {
|
|
353
|
-
readonly default: "";
|
|
354
|
-
};
|
|
355
|
-
rules: {
|
|
356
|
-
readonly type: import("vue").PropType<unknown>;
|
|
357
|
-
readonly required: false;
|
|
358
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
359
|
-
__epPropKey: true;
|
|
360
|
-
};
|
|
361
|
-
error: StringConstructor;
|
|
362
|
-
validateStatus: {
|
|
363
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
364
|
-
readonly required: false;
|
|
365
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
366
|
-
__epPropKey: true;
|
|
367
|
-
};
|
|
368
|
-
for: StringConstructor;
|
|
369
|
-
inlineMessage: {
|
|
370
|
-
readonly type: import("vue").PropType<string | boolean>;
|
|
371
|
-
readonly required: false;
|
|
372
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
373
|
-
__epPropKey: true;
|
|
374
|
-
} & {
|
|
375
|
-
readonly default: "";
|
|
376
|
-
};
|
|
377
|
-
showMessage: {
|
|
378
|
-
readonly type: import("vue").PropType<boolean>;
|
|
379
|
-
readonly required: false;
|
|
380
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
381
|
-
__epPropKey: true;
|
|
382
|
-
} & {
|
|
383
|
-
readonly default: true;
|
|
384
|
-
};
|
|
385
|
-
emptyValues: ArrayConstructor;
|
|
386
|
-
valueOnClear: {
|
|
387
|
-
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
388
|
-
readonly required: false;
|
|
389
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
390
|
-
__epPropKey: true;
|
|
391
|
-
} & {
|
|
392
|
-
readonly default: undefined;
|
|
393
|
-
};
|
|
394
|
-
size: {
|
|
395
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
396
|
-
readonly required: false;
|
|
397
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
398
|
-
__epPropKey: true;
|
|
399
|
-
};
|
|
400
|
-
placeholder: StringConstructor;
|
|
401
|
-
disabled: BooleanConstructor;
|
|
402
|
-
clearable: BooleanConstructor;
|
|
403
|
-
filterable: BooleanConstructor;
|
|
404
|
-
filterMethod: {
|
|
405
|
-
readonly type: import("vue").PropType<(node: import("element-plus").CascaderNode, keyword: string) => boolean>;
|
|
406
|
-
readonly required: false;
|
|
407
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
408
|
-
__epPropKey: true;
|
|
409
|
-
} & {
|
|
410
|
-
readonly default: (node: import("element-plus").CascaderNode, keyword: string) => boolean;
|
|
411
|
-
};
|
|
412
|
-
separator: {
|
|
282
|
+
showCheckedStrategy: {
|
|
413
283
|
readonly type: import("vue").PropType<string>;
|
|
414
284
|
readonly required: false;
|
|
415
285
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
@@ -417,7 +287,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
417
287
|
} & {
|
|
418
288
|
readonly default: string;
|
|
419
289
|
};
|
|
420
|
-
|
|
290
|
+
checkOnClickNode: BooleanConstructor;
|
|
291
|
+
showPrefix: {
|
|
421
292
|
readonly type: import("vue").PropType<boolean>;
|
|
422
293
|
readonly required: false;
|
|
423
294
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
@@ -425,1192 +296,166 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
425
296
|
} & {
|
|
426
297
|
readonly default: boolean;
|
|
427
298
|
};
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
readonly type: import("vue").PropType<number>;
|
|
431
|
-
readonly required: false;
|
|
432
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
433
|
-
__epPropKey: true;
|
|
434
|
-
} & {
|
|
435
|
-
readonly default: number;
|
|
436
|
-
};
|
|
437
|
-
collapseTagsTooltip: BooleanConstructor;
|
|
438
|
-
maxCollapseTagsTooltipHeight: {
|
|
439
|
-
readonly type: import("vue").PropType<string | number>;
|
|
440
|
-
readonly required: false;
|
|
441
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
442
|
-
__epPropKey: true;
|
|
443
|
-
};
|
|
444
|
-
debounce: {
|
|
445
|
-
readonly type: import("vue").PropType<number>;
|
|
446
|
-
readonly required: false;
|
|
447
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
448
|
-
__epPropKey: true;
|
|
449
|
-
} & {
|
|
450
|
-
readonly default: number;
|
|
451
|
-
};
|
|
452
|
-
beforeFilter: {
|
|
453
|
-
readonly type: import("vue").PropType<(value: string) => boolean | Promise<any>>;
|
|
454
|
-
readonly required: false;
|
|
455
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
456
|
-
__epPropKey: true;
|
|
457
|
-
} & {
|
|
458
|
-
readonly default: () => true;
|
|
459
|
-
};
|
|
460
|
-
placement: {
|
|
461
|
-
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
462
|
-
readonly required: false;
|
|
463
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
464
|
-
__epPropKey: true;
|
|
465
|
-
} & {
|
|
466
|
-
readonly default: string;
|
|
467
|
-
};
|
|
468
|
-
fallbackPlacements: {
|
|
469
|
-
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
299
|
+
modelValue: {
|
|
300
|
+
readonly type: import("vue").PropType<(string | number)[] | (string | number) | ((string | number)[] | (string | number))[]>;
|
|
470
301
|
readonly required: false;
|
|
471
302
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
472
303
|
__epPropKey: true;
|
|
473
|
-
} & {
|
|
474
|
-
readonly default: string[];
|
|
475
304
|
};
|
|
476
|
-
|
|
477
|
-
readonly type: import("vue").PropType<
|
|
305
|
+
options: {
|
|
306
|
+
readonly type: import("vue").PropType<import("element-plus").CascaderOption[]>;
|
|
478
307
|
readonly required: false;
|
|
479
308
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
480
309
|
__epPropKey: true;
|
|
481
310
|
} & {
|
|
482
|
-
readonly default:
|
|
311
|
+
readonly default: () => import("element-plus").CascaderOption[];
|
|
483
312
|
};
|
|
484
|
-
|
|
485
|
-
readonly type: import("vue").PropType<
|
|
313
|
+
props: {
|
|
314
|
+
readonly type: import("vue").PropType<import("element-plus").CascaderProps>;
|
|
486
315
|
readonly required: false;
|
|
487
316
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
488
317
|
__epPropKey: true;
|
|
489
318
|
} & {
|
|
490
|
-
readonly default:
|
|
491
|
-
};
|
|
492
|
-
tagType: {
|
|
493
|
-
default: string;
|
|
494
|
-
type: import("vue").PropType<"primary" | "success" | "warning" | "info" | "danger">;
|
|
495
|
-
required: false;
|
|
496
|
-
validator: ((val: unknown) => boolean) | undefined;
|
|
497
|
-
__epPropKey: true;
|
|
319
|
+
readonly default: () => import("element-plus").CascaderProps;
|
|
498
320
|
};
|
|
499
|
-
tagEffect: {
|
|
500
|
-
default: string;
|
|
501
|
-
type: import("vue").PropType<"dark" | "light" | "plain">;
|
|
502
|
-
required: false;
|
|
503
|
-
validator: ((val: unknown) => boolean) | undefined;
|
|
504
|
-
__epPropKey: true;
|
|
505
|
-
};
|
|
506
|
-
validateEvent: {
|
|
507
|
-
readonly type: import("vue").PropType<boolean>;
|
|
508
|
-
readonly required: false;
|
|
509
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
510
|
-
__epPropKey: true;
|
|
511
|
-
} & {
|
|
512
|
-
readonly default: boolean;
|
|
513
|
-
};
|
|
514
|
-
persistent: {
|
|
515
|
-
readonly type: import("vue").PropType<boolean>;
|
|
516
|
-
readonly required: false;
|
|
517
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
518
|
-
__epPropKey: true;
|
|
519
|
-
} & {
|
|
520
|
-
readonly default: boolean;
|
|
521
|
-
};
|
|
522
|
-
modelValue: {
|
|
523
|
-
readonly type: import("vue").PropType<(string | number)[] | (string | number) | ((string | number)[] | (string | number))[]>;
|
|
524
|
-
readonly required: false;
|
|
525
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
526
|
-
__epPropKey: true;
|
|
527
|
-
};
|
|
528
|
-
options: {
|
|
529
|
-
readonly type: import("vue").PropType<import("element-plus").CascaderOption[]>;
|
|
530
|
-
readonly required: false;
|
|
531
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
532
|
-
__epPropKey: true;
|
|
533
|
-
} & {
|
|
534
|
-
readonly default: () => import("element-plus").CascaderOption[];
|
|
535
|
-
};
|
|
536
|
-
props: {
|
|
537
|
-
readonly type: import("vue").PropType<import("element-plus").CascaderProps>;
|
|
538
|
-
readonly required: false;
|
|
539
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
540
|
-
__epPropKey: true;
|
|
541
|
-
} & {
|
|
542
|
-
readonly default: () => import("element-plus").CascaderProps;
|
|
543
|
-
};
|
|
544
|
-
}>> & Readonly<{
|
|
545
|
-
onFocus?: (evt: FocusEvent) => any;
|
|
546
|
-
onClear?: () => any;
|
|
547
|
-
"onUpdate:modelValue"?: (value: import("element-plus").CascaderValue) => any;
|
|
548
|
-
onChange?: (value: import("element-plus").CascaderValue) => any;
|
|
549
|
-
onBlur?: (evt: FocusEvent) => any;
|
|
550
|
-
onVisibleChange?: (val: boolean) => any;
|
|
551
|
-
onExpandChange?: (val: import("element-plus").CascaderValue) => any;
|
|
552
|
-
onRemoveTag?: (val: (string | number)[] | (string | number)) => any;
|
|
553
321
|
}>, {
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
readonly: boolean;
|
|
559
|
-
formItemTip: string;
|
|
560
|
-
formItemTipClass: any;
|
|
561
|
-
labelTip: string;
|
|
562
|
-
information: boolean;
|
|
563
|
-
prop: any;
|
|
564
|
-
labelWidth: string | number;
|
|
565
|
-
labelPosition: "" | "top" | "left" | "right";
|
|
566
|
-
inlineMessage: string | boolean;
|
|
567
|
-
showMessage: boolean;
|
|
568
|
-
disabled: boolean;
|
|
569
|
-
persistent: boolean;
|
|
570
|
-
teleported: boolean;
|
|
571
|
-
popperClass: string;
|
|
572
|
-
fallbackPlacements: import("element-plus").Placement[];
|
|
573
|
-
placement: import("element-plus").Placement;
|
|
574
|
-
props: import("element-plus").CascaderProps;
|
|
575
|
-
clearable: boolean;
|
|
576
|
-
filterMethod: (node: import("element-plus").CascaderNode, keyword: string) => boolean;
|
|
577
|
-
options: import("element-plus").CascaderOption[];
|
|
578
|
-
validateEvent: boolean;
|
|
579
|
-
filterable: boolean;
|
|
580
|
-
collapseTags: boolean;
|
|
581
|
-
collapseTagsTooltip: boolean;
|
|
582
|
-
tagType: "primary" | "success" | "warning" | "info" | "danger";
|
|
583
|
-
valueOnClear: string | number | boolean | Function;
|
|
584
|
-
separator: string;
|
|
585
|
-
showAllLevels: boolean;
|
|
586
|
-
maxCollapseTags: number;
|
|
587
|
-
debounce: number;
|
|
588
|
-
beforeFilter: (value: string) => boolean | Promise<any>;
|
|
589
|
-
tagEffect: "dark" | "light" | "plain";
|
|
590
|
-
optionsUrl: string;
|
|
591
|
-
cascaderSlots: import("@vunk/shared").NormalObject;
|
|
592
|
-
}, {}, {
|
|
593
|
-
VkfFormItem: {
|
|
594
|
-
new (...args: any[]): any;
|
|
595
|
-
__isFragment?: never;
|
|
596
|
-
__isTeleport?: never;
|
|
597
|
-
__isSuspense?: never;
|
|
598
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
599
|
-
[x: string]: any;
|
|
600
|
-
[x: symbol]: any;
|
|
601
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
602
|
-
install(app: import("vue").App): void;
|
|
603
|
-
};
|
|
604
|
-
Cascader: import("vant/lib/utils").WithInstall<import("vue").DefineComponent<{
|
|
605
|
-
title: StringConstructor;
|
|
606
|
-
options: {
|
|
607
|
-
type: import("vue").PropType<import("vant").CascaderOption[]>;
|
|
608
|
-
default: () => never[];
|
|
609
|
-
};
|
|
610
|
-
closeable: {
|
|
611
|
-
type: BooleanConstructor;
|
|
612
|
-
default: true;
|
|
613
|
-
};
|
|
614
|
-
swipeable: {
|
|
615
|
-
type: BooleanConstructor;
|
|
616
|
-
default: true;
|
|
617
|
-
};
|
|
618
|
-
closeIcon: {
|
|
619
|
-
type: import("vue").PropType<string>;
|
|
322
|
+
ElSelect: never;
|
|
323
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
324
|
+
optionsUrl: {
|
|
325
|
+
type: StringConstructor;
|
|
620
326
|
default: string;
|
|
621
327
|
};
|
|
622
|
-
|
|
328
|
+
readonly: {
|
|
623
329
|
type: BooleanConstructor;
|
|
624
|
-
default:
|
|
330
|
+
default: any;
|
|
625
331
|
};
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
activeColor: StringConstructor;
|
|
630
|
-
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "close" | "clickTab" | "finish")[], "update:modelValue" | "change" | "close" | "clickTab" | "finish", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
631
|
-
title: StringConstructor;
|
|
632
|
-
options: {
|
|
633
|
-
type: import("vue").PropType<import("vant").CascaderOption[]>;
|
|
634
|
-
default: () => never[];
|
|
332
|
+
cascaderSlots: {
|
|
333
|
+
type: import("vue").PropType<import("@vunk/shared").NormalObject>;
|
|
334
|
+
default: () => {};
|
|
635
335
|
};
|
|
636
|
-
|
|
637
|
-
type:
|
|
638
|
-
|
|
336
|
+
cascaderRef: {
|
|
337
|
+
type: import("vue").PropType<any>;
|
|
338
|
+
required: boolean;
|
|
639
339
|
};
|
|
640
|
-
|
|
641
|
-
type:
|
|
642
|
-
|
|
340
|
+
required: {
|
|
341
|
+
readonly type: import("vue").PropType<boolean>;
|
|
342
|
+
readonly required: false;
|
|
343
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
344
|
+
__epPropKey: true;
|
|
345
|
+
} & {
|
|
346
|
+
readonly default: undefined;
|
|
643
347
|
};
|
|
644
|
-
|
|
645
|
-
type: import("vue").PropType<
|
|
646
|
-
default:
|
|
348
|
+
formItemSize: {
|
|
349
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
350
|
+
default: "default" | "small" | "large";
|
|
647
351
|
};
|
|
648
|
-
|
|
649
|
-
type:
|
|
650
|
-
default:
|
|
352
|
+
formItemSlots: {
|
|
353
|
+
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
354
|
+
default: any;
|
|
651
355
|
};
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
activeColor: StringConstructor;
|
|
656
|
-
}>> & {
|
|
657
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
658
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
659
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
660
|
-
onClickTab?: ((...args: any[]) => any) | undefined;
|
|
661
|
-
onFinish?: ((...args: any[]) => any) | undefined;
|
|
662
|
-
}, {
|
|
663
|
-
closeIcon: string;
|
|
664
|
-
closeable: boolean;
|
|
665
|
-
options: import("vant").CascaderOption[];
|
|
666
|
-
swipeable: boolean;
|
|
667
|
-
showHeader: boolean;
|
|
668
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
669
|
-
Popup: import("vant/lib/utils").WithInstall<import("vue").DefineComponent<{
|
|
670
|
-
show: BooleanConstructor;
|
|
671
|
-
zIndex: (NumberConstructor | StringConstructor)[];
|
|
672
|
-
overlay: {
|
|
673
|
-
type: BooleanConstructor;
|
|
674
|
-
default: true;
|
|
356
|
+
elRef: {
|
|
357
|
+
type: import("vue").PropType<any>;
|
|
358
|
+
required: boolean;
|
|
675
359
|
};
|
|
676
|
-
|
|
677
|
-
teleport: import("vue").PropType<string | import("vue").RendererElement | null | undefined>;
|
|
678
|
-
lockScroll: {
|
|
360
|
+
inline: {
|
|
679
361
|
type: BooleanConstructor;
|
|
680
|
-
default:
|
|
362
|
+
default: boolean;
|
|
681
363
|
};
|
|
682
|
-
|
|
683
|
-
type:
|
|
684
|
-
default:
|
|
364
|
+
formItemTip: {
|
|
365
|
+
type: StringConstructor;
|
|
366
|
+
default: any;
|
|
685
367
|
};
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
368
|
+
formItemTipClass: any;
|
|
369
|
+
labelTip: {
|
|
370
|
+
type: StringConstructor;
|
|
371
|
+
default: any;
|
|
372
|
+
};
|
|
373
|
+
information: {
|
|
691
374
|
type: BooleanConstructor;
|
|
692
|
-
default:
|
|
375
|
+
default: boolean;
|
|
693
376
|
};
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
type: import("vue").PropType<
|
|
698
|
-
|
|
377
|
+
prop: any;
|
|
378
|
+
label: StringConstructor;
|
|
379
|
+
labelWidth: {
|
|
380
|
+
readonly type: import("vue").PropType<string | number>;
|
|
381
|
+
readonly required: false;
|
|
382
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
383
|
+
__epPropKey: true;
|
|
384
|
+
} & {
|
|
385
|
+
readonly default: "";
|
|
699
386
|
};
|
|
700
|
-
|
|
701
|
-
type: import("vue").PropType<
|
|
702
|
-
|
|
387
|
+
labelPosition: {
|
|
388
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
389
|
+
readonly required: false;
|
|
390
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
391
|
+
__epPropKey: true;
|
|
392
|
+
} & {
|
|
393
|
+
readonly default: "";
|
|
703
394
|
};
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
type: import("vue").PropType<import("vant").PopupCloseIconPosition>;
|
|
710
|
-
default: import("vant").PopupCloseIconPosition;
|
|
395
|
+
rules: {
|
|
396
|
+
readonly type: import("vue").PropType<unknown>;
|
|
397
|
+
readonly required: false;
|
|
398
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
399
|
+
__epPropKey: true;
|
|
711
400
|
};
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
type: BooleanConstructor;
|
|
719
|
-
default: true;
|
|
401
|
+
error: StringConstructor;
|
|
402
|
+
validateStatus: {
|
|
403
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
404
|
+
readonly required: false;
|
|
405
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
406
|
+
__epPropKey: true;
|
|
720
407
|
};
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
408
|
+
for: StringConstructor;
|
|
409
|
+
inlineMessage: {
|
|
410
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
411
|
+
readonly required: false;
|
|
412
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
413
|
+
__epPropKey: true;
|
|
414
|
+
} & {
|
|
415
|
+
readonly default: "";
|
|
726
416
|
};
|
|
727
|
-
|
|
728
|
-
type:
|
|
729
|
-
|
|
417
|
+
showMessage: {
|
|
418
|
+
readonly type: import("vue").PropType<boolean>;
|
|
419
|
+
readonly required: false;
|
|
420
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
421
|
+
__epPropKey: true;
|
|
422
|
+
} & {
|
|
423
|
+
readonly default: true;
|
|
730
424
|
};
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
425
|
+
emptyValues: ArrayConstructor;
|
|
426
|
+
valueOnClear: {
|
|
427
|
+
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
428
|
+
readonly required: false;
|
|
429
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
430
|
+
__epPropKey: true;
|
|
431
|
+
} & {
|
|
432
|
+
readonly default: undefined;
|
|
738
433
|
};
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
434
|
+
size: {
|
|
435
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
436
|
+
readonly required: false;
|
|
437
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
438
|
+
__epPropKey: true;
|
|
744
439
|
};
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
transition: StringConstructor;
|
|
751
|
-
iconPrefix: StringConstructor;
|
|
752
|
-
closeOnPopstate: BooleanConstructor;
|
|
753
|
-
closeIconPosition: {
|
|
754
|
-
type: import("vue").PropType<import("vant").PopupCloseIconPosition>;
|
|
755
|
-
default: import("vant").PopupCloseIconPosition;
|
|
756
|
-
};
|
|
757
|
-
safeAreaInsetTop: BooleanConstructor;
|
|
758
|
-
safeAreaInsetBottom: BooleanConstructor;
|
|
759
|
-
}>> & {
|
|
760
|
-
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
761
|
-
onOpen?: ((...args: any[]) => any) | undefined;
|
|
762
|
-
onClose?: ((...args: any[]) => any) | undefined;
|
|
763
|
-
onOpened?: ((...args: any[]) => any) | undefined;
|
|
764
|
-
onClosed?: ((...args: any[]) => any) | undefined;
|
|
765
|
-
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
766
|
-
onClickOverlay?: ((...args: any[]) => any) | undefined;
|
|
767
|
-
onClickCloseIcon?: ((...args: any[]) => any) | undefined;
|
|
768
|
-
}, {
|
|
769
|
-
position: import("vant").PopupPosition;
|
|
770
|
-
round: boolean;
|
|
771
|
-
overlay: boolean;
|
|
772
|
-
show: boolean;
|
|
773
|
-
safeAreaInsetBottom: boolean;
|
|
774
|
-
lockScroll: boolean;
|
|
775
|
-
lazyRender: boolean;
|
|
776
|
-
transitionAppear: boolean;
|
|
777
|
-
closeOnClickOverlay: boolean;
|
|
778
|
-
closeIcon: string;
|
|
779
|
-
closeable: boolean;
|
|
780
|
-
closeOnPopstate: boolean;
|
|
781
|
-
closeIconPosition: import("vant").PopupCloseIconPosition;
|
|
782
|
-
safeAreaInsetTop: boolean;
|
|
783
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
784
|
-
ElSelect: ({
|
|
785
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
786
|
-
ariaLabel: StringConstructor;
|
|
787
|
-
emptyValues: ArrayConstructor;
|
|
788
|
-
valueOnClear: {
|
|
789
|
-
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
790
|
-
readonly required: false;
|
|
791
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
792
|
-
__epPropKey: true;
|
|
793
|
-
} & {
|
|
794
|
-
readonly default: undefined;
|
|
795
|
-
};
|
|
796
|
-
name: StringConstructor;
|
|
797
|
-
id: StringConstructor;
|
|
798
|
-
modelValue: {
|
|
799
|
-
readonly type: import("vue").PropType<unknown>;
|
|
800
|
-
readonly required: false;
|
|
801
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
802
|
-
__epPropKey: true;
|
|
803
|
-
} & {
|
|
804
|
-
readonly default: undefined;
|
|
805
|
-
};
|
|
806
|
-
autocomplete: {
|
|
807
|
-
readonly type: import("vue").PropType<string>;
|
|
808
|
-
readonly required: false;
|
|
809
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
810
|
-
__epPropKey: true;
|
|
811
|
-
} & {
|
|
812
|
-
readonly default: string;
|
|
813
|
-
};
|
|
814
|
-
automaticDropdown: BooleanConstructor;
|
|
815
|
-
size: {
|
|
816
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
817
|
-
readonly required: false;
|
|
818
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
819
|
-
__epPropKey: true;
|
|
820
|
-
};
|
|
821
|
-
effect: {
|
|
822
|
-
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
823
|
-
readonly required: false;
|
|
824
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
825
|
-
__epPropKey: true;
|
|
826
|
-
} & {
|
|
827
|
-
readonly default: string;
|
|
828
|
-
};
|
|
829
|
-
disabled: BooleanConstructor;
|
|
830
|
-
clearable: BooleanConstructor;
|
|
831
|
-
filterable: BooleanConstructor;
|
|
832
|
-
allowCreate: BooleanConstructor;
|
|
833
|
-
loading: BooleanConstructor;
|
|
834
|
-
popperClass: {
|
|
835
|
-
readonly type: import("vue").PropType<string>;
|
|
836
|
-
readonly required: false;
|
|
837
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
838
|
-
__epPropKey: true;
|
|
839
|
-
} & {
|
|
840
|
-
readonly default: string;
|
|
841
|
-
};
|
|
842
|
-
popperOptions: {
|
|
843
|
-
readonly type: import("vue").PropType<Partial<import("element-plus").Options>>;
|
|
844
|
-
readonly required: false;
|
|
845
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
846
|
-
__epPropKey: true;
|
|
847
|
-
} & {
|
|
848
|
-
readonly default: () => Partial<import("element-plus").Options>;
|
|
849
|
-
};
|
|
850
|
-
remote: BooleanConstructor;
|
|
851
|
-
loadingText: StringConstructor;
|
|
852
|
-
noMatchText: StringConstructor;
|
|
853
|
-
noDataText: StringConstructor;
|
|
854
|
-
remoteMethod: FunctionConstructor;
|
|
855
|
-
filterMethod: FunctionConstructor;
|
|
856
|
-
multiple: BooleanConstructor;
|
|
857
|
-
multipleLimit: {
|
|
858
|
-
readonly type: import("vue").PropType<number>;
|
|
859
|
-
readonly required: false;
|
|
860
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
861
|
-
__epPropKey: true;
|
|
862
|
-
} & {
|
|
863
|
-
readonly default: number;
|
|
864
|
-
};
|
|
865
|
-
placeholder: {
|
|
866
|
-
readonly type: import("vue").PropType<string>;
|
|
867
|
-
readonly required: false;
|
|
868
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
869
|
-
__epPropKey: true;
|
|
870
|
-
};
|
|
871
|
-
defaultFirstOption: BooleanConstructor;
|
|
872
|
-
reserveKeyword: {
|
|
873
|
-
readonly type: import("vue").PropType<boolean>;
|
|
874
|
-
readonly required: false;
|
|
875
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
876
|
-
__epPropKey: true;
|
|
877
|
-
} & {
|
|
878
|
-
readonly default: boolean;
|
|
879
|
-
};
|
|
880
|
-
valueKey: {
|
|
881
|
-
readonly type: import("vue").PropType<string>;
|
|
882
|
-
readonly required: false;
|
|
883
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
884
|
-
__epPropKey: true;
|
|
885
|
-
} & {
|
|
886
|
-
readonly default: string;
|
|
887
|
-
};
|
|
888
|
-
collapseTags: BooleanConstructor;
|
|
889
|
-
collapseTagsTooltip: BooleanConstructor;
|
|
890
|
-
maxCollapseTags: {
|
|
891
|
-
readonly type: import("vue").PropType<number>;
|
|
892
|
-
readonly required: false;
|
|
893
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
894
|
-
__epPropKey: true;
|
|
895
|
-
} & {
|
|
896
|
-
readonly default: number;
|
|
897
|
-
};
|
|
898
|
-
teleported: {
|
|
899
|
-
readonly type: import("vue").PropType<boolean>;
|
|
900
|
-
readonly required: false;
|
|
901
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
902
|
-
__epPropKey: true;
|
|
903
|
-
} & {
|
|
904
|
-
readonly default: true;
|
|
905
|
-
};
|
|
906
|
-
persistent: {
|
|
907
|
-
readonly type: import("vue").PropType<boolean>;
|
|
908
|
-
readonly required: false;
|
|
909
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
910
|
-
__epPropKey: true;
|
|
911
|
-
} & {
|
|
912
|
-
readonly default: boolean;
|
|
913
|
-
};
|
|
914
|
-
clearIcon: {
|
|
915
|
-
readonly type: import("vue").PropType<unknown>;
|
|
916
|
-
readonly required: false;
|
|
917
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
918
|
-
__epPropKey: true;
|
|
919
|
-
};
|
|
920
|
-
fitInputWidth: BooleanConstructor;
|
|
921
|
-
suffixIcon: {
|
|
922
|
-
readonly type: import("vue").PropType<unknown>;
|
|
923
|
-
readonly required: false;
|
|
924
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
925
|
-
__epPropKey: true;
|
|
926
|
-
};
|
|
927
|
-
tagType: {
|
|
928
|
-
default: string;
|
|
929
|
-
type: import("vue").PropType<"primary" | "success" | "warning" | "info" | "danger">;
|
|
930
|
-
required: false;
|
|
931
|
-
validator: ((val: unknown) => boolean) | undefined;
|
|
932
|
-
__epPropKey: true;
|
|
933
|
-
};
|
|
934
|
-
tagEffect: {
|
|
935
|
-
default: string;
|
|
936
|
-
type: import("vue").PropType<"dark" | "light" | "plain">;
|
|
937
|
-
required: false;
|
|
938
|
-
validator: ((val: unknown) => boolean) | undefined;
|
|
939
|
-
__epPropKey: true;
|
|
940
|
-
};
|
|
941
|
-
validateEvent: {
|
|
942
|
-
readonly type: import("vue").PropType<boolean>;
|
|
943
|
-
readonly required: false;
|
|
944
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
945
|
-
__epPropKey: true;
|
|
946
|
-
} & {
|
|
947
|
-
readonly default: boolean;
|
|
948
|
-
};
|
|
949
|
-
remoteShowSuffix: BooleanConstructor;
|
|
950
|
-
showArrow: {
|
|
951
|
-
readonly type: import("vue").PropType<boolean>;
|
|
952
|
-
readonly required: false;
|
|
953
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
954
|
-
__epPropKey: true;
|
|
955
|
-
} & {
|
|
956
|
-
readonly default: boolean;
|
|
957
|
-
};
|
|
958
|
-
offset: {
|
|
959
|
-
readonly type: import("vue").PropType<number>;
|
|
960
|
-
readonly required: false;
|
|
961
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
962
|
-
__epPropKey: true;
|
|
963
|
-
} & {
|
|
964
|
-
readonly default: number;
|
|
965
|
-
};
|
|
966
|
-
placement: {
|
|
967
|
-
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
968
|
-
readonly required: false;
|
|
969
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
970
|
-
__epPropKey: true;
|
|
971
|
-
} & {
|
|
972
|
-
readonly default: string;
|
|
973
|
-
};
|
|
974
|
-
fallbackPlacements: {
|
|
975
|
-
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
976
|
-
readonly required: false;
|
|
977
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
978
|
-
__epPropKey: true;
|
|
979
|
-
} & {
|
|
980
|
-
readonly default: string[];
|
|
981
|
-
};
|
|
982
|
-
tabindex: {
|
|
983
|
-
readonly type: import("vue").PropType<string | number>;
|
|
984
|
-
readonly required: false;
|
|
985
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
986
|
-
__epPropKey: true;
|
|
987
|
-
} & {
|
|
988
|
-
readonly default: number;
|
|
989
|
-
};
|
|
990
|
-
appendTo: {
|
|
991
|
-
readonly type: import("vue").PropType<string | HTMLElement>;
|
|
992
|
-
readonly required: false;
|
|
993
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
994
|
-
__epPropKey: true;
|
|
995
|
-
};
|
|
996
|
-
}>> & {
|
|
997
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
998
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
999
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1000
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1001
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
1002
|
-
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
1003
|
-
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
1004
|
-
"onPopup-scroll"?: ((...args: any[]) => any) | undefined;
|
|
1005
|
-
}, {
|
|
1006
|
-
modelValue: import("vue").ComputedRef<string | number | boolean | any[] | Record<string, any> | undefined>;
|
|
1007
|
-
selectedLabel: import("vue").ComputedRef<string | string[]>;
|
|
1008
|
-
calculatorRef: import("vue").ShallowRef<HTMLElement | undefined>;
|
|
1009
|
-
inputStyle: import("vue").ComputedRef<{
|
|
1010
|
-
minWidth: string;
|
|
1011
|
-
}>;
|
|
1012
|
-
inputId: import("vue").Ref<string | undefined>;
|
|
1013
|
-
contentId: import("vue").Ref<string>;
|
|
1014
|
-
nsSelect: {
|
|
1015
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1016
|
-
b: (blockSuffix?: string) => string;
|
|
1017
|
-
e: (element?: string) => string;
|
|
1018
|
-
m: (modifier?: string) => string;
|
|
1019
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1020
|
-
em: (element?: string, modifier?: string) => string;
|
|
1021
|
-
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
1022
|
-
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
1023
|
-
is: {
|
|
1024
|
-
(name: string, state: boolean | undefined): string;
|
|
1025
|
-
(name: string): string;
|
|
1026
|
-
};
|
|
1027
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1028
|
-
cssVarName: (name: string) => string;
|
|
1029
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1030
|
-
cssVarBlockName: (name: string) => string;
|
|
1031
|
-
};
|
|
1032
|
-
nsInput: {
|
|
1033
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1034
|
-
b: (blockSuffix?: string) => string;
|
|
1035
|
-
e: (element?: string) => string;
|
|
1036
|
-
m: (modifier?: string) => string;
|
|
1037
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1038
|
-
em: (element?: string, modifier?: string) => string;
|
|
1039
|
-
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
1040
|
-
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
1041
|
-
is: {
|
|
1042
|
-
(name: string, state: boolean | undefined): string;
|
|
1043
|
-
(name: string): string;
|
|
1044
|
-
};
|
|
1045
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1046
|
-
cssVarName: (name: string) => string;
|
|
1047
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1048
|
-
cssVarBlockName: (name: string) => string;
|
|
1049
|
-
};
|
|
1050
|
-
states: {
|
|
1051
|
-
inputValue: string;
|
|
1052
|
-
options: Map<string | number | boolean | Record<string, any>, import("element-plus").SelectOptionProxy> & Omit<Map<string | number | boolean | Record<string, any>, import("element-plus").SelectOptionProxy>, keyof Map<any, any>>;
|
|
1053
|
-
cachedOptions: Map<string | number | boolean | Record<string, any>, import("element-plus").SelectOptionProxy> & Omit<Map<string | number | boolean | Record<string, any>, import("element-plus").SelectOptionProxy>, keyof Map<any, any>>;
|
|
1054
|
-
optionValues: (string | number | boolean | Record<string, any>)[];
|
|
1055
|
-
selected: {
|
|
1056
|
-
value: string | number | boolean | Record<string, any>;
|
|
1057
|
-
currentLabel: import("element-plus").SelectOptionProxy["currentLabel"];
|
|
1058
|
-
isDisabled?: import("element-plus").SelectOptionProxy["isDisabled"] | undefined;
|
|
1059
|
-
}[];
|
|
1060
|
-
hoveringIndex: number;
|
|
1061
|
-
inputHovering: boolean;
|
|
1062
|
-
selectionWidth: number;
|
|
1063
|
-
collapseItemWidth: number;
|
|
1064
|
-
previousQuery: string | null;
|
|
1065
|
-
selectedLabel: string;
|
|
1066
|
-
menuVisibleOnFocus: boolean;
|
|
1067
|
-
isBeforeHide: boolean;
|
|
1068
|
-
};
|
|
1069
|
-
isFocused: import("vue").Ref<boolean>;
|
|
1070
|
-
expanded: import("vue").Ref<boolean>;
|
|
1071
|
-
optionsArray: import("vue").ComputedRef<import("element-plus").SelectOptionProxy[]>;
|
|
1072
|
-
hoverOption: import("vue").Ref<any>;
|
|
1073
|
-
selectSize: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
1074
|
-
filteredOptionsCount: import("vue").ComputedRef<number>;
|
|
1075
|
-
updateTooltip: () => void;
|
|
1076
|
-
updateTagTooltip: () => void;
|
|
1077
|
-
debouncedOnInputChange: import("lodash").DebouncedFunc<() => void>;
|
|
1078
|
-
onInput: (event: Event) => void;
|
|
1079
|
-
deletePrevTag: (e: KeyboardEvent) => void;
|
|
1080
|
-
deleteTag: (event: MouseEvent, tag: import("element-plus").SelectOptionProxy | import("element-plus").OptionBasic) => void;
|
|
1081
|
-
deleteSelected: (event: Event) => void;
|
|
1082
|
-
handleOptionSelect: (option: import("element-plus").SelectOptionProxy) => void;
|
|
1083
|
-
scrollToOption: (option: import("element-plus").SelectOptionProxy | import("element-plus").SelectOptionProxy[] | import("element-plus").OptionBasic[]) => void;
|
|
1084
|
-
hasModelValue: import("vue").ComputedRef<boolean>;
|
|
1085
|
-
shouldShowPlaceholder: import("vue").ComputedRef<boolean>;
|
|
1086
|
-
currentPlaceholder: import("vue").ComputedRef<string>;
|
|
1087
|
-
mouseEnterEventName: import("vue").ComputedRef<"mouseenter" | null>;
|
|
1088
|
-
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
1089
|
-
showClose: import("vue").ComputedRef<boolean>;
|
|
1090
|
-
iconComponent: import("vue").ComputedRef<unknown | undefined>;
|
|
1091
|
-
iconReverse: import("vue").ComputedRef<string>;
|
|
1092
|
-
validateState: import("vue").ComputedRef<"" | "error" | "success" | "validating">;
|
|
1093
|
-
validateIcon: import("vue").ComputedRef<"" | import("vue").Component>;
|
|
1094
|
-
showNewOption: import("vue").ComputedRef<boolean>;
|
|
1095
|
-
updateOptions: () => void;
|
|
1096
|
-
collapseTagSize: import("vue").ComputedRef<"default" | "small">;
|
|
1097
|
-
setSelected: () => void;
|
|
1098
|
-
selectDisabled: import("vue").ComputedRef<boolean>;
|
|
1099
|
-
emptyText: import("vue").ComputedRef<string | null>;
|
|
1100
|
-
handleCompositionStart: (event: CompositionEvent) => void;
|
|
1101
|
-
handleCompositionUpdate: (event: CompositionEvent) => void;
|
|
1102
|
-
handleCompositionEnd: (event: CompositionEvent) => void;
|
|
1103
|
-
onOptionCreate: (vm: import("element-plus").SelectOptionProxy) => void;
|
|
1104
|
-
onOptionDestroy: (key: string | number | boolean | Record<string, any>, vm: import("element-plus").SelectOptionProxy) => void;
|
|
1105
|
-
handleMenuEnter: () => void;
|
|
1106
|
-
focus: () => void;
|
|
1107
|
-
blur: () => void;
|
|
1108
|
-
handleClearClick: (event: Event) => void;
|
|
1109
|
-
handleClickOutside: (event: Event) => void;
|
|
1110
|
-
handleEsc: () => void;
|
|
1111
|
-
toggleMenu: () => void;
|
|
1112
|
-
selectOption: () => void;
|
|
1113
|
-
getValueKey: (item: import("element-plus").SelectOptionProxy | import("element-plus").OptionBasic) => any;
|
|
1114
|
-
navigateOptions: (direction: "prev" | "next") => void;
|
|
1115
|
-
dropdownMenuVisible: import("vue").WritableComputedRef<boolean>;
|
|
1116
|
-
showTagList: import("vue").ComputedRef<{
|
|
1117
|
-
value: string | number | boolean | Record<string, any>;
|
|
1118
|
-
currentLabel: import("element-plus").SelectOptionProxy["currentLabel"];
|
|
1119
|
-
isDisabled?: import("element-plus").SelectOptionProxy["isDisabled"] | undefined;
|
|
1120
|
-
}[]>;
|
|
1121
|
-
collapseTagList: import("vue").ComputedRef<{
|
|
1122
|
-
value: string | number | boolean | Record<string, any>;
|
|
1123
|
-
currentLabel: import("element-plus").SelectOptionProxy["currentLabel"];
|
|
1124
|
-
isDisabled?: import("element-plus").SelectOptionProxy["isDisabled"] | undefined;
|
|
1125
|
-
}[]>;
|
|
1126
|
-
popupScroll: (data: {
|
|
1127
|
-
scrollTop: number;
|
|
1128
|
-
scrollLeft: number;
|
|
1129
|
-
}) => void;
|
|
1130
|
-
tagStyle: import("vue").ComputedRef<{
|
|
1131
|
-
maxWidth: string;
|
|
1132
|
-
}>;
|
|
1133
|
-
collapseTagStyle: import("vue").ComputedRef<{
|
|
1134
|
-
maxWidth: string;
|
|
1135
|
-
}>;
|
|
1136
|
-
popperRef: import("vue").ComputedRef<HTMLElement | undefined>;
|
|
1137
|
-
inputRef: import("vue").Ref<HTMLInputElement | undefined>;
|
|
1138
|
-
tooltipRef: import("vue").Ref<import("element-plus").TooltipInstance | undefined>;
|
|
1139
|
-
tagTooltipRef: import("vue").Ref<import("element-plus").TooltipInstance | undefined>;
|
|
1140
|
-
prefixRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1141
|
-
suffixRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1142
|
-
selectRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1143
|
-
wrapperRef: import("vue").ShallowRef<HTMLElement | undefined>;
|
|
1144
|
-
selectionRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1145
|
-
scrollbarRef: import("vue").Ref<import("element-plus").ScrollbarInstance | undefined>;
|
|
1146
|
-
menuRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1147
|
-
tagMenuRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1148
|
-
collapseItemRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1149
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("focus" | "clear" | "update:modelValue" | "change" | "blur" | "remove-tag" | "visible-change" | "popup-scroll")[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
1150
|
-
disabled: boolean;
|
|
1151
|
-
offset: number;
|
|
1152
|
-
multiple: boolean;
|
|
1153
|
-
loading: boolean;
|
|
1154
|
-
modelValue: unknown;
|
|
1155
|
-
placement: import("element-plus").Placement;
|
|
1156
|
-
effect: import("element-plus").PopperEffect;
|
|
1157
|
-
tabindex: string | number;
|
|
1158
|
-
valueOnClear: string | number | boolean | Function;
|
|
1159
|
-
autocomplete: string;
|
|
1160
|
-
validateEvent: boolean;
|
|
1161
|
-
clearable: boolean;
|
|
1162
|
-
fallbackPlacements: import("element-plus").Placement[];
|
|
1163
|
-
popperOptions: Partial<import("element-plus").Options>;
|
|
1164
|
-
popperClass: string;
|
|
1165
|
-
teleported: boolean;
|
|
1166
|
-
persistent: boolean;
|
|
1167
|
-
showArrow: boolean;
|
|
1168
|
-
valueKey: string;
|
|
1169
|
-
fitInputWidth: boolean;
|
|
1170
|
-
filterable: boolean;
|
|
1171
|
-
collapseTags: boolean;
|
|
1172
|
-
maxCollapseTags: number;
|
|
1173
|
-
collapseTagsTooltip: boolean;
|
|
1174
|
-
tagType: "primary" | "success" | "warning" | "info" | "danger";
|
|
1175
|
-
tagEffect: "dark" | "light" | "plain";
|
|
1176
|
-
automaticDropdown: boolean;
|
|
1177
|
-
allowCreate: boolean;
|
|
1178
|
-
remote: boolean;
|
|
1179
|
-
multipleLimit: number;
|
|
1180
|
-
defaultFirstOption: boolean;
|
|
1181
|
-
reserveKeyword: boolean;
|
|
1182
|
-
remoteShowSuffix: boolean;
|
|
1183
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1184
|
-
P: {};
|
|
1185
|
-
B: {};
|
|
1186
|
-
D: {};
|
|
1187
|
-
C: {};
|
|
1188
|
-
M: {};
|
|
1189
|
-
Defaults: {};
|
|
1190
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1191
|
-
ariaLabel: StringConstructor;
|
|
1192
|
-
emptyValues: ArrayConstructor;
|
|
1193
|
-
valueOnClear: {
|
|
1194
|
-
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
1195
|
-
readonly required: false;
|
|
1196
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1197
|
-
__epPropKey: true;
|
|
1198
|
-
} & {
|
|
1199
|
-
readonly default: undefined;
|
|
1200
|
-
};
|
|
1201
|
-
name: StringConstructor;
|
|
1202
|
-
id: StringConstructor;
|
|
1203
|
-
modelValue: {
|
|
1204
|
-
readonly type: import("vue").PropType<unknown>;
|
|
1205
|
-
readonly required: false;
|
|
1206
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1207
|
-
__epPropKey: true;
|
|
1208
|
-
} & {
|
|
1209
|
-
readonly default: undefined;
|
|
1210
|
-
};
|
|
1211
|
-
autocomplete: {
|
|
1212
|
-
readonly type: import("vue").PropType<string>;
|
|
1213
|
-
readonly required: false;
|
|
1214
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1215
|
-
__epPropKey: true;
|
|
1216
|
-
} & {
|
|
1217
|
-
readonly default: string;
|
|
1218
|
-
};
|
|
1219
|
-
automaticDropdown: BooleanConstructor;
|
|
1220
|
-
size: {
|
|
1221
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
1222
|
-
readonly required: false;
|
|
1223
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1224
|
-
__epPropKey: true;
|
|
1225
|
-
};
|
|
1226
|
-
effect: {
|
|
1227
|
-
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
1228
|
-
readonly required: false;
|
|
1229
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1230
|
-
__epPropKey: true;
|
|
1231
|
-
} & {
|
|
1232
|
-
readonly default: string;
|
|
1233
|
-
};
|
|
1234
|
-
disabled: BooleanConstructor;
|
|
1235
|
-
clearable: BooleanConstructor;
|
|
1236
|
-
filterable: BooleanConstructor;
|
|
1237
|
-
allowCreate: BooleanConstructor;
|
|
1238
|
-
loading: BooleanConstructor;
|
|
1239
|
-
popperClass: {
|
|
1240
|
-
readonly type: import("vue").PropType<string>;
|
|
1241
|
-
readonly required: false;
|
|
1242
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1243
|
-
__epPropKey: true;
|
|
1244
|
-
} & {
|
|
1245
|
-
readonly default: string;
|
|
1246
|
-
};
|
|
1247
|
-
popperOptions: {
|
|
1248
|
-
readonly type: import("vue").PropType<Partial<import("element-plus").Options>>;
|
|
1249
|
-
readonly required: false;
|
|
1250
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1251
|
-
__epPropKey: true;
|
|
1252
|
-
} & {
|
|
1253
|
-
readonly default: () => Partial<import("element-plus").Options>;
|
|
1254
|
-
};
|
|
1255
|
-
remote: BooleanConstructor;
|
|
1256
|
-
loadingText: StringConstructor;
|
|
1257
|
-
noMatchText: StringConstructor;
|
|
1258
|
-
noDataText: StringConstructor;
|
|
1259
|
-
remoteMethod: FunctionConstructor;
|
|
1260
|
-
filterMethod: FunctionConstructor;
|
|
1261
|
-
multiple: BooleanConstructor;
|
|
1262
|
-
multipleLimit: {
|
|
1263
|
-
readonly type: import("vue").PropType<number>;
|
|
1264
|
-
readonly required: false;
|
|
1265
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1266
|
-
__epPropKey: true;
|
|
1267
|
-
} & {
|
|
1268
|
-
readonly default: number;
|
|
1269
|
-
};
|
|
1270
|
-
placeholder: {
|
|
1271
|
-
readonly type: import("vue").PropType<string>;
|
|
1272
|
-
readonly required: false;
|
|
1273
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1274
|
-
__epPropKey: true;
|
|
1275
|
-
};
|
|
1276
|
-
defaultFirstOption: BooleanConstructor;
|
|
1277
|
-
reserveKeyword: {
|
|
1278
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1279
|
-
readonly required: false;
|
|
1280
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1281
|
-
__epPropKey: true;
|
|
1282
|
-
} & {
|
|
1283
|
-
readonly default: boolean;
|
|
1284
|
-
};
|
|
1285
|
-
valueKey: {
|
|
1286
|
-
readonly type: import("vue").PropType<string>;
|
|
1287
|
-
readonly required: false;
|
|
1288
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1289
|
-
__epPropKey: true;
|
|
1290
|
-
} & {
|
|
1291
|
-
readonly default: string;
|
|
1292
|
-
};
|
|
1293
|
-
collapseTags: BooleanConstructor;
|
|
1294
|
-
collapseTagsTooltip: BooleanConstructor;
|
|
1295
|
-
maxCollapseTags: {
|
|
1296
|
-
readonly type: import("vue").PropType<number>;
|
|
1297
|
-
readonly required: false;
|
|
1298
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1299
|
-
__epPropKey: true;
|
|
1300
|
-
} & {
|
|
1301
|
-
readonly default: number;
|
|
1302
|
-
};
|
|
1303
|
-
teleported: {
|
|
1304
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1305
|
-
readonly required: false;
|
|
1306
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1307
|
-
__epPropKey: true;
|
|
1308
|
-
} & {
|
|
1309
|
-
readonly default: true;
|
|
1310
|
-
};
|
|
1311
|
-
persistent: {
|
|
1312
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1313
|
-
readonly required: false;
|
|
1314
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1315
|
-
__epPropKey: true;
|
|
1316
|
-
} & {
|
|
1317
|
-
readonly default: boolean;
|
|
1318
|
-
};
|
|
1319
|
-
clearIcon: {
|
|
1320
|
-
readonly type: import("vue").PropType<unknown>;
|
|
1321
|
-
readonly required: false;
|
|
1322
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1323
|
-
__epPropKey: true;
|
|
1324
|
-
};
|
|
1325
|
-
fitInputWidth: BooleanConstructor;
|
|
1326
|
-
suffixIcon: {
|
|
1327
|
-
readonly type: import("vue").PropType<unknown>;
|
|
1328
|
-
readonly required: false;
|
|
1329
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1330
|
-
__epPropKey: true;
|
|
1331
|
-
};
|
|
1332
|
-
tagType: {
|
|
1333
|
-
default: string;
|
|
1334
|
-
type: import("vue").PropType<"primary" | "success" | "warning" | "info" | "danger">;
|
|
1335
|
-
required: false;
|
|
1336
|
-
validator: ((val: unknown) => boolean) | undefined;
|
|
1337
|
-
__epPropKey: true;
|
|
1338
|
-
};
|
|
1339
|
-
tagEffect: {
|
|
1340
|
-
default: string;
|
|
1341
|
-
type: import("vue").PropType<"dark" | "light" | "plain">;
|
|
1342
|
-
required: false;
|
|
1343
|
-
validator: ((val: unknown) => boolean) | undefined;
|
|
1344
|
-
__epPropKey: true;
|
|
1345
|
-
};
|
|
1346
|
-
validateEvent: {
|
|
1347
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1348
|
-
readonly required: false;
|
|
1349
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1350
|
-
__epPropKey: true;
|
|
1351
|
-
} & {
|
|
1352
|
-
readonly default: boolean;
|
|
1353
|
-
};
|
|
1354
|
-
remoteShowSuffix: BooleanConstructor;
|
|
1355
|
-
showArrow: {
|
|
1356
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1357
|
-
readonly required: false;
|
|
1358
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1359
|
-
__epPropKey: true;
|
|
1360
|
-
} & {
|
|
1361
|
-
readonly default: boolean;
|
|
1362
|
-
};
|
|
1363
|
-
offset: {
|
|
1364
|
-
readonly type: import("vue").PropType<number>;
|
|
1365
|
-
readonly required: false;
|
|
1366
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1367
|
-
__epPropKey: true;
|
|
1368
|
-
} & {
|
|
1369
|
-
readonly default: number;
|
|
1370
|
-
};
|
|
1371
|
-
placement: {
|
|
1372
|
-
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
1373
|
-
readonly required: false;
|
|
1374
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1375
|
-
__epPropKey: true;
|
|
1376
|
-
} & {
|
|
1377
|
-
readonly default: string;
|
|
1378
|
-
};
|
|
1379
|
-
fallbackPlacements: {
|
|
1380
|
-
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
1381
|
-
readonly required: false;
|
|
1382
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1383
|
-
__epPropKey: true;
|
|
1384
|
-
} & {
|
|
1385
|
-
readonly default: string[];
|
|
1386
|
-
};
|
|
1387
|
-
tabindex: {
|
|
1388
|
-
readonly type: import("vue").PropType<string | number>;
|
|
1389
|
-
readonly required: false;
|
|
1390
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1391
|
-
__epPropKey: true;
|
|
1392
|
-
} & {
|
|
1393
|
-
readonly default: number;
|
|
1394
|
-
};
|
|
1395
|
-
appendTo: {
|
|
1396
|
-
readonly type: import("vue").PropType<string | HTMLElement>;
|
|
1397
|
-
readonly required: false;
|
|
1398
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1399
|
-
__epPropKey: true;
|
|
1400
|
-
};
|
|
1401
|
-
}>> & {
|
|
1402
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1403
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
1404
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1405
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1406
|
-
onClear?: ((...args: any[]) => any) | undefined;
|
|
1407
|
-
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
1408
|
-
"onRemove-tag"?: ((...args: any[]) => any) | undefined;
|
|
1409
|
-
"onPopup-scroll"?: ((...args: any[]) => any) | undefined;
|
|
1410
|
-
}, {
|
|
1411
|
-
modelValue: import("vue").ComputedRef<string | number | boolean | any[] | Record<string, any> | undefined>;
|
|
1412
|
-
selectedLabel: import("vue").ComputedRef<string | string[]>;
|
|
1413
|
-
calculatorRef: import("vue").ShallowRef<HTMLElement | undefined>;
|
|
1414
|
-
inputStyle: import("vue").ComputedRef<{
|
|
1415
|
-
minWidth: string;
|
|
1416
|
-
}>;
|
|
1417
|
-
inputId: import("vue").Ref<string | undefined>;
|
|
1418
|
-
contentId: import("vue").Ref<string>;
|
|
1419
|
-
nsSelect: {
|
|
1420
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1421
|
-
b: (blockSuffix?: string) => string;
|
|
1422
|
-
e: (element?: string) => string;
|
|
1423
|
-
m: (modifier?: string) => string;
|
|
1424
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1425
|
-
em: (element?: string, modifier?: string) => string;
|
|
1426
|
-
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
1427
|
-
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
1428
|
-
is: {
|
|
1429
|
-
(name: string, state: boolean | undefined): string;
|
|
1430
|
-
(name: string): string;
|
|
1431
|
-
};
|
|
1432
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1433
|
-
cssVarName: (name: string) => string;
|
|
1434
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1435
|
-
cssVarBlockName: (name: string) => string;
|
|
1436
|
-
};
|
|
1437
|
-
nsInput: {
|
|
1438
|
-
namespace: import("vue").ComputedRef<string>;
|
|
1439
|
-
b: (blockSuffix?: string) => string;
|
|
1440
|
-
e: (element?: string) => string;
|
|
1441
|
-
m: (modifier?: string) => string;
|
|
1442
|
-
be: (blockSuffix?: string, element?: string) => string;
|
|
1443
|
-
em: (element?: string, modifier?: string) => string;
|
|
1444
|
-
bm: (blockSuffix?: string, modifier?: string) => string;
|
|
1445
|
-
bem: (blockSuffix?: string, element?: string, modifier?: string) => string;
|
|
1446
|
-
is: {
|
|
1447
|
-
(name: string, state: boolean | undefined): string;
|
|
1448
|
-
(name: string): string;
|
|
1449
|
-
};
|
|
1450
|
-
cssVar: (object: Record<string, string>) => Record<string, string>;
|
|
1451
|
-
cssVarName: (name: string) => string;
|
|
1452
|
-
cssVarBlock: (object: Record<string, string>) => Record<string, string>;
|
|
1453
|
-
cssVarBlockName: (name: string) => string;
|
|
1454
|
-
};
|
|
1455
|
-
states: {
|
|
1456
|
-
inputValue: string;
|
|
1457
|
-
options: Map<string | number | boolean | Record<string, any>, import("element-plus").SelectOptionProxy> & Omit<Map<string | number | boolean | Record<string, any>, import("element-plus").SelectOptionProxy>, keyof Map<any, any>>;
|
|
1458
|
-
cachedOptions: Map<string | number | boolean | Record<string, any>, import("element-plus").SelectOptionProxy> & Omit<Map<string | number | boolean | Record<string, any>, import("element-plus").SelectOptionProxy>, keyof Map<any, any>>;
|
|
1459
|
-
optionValues: (string | number | boolean | Record<string, any>)[];
|
|
1460
|
-
selected: {
|
|
1461
|
-
value: string | number | boolean | Record<string, any>;
|
|
1462
|
-
currentLabel: import("element-plus").SelectOptionProxy["currentLabel"];
|
|
1463
|
-
isDisabled?: import("element-plus").SelectOptionProxy["isDisabled"] | undefined;
|
|
1464
|
-
}[];
|
|
1465
|
-
hoveringIndex: number;
|
|
1466
|
-
inputHovering: boolean;
|
|
1467
|
-
selectionWidth: number;
|
|
1468
|
-
collapseItemWidth: number;
|
|
1469
|
-
previousQuery: string | null;
|
|
1470
|
-
selectedLabel: string;
|
|
1471
|
-
menuVisibleOnFocus: boolean;
|
|
1472
|
-
isBeforeHide: boolean;
|
|
1473
|
-
};
|
|
1474
|
-
isFocused: import("vue").Ref<boolean>;
|
|
1475
|
-
expanded: import("vue").Ref<boolean>;
|
|
1476
|
-
optionsArray: import("vue").ComputedRef<import("element-plus").SelectOptionProxy[]>;
|
|
1477
|
-
hoverOption: import("vue").Ref<any>;
|
|
1478
|
-
selectSize: import("vue").ComputedRef<"" | "small" | "default" | "large">;
|
|
1479
|
-
filteredOptionsCount: import("vue").ComputedRef<number>;
|
|
1480
|
-
updateTooltip: () => void;
|
|
1481
|
-
updateTagTooltip: () => void;
|
|
1482
|
-
debouncedOnInputChange: import("lodash").DebouncedFunc<() => void>;
|
|
1483
|
-
onInput: (event: Event) => void;
|
|
1484
|
-
deletePrevTag: (e: KeyboardEvent) => void;
|
|
1485
|
-
deleteTag: (event: MouseEvent, tag: import("element-plus").SelectOptionProxy | import("element-plus").OptionBasic) => void;
|
|
1486
|
-
deleteSelected: (event: Event) => void;
|
|
1487
|
-
handleOptionSelect: (option: import("element-plus").SelectOptionProxy) => void;
|
|
1488
|
-
scrollToOption: (option: import("element-plus").SelectOptionProxy | import("element-plus").SelectOptionProxy[] | import("element-plus").OptionBasic[]) => void;
|
|
1489
|
-
hasModelValue: import("vue").ComputedRef<boolean>;
|
|
1490
|
-
shouldShowPlaceholder: import("vue").ComputedRef<boolean>;
|
|
1491
|
-
currentPlaceholder: import("vue").ComputedRef<string>;
|
|
1492
|
-
mouseEnterEventName: import("vue").ComputedRef<"mouseenter" | null>;
|
|
1493
|
-
needStatusIcon: import("vue").ComputedRef<boolean>;
|
|
1494
|
-
showClose: import("vue").ComputedRef<boolean>;
|
|
1495
|
-
iconComponent: import("vue").ComputedRef<unknown | undefined>;
|
|
1496
|
-
iconReverse: import("vue").ComputedRef<string>;
|
|
1497
|
-
validateState: import("vue").ComputedRef<"" | "error" | "success" | "validating">;
|
|
1498
|
-
validateIcon: import("vue").ComputedRef<"" | import("vue").Component>;
|
|
1499
|
-
showNewOption: import("vue").ComputedRef<boolean>;
|
|
1500
|
-
updateOptions: () => void;
|
|
1501
|
-
collapseTagSize: import("vue").ComputedRef<"default" | "small">;
|
|
1502
|
-
setSelected: () => void;
|
|
1503
|
-
selectDisabled: import("vue").ComputedRef<boolean>;
|
|
1504
|
-
emptyText: import("vue").ComputedRef<string | null>;
|
|
1505
|
-
handleCompositionStart: (event: CompositionEvent) => void;
|
|
1506
|
-
handleCompositionUpdate: (event: CompositionEvent) => void;
|
|
1507
|
-
handleCompositionEnd: (event: CompositionEvent) => void;
|
|
1508
|
-
onOptionCreate: (vm: import("element-plus").SelectOptionProxy) => void;
|
|
1509
|
-
onOptionDestroy: (key: string | number | boolean | Record<string, any>, vm: import("element-plus").SelectOptionProxy) => void;
|
|
1510
|
-
handleMenuEnter: () => void;
|
|
1511
|
-
focus: () => void;
|
|
1512
|
-
blur: () => void;
|
|
1513
|
-
handleClearClick: (event: Event) => void;
|
|
1514
|
-
handleClickOutside: (event: Event) => void;
|
|
1515
|
-
handleEsc: () => void;
|
|
1516
|
-
toggleMenu: () => void;
|
|
1517
|
-
selectOption: () => void;
|
|
1518
|
-
getValueKey: (item: import("element-plus").SelectOptionProxy | import("element-plus").OptionBasic) => any;
|
|
1519
|
-
navigateOptions: (direction: "prev" | "next") => void;
|
|
1520
|
-
dropdownMenuVisible: import("vue").WritableComputedRef<boolean>;
|
|
1521
|
-
showTagList: import("vue").ComputedRef<{
|
|
1522
|
-
value: string | number | boolean | Record<string, any>;
|
|
1523
|
-
currentLabel: import("element-plus").SelectOptionProxy["currentLabel"];
|
|
1524
|
-
isDisabled?: import("element-plus").SelectOptionProxy["isDisabled"] | undefined;
|
|
1525
|
-
}[]>;
|
|
1526
|
-
collapseTagList: import("vue").ComputedRef<{
|
|
1527
|
-
value: string | number | boolean | Record<string, any>;
|
|
1528
|
-
currentLabel: import("element-plus").SelectOptionProxy["currentLabel"];
|
|
1529
|
-
isDisabled?: import("element-plus").SelectOptionProxy["isDisabled"] | undefined;
|
|
1530
|
-
}[]>;
|
|
1531
|
-
popupScroll: (data: {
|
|
1532
|
-
scrollTop: number;
|
|
1533
|
-
scrollLeft: number;
|
|
1534
|
-
}) => void;
|
|
1535
|
-
tagStyle: import("vue").ComputedRef<{
|
|
1536
|
-
maxWidth: string;
|
|
1537
|
-
}>;
|
|
1538
|
-
collapseTagStyle: import("vue").ComputedRef<{
|
|
1539
|
-
maxWidth: string;
|
|
1540
|
-
}>;
|
|
1541
|
-
popperRef: import("vue").ComputedRef<HTMLElement | undefined>;
|
|
1542
|
-
inputRef: import("vue").Ref<HTMLInputElement | undefined>;
|
|
1543
|
-
tooltipRef: import("vue").Ref<import("element-plus").TooltipInstance | undefined>;
|
|
1544
|
-
tagTooltipRef: import("vue").Ref<import("element-plus").TooltipInstance | undefined>;
|
|
1545
|
-
prefixRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1546
|
-
suffixRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1547
|
-
selectRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1548
|
-
wrapperRef: import("vue").ShallowRef<HTMLElement | undefined>;
|
|
1549
|
-
selectionRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1550
|
-
scrollbarRef: import("vue").Ref<import("element-plus").ScrollbarInstance | undefined>;
|
|
1551
|
-
menuRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1552
|
-
tagMenuRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1553
|
-
collapseItemRef: import("vue").Ref<HTMLElement | undefined>;
|
|
1554
|
-
}, {}, {}, {}, {
|
|
1555
|
-
disabled: boolean;
|
|
1556
|
-
offset: number;
|
|
1557
|
-
multiple: boolean;
|
|
1558
|
-
loading: boolean;
|
|
1559
|
-
modelValue: unknown;
|
|
1560
|
-
placement: import("element-plus").Placement;
|
|
1561
|
-
effect: import("element-plus").PopperEffect;
|
|
1562
|
-
tabindex: string | number;
|
|
1563
|
-
valueOnClear: string | number | boolean | Function;
|
|
1564
|
-
autocomplete: string;
|
|
1565
|
-
validateEvent: boolean;
|
|
1566
|
-
clearable: boolean;
|
|
1567
|
-
fallbackPlacements: import("element-plus").Placement[];
|
|
1568
|
-
popperOptions: Partial<import("element-plus").Options>;
|
|
1569
|
-
popperClass: string;
|
|
1570
|
-
teleported: boolean;
|
|
1571
|
-
persistent: boolean;
|
|
1572
|
-
showArrow: boolean;
|
|
1573
|
-
valueKey: string;
|
|
1574
|
-
fitInputWidth: boolean;
|
|
1575
|
-
filterable: boolean;
|
|
1576
|
-
collapseTags: boolean;
|
|
1577
|
-
maxCollapseTags: number;
|
|
1578
|
-
collapseTagsTooltip: boolean;
|
|
1579
|
-
tagType: "primary" | "success" | "warning" | "info" | "danger";
|
|
1580
|
-
tagEffect: "dark" | "light" | "plain";
|
|
1581
|
-
automaticDropdown: boolean;
|
|
1582
|
-
allowCreate: boolean;
|
|
1583
|
-
remote: boolean;
|
|
1584
|
-
multipleLimit: number;
|
|
1585
|
-
defaultFirstOption: boolean;
|
|
1586
|
-
reserveKeyword: boolean;
|
|
1587
|
-
remoteShowSuffix: boolean;
|
|
1588
|
-
}>;
|
|
1589
|
-
__isFragment?: never;
|
|
1590
|
-
__isTeleport?: never;
|
|
1591
|
-
__isSuspense?: never;
|
|
1592
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1593
|
-
ariaLabel: StringConstructor;
|
|
1594
|
-
emptyValues: ArrayConstructor;
|
|
1595
|
-
valueOnClear: {
|
|
1596
|
-
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
440
|
+
placeholder: StringConstructor;
|
|
441
|
+
disabled: BooleanConstructor;
|
|
442
|
+
clearable: BooleanConstructor;
|
|
443
|
+
clearIcon: {
|
|
444
|
+
readonly type: import("vue").PropType<unknown>;
|
|
1597
445
|
readonly required: false;
|
|
1598
446
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1599
447
|
__epPropKey: true;
|
|
1600
|
-
} & {
|
|
1601
|
-
readonly default: undefined;
|
|
1602
448
|
};
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
readonly type: import("vue").PropType<unknown>;
|
|
449
|
+
filterable: BooleanConstructor;
|
|
450
|
+
filterMethod: {
|
|
451
|
+
readonly type: import("vue").PropType<(node: import("element-plus").CascaderNode, keyword: string) => boolean>;
|
|
1607
452
|
readonly required: false;
|
|
1608
453
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1609
454
|
__epPropKey: true;
|
|
1610
455
|
} & {
|
|
1611
|
-
readonly default:
|
|
456
|
+
readonly default: (node: import("element-plus").CascaderNode, keyword: string) => boolean;
|
|
1612
457
|
};
|
|
1613
|
-
|
|
458
|
+
separator: {
|
|
1614
459
|
readonly type: import("vue").PropType<string>;
|
|
1615
460
|
readonly required: false;
|
|
1616
461
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
@@ -1618,50 +463,31 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1618
463
|
} & {
|
|
1619
464
|
readonly default: string;
|
|
1620
465
|
};
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
1624
|
-
readonly required: false;
|
|
1625
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1626
|
-
__epPropKey: true;
|
|
1627
|
-
};
|
|
1628
|
-
effect: {
|
|
1629
|
-
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
466
|
+
showAllLevels: {
|
|
467
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1630
468
|
readonly required: false;
|
|
1631
469
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1632
470
|
__epPropKey: true;
|
|
1633
471
|
} & {
|
|
1634
|
-
readonly default:
|
|
472
|
+
readonly default: boolean;
|
|
1635
473
|
};
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
allowCreate: BooleanConstructor;
|
|
1640
|
-
loading: BooleanConstructor;
|
|
1641
|
-
popperClass: {
|
|
1642
|
-
readonly type: import("vue").PropType<string>;
|
|
474
|
+
collapseTags: BooleanConstructor;
|
|
475
|
+
maxCollapseTags: {
|
|
476
|
+
readonly type: import("vue").PropType<number>;
|
|
1643
477
|
readonly required: false;
|
|
1644
478
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1645
479
|
__epPropKey: true;
|
|
1646
480
|
} & {
|
|
1647
|
-
readonly default:
|
|
481
|
+
readonly default: number;
|
|
1648
482
|
};
|
|
1649
|
-
|
|
1650
|
-
|
|
483
|
+
collapseTagsTooltip: BooleanConstructor;
|
|
484
|
+
maxCollapseTagsTooltipHeight: {
|
|
485
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1651
486
|
readonly required: false;
|
|
1652
487
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1653
488
|
__epPropKey: true;
|
|
1654
|
-
}
|
|
1655
|
-
|
|
1656
|
-
};
|
|
1657
|
-
remote: BooleanConstructor;
|
|
1658
|
-
loadingText: StringConstructor;
|
|
1659
|
-
noMatchText: StringConstructor;
|
|
1660
|
-
noDataText: StringConstructor;
|
|
1661
|
-
remoteMethod: FunctionConstructor;
|
|
1662
|
-
filterMethod: FunctionConstructor;
|
|
1663
|
-
multiple: BooleanConstructor;
|
|
1664
|
-
multipleLimit: {
|
|
489
|
+
};
|
|
490
|
+
debounce: {
|
|
1665
491
|
readonly type: import("vue").PropType<number>;
|
|
1666
492
|
readonly required: false;
|
|
1667
493
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
@@ -1669,67 +495,79 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1669
495
|
} & {
|
|
1670
496
|
readonly default: number;
|
|
1671
497
|
};
|
|
1672
|
-
|
|
1673
|
-
readonly type: import("vue").PropType<string
|
|
1674
|
-
readonly required: false;
|
|
1675
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1676
|
-
__epPropKey: true;
|
|
1677
|
-
};
|
|
1678
|
-
defaultFirstOption: BooleanConstructor;
|
|
1679
|
-
reserveKeyword: {
|
|
1680
|
-
readonly type: import("vue").PropType<boolean>;
|
|
498
|
+
beforeFilter: {
|
|
499
|
+
readonly type: import("vue").PropType<(value: string) => boolean | Promise<any>>;
|
|
1681
500
|
readonly required: false;
|
|
1682
501
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1683
502
|
__epPropKey: true;
|
|
1684
503
|
} & {
|
|
1685
|
-
readonly default:
|
|
504
|
+
readonly default: () => true;
|
|
1686
505
|
};
|
|
1687
|
-
|
|
1688
|
-
readonly type: import("vue").PropType<
|
|
506
|
+
placement: {
|
|
507
|
+
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
1689
508
|
readonly required: false;
|
|
1690
509
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1691
510
|
__epPropKey: true;
|
|
1692
511
|
} & {
|
|
1693
512
|
readonly default: string;
|
|
1694
513
|
};
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
maxCollapseTags: {
|
|
1698
|
-
readonly type: import("vue").PropType<number>;
|
|
514
|
+
fallbackPlacements: {
|
|
515
|
+
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
1699
516
|
readonly required: false;
|
|
1700
517
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1701
518
|
__epPropKey: true;
|
|
1702
519
|
} & {
|
|
1703
|
-
readonly default:
|
|
520
|
+
readonly default: string[];
|
|
1704
521
|
};
|
|
1705
|
-
|
|
1706
|
-
readonly type: import("vue").PropType<
|
|
522
|
+
popperClass: {
|
|
523
|
+
readonly type: import("vue").PropType<string | {
|
|
524
|
+
[x: string]: boolean;
|
|
525
|
+
} | (string | {
|
|
526
|
+
[x: string]: boolean;
|
|
527
|
+
} | (string | {
|
|
528
|
+
[x: string]: boolean;
|
|
529
|
+
} | (string | {
|
|
530
|
+
[x: string]: boolean;
|
|
531
|
+
} | (string | {
|
|
532
|
+
[x: string]: boolean;
|
|
533
|
+
} | (string | {
|
|
534
|
+
[x: string]: boolean;
|
|
535
|
+
} | (string | {
|
|
536
|
+
[x: string]: boolean;
|
|
537
|
+
} | (string | {
|
|
538
|
+
[x: string]: boolean;
|
|
539
|
+
} | (string | {
|
|
540
|
+
[x: string]: boolean;
|
|
541
|
+
} | (string | {
|
|
542
|
+
[x: string]: boolean;
|
|
543
|
+
} | (string | any[] | {
|
|
544
|
+
[x: string]: boolean;
|
|
545
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
1707
546
|
readonly required: false;
|
|
1708
547
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1709
548
|
__epPropKey: true;
|
|
1710
|
-
} & {
|
|
1711
|
-
readonly default: true;
|
|
1712
549
|
};
|
|
1713
|
-
|
|
1714
|
-
readonly type: import("vue").PropType<
|
|
550
|
+
popperStyle: {
|
|
551
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
1715
552
|
readonly required: false;
|
|
1716
553
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1717
554
|
__epPropKey: true;
|
|
1718
|
-
} & {
|
|
1719
|
-
readonly default: boolean;
|
|
1720
555
|
};
|
|
1721
|
-
|
|
1722
|
-
readonly type: import("vue").PropType<
|
|
556
|
+
teleported: {
|
|
557
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1723
558
|
readonly required: false;
|
|
1724
559
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1725
560
|
__epPropKey: true;
|
|
561
|
+
} & {
|
|
562
|
+
readonly default: true;
|
|
1726
563
|
};
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
readonly type: import("vue").PropType<unknown>;
|
|
564
|
+
effect: {
|
|
565
|
+
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
1730
566
|
readonly required: false;
|
|
1731
567
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1732
568
|
__epPropKey: true;
|
|
569
|
+
} & {
|
|
570
|
+
readonly default: string;
|
|
1733
571
|
};
|
|
1734
572
|
tagType: {
|
|
1735
573
|
default: string;
|
|
@@ -1753,8 +591,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1753
591
|
} & {
|
|
1754
592
|
readonly default: boolean;
|
|
1755
593
|
};
|
|
1756
|
-
|
|
1757
|
-
showArrow: {
|
|
594
|
+
persistent: {
|
|
1758
595
|
readonly type: import("vue").PropType<boolean>;
|
|
1759
596
|
readonly required: false;
|
|
1760
597
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
@@ -1762,332 +599,639 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1762
599
|
} & {
|
|
1763
600
|
readonly default: boolean;
|
|
1764
601
|
};
|
|
1765
|
-
|
|
1766
|
-
readonly type: import("vue").PropType<
|
|
602
|
+
showCheckedStrategy: {
|
|
603
|
+
readonly type: import("vue").PropType<string>;
|
|
1767
604
|
readonly required: false;
|
|
1768
605
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1769
606
|
__epPropKey: true;
|
|
1770
607
|
} & {
|
|
1771
|
-
readonly default:
|
|
608
|
+
readonly default: string;
|
|
1772
609
|
};
|
|
1773
|
-
|
|
1774
|
-
|
|
610
|
+
checkOnClickNode: BooleanConstructor;
|
|
611
|
+
showPrefix: {
|
|
612
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1775
613
|
readonly required: false;
|
|
1776
614
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1777
615
|
__epPropKey: true;
|
|
1778
616
|
} & {
|
|
1779
|
-
readonly default:
|
|
617
|
+
readonly default: boolean;
|
|
1780
618
|
};
|
|
1781
|
-
|
|
1782
|
-
readonly type: import("vue").PropType<
|
|
619
|
+
modelValue: {
|
|
620
|
+
readonly type: import("vue").PropType<(string | number)[] | (string | number) | ((string | number)[] | (string | number))[]>;
|
|
1783
621
|
readonly required: false;
|
|
1784
622
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1785
623
|
__epPropKey: true;
|
|
1786
|
-
} & {
|
|
1787
|
-
readonly default: string[];
|
|
1788
624
|
};
|
|
1789
|
-
|
|
1790
|
-
readonly type: import("vue").PropType<
|
|
625
|
+
options: {
|
|
626
|
+
readonly type: import("vue").PropType<import("element-plus").CascaderOption[]>;
|
|
1791
627
|
readonly required: false;
|
|
1792
628
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1793
629
|
__epPropKey: true;
|
|
1794
630
|
} & {
|
|
1795
|
-
readonly default:
|
|
631
|
+
readonly default: () => import("element-plus").CascaderOption[];
|
|
1796
632
|
};
|
|
1797
|
-
|
|
1798
|
-
readonly type: import("vue").PropType<
|
|
633
|
+
props: {
|
|
634
|
+
readonly type: import("vue").PropType<import("element-plus").CascaderProps>;
|
|
1799
635
|
readonly required: false;
|
|
1800
636
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1801
637
|
__epPropKey: true;
|
|
638
|
+
} & {
|
|
639
|
+
readonly default: () => import("element-plus").CascaderProps;
|
|
1802
640
|
};
|
|
1803
|
-
}>> & {
|
|
1804
|
-
|
|
641
|
+
}>> & Readonly<{
|
|
642
|
+
onFocus?: (evt: FocusEvent) => any;
|
|
643
|
+
onClear?: () => any;
|
|
644
|
+
"onUpdate:modelValue"?: (value: import("element-plus").CascaderValue) => any;
|
|
645
|
+
onChange?: (value: import("element-plus").CascaderValue) => any;
|
|
646
|
+
onBlur?: (evt: FocusEvent) => any;
|
|
647
|
+
onVisibleChange?: (val: boolean) => any;
|
|
648
|
+
onExpandChange?: (val: import("element-plus").CascaderValue) => any;
|
|
649
|
+
onRemoveTag?: (val: (string | number)[] | (string | number)) => any;
|
|
650
|
+
}> & {}>;
|
|
651
|
+
emit: ((event: "focus", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "update:modelValue", value: import("element-plus").CascaderValue) => void) & ((event: "change", value: import("element-plus").CascaderValue) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "visibleChange", val: boolean) => void) & ((event: "expandChange", val: import("element-plus").CascaderValue) => void) & ((event: "removeTag", val: (string | number)[] | (string | number)) => void);
|
|
652
|
+
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
653
|
+
popupShow: import("vue").Ref<boolean, boolean>;
|
|
654
|
+
fieldValue: import("vue").Ref<string, string>;
|
|
655
|
+
cascaderValue: import("vue").Ref<string, string>;
|
|
656
|
+
options: import("vue").ComputedRef<import("element-plus").CascaderOption[]>;
|
|
657
|
+
readonly: import("vue").ComputedRef<boolean>;
|
|
658
|
+
handleFinish: ({ selectedOptions }: {
|
|
659
|
+
selectedOptions: any;
|
|
660
|
+
}) => void;
|
|
661
|
+
preInput: () => void;
|
|
662
|
+
readonly VkfFormItem: {
|
|
663
|
+
new (...args: any[]): any;
|
|
664
|
+
__isFragment?: never;
|
|
665
|
+
__isTeleport?: never;
|
|
666
|
+
__isSuspense?: never;
|
|
667
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
668
|
+
[x: string]: any;
|
|
669
|
+
[x: symbol]: any;
|
|
670
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
671
|
+
install(app: import("vue").App): void;
|
|
672
|
+
};
|
|
673
|
+
readonly Cascader: import("vant/lib/utils").WithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
674
|
+
title: StringConstructor;
|
|
675
|
+
options: {
|
|
676
|
+
type: import("vue").PropType<import("vant").CascaderOption[]>;
|
|
677
|
+
default: () => never[];
|
|
678
|
+
};
|
|
679
|
+
closeable: {
|
|
680
|
+
type: BooleanConstructor;
|
|
681
|
+
default: true;
|
|
682
|
+
};
|
|
683
|
+
swipeable: {
|
|
684
|
+
type: BooleanConstructor;
|
|
685
|
+
default: true;
|
|
686
|
+
};
|
|
687
|
+
closeIcon: {
|
|
688
|
+
type: import("vue").PropType<string>;
|
|
689
|
+
default: string;
|
|
690
|
+
};
|
|
691
|
+
showHeader: {
|
|
692
|
+
type: BooleanConstructor;
|
|
693
|
+
default: true;
|
|
694
|
+
};
|
|
695
|
+
modelValue: (NumberConstructor | StringConstructor)[];
|
|
696
|
+
fieldNames: import("vue").PropType<import("vant").CascaderFieldNames>;
|
|
697
|
+
placeholder: StringConstructor;
|
|
698
|
+
activeColor: StringConstructor;
|
|
699
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "close" | "clickTab" | "finish")[], "update:modelValue" | "change" | "close" | "clickTab" | "finish", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
700
|
+
title: StringConstructor;
|
|
701
|
+
options: {
|
|
702
|
+
type: import("vue").PropType<import("vant").CascaderOption[]>;
|
|
703
|
+
default: () => never[];
|
|
704
|
+
};
|
|
705
|
+
closeable: {
|
|
706
|
+
type: BooleanConstructor;
|
|
707
|
+
default: true;
|
|
708
|
+
};
|
|
709
|
+
swipeable: {
|
|
710
|
+
type: BooleanConstructor;
|
|
711
|
+
default: true;
|
|
712
|
+
};
|
|
713
|
+
closeIcon: {
|
|
714
|
+
type: import("vue").PropType<string>;
|
|
715
|
+
default: string;
|
|
716
|
+
};
|
|
717
|
+
showHeader: {
|
|
718
|
+
type: BooleanConstructor;
|
|
719
|
+
default: true;
|
|
720
|
+
};
|
|
721
|
+
modelValue: (NumberConstructor | StringConstructor)[];
|
|
722
|
+
fieldNames: import("vue").PropType<import("vant").CascaderFieldNames>;
|
|
723
|
+
placeholder: StringConstructor;
|
|
724
|
+
activeColor: StringConstructor;
|
|
725
|
+
}>> & Readonly<{
|
|
1805
726
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
}
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
727
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
728
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
729
|
+
onClickTab?: ((...args: any[]) => any) | undefined;
|
|
730
|
+
onFinish?: ((...args: any[]) => any) | undefined;
|
|
731
|
+
}>, {
|
|
732
|
+
closeIcon: string;
|
|
733
|
+
closeable: boolean;
|
|
734
|
+
options: import("vant").CascaderOption[];
|
|
735
|
+
swipeable: boolean;
|
|
736
|
+
showHeader: boolean;
|
|
737
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
738
|
+
readonly Popup: import("vant/lib/utils").WithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
739
|
+
show: BooleanConstructor;
|
|
740
|
+
zIndex: (NumberConstructor | StringConstructor)[];
|
|
741
|
+
overlay: {
|
|
742
|
+
type: BooleanConstructor;
|
|
743
|
+
default: true;
|
|
744
|
+
};
|
|
745
|
+
duration: (NumberConstructor | StringConstructor)[];
|
|
746
|
+
teleport: import("vue").PropType<import("vue").TeleportProps["to"]>;
|
|
747
|
+
lockScroll: {
|
|
748
|
+
type: BooleanConstructor;
|
|
749
|
+
default: true;
|
|
750
|
+
};
|
|
751
|
+
lazyRender: {
|
|
752
|
+
type: BooleanConstructor;
|
|
753
|
+
default: true;
|
|
754
|
+
};
|
|
755
|
+
beforeClose: import("vue").PropType<import("vant/lib/utils").Interceptor>;
|
|
756
|
+
overlayProps: import("vue").PropType<Partial<import("vant").OverlayProps>>;
|
|
757
|
+
overlayStyle: import("vue").PropType<import("vue").CSSProperties>;
|
|
758
|
+
overlayClass: import("vue").PropType<unknown>;
|
|
759
|
+
transitionAppear: BooleanConstructor;
|
|
760
|
+
closeOnClickOverlay: {
|
|
761
|
+
type: BooleanConstructor;
|
|
762
|
+
default: true;
|
|
763
|
+
};
|
|
764
|
+
} & {
|
|
765
|
+
round: BooleanConstructor;
|
|
766
|
+
position: {
|
|
767
|
+
type: import("vue").PropType<import("vant").PopupPosition>;
|
|
768
|
+
default: import("vant").PopupPosition;
|
|
769
|
+
};
|
|
770
|
+
closeIcon: {
|
|
771
|
+
type: import("vue").PropType<string>;
|
|
772
|
+
default: string;
|
|
773
|
+
};
|
|
774
|
+
closeable: BooleanConstructor;
|
|
775
|
+
transition: StringConstructor;
|
|
776
|
+
iconPrefix: StringConstructor;
|
|
777
|
+
closeOnPopstate: BooleanConstructor;
|
|
778
|
+
closeIconPosition: {
|
|
779
|
+
type: import("vue").PropType<import("vant").PopupCloseIconPosition>;
|
|
780
|
+
default: import("vant").PopupCloseIconPosition;
|
|
781
|
+
};
|
|
782
|
+
destroyOnClose: BooleanConstructor;
|
|
783
|
+
safeAreaInsetTop: BooleanConstructor;
|
|
784
|
+
safeAreaInsetBottom: BooleanConstructor;
|
|
785
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, 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<{
|
|
786
|
+
show: BooleanConstructor;
|
|
787
|
+
zIndex: (NumberConstructor | StringConstructor)[];
|
|
788
|
+
overlay: {
|
|
789
|
+
type: BooleanConstructor;
|
|
790
|
+
default: true;
|
|
791
|
+
};
|
|
792
|
+
duration: (NumberConstructor | StringConstructor)[];
|
|
793
|
+
teleport: import("vue").PropType<import("vue").TeleportProps["to"]>;
|
|
794
|
+
lockScroll: {
|
|
795
|
+
type: BooleanConstructor;
|
|
796
|
+
default: true;
|
|
797
|
+
};
|
|
798
|
+
lazyRender: {
|
|
799
|
+
type: BooleanConstructor;
|
|
800
|
+
default: true;
|
|
801
|
+
};
|
|
802
|
+
beforeClose: import("vue").PropType<import("vant/lib/utils").Interceptor>;
|
|
803
|
+
overlayProps: import("vue").PropType<Partial<import("vant").OverlayProps>>;
|
|
804
|
+
overlayStyle: import("vue").PropType<import("vue").CSSProperties>;
|
|
805
|
+
overlayClass: import("vue").PropType<unknown>;
|
|
806
|
+
transitionAppear: BooleanConstructor;
|
|
807
|
+
closeOnClickOverlay: {
|
|
808
|
+
type: BooleanConstructor;
|
|
809
|
+
default: true;
|
|
810
|
+
};
|
|
811
|
+
} & {
|
|
812
|
+
round: BooleanConstructor;
|
|
813
|
+
position: {
|
|
814
|
+
type: import("vue").PropType<import("vant").PopupPosition>;
|
|
815
|
+
default: import("vant").PopupPosition;
|
|
816
|
+
};
|
|
817
|
+
closeIcon: {
|
|
818
|
+
type: import("vue").PropType<string>;
|
|
819
|
+
default: string;
|
|
820
|
+
};
|
|
821
|
+
closeable: BooleanConstructor;
|
|
822
|
+
transition: StringConstructor;
|
|
823
|
+
iconPrefix: StringConstructor;
|
|
824
|
+
closeOnPopstate: BooleanConstructor;
|
|
825
|
+
closeIconPosition: {
|
|
826
|
+
type: import("vue").PropType<import("vant").PopupCloseIconPosition>;
|
|
827
|
+
default: import("vant").PopupCloseIconPosition;
|
|
828
|
+
};
|
|
829
|
+
destroyOnClose: BooleanConstructor;
|
|
830
|
+
safeAreaInsetTop: BooleanConstructor;
|
|
831
|
+
safeAreaInsetBottom: BooleanConstructor;
|
|
832
|
+
}>> & Readonly<{
|
|
833
|
+
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
834
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
835
|
+
onOpen?: ((...args: any[]) => any) | undefined;
|
|
836
|
+
onOpened?: ((...args: any[]) => any) | undefined;
|
|
837
|
+
onClosed?: ((...args: any[]) => any) | undefined;
|
|
838
|
+
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
839
|
+
onClickOverlay?: ((...args: any[]) => any) | undefined;
|
|
840
|
+
onClickCloseIcon?: ((...args: any[]) => any) | undefined;
|
|
841
|
+
}>, {
|
|
842
|
+
position: import("vant").PopupPosition;
|
|
843
|
+
round: boolean;
|
|
844
|
+
overlay: boolean;
|
|
845
|
+
show: boolean;
|
|
846
|
+
safeAreaInsetBottom: boolean;
|
|
847
|
+
lockScroll: boolean;
|
|
848
|
+
lazyRender: boolean;
|
|
849
|
+
transitionAppear: boolean;
|
|
850
|
+
closeOnClickOverlay: boolean;
|
|
851
|
+
closeIcon: string;
|
|
852
|
+
closeable: boolean;
|
|
853
|
+
closeOnPopstate: boolean;
|
|
854
|
+
closeIconPosition: import("vant").PopupCloseIconPosition;
|
|
855
|
+
destroyOnClose: boolean;
|
|
856
|
+
safeAreaInsetTop: boolean;
|
|
857
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
858
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
859
|
+
"update:modelValue": (value: import("element-plus").CascaderValue | null | undefined) => boolean;
|
|
860
|
+
change: (value: import("element-plus").CascaderValue | null | undefined) => boolean;
|
|
861
|
+
focus: (evt: FocusEvent) => boolean;
|
|
862
|
+
blur: (evt: FocusEvent) => boolean;
|
|
863
|
+
clear: () => boolean;
|
|
864
|
+
visibleChange: (val: boolean) => boolean;
|
|
865
|
+
expandChange: (val: import("element-plus").CascaderValue) => boolean;
|
|
866
|
+
removeTag: (val: import("element-plus").CascaderNode["valueByOption"]) => boolean;
|
|
867
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
868
|
+
optionsUrl: {
|
|
869
|
+
type: StringConstructor;
|
|
870
|
+
default: string;
|
|
871
|
+
};
|
|
872
|
+
readonly: {
|
|
873
|
+
type: BooleanConstructor;
|
|
874
|
+
default: any;
|
|
875
|
+
};
|
|
876
|
+
cascaderSlots: {
|
|
877
|
+
type: import("vue").PropType<import("@vunk/shared").NormalObject>;
|
|
878
|
+
default: () => {};
|
|
879
|
+
};
|
|
880
|
+
cascaderRef: {
|
|
881
|
+
type: import("vue").PropType<any>;
|
|
882
|
+
required: boolean;
|
|
883
|
+
};
|
|
884
|
+
required: {
|
|
885
|
+
readonly type: import("vue").PropType<boolean>;
|
|
886
|
+
readonly required: false;
|
|
887
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
888
|
+
__epPropKey: true;
|
|
889
|
+
} & {
|
|
890
|
+
readonly default: undefined;
|
|
891
|
+
};
|
|
892
|
+
formItemSize: {
|
|
893
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
894
|
+
default: "default" | "small" | "large";
|
|
895
|
+
};
|
|
896
|
+
formItemSlots: {
|
|
897
|
+
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
898
|
+
default: any;
|
|
899
|
+
};
|
|
900
|
+
elRef: {
|
|
901
|
+
type: import("vue").PropType<any>;
|
|
902
|
+
required: boolean;
|
|
903
|
+
};
|
|
904
|
+
inline: {
|
|
905
|
+
type: BooleanConstructor;
|
|
906
|
+
default: boolean;
|
|
907
|
+
};
|
|
908
|
+
formItemTip: {
|
|
909
|
+
type: StringConstructor;
|
|
910
|
+
default: any;
|
|
911
|
+
};
|
|
912
|
+
formItemTipClass: any;
|
|
913
|
+
labelTip: {
|
|
914
|
+
type: StringConstructor;
|
|
915
|
+
default: any;
|
|
916
|
+
};
|
|
917
|
+
information: {
|
|
918
|
+
type: BooleanConstructor;
|
|
919
|
+
default: boolean;
|
|
920
|
+
};
|
|
921
|
+
prop: any;
|
|
922
|
+
label: StringConstructor;
|
|
923
|
+
labelWidth: {
|
|
924
|
+
readonly type: import("vue").PropType<string | number>;
|
|
925
|
+
readonly required: false;
|
|
926
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
927
|
+
__epPropKey: true;
|
|
928
|
+
} & {
|
|
929
|
+
readonly default: "";
|
|
930
|
+
};
|
|
931
|
+
labelPosition: {
|
|
932
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
933
|
+
readonly required: false;
|
|
934
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
935
|
+
__epPropKey: true;
|
|
936
|
+
} & {
|
|
937
|
+
readonly default: "";
|
|
938
|
+
};
|
|
939
|
+
rules: {
|
|
940
|
+
readonly type: import("vue").PropType<unknown>;
|
|
941
|
+
readonly required: false;
|
|
942
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
943
|
+
__epPropKey: true;
|
|
944
|
+
};
|
|
945
|
+
error: StringConstructor;
|
|
946
|
+
validateStatus: {
|
|
947
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
948
|
+
readonly required: false;
|
|
949
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
950
|
+
__epPropKey: true;
|
|
951
|
+
};
|
|
952
|
+
for: StringConstructor;
|
|
953
|
+
inlineMessage: {
|
|
954
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
955
|
+
readonly required: false;
|
|
956
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
957
|
+
__epPropKey: true;
|
|
958
|
+
} & {
|
|
959
|
+
readonly default: "";
|
|
960
|
+
};
|
|
961
|
+
showMessage: {
|
|
962
|
+
readonly type: import("vue").PropType<boolean>;
|
|
963
|
+
readonly required: false;
|
|
964
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
965
|
+
__epPropKey: true;
|
|
966
|
+
} & {
|
|
967
|
+
readonly default: true;
|
|
968
|
+
};
|
|
969
|
+
emptyValues: ArrayConstructor;
|
|
970
|
+
valueOnClear: {
|
|
971
|
+
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
972
|
+
readonly required: false;
|
|
973
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
974
|
+
__epPropKey: true;
|
|
975
|
+
} & {
|
|
976
|
+
readonly default: undefined;
|
|
977
|
+
};
|
|
978
|
+
size: {
|
|
979
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
980
|
+
readonly required: false;
|
|
981
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
982
|
+
__epPropKey: true;
|
|
983
|
+
};
|
|
984
|
+
placeholder: StringConstructor;
|
|
985
|
+
disabled: BooleanConstructor;
|
|
986
|
+
clearable: BooleanConstructor;
|
|
987
|
+
clearIcon: {
|
|
988
|
+
readonly type: import("vue").PropType<unknown>;
|
|
989
|
+
readonly required: false;
|
|
990
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
991
|
+
__epPropKey: true;
|
|
992
|
+
};
|
|
993
|
+
filterable: BooleanConstructor;
|
|
994
|
+
filterMethod: {
|
|
995
|
+
readonly type: import("vue").PropType<(node: import("element-plus").CascaderNode, keyword: string) => boolean>;
|
|
996
|
+
readonly required: false;
|
|
997
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
998
|
+
__epPropKey: true;
|
|
999
|
+
} & {
|
|
1000
|
+
readonly default: (node: import("element-plus").CascaderNode, keyword: string) => boolean;
|
|
1001
|
+
};
|
|
1002
|
+
separator: {
|
|
1003
|
+
readonly type: import("vue").PropType<string>;
|
|
1004
|
+
readonly required: false;
|
|
1005
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1006
|
+
__epPropKey: true;
|
|
1007
|
+
} & {
|
|
1008
|
+
readonly default: string;
|
|
1009
|
+
};
|
|
1010
|
+
showAllLevels: {
|
|
1011
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1012
|
+
readonly required: false;
|
|
1013
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1014
|
+
__epPropKey: true;
|
|
1015
|
+
} & {
|
|
1016
|
+
readonly default: boolean;
|
|
1017
|
+
};
|
|
1018
|
+
collapseTags: BooleanConstructor;
|
|
1019
|
+
maxCollapseTags: {
|
|
1020
|
+
readonly type: import("vue").PropType<number>;
|
|
1021
|
+
readonly required: false;
|
|
1022
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1023
|
+
__epPropKey: true;
|
|
1024
|
+
} & {
|
|
1025
|
+
readonly default: number;
|
|
1026
|
+
};
|
|
1027
|
+
collapseTagsTooltip: BooleanConstructor;
|
|
1028
|
+
maxCollapseTagsTooltipHeight: {
|
|
1029
|
+
readonly type: import("vue").PropType<string | number>;
|
|
1030
|
+
readonly required: false;
|
|
1031
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1032
|
+
__epPropKey: true;
|
|
1033
|
+
};
|
|
1034
|
+
debounce: {
|
|
1035
|
+
readonly type: import("vue").PropType<number>;
|
|
1036
|
+
readonly required: false;
|
|
1037
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1038
|
+
__epPropKey: true;
|
|
1039
|
+
} & {
|
|
1040
|
+
readonly default: number;
|
|
1041
|
+
};
|
|
1042
|
+
beforeFilter: {
|
|
1043
|
+
readonly type: import("vue").PropType<(value: string) => boolean | Promise<any>>;
|
|
1044
|
+
readonly required: false;
|
|
1045
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1046
|
+
__epPropKey: true;
|
|
1047
|
+
} & {
|
|
1048
|
+
readonly default: () => true;
|
|
1049
|
+
};
|
|
1050
|
+
placement: {
|
|
1051
|
+
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
1052
|
+
readonly required: false;
|
|
1053
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1054
|
+
__epPropKey: true;
|
|
1055
|
+
} & {
|
|
1056
|
+
readonly default: string;
|
|
1057
|
+
};
|
|
1058
|
+
fallbackPlacements: {
|
|
1059
|
+
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
1060
|
+
readonly required: false;
|
|
1061
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1062
|
+
__epPropKey: true;
|
|
1063
|
+
} & {
|
|
1064
|
+
readonly default: string[];
|
|
1065
|
+
};
|
|
1066
|
+
popperClass: {
|
|
1067
|
+
readonly type: import("vue").PropType<string | {
|
|
1068
|
+
[x: string]: boolean;
|
|
1069
|
+
} | (string | {
|
|
1070
|
+
[x: string]: boolean;
|
|
1071
|
+
} | (string | {
|
|
1072
|
+
[x: string]: boolean;
|
|
1073
|
+
} | (string | {
|
|
1074
|
+
[x: string]: boolean;
|
|
1075
|
+
} | (string | {
|
|
1076
|
+
[x: string]: boolean;
|
|
1077
|
+
} | (string | {
|
|
1078
|
+
[x: string]: boolean;
|
|
1079
|
+
} | (string | {
|
|
1080
|
+
[x: string]: boolean;
|
|
1081
|
+
} | (string | {
|
|
1082
|
+
[x: string]: boolean;
|
|
1083
|
+
} | (string | {
|
|
1084
|
+
[x: string]: boolean;
|
|
1085
|
+
} | (string | {
|
|
1086
|
+
[x: string]: boolean;
|
|
1087
|
+
} | (string | any[] | {
|
|
1088
|
+
[x: string]: boolean;
|
|
1089
|
+
})[])[])[])[])[])[])[])[])[])[]>;
|
|
1090
|
+
readonly required: false;
|
|
1091
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1092
|
+
__epPropKey: true;
|
|
1093
|
+
};
|
|
1094
|
+
popperStyle: {
|
|
1095
|
+
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
1096
|
+
readonly required: false;
|
|
1097
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1098
|
+
__epPropKey: true;
|
|
1099
|
+
};
|
|
1100
|
+
teleported: {
|
|
1101
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1102
|
+
readonly required: false;
|
|
1103
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1104
|
+
__epPropKey: true;
|
|
1105
|
+
} & {
|
|
1106
|
+
readonly default: true;
|
|
1107
|
+
};
|
|
1108
|
+
effect: {
|
|
1109
|
+
readonly type: import("vue").PropType<import("element-plus").PopperEffect>;
|
|
1110
|
+
readonly required: false;
|
|
1111
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1112
|
+
__epPropKey: true;
|
|
1113
|
+
} & {
|
|
1114
|
+
readonly default: string;
|
|
1115
|
+
};
|
|
1116
|
+
tagType: {
|
|
1117
|
+
default: string;
|
|
1118
|
+
type: import("vue").PropType<"primary" | "success" | "warning" | "info" | "danger">;
|
|
1119
|
+
required: false;
|
|
1120
|
+
validator: ((val: unknown) => boolean) | undefined;
|
|
1121
|
+
__epPropKey: true;
|
|
1122
|
+
};
|
|
1123
|
+
tagEffect: {
|
|
1124
|
+
default: string;
|
|
1125
|
+
type: import("vue").PropType<"dark" | "light" | "plain">;
|
|
1126
|
+
required: false;
|
|
1127
|
+
validator: ((val: unknown) => boolean) | undefined;
|
|
1128
|
+
__epPropKey: true;
|
|
1129
|
+
};
|
|
1130
|
+
validateEvent: {
|
|
1131
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1132
|
+
readonly required: false;
|
|
1133
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1134
|
+
__epPropKey: true;
|
|
1135
|
+
} & {
|
|
1136
|
+
readonly default: boolean;
|
|
1137
|
+
};
|
|
1138
|
+
persistent: {
|
|
1139
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1140
|
+
readonly required: false;
|
|
1141
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1142
|
+
__epPropKey: true;
|
|
1143
|
+
} & {
|
|
1144
|
+
readonly default: boolean;
|
|
1145
|
+
};
|
|
1146
|
+
showCheckedStrategy: {
|
|
1147
|
+
readonly type: import("vue").PropType<string>;
|
|
1148
|
+
readonly required: false;
|
|
1149
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1150
|
+
__epPropKey: true;
|
|
1151
|
+
} & {
|
|
1152
|
+
readonly default: string;
|
|
1153
|
+
};
|
|
1154
|
+
checkOnClickNode: BooleanConstructor;
|
|
1155
|
+
showPrefix: {
|
|
1156
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1157
|
+
readonly required: false;
|
|
1158
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1159
|
+
__epPropKey: true;
|
|
1160
|
+
} & {
|
|
1161
|
+
readonly default: boolean;
|
|
1162
|
+
};
|
|
1163
|
+
modelValue: {
|
|
1164
|
+
readonly type: import("vue").PropType<(string | number)[] | (string | number) | ((string | number)[] | (string | number))[]>;
|
|
1165
|
+
readonly required: false;
|
|
1166
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1167
|
+
__epPropKey: true;
|
|
1168
|
+
};
|
|
1169
|
+
options: {
|
|
1170
|
+
readonly type: import("vue").PropType<import("element-plus").CascaderOption[]>;
|
|
1171
|
+
readonly required: false;
|
|
1172
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1173
|
+
__epPropKey: true;
|
|
1174
|
+
} & {
|
|
1175
|
+
readonly default: () => import("element-plus").CascaderOption[];
|
|
1176
|
+
};
|
|
1177
|
+
props: {
|
|
1178
|
+
readonly type: import("vue").PropType<import("element-plus").CascaderProps>;
|
|
1179
|
+
readonly required: false;
|
|
1180
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1181
|
+
__epPropKey: true;
|
|
1182
|
+
} & {
|
|
1183
|
+
readonly default: () => import("element-plus").CascaderProps;
|
|
1184
|
+
};
|
|
1185
|
+
}>> & Readonly<{
|
|
1186
|
+
onFocus?: (evt: FocusEvent) => any;
|
|
1187
|
+
onClear?: () => any;
|
|
1188
|
+
"onUpdate:modelValue"?: (value: import("element-plus").CascaderValue) => any;
|
|
1189
|
+
onChange?: (value: import("element-plus").CascaderValue) => any;
|
|
1190
|
+
onBlur?: (evt: FocusEvent) => any;
|
|
1191
|
+
onVisibleChange?: (val: boolean) => any;
|
|
1192
|
+
onExpandChange?: (val: import("element-plus").CascaderValue) => any;
|
|
1193
|
+
onRemoveTag?: (val: (string | number)[] | (string | number)) => any;
|
|
1194
|
+
}>, {
|
|
1195
|
+
required: boolean;
|
|
1196
|
+
formItemSize: "default" | "small" | "large";
|
|
1197
|
+
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
1198
|
+
inline: boolean;
|
|
1199
|
+
readonly: boolean;
|
|
1200
|
+
formItemTip: string;
|
|
1201
|
+
formItemTipClass: any;
|
|
1202
|
+
labelTip: string;
|
|
1203
|
+
information: boolean;
|
|
1204
|
+
prop: any;
|
|
1205
|
+
labelWidth: string | number;
|
|
1206
|
+
labelPosition: "" | "top" | "left" | "right";
|
|
1207
|
+
inlineMessage: string | boolean;
|
|
1208
|
+
showMessage: boolean;
|
|
1209
|
+
disabled: boolean;
|
|
1210
|
+
persistent: boolean;
|
|
1211
|
+
teleported: boolean;
|
|
1212
|
+
effect: import("element-plus").PopperEffect;
|
|
1213
|
+
fallbackPlacements: import("element-plus").Placement[];
|
|
1214
|
+
placement: import("element-plus").Placement;
|
|
1215
|
+
props: import("element-plus").CascaderProps;
|
|
1216
|
+
clearable: boolean;
|
|
1217
|
+
filterMethod: (node: import("element-plus").CascaderNode, keyword: string) => boolean;
|
|
1218
|
+
options: import("element-plus").CascaderOption[];
|
|
1219
|
+
validateEvent: boolean;
|
|
1220
|
+
filterable: boolean;
|
|
1221
|
+
collapseTags: boolean;
|
|
1222
|
+
collapseTagsTooltip: boolean;
|
|
1223
|
+
tagType: "primary" | "success" | "warning" | "info" | "danger";
|
|
1224
|
+
valueOnClear: string | number | boolean | Function;
|
|
1225
|
+
separator: string;
|
|
1226
|
+
showAllLevels: boolean;
|
|
1227
|
+
maxCollapseTags: number;
|
|
1228
|
+
debounce: number;
|
|
1229
|
+
beforeFilter: (value: string) => boolean | Promise<any>;
|
|
1230
|
+
tagEffect: "dark" | "light" | "plain";
|
|
1231
|
+
showCheckedStrategy: string;
|
|
1232
|
+
checkOnClickNode: boolean;
|
|
1233
|
+
showPrefix: boolean;
|
|
1234
|
+
optionsUrl: string;
|
|
1235
|
+
cascaderSlots: import("@vunk/shared").NormalObject;
|
|
1236
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2093
1237
|
export default _default;
|