@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
|
@@ -6,22 +6,57 @@ export declare const props: {
|
|
|
6
6
|
colorFormat: StringConstructor;
|
|
7
7
|
disabled: BooleanConstructor;
|
|
8
8
|
size: {
|
|
9
|
-
readonly type: import("vue").PropType<
|
|
9
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
10
10
|
readonly required: false;
|
|
11
11
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12
12
|
__epPropKey: true;
|
|
13
13
|
};
|
|
14
|
-
popperClass:
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
popperClass: {
|
|
15
|
+
readonly type: import("vue").PropType<string>;
|
|
16
|
+
readonly required: false;
|
|
17
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
18
|
+
__epPropKey: true;
|
|
19
|
+
} & {
|
|
20
|
+
readonly default: "";
|
|
21
|
+
};
|
|
22
|
+
tabindex: {
|
|
23
|
+
readonly type: import("vue").PropType<string | number>;
|
|
24
|
+
readonly required: false;
|
|
25
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
26
|
+
__epPropKey: true;
|
|
27
|
+
} & {
|
|
28
|
+
readonly default: 0;
|
|
29
|
+
};
|
|
30
|
+
teleported: {
|
|
31
|
+
readonly type: import("vue").PropType<boolean>;
|
|
32
|
+
readonly required: false;
|
|
33
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
34
|
+
__epPropKey: true;
|
|
35
|
+
} & {
|
|
36
|
+
readonly default: true;
|
|
37
|
+
};
|
|
17
38
|
predefine: {
|
|
18
39
|
readonly type: import("vue").PropType<string[]>;
|
|
19
40
|
readonly required: false;
|
|
20
41
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
21
42
|
__epPropKey: true;
|
|
22
43
|
};
|
|
23
|
-
validateEvent:
|
|
24
|
-
|
|
44
|
+
validateEvent: {
|
|
45
|
+
readonly type: import("vue").PropType<boolean>;
|
|
46
|
+
readonly required: false;
|
|
47
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
48
|
+
__epPropKey: true;
|
|
49
|
+
} & {
|
|
50
|
+
readonly default: true;
|
|
51
|
+
};
|
|
52
|
+
required: {
|
|
53
|
+
readonly type: import("vue").PropType<boolean>;
|
|
54
|
+
readonly required: false;
|
|
55
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
56
|
+
__epPropKey: true;
|
|
57
|
+
} & {
|
|
58
|
+
readonly default: undefined;
|
|
59
|
+
};
|
|
25
60
|
formItemSize: {
|
|
26
61
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
27
62
|
default: "default" | "small" | "large";
|
|
@@ -56,30 +91,58 @@ export declare const props: {
|
|
|
56
91
|
default: boolean;
|
|
57
92
|
};
|
|
58
93
|
label: StringConstructor;
|
|
59
|
-
labelWidth:
|
|
60
|
-
|
|
94
|
+
labelWidth: {
|
|
95
|
+
readonly type: import("vue").PropType<string | number>;
|
|
96
|
+
readonly required: false;
|
|
97
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
98
|
+
__epPropKey: true;
|
|
99
|
+
} & {
|
|
100
|
+
readonly default: "";
|
|
101
|
+
};
|
|
102
|
+
labelPosition: {
|
|
103
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
104
|
+
readonly required: false;
|
|
105
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
106
|
+
__epPropKey: true;
|
|
107
|
+
} & {
|
|
108
|
+
readonly default: "";
|
|
109
|
+
};
|
|
61
110
|
prop: {
|
|
62
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
111
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
63
112
|
readonly required: false;
|
|
64
113
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
65
114
|
__epPropKey: true;
|
|
66
115
|
};
|
|
67
116
|
rules: {
|
|
68
|
-
readonly type: import("vue").PropType<
|
|
117
|
+
readonly type: import("vue").PropType<unknown>;
|
|
69
118
|
readonly required: false;
|
|
70
119
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
71
120
|
__epPropKey: true;
|
|
72
121
|
};
|
|
73
122
|
error: StringConstructor;
|
|
74
123
|
validateStatus: {
|
|
75
|
-
readonly type: import("vue").PropType<
|
|
124
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
76
125
|
readonly required: false;
|
|
77
126
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
78
127
|
__epPropKey: true;
|
|
79
128
|
};
|
|
80
129
|
for: StringConstructor;
|
|
81
|
-
inlineMessage:
|
|
82
|
-
|
|
130
|
+
inlineMessage: {
|
|
131
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
132
|
+
readonly required: false;
|
|
133
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
134
|
+
__epPropKey: true;
|
|
135
|
+
} & {
|
|
136
|
+
readonly default: "";
|
|
137
|
+
};
|
|
138
|
+
showMessage: {
|
|
139
|
+
readonly type: import("vue").PropType<boolean>;
|
|
140
|
+
readonly required: false;
|
|
141
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
142
|
+
__epPropKey: true;
|
|
143
|
+
} & {
|
|
144
|
+
readonly default: true;
|
|
145
|
+
};
|
|
83
146
|
};
|
|
84
147
|
export declare const emits: {
|
|
85
148
|
"update:modelValue": (val: string | null) => boolean;
|
|
@@ -6,22 +6,57 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6
6
|
colorFormat: StringConstructor;
|
|
7
7
|
disabled: BooleanConstructor;
|
|
8
8
|
size: {
|
|
9
|
-
readonly type: import("vue").PropType<
|
|
9
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
10
10
|
readonly required: false;
|
|
11
11
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12
12
|
__epPropKey: true;
|
|
13
13
|
};
|
|
14
|
-
popperClass:
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
popperClass: {
|
|
15
|
+
readonly type: import("vue").PropType<string>;
|
|
16
|
+
readonly required: false;
|
|
17
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
18
|
+
__epPropKey: true;
|
|
19
|
+
} & {
|
|
20
|
+
readonly default: "";
|
|
21
|
+
};
|
|
22
|
+
tabindex: {
|
|
23
|
+
readonly type: import("vue").PropType<string | number>;
|
|
24
|
+
readonly required: false;
|
|
25
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
26
|
+
__epPropKey: true;
|
|
27
|
+
} & {
|
|
28
|
+
readonly default: 0;
|
|
29
|
+
};
|
|
30
|
+
teleported: {
|
|
31
|
+
readonly type: import("vue").PropType<boolean>;
|
|
32
|
+
readonly required: false;
|
|
33
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
34
|
+
__epPropKey: true;
|
|
35
|
+
} & {
|
|
36
|
+
readonly default: true;
|
|
37
|
+
};
|
|
17
38
|
predefine: {
|
|
18
39
|
readonly type: import("vue").PropType<string[]>;
|
|
19
40
|
readonly required: false;
|
|
20
41
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
21
42
|
__epPropKey: true;
|
|
22
43
|
};
|
|
23
|
-
validateEvent:
|
|
24
|
-
|
|
44
|
+
validateEvent: {
|
|
45
|
+
readonly type: import("vue").PropType<boolean>;
|
|
46
|
+
readonly required: false;
|
|
47
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
48
|
+
__epPropKey: true;
|
|
49
|
+
} & {
|
|
50
|
+
readonly default: true;
|
|
51
|
+
};
|
|
52
|
+
required: {
|
|
53
|
+
readonly type: import("vue").PropType<boolean>;
|
|
54
|
+
readonly required: false;
|
|
55
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
56
|
+
__epPropKey: true;
|
|
57
|
+
} & {
|
|
58
|
+
readonly default: undefined;
|
|
59
|
+
};
|
|
25
60
|
formItemSize: {
|
|
26
61
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
27
62
|
default: "default" | "small" | "large";
|
|
@@ -56,30 +91,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
56
91
|
default: boolean;
|
|
57
92
|
};
|
|
58
93
|
label: StringConstructor;
|
|
59
|
-
labelWidth:
|
|
60
|
-
|
|
94
|
+
labelWidth: {
|
|
95
|
+
readonly type: import("vue").PropType<string | number>;
|
|
96
|
+
readonly required: false;
|
|
97
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
98
|
+
__epPropKey: true;
|
|
99
|
+
} & {
|
|
100
|
+
readonly default: "";
|
|
101
|
+
};
|
|
102
|
+
labelPosition: {
|
|
103
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
104
|
+
readonly required: false;
|
|
105
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
106
|
+
__epPropKey: true;
|
|
107
|
+
} & {
|
|
108
|
+
readonly default: "";
|
|
109
|
+
};
|
|
61
110
|
prop: {
|
|
62
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
111
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
63
112
|
readonly required: false;
|
|
64
113
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
65
114
|
__epPropKey: true;
|
|
66
115
|
};
|
|
67
116
|
rules: {
|
|
68
|
-
readonly type: import("vue").PropType<
|
|
117
|
+
readonly type: import("vue").PropType<unknown>;
|
|
69
118
|
readonly required: false;
|
|
70
119
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
71
120
|
__epPropKey: true;
|
|
72
121
|
};
|
|
73
122
|
error: StringConstructor;
|
|
74
123
|
validateStatus: {
|
|
75
|
-
readonly type: import("vue").PropType<
|
|
124
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
76
125
|
readonly required: false;
|
|
77
126
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
78
127
|
__epPropKey: true;
|
|
79
128
|
};
|
|
80
129
|
for: StringConstructor;
|
|
81
|
-
inlineMessage:
|
|
82
|
-
|
|
130
|
+
inlineMessage: {
|
|
131
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
132
|
+
readonly required: false;
|
|
133
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
134
|
+
__epPropKey: true;
|
|
135
|
+
} & {
|
|
136
|
+
readonly default: "";
|
|
137
|
+
};
|
|
138
|
+
showMessage: {
|
|
139
|
+
readonly type: import("vue").PropType<boolean>;
|
|
140
|
+
readonly required: false;
|
|
141
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
142
|
+
__epPropKey: true;
|
|
143
|
+
} & {
|
|
144
|
+
readonly default: true;
|
|
145
|
+
};
|
|
83
146
|
}>, {
|
|
84
147
|
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
85
148
|
coreBindProps: import("vue").ComputedRef<{}>;
|
|
@@ -98,22 +161,57 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
98
161
|
colorFormat: StringConstructor;
|
|
99
162
|
disabled: BooleanConstructor;
|
|
100
163
|
size: {
|
|
101
|
-
readonly type: import("vue").PropType<
|
|
164
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
102
165
|
readonly required: false;
|
|
103
166
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
104
167
|
__epPropKey: true;
|
|
105
168
|
};
|
|
106
|
-
popperClass:
|
|
107
|
-
|
|
108
|
-
|
|
169
|
+
popperClass: {
|
|
170
|
+
readonly type: import("vue").PropType<string>;
|
|
171
|
+
readonly required: false;
|
|
172
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
173
|
+
__epPropKey: true;
|
|
174
|
+
} & {
|
|
175
|
+
readonly default: "";
|
|
176
|
+
};
|
|
177
|
+
tabindex: {
|
|
178
|
+
readonly type: import("vue").PropType<string | number>;
|
|
179
|
+
readonly required: false;
|
|
180
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
181
|
+
__epPropKey: true;
|
|
182
|
+
} & {
|
|
183
|
+
readonly default: 0;
|
|
184
|
+
};
|
|
185
|
+
teleported: {
|
|
186
|
+
readonly type: import("vue").PropType<boolean>;
|
|
187
|
+
readonly required: false;
|
|
188
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
189
|
+
__epPropKey: true;
|
|
190
|
+
} & {
|
|
191
|
+
readonly default: true;
|
|
192
|
+
};
|
|
109
193
|
predefine: {
|
|
110
194
|
readonly type: import("vue").PropType<string[]>;
|
|
111
195
|
readonly required: false;
|
|
112
196
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
113
197
|
__epPropKey: true;
|
|
114
198
|
};
|
|
115
|
-
validateEvent:
|
|
116
|
-
|
|
199
|
+
validateEvent: {
|
|
200
|
+
readonly type: import("vue").PropType<boolean>;
|
|
201
|
+
readonly required: false;
|
|
202
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
203
|
+
__epPropKey: true;
|
|
204
|
+
} & {
|
|
205
|
+
readonly default: true;
|
|
206
|
+
};
|
|
207
|
+
required: {
|
|
208
|
+
readonly type: import("vue").PropType<boolean>;
|
|
209
|
+
readonly required: false;
|
|
210
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
211
|
+
__epPropKey: true;
|
|
212
|
+
} & {
|
|
213
|
+
readonly default: undefined;
|
|
214
|
+
};
|
|
117
215
|
formItemSize: {
|
|
118
216
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
119
217
|
default: "default" | "small" | "large";
|
|
@@ -148,30 +246,58 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
148
246
|
default: boolean;
|
|
149
247
|
};
|
|
150
248
|
label: StringConstructor;
|
|
151
|
-
labelWidth:
|
|
152
|
-
|
|
249
|
+
labelWidth: {
|
|
250
|
+
readonly type: import("vue").PropType<string | number>;
|
|
251
|
+
readonly required: false;
|
|
252
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
253
|
+
__epPropKey: true;
|
|
254
|
+
} & {
|
|
255
|
+
readonly default: "";
|
|
256
|
+
};
|
|
257
|
+
labelPosition: {
|
|
258
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
259
|
+
readonly required: false;
|
|
260
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
261
|
+
__epPropKey: true;
|
|
262
|
+
} & {
|
|
263
|
+
readonly default: "";
|
|
264
|
+
};
|
|
153
265
|
prop: {
|
|
154
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
266
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
155
267
|
readonly required: false;
|
|
156
268
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
157
269
|
__epPropKey: true;
|
|
158
270
|
};
|
|
159
271
|
rules: {
|
|
160
|
-
readonly type: import("vue").PropType<
|
|
272
|
+
readonly type: import("vue").PropType<unknown>;
|
|
161
273
|
readonly required: false;
|
|
162
274
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
163
275
|
__epPropKey: true;
|
|
164
276
|
};
|
|
165
277
|
error: StringConstructor;
|
|
166
278
|
validateStatus: {
|
|
167
|
-
readonly type: import("vue").PropType<
|
|
279
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
168
280
|
readonly required: false;
|
|
169
281
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
170
282
|
__epPropKey: true;
|
|
171
283
|
};
|
|
172
284
|
for: StringConstructor;
|
|
173
|
-
inlineMessage:
|
|
174
|
-
|
|
285
|
+
inlineMessage: {
|
|
286
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
287
|
+
readonly required: false;
|
|
288
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
289
|
+
__epPropKey: true;
|
|
290
|
+
} & {
|
|
291
|
+
readonly default: "";
|
|
292
|
+
};
|
|
293
|
+
showMessage: {
|
|
294
|
+
readonly type: import("vue").PropType<boolean>;
|
|
295
|
+
readonly required: false;
|
|
296
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
297
|
+
__epPropKey: true;
|
|
298
|
+
} & {
|
|
299
|
+
readonly default: true;
|
|
300
|
+
};
|
|
175
301
|
}>> & Readonly<{
|
|
176
302
|
onFocus?: (evt: FocusEvent) => any;
|
|
177
303
|
"onUpdate:modelValue"?: (val: string) => any;
|
|
@@ -179,7 +305,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
179
305
|
onBlur?: (evt: FocusEvent) => any;
|
|
180
306
|
onActiveChange?: (val: string) => any;
|
|
181
307
|
}>, {
|
|
182
|
-
required:
|
|
308
|
+
required: boolean;
|
|
183
309
|
formItemSize: "default" | "small" | "large";
|
|
184
310
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
185
311
|
inline: boolean;
|
|
@@ -188,15 +314,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
188
314
|
formItemTipClass: any;
|
|
189
315
|
labelTip: string;
|
|
190
316
|
information: boolean;
|
|
191
|
-
labelWidth:
|
|
192
|
-
labelPosition:
|
|
193
|
-
inlineMessage:
|
|
194
|
-
showMessage:
|
|
317
|
+
labelWidth: string | number;
|
|
318
|
+
labelPosition: "" | "top" | "left" | "right";
|
|
319
|
+
inlineMessage: string | boolean;
|
|
320
|
+
showMessage: boolean;
|
|
195
321
|
disabled: boolean;
|
|
196
|
-
teleported:
|
|
322
|
+
teleported: boolean;
|
|
197
323
|
popperClass: string;
|
|
198
|
-
|
|
199
|
-
|
|
324
|
+
tabindex: string | number;
|
|
325
|
+
validateEvent: boolean;
|
|
200
326
|
showAlpha: boolean;
|
|
201
327
|
}, {}, {
|
|
202
328
|
VkfFormItem: {
|