@vuetify/nightly 3.8.1-master.2025-04-16 → 3.8.1-next.2025-04-18

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 (220) hide show
  1. package/CHANGELOG.md +36 -32
  2. package/dist/json/attributes.json +2908 -2908
  3. package/dist/json/importMap-labs.json +24 -24
  4. package/dist/json/importMap.json +176 -176
  5. package/dist/json/web-types.json +5479 -5439
  6. package/dist/vuetify-labs.cjs +346 -197
  7. package/dist/vuetify-labs.css +26018 -27768
  8. package/dist/vuetify-labs.d.ts +243 -646
  9. package/dist/vuetify-labs.esm.js +347 -198
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +346 -197
  12. package/dist/vuetify-labs.min.css +3 -4
  13. package/dist/vuetify.cjs +328 -173
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +22735 -24481
  16. package/dist/vuetify.d.ts +281 -684
  17. package/dist/vuetify.esm.js +329 -174
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +328 -173
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +3 -4
  22. package/dist/vuetify.min.js +1152 -1161
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/blueprints/md3.js +5 -18
  25. package/lib/blueprints/md3.js.map +1 -1
  26. package/lib/components/VAlert/VAlert.css +207 -215
  27. package/lib/components/VApp/VApp.css +16 -15
  28. package/lib/components/VAppBar/VAppBar.css +14 -12
  29. package/lib/components/VAutocomplete/VAutocomplete.css +85 -84
  30. package/lib/components/VAutocomplete/VAutocomplete.d.ts +18 -9
  31. package/lib/components/VAutocomplete/VAutocomplete.js +6 -3
  32. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  33. package/lib/components/VAvatar/VAvatar.css +108 -106
  34. package/lib/components/VBadge/VBadge.css +77 -77
  35. package/lib/components/VBanner/VBanner.css +161 -166
  36. package/lib/components/VBottomNavigation/VBottomNavigation.css +65 -64
  37. package/lib/components/VBottomSheet/VBottomSheet.css +34 -31
  38. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +54 -57
  39. package/lib/components/VBtn/VBtn.css +372 -408
  40. package/lib/components/VBtn/VBtn.sass +10 -23
  41. package/lib/components/VBtn/_variables.scss +1 -1
  42. package/lib/components/VBtnGroup/VBtnGroup.css +63 -64
  43. package/lib/components/VBtnToggle/VBtnToggle.css +16 -14
  44. package/lib/components/VCard/VCard.css +294 -302
  45. package/lib/components/VCarousel/VCarousel.css +63 -65
  46. package/lib/components/VCarousel/VCarousel.sass +1 -1
  47. package/lib/components/VCheckbox/VCheckbox.css +7 -5
  48. package/lib/components/VChip/VChip.css +378 -411
  49. package/lib/components/VChipGroup/VChipGroup.css +19 -18
  50. package/lib/components/VCode/VCode.css +10 -11
  51. package/lib/components/VCode/VCode.sass +0 -3
  52. package/lib/components/VColorPicker/VColorPicker.css +23 -23
  53. package/lib/components/VColorPicker/VColorPickerCanvas.css +24 -22
  54. package/lib/components/VColorPicker/VColorPickerEdit.css +29 -28
  55. package/lib/components/VColorPicker/VColorPickerPreview.css +69 -67
  56. package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -2
  57. package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
  58. package/lib/components/VCombobox/VCombobox.css +85 -84
  59. package/lib/components/VCombobox/VCombobox.d.ts +18 -9
  60. package/lib/components/VCombobox/VCombobox.js +6 -3
  61. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  62. package/lib/components/VCounter/VCounter.css +7 -5
  63. package/lib/components/VDataTable/VDataTable.css +189 -186
  64. package/lib/components/VDataTable/VDataTable.sass +21 -11
  65. package/lib/components/VDataTable/VDataTableFooter.css +33 -31
  66. package/lib/components/VDatePicker/VDatePicker.css +8 -6
  67. package/lib/components/VDatePicker/VDatePicker.d.ts +7 -7
  68. package/lib/components/VDatePicker/VDatePickerControls.css +55 -57
  69. package/lib/components/VDatePicker/VDatePickerHeader.css +56 -60
  70. package/lib/components/VDatePicker/VDatePickerMonth.css +51 -55
  71. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +7 -7
  72. package/lib/components/VDatePicker/VDatePickerMonths.css +20 -19
  73. package/lib/components/VDatePicker/VDatePickerYears.css +16 -15
  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 +62 -67
  77. package/lib/components/VExpansionPanel/VExpansionPanel.css +203 -209
  78. package/lib/components/VExpansionPanel/VExpansionPanel.sass +27 -25
  79. package/lib/components/VFab/VFab.css +78 -73
  80. package/lib/components/VFab/VFab.sass +5 -4
  81. package/lib/components/VField/VField.css +541 -589
  82. package/lib/components/VField/VField.sass +4 -11
  83. package/lib/components/VField/_variables.scss +1 -1
  84. package/lib/components/VFileInput/VFileInput.css +30 -28
  85. package/lib/components/VFooter/VFooter.css +38 -36
  86. package/lib/components/VForm/VForm.d.ts +111 -531
  87. package/lib/components/VForm/VForm.js +11 -1
  88. package/lib/components/VForm/VForm.js.map +1 -1
  89. package/lib/components/VGrid/VGrid.css +565 -592
  90. package/lib/components/VIcon/VIcon.css +52 -53
  91. package/lib/components/VImg/VImg.css +50 -51
  92. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +36 -37
  93. package/lib/components/VInput/VInput.css +136 -147
  94. package/lib/components/VItemGroup/VItemGroup.css +7 -5
  95. package/lib/components/VKbd/VKbd.css +13 -11
  96. package/lib/components/VLabel/VLabel.css +16 -15
  97. package/lib/components/VLayout/VLayout.css +10 -8
  98. package/lib/components/VLayout/VLayoutItem.css +8 -7
  99. package/lib/components/VList/VList.css +104 -108
  100. package/lib/components/VList/VList.sass +1 -1
  101. package/lib/components/VList/VListItem.css +440 -452
  102. package/lib/components/VList/VListItem.sass +2 -1
  103. package/lib/components/VLocaleProvider/VLocaleProvider.css +4 -2
  104. package/lib/components/VMain/VMain.css +32 -30
  105. package/lib/components/VMenu/VMenu.css +21 -19
  106. package/lib/components/VMessages/VMessages.css +17 -15
  107. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +102 -104
  108. package/lib/components/VNumberInput/VNumberInput.css +48 -46
  109. package/lib/components/VOtpInput/VOtpInput.css +56 -58
  110. package/lib/components/VOverlay/VOverlay.css +61 -64
  111. package/lib/components/VOverlay/VOverlay.sass +14 -13
  112. package/lib/components/VPagination/VPagination.css +10 -8
  113. package/lib/components/VParallax/VParallax.css +8 -6
  114. package/lib/components/VProgressCircular/VProgressCircular.css +95 -101
  115. package/lib/components/VProgressLinear/VProgressLinear.css +209 -222
  116. package/lib/components/VRadioGroup/VRadioGroup.css +14 -12
  117. package/lib/components/VRating/VRating.css +52 -53
  118. package/lib/components/VResponsive/VResponsive.css +25 -26
  119. package/lib/components/VSelect/VSelect.css +53 -51
  120. package/lib/components/VSelect/VSelect.d.ts +18 -9
  121. package/lib/components/VSelect/VSelect.js +6 -3
  122. package/lib/components/VSelect/VSelect.js.map +1 -1
  123. package/lib/components/VSelectionControl/VSelectionControl.css +98 -100
  124. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +10 -8
  125. package/lib/components/VSheet/VSheet.css +38 -36
  126. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +225 -224
  127. package/lib/components/VSlideGroup/VSlideGroup.css +53 -55
  128. package/lib/components/VSlider/VSlider.css +53 -57
  129. package/lib/components/VSlider/VSliderThumb.css +142 -153
  130. package/lib/components/VSlider/VSliderTrack.css +155 -174
  131. package/lib/components/VSnackbar/VSnackbar.css +140 -140
  132. package/lib/components/VSpeedDial/VSpeedDial.css +43 -41
  133. package/lib/components/VStepper/VStepper.css +55 -56
  134. package/lib/components/VStepper/VStepperItem.css +112 -115
  135. package/lib/components/VSwitch/VSwitch.css +129 -139
  136. package/lib/components/VSystemBar/VSystemBar.css +45 -43
  137. package/lib/components/VTable/VTable.css +140 -141
  138. package/lib/components/VTable/VTable.sass +4 -2
  139. package/lib/components/VTabs/VTab.css +30 -29
  140. package/lib/components/VTabs/VTabs.css +59 -65
  141. package/lib/components/VTextField/VTextField.css +77 -85
  142. package/lib/components/VTextarea/VTextarea.css +48 -40
  143. package/lib/components/VTextarea/VTextarea.sass +4 -2
  144. package/lib/components/VThemeProvider/VThemeProvider.css +5 -3
  145. package/lib/components/VTimeline/VTimeline.css +388 -427
  146. package/lib/components/VToolbar/VToolbar.css +137 -144
  147. package/lib/components/VTooltip/VTooltip.css +27 -23
  148. package/lib/components/VTooltip/VTooltip.sass +8 -6
  149. package/lib/components/VVirtualScroll/VVirtualScroll.css +11 -9
  150. package/lib/components/VWindow/VWindow.css +73 -70
  151. package/lib/composables/calendar.d.ts +2 -2
  152. package/lib/composables/calendar.js +7 -5
  153. package/lib/composables/calendar.js.map +1 -1
  154. package/lib/composables/date/DateAdapter.d.ts +0 -1
  155. package/lib/composables/date/DateAdapter.js.map +1 -1
  156. package/lib/composables/date/adapters/vuetify.d.ts +0 -1
  157. package/lib/composables/date/adapters/vuetify.js +160 -101
  158. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  159. package/lib/composables/date/date.d.ts +1 -1
  160. package/lib/composables/date/date.js +20 -0
  161. package/lib/composables/date/date.js.map +1 -1
  162. package/lib/composables/filter.js +1 -2
  163. package/lib/composables/filter.js.map +1 -1
  164. package/lib/composables/theme.d.ts +6 -1
  165. package/lib/composables/theme.js +98 -30
  166. package/lib/composables/theme.js.map +1 -1
  167. package/lib/composables/validation.js +0 -5
  168. package/lib/composables/validation.js.map +1 -1
  169. package/lib/composables/virtual.js +6 -1
  170. package/lib/composables/virtual.js.map +1 -1
  171. package/lib/directives/ripple/VRipple.css +38 -36
  172. package/lib/entry-bundler.d.ts +0 -1
  173. package/lib/entry-bundler.js +1 -1
  174. package/lib/entry-bundler.js.map +1 -1
  175. package/lib/framework.d.ts +70 -68
  176. package/lib/framework.js +1 -1
  177. package/lib/framework.js.map +1 -1
  178. package/lib/labs/VCalendar/VCalendar.css +219 -225
  179. package/lib/labs/VCalendar/VCalendar.d.ts +7 -7
  180. package/lib/labs/VCalendar/VCalendarDay.css +33 -32
  181. package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
  182. package/lib/labs/VCalendar/VCalendarInterval.css +43 -42
  183. package/lib/labs/VCalendar/VCalendarInterval.js +19 -25
  184. package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
  185. package/lib/labs/VCalendar/VCalendarIntervalEvent.css +7 -5
  186. package/lib/labs/VCalendar/VCalendarMonthDay.css +61 -58
  187. package/lib/labs/VCalendar/VCalendarMonthDay.sass +3 -2
  188. package/lib/labs/VDateInput/VDateInput.d.ts +7 -7
  189. package/lib/labs/VFileUpload/VFileUpload.css +74 -77
  190. package/lib/labs/VIconBtn/VIconBtn.css +162 -164
  191. package/lib/labs/VPicker/VPicker.css +58 -63
  192. package/lib/labs/VTimePicker/VTimePicker.css +9 -7
  193. package/lib/labs/VTimePicker/VTimePickerClock.css +126 -129
  194. package/lib/labs/VTimePicker/VTimePickerControls.css +102 -103
  195. package/lib/labs/VTreeview/VTreeviewItem.css +30 -28
  196. package/lib/labs/VTreeview/VTreeviewItem.sass +3 -2
  197. package/lib/labs/entry-bundler.d.ts +0 -1
  198. package/lib/styles/elements/_global.sass +1 -1
  199. package/lib/styles/generic/_colors.scss +3 -3
  200. package/lib/styles/generic/_layers.scss +13 -1
  201. package/lib/styles/generic/_reset.scss +0 -1
  202. package/lib/styles/generic/_transitions.scss +32 -32
  203. package/lib/styles/main.css +14668 -16143
  204. package/lib/styles/settings/_utilities.scss +0 -5
  205. package/lib/styles/settings/_variables.scss +2 -3
  206. package/lib/styles/tools/_border.sass +4 -4
  207. package/lib/styles/tools/_display.sass +0 -10
  208. package/lib/styles/tools/_elevation.sass +2 -2
  209. package/lib/styles/tools/_index.sass +0 -2
  210. package/lib/styles/tools/_layer.scss +4 -2
  211. package/lib/styles/tools/_position.sass +2 -2
  212. package/lib/styles/tools/_rounded.sass +2 -2
  213. package/lib/styles/tools/_utilities.sass +1 -5
  214. package/lib/styles/utilities/_elevation.scss +1 -1
  215. package/lib/util/globals.d.ts +1 -0
  216. package/lib/util/globals.js +1 -0
  217. package/lib/util/globals.js.map +1 -1
  218. package/package.json +45 -46
  219. package/lib/styles/tools/_bootable.sass +0 -3
  220. package/lib/styles/tools/_radius.sass +0 -10
@@ -39,7 +39,6 @@ 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;
43
42
  getMonth(date: T): number;
44
43
  setMonth(date: T, month: number): T;
45
44
  getDate(date: T): number;
@@ -133,11 +132,12 @@ type DeepPartial<T> = T extends object ? {
133
132
  } : T;
134
133
  type ThemeOptions = false | {
135
134
  cspNonce?: string;
136
- defaultTheme?: string;
135
+ defaultTheme?: 'light' | 'dark' | 'system' | string;
137
136
  variations?: false | VariationsOptions;
138
137
  themes?: Record<string, ThemeDefinition>;
139
138
  stylesheetId?: string;
140
139
  scope?: string;
140
+ unimportant?: boolean;
141
141
  };
142
142
  type ThemeDefinition = DeepPartial<InternalThemeDefinition>;
143
143
  interface VariationsOptions {
@@ -174,11 +174,15 @@ 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;
177
180
  readonly isDisabled: boolean;
178
181
  readonly themes: Ref<Record<string, InternalThemeDefinition>>;
179
182
  readonly name: Readonly<Ref<string>>;
180
183
  readonly current: DeepReadonly<Ref<InternalThemeDefinition>>;
181
184
  readonly computedThemes: DeepReadonly<Ref<Record<string, InternalThemeDefinition>>>;
185
+ readonly prefix: string;
182
186
  readonly themeClasses: Readonly<Ref<string | undefined>>;
183
187
  readonly styles: Readonly<Ref<string>>;
184
188
  readonly global: {
@@ -12634,17 +12638,20 @@ declare const VAutocomplete: {
12634
12638
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
12635
12639
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
12636
12640
  item: (arg: {
12637
- item: ListItem<unknown>;
12641
+ item: unknown;
12642
+ internalItem: ListItem<unknown>;
12638
12643
  index: number;
12639
12644
  props: Record<string, unknown>;
12640
12645
  }) => vue.VNode[];
12641
12646
  chip: (arg: {
12642
- item: ListItem<unknown>;
12647
+ item: unknown;
12648
+ internalItem: ListItem<unknown>;
12643
12649
  index: number;
12644
12650
  props: Record<string, unknown>;
12645
12651
  }) => vue.VNode[];
12646
12652
  selection: (arg: {
12647
- item: ListItem<unknown>;
12653
+ item: unknown;
12654
+ internalItem: ListItem<unknown>;
12648
12655
  index: number;
12649
12656
  }) => vue.VNode[];
12650
12657
  'prepend-item': () => vue.VNode[];
@@ -17414,17 +17421,20 @@ declare const VAutocomplete: {
17414
17421
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
17415
17422
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
17416
17423
  item: (arg: {
17417
- item: ListItem<unknown>;
17424
+ item: unknown;
17425
+ internalItem: ListItem<unknown>;
17418
17426
  index: number;
17419
17427
  props: Record<string, unknown>;
17420
17428
  }) => vue.VNode[];
17421
17429
  chip: (arg: {
17422
- item: ListItem<unknown>;
17430
+ item: unknown;
17431
+ internalItem: ListItem<unknown>;
17423
17432
  index: number;
17424
17433
  props: Record<string, unknown>;
17425
17434
  }) => vue.VNode[];
17426
17435
  selection: (arg: {
17427
- item: ListItem<unknown>;
17436
+ item: unknown;
17437
+ internalItem: ListItem<unknown>;
17428
17438
  index: number;
17429
17439
  }) => vue.VNode[];
17430
17440
  'prepend-item': () => vue.VNode[];
@@ -17441,17 +17451,20 @@ declare const VAutocomplete: {
17441
17451
  "onUpdate:modelValue"?: (value: V) => void;
17442
17452
  }, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
17443
17453
  item: {
17444
- item: ListItem<Item>;
17454
+ item: Item;
17455
+ internalItem: ListItem<Item>;
17445
17456
  index: number;
17446
17457
  props: Record<string, unknown>;
17447
17458
  };
17448
17459
  chip: {
17449
- item: ListItem<Item>;
17460
+ item: Item;
17461
+ internalItem: ListItem<Item>;
17450
17462
  index: number;
17451
17463
  props: Record<string, unknown>;
17452
17464
  };
17453
17465
  selection: {
17454
- item: ListItem<Item>;
17466
+ item: Item;
17467
+ internalItem: ListItem<Item>;
17455
17468
  index: number;
17456
17469
  };
17457
17470
  "prepend-item": never;
@@ -28667,17 +28680,20 @@ declare const VCombobox: {
28667
28680
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
28668
28681
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
28669
28682
  item: (arg: {
28670
- item: ListItem<unknown>;
28683
+ item: unknown;
28684
+ internalItem: ListItem<unknown>;
28671
28685
  index: number;
28672
28686
  props: Record<string, unknown>;
28673
28687
  }) => vue.VNode[];
28674
28688
  chip: (arg: {
28675
- item: ListItem<unknown>;
28689
+ item: unknown;
28690
+ internalItem: ListItem<unknown>;
28676
28691
  index: number;
28677
28692
  props: Record<string, unknown>;
28678
28693
  }) => vue.VNode[];
28679
28694
  selection: (arg: {
28680
- item: ListItem<unknown>;
28695
+ item: unknown;
28696
+ internalItem: ListItem<unknown>;
28681
28697
  index: number;
28682
28698
  }) => vue.VNode[];
28683
28699
  'prepend-item': () => vue.VNode[];
@@ -33443,17 +33459,20 @@ declare const VCombobox: {
33443
33459
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
33444
33460
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
33445
33461
  item: (arg: {
33446
- item: ListItem<unknown>;
33462
+ item: unknown;
33463
+ internalItem: ListItem<unknown>;
33447
33464
  index: number;
33448
33465
  props: Record<string, unknown>;
33449
33466
  }) => vue.VNode[];
33450
33467
  chip: (arg: {
33451
- item: ListItem<unknown>;
33468
+ item: unknown;
33469
+ internalItem: ListItem<unknown>;
33452
33470
  index: number;
33453
33471
  props: Record<string, unknown>;
33454
33472
  }) => vue.VNode[];
33455
33473
  selection: (arg: {
33456
- item: ListItem<unknown>;
33474
+ item: unknown;
33475
+ internalItem: ListItem<unknown>;
33457
33476
  index: number;
33458
33477
  }) => vue.VNode[];
33459
33478
  'prepend-item': () => vue.VNode[];
@@ -33470,17 +33489,20 @@ declare const VCombobox: {
33470
33489
  "onUpdate:modelValue"?: (value: V) => void;
33471
33490
  }, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
33472
33491
  item: {
33473
- item: ListItem<Item>;
33492
+ item: Item;
33493
+ internalItem: ListItem<Item>;
33474
33494
  index: number;
33475
33495
  props: Record<string, unknown>;
33476
33496
  };
33477
33497
  chip: {
33478
- item: ListItem<Item>;
33498
+ item: Item;
33499
+ internalItem: ListItem<Item>;
33479
33500
  index: number;
33480
33501
  props: Record<string, unknown>;
33481
33502
  };
33482
33503
  selection: {
33483
- item: ListItem<Item>;
33504
+ item: Item;
33505
+ internalItem: ListItem<Item>;
33484
33506
  index: number;
33485
33507
  };
33486
33508
  "prepend-item": never;
@@ -38129,6 +38151,7 @@ declare const VDatePicker: {
38129
38151
  showAdjacentMonths: boolean;
38130
38152
  weekdays: CalendarWeekdays[];
38131
38153
  weeksInMonth: "static" | "dynamic";
38154
+ firstDayOfWeek: string | number;
38132
38155
  hideWeekdays: boolean;
38133
38156
  showWeek: boolean;
38134
38157
  } & {
@@ -38155,7 +38178,6 @@ declare const VDatePicker: {
38155
38178
  bgColor?: string | undefined;
38156
38179
  controlHeight?: string | number | undefined;
38157
38180
  headerColor?: string | undefined;
38158
- firstDayOfWeek?: string | number | undefined;
38159
38181
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38160
38182
  } & {
38161
38183
  "onUpdate:month"?: ((date: any) => any) | undefined;
@@ -38224,6 +38246,7 @@ declare const VDatePicker: {
38224
38246
  showAdjacentMonths: boolean;
38225
38247
  weekdays: CalendarWeekdays[];
38226
38248
  weeksInMonth: "static" | "dynamic";
38249
+ firstDayOfWeek: string | number;
38227
38250
  hideWeekdays: boolean;
38228
38251
  showWeek: boolean;
38229
38252
  } & {
@@ -38250,7 +38273,6 @@ declare const VDatePicker: {
38250
38273
  bgColor?: string | undefined;
38251
38274
  controlHeight?: string | number | undefined;
38252
38275
  headerColor?: string | undefined;
38253
- firstDayOfWeek?: string | number | undefined;
38254
38276
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38255
38277
  } & {
38256
38278
  "onUpdate:month"?: ((date: any) => any) | undefined;
@@ -38303,6 +38325,7 @@ declare const VDatePicker: {
38303
38325
  showAdjacentMonths: boolean;
38304
38326
  weekdays: CalendarWeekdays[];
38305
38327
  weeksInMonth: "static" | "dynamic";
38328
+ firstDayOfWeek: string | number;
38306
38329
  hideWeekdays: boolean;
38307
38330
  showWeek: boolean;
38308
38331
  } & {
@@ -38329,7 +38352,6 @@ declare const VDatePicker: {
38329
38352
  bgColor?: string | undefined;
38330
38353
  controlHeight?: string | number | undefined;
38331
38354
  headerColor?: string | undefined;
38332
- firstDayOfWeek?: string | number | undefined;
38333
38355
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38334
38356
  } & {
38335
38357
  "onUpdate:month"?: ((date: any) => any) | undefined;
@@ -38440,7 +38462,7 @@ declare const VDatePicker: {
38440
38462
  };
38441
38463
  firstDayOfWeek: {
38442
38464
  type: (StringConstructor | NumberConstructor)[];
38443
- default: undefined;
38465
+ default: number;
38444
38466
  };
38445
38467
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
38446
38468
  hideWeekdays: BooleanConstructor;
@@ -38545,7 +38567,7 @@ declare const VDatePicker: {
38545
38567
  };
38546
38568
  firstDayOfWeek: {
38547
38569
  type: (StringConstructor | NumberConstructor)[];
38548
- default: undefined;
38570
+ default: number;
38549
38571
  };
38550
38572
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
38551
38573
  hideWeekdays: BooleanConstructor;
@@ -38891,6 +38913,7 @@ declare const VDatePickerMonth: {
38891
38913
  showAdjacentMonths: boolean;
38892
38914
  weekdays: CalendarWeekdays[];
38893
38915
  weeksInMonth: "static" | "dynamic";
38916
+ firstDayOfWeek: string | number;
38894
38917
  hideWeekdays: boolean;
38895
38918
  showWeek: boolean;
38896
38919
  } & {
@@ -38901,7 +38924,6 @@ declare const VDatePickerMonth: {
38901
38924
  month?: string | number | undefined;
38902
38925
  year?: string | number | undefined;
38903
38926
  modelValue?: unknown[] | undefined;
38904
- firstDayOfWeek?: string | number | undefined;
38905
38927
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38906
38928
  } & {
38907
38929
  $children?: {} | vue.VNodeChild | {
@@ -38970,6 +38992,7 @@ declare const VDatePickerMonth: {
38970
38992
  showAdjacentMonths: boolean;
38971
38993
  weekdays: CalendarWeekdays[];
38972
38994
  weeksInMonth: "static" | "dynamic";
38995
+ firstDayOfWeek: string | number;
38973
38996
  hideWeekdays: boolean;
38974
38997
  showWeek: boolean;
38975
38998
  } & {
@@ -38980,7 +39003,6 @@ declare const VDatePickerMonth: {
38980
39003
  month?: string | number | undefined;
38981
39004
  year?: string | number | undefined;
38982
39005
  modelValue?: unknown[] | undefined;
38983
- firstDayOfWeek?: string | number | undefined;
38984
39006
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38985
39007
  } & {
38986
39008
  $children?: {} | vue.VNodeChild | {
@@ -39034,6 +39056,7 @@ declare const VDatePickerMonth: {
39034
39056
  showAdjacentMonths: boolean;
39035
39057
  weekdays: CalendarWeekdays[];
39036
39058
  weeksInMonth: "static" | "dynamic";
39059
+ firstDayOfWeek: string | number;
39037
39060
  hideWeekdays: boolean;
39038
39061
  showWeek: boolean;
39039
39062
  } & {
@@ -39044,7 +39067,6 @@ declare const VDatePickerMonth: {
39044
39067
  month?: string | number | undefined;
39045
39068
  year?: string | number | undefined;
39046
39069
  modelValue?: unknown[] | undefined;
39047
- firstDayOfWeek?: string | number | undefined;
39048
39070
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
39049
39071
  } & {
39050
39072
  $children?: {} | vue.VNodeChild | {
@@ -39120,7 +39142,7 @@ declare const VDatePickerMonth: {
39120
39142
  };
39121
39143
  firstDayOfWeek: {
39122
39144
  type: (StringConstructor | NumberConstructor)[];
39123
- default: undefined;
39145
+ default: number;
39124
39146
  };
39125
39147
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
39126
39148
  color: StringConstructor;
@@ -39156,7 +39178,7 @@ declare const VDatePickerMonth: {
39156
39178
  };
39157
39179
  firstDayOfWeek: {
39158
39180
  type: (StringConstructor | NumberConstructor)[];
39159
- default: undefined;
39181
+ default: number;
39160
39182
  };
39161
39183
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
39162
39184
  color: StringConstructor;
@@ -45283,169 +45305,49 @@ declare const VForm: {
45283
45305
  } & {
45284
45306
  $children?: vue.VNodeChild | {
45285
45307
  default?: ((arg: {
45286
- errors: vue.Ref<{
45287
- id: number | string;
45288
- errorMessages: string[];
45289
- }[], FieldValidationResult[] | {
45290
- id: number | string;
45291
- errorMessages: string[];
45292
- }[]>;
45293
- isDisabled: vue.ComputedRef<boolean>;
45294
- isReadonly: vue.ComputedRef<boolean>;
45295
- isValidating: vue.ShallowRef<boolean, boolean>;
45296
- isValid: vue.Ref<boolean | null, boolean | null> & {
45297
- readonly externalValue: boolean | null;
45298
- };
45299
- items: vue.Ref<{
45300
- id: number | string;
45301
- validate: () => Promise<string[]>;
45302
- reset: () => Promise<void>;
45303
- resetValidation: () => Promise<void>;
45304
- vm: vue.Raw<vue.ComponentInternalInstance>;
45305
- isValid: boolean | null;
45306
- errorMessages: string[];
45307
- }[], FormField[] | {
45308
- id: number | string;
45309
- validate: () => Promise<string[]>;
45310
- reset: () => Promise<void>;
45311
- resetValidation: () => Promise<void>;
45312
- vm: vue.Raw<vue.ComponentInternalInstance>;
45313
- isValid: boolean | null;
45314
- errorMessages: string[];
45315
- }[]>;
45316
- validate: () => Promise<{
45317
- valid: boolean;
45318
- errors: {
45319
- id: number | string;
45320
- errorMessages: string[];
45321
- }[];
45322
- }>;
45308
+ errors: FieldValidationResult[];
45309
+ isDisabled: boolean;
45310
+ isReadonly: boolean;
45311
+ isValidating: boolean;
45312
+ isValid: boolean | null;
45313
+ items: FormField[];
45314
+ validate: () => Promise<FormValidationResult>;
45323
45315
  reset: () => void;
45324
45316
  resetValidation: () => void;
45325
45317
  }) => vue.VNodeChild) | undefined;
45326
45318
  } | ((arg: {
45327
- errors: vue.Ref<{
45328
- id: number | string;
45329
- errorMessages: string[];
45330
- }[], FieldValidationResult[] | {
45331
- id: number | string;
45332
- errorMessages: string[];
45333
- }[]>;
45334
- isDisabled: vue.ComputedRef<boolean>;
45335
- isReadonly: vue.ComputedRef<boolean>;
45336
- isValidating: vue.ShallowRef<boolean, boolean>;
45337
- isValid: vue.Ref<boolean | null, boolean | null> & {
45338
- readonly externalValue: boolean | null;
45339
- };
45340
- items: vue.Ref<{
45341
- id: number | string;
45342
- validate: () => Promise<string[]>;
45343
- reset: () => Promise<void>;
45344
- resetValidation: () => Promise<void>;
45345
- vm: vue.Raw<vue.ComponentInternalInstance>;
45346
- isValid: boolean | null;
45347
- errorMessages: string[];
45348
- }[], FormField[] | {
45349
- id: number | string;
45350
- validate: () => Promise<string[]>;
45351
- reset: () => Promise<void>;
45352
- resetValidation: () => Promise<void>;
45353
- vm: vue.Raw<vue.ComponentInternalInstance>;
45354
- isValid: boolean | null;
45355
- errorMessages: string[];
45356
- }[]>;
45357
- validate: () => Promise<{
45358
- valid: boolean;
45359
- errors: {
45360
- id: number | string;
45361
- errorMessages: string[];
45362
- }[];
45363
- }>;
45319
+ errors: FieldValidationResult[];
45320
+ isDisabled: boolean;
45321
+ isReadonly: boolean;
45322
+ isValidating: boolean;
45323
+ isValid: boolean | null;
45324
+ items: FormField[];
45325
+ validate: () => Promise<FormValidationResult>;
45364
45326
  reset: () => void;
45365
45327
  resetValidation: () => void;
45366
45328
  }) => vue.VNodeChild);
45367
45329
  'v-slots'?: {
45368
45330
  default?: false | ((arg: {
45369
- errors: vue.Ref<{
45370
- id: number | string;
45371
- errorMessages: string[];
45372
- }[], FieldValidationResult[] | {
45373
- id: number | string;
45374
- errorMessages: string[];
45375
- }[]>;
45376
- isDisabled: vue.ComputedRef<boolean>;
45377
- isReadonly: vue.ComputedRef<boolean>;
45378
- isValidating: vue.ShallowRef<boolean, boolean>;
45379
- isValid: vue.Ref<boolean | null, boolean | null> & {
45380
- readonly externalValue: boolean | null;
45381
- };
45382
- items: vue.Ref<{
45383
- id: number | string;
45384
- validate: () => Promise<string[]>;
45385
- reset: () => Promise<void>;
45386
- resetValidation: () => Promise<void>;
45387
- vm: vue.Raw<vue.ComponentInternalInstance>;
45388
- isValid: boolean | null;
45389
- errorMessages: string[];
45390
- }[], FormField[] | {
45391
- id: number | string;
45392
- validate: () => Promise<string[]>;
45393
- reset: () => Promise<void>;
45394
- resetValidation: () => Promise<void>;
45395
- vm: vue.Raw<vue.ComponentInternalInstance>;
45396
- isValid: boolean | null;
45397
- errorMessages: string[];
45398
- }[]>;
45399
- validate: () => Promise<{
45400
- valid: boolean;
45401
- errors: {
45402
- id: number | string;
45403
- errorMessages: string[];
45404
- }[];
45405
- }>;
45331
+ errors: FieldValidationResult[];
45332
+ isDisabled: boolean;
45333
+ isReadonly: boolean;
45334
+ isValidating: boolean;
45335
+ isValid: boolean | null;
45336
+ items: FormField[];
45337
+ validate: () => Promise<FormValidationResult>;
45406
45338
  reset: () => void;
45407
45339
  resetValidation: () => void;
45408
45340
  }) => vue.VNodeChild) | undefined;
45409
45341
  } | undefined;
45410
45342
  } & {
45411
45343
  "v-slot:default"?: false | ((arg: {
45412
- errors: vue.Ref<{
45413
- id: number | string;
45414
- errorMessages: string[];
45415
- }[], FieldValidationResult[] | {
45416
- id: number | string;
45417
- errorMessages: string[];
45418
- }[]>;
45419
- isDisabled: vue.ComputedRef<boolean>;
45420
- isReadonly: vue.ComputedRef<boolean>;
45421
- isValidating: vue.ShallowRef<boolean, boolean>;
45422
- isValid: vue.Ref<boolean | null, boolean | null> & {
45423
- readonly externalValue: boolean | null;
45424
- };
45425
- items: vue.Ref<{
45426
- id: number | string;
45427
- validate: () => Promise<string[]>;
45428
- reset: () => Promise<void>;
45429
- resetValidation: () => Promise<void>;
45430
- vm: vue.Raw<vue.ComponentInternalInstance>;
45431
- isValid: boolean | null;
45432
- errorMessages: string[];
45433
- }[], FormField[] | {
45434
- id: number | string;
45435
- validate: () => Promise<string[]>;
45436
- reset: () => Promise<void>;
45437
- resetValidation: () => Promise<void>;
45438
- vm: vue.Raw<vue.ComponentInternalInstance>;
45439
- isValid: boolean | null;
45440
- errorMessages: string[];
45441
- }[]>;
45442
- validate: () => Promise<{
45443
- valid: boolean;
45444
- errors: {
45445
- id: number | string;
45446
- errorMessages: string[];
45447
- }[];
45448
- }>;
45344
+ errors: FieldValidationResult[];
45345
+ isDisabled: boolean;
45346
+ isReadonly: boolean;
45347
+ isValidating: boolean;
45348
+ isValid: boolean | null;
45349
+ items: FormField[];
45350
+ validate: () => Promise<FormValidationResult>;
45449
45351
  reset: () => void;
45450
45352
  resetValidation: () => void;
45451
45353
  }) => vue.VNodeChild) | undefined;
@@ -45546,43 +45448,13 @@ declare const VForm: {
45546
45448
  fastFail: boolean;
45547
45449
  }, true, {}, vue.SlotsType<Partial<{
45548
45450
  default: (arg: {
45549
- errors: vue.Ref<{
45550
- id: number | string;
45551
- errorMessages: string[];
45552
- }[], FieldValidationResult[] | {
45553
- id: number | string;
45554
- errorMessages: string[];
45555
- }[]>;
45556
- isDisabled: vue.ComputedRef<boolean>;
45557
- isReadonly: vue.ComputedRef<boolean>;
45558
- isValidating: vue.ShallowRef<boolean, boolean>;
45559
- isValid: vue.Ref<boolean | null, boolean | null> & {
45560
- readonly externalValue: boolean | null;
45561
- };
45562
- items: vue.Ref<{
45563
- id: number | string;
45564
- validate: () => Promise<string[]>;
45565
- reset: () => Promise<void>;
45566
- resetValidation: () => Promise<void>;
45567
- vm: vue.Raw<vue.ComponentInternalInstance>;
45568
- isValid: boolean | null;
45569
- errorMessages: string[];
45570
- }[], FormField[] | {
45571
- id: number | string;
45572
- validate: () => Promise<string[]>;
45573
- reset: () => Promise<void>;
45574
- resetValidation: () => Promise<void>;
45575
- vm: vue.Raw<vue.ComponentInternalInstance>;
45576
- isValid: boolean | null;
45577
- errorMessages: string[];
45578
- }[]>;
45579
- validate: () => Promise<{
45580
- valid: boolean;
45581
- errors: {
45582
- id: number | string;
45583
- errorMessages: string[];
45584
- }[];
45585
- }>;
45451
+ errors: FieldValidationResult[];
45452
+ isDisabled: boolean;
45453
+ isReadonly: boolean;
45454
+ isValidating: boolean;
45455
+ isValid: boolean | null;
45456
+ items: FormField[];
45457
+ validate: () => Promise<FormValidationResult>;
45586
45458
  reset: () => void;
45587
45459
  resetValidation: () => void;
45588
45460
  }) => vue.VNode[];
@@ -45605,169 +45477,49 @@ declare const VForm: {
45605
45477
  } & {
45606
45478
  $children?: vue.VNodeChild | {
45607
45479
  default?: ((arg: {
45608
- errors: vue.Ref<{
45609
- id: number | string;
45610
- errorMessages: string[];
45611
- }[], FieldValidationResult[] | {
45612
- id: number | string;
45613
- errorMessages: string[];
45614
- }[]>;
45615
- isDisabled: vue.ComputedRef<boolean>;
45616
- isReadonly: vue.ComputedRef<boolean>;
45617
- isValidating: vue.ShallowRef<boolean, boolean>;
45618
- isValid: vue.Ref<boolean | null, boolean | null> & {
45619
- readonly externalValue: boolean | null;
45620
- };
45621
- items: vue.Ref<{
45622
- id: number | string;
45623
- validate: () => Promise<string[]>;
45624
- reset: () => Promise<void>;
45625
- resetValidation: () => Promise<void>;
45626
- vm: vue.Raw<vue.ComponentInternalInstance>;
45627
- isValid: boolean | null;
45628
- errorMessages: string[];
45629
- }[], FormField[] | {
45630
- id: number | string;
45631
- validate: () => Promise<string[]>;
45632
- reset: () => Promise<void>;
45633
- resetValidation: () => Promise<void>;
45634
- vm: vue.Raw<vue.ComponentInternalInstance>;
45635
- isValid: boolean | null;
45636
- errorMessages: string[];
45637
- }[]>;
45638
- validate: () => Promise<{
45639
- valid: boolean;
45640
- errors: {
45641
- id: number | string;
45642
- errorMessages: string[];
45643
- }[];
45644
- }>;
45480
+ errors: FieldValidationResult[];
45481
+ isDisabled: boolean;
45482
+ isReadonly: boolean;
45483
+ isValidating: boolean;
45484
+ isValid: boolean | null;
45485
+ items: FormField[];
45486
+ validate: () => Promise<FormValidationResult>;
45645
45487
  reset: () => void;
45646
45488
  resetValidation: () => void;
45647
45489
  }) => vue.VNodeChild) | undefined;
45648
45490
  } | ((arg: {
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
- }>;
45491
+ errors: FieldValidationResult[];
45492
+ isDisabled: boolean;
45493
+ isReadonly: boolean;
45494
+ isValidating: boolean;
45495
+ isValid: boolean | null;
45496
+ items: FormField[];
45497
+ validate: () => Promise<FormValidationResult>;
45686
45498
  reset: () => void;
45687
45499
  resetValidation: () => void;
45688
45500
  }) => vue.VNodeChild);
45689
45501
  'v-slots'?: {
45690
45502
  default?: false | ((arg: {
45691
- errors: vue.Ref<{
45692
- id: number | string;
45693
- errorMessages: string[];
45694
- }[], FieldValidationResult[] | {
45695
- id: number | string;
45696
- errorMessages: string[];
45697
- }[]>;
45698
- isDisabled: vue.ComputedRef<boolean>;
45699
- isReadonly: vue.ComputedRef<boolean>;
45700
- isValidating: vue.ShallowRef<boolean, boolean>;
45701
- isValid: vue.Ref<boolean | null, boolean | null> & {
45702
- readonly externalValue: boolean | null;
45703
- };
45704
- items: vue.Ref<{
45705
- id: number | string;
45706
- validate: () => Promise<string[]>;
45707
- reset: () => Promise<void>;
45708
- resetValidation: () => Promise<void>;
45709
- vm: vue.Raw<vue.ComponentInternalInstance>;
45710
- isValid: boolean | null;
45711
- errorMessages: string[];
45712
- }[], FormField[] | {
45713
- id: number | string;
45714
- validate: () => Promise<string[]>;
45715
- reset: () => Promise<void>;
45716
- resetValidation: () => Promise<void>;
45717
- vm: vue.Raw<vue.ComponentInternalInstance>;
45718
- isValid: boolean | null;
45719
- errorMessages: string[];
45720
- }[]>;
45721
- validate: () => Promise<{
45722
- valid: boolean;
45723
- errors: {
45724
- id: number | string;
45725
- errorMessages: string[];
45726
- }[];
45727
- }>;
45503
+ errors: FieldValidationResult[];
45504
+ isDisabled: boolean;
45505
+ isReadonly: boolean;
45506
+ isValidating: boolean;
45507
+ isValid: boolean | null;
45508
+ items: FormField[];
45509
+ validate: () => Promise<FormValidationResult>;
45728
45510
  reset: () => void;
45729
45511
  resetValidation: () => void;
45730
45512
  }) => vue.VNodeChild) | undefined;
45731
45513
  } | undefined;
45732
45514
  } & {
45733
45515
  "v-slot:default"?: false | ((arg: {
45734
- errors: vue.Ref<{
45735
- id: number | string;
45736
- errorMessages: string[];
45737
- }[], FieldValidationResult[] | {
45738
- id: number | string;
45739
- errorMessages: string[];
45740
- }[]>;
45741
- isDisabled: vue.ComputedRef<boolean>;
45742
- isReadonly: vue.ComputedRef<boolean>;
45743
- isValidating: vue.ShallowRef<boolean, boolean>;
45744
- isValid: vue.Ref<boolean | null, boolean | null> & {
45745
- readonly externalValue: boolean | null;
45746
- };
45747
- items: vue.Ref<{
45748
- id: number | string;
45749
- validate: () => Promise<string[]>;
45750
- reset: () => Promise<void>;
45751
- resetValidation: () => Promise<void>;
45752
- vm: vue.Raw<vue.ComponentInternalInstance>;
45753
- isValid: boolean | null;
45754
- errorMessages: string[];
45755
- }[], FormField[] | {
45756
- id: number | string;
45757
- validate: () => Promise<string[]>;
45758
- reset: () => Promise<void>;
45759
- resetValidation: () => Promise<void>;
45760
- vm: vue.Raw<vue.ComponentInternalInstance>;
45761
- isValid: boolean | null;
45762
- errorMessages: string[];
45763
- }[]>;
45764
- validate: () => Promise<{
45765
- valid: boolean;
45766
- errors: {
45767
- id: number | string;
45768
- errorMessages: string[];
45769
- }[];
45770
- }>;
45516
+ errors: FieldValidationResult[];
45517
+ isDisabled: boolean;
45518
+ isReadonly: boolean;
45519
+ isValidating: boolean;
45520
+ isValid: boolean | null;
45521
+ items: FormField[];
45522
+ validate: () => Promise<FormValidationResult>;
45771
45523
  reset: () => void;
45772
45524
  resetValidation: () => void;
45773
45525
  }) => vue.VNodeChild) | undefined;
@@ -45879,169 +45631,49 @@ declare const VForm: {
45879
45631
  } & {
45880
45632
  $children?: vue.VNodeChild | {
45881
45633
  default?: ((arg: {
45882
- errors: vue.Ref<{
45883
- id: number | string;
45884
- errorMessages: string[];
45885
- }[], FieldValidationResult[] | {
45886
- id: number | string;
45887
- errorMessages: string[];
45888
- }[]>;
45889
- isDisabled: vue.ComputedRef<boolean>;
45890
- isReadonly: vue.ComputedRef<boolean>;
45891
- isValidating: vue.ShallowRef<boolean, boolean>;
45892
- isValid: vue.Ref<boolean | null, boolean | null> & {
45893
- readonly externalValue: boolean | null;
45894
- };
45895
- items: vue.Ref<{
45896
- id: number | string;
45897
- validate: () => Promise<string[]>;
45898
- reset: () => Promise<void>;
45899
- resetValidation: () => Promise<void>;
45900
- vm: vue.Raw<vue.ComponentInternalInstance>;
45901
- isValid: boolean | null;
45902
- errorMessages: string[];
45903
- }[], FormField[] | {
45904
- id: number | string;
45905
- validate: () => Promise<string[]>;
45906
- reset: () => Promise<void>;
45907
- resetValidation: () => Promise<void>;
45908
- vm: vue.Raw<vue.ComponentInternalInstance>;
45909
- isValid: boolean | null;
45910
- errorMessages: string[];
45911
- }[]>;
45912
- validate: () => Promise<{
45913
- valid: boolean;
45914
- errors: {
45915
- id: number | string;
45916
- errorMessages: string[];
45917
- }[];
45918
- }>;
45634
+ errors: FieldValidationResult[];
45635
+ isDisabled: boolean;
45636
+ isReadonly: boolean;
45637
+ isValidating: boolean;
45638
+ isValid: boolean | null;
45639
+ items: FormField[];
45640
+ validate: () => Promise<FormValidationResult>;
45919
45641
  reset: () => void;
45920
45642
  resetValidation: () => void;
45921
45643
  }) => vue.VNodeChild) | undefined;
45922
45644
  } | ((arg: {
45923
- errors: vue.Ref<{
45924
- id: number | string;
45925
- errorMessages: string[];
45926
- }[], FieldValidationResult[] | {
45927
- id: number | string;
45928
- errorMessages: string[];
45929
- }[]>;
45930
- isDisabled: vue.ComputedRef<boolean>;
45931
- isReadonly: vue.ComputedRef<boolean>;
45932
- isValidating: vue.ShallowRef<boolean, boolean>;
45933
- isValid: vue.Ref<boolean | null, boolean | null> & {
45934
- readonly externalValue: boolean | null;
45935
- };
45936
- items: vue.Ref<{
45937
- id: number | string;
45938
- validate: () => Promise<string[]>;
45939
- reset: () => Promise<void>;
45940
- resetValidation: () => Promise<void>;
45941
- vm: vue.Raw<vue.ComponentInternalInstance>;
45942
- isValid: boolean | null;
45943
- errorMessages: string[];
45944
- }[], FormField[] | {
45945
- id: number | string;
45946
- validate: () => Promise<string[]>;
45947
- reset: () => Promise<void>;
45948
- resetValidation: () => Promise<void>;
45949
- vm: vue.Raw<vue.ComponentInternalInstance>;
45950
- isValid: boolean | null;
45951
- errorMessages: string[];
45952
- }[]>;
45953
- validate: () => Promise<{
45954
- valid: boolean;
45955
- errors: {
45956
- id: number | string;
45957
- errorMessages: string[];
45958
- }[];
45959
- }>;
45645
+ errors: FieldValidationResult[];
45646
+ isDisabled: boolean;
45647
+ isReadonly: boolean;
45648
+ isValidating: boolean;
45649
+ isValid: boolean | null;
45650
+ items: FormField[];
45651
+ validate: () => Promise<FormValidationResult>;
45960
45652
  reset: () => void;
45961
45653
  resetValidation: () => void;
45962
45654
  }) => vue.VNodeChild);
45963
45655
  'v-slots'?: {
45964
45656
  default?: false | ((arg: {
45965
- errors: vue.Ref<{
45966
- id: number | string;
45967
- errorMessages: string[];
45968
- }[], FieldValidationResult[] | {
45969
- id: number | string;
45970
- errorMessages: string[];
45971
- }[]>;
45972
- isDisabled: vue.ComputedRef<boolean>;
45973
- isReadonly: vue.ComputedRef<boolean>;
45974
- isValidating: vue.ShallowRef<boolean, boolean>;
45975
- isValid: vue.Ref<boolean | null, boolean | null> & {
45976
- readonly externalValue: boolean | null;
45977
- };
45978
- items: vue.Ref<{
45979
- id: number | string;
45980
- validate: () => Promise<string[]>;
45981
- reset: () => Promise<void>;
45982
- resetValidation: () => Promise<void>;
45983
- vm: vue.Raw<vue.ComponentInternalInstance>;
45984
- isValid: boolean | null;
45985
- errorMessages: string[];
45986
- }[], FormField[] | {
45987
- id: number | string;
45988
- validate: () => Promise<string[]>;
45989
- reset: () => Promise<void>;
45990
- resetValidation: () => Promise<void>;
45991
- vm: vue.Raw<vue.ComponentInternalInstance>;
45992
- isValid: boolean | null;
45993
- errorMessages: string[];
45994
- }[]>;
45995
- validate: () => Promise<{
45996
- valid: boolean;
45997
- errors: {
45998
- id: number | string;
45999
- errorMessages: string[];
46000
- }[];
46001
- }>;
45657
+ errors: FieldValidationResult[];
45658
+ isDisabled: boolean;
45659
+ isReadonly: boolean;
45660
+ isValidating: boolean;
45661
+ isValid: boolean | null;
45662
+ items: FormField[];
45663
+ validate: () => Promise<FormValidationResult>;
46002
45664
  reset: () => void;
46003
45665
  resetValidation: () => void;
46004
45666
  }) => vue.VNodeChild) | undefined;
46005
45667
  } | undefined;
46006
45668
  } & {
46007
45669
  "v-slot:default"?: false | ((arg: {
46008
- errors: vue.Ref<{
46009
- id: number | string;
46010
- errorMessages: string[];
46011
- }[], FieldValidationResult[] | {
46012
- id: number | string;
46013
- errorMessages: string[];
46014
- }[]>;
46015
- isDisabled: vue.ComputedRef<boolean>;
46016
- isReadonly: vue.ComputedRef<boolean>;
46017
- isValidating: vue.ShallowRef<boolean, boolean>;
46018
- isValid: vue.Ref<boolean | null, boolean | null> & {
46019
- readonly externalValue: boolean | null;
46020
- };
46021
- items: vue.Ref<{
46022
- id: number | string;
46023
- validate: () => Promise<string[]>;
46024
- reset: () => Promise<void>;
46025
- resetValidation: () => Promise<void>;
46026
- vm: vue.Raw<vue.ComponentInternalInstance>;
46027
- isValid: boolean | null;
46028
- errorMessages: string[];
46029
- }[], FormField[] | {
46030
- id: number | string;
46031
- validate: () => Promise<string[]>;
46032
- reset: () => Promise<void>;
46033
- resetValidation: () => Promise<void>;
46034
- vm: vue.Raw<vue.ComponentInternalInstance>;
46035
- isValid: boolean | null;
46036
- errorMessages: string[];
46037
- }[]>;
46038
- validate: () => Promise<{
46039
- valid: boolean;
46040
- errors: {
46041
- id: number | string;
46042
- errorMessages: string[];
46043
- }[];
46044
- }>;
45670
+ errors: FieldValidationResult[];
45671
+ isDisabled: boolean;
45672
+ isReadonly: boolean;
45673
+ isValidating: boolean;
45674
+ isValid: boolean | null;
45675
+ items: FormField[];
45676
+ validate: () => Promise<FormValidationResult>;
46045
45677
  reset: () => void;
46046
45678
  resetValidation: () => void;
46047
45679
  }) => vue.VNodeChild) | undefined;
@@ -46142,43 +45774,13 @@ declare const VForm: {
46142
45774
  fastFail: boolean;
46143
45775
  }, {}, string, vue.SlotsType<Partial<{
46144
45776
  default: (arg: {
46145
- errors: vue.Ref<{
46146
- id: number | string;
46147
- errorMessages: string[];
46148
- }[], FieldValidationResult[] | {
46149
- id: number | string;
46150
- errorMessages: string[];
46151
- }[]>;
46152
- isDisabled: vue.ComputedRef<boolean>;
46153
- isReadonly: vue.ComputedRef<boolean>;
46154
- isValidating: vue.ShallowRef<boolean, boolean>;
46155
- isValid: vue.Ref<boolean | null, boolean | null> & {
46156
- readonly externalValue: boolean | null;
46157
- };
46158
- items: vue.Ref<{
46159
- id: number | string;
46160
- validate: () => Promise<string[]>;
46161
- reset: () => Promise<void>;
46162
- resetValidation: () => Promise<void>;
46163
- vm: vue.Raw<vue.ComponentInternalInstance>;
46164
- isValid: boolean | null;
46165
- errorMessages: string[];
46166
- }[], FormField[] | {
46167
- id: number | string;
46168
- validate: () => Promise<string[]>;
46169
- reset: () => Promise<void>;
46170
- resetValidation: () => Promise<void>;
46171
- vm: vue.Raw<vue.ComponentInternalInstance>;
46172
- isValid: boolean | null;
46173
- errorMessages: string[];
46174
- }[]>;
46175
- validate: () => Promise<{
46176
- valid: boolean;
46177
- errors: {
46178
- id: number | string;
46179
- errorMessages: string[];
46180
- }[];
46181
- }>;
45777
+ errors: FieldValidationResult[];
45778
+ isDisabled: boolean;
45779
+ isReadonly: boolean;
45780
+ isValidating: boolean;
45781
+ isValid: boolean | null;
45782
+ items: FormField[];
45783
+ validate: () => Promise<FormValidationResult>;
46182
45784
  reset: () => void;
46183
45785
  resetValidation: () => void;
46184
45786
  }) => vue.VNode[];
@@ -62315,17 +61917,20 @@ declare const VSelect: {
62315
61917
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
62316
61918
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
62317
61919
  item: (arg: {
62318
- item: ListItem<unknown>;
61920
+ item: unknown;
61921
+ internalItem: ListItem<unknown>;
62319
61922
  index: number;
62320
61923
  props: Record<string, unknown>;
62321
61924
  }) => vue.VNode[];
62322
61925
  chip: (arg: {
62323
- item: ListItem<unknown>;
61926
+ item: unknown;
61927
+ internalItem: ListItem<unknown>;
62324
61928
  index: number;
62325
61929
  props: Record<string, unknown>;
62326
61930
  }) => vue.VNode[];
62327
61931
  selection: (arg: {
62328
- item: ListItem<unknown>;
61932
+ item: unknown;
61933
+ internalItem: ListItem<unknown>;
62329
61934
  index: number;
62330
61935
  }) => vue.VNode[];
62331
61936
  'prepend-item': () => vue.VNode[];
@@ -67056,17 +66661,20 @@ declare const VSelect: {
67056
66661
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
67057
66662
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
67058
66663
  item: (arg: {
67059
- item: ListItem<unknown>;
66664
+ item: unknown;
66665
+ internalItem: ListItem<unknown>;
67060
66666
  index: number;
67061
66667
  props: Record<string, unknown>;
67062
66668
  }) => vue.VNode[];
67063
66669
  chip: (arg: {
67064
- item: ListItem<unknown>;
66670
+ item: unknown;
66671
+ internalItem: ListItem<unknown>;
67065
66672
  index: number;
67066
66673
  props: Record<string, unknown>;
67067
66674
  }) => vue.VNode[];
67068
66675
  selection: (arg: {
67069
- item: ListItem<unknown>;
66676
+ item: unknown;
66677
+ internalItem: ListItem<unknown>;
67070
66678
  index: number;
67071
66679
  }) => vue.VNode[];
67072
66680
  'prepend-item': () => vue.VNode[];
@@ -67083,17 +66691,20 @@ declare const VSelect: {
67083
66691
  "onUpdate:modelValue"?: (value: V) => void;
67084
66692
  }, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
67085
66693
  item: {
67086
- item: ListItem<Item>;
66694
+ item: Item;
66695
+ internalItem: ListItem<Item>;
67087
66696
  index: number;
67088
66697
  props: Record<string, unknown>;
67089
66698
  };
67090
66699
  chip: {
67091
- item: ListItem<Item>;
66700
+ item: Item;
66701
+ internalItem: ListItem<Item>;
67092
66702
  index: number;
67093
66703
  props: Record<string, unknown>;
67094
66704
  };
67095
66705
  selection: {
67096
- item: ListItem<Item>;
66706
+ item: Item;
66707
+ internalItem: ListItem<Item>;
67097
66708
  index: number;
67098
66709
  };
67099
66710
  "prepend-item": never;
@@ -82789,6 +82400,7 @@ declare const VCalendar: {
82789
82400
  showAdjacentMonths: boolean;
82790
82401
  weekdays: CalendarWeekdays[];
82791
82402
  weeksInMonth: "static" | "dynamic";
82403
+ firstDayOfWeek: string | number;
82792
82404
  intervalDivisions: number;
82793
82405
  intervalDuration: number;
82794
82406
  intervalHeight: number;
@@ -82805,7 +82417,6 @@ declare const VCalendar: {
82805
82417
  year?: string | number | undefined;
82806
82418
  events?: any[] | undefined;
82807
82419
  modelValue?: unknown[] | undefined;
82808
- firstDayOfWeek?: string | number | undefined;
82809
82420
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
82810
82421
  displayValue?: unknown;
82811
82422
  dayIndex?: number | undefined;
@@ -82949,6 +82560,7 @@ declare const VCalendar: {
82949
82560
  showAdjacentMonths: boolean;
82950
82561
  weekdays: CalendarWeekdays[];
82951
82562
  weeksInMonth: "static" | "dynamic";
82563
+ firstDayOfWeek: string | number;
82952
82564
  intervalDivisions: number;
82953
82565
  intervalDuration: number;
82954
82566
  intervalHeight: number;
@@ -82965,7 +82577,6 @@ declare const VCalendar: {
82965
82577
  year?: string | number | undefined;
82966
82578
  events?: any[] | undefined;
82967
82579
  modelValue?: unknown[] | undefined;
82968
- firstDayOfWeek?: string | number | undefined;
82969
82580
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
82970
82581
  displayValue?: unknown;
82971
82582
  dayIndex?: number | undefined;
@@ -83093,6 +82704,7 @@ declare const VCalendar: {
83093
82704
  showAdjacentMonths: boolean;
83094
82705
  weekdays: CalendarWeekdays[];
83095
82706
  weeksInMonth: "static" | "dynamic";
82707
+ firstDayOfWeek: string | number;
83096
82708
  intervalDivisions: number;
83097
82709
  intervalDuration: number;
83098
82710
  intervalHeight: number;
@@ -83109,7 +82721,6 @@ declare const VCalendar: {
83109
82721
  year?: string | number | undefined;
83110
82722
  events?: any[] | undefined;
83111
82723
  modelValue?: unknown[] | undefined;
83112
- firstDayOfWeek?: string | number | undefined;
83113
82724
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
83114
82725
  displayValue?: unknown;
83115
82726
  dayIndex?: number | undefined;
@@ -83321,7 +82932,7 @@ declare const VCalendar: {
83321
82932
  };
83322
82933
  firstDayOfWeek: {
83323
82934
  type: (StringConstructor | NumberConstructor)[];
83324
- default: undefined;
82935
+ default: number;
83325
82936
  };
83326
82937
  hideHeader: BooleanConstructor;
83327
82938
  hideWeekNumber: BooleanConstructor;
@@ -83411,7 +83022,7 @@ declare const VCalendar: {
83411
83022
  };
83412
83023
  firstDayOfWeek: {
83413
83024
  type: (StringConstructor | NumberConstructor)[];
83414
- default: undefined;
83025
+ default: number;
83415
83026
  };
83416
83027
  hideHeader: BooleanConstructor;
83417
83028
  hideWeekNumber: BooleanConstructor;
@@ -84365,6 +83976,7 @@ declare const VDateInput: {
84365
83976
  showAdjacentMonths: boolean;
84366
83977
  weekdays: CalendarWeekdays[];
84367
83978
  weeksInMonth: "static" | "dynamic";
83979
+ firstDayOfWeek: string | number;
84368
83980
  hideWeekdays: boolean;
84369
83981
  showWeek: boolean;
84370
83982
  } & {
@@ -84418,7 +84030,6 @@ declare const VDateInput: {
84418
84030
  suffix?: string | undefined;
84419
84031
  counterValue?: number | ((value: any) => number) | undefined;
84420
84032
  modelModifiers?: Record<string, boolean> | undefined;
84421
- firstDayOfWeek?: string | number | undefined;
84422
84033
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
84423
84034
  displayFormat?: string | Function | undefined;
84424
84035
  } & {
@@ -86556,6 +86167,7 @@ declare const VDateInput: {
86556
86167
  showAdjacentMonths: boolean;
86557
86168
  weekdays: CalendarWeekdays[];
86558
86169
  weeksInMonth: "static" | "dynamic";
86170
+ firstDayOfWeek: string | number;
86559
86171
  hideWeekdays: boolean;
86560
86172
  showWeek: boolean;
86561
86173
  } & {
@@ -86609,7 +86221,6 @@ declare const VDateInput: {
86609
86221
  suffix?: string | undefined;
86610
86222
  counterValue?: number | ((value: any) => number) | undefined;
86611
86223
  modelModifiers?: Record<string, boolean> | undefined;
86612
- firstDayOfWeek?: string | number | undefined;
86613
86224
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
86614
86225
  displayFormat?: string | Function | undefined;
86615
86226
  } & {
@@ -88722,6 +88333,7 @@ declare const VDateInput: {
88722
88333
  showAdjacentMonths: boolean;
88723
88334
  weekdays: CalendarWeekdays[];
88724
88335
  weeksInMonth: "static" | "dynamic";
88336
+ firstDayOfWeek: string | number;
88725
88337
  hideWeekdays: boolean;
88726
88338
  showWeek: boolean;
88727
88339
  } & {
@@ -88775,7 +88387,6 @@ declare const VDateInput: {
88775
88387
  suffix?: string | undefined;
88776
88388
  counterValue?: number | ((value: any) => number) | undefined;
88777
88389
  modelModifiers?: Record<string, boolean> | undefined;
88778
- firstDayOfWeek?: string | number | undefined;
88779
88390
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
88780
88391
  displayFormat?: string | Function | undefined;
88781
88392
  } & {
@@ -90952,7 +90563,7 @@ declare const VDateInput: {
90952
90563
  };
90953
90564
  firstDayOfWeek: {
90954
90565
  type: (StringConstructor | NumberConstructor)[];
90955
- default: undefined;
90566
+ default: number;
90956
90567
  };
90957
90568
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
90958
90569
  hideWeekdays: BooleanConstructor;
@@ -91175,7 +90786,7 @@ declare const VDateInput: {
91175
90786
  };
91176
90787
  firstDayOfWeek: {
91177
90788
  type: (StringConstructor | NumberConstructor)[];
91178
- default: undefined;
90789
+ default: number;
91179
90790
  };
91180
90791
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
91181
90792
  hideWeekdays: BooleanConstructor;
@@ -96546,11 +96157,7 @@ declare const index_d$1_md1: typeof md1;
96546
96157
  declare const index_d$1_md2: typeof md2;
96547
96158
  declare const index_d$1_md3: typeof md3;
96548
96159
  declare namespace index_d$1 {
96549
- export {
96550
- index_d$1_md1 as md1,
96551
- index_d$1_md2 as md2,
96552
- index_d$1_md3 as md3,
96553
- };
96160
+ export { index_d$1_md1 as md1, index_d$1_md2 as md2, index_d$1_md3 as md3 };
96554
96161
  }
96555
96162
 
96556
96163
  interface ClickOutsideBindingArgs {
@@ -96671,16 +96278,7 @@ declare const index_d_Scroll: typeof Scroll;
96671
96278
  declare const index_d_Tooltip: typeof Tooltip;
96672
96279
  declare const index_d_Touch: typeof Touch;
96673
96280
  declare namespace index_d {
96674
- export {
96675
- index_d_ClickOutside as ClickOutside,
96676
- index_d_Intersect as Intersect,
96677
- index_d_Mutate as Mutate,
96678
- index_d_Resize as Resize,
96679
- index_d_Ripple as Ripple,
96680
- index_d_Scroll as Scroll,
96681
- index_d_Tooltip as Tooltip,
96682
- index_d_Touch as Touch,
96683
- };
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 };
96684
96282
  }
96685
96283
 
96686
96284
  declare const version: string;
@@ -96742,7 +96340,6 @@ declare const createVuetify: (options?: VuetifyOptions) => {
96742
96340
  getDiff: (date: unknown, comparing: unknown, unit?: string) => number;
96743
96341
  getWeekArray: (date: unknown, firstDayOfWeek?: number | string) => unknown[][];
96744
96342
  getWeekdays: (firstDayOfWeek?: number | string) => string[];
96745
- getWeek: (date: unknown, firstDayOfWeek?: number | string, firstWeekMinSize?: number) => number;
96746
96343
  getMonth: (date: unknown) => number;
96747
96344
  setMonth: (date: unknown, month: number) => unknown;
96748
96345
  getDate: (date: unknown) => number;
@@ -96795,24 +96392,25 @@ declare module 'vue' {
96795
96392
  $children?: VNodeChild
96796
96393
  }
96797
96394
  export interface GlobalComponents {
96798
- VApp: VApp
96799
96395
  VAutocomplete: VAutocomplete
96800
- VAlert: VAlert
96801
- VAlertTitle: VAlertTitle
96802
- VAvatar: VAvatar
96396
+ VApp: VApp
96803
96397
  VAppBar: VAppBar
96804
96398
  VAppBarNavIcon: VAppBarNavIcon
96805
96399
  VAppBarTitle: VAppBarTitle
96400
+ VAvatar: VAvatar
96806
96401
  VBadge: VBadge
96807
96402
  VBottomSheet: VBottomSheet
96808
- VBtn: VBtn
96809
96403
  VBanner: VBanner
96810
96404
  VBannerActions: VBannerActions
96811
96405
  VBannerText: VBannerText
96812
- VBottomNavigation: VBottomNavigation
96813
96406
  VBreadcrumbs: VBreadcrumbs
96814
96407
  VBreadcrumbsItem: VBreadcrumbsItem
96815
96408
  VBreadcrumbsDivider: VBreadcrumbsDivider
96409
+ VBottomNavigation: VBottomNavigation
96410
+ VAlert: VAlert
96411
+ VAlertTitle: VAlertTitle
96412
+ VBtnGroup: VBtnGroup
96413
+ VBtn: VBtn
96816
96414
  VCard: VCard
96817
96415
  VCardActions: VCardActions
96818
96416
  VCardItem: VCardItem
@@ -96820,22 +96418,16 @@ declare module 'vue' {
96820
96418
  VCardText: VCardText
96821
96419
  VCardTitle: VCardTitle
96822
96420
  VBtnToggle: VBtnToggle
96823
- VBtnGroup: VBtnGroup
96824
- VCode: VCode
96825
96421
  VCombobox: VCombobox
96422
+ VCheckbox: VCheckbox
96423
+ VCheckboxBtn: VCheckboxBtn
96826
96424
  VCarousel: VCarousel
96827
96425
  VCarouselItem: VCarouselItem
96426
+ VChipGroup: VChipGroup
96828
96427
  VColorPicker: VColorPicker
96829
- VCheckbox: VCheckbox
96830
- VCheckboxBtn: VCheckboxBtn
96428
+ VDivider: VDivider
96429
+ VCode: VCode
96831
96430
  VChip: VChip
96832
- VCounter: VCounter
96833
- VDatePicker: VDatePicker
96834
- VDatePickerControls: VDatePickerControls
96835
- VDatePickerHeader: VDatePickerHeader
96836
- VDatePickerMonth: VDatePickerMonth
96837
- VDatePickerMonths: VDatePickerMonths
96838
- VDatePickerYears: VDatePickerYears
96839
96431
  VDataTable: VDataTable
96840
96432
  VDataTableHeaders: VDataTableHeaders
96841
96433
  VDataTableFooter: VDataTableFooter
@@ -96843,17 +96435,21 @@ declare module 'vue' {
96843
96435
  VDataTableRow: VDataTableRow
96844
96436
  VDataTableVirtual: VDataTableVirtual
96845
96437
  VDataTableServer: VDataTableServer
96846
- VChipGroup: VChipGroup
96847
- VDialog: VDialog
96848
- VDivider: VDivider
96438
+ VDatePicker: VDatePicker
96439
+ VDatePickerControls: VDatePickerControls
96440
+ VDatePickerHeader: VDatePickerHeader
96441
+ VDatePickerMonth: VDatePickerMonth
96442
+ VDatePickerMonths: VDatePickerMonths
96443
+ VDatePickerYears: VDatePickerYears
96444
+ VCounter: VCounter
96849
96445
  VEmptyState: VEmptyState
96446
+ VDialog: VDialog
96850
96447
  VExpansionPanels: VExpansionPanels
96851
96448
  VExpansionPanel: VExpansionPanel
96852
96449
  VExpansionPanelText: VExpansionPanelText
96853
96450
  VExpansionPanelTitle: VExpansionPanelTitle
96854
- VField: VField
96855
- VFieldLabel: VFieldLabel
96856
96451
  VFab: VFab
96452
+ VImg: VImg
96857
96453
  VFileInput: VFileInput
96858
96454
  VFooter: VFooter
96859
96455
  VIcon: VIcon
@@ -96861,13 +96457,14 @@ declare module 'vue' {
96861
96457
  VSvgIcon: VSvgIcon
96862
96458
  VLigatureIcon: VLigatureIcon
96863
96459
  VClassIcon: VClassIcon
96864
- VImg: VImg
96865
- VInfiniteScroll: VInfiniteScroll
96460
+ VInput: VInput
96461
+ VKbd: VKbd
96866
96462
  VItemGroup: VItemGroup
96867
96463
  VItem: VItem
96868
- VKbd: VKbd
96869
96464
  VLabel: VLabel
96870
- VInput: VInput
96465
+ VInfiniteScroll: VInfiniteScroll
96466
+ VMenu: VMenu
96467
+ VMain: VMain
96871
96468
  VList: VList
96872
96469
  VListGroup: VListGroup
96873
96470
  VListImg: VListImg
@@ -96877,68 +96474,72 @@ declare module 'vue' {
96877
96474
  VListItemSubtitle: VListItemSubtitle
96878
96475
  VListItemTitle: VListItemTitle
96879
96476
  VListSubheader: VListSubheader
96880
- VMessages: VMessages
96881
- VMain: VMain
96477
+ VField: VField
96478
+ VFieldLabel: VFieldLabel
96882
96479
  VNavigationDrawer: VNavigationDrawer
96480
+ VMessages: VMessages
96883
96481
  VNumberInput: VNumberInput
96884
- VMenu: VMenu
96885
96482
  VOtpInput: VOtpInput
96886
96483
  VOverlay: VOverlay
96887
96484
  VPagination: VPagination
96485
+ VRadioGroup: VRadioGroup
96888
96486
  VProgressCircular: VProgressCircular
96889
96487
  VProgressLinear: VProgressLinear
96488
+ VSelect: VSelect
96890
96489
  VRating: VRating
96891
- VRadioGroup: VRadioGroup
96892
96490
  VSelectionControl: VSelectionControl
96893
- VSkeletonLoader: VSkeletonLoader
96894
96491
  VSheet: VSheet
96895
- VSnackbar: VSnackbar
96896
- VSlideGroup: VSlideGroup
96897
- VSlideGroupItem: VSlideGroupItem
96492
+ VSelectionControlGroup: VSelectionControlGroup
96898
96493
  VSlider: VSlider
96494
+ VSkeletonLoader: VSkeletonLoader
96495
+ VSnackbar: VSnackbar
96899
96496
  VSwitch: VSwitch
96900
- VSelect: VSelect
96901
- VSelectionControlGroup: VSelectionControlGroup
96902
96497
  VStepper: VStepper
96903
96498
  VStepperActions: VStepperActions
96904
96499
  VStepperHeader: VStepperHeader
96905
96500
  VStepperItem: VStepperItem
96906
96501
  VStepperWindow: VStepperWindow
96907
96502
  VStepperWindowItem: VStepperWindowItem
96503
+ VSlideGroup: VSlideGroup
96504
+ VSlideGroupItem: VSlideGroupItem
96505
+ VSystemBar: VSystemBar
96506
+ VTab: VTab
96507
+ VTabs: VTabs
96508
+ VTabsWindow: VTabsWindow
96509
+ VTabsWindowItem: VTabsWindowItem
96510
+ VTextarea: VTextarea
96908
96511
  VTable: VTable
96909
- VTimeline: VTimeline
96910
- VTimelineItem: VTimelineItem
96911
96512
  VTextField: VTextField
96912
- VTextarea: VTextarea
96913
- VSystemBar: VSystemBar
96914
- VTooltip: VTooltip
96915
- VWindow: VWindow
96916
- VWindowItem: VWindowItem
96917
96513
  VToolbar: VToolbar
96918
96514
  VToolbarTitle: VToolbarTitle
96919
96515
  VToolbarItems: VToolbarItems
96920
- VDefaultsProvider: VDefaultsProvider
96516
+ VWindow: VWindow
96517
+ VWindowItem: VWindowItem
96518
+ VTimeline: VTimeline
96519
+ VTimelineItem: VTimelineItem
96520
+ VTooltip: VTooltip
96921
96521
  VConfirmEdit: VConfirmEdit
96522
+ VDefaultsProvider: VDefaultsProvider
96523
+ VForm: VForm
96524
+ VDataIterator: VDataIterator
96922
96525
  VContainer: VContainer
96923
96526
  VCol: VCol
96924
96527
  VRow: VRow
96925
96528
  VSpacer: VSpacer
96926
- VForm: VForm
96927
96529
  VHover: VHover
96530
+ VLazy: VLazy
96928
96531
  VLayout: VLayout
96929
96532
  VLayoutItem: VLayoutItem
96930
96533
  VLocaleProvider: VLocaleProvider
96931
- VLazy: VLazy
96932
96534
  VNoSsr: VNoSsr
96933
96535
  VParallax: VParallax
96934
96536
  VRadio: VRadio
96935
- VRangeSlider: VRangeSlider
96936
96537
  VResponsive: VResponsive
96937
- VSpeedDial: VSpeedDial
96938
- VSnackbarQueue: VSnackbarQueue
96538
+ VRangeSlider: VRangeSlider
96939
96539
  VSparkline: VSparkline
96540
+ VSnackbarQueue: VSnackbarQueue
96541
+ VSpeedDial: VSpeedDial
96940
96542
  VThemeProvider: VThemeProvider
96941
- VValidation: VValidation
96942
96543
  VFabTransition: VFabTransition
96943
96544
  VDialogBottomTransition: VDialogBottomTransition
96944
96545
  VDialogTopTransition: VDialogTopTransition
@@ -96955,32 +96556,28 @@ declare module 'vue' {
96955
96556
  VExpandTransition: VExpandTransition
96956
96557
  VExpandXTransition: VExpandXTransition
96957
96558
  VDialogTransition: VDialogTransition
96559
+ VValidation: VValidation
96958
96560
  VVirtualScroll: VVirtualScroll
96959
- VDataIterator: VDataIterator
96960
- VTab: VTab
96961
- VTabs: VTabs
96962
- VTabsWindow: VTabsWindow
96963
- VTabsWindowItem: VTabsWindowItem
96964
- VFileUpload: VFileUpload
96965
- VFileUploadItem: VFileUploadItem
96966
- VIconBtn: VIconBtn
96967
96561
  VCalendar: VCalendar
96968
96562
  VCalendarDay: VCalendarDay
96969
96563
  VCalendarHeader: VCalendarHeader
96970
96564
  VCalendarInterval: VCalendarInterval
96971
96565
  VCalendarIntervalEvent: VCalendarIntervalEvent
96972
96566
  VCalendarMonthDay: VCalendarMonthDay
96567
+ VFileUpload: VFileUpload
96568
+ VFileUploadItem: VFileUploadItem
96973
96569
  VStepperVertical: VStepperVertical
96974
96570
  VStepperVerticalItem: VStepperVerticalItem
96975
96571
  VStepperVerticalActions: VStepperVerticalActions
96976
- VTimePicker: VTimePicker
96977
- VTimePickerClock: VTimePickerClock
96978
- VTimePickerControls: VTimePickerControls
96572
+ VPicker: VPicker
96573
+ VPickerTitle: VPickerTitle
96979
96574
  VTreeview: VTreeview
96980
96575
  VTreeviewItem: VTreeviewItem
96981
96576
  VTreeviewGroup: VTreeviewGroup
96982
- VPicker: VPicker
96983
- VPickerTitle: VPickerTitle
96577
+ VIconBtn: VIconBtn
96578
+ VTimePicker: VTimePicker
96579
+ VTimePickerClock: VTimePickerClock
96580
+ VTimePickerControls: VTimePickerControls
96984
96581
  VDateInput: VDateInput
96985
96582
  VPullToRefresh: VPullToRefresh
96986
96583
  }