@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
|
@@ -2,75 +2,163 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2
2
|
modelValue: any;
|
|
3
3
|
defaultModelValue: any;
|
|
4
4
|
ariaLabel: StringConstructor;
|
|
5
|
-
id:
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
id: {
|
|
6
|
+
readonly type: import("vue").PropType<string>;
|
|
7
|
+
readonly required: false;
|
|
8
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9
|
+
__epPropKey: true;
|
|
10
|
+
} & {
|
|
11
|
+
readonly default: undefined;
|
|
12
|
+
};
|
|
13
|
+
min: {
|
|
14
|
+
readonly type: import("vue").PropType<number>;
|
|
15
|
+
readonly required: false;
|
|
16
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
17
|
+
__epPropKey: true;
|
|
18
|
+
} & {
|
|
19
|
+
readonly default: 0;
|
|
20
|
+
};
|
|
21
|
+
max: {
|
|
22
|
+
readonly type: import("vue").PropType<number>;
|
|
23
|
+
readonly required: false;
|
|
24
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
25
|
+
__epPropKey: true;
|
|
26
|
+
} & {
|
|
27
|
+
readonly default: 100;
|
|
28
|
+
};
|
|
29
|
+
step: {
|
|
30
|
+
readonly type: import("vue").PropType<number>;
|
|
31
|
+
readonly required: false;
|
|
32
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
33
|
+
__epPropKey: true;
|
|
34
|
+
} & {
|
|
35
|
+
readonly default: 1;
|
|
36
|
+
};
|
|
9
37
|
showInput: BooleanConstructor;
|
|
10
|
-
showInputControls:
|
|
38
|
+
showInputControls: {
|
|
39
|
+
readonly type: import("vue").PropType<boolean>;
|
|
40
|
+
readonly required: false;
|
|
41
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
42
|
+
__epPropKey: true;
|
|
43
|
+
} & {
|
|
44
|
+
readonly default: true;
|
|
45
|
+
};
|
|
11
46
|
size: {
|
|
12
|
-
readonly type: import("vue").PropType<
|
|
47
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
13
48
|
readonly required: false;
|
|
14
49
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
15
50
|
__epPropKey: true;
|
|
16
51
|
};
|
|
17
52
|
inputSize: {
|
|
18
|
-
readonly type: import("vue").PropType<
|
|
53
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
19
54
|
readonly required: false;
|
|
20
55
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
21
56
|
__epPropKey: true;
|
|
22
57
|
};
|
|
23
58
|
showStops: BooleanConstructor;
|
|
24
|
-
showTooltip:
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
59
|
+
showTooltip: {
|
|
60
|
+
readonly type: import("vue").PropType<boolean>;
|
|
61
|
+
readonly required: false;
|
|
62
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
63
|
+
__epPropKey: true;
|
|
64
|
+
} & {
|
|
65
|
+
readonly default: true;
|
|
66
|
+
};
|
|
67
|
+
formatTooltip: {
|
|
68
|
+
readonly type: import("vue").PropType<(val: number) => number | string>;
|
|
69
|
+
readonly required: false;
|
|
70
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
71
|
+
__epPropKey: true;
|
|
72
|
+
} & {
|
|
73
|
+
readonly default: undefined;
|
|
74
|
+
};
|
|
34
75
|
disabled: BooleanConstructor;
|
|
35
76
|
range: BooleanConstructor;
|
|
36
77
|
vertical: BooleanConstructor;
|
|
37
78
|
height: StringConstructor;
|
|
38
|
-
debounce:
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
readonly
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
readonly
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
79
|
+
debounce: {
|
|
80
|
+
readonly type: import("vue").PropType<number>;
|
|
81
|
+
readonly required: false;
|
|
82
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
83
|
+
__epPropKey: true;
|
|
84
|
+
} & {
|
|
85
|
+
readonly default: 300;
|
|
86
|
+
};
|
|
87
|
+
rangeStartLabel: {
|
|
88
|
+
readonly type: import("vue").PropType<string>;
|
|
89
|
+
readonly required: false;
|
|
90
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
91
|
+
__epPropKey: true;
|
|
92
|
+
} & {
|
|
93
|
+
readonly default: undefined;
|
|
94
|
+
};
|
|
95
|
+
rangeEndLabel: {
|
|
96
|
+
readonly type: import("vue").PropType<string>;
|
|
97
|
+
readonly required: false;
|
|
98
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
99
|
+
__epPropKey: true;
|
|
100
|
+
} & {
|
|
101
|
+
readonly default: undefined;
|
|
102
|
+
};
|
|
103
|
+
formatValueText: {
|
|
104
|
+
readonly type: import("vue").PropType<(val: number) => string>;
|
|
105
|
+
readonly required: false;
|
|
106
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
107
|
+
__epPropKey: true;
|
|
108
|
+
} & {
|
|
109
|
+
readonly default: undefined;
|
|
110
|
+
};
|
|
111
|
+
tooltipClass: {
|
|
112
|
+
readonly type: import("vue").PropType<string>;
|
|
113
|
+
readonly required: false;
|
|
114
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
115
|
+
__epPropKey: true;
|
|
116
|
+
} & {
|
|
117
|
+
readonly default: undefined;
|
|
118
|
+
};
|
|
119
|
+
placement: {
|
|
120
|
+
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
121
|
+
readonly required: false;
|
|
122
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
123
|
+
__epPropKey: true;
|
|
124
|
+
} & {
|
|
125
|
+
readonly default: "top";
|
|
126
|
+
};
|
|
52
127
|
marks: {
|
|
53
128
|
readonly type: import("vue").PropType<{
|
|
54
|
-
[x: number]:
|
|
55
|
-
style: import("vue").CSSProperties;
|
|
56
|
-
label: any;
|
|
57
|
-
}) | (() => string | {
|
|
58
|
-
style: import("vue").CSSProperties;
|
|
59
|
-
label: any;
|
|
60
|
-
}) | ((new (...args: any[]) => string | {
|
|
61
|
-
style: import("vue").CSSProperties;
|
|
62
|
-
label: any;
|
|
63
|
-
}) | (() => string | {
|
|
129
|
+
[x: number]: string | {
|
|
64
130
|
style: import("vue").CSSProperties;
|
|
65
131
|
label: any;
|
|
66
|
-
}
|
|
132
|
+
};
|
|
67
133
|
}>;
|
|
68
134
|
readonly required: false;
|
|
69
135
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
70
136
|
__epPropKey: true;
|
|
71
137
|
};
|
|
72
|
-
validateEvent:
|
|
73
|
-
|
|
138
|
+
validateEvent: {
|
|
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
|
+
};
|
|
146
|
+
persistent: {
|
|
147
|
+
readonly type: import("vue").PropType<boolean>;
|
|
148
|
+
readonly required: false;
|
|
149
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
150
|
+
__epPropKey: true;
|
|
151
|
+
} & {
|
|
152
|
+
readonly default: true;
|
|
153
|
+
};
|
|
154
|
+
required: {
|
|
155
|
+
readonly type: import("vue").PropType<boolean>;
|
|
156
|
+
readonly required: false;
|
|
157
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
158
|
+
__epPropKey: true;
|
|
159
|
+
} & {
|
|
160
|
+
readonly default: undefined;
|
|
161
|
+
};
|
|
74
162
|
formItemSize: {
|
|
75
163
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
76
164
|
default: "default" | "small" | "large";
|
|
@@ -105,50 +193,79 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
105
193
|
default: boolean;
|
|
106
194
|
};
|
|
107
195
|
label: StringConstructor;
|
|
108
|
-
labelWidth:
|
|
109
|
-
|
|
196
|
+
labelWidth: {
|
|
197
|
+
readonly type: import("vue").PropType<string | number>;
|
|
198
|
+
readonly required: false;
|
|
199
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
200
|
+
__epPropKey: true;
|
|
201
|
+
} & {
|
|
202
|
+
readonly default: "";
|
|
203
|
+
};
|
|
204
|
+
labelPosition: {
|
|
205
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
206
|
+
readonly required: false;
|
|
207
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
208
|
+
__epPropKey: true;
|
|
209
|
+
} & {
|
|
210
|
+
readonly default: "";
|
|
211
|
+
};
|
|
110
212
|
prop: {
|
|
111
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
213
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
112
214
|
readonly required: false;
|
|
113
215
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
114
216
|
__epPropKey: true;
|
|
115
217
|
};
|
|
116
218
|
rules: {
|
|
117
|
-
readonly type: import("vue").PropType<
|
|
219
|
+
readonly type: import("vue").PropType<unknown>;
|
|
118
220
|
readonly required: false;
|
|
119
221
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
120
222
|
__epPropKey: true;
|
|
121
223
|
};
|
|
122
224
|
error: StringConstructor;
|
|
123
225
|
validateStatus: {
|
|
124
|
-
readonly type: import("vue").PropType<
|
|
226
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
125
227
|
readonly required: false;
|
|
126
228
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
127
229
|
__epPropKey: true;
|
|
128
230
|
};
|
|
129
231
|
for: StringConstructor;
|
|
130
|
-
inlineMessage:
|
|
131
|
-
|
|
232
|
+
inlineMessage: {
|
|
233
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
234
|
+
readonly required: false;
|
|
235
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
236
|
+
__epPropKey: true;
|
|
237
|
+
} & {
|
|
238
|
+
readonly default: "";
|
|
239
|
+
};
|
|
240
|
+
showMessage: {
|
|
241
|
+
readonly type: import("vue").PropType<boolean>;
|
|
242
|
+
readonly required: false;
|
|
243
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
244
|
+
__epPropKey: true;
|
|
245
|
+
} & {
|
|
246
|
+
readonly default: true;
|
|
247
|
+
};
|
|
132
248
|
}>, {
|
|
133
249
|
readonly: import("vue").ComputedRef<boolean>;
|
|
134
250
|
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
135
251
|
coreProps: import("vue").ComputedRef<{
|
|
136
|
-
size:
|
|
252
|
+
size: "" | "default" | "small" | "large";
|
|
137
253
|
id: string;
|
|
138
254
|
ariaLabel: string;
|
|
139
|
-
|
|
255
|
+
persistent: boolean;
|
|
256
|
+
placement: import("element-plus").Placement;
|
|
140
257
|
height: string;
|
|
141
258
|
min: number;
|
|
142
259
|
max: number;
|
|
143
260
|
vertical: boolean;
|
|
144
|
-
|
|
145
|
-
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
261
|
+
validateEvent: boolean;
|
|
146
262
|
step: number;
|
|
263
|
+
debounce: number;
|
|
147
264
|
showInput: boolean;
|
|
148
|
-
showInputControls:
|
|
149
|
-
inputSize:
|
|
265
|
+
showInputControls: boolean;
|
|
266
|
+
inputSize: "" | "default" | "small" | "large";
|
|
150
267
|
showStops: boolean;
|
|
151
|
-
showTooltip:
|
|
268
|
+
showTooltip: boolean;
|
|
152
269
|
formatTooltip: (val: number) => number | string;
|
|
153
270
|
range: boolean;
|
|
154
271
|
rangeStartLabel: string;
|
|
@@ -156,99 +273,178 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
156
273
|
formatValueText: (val: number) => string;
|
|
157
274
|
tooltipClass: string;
|
|
158
275
|
marks: {
|
|
159
|
-
[x: number]:
|
|
160
|
-
style: import("vue").CSSProperties;
|
|
161
|
-
label: any;
|
|
162
|
-
}) | (() => string | {
|
|
163
|
-
style: import("vue").CSSProperties;
|
|
164
|
-
label: any;
|
|
165
|
-
}) | ((new (...args: any[]) => string | {
|
|
276
|
+
[x: number]: string | {
|
|
166
277
|
style: import("vue").CSSProperties;
|
|
167
278
|
label: any;
|
|
168
|
-
}
|
|
169
|
-
style: import("vue").CSSProperties;
|
|
170
|
-
label: any;
|
|
171
|
-
}))[], unknown, unknown>;
|
|
279
|
+
};
|
|
172
280
|
};
|
|
173
281
|
}>;
|
|
174
282
|
coreEmits: {};
|
|
175
283
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
176
|
-
"update:modelValue": (value:
|
|
177
|
-
input: (value:
|
|
178
|
-
change: (value:
|
|
284
|
+
"update:modelValue": (value: number | number[]) => value is number | number[];
|
|
285
|
+
input: (value: number | number[]) => value is number | number[];
|
|
286
|
+
change: (value: number | number[]) => value is number | number[];
|
|
179
287
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
180
288
|
modelValue: any;
|
|
181
289
|
defaultModelValue: any;
|
|
182
290
|
ariaLabel: StringConstructor;
|
|
183
|
-
id:
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
291
|
+
id: {
|
|
292
|
+
readonly type: import("vue").PropType<string>;
|
|
293
|
+
readonly required: false;
|
|
294
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
295
|
+
__epPropKey: true;
|
|
296
|
+
} & {
|
|
297
|
+
readonly default: undefined;
|
|
298
|
+
};
|
|
299
|
+
min: {
|
|
300
|
+
readonly type: import("vue").PropType<number>;
|
|
301
|
+
readonly required: false;
|
|
302
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
303
|
+
__epPropKey: true;
|
|
304
|
+
} & {
|
|
305
|
+
readonly default: 0;
|
|
306
|
+
};
|
|
307
|
+
max: {
|
|
308
|
+
readonly type: import("vue").PropType<number>;
|
|
309
|
+
readonly required: false;
|
|
310
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
311
|
+
__epPropKey: true;
|
|
312
|
+
} & {
|
|
313
|
+
readonly default: 100;
|
|
314
|
+
};
|
|
315
|
+
step: {
|
|
316
|
+
readonly type: import("vue").PropType<number>;
|
|
317
|
+
readonly required: false;
|
|
318
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
319
|
+
__epPropKey: true;
|
|
320
|
+
} & {
|
|
321
|
+
readonly default: 1;
|
|
322
|
+
};
|
|
187
323
|
showInput: BooleanConstructor;
|
|
188
|
-
showInputControls:
|
|
324
|
+
showInputControls: {
|
|
325
|
+
readonly type: import("vue").PropType<boolean>;
|
|
326
|
+
readonly required: false;
|
|
327
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
328
|
+
__epPropKey: true;
|
|
329
|
+
} & {
|
|
330
|
+
readonly default: true;
|
|
331
|
+
};
|
|
189
332
|
size: {
|
|
190
|
-
readonly type: import("vue").PropType<
|
|
333
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
191
334
|
readonly required: false;
|
|
192
335
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
193
336
|
__epPropKey: true;
|
|
194
337
|
};
|
|
195
338
|
inputSize: {
|
|
196
|
-
readonly type: import("vue").PropType<
|
|
339
|
+
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
197
340
|
readonly required: false;
|
|
198
341
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
199
342
|
__epPropKey: true;
|
|
200
343
|
};
|
|
201
344
|
showStops: BooleanConstructor;
|
|
202
|
-
showTooltip:
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
345
|
+
showTooltip: {
|
|
346
|
+
readonly type: import("vue").PropType<boolean>;
|
|
347
|
+
readonly required: false;
|
|
348
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
349
|
+
__epPropKey: true;
|
|
350
|
+
} & {
|
|
351
|
+
readonly default: true;
|
|
352
|
+
};
|
|
353
|
+
formatTooltip: {
|
|
354
|
+
readonly type: import("vue").PropType<(val: number) => number | string>;
|
|
355
|
+
readonly required: false;
|
|
356
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
357
|
+
__epPropKey: true;
|
|
358
|
+
} & {
|
|
359
|
+
readonly default: undefined;
|
|
360
|
+
};
|
|
212
361
|
disabled: BooleanConstructor;
|
|
213
362
|
range: BooleanConstructor;
|
|
214
363
|
vertical: BooleanConstructor;
|
|
215
364
|
height: StringConstructor;
|
|
216
|
-
debounce:
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
readonly
|
|
223
|
-
}
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
readonly
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
365
|
+
debounce: {
|
|
366
|
+
readonly type: import("vue").PropType<number>;
|
|
367
|
+
readonly required: false;
|
|
368
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
369
|
+
__epPropKey: true;
|
|
370
|
+
} & {
|
|
371
|
+
readonly default: 300;
|
|
372
|
+
};
|
|
373
|
+
rangeStartLabel: {
|
|
374
|
+
readonly type: import("vue").PropType<string>;
|
|
375
|
+
readonly required: false;
|
|
376
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
377
|
+
__epPropKey: true;
|
|
378
|
+
} & {
|
|
379
|
+
readonly default: undefined;
|
|
380
|
+
};
|
|
381
|
+
rangeEndLabel: {
|
|
382
|
+
readonly type: import("vue").PropType<string>;
|
|
383
|
+
readonly required: false;
|
|
384
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
385
|
+
__epPropKey: true;
|
|
386
|
+
} & {
|
|
387
|
+
readonly default: undefined;
|
|
388
|
+
};
|
|
389
|
+
formatValueText: {
|
|
390
|
+
readonly type: import("vue").PropType<(val: number) => string>;
|
|
391
|
+
readonly required: false;
|
|
392
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
393
|
+
__epPropKey: true;
|
|
394
|
+
} & {
|
|
395
|
+
readonly default: undefined;
|
|
396
|
+
};
|
|
397
|
+
tooltipClass: {
|
|
398
|
+
readonly type: import("vue").PropType<string>;
|
|
399
|
+
readonly required: false;
|
|
400
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
401
|
+
__epPropKey: true;
|
|
402
|
+
} & {
|
|
403
|
+
readonly default: undefined;
|
|
404
|
+
};
|
|
405
|
+
placement: {
|
|
406
|
+
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
407
|
+
readonly required: false;
|
|
408
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
409
|
+
__epPropKey: true;
|
|
410
|
+
} & {
|
|
411
|
+
readonly default: "top";
|
|
412
|
+
};
|
|
230
413
|
marks: {
|
|
231
414
|
readonly type: import("vue").PropType<{
|
|
232
|
-
[x: number]:
|
|
233
|
-
style: import("vue").CSSProperties;
|
|
234
|
-
label: any;
|
|
235
|
-
}) | (() => string | {
|
|
236
|
-
style: import("vue").CSSProperties;
|
|
237
|
-
label: any;
|
|
238
|
-
}) | ((new (...args: any[]) => string | {
|
|
415
|
+
[x: number]: string | {
|
|
239
416
|
style: import("vue").CSSProperties;
|
|
240
417
|
label: any;
|
|
241
|
-
}
|
|
242
|
-
style: import("vue").CSSProperties;
|
|
243
|
-
label: any;
|
|
244
|
-
}))[], unknown, unknown>;
|
|
418
|
+
};
|
|
245
419
|
}>;
|
|
246
420
|
readonly required: false;
|
|
247
421
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
248
422
|
__epPropKey: true;
|
|
249
423
|
};
|
|
250
|
-
validateEvent:
|
|
251
|
-
|
|
424
|
+
validateEvent: {
|
|
425
|
+
readonly type: import("vue").PropType<boolean>;
|
|
426
|
+
readonly required: false;
|
|
427
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
428
|
+
__epPropKey: true;
|
|
429
|
+
} & {
|
|
430
|
+
readonly default: true;
|
|
431
|
+
};
|
|
432
|
+
persistent: {
|
|
433
|
+
readonly type: import("vue").PropType<boolean>;
|
|
434
|
+
readonly required: false;
|
|
435
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
436
|
+
__epPropKey: true;
|
|
437
|
+
} & {
|
|
438
|
+
readonly default: true;
|
|
439
|
+
};
|
|
440
|
+
required: {
|
|
441
|
+
readonly type: import("vue").PropType<boolean>;
|
|
442
|
+
readonly required: false;
|
|
443
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
444
|
+
__epPropKey: true;
|
|
445
|
+
} & {
|
|
446
|
+
readonly default: undefined;
|
|
447
|
+
};
|
|
252
448
|
formItemSize: {
|
|
253
449
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
254
450
|
default: "default" | "small" | "large";
|
|
@@ -283,36 +479,64 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
283
479
|
default: boolean;
|
|
284
480
|
};
|
|
285
481
|
label: StringConstructor;
|
|
286
|
-
labelWidth:
|
|
287
|
-
|
|
482
|
+
labelWidth: {
|
|
483
|
+
readonly type: import("vue").PropType<string | number>;
|
|
484
|
+
readonly required: false;
|
|
485
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
486
|
+
__epPropKey: true;
|
|
487
|
+
} & {
|
|
488
|
+
readonly default: "";
|
|
489
|
+
};
|
|
490
|
+
labelPosition: {
|
|
491
|
+
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
492
|
+
readonly required: false;
|
|
493
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
494
|
+
__epPropKey: true;
|
|
495
|
+
} & {
|
|
496
|
+
readonly default: "";
|
|
497
|
+
};
|
|
288
498
|
prop: {
|
|
289
|
-
readonly type: import("vue").PropType<import("element-plus
|
|
499
|
+
readonly type: import("vue").PropType<import("element-plus").FormItemProp>;
|
|
290
500
|
readonly required: false;
|
|
291
501
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
292
502
|
__epPropKey: true;
|
|
293
503
|
};
|
|
294
504
|
rules: {
|
|
295
|
-
readonly type: import("vue").PropType<
|
|
505
|
+
readonly type: import("vue").PropType<unknown>;
|
|
296
506
|
readonly required: false;
|
|
297
507
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
298
508
|
__epPropKey: true;
|
|
299
509
|
};
|
|
300
510
|
error: StringConstructor;
|
|
301
511
|
validateStatus: {
|
|
302
|
-
readonly type: import("vue").PropType<
|
|
512
|
+
readonly type: import("vue").PropType<"" | "error" | "success" | "validating">;
|
|
303
513
|
readonly required: false;
|
|
304
514
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
305
515
|
__epPropKey: true;
|
|
306
516
|
};
|
|
307
517
|
for: StringConstructor;
|
|
308
|
-
inlineMessage:
|
|
309
|
-
|
|
518
|
+
inlineMessage: {
|
|
519
|
+
readonly type: import("vue").PropType<string | boolean>;
|
|
520
|
+
readonly required: false;
|
|
521
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
522
|
+
__epPropKey: true;
|
|
523
|
+
} & {
|
|
524
|
+
readonly default: "";
|
|
525
|
+
};
|
|
526
|
+
showMessage: {
|
|
527
|
+
readonly type: import("vue").PropType<boolean>;
|
|
528
|
+
readonly required: false;
|
|
529
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
530
|
+
__epPropKey: true;
|
|
531
|
+
} & {
|
|
532
|
+
readonly default: true;
|
|
533
|
+
};
|
|
310
534
|
}>> & Readonly<{
|
|
311
|
-
"onUpdate:modelValue"?: (value:
|
|
312
|
-
onChange?: (value:
|
|
313
|
-
onInput?: (value:
|
|
535
|
+
"onUpdate:modelValue"?: (value: number | number[]) => any;
|
|
536
|
+
onChange?: (value: number | number[]) => any;
|
|
537
|
+
onInput?: (value: number | number[]) => any;
|
|
314
538
|
}>, {
|
|
315
|
-
required:
|
|
539
|
+
required: boolean;
|
|
316
540
|
formItemSize: "default" | "small" | "large";
|
|
317
541
|
formItemSlots: import("@vunk/form/components/form-item/src/types").FormItemSlots;
|
|
318
542
|
inline: boolean;
|
|
@@ -321,31 +545,32 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
321
545
|
formItemTipClass: any;
|
|
322
546
|
labelTip: string;
|
|
323
547
|
information: boolean;
|
|
324
|
-
labelWidth:
|
|
325
|
-
labelPosition:
|
|
326
|
-
inlineMessage:
|
|
327
|
-
showMessage:
|
|
548
|
+
labelWidth: string | number;
|
|
549
|
+
labelPosition: "" | "top" | "left" | "right";
|
|
550
|
+
inlineMessage: string | boolean;
|
|
551
|
+
showMessage: boolean;
|
|
328
552
|
disabled: boolean;
|
|
329
553
|
id: string;
|
|
330
|
-
|
|
554
|
+
persistent: boolean;
|
|
555
|
+
placement: import("element-plus").Placement;
|
|
331
556
|
modelValue: any;
|
|
332
557
|
min: number;
|
|
333
558
|
max: number;
|
|
334
559
|
vertical: boolean;
|
|
335
|
-
|
|
336
|
-
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
337
|
-
defaultModelValue: any;
|
|
560
|
+
validateEvent: boolean;
|
|
338
561
|
step: number;
|
|
562
|
+
debounce: number;
|
|
339
563
|
showInput: boolean;
|
|
340
|
-
showInputControls:
|
|
564
|
+
showInputControls: boolean;
|
|
341
565
|
showStops: boolean;
|
|
342
|
-
showTooltip:
|
|
566
|
+
showTooltip: boolean;
|
|
343
567
|
formatTooltip: (val: number) => number | string;
|
|
344
568
|
range: boolean;
|
|
345
569
|
rangeStartLabel: string;
|
|
346
570
|
rangeEndLabel: string;
|
|
347
571
|
formatValueText: (val: number) => string;
|
|
348
572
|
tooltipClass: string;
|
|
573
|
+
defaultModelValue: any;
|
|
349
574
|
}, {}, {
|
|
350
575
|
ElSlider: never;
|
|
351
576
|
VkfFormItem: {
|