@vuetify/nightly 3.8.1-next.2025-04-15 → 3.8.2-master.2025-04-17

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 (217) hide show
  1. package/CHANGELOG.md +5 -27
  2. package/dist/json/attributes.json +3031 -3031
  3. package/dist/json/importMap-labs.json +36 -36
  4. package/dist/json/importMap.json +150 -150
  5. package/dist/json/web-types.json +5537 -5577
  6. package/dist/vuetify-labs.cjs +197 -346
  7. package/dist/vuetify-labs.css +25469 -23739
  8. package/dist/vuetify-labs.d.ts +677 -274
  9. package/dist/vuetify-labs.esm.js +198 -347
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +197 -346
  12. package/dist/vuetify-labs.min.css +4 -3
  13. package/dist/vuetify.cjs +173 -328
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +24041 -22315
  16. package/dist/vuetify.d.ts +680 -277
  17. package/dist/vuetify.esm.js +174 -329
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +173 -328
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +4 -3
  22. package/dist/vuetify.min.js +1161 -1152
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/blueprints/md3.js +18 -5
  25. package/lib/blueprints/md3.js.map +1 -1
  26. package/lib/components/VAlert/VAlert.css +215 -207
  27. package/lib/components/VApp/VApp.css +15 -16
  28. package/lib/components/VAppBar/VAppBar.css +12 -14
  29. package/lib/components/VAutocomplete/VAutocomplete.css +84 -85
  30. package/lib/components/VAutocomplete/VAutocomplete.d.ts +9 -18
  31. package/lib/components/VAutocomplete/VAutocomplete.js +3 -6
  32. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  33. package/lib/components/VAvatar/VAvatar.css +106 -108
  34. package/lib/components/VBadge/VBadge.css +77 -77
  35. package/lib/components/VBanner/VBanner.css +166 -161
  36. package/lib/components/VBottomNavigation/VBottomNavigation.css +64 -65
  37. package/lib/components/VBottomSheet/VBottomSheet.css +31 -34
  38. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +57 -54
  39. package/lib/components/VBtn/VBtn.css +408 -385
  40. package/lib/components/VBtn/VBtn.sass +4 -4
  41. package/lib/components/VBtnGroup/VBtnGroup.css +64 -63
  42. package/lib/components/VBtnToggle/VBtnToggle.css +14 -16
  43. package/lib/components/VCard/VCard.css +302 -294
  44. package/lib/components/VCarousel/VCarousel.css +65 -63
  45. package/lib/components/VCarousel/VCarousel.sass +1 -1
  46. package/lib/components/VCheckbox/VCheckbox.css +5 -7
  47. package/lib/components/VChip/VChip.css +411 -378
  48. package/lib/components/VChipGroup/VChipGroup.css +18 -19
  49. package/lib/components/VCode/VCode.css +11 -10
  50. package/lib/components/VCode/VCode.sass +3 -0
  51. package/lib/components/VColorPicker/VColorPicker.css +23 -23
  52. package/lib/components/VColorPicker/VColorPickerCanvas.css +22 -24
  53. package/lib/components/VColorPicker/VColorPickerEdit.css +28 -29
  54. package/lib/components/VColorPicker/VColorPickerPreview.css +67 -69
  55. package/lib/components/VColorPicker/VColorPickerPreview.sass +2 -4
  56. package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
  57. package/lib/components/VCombobox/VCombobox.css +84 -85
  58. package/lib/components/VCombobox/VCombobox.d.ts +9 -18
  59. package/lib/components/VCombobox/VCombobox.js +3 -6
  60. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  61. package/lib/components/VCounter/VCounter.css +5 -7
  62. package/lib/components/VDataTable/VDataTable.css +186 -189
  63. package/lib/components/VDataTable/VDataTable.sass +11 -21
  64. package/lib/components/VDataTable/VDataTableFooter.css +31 -33
  65. package/lib/components/VDatePicker/VDatePicker.css +6 -8
  66. package/lib/components/VDatePicker/VDatePicker.d.ts +7 -7
  67. package/lib/components/VDatePicker/VDatePickerControls.css +57 -55
  68. package/lib/components/VDatePicker/VDatePickerHeader.css +60 -56
  69. package/lib/components/VDatePicker/VDatePickerMonth.css +55 -51
  70. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +7 -7
  71. package/lib/components/VDatePicker/VDatePickerMonths.css +19 -20
  72. package/lib/components/VDatePicker/VDatePickerYears.css +15 -16
  73. package/lib/components/VDialog/VDialog.css +98 -98
  74. package/lib/components/VDivider/VDivider.css +52 -52
  75. package/lib/components/VEmptyState/VEmptyState.css +67 -62
  76. package/lib/components/VExpansionPanel/VExpansionPanel.css +209 -203
  77. package/lib/components/VExpansionPanel/VExpansionPanel.sass +25 -27
  78. package/lib/components/VFab/VFab.css +73 -78
  79. package/lib/components/VFab/VFab.sass +4 -5
  80. package/lib/components/VField/VField.css +589 -548
  81. package/lib/components/VFileInput/VFileInput.css +28 -30
  82. package/lib/components/VFooter/VFooter.css +36 -38
  83. package/lib/components/VForm/VForm.d.ts +531 -111
  84. package/lib/components/VForm/VForm.js +1 -11
  85. package/lib/components/VForm/VForm.js.map +1 -1
  86. package/lib/components/VGrid/VGrid.css +592 -565
  87. package/lib/components/VIcon/VIcon.css +53 -52
  88. package/lib/components/VImg/VImg.css +51 -50
  89. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +37 -36
  90. package/lib/components/VInput/VInput.css +147 -136
  91. package/lib/components/VItemGroup/VItemGroup.css +5 -7
  92. package/lib/components/VKbd/VKbd.css +11 -13
  93. package/lib/components/VLabel/VLabel.css +15 -16
  94. package/lib/components/VLayout/VLayout.css +8 -10
  95. package/lib/components/VLayout/VLayoutItem.css +7 -8
  96. package/lib/components/VList/VList.css +108 -104
  97. package/lib/components/VList/VList.sass +1 -1
  98. package/lib/components/VList/VListItem.css +452 -440
  99. package/lib/components/VList/VListItem.sass +1 -2
  100. package/lib/components/VLocaleProvider/VLocaleProvider.css +2 -4
  101. package/lib/components/VMain/VMain.css +30 -32
  102. package/lib/components/VMenu/VMenu.css +19 -21
  103. package/lib/components/VMessages/VMessages.css +15 -17
  104. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +104 -102
  105. package/lib/components/VNumberInput/VNumberInput.css +46 -48
  106. package/lib/components/VOtpInput/VOtpInput.css +58 -56
  107. package/lib/components/VOverlay/VOverlay.css +64 -61
  108. package/lib/components/VOverlay/VOverlay.sass +13 -14
  109. package/lib/components/VPagination/VPagination.css +8 -10
  110. package/lib/components/VParallax/VParallax.css +6 -8
  111. package/lib/components/VProgressCircular/VProgressCircular.css +101 -95
  112. package/lib/components/VProgressLinear/VProgressLinear.css +222 -209
  113. package/lib/components/VRadioGroup/VRadioGroup.css +12 -14
  114. package/lib/components/VRating/VRating.css +53 -52
  115. package/lib/components/VResponsive/VResponsive.css +26 -25
  116. package/lib/components/VSelect/VSelect.css +51 -53
  117. package/lib/components/VSelect/VSelect.d.ts +9 -18
  118. package/lib/components/VSelect/VSelect.js +3 -6
  119. package/lib/components/VSelect/VSelect.js.map +1 -1
  120. package/lib/components/VSelectionControl/VSelectionControl.css +100 -98
  121. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +8 -10
  122. package/lib/components/VSheet/VSheet.css +36 -38
  123. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +224 -225
  124. package/lib/components/VSlideGroup/VSlideGroup.css +55 -53
  125. package/lib/components/VSlider/VSlider.css +57 -53
  126. package/lib/components/VSlider/VSliderThumb.css +153 -142
  127. package/lib/components/VSlider/VSliderTrack.css +174 -155
  128. package/lib/components/VSnackbar/VSnackbar.css +140 -140
  129. package/lib/components/VSpeedDial/VSpeedDial.css +41 -43
  130. package/lib/components/VStepper/VStepper.css +56 -55
  131. package/lib/components/VStepper/VStepperItem.css +115 -112
  132. package/lib/components/VSwitch/VSwitch.css +139 -129
  133. package/lib/components/VSystemBar/VSystemBar.css +43 -45
  134. package/lib/components/VTable/VTable.css +141 -140
  135. package/lib/components/VTable/VTable.sass +2 -4
  136. package/lib/components/VTabs/VTab.css +29 -30
  137. package/lib/components/VTabs/VTabs.css +65 -59
  138. package/lib/components/VTextField/VTextField.css +85 -77
  139. package/lib/components/VTextarea/VTextarea.css +40 -48
  140. package/lib/components/VTextarea/VTextarea.sass +2 -4
  141. package/lib/components/VThemeProvider/VThemeProvider.css +3 -5
  142. package/lib/components/VTimeline/VTimeline.css +427 -388
  143. package/lib/components/VToolbar/VToolbar.css +144 -137
  144. package/lib/components/VTooltip/VTooltip.css +23 -27
  145. package/lib/components/VTooltip/VTooltip.sass +6 -8
  146. package/lib/components/VVirtualScroll/VVirtualScroll.css +9 -11
  147. package/lib/components/VWindow/VWindow.css +70 -73
  148. package/lib/composables/calendar.d.ts +2 -2
  149. package/lib/composables/calendar.js +5 -7
  150. package/lib/composables/calendar.js.map +1 -1
  151. package/lib/composables/date/DateAdapter.d.ts +1 -0
  152. package/lib/composables/date/DateAdapter.js.map +1 -1
  153. package/lib/composables/date/adapters/vuetify.d.ts +1 -0
  154. package/lib/composables/date/adapters/vuetify.js +101 -160
  155. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  156. package/lib/composables/date/date.d.ts +1 -1
  157. package/lib/composables/date/date.js +0 -20
  158. package/lib/composables/date/date.js.map +1 -1
  159. package/lib/composables/filter.js +2 -1
  160. package/lib/composables/filter.js.map +1 -1
  161. package/lib/composables/theme.d.ts +1 -6
  162. package/lib/composables/theme.js +30 -98
  163. package/lib/composables/theme.js.map +1 -1
  164. package/lib/composables/validation.js +5 -0
  165. package/lib/composables/validation.js.map +1 -1
  166. package/lib/composables/virtual.js +1 -6
  167. package/lib/composables/virtual.js.map +1 -1
  168. package/lib/directives/ripple/VRipple.css +36 -38
  169. package/lib/entry-bundler.d.ts +1 -0
  170. package/lib/entry-bundler.js +1 -1
  171. package/lib/entry-bundler.js.map +1 -1
  172. package/lib/framework.d.ts +64 -66
  173. package/lib/framework.js +1 -1
  174. package/lib/framework.js.map +1 -1
  175. package/lib/labs/VCalendar/VCalendar.css +225 -219
  176. package/lib/labs/VCalendar/VCalendar.d.ts +7 -7
  177. package/lib/labs/VCalendar/VCalendarDay.css +32 -33
  178. package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
  179. package/lib/labs/VCalendar/VCalendarInterval.css +42 -43
  180. package/lib/labs/VCalendar/VCalendarInterval.js +25 -19
  181. package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
  182. package/lib/labs/VCalendar/VCalendarIntervalEvent.css +5 -7
  183. package/lib/labs/VCalendar/VCalendarMonthDay.css +58 -61
  184. package/lib/labs/VCalendar/VCalendarMonthDay.sass +2 -3
  185. package/lib/labs/VDateInput/VDateInput.d.ts +7 -7
  186. package/lib/labs/VFileUpload/VFileUpload.css +77 -74
  187. package/lib/labs/VIconBtn/VIconBtn.css +164 -162
  188. package/lib/labs/VPicker/VPicker.css +63 -58
  189. package/lib/labs/VTimePicker/VTimePicker.css +7 -9
  190. package/lib/labs/VTimePicker/VTimePickerClock.css +129 -126
  191. package/lib/labs/VTimePicker/VTimePickerControls.css +103 -102
  192. package/lib/labs/VTreeview/VTreeviewItem.css +28 -30
  193. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -3
  194. package/lib/labs/entry-bundler.d.ts +1 -0
  195. package/lib/styles/elements/_global.sass +1 -1
  196. package/lib/styles/generic/_colors.scss +3 -3
  197. package/lib/styles/generic/_layers.scss +1 -13
  198. package/lib/styles/generic/_reset.scss +1 -0
  199. package/lib/styles/generic/_transitions.scss +32 -32
  200. package/lib/styles/main.css +16142 -14667
  201. package/lib/styles/settings/_utilities.scss +5 -0
  202. package/lib/styles/settings/_variables.scss +2 -1
  203. package/lib/styles/tools/_bootable.sass +3 -0
  204. package/lib/styles/tools/_border.sass +4 -4
  205. package/lib/styles/tools/_display.sass +10 -0
  206. package/lib/styles/tools/_elevation.sass +2 -2
  207. package/lib/styles/tools/_index.sass +2 -0
  208. package/lib/styles/tools/_layer.scss +2 -4
  209. package/lib/styles/tools/_position.sass +2 -2
  210. package/lib/styles/tools/_radius.sass +10 -0
  211. package/lib/styles/tools/_rounded.sass +2 -2
  212. package/lib/styles/tools/_utilities.sass +5 -1
  213. package/lib/styles/utilities/_elevation.scss +1 -1
  214. package/lib/util/globals.d.ts +0 -1
  215. package/lib/util/globals.js +0 -1
  216. package/lib/util/globals.js.map +1 -1
  217. package/package.json +46 -45
package/dist/vuetify.d.ts CHANGED
@@ -39,6 +39,7 @@ interface DateAdapter<T = unknown> {
39
39
  getDiff(date: T, comparing: T | string, unit?: string): number;
40
40
  getWeekArray(date: T, firstDayOfWeek?: number | string): T[][];
41
41
  getWeekdays(firstDayOfWeek?: number | string): string[];
42
+ getWeek(date: T, firstDayOfWeek?: number | string, firstWeekMinSize?: number): number;
42
43
  getMonth(date: T): number;
43
44
  setMonth(date: T, month: number): T;
44
45
  getDate(date: T): number;
@@ -132,12 +133,11 @@ type DeepPartial<T> = T extends object ? {
132
133
  } : T;
133
134
  type ThemeOptions = false | {
134
135
  cspNonce?: string;
135
- defaultTheme?: 'light' | 'dark' | 'system' | string;
136
+ defaultTheme?: string;
136
137
  variations?: false | VariationsOptions;
137
138
  themes?: Record<string, ThemeDefinition>;
138
139
  stylesheetId?: string;
139
140
  scope?: string;
140
- unimportant?: boolean;
141
141
  };
142
142
  type ThemeDefinition = DeepPartial<InternalThemeDefinition>;
143
143
  interface VariationsOptions {
@@ -174,15 +174,11 @@ interface OnColors {
174
174
  'on-info': string;
175
175
  }
176
176
  interface ThemeInstance {
177
- change: (themeName: string) => void;
178
- cycle: (themeArray?: string[]) => void;
179
- toggle: (themeArray?: [string, string]) => void;
180
177
  readonly isDisabled: boolean;
181
178
  readonly themes: Ref<Record<string, InternalThemeDefinition>>;
182
179
  readonly name: Readonly<Ref<string>>;
183
180
  readonly current: DeepReadonly<Ref<InternalThemeDefinition>>;
184
181
  readonly computedThemes: DeepReadonly<Ref<Record<string, InternalThemeDefinition>>>;
185
- readonly prefix: string;
186
182
  readonly themeClasses: Readonly<Ref<string | undefined>>;
187
183
  readonly styles: Readonly<Ref<string>>;
188
184
  readonly global: {
@@ -3353,7 +3349,11 @@ declare const index_d$2_md1: typeof md1;
3353
3349
  declare const index_d$2_md2: typeof md2;
3354
3350
  declare const index_d$2_md3: typeof md3;
3355
3351
  declare namespace index_d$2 {
3356
- export { index_d$2_md1 as md1, index_d$2_md2 as md2, index_d$2_md3 as md3 };
3352
+ export {
3353
+ index_d$2_md1 as md1,
3354
+ index_d$2_md2 as md2,
3355
+ index_d$2_md3 as md3,
3356
+ };
3357
3357
  }
3358
3358
 
3359
3359
  declare const VApp: {
@@ -12651,20 +12651,17 @@ declare const VAutocomplete: {
12651
12651
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
12652
12652
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
12653
12653
  item: (arg: {
12654
- item: unknown;
12655
- internalItem: ListItem<unknown>;
12654
+ item: ListItem<unknown>;
12656
12655
  index: number;
12657
12656
  props: Record<string, unknown>;
12658
12657
  }) => vue.VNode[];
12659
12658
  chip: (arg: {
12660
- item: unknown;
12661
- internalItem: ListItem<unknown>;
12659
+ item: ListItem<unknown>;
12662
12660
  index: number;
12663
12661
  props: Record<string, unknown>;
12664
12662
  }) => vue.VNode[];
12665
12663
  selection: (arg: {
12666
- item: unknown;
12667
- internalItem: ListItem<unknown>;
12664
+ item: ListItem<unknown>;
12668
12665
  index: number;
12669
12666
  }) => vue.VNode[];
12670
12667
  'prepend-item': () => vue.VNode[];
@@ -17434,20 +17431,17 @@ declare const VAutocomplete: {
17434
17431
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
17435
17432
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
17436
17433
  item: (arg: {
17437
- item: unknown;
17438
- internalItem: ListItem<unknown>;
17434
+ item: ListItem<unknown>;
17439
17435
  index: number;
17440
17436
  props: Record<string, unknown>;
17441
17437
  }) => vue.VNode[];
17442
17438
  chip: (arg: {
17443
- item: unknown;
17444
- internalItem: ListItem<unknown>;
17439
+ item: ListItem<unknown>;
17445
17440
  index: number;
17446
17441
  props: Record<string, unknown>;
17447
17442
  }) => vue.VNode[];
17448
17443
  selection: (arg: {
17449
- item: unknown;
17450
- internalItem: ListItem<unknown>;
17444
+ item: ListItem<unknown>;
17451
17445
  index: number;
17452
17446
  }) => vue.VNode[];
17453
17447
  'prepend-item': () => vue.VNode[];
@@ -17464,20 +17458,17 @@ declare const VAutocomplete: {
17464
17458
  "onUpdate:modelValue"?: (value: V) => void;
17465
17459
  }, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
17466
17460
  item: {
17467
- item: Item;
17468
- internalItem: ListItem<Item>;
17461
+ item: ListItem<Item>;
17469
17462
  index: number;
17470
17463
  props: Record<string, unknown>;
17471
17464
  };
17472
17465
  chip: {
17473
- item: Item;
17474
- internalItem: ListItem<Item>;
17466
+ item: ListItem<Item>;
17475
17467
  index: number;
17476
17468
  props: Record<string, unknown>;
17477
17469
  };
17478
17470
  selection: {
17479
- item: Item;
17480
- internalItem: ListItem<Item>;
17471
+ item: ListItem<Item>;
17481
17472
  index: number;
17482
17473
  };
17483
17474
  "prepend-item": never;
@@ -28693,20 +28684,17 @@ declare const VCombobox: {
28693
28684
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
28694
28685
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
28695
28686
  item: (arg: {
28696
- item: unknown;
28697
- internalItem: ListItem<unknown>;
28687
+ item: ListItem<unknown>;
28698
28688
  index: number;
28699
28689
  props: Record<string, unknown>;
28700
28690
  }) => vue.VNode[];
28701
28691
  chip: (arg: {
28702
- item: unknown;
28703
- internalItem: ListItem<unknown>;
28692
+ item: ListItem<unknown>;
28704
28693
  index: number;
28705
28694
  props: Record<string, unknown>;
28706
28695
  }) => vue.VNode[];
28707
28696
  selection: (arg: {
28708
- item: unknown;
28709
- internalItem: ListItem<unknown>;
28697
+ item: ListItem<unknown>;
28710
28698
  index: number;
28711
28699
  }) => vue.VNode[];
28712
28700
  'prepend-item': () => vue.VNode[];
@@ -33472,20 +33460,17 @@ declare const VCombobox: {
33472
33460
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
33473
33461
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
33474
33462
  item: (arg: {
33475
- item: unknown;
33476
- internalItem: ListItem<unknown>;
33463
+ item: ListItem<unknown>;
33477
33464
  index: number;
33478
33465
  props: Record<string, unknown>;
33479
33466
  }) => vue.VNode[];
33480
33467
  chip: (arg: {
33481
- item: unknown;
33482
- internalItem: ListItem<unknown>;
33468
+ item: ListItem<unknown>;
33483
33469
  index: number;
33484
33470
  props: Record<string, unknown>;
33485
33471
  }) => vue.VNode[];
33486
33472
  selection: (arg: {
33487
- item: unknown;
33488
- internalItem: ListItem<unknown>;
33473
+ item: ListItem<unknown>;
33489
33474
  index: number;
33490
33475
  }) => vue.VNode[];
33491
33476
  'prepend-item': () => vue.VNode[];
@@ -33502,20 +33487,17 @@ declare const VCombobox: {
33502
33487
  "onUpdate:modelValue"?: (value: V) => void;
33503
33488
  }, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
33504
33489
  item: {
33505
- item: Item;
33506
- internalItem: ListItem<Item>;
33490
+ item: ListItem<Item>;
33507
33491
  index: number;
33508
33492
  props: Record<string, unknown>;
33509
33493
  };
33510
33494
  chip: {
33511
- item: Item;
33512
- internalItem: ListItem<Item>;
33495
+ item: ListItem<Item>;
33513
33496
  index: number;
33514
33497
  props: Record<string, unknown>;
33515
33498
  };
33516
33499
  selection: {
33517
- item: Item;
33518
- internalItem: ListItem<Item>;
33500
+ item: ListItem<Item>;
33519
33501
  index: number;
33520
33502
  };
33521
33503
  "prepend-item": never;
@@ -37914,7 +37896,6 @@ declare const VDatePicker: {
37914
37896
  showAdjacentMonths: boolean;
37915
37897
  weekdays: CalendarWeekdays[];
37916
37898
  weeksInMonth: "static" | "dynamic";
37917
- firstDayOfWeek: string | number;
37918
37899
  hideWeekdays: boolean;
37919
37900
  showWeek: boolean;
37920
37901
  } & {
@@ -37941,6 +37922,7 @@ declare const VDatePicker: {
37941
37922
  bgColor?: string | undefined;
37942
37923
  controlHeight?: string | number | undefined;
37943
37924
  headerColor?: string | undefined;
37925
+ firstDayOfWeek?: string | number | undefined;
37944
37926
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
37945
37927
  } & {
37946
37928
  "onUpdate:month"?: ((date: any) => any) | undefined;
@@ -38009,7 +37991,6 @@ declare const VDatePicker: {
38009
37991
  showAdjacentMonths: boolean;
38010
37992
  weekdays: CalendarWeekdays[];
38011
37993
  weeksInMonth: "static" | "dynamic";
38012
- firstDayOfWeek: string | number;
38013
37994
  hideWeekdays: boolean;
38014
37995
  showWeek: boolean;
38015
37996
  } & {
@@ -38036,6 +38017,7 @@ declare const VDatePicker: {
38036
38017
  bgColor?: string | undefined;
38037
38018
  controlHeight?: string | number | undefined;
38038
38019
  headerColor?: string | undefined;
38020
+ firstDayOfWeek?: string | number | undefined;
38039
38021
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38040
38022
  } & {
38041
38023
  "onUpdate:month"?: ((date: any) => any) | undefined;
@@ -38088,7 +38070,6 @@ declare const VDatePicker: {
38088
38070
  showAdjacentMonths: boolean;
38089
38071
  weekdays: CalendarWeekdays[];
38090
38072
  weeksInMonth: "static" | "dynamic";
38091
- firstDayOfWeek: string | number;
38092
38073
  hideWeekdays: boolean;
38093
38074
  showWeek: boolean;
38094
38075
  } & {
@@ -38115,6 +38096,7 @@ declare const VDatePicker: {
38115
38096
  bgColor?: string | undefined;
38116
38097
  controlHeight?: string | number | undefined;
38117
38098
  headerColor?: string | undefined;
38099
+ firstDayOfWeek?: string | number | undefined;
38118
38100
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38119
38101
  } & {
38120
38102
  "onUpdate:month"?: ((date: any) => any) | undefined;
@@ -38225,7 +38207,7 @@ declare const VDatePicker: {
38225
38207
  };
38226
38208
  firstDayOfWeek: {
38227
38209
  type: (StringConstructor | NumberConstructor)[];
38228
- default: number;
38210
+ default: undefined;
38229
38211
  };
38230
38212
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
38231
38213
  hideWeekdays: BooleanConstructor;
@@ -38330,7 +38312,7 @@ declare const VDatePicker: {
38330
38312
  };
38331
38313
  firstDayOfWeek: {
38332
38314
  type: (StringConstructor | NumberConstructor)[];
38333
- default: number;
38315
+ default: undefined;
38334
38316
  };
38335
38317
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
38336
38318
  hideWeekdays: BooleanConstructor;
@@ -38676,7 +38658,6 @@ declare const VDatePickerMonth: {
38676
38658
  showAdjacentMonths: boolean;
38677
38659
  weekdays: CalendarWeekdays[];
38678
38660
  weeksInMonth: "static" | "dynamic";
38679
- firstDayOfWeek: string | number;
38680
38661
  hideWeekdays: boolean;
38681
38662
  showWeek: boolean;
38682
38663
  } & {
@@ -38687,6 +38668,7 @@ declare const VDatePickerMonth: {
38687
38668
  month?: string | number | undefined;
38688
38669
  year?: string | number | undefined;
38689
38670
  modelValue?: unknown[] | undefined;
38671
+ firstDayOfWeek?: string | number | undefined;
38690
38672
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38691
38673
  } & {
38692
38674
  $children?: {} | vue.VNodeChild | {
@@ -38755,7 +38737,6 @@ declare const VDatePickerMonth: {
38755
38737
  showAdjacentMonths: boolean;
38756
38738
  weekdays: CalendarWeekdays[];
38757
38739
  weeksInMonth: "static" | "dynamic";
38758
- firstDayOfWeek: string | number;
38759
38740
  hideWeekdays: boolean;
38760
38741
  showWeek: boolean;
38761
38742
  } & {
@@ -38766,6 +38747,7 @@ declare const VDatePickerMonth: {
38766
38747
  month?: string | number | undefined;
38767
38748
  year?: string | number | undefined;
38768
38749
  modelValue?: unknown[] | undefined;
38750
+ firstDayOfWeek?: string | number | undefined;
38769
38751
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38770
38752
  } & {
38771
38753
  $children?: {} | vue.VNodeChild | {
@@ -38819,7 +38801,6 @@ declare const VDatePickerMonth: {
38819
38801
  showAdjacentMonths: boolean;
38820
38802
  weekdays: CalendarWeekdays[];
38821
38803
  weeksInMonth: "static" | "dynamic";
38822
- firstDayOfWeek: string | number;
38823
38804
  hideWeekdays: boolean;
38824
38805
  showWeek: boolean;
38825
38806
  } & {
@@ -38830,6 +38811,7 @@ declare const VDatePickerMonth: {
38830
38811
  month?: string | number | undefined;
38831
38812
  year?: string | number | undefined;
38832
38813
  modelValue?: unknown[] | undefined;
38814
+ firstDayOfWeek?: string | number | undefined;
38833
38815
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38834
38816
  } & {
38835
38817
  $children?: {} | vue.VNodeChild | {
@@ -38905,7 +38887,7 @@ declare const VDatePickerMonth: {
38905
38887
  };
38906
38888
  firstDayOfWeek: {
38907
38889
  type: (StringConstructor | NumberConstructor)[];
38908
- default: number;
38890
+ default: undefined;
38909
38891
  };
38910
38892
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
38911
38893
  color: StringConstructor;
@@ -38941,7 +38923,7 @@ declare const VDatePickerMonth: {
38941
38923
  };
38942
38924
  firstDayOfWeek: {
38943
38925
  type: (StringConstructor | NumberConstructor)[];
38944
- default: number;
38926
+ default: undefined;
38945
38927
  };
38946
38928
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
38947
38929
  color: StringConstructor;
@@ -45068,49 +45050,169 @@ declare const VForm: {
45068
45050
  } & {
45069
45051
  $children?: vue.VNodeChild | {
45070
45052
  default?: ((arg: {
45071
- errors: FieldValidationResult[];
45072
- isDisabled: boolean;
45073
- isReadonly: boolean;
45074
- isValidating: boolean;
45075
- isValid: boolean | null;
45076
- items: FormField[];
45077
- validate: () => Promise<FormValidationResult>;
45053
+ errors: vue.Ref<{
45054
+ id: number | string;
45055
+ errorMessages: string[];
45056
+ }[], FieldValidationResult[] | {
45057
+ id: number | string;
45058
+ errorMessages: string[];
45059
+ }[]>;
45060
+ isDisabled: vue.ComputedRef<boolean>;
45061
+ isReadonly: vue.ComputedRef<boolean>;
45062
+ isValidating: vue.ShallowRef<boolean, boolean>;
45063
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45064
+ readonly externalValue: boolean | null;
45065
+ };
45066
+ items: vue.Ref<{
45067
+ id: number | string;
45068
+ validate: () => Promise<string[]>;
45069
+ reset: () => Promise<void>;
45070
+ resetValidation: () => Promise<void>;
45071
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45072
+ isValid: boolean | null;
45073
+ errorMessages: string[];
45074
+ }[], FormField[] | {
45075
+ id: number | string;
45076
+ validate: () => Promise<string[]>;
45077
+ reset: () => Promise<void>;
45078
+ resetValidation: () => Promise<void>;
45079
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45080
+ isValid: boolean | null;
45081
+ errorMessages: string[];
45082
+ }[]>;
45083
+ validate: () => Promise<{
45084
+ valid: boolean;
45085
+ errors: {
45086
+ id: number | string;
45087
+ errorMessages: string[];
45088
+ }[];
45089
+ }>;
45078
45090
  reset: () => void;
45079
45091
  resetValidation: () => void;
45080
45092
  }) => vue.VNodeChild) | undefined;
45081
45093
  } | ((arg: {
45082
- errors: FieldValidationResult[];
45083
- isDisabled: boolean;
45084
- isReadonly: boolean;
45085
- isValidating: boolean;
45086
- isValid: boolean | null;
45087
- items: FormField[];
45088
- validate: () => Promise<FormValidationResult>;
45094
+ errors: vue.Ref<{
45095
+ id: number | string;
45096
+ errorMessages: string[];
45097
+ }[], FieldValidationResult[] | {
45098
+ id: number | string;
45099
+ errorMessages: string[];
45100
+ }[]>;
45101
+ isDisabled: vue.ComputedRef<boolean>;
45102
+ isReadonly: vue.ComputedRef<boolean>;
45103
+ isValidating: vue.ShallowRef<boolean, boolean>;
45104
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45105
+ readonly externalValue: boolean | null;
45106
+ };
45107
+ items: vue.Ref<{
45108
+ id: number | string;
45109
+ validate: () => Promise<string[]>;
45110
+ reset: () => Promise<void>;
45111
+ resetValidation: () => Promise<void>;
45112
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45113
+ isValid: boolean | null;
45114
+ errorMessages: string[];
45115
+ }[], FormField[] | {
45116
+ id: number | string;
45117
+ validate: () => Promise<string[]>;
45118
+ reset: () => Promise<void>;
45119
+ resetValidation: () => Promise<void>;
45120
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45121
+ isValid: boolean | null;
45122
+ errorMessages: string[];
45123
+ }[]>;
45124
+ validate: () => Promise<{
45125
+ valid: boolean;
45126
+ errors: {
45127
+ id: number | string;
45128
+ errorMessages: string[];
45129
+ }[];
45130
+ }>;
45089
45131
  reset: () => void;
45090
45132
  resetValidation: () => void;
45091
45133
  }) => vue.VNodeChild);
45092
45134
  'v-slots'?: {
45093
45135
  default?: false | ((arg: {
45094
- errors: FieldValidationResult[];
45095
- isDisabled: boolean;
45096
- isReadonly: boolean;
45097
- isValidating: boolean;
45098
- isValid: boolean | null;
45099
- items: FormField[];
45100
- validate: () => Promise<FormValidationResult>;
45136
+ errors: vue.Ref<{
45137
+ id: number | string;
45138
+ errorMessages: string[];
45139
+ }[], FieldValidationResult[] | {
45140
+ id: number | string;
45141
+ errorMessages: string[];
45142
+ }[]>;
45143
+ isDisabled: vue.ComputedRef<boolean>;
45144
+ isReadonly: vue.ComputedRef<boolean>;
45145
+ isValidating: vue.ShallowRef<boolean, boolean>;
45146
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45147
+ readonly externalValue: boolean | null;
45148
+ };
45149
+ items: vue.Ref<{
45150
+ id: number | string;
45151
+ validate: () => Promise<string[]>;
45152
+ reset: () => Promise<void>;
45153
+ resetValidation: () => Promise<void>;
45154
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45155
+ isValid: boolean | null;
45156
+ errorMessages: string[];
45157
+ }[], FormField[] | {
45158
+ id: number | string;
45159
+ validate: () => Promise<string[]>;
45160
+ reset: () => Promise<void>;
45161
+ resetValidation: () => Promise<void>;
45162
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45163
+ isValid: boolean | null;
45164
+ errorMessages: string[];
45165
+ }[]>;
45166
+ validate: () => Promise<{
45167
+ valid: boolean;
45168
+ errors: {
45169
+ id: number | string;
45170
+ errorMessages: string[];
45171
+ }[];
45172
+ }>;
45101
45173
  reset: () => void;
45102
45174
  resetValidation: () => void;
45103
45175
  }) => vue.VNodeChild) | undefined;
45104
45176
  } | undefined;
45105
45177
  } & {
45106
45178
  "v-slot:default"?: false | ((arg: {
45107
- errors: FieldValidationResult[];
45108
- isDisabled: boolean;
45109
- isReadonly: boolean;
45110
- isValidating: boolean;
45111
- isValid: boolean | null;
45112
- items: FormField[];
45113
- validate: () => Promise<FormValidationResult>;
45179
+ errors: vue.Ref<{
45180
+ id: number | string;
45181
+ errorMessages: string[];
45182
+ }[], FieldValidationResult[] | {
45183
+ id: number | string;
45184
+ errorMessages: string[];
45185
+ }[]>;
45186
+ isDisabled: vue.ComputedRef<boolean>;
45187
+ isReadonly: vue.ComputedRef<boolean>;
45188
+ isValidating: vue.ShallowRef<boolean, boolean>;
45189
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45190
+ readonly externalValue: boolean | null;
45191
+ };
45192
+ items: vue.Ref<{
45193
+ id: number | string;
45194
+ validate: () => Promise<string[]>;
45195
+ reset: () => Promise<void>;
45196
+ resetValidation: () => Promise<void>;
45197
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45198
+ isValid: boolean | null;
45199
+ errorMessages: string[];
45200
+ }[], FormField[] | {
45201
+ id: number | string;
45202
+ validate: () => Promise<string[]>;
45203
+ reset: () => Promise<void>;
45204
+ resetValidation: () => Promise<void>;
45205
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45206
+ isValid: boolean | null;
45207
+ errorMessages: string[];
45208
+ }[]>;
45209
+ validate: () => Promise<{
45210
+ valid: boolean;
45211
+ errors: {
45212
+ id: number | string;
45213
+ errorMessages: string[];
45214
+ }[];
45215
+ }>;
45114
45216
  reset: () => void;
45115
45217
  resetValidation: () => void;
45116
45218
  }) => vue.VNodeChild) | undefined;
@@ -45211,13 +45313,43 @@ declare const VForm: {
45211
45313
  fastFail: boolean;
45212
45314
  }, true, {}, vue.SlotsType<Partial<{
45213
45315
  default: (arg: {
45214
- errors: FieldValidationResult[];
45215
- isDisabled: boolean;
45216
- isReadonly: boolean;
45217
- isValidating: boolean;
45218
- isValid: boolean | null;
45219
- items: FormField[];
45220
- validate: () => Promise<FormValidationResult>;
45316
+ errors: vue.Ref<{
45317
+ id: number | string;
45318
+ errorMessages: string[];
45319
+ }[], FieldValidationResult[] | {
45320
+ id: number | string;
45321
+ errorMessages: string[];
45322
+ }[]>;
45323
+ isDisabled: vue.ComputedRef<boolean>;
45324
+ isReadonly: vue.ComputedRef<boolean>;
45325
+ isValidating: vue.ShallowRef<boolean, boolean>;
45326
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45327
+ readonly externalValue: boolean | null;
45328
+ };
45329
+ items: vue.Ref<{
45330
+ id: number | string;
45331
+ validate: () => Promise<string[]>;
45332
+ reset: () => Promise<void>;
45333
+ resetValidation: () => Promise<void>;
45334
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45335
+ isValid: boolean | null;
45336
+ errorMessages: string[];
45337
+ }[], FormField[] | {
45338
+ id: number | string;
45339
+ validate: () => Promise<string[]>;
45340
+ reset: () => Promise<void>;
45341
+ resetValidation: () => Promise<void>;
45342
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45343
+ isValid: boolean | null;
45344
+ errorMessages: string[];
45345
+ }[]>;
45346
+ validate: () => Promise<{
45347
+ valid: boolean;
45348
+ errors: {
45349
+ id: number | string;
45350
+ errorMessages: string[];
45351
+ }[];
45352
+ }>;
45221
45353
  reset: () => void;
45222
45354
  resetValidation: () => void;
45223
45355
  }) => vue.VNode[];
@@ -45240,97 +45372,217 @@ declare const VForm: {
45240
45372
  } & {
45241
45373
  $children?: vue.VNodeChild | {
45242
45374
  default?: ((arg: {
45243
- errors: FieldValidationResult[];
45244
- isDisabled: boolean;
45245
- isReadonly: boolean;
45246
- isValidating: boolean;
45247
- isValid: boolean | null;
45248
- items: FormField[];
45249
- validate: () => Promise<FormValidationResult>;
45375
+ errors: vue.Ref<{
45376
+ id: number | string;
45377
+ errorMessages: string[];
45378
+ }[], FieldValidationResult[] | {
45379
+ id: number | string;
45380
+ errorMessages: string[];
45381
+ }[]>;
45382
+ isDisabled: vue.ComputedRef<boolean>;
45383
+ isReadonly: vue.ComputedRef<boolean>;
45384
+ isValidating: vue.ShallowRef<boolean, boolean>;
45385
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45386
+ readonly externalValue: boolean | null;
45387
+ };
45388
+ items: vue.Ref<{
45389
+ id: number | string;
45390
+ validate: () => Promise<string[]>;
45391
+ reset: () => Promise<void>;
45392
+ resetValidation: () => Promise<void>;
45393
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45394
+ isValid: boolean | null;
45395
+ errorMessages: string[];
45396
+ }[], FormField[] | {
45397
+ id: number | string;
45398
+ validate: () => Promise<string[]>;
45399
+ reset: () => Promise<void>;
45400
+ resetValidation: () => Promise<void>;
45401
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45402
+ isValid: boolean | null;
45403
+ errorMessages: string[];
45404
+ }[]>;
45405
+ validate: () => Promise<{
45406
+ valid: boolean;
45407
+ errors: {
45408
+ id: number | string;
45409
+ errorMessages: string[];
45410
+ }[];
45411
+ }>;
45250
45412
  reset: () => void;
45251
45413
  resetValidation: () => void;
45252
45414
  }) => vue.VNodeChild) | undefined;
45253
45415
  } | ((arg: {
45254
- errors: FieldValidationResult[];
45255
- isDisabled: boolean;
45256
- isReadonly: boolean;
45257
- isValidating: boolean;
45258
- isValid: boolean | null;
45259
- items: FormField[];
45260
- validate: () => Promise<FormValidationResult>;
45416
+ errors: vue.Ref<{
45417
+ id: number | string;
45418
+ errorMessages: string[];
45419
+ }[], FieldValidationResult[] | {
45420
+ id: number | string;
45421
+ errorMessages: string[];
45422
+ }[]>;
45423
+ isDisabled: vue.ComputedRef<boolean>;
45424
+ isReadonly: vue.ComputedRef<boolean>;
45425
+ isValidating: vue.ShallowRef<boolean, boolean>;
45426
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45427
+ readonly externalValue: boolean | null;
45428
+ };
45429
+ items: vue.Ref<{
45430
+ id: number | string;
45431
+ validate: () => Promise<string[]>;
45432
+ reset: () => Promise<void>;
45433
+ resetValidation: () => Promise<void>;
45434
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45435
+ isValid: boolean | null;
45436
+ errorMessages: string[];
45437
+ }[], FormField[] | {
45438
+ id: number | string;
45439
+ validate: () => Promise<string[]>;
45440
+ reset: () => Promise<void>;
45441
+ resetValidation: () => Promise<void>;
45442
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45443
+ isValid: boolean | null;
45444
+ errorMessages: string[];
45445
+ }[]>;
45446
+ validate: () => Promise<{
45447
+ valid: boolean;
45448
+ errors: {
45449
+ id: number | string;
45450
+ errorMessages: string[];
45451
+ }[];
45452
+ }>;
45261
45453
  reset: () => void;
45262
45454
  resetValidation: () => void;
45263
45455
  }) => vue.VNodeChild);
45264
45456
  'v-slots'?: {
45265
45457
  default?: false | ((arg: {
45266
- errors: FieldValidationResult[];
45267
- isDisabled: boolean;
45268
- isReadonly: boolean;
45269
- isValidating: boolean;
45270
- isValid: boolean | null;
45271
- items: FormField[];
45272
- validate: () => Promise<FormValidationResult>;
45458
+ errors: vue.Ref<{
45459
+ id: number | string;
45460
+ errorMessages: string[];
45461
+ }[], FieldValidationResult[] | {
45462
+ id: number | string;
45463
+ errorMessages: string[];
45464
+ }[]>;
45465
+ isDisabled: vue.ComputedRef<boolean>;
45466
+ isReadonly: vue.ComputedRef<boolean>;
45467
+ isValidating: vue.ShallowRef<boolean, boolean>;
45468
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45469
+ readonly externalValue: boolean | null;
45470
+ };
45471
+ items: vue.Ref<{
45472
+ id: number | string;
45473
+ validate: () => Promise<string[]>;
45474
+ reset: () => Promise<void>;
45475
+ resetValidation: () => Promise<void>;
45476
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45477
+ isValid: boolean | null;
45478
+ errorMessages: string[];
45479
+ }[], FormField[] | {
45480
+ id: number | string;
45481
+ validate: () => Promise<string[]>;
45482
+ reset: () => Promise<void>;
45483
+ resetValidation: () => Promise<void>;
45484
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45485
+ isValid: boolean | null;
45486
+ errorMessages: string[];
45487
+ }[]>;
45488
+ validate: () => Promise<{
45489
+ valid: boolean;
45490
+ errors: {
45491
+ id: number | string;
45492
+ errorMessages: string[];
45493
+ }[];
45494
+ }>;
45273
45495
  reset: () => void;
45274
45496
  resetValidation: () => void;
45275
45497
  }) => vue.VNodeChild) | undefined;
45276
45498
  } | undefined;
45277
45499
  } & {
45278
45500
  "v-slot:default"?: false | ((arg: {
45279
- errors: FieldValidationResult[];
45280
- isDisabled: boolean;
45281
- isReadonly: boolean;
45282
- isValidating: boolean;
45283
- isValid: boolean | null;
45284
- items: FormField[];
45285
- validate: () => Promise<FormValidationResult>;
45286
- reset: () => void;
45287
- resetValidation: () => void;
45288
- }) => vue.VNodeChild) | undefined;
45289
- } & {
45290
- onSubmit?: ((e: SubmitEventPromise) => any) | undefined;
45291
- "onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
45292
- }, {
45293
- errors: vue.Ref<{
45294
- id: number | string;
45295
- errorMessages: string[];
45296
- }[], FieldValidationResult[] | {
45297
- id: number | string;
45298
- errorMessages: string[];
45299
- }[]>;
45300
- isDisabled: vue.ComputedRef<boolean>;
45301
- isReadonly: vue.ComputedRef<boolean>;
45302
- isValidating: vue.ShallowRef<boolean, boolean>;
45303
- isValid: vue.Ref<boolean | null, boolean | null> & {
45304
- readonly externalValue: boolean | null;
45305
- };
45306
- items: vue.Ref<{
45307
- id: number | string;
45308
- validate: () => Promise<string[]>;
45309
- reset: () => Promise<void>;
45310
- resetValidation: () => Promise<void>;
45311
- vm: vue.Raw<vue.ComponentInternalInstance>;
45312
- isValid: boolean | null;
45313
- errorMessages: string[];
45314
- }[], FormField[] | {
45315
- id: number | string;
45316
- validate: () => Promise<string[]>;
45317
- reset: () => Promise<void>;
45318
- resetValidation: () => Promise<void>;
45319
- vm: vue.Raw<vue.ComponentInternalInstance>;
45320
- isValid: boolean | null;
45321
- errorMessages: string[];
45322
- }[]>;
45323
- validate: () => Promise<{
45324
- valid: boolean;
45325
- errors: {
45326
- id: number | string;
45327
- errorMessages: string[];
45328
- }[];
45329
- }>;
45330
- reset: () => void;
45331
- resetValidation: () => void;
45332
- } & HTMLFormElement & {
45333
- _allExposed: {
45501
+ errors: vue.Ref<{
45502
+ id: number | string;
45503
+ errorMessages: string[];
45504
+ }[], FieldValidationResult[] | {
45505
+ id: number | string;
45506
+ errorMessages: string[];
45507
+ }[]>;
45508
+ isDisabled: vue.ComputedRef<boolean>;
45509
+ isReadonly: vue.ComputedRef<boolean>;
45510
+ isValidating: vue.ShallowRef<boolean, boolean>;
45511
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45512
+ readonly externalValue: boolean | null;
45513
+ };
45514
+ items: vue.Ref<{
45515
+ id: number | string;
45516
+ validate: () => Promise<string[]>;
45517
+ reset: () => Promise<void>;
45518
+ resetValidation: () => Promise<void>;
45519
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45520
+ isValid: boolean | null;
45521
+ errorMessages: string[];
45522
+ }[], FormField[] | {
45523
+ id: number | string;
45524
+ validate: () => Promise<string[]>;
45525
+ reset: () => Promise<void>;
45526
+ resetValidation: () => Promise<void>;
45527
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45528
+ isValid: boolean | null;
45529
+ errorMessages: string[];
45530
+ }[]>;
45531
+ validate: () => Promise<{
45532
+ valid: boolean;
45533
+ errors: {
45534
+ id: number | string;
45535
+ errorMessages: string[];
45536
+ }[];
45537
+ }>;
45538
+ reset: () => void;
45539
+ resetValidation: () => void;
45540
+ }) => vue.VNodeChild) | undefined;
45541
+ } & {
45542
+ onSubmit?: ((e: SubmitEventPromise) => any) | undefined;
45543
+ "onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
45544
+ }, {
45545
+ errors: vue.Ref<{
45546
+ id: number | string;
45547
+ errorMessages: string[];
45548
+ }[], FieldValidationResult[] | {
45549
+ id: number | string;
45550
+ errorMessages: string[];
45551
+ }[]>;
45552
+ isDisabled: vue.ComputedRef<boolean>;
45553
+ isReadonly: vue.ComputedRef<boolean>;
45554
+ isValidating: vue.ShallowRef<boolean, boolean>;
45555
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45556
+ readonly externalValue: boolean | null;
45557
+ };
45558
+ items: vue.Ref<{
45559
+ id: number | string;
45560
+ validate: () => Promise<string[]>;
45561
+ reset: () => Promise<void>;
45562
+ resetValidation: () => Promise<void>;
45563
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45564
+ isValid: boolean | null;
45565
+ errorMessages: string[];
45566
+ }[], FormField[] | {
45567
+ id: number | string;
45568
+ validate: () => Promise<string[]>;
45569
+ reset: () => Promise<void>;
45570
+ resetValidation: () => Promise<void>;
45571
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45572
+ isValid: boolean | null;
45573
+ errorMessages: string[];
45574
+ }[]>;
45575
+ validate: () => Promise<{
45576
+ valid: boolean;
45577
+ errors: {
45578
+ id: number | string;
45579
+ errorMessages: string[];
45580
+ }[];
45581
+ }>;
45582
+ reset: () => void;
45583
+ resetValidation: () => void;
45584
+ } & HTMLFormElement & {
45585
+ _allExposed: {
45334
45586
  errors: vue.Ref<{
45335
45587
  id: number | string;
45336
45588
  errorMessages: string[];
@@ -45394,49 +45646,169 @@ declare const VForm: {
45394
45646
  } & {
45395
45647
  $children?: vue.VNodeChild | {
45396
45648
  default?: ((arg: {
45397
- errors: FieldValidationResult[];
45398
- isDisabled: boolean;
45399
- isReadonly: boolean;
45400
- isValidating: boolean;
45401
- isValid: boolean | null;
45402
- items: FormField[];
45403
- validate: () => Promise<FormValidationResult>;
45649
+ errors: vue.Ref<{
45650
+ id: number | string;
45651
+ errorMessages: string[];
45652
+ }[], FieldValidationResult[] | {
45653
+ id: number | string;
45654
+ errorMessages: string[];
45655
+ }[]>;
45656
+ isDisabled: vue.ComputedRef<boolean>;
45657
+ isReadonly: vue.ComputedRef<boolean>;
45658
+ isValidating: vue.ShallowRef<boolean, boolean>;
45659
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45660
+ readonly externalValue: boolean | null;
45661
+ };
45662
+ items: vue.Ref<{
45663
+ id: number | string;
45664
+ validate: () => Promise<string[]>;
45665
+ reset: () => Promise<void>;
45666
+ resetValidation: () => Promise<void>;
45667
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45668
+ isValid: boolean | null;
45669
+ errorMessages: string[];
45670
+ }[], FormField[] | {
45671
+ id: number | string;
45672
+ validate: () => Promise<string[]>;
45673
+ reset: () => Promise<void>;
45674
+ resetValidation: () => Promise<void>;
45675
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45676
+ isValid: boolean | null;
45677
+ errorMessages: string[];
45678
+ }[]>;
45679
+ validate: () => Promise<{
45680
+ valid: boolean;
45681
+ errors: {
45682
+ id: number | string;
45683
+ errorMessages: string[];
45684
+ }[];
45685
+ }>;
45404
45686
  reset: () => void;
45405
45687
  resetValidation: () => void;
45406
45688
  }) => vue.VNodeChild) | undefined;
45407
45689
  } | ((arg: {
45408
- errors: FieldValidationResult[];
45409
- isDisabled: boolean;
45410
- isReadonly: boolean;
45411
- isValidating: boolean;
45412
- isValid: boolean | null;
45413
- items: FormField[];
45414
- validate: () => Promise<FormValidationResult>;
45690
+ errors: vue.Ref<{
45691
+ id: number | string;
45692
+ errorMessages: string[];
45693
+ }[], FieldValidationResult[] | {
45694
+ id: number | string;
45695
+ errorMessages: string[];
45696
+ }[]>;
45697
+ isDisabled: vue.ComputedRef<boolean>;
45698
+ isReadonly: vue.ComputedRef<boolean>;
45699
+ isValidating: vue.ShallowRef<boolean, boolean>;
45700
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45701
+ readonly externalValue: boolean | null;
45702
+ };
45703
+ items: vue.Ref<{
45704
+ id: number | string;
45705
+ validate: () => Promise<string[]>;
45706
+ reset: () => Promise<void>;
45707
+ resetValidation: () => Promise<void>;
45708
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45709
+ isValid: boolean | null;
45710
+ errorMessages: string[];
45711
+ }[], FormField[] | {
45712
+ id: number | string;
45713
+ validate: () => Promise<string[]>;
45714
+ reset: () => Promise<void>;
45715
+ resetValidation: () => Promise<void>;
45716
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45717
+ isValid: boolean | null;
45718
+ errorMessages: string[];
45719
+ }[]>;
45720
+ validate: () => Promise<{
45721
+ valid: boolean;
45722
+ errors: {
45723
+ id: number | string;
45724
+ errorMessages: string[];
45725
+ }[];
45726
+ }>;
45415
45727
  reset: () => void;
45416
45728
  resetValidation: () => void;
45417
45729
  }) => vue.VNodeChild);
45418
45730
  'v-slots'?: {
45419
45731
  default?: false | ((arg: {
45420
- errors: FieldValidationResult[];
45421
- isDisabled: boolean;
45422
- isReadonly: boolean;
45423
- isValidating: boolean;
45424
- isValid: boolean | null;
45425
- items: FormField[];
45426
- validate: () => Promise<FormValidationResult>;
45732
+ errors: vue.Ref<{
45733
+ id: number | string;
45734
+ errorMessages: string[];
45735
+ }[], FieldValidationResult[] | {
45736
+ id: number | string;
45737
+ errorMessages: string[];
45738
+ }[]>;
45739
+ isDisabled: vue.ComputedRef<boolean>;
45740
+ isReadonly: vue.ComputedRef<boolean>;
45741
+ isValidating: vue.ShallowRef<boolean, boolean>;
45742
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45743
+ readonly externalValue: boolean | null;
45744
+ };
45745
+ items: vue.Ref<{
45746
+ id: number | string;
45747
+ validate: () => Promise<string[]>;
45748
+ reset: () => Promise<void>;
45749
+ resetValidation: () => Promise<void>;
45750
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45751
+ isValid: boolean | null;
45752
+ errorMessages: string[];
45753
+ }[], FormField[] | {
45754
+ id: number | string;
45755
+ validate: () => Promise<string[]>;
45756
+ reset: () => Promise<void>;
45757
+ resetValidation: () => Promise<void>;
45758
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45759
+ isValid: boolean | null;
45760
+ errorMessages: string[];
45761
+ }[]>;
45762
+ validate: () => Promise<{
45763
+ valid: boolean;
45764
+ errors: {
45765
+ id: number | string;
45766
+ errorMessages: string[];
45767
+ }[];
45768
+ }>;
45427
45769
  reset: () => void;
45428
45770
  resetValidation: () => void;
45429
45771
  }) => vue.VNodeChild) | undefined;
45430
45772
  } | undefined;
45431
45773
  } & {
45432
45774
  "v-slot:default"?: false | ((arg: {
45433
- errors: FieldValidationResult[];
45434
- isDisabled: boolean;
45435
- isReadonly: boolean;
45436
- isValidating: boolean;
45437
- isValid: boolean | null;
45438
- items: FormField[];
45439
- validate: () => Promise<FormValidationResult>;
45775
+ errors: vue.Ref<{
45776
+ id: number | string;
45777
+ errorMessages: string[];
45778
+ }[], FieldValidationResult[] | {
45779
+ id: number | string;
45780
+ errorMessages: string[];
45781
+ }[]>;
45782
+ isDisabled: vue.ComputedRef<boolean>;
45783
+ isReadonly: vue.ComputedRef<boolean>;
45784
+ isValidating: vue.ShallowRef<boolean, boolean>;
45785
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45786
+ readonly externalValue: boolean | null;
45787
+ };
45788
+ items: vue.Ref<{
45789
+ id: number | string;
45790
+ validate: () => Promise<string[]>;
45791
+ reset: () => Promise<void>;
45792
+ resetValidation: () => Promise<void>;
45793
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45794
+ isValid: boolean | null;
45795
+ errorMessages: string[];
45796
+ }[], FormField[] | {
45797
+ id: number | string;
45798
+ validate: () => Promise<string[]>;
45799
+ reset: () => Promise<void>;
45800
+ resetValidation: () => Promise<void>;
45801
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45802
+ isValid: boolean | null;
45803
+ errorMessages: string[];
45804
+ }[]>;
45805
+ validate: () => Promise<{
45806
+ valid: boolean;
45807
+ errors: {
45808
+ id: number | string;
45809
+ errorMessages: string[];
45810
+ }[];
45811
+ }>;
45440
45812
  reset: () => void;
45441
45813
  resetValidation: () => void;
45442
45814
  }) => vue.VNodeChild) | undefined;
@@ -45537,13 +45909,43 @@ declare const VForm: {
45537
45909
  fastFail: boolean;
45538
45910
  }, {}, string, vue.SlotsType<Partial<{
45539
45911
  default: (arg: {
45540
- errors: FieldValidationResult[];
45541
- isDisabled: boolean;
45542
- isReadonly: boolean;
45543
- isValidating: boolean;
45544
- isValid: boolean | null;
45545
- items: FormField[];
45546
- validate: () => Promise<FormValidationResult>;
45912
+ errors: vue.Ref<{
45913
+ id: number | string;
45914
+ errorMessages: string[];
45915
+ }[], FieldValidationResult[] | {
45916
+ id: number | string;
45917
+ errorMessages: string[];
45918
+ }[]>;
45919
+ isDisabled: vue.ComputedRef<boolean>;
45920
+ isReadonly: vue.ComputedRef<boolean>;
45921
+ isValidating: vue.ShallowRef<boolean, boolean>;
45922
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45923
+ readonly externalValue: boolean | null;
45924
+ };
45925
+ items: vue.Ref<{
45926
+ id: number | string;
45927
+ validate: () => Promise<string[]>;
45928
+ reset: () => Promise<void>;
45929
+ resetValidation: () => Promise<void>;
45930
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45931
+ isValid: boolean | null;
45932
+ errorMessages: string[];
45933
+ }[], FormField[] | {
45934
+ id: number | string;
45935
+ validate: () => Promise<string[]>;
45936
+ reset: () => Promise<void>;
45937
+ resetValidation: () => Promise<void>;
45938
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45939
+ isValid: boolean | null;
45940
+ errorMessages: string[];
45941
+ }[]>;
45942
+ validate: () => Promise<{
45943
+ valid: boolean;
45944
+ errors: {
45945
+ id: number | string;
45946
+ errorMessages: string[];
45947
+ }[];
45948
+ }>;
45547
45949
  reset: () => void;
45548
45950
  resetValidation: () => void;
45549
45951
  }) => vue.VNode[];
@@ -61680,20 +62082,17 @@ declare const VSelect: {
61680
62082
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
61681
62083
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
61682
62084
  item: (arg: {
61683
- item: unknown;
61684
- internalItem: ListItem<unknown>;
62085
+ item: ListItem<unknown>;
61685
62086
  index: number;
61686
62087
  props: Record<string, unknown>;
61687
62088
  }) => vue.VNode[];
61688
62089
  chip: (arg: {
61689
- item: unknown;
61690
- internalItem: ListItem<unknown>;
62090
+ item: ListItem<unknown>;
61691
62091
  index: number;
61692
62092
  props: Record<string, unknown>;
61693
62093
  }) => vue.VNode[];
61694
62094
  selection: (arg: {
61695
- item: unknown;
61696
- internalItem: ListItem<unknown>;
62095
+ item: ListItem<unknown>;
61697
62096
  index: number;
61698
62097
  }) => vue.VNode[];
61699
62098
  'prepend-item': () => vue.VNode[];
@@ -66424,20 +66823,17 @@ declare const VSelect: {
66424
66823
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
66425
66824
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
66426
66825
  item: (arg: {
66427
- item: unknown;
66428
- internalItem: ListItem<unknown>;
66826
+ item: ListItem<unknown>;
66429
66827
  index: number;
66430
66828
  props: Record<string, unknown>;
66431
66829
  }) => vue.VNode[];
66432
66830
  chip: (arg: {
66433
- item: unknown;
66434
- internalItem: ListItem<unknown>;
66831
+ item: ListItem<unknown>;
66435
66832
  index: number;
66436
66833
  props: Record<string, unknown>;
66437
66834
  }) => vue.VNode[];
66438
66835
  selection: (arg: {
66439
- item: unknown;
66440
- internalItem: ListItem<unknown>;
66836
+ item: ListItem<unknown>;
66441
66837
  index: number;
66442
66838
  }) => vue.VNode[];
66443
66839
  'prepend-item': () => vue.VNode[];
@@ -66454,20 +66850,17 @@ declare const VSelect: {
66454
66850
  "onUpdate:modelValue"?: (value: V) => void;
66455
66851
  }, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
66456
66852
  item: {
66457
- item: Item;
66458
- internalItem: ListItem<Item>;
66853
+ item: ListItem<Item>;
66459
66854
  index: number;
66460
66855
  props: Record<string, unknown>;
66461
66856
  };
66462
66857
  chip: {
66463
- item: Item;
66464
- internalItem: ListItem<Item>;
66858
+ item: ListItem<Item>;
66465
66859
  index: number;
66466
66860
  props: Record<string, unknown>;
66467
66861
  };
66468
66862
  selection: {
66469
- item: Item;
66470
- internalItem: ListItem<Item>;
66863
+ item: ListItem<Item>;
66471
66864
  index: number;
66472
66865
  };
66473
66866
  "prepend-item": never;
@@ -82439,7 +82832,16 @@ declare const index_d_Scroll: typeof Scroll;
82439
82832
  declare const index_d_Tooltip: typeof Tooltip;
82440
82833
  declare const index_d_Touch: typeof Touch;
82441
82834
  declare namespace index_d {
82442
- export { index_d_ClickOutside as ClickOutside, index_d_Intersect as Intersect, index_d_Mutate as Mutate, index_d_Resize as Resize, index_d_Ripple as Ripple, index_d_Scroll as Scroll, index_d_Tooltip as Tooltip, index_d_Touch as Touch };
82835
+ export {
82836
+ index_d_ClickOutside as ClickOutside,
82837
+ index_d_Intersect as Intersect,
82838
+ index_d_Mutate as Mutate,
82839
+ index_d_Resize as Resize,
82840
+ index_d_Ripple as Ripple,
82841
+ index_d_Scroll as Scroll,
82842
+ index_d_Tooltip as Tooltip,
82843
+ index_d_Touch as Touch,
82844
+ };
82443
82845
  }
82444
82846
 
82445
82847
  declare const createVuetify: {
@@ -82500,6 +82902,7 @@ declare const createVuetify: {
82500
82902
  getDiff: (date: unknown, comparing: unknown, unit?: string) => number;
82501
82903
  getWeekArray: (date: unknown, firstDayOfWeek?: number | string) => unknown[][];
82502
82904
  getWeekdays: (firstDayOfWeek?: number | string) => string[];
82905
+ getWeek: (date: unknown, firstDayOfWeek?: number | string, firstWeekMinSize?: number) => number;
82503
82906
  getMonth: (date: unknown) => number;
82504
82907
  setMonth: (date: unknown, month: number) => unknown;
82505
82908
  getDate: (date: unknown) => number;
@@ -82555,42 +82958,47 @@ declare module 'vue' {
82555
82958
  $children?: VNodeChild
82556
82959
  }
82557
82960
  export interface GlobalComponents {
82961
+ VAlert: VAlert
82962
+ VAlertTitle: VAlertTitle
82558
82963
  VAppBar: VAppBar
82559
82964
  VAppBarNavIcon: VAppBarNavIcon
82560
82965
  VAppBarTitle: VAppBarTitle
82561
82966
  VApp: VApp
82562
- VBadge: VBadge
82563
82967
  VAutocomplete: VAutocomplete
82564
- VAlert: VAlert
82565
- VAlertTitle: VAlertTitle
82968
+ VBanner: VBanner
82969
+ VBannerActions: VBannerActions
82970
+ VBannerText: VBannerText
82566
82971
  VAvatar: VAvatar
82972
+ VBadge: VBadge
82973
+ VBottomSheet: VBottomSheet
82567
82974
  VBottomNavigation: VBottomNavigation
82975
+ VBtnToggle: VBtnToggle
82568
82976
  VBreadcrumbs: VBreadcrumbs
82569
82977
  VBreadcrumbsItem: VBreadcrumbsItem
82570
82978
  VBreadcrumbsDivider: VBreadcrumbsDivider
82571
- VBottomSheet: VBottomSheet
82572
- VBanner: VBanner
82573
- VBannerActions: VBannerActions
82574
- VBannerText: VBannerText
82979
+ VCode: VCode
82575
82980
  VBtn: VBtn
82981
+ VCheckbox: VCheckbox
82982
+ VCheckboxBtn: VCheckboxBtn
82576
82983
  VCarousel: VCarousel
82577
82984
  VCarouselItem: VCarouselItem
82578
- VBtnToggle: VBtnToggle
82579
- VBtnGroup: VBtnGroup
82580
- VChip: VChip
82581
82985
  VCard: VCard
82582
82986
  VCardActions: VCardActions
82583
82987
  VCardItem: VCardItem
82584
82988
  VCardSubtitle: VCardSubtitle
82585
82989
  VCardText: VCardText
82586
82990
  VCardTitle: VCardTitle
82587
- VCode: VCode
82588
- VCheckbox: VCheckbox
82589
- VCheckboxBtn: VCheckboxBtn
82590
- VChipGroup: VChipGroup
82591
- VColorPicker: VColorPicker
82592
82991
  VCombobox: VCombobox
82992
+ VBtnGroup: VBtnGroup
82993
+ VCounter: VCounter
82994
+ VColorPicker: VColorPicker
82593
82995
  VDialog: VDialog
82996
+ VDatePicker: VDatePicker
82997
+ VDatePickerControls: VDatePickerControls
82998
+ VDatePickerHeader: VDatePickerHeader
82999
+ VDatePickerMonth: VDatePickerMonth
83000
+ VDatePickerMonths: VDatePickerMonths
83001
+ VDatePickerYears: VDatePickerYears
82594
83002
  VDataTable: VDataTable
82595
83003
  VDataTableHeaders: VDataTableHeaders
82596
83004
  VDataTableFooter: VDataTableFooter
@@ -82598,35 +83006,26 @@ declare module 'vue' {
82598
83006
  VDataTableRow: VDataTableRow
82599
83007
  VDataTableVirtual: VDataTableVirtual
82600
83008
  VDataTableServer: VDataTableServer
82601
- VCounter: VCounter
82602
- VDatePicker: VDatePicker
82603
- VDatePickerControls: VDatePickerControls
82604
- VDatePickerHeader: VDatePickerHeader
82605
- VDatePickerMonth: VDatePickerMonth
82606
- VDatePickerMonths: VDatePickerMonths
82607
- VDatePickerYears: VDatePickerYears
83009
+ VDivider: VDivider
83010
+ VFab: VFab
82608
83011
  VEmptyState: VEmptyState
82609
83012
  VExpansionPanels: VExpansionPanels
82610
83013
  VExpansionPanel: VExpansionPanel
82611
83014
  VExpansionPanelText: VExpansionPanelText
82612
83015
  VExpansionPanelTitle: VExpansionPanelTitle
82613
- VDivider: VDivider
82614
- VFab: VFab
82615
- VField: VField
82616
- VFieldLabel: VFieldLabel
82617
- VFooter: VFooter
82618
83016
  VFileInput: VFileInput
82619
83017
  VImg: VImg
83018
+ VFooter: VFooter
83019
+ VField: VField
83020
+ VFieldLabel: VFieldLabel
82620
83021
  VIcon: VIcon
82621
83022
  VComponentIcon: VComponentIcon
82622
83023
  VSvgIcon: VSvgIcon
82623
83024
  VLigatureIcon: VLigatureIcon
82624
83025
  VClassIcon: VClassIcon
82625
- VInfiniteScroll: VInfiniteScroll
82626
- VLabel: VLabel
83026
+ VInput: VInput
82627
83027
  VItemGroup: VItemGroup
82628
83028
  VItem: VItem
82629
- VInput: VInput
82630
83029
  VList: VList
82631
83030
  VListGroup: VListGroup
82632
83031
  VListImg: VListImg
@@ -82636,49 +83035,51 @@ declare module 'vue' {
82636
83035
  VListItemSubtitle: VListItemSubtitle
82637
83036
  VListItemTitle: VListItemTitle
82638
83037
  VListSubheader: VListSubheader
82639
- VMain: VMain
83038
+ VInfiniteScroll: VInfiniteScroll
82640
83039
  VKbd: VKbd
83040
+ VLabel: VLabel
83041
+ VMain: VMain
82641
83042
  VMenu: VMenu
82642
- VMessages: VMessages
82643
83043
  VNavigationDrawer: VNavigationDrawer
82644
- VPagination: VPagination
83044
+ VMessages: VMessages
82645
83045
  VNumberInput: VNumberInput
82646
83046
  VOtpInput: VOtpInput
82647
- VProgressLinear: VProgressLinear
82648
83047
  VOverlay: VOverlay
83048
+ VProgressLinear: VProgressLinear
82649
83049
  VProgressCircular: VProgressCircular
83050
+ VPagination: VPagination
83051
+ VSelect: VSelect
82650
83052
  VRadioGroup: VRadioGroup
82651
83053
  VRating: VRating
82652
- VSelectionControl: VSelectionControl
82653
- VSelectionControlGroup: VSelectionControlGroup
82654
- VSkeletonLoader: VSkeletonLoader
82655
- VSelect: VSelect
82656
83054
  VSlideGroup: VSlideGroup
82657
83055
  VSlideGroupItem: VSlideGroupItem
83056
+ VSelectionControlGroup: VSelectionControlGroup
83057
+ VSkeletonLoader: VSkeletonLoader
82658
83058
  VSnackbar: VSnackbar
83059
+ VSheet: VSheet
83060
+ VSelectionControl: VSelectionControl
83061
+ VSlider: VSlider
83062
+ VSwitch: VSwitch
82659
83063
  VStepper: VStepper
82660
83064
  VStepperActions: VStepperActions
82661
83065
  VStepperHeader: VStepperHeader
82662
83066
  VStepperItem: VStepperItem
82663
83067
  VStepperWindow: VStepperWindow
82664
83068
  VStepperWindowItem: VStepperWindowItem
82665
- VSlider: VSlider
82666
- VSwitch: VSwitch
82667
- VTextarea: VTextarea
82668
83069
  VSystemBar: VSystemBar
82669
- VSheet: VSheet
83070
+ VTextField: VTextField
83071
+ VTable: VTable
83072
+ VTimeline: VTimeline
83073
+ VTimelineItem: VTimelineItem
83074
+ VTextarea: VTextarea
82670
83075
  VTab: VTab
82671
83076
  VTabs: VTabs
82672
83077
  VTabsWindow: VTabsWindow
82673
83078
  VTabsWindowItem: VTabsWindowItem
82674
- VTable: VTable
82675
83079
  VToolbar: VToolbar
82676
83080
  VToolbarTitle: VToolbarTitle
82677
83081
  VToolbarItems: VToolbarItems
82678
- VTextField: VTextField
82679
83082
  VTooltip: VTooltip
82680
- VTimeline: VTimeline
82681
- VTimelineItem: VTimelineItem
82682
83083
  VWindow: VWindow
82683
83084
  VWindowItem: VWindowItem
82684
83085
  VConfirmEdit: VConfirmEdit
@@ -82703,6 +83104,9 @@ declare module 'vue' {
82703
83104
  VSpeedDial: VSpeedDial
82704
83105
  VSparkline: VSparkline
82705
83106
  VThemeProvider: VThemeProvider
83107
+ VValidation: VValidation
83108
+ VChipGroup: VChipGroup
83109
+ VVirtualScroll: VVirtualScroll
82706
83110
  VFabTransition: VFabTransition
82707
83111
  VDialogBottomTransition: VDialogBottomTransition
82708
83112
  VDialogTopTransition: VDialogTopTransition
@@ -82719,28 +83123,27 @@ declare module 'vue' {
82719
83123
  VExpandTransition: VExpandTransition
82720
83124
  VExpandXTransition: VExpandXTransition
82721
83125
  VDialogTransition: VDialogTransition
82722
- VValidation: VValidation
82723
- VVirtualScroll: VVirtualScroll
82724
- VCalendar: VCalendar
82725
- VCalendarDay: VCalendarDay
82726
- VCalendarHeader: VCalendarHeader
82727
- VCalendarInterval: VCalendarInterval
82728
- VCalendarIntervalEvent: VCalendarIntervalEvent
82729
- VCalendarMonthDay: VCalendarMonthDay
83126
+ VChip: VChip
82730
83127
  VPicker: VPicker
82731
83128
  VPickerTitle: VPickerTitle
82732
83129
  VStepperVertical: VStepperVertical
82733
83130
  VStepperVerticalItem: VStepperVerticalItem
82734
83131
  VStepperVerticalActions: VStepperVerticalActions
82735
- VTimePicker: VTimePicker
82736
- VTimePickerClock: VTimePickerClock
82737
- VTimePickerControls: VTimePickerControls
82738
83132
  VIconBtn: VIconBtn
83133
+ VFileUpload: VFileUpload
83134
+ VFileUploadItem: VFileUploadItem
83135
+ VCalendar: VCalendar
83136
+ VCalendarDay: VCalendarDay
83137
+ VCalendarHeader: VCalendarHeader
83138
+ VCalendarInterval: VCalendarInterval
83139
+ VCalendarIntervalEvent: VCalendarIntervalEvent
83140
+ VCalendarMonthDay: VCalendarMonthDay
82739
83141
  VTreeview: VTreeview
82740
83142
  VTreeviewItem: VTreeviewItem
82741
83143
  VTreeviewGroup: VTreeviewGroup
82742
- VFileUpload: VFileUpload
82743
- VFileUploadItem: VFileUploadItem
83144
+ VTimePicker: VTimePicker
83145
+ VTimePickerClock: VTimePickerClock
83146
+ VTimePickerControls: VTimePickerControls
82744
83147
  VDateInput: VDateInput
82745
83148
  VPullToRefresh: VPullToRefresh
82746
83149
  }