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