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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (217) hide show
  1. package/CHANGELOG.md +5 -27
  2. package/dist/json/attributes.json +3031 -3031
  3. package/dist/json/importMap-labs.json +36 -36
  4. package/dist/json/importMap.json +150 -150
  5. package/dist/json/web-types.json +5537 -5577
  6. package/dist/vuetify-labs.cjs +197 -346
  7. package/dist/vuetify-labs.css +25469 -23739
  8. package/dist/vuetify-labs.d.ts +677 -274
  9. package/dist/vuetify-labs.esm.js +198 -347
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +197 -346
  12. package/dist/vuetify-labs.min.css +4 -3
  13. package/dist/vuetify.cjs +173 -328
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +24041 -22315
  16. package/dist/vuetify.d.ts +680 -277
  17. package/dist/vuetify.esm.js +174 -329
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +173 -328
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +4 -3
  22. package/dist/vuetify.min.js +1161 -1152
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/blueprints/md3.js +18 -5
  25. package/lib/blueprints/md3.js.map +1 -1
  26. package/lib/components/VAlert/VAlert.css +215 -207
  27. package/lib/components/VApp/VApp.css +15 -16
  28. package/lib/components/VAppBar/VAppBar.css +12 -14
  29. package/lib/components/VAutocomplete/VAutocomplete.css +84 -85
  30. package/lib/components/VAutocomplete/VAutocomplete.d.ts +9 -18
  31. package/lib/components/VAutocomplete/VAutocomplete.js +3 -6
  32. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  33. package/lib/components/VAvatar/VAvatar.css +106 -108
  34. package/lib/components/VBadge/VBadge.css +77 -77
  35. package/lib/components/VBanner/VBanner.css +166 -161
  36. package/lib/components/VBottomNavigation/VBottomNavigation.css +64 -65
  37. package/lib/components/VBottomSheet/VBottomSheet.css +31 -34
  38. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +57 -54
  39. package/lib/components/VBtn/VBtn.css +408 -385
  40. package/lib/components/VBtn/VBtn.sass +4 -4
  41. package/lib/components/VBtnGroup/VBtnGroup.css +64 -63
  42. package/lib/components/VBtnToggle/VBtnToggle.css +14 -16
  43. package/lib/components/VCard/VCard.css +302 -294
  44. package/lib/components/VCarousel/VCarousel.css +65 -63
  45. package/lib/components/VCarousel/VCarousel.sass +1 -1
  46. package/lib/components/VCheckbox/VCheckbox.css +5 -7
  47. package/lib/components/VChip/VChip.css +411 -378
  48. package/lib/components/VChipGroup/VChipGroup.css +18 -19
  49. package/lib/components/VCode/VCode.css +11 -10
  50. package/lib/components/VCode/VCode.sass +3 -0
  51. package/lib/components/VColorPicker/VColorPicker.css +23 -23
  52. package/lib/components/VColorPicker/VColorPickerCanvas.css +22 -24
  53. package/lib/components/VColorPicker/VColorPickerEdit.css +28 -29
  54. package/lib/components/VColorPicker/VColorPickerPreview.css +67 -69
  55. package/lib/components/VColorPicker/VColorPickerPreview.sass +2 -4
  56. package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
  57. package/lib/components/VCombobox/VCombobox.css +84 -85
  58. package/lib/components/VCombobox/VCombobox.d.ts +9 -18
  59. package/lib/components/VCombobox/VCombobox.js +3 -6
  60. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  61. package/lib/components/VCounter/VCounter.css +5 -7
  62. package/lib/components/VDataTable/VDataTable.css +186 -189
  63. package/lib/components/VDataTable/VDataTable.sass +11 -21
  64. package/lib/components/VDataTable/VDataTableFooter.css +31 -33
  65. package/lib/components/VDatePicker/VDatePicker.css +6 -8
  66. package/lib/components/VDatePicker/VDatePicker.d.ts +7 -7
  67. package/lib/components/VDatePicker/VDatePickerControls.css +57 -55
  68. package/lib/components/VDatePicker/VDatePickerHeader.css +60 -56
  69. package/lib/components/VDatePicker/VDatePickerMonth.css +55 -51
  70. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +7 -7
  71. package/lib/components/VDatePicker/VDatePickerMonths.css +19 -20
  72. package/lib/components/VDatePicker/VDatePickerYears.css +15 -16
  73. package/lib/components/VDialog/VDialog.css +98 -98
  74. package/lib/components/VDivider/VDivider.css +52 -52
  75. package/lib/components/VEmptyState/VEmptyState.css +67 -62
  76. package/lib/components/VExpansionPanel/VExpansionPanel.css +209 -203
  77. package/lib/components/VExpansionPanel/VExpansionPanel.sass +25 -27
  78. package/lib/components/VFab/VFab.css +73 -78
  79. package/lib/components/VFab/VFab.sass +4 -5
  80. package/lib/components/VField/VField.css +589 -548
  81. package/lib/components/VFileInput/VFileInput.css +28 -30
  82. package/lib/components/VFooter/VFooter.css +36 -38
  83. package/lib/components/VForm/VForm.d.ts +531 -111
  84. package/lib/components/VForm/VForm.js +1 -11
  85. package/lib/components/VForm/VForm.js.map +1 -1
  86. package/lib/components/VGrid/VGrid.css +592 -565
  87. package/lib/components/VIcon/VIcon.css +53 -52
  88. package/lib/components/VImg/VImg.css +51 -50
  89. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +37 -36
  90. package/lib/components/VInput/VInput.css +147 -136
  91. package/lib/components/VItemGroup/VItemGroup.css +5 -7
  92. package/lib/components/VKbd/VKbd.css +11 -13
  93. package/lib/components/VLabel/VLabel.css +15 -16
  94. package/lib/components/VLayout/VLayout.css +8 -10
  95. package/lib/components/VLayout/VLayoutItem.css +7 -8
  96. package/lib/components/VList/VList.css +108 -104
  97. package/lib/components/VList/VList.sass +1 -1
  98. package/lib/components/VList/VListItem.css +452 -440
  99. package/lib/components/VList/VListItem.sass +1 -2
  100. package/lib/components/VLocaleProvider/VLocaleProvider.css +2 -4
  101. package/lib/components/VMain/VMain.css +30 -32
  102. package/lib/components/VMenu/VMenu.css +19 -21
  103. package/lib/components/VMessages/VMessages.css +15 -17
  104. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +104 -102
  105. package/lib/components/VNumberInput/VNumberInput.css +46 -48
  106. package/lib/components/VOtpInput/VOtpInput.css +58 -56
  107. package/lib/components/VOverlay/VOverlay.css +64 -61
  108. package/lib/components/VOverlay/VOverlay.sass +13 -14
  109. package/lib/components/VPagination/VPagination.css +8 -10
  110. package/lib/components/VParallax/VParallax.css +6 -8
  111. package/lib/components/VProgressCircular/VProgressCircular.css +101 -95
  112. package/lib/components/VProgressLinear/VProgressLinear.css +222 -209
  113. package/lib/components/VRadioGroup/VRadioGroup.css +12 -14
  114. package/lib/components/VRating/VRating.css +53 -52
  115. package/lib/components/VResponsive/VResponsive.css +26 -25
  116. package/lib/components/VSelect/VSelect.css +51 -53
  117. package/lib/components/VSelect/VSelect.d.ts +9 -18
  118. package/lib/components/VSelect/VSelect.js +3 -6
  119. package/lib/components/VSelect/VSelect.js.map +1 -1
  120. package/lib/components/VSelectionControl/VSelectionControl.css +100 -98
  121. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +8 -10
  122. package/lib/components/VSheet/VSheet.css +36 -38
  123. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +224 -225
  124. package/lib/components/VSlideGroup/VSlideGroup.css +55 -53
  125. package/lib/components/VSlider/VSlider.css +57 -53
  126. package/lib/components/VSlider/VSliderThumb.css +153 -142
  127. package/lib/components/VSlider/VSliderTrack.css +174 -155
  128. package/lib/components/VSnackbar/VSnackbar.css +140 -140
  129. package/lib/components/VSpeedDial/VSpeedDial.css +41 -43
  130. package/lib/components/VStepper/VStepper.css +56 -55
  131. package/lib/components/VStepper/VStepperItem.css +115 -112
  132. package/lib/components/VSwitch/VSwitch.css +139 -129
  133. package/lib/components/VSystemBar/VSystemBar.css +43 -45
  134. package/lib/components/VTable/VTable.css +141 -140
  135. package/lib/components/VTable/VTable.sass +2 -4
  136. package/lib/components/VTabs/VTab.css +29 -30
  137. package/lib/components/VTabs/VTabs.css +65 -59
  138. package/lib/components/VTextField/VTextField.css +85 -77
  139. package/lib/components/VTextarea/VTextarea.css +40 -48
  140. package/lib/components/VTextarea/VTextarea.sass +2 -4
  141. package/lib/components/VThemeProvider/VThemeProvider.css +3 -5
  142. package/lib/components/VTimeline/VTimeline.css +427 -388
  143. package/lib/components/VToolbar/VToolbar.css +144 -137
  144. package/lib/components/VTooltip/VTooltip.css +23 -27
  145. package/lib/components/VTooltip/VTooltip.sass +6 -8
  146. package/lib/components/VVirtualScroll/VVirtualScroll.css +9 -11
  147. package/lib/components/VWindow/VWindow.css +70 -73
  148. package/lib/composables/calendar.d.ts +2 -2
  149. package/lib/composables/calendar.js +5 -7
  150. package/lib/composables/calendar.js.map +1 -1
  151. package/lib/composables/date/DateAdapter.d.ts +1 -0
  152. package/lib/composables/date/DateAdapter.js.map +1 -1
  153. package/lib/composables/date/adapters/vuetify.d.ts +1 -0
  154. package/lib/composables/date/adapters/vuetify.js +101 -160
  155. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  156. package/lib/composables/date/date.d.ts +1 -1
  157. package/lib/composables/date/date.js +0 -20
  158. package/lib/composables/date/date.js.map +1 -1
  159. package/lib/composables/filter.js +2 -1
  160. package/lib/composables/filter.js.map +1 -1
  161. package/lib/composables/theme.d.ts +1 -6
  162. package/lib/composables/theme.js +30 -98
  163. package/lib/composables/theme.js.map +1 -1
  164. package/lib/composables/validation.js +5 -0
  165. package/lib/composables/validation.js.map +1 -1
  166. package/lib/composables/virtual.js +1 -6
  167. package/lib/composables/virtual.js.map +1 -1
  168. package/lib/directives/ripple/VRipple.css +36 -38
  169. package/lib/entry-bundler.d.ts +1 -0
  170. package/lib/entry-bundler.js +1 -1
  171. package/lib/entry-bundler.js.map +1 -1
  172. package/lib/framework.d.ts +64 -66
  173. package/lib/framework.js +1 -1
  174. package/lib/framework.js.map +1 -1
  175. package/lib/labs/VCalendar/VCalendar.css +225 -219
  176. package/lib/labs/VCalendar/VCalendar.d.ts +7 -7
  177. package/lib/labs/VCalendar/VCalendarDay.css +32 -33
  178. package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
  179. package/lib/labs/VCalendar/VCalendarInterval.css +42 -43
  180. package/lib/labs/VCalendar/VCalendarInterval.js +25 -19
  181. package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
  182. package/lib/labs/VCalendar/VCalendarIntervalEvent.css +5 -7
  183. package/lib/labs/VCalendar/VCalendarMonthDay.css +58 -61
  184. package/lib/labs/VCalendar/VCalendarMonthDay.sass +2 -3
  185. package/lib/labs/VDateInput/VDateInput.d.ts +7 -7
  186. package/lib/labs/VFileUpload/VFileUpload.css +77 -74
  187. package/lib/labs/VIconBtn/VIconBtn.css +164 -162
  188. package/lib/labs/VPicker/VPicker.css +63 -58
  189. package/lib/labs/VTimePicker/VTimePicker.css +7 -9
  190. package/lib/labs/VTimePicker/VTimePickerClock.css +129 -126
  191. package/lib/labs/VTimePicker/VTimePickerControls.css +103 -102
  192. package/lib/labs/VTreeview/VTreeviewItem.css +28 -30
  193. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -3
  194. package/lib/labs/entry-bundler.d.ts +1 -0
  195. package/lib/styles/elements/_global.sass +1 -1
  196. package/lib/styles/generic/_colors.scss +3 -3
  197. package/lib/styles/generic/_layers.scss +1 -13
  198. package/lib/styles/generic/_reset.scss +1 -0
  199. package/lib/styles/generic/_transitions.scss +32 -32
  200. package/lib/styles/main.css +16142 -14667
  201. package/lib/styles/settings/_utilities.scss +5 -0
  202. package/lib/styles/settings/_variables.scss +2 -1
  203. package/lib/styles/tools/_bootable.sass +3 -0
  204. package/lib/styles/tools/_border.sass +4 -4
  205. package/lib/styles/tools/_display.sass +10 -0
  206. package/lib/styles/tools/_elevation.sass +2 -2
  207. package/lib/styles/tools/_index.sass +2 -0
  208. package/lib/styles/tools/_layer.scss +2 -4
  209. package/lib/styles/tools/_position.sass +2 -2
  210. package/lib/styles/tools/_radius.sass +10 -0
  211. package/lib/styles/tools/_rounded.sass +2 -2
  212. package/lib/styles/tools/_utilities.sass +5 -1
  213. package/lib/styles/utilities/_elevation.scss +1 -1
  214. package/lib/util/globals.d.ts +0 -1
  215. package/lib/util/globals.js +0 -1
  216. package/lib/util/globals.js.map +1 -1
  217. package/package.json +46 -45
@@ -39,6 +39,7 @@ interface DateAdapter<T = unknown> {
39
39
  getDiff(date: T, comparing: T | string, unit?: string): number;
40
40
  getWeekArray(date: T, firstDayOfWeek?: number | string): T[][];
41
41
  getWeekdays(firstDayOfWeek?: number | string): string[];
42
+ getWeek(date: T, firstDayOfWeek?: number | string, firstWeekMinSize?: number): number;
42
43
  getMonth(date: T): number;
43
44
  setMonth(date: T, month: number): T;
44
45
  getDate(date: T): number;
@@ -132,12 +133,11 @@ type DeepPartial<T> = T extends object ? {
132
133
  } : T;
133
134
  type ThemeOptions = false | {
134
135
  cspNonce?: string;
135
- defaultTheme?: 'light' | 'dark' | 'system' | string;
136
+ defaultTheme?: string;
136
137
  variations?: false | VariationsOptions;
137
138
  themes?: Record<string, ThemeDefinition>;
138
139
  stylesheetId?: string;
139
140
  scope?: string;
140
- unimportant?: boolean;
141
141
  };
142
142
  type ThemeDefinition = DeepPartial<InternalThemeDefinition>;
143
143
  interface VariationsOptions {
@@ -174,15 +174,11 @@ interface OnColors {
174
174
  'on-info': string;
175
175
  }
176
176
  interface ThemeInstance {
177
- change: (themeName: string) => void;
178
- cycle: (themeArray?: string[]) => void;
179
- toggle: (themeArray?: [string, string]) => void;
180
177
  readonly isDisabled: boolean;
181
178
  readonly themes: Ref<Record<string, InternalThemeDefinition>>;
182
179
  readonly name: Readonly<Ref<string>>;
183
180
  readonly current: DeepReadonly<Ref<InternalThemeDefinition>>;
184
181
  readonly computedThemes: DeepReadonly<Ref<Record<string, InternalThemeDefinition>>>;
185
- readonly prefix: string;
186
182
  readonly themeClasses: Readonly<Ref<string | undefined>>;
187
183
  readonly styles: Readonly<Ref<string>>;
188
184
  readonly global: {
@@ -12638,20 +12634,17 @@ declare const VAutocomplete: {
12638
12634
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
12639
12635
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
12640
12636
  item: (arg: {
12641
- item: unknown;
12642
- internalItem: ListItem<unknown>;
12637
+ item: ListItem<unknown>;
12643
12638
  index: number;
12644
12639
  props: Record<string, unknown>;
12645
12640
  }) => vue.VNode[];
12646
12641
  chip: (arg: {
12647
- item: unknown;
12648
- internalItem: ListItem<unknown>;
12642
+ item: ListItem<unknown>;
12649
12643
  index: number;
12650
12644
  props: Record<string, unknown>;
12651
12645
  }) => vue.VNode[];
12652
12646
  selection: (arg: {
12653
- item: unknown;
12654
- internalItem: ListItem<unknown>;
12647
+ item: ListItem<unknown>;
12655
12648
  index: number;
12656
12649
  }) => vue.VNode[];
12657
12650
  'prepend-item': () => vue.VNode[];
@@ -17421,20 +17414,17 @@ declare const VAutocomplete: {
17421
17414
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
17422
17415
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
17423
17416
  item: (arg: {
17424
- item: unknown;
17425
- internalItem: ListItem<unknown>;
17417
+ item: ListItem<unknown>;
17426
17418
  index: number;
17427
17419
  props: Record<string, unknown>;
17428
17420
  }) => vue.VNode[];
17429
17421
  chip: (arg: {
17430
- item: unknown;
17431
- internalItem: ListItem<unknown>;
17422
+ item: ListItem<unknown>;
17432
17423
  index: number;
17433
17424
  props: Record<string, unknown>;
17434
17425
  }) => vue.VNode[];
17435
17426
  selection: (arg: {
17436
- item: unknown;
17437
- internalItem: ListItem<unknown>;
17427
+ item: ListItem<unknown>;
17438
17428
  index: number;
17439
17429
  }) => vue.VNode[];
17440
17430
  'prepend-item': () => vue.VNode[];
@@ -17451,20 +17441,17 @@ declare const VAutocomplete: {
17451
17441
  "onUpdate:modelValue"?: (value: V) => void;
17452
17442
  }, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
17453
17443
  item: {
17454
- item: Item;
17455
- internalItem: ListItem<Item>;
17444
+ item: ListItem<Item>;
17456
17445
  index: number;
17457
17446
  props: Record<string, unknown>;
17458
17447
  };
17459
17448
  chip: {
17460
- item: Item;
17461
- internalItem: ListItem<Item>;
17449
+ item: ListItem<Item>;
17462
17450
  index: number;
17463
17451
  props: Record<string, unknown>;
17464
17452
  };
17465
17453
  selection: {
17466
- item: Item;
17467
- internalItem: ListItem<Item>;
17454
+ item: ListItem<Item>;
17468
17455
  index: number;
17469
17456
  };
17470
17457
  "prepend-item": never;
@@ -28680,20 +28667,17 @@ declare const VCombobox: {
28680
28667
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
28681
28668
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
28682
28669
  item: (arg: {
28683
- item: unknown;
28684
- internalItem: ListItem<unknown>;
28670
+ item: ListItem<unknown>;
28685
28671
  index: number;
28686
28672
  props: Record<string, unknown>;
28687
28673
  }) => vue.VNode[];
28688
28674
  chip: (arg: {
28689
- item: unknown;
28690
- internalItem: ListItem<unknown>;
28675
+ item: ListItem<unknown>;
28691
28676
  index: number;
28692
28677
  props: Record<string, unknown>;
28693
28678
  }) => vue.VNode[];
28694
28679
  selection: (arg: {
28695
- item: unknown;
28696
- internalItem: ListItem<unknown>;
28680
+ item: ListItem<unknown>;
28697
28681
  index: number;
28698
28682
  }) => vue.VNode[];
28699
28683
  'prepend-item': () => vue.VNode[];
@@ -33459,20 +33443,17 @@ declare const VCombobox: {
33459
33443
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
33460
33444
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
33461
33445
  item: (arg: {
33462
- item: unknown;
33463
- internalItem: ListItem<unknown>;
33446
+ item: ListItem<unknown>;
33464
33447
  index: number;
33465
33448
  props: Record<string, unknown>;
33466
33449
  }) => vue.VNode[];
33467
33450
  chip: (arg: {
33468
- item: unknown;
33469
- internalItem: ListItem<unknown>;
33451
+ item: ListItem<unknown>;
33470
33452
  index: number;
33471
33453
  props: Record<string, unknown>;
33472
33454
  }) => vue.VNode[];
33473
33455
  selection: (arg: {
33474
- item: unknown;
33475
- internalItem: ListItem<unknown>;
33456
+ item: ListItem<unknown>;
33476
33457
  index: number;
33477
33458
  }) => vue.VNode[];
33478
33459
  'prepend-item': () => vue.VNode[];
@@ -33489,20 +33470,17 @@ declare const VCombobox: {
33489
33470
  "onUpdate:modelValue"?: (value: V) => void;
33490
33471
  }, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
33491
33472
  item: {
33492
- item: Item;
33493
- internalItem: ListItem<Item>;
33473
+ item: ListItem<Item>;
33494
33474
  index: number;
33495
33475
  props: Record<string, unknown>;
33496
33476
  };
33497
33477
  chip: {
33498
- item: Item;
33499
- internalItem: ListItem<Item>;
33478
+ item: ListItem<Item>;
33500
33479
  index: number;
33501
33480
  props: Record<string, unknown>;
33502
33481
  };
33503
33482
  selection: {
33504
- item: Item;
33505
- internalItem: ListItem<Item>;
33483
+ item: ListItem<Item>;
33506
33484
  index: number;
33507
33485
  };
33508
33486
  "prepend-item": never;
@@ -38151,7 +38129,6 @@ declare const VDatePicker: {
38151
38129
  showAdjacentMonths: boolean;
38152
38130
  weekdays: CalendarWeekdays[];
38153
38131
  weeksInMonth: "static" | "dynamic";
38154
- firstDayOfWeek: string | number;
38155
38132
  hideWeekdays: boolean;
38156
38133
  showWeek: boolean;
38157
38134
  } & {
@@ -38178,6 +38155,7 @@ declare const VDatePicker: {
38178
38155
  bgColor?: string | undefined;
38179
38156
  controlHeight?: string | number | undefined;
38180
38157
  headerColor?: string | undefined;
38158
+ firstDayOfWeek?: string | number | undefined;
38181
38159
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38182
38160
  } & {
38183
38161
  "onUpdate:month"?: ((date: any) => any) | undefined;
@@ -38246,7 +38224,6 @@ declare const VDatePicker: {
38246
38224
  showAdjacentMonths: boolean;
38247
38225
  weekdays: CalendarWeekdays[];
38248
38226
  weeksInMonth: "static" | "dynamic";
38249
- firstDayOfWeek: string | number;
38250
38227
  hideWeekdays: boolean;
38251
38228
  showWeek: boolean;
38252
38229
  } & {
@@ -38273,6 +38250,7 @@ declare const VDatePicker: {
38273
38250
  bgColor?: string | undefined;
38274
38251
  controlHeight?: string | number | undefined;
38275
38252
  headerColor?: string | undefined;
38253
+ firstDayOfWeek?: string | number | undefined;
38276
38254
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38277
38255
  } & {
38278
38256
  "onUpdate:month"?: ((date: any) => any) | undefined;
@@ -38325,7 +38303,6 @@ declare const VDatePicker: {
38325
38303
  showAdjacentMonths: boolean;
38326
38304
  weekdays: CalendarWeekdays[];
38327
38305
  weeksInMonth: "static" | "dynamic";
38328
- firstDayOfWeek: string | number;
38329
38306
  hideWeekdays: boolean;
38330
38307
  showWeek: boolean;
38331
38308
  } & {
@@ -38352,6 +38329,7 @@ declare const VDatePicker: {
38352
38329
  bgColor?: string | undefined;
38353
38330
  controlHeight?: string | number | undefined;
38354
38331
  headerColor?: string | undefined;
38332
+ firstDayOfWeek?: string | number | undefined;
38355
38333
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38356
38334
  } & {
38357
38335
  "onUpdate:month"?: ((date: any) => any) | undefined;
@@ -38462,7 +38440,7 @@ declare const VDatePicker: {
38462
38440
  };
38463
38441
  firstDayOfWeek: {
38464
38442
  type: (StringConstructor | NumberConstructor)[];
38465
- default: number;
38443
+ default: undefined;
38466
38444
  };
38467
38445
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
38468
38446
  hideWeekdays: BooleanConstructor;
@@ -38567,7 +38545,7 @@ declare const VDatePicker: {
38567
38545
  };
38568
38546
  firstDayOfWeek: {
38569
38547
  type: (StringConstructor | NumberConstructor)[];
38570
- default: number;
38548
+ default: undefined;
38571
38549
  };
38572
38550
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
38573
38551
  hideWeekdays: BooleanConstructor;
@@ -38913,7 +38891,6 @@ declare const VDatePickerMonth: {
38913
38891
  showAdjacentMonths: boolean;
38914
38892
  weekdays: CalendarWeekdays[];
38915
38893
  weeksInMonth: "static" | "dynamic";
38916
- firstDayOfWeek: string | number;
38917
38894
  hideWeekdays: boolean;
38918
38895
  showWeek: boolean;
38919
38896
  } & {
@@ -38924,6 +38901,7 @@ declare const VDatePickerMonth: {
38924
38901
  month?: string | number | undefined;
38925
38902
  year?: string | number | undefined;
38926
38903
  modelValue?: unknown[] | undefined;
38904
+ firstDayOfWeek?: string | number | undefined;
38927
38905
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38928
38906
  } & {
38929
38907
  $children?: {} | vue.VNodeChild | {
@@ -38992,7 +38970,6 @@ declare const VDatePickerMonth: {
38992
38970
  showAdjacentMonths: boolean;
38993
38971
  weekdays: CalendarWeekdays[];
38994
38972
  weeksInMonth: "static" | "dynamic";
38995
- firstDayOfWeek: string | number;
38996
38973
  hideWeekdays: boolean;
38997
38974
  showWeek: boolean;
38998
38975
  } & {
@@ -39003,6 +38980,7 @@ declare const VDatePickerMonth: {
39003
38980
  month?: string | number | undefined;
39004
38981
  year?: string | number | undefined;
39005
38982
  modelValue?: unknown[] | undefined;
38983
+ firstDayOfWeek?: string | number | undefined;
39006
38984
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
39007
38985
  } & {
39008
38986
  $children?: {} | vue.VNodeChild | {
@@ -39056,7 +39034,6 @@ declare const VDatePickerMonth: {
39056
39034
  showAdjacentMonths: boolean;
39057
39035
  weekdays: CalendarWeekdays[];
39058
39036
  weeksInMonth: "static" | "dynamic";
39059
- firstDayOfWeek: string | number;
39060
39037
  hideWeekdays: boolean;
39061
39038
  showWeek: boolean;
39062
39039
  } & {
@@ -39067,6 +39044,7 @@ declare const VDatePickerMonth: {
39067
39044
  month?: string | number | undefined;
39068
39045
  year?: string | number | undefined;
39069
39046
  modelValue?: unknown[] | undefined;
39047
+ firstDayOfWeek?: string | number | undefined;
39070
39048
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
39071
39049
  } & {
39072
39050
  $children?: {} | vue.VNodeChild | {
@@ -39142,7 +39120,7 @@ declare const VDatePickerMonth: {
39142
39120
  };
39143
39121
  firstDayOfWeek: {
39144
39122
  type: (StringConstructor | NumberConstructor)[];
39145
- default: number;
39123
+ default: undefined;
39146
39124
  };
39147
39125
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
39148
39126
  color: StringConstructor;
@@ -39178,7 +39156,7 @@ declare const VDatePickerMonth: {
39178
39156
  };
39179
39157
  firstDayOfWeek: {
39180
39158
  type: (StringConstructor | NumberConstructor)[];
39181
- default: number;
39159
+ default: undefined;
39182
39160
  };
39183
39161
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
39184
39162
  color: StringConstructor;
@@ -45305,49 +45283,169 @@ declare const VForm: {
45305
45283
  } & {
45306
45284
  $children?: vue.VNodeChild | {
45307
45285
  default?: ((arg: {
45308
- errors: FieldValidationResult[];
45309
- isDisabled: boolean;
45310
- isReadonly: boolean;
45311
- isValidating: boolean;
45312
- isValid: boolean | null;
45313
- items: FormField[];
45314
- validate: () => Promise<FormValidationResult>;
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
+ }>;
45315
45323
  reset: () => void;
45316
45324
  resetValidation: () => void;
45317
45325
  }) => vue.VNodeChild) | undefined;
45318
45326
  } | ((arg: {
45319
- errors: FieldValidationResult[];
45320
- isDisabled: boolean;
45321
- isReadonly: boolean;
45322
- isValidating: boolean;
45323
- isValid: boolean | null;
45324
- items: FormField[];
45325
- validate: () => Promise<FormValidationResult>;
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
+ }>;
45326
45364
  reset: () => void;
45327
45365
  resetValidation: () => void;
45328
45366
  }) => vue.VNodeChild);
45329
45367
  'v-slots'?: {
45330
45368
  default?: false | ((arg: {
45331
- errors: FieldValidationResult[];
45332
- isDisabled: boolean;
45333
- isReadonly: boolean;
45334
- isValidating: boolean;
45335
- isValid: boolean | null;
45336
- items: FormField[];
45337
- validate: () => Promise<FormValidationResult>;
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
+ }>;
45338
45406
  reset: () => void;
45339
45407
  resetValidation: () => void;
45340
45408
  }) => vue.VNodeChild) | undefined;
45341
45409
  } | undefined;
45342
45410
  } & {
45343
45411
  "v-slot:default"?: false | ((arg: {
45344
- errors: FieldValidationResult[];
45345
- isDisabled: boolean;
45346
- isReadonly: boolean;
45347
- isValidating: boolean;
45348
- isValid: boolean | null;
45349
- items: FormField[];
45350
- validate: () => Promise<FormValidationResult>;
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
+ }>;
45351
45449
  reset: () => void;
45352
45450
  resetValidation: () => void;
45353
45451
  }) => vue.VNodeChild) | undefined;
@@ -45448,13 +45546,43 @@ declare const VForm: {
45448
45546
  fastFail: boolean;
45449
45547
  }, true, {}, vue.SlotsType<Partial<{
45450
45548
  default: (arg: {
45451
- errors: FieldValidationResult[];
45452
- isDisabled: boolean;
45453
- isReadonly: boolean;
45454
- isValidating: boolean;
45455
- isValid: boolean | null;
45456
- items: FormField[];
45457
- validate: () => Promise<FormValidationResult>;
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
+ }>;
45458
45586
  reset: () => void;
45459
45587
  resetValidation: () => void;
45460
45588
  }) => vue.VNode[];
@@ -45477,49 +45605,169 @@ declare const VForm: {
45477
45605
  } & {
45478
45606
  $children?: vue.VNodeChild | {
45479
45607
  default?: ((arg: {
45480
- errors: FieldValidationResult[];
45481
- isDisabled: boolean;
45482
- isReadonly: boolean;
45483
- isValidating: boolean;
45484
- isValid: boolean | null;
45485
- items: FormField[];
45486
- validate: () => Promise<FormValidationResult>;
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
+ }>;
45487
45645
  reset: () => void;
45488
45646
  resetValidation: () => void;
45489
45647
  }) => vue.VNodeChild) | undefined;
45490
45648
  } | ((arg: {
45491
- errors: FieldValidationResult[];
45492
- isDisabled: boolean;
45493
- isReadonly: boolean;
45494
- isValidating: boolean;
45495
- isValid: boolean | null;
45496
- items: FormField[];
45497
- validate: () => Promise<FormValidationResult>;
45649
+ errors: vue.Ref<{
45650
+ id: number | string;
45651
+ errorMessages: string[];
45652
+ }[], FieldValidationResult[] | {
45653
+ id: number | string;
45654
+ errorMessages: string[];
45655
+ }[]>;
45656
+ isDisabled: vue.ComputedRef<boolean>;
45657
+ isReadonly: vue.ComputedRef<boolean>;
45658
+ isValidating: vue.ShallowRef<boolean, boolean>;
45659
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45660
+ readonly externalValue: boolean | null;
45661
+ };
45662
+ items: vue.Ref<{
45663
+ id: number | string;
45664
+ validate: () => Promise<string[]>;
45665
+ reset: () => Promise<void>;
45666
+ resetValidation: () => Promise<void>;
45667
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45668
+ isValid: boolean | null;
45669
+ errorMessages: string[];
45670
+ }[], FormField[] | {
45671
+ id: number | string;
45672
+ validate: () => Promise<string[]>;
45673
+ reset: () => Promise<void>;
45674
+ resetValidation: () => Promise<void>;
45675
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45676
+ isValid: boolean | null;
45677
+ errorMessages: string[];
45678
+ }[]>;
45679
+ validate: () => Promise<{
45680
+ valid: boolean;
45681
+ errors: {
45682
+ id: number | string;
45683
+ errorMessages: string[];
45684
+ }[];
45685
+ }>;
45498
45686
  reset: () => void;
45499
45687
  resetValidation: () => void;
45500
45688
  }) => vue.VNodeChild);
45501
45689
  'v-slots'?: {
45502
45690
  default?: false | ((arg: {
45503
- errors: FieldValidationResult[];
45504
- isDisabled: boolean;
45505
- isReadonly: boolean;
45506
- isValidating: boolean;
45507
- isValid: boolean | null;
45508
- items: FormField[];
45509
- validate: () => Promise<FormValidationResult>;
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
+ }>;
45510
45728
  reset: () => void;
45511
45729
  resetValidation: () => void;
45512
45730
  }) => vue.VNodeChild) | undefined;
45513
45731
  } | undefined;
45514
45732
  } & {
45515
45733
  "v-slot:default"?: false | ((arg: {
45516
- errors: FieldValidationResult[];
45517
- isDisabled: boolean;
45518
- isReadonly: boolean;
45519
- isValidating: boolean;
45520
- isValid: boolean | null;
45521
- items: FormField[];
45522
- validate: () => Promise<FormValidationResult>;
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
+ }>;
45523
45771
  reset: () => void;
45524
45772
  resetValidation: () => void;
45525
45773
  }) => vue.VNodeChild) | undefined;
@@ -45607,73 +45855,193 @@ declare const VForm: {
45607
45855
  }>;
45608
45856
  reset: () => void;
45609
45857
  resetValidation: () => void;
45610
- };
45611
- }, {}, {}, {}, {
45612
- style: vue.StyleValue;
45613
- disabled: boolean;
45614
- readonly: boolean;
45615
- modelValue: boolean | null;
45616
- 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;
45617
- fastFail: boolean;
45618
- }>;
45619
- __isFragment?: never;
45620
- __isTeleport?: never;
45621
- __isSuspense?: never;
45622
- } & vue.ComponentOptionsBase<{
45623
- style: vue.StyleValue;
45624
- disabled: boolean;
45625
- readonly: boolean;
45626
- modelValue: boolean | null;
45627
- 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;
45628
- fastFail: boolean;
45629
- } & {
45630
- class?: any;
45631
- } & {
45632
- $children?: vue.VNodeChild | {
45633
- default?: ((arg: {
45634
- errors: FieldValidationResult[];
45635
- isDisabled: boolean;
45636
- isReadonly: boolean;
45637
- isValidating: boolean;
45638
- isValid: boolean | null;
45639
- items: FormField[];
45640
- validate: () => Promise<FormValidationResult>;
45641
- reset: () => void;
45642
- resetValidation: () => void;
45643
- }) => vue.VNodeChild) | undefined;
45644
- } | ((arg: {
45645
- errors: FieldValidationResult[];
45646
- isDisabled: boolean;
45647
- isReadonly: boolean;
45648
- isValidating: boolean;
45649
- isValid: boolean | null;
45650
- items: FormField[];
45651
- validate: () => Promise<FormValidationResult>;
45652
- reset: () => void;
45653
- resetValidation: () => void;
45654
- }) => vue.VNodeChild);
45655
- 'v-slots'?: {
45656
- default?: false | ((arg: {
45657
- errors: FieldValidationResult[];
45658
- isDisabled: boolean;
45659
- isReadonly: boolean;
45660
- isValidating: boolean;
45661
- isValid: boolean | null;
45662
- items: FormField[];
45663
- validate: () => Promise<FormValidationResult>;
45664
- reset: () => void;
45665
- resetValidation: () => void;
45858
+ };
45859
+ }, {}, {}, {}, {
45860
+ style: vue.StyleValue;
45861
+ disabled: boolean;
45862
+ readonly: boolean;
45863
+ modelValue: boolean | null;
45864
+ 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;
45865
+ fastFail: boolean;
45866
+ }>;
45867
+ __isFragment?: never;
45868
+ __isTeleport?: never;
45869
+ __isSuspense?: never;
45870
+ } & vue.ComponentOptionsBase<{
45871
+ style: vue.StyleValue;
45872
+ disabled: boolean;
45873
+ readonly: boolean;
45874
+ modelValue: boolean | null;
45875
+ 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;
45876
+ fastFail: boolean;
45877
+ } & {
45878
+ class?: any;
45879
+ } & {
45880
+ $children?: vue.VNodeChild | {
45881
+ 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
+ }>;
45919
+ reset: () => void;
45920
+ resetValidation: () => void;
45921
+ }) => vue.VNodeChild) | undefined;
45922
+ } | ((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
+ }>;
45960
+ reset: () => void;
45961
+ resetValidation: () => void;
45962
+ }) => vue.VNodeChild);
45963
+ 'v-slots'?: {
45964
+ 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
+ }>;
46002
+ reset: () => void;
46003
+ resetValidation: () => void;
45666
46004
  }) => vue.VNodeChild) | undefined;
45667
46005
  } | undefined;
45668
46006
  } & {
45669
46007
  "v-slot:default"?: false | ((arg: {
45670
- errors: FieldValidationResult[];
45671
- isDisabled: boolean;
45672
- isReadonly: boolean;
45673
- isValidating: boolean;
45674
- isValid: boolean | null;
45675
- items: FormField[];
45676
- validate: () => Promise<FormValidationResult>;
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
+ }>;
45677
46045
  reset: () => void;
45678
46046
  resetValidation: () => void;
45679
46047
  }) => vue.VNodeChild) | undefined;
@@ -45774,13 +46142,43 @@ declare const VForm: {
45774
46142
  fastFail: boolean;
45775
46143
  }, {}, string, vue.SlotsType<Partial<{
45776
46144
  default: (arg: {
45777
- errors: FieldValidationResult[];
45778
- isDisabled: boolean;
45779
- isReadonly: boolean;
45780
- isValidating: boolean;
45781
- isValid: boolean | null;
45782
- items: FormField[];
45783
- validate: () => Promise<FormValidationResult>;
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
+ }>;
45784
46182
  reset: () => void;
45785
46183
  resetValidation: () => void;
45786
46184
  }) => vue.VNode[];
@@ -61917,20 +62315,17 @@ declare const VSelect: {
61917
62315
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
61918
62316
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
61919
62317
  item: (arg: {
61920
- item: unknown;
61921
- internalItem: ListItem<unknown>;
62318
+ item: ListItem<unknown>;
61922
62319
  index: number;
61923
62320
  props: Record<string, unknown>;
61924
62321
  }) => vue.VNode[];
61925
62322
  chip: (arg: {
61926
- item: unknown;
61927
- internalItem: ListItem<unknown>;
62323
+ item: ListItem<unknown>;
61928
62324
  index: number;
61929
62325
  props: Record<string, unknown>;
61930
62326
  }) => vue.VNode[];
61931
62327
  selection: (arg: {
61932
- item: unknown;
61933
- internalItem: ListItem<unknown>;
62328
+ item: ListItem<unknown>;
61934
62329
  index: number;
61935
62330
  }) => vue.VNode[];
61936
62331
  'prepend-item': () => vue.VNode[];
@@ -66661,20 +67056,17 @@ declare const VSelect: {
66661
67056
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
66662
67057
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
66663
67058
  item: (arg: {
66664
- item: unknown;
66665
- internalItem: ListItem<unknown>;
67059
+ item: ListItem<unknown>;
66666
67060
  index: number;
66667
67061
  props: Record<string, unknown>;
66668
67062
  }) => vue.VNode[];
66669
67063
  chip: (arg: {
66670
- item: unknown;
66671
- internalItem: ListItem<unknown>;
67064
+ item: ListItem<unknown>;
66672
67065
  index: number;
66673
67066
  props: Record<string, unknown>;
66674
67067
  }) => vue.VNode[];
66675
67068
  selection: (arg: {
66676
- item: unknown;
66677
- internalItem: ListItem<unknown>;
67069
+ item: ListItem<unknown>;
66678
67070
  index: number;
66679
67071
  }) => vue.VNode[];
66680
67072
  'prepend-item': () => vue.VNode[];
@@ -66691,20 +67083,17 @@ declare const VSelect: {
66691
67083
  "onUpdate:modelValue"?: (value: V) => void;
66692
67084
  }, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
66693
67085
  item: {
66694
- item: Item;
66695
- internalItem: ListItem<Item>;
67086
+ item: ListItem<Item>;
66696
67087
  index: number;
66697
67088
  props: Record<string, unknown>;
66698
67089
  };
66699
67090
  chip: {
66700
- item: Item;
66701
- internalItem: ListItem<Item>;
67091
+ item: ListItem<Item>;
66702
67092
  index: number;
66703
67093
  props: Record<string, unknown>;
66704
67094
  };
66705
67095
  selection: {
66706
- item: Item;
66707
- internalItem: ListItem<Item>;
67096
+ item: ListItem<Item>;
66708
67097
  index: number;
66709
67098
  };
66710
67099
  "prepend-item": never;
@@ -82400,7 +82789,6 @@ declare const VCalendar: {
82400
82789
  showAdjacentMonths: boolean;
82401
82790
  weekdays: CalendarWeekdays[];
82402
82791
  weeksInMonth: "static" | "dynamic";
82403
- firstDayOfWeek: string | number;
82404
82792
  intervalDivisions: number;
82405
82793
  intervalDuration: number;
82406
82794
  intervalHeight: number;
@@ -82417,6 +82805,7 @@ declare const VCalendar: {
82417
82805
  year?: string | number | undefined;
82418
82806
  events?: any[] | undefined;
82419
82807
  modelValue?: unknown[] | undefined;
82808
+ firstDayOfWeek?: string | number | undefined;
82420
82809
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
82421
82810
  displayValue?: unknown;
82422
82811
  dayIndex?: number | undefined;
@@ -82560,7 +82949,6 @@ declare const VCalendar: {
82560
82949
  showAdjacentMonths: boolean;
82561
82950
  weekdays: CalendarWeekdays[];
82562
82951
  weeksInMonth: "static" | "dynamic";
82563
- firstDayOfWeek: string | number;
82564
82952
  intervalDivisions: number;
82565
82953
  intervalDuration: number;
82566
82954
  intervalHeight: number;
@@ -82577,6 +82965,7 @@ declare const VCalendar: {
82577
82965
  year?: string | number | undefined;
82578
82966
  events?: any[] | undefined;
82579
82967
  modelValue?: unknown[] | undefined;
82968
+ firstDayOfWeek?: string | number | undefined;
82580
82969
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
82581
82970
  displayValue?: unknown;
82582
82971
  dayIndex?: number | undefined;
@@ -82704,7 +83093,6 @@ declare const VCalendar: {
82704
83093
  showAdjacentMonths: boolean;
82705
83094
  weekdays: CalendarWeekdays[];
82706
83095
  weeksInMonth: "static" | "dynamic";
82707
- firstDayOfWeek: string | number;
82708
83096
  intervalDivisions: number;
82709
83097
  intervalDuration: number;
82710
83098
  intervalHeight: number;
@@ -82721,6 +83109,7 @@ declare const VCalendar: {
82721
83109
  year?: string | number | undefined;
82722
83110
  events?: any[] | undefined;
82723
83111
  modelValue?: unknown[] | undefined;
83112
+ firstDayOfWeek?: string | number | undefined;
82724
83113
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
82725
83114
  displayValue?: unknown;
82726
83115
  dayIndex?: number | undefined;
@@ -82932,7 +83321,7 @@ declare const VCalendar: {
82932
83321
  };
82933
83322
  firstDayOfWeek: {
82934
83323
  type: (StringConstructor | NumberConstructor)[];
82935
- default: number;
83324
+ default: undefined;
82936
83325
  };
82937
83326
  hideHeader: BooleanConstructor;
82938
83327
  hideWeekNumber: BooleanConstructor;
@@ -83022,7 +83411,7 @@ declare const VCalendar: {
83022
83411
  };
83023
83412
  firstDayOfWeek: {
83024
83413
  type: (StringConstructor | NumberConstructor)[];
83025
- default: number;
83414
+ default: undefined;
83026
83415
  };
83027
83416
  hideHeader: BooleanConstructor;
83028
83417
  hideWeekNumber: BooleanConstructor;
@@ -83976,7 +84365,6 @@ declare const VDateInput: {
83976
84365
  showAdjacentMonths: boolean;
83977
84366
  weekdays: CalendarWeekdays[];
83978
84367
  weeksInMonth: "static" | "dynamic";
83979
- firstDayOfWeek: string | number;
83980
84368
  hideWeekdays: boolean;
83981
84369
  showWeek: boolean;
83982
84370
  } & {
@@ -84030,6 +84418,7 @@ declare const VDateInput: {
84030
84418
  suffix?: string | undefined;
84031
84419
  counterValue?: number | ((value: any) => number) | undefined;
84032
84420
  modelModifiers?: Record<string, boolean> | undefined;
84421
+ firstDayOfWeek?: string | number | undefined;
84033
84422
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
84034
84423
  displayFormat?: string | Function | undefined;
84035
84424
  } & {
@@ -86167,7 +86556,6 @@ declare const VDateInput: {
86167
86556
  showAdjacentMonths: boolean;
86168
86557
  weekdays: CalendarWeekdays[];
86169
86558
  weeksInMonth: "static" | "dynamic";
86170
- firstDayOfWeek: string | number;
86171
86559
  hideWeekdays: boolean;
86172
86560
  showWeek: boolean;
86173
86561
  } & {
@@ -86221,6 +86609,7 @@ declare const VDateInput: {
86221
86609
  suffix?: string | undefined;
86222
86610
  counterValue?: number | ((value: any) => number) | undefined;
86223
86611
  modelModifiers?: Record<string, boolean> | undefined;
86612
+ firstDayOfWeek?: string | number | undefined;
86224
86613
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
86225
86614
  displayFormat?: string | Function | undefined;
86226
86615
  } & {
@@ -88333,7 +88722,6 @@ declare const VDateInput: {
88333
88722
  showAdjacentMonths: boolean;
88334
88723
  weekdays: CalendarWeekdays[];
88335
88724
  weeksInMonth: "static" | "dynamic";
88336
- firstDayOfWeek: string | number;
88337
88725
  hideWeekdays: boolean;
88338
88726
  showWeek: boolean;
88339
88727
  } & {
@@ -88387,6 +88775,7 @@ declare const VDateInput: {
88387
88775
  suffix?: string | undefined;
88388
88776
  counterValue?: number | ((value: any) => number) | undefined;
88389
88777
  modelModifiers?: Record<string, boolean> | undefined;
88778
+ firstDayOfWeek?: string | number | undefined;
88390
88779
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
88391
88780
  displayFormat?: string | Function | undefined;
88392
88781
  } & {
@@ -90563,7 +90952,7 @@ declare const VDateInput: {
90563
90952
  };
90564
90953
  firstDayOfWeek: {
90565
90954
  type: (StringConstructor | NumberConstructor)[];
90566
- default: number;
90955
+ default: undefined;
90567
90956
  };
90568
90957
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
90569
90958
  hideWeekdays: BooleanConstructor;
@@ -90786,7 +91175,7 @@ declare const VDateInput: {
90786
91175
  };
90787
91176
  firstDayOfWeek: {
90788
91177
  type: (StringConstructor | NumberConstructor)[];
90789
- default: number;
91178
+ default: undefined;
90790
91179
  };
90791
91180
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
90792
91181
  hideWeekdays: BooleanConstructor;
@@ -96157,7 +96546,11 @@ declare const index_d$1_md1: typeof md1;
96157
96546
  declare const index_d$1_md2: typeof md2;
96158
96547
  declare const index_d$1_md3: typeof md3;
96159
96548
  declare namespace index_d$1 {
96160
- export { index_d$1_md1 as md1, index_d$1_md2 as md2, index_d$1_md3 as md3 };
96549
+ export {
96550
+ index_d$1_md1 as md1,
96551
+ index_d$1_md2 as md2,
96552
+ index_d$1_md3 as md3,
96553
+ };
96161
96554
  }
96162
96555
 
96163
96556
  interface ClickOutsideBindingArgs {
@@ -96278,7 +96671,16 @@ declare const index_d_Scroll: typeof Scroll;
96278
96671
  declare const index_d_Tooltip: typeof Tooltip;
96279
96672
  declare const index_d_Touch: typeof Touch;
96280
96673
  declare namespace index_d {
96281
- export { index_d_ClickOutside as ClickOutside, index_d_Intersect as Intersect, index_d_Mutate as Mutate, index_d_Resize as Resize, index_d_Ripple as Ripple, index_d_Scroll as Scroll, index_d_Tooltip as Tooltip, index_d_Touch as Touch };
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
+ };
96282
96684
  }
96283
96685
 
96284
96686
  declare const version: string;
@@ -96340,6 +96742,7 @@ declare const createVuetify: (options?: VuetifyOptions) => {
96340
96742
  getDiff: (date: unknown, comparing: unknown, unit?: string) => number;
96341
96743
  getWeekArray: (date: unknown, firstDayOfWeek?: number | string) => unknown[][];
96342
96744
  getWeekdays: (firstDayOfWeek?: number | string) => string[];
96745
+ getWeek: (date: unknown, firstDayOfWeek?: number | string, firstWeekMinSize?: number) => number;
96343
96746
  getMonth: (date: unknown) => number;
96344
96747
  setMonth: (date: unknown, month: number) => unknown;
96345
96748
  getDate: (date: unknown) => number;
@@ -96392,42 +96795,47 @@ declare module 'vue' {
96392
96795
  $children?: VNodeChild
96393
96796
  }
96394
96797
  export interface GlobalComponents {
96798
+ VAlert: VAlert
96799
+ VAlertTitle: VAlertTitle
96395
96800
  VAppBar: VAppBar
96396
96801
  VAppBarNavIcon: VAppBarNavIcon
96397
96802
  VAppBarTitle: VAppBarTitle
96398
96803
  VApp: VApp
96399
- VBadge: VBadge
96400
96804
  VAutocomplete: VAutocomplete
96401
- VAlert: VAlert
96402
- VAlertTitle: VAlertTitle
96805
+ VBanner: VBanner
96806
+ VBannerActions: VBannerActions
96807
+ VBannerText: VBannerText
96403
96808
  VAvatar: VAvatar
96809
+ VBadge: VBadge
96810
+ VBottomSheet: VBottomSheet
96404
96811
  VBottomNavigation: VBottomNavigation
96812
+ VBtnToggle: VBtnToggle
96405
96813
  VBreadcrumbs: VBreadcrumbs
96406
96814
  VBreadcrumbsItem: VBreadcrumbsItem
96407
96815
  VBreadcrumbsDivider: VBreadcrumbsDivider
96408
- VBottomSheet: VBottomSheet
96409
- VBanner: VBanner
96410
- VBannerActions: VBannerActions
96411
- VBannerText: VBannerText
96816
+ VCode: VCode
96412
96817
  VBtn: VBtn
96818
+ VCheckbox: VCheckbox
96819
+ VCheckboxBtn: VCheckboxBtn
96413
96820
  VCarousel: VCarousel
96414
96821
  VCarouselItem: VCarouselItem
96415
- VBtnToggle: VBtnToggle
96416
- VBtnGroup: VBtnGroup
96417
- VChip: VChip
96418
96822
  VCard: VCard
96419
96823
  VCardActions: VCardActions
96420
96824
  VCardItem: VCardItem
96421
96825
  VCardSubtitle: VCardSubtitle
96422
96826
  VCardText: VCardText
96423
96827
  VCardTitle: VCardTitle
96424
- VCode: VCode
96425
- VCheckbox: VCheckbox
96426
- VCheckboxBtn: VCheckboxBtn
96427
- VChipGroup: VChipGroup
96428
- VColorPicker: VColorPicker
96429
96828
  VCombobox: VCombobox
96829
+ VBtnGroup: VBtnGroup
96830
+ VCounter: VCounter
96831
+ VColorPicker: VColorPicker
96430
96832
  VDialog: VDialog
96833
+ VDatePicker: VDatePicker
96834
+ VDatePickerControls: VDatePickerControls
96835
+ VDatePickerHeader: VDatePickerHeader
96836
+ VDatePickerMonth: VDatePickerMonth
96837
+ VDatePickerMonths: VDatePickerMonths
96838
+ VDatePickerYears: VDatePickerYears
96431
96839
  VDataTable: VDataTable
96432
96840
  VDataTableHeaders: VDataTableHeaders
96433
96841
  VDataTableFooter: VDataTableFooter
@@ -96435,35 +96843,26 @@ declare module 'vue' {
96435
96843
  VDataTableRow: VDataTableRow
96436
96844
  VDataTableVirtual: VDataTableVirtual
96437
96845
  VDataTableServer: VDataTableServer
96438
- VCounter: VCounter
96439
- VDatePicker: VDatePicker
96440
- VDatePickerControls: VDatePickerControls
96441
- VDatePickerHeader: VDatePickerHeader
96442
- VDatePickerMonth: VDatePickerMonth
96443
- VDatePickerMonths: VDatePickerMonths
96444
- VDatePickerYears: VDatePickerYears
96846
+ VDivider: VDivider
96847
+ VFab: VFab
96445
96848
  VEmptyState: VEmptyState
96446
96849
  VExpansionPanels: VExpansionPanels
96447
96850
  VExpansionPanel: VExpansionPanel
96448
96851
  VExpansionPanelText: VExpansionPanelText
96449
96852
  VExpansionPanelTitle: VExpansionPanelTitle
96450
- VDivider: VDivider
96451
- VFab: VFab
96452
- VField: VField
96453
- VFieldLabel: VFieldLabel
96454
- VFooter: VFooter
96455
96853
  VFileInput: VFileInput
96456
96854
  VImg: VImg
96855
+ VFooter: VFooter
96856
+ VField: VField
96857
+ VFieldLabel: VFieldLabel
96457
96858
  VIcon: VIcon
96458
96859
  VComponentIcon: VComponentIcon
96459
96860
  VSvgIcon: VSvgIcon
96460
96861
  VLigatureIcon: VLigatureIcon
96461
96862
  VClassIcon: VClassIcon
96462
- VInfiniteScroll: VInfiniteScroll
96463
- VLabel: VLabel
96863
+ VInput: VInput
96464
96864
  VItemGroup: VItemGroup
96465
96865
  VItem: VItem
96466
- VInput: VInput
96467
96866
  VList: VList
96468
96867
  VListGroup: VListGroup
96469
96868
  VListImg: VListImg
@@ -96473,49 +96872,51 @@ declare module 'vue' {
96473
96872
  VListItemSubtitle: VListItemSubtitle
96474
96873
  VListItemTitle: VListItemTitle
96475
96874
  VListSubheader: VListSubheader
96476
- VMain: VMain
96875
+ VInfiniteScroll: VInfiniteScroll
96477
96876
  VKbd: VKbd
96877
+ VLabel: VLabel
96878
+ VMain: VMain
96478
96879
  VMenu: VMenu
96479
- VMessages: VMessages
96480
96880
  VNavigationDrawer: VNavigationDrawer
96481
- VPagination: VPagination
96881
+ VMessages: VMessages
96482
96882
  VNumberInput: VNumberInput
96483
96883
  VOtpInput: VOtpInput
96484
- VProgressLinear: VProgressLinear
96485
96884
  VOverlay: VOverlay
96885
+ VProgressLinear: VProgressLinear
96486
96886
  VProgressCircular: VProgressCircular
96887
+ VPagination: VPagination
96888
+ VSelect: VSelect
96487
96889
  VRadioGroup: VRadioGroup
96488
96890
  VRating: VRating
96489
- VSelectionControl: VSelectionControl
96490
- VSelectionControlGroup: VSelectionControlGroup
96491
- VSkeletonLoader: VSkeletonLoader
96492
- VSelect: VSelect
96493
96891
  VSlideGroup: VSlideGroup
96494
96892
  VSlideGroupItem: VSlideGroupItem
96893
+ VSelectionControlGroup: VSelectionControlGroup
96894
+ VSkeletonLoader: VSkeletonLoader
96495
96895
  VSnackbar: VSnackbar
96896
+ VSheet: VSheet
96897
+ VSelectionControl: VSelectionControl
96898
+ VSlider: VSlider
96899
+ VSwitch: VSwitch
96496
96900
  VStepper: VStepper
96497
96901
  VStepperActions: VStepperActions
96498
96902
  VStepperHeader: VStepperHeader
96499
96903
  VStepperItem: VStepperItem
96500
96904
  VStepperWindow: VStepperWindow
96501
96905
  VStepperWindowItem: VStepperWindowItem
96502
- VSlider: VSlider
96503
- VSwitch: VSwitch
96504
- VTextarea: VTextarea
96505
96906
  VSystemBar: VSystemBar
96506
- VSheet: VSheet
96907
+ VTextField: VTextField
96908
+ VTable: VTable
96909
+ VTimeline: VTimeline
96910
+ VTimelineItem: VTimelineItem
96911
+ VTextarea: VTextarea
96507
96912
  VTab: VTab
96508
96913
  VTabs: VTabs
96509
96914
  VTabsWindow: VTabsWindow
96510
96915
  VTabsWindowItem: VTabsWindowItem
96511
- VTable: VTable
96512
96916
  VToolbar: VToolbar
96513
96917
  VToolbarTitle: VToolbarTitle
96514
96918
  VToolbarItems: VToolbarItems
96515
- VTextField: VTextField
96516
96919
  VTooltip: VTooltip
96517
- VTimeline: VTimeline
96518
- VTimelineItem: VTimelineItem
96519
96920
  VWindow: VWindow
96520
96921
  VWindowItem: VWindowItem
96521
96922
  VConfirmEdit: VConfirmEdit
@@ -96540,6 +96941,9 @@ declare module 'vue' {
96540
96941
  VSpeedDial: VSpeedDial
96541
96942
  VSparkline: VSparkline
96542
96943
  VThemeProvider: VThemeProvider
96944
+ VValidation: VValidation
96945
+ VChipGroup: VChipGroup
96946
+ VVirtualScroll: VVirtualScroll
96543
96947
  VFabTransition: VFabTransition
96544
96948
  VDialogBottomTransition: VDialogBottomTransition
96545
96949
  VDialogTopTransition: VDialogTopTransition
@@ -96556,28 +96960,27 @@ declare module 'vue' {
96556
96960
  VExpandTransition: VExpandTransition
96557
96961
  VExpandXTransition: VExpandXTransition
96558
96962
  VDialogTransition: VDialogTransition
96559
- VValidation: VValidation
96560
- VVirtualScroll: VVirtualScroll
96561
- VCalendar: VCalendar
96562
- VCalendarDay: VCalendarDay
96563
- VCalendarHeader: VCalendarHeader
96564
- VCalendarInterval: VCalendarInterval
96565
- VCalendarIntervalEvent: VCalendarIntervalEvent
96566
- VCalendarMonthDay: VCalendarMonthDay
96963
+ VChip: VChip
96567
96964
  VPicker: VPicker
96568
96965
  VPickerTitle: VPickerTitle
96569
96966
  VStepperVertical: VStepperVertical
96570
96967
  VStepperVerticalItem: VStepperVerticalItem
96571
96968
  VStepperVerticalActions: VStepperVerticalActions
96572
- VTimePicker: VTimePicker
96573
- VTimePickerClock: VTimePickerClock
96574
- VTimePickerControls: VTimePickerControls
96575
96969
  VIconBtn: VIconBtn
96970
+ VFileUpload: VFileUpload
96971
+ VFileUploadItem: VFileUploadItem
96972
+ VCalendar: VCalendar
96973
+ VCalendarDay: VCalendarDay
96974
+ VCalendarHeader: VCalendarHeader
96975
+ VCalendarInterval: VCalendarInterval
96976
+ VCalendarIntervalEvent: VCalendarIntervalEvent
96977
+ VCalendarMonthDay: VCalendarMonthDay
96576
96978
  VTreeview: VTreeview
96577
96979
  VTreeviewItem: VTreeviewItem
96578
96980
  VTreeviewGroup: VTreeviewGroup
96579
- VFileUpload: VFileUpload
96580
- VFileUploadItem: VFileUploadItem
96981
+ VTimePicker: VTimePicker
96982
+ VTimePickerClock: VTimePickerClock
96983
+ VTimePickerControls: VTimePickerControls
96581
96984
  VDateInput: VDateInput
96582
96985
  VPullToRefresh: VPullToRefresh
96583
96986
  }