@vuetify/nightly 3.8.1-next.2025-04-15 → 3.8.2-master.2025-04-17
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 +5 -27
- package/dist/json/attributes.json +3031 -3031
- package/dist/json/importMap-labs.json +36 -36
- package/dist/json/importMap.json +150 -150
- package/dist/json/web-types.json +5537 -5577
- package/dist/vuetify-labs.cjs +197 -346
- package/dist/vuetify-labs.css +25469 -23739
- package/dist/vuetify-labs.d.ts +677 -274
- package/dist/vuetify-labs.esm.js +198 -347
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +197 -346
- package/dist/vuetify-labs.min.css +4 -3
- package/dist/vuetify.cjs +173 -328
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +24041 -22315
- package/dist/vuetify.d.ts +680 -277
- package/dist/vuetify.esm.js +174 -329
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +173 -328
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +4 -3
- package/dist/vuetify.min.js +1161 -1152
- package/dist/vuetify.min.js.map +1 -1
- package/lib/blueprints/md3.js +18 -5
- package/lib/blueprints/md3.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +215 -207
- package/lib/components/VApp/VApp.css +15 -16
- package/lib/components/VAppBar/VAppBar.css +12 -14
- package/lib/components/VAutocomplete/VAutocomplete.css +84 -85
- package/lib/components/VAutocomplete/VAutocomplete.d.ts +9 -18
- package/lib/components/VAutocomplete/VAutocomplete.js +3 -6
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VAvatar/VAvatar.css +106 -108
- package/lib/components/VBadge/VBadge.css +77 -77
- package/lib/components/VBanner/VBanner.css +166 -161
- package/lib/components/VBottomNavigation/VBottomNavigation.css +64 -65
- package/lib/components/VBottomSheet/VBottomSheet.css +31 -34
- package/lib/components/VBreadcrumbs/VBreadcrumbs.css +57 -54
- package/lib/components/VBtn/VBtn.css +408 -385
- package/lib/components/VBtn/VBtn.sass +4 -4
- package/lib/components/VBtnGroup/VBtnGroup.css +64 -63
- package/lib/components/VBtnToggle/VBtnToggle.css +14 -16
- package/lib/components/VCard/VCard.css +302 -294
- package/lib/components/VCarousel/VCarousel.css +65 -63
- package/lib/components/VCarousel/VCarousel.sass +1 -1
- package/lib/components/VCheckbox/VCheckbox.css +5 -7
- package/lib/components/VChip/VChip.css +411 -378
- package/lib/components/VChipGroup/VChipGroup.css +18 -19
- package/lib/components/VCode/VCode.css +11 -10
- package/lib/components/VCode/VCode.sass +3 -0
- package/lib/components/VColorPicker/VColorPicker.css +23 -23
- package/lib/components/VColorPicker/VColorPickerCanvas.css +22 -24
- package/lib/components/VColorPicker/VColorPickerEdit.css +28 -29
- package/lib/components/VColorPicker/VColorPickerPreview.css +67 -69
- package/lib/components/VColorPicker/VColorPickerPreview.sass +2 -4
- package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
- package/lib/components/VCombobox/VCombobox.css +84 -85
- package/lib/components/VCombobox/VCombobox.d.ts +9 -18
- package/lib/components/VCombobox/VCombobox.js +3 -6
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VCounter/VCounter.css +5 -7
- package/lib/components/VDataTable/VDataTable.css +186 -189
- package/lib/components/VDataTable/VDataTable.sass +11 -21
- package/lib/components/VDataTable/VDataTableFooter.css +31 -33
- package/lib/components/VDatePicker/VDatePicker.css +6 -8
- package/lib/components/VDatePicker/VDatePicker.d.ts +7 -7
- package/lib/components/VDatePicker/VDatePickerControls.css +57 -55
- package/lib/components/VDatePicker/VDatePickerHeader.css +60 -56
- package/lib/components/VDatePicker/VDatePickerMonth.css +55 -51
- package/lib/components/VDatePicker/VDatePickerMonth.d.ts +7 -7
- package/lib/components/VDatePicker/VDatePickerMonths.css +19 -20
- package/lib/components/VDatePicker/VDatePickerYears.css +15 -16
- package/lib/components/VDialog/VDialog.css +98 -98
- package/lib/components/VDivider/VDivider.css +52 -52
- package/lib/components/VEmptyState/VEmptyState.css +67 -62
- package/lib/components/VExpansionPanel/VExpansionPanel.css +209 -203
- package/lib/components/VExpansionPanel/VExpansionPanel.sass +25 -27
- package/lib/components/VFab/VFab.css +73 -78
- package/lib/components/VFab/VFab.sass +4 -5
- package/lib/components/VField/VField.css +589 -548
- package/lib/components/VFileInput/VFileInput.css +28 -30
- package/lib/components/VFooter/VFooter.css +36 -38
- package/lib/components/VForm/VForm.d.ts +531 -111
- package/lib/components/VForm/VForm.js +1 -11
- package/lib/components/VForm/VForm.js.map +1 -1
- package/lib/components/VGrid/VGrid.css +592 -565
- package/lib/components/VIcon/VIcon.css +53 -52
- package/lib/components/VImg/VImg.css +51 -50
- package/lib/components/VInfiniteScroll/VInfiniteScroll.css +37 -36
- package/lib/components/VInput/VInput.css +147 -136
- package/lib/components/VItemGroup/VItemGroup.css +5 -7
- package/lib/components/VKbd/VKbd.css +11 -13
- package/lib/components/VLabel/VLabel.css +15 -16
- package/lib/components/VLayout/VLayout.css +8 -10
- package/lib/components/VLayout/VLayoutItem.css +7 -8
- package/lib/components/VList/VList.css +108 -104
- package/lib/components/VList/VList.sass +1 -1
- package/lib/components/VList/VListItem.css +452 -440
- package/lib/components/VList/VListItem.sass +1 -2
- package/lib/components/VLocaleProvider/VLocaleProvider.css +2 -4
- package/lib/components/VMain/VMain.css +30 -32
- package/lib/components/VMenu/VMenu.css +19 -21
- package/lib/components/VMessages/VMessages.css +15 -17
- package/lib/components/VNavigationDrawer/VNavigationDrawer.css +104 -102
- package/lib/components/VNumberInput/VNumberInput.css +46 -48
- package/lib/components/VOtpInput/VOtpInput.css +58 -56
- package/lib/components/VOverlay/VOverlay.css +64 -61
- package/lib/components/VOverlay/VOverlay.sass +13 -14
- package/lib/components/VPagination/VPagination.css +8 -10
- package/lib/components/VParallax/VParallax.css +6 -8
- package/lib/components/VProgressCircular/VProgressCircular.css +101 -95
- package/lib/components/VProgressLinear/VProgressLinear.css +222 -209
- package/lib/components/VRadioGroup/VRadioGroup.css +12 -14
- package/lib/components/VRating/VRating.css +53 -52
- package/lib/components/VResponsive/VResponsive.css +26 -25
- package/lib/components/VSelect/VSelect.css +51 -53
- package/lib/components/VSelect/VSelect.d.ts +9 -18
- package/lib/components/VSelect/VSelect.js +3 -6
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/components/VSelectionControl/VSelectionControl.css +100 -98
- package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +8 -10
- package/lib/components/VSheet/VSheet.css +36 -38
- package/lib/components/VSkeletonLoader/VSkeletonLoader.css +224 -225
- package/lib/components/VSlideGroup/VSlideGroup.css +55 -53
- package/lib/components/VSlider/VSlider.css +57 -53
- package/lib/components/VSlider/VSliderThumb.css +153 -142
- package/lib/components/VSlider/VSliderTrack.css +174 -155
- package/lib/components/VSnackbar/VSnackbar.css +140 -140
- package/lib/components/VSpeedDial/VSpeedDial.css +41 -43
- package/lib/components/VStepper/VStepper.css +56 -55
- package/lib/components/VStepper/VStepperItem.css +115 -112
- package/lib/components/VSwitch/VSwitch.css +139 -129
- package/lib/components/VSystemBar/VSystemBar.css +43 -45
- package/lib/components/VTable/VTable.css +141 -140
- package/lib/components/VTable/VTable.sass +2 -4
- package/lib/components/VTabs/VTab.css +29 -30
- package/lib/components/VTabs/VTabs.css +65 -59
- package/lib/components/VTextField/VTextField.css +85 -77
- package/lib/components/VTextarea/VTextarea.css +40 -48
- package/lib/components/VTextarea/VTextarea.sass +2 -4
- package/lib/components/VThemeProvider/VThemeProvider.css +3 -5
- package/lib/components/VTimeline/VTimeline.css +427 -388
- package/lib/components/VToolbar/VToolbar.css +144 -137
- package/lib/components/VTooltip/VTooltip.css +23 -27
- package/lib/components/VTooltip/VTooltip.sass +6 -8
- package/lib/components/VVirtualScroll/VVirtualScroll.css +9 -11
- package/lib/components/VWindow/VWindow.css +70 -73
- package/lib/composables/calendar.d.ts +2 -2
- package/lib/composables/calendar.js +5 -7
- package/lib/composables/calendar.js.map +1 -1
- package/lib/composables/date/DateAdapter.d.ts +1 -0
- package/lib/composables/date/DateAdapter.js.map +1 -1
- package/lib/composables/date/adapters/vuetify.d.ts +1 -0
- package/lib/composables/date/adapters/vuetify.js +101 -160
- package/lib/composables/date/adapters/vuetify.js.map +1 -1
- package/lib/composables/date/date.d.ts +1 -1
- package/lib/composables/date/date.js +0 -20
- package/lib/composables/date/date.js.map +1 -1
- package/lib/composables/filter.js +2 -1
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/theme.d.ts +1 -6
- package/lib/composables/theme.js +30 -98
- package/lib/composables/theme.js.map +1 -1
- package/lib/composables/validation.js +5 -0
- package/lib/composables/validation.js.map +1 -1
- package/lib/composables/virtual.js +1 -6
- package/lib/composables/virtual.js.map +1 -1
- package/lib/directives/ripple/VRipple.css +36 -38
- package/lib/entry-bundler.d.ts +1 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +64 -66
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VCalendar/VCalendar.css +225 -219
- package/lib/labs/VCalendar/VCalendar.d.ts +7 -7
- package/lib/labs/VCalendar/VCalendarDay.css +32 -33
- package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
- package/lib/labs/VCalendar/VCalendarInterval.css +42 -43
- package/lib/labs/VCalendar/VCalendarInterval.js +25 -19
- package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
- package/lib/labs/VCalendar/VCalendarIntervalEvent.css +5 -7
- package/lib/labs/VCalendar/VCalendarMonthDay.css +58 -61
- package/lib/labs/VCalendar/VCalendarMonthDay.sass +2 -3
- package/lib/labs/VDateInput/VDateInput.d.ts +7 -7
- package/lib/labs/VFileUpload/VFileUpload.css +77 -74
- package/lib/labs/VIconBtn/VIconBtn.css +164 -162
- package/lib/labs/VPicker/VPicker.css +63 -58
- package/lib/labs/VTimePicker/VTimePicker.css +7 -9
- package/lib/labs/VTimePicker/VTimePickerClock.css +129 -126
- package/lib/labs/VTimePicker/VTimePickerControls.css +103 -102
- package/lib/labs/VTreeview/VTreeviewItem.css +28 -30
- package/lib/labs/VTreeview/VTreeviewItem.sass +2 -3
- package/lib/labs/entry-bundler.d.ts +1 -0
- package/lib/styles/elements/_global.sass +1 -1
- package/lib/styles/generic/_colors.scss +3 -3
- package/lib/styles/generic/_layers.scss +1 -13
- package/lib/styles/generic/_reset.scss +1 -0
- package/lib/styles/generic/_transitions.scss +32 -32
- package/lib/styles/main.css +16142 -14667
- package/lib/styles/settings/_utilities.scss +5 -0
- package/lib/styles/settings/_variables.scss +2 -1
- package/lib/styles/tools/_bootable.sass +3 -0
- package/lib/styles/tools/_border.sass +4 -4
- package/lib/styles/tools/_display.sass +10 -0
- package/lib/styles/tools/_elevation.sass +2 -2
- package/lib/styles/tools/_index.sass +2 -0
- package/lib/styles/tools/_layer.scss +2 -4
- package/lib/styles/tools/_position.sass +2 -2
- package/lib/styles/tools/_radius.sass +10 -0
- package/lib/styles/tools/_rounded.sass +2 -2
- package/lib/styles/tools/_utilities.sass +5 -1
- package/lib/styles/utilities/_elevation.scss +1 -1
- package/lib/util/globals.d.ts +0 -1
- package/lib/util/globals.js +0 -1
- package/lib/util/globals.js.map +1 -1
- package/package.json +46 -45
@@ -1,4 +1,4 @@
|
|
1
|
-
import type {
|
1
|
+
import type { SubmitEventPromise } from "../../composables/form.js";
|
2
2
|
export declare const makeVFormProps: <Defaults extends {
|
3
3
|
disabled?: unknown;
|
4
4
|
fastFail?: unknown;
|
@@ -68,49 +68,169 @@ export declare const VForm: {
|
|
68
68
|
} & {
|
69
69
|
$children?: import("vue").VNodeChild | {
|
70
70
|
default?: ((arg: {
|
71
|
-
errors:
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
71
|
+
errors: import("vue").Ref<{
|
72
|
+
id: number | string;
|
73
|
+
errorMessages: string[];
|
74
|
+
}[], import("../../composables/form.js").FieldValidationResult[] | {
|
75
|
+
id: number | string;
|
76
|
+
errorMessages: string[];
|
77
|
+
}[]>;
|
78
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
79
|
+
isReadonly: import("vue").ComputedRef<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
|
+
}>;
|
78
108
|
reset: () => void;
|
79
109
|
resetValidation: () => void;
|
80
110
|
}) => import("vue").VNodeChild) | undefined;
|
81
111
|
} | ((arg: {
|
82
|
-
errors:
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
112
|
+
errors: import("vue").Ref<{
|
113
|
+
id: number | string;
|
114
|
+
errorMessages: string[];
|
115
|
+
}[], import("../../composables/form.js").FieldValidationResult[] | {
|
116
|
+
id: number | string;
|
117
|
+
errorMessages: string[];
|
118
|
+
}[]>;
|
119
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
120
|
+
isReadonly: import("vue").ComputedRef<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
|
+
}>;
|
89
149
|
reset: () => void;
|
90
150
|
resetValidation: () => void;
|
91
151
|
}) => import("vue").VNodeChild);
|
92
152
|
'v-slots'?: {
|
93
153
|
default?: false | ((arg: {
|
94
|
-
errors:
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
154
|
+
errors: import("vue").Ref<{
|
155
|
+
id: number | string;
|
156
|
+
errorMessages: string[];
|
157
|
+
}[], import("../../composables/form.js").FieldValidationResult[] | {
|
158
|
+
id: number | string;
|
159
|
+
errorMessages: string[];
|
160
|
+
}[]>;
|
161
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
162
|
+
isReadonly: import("vue").ComputedRef<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
|
+
}>;
|
101
191
|
reset: () => void;
|
102
192
|
resetValidation: () => void;
|
103
193
|
}) => import("vue").VNodeChild) | undefined;
|
104
194
|
} | undefined;
|
105
195
|
} & {
|
106
196
|
"v-slot:default"?: false | ((arg: {
|
107
|
-
errors:
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
197
|
+
errors: import("vue").Ref<{
|
198
|
+
id: number | string;
|
199
|
+
errorMessages: string[];
|
200
|
+
}[], import("../../composables/form.js").FieldValidationResult[] | {
|
201
|
+
id: number | string;
|
202
|
+
errorMessages: string[];
|
203
|
+
}[]>;
|
204
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
205
|
+
isReadonly: import("vue").ComputedRef<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
|
+
}>;
|
114
234
|
reset: () => void;
|
115
235
|
resetValidation: () => void;
|
116
236
|
}) => import("vue").VNodeChild) | undefined;
|
@@ -121,7 +241,7 @@ export declare const VForm: {
|
|
121
241
|
errors: import("vue").Ref<{
|
122
242
|
id: number | string;
|
123
243
|
errorMessages: string[];
|
124
|
-
}[], FieldValidationResult[] | {
|
244
|
+
}[], import("../../composables/form.js").FieldValidationResult[] | {
|
125
245
|
id: number | string;
|
126
246
|
errorMessages: string[];
|
127
247
|
}[]>;
|
@@ -139,7 +259,7 @@ export declare const VForm: {
|
|
139
259
|
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
140
260
|
isValid: boolean | null;
|
141
261
|
errorMessages: string[];
|
142
|
-
}[], FormField[] | {
|
262
|
+
}[], import("../../composables/form.js").FormField[] | {
|
143
263
|
id: number | string;
|
144
264
|
validate: () => Promise<string[]>;
|
145
265
|
reset: () => Promise<void>;
|
@@ -162,7 +282,7 @@ export declare const VForm: {
|
|
162
282
|
errors: import("vue").Ref<{
|
163
283
|
id: number | string;
|
164
284
|
errorMessages: string[];
|
165
|
-
}[], FieldValidationResult[] | {
|
285
|
+
}[], import("../../composables/form.js").FieldValidationResult[] | {
|
166
286
|
id: number | string;
|
167
287
|
errorMessages: string[];
|
168
288
|
}[]>;
|
@@ -180,7 +300,7 @@ export declare const VForm: {
|
|
180
300
|
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
181
301
|
isValid: boolean | null;
|
182
302
|
errorMessages: string[];
|
183
|
-
}[], FormField[] | {
|
303
|
+
}[], import("../../composables/form.js").FormField[] | {
|
184
304
|
id: number | string;
|
185
305
|
validate: () => Promise<string[]>;
|
186
306
|
reset: () => Promise<void>;
|
@@ -211,13 +331,43 @@ export declare const VForm: {
|
|
211
331
|
fastFail: boolean;
|
212
332
|
}, true, {}, import("vue").SlotsType<Partial<{
|
213
333
|
default: (arg: {
|
214
|
-
errors:
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
334
|
+
errors: import("vue").Ref<{
|
335
|
+
id: number | string;
|
336
|
+
errorMessages: string[];
|
337
|
+
}[], import("../../composables/form.js").FieldValidationResult[] | {
|
338
|
+
id: number | string;
|
339
|
+
errorMessages: string[];
|
340
|
+
}[]>;
|
341
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
342
|
+
isReadonly: import("vue").ComputedRef<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
|
+
}>;
|
221
371
|
reset: () => void;
|
222
372
|
resetValidation: () => void;
|
223
373
|
}) => import("vue").VNode[];
|
@@ -240,49 +390,169 @@ export declare const VForm: {
|
|
240
390
|
} & {
|
241
391
|
$children?: import("vue").VNodeChild | {
|
242
392
|
default?: ((arg: {
|
243
|
-
errors:
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
393
|
+
errors: import("vue").Ref<{
|
394
|
+
id: number | string;
|
395
|
+
errorMessages: string[];
|
396
|
+
}[], import("../../composables/form.js").FieldValidationResult[] | {
|
397
|
+
id: number | string;
|
398
|
+
errorMessages: string[];
|
399
|
+
}[]>;
|
400
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
401
|
+
isReadonly: import("vue").ComputedRef<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
|
+
}>;
|
250
430
|
reset: () => void;
|
251
431
|
resetValidation: () => void;
|
252
432
|
}) => import("vue").VNodeChild) | undefined;
|
253
433
|
} | ((arg: {
|
254
|
-
errors:
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
434
|
+
errors: import("vue").Ref<{
|
435
|
+
id: number | string;
|
436
|
+
errorMessages: string[];
|
437
|
+
}[], import("../../composables/form.js").FieldValidationResult[] | {
|
438
|
+
id: number | string;
|
439
|
+
errorMessages: string[];
|
440
|
+
}[]>;
|
441
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
442
|
+
isReadonly: import("vue").ComputedRef<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
|
+
}>;
|
261
471
|
reset: () => void;
|
262
472
|
resetValidation: () => void;
|
263
473
|
}) => import("vue").VNodeChild);
|
264
474
|
'v-slots'?: {
|
265
475
|
default?: false | ((arg: {
|
266
|
-
errors:
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
476
|
+
errors: import("vue").Ref<{
|
477
|
+
id: number | string;
|
478
|
+
errorMessages: string[];
|
479
|
+
}[], import("../../composables/form.js").FieldValidationResult[] | {
|
480
|
+
id: number | string;
|
481
|
+
errorMessages: string[];
|
482
|
+
}[]>;
|
483
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
484
|
+
isReadonly: import("vue").ComputedRef<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
|
+
}>;
|
273
513
|
reset: () => void;
|
274
514
|
resetValidation: () => void;
|
275
515
|
}) => import("vue").VNodeChild) | undefined;
|
276
516
|
} | undefined;
|
277
517
|
} & {
|
278
518
|
"v-slot:default"?: false | ((arg: {
|
279
|
-
errors:
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
519
|
+
errors: import("vue").Ref<{
|
520
|
+
id: number | string;
|
521
|
+
errorMessages: string[];
|
522
|
+
}[], import("../../composables/form.js").FieldValidationResult[] | {
|
523
|
+
id: number | string;
|
524
|
+
errorMessages: string[];
|
525
|
+
}[]>;
|
526
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
527
|
+
isReadonly: import("vue").ComputedRef<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
|
+
}>;
|
286
556
|
reset: () => void;
|
287
557
|
resetValidation: () => void;
|
288
558
|
}) => import("vue").VNodeChild) | undefined;
|
@@ -293,7 +563,7 @@ export declare const VForm: {
|
|
293
563
|
errors: import("vue").Ref<{
|
294
564
|
id: number | string;
|
295
565
|
errorMessages: string[];
|
296
|
-
}[], FieldValidationResult[] | {
|
566
|
+
}[], import("../../composables/form.js").FieldValidationResult[] | {
|
297
567
|
id: number | string;
|
298
568
|
errorMessages: string[];
|
299
569
|
}[]>;
|
@@ -311,7 +581,7 @@ export declare const VForm: {
|
|
311
581
|
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
312
582
|
isValid: boolean | null;
|
313
583
|
errorMessages: string[];
|
314
|
-
}[], FormField[] | {
|
584
|
+
}[], import("../../composables/form.js").FormField[] | {
|
315
585
|
id: number | string;
|
316
586
|
validate: () => Promise<string[]>;
|
317
587
|
reset: () => Promise<void>;
|
@@ -334,7 +604,7 @@ export declare const VForm: {
|
|
334
604
|
errors: import("vue").Ref<{
|
335
605
|
id: number | string;
|
336
606
|
errorMessages: string[];
|
337
|
-
}[], FieldValidationResult[] | {
|
607
|
+
}[], import("../../composables/form.js").FieldValidationResult[] | {
|
338
608
|
id: number | string;
|
339
609
|
errorMessages: string[];
|
340
610
|
}[]>;
|
@@ -352,7 +622,7 @@ export declare const VForm: {
|
|
352
622
|
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
353
623
|
isValid: boolean | null;
|
354
624
|
errorMessages: string[];
|
355
|
-
}[], FormField[] | {
|
625
|
+
}[], import("../../composables/form.js").FormField[] | {
|
356
626
|
id: number | string;
|
357
627
|
validate: () => Promise<string[]>;
|
358
628
|
reset: () => Promise<void>;
|
@@ -394,49 +664,169 @@ export declare const VForm: {
|
|
394
664
|
} & {
|
395
665
|
$children?: import("vue").VNodeChild | {
|
396
666
|
default?: ((arg: {
|
397
|
-
errors:
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
667
|
+
errors: import("vue").Ref<{
|
668
|
+
id: number | string;
|
669
|
+
errorMessages: string[];
|
670
|
+
}[], import("../../composables/form.js").FieldValidationResult[] | {
|
671
|
+
id: number | string;
|
672
|
+
errorMessages: string[];
|
673
|
+
}[]>;
|
674
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
675
|
+
isReadonly: import("vue").ComputedRef<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
|
+
}>;
|
404
704
|
reset: () => void;
|
405
705
|
resetValidation: () => void;
|
406
706
|
}) => import("vue").VNodeChild) | undefined;
|
407
707
|
} | ((arg: {
|
408
|
-
errors:
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
708
|
+
errors: import("vue").Ref<{
|
709
|
+
id: number | string;
|
710
|
+
errorMessages: string[];
|
711
|
+
}[], import("../../composables/form.js").FieldValidationResult[] | {
|
712
|
+
id: number | string;
|
713
|
+
errorMessages: string[];
|
714
|
+
}[]>;
|
715
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
716
|
+
isReadonly: import("vue").ComputedRef<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
|
+
}>;
|
415
745
|
reset: () => void;
|
416
746
|
resetValidation: () => void;
|
417
747
|
}) => import("vue").VNodeChild);
|
418
748
|
'v-slots'?: {
|
419
749
|
default?: false | ((arg: {
|
420
|
-
errors:
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
750
|
+
errors: import("vue").Ref<{
|
751
|
+
id: number | string;
|
752
|
+
errorMessages: string[];
|
753
|
+
}[], import("../../composables/form.js").FieldValidationResult[] | {
|
754
|
+
id: number | string;
|
755
|
+
errorMessages: string[];
|
756
|
+
}[]>;
|
757
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
758
|
+
isReadonly: import("vue").ComputedRef<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
|
+
}>;
|
427
787
|
reset: () => void;
|
428
788
|
resetValidation: () => void;
|
429
789
|
}) => import("vue").VNodeChild) | undefined;
|
430
790
|
} | undefined;
|
431
791
|
} & {
|
432
792
|
"v-slot:default"?: false | ((arg: {
|
433
|
-
errors:
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
793
|
+
errors: import("vue").Ref<{
|
794
|
+
id: number | string;
|
795
|
+
errorMessages: string[];
|
796
|
+
}[], import("../../composables/form.js").FieldValidationResult[] | {
|
797
|
+
id: number | string;
|
798
|
+
errorMessages: string[];
|
799
|
+
}[]>;
|
800
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
801
|
+
isReadonly: import("vue").ComputedRef<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
|
+
}>;
|
440
830
|
reset: () => void;
|
441
831
|
resetValidation: () => void;
|
442
832
|
}) => import("vue").VNodeChild) | undefined;
|
@@ -447,7 +837,7 @@ export declare const VForm: {
|
|
447
837
|
errors: import("vue").Ref<{
|
448
838
|
id: number | string;
|
449
839
|
errorMessages: string[];
|
450
|
-
}[], FieldValidationResult[] | {
|
840
|
+
}[], import("../../composables/form.js").FieldValidationResult[] | {
|
451
841
|
id: number | string;
|
452
842
|
errorMessages: string[];
|
453
843
|
}[]>;
|
@@ -465,7 +855,7 @@ export declare const VForm: {
|
|
465
855
|
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
466
856
|
isValid: boolean | null;
|
467
857
|
errorMessages: string[];
|
468
|
-
}[], FormField[] | {
|
858
|
+
}[], import("../../composables/form.js").FormField[] | {
|
469
859
|
id: number | string;
|
470
860
|
validate: () => Promise<string[]>;
|
471
861
|
reset: () => Promise<void>;
|
@@ -488,7 +878,7 @@ export declare const VForm: {
|
|
488
878
|
errors: import("vue").Ref<{
|
489
879
|
id: number | string;
|
490
880
|
errorMessages: string[];
|
491
|
-
}[], FieldValidationResult[] | {
|
881
|
+
}[], import("../../composables/form.js").FieldValidationResult[] | {
|
492
882
|
id: number | string;
|
493
883
|
errorMessages: string[];
|
494
884
|
}[]>;
|
@@ -506,7 +896,7 @@ export declare const VForm: {
|
|
506
896
|
vm: import("vue").Raw<import("vue").ComponentInternalInstance>;
|
507
897
|
isValid: boolean | null;
|
508
898
|
errorMessages: string[];
|
509
|
-
}[], FormField[] | {
|
899
|
+
}[], import("../../composables/form.js").FormField[] | {
|
510
900
|
id: number | string;
|
511
901
|
validate: () => Promise<string[]>;
|
512
902
|
reset: () => Promise<void>;
|
@@ -537,13 +927,43 @@ export declare const VForm: {
|
|
537
927
|
fastFail: boolean;
|
538
928
|
}, {}, string, import("vue").SlotsType<Partial<{
|
539
929
|
default: (arg: {
|
540
|
-
errors:
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
930
|
+
errors: import("vue").Ref<{
|
931
|
+
id: number | string;
|
932
|
+
errorMessages: string[];
|
933
|
+
}[], import("../../composables/form.js").FieldValidationResult[] | {
|
934
|
+
id: number | string;
|
935
|
+
errorMessages: string[];
|
936
|
+
}[]>;
|
937
|
+
isDisabled: import("vue").ComputedRef<boolean>;
|
938
|
+
isReadonly: import("vue").ComputedRef<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
|
+
}>;
|
547
967
|
reset: () => void;
|
548
968
|
resetValidation: () => void;
|
549
969
|
}) => import("vue").VNode[];
|