@vunk/form 2.10.0 → 2.10.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/api-tables-select/index.cjs +37 -36
- package/components/api-tables-select/index.mjs +37 -36
- package/components/api-tables-select/src/ctx.d.ts +48 -13
- package/components/api-tables-select/src/index.vue.d.ts +568 -80
- package/components/button/src/ctx.d.ts +101 -17
- package/components/button/src/index.vue.d.ts +437 -101
- package/components/card-input-collection/index.cjs +67 -70
- package/components/card-input-collection/index.mjs +68 -71
- package/components/card-input-collection/src/ctx.d.ts +43 -8
- package/components/card-input-collection/src/index.vue.d.ts +718 -226
- package/components/cascader/src/ctx.d.ts +192 -46
- package/components/cascader/src/index.vue.d.ts +393 -118
- package/components/checkbox/index.cjs +2 -3
- package/components/checkbox/index.mjs +2 -3
- package/components/checkbox/src/ctx.d.ts +65 -13
- package/components/checkbox/src/index.vue.d.ts +339 -115
- package/components/color-picker/src/ctx.d.ts +76 -13
- package/components/color-picker/src/index.vue.d.ts +160 -34
- package/components/date-picker/src/ctx.d.ts +185 -36
- package/components/date-picker/src/index.vue.d.ts +974 -202
- package/components/date-picker-range/src/ctx.d.ts +168 -35
- package/components/date-picker-range/src/index.vue.d.ts +347 -82
- package/components/download-plus/index.cjs +4 -4
- package/components/download-plus/index.mjs +4 -4
- package/components/download-plus/src/ctx.d.ts +43 -8
- package/components/download-plus/src/index.vue.d.ts +618 -165
- package/components/editable-text/index.cjs +29 -15
- package/components/editable-text/index.mjs +29 -15
- package/components/editable-text/src/ctx.d.ts +51 -8
- package/components/editable-text/src/index.vue.d.ts +2827 -251
- package/components/esri-input-geojson/src/append.vue.d.ts +769 -418
- package/components/esri-input-geojson/src/ctx.d.ts +133 -32
- package/components/esri-input-geojson/src/index.vue.d.ts +262 -92
- package/components/esri-input-geojson/src/viewer.vue.d.ts +1 -1
- package/components/form/src/ctx.d.ts +59 -11
- package/components/form/src/index.vue.d.ts +3456 -186
- package/components/form-item/src/ctx.d.ts +45 -10
- package/components/form-item/src/index.vue.d.ts +484 -141
- package/components/information-collection/src/ctx.d.ts +45 -10
- package/components/information-collection/src/index.vue.d.ts +96 -26
- package/components/information-tag/src/ctx.d.ts +17 -3
- package/components/information-tag/src/index.vue.d.ts +38 -10
- package/components/input/src/ctx.d.ts +138 -33
- package/components/input/src/index.vue.d.ts +528 -152
- package/components/input-collection/index.cjs +105 -74
- package/components/input-collection/index.mjs +107 -76
- package/components/input-collection/src/ctx.d.ts +43 -8
- package/components/input-collection/src/index.vue.d.ts +756 -793
- package/components/input-link/src/ctx.d.ts +103 -25
- package/components/input-link/src/index.vue.d.ts +219 -63
- package/components/input-number/src/ctx.d.ts +123 -21
- package/components/input-number/src/index.vue.d.ts +468 -93
- package/components/input-tag/src/ctx.d.ts +141 -25
- package/components/input-tag/src/index.vue.d.ts +566 -126
- package/components/monaco-editor/src/ctx.d.ts +43 -8
- package/components/monaco-editor/src/index.vue.d.ts +91 -21
- package/components/radio/index.cjs +2 -3
- package/components/radio/index.mjs +2 -3
- package/components/radio/src/ctx.d.ts +84 -14
- package/components/radio/src/index.vue.d.ts +812 -168
- package/components/select/src/ctx.d.ts +63 -13
- package/components/select/src/index.vue.d.ts +549 -108
- package/components/slider/src/ctx.d.ts +170 -54
- package/components/slider/src/index.vue.d.ts +362 -137
- package/components/switch/src/ctx.d.ts +105 -21
- package/components/switch/src/index.vue.d.ts +453 -117
- package/components/tables-select/src/ctx.d.ts +72 -9
- package/components/tables-select/src/index.vue.d.ts +386 -82
- package/components/templates-element-plus/src/index.vue.d.ts +187 -40
- package/components/templates-layout/src/index.vue.d.ts +337 -64
- package/components/upload/index.cjs +2 -2
- package/components/upload/index.mjs +2 -2
- package/components/upload/src/ctx.d.ts +183 -89
- package/components/upload/src/file.vue.d.ts +269 -83
- package/components/upload/src/index.vue.d.ts +1246 -632
- package/components/upload-plus/index.cjs +79 -86
- package/components/upload-plus/index.mjs +79 -86
- package/components/upload-plus/src/ctx.d.ts +43 -8
- package/components/upload-plus/src/index.vue.d.ts +1008 -283
- package/components/van-cascader/src/ctx.d.ts +181 -44
- package/components/van-cascader/src/index.vue.d.ts +1532 -324
- package/components/var-datetime-picker/src/ctx.d.ts +43 -8
- package/components/var-datetime-picker/src/index.vue.d.ts +932 -190
- package/components/vditor/src/ctx.d.ts +43 -8
- package/components/vditor/src/index.vue.d.ts +91 -21
- package/package.json +1 -1
- package/shared/element-plus/ctx.d.ts +111 -30
- package/shared/element-plus/instances.d.ts +140 -28
|
@@ -15,18 +15,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
15
15
|
type: import("vue").PropType<any[]>;
|
|
16
16
|
default: () => any[];
|
|
17
17
|
};
|
|
18
|
+
type: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
required: {
|
|
23
|
+
readonly type: import("vue").PropType<boolean>;
|
|
24
|
+
readonly required: false;
|
|
25
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
26
|
+
__epPropKey: true;
|
|
27
|
+
} & {
|
|
28
|
+
readonly default: undefined;
|
|
29
|
+
};
|
|
30
|
+
small: BooleanConstructor;
|
|
18
31
|
size: {
|
|
19
32
|
readonly type: import("vue").PropType<import("element-plus").ButtonType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
20
33
|
readonly required: false;
|
|
21
34
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
22
35
|
__epPropKey: true;
|
|
23
36
|
};
|
|
24
|
-
type: {
|
|
25
|
-
type: StringConstructor;
|
|
26
|
-
default: string;
|
|
27
|
-
};
|
|
28
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
29
|
-
small: BooleanConstructor;
|
|
30
37
|
formItemSize: {
|
|
31
38
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
32
39
|
default: "default" | "small" | "large";
|
|
@@ -61,25 +68,53 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
61
68
|
default: boolean;
|
|
62
69
|
};
|
|
63
70
|
label: StringConstructor;
|
|
64
|
-
labelWidth:
|
|
65
|
-
|
|
71
|
+
labelWidth: {
|
|
72
|
+
readonly type: import("vue").PropType<string | number>;
|
|
73
|
+
readonly required: false;
|
|
74
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
75
|
+
__epPropKey: true;
|
|
76
|
+
} & {
|
|
77
|
+
readonly default: "";
|
|
78
|
+
};
|
|
79
|
+
labelPosition: {
|
|
80
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
81
|
+
readonly required: false;
|
|
82
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
83
|
+
__epPropKey: true;
|
|
84
|
+
} & {
|
|
85
|
+
readonly default: "";
|
|
86
|
+
};
|
|
66
87
|
prop: any;
|
|
67
88
|
rules: {
|
|
68
|
-
readonly type: import("vue").PropType<
|
|
89
|
+
readonly type: import("vue").PropType<unknown>;
|
|
69
90
|
readonly required: false;
|
|
70
91
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
71
92
|
__epPropKey: true;
|
|
72
93
|
};
|
|
73
94
|
error: StringConstructor;
|
|
74
95
|
validateStatus: {
|
|
75
|
-
readonly type: import("vue").PropType<
|
|
96
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
76
97
|
readonly required: false;
|
|
77
98
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
78
99
|
__epPropKey: true;
|
|
79
100
|
};
|
|
80
101
|
for: StringConstructor;
|
|
81
|
-
inlineMessage:
|
|
82
|
-
|
|
102
|
+
inlineMessage: {
|
|
103
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
104
|
+
readonly required: false;
|
|
105
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
106
|
+
__epPropKey: true;
|
|
107
|
+
} & {
|
|
108
|
+
readonly default: "";
|
|
109
|
+
};
|
|
110
|
+
showMessage: {
|
|
111
|
+
readonly type: import("vue").PropType<boolean>;
|
|
112
|
+
readonly required: false;
|
|
113
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
114
|
+
__epPropKey: true;
|
|
115
|
+
} & {
|
|
116
|
+
readonly default: true;
|
|
117
|
+
};
|
|
83
118
|
disabled: {
|
|
84
119
|
type: BooleanConstructor;
|
|
85
120
|
default: undefined;
|
|
@@ -87,7 +122,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
87
122
|
teleported: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
88
123
|
className: StringConstructor;
|
|
89
124
|
popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
90
|
-
fixed: (
|
|
125
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
|
91
126
|
filters: import("vue").PropType<import("element-plus/es/components/table/src/table-column/defaults").Filters>;
|
|
92
127
|
modelValue: {
|
|
93
128
|
type: import("vue").PropType<NormalObject[] | string>;
|
|
@@ -296,27 +331,373 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
296
331
|
validator: (val: ("ascending" | "descending" | null)[]) => boolean;
|
|
297
332
|
};
|
|
298
333
|
}>, {
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
334
|
+
props: import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
335
|
+
readApi: {
|
|
336
|
+
type: import("vue").PropType<import("./types").ReadApi>;
|
|
337
|
+
default: () => {
|
|
338
|
+
rows: any[];
|
|
339
|
+
total: number;
|
|
340
|
+
};
|
|
341
|
+
};
|
|
342
|
+
getRows: {
|
|
343
|
+
type: import("vue").PropType<(ids: any[]) => Promise<NormalObject[]>>;
|
|
344
|
+
default: any;
|
|
345
|
+
};
|
|
346
|
+
queryItems: {
|
|
347
|
+
type: import("vue").PropType<any[]>;
|
|
348
|
+
default: () => any[];
|
|
349
|
+
};
|
|
350
|
+
type: {
|
|
351
|
+
type: StringConstructor;
|
|
352
|
+
default: string;
|
|
353
|
+
};
|
|
354
|
+
required: {
|
|
355
|
+
readonly type: import("vue").PropType<boolean>;
|
|
356
|
+
readonly required: false;
|
|
357
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
358
|
+
__epPropKey: true;
|
|
359
|
+
} & {
|
|
360
|
+
readonly default: undefined;
|
|
361
|
+
};
|
|
362
|
+
small: BooleanConstructor;
|
|
363
|
+
size: {
|
|
364
|
+
readonly type: import("vue").PropType<import("element-plus").ButtonType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
365
|
+
readonly required: false;
|
|
366
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
367
|
+
__epPropKey: true;
|
|
368
|
+
};
|
|
369
|
+
formItemSize: {
|
|
370
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
371
|
+
default: "default" | "small" | "large";
|
|
372
|
+
};
|
|
373
|
+
formItemSlots: {
|
|
374
|
+
type: import("vue").PropType<import("@vunk/form/components/form-item/src/types").FormItemSlots>;
|
|
375
|
+
default: any;
|
|
376
|
+
};
|
|
377
|
+
elRef: {
|
|
378
|
+
type: import("vue").PropType<import("@vunk/core").AnyFunc>;
|
|
379
|
+
default: undefined;
|
|
380
|
+
};
|
|
381
|
+
inline: {
|
|
382
|
+
type: BooleanConstructor;
|
|
383
|
+
default: boolean;
|
|
384
|
+
};
|
|
385
|
+
readonly: {
|
|
386
|
+
type: BooleanConstructor;
|
|
387
|
+
default: any;
|
|
388
|
+
};
|
|
389
|
+
formItemTip: {
|
|
390
|
+
type: StringConstructor;
|
|
391
|
+
default: any;
|
|
392
|
+
};
|
|
393
|
+
formItemTipClass: any;
|
|
394
|
+
labelTip: {
|
|
395
|
+
type: StringConstructor;
|
|
396
|
+
default: any;
|
|
397
|
+
};
|
|
398
|
+
information: {
|
|
399
|
+
type: BooleanConstructor;
|
|
400
|
+
default: boolean;
|
|
401
|
+
};
|
|
402
|
+
label: StringConstructor;
|
|
403
|
+
labelWidth: {
|
|
404
|
+
readonly type: import("vue").PropType<string | number>;
|
|
405
|
+
readonly required: false;
|
|
406
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
407
|
+
__epPropKey: true;
|
|
408
|
+
} & {
|
|
409
|
+
readonly default: "";
|
|
410
|
+
};
|
|
411
|
+
labelPosition: {
|
|
412
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
413
|
+
readonly required: false;
|
|
414
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
415
|
+
__epPropKey: true;
|
|
416
|
+
} & {
|
|
417
|
+
readonly default: "";
|
|
418
|
+
};
|
|
419
|
+
prop: any;
|
|
420
|
+
rules: {
|
|
421
|
+
readonly type: import("vue").PropType<unknown>;
|
|
422
|
+
readonly required: false;
|
|
423
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
424
|
+
__epPropKey: true;
|
|
425
|
+
};
|
|
426
|
+
error: StringConstructor;
|
|
427
|
+
validateStatus: {
|
|
428
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
429
|
+
readonly required: false;
|
|
430
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
431
|
+
__epPropKey: true;
|
|
432
|
+
};
|
|
433
|
+
for: StringConstructor;
|
|
434
|
+
inlineMessage: {
|
|
435
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
436
|
+
readonly required: false;
|
|
437
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
438
|
+
__epPropKey: true;
|
|
439
|
+
} & {
|
|
440
|
+
readonly default: "";
|
|
441
|
+
};
|
|
442
|
+
showMessage: {
|
|
443
|
+
readonly type: import("vue").PropType<boolean>;
|
|
444
|
+
readonly required: false;
|
|
445
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
446
|
+
__epPropKey: true;
|
|
447
|
+
} & {
|
|
448
|
+
readonly default: true;
|
|
449
|
+
};
|
|
450
|
+
disabled: {
|
|
451
|
+
type: BooleanConstructor;
|
|
452
|
+
default: undefined;
|
|
453
|
+
};
|
|
454
|
+
teleported: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
455
|
+
className: StringConstructor;
|
|
456
|
+
popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
457
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
|
458
|
+
filters: import("vue").PropType<import("element-plus/es/components/table/src/table-column/defaults").Filters>;
|
|
459
|
+
modelValue: {
|
|
460
|
+
type: import("vue").PropType<NormalObject[] | string>;
|
|
461
|
+
default: () => any[];
|
|
462
|
+
};
|
|
463
|
+
labelField: {
|
|
464
|
+
type: StringConstructor;
|
|
465
|
+
default: string;
|
|
466
|
+
};
|
|
467
|
+
clearable: {
|
|
468
|
+
type: BooleanConstructor;
|
|
469
|
+
default: boolean;
|
|
470
|
+
};
|
|
471
|
+
multiple: {
|
|
472
|
+
type: BooleanConstructor;
|
|
473
|
+
default: boolean;
|
|
474
|
+
};
|
|
475
|
+
updateWhenCompleted: {
|
|
476
|
+
type: BooleanConstructor;
|
|
477
|
+
default: boolean;
|
|
478
|
+
};
|
|
479
|
+
stringify: {
|
|
480
|
+
type: BooleanConstructor;
|
|
481
|
+
default: boolean;
|
|
482
|
+
};
|
|
483
|
+
placeholder: {
|
|
484
|
+
type: StringConstructor;
|
|
485
|
+
default: string;
|
|
486
|
+
};
|
|
487
|
+
dialogClass: any;
|
|
488
|
+
checkTrigger: {
|
|
489
|
+
type: import("vue").PropType<"check" | "rowClick">;
|
|
490
|
+
default: string;
|
|
491
|
+
};
|
|
492
|
+
oidField: {
|
|
493
|
+
type: StringConstructor;
|
|
494
|
+
default: string;
|
|
495
|
+
};
|
|
496
|
+
selectionHidden: {
|
|
497
|
+
type: BooleanConstructor;
|
|
498
|
+
default: boolean;
|
|
499
|
+
};
|
|
500
|
+
paginationDisabled: {
|
|
501
|
+
type: BooleanConstructor;
|
|
502
|
+
default: boolean;
|
|
503
|
+
};
|
|
504
|
+
border: {
|
|
505
|
+
type: BooleanConstructor;
|
|
506
|
+
default: boolean;
|
|
507
|
+
};
|
|
508
|
+
tableClass: {
|
|
509
|
+
type: StringConstructor;
|
|
510
|
+
default: string;
|
|
511
|
+
};
|
|
512
|
+
tableStyle: {
|
|
513
|
+
type: import("vue").PropType<import("vue").CSSProperties>;
|
|
514
|
+
default: undefined;
|
|
515
|
+
};
|
|
516
|
+
layout: {
|
|
517
|
+
type: StringConstructor;
|
|
518
|
+
default: undefined;
|
|
519
|
+
};
|
|
520
|
+
columns: {
|
|
521
|
+
type: import("vue").PropType<import("@vunk/plus/components/tables-v1/src/types").Column[]>;
|
|
522
|
+
default: () => never[];
|
|
523
|
+
};
|
|
524
|
+
modules: {
|
|
525
|
+
type: import("vue").PropType<"pagination"[]>;
|
|
526
|
+
default: () => string[];
|
|
527
|
+
};
|
|
528
|
+
align: {
|
|
529
|
+
type: StringConstructor;
|
|
530
|
+
default: string;
|
|
531
|
+
};
|
|
532
|
+
headerAlign: {
|
|
533
|
+
type: StringConstructor;
|
|
534
|
+
default: string;
|
|
535
|
+
};
|
|
536
|
+
duplexFull: {
|
|
537
|
+
type: BooleanConstructor;
|
|
538
|
+
default: boolean;
|
|
539
|
+
};
|
|
540
|
+
load: import("vue").PropType<(row: any, treeNode: import("element-plus").TreeNode, resolve: (data: any[]) => void) => void>;
|
|
541
|
+
fit: {
|
|
542
|
+
type: BooleanConstructor;
|
|
543
|
+
default: boolean;
|
|
544
|
+
};
|
|
545
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
546
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
547
|
+
showOverflowTooltip: import("vue").PropType<boolean | Partial<Pick<import("element-plus").ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">>>;
|
|
548
|
+
rowKey: import("vue").PropType<string | ((row: any) => string)>;
|
|
549
|
+
summaryMethod: import("vue").PropType<import("element-plus").SummaryMethod<any>>;
|
|
550
|
+
rowClassName: import("vue").PropType<import("element-plus").ColumnCls<any>>;
|
|
551
|
+
rowStyle: import("vue").PropType<import("element-plus").ColumnStyle<any>>;
|
|
552
|
+
cellClassName: import("vue").PropType<import("element-plus").CellCls<any>>;
|
|
553
|
+
cellStyle: import("vue").PropType<import("element-plus").CellStyle<any>>;
|
|
554
|
+
headerRowClassName: import("vue").PropType<import("element-plus").ColumnCls<any>>;
|
|
555
|
+
headerRowStyle: import("vue").PropType<import("element-plus").ColumnStyle<any>>;
|
|
556
|
+
headerCellClassName: import("vue").PropType<import("element-plus").CellCls<any>>;
|
|
557
|
+
headerCellStyle: import("vue").PropType<import("element-plus").CellStyle<any>>;
|
|
558
|
+
expandRowKeys: import("vue").PropType<string[]>;
|
|
559
|
+
defaultSort: import("vue").PropType<import("element-plus").Sort>;
|
|
560
|
+
tooltipOptions: import("vue").PropType<Partial<Pick<import("element-plus").ElTooltipProps, "showArrow" | "appendTo" | "transition" | "effect" | "enterable" | "popperClass" | "offset" | "placement" | "popperOptions" | "showAfter" | "hideAfter">>>;
|
|
561
|
+
spanMethod: import("vue").PropType<(data: {
|
|
562
|
+
row: any;
|
|
563
|
+
rowIndex: number;
|
|
564
|
+
column: import("element-plus").TableColumnCtx<any>;
|
|
565
|
+
columnIndex: number;
|
|
566
|
+
}) => number[] | {
|
|
567
|
+
rowspan: number;
|
|
568
|
+
colspan: number;
|
|
569
|
+
} | undefined>;
|
|
570
|
+
treeProps: {
|
|
571
|
+
type: import("vue").PropType<import("element-plus/es/components/table/src/table/defaults").TreeProps | undefined>;
|
|
572
|
+
default: () => {
|
|
573
|
+
hasChildren: string;
|
|
574
|
+
children: string;
|
|
575
|
+
checkStrictly: boolean;
|
|
576
|
+
};
|
|
577
|
+
};
|
|
578
|
+
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
579
|
+
stripe: BooleanConstructor;
|
|
580
|
+
showHeader: {
|
|
581
|
+
type: BooleanConstructor;
|
|
582
|
+
default: boolean;
|
|
583
|
+
};
|
|
584
|
+
showSummary: BooleanConstructor;
|
|
585
|
+
sumText: StringConstructor;
|
|
586
|
+
highlightCurrentRow: BooleanConstructor;
|
|
587
|
+
currentRowKey: (StringConstructor | NumberConstructor)[];
|
|
588
|
+
emptyText: StringConstructor;
|
|
589
|
+
defaultExpandAll: BooleanConstructor;
|
|
590
|
+
tooltipEffect: StringConstructor;
|
|
591
|
+
selectOnIndeterminate: {
|
|
592
|
+
type: BooleanConstructor;
|
|
593
|
+
default: boolean;
|
|
594
|
+
};
|
|
595
|
+
indent: {
|
|
596
|
+
type: NumberConstructor;
|
|
597
|
+
default: number;
|
|
598
|
+
};
|
|
599
|
+
lazy: BooleanConstructor;
|
|
600
|
+
tableLayout: {
|
|
601
|
+
type: import("vue").PropType<"fixed" | "auto">;
|
|
602
|
+
default: string;
|
|
603
|
+
};
|
|
604
|
+
scrollbarAlwaysOn: BooleanConstructor;
|
|
605
|
+
flexible: BooleanConstructor;
|
|
606
|
+
appendFilterPanelTo: StringConstructor;
|
|
607
|
+
scrollbarTabindex: {
|
|
608
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
609
|
+
default: undefined;
|
|
610
|
+
};
|
|
611
|
+
defaultPageSize: NumberConstructor;
|
|
612
|
+
pageCount: NumberConstructor;
|
|
613
|
+
pagerCount: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 7, boolean>;
|
|
614
|
+
defaultCurrentPage: NumberConstructor;
|
|
615
|
+
pageSizes: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => number[]) | (() => number[]) | ((new (...args: any[]) => number[]) | (() => number[]))[], unknown, unknown, () => [10, 20, 30, 40, 50, 100], boolean>;
|
|
616
|
+
prevText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
617
|
+
prevIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
618
|
+
nextText: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
619
|
+
nextIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>))[], unknown, unknown, () => any, boolean>;
|
|
620
|
+
background: BooleanConstructor;
|
|
621
|
+
hideOnSinglePage: BooleanConstructor;
|
|
622
|
+
appendSizeTo: StringConstructor;
|
|
623
|
+
labelClassName: StringConstructor;
|
|
624
|
+
property: StringConstructor;
|
|
625
|
+
minWidth: {
|
|
626
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
627
|
+
default: string;
|
|
628
|
+
};
|
|
629
|
+
renderHeader: import("vue").PropType<(data: {
|
|
630
|
+
column: import("element-plus").TableColumnCtx<any>;
|
|
631
|
+
$index: number;
|
|
632
|
+
}) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
633
|
+
[key: string]: any;
|
|
634
|
+
}>>;
|
|
635
|
+
sortable: {
|
|
636
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
637
|
+
default: boolean;
|
|
638
|
+
};
|
|
639
|
+
sortMethod: import("vue").PropType<(a: any, b: any) => number>;
|
|
640
|
+
sortBy: import("vue").PropType<string | string[] | ((row: any, index: number) => string)>;
|
|
641
|
+
resizable: {
|
|
642
|
+
type: BooleanConstructor;
|
|
643
|
+
default: boolean;
|
|
644
|
+
};
|
|
645
|
+
columnKey: StringConstructor;
|
|
646
|
+
showTooltipWhenOverflow: BooleanConstructor;
|
|
647
|
+
formatter: import("vue").PropType<(row: any, column: import("element-plus").TableColumnCtx<any>, cellValue: any, index: number) => string | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
648
|
+
[key: string]: any;
|
|
649
|
+
}>>;
|
|
650
|
+
selectable: import("vue").PropType<(row: any, index: number) => boolean>;
|
|
651
|
+
reserveSelection: BooleanConstructor;
|
|
652
|
+
filterMethod: import("vue").PropType<import("element-plus/es/components/table/src/table-column/defaults").FilterMethods<any>>;
|
|
653
|
+
filteredValue: import("vue").PropType<string[]>;
|
|
654
|
+
filterPlacement: StringConstructor;
|
|
655
|
+
filterMultiple: {
|
|
656
|
+
type: BooleanConstructor;
|
|
657
|
+
default: boolean;
|
|
658
|
+
};
|
|
659
|
+
index: import("vue").PropType<number | ((index: number) => number)>;
|
|
660
|
+
sortOrders: {
|
|
661
|
+
type: import("vue").PropType<("ascending" | "descending" | null)[]>;
|
|
662
|
+
default: () => (string | null)[];
|
|
663
|
+
validator: (val: ("ascending" | "descending" | null)[]) => boolean;
|
|
664
|
+
};
|
|
665
|
+
}>> & Readonly<{
|
|
666
|
+
"onUpdate:modelValue"?: (...args: any[] | unknown[]) => any;
|
|
667
|
+
"onUpdate:start"?: (val: number) => any;
|
|
668
|
+
onSelect?: (...args: unknown[]) => any;
|
|
669
|
+
"onSelect-all"?: (...args: unknown[]) => any;
|
|
670
|
+
"onSelection-change"?: (...args: unknown[]) => any;
|
|
671
|
+
"onCell-mouse-enter"?: (...args: unknown[]) => any;
|
|
672
|
+
"onCell-mouse-leave"?: (...args: unknown[]) => any;
|
|
673
|
+
"onCell-contextmenu"?: (...args: unknown[]) => any;
|
|
674
|
+
"onCell-click"?: (...args: unknown[]) => any;
|
|
675
|
+
"onCell-dblclick"?: (...args: unknown[]) => any;
|
|
676
|
+
"onRow-click"?: (...args: unknown[]) => any;
|
|
677
|
+
"onRow-contextmenu"?: (...args: unknown[]) => any;
|
|
678
|
+
"onRow-dblclick"?: (...args: unknown[]) => any;
|
|
679
|
+
"onHeader-click"?: (...args: unknown[]) => any;
|
|
680
|
+
"onHeader-contextmenu"?: (...args: unknown[]) => any;
|
|
681
|
+
"onSort-change"?: (...args: unknown[]) => any;
|
|
682
|
+
"onFilter-change"?: (...args: unknown[]) => any;
|
|
683
|
+
"onCurrent-change"?: (...args: unknown[]) => any;
|
|
684
|
+
"onHeader-dragend"?: (...args: unknown[]) => any;
|
|
685
|
+
"onExpand-change"?: (...args: unknown[]) => any;
|
|
686
|
+
onScroll?: (...args: unknown[]) => any;
|
|
687
|
+
"onUpdate:current-page"?: (val: number) => any;
|
|
688
|
+
"onUpdate:page-size"?: (val: number) => any;
|
|
689
|
+
"onSize-change"?: (val: number) => any;
|
|
690
|
+
onChange?: (currentPage: number, pageSize: number) => any;
|
|
691
|
+
"onPrev-click"?: (val: number) => any;
|
|
692
|
+
"onNext-click"?: (val: number) => any;
|
|
693
|
+
}> & {}>;
|
|
694
|
+
emit: ((event: "update:modelValue", ...args: unknown[]) => void) & ((event: "update:modelValue", ...args: any) => void) & ((event: "update:modelValue", ...args: any[]) => void) & ((event: "update:start", val: number) => void) & ((event: "select", ...args: unknown[]) => void) & ((event: "select-all", ...args: unknown[]) => void) & ((event: "selection-change", ...args: unknown[]) => void) & ((event: "cell-mouse-enter", ...args: unknown[]) => void) & ((event: "cell-mouse-leave", ...args: unknown[]) => void) & ((event: "cell-contextmenu", ...args: unknown[]) => void) & ((event: "cell-click", ...args: unknown[]) => void) & ((event: "cell-dblclick", ...args: unknown[]) => void) & ((event: "row-click", ...args: unknown[]) => void) & ((event: "row-contextmenu", ...args: unknown[]) => void) & ((event: "row-dblclick", ...args: unknown[]) => void) & ((event: "header-click", ...args: unknown[]) => void) & ((event: "header-contextmenu", ...args: unknown[]) => void) & ((event: "sort-change", ...args: unknown[]) => void) & ((event: "filter-change", ...args: unknown[]) => void) & ((event: "current-change", ...args: unknown[]) => void) & ((event: "header-dragend", ...args: unknown[]) => void) & ((event: "expand-change", ...args: unknown[]) => void) & ((event: "scroll", ...args: unknown[]) => void) & ((event: "update:current-page", val: number) => void) & ((event: "update:page-size", val: number) => void) & ((event: "size-change", val: number) => void) & ((event: "change", currentPage: number, pageSize: number) => void) & ((event: "prev-click", val: number) => void) & ((event: "next-click", val: number) => void);
|
|
695
|
+
debounceRead: import("lodash").DebouncedFunc<() => Promise<void>>;
|
|
315
696
|
coreProps: import("vue").ComputedRef<{
|
|
316
|
-
size: any;
|
|
317
697
|
type: string;
|
|
318
|
-
required:
|
|
698
|
+
required: boolean;
|
|
319
699
|
small: boolean;
|
|
700
|
+
size: any;
|
|
320
701
|
formItemSize: "default" | "small" | "large";
|
|
321
702
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
322
703
|
elRef: import("@vunk/core").AnyFunc;
|
|
@@ -327,15 +708,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
327
708
|
labelTip: string;
|
|
328
709
|
information: boolean;
|
|
329
710
|
label: string;
|
|
330
|
-
labelWidth:
|
|
331
|
-
labelPosition:
|
|
711
|
+
labelWidth: string | number;
|
|
712
|
+
labelPosition: "" | "top" | "left" | "right";
|
|
332
713
|
prop: any;
|
|
333
714
|
rules: unknown;
|
|
334
715
|
error: string;
|
|
335
|
-
validateStatus:
|
|
716
|
+
validateStatus: "" | "error" | "success" | "validating";
|
|
336
717
|
for: string;
|
|
337
|
-
inlineMessage:
|
|
338
|
-
showMessage:
|
|
718
|
+
inlineMessage: string | boolean;
|
|
719
|
+
showMessage: boolean;
|
|
339
720
|
disabled: boolean;
|
|
340
721
|
teleported: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
341
722
|
className: string;
|
|
@@ -449,8 +830,75 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
449
830
|
sortOrders: ("ascending" | "descending")[];
|
|
450
831
|
}>;
|
|
451
832
|
coreEmits: {};
|
|
833
|
+
queryData: import("vue").Ref<NormalObject, NormalObject>;
|
|
834
|
+
tableState: {
|
|
835
|
+
data: NormalObject[];
|
|
836
|
+
total: number;
|
|
837
|
+
};
|
|
838
|
+
pagination: import("vue").Ref<{
|
|
839
|
+
pageSize: number;
|
|
840
|
+
start: number;
|
|
841
|
+
}, {
|
|
842
|
+
pageSize: number;
|
|
843
|
+
start: number;
|
|
844
|
+
} | {
|
|
845
|
+
pageSize: number;
|
|
846
|
+
start: number;
|
|
847
|
+
}>;
|
|
848
|
+
read: () => Promise<void>;
|
|
452
849
|
defaultGetRows: (ids: string[]) => Promise<NormalObject[]>;
|
|
453
|
-
|
|
850
|
+
readonly VkfTablesSelect: {
|
|
851
|
+
new (...args: any[]): any;
|
|
852
|
+
__isFragment?: never;
|
|
853
|
+
__isTeleport?: never;
|
|
854
|
+
__isSuspense?: never;
|
|
855
|
+
} & 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, {
|
|
856
|
+
[x: string]: any;
|
|
857
|
+
[x: symbol]: any;
|
|
858
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
859
|
+
install(app: import("vue").App): void;
|
|
860
|
+
};
|
|
861
|
+
readonly VkfForm: {
|
|
862
|
+
new (...args: any[]): any;
|
|
863
|
+
__isFragment?: never;
|
|
864
|
+
__isTeleport?: never;
|
|
865
|
+
__isSuspense?: never;
|
|
866
|
+
} & 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, {
|
|
867
|
+
[x: string]: any;
|
|
868
|
+
[x: symbol]: any;
|
|
869
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
870
|
+
install(app: import("vue").App): void;
|
|
871
|
+
};
|
|
872
|
+
readonly setData: (obj: any, e: import("@vunk/core").SetDataEvent) => void;
|
|
873
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
874
|
+
'update:modelValue': any;
|
|
875
|
+
'update:start': (val: number) => boolean;
|
|
876
|
+
select: null;
|
|
877
|
+
'select-all': null;
|
|
878
|
+
'selection-change': null;
|
|
879
|
+
'cell-mouse-enter': null;
|
|
880
|
+
'cell-mouse-leave': null;
|
|
881
|
+
'cell-contextmenu': null;
|
|
882
|
+
'cell-click': null;
|
|
883
|
+
'cell-dblclick': null;
|
|
884
|
+
'row-click': null;
|
|
885
|
+
'row-contextmenu': null;
|
|
886
|
+
'row-dblclick': null;
|
|
887
|
+
'header-click': null;
|
|
888
|
+
'header-contextmenu': null;
|
|
889
|
+
'sort-change': null;
|
|
890
|
+
'filter-change': null;
|
|
891
|
+
'current-change': null;
|
|
892
|
+
'header-dragend': null;
|
|
893
|
+
'expand-change': null;
|
|
894
|
+
scroll: null;
|
|
895
|
+
'update:current-page': (val: number) => boolean;
|
|
896
|
+
'update:page-size': (val: number) => boolean;
|
|
897
|
+
'size-change': (val: number) => boolean;
|
|
898
|
+
change: (currentPage: number, pageSize: number) => boolean;
|
|
899
|
+
'prev-click': (val: number) => boolean;
|
|
900
|
+
'next-click': (val: number) => boolean;
|
|
901
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
454
902
|
readApi: {
|
|
455
903
|
type: import("vue").PropType<import("./types").ReadApi>;
|
|
456
904
|
default: () => {
|
|
@@ -466,18 +914,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
466
914
|
type: import("vue").PropType<any[]>;
|
|
467
915
|
default: () => any[];
|
|
468
916
|
};
|
|
917
|
+
type: {
|
|
918
|
+
type: StringConstructor;
|
|
919
|
+
default: string;
|
|
920
|
+
};
|
|
921
|
+
required: {
|
|
922
|
+
readonly type: import("vue").PropType<boolean>;
|
|
923
|
+
readonly required: false;
|
|
924
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
925
|
+
__epPropKey: true;
|
|
926
|
+
} & {
|
|
927
|
+
readonly default: undefined;
|
|
928
|
+
};
|
|
929
|
+
small: BooleanConstructor;
|
|
469
930
|
size: {
|
|
470
931
|
readonly type: import("vue").PropType<import("element-plus").ButtonType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
471
932
|
readonly required: false;
|
|
472
933
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
473
934
|
__epPropKey: true;
|
|
474
935
|
};
|
|
475
|
-
type: {
|
|
476
|
-
type: StringConstructor;
|
|
477
|
-
default: string;
|
|
478
|
-
};
|
|
479
|
-
required: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
480
|
-
small: BooleanConstructor;
|
|
481
936
|
formItemSize: {
|
|
482
937
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
483
938
|
default: "default" | "small" | "large";
|
|
@@ -512,25 +967,53 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
512
967
|
default: boolean;
|
|
513
968
|
};
|
|
514
969
|
label: StringConstructor;
|
|
515
|
-
labelWidth:
|
|
516
|
-
|
|
970
|
+
labelWidth: {
|
|
971
|
+
readonly type: import("vue").PropType<string | number>;
|
|
972
|
+
readonly required: false;
|
|
973
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
974
|
+
__epPropKey: true;
|
|
975
|
+
} & {
|
|
976
|
+
readonly default: "";
|
|
977
|
+
};
|
|
978
|
+
labelPosition: {
|
|
979
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
980
|
+
readonly required: false;
|
|
981
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
982
|
+
__epPropKey: true;
|
|
983
|
+
} & {
|
|
984
|
+
readonly default: "";
|
|
985
|
+
};
|
|
517
986
|
prop: any;
|
|
518
987
|
rules: {
|
|
519
|
-
readonly type: import("vue").PropType<
|
|
988
|
+
readonly type: import("vue").PropType<unknown>;
|
|
520
989
|
readonly required: false;
|
|
521
990
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
522
991
|
__epPropKey: true;
|
|
523
992
|
};
|
|
524
993
|
error: StringConstructor;
|
|
525
994
|
validateStatus: {
|
|
526
|
-
readonly type: import("vue").PropType<
|
|
995
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
527
996
|
readonly required: false;
|
|
528
997
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
529
998
|
__epPropKey: true;
|
|
530
999
|
};
|
|
531
1000
|
for: StringConstructor;
|
|
532
|
-
inlineMessage:
|
|
533
|
-
|
|
1001
|
+
inlineMessage: {
|
|
1002
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
1003
|
+
readonly required: false;
|
|
1004
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1005
|
+
__epPropKey: true;
|
|
1006
|
+
} & {
|
|
1007
|
+
readonly default: "";
|
|
1008
|
+
};
|
|
1009
|
+
showMessage: {
|
|
1010
|
+
readonly type: import("vue").PropType<boolean>;
|
|
1011
|
+
readonly required: false;
|
|
1012
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1013
|
+
__epPropKey: true;
|
|
1014
|
+
} & {
|
|
1015
|
+
readonly default: true;
|
|
1016
|
+
};
|
|
534
1017
|
disabled: {
|
|
535
1018
|
type: BooleanConstructor;
|
|
536
1019
|
default: undefined;
|
|
@@ -538,7 +1021,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
538
1021
|
teleported: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
539
1022
|
className: StringConstructor;
|
|
540
1023
|
popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
541
|
-
fixed: (
|
|
1024
|
+
fixed: (StringConstructor | BooleanConstructor)[];
|
|
542
1025
|
filters: import("vue").PropType<import("element-plus/es/components/table/src/table-column/defaults").Filters>;
|
|
543
1026
|
modelValue: {
|
|
544
1027
|
type: import("vue").PropType<NormalObject[] | string>;
|
|
@@ -746,9 +1229,37 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
746
1229
|
default: () => (string | null)[];
|
|
747
1230
|
validator: (val: ("ascending" | "descending" | null)[]) => boolean;
|
|
748
1231
|
};
|
|
749
|
-
}>> & Readonly<{
|
|
1232
|
+
}>> & Readonly<{
|
|
1233
|
+
"onUpdate:modelValue"?: (...args: any[] | unknown[]) => any;
|
|
1234
|
+
"onUpdate:start"?: (val: number) => any;
|
|
1235
|
+
onSelect?: (...args: unknown[]) => any;
|
|
1236
|
+
"onSelect-all"?: (...args: unknown[]) => any;
|
|
1237
|
+
"onSelection-change"?: (...args: unknown[]) => any;
|
|
1238
|
+
"onCell-mouse-enter"?: (...args: unknown[]) => any;
|
|
1239
|
+
"onCell-mouse-leave"?: (...args: unknown[]) => any;
|
|
1240
|
+
"onCell-contextmenu"?: (...args: unknown[]) => any;
|
|
1241
|
+
"onCell-click"?: (...args: unknown[]) => any;
|
|
1242
|
+
"onCell-dblclick"?: (...args: unknown[]) => any;
|
|
1243
|
+
"onRow-click"?: (...args: unknown[]) => any;
|
|
1244
|
+
"onRow-contextmenu"?: (...args: unknown[]) => any;
|
|
1245
|
+
"onRow-dblclick"?: (...args: unknown[]) => any;
|
|
1246
|
+
"onHeader-click"?: (...args: unknown[]) => any;
|
|
1247
|
+
"onHeader-contextmenu"?: (...args: unknown[]) => any;
|
|
1248
|
+
"onSort-change"?: (...args: unknown[]) => any;
|
|
1249
|
+
"onFilter-change"?: (...args: unknown[]) => any;
|
|
1250
|
+
"onCurrent-change"?: (...args: unknown[]) => any;
|
|
1251
|
+
"onHeader-dragend"?: (...args: unknown[]) => any;
|
|
1252
|
+
"onExpand-change"?: (...args: unknown[]) => any;
|
|
1253
|
+
onScroll?: (...args: unknown[]) => any;
|
|
1254
|
+
"onUpdate:current-page"?: (val: number) => any;
|
|
1255
|
+
"onUpdate:page-size"?: (val: number) => any;
|
|
1256
|
+
"onSize-change"?: (val: number) => any;
|
|
1257
|
+
onChange?: (currentPage: number, pageSize: number) => any;
|
|
1258
|
+
"onPrev-click"?: (val: number) => any;
|
|
1259
|
+
"onNext-click"?: (val: number) => any;
|
|
1260
|
+
}>, {
|
|
750
1261
|
type: string;
|
|
751
|
-
required:
|
|
1262
|
+
required: boolean;
|
|
752
1263
|
small: boolean;
|
|
753
1264
|
formItemSize: "default" | "small" | "large";
|
|
754
1265
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
@@ -759,11 +1270,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
759
1270
|
formItemTipClass: any;
|
|
760
1271
|
labelTip: string;
|
|
761
1272
|
information: boolean;
|
|
762
|
-
labelWidth:
|
|
763
|
-
labelPosition:
|
|
1273
|
+
labelWidth: string | number;
|
|
1274
|
+
labelPosition: "" | "top" | "left" | "right";
|
|
764
1275
|
prop: any;
|
|
765
|
-
inlineMessage:
|
|
766
|
-
showMessage:
|
|
1276
|
+
inlineMessage: string | boolean;
|
|
1277
|
+
showMessage: boolean;
|
|
767
1278
|
disabled: boolean;
|
|
768
1279
|
teleported: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
769
1280
|
popperClass: string;
|
|
@@ -820,28 +1331,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
820
1331
|
sortOrders: ("ascending" | "descending")[];
|
|
821
1332
|
readApi: import("./types").ReadApi;
|
|
822
1333
|
queryItems: any[];
|
|
823
|
-
}, {}, {
|
|
824
|
-
VkfTablesSelect: {
|
|
825
|
-
new (...args: any[]): any;
|
|
826
|
-
__isFragment?: never;
|
|
827
|
-
__isTeleport?: never;
|
|
828
|
-
__isSuspense?: never;
|
|
829
|
-
} & 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, {
|
|
830
|
-
[x: string]: any;
|
|
831
|
-
[x: symbol]: any;
|
|
832
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
833
|
-
install(app: import("vue").App): void;
|
|
834
|
-
};
|
|
835
|
-
VkfForm: {
|
|
836
|
-
new (...args: any[]): any;
|
|
837
|
-
__isFragment?: never;
|
|
838
|
-
__isTeleport?: never;
|
|
839
|
-
__isSuspense?: never;
|
|
840
|
-
} & 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, {
|
|
841
|
-
[x: string]: any;
|
|
842
|
-
[x: symbol]: any;
|
|
843
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
844
|
-
install(app: import("vue").App): void;
|
|
845
|
-
};
|
|
846
|
-
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1334
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
847
1335
|
export default _default;
|