@vuetify/nightly 3.7.10-dev.2025-02-10 → 3.7.10-next.2025-02-05

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 (182) hide show
  1. package/CHANGELOG.md +9 -5
  2. package/dist/json/attributes.json +2099 -2099
  3. package/dist/json/importMap-labs.json +41 -41
  4. package/dist/json/importMap.json +261 -261
  5. package/dist/json/web-types.json +3728 -3692
  6. package/dist/vuetify-labs.css +25806 -27533
  7. package/dist/vuetify-labs.d.ts +259 -652
  8. package/dist/vuetify-labs.esm.js +36 -17
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +36 -17
  11. package/dist/vuetify-labs.min.css +3 -4
  12. package/dist/vuetify.css +22607 -24334
  13. package/dist/vuetify.d.ts +348 -741
  14. package/dist/vuetify.esm.js +36 -17
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +36 -17
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +3 -4
  19. package/dist/vuetify.min.js +12 -12
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/VAlert.css +207 -215
  22. package/lib/components/VApp/VApp.css +16 -15
  23. package/lib/components/VAppBar/VAppBar.css +14 -12
  24. package/lib/components/VAutocomplete/VAutocomplete.css +86 -85
  25. package/lib/components/VAutocomplete/VAutocomplete.d.ts +18 -9
  26. package/lib/components/VAutocomplete/VAutocomplete.js +6 -3
  27. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  28. package/lib/components/VAvatar/VAvatar.css +108 -106
  29. package/lib/components/VBadge/VBadge.css +77 -77
  30. package/lib/components/VBanner/VBanner.css +161 -166
  31. package/lib/components/VBottomNavigation/VBottomNavigation.css +64 -63
  32. package/lib/components/VBottomSheet/VBottomSheet.css +34 -31
  33. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +54 -57
  34. package/lib/components/VBtn/VBtn.css +385 -408
  35. package/lib/components/VBtn/VBtn.sass +4 -4
  36. package/lib/components/VBtnGroup/VBtnGroup.css +63 -64
  37. package/lib/components/VBtnToggle/VBtnToggle.css +16 -14
  38. package/lib/components/VCard/VCard.css +294 -302
  39. package/lib/components/VCarousel/VCarousel.css +63 -65
  40. package/lib/components/VCarousel/VCarousel.sass +1 -1
  41. package/lib/components/VCheckbox/VCheckbox.css +7 -5
  42. package/lib/components/VChip/VChip.css +378 -411
  43. package/lib/components/VChipGroup/VChipGroup.css +19 -18
  44. package/lib/components/VCode/VCode.css +10 -8
  45. package/lib/components/VColorPicker/VColorPicker.css +22 -22
  46. package/lib/components/VColorPicker/VColorPickerCanvas.css +24 -22
  47. package/lib/components/VColorPicker/VColorPickerEdit.css +29 -28
  48. package/lib/components/VColorPicker/VColorPickerPreview.css +69 -67
  49. package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -2
  50. package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
  51. package/lib/components/VCombobox/VCombobox.css +86 -85
  52. package/lib/components/VCombobox/VCombobox.d.ts +18 -9
  53. package/lib/components/VCombobox/VCombobox.js +6 -3
  54. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  55. package/lib/components/VCounter/VCounter.css +7 -5
  56. package/lib/components/VDataTable/VDataTable.css +189 -186
  57. package/lib/components/VDataTable/VDataTable.sass +20 -10
  58. package/lib/components/VDataTable/VDataTableFooter.css +33 -31
  59. package/lib/components/VDatePicker/VDatePicker.css +8 -6
  60. package/lib/components/VDatePicker/VDatePickerControls.css +54 -56
  61. package/lib/components/VDatePicker/VDatePickerHeader.css +56 -60
  62. package/lib/components/VDatePicker/VDatePickerMonth.css +51 -55
  63. package/lib/components/VDatePicker/VDatePickerMonths.css +20 -19
  64. package/lib/components/VDatePicker/VDatePickerYears.css +16 -15
  65. package/lib/components/VDialog/VDialog.css +98 -98
  66. package/lib/components/VDivider/VDivider.css +52 -52
  67. package/lib/components/VEmptyState/VEmptyState.css +62 -67
  68. package/lib/components/VExpansionPanel/VExpansionPanel.css +203 -209
  69. package/lib/components/VExpansionPanel/VExpansionPanel.sass +27 -25
  70. package/lib/components/VFab/VFab.css +78 -73
  71. package/lib/components/VFab/VFab.sass +5 -4
  72. package/lib/components/VField/VField.css +546 -587
  73. package/lib/components/VFileInput/VFileInput.css +31 -29
  74. package/lib/components/VFooter/VFooter.css +38 -36
  75. package/lib/components/VForm/VForm.d.ts +111 -531
  76. package/lib/components/VForm/VForm.js +11 -1
  77. package/lib/components/VForm/VForm.js.map +1 -1
  78. package/lib/components/VGrid/VGrid.css +565 -592
  79. package/lib/components/VIcon/VIcon.css +51 -52
  80. package/lib/components/VImg/VImg.css +50 -51
  81. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +36 -37
  82. package/lib/components/VInput/VInput.css +131 -142
  83. package/lib/components/VItemGroup/VItemGroup.css +7 -5
  84. package/lib/components/VKbd/VKbd.css +13 -11
  85. package/lib/components/VLabel/VLabel.css +16 -15
  86. package/lib/components/VLayout/VLayout.css +10 -8
  87. package/lib/components/VLayout/VLayoutItem.css +8 -7
  88. package/lib/components/VList/VList.css +104 -108
  89. package/lib/components/VList/VList.sass +1 -1
  90. package/lib/components/VList/VListItem.css +440 -452
  91. package/lib/components/VList/VListItem.sass +2 -1
  92. package/lib/components/VLocaleProvider/VLocaleProvider.css +4 -2
  93. package/lib/components/VMain/VMain.css +32 -30
  94. package/lib/components/VMenu/VMenu.css +21 -19
  95. package/lib/components/VMessages/VMessages.css +17 -15
  96. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +106 -108
  97. package/lib/components/VOtpInput/VOtpInput.css +56 -58
  98. package/lib/components/VOverlay/VOverlay.css +60 -63
  99. package/lib/components/VOverlay/VOverlay.sass +14 -13
  100. package/lib/components/VPagination/VPagination.css +10 -8
  101. package/lib/components/VParallax/VParallax.css +8 -6
  102. package/lib/components/VProgressCircular/VProgressCircular.css +95 -101
  103. package/lib/components/VProgressLinear/VProgressLinear.css +209 -222
  104. package/lib/components/VRadioGroup/VRadioGroup.css +14 -12
  105. package/lib/components/VRating/VRating.css +52 -53
  106. package/lib/components/VResponsive/VResponsive.css +25 -26
  107. package/lib/components/VSelect/VSelect.css +54 -52
  108. package/lib/components/VSelect/VSelect.d.ts +18 -9
  109. package/lib/components/VSelect/VSelect.js +6 -3
  110. package/lib/components/VSelect/VSelect.js.map +1 -1
  111. package/lib/components/VSelectionControl/VSelectionControl.css +98 -100
  112. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +10 -8
  113. package/lib/components/VSheet/VSheet.css +38 -36
  114. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +225 -224
  115. package/lib/components/VSlideGroup/VSlideGroup.css +53 -55
  116. package/lib/components/VSlider/VSlider.css +53 -57
  117. package/lib/components/VSlider/VSliderThumb.css +142 -153
  118. package/lib/components/VSlider/VSliderTrack.css +155 -174
  119. package/lib/components/VSnackbar/VSnackbar.css +140 -140
  120. package/lib/components/VSpeedDial/VSpeedDial.css +43 -41
  121. package/lib/components/VStepper/VStepper.css +55 -56
  122. package/lib/components/VStepper/VStepperItem.css +112 -115
  123. package/lib/components/VSwitch/VSwitch.css +129 -139
  124. package/lib/components/VSystemBar/VSystemBar.css +45 -43
  125. package/lib/components/VTable/VTable.css +140 -141
  126. package/lib/components/VTable/VTable.sass +4 -2
  127. package/lib/components/VTabs/VTab.css +30 -29
  128. package/lib/components/VTabs/VTabs.css +59 -65
  129. package/lib/components/VTextField/VTextField.css +65 -68
  130. package/lib/components/VTextarea/VTextarea.css +48 -40
  131. package/lib/components/VTextarea/VTextarea.sass +4 -2
  132. package/lib/components/VThemeProvider/VThemeProvider.css +5 -3
  133. package/lib/components/VTimeline/VTimeline.css +379 -427
  134. package/lib/components/VTimeline/VTimeline.sass +4 -13
  135. package/lib/components/VToolbar/VToolbar.css +136 -143
  136. package/lib/components/VTooltip/VTooltip.css +25 -21
  137. package/lib/components/VTooltip/VTooltip.sass +8 -6
  138. package/lib/components/VVirtualScroll/VVirtualScroll.css +11 -9
  139. package/lib/components/VWindow/VWindow.css +73 -70
  140. package/lib/composables/theme.js +4 -4
  141. package/lib/composables/theme.js.map +1 -1
  142. package/lib/directives/ripple/VRipple.css +38 -36
  143. package/lib/entry-bundler.js +1 -1
  144. package/lib/entry-bundler.js.map +1 -1
  145. package/lib/framework.d.ts +59 -59
  146. package/lib/framework.js +1 -1
  147. package/lib/framework.js.map +1 -1
  148. package/lib/labs/VCalendar/VCalendar.css +219 -225
  149. package/lib/labs/VCalendar/VCalendarDay.css +33 -32
  150. package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
  151. package/lib/labs/VCalendar/VCalendarInterval.css +43 -42
  152. package/lib/labs/VCalendar/VCalendarIntervalEvent.css +7 -5
  153. package/lib/labs/VCalendar/VCalendarMonthDay.css +61 -58
  154. package/lib/labs/VCalendar/VCalendarMonthDay.sass +3 -2
  155. package/lib/labs/VFileUpload/VFileUpload.css +70 -73
  156. package/lib/labs/VNumberInput/VNumberInput.css +40 -38
  157. package/lib/labs/VPicker/VPicker.css +53 -57
  158. package/lib/labs/VTimePicker/VTimePicker.css +9 -7
  159. package/lib/labs/VTimePicker/VTimePickerClock.css +126 -129
  160. package/lib/labs/VTimePicker/VTimePickerControls.css +102 -103
  161. package/lib/labs/VTreeview/VTreeviewItem.css +23 -21
  162. package/lib/labs/VTreeview/VTreeviewItem.sass +5 -4
  163. package/lib/styles/elements/_global.sass +1 -1
  164. package/lib/styles/generic/_colors.scss +3 -3
  165. package/lib/styles/generic/_layers.scss +13 -1
  166. package/lib/styles/generic/_reset.scss +0 -1
  167. package/lib/styles/generic/_transitions.scss +32 -32
  168. package/lib/styles/main.css +14666 -16140
  169. package/lib/styles/settings/_utilities.scss +0 -5
  170. package/lib/styles/settings/_variables.scss +1 -2
  171. package/lib/styles/tools/_border.sass +4 -4
  172. package/lib/styles/tools/_display.sass +0 -10
  173. package/lib/styles/tools/_elevation.sass +2 -2
  174. package/lib/styles/tools/_index.sass +0 -2
  175. package/lib/styles/tools/_layer.scss +4 -2
  176. package/lib/styles/tools/_position.sass +2 -2
  177. package/lib/styles/tools/_rounded.sass +2 -2
  178. package/lib/styles/tools/_utilities.sass +1 -5
  179. package/lib/styles/utilities/_elevation.scss +1 -1
  180. package/package.json +4 -4
  181. package/lib/styles/tools/_bootable.sass +0 -3
  182. package/lib/styles/tools/_radius.sass +0 -10
@@ -8014,17 +8014,20 @@ declare const VAutocomplete: {
8014
8014
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
8015
8015
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
8016
8016
  item: (arg: {
8017
- item: ListItem<unknown>;
8017
+ item: unknown;
8018
+ internalItem: ListItem<unknown>;
8018
8019
  index: number;
8019
8020
  props: Record<string, unknown>;
8020
8021
  }) => vue.VNode[];
8021
8022
  chip: (arg: {
8022
- item: ListItem<unknown>;
8023
+ item: unknown;
8024
+ internalItem: ListItem<unknown>;
8023
8025
  index: number;
8024
8026
  props: Record<string, unknown>;
8025
8027
  }) => vue.VNode[];
8026
8028
  selection: (arg: {
8027
- item: ListItem<unknown>;
8029
+ item: unknown;
8030
+ internalItem: ListItem<unknown>;
8028
8031
  index: number;
8029
8032
  }) => vue.VNode[];
8030
8033
  'prepend-item': () => vue.VNode[];
@@ -8888,17 +8891,20 @@ declare const VAutocomplete: {
8888
8891
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
8889
8892
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
8890
8893
  item: (arg: {
8891
- item: ListItem<unknown>;
8894
+ item: unknown;
8895
+ internalItem: ListItem<unknown>;
8892
8896
  index: number;
8893
8897
  props: Record<string, unknown>;
8894
8898
  }) => vue.VNode[];
8895
8899
  chip: (arg: {
8896
- item: ListItem<unknown>;
8900
+ item: unknown;
8901
+ internalItem: ListItem<unknown>;
8897
8902
  index: number;
8898
8903
  props: Record<string, unknown>;
8899
8904
  }) => vue.VNode[];
8900
8905
  selection: (arg: {
8901
- item: ListItem<unknown>;
8906
+ item: unknown;
8907
+ internalItem: ListItem<unknown>;
8902
8908
  index: number;
8903
8909
  }) => vue.VNode[];
8904
8910
  'prepend-item': () => vue.VNode[];
@@ -8915,17 +8921,20 @@ declare const VAutocomplete: {
8915
8921
  "onUpdate:modelValue"?: (value: V) => void;
8916
8922
  }, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
8917
8923
  item: {
8918
- item: ListItem<Item>;
8924
+ item: Item;
8925
+ internalItem: ListItem<Item>;
8919
8926
  index: number;
8920
8927
  props: Record<string, unknown>;
8921
8928
  };
8922
8929
  chip: {
8923
- item: ListItem<Item>;
8930
+ item: Item;
8931
+ internalItem: ListItem<Item>;
8924
8932
  index: number;
8925
8933
  props: Record<string, unknown>;
8926
8934
  };
8927
8935
  selection: {
8928
- item: ListItem<Item>;
8936
+ item: Item;
8937
+ internalItem: ListItem<Item>;
8929
8938
  index: number;
8930
8939
  };
8931
8940
  "prepend-item": never;
@@ -18074,17 +18083,20 @@ declare const VCombobox: {
18074
18083
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
18075
18084
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
18076
18085
  item: (arg: {
18077
- item: ListItem<unknown>;
18086
+ item: unknown;
18087
+ internalItem: ListItem<unknown>;
18078
18088
  index: number;
18079
18089
  props: Record<string, unknown>;
18080
18090
  }) => vue.VNode[];
18081
18091
  chip: (arg: {
18082
- item: ListItem<unknown>;
18092
+ item: unknown;
18093
+ internalItem: ListItem<unknown>;
18083
18094
  index: number;
18084
18095
  props: Record<string, unknown>;
18085
18096
  }) => vue.VNode[];
18086
18097
  selection: (arg: {
18087
- item: ListItem<unknown>;
18098
+ item: unknown;
18099
+ internalItem: ListItem<unknown>;
18088
18100
  index: number;
18089
18101
  }) => vue.VNode[];
18090
18102
  'prepend-item': () => vue.VNode[];
@@ -18948,17 +18960,20 @@ declare const VCombobox: {
18948
18960
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
18949
18961
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
18950
18962
  item: (arg: {
18951
- item: ListItem<unknown>;
18963
+ item: unknown;
18964
+ internalItem: ListItem<unknown>;
18952
18965
  index: number;
18953
18966
  props: Record<string, unknown>;
18954
18967
  }) => vue.VNode[];
18955
18968
  chip: (arg: {
18956
- item: ListItem<unknown>;
18969
+ item: unknown;
18970
+ internalItem: ListItem<unknown>;
18957
18971
  index: number;
18958
18972
  props: Record<string, unknown>;
18959
18973
  }) => vue.VNode[];
18960
18974
  selection: (arg: {
18961
- item: ListItem<unknown>;
18975
+ item: unknown;
18976
+ internalItem: ListItem<unknown>;
18962
18977
  index: number;
18963
18978
  }) => vue.VNode[];
18964
18979
  'prepend-item': () => vue.VNode[];
@@ -18975,17 +18990,20 @@ declare const VCombobox: {
18975
18990
  "onUpdate:modelValue"?: (value: V) => void;
18976
18991
  }, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
18977
18992
  item: {
18978
- item: ListItem<Item>;
18993
+ item: Item;
18994
+ internalItem: ListItem<Item>;
18979
18995
  index: number;
18980
18996
  props: Record<string, unknown>;
18981
18997
  };
18982
18998
  chip: {
18983
- item: ListItem<Item>;
18999
+ item: Item;
19000
+ internalItem: ListItem<Item>;
18984
19001
  index: number;
18985
19002
  props: Record<string, unknown>;
18986
19003
  };
18987
19004
  selection: {
18988
- item: ListItem<Item>;
19005
+ item: Item;
19006
+ internalItem: ListItem<Item>;
18989
19007
  index: number;
18990
19008
  };
18991
19009
  "prepend-item": never;
@@ -31076,169 +31094,49 @@ declare const VForm: {
31076
31094
  } & {
31077
31095
  $children?: vue.VNodeChild | {
31078
31096
  default?: ((arg: {
31079
- errors: vue.Ref<{
31080
- id: number | string;
31081
- errorMessages: string[];
31082
- }[], FieldValidationResult[] | {
31083
- id: number | string;
31084
- errorMessages: string[];
31085
- }[]>;
31086
- isDisabled: vue.ComputedRef<boolean>;
31087
- isReadonly: vue.ComputedRef<boolean>;
31088
- isValidating: vue.ShallowRef<boolean, boolean>;
31089
- isValid: vue.Ref<boolean | null, boolean | null> & {
31090
- readonly externalValue: boolean | null;
31091
- };
31092
- items: vue.Ref<{
31093
- id: number | string;
31094
- validate: () => Promise<string[]>;
31095
- reset: () => Promise<void>;
31096
- resetValidation: () => Promise<void>;
31097
- vm: vue.Raw<vue.ComponentInternalInstance>;
31098
- isValid: boolean | null;
31099
- errorMessages: string[];
31100
- }[], FormField[] | {
31101
- id: number | string;
31102
- validate: () => Promise<string[]>;
31103
- reset: () => Promise<void>;
31104
- resetValidation: () => Promise<void>;
31105
- vm: vue.Raw<vue.ComponentInternalInstance>;
31106
- isValid: boolean | null;
31107
- errorMessages: string[];
31108
- }[]>;
31109
- validate: () => Promise<{
31110
- valid: boolean;
31111
- errors: {
31112
- id: number | string;
31113
- errorMessages: string[];
31114
- }[];
31115
- }>;
31097
+ errors: FieldValidationResult[];
31098
+ isDisabled: boolean;
31099
+ isReadonly: boolean;
31100
+ isValidating: boolean;
31101
+ isValid: boolean | null;
31102
+ items: FormField[];
31103
+ validate: () => Promise<FormValidationResult>;
31116
31104
  reset: () => void;
31117
31105
  resetValidation: () => void;
31118
31106
  }) => vue.VNodeChild) | undefined;
31119
31107
  } | ((arg: {
31120
- errors: vue.Ref<{
31121
- id: number | string;
31122
- errorMessages: string[];
31123
- }[], FieldValidationResult[] | {
31124
- id: number | string;
31125
- errorMessages: string[];
31126
- }[]>;
31127
- isDisabled: vue.ComputedRef<boolean>;
31128
- isReadonly: vue.ComputedRef<boolean>;
31129
- isValidating: vue.ShallowRef<boolean, boolean>;
31130
- isValid: vue.Ref<boolean | null, boolean | null> & {
31131
- readonly externalValue: boolean | null;
31132
- };
31133
- items: vue.Ref<{
31134
- id: number | string;
31135
- validate: () => Promise<string[]>;
31136
- reset: () => Promise<void>;
31137
- resetValidation: () => Promise<void>;
31138
- vm: vue.Raw<vue.ComponentInternalInstance>;
31139
- isValid: boolean | null;
31140
- errorMessages: string[];
31141
- }[], FormField[] | {
31142
- id: number | string;
31143
- validate: () => Promise<string[]>;
31144
- reset: () => Promise<void>;
31145
- resetValidation: () => Promise<void>;
31146
- vm: vue.Raw<vue.ComponentInternalInstance>;
31147
- isValid: boolean | null;
31148
- errorMessages: string[];
31149
- }[]>;
31150
- validate: () => Promise<{
31151
- valid: boolean;
31152
- errors: {
31153
- id: number | string;
31154
- errorMessages: string[];
31155
- }[];
31156
- }>;
31108
+ errors: FieldValidationResult[];
31109
+ isDisabled: boolean;
31110
+ isReadonly: boolean;
31111
+ isValidating: boolean;
31112
+ isValid: boolean | null;
31113
+ items: FormField[];
31114
+ validate: () => Promise<FormValidationResult>;
31157
31115
  reset: () => void;
31158
31116
  resetValidation: () => void;
31159
31117
  }) => vue.VNodeChild);
31160
31118
  'v-slots'?: {
31161
31119
  default?: false | ((arg: {
31162
- errors: vue.Ref<{
31163
- id: number | string;
31164
- errorMessages: string[];
31165
- }[], FieldValidationResult[] | {
31166
- id: number | string;
31167
- errorMessages: string[];
31168
- }[]>;
31169
- isDisabled: vue.ComputedRef<boolean>;
31170
- isReadonly: vue.ComputedRef<boolean>;
31171
- isValidating: vue.ShallowRef<boolean, boolean>;
31172
- isValid: vue.Ref<boolean | null, boolean | null> & {
31173
- readonly externalValue: boolean | null;
31174
- };
31175
- items: vue.Ref<{
31176
- id: number | string;
31177
- validate: () => Promise<string[]>;
31178
- reset: () => Promise<void>;
31179
- resetValidation: () => Promise<void>;
31180
- vm: vue.Raw<vue.ComponentInternalInstance>;
31181
- isValid: boolean | null;
31182
- errorMessages: string[];
31183
- }[], FormField[] | {
31184
- id: number | string;
31185
- validate: () => Promise<string[]>;
31186
- reset: () => Promise<void>;
31187
- resetValidation: () => Promise<void>;
31188
- vm: vue.Raw<vue.ComponentInternalInstance>;
31189
- isValid: boolean | null;
31190
- errorMessages: string[];
31191
- }[]>;
31192
- validate: () => Promise<{
31193
- valid: boolean;
31194
- errors: {
31195
- id: number | string;
31196
- errorMessages: string[];
31197
- }[];
31198
- }>;
31120
+ errors: FieldValidationResult[];
31121
+ isDisabled: boolean;
31122
+ isReadonly: boolean;
31123
+ isValidating: boolean;
31124
+ isValid: boolean | null;
31125
+ items: FormField[];
31126
+ validate: () => Promise<FormValidationResult>;
31199
31127
  reset: () => void;
31200
31128
  resetValidation: () => void;
31201
31129
  }) => vue.VNodeChild) | undefined;
31202
31130
  } | undefined;
31203
31131
  } & {
31204
31132
  "v-slot:default"?: false | ((arg: {
31205
- errors: vue.Ref<{
31206
- id: number | string;
31207
- errorMessages: string[];
31208
- }[], FieldValidationResult[] | {
31209
- id: number | string;
31210
- errorMessages: string[];
31211
- }[]>;
31212
- isDisabled: vue.ComputedRef<boolean>;
31213
- isReadonly: vue.ComputedRef<boolean>;
31214
- isValidating: vue.ShallowRef<boolean, boolean>;
31215
- isValid: vue.Ref<boolean | null, boolean | null> & {
31216
- readonly externalValue: boolean | null;
31217
- };
31218
- items: vue.Ref<{
31219
- id: number | string;
31220
- validate: () => Promise<string[]>;
31221
- reset: () => Promise<void>;
31222
- resetValidation: () => Promise<void>;
31223
- vm: vue.Raw<vue.ComponentInternalInstance>;
31224
- isValid: boolean | null;
31225
- errorMessages: string[];
31226
- }[], FormField[] | {
31227
- id: number | string;
31228
- validate: () => Promise<string[]>;
31229
- reset: () => Promise<void>;
31230
- resetValidation: () => Promise<void>;
31231
- vm: vue.Raw<vue.ComponentInternalInstance>;
31232
- isValid: boolean | null;
31233
- errorMessages: string[];
31234
- }[]>;
31235
- validate: () => Promise<{
31236
- valid: boolean;
31237
- errors: {
31238
- id: number | string;
31239
- errorMessages: string[];
31240
- }[];
31241
- }>;
31133
+ errors: FieldValidationResult[];
31134
+ isDisabled: boolean;
31135
+ isReadonly: boolean;
31136
+ isValidating: boolean;
31137
+ isValid: boolean | null;
31138
+ items: FormField[];
31139
+ validate: () => Promise<FormValidationResult>;
31242
31140
  reset: () => void;
31243
31141
  resetValidation: () => void;
31244
31142
  }) => vue.VNodeChild) | undefined;
@@ -31339,43 +31237,13 @@ declare const VForm: {
31339
31237
  fastFail: boolean;
31340
31238
  }, true, {}, vue.SlotsType<Partial<{
31341
31239
  default: (arg: {
31342
- errors: vue.Ref<{
31343
- id: number | string;
31344
- errorMessages: string[];
31345
- }[], FieldValidationResult[] | {
31346
- id: number | string;
31347
- errorMessages: string[];
31348
- }[]>;
31349
- isDisabled: vue.ComputedRef<boolean>;
31350
- isReadonly: vue.ComputedRef<boolean>;
31351
- isValidating: vue.ShallowRef<boolean, boolean>;
31352
- isValid: vue.Ref<boolean | null, boolean | null> & {
31353
- readonly externalValue: boolean | null;
31354
- };
31355
- items: vue.Ref<{
31356
- id: number | string;
31357
- validate: () => Promise<string[]>;
31358
- reset: () => Promise<void>;
31359
- resetValidation: () => Promise<void>;
31360
- vm: vue.Raw<vue.ComponentInternalInstance>;
31361
- isValid: boolean | null;
31362
- errorMessages: string[];
31363
- }[], FormField[] | {
31364
- id: number | string;
31365
- validate: () => Promise<string[]>;
31366
- reset: () => Promise<void>;
31367
- resetValidation: () => Promise<void>;
31368
- vm: vue.Raw<vue.ComponentInternalInstance>;
31369
- isValid: boolean | null;
31370
- errorMessages: string[];
31371
- }[]>;
31372
- validate: () => Promise<{
31373
- valid: boolean;
31374
- errors: {
31375
- id: number | string;
31376
- errorMessages: string[];
31377
- }[];
31378
- }>;
31240
+ errors: FieldValidationResult[];
31241
+ isDisabled: boolean;
31242
+ isReadonly: boolean;
31243
+ isValidating: boolean;
31244
+ isValid: boolean | null;
31245
+ items: FormField[];
31246
+ validate: () => Promise<FormValidationResult>;
31379
31247
  reset: () => void;
31380
31248
  resetValidation: () => void;
31381
31249
  }) => vue.VNode[];
@@ -31398,217 +31266,97 @@ declare const VForm: {
31398
31266
  } & {
31399
31267
  $children?: vue.VNodeChild | {
31400
31268
  default?: ((arg: {
31401
- errors: vue.Ref<{
31402
- id: number | string;
31403
- errorMessages: string[];
31404
- }[], FieldValidationResult[] | {
31405
- id: number | string;
31406
- errorMessages: string[];
31407
- }[]>;
31408
- isDisabled: vue.ComputedRef<boolean>;
31409
- isReadonly: vue.ComputedRef<boolean>;
31410
- isValidating: vue.ShallowRef<boolean, boolean>;
31411
- isValid: vue.Ref<boolean | null, boolean | null> & {
31412
- readonly externalValue: boolean | null;
31413
- };
31414
- items: vue.Ref<{
31415
- id: number | string;
31416
- validate: () => Promise<string[]>;
31417
- reset: () => Promise<void>;
31418
- resetValidation: () => Promise<void>;
31419
- vm: vue.Raw<vue.ComponentInternalInstance>;
31420
- isValid: boolean | null;
31421
- errorMessages: string[];
31422
- }[], FormField[] | {
31423
- id: number | string;
31424
- validate: () => Promise<string[]>;
31425
- reset: () => Promise<void>;
31426
- resetValidation: () => Promise<void>;
31427
- vm: vue.Raw<vue.ComponentInternalInstance>;
31428
- isValid: boolean | null;
31429
- errorMessages: string[];
31430
- }[]>;
31431
- validate: () => Promise<{
31432
- valid: boolean;
31433
- errors: {
31434
- id: number | string;
31435
- errorMessages: string[];
31436
- }[];
31437
- }>;
31269
+ errors: FieldValidationResult[];
31270
+ isDisabled: boolean;
31271
+ isReadonly: boolean;
31272
+ isValidating: boolean;
31273
+ isValid: boolean | null;
31274
+ items: FormField[];
31275
+ validate: () => Promise<FormValidationResult>;
31438
31276
  reset: () => void;
31439
31277
  resetValidation: () => void;
31440
31278
  }) => vue.VNodeChild) | undefined;
31441
31279
  } | ((arg: {
31442
- errors: vue.Ref<{
31443
- id: number | string;
31444
- errorMessages: string[];
31445
- }[], FieldValidationResult[] | {
31446
- id: number | string;
31447
- errorMessages: string[];
31448
- }[]>;
31449
- isDisabled: vue.ComputedRef<boolean>;
31450
- isReadonly: vue.ComputedRef<boolean>;
31451
- isValidating: vue.ShallowRef<boolean, boolean>;
31452
- isValid: vue.Ref<boolean | null, boolean | null> & {
31453
- readonly externalValue: boolean | null;
31454
- };
31455
- items: vue.Ref<{
31456
- id: number | string;
31457
- validate: () => Promise<string[]>;
31458
- reset: () => Promise<void>;
31459
- resetValidation: () => Promise<void>;
31460
- vm: vue.Raw<vue.ComponentInternalInstance>;
31461
- isValid: boolean | null;
31462
- errorMessages: string[];
31463
- }[], FormField[] | {
31464
- id: number | string;
31465
- validate: () => Promise<string[]>;
31466
- reset: () => Promise<void>;
31467
- resetValidation: () => Promise<void>;
31468
- vm: vue.Raw<vue.ComponentInternalInstance>;
31469
- isValid: boolean | null;
31470
- errorMessages: string[];
31471
- }[]>;
31472
- validate: () => Promise<{
31473
- valid: boolean;
31474
- errors: {
31475
- id: number | string;
31476
- errorMessages: string[];
31477
- }[];
31478
- }>;
31280
+ errors: FieldValidationResult[];
31281
+ isDisabled: boolean;
31282
+ isReadonly: boolean;
31283
+ isValidating: boolean;
31284
+ isValid: boolean | null;
31285
+ items: FormField[];
31286
+ validate: () => Promise<FormValidationResult>;
31479
31287
  reset: () => void;
31480
31288
  resetValidation: () => void;
31481
31289
  }) => vue.VNodeChild);
31482
31290
  'v-slots'?: {
31483
31291
  default?: false | ((arg: {
31484
- errors: vue.Ref<{
31485
- id: number | string;
31486
- errorMessages: string[];
31487
- }[], FieldValidationResult[] | {
31488
- id: number | string;
31489
- errorMessages: string[];
31490
- }[]>;
31491
- isDisabled: vue.ComputedRef<boolean>;
31492
- isReadonly: vue.ComputedRef<boolean>;
31493
- isValidating: vue.ShallowRef<boolean, boolean>;
31494
- isValid: vue.Ref<boolean | null, boolean | null> & {
31495
- readonly externalValue: boolean | null;
31496
- };
31497
- items: vue.Ref<{
31498
- id: number | string;
31499
- validate: () => Promise<string[]>;
31500
- reset: () => Promise<void>;
31501
- resetValidation: () => Promise<void>;
31502
- vm: vue.Raw<vue.ComponentInternalInstance>;
31503
- isValid: boolean | null;
31504
- errorMessages: string[];
31505
- }[], FormField[] | {
31506
- id: number | string;
31507
- validate: () => Promise<string[]>;
31508
- reset: () => Promise<void>;
31509
- resetValidation: () => Promise<void>;
31510
- vm: vue.Raw<vue.ComponentInternalInstance>;
31511
- isValid: boolean | null;
31512
- errorMessages: string[];
31513
- }[]>;
31514
- validate: () => Promise<{
31515
- valid: boolean;
31516
- errors: {
31517
- id: number | string;
31518
- errorMessages: string[];
31519
- }[];
31520
- }>;
31292
+ errors: FieldValidationResult[];
31293
+ isDisabled: boolean;
31294
+ isReadonly: boolean;
31295
+ isValidating: boolean;
31296
+ isValid: boolean | null;
31297
+ items: FormField[];
31298
+ validate: () => Promise<FormValidationResult>;
31521
31299
  reset: () => void;
31522
31300
  resetValidation: () => void;
31523
31301
  }) => vue.VNodeChild) | undefined;
31524
31302
  } | undefined;
31525
31303
  } & {
31526
31304
  "v-slot:default"?: false | ((arg: {
31527
- errors: vue.Ref<{
31528
- id: number | string;
31529
- errorMessages: string[];
31530
- }[], FieldValidationResult[] | {
31531
- id: number | string;
31532
- errorMessages: string[];
31533
- }[]>;
31534
- isDisabled: vue.ComputedRef<boolean>;
31535
- isReadonly: vue.ComputedRef<boolean>;
31536
- isValidating: vue.ShallowRef<boolean, boolean>;
31537
- isValid: vue.Ref<boolean | null, boolean | null> & {
31538
- readonly externalValue: boolean | null;
31539
- };
31540
- items: vue.Ref<{
31541
- id: number | string;
31542
- validate: () => Promise<string[]>;
31543
- reset: () => Promise<void>;
31544
- resetValidation: () => Promise<void>;
31545
- vm: vue.Raw<vue.ComponentInternalInstance>;
31546
- isValid: boolean | null;
31547
- errorMessages: string[];
31548
- }[], FormField[] | {
31549
- id: number | string;
31550
- validate: () => Promise<string[]>;
31551
- reset: () => Promise<void>;
31552
- resetValidation: () => Promise<void>;
31553
- vm: vue.Raw<vue.ComponentInternalInstance>;
31554
- isValid: boolean | null;
31555
- errorMessages: string[];
31556
- }[]>;
31557
- validate: () => Promise<{
31558
- valid: boolean;
31559
- errors: {
31560
- id: number | string;
31561
- errorMessages: string[];
31562
- }[];
31563
- }>;
31564
- reset: () => void;
31565
- resetValidation: () => void;
31566
- }) => vue.VNodeChild) | undefined;
31567
- } & {
31568
- onSubmit?: ((e: SubmitEventPromise) => any) | undefined;
31569
- "onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
31570
- }, {
31571
- errors: vue.Ref<{
31572
- id: number | string;
31573
- errorMessages: string[];
31574
- }[], FieldValidationResult[] | {
31575
- id: number | string;
31576
- errorMessages: string[];
31577
- }[]>;
31578
- isDisabled: vue.ComputedRef<boolean>;
31579
- isReadonly: vue.ComputedRef<boolean>;
31580
- isValidating: vue.ShallowRef<boolean, boolean>;
31581
- isValid: vue.Ref<boolean | null, boolean | null> & {
31582
- readonly externalValue: boolean | null;
31583
- };
31584
- items: vue.Ref<{
31585
- id: number | string;
31586
- validate: () => Promise<string[]>;
31587
- reset: () => Promise<void>;
31588
- resetValidation: () => Promise<void>;
31589
- vm: vue.Raw<vue.ComponentInternalInstance>;
31590
- isValid: boolean | null;
31591
- errorMessages: string[];
31592
- }[], FormField[] | {
31593
- id: number | string;
31594
- validate: () => Promise<string[]>;
31595
- reset: () => Promise<void>;
31596
- resetValidation: () => Promise<void>;
31597
- vm: vue.Raw<vue.ComponentInternalInstance>;
31598
- isValid: boolean | null;
31599
- errorMessages: string[];
31600
- }[]>;
31601
- validate: () => Promise<{
31602
- valid: boolean;
31603
- errors: {
31604
- id: number | string;
31605
- errorMessages: string[];
31606
- }[];
31607
- }>;
31608
- reset: () => void;
31609
- resetValidation: () => void;
31610
- } & HTMLFormElement & {
31611
- _allExposed: {
31305
+ errors: FieldValidationResult[];
31306
+ isDisabled: boolean;
31307
+ isReadonly: boolean;
31308
+ isValidating: boolean;
31309
+ isValid: boolean | null;
31310
+ items: FormField[];
31311
+ validate: () => Promise<FormValidationResult>;
31312
+ reset: () => void;
31313
+ resetValidation: () => void;
31314
+ }) => vue.VNodeChild) | undefined;
31315
+ } & {
31316
+ onSubmit?: ((e: SubmitEventPromise) => any) | undefined;
31317
+ "onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
31318
+ }, {
31319
+ errors: vue.Ref<{
31320
+ id: number | string;
31321
+ errorMessages: string[];
31322
+ }[], FieldValidationResult[] | {
31323
+ id: number | string;
31324
+ errorMessages: string[];
31325
+ }[]>;
31326
+ isDisabled: vue.ComputedRef<boolean>;
31327
+ isReadonly: vue.ComputedRef<boolean>;
31328
+ isValidating: vue.ShallowRef<boolean, boolean>;
31329
+ isValid: vue.Ref<boolean | null, boolean | null> & {
31330
+ readonly externalValue: boolean | null;
31331
+ };
31332
+ items: vue.Ref<{
31333
+ id: number | string;
31334
+ validate: () => Promise<string[]>;
31335
+ reset: () => Promise<void>;
31336
+ resetValidation: () => Promise<void>;
31337
+ vm: vue.Raw<vue.ComponentInternalInstance>;
31338
+ isValid: boolean | null;
31339
+ errorMessages: string[];
31340
+ }[], FormField[] | {
31341
+ id: number | string;
31342
+ validate: () => Promise<string[]>;
31343
+ reset: () => Promise<void>;
31344
+ resetValidation: () => Promise<void>;
31345
+ vm: vue.Raw<vue.ComponentInternalInstance>;
31346
+ isValid: boolean | null;
31347
+ errorMessages: string[];
31348
+ }[]>;
31349
+ validate: () => Promise<{
31350
+ valid: boolean;
31351
+ errors: {
31352
+ id: number | string;
31353
+ errorMessages: string[];
31354
+ }[];
31355
+ }>;
31356
+ reset: () => void;
31357
+ resetValidation: () => void;
31358
+ } & HTMLFormElement & {
31359
+ _allExposed: {
31612
31360
  errors: vue.Ref<{
31613
31361
  id: number | string;
31614
31362
  errorMessages: string[];
@@ -31672,169 +31420,49 @@ declare const VForm: {
31672
31420
  } & {
31673
31421
  $children?: vue.VNodeChild | {
31674
31422
  default?: ((arg: {
31675
- errors: vue.Ref<{
31676
- id: number | string;
31677
- errorMessages: string[];
31678
- }[], FieldValidationResult[] | {
31679
- id: number | string;
31680
- errorMessages: string[];
31681
- }[]>;
31682
- isDisabled: vue.ComputedRef<boolean>;
31683
- isReadonly: vue.ComputedRef<boolean>;
31684
- isValidating: vue.ShallowRef<boolean, boolean>;
31685
- isValid: vue.Ref<boolean | null, boolean | null> & {
31686
- readonly externalValue: boolean | null;
31687
- };
31688
- items: vue.Ref<{
31689
- id: number | string;
31690
- validate: () => Promise<string[]>;
31691
- reset: () => Promise<void>;
31692
- resetValidation: () => Promise<void>;
31693
- vm: vue.Raw<vue.ComponentInternalInstance>;
31694
- isValid: boolean | null;
31695
- errorMessages: string[];
31696
- }[], FormField[] | {
31697
- id: number | string;
31698
- validate: () => Promise<string[]>;
31699
- reset: () => Promise<void>;
31700
- resetValidation: () => Promise<void>;
31701
- vm: vue.Raw<vue.ComponentInternalInstance>;
31702
- isValid: boolean | null;
31703
- errorMessages: string[];
31704
- }[]>;
31705
- validate: () => Promise<{
31706
- valid: boolean;
31707
- errors: {
31708
- id: number | string;
31709
- errorMessages: string[];
31710
- }[];
31711
- }>;
31423
+ errors: FieldValidationResult[];
31424
+ isDisabled: boolean;
31425
+ isReadonly: boolean;
31426
+ isValidating: boolean;
31427
+ isValid: boolean | null;
31428
+ items: FormField[];
31429
+ validate: () => Promise<FormValidationResult>;
31712
31430
  reset: () => void;
31713
31431
  resetValidation: () => void;
31714
31432
  }) => vue.VNodeChild) | undefined;
31715
31433
  } | ((arg: {
31716
- errors: vue.Ref<{
31717
- id: number | string;
31718
- errorMessages: string[];
31719
- }[], FieldValidationResult[] | {
31720
- id: number | string;
31721
- errorMessages: string[];
31722
- }[]>;
31723
- isDisabled: vue.ComputedRef<boolean>;
31724
- isReadonly: vue.ComputedRef<boolean>;
31725
- isValidating: vue.ShallowRef<boolean, boolean>;
31726
- isValid: vue.Ref<boolean | null, boolean | null> & {
31727
- readonly externalValue: boolean | null;
31728
- };
31729
- items: vue.Ref<{
31730
- id: number | string;
31731
- validate: () => Promise<string[]>;
31732
- reset: () => Promise<void>;
31733
- resetValidation: () => Promise<void>;
31734
- vm: vue.Raw<vue.ComponentInternalInstance>;
31735
- isValid: boolean | null;
31736
- errorMessages: string[];
31737
- }[], FormField[] | {
31738
- id: number | string;
31739
- validate: () => Promise<string[]>;
31740
- reset: () => Promise<void>;
31741
- resetValidation: () => Promise<void>;
31742
- vm: vue.Raw<vue.ComponentInternalInstance>;
31743
- isValid: boolean | null;
31744
- errorMessages: string[];
31745
- }[]>;
31746
- validate: () => Promise<{
31747
- valid: boolean;
31748
- errors: {
31749
- id: number | string;
31750
- errorMessages: string[];
31751
- }[];
31752
- }>;
31434
+ errors: FieldValidationResult[];
31435
+ isDisabled: boolean;
31436
+ isReadonly: boolean;
31437
+ isValidating: boolean;
31438
+ isValid: boolean | null;
31439
+ items: FormField[];
31440
+ validate: () => Promise<FormValidationResult>;
31753
31441
  reset: () => void;
31754
31442
  resetValidation: () => void;
31755
31443
  }) => vue.VNodeChild);
31756
31444
  'v-slots'?: {
31757
31445
  default?: false | ((arg: {
31758
- errors: vue.Ref<{
31759
- id: number | string;
31760
- errorMessages: string[];
31761
- }[], FieldValidationResult[] | {
31762
- id: number | string;
31763
- errorMessages: string[];
31764
- }[]>;
31765
- isDisabled: vue.ComputedRef<boolean>;
31766
- isReadonly: vue.ComputedRef<boolean>;
31767
- isValidating: vue.ShallowRef<boolean, boolean>;
31768
- isValid: vue.Ref<boolean | null, boolean | null> & {
31769
- readonly externalValue: boolean | null;
31770
- };
31771
- items: vue.Ref<{
31772
- id: number | string;
31773
- validate: () => Promise<string[]>;
31774
- reset: () => Promise<void>;
31775
- resetValidation: () => Promise<void>;
31776
- vm: vue.Raw<vue.ComponentInternalInstance>;
31777
- isValid: boolean | null;
31778
- errorMessages: string[];
31779
- }[], FormField[] | {
31780
- id: number | string;
31781
- validate: () => Promise<string[]>;
31782
- reset: () => Promise<void>;
31783
- resetValidation: () => Promise<void>;
31784
- vm: vue.Raw<vue.ComponentInternalInstance>;
31785
- isValid: boolean | null;
31786
- errorMessages: string[];
31787
- }[]>;
31788
- validate: () => Promise<{
31789
- valid: boolean;
31790
- errors: {
31791
- id: number | string;
31792
- errorMessages: string[];
31793
- }[];
31794
- }>;
31446
+ errors: FieldValidationResult[];
31447
+ isDisabled: boolean;
31448
+ isReadonly: boolean;
31449
+ isValidating: boolean;
31450
+ isValid: boolean | null;
31451
+ items: FormField[];
31452
+ validate: () => Promise<FormValidationResult>;
31795
31453
  reset: () => void;
31796
31454
  resetValidation: () => void;
31797
31455
  }) => vue.VNodeChild) | undefined;
31798
31456
  } | undefined;
31799
31457
  } & {
31800
31458
  "v-slot:default"?: false | ((arg: {
31801
- errors: vue.Ref<{
31802
- id: number | string;
31803
- errorMessages: string[];
31804
- }[], FieldValidationResult[] | {
31805
- id: number | string;
31806
- errorMessages: string[];
31807
- }[]>;
31808
- isDisabled: vue.ComputedRef<boolean>;
31809
- isReadonly: vue.ComputedRef<boolean>;
31810
- isValidating: vue.ShallowRef<boolean, boolean>;
31811
- isValid: vue.Ref<boolean | null, boolean | null> & {
31812
- readonly externalValue: boolean | null;
31813
- };
31814
- items: vue.Ref<{
31815
- id: number | string;
31816
- validate: () => Promise<string[]>;
31817
- reset: () => Promise<void>;
31818
- resetValidation: () => Promise<void>;
31819
- vm: vue.Raw<vue.ComponentInternalInstance>;
31820
- isValid: boolean | null;
31821
- errorMessages: string[];
31822
- }[], FormField[] | {
31823
- id: number | string;
31824
- validate: () => Promise<string[]>;
31825
- reset: () => Promise<void>;
31826
- resetValidation: () => Promise<void>;
31827
- vm: vue.Raw<vue.ComponentInternalInstance>;
31828
- isValid: boolean | null;
31829
- errorMessages: string[];
31830
- }[]>;
31831
- validate: () => Promise<{
31832
- valid: boolean;
31833
- errors: {
31834
- id: number | string;
31835
- errorMessages: string[];
31836
- }[];
31837
- }>;
31459
+ errors: FieldValidationResult[];
31460
+ isDisabled: boolean;
31461
+ isReadonly: boolean;
31462
+ isValidating: boolean;
31463
+ isValid: boolean | null;
31464
+ items: FormField[];
31465
+ validate: () => Promise<FormValidationResult>;
31838
31466
  reset: () => void;
31839
31467
  resetValidation: () => void;
31840
31468
  }) => vue.VNodeChild) | undefined;
@@ -31935,43 +31563,13 @@ declare const VForm: {
31935
31563
  fastFail: boolean;
31936
31564
  }, {}, string, vue.SlotsType<Partial<{
31937
31565
  default: (arg: {
31938
- errors: vue.Ref<{
31939
- id: number | string;
31940
- errorMessages: string[];
31941
- }[], FieldValidationResult[] | {
31942
- id: number | string;
31943
- errorMessages: string[];
31944
- }[]>;
31945
- isDisabled: vue.ComputedRef<boolean>;
31946
- isReadonly: vue.ComputedRef<boolean>;
31947
- isValidating: vue.ShallowRef<boolean, boolean>;
31948
- isValid: vue.Ref<boolean | null, boolean | null> & {
31949
- readonly externalValue: boolean | null;
31950
- };
31951
- items: vue.Ref<{
31952
- id: number | string;
31953
- validate: () => Promise<string[]>;
31954
- reset: () => Promise<void>;
31955
- resetValidation: () => Promise<void>;
31956
- vm: vue.Raw<vue.ComponentInternalInstance>;
31957
- isValid: boolean | null;
31958
- errorMessages: string[];
31959
- }[], FormField[] | {
31960
- id: number | string;
31961
- validate: () => Promise<string[]>;
31962
- reset: () => Promise<void>;
31963
- resetValidation: () => Promise<void>;
31964
- vm: vue.Raw<vue.ComponentInternalInstance>;
31965
- isValid: boolean | null;
31966
- errorMessages: string[];
31967
- }[]>;
31968
- validate: () => Promise<{
31969
- valid: boolean;
31970
- errors: {
31971
- id: number | string;
31972
- errorMessages: string[];
31973
- }[];
31974
- }>;
31566
+ errors: FieldValidationResult[];
31567
+ isDisabled: boolean;
31568
+ isReadonly: boolean;
31569
+ isValidating: boolean;
31570
+ isValid: boolean | null;
31571
+ items: FormField[];
31572
+ validate: () => Promise<FormValidationResult>;
31975
31573
  reset: () => void;
31976
31574
  resetValidation: () => void;
31977
31575
  }) => vue.VNode[];
@@ -39475,17 +39073,20 @@ declare const VSelect: {
39475
39073
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
39476
39074
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
39477
39075
  item: (arg: {
39478
- item: ListItem<unknown>;
39076
+ item: unknown;
39077
+ internalItem: ListItem<unknown>;
39479
39078
  index: number;
39480
39079
  props: Record<string, unknown>;
39481
39080
  }) => vue.VNode[];
39482
39081
  chip: (arg: {
39483
- item: ListItem<unknown>;
39082
+ item: unknown;
39083
+ internalItem: ListItem<unknown>;
39484
39084
  index: number;
39485
39085
  props: Record<string, unknown>;
39486
39086
  }) => vue.VNode[];
39487
39087
  selection: (arg: {
39488
- item: ListItem<unknown>;
39088
+ item: unknown;
39089
+ internalItem: ListItem<unknown>;
39489
39090
  index: number;
39490
39091
  }) => vue.VNode[];
39491
39092
  'prepend-item': () => vue.VNode[];
@@ -40330,17 +39931,20 @@ declare const VSelect: {
40330
39931
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
40331
39932
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
40332
39933
  item: (arg: {
40333
- item: ListItem<unknown>;
39934
+ item: unknown;
39935
+ internalItem: ListItem<unknown>;
40334
39936
  index: number;
40335
39937
  props: Record<string, unknown>;
40336
39938
  }) => vue.VNode[];
40337
39939
  chip: (arg: {
40338
- item: ListItem<unknown>;
39940
+ item: unknown;
39941
+ internalItem: ListItem<unknown>;
40339
39942
  index: number;
40340
39943
  props: Record<string, unknown>;
40341
39944
  }) => vue.VNode[];
40342
39945
  selection: (arg: {
40343
- item: ListItem<unknown>;
39946
+ item: unknown;
39947
+ internalItem: ListItem<unknown>;
40344
39948
  index: number;
40345
39949
  }) => vue.VNode[];
40346
39950
  'prepend-item': () => vue.VNode[];
@@ -40357,17 +39961,20 @@ declare const VSelect: {
40357
39961
  "onUpdate:modelValue"?: (value: V) => void;
40358
39962
  }, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
40359
39963
  item: {
40360
- item: ListItem<Item>;
39964
+ item: Item;
39965
+ internalItem: ListItem<Item>;
40361
39966
  index: number;
40362
39967
  props: Record<string, unknown>;
40363
39968
  };
40364
39969
  chip: {
40365
- item: ListItem<Item>;
39970
+ item: Item;
39971
+ internalItem: ListItem<Item>;
40366
39972
  index: number;
40367
39973
  props: Record<string, unknown>;
40368
39974
  };
40369
39975
  selection: {
40370
- item: ListItem<Item>;
39976
+ item: Item;
39977
+ internalItem: ListItem<Item>;
40371
39978
  index: number;
40372
39979
  };
40373
39980
  "prepend-item": never;
@@ -72156,77 +71763,75 @@ declare module 'vue' {
72156
71763
  $children?: VNodeChild
72157
71764
  }
72158
71765
  export interface GlobalComponents {
71766
+ VAutocomplete: VAutocomplete
72159
71767
  VApp: VApp
72160
71768
  VAlert: VAlert
72161
71769
  VAlertTitle: VAlertTitle
72162
- VAutocomplete: VAutocomplete
72163
71770
  VAvatar: VAvatar
72164
- VBottomNavigation: VBottomNavigation
72165
- VAppBar: VAppBar
72166
- VAppBarNavIcon: VAppBarNavIcon
72167
- VAppBarTitle: VAppBarTitle
72168
- VBadge: VBadge
72169
71771
  VBreadcrumbs: VBreadcrumbs
72170
71772
  VBreadcrumbsItem: VBreadcrumbsItem
72171
71773
  VBreadcrumbsDivider: VBreadcrumbsDivider
71774
+ VBadge: VBadge
71775
+ VBottomNavigation: VBottomNavigation
71776
+ VBtn: VBtn
72172
71777
  VBanner: VBanner
72173
71778
  VBannerActions: VBannerActions
72174
71779
  VBannerText: VBannerText
72175
- VBtnGroup: VBtnGroup
72176
71780
  VCard: VCard
72177
71781
  VCardActions: VCardActions
72178
71782
  VCardItem: VCardItem
72179
71783
  VCardSubtitle: VCardSubtitle
72180
71784
  VCardText: VCardText
72181
71785
  VCardTitle: VCardTitle
72182
- VBtn: VBtn
72183
71786
  VCarousel: VCarousel
72184
71787
  VCarouselItem: VCarouselItem
72185
- VChipGroup: VChipGroup
71788
+ VBtnGroup: VBtnGroup
72186
71789
  VBottomSheet: VBottomSheet
72187
71790
  VBtnToggle: VBtnToggle
72188
- VChip: VChip
72189
- VColorPicker: VColorPicker
71791
+ VChipGroup: VChipGroup
72190
71792
  VCheckbox: VCheckbox
72191
71793
  VCheckboxBtn: VCheckboxBtn
71794
+ VChip: VChip
71795
+ VColorPicker: VColorPicker
72192
71796
  VCombobox: VCombobox
72193
- VDataTable: VDataTable
72194
- VDataTableHeaders: VDataTableHeaders
72195
- VDataTableFooter: VDataTableFooter
72196
- VDataTableRows: VDataTableRows
72197
- VDataTableRow: VDataTableRow
72198
- VDataTableVirtual: VDataTableVirtual
72199
- VDataTableServer: VDataTableServer
72200
- VCounter: VCounter
72201
71797
  VCode: VCode
72202
- VEmptyState: VEmptyState
72203
71798
  VDatePicker: VDatePicker
72204
71799
  VDatePickerControls: VDatePickerControls
72205
71800
  VDatePickerHeader: VDatePickerHeader
72206
71801
  VDatePickerMonth: VDatePickerMonth
72207
71802
  VDatePickerMonths: VDatePickerMonths
72208
71803
  VDatePickerYears: VDatePickerYears
71804
+ VCounter: VCounter
71805
+ VEmptyState: VEmptyState
71806
+ VDataTable: VDataTable
71807
+ VDataTableHeaders: VDataTableHeaders
71808
+ VDataTableFooter: VDataTableFooter
71809
+ VDataTableRows: VDataTableRows
71810
+ VDataTableRow: VDataTableRow
71811
+ VDataTableVirtual: VDataTableVirtual
71812
+ VDataTableServer: VDataTableServer
71813
+ VDialog: VDialog
71814
+ VDivider: VDivider
71815
+ VFab: VFab
72209
71816
  VExpansionPanels: VExpansionPanels
72210
71817
  VExpansionPanel: VExpansionPanel
72211
71818
  VExpansionPanelText: VExpansionPanelText
72212
71819
  VExpansionPanelTitle: VExpansionPanelTitle
72213
- VDialog: VDialog
72214
- VField: VField
72215
- VFieldLabel: VFieldLabel
72216
- VFooter: VFooter
72217
- VFab: VFab
72218
71820
  VFileInput: VFileInput
72219
- VDivider: VDivider
72220
- VInput: VInput
72221
71821
  VIcon: VIcon
72222
71822
  VComponentIcon: VComponentIcon
72223
71823
  VSvgIcon: VSvgIcon
72224
71824
  VLigatureIcon: VLigatureIcon
72225
71825
  VClassIcon: VClassIcon
72226
- VKbd: VKbd
71826
+ VFooter: VFooter
71827
+ VField: VField
71828
+ VFieldLabel: VFieldLabel
71829
+ VInfiniteScroll: VInfiniteScroll
72227
71830
  VItemGroup: VItemGroup
72228
71831
  VItem: VItem
71832
+ VInput: VInput
72229
71833
  VImg: VImg
71834
+ VLabel: VLabel
72230
71835
  VList: VList
72231
71836
  VListGroup: VListGroup
72232
71837
  VListImg: VListImg
@@ -72237,50 +71842,49 @@ declare module 'vue' {
72237
71842
  VListItemTitle: VListItemTitle
72238
71843
  VListSubheader: VListSubheader
72239
71844
  VMain: VMain
72240
- VInfiniteScroll: VInfiniteScroll
72241
- VNavigationDrawer: VNavigationDrawer
72242
- VLabel: VLabel
72243
- VMenu: VMenu
71845
+ VKbd: VKbd
72244
71846
  VMessages: VMessages
71847
+ VMenu: VMenu
71848
+ VNavigationDrawer: VNavigationDrawer
72245
71849
  VOverlay: VOverlay
72246
- VPagination: VPagination
72247
- VProgressCircular: VProgressCircular
72248
71850
  VOtpInput: VOtpInput
72249
- VRating: VRating
72250
71851
  VProgressLinear: VProgressLinear
72251
71852
  VRadioGroup: VRadioGroup
72252
- VSelectionControlGroup: VSelectionControlGroup
71853
+ VProgressCircular: VProgressCircular
71854
+ VPagination: VPagination
71855
+ VRating: VRating
71856
+ VSelect: VSelect
71857
+ VSelectionControl: VSelectionControl
72253
71858
  VSheet: VSheet
71859
+ VSnackbar: VSnackbar
72254
71860
  VSlideGroup: VSlideGroup
72255
71861
  VSlideGroupItem: VSlideGroupItem
72256
- VSelectionControl: VSelectionControl
72257
- VSelect: VSelect
72258
- VSnackbar: VSnackbar
71862
+ VSelectionControlGroup: VSelectionControlGroup
72259
71863
  VSkeletonLoader: VSkeletonLoader
72260
- VSystemBar: VSystemBar
71864
+ VSlider: VSlider
72261
71865
  VStepper: VStepper
72262
71866
  VStepperActions: VStepperActions
72263
71867
  VStepperHeader: VStepperHeader
72264
71868
  VStepperItem: VStepperItem
72265
71869
  VStepperWindow: VStepperWindow
72266
71870
  VStepperWindowItem: VStepperWindowItem
72267
- VSlider: VSlider
72268
- VSwitch: VSwitch
72269
- VTextarea: VTextarea
72270
71871
  VTab: VTab
72271
71872
  VTabs: VTabs
72272
71873
  VTabsWindow: VTabsWindow
72273
71874
  VTabsWindowItem: VTabsWindowItem
72274
- VTextField: VTextField
71875
+ VSystemBar: VSystemBar
72275
71876
  VToolbar: VToolbar
72276
71877
  VToolbarTitle: VToolbarTitle
72277
71878
  VToolbarItems: VToolbarItems
72278
- VTimeline: VTimeline
72279
- VTimelineItem: VTimelineItem
72280
- VTooltip: VTooltip
71879
+ VTextarea: VTextarea
71880
+ VTextField: VTextField
71881
+ VSwitch: VSwitch
72281
71882
  VTable: VTable
71883
+ VTooltip: VTooltip
72282
71884
  VWindow: VWindow
72283
71885
  VWindowItem: VWindowItem
71886
+ VTimeline: VTimeline
71887
+ VTimelineItem: VTimelineItem
72284
71888
  VConfirmEdit: VConfirmEdit
72285
71889
  VDataIterator: VDataIterator
72286
71890
  VDefaultsProvider: VDefaultsProvider
@@ -72292,18 +71896,18 @@ declare module 'vue' {
72292
71896
  VHover: VHover
72293
71897
  VLayout: VLayout
72294
71898
  VLayoutItem: VLayoutItem
72295
- VLocaleProvider: VLocaleProvider
72296
71899
  VLazy: VLazy
71900
+ VLocaleProvider: VLocaleProvider
72297
71901
  VNoSsr: VNoSsr
72298
71902
  VParallax: VParallax
72299
- VRangeSlider: VRangeSlider
72300
71903
  VRadio: VRadio
71904
+ VRangeSlider: VRangeSlider
72301
71905
  VResponsive: VResponsive
72302
71906
  VSparkline: VSparkline
72303
71907
  VSpeedDial: VSpeedDial
72304
71908
  VThemeProvider: VThemeProvider
72305
- VValidation: VValidation
72306
71909
  VVirtualScroll: VVirtualScroll
71910
+ VValidation: VValidation
72307
71911
  VFabTransition: VFabTransition
72308
71912
  VDialogBottomTransition: VDialogBottomTransition
72309
71913
  VDialogTopTransition: VDialogTopTransition
@@ -72320,28 +71924,31 @@ declare module 'vue' {
72320
71924
  VExpandTransition: VExpandTransition
72321
71925
  VExpandXTransition: VExpandXTransition
72322
71926
  VDialogTransition: VDialogTransition
72323
- VFileUpload: VFileUpload
72324
- VFileUploadItem: VFileUploadItem
71927
+ VAppBar: VAppBar
71928
+ VAppBarNavIcon: VAppBarNavIcon
71929
+ VAppBarTitle: VAppBarTitle
71930
+ VNumberInput: VNumberInput
71931
+ VPicker: VPicker
71932
+ VPickerTitle: VPickerTitle
72325
71933
  VCalendar: VCalendar
72326
71934
  VCalendarDay: VCalendarDay
72327
71935
  VCalendarHeader: VCalendarHeader
72328
71936
  VCalendarInterval: VCalendarInterval
72329
71937
  VCalendarIntervalEvent: VCalendarIntervalEvent
72330
71938
  VCalendarMonthDay: VCalendarMonthDay
72331
- VPicker: VPicker
72332
- VPickerTitle: VPickerTitle
72333
- VNumberInput: VNumberInput
72334
- VTimePicker: VTimePicker
72335
- VTimePickerClock: VTimePickerClock
72336
- VTimePickerControls: VTimePickerControls
71939
+ VFileUpload: VFileUpload
71940
+ VFileUploadItem: VFileUploadItem
72337
71941
  VStepperVertical: VStepperVertical
72338
71942
  VStepperVerticalItem: VStepperVerticalItem
72339
71943
  VStepperVerticalActions: VStepperVerticalActions
72340
71944
  VTreeview: VTreeview
72341
71945
  VTreeviewItem: VTreeviewItem
72342
71946
  VTreeviewGroup: VTreeviewGroup
71947
+ VTimePicker: VTimePicker
71948
+ VTimePickerClock: VTimePickerClock
71949
+ VTimePickerControls: VTimePickerControls
72343
71950
  VDateInput: VDateInput
72344
- VSnackbarQueue: VSnackbarQueue
72345
71951
  VPullToRefresh: VPullToRefresh
71952
+ VSnackbarQueue: VSnackbarQueue
72346
71953
  }
72347
71954
  }