@vuetify/nightly 3.9.0-master.2025-07-08 → 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 (189) hide show
  1. package/CHANGELOG.md +23 -3
  2. package/dist/json/attributes.json +3462 -3462
  3. package/dist/json/importMap-labs.json +28 -28
  4. package/dist/json/importMap.json +162 -162
  5. package/dist/json/web-types.json +6260 -6224
  6. package/dist/vuetify-labs.cjs +35 -16
  7. package/dist/vuetify-labs.css +26516 -28269
  8. package/dist/vuetify-labs.d.ts +344 -737
  9. package/dist/vuetify-labs.esm.js +35 -16
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +35 -16
  12. package/dist/vuetify-labs.min.css +3 -4
  13. package/dist/vuetify.cjs +35 -16
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +25289 -27039
  16. package/dist/vuetify.d.ts +344 -737
  17. package/dist/vuetify.esm.js +35 -16
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +35 -16
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +3 -4
  22. package/dist/vuetify.min.js +13 -13
  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/VDatePicker/VDatePicker.css +8 -6
  64. package/lib/components/VDatePicker/VDatePickerControls.css +56 -58
  65. package/lib/components/VDatePicker/VDatePickerHeader.css +56 -60
  66. package/lib/components/VDatePicker/VDatePickerMonth.css +46 -50
  67. package/lib/components/VDatePicker/VDatePickerMonths.css +20 -19
  68. package/lib/components/VDatePicker/VDatePickerYears.css +16 -15
  69. package/lib/components/VDialog/VDialog.css +98 -98
  70. package/lib/components/VDivider/VDivider.css +52 -52
  71. package/lib/components/VEmptyState/VEmptyState.css +62 -67
  72. package/lib/components/VExpansionPanel/VExpansionPanel.css +203 -209
  73. package/lib/components/VExpansionPanel/VExpansionPanel.sass +27 -25
  74. package/lib/components/VFab/VFab.css +78 -73
  75. package/lib/components/VFab/VFab.sass +5 -4
  76. package/lib/components/VField/VField.css +541 -589
  77. package/lib/components/VField/VField.sass +4 -11
  78. package/lib/components/VField/_variables.scss +1 -1
  79. package/lib/components/VFileInput/VFileInput.css +34 -32
  80. package/lib/components/VFooter/VFooter.css +38 -36
  81. package/lib/components/VForm/VForm.d.ts +111 -531
  82. package/lib/components/VForm/VForm.js +11 -1
  83. package/lib/components/VForm/VForm.js.map +1 -1
  84. package/lib/components/VGrid/VGrid.css +565 -592
  85. package/lib/components/VIcon/VIcon.css +52 -53
  86. package/lib/components/VImg/VImg.css +50 -51
  87. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +36 -37
  88. package/lib/components/VInput/VInput.css +136 -147
  89. package/lib/components/VItemGroup/VItemGroup.css +7 -5
  90. package/lib/components/VKbd/VKbd.css +33 -31
  91. package/lib/components/VLabel/VLabel.css +16 -15
  92. package/lib/components/VLayout/VLayout.css +10 -8
  93. package/lib/components/VLayout/VLayoutItem.css +8 -7
  94. package/lib/components/VList/VList.css +104 -108
  95. package/lib/components/VList/VList.sass +1 -1
  96. package/lib/components/VList/VListItem.css +442 -454
  97. package/lib/components/VList/VListItem.sass +2 -1
  98. package/lib/components/VLocaleProvider/VLocaleProvider.css +4 -2
  99. package/lib/components/VMain/VMain.css +32 -30
  100. package/lib/components/VMenu/VMenu.css +21 -19
  101. package/lib/components/VMessages/VMessages.css +17 -15
  102. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +102 -104
  103. package/lib/components/VNumberInput/VNumberInput.css +59 -57
  104. package/lib/components/VOtpInput/VOtpInput.css +56 -58
  105. package/lib/components/VOverlay/VOverlay.css +61 -64
  106. package/lib/components/VOverlay/VOverlay.sass +14 -13
  107. package/lib/components/VPagination/VPagination.css +10 -8
  108. package/lib/components/VParallax/VParallax.css +8 -6
  109. package/lib/components/VProgressCircular/VProgressCircular.css +95 -101
  110. package/lib/components/VProgressLinear/VProgressLinear.css +209 -222
  111. package/lib/components/VRadioGroup/VRadioGroup.css +14 -12
  112. package/lib/components/VRating/VRating.css +52 -53
  113. package/lib/components/VResponsive/VResponsive.css +25 -26
  114. package/lib/components/VSelect/VSelect.css +59 -57
  115. package/lib/components/VSelect/VSelect.d.ts +18 -9
  116. package/lib/components/VSelect/VSelect.js +6 -3
  117. package/lib/components/VSelect/VSelect.js.map +1 -1
  118. package/lib/components/VSelectionControl/VSelectionControl.css +98 -100
  119. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +10 -8
  120. package/lib/components/VSheet/VSheet.css +38 -36
  121. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +225 -224
  122. package/lib/components/VSlideGroup/VSlideGroup.css +53 -55
  123. package/lib/components/VSlider/VSlider.css +53 -57
  124. package/lib/components/VSlider/VSliderThumb.css +142 -153
  125. package/lib/components/VSlider/VSliderTrack.css +155 -174
  126. package/lib/components/VSnackbar/VSnackbar.css +140 -140
  127. package/lib/components/VSpeedDial/VSpeedDial.css +43 -41
  128. package/lib/components/VStepper/VStepper.css +55 -56
  129. package/lib/components/VStepper/VStepperItem.css +112 -115
  130. package/lib/components/VSwitch/VSwitch.css +129 -139
  131. package/lib/components/VSystemBar/VSystemBar.css +45 -43
  132. package/lib/components/VTable/VTable.css +142 -143
  133. package/lib/components/VTable/VTable.sass +4 -2
  134. package/lib/components/VTabs/VTab.css +30 -29
  135. package/lib/components/VTabs/VTabs.css +59 -65
  136. package/lib/components/VTextField/VTextField.css +77 -85
  137. package/lib/components/VTextarea/VTextarea.css +48 -40
  138. package/lib/components/VTextarea/VTextarea.sass +4 -2
  139. package/lib/components/VThemeProvider/VThemeProvider.css +5 -3
  140. package/lib/components/VTimePicker/VTimePicker.css +4 -2
  141. package/lib/components/VTimePicker/VTimePickerClock.css +127 -130
  142. package/lib/components/VTimePicker/VTimePickerControls.css +103 -104
  143. package/lib/components/VTimeline/VTimeline.css +388 -427
  144. package/lib/components/VToolbar/VToolbar.css +137 -144
  145. package/lib/components/VTooltip/VTooltip.css +27 -23
  146. package/lib/components/VTooltip/VTooltip.sass +8 -6
  147. package/lib/components/VTreeview/VTreeviewItem.css +83 -85
  148. package/lib/components/VVirtualScroll/VVirtualScroll.css +11 -9
  149. package/lib/components/VWindow/VWindow.css +88 -85
  150. package/lib/composables/theme.js +3 -3
  151. package/lib/composables/theme.js.map +1 -1
  152. package/lib/directives/ripple/VRipple.css +38 -36
  153. package/lib/entry-bundler.js +1 -1
  154. package/lib/entry-bundler.js.map +1 -1
  155. package/lib/framework.d.ts +55 -55
  156. package/lib/framework.js +1 -1
  157. package/lib/framework.js.map +1 -1
  158. package/lib/labs/VCalendar/VCalendar.css +219 -225
  159. package/lib/labs/VCalendar/VCalendarDay.css +40 -41
  160. package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
  161. package/lib/labs/VCalendar/VCalendarInterval.css +43 -42
  162. package/lib/labs/VCalendar/VCalendarIntervalEvent.css +7 -5
  163. package/lib/labs/VCalendar/VCalendarMonthDay.css +61 -58
  164. package/lib/labs/VCalendar/VCalendarMonthDay.sass +3 -2
  165. package/lib/labs/VColorInput/VColorInput.css +5 -3
  166. package/lib/labs/VFileUpload/VFileUpload.css +74 -77
  167. package/lib/labs/VHotkey/VHotkey.css +242 -241
  168. package/lib/labs/VIconBtn/VIconBtn.css +162 -164
  169. package/lib/labs/VPicker/VPicker.css +62 -67
  170. package/lib/styles/elements/_global.sass +1 -1
  171. package/lib/styles/generic/_colors.scss +3 -3
  172. package/lib/styles/generic/_layers.scss +13 -1
  173. package/lib/styles/generic/_reset.scss +0 -1
  174. package/lib/styles/generic/_transitions.scss +32 -32
  175. package/lib/styles/main.css +14677 -16153
  176. package/lib/styles/settings/_utilities.scss +0 -5
  177. package/lib/styles/settings/_variables.scss +2 -3
  178. package/lib/styles/tools/_border.sass +4 -4
  179. package/lib/styles/tools/_display.sass +0 -10
  180. package/lib/styles/tools/_elevation.sass +2 -2
  181. package/lib/styles/tools/_index.sass +0 -2
  182. package/lib/styles/tools/_layer.scss +4 -2
  183. package/lib/styles/tools/_position.sass +2 -2
  184. package/lib/styles/tools/_rounded.sass +2 -2
  185. package/lib/styles/tools/_utilities.sass +1 -5
  186. package/lib/styles/utilities/_elevation.scss +1 -1
  187. package/package.json +1 -1
  188. package/lib/styles/tools/_bootable.sass +0 -3
  189. 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;
@@ -49586,334 +49334,162 @@ declare const VForm: {
49586
49334
  }>;
49587
49335
  reset: () => void;
49588
49336
  resetValidation: () => void;
49589
- } & HTMLFormElement & {
49590
- _allExposed: {
49591
- errors: vue.Ref<{
49592
- id: number | string;
49593
- errorMessages: string[];
49594
- }[], FieldValidationResult[] | {
49595
- id: number | string;
49596
- errorMessages: string[];
49597
- }[]>;
49598
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
49599
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
49600
- isValidating: vue.ShallowRef<boolean, boolean>;
49601
- isValid: vue.Ref<boolean | null, boolean | null> & {
49602
- readonly externalValue: boolean | null;
49603
- };
49604
- items: vue.Ref<{
49605
- id: number | string;
49606
- validate: () => Promise<string[]>;
49607
- reset: () => Promise<void>;
49608
- resetValidation: () => Promise<void>;
49609
- vm: vue.Raw<vue.ComponentInternalInstance>;
49610
- isValid: boolean | null;
49611
- errorMessages: string[];
49612
- }[], FormField[] | {
49613
- id: number | string;
49614
- validate: () => Promise<string[]>;
49615
- reset: () => Promise<void>;
49616
- resetValidation: () => Promise<void>;
49617
- vm: vue.Raw<vue.ComponentInternalInstance>;
49618
- isValid: boolean | null;
49619
- errorMessages: string[];
49620
- }[]>;
49621
- validate: () => Promise<{
49622
- valid: boolean;
49623
- errors: {
49624
- id: number | string;
49625
- errorMessages: string[];
49626
- }[];
49627
- }>;
49628
- reset: () => void;
49629
- resetValidation: () => void;
49630
- };
49631
- }, {}, {}, {}, {
49632
- style: vue.StyleValue;
49633
- disabled: boolean;
49634
- readonly: boolean;
49635
- modelValue: boolean | null;
49636
- validateOn: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
49637
- fastFail: boolean;
49638
- }>;
49639
- __isFragment?: never;
49640
- __isTeleport?: never;
49641
- __isSuspense?: never;
49642
- } & vue.ComponentOptionsBase<{
49643
- style: vue.StyleValue;
49644
- disabled: boolean;
49645
- readonly: boolean;
49646
- modelValue: boolean | null;
49647
- validateOn: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
49648
- fastFail: boolean;
49649
- } & {
49650
- class?: any;
49651
- } & {
49652
- $children?: vue.VNodeChild | {
49653
- 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
- }>;
49691
- reset: () => void;
49692
- resetValidation: () => void;
49693
- }) => vue.VNodeChild) | undefined;
49694
- } | ((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
- }>;
49732
- reset: () => void;
49733
- resetValidation: () => void;
49734
- }) => vue.VNodeChild);
49735
- 'v-slots'?: {
49736
- 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
- }>;
49774
- reset: () => void;
49775
- resetValidation: () => void;
49776
- }) => vue.VNodeChild) | undefined;
49777
- } | undefined;
49778
- } & {
49779
- "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
- }>;
49817
- reset: () => void;
49818
- resetValidation: () => void;
49819
- }) => vue.VNodeChild) | undefined;
49820
- } & {
49821
- onSubmit?: ((e: SubmitEventPromise) => any) | undefined;
49822
- "onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
49823
- }, {
49824
- errors: vue.Ref<{
49825
- id: number | string;
49826
- errorMessages: string[];
49827
- }[], FieldValidationResult[] | {
49828
- id: number | string;
49829
- errorMessages: string[];
49830
- }[]>;
49831
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
49832
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
49833
- isValidating: vue.ShallowRef<boolean, boolean>;
49834
- isValid: vue.Ref<boolean | null, boolean | null> & {
49835
- readonly externalValue: boolean | null;
49836
- };
49837
- items: vue.Ref<{
49838
- id: number | string;
49839
- validate: () => Promise<string[]>;
49840
- reset: () => Promise<void>;
49841
- resetValidation: () => Promise<void>;
49842
- vm: vue.Raw<vue.ComponentInternalInstance>;
49843
- isValid: boolean | null;
49844
- errorMessages: string[];
49845
- }[], FormField[] | {
49846
- id: number | string;
49847
- validate: () => Promise<string[]>;
49848
- reset: () => Promise<void>;
49849
- resetValidation: () => Promise<void>;
49850
- vm: vue.Raw<vue.ComponentInternalInstance>;
49851
- isValid: boolean | null;
49852
- errorMessages: string[];
49853
- }[]>;
49854
- validate: () => Promise<{
49855
- valid: boolean;
49856
- errors: {
49857
- id: number | string;
49858
- errorMessages: string[];
49859
- }[];
49860
- }>;
49861
- reset: () => void;
49862
- resetValidation: () => void;
49863
- } & HTMLFormElement & {
49864
- _allExposed: {
49865
- errors: vue.Ref<{
49866
- id: number | string;
49867
- errorMessages: string[];
49868
- }[], FieldValidationResult[] | {
49869
- id: number | string;
49870
- errorMessages: string[];
49871
- }[]>;
49872
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
49873
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
49874
- isValidating: vue.ShallowRef<boolean, boolean>;
49875
- isValid: vue.Ref<boolean | null, boolean | null> & {
49876
- readonly externalValue: boolean | null;
49877
- };
49878
- items: vue.Ref<{
49879
- id: number | string;
49880
- validate: () => Promise<string[]>;
49881
- reset: () => Promise<void>;
49882
- resetValidation: () => Promise<void>;
49883
- vm: vue.Raw<vue.ComponentInternalInstance>;
49884
- isValid: boolean | null;
49885
- errorMessages: string[];
49886
- }[], FormField[] | {
49887
- id: number | string;
49888
- validate: () => Promise<string[]>;
49889
- reset: () => Promise<void>;
49890
- resetValidation: () => Promise<void>;
49891
- vm: vue.Raw<vue.ComponentInternalInstance>;
49892
- isValid: boolean | null;
49893
- errorMessages: string[];
49894
- }[]>;
49895
- validate: () => Promise<{
49896
- valid: boolean;
49897
- errors: {
49898
- id: number | string;
49899
- errorMessages: string[];
49900
- }[];
49901
- }>;
49902
- reset: () => void;
49903
- resetValidation: () => void;
49904
- };
49905
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
49906
- 'update:modelValue': (val: boolean | null) => true;
49907
- submit: (e: SubmitEventPromise) => true;
49908
- }, string, {
49337
+ } & HTMLFormElement & {
49338
+ _allExposed: {
49339
+ errors: vue.Ref<{
49340
+ id: number | string;
49341
+ errorMessages: string[];
49342
+ }[], FieldValidationResult[] | {
49343
+ id: number | string;
49344
+ errorMessages: string[];
49345
+ }[]>;
49346
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
49347
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
49348
+ isValidating: vue.ShallowRef<boolean, boolean>;
49349
+ isValid: vue.Ref<boolean | null, boolean | null> & {
49350
+ readonly externalValue: boolean | null;
49351
+ };
49352
+ items: vue.Ref<{
49353
+ id: number | string;
49354
+ validate: () => Promise<string[]>;
49355
+ reset: () => Promise<void>;
49356
+ resetValidation: () => Promise<void>;
49357
+ vm: vue.Raw<vue.ComponentInternalInstance>;
49358
+ isValid: boolean | null;
49359
+ errorMessages: string[];
49360
+ }[], FormField[] | {
49361
+ id: number | string;
49362
+ validate: () => Promise<string[]>;
49363
+ reset: () => Promise<void>;
49364
+ resetValidation: () => Promise<void>;
49365
+ vm: vue.Raw<vue.ComponentInternalInstance>;
49366
+ isValid: boolean | null;
49367
+ errorMessages: string[];
49368
+ }[]>;
49369
+ validate: () => Promise<{
49370
+ valid: boolean;
49371
+ errors: {
49372
+ id: number | string;
49373
+ errorMessages: string[];
49374
+ }[];
49375
+ }>;
49376
+ reset: () => void;
49377
+ resetValidation: () => void;
49378
+ };
49379
+ }, {}, {}, {}, {
49380
+ style: vue.StyleValue;
49381
+ disabled: boolean;
49382
+ readonly: boolean;
49383
+ modelValue: boolean | null;
49384
+ validateOn: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
49385
+ fastFail: boolean;
49386
+ }>;
49387
+ __isFragment?: never;
49388
+ __isTeleport?: never;
49389
+ __isSuspense?: never;
49390
+ } & vue.ComponentOptionsBase<{
49909
49391
  style: vue.StyleValue;
49910
49392
  disabled: boolean;
49911
49393
  readonly: boolean;
49912
49394
  modelValue: boolean | null;
49913
49395
  validateOn: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
49914
49396
  fastFail: boolean;
49915
- }, {}, string, vue.SlotsType<Partial<{
49916
- default: (arg: {
49397
+ } & {
49398
+ class?: any;
49399
+ } & {
49400
+ $children?: vue.VNodeChild | {
49401
+ default?: ((arg: {
49402
+ errors: FieldValidationResult[];
49403
+ isDisabled: boolean;
49404
+ isReadonly: boolean;
49405
+ isValidating: boolean;
49406
+ isValid: boolean | null;
49407
+ items: FormField[];
49408
+ validate: () => Promise<FormValidationResult>;
49409
+ reset: () => void;
49410
+ resetValidation: () => void;
49411
+ }) => vue.VNodeChild) | undefined;
49412
+ } | ((arg: {
49413
+ errors: FieldValidationResult[];
49414
+ isDisabled: boolean;
49415
+ isReadonly: boolean;
49416
+ isValidating: boolean;
49417
+ isValid: boolean | null;
49418
+ items: FormField[];
49419
+ validate: () => Promise<FormValidationResult>;
49420
+ reset: () => void;
49421
+ resetValidation: () => void;
49422
+ }) => vue.VNodeChild);
49423
+ 'v-slots'?: {
49424
+ default?: false | ((arg: {
49425
+ errors: FieldValidationResult[];
49426
+ isDisabled: boolean;
49427
+ isReadonly: boolean;
49428
+ isValidating: boolean;
49429
+ isValid: boolean | null;
49430
+ items: FormField[];
49431
+ validate: () => Promise<FormValidationResult>;
49432
+ reset: () => void;
49433
+ resetValidation: () => void;
49434
+ }) => vue.VNodeChild) | undefined;
49435
+ } | undefined;
49436
+ } & {
49437
+ "v-slot:default"?: false | ((arg: {
49438
+ errors: FieldValidationResult[];
49439
+ isDisabled: boolean;
49440
+ isReadonly: boolean;
49441
+ isValidating: boolean;
49442
+ isValid: boolean | null;
49443
+ items: FormField[];
49444
+ validate: () => Promise<FormValidationResult>;
49445
+ reset: () => void;
49446
+ resetValidation: () => void;
49447
+ }) => vue.VNodeChild) | undefined;
49448
+ } & {
49449
+ onSubmit?: ((e: SubmitEventPromise) => any) | undefined;
49450
+ "onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
49451
+ }, {
49452
+ errors: vue.Ref<{
49453
+ id: number | string;
49454
+ errorMessages: string[];
49455
+ }[], FieldValidationResult[] | {
49456
+ id: number | string;
49457
+ errorMessages: string[];
49458
+ }[]>;
49459
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
49460
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
49461
+ isValidating: vue.ShallowRef<boolean, boolean>;
49462
+ isValid: vue.Ref<boolean | null, boolean | null> & {
49463
+ readonly externalValue: boolean | null;
49464
+ };
49465
+ items: vue.Ref<{
49466
+ id: number | string;
49467
+ validate: () => Promise<string[]>;
49468
+ reset: () => Promise<void>;
49469
+ resetValidation: () => Promise<void>;
49470
+ vm: vue.Raw<vue.ComponentInternalInstance>;
49471
+ isValid: boolean | null;
49472
+ errorMessages: string[];
49473
+ }[], FormField[] | {
49474
+ id: number | string;
49475
+ validate: () => Promise<string[]>;
49476
+ reset: () => Promise<void>;
49477
+ resetValidation: () => Promise<void>;
49478
+ vm: vue.Raw<vue.ComponentInternalInstance>;
49479
+ isValid: boolean | null;
49480
+ errorMessages: string[];
49481
+ }[]>;
49482
+ validate: () => Promise<{
49483
+ valid: boolean;
49484
+ errors: {
49485
+ id: number | string;
49486
+ errorMessages: string[];
49487
+ }[];
49488
+ }>;
49489
+ reset: () => void;
49490
+ resetValidation: () => void;
49491
+ } & HTMLFormElement & {
49492
+ _allExposed: {
49917
49493
  errors: vue.Ref<{
49918
49494
  id: number | string;
49919
49495
  errorMessages: string[];
@@ -49953,6 +49529,28 @@ declare const VForm: {
49953
49529
  }>;
49954
49530
  reset: () => void;
49955
49531
  resetValidation: () => void;
49532
+ };
49533
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
49534
+ 'update:modelValue': (val: boolean | null) => true;
49535
+ submit: (e: SubmitEventPromise) => true;
49536
+ }, string, {
49537
+ style: vue.StyleValue;
49538
+ disabled: boolean;
49539
+ readonly: boolean;
49540
+ modelValue: boolean | null;
49541
+ validateOn: ("eager" | "lazy" | ("input" | "blur" | "submit" | "invalid-input") | "input lazy" | "blur lazy" | "submit lazy" | "invalid-input lazy" | "input eager" | "blur eager" | "submit eager" | "invalid-input eager" | "lazy input" | "lazy blur" | "lazy submit" | "lazy invalid-input" | "eager input" | "eager blur" | "eager submit" | "eager invalid-input") | undefined;
49542
+ fastFail: boolean;
49543
+ }, {}, string, vue.SlotsType<Partial<{
49544
+ default: (arg: {
49545
+ errors: FieldValidationResult[];
49546
+ isDisabled: boolean;
49547
+ isReadonly: boolean;
49548
+ isValidating: boolean;
49549
+ isValid: boolean | null;
49550
+ items: FormField[];
49551
+ validate: () => Promise<FormValidationResult>;
49552
+ reset: () => void;
49553
+ resetValidation: () => void;
49956
49554
  }) => vue.VNode[];
49957
49555
  }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
49958
49556
  disabled: BooleanConstructor;
@@ -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: {
@@ -114147,41 +113754,48 @@ declare module 'vue' {
114147
113754
  $children?: VNodeChild
114148
113755
  }
114149
113756
  export interface GlobalComponents {
114150
- VApp: VApp
114151
113757
  VAppBar: VAppBar
114152
113758
  VAppBarNavIcon: VAppBarNavIcon
114153
113759
  VAppBarTitle: VAppBarTitle
113760
+ VApp: VApp
114154
113761
  VAutocomplete: VAutocomplete
113762
+ VAvatar: VAvatar
114155
113763
  VAlert: VAlert
114156
113764
  VAlertTitle: VAlertTitle
113765
+ VBanner: VBanner
113766
+ VBannerActions: VBannerActions
113767
+ VBannerText: VBannerText
113768
+ VBadge: VBadge
114157
113769
  VBreadcrumbs: VBreadcrumbs
114158
113770
  VBreadcrumbsItem: VBreadcrumbsItem
114159
113771
  VBreadcrumbsDivider: VBreadcrumbsDivider
114160
- VBadge: VBadge
114161
- VAvatar: VAvatar
114162
113772
  VBottomNavigation: VBottomNavigation
114163
113773
  VBtn: VBtn
114164
- VBtnGroup: VBtnGroup
114165
- VBanner: VBanner
114166
- VBannerActions: VBannerActions
114167
- VBannerText: VBannerText
114168
- VBottomSheet: VBottomSheet
114169
- VChip: VChip
113774
+ VBtnToggle: VBtnToggle
114170
113775
  VCard: VCard
114171
113776
  VCardActions: VCardActions
114172
113777
  VCardItem: VCardItem
114173
113778
  VCardSubtitle: VCardSubtitle
114174
113779
  VCardText: VCardText
114175
113780
  VCardTitle: VCardTitle
114176
- VBtnToggle: VBtnToggle
113781
+ VBottomSheet: VBottomSheet
114177
113782
  VCarousel: VCarousel
114178
113783
  VCarouselItem: VCarouselItem
114179
- VChipGroup: VChipGroup
114180
113784
  VCheckbox: VCheckbox
114181
113785
  VCheckboxBtn: VCheckboxBtn
114182
- VColorPicker: VColorPicker
113786
+ VBtnGroup: VBtnGroup
113787
+ VChip: VChip
114183
113788
  VCode: VCode
113789
+ VChipGroup: VChipGroup
113790
+ VColorPicker: VColorPicker
114184
113791
  VCombobox: VCombobox
113792
+ VDataTable: VDataTable
113793
+ VDataTableHeaders: VDataTableHeaders
113794
+ VDataTableFooter: VDataTableFooter
113795
+ VDataTableRows: VDataTableRows
113796
+ VDataTableRow: VDataTableRow
113797
+ VDataTableVirtual: VDataTableVirtual
113798
+ VDataTableServer: VDataTableServer
114185
113799
  VCounter: VCounter
114186
113800
  VDialog: VDialog
114187
113801
  VDatePicker: VDatePicker
@@ -114190,33 +113804,29 @@ declare module 'vue' {
114190
113804
  VDatePickerMonth: VDatePickerMonth
114191
113805
  VDatePickerMonths: VDatePickerMonths
114192
113806
  VDatePickerYears: VDatePickerYears
114193
- VDivider: VDivider
114194
- VDataTable: VDataTable
114195
- VDataTableHeaders: VDataTableHeaders
114196
- VDataTableFooter: VDataTableFooter
114197
- VDataTableRows: VDataTableRows
114198
- VDataTableRow: VDataTableRow
114199
- VDataTableVirtual: VDataTableVirtual
114200
- VDataTableServer: VDataTableServer
114201
113807
  VEmptyState: VEmptyState
113808
+ VDivider: VDivider
113809
+ VField: VField
113810
+ VFieldLabel: VFieldLabel
114202
113811
  VFab: VFab
114203
113812
  VExpansionPanels: VExpansionPanels
114204
113813
  VExpansionPanel: VExpansionPanel
114205
113814
  VExpansionPanelText: VExpansionPanelText
114206
113815
  VExpansionPanelTitle: VExpansionPanelTitle
114207
113816
  VFileInput: VFileInput
114208
- VField: VField
114209
- VFieldLabel: VFieldLabel
114210
113817
  VFooter: VFooter
114211
- VImg: VImg
113818
+ VInfiniteScroll: VInfiniteScroll
114212
113819
  VIcon: VIcon
114213
113820
  VComponentIcon: VComponentIcon
114214
113821
  VSvgIcon: VSvgIcon
114215
113822
  VLigatureIcon: VLigatureIcon
114216
113823
  VClassIcon: VClassIcon
114217
- VInfiniteScroll: VInfiniteScroll
114218
- VKbd: VKbd
113824
+ VImg: VImg
113825
+ VItemGroup: VItemGroup
113826
+ VItem: VItem
114219
113827
  VInput: VInput
113828
+ VLabel: VLabel
113829
+ VKbd: VKbd
114220
113830
  VList: VList
114221
113831
  VListGroup: VListGroup
114222
113832
  VListImg: VListImg
@@ -114226,76 +113836,71 @@ declare module 'vue' {
114226
113836
  VListItemSubtitle: VListItemSubtitle
114227
113837
  VListItemTitle: VListItemTitle
114228
113838
  VListSubheader: VListSubheader
114229
- VItemGroup: VItemGroup
114230
- VItem: VItem
114231
- VLabel: VLabel
114232
113839
  VMain: VMain
114233
- VNumberInput: VNumberInput
114234
113840
  VMenu: VMenu
114235
113841
  VMessages: VMessages
113842
+ VNumberInput: VNumberInput
114236
113843
  VNavigationDrawer: VNavigationDrawer
114237
- VPagination: VPagination
114238
113844
  VOtpInput: VOtpInput
113845
+ VPagination: VPagination
114239
113846
  VOverlay: VOverlay
114240
- VRadioGroup: VRadioGroup
114241
113847
  VProgressLinear: VProgressLinear
114242
113848
  VProgressCircular: VProgressCircular
114243
- VRating: VRating
113849
+ VRadioGroup: VRadioGroup
114244
113850
  VSelect: VSelect
114245
- VSheet: VSheet
113851
+ VRating: VRating
113852
+ VSelectionControlGroup: VSelectionControlGroup
114246
113853
  VSelectionControl: VSelectionControl
114247
113854
  VSkeletonLoader: VSkeletonLoader
114248
- VSelectionControlGroup: VSelectionControlGroup
114249
- VSlider: VSlider
114250
113855
  VSlideGroup: VSlideGroup
114251
113856
  VSlideGroupItem: VSlideGroupItem
113857
+ VSheet: VSheet
114252
113858
  VSnackbar: VSnackbar
113859
+ VSlider: VSlider
114253
113860
  VStepper: VStepper
114254
113861
  VStepperActions: VStepperActions
114255
113862
  VStepperHeader: VStepperHeader
114256
113863
  VStepperItem: VStepperItem
114257
113864
  VStepperWindow: VStepperWindow
114258
113865
  VStepperWindowItem: VStepperWindowItem
114259
- VSwitch: VSwitch
114260
- VSystemBar: VSystemBar
114261
113866
  VTab: VTab
114262
113867
  VTabs: VTabs
114263
113868
  VTabsWindow: VTabsWindow
114264
113869
  VTabsWindowItem: VTabsWindowItem
114265
- VTextField: VTextField
114266
113870
  VTable: VTable
114267
- VTimePicker: VTimePicker
114268
- VTimePickerClock: VTimePickerClock
114269
- VTimePickerControls: VTimePickerControls
114270
- VTimeline: VTimeline
114271
- VTimelineItem: VTimelineItem
113871
+ VTextField: VTextField
114272
113872
  VTextarea: VTextarea
114273
- VTooltip: VTooltip
114274
113873
  VToolbar: VToolbar
114275
113874
  VToolbarTitle: VToolbarTitle
114276
113875
  VToolbarItems: VToolbarItems
113876
+ VTimeline: VTimeline
113877
+ VTimelineItem: VTimelineItem
113878
+ VTimePicker: VTimePicker
113879
+ VTimePickerClock: VTimePickerClock
113880
+ VTimePickerControls: VTimePickerControls
114277
113881
  VTreeview: VTreeview
114278
113882
  VTreeviewItem: VTreeviewItem
114279
113883
  VTreeviewGroup: VTreeviewGroup
114280
113884
  VWindow: VWindow
114281
113885
  VWindowItem: VWindowItem
113886
+ VTooltip: VTooltip
114282
113887
  VConfirmEdit: VConfirmEdit
114283
113888
  VDataIterator: VDataIterator
114284
113889
  VDefaultsProvider: VDefaultsProvider
113890
+ VForm: VForm
113891
+ VHover: VHover
114285
113892
  VContainer: VContainer
114286
113893
  VCol: VCol
114287
113894
  VRow: VRow
114288
113895
  VSpacer: VSpacer
114289
- VForm: VForm
114290
- VHover: VHover
114291
113896
  VLayout: VLayout
114292
113897
  VLayoutItem: VLayoutItem
114293
113898
  VLazy: VLazy
114294
113899
  VLocaleProvider: VLocaleProvider
114295
113900
  VNoSsr: VNoSsr
114296
113901
  VParallax: VParallax
114297
- VRangeSlider: VRangeSlider
114298
113902
  VRadio: VRadio
113903
+ VRangeSlider: VRangeSlider
114299
113904
  VResponsive: VResponsive
114300
113905
  VSnackbarQueue: VSnackbarQueue
114301
113906
  VSparkline: VSparkline
@@ -114319,25 +113924,27 @@ declare module 'vue' {
114319
113924
  VExpandTransition: VExpandTransition
114320
113925
  VExpandXTransition: VExpandXTransition
114321
113926
  VDialogTransition: VDialogTransition
113927
+ VSystemBar: VSystemBar
113928
+ VSwitch: VSwitch
114322
113929
  VColorInput: VColorInput
114323
- VFileUpload: VFileUpload
114324
- VFileUploadItem: VFileUploadItem
113930
+ VCalendar: VCalendar
113931
+ VCalendarDay: VCalendarDay
113932
+ VCalendarHeader: VCalendarHeader
113933
+ VCalendarInterval: VCalendarInterval
113934
+ VCalendarIntervalEvent: VCalendarIntervalEvent
113935
+ VCalendarMonthDay: VCalendarMonthDay
114325
113936
  VIconBtn: VIconBtn
114326
113937
  VPicker: VPicker
114327
113938
  VPickerTitle: VPickerTitle
114328
113939
  VStepperVertical: VStepperVertical
114329
113940
  VStepperVerticalItem: VStepperVerticalItem
114330
113941
  VStepperVerticalActions: VStepperVerticalActions
113942
+ VFileUpload: VFileUpload
113943
+ VFileUploadItem: VFileUploadItem
114331
113944
  VHotkey: VHotkey
114332
113945
  VDateInput: VDateInput
114333
113946
  VMaskInput: VMaskInput
114334
113947
  VPullToRefresh: VPullToRefresh
114335
- VCalendar: VCalendar
114336
- VCalendarDay: VCalendarDay
114337
- VCalendarHeader: VCalendarHeader
114338
- VCalendarInterval: VCalendarInterval
114339
- VCalendarIntervalEvent: VCalendarIntervalEvent
114340
- VCalendarMonthDay: VCalendarMonthDay
114341
113948
  }
114342
113949
  export interface GlobalDirectives {
114343
113950
  vClickOutside: typeof import('vuetify/directives')['ClickOutside']