@vuetify/nightly 3.9.0-master.2025-07-09 → 3.9.0-next.2025-07-09
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/CHANGELOG.md +20 -9
- package/dist/json/attributes.json +3539 -3539
- package/dist/json/importMap-labs.json +14 -14
- package/dist/json/importMap.json +130 -130
- package/dist/json/web-types.json +6434 -6398
- package/dist/vuetify-labs.cjs +55 -36
- package/dist/vuetify-labs.css +26440 -28193
- package/dist/vuetify-labs.d.ts +197 -590
- package/dist/vuetify-labs.esm.js +55 -36
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +55 -36
- package/dist/vuetify-labs.min.css +3 -4
- package/dist/vuetify.cjs +47 -28
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +22837 -24587
- package/dist/vuetify.d.ts +197 -590
- package/dist/vuetify.esm.js +47 -28
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +47 -28
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -4
- package/dist/vuetify.min.js +18 -18
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +211 -220
- package/lib/components/VApp/VApp.css +16 -15
- package/lib/components/VAppBar/VAppBar.css +14 -12
- package/lib/components/VAutocomplete/VAutocomplete.css +85 -84
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +18 -9
- package/lib/components/VAutocomplete/VAutocomplete.js +6 -3
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VAvatar/VAvatar.css +108 -106
- package/lib/components/VBadge/VBadge.css +77 -77
- package/lib/components/VBanner/VBanner.css +161 -166
- package/lib/components/VBottomNavigation/VBottomNavigation.css +65 -64
- package/lib/components/VBottomSheet/VBottomSheet.css +34 -31
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +54 -57
- package/lib/components/VBtn/VBtn.css +400 -436
- package/lib/components/VBtn/VBtn.sass +10 -23
- package/lib/components/VBtn/_variables.scss +1 -1
- package/lib/components/VBtnGroup/VBtnGroup.css +87 -88
- package/lib/components/VBtnToggle/VBtnToggle.css +16 -14
- package/lib/components/VCard/VCard.css +294 -302
- package/lib/components/VCarousel/VCarousel.css +62 -64
- package/lib/components/VCarousel/VCarousel.sass +1 -1
- package/lib/components/VCheckbox/VCheckbox.css +7 -5
- package/lib/components/VChip/VChip.css +378 -411
- package/lib/components/VChipGroup/VChipGroup.css +19 -18
- package/lib/components/VCode/VCode.css +13 -11
- package/lib/components/VColorPicker/VColorPicker.css +23 -23
- package/lib/components/VColorPicker/VColorPickerCanvas.css +24 -22
- package/lib/components/VColorPicker/VColorPickerEdit.css +29 -28
- package/lib/components/VColorPicker/VColorPickerPreview.css +69 -67
- package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -2
- package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
- package/lib/components/VCombobox/VCombobox.css +85 -84
- package/lib/components/VCombobox/VCombobox.d.ts +18 -9
- package/lib/components/VCombobox/VCombobox.js +6 -3
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VCounter/VCounter.css +7 -5
- package/lib/components/VDataTable/VDataTable.css +202 -200
- package/lib/components/VDataTable/VDataTable.sass +20 -10
- package/lib/components/VDataTable/VDataTableFooter.css +33 -31
- package/lib/components/VDataTable/VDataTableFooter.js +7 -7
- package/lib/components/VDataTable/VDataTableFooter.js.map +1 -1
- package/lib/components/VDatePicker/VDatePicker.css +8 -6
- package/lib/components/VDatePicker/VDatePickerControls.css +56 -58
- package/lib/components/VDatePicker/VDatePickerHeader.css +56 -60
- package/lib/components/VDatePicker/VDatePickerMonth.css +46 -50
- package/lib/components/VDatePicker/VDatePickerMonths.css +20 -19
- package/lib/components/VDatePicker/VDatePickerYears.css +16 -15
- package/lib/components/VDialog/VDialog.css +98 -98
- package/lib/components/VDivider/VDivider.css +52 -52
- package/lib/components/VEmptyState/VEmptyState.css +62 -67
- package/lib/components/VExpansionPanel/VExpansionPanel.css +203 -209
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +27 -25
- package/lib/components/VFab/VFab.css +78 -73
- package/lib/components/VFab/VFab.sass +5 -4
- package/lib/components/VField/VField.css +541 -589
- package/lib/components/VField/VField.sass +4 -11
- package/lib/components/VField/_variables.scss +1 -1
- package/lib/components/VFileInput/VFileInput.css +34 -32
- package/lib/components/VFileInput/VFileInput.js +1 -1
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VFooter/VFooter.css +38 -36
- package/lib/components/VForm/VForm.d.ts +111 -531
- package/lib/components/VForm/VForm.js +11 -1
- package/lib/components/VForm/VForm.js.map +1 -1
- package/lib/components/VGrid/VGrid.css +565 -592
- package/lib/components/VIcon/VIcon.css +52 -53
- package/lib/components/VImg/VImg.css +50 -51
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +36 -37
- package/lib/components/VInput/VInput.css +136 -147
- package/lib/components/VItemGroup/VItemGroup.css +7 -5
- package/lib/components/VKbd/VKbd.css +33 -31
- package/lib/components/VLabel/VLabel.css +16 -15
- package/lib/components/VLayout/VLayout.css +10 -8
- package/lib/components/VLayout/VLayoutItem.css +8 -7
- package/lib/components/VList/VList.css +104 -108
- package/lib/components/VList/VList.sass +1 -1
- package/lib/components/VList/VListItem.css +442 -454
- package/lib/components/VList/VListItem.sass +2 -1
- package/lib/components/VLocaleProvider/VLocaleProvider.css +4 -2
- package/lib/components/VMain/VMain.css +32 -30
- package/lib/components/VMenu/VMenu.css +21 -19
- package/lib/components/VMessages/VMessages.css +17 -15
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +102 -104
- package/lib/components/VNumberInput/VNumberInput.css +59 -57
- package/lib/components/VOtpInput/VOtpInput.css +56 -58
- package/lib/components/VOtpInput/VOtpInput.js +2 -2
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VOverlay/VOverlay.css +61 -64
- package/lib/components/VOverlay/VOverlay.sass +14 -13
- package/lib/components/VPagination/VPagination.css +10 -8
- package/lib/components/VParallax/VParallax.css +8 -6
- package/lib/components/VProgressCircular/VProgressCircular.css +95 -101
- package/lib/components/VProgressLinear/VProgressLinear.css +209 -222
- package/lib/components/VRadioGroup/VRadioGroup.css +14 -12
- package/lib/components/VRating/VRating.css +52 -53
- package/lib/components/VResponsive/VResponsive.css +25 -26
- package/lib/components/VSelect/VSelect.css +59 -57
- package/lib/components/VSelect/VSelect.d.ts +18 -9
- package/lib/components/VSelect/VSelect.js +6 -3
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.css +98 -100
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +10 -8
- package/lib/components/VSheet/VSheet.css +38 -36
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +225 -224
- package/lib/components/VSlideGroup/VSlideGroup.css +53 -55
- package/lib/components/VSlider/VSlider.css +53 -57
- package/lib/components/VSlider/VSliderThumb.css +142 -153
- package/lib/components/VSlider/VSliderTrack.css +155 -174
- package/lib/components/VSnackbar/VSnackbar.css +140 -140
- package/lib/components/VSnackbar/VSnackbar.js +1 -1
- package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
- package/lib/components/VSpeedDial/VSpeedDial.css +43 -41
- package/lib/components/VStepper/VStepper.css +55 -56
- package/lib/components/VStepper/VStepperItem.css +112 -115
- package/lib/components/VSwitch/VSwitch.css +129 -139
- package/lib/components/VSystemBar/VSystemBar.css +45 -43
- package/lib/components/VTable/VTable.css +142 -143
- package/lib/components/VTable/VTable.sass +4 -2
- package/lib/components/VTabs/VTab.css +30 -29
- package/lib/components/VTabs/VTabs.css +59 -65
- package/lib/components/VTextField/VTextField.css +77 -85
- package/lib/components/VTextarea/VTextarea.css +48 -40
- package/lib/components/VTextarea/VTextarea.sass +4 -2
- package/lib/components/VThemeProvider/VThemeProvider.css +5 -3
- package/lib/components/VTimePicker/VTimePicker.css +4 -2
- package/lib/components/VTimePicker/VTimePickerClock.css +127 -130
- package/lib/components/VTimePicker/VTimePickerControls.css +103 -104
- package/lib/components/VTimeline/VTimeline.css +388 -427
- package/lib/components/VToolbar/VToolbar.css +137 -144
- package/lib/components/VTooltip/VTooltip.css +27 -23
- package/lib/components/VTooltip/VTooltip.sass +8 -6
- package/lib/components/VTreeview/VTreeview.js +1 -1
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewItem.css +83 -85
- package/lib/components/VVirtualScroll/VVirtualScroll.css +11 -9
- package/lib/components/VWindow/VWindow.css +88 -85
- package/lib/composables/theme.js +3 -3
- package/lib/composables/theme.js.map +1 -1
- package/lib/directives/ripple/VRipple.css +38 -36
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +45 -45
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.css +219 -225
- package/lib/labs/VCalendar/VCalendarDay.css +40 -41
- package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
- package/lib/labs/VCalendar/VCalendarInterval.css +43 -42
- package/lib/labs/VCalendar/VCalendarIntervalEvent.css +7 -5
- package/lib/labs/VCalendar/VCalendarMonthDay.css +61 -58
- package/lib/labs/VCalendar/VCalendarMonthDay.sass +3 -2
- package/lib/labs/VColorInput/VColorInput.css +5 -3
- package/lib/labs/VColorInput/VColorInput.js +1 -1
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/lib/labs/VDateInput/VDateInput.js +1 -1
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.css +74 -77
- package/lib/labs/VFileUpload/VFileUpload.js +1 -1
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/lib/labs/VHotkey/VHotkey.css +242 -241
- package/lib/labs/VIconBtn/VIconBtn.css +162 -164
- package/lib/labs/VPicker/VPicker.css +62 -67
- package/lib/labs/VStepperVertical/VStepperVertical.js +4 -4
- package/lib/labs/VStepperVertical/VStepperVertical.js.map +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.js +1 -1
- package/lib/labs/VStepperVertical/VStepperVerticalItem.js.map +1 -1
- package/lib/styles/elements/_global.sass +1 -1
- package/lib/styles/generic/_colors.scss +3 -3
- package/lib/styles/generic/_layers.scss +13 -1
- package/lib/styles/generic/_reset.scss +0 -1
- package/lib/styles/generic/_transitions.scss +32 -32
- package/lib/styles/main.css +14677 -16153
- package/lib/styles/settings/_utilities.scss +0 -5
- package/lib/styles/settings/_variables.scss +2 -3
- package/lib/styles/tools/_border.sass +4 -4
- package/lib/styles/tools/_display.sass +0 -10
- package/lib/styles/tools/_elevation.sass +2 -2
- package/lib/styles/tools/_index.sass +0 -2
- package/lib/styles/tools/_layer.scss +4 -2
- package/lib/styles/tools/_position.sass +2 -2
- package/lib/styles/tools/_rounded.sass +2 -2
- package/lib/styles/tools/_utilities.sass +1 -5
- package/lib/styles/utilities/_elevation.scss +1 -1
- package/package.json +1 -1
- package/lib/styles/tools/_bootable.sass +0 -3
- package/lib/styles/tools/_radius.sass +0 -10
@@ -1,4 +1,4 @@
|
|
1
|
-
import type { SubmitEventPromise } from "../../composables/form.js";
|
1
|
+
import type { FieldValidationResult, FormField, FormValidationResult, SubmitEventPromise } from "../../composables/form.js";
|
2
2
|
export declare const makeVFormProps: <Defaults extends {
|
3
3
|
disabled?: unknown;
|
4
4
|
fastFail?: unknown;
|
@@ -68,169 +68,49 @@ export declare const VForm: {
|
|
68
68
|
} & {
|
69
69
|
$children?: import("vue").VNodeChild | {
|
70
70
|
default?: ((arg: {
|
71
|
-
errors:
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
isDisabled: Readonly<import("vue").Ref<boolean, boolean>>;
|
79
|
-
isReadonly: Readonly<import("vue").Ref<boolean, boolean>>;
|
80
|
-
isValidating: import("vue").ShallowRef<boolean, boolean>;
|
81
|
-
isValid: import("vue").Ref<boolean | null, boolean | null> & {
|
82
|
-
readonly externalValue: boolean | null;
|
83
|
-
};
|
84
|
-
items: import("vue").Ref<{
|
85
|
-
id: number | string;
|
86
|
-
validate: () => Promise<string[]>;
|
87
|
-
reset: () => Promise<void>;
|
88
|
-
resetValidation: () => Promise<void>;
|
89
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
90
|
-
isValid: boolean | null;
|
91
|
-
errorMessages: string[];
|
92
|
-
}[], import("../../composables/form.js").FormField[] | {
|
93
|
-
id: number | string;
|
94
|
-
validate: () => Promise<string[]>;
|
95
|
-
reset: () => Promise<void>;
|
96
|
-
resetValidation: () => Promise<void>;
|
97
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
98
|
-
isValid: boolean | null;
|
99
|
-
errorMessages: string[];
|
100
|
-
}[]>;
|
101
|
-
validate: () => Promise<{
|
102
|
-
valid: boolean;
|
103
|
-
errors: {
|
104
|
-
id: number | string;
|
105
|
-
errorMessages: string[];
|
106
|
-
}[];
|
107
|
-
}>;
|
71
|
+
errors: FieldValidationResult[];
|
72
|
+
isDisabled: boolean;
|
73
|
+
isReadonly: boolean;
|
74
|
+
isValidating: boolean;
|
75
|
+
isValid: boolean | null;
|
76
|
+
items: FormField[];
|
77
|
+
validate: () => Promise<FormValidationResult>;
|
108
78
|
reset: () => void;
|
109
79
|
resetValidation: () => void;
|
110
80
|
}) => import("vue").VNodeChild) | undefined;
|
111
81
|
} | ((arg: {
|
112
|
-
errors:
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
isDisabled: Readonly<import("vue").Ref<boolean, boolean>>;
|
120
|
-
isReadonly: Readonly<import("vue").Ref<boolean, boolean>>;
|
121
|
-
isValidating: import("vue").ShallowRef<boolean, boolean>;
|
122
|
-
isValid: import("vue").Ref<boolean | null, boolean | null> & {
|
123
|
-
readonly externalValue: boolean | null;
|
124
|
-
};
|
125
|
-
items: import("vue").Ref<{
|
126
|
-
id: number | string;
|
127
|
-
validate: () => Promise<string[]>;
|
128
|
-
reset: () => Promise<void>;
|
129
|
-
resetValidation: () => Promise<void>;
|
130
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
131
|
-
isValid: boolean | null;
|
132
|
-
errorMessages: string[];
|
133
|
-
}[], import("../../composables/form.js").FormField[] | {
|
134
|
-
id: number | string;
|
135
|
-
validate: () => Promise<string[]>;
|
136
|
-
reset: () => Promise<void>;
|
137
|
-
resetValidation: () => Promise<void>;
|
138
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
139
|
-
isValid: boolean | null;
|
140
|
-
errorMessages: string[];
|
141
|
-
}[]>;
|
142
|
-
validate: () => Promise<{
|
143
|
-
valid: boolean;
|
144
|
-
errors: {
|
145
|
-
id: number | string;
|
146
|
-
errorMessages: string[];
|
147
|
-
}[];
|
148
|
-
}>;
|
82
|
+
errors: FieldValidationResult[];
|
83
|
+
isDisabled: boolean;
|
84
|
+
isReadonly: boolean;
|
85
|
+
isValidating: boolean;
|
86
|
+
isValid: boolean | null;
|
87
|
+
items: FormField[];
|
88
|
+
validate: () => Promise<FormValidationResult>;
|
149
89
|
reset: () => void;
|
150
90
|
resetValidation: () => void;
|
151
91
|
}) => import("vue").VNodeChild);
|
152
92
|
'v-slots'?: {
|
153
93
|
default?: false | ((arg: {
|
154
|
-
errors:
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
isDisabled: Readonly<import("vue").Ref<boolean, boolean>>;
|
162
|
-
isReadonly: Readonly<import("vue").Ref<boolean, boolean>>;
|
163
|
-
isValidating: import("vue").ShallowRef<boolean, boolean>;
|
164
|
-
isValid: import("vue").Ref<boolean | null, boolean | null> & {
|
165
|
-
readonly externalValue: boolean | null;
|
166
|
-
};
|
167
|
-
items: import("vue").Ref<{
|
168
|
-
id: number | string;
|
169
|
-
validate: () => Promise<string[]>;
|
170
|
-
reset: () => Promise<void>;
|
171
|
-
resetValidation: () => Promise<void>;
|
172
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
173
|
-
isValid: boolean | null;
|
174
|
-
errorMessages: string[];
|
175
|
-
}[], import("../../composables/form.js").FormField[] | {
|
176
|
-
id: number | string;
|
177
|
-
validate: () => Promise<string[]>;
|
178
|
-
reset: () => Promise<void>;
|
179
|
-
resetValidation: () => Promise<void>;
|
180
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
181
|
-
isValid: boolean | null;
|
182
|
-
errorMessages: string[];
|
183
|
-
}[]>;
|
184
|
-
validate: () => Promise<{
|
185
|
-
valid: boolean;
|
186
|
-
errors: {
|
187
|
-
id: number | string;
|
188
|
-
errorMessages: string[];
|
189
|
-
}[];
|
190
|
-
}>;
|
94
|
+
errors: FieldValidationResult[];
|
95
|
+
isDisabled: boolean;
|
96
|
+
isReadonly: boolean;
|
97
|
+
isValidating: boolean;
|
98
|
+
isValid: boolean | null;
|
99
|
+
items: FormField[];
|
100
|
+
validate: () => Promise<FormValidationResult>;
|
191
101
|
reset: () => void;
|
192
102
|
resetValidation: () => void;
|
193
103
|
}) => import("vue").VNodeChild) | undefined;
|
194
104
|
} | undefined;
|
195
105
|
} & {
|
196
106
|
"v-slot:default"?: false | ((arg: {
|
197
|
-
errors:
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
isDisabled: Readonly<import("vue").Ref<boolean, boolean>>;
|
205
|
-
isReadonly: Readonly<import("vue").Ref<boolean, boolean>>;
|
206
|
-
isValidating: import("vue").ShallowRef<boolean, boolean>;
|
207
|
-
isValid: import("vue").Ref<boolean | null, boolean | null> & {
|
208
|
-
readonly externalValue: boolean | null;
|
209
|
-
};
|
210
|
-
items: import("vue").Ref<{
|
211
|
-
id: number | string;
|
212
|
-
validate: () => Promise<string[]>;
|
213
|
-
reset: () => Promise<void>;
|
214
|
-
resetValidation: () => Promise<void>;
|
215
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
216
|
-
isValid: boolean | null;
|
217
|
-
errorMessages: string[];
|
218
|
-
}[], import("../../composables/form.js").FormField[] | {
|
219
|
-
id: number | string;
|
220
|
-
validate: () => Promise<string[]>;
|
221
|
-
reset: () => Promise<void>;
|
222
|
-
resetValidation: () => Promise<void>;
|
223
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
224
|
-
isValid: boolean | null;
|
225
|
-
errorMessages: string[];
|
226
|
-
}[]>;
|
227
|
-
validate: () => Promise<{
|
228
|
-
valid: boolean;
|
229
|
-
errors: {
|
230
|
-
id: number | string;
|
231
|
-
errorMessages: string[];
|
232
|
-
}[];
|
233
|
-
}>;
|
107
|
+
errors: FieldValidationResult[];
|
108
|
+
isDisabled: boolean;
|
109
|
+
isReadonly: boolean;
|
110
|
+
isValidating: boolean;
|
111
|
+
isValid: boolean | null;
|
112
|
+
items: FormField[];
|
113
|
+
validate: () => Promise<FormValidationResult>;
|
234
114
|
reset: () => void;
|
235
115
|
resetValidation: () => void;
|
236
116
|
}) => import("vue").VNodeChild) | undefined;
|
@@ -241,7 +121,7 @@ export declare const VForm: {
|
|
241
121
|
errors: import("vue").Ref<{
|
242
122
|
id: number | string;
|
243
123
|
errorMessages: string[];
|
244
|
-
}[],
|
124
|
+
}[], FieldValidationResult[] | {
|
245
125
|
id: number | string;
|
246
126
|
errorMessages: string[];
|
247
127
|
}[]>;
|
@@ -259,7 +139,7 @@ export declare const VForm: {
|
|
259
139
|
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
260
140
|
isValid: boolean | null;
|
261
141
|
errorMessages: string[];
|
262
|
-
}[],
|
142
|
+
}[], FormField[] | {
|
263
143
|
id: number | string;
|
264
144
|
validate: () => Promise<string[]>;
|
265
145
|
reset: () => Promise<void>;
|
@@ -282,7 +162,7 @@ export declare const VForm: {
|
|
282
162
|
errors: import("vue").Ref<{
|
283
163
|
id: number | string;
|
284
164
|
errorMessages: string[];
|
285
|
-
}[],
|
165
|
+
}[], FieldValidationResult[] | {
|
286
166
|
id: number | string;
|
287
167
|
errorMessages: string[];
|
288
168
|
}[]>;
|
@@ -300,7 +180,7 @@ export declare const VForm: {
|
|
300
180
|
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
301
181
|
isValid: boolean | null;
|
302
182
|
errorMessages: string[];
|
303
|
-
}[],
|
183
|
+
}[], FormField[] | {
|
304
184
|
id: number | string;
|
305
185
|
validate: () => Promise<string[]>;
|
306
186
|
reset: () => Promise<void>;
|
@@ -331,43 +211,13 @@ export declare const VForm: {
|
|
331
211
|
fastFail: boolean;
|
332
212
|
}, true, {}, import("vue").SlotsType<Partial<{
|
333
213
|
default: (arg: {
|
334
|
-
errors:
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
isDisabled: Readonly<import("vue").Ref<boolean, boolean>>;
|
342
|
-
isReadonly: Readonly<import("vue").Ref<boolean, boolean>>;
|
343
|
-
isValidating: import("vue").ShallowRef<boolean, boolean>;
|
344
|
-
isValid: import("vue").Ref<boolean | null, boolean | null> & {
|
345
|
-
readonly externalValue: boolean | null;
|
346
|
-
};
|
347
|
-
items: import("vue").Ref<{
|
348
|
-
id: number | string;
|
349
|
-
validate: () => Promise<string[]>;
|
350
|
-
reset: () => Promise<void>;
|
351
|
-
resetValidation: () => Promise<void>;
|
352
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
353
|
-
isValid: boolean | null;
|
354
|
-
errorMessages: string[];
|
355
|
-
}[], import("../../composables/form.js").FormField[] | {
|
356
|
-
id: number | string;
|
357
|
-
validate: () => Promise<string[]>;
|
358
|
-
reset: () => Promise<void>;
|
359
|
-
resetValidation: () => Promise<void>;
|
360
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
361
|
-
isValid: boolean | null;
|
362
|
-
errorMessages: string[];
|
363
|
-
}[]>;
|
364
|
-
validate: () => Promise<{
|
365
|
-
valid: boolean;
|
366
|
-
errors: {
|
367
|
-
id: number | string;
|
368
|
-
errorMessages: string[];
|
369
|
-
}[];
|
370
|
-
}>;
|
214
|
+
errors: FieldValidationResult[];
|
215
|
+
isDisabled: boolean;
|
216
|
+
isReadonly: boolean;
|
217
|
+
isValidating: boolean;
|
218
|
+
isValid: boolean | null;
|
219
|
+
items: FormField[];
|
220
|
+
validate: () => Promise<FormValidationResult>;
|
371
221
|
reset: () => void;
|
372
222
|
resetValidation: () => void;
|
373
223
|
}) => import("vue").VNode[];
|
@@ -390,169 +240,49 @@ export declare const VForm: {
|
|
390
240
|
} & {
|
391
241
|
$children?: import("vue").VNodeChild | {
|
392
242
|
default?: ((arg: {
|
393
|
-
errors:
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
isDisabled: Readonly<import("vue").Ref<boolean, boolean>>;
|
401
|
-
isReadonly: Readonly<import("vue").Ref<boolean, boolean>>;
|
402
|
-
isValidating: import("vue").ShallowRef<boolean, boolean>;
|
403
|
-
isValid: import("vue").Ref<boolean | null, boolean | null> & {
|
404
|
-
readonly externalValue: boolean | null;
|
405
|
-
};
|
406
|
-
items: import("vue").Ref<{
|
407
|
-
id: number | string;
|
408
|
-
validate: () => Promise<string[]>;
|
409
|
-
reset: () => Promise<void>;
|
410
|
-
resetValidation: () => Promise<void>;
|
411
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
412
|
-
isValid: boolean | null;
|
413
|
-
errorMessages: string[];
|
414
|
-
}[], import("../../composables/form.js").FormField[] | {
|
415
|
-
id: number | string;
|
416
|
-
validate: () => Promise<string[]>;
|
417
|
-
reset: () => Promise<void>;
|
418
|
-
resetValidation: () => Promise<void>;
|
419
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
420
|
-
isValid: boolean | null;
|
421
|
-
errorMessages: string[];
|
422
|
-
}[]>;
|
423
|
-
validate: () => Promise<{
|
424
|
-
valid: boolean;
|
425
|
-
errors: {
|
426
|
-
id: number | string;
|
427
|
-
errorMessages: string[];
|
428
|
-
}[];
|
429
|
-
}>;
|
243
|
+
errors: FieldValidationResult[];
|
244
|
+
isDisabled: boolean;
|
245
|
+
isReadonly: boolean;
|
246
|
+
isValidating: boolean;
|
247
|
+
isValid: boolean | null;
|
248
|
+
items: FormField[];
|
249
|
+
validate: () => Promise<FormValidationResult>;
|
430
250
|
reset: () => void;
|
431
251
|
resetValidation: () => void;
|
432
252
|
}) => import("vue").VNodeChild) | undefined;
|
433
253
|
} | ((arg: {
|
434
|
-
errors:
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
isDisabled: Readonly<import("vue").Ref<boolean, boolean>>;
|
442
|
-
isReadonly: Readonly<import("vue").Ref<boolean, boolean>>;
|
443
|
-
isValidating: import("vue").ShallowRef<boolean, boolean>;
|
444
|
-
isValid: import("vue").Ref<boolean | null, boolean | null> & {
|
445
|
-
readonly externalValue: boolean | null;
|
446
|
-
};
|
447
|
-
items: import("vue").Ref<{
|
448
|
-
id: number | string;
|
449
|
-
validate: () => Promise<string[]>;
|
450
|
-
reset: () => Promise<void>;
|
451
|
-
resetValidation: () => Promise<void>;
|
452
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
453
|
-
isValid: boolean | null;
|
454
|
-
errorMessages: string[];
|
455
|
-
}[], import("../../composables/form.js").FormField[] | {
|
456
|
-
id: number | string;
|
457
|
-
validate: () => Promise<string[]>;
|
458
|
-
reset: () => Promise<void>;
|
459
|
-
resetValidation: () => Promise<void>;
|
460
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
461
|
-
isValid: boolean | null;
|
462
|
-
errorMessages: string[];
|
463
|
-
}[]>;
|
464
|
-
validate: () => Promise<{
|
465
|
-
valid: boolean;
|
466
|
-
errors: {
|
467
|
-
id: number | string;
|
468
|
-
errorMessages: string[];
|
469
|
-
}[];
|
470
|
-
}>;
|
254
|
+
errors: FieldValidationResult[];
|
255
|
+
isDisabled: boolean;
|
256
|
+
isReadonly: boolean;
|
257
|
+
isValidating: boolean;
|
258
|
+
isValid: boolean | null;
|
259
|
+
items: FormField[];
|
260
|
+
validate: () => Promise<FormValidationResult>;
|
471
261
|
reset: () => void;
|
472
262
|
resetValidation: () => void;
|
473
263
|
}) => import("vue").VNodeChild);
|
474
264
|
'v-slots'?: {
|
475
265
|
default?: false | ((arg: {
|
476
|
-
errors:
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
isDisabled: Readonly<import("vue").Ref<boolean, boolean>>;
|
484
|
-
isReadonly: Readonly<import("vue").Ref<boolean, boolean>>;
|
485
|
-
isValidating: import("vue").ShallowRef<boolean, boolean>;
|
486
|
-
isValid: import("vue").Ref<boolean | null, boolean | null> & {
|
487
|
-
readonly externalValue: boolean | null;
|
488
|
-
};
|
489
|
-
items: import("vue").Ref<{
|
490
|
-
id: number | string;
|
491
|
-
validate: () => Promise<string[]>;
|
492
|
-
reset: () => Promise<void>;
|
493
|
-
resetValidation: () => Promise<void>;
|
494
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
495
|
-
isValid: boolean | null;
|
496
|
-
errorMessages: string[];
|
497
|
-
}[], import("../../composables/form.js").FormField[] | {
|
498
|
-
id: number | string;
|
499
|
-
validate: () => Promise<string[]>;
|
500
|
-
reset: () => Promise<void>;
|
501
|
-
resetValidation: () => Promise<void>;
|
502
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
503
|
-
isValid: boolean | null;
|
504
|
-
errorMessages: string[];
|
505
|
-
}[]>;
|
506
|
-
validate: () => Promise<{
|
507
|
-
valid: boolean;
|
508
|
-
errors: {
|
509
|
-
id: number | string;
|
510
|
-
errorMessages: string[];
|
511
|
-
}[];
|
512
|
-
}>;
|
266
|
+
errors: FieldValidationResult[];
|
267
|
+
isDisabled: boolean;
|
268
|
+
isReadonly: boolean;
|
269
|
+
isValidating: boolean;
|
270
|
+
isValid: boolean | null;
|
271
|
+
items: FormField[];
|
272
|
+
validate: () => Promise<FormValidationResult>;
|
513
273
|
reset: () => void;
|
514
274
|
resetValidation: () => void;
|
515
275
|
}) => import("vue").VNodeChild) | undefined;
|
516
276
|
} | undefined;
|
517
277
|
} & {
|
518
278
|
"v-slot:default"?: false | ((arg: {
|
519
|
-
errors:
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
isDisabled: Readonly<import("vue").Ref<boolean, boolean>>;
|
527
|
-
isReadonly: Readonly<import("vue").Ref<boolean, boolean>>;
|
528
|
-
isValidating: import("vue").ShallowRef<boolean, boolean>;
|
529
|
-
isValid: import("vue").Ref<boolean | null, boolean | null> & {
|
530
|
-
readonly externalValue: boolean | null;
|
531
|
-
};
|
532
|
-
items: import("vue").Ref<{
|
533
|
-
id: number | string;
|
534
|
-
validate: () => Promise<string[]>;
|
535
|
-
reset: () => Promise<void>;
|
536
|
-
resetValidation: () => Promise<void>;
|
537
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
538
|
-
isValid: boolean | null;
|
539
|
-
errorMessages: string[];
|
540
|
-
}[], import("../../composables/form.js").FormField[] | {
|
541
|
-
id: number | string;
|
542
|
-
validate: () => Promise<string[]>;
|
543
|
-
reset: () => Promise<void>;
|
544
|
-
resetValidation: () => Promise<void>;
|
545
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
546
|
-
isValid: boolean | null;
|
547
|
-
errorMessages: string[];
|
548
|
-
}[]>;
|
549
|
-
validate: () => Promise<{
|
550
|
-
valid: boolean;
|
551
|
-
errors: {
|
552
|
-
id: number | string;
|
553
|
-
errorMessages: string[];
|
554
|
-
}[];
|
555
|
-
}>;
|
279
|
+
errors: FieldValidationResult[];
|
280
|
+
isDisabled: boolean;
|
281
|
+
isReadonly: boolean;
|
282
|
+
isValidating: boolean;
|
283
|
+
isValid: boolean | null;
|
284
|
+
items: FormField[];
|
285
|
+
validate: () => Promise<FormValidationResult>;
|
556
286
|
reset: () => void;
|
557
287
|
resetValidation: () => void;
|
558
288
|
}) => import("vue").VNodeChild) | undefined;
|
@@ -563,7 +293,7 @@ export declare const VForm: {
|
|
563
293
|
errors: import("vue").Ref<{
|
564
294
|
id: number | string;
|
565
295
|
errorMessages: string[];
|
566
|
-
}[],
|
296
|
+
}[], FieldValidationResult[] | {
|
567
297
|
id: number | string;
|
568
298
|
errorMessages: string[];
|
569
299
|
}[]>;
|
@@ -581,7 +311,7 @@ export declare const VForm: {
|
|
581
311
|
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
582
312
|
isValid: boolean | null;
|
583
313
|
errorMessages: string[];
|
584
|
-
}[],
|
314
|
+
}[], FormField[] | {
|
585
315
|
id: number | string;
|
586
316
|
validate: () => Promise<string[]>;
|
587
317
|
reset: () => Promise<void>;
|
@@ -604,7 +334,7 @@ export declare const VForm: {
|
|
604
334
|
errors: import("vue").Ref<{
|
605
335
|
id: number | string;
|
606
336
|
errorMessages: string[];
|
607
|
-
}[],
|
337
|
+
}[], FieldValidationResult[] | {
|
608
338
|
id: number | string;
|
609
339
|
errorMessages: string[];
|
610
340
|
}[]>;
|
@@ -622,7 +352,7 @@ export declare const VForm: {
|
|
622
352
|
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
623
353
|
isValid: boolean | null;
|
624
354
|
errorMessages: string[];
|
625
|
-
}[],
|
355
|
+
}[], FormField[] | {
|
626
356
|
id: number | string;
|
627
357
|
validate: () => Promise<string[]>;
|
628
358
|
reset: () => Promise<void>;
|
@@ -664,169 +394,49 @@ export declare const VForm: {
|
|
664
394
|
} & {
|
665
395
|
$children?: import("vue").VNodeChild | {
|
666
396
|
default?: ((arg: {
|
667
|
-
errors:
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
isDisabled: Readonly<import("vue").Ref<boolean, boolean>>;
|
675
|
-
isReadonly: Readonly<import("vue").Ref<boolean, boolean>>;
|
676
|
-
isValidating: import("vue").ShallowRef<boolean, boolean>;
|
677
|
-
isValid: import("vue").Ref<boolean | null, boolean | null> & {
|
678
|
-
readonly externalValue: boolean | null;
|
679
|
-
};
|
680
|
-
items: import("vue").Ref<{
|
681
|
-
id: number | string;
|
682
|
-
validate: () => Promise<string[]>;
|
683
|
-
reset: () => Promise<void>;
|
684
|
-
resetValidation: () => Promise<void>;
|
685
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
686
|
-
isValid: boolean | null;
|
687
|
-
errorMessages: string[];
|
688
|
-
}[], import("../../composables/form.js").FormField[] | {
|
689
|
-
id: number | string;
|
690
|
-
validate: () => Promise<string[]>;
|
691
|
-
reset: () => Promise<void>;
|
692
|
-
resetValidation: () => Promise<void>;
|
693
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
694
|
-
isValid: boolean | null;
|
695
|
-
errorMessages: string[];
|
696
|
-
}[]>;
|
697
|
-
validate: () => Promise<{
|
698
|
-
valid: boolean;
|
699
|
-
errors: {
|
700
|
-
id: number | string;
|
701
|
-
errorMessages: string[];
|
702
|
-
}[];
|
703
|
-
}>;
|
397
|
+
errors: FieldValidationResult[];
|
398
|
+
isDisabled: boolean;
|
399
|
+
isReadonly: boolean;
|
400
|
+
isValidating: boolean;
|
401
|
+
isValid: boolean | null;
|
402
|
+
items: FormField[];
|
403
|
+
validate: () => Promise<FormValidationResult>;
|
704
404
|
reset: () => void;
|
705
405
|
resetValidation: () => void;
|
706
406
|
}) => import("vue").VNodeChild) | undefined;
|
707
407
|
} | ((arg: {
|
708
|
-
errors:
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
isDisabled: Readonly<import("vue").Ref<boolean, boolean>>;
|
716
|
-
isReadonly: Readonly<import("vue").Ref<boolean, boolean>>;
|
717
|
-
isValidating: import("vue").ShallowRef<boolean, boolean>;
|
718
|
-
isValid: import("vue").Ref<boolean | null, boolean | null> & {
|
719
|
-
readonly externalValue: boolean | null;
|
720
|
-
};
|
721
|
-
items: import("vue").Ref<{
|
722
|
-
id: number | string;
|
723
|
-
validate: () => Promise<string[]>;
|
724
|
-
reset: () => Promise<void>;
|
725
|
-
resetValidation: () => Promise<void>;
|
726
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
727
|
-
isValid: boolean | null;
|
728
|
-
errorMessages: string[];
|
729
|
-
}[], import("../../composables/form.js").FormField[] | {
|
730
|
-
id: number | string;
|
731
|
-
validate: () => Promise<string[]>;
|
732
|
-
reset: () => Promise<void>;
|
733
|
-
resetValidation: () => Promise<void>;
|
734
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
735
|
-
isValid: boolean | null;
|
736
|
-
errorMessages: string[];
|
737
|
-
}[]>;
|
738
|
-
validate: () => Promise<{
|
739
|
-
valid: boolean;
|
740
|
-
errors: {
|
741
|
-
id: number | string;
|
742
|
-
errorMessages: string[];
|
743
|
-
}[];
|
744
|
-
}>;
|
408
|
+
errors: FieldValidationResult[];
|
409
|
+
isDisabled: boolean;
|
410
|
+
isReadonly: boolean;
|
411
|
+
isValidating: boolean;
|
412
|
+
isValid: boolean | null;
|
413
|
+
items: FormField[];
|
414
|
+
validate: () => Promise<FormValidationResult>;
|
745
415
|
reset: () => void;
|
746
416
|
resetValidation: () => void;
|
747
417
|
}) => import("vue").VNodeChild);
|
748
418
|
'v-slots'?: {
|
749
419
|
default?: false | ((arg: {
|
750
|
-
errors:
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
isDisabled: Readonly<import("vue").Ref<boolean, boolean>>;
|
758
|
-
isReadonly: Readonly<import("vue").Ref<boolean, boolean>>;
|
759
|
-
isValidating: import("vue").ShallowRef<boolean, boolean>;
|
760
|
-
isValid: import("vue").Ref<boolean | null, boolean | null> & {
|
761
|
-
readonly externalValue: boolean | null;
|
762
|
-
};
|
763
|
-
items: import("vue").Ref<{
|
764
|
-
id: number | string;
|
765
|
-
validate: () => Promise<string[]>;
|
766
|
-
reset: () => Promise<void>;
|
767
|
-
resetValidation: () => Promise<void>;
|
768
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
769
|
-
isValid: boolean | null;
|
770
|
-
errorMessages: string[];
|
771
|
-
}[], import("../../composables/form.js").FormField[] | {
|
772
|
-
id: number | string;
|
773
|
-
validate: () => Promise<string[]>;
|
774
|
-
reset: () => Promise<void>;
|
775
|
-
resetValidation: () => Promise<void>;
|
776
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
777
|
-
isValid: boolean | null;
|
778
|
-
errorMessages: string[];
|
779
|
-
}[]>;
|
780
|
-
validate: () => Promise<{
|
781
|
-
valid: boolean;
|
782
|
-
errors: {
|
783
|
-
id: number | string;
|
784
|
-
errorMessages: string[];
|
785
|
-
}[];
|
786
|
-
}>;
|
420
|
+
errors: FieldValidationResult[];
|
421
|
+
isDisabled: boolean;
|
422
|
+
isReadonly: boolean;
|
423
|
+
isValidating: boolean;
|
424
|
+
isValid: boolean | null;
|
425
|
+
items: FormField[];
|
426
|
+
validate: () => Promise<FormValidationResult>;
|
787
427
|
reset: () => void;
|
788
428
|
resetValidation: () => void;
|
789
429
|
}) => import("vue").VNodeChild) | undefined;
|
790
430
|
} | undefined;
|
791
431
|
} & {
|
792
432
|
"v-slot:default"?: false | ((arg: {
|
793
|
-
errors:
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
isDisabled: Readonly<import("vue").Ref<boolean, boolean>>;
|
801
|
-
isReadonly: Readonly<import("vue").Ref<boolean, boolean>>;
|
802
|
-
isValidating: import("vue").ShallowRef<boolean, boolean>;
|
803
|
-
isValid: import("vue").Ref<boolean | null, boolean | null> & {
|
804
|
-
readonly externalValue: boolean | null;
|
805
|
-
};
|
806
|
-
items: import("vue").Ref<{
|
807
|
-
id: number | string;
|
808
|
-
validate: () => Promise<string[]>;
|
809
|
-
reset: () => Promise<void>;
|
810
|
-
resetValidation: () => Promise<void>;
|
811
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
812
|
-
isValid: boolean | null;
|
813
|
-
errorMessages: string[];
|
814
|
-
}[], import("../../composables/form.js").FormField[] | {
|
815
|
-
id: number | string;
|
816
|
-
validate: () => Promise<string[]>;
|
817
|
-
reset: () => Promise<void>;
|
818
|
-
resetValidation: () => Promise<void>;
|
819
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
820
|
-
isValid: boolean | null;
|
821
|
-
errorMessages: string[];
|
822
|
-
}[]>;
|
823
|
-
validate: () => Promise<{
|
824
|
-
valid: boolean;
|
825
|
-
errors: {
|
826
|
-
id: number | string;
|
827
|
-
errorMessages: string[];
|
828
|
-
}[];
|
829
|
-
}>;
|
433
|
+
errors: FieldValidationResult[];
|
434
|
+
isDisabled: boolean;
|
435
|
+
isReadonly: boolean;
|
436
|
+
isValidating: boolean;
|
437
|
+
isValid: boolean | null;
|
438
|
+
items: FormField[];
|
439
|
+
validate: () => Promise<FormValidationResult>;
|
830
440
|
reset: () => void;
|
831
441
|
resetValidation: () => void;
|
832
442
|
}) => import("vue").VNodeChild) | undefined;
|
@@ -837,7 +447,7 @@ export declare const VForm: {
|
|
837
447
|
errors: import("vue").Ref<{
|
838
448
|
id: number | string;
|
839
449
|
errorMessages: string[];
|
840
|
-
}[],
|
450
|
+
}[], FieldValidationResult[] | {
|
841
451
|
id: number | string;
|
842
452
|
errorMessages: string[];
|
843
453
|
}[]>;
|
@@ -855,7 +465,7 @@ export declare const VForm: {
|
|
855
465
|
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
856
466
|
isValid: boolean | null;
|
857
467
|
errorMessages: string[];
|
858
|
-
}[],
|
468
|
+
}[], FormField[] | {
|
859
469
|
id: number | string;
|
860
470
|
validate: () => Promise<string[]>;
|
861
471
|
reset: () => Promise<void>;
|
@@ -878,7 +488,7 @@ export declare const VForm: {
|
|
878
488
|
errors: import("vue").Ref<{
|
879
489
|
id: number | string;
|
880
490
|
errorMessages: string[];
|
881
|
-
}[],
|
491
|
+
}[], FieldValidationResult[] | {
|
882
492
|
id: number | string;
|
883
493
|
errorMessages: string[];
|
884
494
|
}[]>;
|
@@ -896,7 +506,7 @@ export declare const VForm: {
|
|
896
506
|
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
897
507
|
isValid: boolean | null;
|
898
508
|
errorMessages: string[];
|
899
|
-
}[],
|
509
|
+
}[], FormField[] | {
|
900
510
|
id: number | string;
|
901
511
|
validate: () => Promise<string[]>;
|
902
512
|
reset: () => Promise<void>;
|
@@ -927,43 +537,13 @@ export declare const VForm: {
|
|
927
537
|
fastFail: boolean;
|
928
538
|
}, {}, string, import("vue").SlotsType<Partial<{
|
929
539
|
default: (arg: {
|
930
|
-
errors:
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
isDisabled: Readonly<import("vue").Ref<boolean, boolean>>;
|
938
|
-
isReadonly: Readonly<import("vue").Ref<boolean, boolean>>;
|
939
|
-
isValidating: import("vue").ShallowRef<boolean, boolean>;
|
940
|
-
isValid: import("vue").Ref<boolean | null, boolean | null> & {
|
941
|
-
readonly externalValue: boolean | null;
|
942
|
-
};
|
943
|
-
items: import("vue").Ref<{
|
944
|
-
id: number | string;
|
945
|
-
validate: () => Promise<string[]>;
|
946
|
-
reset: () => Promise<void>;
|
947
|
-
resetValidation: () => Promise<void>;
|
948
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
949
|
-
isValid: boolean | null;
|
950
|
-
errorMessages: string[];
|
951
|
-
}[], import("../../composables/form.js").FormField[] | {
|
952
|
-
id: number | string;
|
953
|
-
validate: () => Promise<string[]>;
|
954
|
-
reset: () => Promise<void>;
|
955
|
-
resetValidation: () => Promise<void>;
|
956
|
-
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
957
|
-
isValid: boolean | null;
|
958
|
-
errorMessages: string[];
|
959
|
-
}[]>;
|
960
|
-
validate: () => Promise<{
|
961
|
-
valid: boolean;
|
962
|
-
errors: {
|
963
|
-
id: number | string;
|
964
|
-
errorMessages: string[];
|
965
|
-
}[];
|
966
|
-
}>;
|
540
|
+
errors: FieldValidationResult[];
|
541
|
+
isDisabled: boolean;
|
542
|
+
isReadonly: boolean;
|
543
|
+
isValidating: boolean;
|
544
|
+
isValid: boolean | null;
|
545
|
+
items: FormField[];
|
546
|
+
validate: () => Promise<FormValidationResult>;
|
967
547
|
reset: () => void;
|
968
548
|
resetValidation: () => void;
|
969
549
|
}) => import("vue").VNode[];
|