@vuetify/nightly 3.9.0-master.2025-07-09 → 3.9.0-next.2025-07-09

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 (209) hide show
  1. package/CHANGELOG.md +20 -9
  2. package/dist/json/attributes.json +3539 -3539
  3. package/dist/json/importMap-labs.json +14 -14
  4. package/dist/json/importMap.json +130 -130
  5. package/dist/json/web-types.json +6434 -6398
  6. package/dist/vuetify-labs.cjs +55 -36
  7. package/dist/vuetify-labs.css +26440 -28193
  8. package/dist/vuetify-labs.d.ts +197 -590
  9. package/dist/vuetify-labs.esm.js +55 -36
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +55 -36
  12. package/dist/vuetify-labs.min.css +3 -4
  13. package/dist/vuetify.cjs +47 -28
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +22837 -24587
  16. package/dist/vuetify.d.ts +197 -590
  17. package/dist/vuetify.esm.js +47 -28
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +47 -28
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +3 -4
  22. package/dist/vuetify.min.js +18 -18
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VAlert/VAlert.css +211 -220
  25. package/lib/components/VApp/VApp.css +16 -15
  26. package/lib/components/VAppBar/VAppBar.css +14 -12
  27. package/lib/components/VAutocomplete/VAutocomplete.css +85 -84
  28. package/lib/components/VAutocomplete/VAutocomplete.d.ts +18 -9
  29. package/lib/components/VAutocomplete/VAutocomplete.js +6 -3
  30. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  31. package/lib/components/VAvatar/VAvatar.css +108 -106
  32. package/lib/components/VBadge/VBadge.css +77 -77
  33. package/lib/components/VBanner/VBanner.css +161 -166
  34. package/lib/components/VBottomNavigation/VBottomNavigation.css +65 -64
  35. package/lib/components/VBottomSheet/VBottomSheet.css +34 -31
  36. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +54 -57
  37. package/lib/components/VBtn/VBtn.css +400 -436
  38. package/lib/components/VBtn/VBtn.sass +10 -23
  39. package/lib/components/VBtn/_variables.scss +1 -1
  40. package/lib/components/VBtnGroup/VBtnGroup.css +87 -88
  41. package/lib/components/VBtnToggle/VBtnToggle.css +16 -14
  42. package/lib/components/VCard/VCard.css +294 -302
  43. package/lib/components/VCarousel/VCarousel.css +62 -64
  44. package/lib/components/VCarousel/VCarousel.sass +1 -1
  45. package/lib/components/VCheckbox/VCheckbox.css +7 -5
  46. package/lib/components/VChip/VChip.css +378 -411
  47. package/lib/components/VChipGroup/VChipGroup.css +19 -18
  48. package/lib/components/VCode/VCode.css +13 -11
  49. package/lib/components/VColorPicker/VColorPicker.css +23 -23
  50. package/lib/components/VColorPicker/VColorPickerCanvas.css +24 -22
  51. package/lib/components/VColorPicker/VColorPickerEdit.css +29 -28
  52. package/lib/components/VColorPicker/VColorPickerPreview.css +69 -67
  53. package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -2
  54. package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
  55. package/lib/components/VCombobox/VCombobox.css +85 -84
  56. package/lib/components/VCombobox/VCombobox.d.ts +18 -9
  57. package/lib/components/VCombobox/VCombobox.js +6 -3
  58. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  59. package/lib/components/VCounter/VCounter.css +7 -5
  60. package/lib/components/VDataTable/VDataTable.css +202 -200
  61. package/lib/components/VDataTable/VDataTable.sass +20 -10
  62. package/lib/components/VDataTable/VDataTableFooter.css +33 -31
  63. package/lib/components/VDataTable/VDataTableFooter.js +7 -7
  64. package/lib/components/VDataTable/VDataTableFooter.js.map +1 -1
  65. package/lib/components/VDatePicker/VDatePicker.css +8 -6
  66. package/lib/components/VDatePicker/VDatePickerControls.css +56 -58
  67. package/lib/components/VDatePicker/VDatePickerHeader.css +56 -60
  68. package/lib/components/VDatePicker/VDatePickerMonth.css +46 -50
  69. package/lib/components/VDatePicker/VDatePickerMonths.css +20 -19
  70. package/lib/components/VDatePicker/VDatePickerYears.css +16 -15
  71. package/lib/components/VDialog/VDialog.css +98 -98
  72. package/lib/components/VDivider/VDivider.css +52 -52
  73. package/lib/components/VEmptyState/VEmptyState.css +62 -67
  74. package/lib/components/VExpansionPanel/VExpansionPanel.css +203 -209
  75. package/lib/components/VExpansionPanel/VExpansionPanel.sass +27 -25
  76. package/lib/components/VFab/VFab.css +78 -73
  77. package/lib/components/VFab/VFab.sass +5 -4
  78. package/lib/components/VField/VField.css +541 -589
  79. package/lib/components/VField/VField.sass +4 -11
  80. package/lib/components/VField/_variables.scss +1 -1
  81. package/lib/components/VFileInput/VFileInput.css +34 -32
  82. package/lib/components/VFileInput/VFileInput.js +1 -1
  83. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  84. package/lib/components/VFooter/VFooter.css +38 -36
  85. package/lib/components/VForm/VForm.d.ts +111 -531
  86. package/lib/components/VForm/VForm.js +11 -1
  87. package/lib/components/VForm/VForm.js.map +1 -1
  88. package/lib/components/VGrid/VGrid.css +565 -592
  89. package/lib/components/VIcon/VIcon.css +52 -53
  90. package/lib/components/VImg/VImg.css +50 -51
  91. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +36 -37
  92. package/lib/components/VInput/VInput.css +136 -147
  93. package/lib/components/VItemGroup/VItemGroup.css +7 -5
  94. package/lib/components/VKbd/VKbd.css +33 -31
  95. package/lib/components/VLabel/VLabel.css +16 -15
  96. package/lib/components/VLayout/VLayout.css +10 -8
  97. package/lib/components/VLayout/VLayoutItem.css +8 -7
  98. package/lib/components/VList/VList.css +104 -108
  99. package/lib/components/VList/VList.sass +1 -1
  100. package/lib/components/VList/VListItem.css +442 -454
  101. package/lib/components/VList/VListItem.sass +2 -1
  102. package/lib/components/VLocaleProvider/VLocaleProvider.css +4 -2
  103. package/lib/components/VMain/VMain.css +32 -30
  104. package/lib/components/VMenu/VMenu.css +21 -19
  105. package/lib/components/VMessages/VMessages.css +17 -15
  106. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +102 -104
  107. package/lib/components/VNumberInput/VNumberInput.css +59 -57
  108. package/lib/components/VOtpInput/VOtpInput.css +56 -58
  109. package/lib/components/VOtpInput/VOtpInput.js +2 -2
  110. package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
  111. package/lib/components/VOverlay/VOverlay.css +61 -64
  112. package/lib/components/VOverlay/VOverlay.sass +14 -13
  113. package/lib/components/VPagination/VPagination.css +10 -8
  114. package/lib/components/VParallax/VParallax.css +8 -6
  115. package/lib/components/VProgressCircular/VProgressCircular.css +95 -101
  116. package/lib/components/VProgressLinear/VProgressLinear.css +209 -222
  117. package/lib/components/VRadioGroup/VRadioGroup.css +14 -12
  118. package/lib/components/VRating/VRating.css +52 -53
  119. package/lib/components/VResponsive/VResponsive.css +25 -26
  120. package/lib/components/VSelect/VSelect.css +59 -57
  121. package/lib/components/VSelect/VSelect.d.ts +18 -9
  122. package/lib/components/VSelect/VSelect.js +6 -3
  123. package/lib/components/VSelect/VSelect.js.map +1 -1
  124. package/lib/components/VSelectionControl/VSelectionControl.css +98 -100
  125. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +10 -8
  126. package/lib/components/VSheet/VSheet.css +38 -36
  127. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +225 -224
  128. package/lib/components/VSlideGroup/VSlideGroup.css +53 -55
  129. package/lib/components/VSlider/VSlider.css +53 -57
  130. package/lib/components/VSlider/VSliderThumb.css +142 -153
  131. package/lib/components/VSlider/VSliderTrack.css +155 -174
  132. package/lib/components/VSnackbar/VSnackbar.css +140 -140
  133. package/lib/components/VSnackbar/VSnackbar.js +1 -1
  134. package/lib/components/VSnackbar/VSnackbar.js.map +1 -1
  135. package/lib/components/VSpeedDial/VSpeedDial.css +43 -41
  136. package/lib/components/VStepper/VStepper.css +55 -56
  137. package/lib/components/VStepper/VStepperItem.css +112 -115
  138. package/lib/components/VSwitch/VSwitch.css +129 -139
  139. package/lib/components/VSystemBar/VSystemBar.css +45 -43
  140. package/lib/components/VTable/VTable.css +142 -143
  141. package/lib/components/VTable/VTable.sass +4 -2
  142. package/lib/components/VTabs/VTab.css +30 -29
  143. package/lib/components/VTabs/VTabs.css +59 -65
  144. package/lib/components/VTextField/VTextField.css +77 -85
  145. package/lib/components/VTextarea/VTextarea.css +48 -40
  146. package/lib/components/VTextarea/VTextarea.sass +4 -2
  147. package/lib/components/VThemeProvider/VThemeProvider.css +5 -3
  148. package/lib/components/VTimePicker/VTimePicker.css +4 -2
  149. package/lib/components/VTimePicker/VTimePickerClock.css +127 -130
  150. package/lib/components/VTimePicker/VTimePickerControls.css +103 -104
  151. package/lib/components/VTimeline/VTimeline.css +388 -427
  152. package/lib/components/VToolbar/VToolbar.css +137 -144
  153. package/lib/components/VTooltip/VTooltip.css +27 -23
  154. package/lib/components/VTooltip/VTooltip.sass +8 -6
  155. package/lib/components/VTreeview/VTreeview.js +1 -1
  156. package/lib/components/VTreeview/VTreeview.js.map +1 -1
  157. package/lib/components/VTreeview/VTreeviewItem.css +83 -85
  158. package/lib/components/VVirtualScroll/VVirtualScroll.css +11 -9
  159. package/lib/components/VWindow/VWindow.css +88 -85
  160. package/lib/composables/theme.js +3 -3
  161. package/lib/composables/theme.js.map +1 -1
  162. package/lib/directives/ripple/VRipple.css +38 -36
  163. package/lib/entry-bundler.js +1 -1
  164. package/lib/entry-bundler.js.map +1 -1
  165. package/lib/framework.d.ts +45 -45
  166. package/lib/framework.js +1 -1
  167. package/lib/framework.js.map +1 -1
  168. package/lib/labs/VCalendar/VCalendar.css +219 -225
  169. package/lib/labs/VCalendar/VCalendarDay.css +40 -41
  170. package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
  171. package/lib/labs/VCalendar/VCalendarInterval.css +43 -42
  172. package/lib/labs/VCalendar/VCalendarIntervalEvent.css +7 -5
  173. package/lib/labs/VCalendar/VCalendarMonthDay.css +61 -58
  174. package/lib/labs/VCalendar/VCalendarMonthDay.sass +3 -2
  175. package/lib/labs/VColorInput/VColorInput.css +5 -3
  176. package/lib/labs/VColorInput/VColorInput.js +1 -1
  177. package/lib/labs/VColorInput/VColorInput.js.map +1 -1
  178. package/lib/labs/VDateInput/VDateInput.js +1 -1
  179. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  180. package/lib/labs/VFileUpload/VFileUpload.css +74 -77
  181. package/lib/labs/VFileUpload/VFileUpload.js +1 -1
  182. package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
  183. package/lib/labs/VHotkey/VHotkey.css +242 -241
  184. package/lib/labs/VIconBtn/VIconBtn.css +162 -164
  185. package/lib/labs/VPicker/VPicker.css +62 -67
  186. package/lib/labs/VStepperVertical/VStepperVertical.js +4 -4
  187. package/lib/labs/VStepperVertical/VStepperVertical.js.map +1 -1
  188. package/lib/labs/VStepperVertical/VStepperVerticalItem.js +1 -1
  189. package/lib/labs/VStepperVertical/VStepperVerticalItem.js.map +1 -1
  190. package/lib/styles/elements/_global.sass +1 -1
  191. package/lib/styles/generic/_colors.scss +3 -3
  192. package/lib/styles/generic/_layers.scss +13 -1
  193. package/lib/styles/generic/_reset.scss +0 -1
  194. package/lib/styles/generic/_transitions.scss +32 -32
  195. package/lib/styles/main.css +14677 -16153
  196. package/lib/styles/settings/_utilities.scss +0 -5
  197. package/lib/styles/settings/_variables.scss +2 -3
  198. package/lib/styles/tools/_border.sass +4 -4
  199. package/lib/styles/tools/_display.sass +0 -10
  200. package/lib/styles/tools/_elevation.sass +2 -2
  201. package/lib/styles/tools/_index.sass +0 -2
  202. package/lib/styles/tools/_layer.scss +4 -2
  203. package/lib/styles/tools/_position.sass +2 -2
  204. package/lib/styles/tools/_rounded.sass +2 -2
  205. package/lib/styles/tools/_utilities.sass +1 -5
  206. package/lib/styles/utilities/_elevation.scss +1 -1
  207. package/package.json +1 -1
  208. package/lib/styles/tools/_bootable.sass +0 -3
  209. package/lib/styles/tools/_radius.sass +0 -10
@@ -13653,17 +13653,20 @@ declare const VAutocomplete: {
13653
13653
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
13654
13654
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
13655
13655
  item: (arg: {
13656
- item: ListItem<unknown>;
13656
+ item: unknown;
13657
+ internalItem: ListItem<unknown>;
13657
13658
  index: number;
13658
13659
  props: Record<string, unknown>;
13659
13660
  }) => vue.VNode[];
13660
13661
  chip: (arg: {
13661
- item: ListItem<unknown>;
13662
+ item: unknown;
13663
+ internalItem: ListItem<unknown>;
13662
13664
  index: number;
13663
13665
  props: Record<string, unknown>;
13664
13666
  }) => vue.VNode[];
13665
13667
  selection: (arg: {
13666
- item: ListItem<unknown>;
13668
+ item: unknown;
13669
+ internalItem: ListItem<unknown>;
13667
13670
  index: number;
13668
13671
  }) => vue.VNode[];
13669
13672
  subheader: (arg: {
@@ -18669,17 +18672,20 @@ declare const VAutocomplete: {
18669
18672
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
18670
18673
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
18671
18674
  item: (arg: {
18672
- item: ListItem<unknown>;
18675
+ item: unknown;
18676
+ internalItem: ListItem<unknown>;
18673
18677
  index: number;
18674
18678
  props: Record<string, unknown>;
18675
18679
  }) => vue.VNode[];
18676
18680
  chip: (arg: {
18677
- item: ListItem<unknown>;
18681
+ item: unknown;
18682
+ internalItem: ListItem<unknown>;
18678
18683
  index: number;
18679
18684
  props: Record<string, unknown>;
18680
18685
  }) => vue.VNode[];
18681
18686
  selection: (arg: {
18682
- item: ListItem<unknown>;
18687
+ item: unknown;
18688
+ internalItem: ListItem<unknown>;
18683
18689
  index: number;
18684
18690
  }) => vue.VNode[];
18685
18691
  subheader: (arg: {
@@ -18704,17 +18710,20 @@ declare const VAutocomplete: {
18704
18710
  "onUpdate:modelValue"?: (value: V) => void;
18705
18711
  }, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
18706
18712
  item: {
18707
- item: ListItem<Item>;
18713
+ item: Item;
18714
+ internalItem: ListItem<Item>;
18708
18715
  index: number;
18709
18716
  props: Record<string, unknown>;
18710
18717
  };
18711
18718
  chip: {
18712
- item: ListItem<Item>;
18719
+ item: Item;
18720
+ internalItem: ListItem<Item>;
18713
18721
  index: number;
18714
18722
  props: Record<string, unknown>;
18715
18723
  };
18716
18724
  selection: {
18717
- item: ListItem<Item>;
18725
+ item: Item;
18726
+ internalItem: ListItem<Item>;
18718
18727
  index: number;
18719
18728
  };
18720
18729
  subheader: {
@@ -31559,17 +31568,20 @@ declare const VCombobox: {
31559
31568
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
31560
31569
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
31561
31570
  item: (arg: {
31562
- item: ListItem<unknown>;
31571
+ item: unknown;
31572
+ internalItem: ListItem<unknown>;
31563
31573
  index: number;
31564
31574
  props: Record<string, unknown>;
31565
31575
  }) => vue.VNode[];
31566
31576
  chip: (arg: {
31567
- item: ListItem<unknown>;
31577
+ item: unknown;
31578
+ internalItem: ListItem<unknown>;
31568
31579
  index: number;
31569
31580
  props: Record<string, unknown>;
31570
31581
  }) => vue.VNode[];
31571
31582
  selection: (arg: {
31572
- item: ListItem<unknown>;
31583
+ item: unknown;
31584
+ internalItem: ListItem<unknown>;
31573
31585
  index: number;
31574
31586
  }) => vue.VNode[];
31575
31587
  subheader: (arg: {
@@ -36571,17 +36583,20 @@ declare const VCombobox: {
36571
36583
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
36572
36584
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
36573
36585
  item: (arg: {
36574
- item: ListItem<unknown>;
36586
+ item: unknown;
36587
+ internalItem: ListItem<unknown>;
36575
36588
  index: number;
36576
36589
  props: Record<string, unknown>;
36577
36590
  }) => vue.VNode[];
36578
36591
  chip: (arg: {
36579
- item: ListItem<unknown>;
36592
+ item: unknown;
36593
+ internalItem: ListItem<unknown>;
36580
36594
  index: number;
36581
36595
  props: Record<string, unknown>;
36582
36596
  }) => vue.VNode[];
36583
36597
  selection: (arg: {
36584
- item: ListItem<unknown>;
36598
+ item: unknown;
36599
+ internalItem: ListItem<unknown>;
36585
36600
  index: number;
36586
36601
  }) => vue.VNode[];
36587
36602
  subheader: (arg: {
@@ -36606,17 +36621,20 @@ declare const VCombobox: {
36606
36621
  "onUpdate:modelValue"?: (value: V) => void;
36607
36622
  }, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
36608
36623
  item: {
36609
- item: ListItem<Item>;
36624
+ item: Item;
36625
+ internalItem: ListItem<Item>;
36610
36626
  index: number;
36611
36627
  props: Record<string, unknown>;
36612
36628
  };
36613
36629
  chip: {
36614
- item: ListItem<Item>;
36630
+ item: Item;
36631
+ internalItem: ListItem<Item>;
36615
36632
  index: number;
36616
36633
  props: Record<string, unknown>;
36617
36634
  };
36618
36635
  selection: {
36619
- item: ListItem<Item>;
36636
+ item: Item;
36637
+ internalItem: ListItem<Item>;
36620
36638
  index: number;
36621
36639
  };
36622
36640
  subheader: {
@@ -49055,169 +49073,49 @@ declare const VForm: {
49055
49073
  } & {
49056
49074
  $children?: vue.VNodeChild | {
49057
49075
  default?: ((arg: {
49058
- errors: vue.Ref<{
49059
- id: number | string;
49060
- errorMessages: string[];
49061
- }[], FieldValidationResult[] | {
49062
- id: number | string;
49063
- errorMessages: string[];
49064
- }[]>;
49065
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
49066
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
49067
- isValidating: vue.ShallowRef<boolean, boolean>;
49068
- isValid: vue.Ref<boolean | null, boolean | null> & {
49069
- readonly externalValue: boolean | null;
49070
- };
49071
- items: vue.Ref<{
49072
- id: number | string;
49073
- validate: () => Promise<string[]>;
49074
- reset: () => Promise<void>;
49075
- resetValidation: () => Promise<void>;
49076
- vm: vue.Raw<vue.ComponentInternalInstance>;
49077
- isValid: boolean | null;
49078
- errorMessages: string[];
49079
- }[], FormField[] | {
49080
- id: number | string;
49081
- validate: () => Promise<string[]>;
49082
- reset: () => Promise<void>;
49083
- resetValidation: () => Promise<void>;
49084
- vm: vue.Raw<vue.ComponentInternalInstance>;
49085
- isValid: boolean | null;
49086
- errorMessages: string[];
49087
- }[]>;
49088
- validate: () => Promise<{
49089
- valid: boolean;
49090
- errors: {
49091
- id: number | string;
49092
- errorMessages: string[];
49093
- }[];
49094
- }>;
49076
+ errors: FieldValidationResult[];
49077
+ isDisabled: boolean;
49078
+ isReadonly: boolean;
49079
+ isValidating: boolean;
49080
+ isValid: boolean | null;
49081
+ items: FormField[];
49082
+ validate: () => Promise<FormValidationResult>;
49095
49083
  reset: () => void;
49096
49084
  resetValidation: () => void;
49097
49085
  }) => vue.VNodeChild) | undefined;
49098
49086
  } | ((arg: {
49099
- errors: vue.Ref<{
49100
- id: number | string;
49101
- errorMessages: string[];
49102
- }[], FieldValidationResult[] | {
49103
- id: number | string;
49104
- errorMessages: string[];
49105
- }[]>;
49106
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
49107
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
49108
- isValidating: vue.ShallowRef<boolean, boolean>;
49109
- isValid: vue.Ref<boolean | null, boolean | null> & {
49110
- readonly externalValue: boolean | null;
49111
- };
49112
- items: vue.Ref<{
49113
- id: number | string;
49114
- validate: () => Promise<string[]>;
49115
- reset: () => Promise<void>;
49116
- resetValidation: () => Promise<void>;
49117
- vm: vue.Raw<vue.ComponentInternalInstance>;
49118
- isValid: boolean | null;
49119
- errorMessages: string[];
49120
- }[], FormField[] | {
49121
- id: number | string;
49122
- validate: () => Promise<string[]>;
49123
- reset: () => Promise<void>;
49124
- resetValidation: () => Promise<void>;
49125
- vm: vue.Raw<vue.ComponentInternalInstance>;
49126
- isValid: boolean | null;
49127
- errorMessages: string[];
49128
- }[]>;
49129
- validate: () => Promise<{
49130
- valid: boolean;
49131
- errors: {
49132
- id: number | string;
49133
- errorMessages: string[];
49134
- }[];
49135
- }>;
49087
+ errors: FieldValidationResult[];
49088
+ isDisabled: boolean;
49089
+ isReadonly: boolean;
49090
+ isValidating: boolean;
49091
+ isValid: boolean | null;
49092
+ items: FormField[];
49093
+ validate: () => Promise<FormValidationResult>;
49136
49094
  reset: () => void;
49137
49095
  resetValidation: () => void;
49138
49096
  }) => vue.VNodeChild);
49139
49097
  'v-slots'?: {
49140
49098
  default?: false | ((arg: {
49141
- errors: vue.Ref<{
49142
- id: number | string;
49143
- errorMessages: string[];
49144
- }[], FieldValidationResult[] | {
49145
- id: number | string;
49146
- errorMessages: string[];
49147
- }[]>;
49148
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
49149
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
49150
- isValidating: vue.ShallowRef<boolean, boolean>;
49151
- isValid: vue.Ref<boolean | null, boolean | null> & {
49152
- readonly externalValue: boolean | null;
49153
- };
49154
- items: vue.Ref<{
49155
- id: number | string;
49156
- validate: () => Promise<string[]>;
49157
- reset: () => Promise<void>;
49158
- resetValidation: () => Promise<void>;
49159
- vm: vue.Raw<vue.ComponentInternalInstance>;
49160
- isValid: boolean | null;
49161
- errorMessages: string[];
49162
- }[], FormField[] | {
49163
- id: number | string;
49164
- validate: () => Promise<string[]>;
49165
- reset: () => Promise<void>;
49166
- resetValidation: () => Promise<void>;
49167
- vm: vue.Raw<vue.ComponentInternalInstance>;
49168
- isValid: boolean | null;
49169
- errorMessages: string[];
49170
- }[]>;
49171
- validate: () => Promise<{
49172
- valid: boolean;
49173
- errors: {
49174
- id: number | string;
49175
- errorMessages: string[];
49176
- }[];
49177
- }>;
49099
+ errors: FieldValidationResult[];
49100
+ isDisabled: boolean;
49101
+ isReadonly: boolean;
49102
+ isValidating: boolean;
49103
+ isValid: boolean | null;
49104
+ items: FormField[];
49105
+ validate: () => Promise<FormValidationResult>;
49178
49106
  reset: () => void;
49179
49107
  resetValidation: () => void;
49180
49108
  }) => vue.VNodeChild) | undefined;
49181
49109
  } | undefined;
49182
49110
  } & {
49183
49111
  "v-slot:default"?: false | ((arg: {
49184
- errors: vue.Ref<{
49185
- id: number | string;
49186
- errorMessages: string[];
49187
- }[], FieldValidationResult[] | {
49188
- id: number | string;
49189
- errorMessages: string[];
49190
- }[]>;
49191
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
49192
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
49193
- isValidating: vue.ShallowRef<boolean, boolean>;
49194
- isValid: vue.Ref<boolean | null, boolean | null> & {
49195
- readonly externalValue: boolean | null;
49196
- };
49197
- items: vue.Ref<{
49198
- id: number | string;
49199
- validate: () => Promise<string[]>;
49200
- reset: () => Promise<void>;
49201
- resetValidation: () => Promise<void>;
49202
- vm: vue.Raw<vue.ComponentInternalInstance>;
49203
- isValid: boolean | null;
49204
- errorMessages: string[];
49205
- }[], FormField[] | {
49206
- id: number | string;
49207
- validate: () => Promise<string[]>;
49208
- reset: () => Promise<void>;
49209
- resetValidation: () => Promise<void>;
49210
- vm: vue.Raw<vue.ComponentInternalInstance>;
49211
- isValid: boolean | null;
49212
- errorMessages: string[];
49213
- }[]>;
49214
- validate: () => Promise<{
49215
- valid: boolean;
49216
- errors: {
49217
- id: number | string;
49218
- errorMessages: string[];
49219
- }[];
49220
- }>;
49112
+ errors: FieldValidationResult[];
49113
+ isDisabled: boolean;
49114
+ isReadonly: boolean;
49115
+ isValidating: boolean;
49116
+ isValid: boolean | null;
49117
+ items: FormField[];
49118
+ validate: () => Promise<FormValidationResult>;
49221
49119
  reset: () => void;
49222
49120
  resetValidation: () => void;
49223
49121
  }) => vue.VNodeChild) | undefined;
@@ -49318,43 +49216,13 @@ declare const VForm: {
49318
49216
  fastFail: boolean;
49319
49217
  }, true, {}, vue.SlotsType<Partial<{
49320
49218
  default: (arg: {
49321
- errors: vue.Ref<{
49322
- id: number | string;
49323
- errorMessages: string[];
49324
- }[], FieldValidationResult[] | {
49325
- id: number | string;
49326
- errorMessages: string[];
49327
- }[]>;
49328
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
49329
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
49330
- isValidating: vue.ShallowRef<boolean, boolean>;
49331
- isValid: vue.Ref<boolean | null, boolean | null> & {
49332
- readonly externalValue: boolean | null;
49333
- };
49334
- items: vue.Ref<{
49335
- id: number | string;
49336
- validate: () => Promise<string[]>;
49337
- reset: () => Promise<void>;
49338
- resetValidation: () => Promise<void>;
49339
- vm: vue.Raw<vue.ComponentInternalInstance>;
49340
- isValid: boolean | null;
49341
- errorMessages: string[];
49342
- }[], FormField[] | {
49343
- id: number | string;
49344
- validate: () => Promise<string[]>;
49345
- reset: () => Promise<void>;
49346
- resetValidation: () => Promise<void>;
49347
- vm: vue.Raw<vue.ComponentInternalInstance>;
49348
- isValid: boolean | null;
49349
- errorMessages: string[];
49350
- }[]>;
49351
- validate: () => Promise<{
49352
- valid: boolean;
49353
- errors: {
49354
- id: number | string;
49355
- errorMessages: string[];
49356
- }[];
49357
- }>;
49219
+ errors: FieldValidationResult[];
49220
+ isDisabled: boolean;
49221
+ isReadonly: boolean;
49222
+ isValidating: boolean;
49223
+ isValid: boolean | null;
49224
+ items: FormField[];
49225
+ validate: () => Promise<FormValidationResult>;
49358
49226
  reset: () => void;
49359
49227
  resetValidation: () => void;
49360
49228
  }) => vue.VNode[];
@@ -49377,169 +49245,49 @@ declare const VForm: {
49377
49245
  } & {
49378
49246
  $children?: vue.VNodeChild | {
49379
49247
  default?: ((arg: {
49380
- errors: vue.Ref<{
49381
- id: number | string;
49382
- errorMessages: string[];
49383
- }[], FieldValidationResult[] | {
49384
- id: number | string;
49385
- errorMessages: string[];
49386
- }[]>;
49387
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
49388
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
49389
- isValidating: vue.ShallowRef<boolean, boolean>;
49390
- isValid: vue.Ref<boolean | null, boolean | null> & {
49391
- readonly externalValue: boolean | null;
49392
- };
49393
- items: vue.Ref<{
49394
- id: number | string;
49395
- validate: () => Promise<string[]>;
49396
- reset: () => Promise<void>;
49397
- resetValidation: () => Promise<void>;
49398
- vm: vue.Raw<vue.ComponentInternalInstance>;
49399
- isValid: boolean | null;
49400
- errorMessages: string[];
49401
- }[], FormField[] | {
49402
- id: number | string;
49403
- validate: () => Promise<string[]>;
49404
- reset: () => Promise<void>;
49405
- resetValidation: () => Promise<void>;
49406
- vm: vue.Raw<vue.ComponentInternalInstance>;
49407
- isValid: boolean | null;
49408
- errorMessages: string[];
49409
- }[]>;
49410
- validate: () => Promise<{
49411
- valid: boolean;
49412
- errors: {
49413
- id: number | string;
49414
- errorMessages: string[];
49415
- }[];
49416
- }>;
49248
+ errors: FieldValidationResult[];
49249
+ isDisabled: boolean;
49250
+ isReadonly: boolean;
49251
+ isValidating: boolean;
49252
+ isValid: boolean | null;
49253
+ items: FormField[];
49254
+ validate: () => Promise<FormValidationResult>;
49417
49255
  reset: () => void;
49418
49256
  resetValidation: () => void;
49419
49257
  }) => vue.VNodeChild) | undefined;
49420
49258
  } | ((arg: {
49421
- errors: vue.Ref<{
49422
- id: number | string;
49423
- errorMessages: string[];
49424
- }[], FieldValidationResult[] | {
49425
- id: number | string;
49426
- errorMessages: string[];
49427
- }[]>;
49428
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
49429
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
49430
- isValidating: vue.ShallowRef<boolean, boolean>;
49431
- isValid: vue.Ref<boolean | null, boolean | null> & {
49432
- readonly externalValue: boolean | null;
49433
- };
49434
- items: vue.Ref<{
49435
- id: number | string;
49436
- validate: () => Promise<string[]>;
49437
- reset: () => Promise<void>;
49438
- resetValidation: () => Promise<void>;
49439
- vm: vue.Raw<vue.ComponentInternalInstance>;
49440
- isValid: boolean | null;
49441
- errorMessages: string[];
49442
- }[], FormField[] | {
49443
- id: number | string;
49444
- validate: () => Promise<string[]>;
49445
- reset: () => Promise<void>;
49446
- resetValidation: () => Promise<void>;
49447
- vm: vue.Raw<vue.ComponentInternalInstance>;
49448
- isValid: boolean | null;
49449
- errorMessages: string[];
49450
- }[]>;
49451
- validate: () => Promise<{
49452
- valid: boolean;
49453
- errors: {
49454
- id: number | string;
49455
- errorMessages: string[];
49456
- }[];
49457
- }>;
49259
+ errors: FieldValidationResult[];
49260
+ isDisabled: boolean;
49261
+ isReadonly: boolean;
49262
+ isValidating: boolean;
49263
+ isValid: boolean | null;
49264
+ items: FormField[];
49265
+ validate: () => Promise<FormValidationResult>;
49458
49266
  reset: () => void;
49459
49267
  resetValidation: () => void;
49460
49268
  }) => vue.VNodeChild);
49461
49269
  'v-slots'?: {
49462
49270
  default?: false | ((arg: {
49463
- errors: vue.Ref<{
49464
- id: number | string;
49465
- errorMessages: string[];
49466
- }[], FieldValidationResult[] | {
49467
- id: number | string;
49468
- errorMessages: string[];
49469
- }[]>;
49470
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
49471
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
49472
- isValidating: vue.ShallowRef<boolean, boolean>;
49473
- isValid: vue.Ref<boolean | null, boolean | null> & {
49474
- readonly externalValue: boolean | null;
49475
- };
49476
- items: vue.Ref<{
49477
- id: number | string;
49478
- validate: () => Promise<string[]>;
49479
- reset: () => Promise<void>;
49480
- resetValidation: () => Promise<void>;
49481
- vm: vue.Raw<vue.ComponentInternalInstance>;
49482
- isValid: boolean | null;
49483
- errorMessages: string[];
49484
- }[], FormField[] | {
49485
- id: number | string;
49486
- validate: () => Promise<string[]>;
49487
- reset: () => Promise<void>;
49488
- resetValidation: () => Promise<void>;
49489
- vm: vue.Raw<vue.ComponentInternalInstance>;
49490
- isValid: boolean | null;
49491
- errorMessages: string[];
49492
- }[]>;
49493
- validate: () => Promise<{
49494
- valid: boolean;
49495
- errors: {
49496
- id: number | string;
49497
- errorMessages: string[];
49498
- }[];
49499
- }>;
49271
+ errors: FieldValidationResult[];
49272
+ isDisabled: boolean;
49273
+ isReadonly: boolean;
49274
+ isValidating: boolean;
49275
+ isValid: boolean | null;
49276
+ items: FormField[];
49277
+ validate: () => Promise<FormValidationResult>;
49500
49278
  reset: () => void;
49501
49279
  resetValidation: () => void;
49502
49280
  }) => vue.VNodeChild) | undefined;
49503
49281
  } | undefined;
49504
49282
  } & {
49505
49283
  "v-slot:default"?: false | ((arg: {
49506
- errors: vue.Ref<{
49507
- id: number | string;
49508
- errorMessages: string[];
49509
- }[], FieldValidationResult[] | {
49510
- id: number | string;
49511
- errorMessages: string[];
49512
- }[]>;
49513
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
49514
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
49515
- isValidating: vue.ShallowRef<boolean, boolean>;
49516
- isValid: vue.Ref<boolean | null, boolean | null> & {
49517
- readonly externalValue: boolean | null;
49518
- };
49519
- items: vue.Ref<{
49520
- id: number | string;
49521
- validate: () => Promise<string[]>;
49522
- reset: () => Promise<void>;
49523
- resetValidation: () => Promise<void>;
49524
- vm: vue.Raw<vue.ComponentInternalInstance>;
49525
- isValid: boolean | null;
49526
- errorMessages: string[];
49527
- }[], FormField[] | {
49528
- id: number | string;
49529
- validate: () => Promise<string[]>;
49530
- reset: () => Promise<void>;
49531
- resetValidation: () => Promise<void>;
49532
- vm: vue.Raw<vue.ComponentInternalInstance>;
49533
- isValid: boolean | null;
49534
- errorMessages: string[];
49535
- }[]>;
49536
- validate: () => Promise<{
49537
- valid: boolean;
49538
- errors: {
49539
- id: number | string;
49540
- errorMessages: string[];
49541
- }[];
49542
- }>;
49284
+ errors: FieldValidationResult[];
49285
+ isDisabled: boolean;
49286
+ isReadonly: boolean;
49287
+ isValidating: boolean;
49288
+ isValid: boolean | null;
49289
+ items: FormField[];
49290
+ validate: () => Promise<FormValidationResult>;
49543
49291
  reset: () => void;
49544
49292
  resetValidation: () => void;
49545
49293
  }) => vue.VNodeChild) | undefined;
@@ -49651,169 +49399,49 @@ declare const VForm: {
49651
49399
  } & {
49652
49400
  $children?: vue.VNodeChild | {
49653
49401
  default?: ((arg: {
49654
- errors: vue.Ref<{
49655
- id: number | string;
49656
- errorMessages: string[];
49657
- }[], FieldValidationResult[] | {
49658
- id: number | string;
49659
- errorMessages: string[];
49660
- }[]>;
49661
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
49662
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
49663
- isValidating: vue.ShallowRef<boolean, boolean>;
49664
- isValid: vue.Ref<boolean | null, boolean | null> & {
49665
- readonly externalValue: boolean | null;
49666
- };
49667
- items: vue.Ref<{
49668
- id: number | string;
49669
- validate: () => Promise<string[]>;
49670
- reset: () => Promise<void>;
49671
- resetValidation: () => Promise<void>;
49672
- vm: vue.Raw<vue.ComponentInternalInstance>;
49673
- isValid: boolean | null;
49674
- errorMessages: string[];
49675
- }[], FormField[] | {
49676
- id: number | string;
49677
- validate: () => Promise<string[]>;
49678
- reset: () => Promise<void>;
49679
- resetValidation: () => Promise<void>;
49680
- vm: vue.Raw<vue.ComponentInternalInstance>;
49681
- isValid: boolean | null;
49682
- errorMessages: string[];
49683
- }[]>;
49684
- validate: () => Promise<{
49685
- valid: boolean;
49686
- errors: {
49687
- id: number | string;
49688
- errorMessages: string[];
49689
- }[];
49690
- }>;
49402
+ errors: FieldValidationResult[];
49403
+ isDisabled: boolean;
49404
+ isReadonly: boolean;
49405
+ isValidating: boolean;
49406
+ isValid: boolean | null;
49407
+ items: FormField[];
49408
+ validate: () => Promise<FormValidationResult>;
49691
49409
  reset: () => void;
49692
49410
  resetValidation: () => void;
49693
49411
  }) => vue.VNodeChild) | undefined;
49694
49412
  } | ((arg: {
49695
- errors: vue.Ref<{
49696
- id: number | string;
49697
- errorMessages: string[];
49698
- }[], FieldValidationResult[] | {
49699
- id: number | string;
49700
- errorMessages: string[];
49701
- }[]>;
49702
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
49703
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
49704
- isValidating: vue.ShallowRef<boolean, boolean>;
49705
- isValid: vue.Ref<boolean | null, boolean | null> & {
49706
- readonly externalValue: boolean | null;
49707
- };
49708
- items: vue.Ref<{
49709
- id: number | string;
49710
- validate: () => Promise<string[]>;
49711
- reset: () => Promise<void>;
49712
- resetValidation: () => Promise<void>;
49713
- vm: vue.Raw<vue.ComponentInternalInstance>;
49714
- isValid: boolean | null;
49715
- errorMessages: string[];
49716
- }[], FormField[] | {
49717
- id: number | string;
49718
- validate: () => Promise<string[]>;
49719
- reset: () => Promise<void>;
49720
- resetValidation: () => Promise<void>;
49721
- vm: vue.Raw<vue.ComponentInternalInstance>;
49722
- isValid: boolean | null;
49723
- errorMessages: string[];
49724
- }[]>;
49725
- validate: () => Promise<{
49726
- valid: boolean;
49727
- errors: {
49728
- id: number | string;
49729
- errorMessages: string[];
49730
- }[];
49731
- }>;
49413
+ errors: FieldValidationResult[];
49414
+ isDisabled: boolean;
49415
+ isReadonly: boolean;
49416
+ isValidating: boolean;
49417
+ isValid: boolean | null;
49418
+ items: FormField[];
49419
+ validate: () => Promise<FormValidationResult>;
49732
49420
  reset: () => void;
49733
49421
  resetValidation: () => void;
49734
49422
  }) => vue.VNodeChild);
49735
49423
  'v-slots'?: {
49736
49424
  default?: false | ((arg: {
49737
- errors: vue.Ref<{
49738
- id: number | string;
49739
- errorMessages: string[];
49740
- }[], FieldValidationResult[] | {
49741
- id: number | string;
49742
- errorMessages: string[];
49743
- }[]>;
49744
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
49745
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
49746
- isValidating: vue.ShallowRef<boolean, boolean>;
49747
- isValid: vue.Ref<boolean | null, boolean | null> & {
49748
- readonly externalValue: boolean | null;
49749
- };
49750
- items: vue.Ref<{
49751
- id: number | string;
49752
- validate: () => Promise<string[]>;
49753
- reset: () => Promise<void>;
49754
- resetValidation: () => Promise<void>;
49755
- vm: vue.Raw<vue.ComponentInternalInstance>;
49756
- isValid: boolean | null;
49757
- errorMessages: string[];
49758
- }[], FormField[] | {
49759
- id: number | string;
49760
- validate: () => Promise<string[]>;
49761
- reset: () => Promise<void>;
49762
- resetValidation: () => Promise<void>;
49763
- vm: vue.Raw<vue.ComponentInternalInstance>;
49764
- isValid: boolean | null;
49765
- errorMessages: string[];
49766
- }[]>;
49767
- validate: () => Promise<{
49768
- valid: boolean;
49769
- errors: {
49770
- id: number | string;
49771
- errorMessages: string[];
49772
- }[];
49773
- }>;
49425
+ errors: FieldValidationResult[];
49426
+ isDisabled: boolean;
49427
+ isReadonly: boolean;
49428
+ isValidating: boolean;
49429
+ isValid: boolean | null;
49430
+ items: FormField[];
49431
+ validate: () => Promise<FormValidationResult>;
49774
49432
  reset: () => void;
49775
49433
  resetValidation: () => void;
49776
49434
  }) => vue.VNodeChild) | undefined;
49777
49435
  } | undefined;
49778
49436
  } & {
49779
49437
  "v-slot:default"?: false | ((arg: {
49780
- errors: vue.Ref<{
49781
- id: number | string;
49782
- errorMessages: string[];
49783
- }[], FieldValidationResult[] | {
49784
- id: number | string;
49785
- errorMessages: string[];
49786
- }[]>;
49787
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
49788
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
49789
- isValidating: vue.ShallowRef<boolean, boolean>;
49790
- isValid: vue.Ref<boolean | null, boolean | null> & {
49791
- readonly externalValue: boolean | null;
49792
- };
49793
- items: vue.Ref<{
49794
- id: number | string;
49795
- validate: () => Promise<string[]>;
49796
- reset: () => Promise<void>;
49797
- resetValidation: () => Promise<void>;
49798
- vm: vue.Raw<vue.ComponentInternalInstance>;
49799
- isValid: boolean | null;
49800
- errorMessages: string[];
49801
- }[], FormField[] | {
49802
- id: number | string;
49803
- validate: () => Promise<string[]>;
49804
- reset: () => Promise<void>;
49805
- resetValidation: () => Promise<void>;
49806
- vm: vue.Raw<vue.ComponentInternalInstance>;
49807
- isValid: boolean | null;
49808
- errorMessages: string[];
49809
- }[]>;
49810
- validate: () => Promise<{
49811
- valid: boolean;
49812
- errors: {
49813
- id: number | string;
49814
- errorMessages: string[];
49815
- }[];
49816
- }>;
49438
+ errors: FieldValidationResult[];
49439
+ isDisabled: boolean;
49440
+ isReadonly: boolean;
49441
+ isValidating: boolean;
49442
+ isValid: boolean | null;
49443
+ items: FormField[];
49444
+ validate: () => Promise<FormValidationResult>;
49817
49445
  reset: () => void;
49818
49446
  resetValidation: () => void;
49819
49447
  }) => vue.VNodeChild) | undefined;
@@ -49914,43 +49542,13 @@ declare const VForm: {
49914
49542
  fastFail: boolean;
49915
49543
  }, {}, string, vue.SlotsType<Partial<{
49916
49544
  default: (arg: {
49917
- errors: vue.Ref<{
49918
- id: number | string;
49919
- errorMessages: string[];
49920
- }[], FieldValidationResult[] | {
49921
- id: number | string;
49922
- errorMessages: string[];
49923
- }[]>;
49924
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
49925
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
49926
- isValidating: vue.ShallowRef<boolean, boolean>;
49927
- isValid: vue.Ref<boolean | null, boolean | null> & {
49928
- readonly externalValue: boolean | null;
49929
- };
49930
- items: vue.Ref<{
49931
- id: number | string;
49932
- validate: () => Promise<string[]>;
49933
- reset: () => Promise<void>;
49934
- resetValidation: () => Promise<void>;
49935
- vm: vue.Raw<vue.ComponentInternalInstance>;
49936
- isValid: boolean | null;
49937
- errorMessages: string[];
49938
- }[], FormField[] | {
49939
- id: number | string;
49940
- validate: () => Promise<string[]>;
49941
- reset: () => Promise<void>;
49942
- resetValidation: () => Promise<void>;
49943
- vm: vue.Raw<vue.ComponentInternalInstance>;
49944
- isValid: boolean | null;
49945
- errorMessages: string[];
49946
- }[]>;
49947
- validate: () => Promise<{
49948
- valid: boolean;
49949
- errors: {
49950
- id: number | string;
49951
- errorMessages: string[];
49952
- }[];
49953
- }>;
49545
+ errors: FieldValidationResult[];
49546
+ isDisabled: boolean;
49547
+ isReadonly: boolean;
49548
+ isValidating: boolean;
49549
+ isValid: boolean | null;
49550
+ items: FormField[];
49551
+ validate: () => Promise<FormValidationResult>;
49954
49552
  reset: () => void;
49955
49553
  resetValidation: () => void;
49956
49554
  }) => vue.VNode[];
@@ -67666,17 +67264,20 @@ declare const VSelect: {
67666
67264
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
67667
67265
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
67668
67266
  item: (arg: {
67669
- item: ListItem<unknown>;
67267
+ item: unknown;
67268
+ internalItem: ListItem<unknown>;
67670
67269
  index: number;
67671
67270
  props: Record<string, unknown>;
67672
67271
  }) => vue.VNode[];
67673
67272
  chip: (arg: {
67674
- item: ListItem<unknown>;
67273
+ item: unknown;
67274
+ internalItem: ListItem<unknown>;
67675
67275
  index: number;
67676
67276
  props: Record<string, unknown>;
67677
67277
  }) => vue.VNode[];
67678
67278
  selection: (arg: {
67679
- item: ListItem<unknown>;
67279
+ item: unknown;
67280
+ internalItem: ListItem<unknown>;
67680
67281
  index: number;
67681
67282
  }) => vue.VNode[];
67682
67283
  subheader: (arg: {
@@ -72643,17 +72244,20 @@ declare const VSelect: {
72643
72244
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
72644
72245
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
72645
72246
  item: (arg: {
72646
- item: ListItem<unknown>;
72247
+ item: unknown;
72248
+ internalItem: ListItem<unknown>;
72647
72249
  index: number;
72648
72250
  props: Record<string, unknown>;
72649
72251
  }) => vue.VNode[];
72650
72252
  chip: (arg: {
72651
- item: ListItem<unknown>;
72253
+ item: unknown;
72254
+ internalItem: ListItem<unknown>;
72652
72255
  index: number;
72653
72256
  props: Record<string, unknown>;
72654
72257
  }) => vue.VNode[];
72655
72258
  selection: (arg: {
72656
- item: ListItem<unknown>;
72259
+ item: unknown;
72260
+ internalItem: ListItem<unknown>;
72657
72261
  index: number;
72658
72262
  }) => vue.VNode[];
72659
72263
  subheader: (arg: {
@@ -72678,17 +72282,20 @@ declare const VSelect: {
72678
72282
  "onUpdate:modelValue"?: (value: V) => void;
72679
72283
  }, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
72680
72284
  item: {
72681
- item: ListItem<Item>;
72285
+ item: Item;
72286
+ internalItem: ListItem<Item>;
72682
72287
  index: number;
72683
72288
  props: Record<string, unknown>;
72684
72289
  };
72685
72290
  chip: {
72686
- item: ListItem<Item>;
72291
+ item: Item;
72292
+ internalItem: ListItem<Item>;
72687
72293
  index: number;
72688
72294
  props: Record<string, unknown>;
72689
72295
  };
72690
72296
  selection: {
72691
- item: ListItem<Item>;
72297
+ item: Item;
72298
+ internalItem: ListItem<Item>;
72692
72299
  index: number;
72693
72300
  };
72694
72301
  subheader: {
@@ -114150,22 +113757,20 @@ declare module 'vue' {
114150
113757
  VAppBar: VAppBar
114151
113758
  VAppBarNavIcon: VAppBarNavIcon
114152
113759
  VAppBarTitle: VAppBarTitle
114153
- VAlert: VAlert
114154
- VAlertTitle: VAlertTitle
114155
113760
  VApp: VApp
114156
- VAvatar: VAvatar
114157
113761
  VAutocomplete: VAutocomplete
114158
- VBadge: VBadge
114159
- VBottomNavigation: VBottomNavigation
113762
+ VAvatar: VAvatar
113763
+ VAlert: VAlert
113764
+ VAlertTitle: VAlertTitle
114160
113765
  VBanner: VBanner
114161
113766
  VBannerActions: VBannerActions
114162
113767
  VBannerText: VBannerText
113768
+ VBadge: VBadge
114163
113769
  VBreadcrumbs: VBreadcrumbs
114164
113770
  VBreadcrumbsItem: VBreadcrumbsItem
114165
113771
  VBreadcrumbsDivider: VBreadcrumbsDivider
114166
- VBottomSheet: VBottomSheet
114167
- VCheckbox: VCheckbox
114168
- VCheckboxBtn: VCheckboxBtn
113772
+ VBottomNavigation: VBottomNavigation
113773
+ VBtn: VBtn
114169
113774
  VBtnToggle: VBtnToggle
114170
113775
  VCard: VCard
114171
113776
  VCardActions: VCardActions
@@ -114173,15 +113778,16 @@ declare module 'vue' {
114173
113778
  VCardSubtitle: VCardSubtitle
114174
113779
  VCardText: VCardText
114175
113780
  VCardTitle: VCardTitle
114176
- VBtnGroup: VBtnGroup
113781
+ VBottomSheet: VBottomSheet
114177
113782
  VCarousel: VCarousel
114178
113783
  VCarouselItem: VCarouselItem
114179
- VChipGroup: VChipGroup
114180
- VColorPicker: VColorPicker
113784
+ VCheckbox: VCheckbox
113785
+ VCheckboxBtn: VCheckboxBtn
113786
+ VBtnGroup: VBtnGroup
114181
113787
  VChip: VChip
114182
- VBtn: VBtn
114183
113788
  VCode: VCode
114184
- VCounter: VCounter
113789
+ VChipGroup: VChipGroup
113790
+ VColorPicker: VColorPicker
114185
113791
  VCombobox: VCombobox
114186
113792
  VDataTable: VDataTable
114187
113793
  VDataTableHeaders: VDataTableHeaders
@@ -114190,6 +113796,7 @@ declare module 'vue' {
114190
113796
  VDataTableRow: VDataTableRow
114191
113797
  VDataTableVirtual: VDataTableVirtual
114192
113798
  VDataTableServer: VDataTableServer
113799
+ VCounter: VCounter
114193
113800
  VDialog: VDialog
114194
113801
  VDatePicker: VDatePicker
114195
113802
  VDatePickerControls: VDatePickerControls
@@ -114197,30 +113804,29 @@ declare module 'vue' {
114197
113804
  VDatePickerMonth: VDatePickerMonth
114198
113805
  VDatePickerMonths: VDatePickerMonths
114199
113806
  VDatePickerYears: VDatePickerYears
113807
+ VEmptyState: VEmptyState
114200
113808
  VDivider: VDivider
113809
+ VField: VField
113810
+ VFieldLabel: VFieldLabel
114201
113811
  VFab: VFab
114202
113812
  VExpansionPanels: VExpansionPanels
114203
113813
  VExpansionPanel: VExpansionPanel
114204
113814
  VExpansionPanelText: VExpansionPanelText
114205
113815
  VExpansionPanelTitle: VExpansionPanelTitle
114206
- VEmptyState: VEmptyState
114207
- VField: VField
114208
- VFieldLabel: VFieldLabel
114209
- VFooter: VFooter
114210
113816
  VFileInput: VFileInput
113817
+ VFooter: VFooter
113818
+ VInfiniteScroll: VInfiniteScroll
114211
113819
  VIcon: VIcon
114212
113820
  VComponentIcon: VComponentIcon
114213
113821
  VSvgIcon: VSvgIcon
114214
113822
  VLigatureIcon: VLigatureIcon
114215
113823
  VClassIcon: VClassIcon
114216
113824
  VImg: VImg
114217
- VInfiniteScroll: VInfiniteScroll
114218
- VKbd: VKbd
114219
- VLabel: VLabel
114220
113825
  VItemGroup: VItemGroup
114221
113826
  VItem: VItem
114222
113827
  VInput: VInput
114223
- VMain: VMain
113828
+ VLabel: VLabel
113829
+ VKbd: VKbd
114224
113830
  VList: VList
114225
113831
  VListGroup: VListGroup
114226
113832
  VListImg: VListImg
@@ -114230,79 +113836,78 @@ declare module 'vue' {
114230
113836
  VListItemSubtitle: VListItemSubtitle
114231
113837
  VListItemTitle: VListItemTitle
114232
113838
  VListSubheader: VListSubheader
113839
+ VMain: VMain
113840
+ VMenu: VMenu
114233
113841
  VMessages: VMessages
114234
113842
  VNumberInput: VNumberInput
114235
113843
  VNavigationDrawer: VNavigationDrawer
114236
113844
  VOtpInput: VOtpInput
114237
- VOverlay: VOverlay
114238
113845
  VPagination: VPagination
113846
+ VOverlay: VOverlay
114239
113847
  VProgressLinear: VProgressLinear
114240
113848
  VProgressCircular: VProgressCircular
114241
- VRating: VRating
114242
- VSelect: VSelect
114243
113849
  VRadioGroup: VRadioGroup
113850
+ VSelect: VSelect
113851
+ VRating: VRating
113852
+ VSelectionControlGroup: VSelectionControlGroup
114244
113853
  VSelectionControl: VSelectionControl
113854
+ VSkeletonLoader: VSkeletonLoader
114245
113855
  VSlideGroup: VSlideGroup
114246
113856
  VSlideGroupItem: VSlideGroupItem
114247
- VSkeletonLoader: VSkeletonLoader
114248
- VSelectionControlGroup: VSelectionControlGroup
114249
- VSlider: VSlider
113857
+ VSheet: VSheet
114250
113858
  VSnackbar: VSnackbar
113859
+ VSlider: VSlider
114251
113860
  VStepper: VStepper
114252
113861
  VStepperActions: VStepperActions
114253
113862
  VStepperHeader: VStepperHeader
114254
113863
  VStepperItem: VStepperItem
114255
113864
  VStepperWindow: VStepperWindow
114256
113865
  VStepperWindowItem: VStepperWindowItem
114257
- VSheet: VSheet
114258
- VSwitch: VSwitch
114259
113866
  VTab: VTab
114260
113867
  VTabs: VTabs
114261
113868
  VTabsWindow: VTabsWindow
114262
113869
  VTabsWindowItem: VTabsWindowItem
114263
113870
  VTable: VTable
114264
- VSystemBar: VSystemBar
113871
+ VTextField: VTextField
114265
113872
  VTextarea: VTextarea
113873
+ VToolbar: VToolbar
113874
+ VToolbarTitle: VToolbarTitle
113875
+ VToolbarItems: VToolbarItems
114266
113876
  VTimeline: VTimeline
114267
113877
  VTimelineItem: VTimelineItem
114268
113878
  VTimePicker: VTimePicker
114269
113879
  VTimePickerClock: VTimePickerClock
114270
113880
  VTimePickerControls: VTimePickerControls
114271
- VTextField: VTextField
114272
113881
  VTreeview: VTreeview
114273
113882
  VTreeviewItem: VTreeviewItem
114274
113883
  VTreeviewGroup: VTreeviewGroup
114275
- VTooltip: VTooltip
114276
- VToolbar: VToolbar
114277
- VToolbarTitle: VToolbarTitle
114278
- VToolbarItems: VToolbarItems
114279
113884
  VWindow: VWindow
114280
113885
  VWindowItem: VWindowItem
113886
+ VTooltip: VTooltip
114281
113887
  VConfirmEdit: VConfirmEdit
114282
113888
  VDataIterator: VDataIterator
114283
113889
  VDefaultsProvider: VDefaultsProvider
114284
113890
  VForm: VForm
113891
+ VHover: VHover
114285
113892
  VContainer: VContainer
114286
113893
  VCol: VCol
114287
113894
  VRow: VRow
114288
113895
  VSpacer: VSpacer
114289
- VHover: VHover
114290
- VLazy: VLazy
114291
113896
  VLayout: VLayout
114292
113897
  VLayoutItem: VLayoutItem
113898
+ VLazy: VLazy
114293
113899
  VLocaleProvider: VLocaleProvider
114294
113900
  VNoSsr: VNoSsr
114295
- VRadio: VRadio
114296
113901
  VParallax: VParallax
113902
+ VRadio: VRadio
114297
113903
  VRangeSlider: VRangeSlider
114298
113904
  VResponsive: VResponsive
114299
113905
  VSnackbarQueue: VSnackbarQueue
114300
- VSpeedDial: VSpeedDial
114301
113906
  VSparkline: VSparkline
114302
- VValidation: VValidation
113907
+ VSpeedDial: VSpeedDial
114303
113908
  VThemeProvider: VThemeProvider
113909
+ VValidation: VValidation
114304
113910
  VVirtualScroll: VVirtualScroll
114305
- VMenu: VMenu
114306
113911
  VFabTransition: VFabTransition
114307
113912
  VDialogBottomTransition: VDialogBottomTransition
114308
113913
  VDialogTopTransition: VDialogTopTransition
@@ -114319,21 +113924,23 @@ declare module 'vue' {
114319
113924
  VExpandTransition: VExpandTransition
114320
113925
  VExpandXTransition: VExpandXTransition
114321
113926
  VDialogTransition: VDialogTransition
113927
+ VSystemBar: VSystemBar
113928
+ VSwitch: VSwitch
113929
+ VColorInput: VColorInput
114322
113930
  VCalendar: VCalendar
114323
113931
  VCalendarDay: VCalendarDay
114324
113932
  VCalendarHeader: VCalendarHeader
114325
113933
  VCalendarInterval: VCalendarInterval
114326
113934
  VCalendarIntervalEvent: VCalendarIntervalEvent
114327
113935
  VCalendarMonthDay: VCalendarMonthDay
114328
- VColorInput: VColorInput
114329
- VFileUpload: VFileUpload
114330
- VFileUploadItem: VFileUploadItem
113936
+ VIconBtn: VIconBtn
114331
113937
  VPicker: VPicker
114332
113938
  VPickerTitle: VPickerTitle
114333
- VIconBtn: VIconBtn
114334
113939
  VStepperVertical: VStepperVertical
114335
113940
  VStepperVerticalItem: VStepperVerticalItem
114336
113941
  VStepperVerticalActions: VStepperVerticalActions
113942
+ VFileUpload: VFileUpload
113943
+ VFileUploadItem: VFileUploadItem
114337
113944
  VHotkey: VHotkey
114338
113945
  VDateInput: VDateInput
114339
113946
  VMaskInput: VMaskInput