@vuetify/nightly 3.8.1-next.2025-04-15 → 3.8.2-dev.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.
Files changed (212) hide show
  1. package/CHANGELOG.md +6 -13
  2. package/dist/json/attributes.json +2755 -2755
  3. package/dist/json/importMap-labs.json +12 -12
  4. package/dist/json/importMap.json +158 -158
  5. package/dist/json/web-types.json +5117 -5157
  6. package/dist/vuetify-labs.cjs +172 -247
  7. package/dist/vuetify-labs.css +25188 -23458
  8. package/dist/vuetify-labs.d.ts +633 -225
  9. package/dist/vuetify-labs.esm.js +172 -247
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +172 -247
  12. package/dist/vuetify-labs.min.css +4 -3
  13. package/dist/vuetify.cjs +148 -229
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +23920 -22194
  16. package/dist/vuetify.d.ts +760 -352
  17. package/dist/vuetify.esm.js +148 -229
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +148 -229
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +4 -3
  22. package/dist/vuetify.min.js +293 -278
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/blueprints/md3.js +18 -5
  25. package/lib/blueprints/md3.js.map +1 -1
  26. package/lib/components/VAlert/VAlert.css +215 -207
  27. package/lib/components/VApp/VApp.css +15 -16
  28. package/lib/components/VAppBar/VAppBar.css +12 -14
  29. package/lib/components/VAutocomplete/VAutocomplete.css +84 -85
  30. package/lib/components/VAutocomplete/VAutocomplete.d.ts +9 -18
  31. package/lib/components/VAutocomplete/VAutocomplete.js +3 -6
  32. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  33. package/lib/components/VAvatar/VAvatar.css +106 -108
  34. package/lib/components/VBadge/VBadge.css +77 -77
  35. package/lib/components/VBanner/VBanner.css +166 -161
  36. package/lib/components/VBottomNavigation/VBottomNavigation.css +64 -65
  37. package/lib/components/VBottomSheet/VBottomSheet.css +31 -34
  38. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +57 -54
  39. package/lib/components/VBtn/VBtn.css +408 -385
  40. package/lib/components/VBtn/VBtn.sass +4 -4
  41. package/lib/components/VBtnGroup/VBtnGroup.css +64 -63
  42. package/lib/components/VBtnToggle/VBtnToggle.css +14 -16
  43. package/lib/components/VCard/VCard.css +302 -294
  44. package/lib/components/VCarousel/VCarousel.css +65 -63
  45. package/lib/components/VCarousel/VCarousel.sass +1 -1
  46. package/lib/components/VCheckbox/VCheckbox.css +5 -7
  47. package/lib/components/VChip/VChip.css +411 -378
  48. package/lib/components/VChipGroup/VChipGroup.css +18 -19
  49. package/lib/components/VCode/VCode.css +11 -10
  50. package/lib/components/VCode/VCode.sass +3 -0
  51. package/lib/components/VColorPicker/VColorPicker.css +23 -23
  52. package/lib/components/VColorPicker/VColorPickerCanvas.css +22 -24
  53. package/lib/components/VColorPicker/VColorPickerEdit.css +28 -29
  54. package/lib/components/VColorPicker/VColorPickerPreview.css +67 -69
  55. package/lib/components/VColorPicker/VColorPickerPreview.sass +2 -4
  56. package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
  57. package/lib/components/VCombobox/VCombobox.css +84 -85
  58. package/lib/components/VCombobox/VCombobox.d.ts +9 -18
  59. package/lib/components/VCombobox/VCombobox.js +3 -6
  60. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  61. package/lib/components/VCounter/VCounter.css +5 -7
  62. package/lib/components/VDataTable/VDataTable.css +186 -189
  63. package/lib/components/VDataTable/VDataTable.sass +11 -21
  64. package/lib/components/VDataTable/VDataTableFooter.css +31 -33
  65. package/lib/components/VDatePicker/VDatePicker.css +6 -8
  66. package/lib/components/VDatePicker/VDatePicker.d.ts +7 -7
  67. package/lib/components/VDatePicker/VDatePickerControls.css +57 -55
  68. package/lib/components/VDatePicker/VDatePickerHeader.css +60 -56
  69. package/lib/components/VDatePicker/VDatePickerMonth.css +55 -51
  70. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +7 -7
  71. package/lib/components/VDatePicker/VDatePickerMonths.css +19 -20
  72. package/lib/components/VDatePicker/VDatePickerYears.css +15 -16
  73. package/lib/components/VDialog/VDialog.css +98 -98
  74. package/lib/components/VDivider/VDivider.css +52 -52
  75. package/lib/components/VEmptyState/VEmptyState.css +67 -62
  76. package/lib/components/VExpansionPanel/VExpansionPanel.css +209 -203
  77. package/lib/components/VExpansionPanel/VExpansionPanel.sass +25 -27
  78. package/lib/components/VFab/VFab.css +73 -78
  79. package/lib/components/VFab/VFab.sass +4 -5
  80. package/lib/components/VField/VField.css +589 -548
  81. package/lib/components/VFileInput/VFileInput.css +28 -30
  82. package/lib/components/VFooter/VFooter.css +36 -38
  83. package/lib/components/VForm/VForm.d.ts +531 -111
  84. package/lib/components/VForm/VForm.js +1 -11
  85. package/lib/components/VForm/VForm.js.map +1 -1
  86. package/lib/components/VGrid/VGrid.css +592 -565
  87. package/lib/components/VIcon/VIcon.css +53 -52
  88. package/lib/components/VImg/VImg.css +51 -50
  89. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +37 -36
  90. package/lib/components/VInput/VInput.css +147 -136
  91. package/lib/components/VItemGroup/VItemGroup.css +5 -7
  92. package/lib/components/VKbd/VKbd.css +11 -13
  93. package/lib/components/VLabel/VLabel.css +15 -16
  94. package/lib/components/VLayout/VLayout.css +8 -10
  95. package/lib/components/VLayout/VLayoutItem.css +7 -8
  96. package/lib/components/VList/VList.css +108 -104
  97. package/lib/components/VList/VList.sass +1 -1
  98. package/lib/components/VList/VListItem.css +452 -440
  99. package/lib/components/VList/VListItem.sass +1 -2
  100. package/lib/components/VLocaleProvider/VLocaleProvider.css +2 -4
  101. package/lib/components/VMain/VMain.css +30 -32
  102. package/lib/components/VMenu/VMenu.css +19 -21
  103. package/lib/components/VMessages/VMessages.css +15 -17
  104. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +104 -102
  105. package/lib/components/VNumberInput/VNumberInput.css +46 -48
  106. package/lib/components/VOtpInput/VOtpInput.css +58 -56
  107. package/lib/components/VOverlay/VOverlay.css +64 -61
  108. package/lib/components/VOverlay/VOverlay.sass +13 -14
  109. package/lib/components/VOverlay/_variables.scss +1 -1
  110. package/lib/components/VPagination/VPagination.css +8 -10
  111. package/lib/components/VParallax/VParallax.css +6 -8
  112. package/lib/components/VProgressCircular/VProgressCircular.css +101 -95
  113. package/lib/components/VProgressLinear/VProgressLinear.css +222 -209
  114. package/lib/components/VRadioGroup/VRadioGroup.css +12 -14
  115. package/lib/components/VRating/VRating.css +53 -52
  116. package/lib/components/VResponsive/VResponsive.css +26 -25
  117. package/lib/components/VSelect/VSelect.css +51 -53
  118. package/lib/components/VSelect/VSelect.d.ts +9 -18
  119. package/lib/components/VSelect/VSelect.js +3 -6
  120. package/lib/components/VSelect/VSelect.js.map +1 -1
  121. package/lib/components/VSelectionControl/VSelectionControl.css +100 -98
  122. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +8 -10
  123. package/lib/components/VSheet/VSheet.css +36 -38
  124. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +224 -225
  125. package/lib/components/VSlideGroup/VSlideGroup.css +55 -53
  126. package/lib/components/VSlider/VSlider.css +57 -53
  127. package/lib/components/VSlider/VSliderThumb.css +153 -142
  128. package/lib/components/VSlider/VSliderTrack.css +174 -155
  129. package/lib/components/VSnackbar/VSnackbar.css +140 -140
  130. package/lib/components/VSpeedDial/VSpeedDial.css +41 -43
  131. package/lib/components/VStepper/VStepper.css +56 -55
  132. package/lib/components/VStepper/VStepperItem.css +115 -112
  133. package/lib/components/VSwitch/VSwitch.css +139 -129
  134. package/lib/components/VSystemBar/VSystemBar.css +43 -45
  135. package/lib/components/VTable/VTable.css +141 -140
  136. package/lib/components/VTable/VTable.sass +2 -4
  137. package/lib/components/VTabs/VTab.css +29 -30
  138. package/lib/components/VTabs/VTabs.css +65 -59
  139. package/lib/components/VTextField/VTextField.css +85 -77
  140. package/lib/components/VTextarea/VTextarea.css +40 -48
  141. package/lib/components/VTextarea/VTextarea.sass +2 -4
  142. package/lib/components/VThemeProvider/VThemeProvider.css +3 -5
  143. package/lib/components/VTimeline/VTimeline.css +427 -388
  144. package/lib/components/VToolbar/VToolbar.css +144 -137
  145. package/lib/components/VTooltip/VTooltip.css +23 -27
  146. package/lib/components/VTooltip/VTooltip.sass +6 -8
  147. package/lib/components/VVirtualScroll/VVirtualScroll.css +9 -11
  148. package/lib/components/VWindow/VWindow.css +70 -73
  149. package/lib/composables/calendar.d.ts +3 -2
  150. package/lib/composables/calendar.js +5 -7
  151. package/lib/composables/calendar.js.map +1 -1
  152. package/lib/composables/date/DateAdapter.d.ts +1 -0
  153. package/lib/composables/date/DateAdapter.js.map +1 -1
  154. package/lib/composables/date/adapters/vuetify.d.ts +1 -0
  155. package/lib/composables/date/adapters/vuetify.js +101 -160
  156. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  157. package/lib/composables/date/date.d.ts +1 -1
  158. package/lib/composables/date/date.js +0 -20
  159. package/lib/composables/date/date.js.map +1 -1
  160. package/lib/composables/filter.js +2 -1
  161. package/lib/composables/filter.js.map +1 -1
  162. package/lib/composables/theme.js +5 -5
  163. package/lib/composables/theme.js.map +1 -1
  164. package/lib/composables/validation.js +5 -0
  165. package/lib/composables/validation.js.map +1 -1
  166. package/lib/directives/ripple/VRipple.css +36 -38
  167. package/lib/entry-bundler.d.ts +1 -0
  168. package/lib/entry-bundler.js +1 -1
  169. package/lib/entry-bundler.js.map +1 -1
  170. package/lib/framework.d.ts +55 -52
  171. package/lib/framework.js +1 -1
  172. package/lib/framework.js.map +1 -1
  173. package/lib/labs/VCalendar/VCalendar.css +225 -219
  174. package/lib/labs/VCalendar/VCalendar.d.ts +7 -7
  175. package/lib/labs/VCalendar/VCalendarDay.css +32 -33
  176. package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
  177. package/lib/labs/VCalendar/VCalendarInterval.css +42 -43
  178. package/lib/labs/VCalendar/VCalendarInterval.js +25 -19
  179. package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
  180. package/lib/labs/VCalendar/VCalendarIntervalEvent.css +5 -7
  181. package/lib/labs/VCalendar/VCalendarMonthDay.css +58 -61
  182. package/lib/labs/VCalendar/VCalendarMonthDay.sass +2 -3
  183. package/lib/labs/VDateInput/VDateInput.d.ts +7 -7
  184. package/lib/labs/VFileUpload/VFileUpload.css +77 -74
  185. package/lib/labs/VIconBtn/VIconBtn.css +164 -162
  186. package/lib/labs/VPicker/VPicker.css +63 -58
  187. package/lib/labs/VTimePicker/VTimePicker.css +7 -9
  188. package/lib/labs/VTimePicker/VTimePickerClock.css +129 -126
  189. package/lib/labs/VTimePicker/VTimePickerControls.css +103 -102
  190. package/lib/labs/VTreeview/VTreeviewItem.css +28 -30
  191. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -3
  192. package/lib/labs/entry-bundler.d.ts +1 -0
  193. package/lib/styles/elements/_global.sass +1 -1
  194. package/lib/styles/generic/_colors.scss +3 -3
  195. package/lib/styles/generic/_layers.scss +1 -13
  196. package/lib/styles/generic/_reset.scss +1 -0
  197. package/lib/styles/generic/_transitions.scss +32 -32
  198. package/lib/styles/main.css +16142 -14667
  199. package/lib/styles/settings/_utilities.scss +5 -0
  200. package/lib/styles/settings/_variables.scss +2 -1
  201. package/lib/styles/tools/_bootable.sass +3 -0
  202. package/lib/styles/tools/_border.sass +4 -4
  203. package/lib/styles/tools/_display.sass +10 -0
  204. package/lib/styles/tools/_elevation.sass +2 -2
  205. package/lib/styles/tools/_index.sass +2 -0
  206. package/lib/styles/tools/_layer.scss +2 -4
  207. package/lib/styles/tools/_position.sass +2 -2
  208. package/lib/styles/tools/_radius.sass +10 -0
  209. package/lib/styles/tools/_rounded.sass +2 -2
  210. package/lib/styles/tools/_utilities.sass +5 -1
  211. package/lib/styles/utilities/_elevation.scss +1 -1
  212. package/package.json +46 -45
@@ -1,4 +1,4 @@
1
- import type { FieldValidationResult, FormField, FormValidationResult, SubmitEventPromise } from "../../composables/form.js";
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: FieldValidationResult[];
72
- isDisabled: boolean;
73
- isReadonly: boolean;
74
- isValidating: boolean;
75
- isValid: boolean | null;
76
- items: FormField[];
77
- validate: () => Promise<FormValidationResult>;
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: FieldValidationResult[];
83
- isDisabled: boolean;
84
- isReadonly: boolean;
85
- isValidating: boolean;
86
- isValid: boolean | null;
87
- items: FormField[];
88
- validate: () => Promise<FormValidationResult>;
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: FieldValidationResult[];
95
- isDisabled: boolean;
96
- isReadonly: boolean;
97
- isValidating: boolean;
98
- isValid: boolean | null;
99
- items: FormField[];
100
- validate: () => Promise<FormValidationResult>;
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: FieldValidationResult[];
108
- isDisabled: boolean;
109
- isReadonly: boolean;
110
- isValidating: boolean;
111
- isValid: boolean | null;
112
- items: FormField[];
113
- validate: () => Promise<FormValidationResult>;
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: FieldValidationResult[];
215
- isDisabled: boolean;
216
- isReadonly: boolean;
217
- isValidating: boolean;
218
- isValid: boolean | null;
219
- items: FormField[];
220
- validate: () => Promise<FormValidationResult>;
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: FieldValidationResult[];
244
- isDisabled: boolean;
245
- isReadonly: boolean;
246
- isValidating: boolean;
247
- isValid: boolean | null;
248
- items: FormField[];
249
- validate: () => Promise<FormValidationResult>;
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: FieldValidationResult[];
255
- isDisabled: boolean;
256
- isReadonly: boolean;
257
- isValidating: boolean;
258
- isValid: boolean | null;
259
- items: FormField[];
260
- validate: () => Promise<FormValidationResult>;
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: FieldValidationResult[];
267
- isDisabled: boolean;
268
- isReadonly: boolean;
269
- isValidating: boolean;
270
- isValid: boolean | null;
271
- items: FormField[];
272
- validate: () => Promise<FormValidationResult>;
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: FieldValidationResult[];
280
- isDisabled: boolean;
281
- isReadonly: boolean;
282
- isValidating: boolean;
283
- isValid: boolean | null;
284
- items: FormField[];
285
- validate: () => Promise<FormValidationResult>;
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: FieldValidationResult[];
398
- isDisabled: boolean;
399
- isReadonly: boolean;
400
- isValidating: boolean;
401
- isValid: boolean | null;
402
- items: FormField[];
403
- validate: () => Promise<FormValidationResult>;
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: FieldValidationResult[];
409
- isDisabled: boolean;
410
- isReadonly: boolean;
411
- isValidating: boolean;
412
- isValid: boolean | null;
413
- items: FormField[];
414
- validate: () => Promise<FormValidationResult>;
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: FieldValidationResult[];
421
- isDisabled: boolean;
422
- isReadonly: boolean;
423
- isValidating: boolean;
424
- isValid: boolean | null;
425
- items: FormField[];
426
- validate: () => Promise<FormValidationResult>;
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: FieldValidationResult[];
434
- isDisabled: boolean;
435
- isReadonly: boolean;
436
- isValidating: boolean;
437
- isValid: boolean | null;
438
- items: FormField[];
439
- validate: () => Promise<FormValidationResult>;
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: FieldValidationResult[];
541
- isDisabled: boolean;
542
- isReadonly: boolean;
543
- isValidating: boolean;
544
- isValid: boolean | null;
545
- items: FormField[];
546
- validate: () => Promise<FormValidationResult>;
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[];