@vuetify/nightly 3.8.1-next.2025-04-18 → 3.8.2-dev.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 (215) hide show
  1. package/CHANGELOG.md +6 -16
  2. package/dist/json/attributes.json +2619 -2619
  3. package/dist/json/importMap-labs.json +18 -18
  4. package/dist/json/importMap.json +156 -156
  5. package/dist/json/web-types.json +5094 -5134
  6. package/dist/vuetify-labs.cjs +172 -247
  7. package/dist/vuetify-labs.css +25227 -23477
  8. package/dist/vuetify-labs.d.ts +635 -227
  9. package/dist/vuetify-labs.esm.js +172 -247
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +172 -247
  12. package/dist/vuetify-labs.min.css +4 -3
  13. package/dist/vuetify.cjs +148 -229
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +24037 -22291
  16. package/dist/vuetify.d.ts +762 -354
  17. package/dist/vuetify.esm.js +148 -229
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +148 -229
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +4 -3
  22. package/dist/vuetify.min.js +293 -278
  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 -372
  40. package/lib/components/VBtn/VBtn.sass +23 -10
  41. package/lib/components/VBtn/_variables.scss +1 -1
  42. package/lib/components/VBtnGroup/VBtnGroup.css +64 -63
  43. package/lib/components/VBtnToggle/VBtnToggle.css +14 -16
  44. package/lib/components/VCard/VCard.css +302 -294
  45. package/lib/components/VCarousel/VCarousel.css +65 -63
  46. package/lib/components/VCarousel/VCarousel.sass +1 -1
  47. package/lib/components/VCheckbox/VCheckbox.css +5 -7
  48. package/lib/components/VChip/VChip.css +411 -378
  49. package/lib/components/VChipGroup/VChipGroup.css +18 -19
  50. package/lib/components/VCode/VCode.css +11 -10
  51. package/lib/components/VCode/VCode.sass +3 -0
  52. package/lib/components/VColorPicker/VColorPicker.css +23 -23
  53. package/lib/components/VColorPicker/VColorPickerCanvas.css +22 -24
  54. package/lib/components/VColorPicker/VColorPickerEdit.css +28 -29
  55. package/lib/components/VColorPicker/VColorPickerPreview.css +67 -69
  56. package/lib/components/VColorPicker/VColorPickerPreview.sass +2 -4
  57. package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
  58. package/lib/components/VCombobox/VCombobox.css +84 -85
  59. package/lib/components/VCombobox/VCombobox.d.ts +9 -18
  60. package/lib/components/VCombobox/VCombobox.js +3 -6
  61. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  62. package/lib/components/VCounter/VCounter.css +5 -7
  63. package/lib/components/VDataTable/VDataTable.css +186 -189
  64. package/lib/components/VDataTable/VDataTable.sass +11 -21
  65. package/lib/components/VDataTable/VDataTableFooter.css +31 -33
  66. package/lib/components/VDatePicker/VDatePicker.css +6 -8
  67. package/lib/components/VDatePicker/VDatePicker.d.ts +7 -7
  68. package/lib/components/VDatePicker/VDatePickerControls.css +57 -55
  69. package/lib/components/VDatePicker/VDatePickerHeader.css +60 -56
  70. package/lib/components/VDatePicker/VDatePickerMonth.css +55 -51
  71. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +7 -7
  72. package/lib/components/VDatePicker/VDatePickerMonths.css +19 -20
  73. package/lib/components/VDatePicker/VDatePickerYears.css +15 -16
  74. package/lib/components/VDialog/VDialog.css +98 -98
  75. package/lib/components/VDivider/VDivider.css +52 -52
  76. package/lib/components/VEmptyState/VEmptyState.css +67 -62
  77. package/lib/components/VExpansionPanel/VExpansionPanel.css +209 -203
  78. package/lib/components/VExpansionPanel/VExpansionPanel.sass +25 -27
  79. package/lib/components/VFab/VFab.css +73 -78
  80. package/lib/components/VFab/VFab.sass +4 -5
  81. package/lib/components/VField/VField.css +589 -541
  82. package/lib/components/VField/VField.sass +11 -4
  83. package/lib/components/VField/_variables.scss +1 -1
  84. package/lib/components/VFileInput/VFileInput.css +28 -30
  85. package/lib/components/VFooter/VFooter.css +36 -38
  86. package/lib/components/VForm/VForm.d.ts +531 -111
  87. package/lib/components/VForm/VForm.js +1 -11
  88. package/lib/components/VForm/VForm.js.map +1 -1
  89. package/lib/components/VGrid/VGrid.css +592 -565
  90. package/lib/components/VIcon/VIcon.css +53 -52
  91. package/lib/components/VImg/VImg.css +51 -50
  92. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +37 -36
  93. package/lib/components/VInput/VInput.css +147 -136
  94. package/lib/components/VItemGroup/VItemGroup.css +5 -7
  95. package/lib/components/VKbd/VKbd.css +11 -13
  96. package/lib/components/VLabel/VLabel.css +15 -16
  97. package/lib/components/VLayout/VLayout.css +8 -10
  98. package/lib/components/VLayout/VLayoutItem.css +7 -8
  99. package/lib/components/VList/VList.css +108 -104
  100. package/lib/components/VList/VList.sass +1 -1
  101. package/lib/components/VList/VListItem.css +452 -440
  102. package/lib/components/VList/VListItem.sass +1 -2
  103. package/lib/components/VLocaleProvider/VLocaleProvider.css +2 -4
  104. package/lib/components/VMain/VMain.css +30 -32
  105. package/lib/components/VMenu/VMenu.css +19 -21
  106. package/lib/components/VMessages/VMessages.css +15 -17
  107. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +104 -102
  108. package/lib/components/VNumberInput/VNumberInput.css +46 -48
  109. package/lib/components/VOtpInput/VOtpInput.css +58 -56
  110. package/lib/components/VOverlay/VOverlay.css +64 -61
  111. package/lib/components/VOverlay/VOverlay.sass +13 -14
  112. package/lib/components/VOverlay/_variables.scss +1 -1
  113. package/lib/components/VPagination/VPagination.css +8 -10
  114. package/lib/components/VParallax/VParallax.css +6 -8
  115. package/lib/components/VProgressCircular/VProgressCircular.css +101 -95
  116. package/lib/components/VProgressLinear/VProgressLinear.css +222 -209
  117. package/lib/components/VRadioGroup/VRadioGroup.css +12 -14
  118. package/lib/components/VRating/VRating.css +53 -52
  119. package/lib/components/VResponsive/VResponsive.css +26 -25
  120. package/lib/components/VSelect/VSelect.css +51 -53
  121. package/lib/components/VSelect/VSelect.d.ts +9 -18
  122. package/lib/components/VSelect/VSelect.js +3 -6
  123. package/lib/components/VSelect/VSelect.js.map +1 -1
  124. package/lib/components/VSelectionControl/VSelectionControl.css +100 -98
  125. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +8 -10
  126. package/lib/components/VSheet/VSheet.css +36 -38
  127. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +224 -225
  128. package/lib/components/VSlideGroup/VSlideGroup.css +55 -53
  129. package/lib/components/VSlider/VSlider.css +57 -53
  130. package/lib/components/VSlider/VSliderThumb.css +153 -142
  131. package/lib/components/VSlider/VSliderTrack.css +174 -155
  132. package/lib/components/VSnackbar/VSnackbar.css +140 -140
  133. package/lib/components/VSpeedDial/VSpeedDial.css +41 -43
  134. package/lib/components/VStepper/VStepper.css +56 -55
  135. package/lib/components/VStepper/VStepperItem.css +115 -112
  136. package/lib/components/VSwitch/VSwitch.css +139 -129
  137. package/lib/components/VSystemBar/VSystemBar.css +43 -45
  138. package/lib/components/VTable/VTable.css +141 -140
  139. package/lib/components/VTable/VTable.sass +2 -4
  140. package/lib/components/VTabs/VTab.css +29 -30
  141. package/lib/components/VTabs/VTabs.css +65 -59
  142. package/lib/components/VTextField/VTextField.css +85 -77
  143. package/lib/components/VTextarea/VTextarea.css +40 -48
  144. package/lib/components/VTextarea/VTextarea.sass +2 -4
  145. package/lib/components/VThemeProvider/VThemeProvider.css +3 -5
  146. package/lib/components/VTimeline/VTimeline.css +427 -388
  147. package/lib/components/VToolbar/VToolbar.css +144 -137
  148. package/lib/components/VTooltip/VTooltip.css +23 -27
  149. package/lib/components/VTooltip/VTooltip.sass +6 -8
  150. package/lib/components/VVirtualScroll/VVirtualScroll.css +9 -11
  151. package/lib/components/VWindow/VWindow.css +70 -73
  152. package/lib/composables/calendar.d.ts +3 -2
  153. package/lib/composables/calendar.js +5 -7
  154. package/lib/composables/calendar.js.map +1 -1
  155. package/lib/composables/date/DateAdapter.d.ts +1 -0
  156. package/lib/composables/date/DateAdapter.js.map +1 -1
  157. package/lib/composables/date/adapters/vuetify.d.ts +1 -0
  158. package/lib/composables/date/adapters/vuetify.js +101 -160
  159. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  160. package/lib/composables/date/date.d.ts +1 -1
  161. package/lib/composables/date/date.js +0 -20
  162. package/lib/composables/date/date.js.map +1 -1
  163. package/lib/composables/filter.js +2 -1
  164. package/lib/composables/filter.js.map +1 -1
  165. package/lib/composables/theme.js +5 -5
  166. package/lib/composables/theme.js.map +1 -1
  167. package/lib/composables/validation.js +5 -0
  168. package/lib/composables/validation.js.map +1 -1
  169. package/lib/directives/ripple/VRipple.css +36 -38
  170. package/lib/entry-bundler.d.ts +1 -0
  171. package/lib/entry-bundler.js +1 -1
  172. package/lib/entry-bundler.js.map +1 -1
  173. package/lib/framework.d.ts +57 -54
  174. package/lib/framework.js +1 -1
  175. package/lib/framework.js.map +1 -1
  176. package/lib/labs/VCalendar/VCalendar.css +225 -219
  177. package/lib/labs/VCalendar/VCalendar.d.ts +7 -7
  178. package/lib/labs/VCalendar/VCalendarDay.css +32 -33
  179. package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
  180. package/lib/labs/VCalendar/VCalendarInterval.css +42 -43
  181. package/lib/labs/VCalendar/VCalendarInterval.js +25 -19
  182. package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
  183. package/lib/labs/VCalendar/VCalendarIntervalEvent.css +5 -7
  184. package/lib/labs/VCalendar/VCalendarMonthDay.css +58 -61
  185. package/lib/labs/VCalendar/VCalendarMonthDay.sass +2 -3
  186. package/lib/labs/VDateInput/VDateInput.d.ts +7 -7
  187. package/lib/labs/VFileUpload/VFileUpload.css +77 -74
  188. package/lib/labs/VIconBtn/VIconBtn.css +164 -162
  189. package/lib/labs/VPicker/VPicker.css +63 -58
  190. package/lib/labs/VTimePicker/VTimePicker.css +7 -9
  191. package/lib/labs/VTimePicker/VTimePickerClock.css +129 -126
  192. package/lib/labs/VTimePicker/VTimePickerControls.css +103 -102
  193. package/lib/labs/VTreeview/VTreeviewItem.css +28 -30
  194. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -3
  195. package/lib/labs/entry-bundler.d.ts +1 -0
  196. package/lib/styles/elements/_global.sass +1 -1
  197. package/lib/styles/generic/_colors.scss +3 -3
  198. package/lib/styles/generic/_layers.scss +1 -13
  199. package/lib/styles/generic/_reset.scss +1 -0
  200. package/lib/styles/generic/_transitions.scss +32 -32
  201. package/lib/styles/main.css +16142 -14667
  202. package/lib/styles/settings/_utilities.scss +5 -0
  203. package/lib/styles/settings/_variables.scss +3 -2
  204. package/lib/styles/tools/_bootable.sass +3 -0
  205. package/lib/styles/tools/_border.sass +4 -4
  206. package/lib/styles/tools/_display.sass +10 -0
  207. package/lib/styles/tools/_elevation.sass +2 -2
  208. package/lib/styles/tools/_index.sass +2 -0
  209. package/lib/styles/tools/_layer.scss +2 -4
  210. package/lib/styles/tools/_position.sass +2 -2
  211. package/lib/styles/tools/_radius.sass +10 -0
  212. package/lib/styles/tools/_rounded.sass +2 -2
  213. package/lib/styles/tools/_utilities.sass +5 -1
  214. package/lib/styles/utilities/_elevation.scss +1 -1
  215. package/package.json +46 -45
@@ -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;
@@ -12638,20 +12639,17 @@ declare const VAutocomplete: {
12638
12639
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
12639
12640
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
12640
12641
  item: (arg: {
12641
- item: unknown;
12642
- internalItem: ListItem<unknown>;
12642
+ item: ListItem<unknown>;
12643
12643
  index: number;
12644
12644
  props: Record<string, unknown>;
12645
12645
  }) => vue.VNode[];
12646
12646
  chip: (arg: {
12647
- item: unknown;
12648
- internalItem: ListItem<unknown>;
12647
+ item: ListItem<unknown>;
12649
12648
  index: number;
12650
12649
  props: Record<string, unknown>;
12651
12650
  }) => vue.VNode[];
12652
12651
  selection: (arg: {
12653
- item: unknown;
12654
- internalItem: ListItem<unknown>;
12652
+ item: ListItem<unknown>;
12655
12653
  index: number;
12656
12654
  }) => vue.VNode[];
12657
12655
  'prepend-item': () => vue.VNode[];
@@ -17421,20 +17419,17 @@ declare const VAutocomplete: {
17421
17419
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
17422
17420
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
17423
17421
  item: (arg: {
17424
- item: unknown;
17425
- internalItem: ListItem<unknown>;
17422
+ item: ListItem<unknown>;
17426
17423
  index: number;
17427
17424
  props: Record<string, unknown>;
17428
17425
  }) => vue.VNode[];
17429
17426
  chip: (arg: {
17430
- item: unknown;
17431
- internalItem: ListItem<unknown>;
17427
+ item: ListItem<unknown>;
17432
17428
  index: number;
17433
17429
  props: Record<string, unknown>;
17434
17430
  }) => vue.VNode[];
17435
17431
  selection: (arg: {
17436
- item: unknown;
17437
- internalItem: ListItem<unknown>;
17432
+ item: ListItem<unknown>;
17438
17433
  index: number;
17439
17434
  }) => vue.VNode[];
17440
17435
  'prepend-item': () => vue.VNode[];
@@ -17451,20 +17446,17 @@ declare const VAutocomplete: {
17451
17446
  "onUpdate:modelValue"?: (value: V) => void;
17452
17447
  }, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
17453
17448
  item: {
17454
- item: Item;
17455
- internalItem: ListItem<Item>;
17449
+ item: ListItem<Item>;
17456
17450
  index: number;
17457
17451
  props: Record<string, unknown>;
17458
17452
  };
17459
17453
  chip: {
17460
- item: Item;
17461
- internalItem: ListItem<Item>;
17454
+ item: ListItem<Item>;
17462
17455
  index: number;
17463
17456
  props: Record<string, unknown>;
17464
17457
  };
17465
17458
  selection: {
17466
- item: Item;
17467
- internalItem: ListItem<Item>;
17459
+ item: ListItem<Item>;
17468
17460
  index: number;
17469
17461
  };
17470
17462
  "prepend-item": never;
@@ -28680,20 +28672,17 @@ declare const VCombobox: {
28680
28672
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
28681
28673
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
28682
28674
  item: (arg: {
28683
- item: unknown;
28684
- internalItem: ListItem<unknown>;
28675
+ item: ListItem<unknown>;
28685
28676
  index: number;
28686
28677
  props: Record<string, unknown>;
28687
28678
  }) => vue.VNode[];
28688
28679
  chip: (arg: {
28689
- item: unknown;
28690
- internalItem: ListItem<unknown>;
28680
+ item: ListItem<unknown>;
28691
28681
  index: number;
28692
28682
  props: Record<string, unknown>;
28693
28683
  }) => vue.VNode[];
28694
28684
  selection: (arg: {
28695
- item: unknown;
28696
- internalItem: ListItem<unknown>;
28685
+ item: ListItem<unknown>;
28697
28686
  index: number;
28698
28687
  }) => vue.VNode[];
28699
28688
  'prepend-item': () => vue.VNode[];
@@ -33459,20 +33448,17 @@ declare const VCombobox: {
33459
33448
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
33460
33449
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
33461
33450
  item: (arg: {
33462
- item: unknown;
33463
- internalItem: ListItem<unknown>;
33451
+ item: ListItem<unknown>;
33464
33452
  index: number;
33465
33453
  props: Record<string, unknown>;
33466
33454
  }) => vue.VNode[];
33467
33455
  chip: (arg: {
33468
- item: unknown;
33469
- internalItem: ListItem<unknown>;
33456
+ item: ListItem<unknown>;
33470
33457
  index: number;
33471
33458
  props: Record<string, unknown>;
33472
33459
  }) => vue.VNode[];
33473
33460
  selection: (arg: {
33474
- item: unknown;
33475
- internalItem: ListItem<unknown>;
33461
+ item: ListItem<unknown>;
33476
33462
  index: number;
33477
33463
  }) => vue.VNode[];
33478
33464
  'prepend-item': () => vue.VNode[];
@@ -33489,20 +33475,17 @@ declare const VCombobox: {
33489
33475
  "onUpdate:modelValue"?: (value: V) => void;
33490
33476
  }, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
33491
33477
  item: {
33492
- item: Item;
33493
- internalItem: ListItem<Item>;
33478
+ item: ListItem<Item>;
33494
33479
  index: number;
33495
33480
  props: Record<string, unknown>;
33496
33481
  };
33497
33482
  chip: {
33498
- item: Item;
33499
- internalItem: ListItem<Item>;
33483
+ item: ListItem<Item>;
33500
33484
  index: number;
33501
33485
  props: Record<string, unknown>;
33502
33486
  };
33503
33487
  selection: {
33504
- item: Item;
33505
- internalItem: ListItem<Item>;
33488
+ item: ListItem<Item>;
33506
33489
  index: number;
33507
33490
  };
33508
33491
  "prepend-item": never;
@@ -38151,7 +38134,6 @@ declare const VDatePicker: {
38151
38134
  showAdjacentMonths: boolean;
38152
38135
  weekdays: CalendarWeekdays[];
38153
38136
  weeksInMonth: "static" | "dynamic";
38154
- firstDayOfWeek: string | number;
38155
38137
  hideWeekdays: boolean;
38156
38138
  showWeek: boolean;
38157
38139
  } & {
@@ -38178,6 +38160,7 @@ declare const VDatePicker: {
38178
38160
  bgColor?: string | undefined;
38179
38161
  controlHeight?: string | number | undefined;
38180
38162
  headerColor?: string | undefined;
38163
+ firstDayOfWeek?: string | number | undefined;
38181
38164
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38182
38165
  } & {
38183
38166
  "onUpdate:month"?: ((date: any) => any) | undefined;
@@ -38246,7 +38229,6 @@ declare const VDatePicker: {
38246
38229
  showAdjacentMonths: boolean;
38247
38230
  weekdays: CalendarWeekdays[];
38248
38231
  weeksInMonth: "static" | "dynamic";
38249
- firstDayOfWeek: string | number;
38250
38232
  hideWeekdays: boolean;
38251
38233
  showWeek: boolean;
38252
38234
  } & {
@@ -38273,6 +38255,7 @@ declare const VDatePicker: {
38273
38255
  bgColor?: string | undefined;
38274
38256
  controlHeight?: string | number | undefined;
38275
38257
  headerColor?: string | undefined;
38258
+ firstDayOfWeek?: string | number | undefined;
38276
38259
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38277
38260
  } & {
38278
38261
  "onUpdate:month"?: ((date: any) => any) | undefined;
@@ -38325,7 +38308,6 @@ declare const VDatePicker: {
38325
38308
  showAdjacentMonths: boolean;
38326
38309
  weekdays: CalendarWeekdays[];
38327
38310
  weeksInMonth: "static" | "dynamic";
38328
- firstDayOfWeek: string | number;
38329
38311
  hideWeekdays: boolean;
38330
38312
  showWeek: boolean;
38331
38313
  } & {
@@ -38352,6 +38334,7 @@ declare const VDatePicker: {
38352
38334
  bgColor?: string | undefined;
38353
38335
  controlHeight?: string | number | undefined;
38354
38336
  headerColor?: string | undefined;
38337
+ firstDayOfWeek?: string | number | undefined;
38355
38338
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38356
38339
  } & {
38357
38340
  "onUpdate:month"?: ((date: any) => any) | undefined;
@@ -38462,7 +38445,7 @@ declare const VDatePicker: {
38462
38445
  };
38463
38446
  firstDayOfWeek: {
38464
38447
  type: (StringConstructor | NumberConstructor)[];
38465
- default: number;
38448
+ default: undefined;
38466
38449
  };
38467
38450
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
38468
38451
  hideWeekdays: BooleanConstructor;
@@ -38567,7 +38550,7 @@ declare const VDatePicker: {
38567
38550
  };
38568
38551
  firstDayOfWeek: {
38569
38552
  type: (StringConstructor | NumberConstructor)[];
38570
- default: number;
38553
+ default: undefined;
38571
38554
  };
38572
38555
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
38573
38556
  hideWeekdays: BooleanConstructor;
@@ -38913,7 +38896,6 @@ declare const VDatePickerMonth: {
38913
38896
  showAdjacentMonths: boolean;
38914
38897
  weekdays: CalendarWeekdays[];
38915
38898
  weeksInMonth: "static" | "dynamic";
38916
- firstDayOfWeek: string | number;
38917
38899
  hideWeekdays: boolean;
38918
38900
  showWeek: boolean;
38919
38901
  } & {
@@ -38924,6 +38906,7 @@ declare const VDatePickerMonth: {
38924
38906
  month?: string | number | undefined;
38925
38907
  year?: string | number | undefined;
38926
38908
  modelValue?: unknown[] | undefined;
38909
+ firstDayOfWeek?: string | number | undefined;
38927
38910
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38928
38911
  } & {
38929
38912
  $children?: {} | vue.VNodeChild | {
@@ -38992,7 +38975,6 @@ declare const VDatePickerMonth: {
38992
38975
  showAdjacentMonths: boolean;
38993
38976
  weekdays: CalendarWeekdays[];
38994
38977
  weeksInMonth: "static" | "dynamic";
38995
- firstDayOfWeek: string | number;
38996
38978
  hideWeekdays: boolean;
38997
38979
  showWeek: boolean;
38998
38980
  } & {
@@ -39003,6 +38985,7 @@ declare const VDatePickerMonth: {
39003
38985
  month?: string | number | undefined;
39004
38986
  year?: string | number | undefined;
39005
38987
  modelValue?: unknown[] | undefined;
38988
+ firstDayOfWeek?: string | number | undefined;
39006
38989
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
39007
38990
  } & {
39008
38991
  $children?: {} | vue.VNodeChild | {
@@ -39056,7 +39039,6 @@ declare const VDatePickerMonth: {
39056
39039
  showAdjacentMonths: boolean;
39057
39040
  weekdays: CalendarWeekdays[];
39058
39041
  weeksInMonth: "static" | "dynamic";
39059
- firstDayOfWeek: string | number;
39060
39042
  hideWeekdays: boolean;
39061
39043
  showWeek: boolean;
39062
39044
  } & {
@@ -39067,6 +39049,7 @@ declare const VDatePickerMonth: {
39067
39049
  month?: string | number | undefined;
39068
39050
  year?: string | number | undefined;
39069
39051
  modelValue?: unknown[] | undefined;
39052
+ firstDayOfWeek?: string | number | undefined;
39070
39053
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
39071
39054
  } & {
39072
39055
  $children?: {} | vue.VNodeChild | {
@@ -39142,7 +39125,7 @@ declare const VDatePickerMonth: {
39142
39125
  };
39143
39126
  firstDayOfWeek: {
39144
39127
  type: (StringConstructor | NumberConstructor)[];
39145
- default: number;
39128
+ default: undefined;
39146
39129
  };
39147
39130
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
39148
39131
  color: StringConstructor;
@@ -39178,7 +39161,7 @@ declare const VDatePickerMonth: {
39178
39161
  };
39179
39162
  firstDayOfWeek: {
39180
39163
  type: (StringConstructor | NumberConstructor)[];
39181
- default: number;
39164
+ default: undefined;
39182
39165
  };
39183
39166
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
39184
39167
  color: StringConstructor;
@@ -45305,49 +45288,169 @@ declare const VForm: {
45305
45288
  } & {
45306
45289
  $children?: vue.VNodeChild | {
45307
45290
  default?: ((arg: {
45308
- errors: FieldValidationResult[];
45309
- isDisabled: boolean;
45310
- isReadonly: boolean;
45311
- isValidating: boolean;
45312
- isValid: boolean | null;
45313
- items: FormField[];
45314
- validate: () => Promise<FormValidationResult>;
45291
+ errors: vue.Ref<{
45292
+ id: number | string;
45293
+ errorMessages: string[];
45294
+ }[], FieldValidationResult[] | {
45295
+ id: number | string;
45296
+ errorMessages: string[];
45297
+ }[]>;
45298
+ isDisabled: vue.ComputedRef<boolean>;
45299
+ isReadonly: vue.ComputedRef<boolean>;
45300
+ isValidating: vue.ShallowRef<boolean, boolean>;
45301
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45302
+ readonly externalValue: boolean | null;
45303
+ };
45304
+ items: vue.Ref<{
45305
+ id: number | string;
45306
+ validate: () => Promise<string[]>;
45307
+ reset: () => Promise<void>;
45308
+ resetValidation: () => Promise<void>;
45309
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45310
+ isValid: boolean | null;
45311
+ errorMessages: string[];
45312
+ }[], FormField[] | {
45313
+ id: number | string;
45314
+ validate: () => Promise<string[]>;
45315
+ reset: () => Promise<void>;
45316
+ resetValidation: () => Promise<void>;
45317
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45318
+ isValid: boolean | null;
45319
+ errorMessages: string[];
45320
+ }[]>;
45321
+ validate: () => Promise<{
45322
+ valid: boolean;
45323
+ errors: {
45324
+ id: number | string;
45325
+ errorMessages: string[];
45326
+ }[];
45327
+ }>;
45315
45328
  reset: () => void;
45316
45329
  resetValidation: () => void;
45317
45330
  }) => vue.VNodeChild) | undefined;
45318
45331
  } | ((arg: {
45319
- errors: FieldValidationResult[];
45320
- isDisabled: boolean;
45321
- isReadonly: boolean;
45322
- isValidating: boolean;
45323
- isValid: boolean | null;
45324
- items: FormField[];
45325
- validate: () => Promise<FormValidationResult>;
45332
+ errors: vue.Ref<{
45333
+ id: number | string;
45334
+ errorMessages: string[];
45335
+ }[], FieldValidationResult[] | {
45336
+ id: number | string;
45337
+ errorMessages: string[];
45338
+ }[]>;
45339
+ isDisabled: vue.ComputedRef<boolean>;
45340
+ isReadonly: vue.ComputedRef<boolean>;
45341
+ isValidating: vue.ShallowRef<boolean, boolean>;
45342
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45343
+ readonly externalValue: boolean | null;
45344
+ };
45345
+ items: vue.Ref<{
45346
+ id: number | string;
45347
+ validate: () => Promise<string[]>;
45348
+ reset: () => Promise<void>;
45349
+ resetValidation: () => Promise<void>;
45350
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45351
+ isValid: boolean | null;
45352
+ errorMessages: string[];
45353
+ }[], FormField[] | {
45354
+ id: number | string;
45355
+ validate: () => Promise<string[]>;
45356
+ reset: () => Promise<void>;
45357
+ resetValidation: () => Promise<void>;
45358
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45359
+ isValid: boolean | null;
45360
+ errorMessages: string[];
45361
+ }[]>;
45362
+ validate: () => Promise<{
45363
+ valid: boolean;
45364
+ errors: {
45365
+ id: number | string;
45366
+ errorMessages: string[];
45367
+ }[];
45368
+ }>;
45326
45369
  reset: () => void;
45327
45370
  resetValidation: () => void;
45328
45371
  }) => vue.VNodeChild);
45329
45372
  'v-slots'?: {
45330
45373
  default?: false | ((arg: {
45331
- errors: FieldValidationResult[];
45332
- isDisabled: boolean;
45333
- isReadonly: boolean;
45334
- isValidating: boolean;
45335
- isValid: boolean | null;
45336
- items: FormField[];
45337
- validate: () => Promise<FormValidationResult>;
45374
+ errors: vue.Ref<{
45375
+ id: number | string;
45376
+ errorMessages: string[];
45377
+ }[], FieldValidationResult[] | {
45378
+ id: number | string;
45379
+ errorMessages: string[];
45380
+ }[]>;
45381
+ isDisabled: vue.ComputedRef<boolean>;
45382
+ isReadonly: vue.ComputedRef<boolean>;
45383
+ isValidating: vue.ShallowRef<boolean, boolean>;
45384
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45385
+ readonly externalValue: boolean | null;
45386
+ };
45387
+ items: vue.Ref<{
45388
+ id: number | string;
45389
+ validate: () => Promise<string[]>;
45390
+ reset: () => Promise<void>;
45391
+ resetValidation: () => Promise<void>;
45392
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45393
+ isValid: boolean | null;
45394
+ errorMessages: string[];
45395
+ }[], FormField[] | {
45396
+ id: number | string;
45397
+ validate: () => Promise<string[]>;
45398
+ reset: () => Promise<void>;
45399
+ resetValidation: () => Promise<void>;
45400
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45401
+ isValid: boolean | null;
45402
+ errorMessages: string[];
45403
+ }[]>;
45404
+ validate: () => Promise<{
45405
+ valid: boolean;
45406
+ errors: {
45407
+ id: number | string;
45408
+ errorMessages: string[];
45409
+ }[];
45410
+ }>;
45338
45411
  reset: () => void;
45339
45412
  resetValidation: () => void;
45340
45413
  }) => vue.VNodeChild) | undefined;
45341
45414
  } | undefined;
45342
45415
  } & {
45343
45416
  "v-slot:default"?: false | ((arg: {
45344
- errors: FieldValidationResult[];
45345
- isDisabled: boolean;
45346
- isReadonly: boolean;
45347
- isValidating: boolean;
45348
- isValid: boolean | null;
45349
- items: FormField[];
45350
- validate: () => Promise<FormValidationResult>;
45417
+ errors: vue.Ref<{
45418
+ id: number | string;
45419
+ errorMessages: string[];
45420
+ }[], FieldValidationResult[] | {
45421
+ id: number | string;
45422
+ errorMessages: string[];
45423
+ }[]>;
45424
+ isDisabled: vue.ComputedRef<boolean>;
45425
+ isReadonly: vue.ComputedRef<boolean>;
45426
+ isValidating: vue.ShallowRef<boolean, boolean>;
45427
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45428
+ readonly externalValue: boolean | null;
45429
+ };
45430
+ items: vue.Ref<{
45431
+ id: number | string;
45432
+ validate: () => Promise<string[]>;
45433
+ reset: () => Promise<void>;
45434
+ resetValidation: () => Promise<void>;
45435
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45436
+ isValid: boolean | null;
45437
+ errorMessages: string[];
45438
+ }[], FormField[] | {
45439
+ id: number | string;
45440
+ validate: () => Promise<string[]>;
45441
+ reset: () => Promise<void>;
45442
+ resetValidation: () => Promise<void>;
45443
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45444
+ isValid: boolean | null;
45445
+ errorMessages: string[];
45446
+ }[]>;
45447
+ validate: () => Promise<{
45448
+ valid: boolean;
45449
+ errors: {
45450
+ id: number | string;
45451
+ errorMessages: string[];
45452
+ }[];
45453
+ }>;
45351
45454
  reset: () => void;
45352
45455
  resetValidation: () => void;
45353
45456
  }) => vue.VNodeChild) | undefined;
@@ -45448,13 +45551,43 @@ declare const VForm: {
45448
45551
  fastFail: boolean;
45449
45552
  }, true, {}, vue.SlotsType<Partial<{
45450
45553
  default: (arg: {
45451
- errors: FieldValidationResult[];
45452
- isDisabled: boolean;
45453
- isReadonly: boolean;
45454
- isValidating: boolean;
45455
- isValid: boolean | null;
45456
- items: FormField[];
45457
- validate: () => Promise<FormValidationResult>;
45554
+ errors: vue.Ref<{
45555
+ id: number | string;
45556
+ errorMessages: string[];
45557
+ }[], FieldValidationResult[] | {
45558
+ id: number | string;
45559
+ errorMessages: string[];
45560
+ }[]>;
45561
+ isDisabled: vue.ComputedRef<boolean>;
45562
+ isReadonly: vue.ComputedRef<boolean>;
45563
+ isValidating: vue.ShallowRef<boolean, boolean>;
45564
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45565
+ readonly externalValue: boolean | null;
45566
+ };
45567
+ items: vue.Ref<{
45568
+ id: number | string;
45569
+ validate: () => Promise<string[]>;
45570
+ reset: () => Promise<void>;
45571
+ resetValidation: () => Promise<void>;
45572
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45573
+ isValid: boolean | null;
45574
+ errorMessages: string[];
45575
+ }[], FormField[] | {
45576
+ id: number | string;
45577
+ validate: () => Promise<string[]>;
45578
+ reset: () => Promise<void>;
45579
+ resetValidation: () => Promise<void>;
45580
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45581
+ isValid: boolean | null;
45582
+ errorMessages: string[];
45583
+ }[]>;
45584
+ validate: () => Promise<{
45585
+ valid: boolean;
45586
+ errors: {
45587
+ id: number | string;
45588
+ errorMessages: string[];
45589
+ }[];
45590
+ }>;
45458
45591
  reset: () => void;
45459
45592
  resetValidation: () => void;
45460
45593
  }) => vue.VNode[];
@@ -45477,49 +45610,169 @@ declare const VForm: {
45477
45610
  } & {
45478
45611
  $children?: vue.VNodeChild | {
45479
45612
  default?: ((arg: {
45480
- errors: FieldValidationResult[];
45481
- isDisabled: boolean;
45482
- isReadonly: boolean;
45483
- isValidating: boolean;
45484
- isValid: boolean | null;
45485
- items: FormField[];
45486
- validate: () => Promise<FormValidationResult>;
45613
+ errors: vue.Ref<{
45614
+ id: number | string;
45615
+ errorMessages: string[];
45616
+ }[], FieldValidationResult[] | {
45617
+ id: number | string;
45618
+ errorMessages: string[];
45619
+ }[]>;
45620
+ isDisabled: vue.ComputedRef<boolean>;
45621
+ isReadonly: vue.ComputedRef<boolean>;
45622
+ isValidating: vue.ShallowRef<boolean, boolean>;
45623
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45624
+ readonly externalValue: boolean | null;
45625
+ };
45626
+ items: vue.Ref<{
45627
+ id: number | string;
45628
+ validate: () => Promise<string[]>;
45629
+ reset: () => Promise<void>;
45630
+ resetValidation: () => Promise<void>;
45631
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45632
+ isValid: boolean | null;
45633
+ errorMessages: string[];
45634
+ }[], FormField[] | {
45635
+ id: number | string;
45636
+ validate: () => Promise<string[]>;
45637
+ reset: () => Promise<void>;
45638
+ resetValidation: () => Promise<void>;
45639
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45640
+ isValid: boolean | null;
45641
+ errorMessages: string[];
45642
+ }[]>;
45643
+ validate: () => Promise<{
45644
+ valid: boolean;
45645
+ errors: {
45646
+ id: number | string;
45647
+ errorMessages: string[];
45648
+ }[];
45649
+ }>;
45487
45650
  reset: () => void;
45488
45651
  resetValidation: () => void;
45489
45652
  }) => vue.VNodeChild) | undefined;
45490
45653
  } | ((arg: {
45491
- errors: FieldValidationResult[];
45492
- isDisabled: boolean;
45493
- isReadonly: boolean;
45494
- isValidating: boolean;
45495
- isValid: boolean | null;
45496
- items: FormField[];
45497
- validate: () => Promise<FormValidationResult>;
45654
+ errors: vue.Ref<{
45655
+ id: number | string;
45656
+ errorMessages: string[];
45657
+ }[], FieldValidationResult[] | {
45658
+ id: number | string;
45659
+ errorMessages: string[];
45660
+ }[]>;
45661
+ isDisabled: vue.ComputedRef<boolean>;
45662
+ isReadonly: vue.ComputedRef<boolean>;
45663
+ isValidating: vue.ShallowRef<boolean, boolean>;
45664
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45665
+ readonly externalValue: boolean | null;
45666
+ };
45667
+ items: vue.Ref<{
45668
+ id: number | string;
45669
+ validate: () => Promise<string[]>;
45670
+ reset: () => Promise<void>;
45671
+ resetValidation: () => Promise<void>;
45672
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45673
+ isValid: boolean | null;
45674
+ errorMessages: string[];
45675
+ }[], FormField[] | {
45676
+ id: number | string;
45677
+ validate: () => Promise<string[]>;
45678
+ reset: () => Promise<void>;
45679
+ resetValidation: () => Promise<void>;
45680
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45681
+ isValid: boolean | null;
45682
+ errorMessages: string[];
45683
+ }[]>;
45684
+ validate: () => Promise<{
45685
+ valid: boolean;
45686
+ errors: {
45687
+ id: number | string;
45688
+ errorMessages: string[];
45689
+ }[];
45690
+ }>;
45498
45691
  reset: () => void;
45499
45692
  resetValidation: () => void;
45500
45693
  }) => vue.VNodeChild);
45501
45694
  'v-slots'?: {
45502
45695
  default?: false | ((arg: {
45503
- errors: FieldValidationResult[];
45504
- isDisabled: boolean;
45505
- isReadonly: boolean;
45506
- isValidating: boolean;
45507
- isValid: boolean | null;
45508
- items: FormField[];
45509
- validate: () => Promise<FormValidationResult>;
45696
+ errors: vue.Ref<{
45697
+ id: number | string;
45698
+ errorMessages: string[];
45699
+ }[], FieldValidationResult[] | {
45700
+ id: number | string;
45701
+ errorMessages: string[];
45702
+ }[]>;
45703
+ isDisabled: vue.ComputedRef<boolean>;
45704
+ isReadonly: vue.ComputedRef<boolean>;
45705
+ isValidating: vue.ShallowRef<boolean, boolean>;
45706
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45707
+ readonly externalValue: boolean | null;
45708
+ };
45709
+ items: vue.Ref<{
45710
+ id: number | string;
45711
+ validate: () => Promise<string[]>;
45712
+ reset: () => Promise<void>;
45713
+ resetValidation: () => Promise<void>;
45714
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45715
+ isValid: boolean | null;
45716
+ errorMessages: string[];
45717
+ }[], FormField[] | {
45718
+ id: number | string;
45719
+ validate: () => Promise<string[]>;
45720
+ reset: () => Promise<void>;
45721
+ resetValidation: () => Promise<void>;
45722
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45723
+ isValid: boolean | null;
45724
+ errorMessages: string[];
45725
+ }[]>;
45726
+ validate: () => Promise<{
45727
+ valid: boolean;
45728
+ errors: {
45729
+ id: number | string;
45730
+ errorMessages: string[];
45731
+ }[];
45732
+ }>;
45510
45733
  reset: () => void;
45511
45734
  resetValidation: () => void;
45512
45735
  }) => vue.VNodeChild) | undefined;
45513
45736
  } | undefined;
45514
45737
  } & {
45515
45738
  "v-slot:default"?: false | ((arg: {
45516
- errors: FieldValidationResult[];
45517
- isDisabled: boolean;
45518
- isReadonly: boolean;
45519
- isValidating: boolean;
45520
- isValid: boolean | null;
45521
- items: FormField[];
45522
- validate: () => Promise<FormValidationResult>;
45739
+ errors: vue.Ref<{
45740
+ id: number | string;
45741
+ errorMessages: string[];
45742
+ }[], FieldValidationResult[] | {
45743
+ id: number | string;
45744
+ errorMessages: string[];
45745
+ }[]>;
45746
+ isDisabled: vue.ComputedRef<boolean>;
45747
+ isReadonly: vue.ComputedRef<boolean>;
45748
+ isValidating: vue.ShallowRef<boolean, boolean>;
45749
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45750
+ readonly externalValue: boolean | null;
45751
+ };
45752
+ items: vue.Ref<{
45753
+ id: number | string;
45754
+ validate: () => Promise<string[]>;
45755
+ reset: () => Promise<void>;
45756
+ resetValidation: () => Promise<void>;
45757
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45758
+ isValid: boolean | null;
45759
+ errorMessages: string[];
45760
+ }[], FormField[] | {
45761
+ id: number | string;
45762
+ validate: () => Promise<string[]>;
45763
+ reset: () => Promise<void>;
45764
+ resetValidation: () => Promise<void>;
45765
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45766
+ isValid: boolean | null;
45767
+ errorMessages: string[];
45768
+ }[]>;
45769
+ validate: () => Promise<{
45770
+ valid: boolean;
45771
+ errors: {
45772
+ id: number | string;
45773
+ errorMessages: string[];
45774
+ }[];
45775
+ }>;
45523
45776
  reset: () => void;
45524
45777
  resetValidation: () => void;
45525
45778
  }) => vue.VNodeChild) | undefined;
@@ -45631,49 +45884,169 @@ declare const VForm: {
45631
45884
  } & {
45632
45885
  $children?: vue.VNodeChild | {
45633
45886
  default?: ((arg: {
45634
- errors: FieldValidationResult[];
45635
- isDisabled: boolean;
45636
- isReadonly: boolean;
45637
- isValidating: boolean;
45638
- isValid: boolean | null;
45639
- items: FormField[];
45640
- validate: () => Promise<FormValidationResult>;
45887
+ errors: vue.Ref<{
45888
+ id: number | string;
45889
+ errorMessages: string[];
45890
+ }[], FieldValidationResult[] | {
45891
+ id: number | string;
45892
+ errorMessages: string[];
45893
+ }[]>;
45894
+ isDisabled: vue.ComputedRef<boolean>;
45895
+ isReadonly: vue.ComputedRef<boolean>;
45896
+ isValidating: vue.ShallowRef<boolean, boolean>;
45897
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45898
+ readonly externalValue: boolean | null;
45899
+ };
45900
+ items: vue.Ref<{
45901
+ id: number | string;
45902
+ validate: () => Promise<string[]>;
45903
+ reset: () => Promise<void>;
45904
+ resetValidation: () => Promise<void>;
45905
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45906
+ isValid: boolean | null;
45907
+ errorMessages: string[];
45908
+ }[], FormField[] | {
45909
+ id: number | string;
45910
+ validate: () => Promise<string[]>;
45911
+ reset: () => Promise<void>;
45912
+ resetValidation: () => Promise<void>;
45913
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45914
+ isValid: boolean | null;
45915
+ errorMessages: string[];
45916
+ }[]>;
45917
+ validate: () => Promise<{
45918
+ valid: boolean;
45919
+ errors: {
45920
+ id: number | string;
45921
+ errorMessages: string[];
45922
+ }[];
45923
+ }>;
45641
45924
  reset: () => void;
45642
45925
  resetValidation: () => void;
45643
45926
  }) => vue.VNodeChild) | undefined;
45644
45927
  } | ((arg: {
45645
- errors: FieldValidationResult[];
45646
- isDisabled: boolean;
45647
- isReadonly: boolean;
45648
- isValidating: boolean;
45649
- isValid: boolean | null;
45650
- items: FormField[];
45651
- validate: () => Promise<FormValidationResult>;
45928
+ errors: vue.Ref<{
45929
+ id: number | string;
45930
+ errorMessages: string[];
45931
+ }[], FieldValidationResult[] | {
45932
+ id: number | string;
45933
+ errorMessages: string[];
45934
+ }[]>;
45935
+ isDisabled: vue.ComputedRef<boolean>;
45936
+ isReadonly: vue.ComputedRef<boolean>;
45937
+ isValidating: vue.ShallowRef<boolean, boolean>;
45938
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45939
+ readonly externalValue: boolean | null;
45940
+ };
45941
+ items: vue.Ref<{
45942
+ id: number | string;
45943
+ validate: () => Promise<string[]>;
45944
+ reset: () => Promise<void>;
45945
+ resetValidation: () => Promise<void>;
45946
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45947
+ isValid: boolean | null;
45948
+ errorMessages: string[];
45949
+ }[], FormField[] | {
45950
+ id: number | string;
45951
+ validate: () => Promise<string[]>;
45952
+ reset: () => Promise<void>;
45953
+ resetValidation: () => Promise<void>;
45954
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45955
+ isValid: boolean | null;
45956
+ errorMessages: string[];
45957
+ }[]>;
45958
+ validate: () => Promise<{
45959
+ valid: boolean;
45960
+ errors: {
45961
+ id: number | string;
45962
+ errorMessages: string[];
45963
+ }[];
45964
+ }>;
45652
45965
  reset: () => void;
45653
45966
  resetValidation: () => void;
45654
45967
  }) => vue.VNodeChild);
45655
45968
  'v-slots'?: {
45656
45969
  default?: false | ((arg: {
45657
- errors: FieldValidationResult[];
45658
- isDisabled: boolean;
45659
- isReadonly: boolean;
45660
- isValidating: boolean;
45661
- isValid: boolean | null;
45662
- items: FormField[];
45663
- validate: () => Promise<FormValidationResult>;
45970
+ errors: vue.Ref<{
45971
+ id: number | string;
45972
+ errorMessages: string[];
45973
+ }[], FieldValidationResult[] | {
45974
+ id: number | string;
45975
+ errorMessages: string[];
45976
+ }[]>;
45977
+ isDisabled: vue.ComputedRef<boolean>;
45978
+ isReadonly: vue.ComputedRef<boolean>;
45979
+ isValidating: vue.ShallowRef<boolean, boolean>;
45980
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45981
+ readonly externalValue: boolean | null;
45982
+ };
45983
+ items: vue.Ref<{
45984
+ id: number | string;
45985
+ validate: () => Promise<string[]>;
45986
+ reset: () => Promise<void>;
45987
+ resetValidation: () => Promise<void>;
45988
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45989
+ isValid: boolean | null;
45990
+ errorMessages: string[];
45991
+ }[], FormField[] | {
45992
+ id: number | string;
45993
+ validate: () => Promise<string[]>;
45994
+ reset: () => Promise<void>;
45995
+ resetValidation: () => Promise<void>;
45996
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45997
+ isValid: boolean | null;
45998
+ errorMessages: string[];
45999
+ }[]>;
46000
+ validate: () => Promise<{
46001
+ valid: boolean;
46002
+ errors: {
46003
+ id: number | string;
46004
+ errorMessages: string[];
46005
+ }[];
46006
+ }>;
45664
46007
  reset: () => void;
45665
46008
  resetValidation: () => void;
45666
46009
  }) => vue.VNodeChild) | undefined;
45667
46010
  } | undefined;
45668
46011
  } & {
45669
46012
  "v-slot:default"?: false | ((arg: {
45670
- errors: FieldValidationResult[];
45671
- isDisabled: boolean;
45672
- isReadonly: boolean;
45673
- isValidating: boolean;
45674
- isValid: boolean | null;
45675
- items: FormField[];
45676
- validate: () => Promise<FormValidationResult>;
46013
+ errors: vue.Ref<{
46014
+ id: number | string;
46015
+ errorMessages: string[];
46016
+ }[], FieldValidationResult[] | {
46017
+ id: number | string;
46018
+ errorMessages: string[];
46019
+ }[]>;
46020
+ isDisabled: vue.ComputedRef<boolean>;
46021
+ isReadonly: vue.ComputedRef<boolean>;
46022
+ isValidating: vue.ShallowRef<boolean, boolean>;
46023
+ isValid: vue.Ref<boolean | null, boolean | null> & {
46024
+ readonly externalValue: boolean | null;
46025
+ };
46026
+ items: vue.Ref<{
46027
+ id: number | string;
46028
+ validate: () => Promise<string[]>;
46029
+ reset: () => Promise<void>;
46030
+ resetValidation: () => Promise<void>;
46031
+ vm: vue.Raw<vue.ComponentInternalInstance>;
46032
+ isValid: boolean | null;
46033
+ errorMessages: string[];
46034
+ }[], FormField[] | {
46035
+ id: number | string;
46036
+ validate: () => Promise<string[]>;
46037
+ reset: () => Promise<void>;
46038
+ resetValidation: () => Promise<void>;
46039
+ vm: vue.Raw<vue.ComponentInternalInstance>;
46040
+ isValid: boolean | null;
46041
+ errorMessages: string[];
46042
+ }[]>;
46043
+ validate: () => Promise<{
46044
+ valid: boolean;
46045
+ errors: {
46046
+ id: number | string;
46047
+ errorMessages: string[];
46048
+ }[];
46049
+ }>;
45677
46050
  reset: () => void;
45678
46051
  resetValidation: () => void;
45679
46052
  }) => vue.VNodeChild) | undefined;
@@ -45774,13 +46147,43 @@ declare const VForm: {
45774
46147
  fastFail: boolean;
45775
46148
  }, {}, string, vue.SlotsType<Partial<{
45776
46149
  default: (arg: {
45777
- errors: FieldValidationResult[];
45778
- isDisabled: boolean;
45779
- isReadonly: boolean;
45780
- isValidating: boolean;
45781
- isValid: boolean | null;
45782
- items: FormField[];
45783
- validate: () => Promise<FormValidationResult>;
46150
+ errors: vue.Ref<{
46151
+ id: number | string;
46152
+ errorMessages: string[];
46153
+ }[], FieldValidationResult[] | {
46154
+ id: number | string;
46155
+ errorMessages: string[];
46156
+ }[]>;
46157
+ isDisabled: vue.ComputedRef<boolean>;
46158
+ isReadonly: vue.ComputedRef<boolean>;
46159
+ isValidating: vue.ShallowRef<boolean, boolean>;
46160
+ isValid: vue.Ref<boolean | null, boolean | null> & {
46161
+ readonly externalValue: boolean | null;
46162
+ };
46163
+ items: vue.Ref<{
46164
+ id: number | string;
46165
+ validate: () => Promise<string[]>;
46166
+ reset: () => Promise<void>;
46167
+ resetValidation: () => Promise<void>;
46168
+ vm: vue.Raw<vue.ComponentInternalInstance>;
46169
+ isValid: boolean | null;
46170
+ errorMessages: string[];
46171
+ }[], FormField[] | {
46172
+ id: number | string;
46173
+ validate: () => Promise<string[]>;
46174
+ reset: () => Promise<void>;
46175
+ resetValidation: () => Promise<void>;
46176
+ vm: vue.Raw<vue.ComponentInternalInstance>;
46177
+ isValid: boolean | null;
46178
+ errorMessages: string[];
46179
+ }[]>;
46180
+ validate: () => Promise<{
46181
+ valid: boolean;
46182
+ errors: {
46183
+ id: number | string;
46184
+ errorMessages: string[];
46185
+ }[];
46186
+ }>;
45784
46187
  reset: () => void;
45785
46188
  resetValidation: () => void;
45786
46189
  }) => vue.VNode[];
@@ -61917,20 +62320,17 @@ declare const VSelect: {
61917
62320
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
61918
62321
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
61919
62322
  item: (arg: {
61920
- item: unknown;
61921
- internalItem: ListItem<unknown>;
62323
+ item: ListItem<unknown>;
61922
62324
  index: number;
61923
62325
  props: Record<string, unknown>;
61924
62326
  }) => vue.VNode[];
61925
62327
  chip: (arg: {
61926
- item: unknown;
61927
- internalItem: ListItem<unknown>;
62328
+ item: ListItem<unknown>;
61928
62329
  index: number;
61929
62330
  props: Record<string, unknown>;
61930
62331
  }) => vue.VNode[];
61931
62332
  selection: (arg: {
61932
- item: unknown;
61933
- internalItem: ListItem<unknown>;
62333
+ item: ListItem<unknown>;
61934
62334
  index: number;
61935
62335
  }) => vue.VNode[];
61936
62336
  'prepend-item': () => vue.VNode[];
@@ -66661,20 +67061,17 @@ declare const VSelect: {
66661
67061
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
66662
67062
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
66663
67063
  item: (arg: {
66664
- item: unknown;
66665
- internalItem: ListItem<unknown>;
67064
+ item: ListItem<unknown>;
66666
67065
  index: number;
66667
67066
  props: Record<string, unknown>;
66668
67067
  }) => vue.VNode[];
66669
67068
  chip: (arg: {
66670
- item: unknown;
66671
- internalItem: ListItem<unknown>;
67069
+ item: ListItem<unknown>;
66672
67070
  index: number;
66673
67071
  props: Record<string, unknown>;
66674
67072
  }) => vue.VNode[];
66675
67073
  selection: (arg: {
66676
- item: unknown;
66677
- internalItem: ListItem<unknown>;
67074
+ item: ListItem<unknown>;
66678
67075
  index: number;
66679
67076
  }) => vue.VNode[];
66680
67077
  'prepend-item': () => vue.VNode[];
@@ -66691,20 +67088,17 @@ declare const VSelect: {
66691
67088
  "onUpdate:modelValue"?: (value: V) => void;
66692
67089
  }, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
66693
67090
  item: {
66694
- item: Item;
66695
- internalItem: ListItem<Item>;
67091
+ item: ListItem<Item>;
66696
67092
  index: number;
66697
67093
  props: Record<string, unknown>;
66698
67094
  };
66699
67095
  chip: {
66700
- item: Item;
66701
- internalItem: ListItem<Item>;
67096
+ item: ListItem<Item>;
66702
67097
  index: number;
66703
67098
  props: Record<string, unknown>;
66704
67099
  };
66705
67100
  selection: {
66706
- item: Item;
66707
- internalItem: ListItem<Item>;
67101
+ item: ListItem<Item>;
66708
67102
  index: number;
66709
67103
  };
66710
67104
  "prepend-item": never;
@@ -82400,7 +82794,6 @@ declare const VCalendar: {
82400
82794
  showAdjacentMonths: boolean;
82401
82795
  weekdays: CalendarWeekdays[];
82402
82796
  weeksInMonth: "static" | "dynamic";
82403
- firstDayOfWeek: string | number;
82404
82797
  intervalDivisions: number;
82405
82798
  intervalDuration: number;
82406
82799
  intervalHeight: number;
@@ -82417,6 +82810,7 @@ declare const VCalendar: {
82417
82810
  year?: string | number | undefined;
82418
82811
  events?: any[] | undefined;
82419
82812
  modelValue?: unknown[] | undefined;
82813
+ firstDayOfWeek?: string | number | undefined;
82420
82814
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
82421
82815
  displayValue?: unknown;
82422
82816
  dayIndex?: number | undefined;
@@ -82560,7 +82954,6 @@ declare const VCalendar: {
82560
82954
  showAdjacentMonths: boolean;
82561
82955
  weekdays: CalendarWeekdays[];
82562
82956
  weeksInMonth: "static" | "dynamic";
82563
- firstDayOfWeek: string | number;
82564
82957
  intervalDivisions: number;
82565
82958
  intervalDuration: number;
82566
82959
  intervalHeight: number;
@@ -82577,6 +82970,7 @@ declare const VCalendar: {
82577
82970
  year?: string | number | undefined;
82578
82971
  events?: any[] | undefined;
82579
82972
  modelValue?: unknown[] | undefined;
82973
+ firstDayOfWeek?: string | number | undefined;
82580
82974
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
82581
82975
  displayValue?: unknown;
82582
82976
  dayIndex?: number | undefined;
@@ -82704,7 +83098,6 @@ declare const VCalendar: {
82704
83098
  showAdjacentMonths: boolean;
82705
83099
  weekdays: CalendarWeekdays[];
82706
83100
  weeksInMonth: "static" | "dynamic";
82707
- firstDayOfWeek: string | number;
82708
83101
  intervalDivisions: number;
82709
83102
  intervalDuration: number;
82710
83103
  intervalHeight: number;
@@ -82721,6 +83114,7 @@ declare const VCalendar: {
82721
83114
  year?: string | number | undefined;
82722
83115
  events?: any[] | undefined;
82723
83116
  modelValue?: unknown[] | undefined;
83117
+ firstDayOfWeek?: string | number | undefined;
82724
83118
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
82725
83119
  displayValue?: unknown;
82726
83120
  dayIndex?: number | undefined;
@@ -82932,7 +83326,7 @@ declare const VCalendar: {
82932
83326
  };
82933
83327
  firstDayOfWeek: {
82934
83328
  type: (StringConstructor | NumberConstructor)[];
82935
- default: number;
83329
+ default: undefined;
82936
83330
  };
82937
83331
  hideHeader: BooleanConstructor;
82938
83332
  hideWeekNumber: BooleanConstructor;
@@ -83022,7 +83416,7 @@ declare const VCalendar: {
83022
83416
  };
83023
83417
  firstDayOfWeek: {
83024
83418
  type: (StringConstructor | NumberConstructor)[];
83025
- default: number;
83419
+ default: undefined;
83026
83420
  };
83027
83421
  hideHeader: BooleanConstructor;
83028
83422
  hideWeekNumber: BooleanConstructor;
@@ -83976,7 +84370,6 @@ declare const VDateInput: {
83976
84370
  showAdjacentMonths: boolean;
83977
84371
  weekdays: CalendarWeekdays[];
83978
84372
  weeksInMonth: "static" | "dynamic";
83979
- firstDayOfWeek: string | number;
83980
84373
  hideWeekdays: boolean;
83981
84374
  showWeek: boolean;
83982
84375
  } & {
@@ -84030,6 +84423,7 @@ declare const VDateInput: {
84030
84423
  suffix?: string | undefined;
84031
84424
  counterValue?: number | ((value: any) => number) | undefined;
84032
84425
  modelModifiers?: Record<string, boolean> | undefined;
84426
+ firstDayOfWeek?: string | number | undefined;
84033
84427
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
84034
84428
  displayFormat?: string | Function | undefined;
84035
84429
  } & {
@@ -86167,7 +86561,6 @@ declare const VDateInput: {
86167
86561
  showAdjacentMonths: boolean;
86168
86562
  weekdays: CalendarWeekdays[];
86169
86563
  weeksInMonth: "static" | "dynamic";
86170
- firstDayOfWeek: string | number;
86171
86564
  hideWeekdays: boolean;
86172
86565
  showWeek: boolean;
86173
86566
  } & {
@@ -86221,6 +86614,7 @@ declare const VDateInput: {
86221
86614
  suffix?: string | undefined;
86222
86615
  counterValue?: number | ((value: any) => number) | undefined;
86223
86616
  modelModifiers?: Record<string, boolean> | undefined;
86617
+ firstDayOfWeek?: string | number | undefined;
86224
86618
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
86225
86619
  displayFormat?: string | Function | undefined;
86226
86620
  } & {
@@ -88333,7 +88727,6 @@ declare const VDateInput: {
88333
88727
  showAdjacentMonths: boolean;
88334
88728
  weekdays: CalendarWeekdays[];
88335
88729
  weeksInMonth: "static" | "dynamic";
88336
- firstDayOfWeek: string | number;
88337
88730
  hideWeekdays: boolean;
88338
88731
  showWeek: boolean;
88339
88732
  } & {
@@ -88387,6 +88780,7 @@ declare const VDateInput: {
88387
88780
  suffix?: string | undefined;
88388
88781
  counterValue?: number | ((value: any) => number) | undefined;
88389
88782
  modelModifiers?: Record<string, boolean> | undefined;
88783
+ firstDayOfWeek?: string | number | undefined;
88390
88784
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
88391
88785
  displayFormat?: string | Function | undefined;
88392
88786
  } & {
@@ -90563,7 +90957,7 @@ declare const VDateInput: {
90563
90957
  };
90564
90958
  firstDayOfWeek: {
90565
90959
  type: (StringConstructor | NumberConstructor)[];
90566
- default: number;
90960
+ default: undefined;
90567
90961
  };
90568
90962
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
90569
90963
  hideWeekdays: BooleanConstructor;
@@ -90786,7 +91180,7 @@ declare const VDateInput: {
90786
91180
  };
90787
91181
  firstDayOfWeek: {
90788
91182
  type: (StringConstructor | NumberConstructor)[];
90789
- default: number;
91183
+ default: undefined;
90790
91184
  };
90791
91185
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
90792
91186
  hideWeekdays: BooleanConstructor;
@@ -96157,7 +96551,11 @@ declare const index_d$1_md1: typeof md1;
96157
96551
  declare const index_d$1_md2: typeof md2;
96158
96552
  declare const index_d$1_md3: typeof md3;
96159
96553
  declare namespace index_d$1 {
96160
- export { index_d$1_md1 as md1, index_d$1_md2 as md2, index_d$1_md3 as md3 };
96554
+ export {
96555
+ index_d$1_md1 as md1,
96556
+ index_d$1_md2 as md2,
96557
+ index_d$1_md3 as md3,
96558
+ };
96161
96559
  }
96162
96560
 
96163
96561
  interface ClickOutsideBindingArgs {
@@ -96278,7 +96676,16 @@ declare const index_d_Scroll: typeof Scroll;
96278
96676
  declare const index_d_Tooltip: typeof Tooltip;
96279
96677
  declare const index_d_Touch: typeof Touch;
96280
96678
  declare namespace index_d {
96281
- 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 };
96679
+ export {
96680
+ index_d_ClickOutside as ClickOutside,
96681
+ index_d_Intersect as Intersect,
96682
+ index_d_Mutate as Mutate,
96683
+ index_d_Resize as Resize,
96684
+ index_d_Ripple as Ripple,
96685
+ index_d_Scroll as Scroll,
96686
+ index_d_Tooltip as Tooltip,
96687
+ index_d_Touch as Touch,
96688
+ };
96282
96689
  }
96283
96690
 
96284
96691
  declare const version: string;
@@ -96340,6 +96747,7 @@ declare const createVuetify: (options?: VuetifyOptions) => {
96340
96747
  getDiff: (date: unknown, comparing: unknown, unit?: string) => number;
96341
96748
  getWeekArray: (date: unknown, firstDayOfWeek?: number | string) => unknown[][];
96342
96749
  getWeekdays: (firstDayOfWeek?: number | string) => string[];
96750
+ getWeek: (date: unknown, firstDayOfWeek?: number | string, firstWeekMinSize?: number) => number;
96343
96751
  getMonth: (date: unknown) => number;
96344
96752
  setMonth: (date: unknown, month: number) => unknown;
96345
96753
  getDate: (date: unknown) => number;
@@ -96392,13 +96800,16 @@ declare module 'vue' {
96392
96800
  $children?: VNodeChild
96393
96801
  }
96394
96802
  export interface GlobalComponents {
96395
- VAutocomplete: VAutocomplete
96396
96803
  VApp: VApp
96804
+ VAutocomplete: VAutocomplete
96397
96805
  VAppBar: VAppBar
96398
96806
  VAppBarNavIcon: VAppBarNavIcon
96399
96807
  VAppBarTitle: VAppBarTitle
96808
+ VAlert: VAlert
96809
+ VAlertTitle: VAlertTitle
96400
96810
  VAvatar: VAvatar
96401
96811
  VBadge: VBadge
96812
+ VBottomNavigation: VBottomNavigation
96402
96813
  VBottomSheet: VBottomSheet
96403
96814
  VBanner: VBanner
96404
96815
  VBannerActions: VBannerActions
@@ -96406,11 +96817,6 @@ declare module 'vue' {
96406
96817
  VBreadcrumbs: VBreadcrumbs
96407
96818
  VBreadcrumbsItem: VBreadcrumbsItem
96408
96819
  VBreadcrumbsDivider: VBreadcrumbsDivider
96409
- VBottomNavigation: VBottomNavigation
96410
- VAlert: VAlert
96411
- VAlertTitle: VAlertTitle
96412
- VBtnGroup: VBtnGroup
96413
- VBtn: VBtn
96414
96820
  VCard: VCard
96415
96821
  VCardActions: VCardActions
96416
96822
  VCardItem: VCardItem
@@ -96418,16 +96824,15 @@ declare module 'vue' {
96418
96824
  VCardText: VCardText
96419
96825
  VCardTitle: VCardTitle
96420
96826
  VBtnToggle: VBtnToggle
96421
- VCombobox: VCombobox
96422
- VCheckbox: VCheckbox
96423
- VCheckboxBtn: VCheckboxBtn
96424
96827
  VCarousel: VCarousel
96425
96828
  VCarouselItem: VCarouselItem
96426
- VChipGroup: VChipGroup
96427
- VColorPicker: VColorPicker
96428
- VDivider: VDivider
96429
- VCode: VCode
96829
+ VCheckbox: VCheckbox
96830
+ VCheckboxBtn: VCheckboxBtn
96831
+ VBtn: VBtn
96430
96832
  VChip: VChip
96833
+ VCode: VCode
96834
+ VColorPicker: VColorPicker
96835
+ VCounter: VCounter
96431
96836
  VDataTable: VDataTable
96432
96837
  VDataTableHeaders: VDataTableHeaders
96433
96838
  VDataTableFooter: VDataTableFooter
@@ -96441,30 +96846,30 @@ declare module 'vue' {
96441
96846
  VDatePickerMonth: VDatePickerMonth
96442
96847
  VDatePickerMonths: VDatePickerMonths
96443
96848
  VDatePickerYears: VDatePickerYears
96444
- VCounter: VCounter
96445
- VEmptyState: VEmptyState
96446
- VDialog: VDialog
96849
+ VChipGroup: VChipGroup
96850
+ VDivider: VDivider
96447
96851
  VExpansionPanels: VExpansionPanels
96448
96852
  VExpansionPanel: VExpansionPanel
96449
96853
  VExpansionPanelText: VExpansionPanelText
96450
96854
  VExpansionPanelTitle: VExpansionPanelTitle
96855
+ VEmptyState: VEmptyState
96856
+ VField: VField
96857
+ VFieldLabel: VFieldLabel
96858
+ VFileInput: VFileInput
96451
96859
  VFab: VFab
96452
96860
  VImg: VImg
96453
- VFileInput: VFileInput
96454
- VFooter: VFooter
96861
+ VBtnGroup: VBtnGroup
96862
+ VCombobox: VCombobox
96455
96863
  VIcon: VIcon
96456
96864
  VComponentIcon: VComponentIcon
96457
96865
  VSvgIcon: VSvgIcon
96458
96866
  VLigatureIcon: VLigatureIcon
96459
96867
  VClassIcon: VClassIcon
96868
+ VFooter: VFooter
96869
+ VInfiniteScroll: VInfiniteScroll
96460
96870
  VInput: VInput
96461
96871
  VKbd: VKbd
96462
- VItemGroup: VItemGroup
96463
- VItem: VItem
96464
96872
  VLabel: VLabel
96465
- VInfiniteScroll: VInfiniteScroll
96466
- VMenu: VMenu
96467
- VMain: VMain
96468
96873
  VList: VList
96469
96874
  VListGroup: VListGroup
96470
96875
  VListImg: VListImg
@@ -96474,72 +96879,77 @@ declare module 'vue' {
96474
96879
  VListItemSubtitle: VListItemSubtitle
96475
96880
  VListItemTitle: VListItemTitle
96476
96881
  VListSubheader: VListSubheader
96477
- VField: VField
96478
- VFieldLabel: VFieldLabel
96479
- VNavigationDrawer: VNavigationDrawer
96882
+ VMain: VMain
96480
96883
  VMessages: VMessages
96884
+ VItemGroup: VItemGroup
96885
+ VItem: VItem
96886
+ VDialog: VDialog
96481
96887
  VNumberInput: VNumberInput
96482
- VOtpInput: VOtpInput
96888
+ VNavigationDrawer: VNavigationDrawer
96889
+ VMenu: VMenu
96483
96890
  VOverlay: VOverlay
96891
+ VOtpInput: VOtpInput
96892
+ VProgressLinear: VProgressLinear
96484
96893
  VPagination: VPagination
96485
96894
  VRadioGroup: VRadioGroup
96895
+ VRating: VRating
96486
96896
  VProgressCircular: VProgressCircular
96487
- VProgressLinear: VProgressLinear
96897
+ VSelectionControlGroup: VSelectionControlGroup
96488
96898
  VSelect: VSelect
96489
- VRating: VRating
96490
- VSelectionControl: VSelectionControl
96491
96899
  VSheet: VSheet
96492
- VSelectionControlGroup: VSelectionControlGroup
96493
- VSlider: VSlider
96494
- VSkeletonLoader: VSkeletonLoader
96495
96900
  VSnackbar: VSnackbar
96901
+ VSkeletonLoader: VSkeletonLoader
96902
+ VSelectionControl: VSelectionControl
96903
+ VSlideGroup: VSlideGroup
96904
+ VSlideGroupItem: VSlideGroupItem
96496
96905
  VSwitch: VSwitch
96906
+ VSlider: VSlider
96497
96907
  VStepper: VStepper
96498
96908
  VStepperActions: VStepperActions
96499
96909
  VStepperHeader: VStepperHeader
96500
96910
  VStepperItem: VStepperItem
96501
96911
  VStepperWindow: VStepperWindow
96502
96912
  VStepperWindowItem: VStepperWindowItem
96503
- VSlideGroup: VSlideGroup
96504
- VSlideGroupItem: VSlideGroupItem
96505
- VSystemBar: VSystemBar
96506
96913
  VTab: VTab
96507
96914
  VTabs: VTabs
96508
96915
  VTabsWindow: VTabsWindow
96509
96916
  VTabsWindowItem: VTabsWindowItem
96510
- VTextarea: VTextarea
96511
96917
  VTable: VTable
96512
96918
  VTextField: VTextField
96919
+ VSystemBar: VSystemBar
96920
+ VTooltip: VTooltip
96921
+ VTextarea: VTextarea
96922
+ VTimeline: VTimeline
96923
+ VTimelineItem: VTimelineItem
96513
96924
  VToolbar: VToolbar
96514
96925
  VToolbarTitle: VToolbarTitle
96515
96926
  VToolbarItems: VToolbarItems
96516
96927
  VWindow: VWindow
96517
96928
  VWindowItem: VWindowItem
96518
- VTimeline: VTimeline
96519
- VTimelineItem: VTimelineItem
96520
- VTooltip: VTooltip
96521
- VConfirmEdit: VConfirmEdit
96929
+ VDataIterator: VDataIterator
96522
96930
  VDefaultsProvider: VDefaultsProvider
96523
96931
  VForm: VForm
96524
- VDataIterator: VDataIterator
96525
96932
  VContainer: VContainer
96526
96933
  VCol: VCol
96527
96934
  VRow: VRow
96528
96935
  VSpacer: VSpacer
96529
96936
  VHover: VHover
96530
- VLazy: VLazy
96531
96937
  VLayout: VLayout
96532
96938
  VLayoutItem: VLayoutItem
96533
96939
  VLocaleProvider: VLocaleProvider
96940
+ VLazy: VLazy
96534
96941
  VNoSsr: VNoSsr
96535
96942
  VParallax: VParallax
96536
96943
  VRadio: VRadio
96537
- VResponsive: VResponsive
96538
96944
  VRangeSlider: VRangeSlider
96539
- VSparkline: VSparkline
96540
- VSnackbarQueue: VSnackbarQueue
96541
96945
  VSpeedDial: VSpeedDial
96946
+ VSnackbarQueue: VSnackbarQueue
96947
+ VResponsive: VResponsive
96948
+ VSparkline: VSparkline
96949
+ VValidation: VValidation
96950
+ VVirtualScroll: VVirtualScroll
96542
96951
  VThemeProvider: VThemeProvider
96952
+ VConfirmEdit: VConfirmEdit
96543
96953
  VFabTransition: VFabTransition
96544
96954
  VDialogBottomTransition: VDialogBottomTransition
96545
96955
  VDialogTopTransition: VDialogTopTransition
@@ -96556,8 +96966,6 @@ declare module 'vue' {
96556
96966
  VExpandTransition: VExpandTransition
96557
96967
  VExpandXTransition: VExpandXTransition
96558
96968
  VDialogTransition: VDialogTransition
96559
- VValidation: VValidation
96560
- VVirtualScroll: VVirtualScroll
96561
96969
  VCalendar: VCalendar
96562
96970
  VCalendarDay: VCalendarDay
96563
96971
  VCalendarHeader: VCalendarHeader
@@ -96566,18 +96974,18 @@ declare module 'vue' {
96566
96974
  VCalendarMonthDay: VCalendarMonthDay
96567
96975
  VFileUpload: VFileUpload
96568
96976
  VFileUploadItem: VFileUploadItem
96977
+ VPicker: VPicker
96978
+ VPickerTitle: VPickerTitle
96569
96979
  VStepperVertical: VStepperVertical
96570
96980
  VStepperVerticalItem: VStepperVerticalItem
96571
96981
  VStepperVerticalActions: VStepperVerticalActions
96572
- VPicker: VPicker
96573
- VPickerTitle: VPickerTitle
96574
- VTreeview: VTreeview
96575
- VTreeviewItem: VTreeviewItem
96576
- VTreeviewGroup: VTreeviewGroup
96577
96982
  VIconBtn: VIconBtn
96578
96983
  VTimePicker: VTimePicker
96579
96984
  VTimePickerClock: VTimePickerClock
96580
96985
  VTimePickerControls: VTimePickerControls
96986
+ VTreeview: VTreeview
96987
+ VTreeviewItem: VTreeviewItem
96988
+ VTreeviewGroup: VTreeviewGroup
96581
96989
  VDateInput: VDateInput
96582
96990
  VPullToRefresh: VPullToRefresh
96583
96991
  }