@vunk/form 1.1.34 → 1.1.35
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/cascader/src/ctx.d.ts +1 -1
- package/components/cascader/src/index.vue.d.ts +2 -2
- package/components/checkbox/src/ctx.d.ts +1 -1
- package/components/checkbox/src/index.vue.d.ts +1 -1
- package/components/date-picker/src/index.vue.d.ts +8 -8
- package/components/esri-input-geojson/src/append.vue.d.ts +1 -1
- package/components/esri-input-geojson/src/ctx.d.ts +1 -1
- package/components/esri-input-geojson/src/index.vue.d.ts +3 -3
- package/components/form/src/ctx.d.ts +10 -10
- package/components/form/src/index.vue.d.ts +31 -31
- package/components/form-item-renderer/src/index.vue.d.ts +1 -1
- package/components/geoinput/src/ctx.d.ts +1 -1
- package/components/geoinput/src/index.vue.d.ts +4 -4
- package/components/geoinput-read/src/core.vue.d.ts +3 -3
- package/components/geoinput-read/src/ctx.d.ts +1 -1
- package/components/geoinput-read/src/index.vue.d.ts +3 -3
- package/components/geoinput-update/src/ctx.d.ts +1 -1
- package/components/geoinput-update/src/index.vue.d.ts +3 -3
- package/components/input/src/ctx.d.ts +1 -1
- package/components/input/src/index.vue.d.ts +3 -3
- package/components/input-link/src/ctx.d.ts +1 -1
- package/components/input-link/src/index.vue.d.ts +3 -3
- package/components/select/src/index.vue.d.ts +4 -4
- package/components/slider/src/index.vue.d.ts +2 -2
- package/components/switch/src/index.vue.d.ts +1 -1
- package/components/upload/src/ctx.d.ts +1 -1
- package/components/upload/src/file.vue.d.ts +2 -2
- package/components/upload/src/index.vue.d.ts +7 -7
- package/components/van-cascader/src/index.vue.d.ts +1 -1
- package/package.json +1 -1
- package/shared/const/index.d.ts +4 -0
- package/shared/const/index.js +56 -0
- package/shared/element-plus/ctx.d.ts +12 -12
- package/shared/index.d.ts +1 -0
- package/shared/index.js +55 -0
|
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18
18
|
$data: {};
|
|
19
19
|
$props: Partial<{
|
|
20
20
|
readonly disabled: boolean;
|
|
21
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "
|
|
21
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "left" | "top", unknown>;
|
|
22
22
|
readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
23
23
|
readonly labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
24
24
|
readonly labelSuffix: string;
|
|
@@ -37,7 +37,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
37
37
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
38
38
|
__epPropKey: true;
|
|
39
39
|
};
|
|
40
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "
|
|
40
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left" | "top", unknown, "right", boolean>;
|
|
41
41
|
readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
42
42
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
43
43
|
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -85,7 +85,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
85
85
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
86
86
|
__epPropKey: true;
|
|
87
87
|
};
|
|
88
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "
|
|
88
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left" | "top", unknown, "right", boolean>;
|
|
89
89
|
readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
90
90
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
91
91
|
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -121,7 +121,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
121
121
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
122
122
|
__epPropKey: true;
|
|
123
123
|
};
|
|
124
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "
|
|
124
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left" | "top", unknown, "right", boolean>;
|
|
125
125
|
readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
126
126
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
127
127
|
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -170,7 +170,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
170
170
|
cssVarBlockName: (name: string) => string;
|
|
171
171
|
};
|
|
172
172
|
formClasses: import("vue").ComputedRef<(string | {
|
|
173
|
-
[x: string]: boolean | import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "
|
|
173
|
+
[x: string]: boolean | import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "left" | "top", unknown>;
|
|
174
174
|
})[]>;
|
|
175
175
|
addField: (field: import("element-plus").FormItemContext) => void;
|
|
176
176
|
removeField: (field: import("element-plus").FormItemContext) => void;
|
|
@@ -186,7 +186,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
186
186
|
validate: (prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => boolean;
|
|
187
187
|
}, string, {
|
|
188
188
|
readonly disabled: boolean;
|
|
189
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "
|
|
189
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "left" | "top", unknown>;
|
|
190
190
|
readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
191
191
|
readonly labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
192
192
|
readonly labelSuffix: string;
|
|
@@ -225,7 +225,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
225
225
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
226
226
|
__epPropKey: true;
|
|
227
227
|
};
|
|
228
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "
|
|
228
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left" | "top", unknown, "right", boolean>;
|
|
229
229
|
readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
230
230
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
231
231
|
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -261,7 +261,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
261
261
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
262
262
|
__epPropKey: true;
|
|
263
263
|
};
|
|
264
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "
|
|
264
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left" | "top", unknown, "right", boolean>;
|
|
265
265
|
readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
266
266
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
267
267
|
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -310,7 +310,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
310
310
|
cssVarBlockName: (name: string) => string;
|
|
311
311
|
};
|
|
312
312
|
formClasses: import("vue").ComputedRef<(string | {
|
|
313
|
-
[x: string]: boolean | import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "
|
|
313
|
+
[x: string]: boolean | import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "left" | "top", unknown>;
|
|
314
314
|
})[]>;
|
|
315
315
|
addField: (field: import("element-plus").FormItemContext) => void;
|
|
316
316
|
removeField: (field: import("element-plus").FormItemContext) => void;
|
|
@@ -344,7 +344,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
344
344
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
345
345
|
__epPropKey: true;
|
|
346
346
|
};
|
|
347
|
-
labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "
|
|
347
|
+
labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left" | "top", unknown, "right", boolean>;
|
|
348
348
|
requireAsteriskPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
349
349
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
350
350
|
labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -376,7 +376,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
376
376
|
showMessage: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
377
377
|
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown> | undefined;
|
|
378
378
|
inline: boolean;
|
|
379
|
-
labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "
|
|
379
|
+
labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "left" | "top", unknown>;
|
|
380
380
|
disabled: boolean;
|
|
381
381
|
requireAsteriskPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
382
382
|
labelSuffix: string;
|
|
@@ -414,7 +414,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
414
414
|
$data: {};
|
|
415
415
|
$props: Partial<{
|
|
416
416
|
readonly disabled: boolean;
|
|
417
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "
|
|
417
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "left" | "top", unknown>;
|
|
418
418
|
readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
419
419
|
readonly labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
420
420
|
readonly labelSuffix: string;
|
|
@@ -433,7 +433,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
433
433
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
434
434
|
__epPropKey: true;
|
|
435
435
|
};
|
|
436
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "
|
|
436
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left" | "top", unknown, "right", boolean>;
|
|
437
437
|
readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
438
438
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
439
439
|
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -481,7 +481,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
481
481
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
482
482
|
__epPropKey: true;
|
|
483
483
|
};
|
|
484
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "
|
|
484
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left" | "top", unknown, "right", boolean>;
|
|
485
485
|
readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
486
486
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
487
487
|
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -517,7 +517,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
517
517
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
518
518
|
__epPropKey: true;
|
|
519
519
|
};
|
|
520
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "
|
|
520
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left" | "top", unknown, "right", boolean>;
|
|
521
521
|
readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
522
522
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
523
523
|
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -566,7 +566,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
566
566
|
cssVarBlockName: (name: string) => string;
|
|
567
567
|
};
|
|
568
568
|
formClasses: import("vue").ComputedRef<(string | {
|
|
569
|
-
[x: string]: boolean | import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "
|
|
569
|
+
[x: string]: boolean | import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "left" | "top", unknown>;
|
|
570
570
|
})[]>;
|
|
571
571
|
addField: (field: import("element-plus").FormItemContext) => void;
|
|
572
572
|
removeField: (field: import("element-plus").FormItemContext) => void;
|
|
@@ -582,7 +582,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
582
582
|
validate: (prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => boolean;
|
|
583
583
|
}, string, {
|
|
584
584
|
readonly disabled: boolean;
|
|
585
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "
|
|
585
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "left" | "top", unknown>;
|
|
586
586
|
readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
587
587
|
readonly labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
588
588
|
readonly labelSuffix: string;
|
|
@@ -621,7 +621,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
621
621
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
622
622
|
__epPropKey: true;
|
|
623
623
|
};
|
|
624
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "
|
|
624
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left" | "top", unknown, "right", boolean>;
|
|
625
625
|
readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
626
626
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
627
627
|
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -657,7 +657,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
657
657
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
658
658
|
__epPropKey: true;
|
|
659
659
|
};
|
|
660
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "
|
|
660
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left" | "top", unknown, "right", boolean>;
|
|
661
661
|
readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
662
662
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
663
663
|
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -706,7 +706,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
706
706
|
cssVarBlockName: (name: string) => string;
|
|
707
707
|
};
|
|
708
708
|
formClasses: import("vue").ComputedRef<(string | {
|
|
709
|
-
[x: string]: boolean | import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "
|
|
709
|
+
[x: string]: boolean | import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "left" | "top", unknown>;
|
|
710
710
|
})[]>;
|
|
711
711
|
addField: (field: import("element-plus").FormItemContext) => void;
|
|
712
712
|
removeField: (field: import("element-plus").FormItemContext) => void;
|
|
@@ -740,7 +740,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
740
740
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
741
741
|
__epPropKey: true;
|
|
742
742
|
};
|
|
743
|
-
labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "
|
|
743
|
+
labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left" | "top", unknown, "right", boolean>;
|
|
744
744
|
requireAsteriskPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
745
745
|
labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
746
746
|
labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -776,7 +776,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
776
776
|
$data: {};
|
|
777
777
|
$props: Partial<{
|
|
778
778
|
readonly disabled: boolean;
|
|
779
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "
|
|
779
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "left" | "top", unknown>;
|
|
780
780
|
readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
781
781
|
readonly labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
782
782
|
readonly labelSuffix: string;
|
|
@@ -795,7 +795,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
795
795
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
796
796
|
__epPropKey: true;
|
|
797
797
|
};
|
|
798
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "
|
|
798
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left" | "top", unknown, "right", boolean>;
|
|
799
799
|
readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
800
800
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
801
801
|
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -843,7 +843,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
843
843
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
844
844
|
__epPropKey: true;
|
|
845
845
|
};
|
|
846
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "
|
|
846
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left" | "top", unknown, "right", boolean>;
|
|
847
847
|
readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
848
848
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
849
849
|
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -879,7 +879,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
879
879
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
880
880
|
__epPropKey: true;
|
|
881
881
|
};
|
|
882
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "
|
|
882
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left" | "top", unknown, "right", boolean>;
|
|
883
883
|
readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
884
884
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
885
885
|
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -928,7 +928,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
928
928
|
cssVarBlockName: (name: string) => string;
|
|
929
929
|
};
|
|
930
930
|
formClasses: import("vue").ComputedRef<(string | {
|
|
931
|
-
[x: string]: boolean | import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "
|
|
931
|
+
[x: string]: boolean | import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "left" | "top", unknown>;
|
|
932
932
|
})[]>;
|
|
933
933
|
addField: (field: import("element-plus").FormItemContext) => void;
|
|
934
934
|
removeField: (field: import("element-plus").FormItemContext) => void;
|
|
@@ -944,7 +944,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
944
944
|
validate: (prop: import("element-plus").FormItemProp, isValid: boolean, message: string) => boolean;
|
|
945
945
|
}, string, {
|
|
946
946
|
readonly disabled: boolean;
|
|
947
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "
|
|
947
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "left" | "top", unknown>;
|
|
948
948
|
readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
949
949
|
readonly labelWidth: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
950
950
|
readonly labelSuffix: string;
|
|
@@ -983,7 +983,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
983
983
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
984
984
|
__epPropKey: true;
|
|
985
985
|
};
|
|
986
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "
|
|
986
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left" | "top", unknown, "right", boolean>;
|
|
987
987
|
readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
988
988
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
989
989
|
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -1019,7 +1019,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1019
1019
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1020
1020
|
__epPropKey: true;
|
|
1021
1021
|
};
|
|
1022
|
-
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "
|
|
1022
|
+
readonly labelPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left" | "top", unknown, "right", boolean>;
|
|
1023
1023
|
readonly requireAsteriskPosition: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "right" | "left", unknown, "left", boolean>;
|
|
1024
1024
|
readonly labelWidth: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
1025
1025
|
readonly labelSuffix: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -1068,7 +1068,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1068
1068
|
cssVarBlockName: (name: string) => string;
|
|
1069
1069
|
};
|
|
1070
1070
|
formClasses: import("vue").ComputedRef<(string | {
|
|
1071
|
-
[x: string]: boolean | import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "
|
|
1071
|
+
[x: string]: boolean | import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "left" | "top", unknown>;
|
|
1072
1072
|
})[]>;
|
|
1073
1073
|
addField: (field: import("element-plus").FormItemContext) => void;
|
|
1074
1074
|
removeField: (field: import("element-plus").FormItemContext) => void;
|
|
@@ -1083,7 +1083,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1083
1083
|
}> & {} & import("vue").ComponentCustomProperties & {}) => any;
|
|
1084
1084
|
inline: boolean;
|
|
1085
1085
|
readonly: boolean;
|
|
1086
|
-
labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "
|
|
1086
|
+
labelPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "left" | "top", unknown>;
|
|
1087
1087
|
data: Record<string, any>;
|
|
1088
1088
|
disabled: boolean;
|
|
1089
1089
|
requireAsteriskPosition: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "right" | "left", unknown>;
|
|
@@ -31,8 +31,8 @@ declare const VkfFormItemRenderer: import("vue").DefineComponent<{
|
|
|
31
31
|
default: () => never[];
|
|
32
32
|
};
|
|
33
33
|
}>>, {
|
|
34
|
-
templateInstances: Record<string, ComponentInternalInstance>;
|
|
35
34
|
source: RendererTreeData[];
|
|
35
|
+
templateInstances: Record<string, ComponentInternalInstance>;
|
|
36
36
|
k: (string | number)[];
|
|
37
37
|
}>;
|
|
38
38
|
export default VkfFormItemRenderer;
|
|
@@ -132,7 +132,7 @@ export declare const props: {
|
|
|
132
132
|
};
|
|
133
133
|
disabled: BooleanConstructor;
|
|
134
134
|
resize: {
|
|
135
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
135
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>>;
|
|
136
136
|
readonly required: false;
|
|
137
137
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
138
138
|
__epPropKey: true;
|
|
@@ -129,7 +129,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
129
129
|
};
|
|
130
130
|
disabled: BooleanConstructor;
|
|
131
131
|
resize: {
|
|
132
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
132
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>>;
|
|
133
133
|
readonly required: false;
|
|
134
134
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
135
135
|
__epPropKey: true;
|
|
@@ -223,7 +223,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
223
223
|
disabled: boolean;
|
|
224
224
|
id: string | undefined;
|
|
225
225
|
modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
|
|
226
|
-
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
226
|
+
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown> | undefined;
|
|
227
227
|
autosize: import("element-plus").InputAutoSize;
|
|
228
228
|
autocomplete: string;
|
|
229
229
|
formatter: Function | undefined;
|
|
@@ -276,7 +276,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
276
276
|
disabled: boolean;
|
|
277
277
|
id: string | undefined;
|
|
278
278
|
modelValue: import("geojson").FeatureCollection<import("geojson").Geometry, any>;
|
|
279
|
-
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
279
|
+
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown> | undefined;
|
|
280
280
|
autosize: import("element-plus").InputAutoSize;
|
|
281
281
|
autocomplete: string;
|
|
282
282
|
formatter: Function | undefined;
|
|
@@ -488,7 +488,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
488
488
|
};
|
|
489
489
|
disabled: BooleanConstructor;
|
|
490
490
|
resize: {
|
|
491
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
491
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>>;
|
|
492
492
|
readonly required: false;
|
|
493
493
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
494
494
|
__epPropKey: true;
|
|
@@ -115,7 +115,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
115
115
|
};
|
|
116
116
|
disabled: BooleanConstructor;
|
|
117
117
|
resize: {
|
|
118
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
118
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>>;
|
|
119
119
|
readonly required: false;
|
|
120
120
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
121
121
|
__epPropKey: true;
|
|
@@ -185,7 +185,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
185
185
|
inline: boolean;
|
|
186
186
|
labelPosition: "right";
|
|
187
187
|
disabled: boolean;
|
|
188
|
-
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
188
|
+
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown> | undefined;
|
|
189
189
|
autosize: import("element-plus").InputAutoSize;
|
|
190
190
|
autocomplete: string;
|
|
191
191
|
formatter: Function | undefined;
|
|
@@ -365,7 +365,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
365
365
|
};
|
|
366
366
|
disabled: BooleanConstructor;
|
|
367
367
|
resize: {
|
|
368
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
368
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>>;
|
|
369
369
|
readonly required: false;
|
|
370
370
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
371
371
|
__epPropKey: true;
|
|
@@ -121,7 +121,7 @@ export declare const props: {
|
|
|
121
121
|
};
|
|
122
122
|
disabled: BooleanConstructor;
|
|
123
123
|
resize: {
|
|
124
|
-
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
124
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>>;
|
|
125
125
|
readonly required: false;
|
|
126
126
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
127
127
|
__epPropKey: true;
|
|
@@ -115,7 +115,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
115
115
|
};
|
|
116
116
|
disabled: BooleanConstructor;
|
|
117
117
|
resize: {
|
|
118
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
118
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>>;
|
|
119
119
|
readonly required: false;
|
|
120
120
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
121
121
|
__epPropKey: true;
|
|
@@ -214,7 +214,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
214
214
|
disabled: boolean;
|
|
215
215
|
id: string;
|
|
216
216
|
modelValue: import("geojson").FeatureCollection<any, any>;
|
|
217
|
-
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
217
|
+
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown> | undefined;
|
|
218
218
|
autosize: import("element-plus").InputAutoSize;
|
|
219
219
|
autocomplete: string;
|
|
220
220
|
formatter: Function | undefined;
|
|
@@ -394,7 +394,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
394
394
|
};
|
|
395
395
|
disabled: BooleanConstructor;
|
|
396
396
|
resize: {
|
|
397
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
397
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>>;
|
|
398
398
|
readonly required: false;
|
|
399
399
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
400
400
|
__epPropKey: true;
|
|
@@ -131,7 +131,7 @@ export declare const props: {
|
|
|
131
131
|
disabled: BooleanConstructor;
|
|
132
132
|
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
133
133
|
resize: {
|
|
134
|
-
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
134
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>>;
|
|
135
135
|
readonly required: false;
|
|
136
136
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
137
137
|
__epPropKey: true;
|
|
@@ -129,7 +129,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
129
129
|
disabled: BooleanConstructor;
|
|
130
130
|
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
131
131
|
resize: {
|
|
132
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
132
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>>;
|
|
133
133
|
readonly required: false;
|
|
134
134
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
135
135
|
__epPropKey: true;
|
|
@@ -200,7 +200,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
200
200
|
labelPosition: "right";
|
|
201
201
|
disabled: boolean;
|
|
202
202
|
id: string | undefined;
|
|
203
|
-
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
203
|
+
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown> | undefined;
|
|
204
204
|
autosize: import("element-plus").InputAutoSize;
|
|
205
205
|
autocomplete: string;
|
|
206
206
|
formatter: Function | undefined;
|
|
@@ -388,7 +388,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
388
388
|
disabled: BooleanConstructor;
|
|
389
389
|
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
390
390
|
resize: {
|
|
391
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
391
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>>;
|
|
392
392
|
readonly required: false;
|
|
393
393
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
394
394
|
__epPropKey: true;
|
|
@@ -77,7 +77,7 @@ export declare const props: {
|
|
|
77
77
|
modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
78
78
|
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
79
79
|
resize: {
|
|
80
|
-
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
80
|
+
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>>;
|
|
81
81
|
readonly required: false;
|
|
82
82
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
83
83
|
__epPropKey: true;
|
|
@@ -75,7 +75,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
75
75
|
modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
76
76
|
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
77
77
|
resize: {
|
|
78
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
78
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>>;
|
|
79
79
|
readonly required: false;
|
|
80
80
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
81
81
|
__epPropKey: true;
|
|
@@ -133,7 +133,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
133
133
|
disabled: boolean;
|
|
134
134
|
id: string | undefined;
|
|
135
135
|
modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
136
|
-
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
136
|
+
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown> | undefined;
|
|
137
137
|
autosize: import("element-plus").InputAutoSize;
|
|
138
138
|
autocomplete: string;
|
|
139
139
|
formatter: Function | undefined;
|
|
@@ -273,7 +273,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
273
273
|
modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
274
274
|
type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
|
|
275
275
|
resize: {
|
|
276
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
276
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>>;
|
|
277
277
|
readonly required: false;
|
|
278
278
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
279
279
|
__epPropKey: true;
|
|
@@ -116,7 +116,7 @@ export declare const props: {
|
|
|
116
116
|
disabled: BooleanConstructor;
|
|
117
117
|
modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
118
118
|
resize: {
|
|
119
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
119
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>>;
|
|
120
120
|
readonly required: false;
|
|
121
121
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
122
122
|
__epPropKey: true;
|
|
@@ -102,7 +102,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
102
102
|
disabled: BooleanConstructor;
|
|
103
103
|
modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
104
104
|
resize: {
|
|
105
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
105
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>>;
|
|
106
106
|
readonly required: false;
|
|
107
107
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
108
108
|
__epPropKey: true;
|
|
@@ -169,7 +169,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
169
169
|
disabled: boolean;
|
|
170
170
|
id: string | undefined;
|
|
171
171
|
modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
|
|
172
|
-
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
172
|
+
resize: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown> | undefined;
|
|
173
173
|
autosize: import("element-plus").InputAutoSize;
|
|
174
174
|
autocomplete: string;
|
|
175
175
|
formatter: Function | undefined;
|
|
@@ -325,7 +325,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
325
325
|
disabled: BooleanConstructor;
|
|
326
326
|
modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
|
|
327
327
|
resize: {
|
|
328
|
-
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "
|
|
328
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical" | "none" | "both", unknown>>;
|
|
329
329
|
readonly required: false;
|
|
330
330
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
331
331
|
__epPropKey: true;
|
|
@@ -231,12 +231,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
231
231
|
placeholder: string | undefined;
|
|
232
232
|
clearable: boolean;
|
|
233
233
|
suffixIcon: string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
|
|
234
|
-
popperClass: string;
|
|
235
|
-
clearIcon: string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
|
|
236
234
|
automaticDropdown: boolean;
|
|
237
235
|
effect: string;
|
|
238
236
|
filterable: boolean;
|
|
239
237
|
allowCreate: boolean;
|
|
238
|
+
popperClass: string;
|
|
240
239
|
remote: boolean;
|
|
241
240
|
loadingText: string | undefined;
|
|
242
241
|
noMatchText: string | undefined;
|
|
@@ -252,6 +251,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
252
251
|
collapseTagsTooltip: boolean;
|
|
253
252
|
teleported: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
254
253
|
persistent: boolean;
|
|
254
|
+
clearIcon: string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
|
|
255
255
|
fitInputWidth: boolean;
|
|
256
256
|
tagType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "warning" | "info" | "danger", unknown>;
|
|
257
257
|
}>;
|
|
@@ -569,12 +569,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
569
569
|
autocomplete: string;
|
|
570
570
|
clearable: boolean;
|
|
571
571
|
suffixIcon: string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
|
|
572
|
-
popperClass: string;
|
|
573
|
-
clearIcon: string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
|
|
574
572
|
automaticDropdown: boolean;
|
|
575
573
|
effect: string;
|
|
576
574
|
filterable: boolean;
|
|
577
575
|
allowCreate: boolean;
|
|
576
|
+
popperClass: string;
|
|
578
577
|
remote: boolean;
|
|
579
578
|
multiple: boolean;
|
|
580
579
|
multipleLimit: number;
|
|
@@ -585,6 +584,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
585
584
|
collapseTagsTooltip: boolean;
|
|
586
585
|
teleported: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
587
586
|
persistent: boolean;
|
|
587
|
+
clearIcon: string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>;
|
|
588
588
|
fitInputWidth: boolean;
|
|
589
589
|
tagType: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "warning" | "info" | "danger", unknown>;
|
|
590
590
|
options: import("@vunk/core").VueComponentPropsType<import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
@@ -142,9 +142,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
142
142
|
label: string | undefined;
|
|
143
143
|
size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
144
144
|
placement: import("element-plus/es/utils").EpPropMergeType<StringConstructor, import("element-plus").Placement, unknown>;
|
|
145
|
+
vertical: boolean;
|
|
145
146
|
id: string | undefined;
|
|
146
147
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
147
|
-
vertical: boolean;
|
|
148
148
|
step: number;
|
|
149
149
|
max: number;
|
|
150
150
|
min: number;
|
|
@@ -323,9 +323,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
323
323
|
labelPosition: "right";
|
|
324
324
|
disabled: boolean;
|
|
325
325
|
placement: import("element-plus/es/utils").EpPropMergeType<StringConstructor, import("element-plus").Placement, unknown>;
|
|
326
|
+
vertical: boolean;
|
|
326
327
|
id: string;
|
|
327
328
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
328
|
-
vertical: boolean;
|
|
329
329
|
step: number;
|
|
330
330
|
max: number;
|
|
331
331
|
min: number;
|