@vuetify/nightly 3.7.5-master.2024-12-16 → 3.7.6-dev.2024-12-18

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 (282) hide show
  1. package/dist/json/attributes.json +925 -917
  2. package/dist/json/importMap-labs.json +42 -42
  3. package/dist/json/importMap.json +162 -162
  4. package/dist/json/tags.json +2 -0
  5. package/dist/json/web-types.json +2000 -1982
  6. package/dist/vuetify-labs.css +4432 -4432
  7. package/dist/vuetify-labs.d.ts +3365 -14377
  8. package/dist/vuetify-labs.esm.js +58 -54
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +57 -53
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +2655 -2655
  13. package/dist/vuetify.d.ts +2726 -11900
  14. package/dist/vuetify.esm.js +58 -54
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +57 -53
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +879 -884
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/VAlert.mjs +1 -1
  22. package/lib/components/VAlert/index.d.mts +8 -86
  23. package/lib/components/VApp/index.d.mts +4 -20
  24. package/lib/components/VAppBar/VAppBar.mjs +1 -1
  25. package/lib/components/VAppBar/VAppBarNavIcon.mjs +1 -1
  26. package/lib/components/VAppBar/VAppBarTitle.mjs +1 -1
  27. package/lib/components/VAppBar/index.d.mts +18 -154
  28. package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
  29. package/lib/components/VAutocomplete/index.d.mts +201 -1360
  30. package/lib/components/VAvatar/index.d.mts +4 -31
  31. package/lib/components/VBadge/VBadge.mjs +1 -1
  32. package/lib/components/VBadge/index.d.mts +4 -41
  33. package/lib/components/VBanner/VBanner.mjs +1 -1
  34. package/lib/components/VBanner/index.d.mts +12 -88
  35. package/lib/components/VBottomNavigation/index.d.mts +4 -32
  36. package/lib/components/VBottomSheet/VBottomSheet.mjs +1 -1
  37. package/lib/components/VBottomSheet/index.d.mts +4 -88
  38. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +1 -1
  39. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +1 -1
  40. package/lib/components/VBreadcrumbs/index.d.mts +12 -65
  41. package/lib/components/VBtn/VBtn.mjs +1 -1
  42. package/lib/components/VBtn/index.d.mts +11 -79
  43. package/lib/components/VBtnGroup/VBtnGroup.mjs +1 -1
  44. package/lib/components/VBtnGroup/index.d.mts +4 -28
  45. package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -1
  46. package/lib/components/VBtnToggle/index.d.mts +13 -33
  47. package/lib/components/VCard/VCard.mjs +1 -1
  48. package/lib/components/VCard/VCardItem.mjs +1 -1
  49. package/lib/components/VCard/VCardSubtitle.mjs +1 -1
  50. package/lib/components/VCard/VCardText.mjs +1 -1
  51. package/lib/components/VCard/index.d.mts +24 -190
  52. package/lib/components/VCarousel/VCarousel.mjs +1 -1
  53. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  54. package/lib/components/VCarousel/VCarouselItem.mjs +1 -1
  55. package/lib/components/VCarousel/index.d.mts +17 -95
  56. package/lib/components/VCheckbox/VCheckbox.mjs +4 -4
  57. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  58. package/lib/components/VCheckbox/VCheckboxBtn.mjs +1 -1
  59. package/lib/components/VCheckbox/index.d.mts +8 -90
  60. package/lib/components/VChip/VChip.mjs +16 -9
  61. package/lib/components/VChip/VChip.mjs.map +1 -1
  62. package/lib/components/VChip/index.d.mts +9 -105
  63. package/lib/components/VChipGroup/VChipGroup.mjs +3 -1
  64. package/lib/components/VChipGroup/VChipGroup.mjs.map +1 -1
  65. package/lib/components/VChipGroup/index.d.mts +24 -43
  66. package/lib/components/VCode/index.d.mts +4 -18
  67. package/lib/components/VColorPicker/VColorPicker.mjs +1 -1
  68. package/lib/components/VColorPicker/index.d.mts +4 -68
  69. package/lib/components/VCombobox/VCombobox.mjs +1 -1
  70. package/lib/components/VCombobox/index.d.mts +201 -1360
  71. package/lib/components/VConfirmEdit/VConfirmEdit.mjs +1 -1
  72. package/lib/components/VConfirmEdit/__test__/VConfirmEdit.spec.browser.mjs +1 -1
  73. package/lib/components/VConfirmEdit/index.d.mts +6 -13
  74. package/lib/components/VCounter/VCounter.mjs +1 -1
  75. package/lib/components/VCounter/index.d.mts +9 -31
  76. package/lib/components/VDataIterator/index.d.mts +12 -56
  77. package/lib/components/VDataTable/VDataTable.mjs +1 -1
  78. package/lib/components/VDataTable/VDataTableFooter.mjs +1 -1
  79. package/lib/components/VDataTable/VDataTableGroupHeaderRow.mjs +1 -1
  80. package/lib/components/VDataTable/VDataTableHeaders.mjs +1 -1
  81. package/lib/components/VDataTable/VDataTableRow.mjs +1 -1
  82. package/lib/components/VDataTable/VDataTableRows.mjs +1 -1
  83. package/lib/components/VDataTable/VDataTableServer.mjs +1 -1
  84. package/lib/components/VDataTable/VDataTableVirtual.mjs +1 -1
  85. package/lib/components/VDataTable/index.d.mts +36 -388
  86. package/lib/components/VDatePicker/VDatePicker.mjs +1 -1
  87. package/lib/components/VDatePicker/VDatePickerMonth.mjs +1 -1
  88. package/lib/components/VDatePicker/VDatePickerMonths.mjs +1 -1
  89. package/lib/components/VDatePicker/VDatePickerYears.mjs +1 -1
  90. package/lib/components/VDatePicker/index.d.mts +24 -276
  91. package/lib/components/VDefaultsProvider/index.d.mts +4 -20
  92. package/lib/components/VDialog/VDialog.mjs +1 -1
  93. package/lib/components/VDialog/__test__/VDialog.spec.cy.mjs +1 -1
  94. package/lib/components/VDialog/index.d.mts +143 -389
  95. package/lib/components/VDivider/index.d.mts +4 -24
  96. package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
  97. package/lib/components/VEmptyState/index.d.mts +4 -66
  98. package/lib/components/VExpansionPanel/VExpansionPanelText.mjs +1 -1
  99. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +1 -1
  100. package/lib/components/VExpansionPanel/index.d.mts +23 -159
  101. package/lib/components/VFab/VFab.mjs +1 -1
  102. package/lib/components/VFab/index.d.mts +15 -84
  103. package/lib/components/VField/VField.mjs +4 -4
  104. package/lib/components/VField/VField.mjs.map +1 -1
  105. package/lib/components/VField/VFieldLabel.mjs +1 -1
  106. package/lib/components/VField/index.d.mts +11 -59
  107. package/lib/components/VFileInput/VFileInput.mjs +1 -1
  108. package/lib/components/VFileInput/index.d.mts +71 -256
  109. package/lib/components/VFooter/VFooter.mjs +1 -1
  110. package/lib/components/VFooter/index.d.mts +4 -29
  111. package/lib/components/VForm/index.d.mts +267 -175
  112. package/lib/components/VGrid/VContainer.mjs +1 -1
  113. package/lib/components/VGrid/index.d.mts +16 -118
  114. package/lib/components/VHover/index.d.mts +4 -33
  115. package/lib/components/VIcon/index.d.mts +17 -75
  116. package/lib/components/VImg/VImg.mjs +1 -1
  117. package/lib/components/VImg/index.d.mts +19 -74
  118. package/lib/components/VInfiniteScroll/VInfiniteScroll.mjs +1 -1
  119. package/lib/components/VInfiniteScroll/index.d.mts +4 -46
  120. package/lib/components/VInput/VInput.mjs +4 -4
  121. package/lib/components/VInput/VInput.mjs.map +1 -1
  122. package/lib/components/VInput/index.d.mts +4 -37
  123. package/lib/components/VItemGroup/VItemGroup.mjs.map +1 -1
  124. package/lib/components/VItemGroup/index.d.mts +17 -74
  125. package/lib/components/VKbd/index.d.mts +4 -18
  126. package/lib/components/VLabel/index.d.mts +4 -20
  127. package/lib/components/VLayout/index.d.mts +8 -48
  128. package/lib/components/VLazy/VLazy.mjs +1 -1
  129. package/lib/components/VLazy/index.d.mts +4 -31
  130. package/lib/components/VList/VList.mjs +1 -1
  131. package/lib/components/VList/VListChildren.mjs +1 -1
  132. package/lib/components/VList/VListGroup.mjs +1 -1
  133. package/lib/components/VList/VListItem.mjs +15 -9
  134. package/lib/components/VList/VListItem.mjs.map +1 -1
  135. package/lib/components/VList/VListItemAction.mjs +1 -1
  136. package/lib/components/VList/VListItemMedia.mjs +1 -1
  137. package/lib/components/VList/VListItemSubtitle.mjs +1 -1
  138. package/lib/components/VList/index.d.mts +48 -291
  139. package/lib/components/VLocaleProvider/index.d.mts +4 -21
  140. package/lib/components/VMain/index.d.mts +4 -25
  141. package/lib/components/VMenu/VMenu.mjs +4 -4
  142. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  143. package/lib/components/VMenu/index.d.mts +155 -397
  144. package/lib/components/VMessages/index.d.mts +4 -27
  145. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
  146. package/lib/components/VNavigationDrawer/index.d.mts +7 -62
  147. package/lib/components/VOtpInput/VOtpInput.mjs +1 -1
  148. package/lib/components/VOtpInput/index.d.mts +7 -52
  149. package/lib/components/VOverlay/VOverlay.mjs +1 -1
  150. package/lib/components/VOverlay/index.d.mts +19 -101
  151. package/lib/components/VPagination/VPagination.mjs +1 -1
  152. package/lib/components/VPagination/index.d.mts +4 -64
  153. package/lib/components/VParallax/VParallax.mjs +1 -1
  154. package/lib/components/VParallax/index.d.mts +4 -27
  155. package/lib/components/VProgressCircular/index.d.mts +4 -34
  156. package/lib/components/VProgressLinear/index.d.mts +4 -54
  157. package/lib/components/VRadio/VRadio.mjs +1 -1
  158. package/lib/components/VRadio/index.d.mts +4 -68
  159. package/lib/components/VRadioGroup/VRadioGroup.mjs +4 -4
  160. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  161. package/lib/components/VRadioGroup/index.d.mts +4 -48
  162. package/lib/components/VRangeSlider/VRangeSlider.mjs +1 -1
  163. package/lib/components/VRangeSlider/index.d.mts +4 -107
  164. package/lib/components/VRating/VRating.mjs +5 -4
  165. package/lib/components/VRating/VRating.mjs.map +1 -1
  166. package/lib/components/VRating/index.d.mts +4 -42
  167. package/lib/components/VResponsive/index.d.mts +4 -29
  168. package/lib/components/VSelect/VSelect.mjs +1 -1
  169. package/lib/components/VSelect/index.d.mts +200 -1352
  170. package/lib/components/VSelectionControl/VSelectionControl.mjs +4 -4
  171. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  172. package/lib/components/VSelectionControl/index.d.mts +10 -37
  173. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +3 -3
  174. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  175. package/lib/components/VSelectionControlGroup/index.d.mts +4 -26
  176. package/lib/components/VSheet/VSheet.mjs +1 -1
  177. package/lib/components/VSheet/index.d.mts +4 -32
  178. package/lib/components/VSkeletonLoader/VSkeletonLoader.mjs +1 -1
  179. package/lib/components/VSkeletonLoader/index.d.mts +4 -28
  180. package/lib/components/VSlideGroup/index.d.mts +21 -77
  181. package/lib/components/VSlider/VSlider.mjs +1 -1
  182. package/lib/components/VSlider/VSliderThumb.mjs +1 -1
  183. package/lib/components/VSlider/index.d.mts +4 -106
  184. package/lib/components/VSnackbar/VSnackbar.mjs +1 -1
  185. package/lib/components/VSnackbar/index.d.mts +152 -398
  186. package/lib/components/VSparkline/VBarline.mjs +3 -4
  187. package/lib/components/VSparkline/VBarline.mjs.map +1 -1
  188. package/lib/components/VSparkline/VSparkline.mjs +1 -1
  189. package/lib/components/VSparkline/VTrendline.mjs +3 -4
  190. package/lib/components/VSparkline/VTrendline.mjs.map +1 -1
  191. package/lib/components/VSparkline/index.d.mts +4 -49
  192. package/lib/components/VSpeedDial/VSpeedDial.mjs +1 -1
  193. package/lib/components/VSpeedDial/index.d.mts +4 -85
  194. package/lib/components/VStepper/VStepper.mjs +1 -1
  195. package/lib/components/VStepper/VStepperItem.mjs +1 -1
  196. package/lib/components/VStepper/VStepperWindow.mjs +1 -1
  197. package/lib/components/VStepper/VStepperWindowItem.mjs +1 -1
  198. package/lib/components/VStepper/index.d.mts +24 -250
  199. package/lib/components/VSwitch/VSwitch.mjs +4 -4
  200. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  201. package/lib/components/VSwitch/index.d.mts +4 -59
  202. package/lib/components/VSystemBar/VSystemBar.mjs +1 -1
  203. package/lib/components/VSystemBar/index.d.mts +4 -28
  204. package/lib/components/VTable/index.d.mts +4 -33
  205. package/lib/components/VTabs/VTab.mjs +1 -1
  206. package/lib/components/VTabs/VTabs.mjs +1 -1
  207. package/lib/components/VTabs/VTabsWindow.mjs +1 -1
  208. package/lib/components/VTabs/VTabsWindowItem.mjs +1 -1
  209. package/lib/components/VTabs/index.d.mts +105 -401
  210. package/lib/components/VTextField/VTextField.mjs +1 -1
  211. package/lib/components/VTextField/index.d.mts +152 -374
  212. package/lib/components/VTextarea/VTextarea.mjs +1 -1
  213. package/lib/components/VTextarea/index.d.mts +71 -244
  214. package/lib/components/VThemeProvider/index.d.mts +4 -20
  215. package/lib/components/VTimeline/VTimeline.mjs +1 -1
  216. package/lib/components/VTimeline/VTimelineDivider.mjs +1 -1
  217. package/lib/components/VTimeline/VTimelineItem.mjs +1 -1
  218. package/lib/components/VTimeline/index.d.mts +8 -75
  219. package/lib/components/VToolbar/VToolbar.mjs +1 -1
  220. package/lib/components/VToolbar/index.d.mts +12 -90
  221. package/lib/components/VTooltip/VTooltip.mjs +4 -4
  222. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  223. package/lib/components/VTooltip/index.d.mts +147 -386
  224. package/lib/components/VValidation/index.d.mts +10 -24
  225. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +1 -1
  226. package/lib/components/VVirtualScroll/VVirtualScrollItem.mjs +1 -1
  227. package/lib/components/VVirtualScroll/index.d.mts +4 -15
  228. package/lib/components/VWindow/VWindow.mjs +1 -1
  229. package/lib/components/VWindow/VWindowItem.mjs +1 -1
  230. package/lib/components/VWindow/index.d.mts +15 -54
  231. package/lib/components/index.d.mts +2947 -12121
  232. package/lib/components/transitions/dialog-transition.mjs +1 -2
  233. package/lib/components/transitions/dialog-transition.mjs.map +1 -1
  234. package/lib/components/transitions/index.d.mts +64 -309
  235. package/lib/composables/group.mjs +3 -3
  236. package/lib/composables/group.mjs.map +1 -1
  237. package/lib/composables/icons.mjs +1 -1
  238. package/lib/composables/layout.mjs +3 -3
  239. package/lib/composables/layout.mjs.map +1 -1
  240. package/lib/composables/nested/nested.mjs +2 -2
  241. package/lib/composables/nested/nested.mjs.map +1 -1
  242. package/lib/composables/validation.mjs +3 -3
  243. package/lib/composables/validation.mjs.map +1 -1
  244. package/lib/composables/variant.mjs +1 -1
  245. package/lib/composables/virtual.mjs +1 -1
  246. package/lib/composables/virtual.mjs.map +1 -1
  247. package/lib/entry-bundler.mjs +1 -1
  248. package/lib/entry-bundler.mjs.map +1 -1
  249. package/lib/framework.mjs +2 -3
  250. package/lib/framework.mjs.map +1 -1
  251. package/lib/index.d.mts +65 -65
  252. package/lib/labs/VCalendar/VCalendar.mjs +1 -1
  253. package/lib/labs/VCalendar/VCalendarDay.mjs +1 -1
  254. package/lib/labs/VCalendar/index.d.mts +24 -211
  255. package/lib/labs/VDateInput/VDateInput.mjs +1 -1
  256. package/lib/labs/VDateInput/index.d.mts +4 -115
  257. package/lib/labs/VFileUpload/VFileUpload.mjs +1 -1
  258. package/lib/labs/VFileUpload/VFileUploadItem.mjs +1 -1
  259. package/lib/labs/VFileUpload/index.d.mts +8 -195
  260. package/lib/labs/VNumberInput/VNumberInput.mjs +1 -1
  261. package/lib/labs/VNumberInput/index.d.mts +577 -1280
  262. package/lib/labs/VPicker/VPicker.mjs +1 -1
  263. package/lib/labs/VPicker/index.d.mts +8 -63
  264. package/lib/labs/VPullToRefresh/index.d.mts +4 -35
  265. package/lib/labs/VSnackbarQueue/VSnackbarQueue.mjs +1 -1
  266. package/lib/labs/VSnackbarQueue/index.d.mts +156 -453
  267. package/lib/labs/VStepperVertical/VStepperVertical.mjs +1 -1
  268. package/lib/labs/VStepperVertical/VStepperVerticalActions.mjs +1 -1
  269. package/lib/labs/VStepperVertical/VStepperVerticalItem.mjs +1 -1
  270. package/lib/labs/VStepperVertical/index.d.mts +12 -227
  271. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  272. package/lib/labs/VTimePicker/VTimePickerControls.mjs +1 -1
  273. package/lib/labs/VTimePicker/index.d.mts +12 -122
  274. package/lib/labs/VTreeview/VTreeview.mjs +1 -1
  275. package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
  276. package/lib/labs/VTreeview/VTreeviewGroup.mjs +1 -1
  277. package/lib/labs/VTreeview/VTreeviewItem.mjs +1 -1
  278. package/lib/labs/VTreeview/index.d.mts +18 -205
  279. package/lib/labs/components.d.mts +1116 -3200
  280. package/lib/util/getCurrentInstance.mjs +1 -15
  281. package/lib/util/getCurrentInstance.mjs.map +1 -1
  282. package/package.json +5 -4
@@ -1,5 +1,5 @@
1
1
  import * as vue from 'vue';
2
- import { ComponentPropsOptions, ExtractPropTypes, PropType } from 'vue';
2
+ import { ComponentPropsOptions, ExtractPropTypes, PropType, Raw, ComponentInternalInstance } from 'vue';
3
3
 
4
4
  interface FilterPropsOptions<PropsOptions extends Readonly<ComponentPropsOptions>, Props = ExtractPropTypes<PropsOptions>> {
5
5
  filterProps<T extends Partial<Props>, U extends Exclude<keyof Props, Exclude<keyof Props, keyof T>>>(props: T): Partial<Pick<T, U>>;
@@ -30,6 +30,15 @@ interface ValidationProps {
30
30
  validationValue: any;
31
31
  }
32
32
 
33
+ interface FormField {
34
+ id: number | string;
35
+ validate: () => Promise<string[]>;
36
+ reset: () => Promise<void>;
37
+ resetValidation: () => Promise<void>;
38
+ vm: Raw<ComponentInternalInstance>;
39
+ isValid: boolean | null;
40
+ errorMessages: string[];
41
+ }
33
42
  interface FieldValidationResult {
34
43
  id: number | string;
35
44
  errorMessages: string[];
@@ -50,7 +59,7 @@ interface FormProps {
50
59
  }
51
60
 
52
61
  declare const VForm: {
53
- new (...args: any[]): vue.CreateComponentPublicInstance<{
62
+ new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
54
63
  style: vue.StyleValue;
55
64
  disabled: boolean;
56
65
  readonly: boolean;
@@ -65,11 +74,14 @@ declare const VForm: {
65
74
  errors: vue.Ref<{
66
75
  id: number | string;
67
76
  errorMessages: string[];
77
+ }[], FieldValidationResult[] | {
78
+ id: number | string;
79
+ errorMessages: string[];
68
80
  }[]>;
69
81
  isDisabled: vue.ComputedRef<boolean>;
70
82
  isReadonly: vue.ComputedRef<boolean>;
71
- isValidating: vue.ShallowRef<boolean>;
72
- isValid: vue.Ref<boolean | null> & {
83
+ isValidating: vue.ShallowRef<boolean, boolean>;
84
+ isValid: vue.Ref<boolean | null, boolean | null> & {
73
85
  readonly externalValue: boolean | null;
74
86
  };
75
87
  items: vue.Ref<{
@@ -80,6 +92,14 @@ declare const VForm: {
80
92
  vm: vue.Raw<vue.ComponentInternalInstance>;
81
93
  isValid: boolean | null;
82
94
  errorMessages: string[];
95
+ }[], FormField[] | {
96
+ id: number | string;
97
+ validate: () => Promise<string[]>;
98
+ reset: () => Promise<void>;
99
+ resetValidation: () => Promise<void>;
100
+ vm: vue.Raw<vue.ComponentInternalInstance>;
101
+ isValid: boolean | null;
102
+ errorMessages: string[];
83
103
  }[]>;
84
104
  validate: () => Promise<{
85
105
  valid: boolean;
@@ -95,11 +115,14 @@ declare const VForm: {
95
115
  errors: vue.Ref<{
96
116
  id: number | string;
97
117
  errorMessages: string[];
118
+ }[], FieldValidationResult[] | {
119
+ id: number | string;
120
+ errorMessages: string[];
98
121
  }[]>;
99
122
  isDisabled: vue.ComputedRef<boolean>;
100
123
  isReadonly: vue.ComputedRef<boolean>;
101
- isValidating: vue.ShallowRef<boolean>;
102
- isValid: vue.Ref<boolean | null> & {
124
+ isValidating: vue.ShallowRef<boolean, boolean>;
125
+ isValid: vue.Ref<boolean | null, boolean | null> & {
103
126
  readonly externalValue: boolean | null;
104
127
  };
105
128
  items: vue.Ref<{
@@ -110,6 +133,14 @@ declare const VForm: {
110
133
  vm: vue.Raw<vue.ComponentInternalInstance>;
111
134
  isValid: boolean | null;
112
135
  errorMessages: string[];
136
+ }[], FormField[] | {
137
+ id: number | string;
138
+ validate: () => Promise<string[]>;
139
+ reset: () => Promise<void>;
140
+ resetValidation: () => Promise<void>;
141
+ vm: vue.Raw<vue.ComponentInternalInstance>;
142
+ isValid: boolean | null;
143
+ errorMessages: string[];
113
144
  }[]>;
114
145
  validate: () => Promise<{
115
146
  valid: boolean;
@@ -126,11 +157,14 @@ declare const VForm: {
126
157
  errors: vue.Ref<{
127
158
  id: number | string;
128
159
  errorMessages: string[];
160
+ }[], FieldValidationResult[] | {
161
+ id: number | string;
162
+ errorMessages: string[];
129
163
  }[]>;
130
164
  isDisabled: vue.ComputedRef<boolean>;
131
165
  isReadonly: vue.ComputedRef<boolean>;
132
- isValidating: vue.ShallowRef<boolean>;
133
- isValid: vue.Ref<boolean | null> & {
166
+ isValidating: vue.ShallowRef<boolean, boolean>;
167
+ isValid: vue.Ref<boolean | null, boolean | null> & {
134
168
  readonly externalValue: boolean | null;
135
169
  };
136
170
  items: vue.Ref<{
@@ -141,6 +175,14 @@ declare const VForm: {
141
175
  vm: vue.Raw<vue.ComponentInternalInstance>;
142
176
  isValid: boolean | null;
143
177
  errorMessages: string[];
178
+ }[], FormField[] | {
179
+ id: number | string;
180
+ validate: () => Promise<string[]>;
181
+ reset: () => Promise<void>;
182
+ resetValidation: () => Promise<void>;
183
+ vm: vue.Raw<vue.ComponentInternalInstance>;
184
+ isValid: boolean | null;
185
+ errorMessages: string[];
144
186
  }[]>;
145
187
  validate: () => Promise<{
146
188
  valid: boolean;
@@ -158,11 +200,14 @@ declare const VForm: {
158
200
  errors: vue.Ref<{
159
201
  id: number | string;
160
202
  errorMessages: string[];
203
+ }[], FieldValidationResult[] | {
204
+ id: number | string;
205
+ errorMessages: string[];
161
206
  }[]>;
162
207
  isDisabled: vue.ComputedRef<boolean>;
163
208
  isReadonly: vue.ComputedRef<boolean>;
164
- isValidating: vue.ShallowRef<boolean>;
165
- isValid: vue.Ref<boolean | null> & {
209
+ isValidating: vue.ShallowRef<boolean, boolean>;
210
+ isValid: vue.Ref<boolean | null, boolean | null> & {
166
211
  readonly externalValue: boolean | null;
167
212
  };
168
213
  items: vue.Ref<{
@@ -173,6 +218,14 @@ declare const VForm: {
173
218
  vm: vue.Raw<vue.ComponentInternalInstance>;
174
219
  isValid: boolean | null;
175
220
  errorMessages: string[];
221
+ }[], FormField[] | {
222
+ id: number | string;
223
+ validate: () => Promise<string[]>;
224
+ reset: () => Promise<void>;
225
+ resetValidation: () => Promise<void>;
226
+ vm: vue.Raw<vue.ComponentInternalInstance>;
227
+ isValid: boolean | null;
228
+ errorMessages: string[];
176
229
  }[]>;
177
230
  validate: () => Promise<{
178
231
  valid: boolean;
@@ -191,11 +244,14 @@ declare const VForm: {
191
244
  errors: vue.Ref<{
192
245
  id: number | string;
193
246
  errorMessages: string[];
247
+ }[], FieldValidationResult[] | {
248
+ id: number | string;
249
+ errorMessages: string[];
194
250
  }[]>;
195
251
  isDisabled: vue.ComputedRef<boolean>;
196
252
  isReadonly: vue.ComputedRef<boolean>;
197
- isValidating: vue.ShallowRef<boolean>;
198
- isValid: vue.Ref<boolean | null> & {
253
+ isValidating: vue.ShallowRef<boolean, boolean>;
254
+ isValid: vue.Ref<boolean | null, boolean | null> & {
199
255
  readonly externalValue: boolean | null;
200
256
  };
201
257
  items: vue.Ref<{
@@ -206,6 +262,14 @@ declare const VForm: {
206
262
  vm: vue.Raw<vue.ComponentInternalInstance>;
207
263
  isValid: boolean | null;
208
264
  errorMessages: string[];
265
+ }[], FormField[] | {
266
+ id: number | string;
267
+ validate: () => Promise<string[]>;
268
+ reset: () => Promise<void>;
269
+ resetValidation: () => Promise<void>;
270
+ vm: vue.Raw<vue.ComponentInternalInstance>;
271
+ isValid: boolean | null;
272
+ errorMessages: string[];
209
273
  }[]>;
210
274
  validate: () => Promise<{
211
275
  valid: boolean;
@@ -221,11 +285,14 @@ declare const VForm: {
221
285
  errors: vue.Ref<{
222
286
  id: number | string;
223
287
  errorMessages: string[];
288
+ }[], FieldValidationResult[] | {
289
+ id: number | string;
290
+ errorMessages: string[];
224
291
  }[]>;
225
292
  isDisabled: vue.ComputedRef<boolean>;
226
293
  isReadonly: vue.ComputedRef<boolean>;
227
- isValidating: vue.ShallowRef<boolean>;
228
- isValid: vue.Ref<boolean | null> & {
294
+ isValidating: vue.ShallowRef<boolean, boolean>;
295
+ isValid: vue.Ref<boolean | null, boolean | null> & {
229
296
  readonly externalValue: boolean | null;
230
297
  };
231
298
  items: vue.Ref<{
@@ -236,6 +303,14 @@ declare const VForm: {
236
303
  vm: vue.Raw<vue.ComponentInternalInstance>;
237
304
  isValid: boolean | null;
238
305
  errorMessages: string[];
306
+ }[], FormField[] | {
307
+ id: number | string;
308
+ validate: () => Promise<string[]>;
309
+ reset: () => Promise<void>;
310
+ resetValidation: () => Promise<void>;
311
+ vm: vue.Raw<vue.ComponentInternalInstance>;
312
+ isValid: boolean | null;
313
+ errorMessages: string[];
239
314
  }[]>;
240
315
  validate: () => Promise<{
241
316
  valid: boolean;
@@ -250,119 +325,26 @@ declare const VForm: {
250
325
  }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
251
326
  'update:modelValue': (val: boolean | null) => true;
252
327
  submit: (e: SubmitEventPromise) => true;
253
- }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
328
+ }, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
254
329
  style: vue.StyleValue;
255
330
  disabled: boolean;
256
331
  readonly: boolean;
257
332
  modelValue: boolean | null;
258
333
  validateOn: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
259
334
  fastFail: boolean;
260
- } & {
261
- class?: any;
262
- } & {
263
- $children?: vue.VNodeChild | {
264
- default?: ((arg: {
265
- errors: vue.Ref<{
266
- id: number | string;
267
- errorMessages: string[];
268
- }[]>;
269
- isDisabled: vue.ComputedRef<boolean>;
270
- isReadonly: vue.ComputedRef<boolean>;
271
- isValidating: vue.ShallowRef<boolean>;
272
- isValid: vue.Ref<boolean | null> & {
273
- readonly externalValue: boolean | null;
274
- };
275
- items: vue.Ref<{
276
- id: number | string;
277
- validate: () => Promise<string[]>;
278
- reset: () => Promise<void>;
279
- resetValidation: () => Promise<void>;
280
- vm: vue.Raw<vue.ComponentInternalInstance>;
281
- isValid: boolean | null;
282
- errorMessages: string[];
283
- }[]>;
284
- validate: () => Promise<{
285
- valid: boolean;
286
- errors: {
287
- id: number | string;
288
- errorMessages: string[];
289
- }[];
290
- }>;
291
- reset: () => void;
292
- resetValidation: () => void;
293
- }) => vue.VNodeChild) | undefined;
294
- } | ((arg: {
335
+ }, true, {}, vue.SlotsType<Partial<{
336
+ default: (arg: {
295
337
  errors: vue.Ref<{
296
338
  id: number | string;
297
339
  errorMessages: string[];
298
- }[]>;
299
- isDisabled: vue.ComputedRef<boolean>;
300
- isReadonly: vue.ComputedRef<boolean>;
301
- isValidating: vue.ShallowRef<boolean>;
302
- isValid: vue.Ref<boolean | null> & {
303
- readonly externalValue: boolean | null;
304
- };
305
- items: vue.Ref<{
306
- id: number | string;
307
- validate: () => Promise<string[]>;
308
- reset: () => Promise<void>;
309
- resetValidation: () => Promise<void>;
310
- vm: vue.Raw<vue.ComponentInternalInstance>;
311
- isValid: boolean | null;
312
- errorMessages: string[];
313
- }[]>;
314
- validate: () => Promise<{
315
- valid: boolean;
316
- errors: {
317
- id: number | string;
318
- errorMessages: string[];
319
- }[];
320
- }>;
321
- reset: () => void;
322
- resetValidation: () => void;
323
- }) => vue.VNodeChild);
324
- 'v-slots'?: {
325
- default?: false | ((arg: {
326
- errors: vue.Ref<{
327
- id: number | string;
328
- errorMessages: string[];
329
- }[]>;
330
- isDisabled: vue.ComputedRef<boolean>;
331
- isReadonly: vue.ComputedRef<boolean>;
332
- isValidating: vue.ShallowRef<boolean>;
333
- isValid: vue.Ref<boolean | null> & {
334
- readonly externalValue: boolean | null;
335
- };
336
- items: vue.Ref<{
337
- id: number | string;
338
- validate: () => Promise<string[]>;
339
- reset: () => Promise<void>;
340
- resetValidation: () => Promise<void>;
341
- vm: vue.Raw<vue.ComponentInternalInstance>;
342
- isValid: boolean | null;
343
- errorMessages: string[];
344
- }[]>;
345
- validate: () => Promise<{
346
- valid: boolean;
347
- errors: {
348
- id: number | string;
349
- errorMessages: string[];
350
- }[];
351
- }>;
352
- reset: () => void;
353
- resetValidation: () => void;
354
- }) => vue.VNodeChild) | undefined;
355
- } | undefined;
356
- } & {
357
- "v-slot:default"?: false | ((arg: {
358
- errors: vue.Ref<{
340
+ }[], FieldValidationResult[] | {
359
341
  id: number | string;
360
342
  errorMessages: string[];
361
343
  }[]>;
362
344
  isDisabled: vue.ComputedRef<boolean>;
363
345
  isReadonly: vue.ComputedRef<boolean>;
364
- isValidating: vue.ShallowRef<boolean>;
365
- isValid: vue.Ref<boolean | null> & {
346
+ isValidating: vue.ShallowRef<boolean, boolean>;
347
+ isValid: vue.Ref<boolean | null, boolean | null> & {
366
348
  readonly externalValue: boolean | null;
367
349
  };
368
350
  items: vue.Ref<{
@@ -373,40 +355,7 @@ declare const VForm: {
373
355
  vm: vue.Raw<vue.ComponentInternalInstance>;
374
356
  isValid: boolean | null;
375
357
  errorMessages: string[];
376
- }[]>;
377
- validate: () => Promise<{
378
- valid: boolean;
379
- errors: {
380
- id: number | string;
381
- errorMessages: string[];
382
- }[];
383
- }>;
384
- reset: () => void;
385
- resetValidation: () => void;
386
- }) => vue.VNodeChild) | undefined;
387
- } & {
388
- onSubmit?: ((e: SubmitEventPromise) => any) | undefined;
389
- "onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
390
- }, {
391
- style: vue.StyleValue;
392
- disabled: boolean;
393
- readonly: boolean;
394
- modelValue: boolean | null;
395
- validateOn: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
396
- fastFail: boolean;
397
- }, true, {}, vue.SlotsType<Partial<{
398
- default: (arg: {
399
- errors: vue.Ref<{
400
- id: number | string;
401
- errorMessages: string[];
402
- }[]>;
403
- isDisabled: vue.ComputedRef<boolean>;
404
- isReadonly: vue.ComputedRef<boolean>;
405
- isValidating: vue.ShallowRef<boolean>;
406
- isValid: vue.Ref<boolean | null> & {
407
- readonly externalValue: boolean | null;
408
- };
409
- items: vue.Ref<{
358
+ }[], FormField[] | {
410
359
  id: number | string;
411
360
  validate: () => Promise<string[]>;
412
361
  reset: () => Promise<void>;
@@ -425,7 +374,7 @@ declare const VForm: {
425
374
  reset: () => void;
426
375
  resetValidation: () => void;
427
376
  }) => vue.VNode[];
428
- }>>, {
377
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, {}, any, vue.ComponentProvideOptions, {
429
378
  P: {};
430
379
  B: {};
431
380
  D: {};
@@ -447,11 +396,14 @@ declare const VForm: {
447
396
  errors: vue.Ref<{
448
397
  id: number | string;
449
398
  errorMessages: string[];
399
+ }[], FieldValidationResult[] | {
400
+ id: number | string;
401
+ errorMessages: string[];
450
402
  }[]>;
451
403
  isDisabled: vue.ComputedRef<boolean>;
452
404
  isReadonly: vue.ComputedRef<boolean>;
453
- isValidating: vue.ShallowRef<boolean>;
454
- isValid: vue.Ref<boolean | null> & {
405
+ isValidating: vue.ShallowRef<boolean, boolean>;
406
+ isValid: vue.Ref<boolean | null, boolean | null> & {
455
407
  readonly externalValue: boolean | null;
456
408
  };
457
409
  items: vue.Ref<{
@@ -462,6 +414,14 @@ declare const VForm: {
462
414
  vm: vue.Raw<vue.ComponentInternalInstance>;
463
415
  isValid: boolean | null;
464
416
  errorMessages: string[];
417
+ }[], FormField[] | {
418
+ id: number | string;
419
+ validate: () => Promise<string[]>;
420
+ reset: () => Promise<void>;
421
+ resetValidation: () => Promise<void>;
422
+ vm: vue.Raw<vue.ComponentInternalInstance>;
423
+ isValid: boolean | null;
424
+ errorMessages: string[];
465
425
  }[]>;
466
426
  validate: () => Promise<{
467
427
  valid: boolean;
@@ -477,11 +437,14 @@ declare const VForm: {
477
437
  errors: vue.Ref<{
478
438
  id: number | string;
479
439
  errorMessages: string[];
440
+ }[], FieldValidationResult[] | {
441
+ id: number | string;
442
+ errorMessages: string[];
480
443
  }[]>;
481
444
  isDisabled: vue.ComputedRef<boolean>;
482
445
  isReadonly: vue.ComputedRef<boolean>;
483
- isValidating: vue.ShallowRef<boolean>;
484
- isValid: vue.Ref<boolean | null> & {
446
+ isValidating: vue.ShallowRef<boolean, boolean>;
447
+ isValid: vue.Ref<boolean | null, boolean | null> & {
485
448
  readonly externalValue: boolean | null;
486
449
  };
487
450
  items: vue.Ref<{
@@ -492,6 +455,14 @@ declare const VForm: {
492
455
  vm: vue.Raw<vue.ComponentInternalInstance>;
493
456
  isValid: boolean | null;
494
457
  errorMessages: string[];
458
+ }[], FormField[] | {
459
+ id: number | string;
460
+ validate: () => Promise<string[]>;
461
+ reset: () => Promise<void>;
462
+ resetValidation: () => Promise<void>;
463
+ vm: vue.Raw<vue.ComponentInternalInstance>;
464
+ isValid: boolean | null;
465
+ errorMessages: string[];
495
466
  }[]>;
496
467
  validate: () => Promise<{
497
468
  valid: boolean;
@@ -508,11 +479,14 @@ declare const VForm: {
508
479
  errors: vue.Ref<{
509
480
  id: number | string;
510
481
  errorMessages: string[];
482
+ }[], FieldValidationResult[] | {
483
+ id: number | string;
484
+ errorMessages: string[];
511
485
  }[]>;
512
486
  isDisabled: vue.ComputedRef<boolean>;
513
487
  isReadonly: vue.ComputedRef<boolean>;
514
- isValidating: vue.ShallowRef<boolean>;
515
- isValid: vue.Ref<boolean | null> & {
488
+ isValidating: vue.ShallowRef<boolean, boolean>;
489
+ isValid: vue.Ref<boolean | null, boolean | null> & {
516
490
  readonly externalValue: boolean | null;
517
491
  };
518
492
  items: vue.Ref<{
@@ -523,6 +497,14 @@ declare const VForm: {
523
497
  vm: vue.Raw<vue.ComponentInternalInstance>;
524
498
  isValid: boolean | null;
525
499
  errorMessages: string[];
500
+ }[], FormField[] | {
501
+ id: number | string;
502
+ validate: () => Promise<string[]>;
503
+ reset: () => Promise<void>;
504
+ resetValidation: () => Promise<void>;
505
+ vm: vue.Raw<vue.ComponentInternalInstance>;
506
+ isValid: boolean | null;
507
+ errorMessages: string[];
526
508
  }[]>;
527
509
  validate: () => Promise<{
528
510
  valid: boolean;
@@ -540,11 +522,14 @@ declare const VForm: {
540
522
  errors: vue.Ref<{
541
523
  id: number | string;
542
524
  errorMessages: string[];
525
+ }[], FieldValidationResult[] | {
526
+ id: number | string;
527
+ errorMessages: string[];
543
528
  }[]>;
544
529
  isDisabled: vue.ComputedRef<boolean>;
545
530
  isReadonly: vue.ComputedRef<boolean>;
546
- isValidating: vue.ShallowRef<boolean>;
547
- isValid: vue.Ref<boolean | null> & {
531
+ isValidating: vue.ShallowRef<boolean, boolean>;
532
+ isValid: vue.Ref<boolean | null, boolean | null> & {
548
533
  readonly externalValue: boolean | null;
549
534
  };
550
535
  items: vue.Ref<{
@@ -555,6 +540,14 @@ declare const VForm: {
555
540
  vm: vue.Raw<vue.ComponentInternalInstance>;
556
541
  isValid: boolean | null;
557
542
  errorMessages: string[];
543
+ }[], FormField[] | {
544
+ id: number | string;
545
+ validate: () => Promise<string[]>;
546
+ reset: () => Promise<void>;
547
+ resetValidation: () => Promise<void>;
548
+ vm: vue.Raw<vue.ComponentInternalInstance>;
549
+ isValid: boolean | null;
550
+ errorMessages: string[];
558
551
  }[]>;
559
552
  validate: () => Promise<{
560
553
  valid: boolean;
@@ -573,11 +566,14 @@ declare const VForm: {
573
566
  errors: vue.Ref<{
574
567
  id: number | string;
575
568
  errorMessages: string[];
569
+ }[], FieldValidationResult[] | {
570
+ id: number | string;
571
+ errorMessages: string[];
576
572
  }[]>;
577
573
  isDisabled: vue.ComputedRef<boolean>;
578
574
  isReadonly: vue.ComputedRef<boolean>;
579
- isValidating: vue.ShallowRef<boolean>;
580
- isValid: vue.Ref<boolean | null> & {
575
+ isValidating: vue.ShallowRef<boolean, boolean>;
576
+ isValid: vue.Ref<boolean | null, boolean | null> & {
581
577
  readonly externalValue: boolean | null;
582
578
  };
583
579
  items: vue.Ref<{
@@ -588,6 +584,14 @@ declare const VForm: {
588
584
  vm: vue.Raw<vue.ComponentInternalInstance>;
589
585
  isValid: boolean | null;
590
586
  errorMessages: string[];
587
+ }[], FormField[] | {
588
+ id: number | string;
589
+ validate: () => Promise<string[]>;
590
+ reset: () => Promise<void>;
591
+ resetValidation: () => Promise<void>;
592
+ vm: vue.Raw<vue.ComponentInternalInstance>;
593
+ isValid: boolean | null;
594
+ errorMessages: string[];
591
595
  }[]>;
592
596
  validate: () => Promise<{
593
597
  valid: boolean;
@@ -603,11 +607,14 @@ declare const VForm: {
603
607
  errors: vue.Ref<{
604
608
  id: number | string;
605
609
  errorMessages: string[];
610
+ }[], FieldValidationResult[] | {
611
+ id: number | string;
612
+ errorMessages: string[];
606
613
  }[]>;
607
614
  isDisabled: vue.ComputedRef<boolean>;
608
615
  isReadonly: vue.ComputedRef<boolean>;
609
- isValidating: vue.ShallowRef<boolean>;
610
- isValid: vue.Ref<boolean | null> & {
616
+ isValidating: vue.ShallowRef<boolean, boolean>;
617
+ isValid: vue.Ref<boolean | null, boolean | null> & {
611
618
  readonly externalValue: boolean | null;
612
619
  };
613
620
  items: vue.Ref<{
@@ -618,6 +625,14 @@ declare const VForm: {
618
625
  vm: vue.Raw<vue.ComponentInternalInstance>;
619
626
  isValid: boolean | null;
620
627
  errorMessages: string[];
628
+ }[], FormField[] | {
629
+ id: number | string;
630
+ validate: () => Promise<string[]>;
631
+ reset: () => Promise<void>;
632
+ resetValidation: () => Promise<void>;
633
+ vm: vue.Raw<vue.ComponentInternalInstance>;
634
+ isValid: boolean | null;
635
+ errorMessages: string[];
621
636
  }[]>;
622
637
  validate: () => Promise<{
623
638
  valid: boolean;
@@ -655,11 +670,14 @@ declare const VForm: {
655
670
  errors: vue.Ref<{
656
671
  id: number | string;
657
672
  errorMessages: string[];
673
+ }[], FieldValidationResult[] | {
674
+ id: number | string;
675
+ errorMessages: string[];
658
676
  }[]>;
659
677
  isDisabled: vue.ComputedRef<boolean>;
660
678
  isReadonly: vue.ComputedRef<boolean>;
661
- isValidating: vue.ShallowRef<boolean>;
662
- isValid: vue.Ref<boolean | null> & {
679
+ isValidating: vue.ShallowRef<boolean, boolean>;
680
+ isValid: vue.Ref<boolean | null, boolean | null> & {
663
681
  readonly externalValue: boolean | null;
664
682
  };
665
683
  items: vue.Ref<{
@@ -670,6 +688,14 @@ declare const VForm: {
670
688
  vm: vue.Raw<vue.ComponentInternalInstance>;
671
689
  isValid: boolean | null;
672
690
  errorMessages: string[];
691
+ }[], FormField[] | {
692
+ id: number | string;
693
+ validate: () => Promise<string[]>;
694
+ reset: () => Promise<void>;
695
+ resetValidation: () => Promise<void>;
696
+ vm: vue.Raw<vue.ComponentInternalInstance>;
697
+ isValid: boolean | null;
698
+ errorMessages: string[];
673
699
  }[]>;
674
700
  validate: () => Promise<{
675
701
  valid: boolean;
@@ -685,11 +711,14 @@ declare const VForm: {
685
711
  errors: vue.Ref<{
686
712
  id: number | string;
687
713
  errorMessages: string[];
714
+ }[], FieldValidationResult[] | {
715
+ id: number | string;
716
+ errorMessages: string[];
688
717
  }[]>;
689
718
  isDisabled: vue.ComputedRef<boolean>;
690
719
  isReadonly: vue.ComputedRef<boolean>;
691
- isValidating: vue.ShallowRef<boolean>;
692
- isValid: vue.Ref<boolean | null> & {
720
+ isValidating: vue.ShallowRef<boolean, boolean>;
721
+ isValid: vue.Ref<boolean | null, boolean | null> & {
693
722
  readonly externalValue: boolean | null;
694
723
  };
695
724
  items: vue.Ref<{
@@ -700,6 +729,14 @@ declare const VForm: {
700
729
  vm: vue.Raw<vue.ComponentInternalInstance>;
701
730
  isValid: boolean | null;
702
731
  errorMessages: string[];
732
+ }[], FormField[] | {
733
+ id: number | string;
734
+ validate: () => Promise<string[]>;
735
+ reset: () => Promise<void>;
736
+ resetValidation: () => Promise<void>;
737
+ vm: vue.Raw<vue.ComponentInternalInstance>;
738
+ isValid: boolean | null;
739
+ errorMessages: string[];
703
740
  }[]>;
704
741
  validate: () => Promise<{
705
742
  valid: boolean;
@@ -716,11 +753,14 @@ declare const VForm: {
716
753
  errors: vue.Ref<{
717
754
  id: number | string;
718
755
  errorMessages: string[];
756
+ }[], FieldValidationResult[] | {
757
+ id: number | string;
758
+ errorMessages: string[];
719
759
  }[]>;
720
760
  isDisabled: vue.ComputedRef<boolean>;
721
761
  isReadonly: vue.ComputedRef<boolean>;
722
- isValidating: vue.ShallowRef<boolean>;
723
- isValid: vue.Ref<boolean | null> & {
762
+ isValidating: vue.ShallowRef<boolean, boolean>;
763
+ isValid: vue.Ref<boolean | null, boolean | null> & {
724
764
  readonly externalValue: boolean | null;
725
765
  };
726
766
  items: vue.Ref<{
@@ -731,6 +771,14 @@ declare const VForm: {
731
771
  vm: vue.Raw<vue.ComponentInternalInstance>;
732
772
  isValid: boolean | null;
733
773
  errorMessages: string[];
774
+ }[], FormField[] | {
775
+ id: number | string;
776
+ validate: () => Promise<string[]>;
777
+ reset: () => Promise<void>;
778
+ resetValidation: () => Promise<void>;
779
+ vm: vue.Raw<vue.ComponentInternalInstance>;
780
+ isValid: boolean | null;
781
+ errorMessages: string[];
734
782
  }[]>;
735
783
  validate: () => Promise<{
736
784
  valid: boolean;
@@ -748,11 +796,14 @@ declare const VForm: {
748
796
  errors: vue.Ref<{
749
797
  id: number | string;
750
798
  errorMessages: string[];
799
+ }[], FieldValidationResult[] | {
800
+ id: number | string;
801
+ errorMessages: string[];
751
802
  }[]>;
752
803
  isDisabled: vue.ComputedRef<boolean>;
753
804
  isReadonly: vue.ComputedRef<boolean>;
754
- isValidating: vue.ShallowRef<boolean>;
755
- isValid: vue.Ref<boolean | null> & {
805
+ isValidating: vue.ShallowRef<boolean, boolean>;
806
+ isValid: vue.Ref<boolean | null, boolean | null> & {
756
807
  readonly externalValue: boolean | null;
757
808
  };
758
809
  items: vue.Ref<{
@@ -763,6 +814,14 @@ declare const VForm: {
763
814
  vm: vue.Raw<vue.ComponentInternalInstance>;
764
815
  isValid: boolean | null;
765
816
  errorMessages: string[];
817
+ }[], FormField[] | {
818
+ id: number | string;
819
+ validate: () => Promise<string[]>;
820
+ reset: () => Promise<void>;
821
+ resetValidation: () => Promise<void>;
822
+ vm: vue.Raw<vue.ComponentInternalInstance>;
823
+ isValid: boolean | null;
824
+ errorMessages: string[];
766
825
  }[]>;
767
826
  validate: () => Promise<{
768
827
  valid: boolean;
@@ -781,11 +840,14 @@ declare const VForm: {
781
840
  errors: vue.Ref<{
782
841
  id: number | string;
783
842
  errorMessages: string[];
843
+ }[], FieldValidationResult[] | {
844
+ id: number | string;
845
+ errorMessages: string[];
784
846
  }[]>;
785
847
  isDisabled: vue.ComputedRef<boolean>;
786
848
  isReadonly: vue.ComputedRef<boolean>;
787
- isValidating: vue.ShallowRef<boolean>;
788
- isValid: vue.Ref<boolean | null> & {
849
+ isValidating: vue.ShallowRef<boolean, boolean>;
850
+ isValid: vue.Ref<boolean | null, boolean | null> & {
789
851
  readonly externalValue: boolean | null;
790
852
  };
791
853
  items: vue.Ref<{
@@ -796,6 +858,14 @@ declare const VForm: {
796
858
  vm: vue.Raw<vue.ComponentInternalInstance>;
797
859
  isValid: boolean | null;
798
860
  errorMessages: string[];
861
+ }[], FormField[] | {
862
+ id: number | string;
863
+ validate: () => Promise<string[]>;
864
+ reset: () => Promise<void>;
865
+ resetValidation: () => Promise<void>;
866
+ vm: vue.Raw<vue.ComponentInternalInstance>;
867
+ isValid: boolean | null;
868
+ errorMessages: string[];
799
869
  }[]>;
800
870
  validate: () => Promise<{
801
871
  valid: boolean;
@@ -811,11 +881,14 @@ declare const VForm: {
811
881
  errors: vue.Ref<{
812
882
  id: number | string;
813
883
  errorMessages: string[];
884
+ }[], FieldValidationResult[] | {
885
+ id: number | string;
886
+ errorMessages: string[];
814
887
  }[]>;
815
888
  isDisabled: vue.ComputedRef<boolean>;
816
889
  isReadonly: vue.ComputedRef<boolean>;
817
- isValidating: vue.ShallowRef<boolean>;
818
- isValid: vue.Ref<boolean | null> & {
890
+ isValidating: vue.ShallowRef<boolean, boolean>;
891
+ isValid: vue.Ref<boolean | null, boolean | null> & {
819
892
  readonly externalValue: boolean | null;
820
893
  };
821
894
  items: vue.Ref<{
@@ -826,6 +899,14 @@ declare const VForm: {
826
899
  vm: vue.Raw<vue.ComponentInternalInstance>;
827
900
  isValid: boolean | null;
828
901
  errorMessages: string[];
902
+ }[], FormField[] | {
903
+ id: number | string;
904
+ validate: () => Promise<string[]>;
905
+ reset: () => Promise<void>;
906
+ resetValidation: () => Promise<void>;
907
+ vm: vue.Raw<vue.ComponentInternalInstance>;
908
+ isValid: boolean | null;
909
+ errorMessages: string[];
829
910
  }[]>;
830
911
  validate: () => Promise<{
831
912
  valid: boolean;
@@ -852,11 +933,14 @@ declare const VForm: {
852
933
  errors: vue.Ref<{
853
934
  id: number | string;
854
935
  errorMessages: string[];
936
+ }[], FieldValidationResult[] | {
937
+ id: number | string;
938
+ errorMessages: string[];
855
939
  }[]>;
856
940
  isDisabled: vue.ComputedRef<boolean>;
857
941
  isReadonly: vue.ComputedRef<boolean>;
858
- isValidating: vue.ShallowRef<boolean>;
859
- isValid: vue.Ref<boolean | null> & {
942
+ isValidating: vue.ShallowRef<boolean, boolean>;
943
+ isValid: vue.Ref<boolean | null, boolean | null> & {
860
944
  readonly externalValue: boolean | null;
861
945
  };
862
946
  items: vue.Ref<{
@@ -867,6 +951,14 @@ declare const VForm: {
867
951
  vm: vue.Raw<vue.ComponentInternalInstance>;
868
952
  isValid: boolean | null;
869
953
  errorMessages: string[];
954
+ }[], FormField[] | {
955
+ id: number | string;
956
+ validate: () => Promise<string[]>;
957
+ reset: () => Promise<void>;
958
+ resetValidation: () => Promise<void>;
959
+ vm: vue.Raw<vue.ComponentInternalInstance>;
960
+ isValid: boolean | null;
961
+ errorMessages: string[];
870
962
  }[]>;
871
963
  validate: () => Promise<{
872
964
  valid: boolean;
@@ -878,7 +970,7 @@ declare const VForm: {
878
970
  reset: () => void;
879
971
  resetValidation: () => void;
880
972
  }) => vue.VNode[];
881
- }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
973
+ }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
882
974
  disabled: BooleanConstructor;
883
975
  fastFail: BooleanConstructor;
884
976
  readonly: BooleanConstructor;