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

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