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

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 +33 -32
  2. package/dist/json/attributes.json +3374 -3374
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +218 -218
  5. package/dist/json/web-types.json +5962 -5922
  6. package/dist/vuetify-labs.cjs +341 -179
  7. package/dist/vuetify-labs.css +26033 -27763
  8. package/dist/vuetify-labs.d.ts +253 -656
  9. package/dist/vuetify-labs.esm.js +342 -180
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +341 -179
  12. package/dist/vuetify-labs.min.css +3 -4
  13. package/dist/vuetify.cjs +323 -155
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +22790 -24516
  16. package/dist/vuetify.d.ts +278 -681
  17. package/dist/vuetify.esm.js +324 -156
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +323 -155
  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/components/VAlert/VAlert.css +207 -215
  25. package/lib/components/VApp/VApp.css +16 -15
  26. package/lib/components/VAppBar/VAppBar.css +14 -12
  27. package/lib/components/VAutocomplete/VAutocomplete.css +85 -84
  28. package/lib/components/VAutocomplete/VAutocomplete.d.ts +18 -9
  29. package/lib/components/VAutocomplete/VAutocomplete.js +6 -3
  30. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  31. package/lib/components/VAvatar/VAvatar.css +108 -106
  32. package/lib/components/VBadge/VBadge.css +77 -77
  33. package/lib/components/VBanner/VBanner.css +161 -166
  34. package/lib/components/VBottomNavigation/VBottomNavigation.css +65 -64
  35. package/lib/components/VBottomSheet/VBottomSheet.css +34 -31
  36. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +54 -57
  37. package/lib/components/VBtn/VBtn.css +385 -408
  38. package/lib/components/VBtn/VBtn.sass +4 -4
  39. package/lib/components/VBtnGroup/VBtnGroup.css +63 -64
  40. package/lib/components/VBtnToggle/VBtnToggle.css +16 -14
  41. package/lib/components/VCard/VCard.css +294 -302
  42. package/lib/components/VCarousel/VCarousel.css +63 -65
  43. package/lib/components/VCarousel/VCarousel.sass +1 -1
  44. package/lib/components/VCheckbox/VCheckbox.css +7 -5
  45. package/lib/components/VChip/VChip.css +378 -411
  46. package/lib/components/VChipGroup/VChipGroup.css +19 -18
  47. package/lib/components/VCode/VCode.css +10 -11
  48. package/lib/components/VCode/VCode.sass +0 -3
  49. package/lib/components/VColorPicker/VColorPicker.css +23 -23
  50. package/lib/components/VColorPicker/VColorPickerCanvas.css +24 -22
  51. package/lib/components/VColorPicker/VColorPickerEdit.css +29 -28
  52. package/lib/components/VColorPicker/VColorPickerPreview.css +69 -67
  53. package/lib/components/VColorPicker/VColorPickerPreview.sass +4 -2
  54. package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
  55. package/lib/components/VCombobox/VCombobox.css +85 -84
  56. package/lib/components/VCombobox/VCombobox.d.ts +18 -9
  57. package/lib/components/VCombobox/VCombobox.js +6 -3
  58. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  59. package/lib/components/VCounter/VCounter.css +7 -5
  60. package/lib/components/VDataTable/VDataTable.css +189 -186
  61. package/lib/components/VDataTable/VDataTable.sass +21 -11
  62. package/lib/components/VDataTable/VDataTableFooter.css +33 -31
  63. package/lib/components/VDatePicker/VDatePicker.css +8 -6
  64. package/lib/components/VDatePicker/VDatePicker.d.ts +7 -7
  65. package/lib/components/VDatePicker/VDatePickerControls.css +55 -57
  66. package/lib/components/VDatePicker/VDatePickerHeader.css +56 -60
  67. package/lib/components/VDatePicker/VDatePickerMonth.css +51 -55
  68. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +7 -7
  69. package/lib/components/VDatePicker/VDatePickerMonths.css +20 -19
  70. package/lib/components/VDatePicker/VDatePickerYears.css +16 -15
  71. package/lib/components/VDialog/VDialog.css +98 -98
  72. package/lib/components/VDivider/VDivider.css +52 -52
  73. package/lib/components/VEmptyState/VEmptyState.css +62 -67
  74. package/lib/components/VExpansionPanel/VExpansionPanel.css +203 -209
  75. package/lib/components/VExpansionPanel/VExpansionPanel.sass +27 -25
  76. package/lib/components/VFab/VFab.css +78 -73
  77. package/lib/components/VFab/VFab.sass +5 -4
  78. package/lib/components/VField/VField.css +548 -589
  79. package/lib/components/VFileInput/VFileInput.css +30 -28
  80. package/lib/components/VFooter/VFooter.css +38 -36
  81. package/lib/components/VForm/VForm.d.ts +111 -531
  82. package/lib/components/VForm/VForm.js +11 -1
  83. package/lib/components/VForm/VForm.js.map +1 -1
  84. package/lib/components/VGrid/VGrid.css +565 -592
  85. package/lib/components/VIcon/VIcon.css +52 -53
  86. package/lib/components/VImg/VImg.css +50 -51
  87. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +36 -37
  88. package/lib/components/VInput/VInput.css +136 -147
  89. package/lib/components/VItemGroup/VItemGroup.css +7 -5
  90. package/lib/components/VKbd/VKbd.css +13 -11
  91. package/lib/components/VLabel/VLabel.css +16 -15
  92. package/lib/components/VLayout/VLayout.css +10 -8
  93. package/lib/components/VLayout/VLayoutItem.css +8 -7
  94. package/lib/components/VList/VList.css +104 -108
  95. package/lib/components/VList/VList.sass +1 -1
  96. package/lib/components/VList/VListItem.css +440 -452
  97. package/lib/components/VList/VListItem.sass +2 -1
  98. package/lib/components/VLocaleProvider/VLocaleProvider.css +4 -2
  99. package/lib/components/VMain/VMain.css +32 -30
  100. package/lib/components/VMenu/VMenu.css +21 -19
  101. package/lib/components/VMessages/VMessages.css +17 -15
  102. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +102 -104
  103. package/lib/components/VNumberInput/VNumberInput.css +48 -46
  104. package/lib/components/VOtpInput/VOtpInput.css +56 -58
  105. package/lib/components/VOverlay/VOverlay.css +61 -64
  106. package/lib/components/VOverlay/VOverlay.sass +14 -13
  107. package/lib/components/VPagination/VPagination.css +10 -8
  108. package/lib/components/VParallax/VParallax.css +8 -6
  109. package/lib/components/VProgressCircular/VProgressCircular.css +95 -101
  110. package/lib/components/VProgressLinear/VProgressLinear.css +209 -222
  111. package/lib/components/VRadioGroup/VRadioGroup.css +14 -12
  112. package/lib/components/VRating/VRating.css +52 -53
  113. package/lib/components/VResponsive/VResponsive.css +25 -26
  114. package/lib/components/VSelect/VSelect.css +53 -51
  115. package/lib/components/VSelect/VSelect.d.ts +18 -9
  116. package/lib/components/VSelect/VSelect.js +6 -3
  117. package/lib/components/VSelect/VSelect.js.map +1 -1
  118. package/lib/components/VSelectionControl/VSelectionControl.css +98 -100
  119. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +10 -8
  120. package/lib/components/VSheet/VSheet.css +38 -36
  121. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +225 -224
  122. package/lib/components/VSlideGroup/VSlideGroup.css +53 -55
  123. package/lib/components/VSlider/VSlider.css +53 -57
  124. package/lib/components/VSlider/VSliderThumb.css +142 -153
  125. package/lib/components/VSlider/VSliderTrack.css +155 -174
  126. package/lib/components/VSnackbar/VSnackbar.css +140 -140
  127. package/lib/components/VSpeedDial/VSpeedDial.css +43 -41
  128. package/lib/components/VStepper/VStepper.css +55 -56
  129. package/lib/components/VStepper/VStepperItem.css +112 -115
  130. package/lib/components/VSwitch/VSwitch.css +129 -139
  131. package/lib/components/VSystemBar/VSystemBar.css +45 -43
  132. package/lib/components/VTable/VTable.css +140 -141
  133. package/lib/components/VTable/VTable.sass +4 -2
  134. package/lib/components/VTabs/VTab.css +30 -29
  135. package/lib/components/VTabs/VTabs.css +59 -65
  136. package/lib/components/VTextField/VTextField.css +77 -85
  137. package/lib/components/VTextarea/VTextarea.css +48 -40
  138. package/lib/components/VTextarea/VTextarea.sass +4 -2
  139. package/lib/components/VThemeProvider/VThemeProvider.css +5 -3
  140. package/lib/components/VTimeline/VTimeline.css +388 -427
  141. package/lib/components/VToolbar/VToolbar.css +137 -144
  142. package/lib/components/VTooltip/VTooltip.css +27 -23
  143. package/lib/components/VTooltip/VTooltip.sass +8 -6
  144. package/lib/components/VVirtualScroll/VVirtualScroll.css +11 -9
  145. package/lib/components/VWindow/VWindow.css +73 -70
  146. package/lib/composables/calendar.d.ts +2 -3
  147. package/lib/composables/calendar.js +7 -5
  148. package/lib/composables/calendar.js.map +1 -1
  149. package/lib/composables/date/DateAdapter.d.ts +0 -1
  150. package/lib/composables/date/DateAdapter.js.map +1 -1
  151. package/lib/composables/date/adapters/vuetify.d.ts +0 -1
  152. package/lib/composables/date/adapters/vuetify.js +160 -101
  153. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  154. package/lib/composables/date/date.d.ts +1 -1
  155. package/lib/composables/date/date.js +20 -0
  156. package/lib/composables/date/date.js.map +1 -1
  157. package/lib/composables/filter.js +1 -2
  158. package/lib/composables/filter.js.map +1 -1
  159. package/lib/composables/theme.d.ts +6 -1
  160. package/lib/composables/theme.js +98 -30
  161. package/lib/composables/theme.js.map +1 -1
  162. package/lib/composables/validation.js +0 -5
  163. package/lib/composables/validation.js.map +1 -1
  164. package/lib/composables/virtual.js +6 -1
  165. package/lib/composables/virtual.js.map +1 -1
  166. package/lib/directives/ripple/VRipple.css +38 -36
  167. package/lib/entry-bundler.d.ts +0 -1
  168. package/lib/entry-bundler.js +1 -1
  169. package/lib/entry-bundler.js.map +1 -1
  170. package/lib/framework.d.ts +80 -78
  171. package/lib/framework.js +1 -1
  172. package/lib/framework.js.map +1 -1
  173. package/lib/labs/VCalendar/VCalendar.css +219 -225
  174. package/lib/labs/VCalendar/VCalendar.d.ts +7 -7
  175. package/lib/labs/VCalendar/VCalendarDay.css +33 -32
  176. package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
  177. package/lib/labs/VCalendar/VCalendarInterval.css +43 -42
  178. package/lib/labs/VCalendar/VCalendarInterval.js +19 -25
  179. package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
  180. package/lib/labs/VCalendar/VCalendarIntervalEvent.css +7 -5
  181. package/lib/labs/VCalendar/VCalendarMonthDay.css +61 -58
  182. package/lib/labs/VCalendar/VCalendarMonthDay.sass +3 -2
  183. package/lib/labs/VDateInput/VDateInput.d.ts +7 -7
  184. package/lib/labs/VFileUpload/VFileUpload.css +74 -77
  185. package/lib/labs/VIconBtn/VIconBtn.css +162 -164
  186. package/lib/labs/VPicker/VPicker.css +58 -63
  187. package/lib/labs/VTimePicker/VTimePicker.css +9 -7
  188. package/lib/labs/VTimePicker/VTimePickerClock.css +126 -129
  189. package/lib/labs/VTimePicker/VTimePickerControls.css +102 -103
  190. package/lib/labs/VTreeview/VTreeviewItem.css +30 -28
  191. package/lib/labs/VTreeview/VTreeviewItem.sass +3 -2
  192. package/lib/labs/entry-bundler.d.ts +0 -1
  193. package/lib/styles/elements/_global.sass +1 -1
  194. package/lib/styles/generic/_colors.scss +3 -3
  195. package/lib/styles/generic/_layers.scss +13 -1
  196. package/lib/styles/generic/_reset.scss +0 -1
  197. package/lib/styles/generic/_transitions.scss +32 -32
  198. package/lib/styles/main.css +14668 -16143
  199. package/lib/styles/settings/_utilities.scss +0 -5
  200. package/lib/styles/settings/_variables.scss +1 -2
  201. package/lib/styles/tools/_border.sass +4 -4
  202. package/lib/styles/tools/_display.sass +0 -10
  203. package/lib/styles/tools/_elevation.sass +2 -2
  204. package/lib/styles/tools/_index.sass +0 -2
  205. package/lib/styles/tools/_layer.scss +4 -2
  206. package/lib/styles/tools/_position.sass +2 -2
  207. package/lib/styles/tools/_rounded.sass +2 -2
  208. package/lib/styles/tools/_utilities.sass +1 -5
  209. package/lib/styles/utilities/_elevation.scss +1 -1
  210. package/lib/util/globals.d.ts +1 -0
  211. package/lib/util/globals.js +1 -0
  212. package/lib/util/globals.js.map +1 -1
  213. package/package.json +45 -46
  214. package/lib/styles/tools/_bootable.sass +0 -3
  215. 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,47 +96392,42 @@ declare module 'vue' {
96795
96392
  $children?: VNodeChild
96796
96393
  }
96797
96394
  export interface GlobalComponents {
96395
+ VAppBar: VAppBar
96396
+ VAppBarNavIcon: VAppBarNavIcon
96397
+ VAppBarTitle: VAppBarTitle
96798
96398
  VApp: VApp
96399
+ VBadge: VBadge
96400
+ VAutocomplete: VAutocomplete
96799
96401
  VAlert: VAlert
96800
96402
  VAlertTitle: VAlertTitle
96801
- VAutocomplete: VAutocomplete
96802
96403
  VAvatar: VAvatar
96803
- VBadge: VBadge
96804
96404
  VBottomNavigation: VBottomNavigation
96805
- VBanner: VBanner
96806
- VBannerActions: VBannerActions
96807
- VBannerText: VBannerText
96808
- VBottomSheet: VBottomSheet
96809
96405
  VBreadcrumbs: VBreadcrumbs
96810
96406
  VBreadcrumbsItem: VBreadcrumbsItem
96811
96407
  VBreadcrumbsDivider: VBreadcrumbsDivider
96812
- VBtnGroup: VBtnGroup
96408
+ VBottomSheet: VBottomSheet
96409
+ VBanner: VBanner
96410
+ VBannerActions: VBannerActions
96411
+ VBannerText: VBannerText
96813
96412
  VBtn: VBtn
96814
- VChipGroup: VChipGroup
96413
+ VCarousel: VCarousel
96414
+ VCarouselItem: VCarouselItem
96815
96415
  VBtnToggle: VBtnToggle
96816
- VCheckbox: VCheckbox
96817
- VCheckboxBtn: VCheckboxBtn
96818
- VCounter: VCounter
96819
- VCode: VCode
96416
+ VBtnGroup: VBtnGroup
96417
+ VChip: VChip
96820
96418
  VCard: VCard
96821
96419
  VCardActions: VCardActions
96822
96420
  VCardItem: VCardItem
96823
96421
  VCardSubtitle: VCardSubtitle
96824
96422
  VCardText: VCardText
96825
96423
  VCardTitle: VCardTitle
96826
- VCombobox: VCombobox
96827
- VChip: VChip
96828
- VDatePicker: VDatePicker
96829
- VDatePickerControls: VDatePickerControls
96830
- VDatePickerHeader: VDatePickerHeader
96831
- VDatePickerMonth: VDatePickerMonth
96832
- VDatePickerMonths: VDatePickerMonths
96833
- VDatePickerYears: VDatePickerYears
96834
- VCarousel: VCarousel
96835
- VCarouselItem: VCarouselItem
96424
+ VCode: VCode
96425
+ VCheckbox: VCheckbox
96426
+ VCheckboxBtn: VCheckboxBtn
96427
+ VChipGroup: VChipGroup
96836
96428
  VColorPicker: VColorPicker
96429
+ VCombobox: VCombobox
96837
96430
  VDialog: VDialog
96838
- VDivider: VDivider
96839
96431
  VDataTable: VDataTable
96840
96432
  VDataTableHeaders: VDataTableHeaders
96841
96433
  VDataTableFooter: VDataTableFooter
@@ -96843,29 +96435,35 @@ declare module 'vue' {
96843
96435
  VDataTableRow: VDataTableRow
96844
96436
  VDataTableVirtual: VDataTableVirtual
96845
96437
  VDataTableServer: VDataTableServer
96438
+ VCounter: VCounter
96439
+ VDatePicker: VDatePicker
96440
+ VDatePickerControls: VDatePickerControls
96441
+ VDatePickerHeader: VDatePickerHeader
96442
+ VDatePickerMonth: VDatePickerMonth
96443
+ VDatePickerMonths: VDatePickerMonths
96444
+ VDatePickerYears: VDatePickerYears
96445
+ VEmptyState: VEmptyState
96446
+ VExpansionPanels: VExpansionPanels
96447
+ VExpansionPanel: VExpansionPanel
96448
+ VExpansionPanelText: VExpansionPanelText
96449
+ VExpansionPanelTitle: VExpansionPanelTitle
96450
+ VDivider: VDivider
96846
96451
  VFab: VFab
96847
96452
  VField: VField
96848
96453
  VFieldLabel: VFieldLabel
96849
96454
  VFooter: VFooter
96850
96455
  VFileInput: VFileInput
96456
+ VImg: VImg
96851
96457
  VIcon: VIcon
96852
96458
  VComponentIcon: VComponentIcon
96853
96459
  VSvgIcon: VSvgIcon
96854
96460
  VLigatureIcon: VLigatureIcon
96855
96461
  VClassIcon: VClassIcon
96856
- VEmptyState: VEmptyState
96857
- VExpansionPanels: VExpansionPanels
96858
- VExpansionPanel: VExpansionPanel
96859
- VExpansionPanelText: VExpansionPanelText
96860
- VExpansionPanelTitle: VExpansionPanelTitle
96861
- VImg: VImg
96862
- VInput: VInput
96863
- VKbd: VKbd
96864
96462
  VInfiniteScroll: VInfiniteScroll
96463
+ VLabel: VLabel
96865
96464
  VItemGroup: VItemGroup
96866
96465
  VItem: VItem
96867
- VLabel: VLabel
96868
- VMain: VMain
96466
+ VInput: VInput
96869
96467
  VList: VList
96870
96468
  VListGroup: VListGroup
96871
96469
  VListImg: VListImg
@@ -96875,69 +96473,73 @@ declare module 'vue' {
96875
96473
  VListItemSubtitle: VListItemSubtitle
96876
96474
  VListItemTitle: VListItemTitle
96877
96475
  VListSubheader: VListSubheader
96476
+ VMain: VMain
96477
+ VKbd: VKbd
96878
96478
  VMenu: VMenu
96879
- VNumberInput: VNumberInput
96880
- VOtpInput: VOtpInput
96881
96479
  VMessages: VMessages
96882
- VProgressCircular: VProgressCircular
96883
- VOverlay: VOverlay
96884
96480
  VNavigationDrawer: VNavigationDrawer
96885
96481
  VPagination: VPagination
96886
- VSelectionControl: VSelectionControl
96887
- VRating: VRating
96482
+ VNumberInput: VNumberInput
96483
+ VOtpInput: VOtpInput
96888
96484
  VProgressLinear: VProgressLinear
96485
+ VOverlay: VOverlay
96486
+ VProgressCircular: VProgressCircular
96889
96487
  VRadioGroup: VRadioGroup
96488
+ VRating: VRating
96489
+ VSelectionControl: VSelectionControl
96890
96490
  VSelectionControlGroup: VSelectionControlGroup
96891
- VSheet: VSheet
96892
- VSnackbar: VSnackbar
96491
+ VSkeletonLoader: VSkeletonLoader
96492
+ VSelect: VSelect
96893
96493
  VSlideGroup: VSlideGroup
96894
96494
  VSlideGroupItem: VSlideGroupItem
96895
- VSystemBar: VSystemBar
96896
- VTextarea: VTextarea
96897
- VSwitch: VSwitch
96898
- VTab: VTab
96899
- VTabs: VTabs
96900
- VTabsWindow: VTabsWindow
96901
- VTabsWindowItem: VTabsWindowItem
96902
- VTable: VTable
96495
+ VSnackbar: VSnackbar
96903
96496
  VStepper: VStepper
96904
96497
  VStepperActions: VStepperActions
96905
96498
  VStepperHeader: VStepperHeader
96906
96499
  VStepperItem: VStepperItem
96907
96500
  VStepperWindow: VStepperWindow
96908
96501
  VStepperWindowItem: VStepperWindowItem
96502
+ VSlider: VSlider
96503
+ VSwitch: VSwitch
96504
+ VTextarea: VTextarea
96505
+ VSystemBar: VSystemBar
96506
+ VSheet: VSheet
96507
+ VTab: VTab
96508
+ VTabs: VTabs
96509
+ VTabsWindow: VTabsWindow
96510
+ VTabsWindowItem: VTabsWindowItem
96511
+ VTable: VTable
96512
+ VToolbar: VToolbar
96513
+ VToolbarTitle: VToolbarTitle
96514
+ VToolbarItems: VToolbarItems
96909
96515
  VTextField: VTextField
96910
96516
  VTooltip: VTooltip
96911
- VWindow: VWindow
96912
- VWindowItem: VWindowItem
96913
96517
  VTimeline: VTimeline
96914
96518
  VTimelineItem: VTimelineItem
96915
- VSelect: VSelect
96519
+ VWindow: VWindow
96520
+ VWindowItem: VWindowItem
96916
96521
  VConfirmEdit: VConfirmEdit
96917
96522
  VDataIterator: VDataIterator
96918
96523
  VDefaultsProvider: VDefaultsProvider
96919
- VForm: VForm
96920
96524
  VContainer: VContainer
96921
96525
  VCol: VCol
96922
96526
  VRow: VRow
96923
96527
  VSpacer: VSpacer
96528
+ VForm: VForm
96924
96529
  VHover: VHover
96925
96530
  VLayout: VLayout
96926
96531
  VLayoutItem: VLayoutItem
96927
- VLocaleProvider: VLocaleProvider
96928
96532
  VLazy: VLazy
96929
- VRadio: VRadio
96930
- VRangeSlider: VRangeSlider
96533
+ VLocaleProvider: VLocaleProvider
96931
96534
  VNoSsr: VNoSsr
96932
96535
  VParallax: VParallax
96933
- VSnackbarQueue: VSnackbarQueue
96934
- VSparkline: VSparkline
96935
- VSkeletonLoader: VSkeletonLoader
96536
+ VRadio: VRadio
96936
96537
  VResponsive: VResponsive
96538
+ VRangeSlider: VRangeSlider
96539
+ VSnackbarQueue: VSnackbarQueue
96937
96540
  VSpeedDial: VSpeedDial
96541
+ VSparkline: VSparkline
96938
96542
  VThemeProvider: VThemeProvider
96939
- VValidation: VValidation
96940
- VVirtualScroll: VVirtualScroll
96941
96543
  VFabTransition: VFabTransition
96942
96544
  VDialogBottomTransition: VDialogBottomTransition
96943
96545
  VDialogTopTransition: VDialogTopTransition
@@ -96954,33 +96556,28 @@ declare module 'vue' {
96954
96556
  VExpandTransition: VExpandTransition
96955
96557
  VExpandXTransition: VExpandXTransition
96956
96558
  VDialogTransition: VDialogTransition
96957
- VToolbar: VToolbar
96958
- VToolbarTitle: VToolbarTitle
96959
- VToolbarItems: VToolbarItems
96960
- VSlider: VSlider
96961
- VAppBar: VAppBar
96962
- VAppBarNavIcon: VAppBarNavIcon
96963
- VAppBarTitle: VAppBarTitle
96559
+ VValidation: VValidation
96560
+ VVirtualScroll: VVirtualScroll
96964
96561
  VCalendar: VCalendar
96965
96562
  VCalendarDay: VCalendarDay
96966
96563
  VCalendarHeader: VCalendarHeader
96967
96564
  VCalendarInterval: VCalendarInterval
96968
96565
  VCalendarIntervalEvent: VCalendarIntervalEvent
96969
96566
  VCalendarMonthDay: VCalendarMonthDay
96970
- VFileUpload: VFileUpload
96971
- VFileUploadItem: VFileUploadItem
96972
96567
  VPicker: VPicker
96973
96568
  VPickerTitle: VPickerTitle
96974
- VTimePicker: VTimePicker
96975
- VTimePickerClock: VTimePickerClock
96976
- VTimePickerControls: VTimePickerControls
96977
96569
  VStepperVertical: VStepperVertical
96978
96570
  VStepperVerticalItem: VStepperVerticalItem
96979
96571
  VStepperVerticalActions: VStepperVerticalActions
96572
+ VTimePicker: VTimePicker
96573
+ VTimePickerClock: VTimePickerClock
96574
+ VTimePickerControls: VTimePickerControls
96980
96575
  VIconBtn: VIconBtn
96981
96576
  VTreeview: VTreeview
96982
96577
  VTreeviewItem: VTreeviewItem
96983
96578
  VTreeviewGroup: VTreeviewGroup
96579
+ VFileUpload: VFileUpload
96580
+ VFileUploadItem: VFileUploadItem
96984
96581
  VDateInput: VDateInput
96985
96582
  VPullToRefresh: VPullToRefresh
96986
96583
  }