@vuetify/nightly 3.6.14-master.2024-08-04 → 3.6.14-master.2024-08-13
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/dist/json/attributes.json +7 -11
- package/dist/json/importMap-labs.json +30 -30
- package/dist/json/importMap.json +144 -144
- package/dist/json/tags.json +0 -1
- package/dist/json/web-types.json +8 -18
- package/dist/vuetify-labs.css +2162 -2162
- package/dist/vuetify-labs.d.ts +33122 -39828
- package/dist/vuetify-labs.esm.js +17 -9
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +17 -9
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1025 -1025
- package/dist/vuetify.d.ts +32674 -39040
- package/dist/vuetify.esm.js +16 -8
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +16 -8
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +22 -22
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/index.d.mts +50 -73
- package/lib/components/VApp/index.d.mts +9 -11
- package/lib/components/VAppBar/index.d.mts +92 -128
- package/lib/components/VAutocomplete/index.d.mts +4771 -3230
- package/lib/components/VAvatar/index.d.mts +23 -22
- package/lib/components/VBadge/index.d.mts +53 -59
- package/lib/components/VBanner/index.d.mts +44 -66
- package/lib/components/VBottomNavigation/index.d.mts +25 -32
- package/lib/components/VBottomSheet/index.d.mts +125 -135
- package/lib/components/VBreadcrumbs/index.d.mts +35 -78
- package/lib/components/VBtn/index.d.mts +49 -53
- package/lib/components/VBtnGroup/index.d.mts +14 -13
- package/lib/components/VBtnToggle/index.d.mts +21 -23
- package/lib/components/VCard/index.d.mts +104 -168
- package/lib/components/VCarousel/index.d.mts +59 -96
- package/lib/components/VCheckbox/index.d.mts +132 -155
- package/lib/components/VChip/index.d.mts +47 -59
- package/lib/components/VChipGroup/index.d.mts +39 -41
- package/lib/components/VCode/index.d.mts +9 -11
- package/lib/components/VColorPicker/index.d.mts +58 -133
- package/lib/components/VCombobox/index.d.mts +4785 -3244
- package/lib/components/VConfirmEdit/index.d.mts +11 -19
- package/lib/components/VCounter/index.d.mts +40 -42
- package/lib/components/VDataIterator/index.d.mts +171 -185
- package/lib/components/VDataTable/index.d.mts +480 -1204
- package/lib/components/VDatePicker/index.d.mts +120 -158
- package/lib/components/VDefaultsProvider/index.d.mts +5 -9
- package/lib/components/VDialog/index.d.mts +243 -277
- package/lib/components/VDivider/index.d.mts +9 -11
- package/lib/components/VEmptyState/index.d.mts +30 -52
- package/lib/components/VExpansionPanel/index.d.mts +60 -85
- package/lib/components/VFab/index.d.mts +81 -73
- package/lib/components/VField/index.d.mts +35 -62
- package/lib/components/VFileInput/VFileInput.mjs +1 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VFileInput/index.d.mts +172 -259
- package/lib/components/VFooter/index.d.mts +9 -11
- package/lib/components/VForm/index.d.mts +105 -77
- package/lib/components/VGrid/index.d.mts +41 -52
- package/lib/components/VHover/index.d.mts +5 -9
- package/lib/components/VIcon/index.d.mts +23 -29
- package/lib/components/VImg/index.d.mts +28 -42
- package/lib/components/VInfiniteScroll/index.d.mts +17 -37
- package/lib/components/VInput/index.d.mts +48 -50
- package/lib/components/VItemGroup/index.d.mts +21 -30
- package/lib/components/VKbd/index.d.mts +9 -11
- package/lib/components/VLabel/index.d.mts +9 -11
- package/lib/components/VLayout/index.d.mts +18 -24
- package/lib/components/VLazy/index.d.mts +42 -44
- package/lib/components/VList/VList.mjs.map +1 -1
- package/lib/components/VList/index.d.mts +210 -329
- package/lib/components/VLocaleProvider/index.d.mts +9 -11
- package/lib/components/VMain/index.d.mts +9 -11
- package/lib/components/VMenu/index.d.mts +272 -306
- package/lib/components/VMessages/index.d.mts +49 -51
- package/lib/components/VNavigationDrawer/index.d.mts +27 -40
- package/lib/components/VOtpInput/index.d.mts +22 -28
- package/lib/components/VOverlay/VOverlay.mjs +4 -3
- package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
- package/lib/components/VOverlay/index.d.mts +53 -63
- package/lib/components/VPagination/index.d.mts +31 -46
- package/lib/components/VParallax/index.d.mts +15 -29
- package/lib/components/VProgressCircular/index.d.mts +9 -11
- package/lib/components/VProgressLinear/index.d.mts +22 -24
- package/lib/components/VRadio/index.d.mts +49 -52
- package/lib/components/VRadioGroup/index.d.mts +66 -66
- package/lib/components/VRangeSlider/index.d.mts +58 -69
- package/lib/components/VRating/index.d.mts +13 -19
- package/lib/components/VResponsive/index.d.mts +11 -17
- package/lib/components/VSelect/index.d.mts +4762 -3221
- package/lib/components/VSelectionControl/index.d.mts +38 -44
- package/lib/components/VSelectionControlGroup/index.d.mts +34 -34
- package/lib/components/VSheet/index.d.mts +15 -17
- package/lib/components/VSkeletonLoader/index.d.mts +41 -11
- package/lib/components/VSlideGroup/index.d.mts +112 -129
- package/lib/components/VSlider/index.d.mts +58 -69
- package/lib/components/VSnackbar/VSnackbar.mjs +5 -1
- package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
- package/lib/components/VSnackbar/index.d.mts +231 -270
- package/lib/components/VSparkline/index.d.mts +11 -19
- package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.mjs.map +1 -1
- package/lib/components/VSpeedDial/index.d.mts +179 -189
- package/lib/components/VStepper/index.d.mts +105 -180
- package/lib/components/VSwitch/index.d.mts +78 -98
- package/lib/components/VSystemBar/index.d.mts +13 -15
- package/lib/components/VTable/index.d.mts +15 -29
- package/lib/components/VTabs/index.d.mts +213 -297
- package/lib/components/VTextField/index.d.mts +253 -408
- package/lib/components/VTextarea/index.d.mts +157 -236
- package/lib/components/VThemeProvider/index.d.mts +9 -11
- package/lib/components/VTimeline/index.d.mts +29 -43
- package/lib/components/VToolbar/index.d.mts +49 -80
- package/lib/components/VTooltip/index.d.mts +282 -316
- package/lib/components/VValidation/index.d.mts +16 -23
- package/lib/components/VVirtualScroll/index.d.mts +14 -23
- package/lib/components/VWindow/index.d.mts +29 -50
- package/lib/components/index.d.mts +31169 -37524
- package/lib/components/transitions/index.d.mts +84 -148
- package/lib/composables/location.mjs.map +1 -1
- package/lib/directives/click-outside/index.mjs +3 -0
- package/lib/directives/click-outside/index.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +60 -60
- package/lib/labs/VCalendar/index.d.mts +146 -166
- package/lib/labs/VDateInput/index.d.mts +83 -62
- package/lib/labs/VNumberInput/index.d.mts +61 -88
- package/lib/labs/VPicker/index.d.mts +28 -46
- package/lib/labs/VPullToRefresh/index.d.mts +7 -15
- package/lib/labs/VSnackbarQueue/index.d.mts +311 -369
- package/lib/labs/VStepperVertical/index.d.mts +109 -184
- package/lib/labs/VTimePicker/index.d.mts +35 -53
- package/lib/labs/VTreeview/VTreeview.mjs +1 -1
- package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
- package/lib/labs/VTreeview/index.d.mts +200 -292
- package/lib/labs/components.d.mts +905 -1246
- package/lib/util/propsFactory.mjs.map +1 -1
- package/package.json +3 -3
@@ -1,10 +1,34 @@
|
|
1
1
|
import * as vue from 'vue';
|
2
|
-
import { ComponentPropsOptions, ExtractPropTypes } from 'vue';
|
2
|
+
import { ComponentPropsOptions, ExtractPropTypes, PropType } from 'vue';
|
3
3
|
|
4
4
|
interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
|
5
5
|
filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
|
6
6
|
}
|
7
7
|
|
8
|
+
type ClassValue = any;
|
9
|
+
|
10
|
+
type EventProp<T extends any[] = any[], F = (...args: T) => void> = F;
|
11
|
+
declare const EventProp: <T extends any[] = any[]>() => PropType<EventProp<T>>;
|
12
|
+
|
13
|
+
type ValidationResult = string | boolean;
|
14
|
+
type ValidationRule = ValidationResult | PromiseLike<ValidationResult> | ((value: any) => ValidationResult) | ((value: any) => PromiseLike<ValidationResult>);
|
15
|
+
type ValidateOnValue = 'blur' | 'input' | 'submit';
|
16
|
+
interface ValidationProps {
|
17
|
+
disabled: boolean | null;
|
18
|
+
error: boolean;
|
19
|
+
errorMessages: string | readonly string[] | null;
|
20
|
+
focused: boolean;
|
21
|
+
maxErrors: string | number;
|
22
|
+
name: string | undefined;
|
23
|
+
label: string | undefined;
|
24
|
+
readonly: boolean | null;
|
25
|
+
rules: readonly ValidationRule[];
|
26
|
+
modelValue: any;
|
27
|
+
'onUpdate:modelValue': EventProp | undefined;
|
28
|
+
validateOn?: ValidateOnValue | `${ValidateOnValue} lazy` | `lazy ${ValidateOnValue}` | 'lazy';
|
29
|
+
validationValue: any;
|
30
|
+
}
|
31
|
+
|
8
32
|
interface FieldValidationResult {
|
9
33
|
id: number | string;
|
10
34
|
errorMessages: string[];
|
@@ -15,6 +39,14 @@ interface FormValidationResult {
|
|
15
39
|
}
|
16
40
|
interface SubmitEventPromise extends SubmitEvent, Promise<FormValidationResult> {
|
17
41
|
}
|
42
|
+
interface FormProps {
|
43
|
+
disabled: boolean;
|
44
|
+
fastFail: boolean;
|
45
|
+
readonly: boolean;
|
46
|
+
modelValue: boolean | null;
|
47
|
+
'onUpdate:modelValue': EventProp<[boolean | null]> | undefined;
|
48
|
+
validateOn: ValidationProps['validateOn'];
|
49
|
+
}
|
18
50
|
|
19
51
|
declare const VForm: {
|
20
52
|
new (...args: any[]): vue.CreateComponentPublicInstance<{
|
@@ -30,7 +62,7 @@ declare const VForm: {
|
|
30
62
|
$children?: vue.VNodeChild | {
|
31
63
|
default?: ((arg: {
|
32
64
|
errors: vue.Ref<{
|
33
|
-
id:
|
65
|
+
id: number | string;
|
34
66
|
errorMessages: string[];
|
35
67
|
}[]>;
|
36
68
|
isDisabled: vue.ComputedRef<boolean>;
|
@@ -40,7 +72,7 @@ declare const VForm: {
|
|
40
72
|
readonly externalValue: boolean | null;
|
41
73
|
};
|
42
74
|
items: vue.Ref<{
|
43
|
-
id:
|
75
|
+
id: number | string;
|
44
76
|
validate: () => Promise<string[]>;
|
45
77
|
reset: () => Promise<void>;
|
46
78
|
resetValidation: () => Promise<void>;
|
@@ -51,7 +83,7 @@ declare const VForm: {
|
|
51
83
|
validate: () => Promise<{
|
52
84
|
valid: boolean;
|
53
85
|
errors: {
|
54
|
-
id:
|
86
|
+
id: number | string;
|
55
87
|
errorMessages: string[];
|
56
88
|
}[];
|
57
89
|
}>;
|
@@ -60,7 +92,7 @@ declare const VForm: {
|
|
60
92
|
}) => vue.VNodeChild) | undefined;
|
61
93
|
} | ((arg: {
|
62
94
|
errors: vue.Ref<{
|
63
|
-
id:
|
95
|
+
id: number | string;
|
64
96
|
errorMessages: string[];
|
65
97
|
}[]>;
|
66
98
|
isDisabled: vue.ComputedRef<boolean>;
|
@@ -70,7 +102,7 @@ declare const VForm: {
|
|
70
102
|
readonly externalValue: boolean | null;
|
71
103
|
};
|
72
104
|
items: vue.Ref<{
|
73
|
-
id:
|
105
|
+
id: number | string;
|
74
106
|
validate: () => Promise<string[]>;
|
75
107
|
reset: () => Promise<void>;
|
76
108
|
resetValidation: () => Promise<void>;
|
@@ -81,7 +113,7 @@ declare const VForm: {
|
|
81
113
|
validate: () => Promise<{
|
82
114
|
valid: boolean;
|
83
115
|
errors: {
|
84
|
-
id:
|
116
|
+
id: number | string;
|
85
117
|
errorMessages: string[];
|
86
118
|
}[];
|
87
119
|
}>;
|
@@ -91,7 +123,7 @@ declare const VForm: {
|
|
91
123
|
'v-slots'?: {
|
92
124
|
default?: false | ((arg: {
|
93
125
|
errors: vue.Ref<{
|
94
|
-
id:
|
126
|
+
id: number | string;
|
95
127
|
errorMessages: string[];
|
96
128
|
}[]>;
|
97
129
|
isDisabled: vue.ComputedRef<boolean>;
|
@@ -101,7 +133,7 @@ declare const VForm: {
|
|
101
133
|
readonly externalValue: boolean | null;
|
102
134
|
};
|
103
135
|
items: vue.Ref<{
|
104
|
-
id:
|
136
|
+
id: number | string;
|
105
137
|
validate: () => Promise<string[]>;
|
106
138
|
reset: () => Promise<void>;
|
107
139
|
resetValidation: () => Promise<void>;
|
@@ -112,7 +144,7 @@ declare const VForm: {
|
|
112
144
|
validate: () => Promise<{
|
113
145
|
valid: boolean;
|
114
146
|
errors: {
|
115
|
-
id:
|
147
|
+
id: number | string;
|
116
148
|
errorMessages: string[];
|
117
149
|
}[];
|
118
150
|
}>;
|
@@ -123,7 +155,7 @@ declare const VForm: {
|
|
123
155
|
} & {
|
124
156
|
"v-slot:default"?: false | ((arg: {
|
125
157
|
errors: vue.Ref<{
|
126
|
-
id:
|
158
|
+
id: number | string;
|
127
159
|
errorMessages: string[];
|
128
160
|
}[]>;
|
129
161
|
isDisabled: vue.ComputedRef<boolean>;
|
@@ -133,7 +165,7 @@ declare const VForm: {
|
|
133
165
|
readonly externalValue: boolean | null;
|
134
166
|
};
|
135
167
|
items: vue.Ref<{
|
136
|
-
id:
|
168
|
+
id: number | string;
|
137
169
|
validate: () => Promise<string[]>;
|
138
170
|
reset: () => Promise<void>;
|
139
171
|
resetValidation: () => Promise<void>;
|
@@ -144,7 +176,7 @@ declare const VForm: {
|
|
144
176
|
validate: () => Promise<{
|
145
177
|
valid: boolean;
|
146
178
|
errors: {
|
147
|
-
id:
|
179
|
+
id: number | string;
|
148
180
|
errorMessages: string[];
|
149
181
|
}[];
|
150
182
|
}>;
|
@@ -156,7 +188,7 @@ declare const VForm: {
|
|
156
188
|
"onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
|
157
189
|
}, {
|
158
190
|
errors: vue.Ref<{
|
159
|
-
id:
|
191
|
+
id: number | string;
|
160
192
|
errorMessages: string[];
|
161
193
|
}[]>;
|
162
194
|
isDisabled: vue.ComputedRef<boolean>;
|
@@ -166,7 +198,7 @@ declare const VForm: {
|
|
166
198
|
readonly externalValue: boolean | null;
|
167
199
|
};
|
168
200
|
items: vue.Ref<{
|
169
|
-
id:
|
201
|
+
id: number | string;
|
170
202
|
validate: () => Promise<string[]>;
|
171
203
|
reset: () => Promise<void>;
|
172
204
|
resetValidation: () => Promise<void>;
|
@@ -177,7 +209,7 @@ declare const VForm: {
|
|
177
209
|
validate: () => Promise<{
|
178
210
|
valid: boolean;
|
179
211
|
errors: {
|
180
|
-
id:
|
212
|
+
id: number | string;
|
181
213
|
errorMessages: string[];
|
182
214
|
}[];
|
183
215
|
}>;
|
@@ -199,7 +231,7 @@ declare const VForm: {
|
|
199
231
|
$children?: vue.VNodeChild | {
|
200
232
|
default?: ((arg: {
|
201
233
|
errors: vue.Ref<{
|
202
|
-
id:
|
234
|
+
id: number | string;
|
203
235
|
errorMessages: string[];
|
204
236
|
}[]>;
|
205
237
|
isDisabled: vue.ComputedRef<boolean>;
|
@@ -209,7 +241,7 @@ declare const VForm: {
|
|
209
241
|
readonly externalValue: boolean | null;
|
210
242
|
};
|
211
243
|
items: vue.Ref<{
|
212
|
-
id:
|
244
|
+
id: number | string;
|
213
245
|
validate: () => Promise<string[]>;
|
214
246
|
reset: () => Promise<void>;
|
215
247
|
resetValidation: () => Promise<void>;
|
@@ -220,7 +252,7 @@ declare const VForm: {
|
|
220
252
|
validate: () => Promise<{
|
221
253
|
valid: boolean;
|
222
254
|
errors: {
|
223
|
-
id:
|
255
|
+
id: number | string;
|
224
256
|
errorMessages: string[];
|
225
257
|
}[];
|
226
258
|
}>;
|
@@ -229,7 +261,7 @@ declare const VForm: {
|
|
229
261
|
}) => vue.VNodeChild) | undefined;
|
230
262
|
} | ((arg: {
|
231
263
|
errors: vue.Ref<{
|
232
|
-
id:
|
264
|
+
id: number | string;
|
233
265
|
errorMessages: string[];
|
234
266
|
}[]>;
|
235
267
|
isDisabled: vue.ComputedRef<boolean>;
|
@@ -239,7 +271,7 @@ declare const VForm: {
|
|
239
271
|
readonly externalValue: boolean | null;
|
240
272
|
};
|
241
273
|
items: vue.Ref<{
|
242
|
-
id:
|
274
|
+
id: number | string;
|
243
275
|
validate: () => Promise<string[]>;
|
244
276
|
reset: () => Promise<void>;
|
245
277
|
resetValidation: () => Promise<void>;
|
@@ -250,7 +282,7 @@ declare const VForm: {
|
|
250
282
|
validate: () => Promise<{
|
251
283
|
valid: boolean;
|
252
284
|
errors: {
|
253
|
-
id:
|
285
|
+
id: number | string;
|
254
286
|
errorMessages: string[];
|
255
287
|
}[];
|
256
288
|
}>;
|
@@ -260,7 +292,7 @@ declare const VForm: {
|
|
260
292
|
'v-slots'?: {
|
261
293
|
default?: false | ((arg: {
|
262
294
|
errors: vue.Ref<{
|
263
|
-
id:
|
295
|
+
id: number | string;
|
264
296
|
errorMessages: string[];
|
265
297
|
}[]>;
|
266
298
|
isDisabled: vue.ComputedRef<boolean>;
|
@@ -270,7 +302,7 @@ declare const VForm: {
|
|
270
302
|
readonly externalValue: boolean | null;
|
271
303
|
};
|
272
304
|
items: vue.Ref<{
|
273
|
-
id:
|
305
|
+
id: number | string;
|
274
306
|
validate: () => Promise<string[]>;
|
275
307
|
reset: () => Promise<void>;
|
276
308
|
resetValidation: () => Promise<void>;
|
@@ -281,7 +313,7 @@ declare const VForm: {
|
|
281
313
|
validate: () => Promise<{
|
282
314
|
valid: boolean;
|
283
315
|
errors: {
|
284
|
-
id:
|
316
|
+
id: number | string;
|
285
317
|
errorMessages: string[];
|
286
318
|
}[];
|
287
319
|
}>;
|
@@ -292,7 +324,7 @@ declare const VForm: {
|
|
292
324
|
} & {
|
293
325
|
"v-slot:default"?: false | ((arg: {
|
294
326
|
errors: vue.Ref<{
|
295
|
-
id:
|
327
|
+
id: number | string;
|
296
328
|
errorMessages: string[];
|
297
329
|
}[]>;
|
298
330
|
isDisabled: vue.ComputedRef<boolean>;
|
@@ -302,7 +334,7 @@ declare const VForm: {
|
|
302
334
|
readonly externalValue: boolean | null;
|
303
335
|
};
|
304
336
|
items: vue.Ref<{
|
305
|
-
id:
|
337
|
+
id: number | string;
|
306
338
|
validate: () => Promise<string[]>;
|
307
339
|
reset: () => Promise<void>;
|
308
340
|
resetValidation: () => Promise<void>;
|
@@ -313,7 +345,7 @@ declare const VForm: {
|
|
313
345
|
validate: () => Promise<{
|
314
346
|
valid: boolean;
|
315
347
|
errors: {
|
316
|
-
id:
|
348
|
+
id: number | string;
|
317
349
|
errorMessages: string[];
|
318
350
|
}[];
|
319
351
|
}>;
|
@@ -333,7 +365,7 @@ declare const VForm: {
|
|
333
365
|
}, true, {}, vue.SlotsType<Partial<{
|
334
366
|
default: (arg: {
|
335
367
|
errors: vue.Ref<{
|
336
|
-
id:
|
368
|
+
id: number | string;
|
337
369
|
errorMessages: string[];
|
338
370
|
}[]>;
|
339
371
|
isDisabled: vue.ComputedRef<boolean>;
|
@@ -343,7 +375,7 @@ declare const VForm: {
|
|
343
375
|
readonly externalValue: boolean | null;
|
344
376
|
};
|
345
377
|
items: vue.Ref<{
|
346
|
-
id:
|
378
|
+
id: number | string;
|
347
379
|
validate: () => Promise<string[]>;
|
348
380
|
reset: () => Promise<void>;
|
349
381
|
resetValidation: () => Promise<void>;
|
@@ -354,15 +386,13 @@ declare const VForm: {
|
|
354
386
|
validate: () => Promise<{
|
355
387
|
valid: boolean;
|
356
388
|
errors: {
|
357
|
-
id:
|
389
|
+
id: number | string;
|
358
390
|
errorMessages: string[];
|
359
391
|
}[];
|
360
392
|
}>;
|
361
393
|
reset: () => void;
|
362
394
|
resetValidation: () => void;
|
363
|
-
}) => vue.VNode
|
364
|
-
[key: string]: any;
|
365
|
-
}>[];
|
395
|
+
}) => vue.VNode[];
|
366
396
|
}>>, {
|
367
397
|
P: {};
|
368
398
|
B: {};
|
@@ -383,7 +413,7 @@ declare const VForm: {
|
|
383
413
|
$children?: vue.VNodeChild | {
|
384
414
|
default?: ((arg: {
|
385
415
|
errors: vue.Ref<{
|
386
|
-
id:
|
416
|
+
id: number | string;
|
387
417
|
errorMessages: string[];
|
388
418
|
}[]>;
|
389
419
|
isDisabled: vue.ComputedRef<boolean>;
|
@@ -393,7 +423,7 @@ declare const VForm: {
|
|
393
423
|
readonly externalValue: boolean | null;
|
394
424
|
};
|
395
425
|
items: vue.Ref<{
|
396
|
-
id:
|
426
|
+
id: number | string;
|
397
427
|
validate: () => Promise<string[]>;
|
398
428
|
reset: () => Promise<void>;
|
399
429
|
resetValidation: () => Promise<void>;
|
@@ -404,7 +434,7 @@ declare const VForm: {
|
|
404
434
|
validate: () => Promise<{
|
405
435
|
valid: boolean;
|
406
436
|
errors: {
|
407
|
-
id:
|
437
|
+
id: number | string;
|
408
438
|
errorMessages: string[];
|
409
439
|
}[];
|
410
440
|
}>;
|
@@ -413,7 +443,7 @@ declare const VForm: {
|
|
413
443
|
}) => vue.VNodeChild) | undefined;
|
414
444
|
} | ((arg: {
|
415
445
|
errors: vue.Ref<{
|
416
|
-
id:
|
446
|
+
id: number | string;
|
417
447
|
errorMessages: string[];
|
418
448
|
}[]>;
|
419
449
|
isDisabled: vue.ComputedRef<boolean>;
|
@@ -423,7 +453,7 @@ declare const VForm: {
|
|
423
453
|
readonly externalValue: boolean | null;
|
424
454
|
};
|
425
455
|
items: vue.Ref<{
|
426
|
-
id:
|
456
|
+
id: number | string;
|
427
457
|
validate: () => Promise<string[]>;
|
428
458
|
reset: () => Promise<void>;
|
429
459
|
resetValidation: () => Promise<void>;
|
@@ -434,7 +464,7 @@ declare const VForm: {
|
|
434
464
|
validate: () => Promise<{
|
435
465
|
valid: boolean;
|
436
466
|
errors: {
|
437
|
-
id:
|
467
|
+
id: number | string;
|
438
468
|
errorMessages: string[];
|
439
469
|
}[];
|
440
470
|
}>;
|
@@ -444,7 +474,7 @@ declare const VForm: {
|
|
444
474
|
'v-slots'?: {
|
445
475
|
default?: false | ((arg: {
|
446
476
|
errors: vue.Ref<{
|
447
|
-
id:
|
477
|
+
id: number | string;
|
448
478
|
errorMessages: string[];
|
449
479
|
}[]>;
|
450
480
|
isDisabled: vue.ComputedRef<boolean>;
|
@@ -454,7 +484,7 @@ declare const VForm: {
|
|
454
484
|
readonly externalValue: boolean | null;
|
455
485
|
};
|
456
486
|
items: vue.Ref<{
|
457
|
-
id:
|
487
|
+
id: number | string;
|
458
488
|
validate: () => Promise<string[]>;
|
459
489
|
reset: () => Promise<void>;
|
460
490
|
resetValidation: () => Promise<void>;
|
@@ -465,7 +495,7 @@ declare const VForm: {
|
|
465
495
|
validate: () => Promise<{
|
466
496
|
valid: boolean;
|
467
497
|
errors: {
|
468
|
-
id:
|
498
|
+
id: number | string;
|
469
499
|
errorMessages: string[];
|
470
500
|
}[];
|
471
501
|
}>;
|
@@ -476,7 +506,7 @@ declare const VForm: {
|
|
476
506
|
} & {
|
477
507
|
"v-slot:default"?: false | ((arg: {
|
478
508
|
errors: vue.Ref<{
|
479
|
-
id:
|
509
|
+
id: number | string;
|
480
510
|
errorMessages: string[];
|
481
511
|
}[]>;
|
482
512
|
isDisabled: vue.ComputedRef<boolean>;
|
@@ -486,7 +516,7 @@ declare const VForm: {
|
|
486
516
|
readonly externalValue: boolean | null;
|
487
517
|
};
|
488
518
|
items: vue.Ref<{
|
489
|
-
id:
|
519
|
+
id: number | string;
|
490
520
|
validate: () => Promise<string[]>;
|
491
521
|
reset: () => Promise<void>;
|
492
522
|
resetValidation: () => Promise<void>;
|
@@ -497,7 +527,7 @@ declare const VForm: {
|
|
497
527
|
validate: () => Promise<{
|
498
528
|
valid: boolean;
|
499
529
|
errors: {
|
500
|
-
id:
|
530
|
+
id: number | string;
|
501
531
|
errorMessages: string[];
|
502
532
|
}[];
|
503
533
|
}>;
|
@@ -509,7 +539,7 @@ declare const VForm: {
|
|
509
539
|
"onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
|
510
540
|
}, {
|
511
541
|
errors: vue.Ref<{
|
512
|
-
id:
|
542
|
+
id: number | string;
|
513
543
|
errorMessages: string[];
|
514
544
|
}[]>;
|
515
545
|
isDisabled: vue.ComputedRef<boolean>;
|
@@ -519,7 +549,7 @@ declare const VForm: {
|
|
519
549
|
readonly externalValue: boolean | null;
|
520
550
|
};
|
521
551
|
items: vue.Ref<{
|
522
|
-
id:
|
552
|
+
id: number | string;
|
523
553
|
validate: () => Promise<string[]>;
|
524
554
|
reset: () => Promise<void>;
|
525
555
|
resetValidation: () => Promise<void>;
|
@@ -530,7 +560,7 @@ declare const VForm: {
|
|
530
560
|
validate: () => Promise<{
|
531
561
|
valid: boolean;
|
532
562
|
errors: {
|
533
|
-
id:
|
563
|
+
id: number | string;
|
534
564
|
errorMessages: string[];
|
535
565
|
}[];
|
536
566
|
}>;
|
@@ -544,9 +574,9 @@ declare const VForm: {
|
|
544
574
|
validateOn: "lazy" | ("input" | "blur" | "submit") | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit" | undefined;
|
545
575
|
fastFail: boolean;
|
546
576
|
}>;
|
547
|
-
__isFragment?:
|
548
|
-
__isTeleport?:
|
549
|
-
__isSuspense?:
|
577
|
+
__isFragment?: never;
|
578
|
+
__isTeleport?: never;
|
579
|
+
__isSuspense?: never;
|
550
580
|
} & vue.ComponentOptionsBase<{
|
551
581
|
style: vue.StyleValue;
|
552
582
|
disabled: boolean;
|
@@ -560,7 +590,7 @@ declare const VForm: {
|
|
560
590
|
$children?: vue.VNodeChild | {
|
561
591
|
default?: ((arg: {
|
562
592
|
errors: vue.Ref<{
|
563
|
-
id:
|
593
|
+
id: number | string;
|
564
594
|
errorMessages: string[];
|
565
595
|
}[]>;
|
566
596
|
isDisabled: vue.ComputedRef<boolean>;
|
@@ -570,7 +600,7 @@ declare const VForm: {
|
|
570
600
|
readonly externalValue: boolean | null;
|
571
601
|
};
|
572
602
|
items: vue.Ref<{
|
573
|
-
id:
|
603
|
+
id: number | string;
|
574
604
|
validate: () => Promise<string[]>;
|
575
605
|
reset: () => Promise<void>;
|
576
606
|
resetValidation: () => Promise<void>;
|
@@ -581,7 +611,7 @@ declare const VForm: {
|
|
581
611
|
validate: () => Promise<{
|
582
612
|
valid: boolean;
|
583
613
|
errors: {
|
584
|
-
id:
|
614
|
+
id: number | string;
|
585
615
|
errorMessages: string[];
|
586
616
|
}[];
|
587
617
|
}>;
|
@@ -590,7 +620,7 @@ declare const VForm: {
|
|
590
620
|
}) => vue.VNodeChild) | undefined;
|
591
621
|
} | ((arg: {
|
592
622
|
errors: vue.Ref<{
|
593
|
-
id:
|
623
|
+
id: number | string;
|
594
624
|
errorMessages: string[];
|
595
625
|
}[]>;
|
596
626
|
isDisabled: vue.ComputedRef<boolean>;
|
@@ -600,7 +630,7 @@ declare const VForm: {
|
|
600
630
|
readonly externalValue: boolean | null;
|
601
631
|
};
|
602
632
|
items: vue.Ref<{
|
603
|
-
id:
|
633
|
+
id: number | string;
|
604
634
|
validate: () => Promise<string[]>;
|
605
635
|
reset: () => Promise<void>;
|
606
636
|
resetValidation: () => Promise<void>;
|
@@ -611,7 +641,7 @@ declare const VForm: {
|
|
611
641
|
validate: () => Promise<{
|
612
642
|
valid: boolean;
|
613
643
|
errors: {
|
614
|
-
id:
|
644
|
+
id: number | string;
|
615
645
|
errorMessages: string[];
|
616
646
|
}[];
|
617
647
|
}>;
|
@@ -621,7 +651,7 @@ declare const VForm: {
|
|
621
651
|
'v-slots'?: {
|
622
652
|
default?: false | ((arg: {
|
623
653
|
errors: vue.Ref<{
|
624
|
-
id:
|
654
|
+
id: number | string;
|
625
655
|
errorMessages: string[];
|
626
656
|
}[]>;
|
627
657
|
isDisabled: vue.ComputedRef<boolean>;
|
@@ -631,7 +661,7 @@ declare const VForm: {
|
|
631
661
|
readonly externalValue: boolean | null;
|
632
662
|
};
|
633
663
|
items: vue.Ref<{
|
634
|
-
id:
|
664
|
+
id: number | string;
|
635
665
|
validate: () => Promise<string[]>;
|
636
666
|
reset: () => Promise<void>;
|
637
667
|
resetValidation: () => Promise<void>;
|
@@ -642,7 +672,7 @@ declare const VForm: {
|
|
642
672
|
validate: () => Promise<{
|
643
673
|
valid: boolean;
|
644
674
|
errors: {
|
645
|
-
id:
|
675
|
+
id: number | string;
|
646
676
|
errorMessages: string[];
|
647
677
|
}[];
|
648
678
|
}>;
|
@@ -653,7 +683,7 @@ declare const VForm: {
|
|
653
683
|
} & {
|
654
684
|
"v-slot:default"?: false | ((arg: {
|
655
685
|
errors: vue.Ref<{
|
656
|
-
id:
|
686
|
+
id: number | string;
|
657
687
|
errorMessages: string[];
|
658
688
|
}[]>;
|
659
689
|
isDisabled: vue.ComputedRef<boolean>;
|
@@ -663,7 +693,7 @@ declare const VForm: {
|
|
663
693
|
readonly externalValue: boolean | null;
|
664
694
|
};
|
665
695
|
items: vue.Ref<{
|
666
|
-
id:
|
696
|
+
id: number | string;
|
667
697
|
validate: () => Promise<string[]>;
|
668
698
|
reset: () => Promise<void>;
|
669
699
|
resetValidation: () => Promise<void>;
|
@@ -674,7 +704,7 @@ declare const VForm: {
|
|
674
704
|
validate: () => Promise<{
|
675
705
|
valid: boolean;
|
676
706
|
errors: {
|
677
|
-
id:
|
707
|
+
id: number | string;
|
678
708
|
errorMessages: string[];
|
679
709
|
}[];
|
680
710
|
}>;
|
@@ -686,7 +716,7 @@ declare const VForm: {
|
|
686
716
|
"onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
|
687
717
|
}, {
|
688
718
|
errors: vue.Ref<{
|
689
|
-
id:
|
719
|
+
id: number | string;
|
690
720
|
errorMessages: string[];
|
691
721
|
}[]>;
|
692
722
|
isDisabled: vue.ComputedRef<boolean>;
|
@@ -696,7 +726,7 @@ declare const VForm: {
|
|
696
726
|
readonly externalValue: boolean | null;
|
697
727
|
};
|
698
728
|
items: vue.Ref<{
|
699
|
-
id:
|
729
|
+
id: number | string;
|
700
730
|
validate: () => Promise<string[]>;
|
701
731
|
reset: () => Promise<void>;
|
702
732
|
resetValidation: () => Promise<void>;
|
@@ -707,7 +737,7 @@ declare const VForm: {
|
|
707
737
|
validate: () => Promise<{
|
708
738
|
valid: boolean;
|
709
739
|
errors: {
|
710
|
-
id:
|
740
|
+
id: number | string;
|
711
741
|
errorMessages: string[];
|
712
742
|
}[];
|
713
743
|
}>;
|
@@ -726,7 +756,7 @@ declare const VForm: {
|
|
726
756
|
}, {}, string, vue.SlotsType<Partial<{
|
727
757
|
default: (arg: {
|
728
758
|
errors: vue.Ref<{
|
729
|
-
id:
|
759
|
+
id: number | string;
|
730
760
|
errorMessages: string[];
|
731
761
|
}[]>;
|
732
762
|
isDisabled: vue.ComputedRef<boolean>;
|
@@ -736,7 +766,7 @@ declare const VForm: {
|
|
736
766
|
readonly externalValue: boolean | null;
|
737
767
|
};
|
738
768
|
items: vue.Ref<{
|
739
|
-
id:
|
769
|
+
id: number | string;
|
740
770
|
validate: () => Promise<string[]>;
|
741
771
|
reset: () => Promise<void>;
|
742
772
|
resetValidation: () => Promise<void>;
|
@@ -747,15 +777,13 @@ declare const VForm: {
|
|
747
777
|
validate: () => Promise<{
|
748
778
|
valid: boolean;
|
749
779
|
errors: {
|
750
|
-
id:
|
780
|
+
id: number | string;
|
751
781
|
errorMessages: string[];
|
752
782
|
}[];
|
753
783
|
}>;
|
754
784
|
reset: () => void;
|
755
785
|
resetValidation: () => void;
|
756
|
-
}) => vue.VNode
|
757
|
-
[key: string]: any;
|
758
|
-
}>[];
|
786
|
+
}) => vue.VNode[];
|
759
787
|
}>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
|
760
788
|
disabled: BooleanConstructor;
|
761
789
|
fastFail: BooleanConstructor;
|
@@ -765,10 +793,10 @@ declare const VForm: {
|
|
765
793
|
default: null;
|
766
794
|
};
|
767
795
|
validateOn: {
|
768
|
-
type: vue.PropType<"
|
796
|
+
type: vue.PropType<FormProps["validateOn"]>;
|
769
797
|
default: string;
|
770
798
|
};
|
771
|
-
class: vue.PropType<
|
799
|
+
class: vue.PropType<ClassValue>;
|
772
800
|
style: {
|
773
801
|
type: vue.PropType<vue.StyleValue>;
|
774
802
|
default: null;
|
@@ -782,10 +810,10 @@ declare const VForm: {
|
|
782
810
|
default: null;
|
783
811
|
};
|
784
812
|
validateOn: {
|
785
|
-
type: vue.PropType<"
|
813
|
+
type: vue.PropType<FormProps["validateOn"]>;
|
786
814
|
default: string;
|
787
815
|
};
|
788
|
-
class: vue.PropType<
|
816
|
+
class: vue.PropType<ClassValue>;
|
789
817
|
style: {
|
790
818
|
type: vue.PropType<vue.StyleValue>;
|
791
819
|
default: null;
|