@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
package/dist/vuetify.d.ts CHANGED
@@ -13318,17 +13318,20 @@ declare const VAutocomplete: {
13318
13318
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
13319
13319
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
13320
13320
  item: (arg: {
13321
- item: ListItem<unknown>;
13321
+ item: unknown;
13322
+ internalItem: ListItem<unknown>;
13322
13323
  index: number;
13323
13324
  props: Record<string, unknown>;
13324
13325
  }) => vue.VNode[];
13325
13326
  chip: (arg: {
13326
- item: ListItem<unknown>;
13327
+ item: unknown;
13328
+ internalItem: ListItem<unknown>;
13327
13329
  index: number;
13328
13330
  props: Record<string, unknown>;
13329
13331
  }) => vue.VNode[];
13330
13332
  selection: (arg: {
13331
- item: ListItem<unknown>;
13333
+ item: unknown;
13334
+ internalItem: ListItem<unknown>;
13332
13335
  index: number;
13333
13336
  }) => vue.VNode[];
13334
13337
  subheader: (arg: {
@@ -18334,17 +18337,20 @@ declare const VAutocomplete: {
18334
18337
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
18335
18338
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
18336
18339
  item: (arg: {
18337
- item: ListItem<unknown>;
18340
+ item: unknown;
18341
+ internalItem: ListItem<unknown>;
18338
18342
  index: number;
18339
18343
  props: Record<string, unknown>;
18340
18344
  }) => vue.VNode[];
18341
18345
  chip: (arg: {
18342
- item: ListItem<unknown>;
18346
+ item: unknown;
18347
+ internalItem: ListItem<unknown>;
18343
18348
  index: number;
18344
18349
  props: Record<string, unknown>;
18345
18350
  }) => vue.VNode[];
18346
18351
  selection: (arg: {
18347
- item: ListItem<unknown>;
18352
+ item: unknown;
18353
+ internalItem: ListItem<unknown>;
18348
18354
  index: number;
18349
18355
  }) => vue.VNode[];
18350
18356
  subheader: (arg: {
@@ -18369,17 +18375,20 @@ declare const VAutocomplete: {
18369
18375
  "onUpdate:modelValue"?: (value: V) => void;
18370
18376
  }, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
18371
18377
  item: {
18372
- item: ListItem<Item>;
18378
+ item: Item;
18379
+ internalItem: ListItem<Item>;
18373
18380
  index: number;
18374
18381
  props: Record<string, unknown>;
18375
18382
  };
18376
18383
  chip: {
18377
- item: ListItem<Item>;
18384
+ item: Item;
18385
+ internalItem: ListItem<Item>;
18378
18386
  index: number;
18379
18387
  props: Record<string, unknown>;
18380
18388
  };
18381
18389
  selection: {
18382
- item: ListItem<Item>;
18390
+ item: Item;
18391
+ internalItem: ListItem<Item>;
18383
18392
  index: number;
18384
18393
  };
18385
18394
  subheader: {
@@ -31224,17 +31233,20 @@ declare const VCombobox: {
31224
31233
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
31225
31234
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
31226
31235
  item: (arg: {
31227
- item: ListItem<unknown>;
31236
+ item: unknown;
31237
+ internalItem: ListItem<unknown>;
31228
31238
  index: number;
31229
31239
  props: Record<string, unknown>;
31230
31240
  }) => vue.VNode[];
31231
31241
  chip: (arg: {
31232
- item: ListItem<unknown>;
31242
+ item: unknown;
31243
+ internalItem: ListItem<unknown>;
31233
31244
  index: number;
31234
31245
  props: Record<string, unknown>;
31235
31246
  }) => vue.VNode[];
31236
31247
  selection: (arg: {
31237
- item: ListItem<unknown>;
31248
+ item: unknown;
31249
+ internalItem: ListItem<unknown>;
31238
31250
  index: number;
31239
31251
  }) => vue.VNode[];
31240
31252
  subheader: (arg: {
@@ -36236,17 +36248,20 @@ declare const VCombobox: {
36236
36248
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
36237
36249
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
36238
36250
  item: (arg: {
36239
- item: ListItem<unknown>;
36251
+ item: unknown;
36252
+ internalItem: ListItem<unknown>;
36240
36253
  index: number;
36241
36254
  props: Record<string, unknown>;
36242
36255
  }) => vue.VNode[];
36243
36256
  chip: (arg: {
36244
- item: ListItem<unknown>;
36257
+ item: unknown;
36258
+ internalItem: ListItem<unknown>;
36245
36259
  index: number;
36246
36260
  props: Record<string, unknown>;
36247
36261
  }) => vue.VNode[];
36248
36262
  selection: (arg: {
36249
- item: ListItem<unknown>;
36263
+ item: unknown;
36264
+ internalItem: ListItem<unknown>;
36250
36265
  index: number;
36251
36266
  }) => vue.VNode[];
36252
36267
  subheader: (arg: {
@@ -36271,17 +36286,20 @@ declare const VCombobox: {
36271
36286
  "onUpdate:modelValue"?: (value: V) => void;
36272
36287
  }, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
36273
36288
  item: {
36274
- item: ListItem<Item>;
36289
+ item: Item;
36290
+ internalItem: ListItem<Item>;
36275
36291
  index: number;
36276
36292
  props: Record<string, unknown>;
36277
36293
  };
36278
36294
  chip: {
36279
- item: ListItem<Item>;
36295
+ item: Item;
36296
+ internalItem: ListItem<Item>;
36280
36297
  index: number;
36281
36298
  props: Record<string, unknown>;
36282
36299
  };
36283
36300
  selection: {
36284
- item: ListItem<Item>;
36301
+ item: Item;
36302
+ internalItem: ListItem<Item>;
36285
36303
  index: number;
36286
36304
  };
36287
36305
  subheader: {
@@ -48452,169 +48470,49 @@ declare const VForm: {
48452
48470
  } & {
48453
48471
  $children?: vue.VNodeChild | {
48454
48472
  default?: ((arg: {
48455
- errors: vue.Ref<{
48456
- id: number | string;
48457
- errorMessages: string[];
48458
- }[], FieldValidationResult[] | {
48459
- id: number | string;
48460
- errorMessages: string[];
48461
- }[]>;
48462
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
48463
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
48464
- isValidating: vue.ShallowRef<boolean, boolean>;
48465
- isValid: vue.Ref<boolean | null, boolean | null> & {
48466
- readonly externalValue: boolean | null;
48467
- };
48468
- items: vue.Ref<{
48469
- id: number | string;
48470
- validate: () => Promise<string[]>;
48471
- reset: () => Promise<void>;
48472
- resetValidation: () => Promise<void>;
48473
- vm: vue.Raw<vue.ComponentInternalInstance>;
48474
- isValid: boolean | null;
48475
- errorMessages: string[];
48476
- }[], FormField[] | {
48477
- id: number | string;
48478
- validate: () => Promise<string[]>;
48479
- reset: () => Promise<void>;
48480
- resetValidation: () => Promise<void>;
48481
- vm: vue.Raw<vue.ComponentInternalInstance>;
48482
- isValid: boolean | null;
48483
- errorMessages: string[];
48484
- }[]>;
48485
- validate: () => Promise<{
48486
- valid: boolean;
48487
- errors: {
48488
- id: number | string;
48489
- errorMessages: string[];
48490
- }[];
48491
- }>;
48473
+ errors: FieldValidationResult[];
48474
+ isDisabled: boolean;
48475
+ isReadonly: boolean;
48476
+ isValidating: boolean;
48477
+ isValid: boolean | null;
48478
+ items: FormField[];
48479
+ validate: () => Promise<FormValidationResult>;
48492
48480
  reset: () => void;
48493
48481
  resetValidation: () => void;
48494
48482
  }) => vue.VNodeChild) | undefined;
48495
48483
  } | ((arg: {
48496
- errors: vue.Ref<{
48497
- id: number | string;
48498
- errorMessages: string[];
48499
- }[], FieldValidationResult[] | {
48500
- id: number | string;
48501
- errorMessages: string[];
48502
- }[]>;
48503
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
48504
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
48505
- isValidating: vue.ShallowRef<boolean, boolean>;
48506
- isValid: vue.Ref<boolean | null, boolean | null> & {
48507
- readonly externalValue: boolean | null;
48508
- };
48509
- items: vue.Ref<{
48510
- id: number | string;
48511
- validate: () => Promise<string[]>;
48512
- reset: () => Promise<void>;
48513
- resetValidation: () => Promise<void>;
48514
- vm: vue.Raw<vue.ComponentInternalInstance>;
48515
- isValid: boolean | null;
48516
- errorMessages: string[];
48517
- }[], FormField[] | {
48518
- id: number | string;
48519
- validate: () => Promise<string[]>;
48520
- reset: () => Promise<void>;
48521
- resetValidation: () => Promise<void>;
48522
- vm: vue.Raw<vue.ComponentInternalInstance>;
48523
- isValid: boolean | null;
48524
- errorMessages: string[];
48525
- }[]>;
48526
- validate: () => Promise<{
48527
- valid: boolean;
48528
- errors: {
48529
- id: number | string;
48530
- errorMessages: string[];
48531
- }[];
48532
- }>;
48484
+ errors: FieldValidationResult[];
48485
+ isDisabled: boolean;
48486
+ isReadonly: boolean;
48487
+ isValidating: boolean;
48488
+ isValid: boolean | null;
48489
+ items: FormField[];
48490
+ validate: () => Promise<FormValidationResult>;
48533
48491
  reset: () => void;
48534
48492
  resetValidation: () => void;
48535
48493
  }) => vue.VNodeChild);
48536
48494
  'v-slots'?: {
48537
48495
  default?: false | ((arg: {
48538
- errors: vue.Ref<{
48539
- id: number | string;
48540
- errorMessages: string[];
48541
- }[], FieldValidationResult[] | {
48542
- id: number | string;
48543
- errorMessages: string[];
48544
- }[]>;
48545
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
48546
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
48547
- isValidating: vue.ShallowRef<boolean, boolean>;
48548
- isValid: vue.Ref<boolean | null, boolean | null> & {
48549
- readonly externalValue: boolean | null;
48550
- };
48551
- items: vue.Ref<{
48552
- id: number | string;
48553
- validate: () => Promise<string[]>;
48554
- reset: () => Promise<void>;
48555
- resetValidation: () => Promise<void>;
48556
- vm: vue.Raw<vue.ComponentInternalInstance>;
48557
- isValid: boolean | null;
48558
- errorMessages: string[];
48559
- }[], FormField[] | {
48560
- id: number | string;
48561
- validate: () => Promise<string[]>;
48562
- reset: () => Promise<void>;
48563
- resetValidation: () => Promise<void>;
48564
- vm: vue.Raw<vue.ComponentInternalInstance>;
48565
- isValid: boolean | null;
48566
- errorMessages: string[];
48567
- }[]>;
48568
- validate: () => Promise<{
48569
- valid: boolean;
48570
- errors: {
48571
- id: number | string;
48572
- errorMessages: string[];
48573
- }[];
48574
- }>;
48496
+ errors: FieldValidationResult[];
48497
+ isDisabled: boolean;
48498
+ isReadonly: boolean;
48499
+ isValidating: boolean;
48500
+ isValid: boolean | null;
48501
+ items: FormField[];
48502
+ validate: () => Promise<FormValidationResult>;
48575
48503
  reset: () => void;
48576
48504
  resetValidation: () => void;
48577
48505
  }) => vue.VNodeChild) | undefined;
48578
48506
  } | undefined;
48579
48507
  } & {
48580
48508
  "v-slot:default"?: false | ((arg: {
48581
- errors: vue.Ref<{
48582
- id: number | string;
48583
- errorMessages: string[];
48584
- }[], FieldValidationResult[] | {
48585
- id: number | string;
48586
- errorMessages: string[];
48587
- }[]>;
48588
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
48589
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
48590
- isValidating: vue.ShallowRef<boolean, boolean>;
48591
- isValid: vue.Ref<boolean | null, boolean | null> & {
48592
- readonly externalValue: boolean | null;
48593
- };
48594
- items: vue.Ref<{
48595
- id: number | string;
48596
- validate: () => Promise<string[]>;
48597
- reset: () => Promise<void>;
48598
- resetValidation: () => Promise<void>;
48599
- vm: vue.Raw<vue.ComponentInternalInstance>;
48600
- isValid: boolean | null;
48601
- errorMessages: string[];
48602
- }[], FormField[] | {
48603
- id: number | string;
48604
- validate: () => Promise<string[]>;
48605
- reset: () => Promise<void>;
48606
- resetValidation: () => Promise<void>;
48607
- vm: vue.Raw<vue.ComponentInternalInstance>;
48608
- isValid: boolean | null;
48609
- errorMessages: string[];
48610
- }[]>;
48611
- validate: () => Promise<{
48612
- valid: boolean;
48613
- errors: {
48614
- id: number | string;
48615
- errorMessages: string[];
48616
- }[];
48617
- }>;
48509
+ errors: FieldValidationResult[];
48510
+ isDisabled: boolean;
48511
+ isReadonly: boolean;
48512
+ isValidating: boolean;
48513
+ isValid: boolean | null;
48514
+ items: FormField[];
48515
+ validate: () => Promise<FormValidationResult>;
48618
48516
  reset: () => void;
48619
48517
  resetValidation: () => void;
48620
48518
  }) => vue.VNodeChild) | undefined;
@@ -48715,43 +48613,13 @@ declare const VForm: {
48715
48613
  fastFail: boolean;
48716
48614
  }, true, {}, vue.SlotsType<Partial<{
48717
48615
  default: (arg: {
48718
- errors: vue.Ref<{
48719
- id: number | string;
48720
- errorMessages: string[];
48721
- }[], FieldValidationResult[] | {
48722
- id: number | string;
48723
- errorMessages: string[];
48724
- }[]>;
48725
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
48726
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
48727
- isValidating: vue.ShallowRef<boolean, boolean>;
48728
- isValid: vue.Ref<boolean | null, boolean | null> & {
48729
- readonly externalValue: boolean | null;
48730
- };
48731
- items: vue.Ref<{
48732
- id: number | string;
48733
- validate: () => Promise<string[]>;
48734
- reset: () => Promise<void>;
48735
- resetValidation: () => Promise<void>;
48736
- vm: vue.Raw<vue.ComponentInternalInstance>;
48737
- isValid: boolean | null;
48738
- errorMessages: string[];
48739
- }[], FormField[] | {
48740
- id: number | string;
48741
- validate: () => Promise<string[]>;
48742
- reset: () => Promise<void>;
48743
- resetValidation: () => Promise<void>;
48744
- vm: vue.Raw<vue.ComponentInternalInstance>;
48745
- isValid: boolean | null;
48746
- errorMessages: string[];
48747
- }[]>;
48748
- validate: () => Promise<{
48749
- valid: boolean;
48750
- errors: {
48751
- id: number | string;
48752
- errorMessages: string[];
48753
- }[];
48754
- }>;
48616
+ errors: FieldValidationResult[];
48617
+ isDisabled: boolean;
48618
+ isReadonly: boolean;
48619
+ isValidating: boolean;
48620
+ isValid: boolean | null;
48621
+ items: FormField[];
48622
+ validate: () => Promise<FormValidationResult>;
48755
48623
  reset: () => void;
48756
48624
  resetValidation: () => void;
48757
48625
  }) => vue.VNode[];
@@ -48774,169 +48642,49 @@ declare const VForm: {
48774
48642
  } & {
48775
48643
  $children?: vue.VNodeChild | {
48776
48644
  default?: ((arg: {
48777
- errors: vue.Ref<{
48778
- id: number | string;
48779
- errorMessages: string[];
48780
- }[], FieldValidationResult[] | {
48781
- id: number | string;
48782
- errorMessages: string[];
48783
- }[]>;
48784
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
48785
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
48786
- isValidating: vue.ShallowRef<boolean, boolean>;
48787
- isValid: vue.Ref<boolean | null, boolean | null> & {
48788
- readonly externalValue: boolean | null;
48789
- };
48790
- items: vue.Ref<{
48791
- id: number | string;
48792
- validate: () => Promise<string[]>;
48793
- reset: () => Promise<void>;
48794
- resetValidation: () => Promise<void>;
48795
- vm: vue.Raw<vue.ComponentInternalInstance>;
48796
- isValid: boolean | null;
48797
- errorMessages: string[];
48798
- }[], FormField[] | {
48799
- id: number | string;
48800
- validate: () => Promise<string[]>;
48801
- reset: () => Promise<void>;
48802
- resetValidation: () => Promise<void>;
48803
- vm: vue.Raw<vue.ComponentInternalInstance>;
48804
- isValid: boolean | null;
48805
- errorMessages: string[];
48806
- }[]>;
48807
- validate: () => Promise<{
48808
- valid: boolean;
48809
- errors: {
48810
- id: number | string;
48811
- errorMessages: string[];
48812
- }[];
48813
- }>;
48645
+ errors: FieldValidationResult[];
48646
+ isDisabled: boolean;
48647
+ isReadonly: boolean;
48648
+ isValidating: boolean;
48649
+ isValid: boolean | null;
48650
+ items: FormField[];
48651
+ validate: () => Promise<FormValidationResult>;
48814
48652
  reset: () => void;
48815
48653
  resetValidation: () => void;
48816
48654
  }) => vue.VNodeChild) | undefined;
48817
48655
  } | ((arg: {
48818
- errors: vue.Ref<{
48819
- id: number | string;
48820
- errorMessages: string[];
48821
- }[], FieldValidationResult[] | {
48822
- id: number | string;
48823
- errorMessages: string[];
48824
- }[]>;
48825
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
48826
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
48827
- isValidating: vue.ShallowRef<boolean, boolean>;
48828
- isValid: vue.Ref<boolean | null, boolean | null> & {
48829
- readonly externalValue: boolean | null;
48830
- };
48831
- items: vue.Ref<{
48832
- id: number | string;
48833
- validate: () => Promise<string[]>;
48834
- reset: () => Promise<void>;
48835
- resetValidation: () => Promise<void>;
48836
- vm: vue.Raw<vue.ComponentInternalInstance>;
48837
- isValid: boolean | null;
48838
- errorMessages: string[];
48839
- }[], FormField[] | {
48840
- id: number | string;
48841
- validate: () => Promise<string[]>;
48842
- reset: () => Promise<void>;
48843
- resetValidation: () => Promise<void>;
48844
- vm: vue.Raw<vue.ComponentInternalInstance>;
48845
- isValid: boolean | null;
48846
- errorMessages: string[];
48847
- }[]>;
48848
- validate: () => Promise<{
48849
- valid: boolean;
48850
- errors: {
48851
- id: number | string;
48852
- errorMessages: string[];
48853
- }[];
48854
- }>;
48656
+ errors: FieldValidationResult[];
48657
+ isDisabled: boolean;
48658
+ isReadonly: boolean;
48659
+ isValidating: boolean;
48660
+ isValid: boolean | null;
48661
+ items: FormField[];
48662
+ validate: () => Promise<FormValidationResult>;
48855
48663
  reset: () => void;
48856
48664
  resetValidation: () => void;
48857
48665
  }) => vue.VNodeChild);
48858
48666
  'v-slots'?: {
48859
48667
  default?: false | ((arg: {
48860
- errors: vue.Ref<{
48861
- id: number | string;
48862
- errorMessages: string[];
48863
- }[], FieldValidationResult[] | {
48864
- id: number | string;
48865
- errorMessages: string[];
48866
- }[]>;
48867
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
48868
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
48869
- isValidating: vue.ShallowRef<boolean, boolean>;
48870
- isValid: vue.Ref<boolean | null, boolean | null> & {
48871
- readonly externalValue: boolean | null;
48872
- };
48873
- items: vue.Ref<{
48874
- id: number | string;
48875
- validate: () => Promise<string[]>;
48876
- reset: () => Promise<void>;
48877
- resetValidation: () => Promise<void>;
48878
- vm: vue.Raw<vue.ComponentInternalInstance>;
48879
- isValid: boolean | null;
48880
- errorMessages: string[];
48881
- }[], FormField[] | {
48882
- id: number | string;
48883
- validate: () => Promise<string[]>;
48884
- reset: () => Promise<void>;
48885
- resetValidation: () => Promise<void>;
48886
- vm: vue.Raw<vue.ComponentInternalInstance>;
48887
- isValid: boolean | null;
48888
- errorMessages: string[];
48889
- }[]>;
48890
- validate: () => Promise<{
48891
- valid: boolean;
48892
- errors: {
48893
- id: number | string;
48894
- errorMessages: string[];
48895
- }[];
48896
- }>;
48668
+ errors: FieldValidationResult[];
48669
+ isDisabled: boolean;
48670
+ isReadonly: boolean;
48671
+ isValidating: boolean;
48672
+ isValid: boolean | null;
48673
+ items: FormField[];
48674
+ validate: () => Promise<FormValidationResult>;
48897
48675
  reset: () => void;
48898
48676
  resetValidation: () => void;
48899
48677
  }) => vue.VNodeChild) | undefined;
48900
48678
  } | undefined;
48901
48679
  } & {
48902
48680
  "v-slot:default"?: false | ((arg: {
48903
- errors: vue.Ref<{
48904
- id: number | string;
48905
- errorMessages: string[];
48906
- }[], FieldValidationResult[] | {
48907
- id: number | string;
48908
- errorMessages: string[];
48909
- }[]>;
48910
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
48911
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
48912
- isValidating: vue.ShallowRef<boolean, boolean>;
48913
- isValid: vue.Ref<boolean | null, boolean | null> & {
48914
- readonly externalValue: boolean | null;
48915
- };
48916
- items: vue.Ref<{
48917
- id: number | string;
48918
- validate: () => Promise<string[]>;
48919
- reset: () => Promise<void>;
48920
- resetValidation: () => Promise<void>;
48921
- vm: vue.Raw<vue.ComponentInternalInstance>;
48922
- isValid: boolean | null;
48923
- errorMessages: string[];
48924
- }[], FormField[] | {
48925
- id: number | string;
48926
- validate: () => Promise<string[]>;
48927
- reset: () => Promise<void>;
48928
- resetValidation: () => Promise<void>;
48929
- vm: vue.Raw<vue.ComponentInternalInstance>;
48930
- isValid: boolean | null;
48931
- errorMessages: string[];
48932
- }[]>;
48933
- validate: () => Promise<{
48934
- valid: boolean;
48935
- errors: {
48936
- id: number | string;
48937
- errorMessages: string[];
48938
- }[];
48939
- }>;
48681
+ errors: FieldValidationResult[];
48682
+ isDisabled: boolean;
48683
+ isReadonly: boolean;
48684
+ isValidating: boolean;
48685
+ isValid: boolean | null;
48686
+ items: FormField[];
48687
+ validate: () => Promise<FormValidationResult>;
48940
48688
  reset: () => void;
48941
48689
  resetValidation: () => void;
48942
48690
  }) => vue.VNodeChild) | undefined;
@@ -48983,334 +48731,162 @@ declare const VForm: {
48983
48731
  }>;
48984
48732
  reset: () => void;
48985
48733
  resetValidation: () => void;
48986
- } & HTMLFormElement & {
48987
- _allExposed: {
48988
- errors: vue.Ref<{
48989
- id: number | string;
48990
- errorMessages: string[];
48991
- }[], FieldValidationResult[] | {
48992
- id: number | string;
48993
- errorMessages: string[];
48994
- }[]>;
48995
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
48996
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
48997
- isValidating: vue.ShallowRef<boolean, boolean>;
48998
- isValid: vue.Ref<boolean | null, boolean | null> & {
48999
- readonly externalValue: boolean | null;
49000
- };
49001
- items: vue.Ref<{
49002
- id: number | string;
49003
- validate: () => Promise<string[]>;
49004
- reset: () => Promise<void>;
49005
- resetValidation: () => Promise<void>;
49006
- vm: vue.Raw<vue.ComponentInternalInstance>;
49007
- isValid: boolean | null;
49008
- errorMessages: string[];
49009
- }[], FormField[] | {
49010
- id: number | string;
49011
- validate: () => Promise<string[]>;
49012
- reset: () => Promise<void>;
49013
- resetValidation: () => Promise<void>;
49014
- vm: vue.Raw<vue.ComponentInternalInstance>;
49015
- isValid: boolean | null;
49016
- errorMessages: string[];
49017
- }[]>;
49018
- validate: () => Promise<{
49019
- valid: boolean;
49020
- errors: {
49021
- id: number | string;
49022
- errorMessages: string[];
49023
- }[];
49024
- }>;
49025
- reset: () => void;
49026
- resetValidation: () => void;
49027
- };
49028
- }, {}, {}, {}, {
49029
- style: vue.StyleValue;
49030
- disabled: boolean;
49031
- readonly: boolean;
49032
- modelValue: boolean | null;
49033
- 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;
49034
- fastFail: boolean;
49035
- }>;
49036
- __isFragment?: never;
49037
- __isTeleport?: never;
49038
- __isSuspense?: never;
49039
- } & vue.ComponentOptionsBase<{
49040
- style: vue.StyleValue;
49041
- disabled: boolean;
49042
- readonly: boolean;
49043
- modelValue: boolean | null;
49044
- 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;
49045
- fastFail: boolean;
49046
- } & {
49047
- class?: any;
49048
- } & {
49049
- $children?: vue.VNodeChild | {
49050
- default?: ((arg: {
49051
- errors: vue.Ref<{
49052
- id: number | string;
49053
- errorMessages: string[];
49054
- }[], FieldValidationResult[] | {
49055
- id: number | string;
49056
- errorMessages: string[];
49057
- }[]>;
49058
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
49059
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
49060
- isValidating: vue.ShallowRef<boolean, boolean>;
49061
- isValid: vue.Ref<boolean | null, boolean | null> & {
49062
- readonly externalValue: boolean | null;
49063
- };
49064
- items: vue.Ref<{
49065
- id: number | string;
49066
- validate: () => Promise<string[]>;
49067
- reset: () => Promise<void>;
49068
- resetValidation: () => Promise<void>;
49069
- vm: vue.Raw<vue.ComponentInternalInstance>;
49070
- isValid: boolean | null;
49071
- errorMessages: string[];
49072
- }[], FormField[] | {
49073
- id: number | string;
49074
- validate: () => Promise<string[]>;
49075
- reset: () => Promise<void>;
49076
- resetValidation: () => Promise<void>;
49077
- vm: vue.Raw<vue.ComponentInternalInstance>;
49078
- isValid: boolean | null;
49079
- errorMessages: string[];
49080
- }[]>;
49081
- validate: () => Promise<{
49082
- valid: boolean;
49083
- errors: {
49084
- id: number | string;
49085
- errorMessages: string[];
49086
- }[];
49087
- }>;
49088
- reset: () => void;
49089
- resetValidation: () => void;
49090
- }) => vue.VNodeChild) | undefined;
49091
- } | ((arg: {
49092
- errors: vue.Ref<{
49093
- id: number | string;
49094
- errorMessages: string[];
49095
- }[], FieldValidationResult[] | {
49096
- id: number | string;
49097
- errorMessages: string[];
49098
- }[]>;
49099
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
49100
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
49101
- isValidating: vue.ShallowRef<boolean, boolean>;
49102
- isValid: vue.Ref<boolean | null, boolean | null> & {
49103
- readonly externalValue: boolean | null;
49104
- };
49105
- items: vue.Ref<{
49106
- id: number | string;
49107
- validate: () => Promise<string[]>;
49108
- reset: () => Promise<void>;
49109
- resetValidation: () => Promise<void>;
49110
- vm: vue.Raw<vue.ComponentInternalInstance>;
49111
- isValid: boolean | null;
49112
- errorMessages: string[];
49113
- }[], FormField[] | {
49114
- id: number | string;
49115
- validate: () => Promise<string[]>;
49116
- reset: () => Promise<void>;
49117
- resetValidation: () => Promise<void>;
49118
- vm: vue.Raw<vue.ComponentInternalInstance>;
49119
- isValid: boolean | null;
49120
- errorMessages: string[];
49121
- }[]>;
49122
- validate: () => Promise<{
49123
- valid: boolean;
49124
- errors: {
49125
- id: number | string;
49126
- errorMessages: string[];
49127
- }[];
49128
- }>;
49129
- reset: () => void;
49130
- resetValidation: () => void;
49131
- }) => vue.VNodeChild);
49132
- 'v-slots'?: {
49133
- default?: false | ((arg: {
49134
- errors: vue.Ref<{
49135
- id: number | string;
49136
- errorMessages: string[];
49137
- }[], FieldValidationResult[] | {
49138
- id: number | string;
49139
- errorMessages: string[];
49140
- }[]>;
49141
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
49142
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
49143
- isValidating: vue.ShallowRef<boolean, boolean>;
49144
- isValid: vue.Ref<boolean | null, boolean | null> & {
49145
- readonly externalValue: boolean | null;
49146
- };
49147
- items: vue.Ref<{
49148
- id: number | string;
49149
- validate: () => Promise<string[]>;
49150
- reset: () => Promise<void>;
49151
- resetValidation: () => Promise<void>;
49152
- vm: vue.Raw<vue.ComponentInternalInstance>;
49153
- isValid: boolean | null;
49154
- errorMessages: string[];
49155
- }[], FormField[] | {
49156
- id: number | string;
49157
- validate: () => Promise<string[]>;
49158
- reset: () => Promise<void>;
49159
- resetValidation: () => Promise<void>;
49160
- vm: vue.Raw<vue.ComponentInternalInstance>;
49161
- isValid: boolean | null;
49162
- errorMessages: string[];
49163
- }[]>;
49164
- validate: () => Promise<{
49165
- valid: boolean;
49166
- errors: {
49167
- id: number | string;
49168
- errorMessages: string[];
49169
- }[];
49170
- }>;
49171
- reset: () => void;
49172
- resetValidation: () => void;
49173
- }) => vue.VNodeChild) | undefined;
49174
- } | undefined;
49175
- } & {
49176
- "v-slot:default"?: false | ((arg: {
49177
- errors: vue.Ref<{
49178
- id: number | string;
49179
- errorMessages: string[];
49180
- }[], FieldValidationResult[] | {
49181
- id: number | string;
49182
- errorMessages: string[];
49183
- }[]>;
49184
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
49185
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
49186
- isValidating: vue.ShallowRef<boolean, boolean>;
49187
- isValid: vue.Ref<boolean | null, boolean | null> & {
49188
- readonly externalValue: boolean | null;
49189
- };
49190
- items: vue.Ref<{
49191
- id: number | string;
49192
- validate: () => Promise<string[]>;
49193
- reset: () => Promise<void>;
49194
- resetValidation: () => Promise<void>;
49195
- vm: vue.Raw<vue.ComponentInternalInstance>;
49196
- isValid: boolean | null;
49197
- errorMessages: string[];
49198
- }[], FormField[] | {
49199
- id: number | string;
49200
- validate: () => Promise<string[]>;
49201
- reset: () => Promise<void>;
49202
- resetValidation: () => Promise<void>;
49203
- vm: vue.Raw<vue.ComponentInternalInstance>;
49204
- isValid: boolean | null;
49205
- errorMessages: string[];
49206
- }[]>;
49207
- validate: () => Promise<{
49208
- valid: boolean;
49209
- errors: {
49210
- id: number | string;
49211
- errorMessages: string[];
49212
- }[];
49213
- }>;
49214
- reset: () => void;
49215
- resetValidation: () => void;
49216
- }) => vue.VNodeChild) | undefined;
49217
- } & {
49218
- onSubmit?: ((e: SubmitEventPromise) => any) | undefined;
49219
- "onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
49220
- }, {
49221
- errors: vue.Ref<{
49222
- id: number | string;
49223
- errorMessages: string[];
49224
- }[], FieldValidationResult[] | {
49225
- id: number | string;
49226
- errorMessages: string[];
49227
- }[]>;
49228
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
49229
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
49230
- isValidating: vue.ShallowRef<boolean, boolean>;
49231
- isValid: vue.Ref<boolean | null, boolean | null> & {
49232
- readonly externalValue: boolean | null;
49233
- };
49234
- items: vue.Ref<{
49235
- id: number | string;
49236
- validate: () => Promise<string[]>;
49237
- reset: () => Promise<void>;
49238
- resetValidation: () => Promise<void>;
49239
- vm: vue.Raw<vue.ComponentInternalInstance>;
49240
- isValid: boolean | null;
49241
- errorMessages: string[];
49242
- }[], FormField[] | {
49243
- id: number | string;
49244
- validate: () => Promise<string[]>;
49245
- reset: () => Promise<void>;
49246
- resetValidation: () => Promise<void>;
49247
- vm: vue.Raw<vue.ComponentInternalInstance>;
49248
- isValid: boolean | null;
49249
- errorMessages: string[];
49250
- }[]>;
49251
- validate: () => Promise<{
49252
- valid: boolean;
49253
- errors: {
49254
- id: number | string;
49255
- errorMessages: string[];
49256
- }[];
49257
- }>;
49258
- reset: () => void;
49259
- resetValidation: () => void;
49260
- } & HTMLFormElement & {
49261
- _allExposed: {
49262
- errors: vue.Ref<{
49263
- id: number | string;
49264
- errorMessages: string[];
49265
- }[], FieldValidationResult[] | {
49266
- id: number | string;
49267
- errorMessages: string[];
49268
- }[]>;
49269
- isDisabled: Readonly<vue.Ref<boolean, boolean>>;
49270
- isReadonly: Readonly<vue.Ref<boolean, boolean>>;
49271
- isValidating: vue.ShallowRef<boolean, boolean>;
49272
- isValid: vue.Ref<boolean | null, boolean | null> & {
49273
- readonly externalValue: boolean | null;
49274
- };
49275
- items: vue.Ref<{
49276
- id: number | string;
49277
- validate: () => Promise<string[]>;
49278
- reset: () => Promise<void>;
49279
- resetValidation: () => Promise<void>;
49280
- vm: vue.Raw<vue.ComponentInternalInstance>;
49281
- isValid: boolean | null;
49282
- errorMessages: string[];
49283
- }[], FormField[] | {
49284
- id: number | string;
49285
- validate: () => Promise<string[]>;
49286
- reset: () => Promise<void>;
49287
- resetValidation: () => Promise<void>;
49288
- vm: vue.Raw<vue.ComponentInternalInstance>;
49289
- isValid: boolean | null;
49290
- errorMessages: string[];
49291
- }[]>;
49292
- validate: () => Promise<{
49293
- valid: boolean;
49294
- errors: {
49295
- id: number | string;
49296
- errorMessages: string[];
49297
- }[];
49298
- }>;
49299
- reset: () => void;
49300
- resetValidation: () => void;
49301
- };
49302
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
49303
- 'update:modelValue': (val: boolean | null) => true;
49304
- submit: (e: SubmitEventPromise) => true;
49305
- }, string, {
48734
+ } & HTMLFormElement & {
48735
+ _allExposed: {
48736
+ errors: vue.Ref<{
48737
+ id: number | string;
48738
+ errorMessages: string[];
48739
+ }[], FieldValidationResult[] | {
48740
+ id: number | string;
48741
+ errorMessages: string[];
48742
+ }[]>;
48743
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
48744
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
48745
+ isValidating: vue.ShallowRef<boolean, boolean>;
48746
+ isValid: vue.Ref<boolean | null, boolean | null> & {
48747
+ readonly externalValue: boolean | null;
48748
+ };
48749
+ items: vue.Ref<{
48750
+ id: number | string;
48751
+ validate: () => Promise<string[]>;
48752
+ reset: () => Promise<void>;
48753
+ resetValidation: () => Promise<void>;
48754
+ vm: vue.Raw<vue.ComponentInternalInstance>;
48755
+ isValid: boolean | null;
48756
+ errorMessages: string[];
48757
+ }[], FormField[] | {
48758
+ id: number | string;
48759
+ validate: () => Promise<string[]>;
48760
+ reset: () => Promise<void>;
48761
+ resetValidation: () => Promise<void>;
48762
+ vm: vue.Raw<vue.ComponentInternalInstance>;
48763
+ isValid: boolean | null;
48764
+ errorMessages: string[];
48765
+ }[]>;
48766
+ validate: () => Promise<{
48767
+ valid: boolean;
48768
+ errors: {
48769
+ id: number | string;
48770
+ errorMessages: string[];
48771
+ }[];
48772
+ }>;
48773
+ reset: () => void;
48774
+ resetValidation: () => void;
48775
+ };
48776
+ }, {}, {}, {}, {
48777
+ style: vue.StyleValue;
48778
+ disabled: boolean;
48779
+ readonly: boolean;
48780
+ modelValue: boolean | null;
48781
+ 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;
48782
+ fastFail: boolean;
48783
+ }>;
48784
+ __isFragment?: never;
48785
+ __isTeleport?: never;
48786
+ __isSuspense?: never;
48787
+ } & vue.ComponentOptionsBase<{
49306
48788
  style: vue.StyleValue;
49307
48789
  disabled: boolean;
49308
48790
  readonly: boolean;
49309
48791
  modelValue: boolean | null;
49310
48792
  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;
49311
48793
  fastFail: boolean;
49312
- }, {}, string, vue.SlotsType<Partial<{
49313
- default: (arg: {
48794
+ } & {
48795
+ class?: any;
48796
+ } & {
48797
+ $children?: vue.VNodeChild | {
48798
+ default?: ((arg: {
48799
+ errors: FieldValidationResult[];
48800
+ isDisabled: boolean;
48801
+ isReadonly: boolean;
48802
+ isValidating: boolean;
48803
+ isValid: boolean | null;
48804
+ items: FormField[];
48805
+ validate: () => Promise<FormValidationResult>;
48806
+ reset: () => void;
48807
+ resetValidation: () => void;
48808
+ }) => vue.VNodeChild) | undefined;
48809
+ } | ((arg: {
48810
+ errors: FieldValidationResult[];
48811
+ isDisabled: boolean;
48812
+ isReadonly: boolean;
48813
+ isValidating: boolean;
48814
+ isValid: boolean | null;
48815
+ items: FormField[];
48816
+ validate: () => Promise<FormValidationResult>;
48817
+ reset: () => void;
48818
+ resetValidation: () => void;
48819
+ }) => vue.VNodeChild);
48820
+ 'v-slots'?: {
48821
+ default?: false | ((arg: {
48822
+ errors: FieldValidationResult[];
48823
+ isDisabled: boolean;
48824
+ isReadonly: boolean;
48825
+ isValidating: boolean;
48826
+ isValid: boolean | null;
48827
+ items: FormField[];
48828
+ validate: () => Promise<FormValidationResult>;
48829
+ reset: () => void;
48830
+ resetValidation: () => void;
48831
+ }) => vue.VNodeChild) | undefined;
48832
+ } | undefined;
48833
+ } & {
48834
+ "v-slot:default"?: false | ((arg: {
48835
+ errors: FieldValidationResult[];
48836
+ isDisabled: boolean;
48837
+ isReadonly: boolean;
48838
+ isValidating: boolean;
48839
+ isValid: boolean | null;
48840
+ items: FormField[];
48841
+ validate: () => Promise<FormValidationResult>;
48842
+ reset: () => void;
48843
+ resetValidation: () => void;
48844
+ }) => vue.VNodeChild) | undefined;
48845
+ } & {
48846
+ onSubmit?: ((e: SubmitEventPromise) => any) | undefined;
48847
+ "onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
48848
+ }, {
48849
+ errors: vue.Ref<{
48850
+ id: number | string;
48851
+ errorMessages: string[];
48852
+ }[], FieldValidationResult[] | {
48853
+ id: number | string;
48854
+ errorMessages: string[];
48855
+ }[]>;
48856
+ isDisabled: Readonly<vue.Ref<boolean, boolean>>;
48857
+ isReadonly: Readonly<vue.Ref<boolean, boolean>>;
48858
+ isValidating: vue.ShallowRef<boolean, boolean>;
48859
+ isValid: vue.Ref<boolean | null, boolean | null> & {
48860
+ readonly externalValue: boolean | null;
48861
+ };
48862
+ items: vue.Ref<{
48863
+ id: number | string;
48864
+ validate: () => Promise<string[]>;
48865
+ reset: () => Promise<void>;
48866
+ resetValidation: () => Promise<void>;
48867
+ vm: vue.Raw<vue.ComponentInternalInstance>;
48868
+ isValid: boolean | null;
48869
+ errorMessages: string[];
48870
+ }[], FormField[] | {
48871
+ id: number | string;
48872
+ validate: () => Promise<string[]>;
48873
+ reset: () => Promise<void>;
48874
+ resetValidation: () => Promise<void>;
48875
+ vm: vue.Raw<vue.ComponentInternalInstance>;
48876
+ isValid: boolean | null;
48877
+ errorMessages: string[];
48878
+ }[]>;
48879
+ validate: () => Promise<{
48880
+ valid: boolean;
48881
+ errors: {
48882
+ id: number | string;
48883
+ errorMessages: string[];
48884
+ }[];
48885
+ }>;
48886
+ reset: () => void;
48887
+ resetValidation: () => void;
48888
+ } & HTMLFormElement & {
48889
+ _allExposed: {
49314
48890
  errors: vue.Ref<{
49315
48891
  id: number | string;
49316
48892
  errorMessages: string[];
@@ -49350,6 +48926,28 @@ declare const VForm: {
49350
48926
  }>;
49351
48927
  reset: () => void;
49352
48928
  resetValidation: () => void;
48929
+ };
48930
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
48931
+ 'update:modelValue': (val: boolean | null) => true;
48932
+ submit: (e: SubmitEventPromise) => true;
48933
+ }, string, {
48934
+ style: vue.StyleValue;
48935
+ disabled: boolean;
48936
+ readonly: boolean;
48937
+ modelValue: boolean | null;
48938
+ 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;
48939
+ fastFail: boolean;
48940
+ }, {}, string, vue.SlotsType<Partial<{
48941
+ default: (arg: {
48942
+ errors: FieldValidationResult[];
48943
+ isDisabled: boolean;
48944
+ isReadonly: boolean;
48945
+ isValidating: boolean;
48946
+ isValid: boolean | null;
48947
+ items: FormField[];
48948
+ validate: () => Promise<FormValidationResult>;
48949
+ reset: () => void;
48950
+ resetValidation: () => void;
49353
48951
  }) => vue.VNode[];
49354
48952
  }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
49355
48953
  disabled: BooleanConstructor;
@@ -67063,17 +66661,20 @@ declare const VSelect: {
67063
66661
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
67064
66662
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
67065
66663
  item: (arg: {
67066
- item: ListItem<unknown>;
66664
+ item: unknown;
66665
+ internalItem: ListItem<unknown>;
67067
66666
  index: number;
67068
66667
  props: Record<string, unknown>;
67069
66668
  }) => vue.VNode[];
67070
66669
  chip: (arg: {
67071
- item: ListItem<unknown>;
66670
+ item: unknown;
66671
+ internalItem: ListItem<unknown>;
67072
66672
  index: number;
67073
66673
  props: Record<string, unknown>;
67074
66674
  }) => vue.VNode[];
67075
66675
  selection: (arg: {
67076
- item: ListItem<unknown>;
66676
+ item: unknown;
66677
+ internalItem: ListItem<unknown>;
67077
66678
  index: number;
67078
66679
  }) => vue.VNode[];
67079
66680
  subheader: (arg: {
@@ -72040,17 +71641,20 @@ declare const VSelect: {
72040
71641
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
72041
71642
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
72042
71643
  item: (arg: {
72043
- item: ListItem<unknown>;
71644
+ item: unknown;
71645
+ internalItem: ListItem<unknown>;
72044
71646
  index: number;
72045
71647
  props: Record<string, unknown>;
72046
71648
  }) => vue.VNode[];
72047
71649
  chip: (arg: {
72048
- item: ListItem<unknown>;
71650
+ item: unknown;
71651
+ internalItem: ListItem<unknown>;
72049
71652
  index: number;
72050
71653
  props: Record<string, unknown>;
72051
71654
  }) => vue.VNode[];
72052
71655
  selection: (arg: {
72053
- item: ListItem<unknown>;
71656
+ item: unknown;
71657
+ internalItem: ListItem<unknown>;
72054
71658
  index: number;
72055
71659
  }) => vue.VNode[];
72056
71660
  subheader: (arg: {
@@ -72075,17 +71679,20 @@ declare const VSelect: {
72075
71679
  "onUpdate:modelValue"?: (value: V) => void;
72076
71680
  }, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
72077
71681
  item: {
72078
- item: ListItem<Item>;
71682
+ item: Item;
71683
+ internalItem: ListItem<Item>;
72079
71684
  index: number;
72080
71685
  props: Record<string, unknown>;
72081
71686
  };
72082
71687
  chip: {
72083
- item: ListItem<Item>;
71688
+ item: Item;
71689
+ internalItem: ListItem<Item>;
72084
71690
  index: number;
72085
71691
  props: Record<string, unknown>;
72086
71692
  };
72087
71693
  selection: {
72088
- item: ListItem<Item>;
71694
+ item: Item;
71695
+ internalItem: ListItem<Item>;
72089
71696
  index: number;
72090
71697
  };
72091
71698
  subheader: {
@@ -93573,41 +93180,48 @@ declare module 'vue' {
93573
93180
  $children?: VNodeChild
93574
93181
  }
93575
93182
  export interface GlobalComponents {
93576
- VApp: VApp
93577
93183
  VAppBar: VAppBar
93578
93184
  VAppBarNavIcon: VAppBarNavIcon
93579
93185
  VAppBarTitle: VAppBarTitle
93186
+ VApp: VApp
93580
93187
  VAutocomplete: VAutocomplete
93188
+ VAvatar: VAvatar
93581
93189
  VAlert: VAlert
93582
93190
  VAlertTitle: VAlertTitle
93191
+ VBanner: VBanner
93192
+ VBannerActions: VBannerActions
93193
+ VBannerText: VBannerText
93194
+ VBadge: VBadge
93583
93195
  VBreadcrumbs: VBreadcrumbs
93584
93196
  VBreadcrumbsItem: VBreadcrumbsItem
93585
93197
  VBreadcrumbsDivider: VBreadcrumbsDivider
93586
- VBadge: VBadge
93587
- VAvatar: VAvatar
93588
93198
  VBottomNavigation: VBottomNavigation
93589
93199
  VBtn: VBtn
93590
- VBtnGroup: VBtnGroup
93591
- VBanner: VBanner
93592
- VBannerActions: VBannerActions
93593
- VBannerText: VBannerText
93594
- VBottomSheet: VBottomSheet
93595
- VChip: VChip
93200
+ VBtnToggle: VBtnToggle
93596
93201
  VCard: VCard
93597
93202
  VCardActions: VCardActions
93598
93203
  VCardItem: VCardItem
93599
93204
  VCardSubtitle: VCardSubtitle
93600
93205
  VCardText: VCardText
93601
93206
  VCardTitle: VCardTitle
93602
- VBtnToggle: VBtnToggle
93207
+ VBottomSheet: VBottomSheet
93603
93208
  VCarousel: VCarousel
93604
93209
  VCarouselItem: VCarouselItem
93605
- VChipGroup: VChipGroup
93606
93210
  VCheckbox: VCheckbox
93607
93211
  VCheckboxBtn: VCheckboxBtn
93608
- VColorPicker: VColorPicker
93212
+ VBtnGroup: VBtnGroup
93213
+ VChip: VChip
93609
93214
  VCode: VCode
93215
+ VChipGroup: VChipGroup
93216
+ VColorPicker: VColorPicker
93610
93217
  VCombobox: VCombobox
93218
+ VDataTable: VDataTable
93219
+ VDataTableHeaders: VDataTableHeaders
93220
+ VDataTableFooter: VDataTableFooter
93221
+ VDataTableRows: VDataTableRows
93222
+ VDataTableRow: VDataTableRow
93223
+ VDataTableVirtual: VDataTableVirtual
93224
+ VDataTableServer: VDataTableServer
93611
93225
  VCounter: VCounter
93612
93226
  VDialog: VDialog
93613
93227
  VDatePicker: VDatePicker
@@ -93616,33 +93230,29 @@ declare module 'vue' {
93616
93230
  VDatePickerMonth: VDatePickerMonth
93617
93231
  VDatePickerMonths: VDatePickerMonths
93618
93232
  VDatePickerYears: VDatePickerYears
93619
- VDivider: VDivider
93620
- VDataTable: VDataTable
93621
- VDataTableHeaders: VDataTableHeaders
93622
- VDataTableFooter: VDataTableFooter
93623
- VDataTableRows: VDataTableRows
93624
- VDataTableRow: VDataTableRow
93625
- VDataTableVirtual: VDataTableVirtual
93626
- VDataTableServer: VDataTableServer
93627
93233
  VEmptyState: VEmptyState
93234
+ VDivider: VDivider
93235
+ VField: VField
93236
+ VFieldLabel: VFieldLabel
93628
93237
  VFab: VFab
93629
93238
  VExpansionPanels: VExpansionPanels
93630
93239
  VExpansionPanel: VExpansionPanel
93631
93240
  VExpansionPanelText: VExpansionPanelText
93632
93241
  VExpansionPanelTitle: VExpansionPanelTitle
93633
93242
  VFileInput: VFileInput
93634
- VField: VField
93635
- VFieldLabel: VFieldLabel
93636
93243
  VFooter: VFooter
93637
- VImg: VImg
93244
+ VInfiniteScroll: VInfiniteScroll
93638
93245
  VIcon: VIcon
93639
93246
  VComponentIcon: VComponentIcon
93640
93247
  VSvgIcon: VSvgIcon
93641
93248
  VLigatureIcon: VLigatureIcon
93642
93249
  VClassIcon: VClassIcon
93643
- VInfiniteScroll: VInfiniteScroll
93644
- VKbd: VKbd
93250
+ VImg: VImg
93251
+ VItemGroup: VItemGroup
93252
+ VItem: VItem
93645
93253
  VInput: VInput
93254
+ VLabel: VLabel
93255
+ VKbd: VKbd
93646
93256
  VList: VList
93647
93257
  VListGroup: VListGroup
93648
93258
  VListImg: VListImg
@@ -93652,76 +93262,71 @@ declare module 'vue' {
93652
93262
  VListItemSubtitle: VListItemSubtitle
93653
93263
  VListItemTitle: VListItemTitle
93654
93264
  VListSubheader: VListSubheader
93655
- VItemGroup: VItemGroup
93656
- VItem: VItem
93657
- VLabel: VLabel
93658
93265
  VMain: VMain
93659
- VNumberInput: VNumberInput
93660
93266
  VMenu: VMenu
93661
93267
  VMessages: VMessages
93268
+ VNumberInput: VNumberInput
93662
93269
  VNavigationDrawer: VNavigationDrawer
93663
- VPagination: VPagination
93664
93270
  VOtpInput: VOtpInput
93271
+ VPagination: VPagination
93665
93272
  VOverlay: VOverlay
93666
- VRadioGroup: VRadioGroup
93667
93273
  VProgressLinear: VProgressLinear
93668
93274
  VProgressCircular: VProgressCircular
93669
- VRating: VRating
93275
+ VRadioGroup: VRadioGroup
93670
93276
  VSelect: VSelect
93671
- VSheet: VSheet
93277
+ VRating: VRating
93278
+ VSelectionControlGroup: VSelectionControlGroup
93672
93279
  VSelectionControl: VSelectionControl
93673
93280
  VSkeletonLoader: VSkeletonLoader
93674
- VSelectionControlGroup: VSelectionControlGroup
93675
- VSlider: VSlider
93676
93281
  VSlideGroup: VSlideGroup
93677
93282
  VSlideGroupItem: VSlideGroupItem
93283
+ VSheet: VSheet
93678
93284
  VSnackbar: VSnackbar
93285
+ VSlider: VSlider
93679
93286
  VStepper: VStepper
93680
93287
  VStepperActions: VStepperActions
93681
93288
  VStepperHeader: VStepperHeader
93682
93289
  VStepperItem: VStepperItem
93683
93290
  VStepperWindow: VStepperWindow
93684
93291
  VStepperWindowItem: VStepperWindowItem
93685
- VSwitch: VSwitch
93686
- VSystemBar: VSystemBar
93687
93292
  VTab: VTab
93688
93293
  VTabs: VTabs
93689
93294
  VTabsWindow: VTabsWindow
93690
93295
  VTabsWindowItem: VTabsWindowItem
93691
- VTextField: VTextField
93692
93296
  VTable: VTable
93693
- VTimePicker: VTimePicker
93694
- VTimePickerClock: VTimePickerClock
93695
- VTimePickerControls: VTimePickerControls
93696
- VTimeline: VTimeline
93697
- VTimelineItem: VTimelineItem
93297
+ VTextField: VTextField
93698
93298
  VTextarea: VTextarea
93699
- VTooltip: VTooltip
93700
93299
  VToolbar: VToolbar
93701
93300
  VToolbarTitle: VToolbarTitle
93702
93301
  VToolbarItems: VToolbarItems
93302
+ VTimeline: VTimeline
93303
+ VTimelineItem: VTimelineItem
93304
+ VTimePicker: VTimePicker
93305
+ VTimePickerClock: VTimePickerClock
93306
+ VTimePickerControls: VTimePickerControls
93703
93307
  VTreeview: VTreeview
93704
93308
  VTreeviewItem: VTreeviewItem
93705
93309
  VTreeviewGroup: VTreeviewGroup
93706
93310
  VWindow: VWindow
93707
93311
  VWindowItem: VWindowItem
93312
+ VTooltip: VTooltip
93708
93313
  VConfirmEdit: VConfirmEdit
93709
93314
  VDataIterator: VDataIterator
93710
93315
  VDefaultsProvider: VDefaultsProvider
93316
+ VForm: VForm
93317
+ VHover: VHover
93711
93318
  VContainer: VContainer
93712
93319
  VCol: VCol
93713
93320
  VRow: VRow
93714
93321
  VSpacer: VSpacer
93715
- VForm: VForm
93716
- VHover: VHover
93717
93322
  VLayout: VLayout
93718
93323
  VLayoutItem: VLayoutItem
93719
93324
  VLazy: VLazy
93720
93325
  VLocaleProvider: VLocaleProvider
93721
93326
  VNoSsr: VNoSsr
93722
93327
  VParallax: VParallax
93723
- VRangeSlider: VRangeSlider
93724
93328
  VRadio: VRadio
93329
+ VRangeSlider: VRangeSlider
93725
93330
  VResponsive: VResponsive
93726
93331
  VSnackbarQueue: VSnackbarQueue
93727
93332
  VSparkline: VSparkline
@@ -93745,25 +93350,27 @@ declare module 'vue' {
93745
93350
  VExpandTransition: VExpandTransition
93746
93351
  VExpandXTransition: VExpandXTransition
93747
93352
  VDialogTransition: VDialogTransition
93353
+ VSystemBar: VSystemBar
93354
+ VSwitch: VSwitch
93748
93355
  VColorInput: VColorInput
93749
- VFileUpload: VFileUpload
93750
- VFileUploadItem: VFileUploadItem
93356
+ VCalendar: VCalendar
93357
+ VCalendarDay: VCalendarDay
93358
+ VCalendarHeader: VCalendarHeader
93359
+ VCalendarInterval: VCalendarInterval
93360
+ VCalendarIntervalEvent: VCalendarIntervalEvent
93361
+ VCalendarMonthDay: VCalendarMonthDay
93751
93362
  VIconBtn: VIconBtn
93752
93363
  VPicker: VPicker
93753
93364
  VPickerTitle: VPickerTitle
93754
93365
  VStepperVertical: VStepperVertical
93755
93366
  VStepperVerticalItem: VStepperVerticalItem
93756
93367
  VStepperVerticalActions: VStepperVerticalActions
93368
+ VFileUpload: VFileUpload
93369
+ VFileUploadItem: VFileUploadItem
93757
93370
  VHotkey: VHotkey
93758
93371
  VDateInput: VDateInput
93759
93372
  VMaskInput: VMaskInput
93760
93373
  VPullToRefresh: VPullToRefresh
93761
- VCalendar: VCalendar
93762
- VCalendarDay: VCalendarDay
93763
- VCalendarHeader: VCalendarHeader
93764
- VCalendarInterval: VCalendarInterval
93765
- VCalendarIntervalEvent: VCalendarIntervalEvent
93766
- VCalendarMonthDay: VCalendarMonthDay
93767
93374
  }
93768
93375
  export interface GlobalDirectives {
93769
93376
  vClickOutside: typeof import('vuetify/directives')['ClickOutside']