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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (212) hide show
  1. package/CHANGELOG.md +6 -13
  2. package/dist/json/attributes.json +2755 -2755
  3. package/dist/json/importMap-labs.json +12 -12
  4. package/dist/json/importMap.json +158 -158
  5. package/dist/json/web-types.json +5117 -5157
  6. package/dist/vuetify-labs.cjs +172 -247
  7. package/dist/vuetify-labs.css +25188 -23458
  8. package/dist/vuetify-labs.d.ts +633 -225
  9. package/dist/vuetify-labs.esm.js +172 -247
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +172 -247
  12. package/dist/vuetify-labs.min.css +4 -3
  13. package/dist/vuetify.cjs +148 -229
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +23920 -22194
  16. package/dist/vuetify.d.ts +760 -352
  17. package/dist/vuetify.esm.js +148 -229
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +148 -229
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +4 -3
  22. package/dist/vuetify.min.js +293 -278
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/blueprints/md3.js +18 -5
  25. package/lib/blueprints/md3.js.map +1 -1
  26. package/lib/components/VAlert/VAlert.css +215 -207
  27. package/lib/components/VApp/VApp.css +15 -16
  28. package/lib/components/VAppBar/VAppBar.css +12 -14
  29. package/lib/components/VAutocomplete/VAutocomplete.css +84 -85
  30. package/lib/components/VAutocomplete/VAutocomplete.d.ts +9 -18
  31. package/lib/components/VAutocomplete/VAutocomplete.js +3 -6
  32. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  33. package/lib/components/VAvatar/VAvatar.css +106 -108
  34. package/lib/components/VBadge/VBadge.css +77 -77
  35. package/lib/components/VBanner/VBanner.css +166 -161
  36. package/lib/components/VBottomNavigation/VBottomNavigation.css +64 -65
  37. package/lib/components/VBottomSheet/VBottomSheet.css +31 -34
  38. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +57 -54
  39. package/lib/components/VBtn/VBtn.css +408 -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/VOverlay/_variables.scss +1 -1
  110. package/lib/components/VPagination/VPagination.css +8 -10
  111. package/lib/components/VParallax/VParallax.css +6 -8
  112. package/lib/components/VProgressCircular/VProgressCircular.css +101 -95
  113. package/lib/components/VProgressLinear/VProgressLinear.css +222 -209
  114. package/lib/components/VRadioGroup/VRadioGroup.css +12 -14
  115. package/lib/components/VRating/VRating.css +53 -52
  116. package/lib/components/VResponsive/VResponsive.css +26 -25
  117. package/lib/components/VSelect/VSelect.css +51 -53
  118. package/lib/components/VSelect/VSelect.d.ts +9 -18
  119. package/lib/components/VSelect/VSelect.js +3 -6
  120. package/lib/components/VSelect/VSelect.js.map +1 -1
  121. package/lib/components/VSelectionControl/VSelectionControl.css +100 -98
  122. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +8 -10
  123. package/lib/components/VSheet/VSheet.css +36 -38
  124. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +224 -225
  125. package/lib/components/VSlideGroup/VSlideGroup.css +55 -53
  126. package/lib/components/VSlider/VSlider.css +57 -53
  127. package/lib/components/VSlider/VSliderThumb.css +153 -142
  128. package/lib/components/VSlider/VSliderTrack.css +174 -155
  129. package/lib/components/VSnackbar/VSnackbar.css +140 -140
  130. package/lib/components/VSpeedDial/VSpeedDial.css +41 -43
  131. package/lib/components/VStepper/VStepper.css +56 -55
  132. package/lib/components/VStepper/VStepperItem.css +115 -112
  133. package/lib/components/VSwitch/VSwitch.css +139 -129
  134. package/lib/components/VSystemBar/VSystemBar.css +43 -45
  135. package/lib/components/VTable/VTable.css +141 -140
  136. package/lib/components/VTable/VTable.sass +2 -4
  137. package/lib/components/VTabs/VTab.css +29 -30
  138. package/lib/components/VTabs/VTabs.css +65 -59
  139. package/lib/components/VTextField/VTextField.css +85 -77
  140. package/lib/components/VTextarea/VTextarea.css +40 -48
  141. package/lib/components/VTextarea/VTextarea.sass +2 -4
  142. package/lib/components/VThemeProvider/VThemeProvider.css +3 -5
  143. package/lib/components/VTimeline/VTimeline.css +427 -388
  144. package/lib/components/VToolbar/VToolbar.css +144 -137
  145. package/lib/components/VTooltip/VTooltip.css +23 -27
  146. package/lib/components/VTooltip/VTooltip.sass +6 -8
  147. package/lib/components/VVirtualScroll/VVirtualScroll.css +9 -11
  148. package/lib/components/VWindow/VWindow.css +70 -73
  149. package/lib/composables/calendar.d.ts +3 -2
  150. package/lib/composables/calendar.js +5 -7
  151. package/lib/composables/calendar.js.map +1 -1
  152. package/lib/composables/date/DateAdapter.d.ts +1 -0
  153. package/lib/composables/date/DateAdapter.js.map +1 -1
  154. package/lib/composables/date/adapters/vuetify.d.ts +1 -0
  155. package/lib/composables/date/adapters/vuetify.js +101 -160
  156. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  157. package/lib/composables/date/date.d.ts +1 -1
  158. package/lib/composables/date/date.js +0 -20
  159. package/lib/composables/date/date.js.map +1 -1
  160. package/lib/composables/filter.js +2 -1
  161. package/lib/composables/filter.js.map +1 -1
  162. package/lib/composables/theme.js +5 -5
  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/directives/ripple/VRipple.css +36 -38
  167. package/lib/entry-bundler.d.ts +1 -0
  168. package/lib/entry-bundler.js +1 -1
  169. package/lib/entry-bundler.js.map +1 -1
  170. package/lib/framework.d.ts +55 -52
  171. package/lib/framework.js +1 -1
  172. package/lib/framework.js.map +1 -1
  173. package/lib/labs/VCalendar/VCalendar.css +225 -219
  174. package/lib/labs/VCalendar/VCalendar.d.ts +7 -7
  175. package/lib/labs/VCalendar/VCalendarDay.css +32 -33
  176. package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
  177. package/lib/labs/VCalendar/VCalendarInterval.css +42 -43
  178. package/lib/labs/VCalendar/VCalendarInterval.js +25 -19
  179. package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
  180. package/lib/labs/VCalendar/VCalendarIntervalEvent.css +5 -7
  181. package/lib/labs/VCalendar/VCalendarMonthDay.css +58 -61
  182. package/lib/labs/VCalendar/VCalendarMonthDay.sass +2 -3
  183. package/lib/labs/VDateInput/VDateInput.d.ts +7 -7
  184. package/lib/labs/VFileUpload/VFileUpload.css +77 -74
  185. package/lib/labs/VIconBtn/VIconBtn.css +164 -162
  186. package/lib/labs/VPicker/VPicker.css +63 -58
  187. package/lib/labs/VTimePicker/VTimePicker.css +7 -9
  188. package/lib/labs/VTimePicker/VTimePickerClock.css +129 -126
  189. package/lib/labs/VTimePicker/VTimePickerControls.css +103 -102
  190. package/lib/labs/VTreeview/VTreeviewItem.css +28 -30
  191. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -3
  192. package/lib/labs/entry-bundler.d.ts +1 -0
  193. package/lib/styles/elements/_global.sass +1 -1
  194. package/lib/styles/generic/_colors.scss +3 -3
  195. package/lib/styles/generic/_layers.scss +1 -13
  196. package/lib/styles/generic/_reset.scss +1 -0
  197. package/lib/styles/generic/_transitions.scss +32 -32
  198. package/lib/styles/main.css +16142 -14667
  199. package/lib/styles/settings/_utilities.scss +5 -0
  200. package/lib/styles/settings/_variables.scss +2 -1
  201. package/lib/styles/tools/_bootable.sass +3 -0
  202. package/lib/styles/tools/_border.sass +4 -4
  203. package/lib/styles/tools/_display.sass +10 -0
  204. package/lib/styles/tools/_elevation.sass +2 -2
  205. package/lib/styles/tools/_index.sass +2 -0
  206. package/lib/styles/tools/_layer.scss +2 -4
  207. package/lib/styles/tools/_position.sass +2 -2
  208. package/lib/styles/tools/_radius.sass +10 -0
  209. package/lib/styles/tools/_rounded.sass +2 -2
  210. package/lib/styles/tools/_utilities.sass +5 -1
  211. package/lib/styles/utilities/_elevation.scss +1 -1
  212. package/package.json +46 -45
package/dist/vuetify.d.ts CHANGED
@@ -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;
@@ -3353,7 +3354,11 @@ declare const index_d$2_md1: typeof md1;
3353
3354
  declare const index_d$2_md2: typeof md2;
3354
3355
  declare const index_d$2_md3: typeof md3;
3355
3356
  declare namespace index_d$2 {
3356
- export { index_d$2_md1 as md1, index_d$2_md2 as md2, index_d$2_md3 as md3 };
3357
+ export {
3358
+ index_d$2_md1 as md1,
3359
+ index_d$2_md2 as md2,
3360
+ index_d$2_md3 as md3,
3361
+ };
3357
3362
  }
3358
3363
 
3359
3364
  declare const VApp: {
@@ -12651,20 +12656,17 @@ declare const VAutocomplete: {
12651
12656
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
12652
12657
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
12653
12658
  item: (arg: {
12654
- item: unknown;
12655
- internalItem: ListItem<unknown>;
12659
+ item: ListItem<unknown>;
12656
12660
  index: number;
12657
12661
  props: Record<string, unknown>;
12658
12662
  }) => vue.VNode[];
12659
12663
  chip: (arg: {
12660
- item: unknown;
12661
- internalItem: ListItem<unknown>;
12664
+ item: ListItem<unknown>;
12662
12665
  index: number;
12663
12666
  props: Record<string, unknown>;
12664
12667
  }) => vue.VNode[];
12665
12668
  selection: (arg: {
12666
- item: unknown;
12667
- internalItem: ListItem<unknown>;
12669
+ item: ListItem<unknown>;
12668
12670
  index: number;
12669
12671
  }) => vue.VNode[];
12670
12672
  'prepend-item': () => vue.VNode[];
@@ -17434,20 +17436,17 @@ declare const VAutocomplete: {
17434
17436
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
17435
17437
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
17436
17438
  item: (arg: {
17437
- item: unknown;
17438
- internalItem: ListItem<unknown>;
17439
+ item: ListItem<unknown>;
17439
17440
  index: number;
17440
17441
  props: Record<string, unknown>;
17441
17442
  }) => vue.VNode[];
17442
17443
  chip: (arg: {
17443
- item: unknown;
17444
- internalItem: ListItem<unknown>;
17444
+ item: ListItem<unknown>;
17445
17445
  index: number;
17446
17446
  props: Record<string, unknown>;
17447
17447
  }) => vue.VNode[];
17448
17448
  selection: (arg: {
17449
- item: unknown;
17450
- internalItem: ListItem<unknown>;
17449
+ item: ListItem<unknown>;
17451
17450
  index: number;
17452
17451
  }) => vue.VNode[];
17453
17452
  'prepend-item': () => vue.VNode[];
@@ -17464,20 +17463,17 @@ declare const VAutocomplete: {
17464
17463
  "onUpdate:modelValue"?: (value: V) => void;
17465
17464
  }, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
17466
17465
  item: {
17467
- item: Item;
17468
- internalItem: ListItem<Item>;
17466
+ item: ListItem<Item>;
17469
17467
  index: number;
17470
17468
  props: Record<string, unknown>;
17471
17469
  };
17472
17470
  chip: {
17473
- item: Item;
17474
- internalItem: ListItem<Item>;
17471
+ item: ListItem<Item>;
17475
17472
  index: number;
17476
17473
  props: Record<string, unknown>;
17477
17474
  };
17478
17475
  selection: {
17479
- item: Item;
17480
- internalItem: ListItem<Item>;
17476
+ item: ListItem<Item>;
17481
17477
  index: number;
17482
17478
  };
17483
17479
  "prepend-item": never;
@@ -28693,20 +28689,17 @@ declare const VCombobox: {
28693
28689
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
28694
28690
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
28695
28691
  item: (arg: {
28696
- item: unknown;
28697
- internalItem: ListItem<unknown>;
28692
+ item: ListItem<unknown>;
28698
28693
  index: number;
28699
28694
  props: Record<string, unknown>;
28700
28695
  }) => vue.VNode[];
28701
28696
  chip: (arg: {
28702
- item: unknown;
28703
- internalItem: ListItem<unknown>;
28697
+ item: ListItem<unknown>;
28704
28698
  index: number;
28705
28699
  props: Record<string, unknown>;
28706
28700
  }) => vue.VNode[];
28707
28701
  selection: (arg: {
28708
- item: unknown;
28709
- internalItem: ListItem<unknown>;
28702
+ item: ListItem<unknown>;
28710
28703
  index: number;
28711
28704
  }) => vue.VNode[];
28712
28705
  'prepend-item': () => vue.VNode[];
@@ -33472,20 +33465,17 @@ declare const VCombobox: {
33472
33465
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
33473
33466
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
33474
33467
  item: (arg: {
33475
- item: unknown;
33476
- internalItem: ListItem<unknown>;
33468
+ item: ListItem<unknown>;
33477
33469
  index: number;
33478
33470
  props: Record<string, unknown>;
33479
33471
  }) => vue.VNode[];
33480
33472
  chip: (arg: {
33481
- item: unknown;
33482
- internalItem: ListItem<unknown>;
33473
+ item: ListItem<unknown>;
33483
33474
  index: number;
33484
33475
  props: Record<string, unknown>;
33485
33476
  }) => vue.VNode[];
33486
33477
  selection: (arg: {
33487
- item: unknown;
33488
- internalItem: ListItem<unknown>;
33478
+ item: ListItem<unknown>;
33489
33479
  index: number;
33490
33480
  }) => vue.VNode[];
33491
33481
  'prepend-item': () => vue.VNode[];
@@ -33502,20 +33492,17 @@ declare const VCombobox: {
33502
33492
  "onUpdate:modelValue"?: (value: V) => void;
33503
33493
  }, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
33504
33494
  item: {
33505
- item: Item;
33506
- internalItem: ListItem<Item>;
33495
+ item: ListItem<Item>;
33507
33496
  index: number;
33508
33497
  props: Record<string, unknown>;
33509
33498
  };
33510
33499
  chip: {
33511
- item: Item;
33512
- internalItem: ListItem<Item>;
33500
+ item: ListItem<Item>;
33513
33501
  index: number;
33514
33502
  props: Record<string, unknown>;
33515
33503
  };
33516
33504
  selection: {
33517
- item: Item;
33518
- internalItem: ListItem<Item>;
33505
+ item: ListItem<Item>;
33519
33506
  index: number;
33520
33507
  };
33521
33508
  "prepend-item": never;
@@ -37914,7 +37901,6 @@ declare const VDatePicker: {
37914
37901
  showAdjacentMonths: boolean;
37915
37902
  weekdays: CalendarWeekdays[];
37916
37903
  weeksInMonth: "static" | "dynamic";
37917
- firstDayOfWeek: string | number;
37918
37904
  hideWeekdays: boolean;
37919
37905
  showWeek: boolean;
37920
37906
  } & {
@@ -37941,6 +37927,7 @@ declare const VDatePicker: {
37941
37927
  bgColor?: string | undefined;
37942
37928
  controlHeight?: string | number | undefined;
37943
37929
  headerColor?: string | undefined;
37930
+ firstDayOfWeek?: string | number | undefined;
37944
37931
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
37945
37932
  } & {
37946
37933
  "onUpdate:month"?: ((date: any) => any) | undefined;
@@ -38009,7 +37996,6 @@ declare const VDatePicker: {
38009
37996
  showAdjacentMonths: boolean;
38010
37997
  weekdays: CalendarWeekdays[];
38011
37998
  weeksInMonth: "static" | "dynamic";
38012
- firstDayOfWeek: string | number;
38013
37999
  hideWeekdays: boolean;
38014
38000
  showWeek: boolean;
38015
38001
  } & {
@@ -38036,6 +38022,7 @@ declare const VDatePicker: {
38036
38022
  bgColor?: string | undefined;
38037
38023
  controlHeight?: string | number | undefined;
38038
38024
  headerColor?: string | undefined;
38025
+ firstDayOfWeek?: string | number | undefined;
38039
38026
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38040
38027
  } & {
38041
38028
  "onUpdate:month"?: ((date: any) => any) | undefined;
@@ -38088,7 +38075,6 @@ declare const VDatePicker: {
38088
38075
  showAdjacentMonths: boolean;
38089
38076
  weekdays: CalendarWeekdays[];
38090
38077
  weeksInMonth: "static" | "dynamic";
38091
- firstDayOfWeek: string | number;
38092
38078
  hideWeekdays: boolean;
38093
38079
  showWeek: boolean;
38094
38080
  } & {
@@ -38115,6 +38101,7 @@ declare const VDatePicker: {
38115
38101
  bgColor?: string | undefined;
38116
38102
  controlHeight?: string | number | undefined;
38117
38103
  headerColor?: string | undefined;
38104
+ firstDayOfWeek?: string | number | undefined;
38118
38105
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38119
38106
  } & {
38120
38107
  "onUpdate:month"?: ((date: any) => any) | undefined;
@@ -38225,7 +38212,7 @@ declare const VDatePicker: {
38225
38212
  };
38226
38213
  firstDayOfWeek: {
38227
38214
  type: (StringConstructor | NumberConstructor)[];
38228
- default: number;
38215
+ default: undefined;
38229
38216
  };
38230
38217
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
38231
38218
  hideWeekdays: BooleanConstructor;
@@ -38330,7 +38317,7 @@ declare const VDatePicker: {
38330
38317
  };
38331
38318
  firstDayOfWeek: {
38332
38319
  type: (StringConstructor | NumberConstructor)[];
38333
- default: number;
38320
+ default: undefined;
38334
38321
  };
38335
38322
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
38336
38323
  hideWeekdays: BooleanConstructor;
@@ -38676,7 +38663,6 @@ declare const VDatePickerMonth: {
38676
38663
  showAdjacentMonths: boolean;
38677
38664
  weekdays: CalendarWeekdays[];
38678
38665
  weeksInMonth: "static" | "dynamic";
38679
- firstDayOfWeek: string | number;
38680
38666
  hideWeekdays: boolean;
38681
38667
  showWeek: boolean;
38682
38668
  } & {
@@ -38687,6 +38673,7 @@ declare const VDatePickerMonth: {
38687
38673
  month?: string | number | undefined;
38688
38674
  year?: string | number | undefined;
38689
38675
  modelValue?: unknown[] | undefined;
38676
+ firstDayOfWeek?: string | number | undefined;
38690
38677
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38691
38678
  } & {
38692
38679
  $children?: {} | vue.VNodeChild | {
@@ -38755,7 +38742,6 @@ declare const VDatePickerMonth: {
38755
38742
  showAdjacentMonths: boolean;
38756
38743
  weekdays: CalendarWeekdays[];
38757
38744
  weeksInMonth: "static" | "dynamic";
38758
- firstDayOfWeek: string | number;
38759
38745
  hideWeekdays: boolean;
38760
38746
  showWeek: boolean;
38761
38747
  } & {
@@ -38766,6 +38752,7 @@ declare const VDatePickerMonth: {
38766
38752
  month?: string | number | undefined;
38767
38753
  year?: string | number | undefined;
38768
38754
  modelValue?: unknown[] | undefined;
38755
+ firstDayOfWeek?: string | number | undefined;
38769
38756
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38770
38757
  } & {
38771
38758
  $children?: {} | vue.VNodeChild | {
@@ -38819,7 +38806,6 @@ declare const VDatePickerMonth: {
38819
38806
  showAdjacentMonths: boolean;
38820
38807
  weekdays: CalendarWeekdays[];
38821
38808
  weeksInMonth: "static" | "dynamic";
38822
- firstDayOfWeek: string | number;
38823
38809
  hideWeekdays: boolean;
38824
38810
  showWeek: boolean;
38825
38811
  } & {
@@ -38830,6 +38816,7 @@ declare const VDatePickerMonth: {
38830
38816
  month?: string | number | undefined;
38831
38817
  year?: string | number | undefined;
38832
38818
  modelValue?: unknown[] | undefined;
38819
+ firstDayOfWeek?: string | number | undefined;
38833
38820
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38834
38821
  } & {
38835
38822
  $children?: {} | vue.VNodeChild | {
@@ -38905,7 +38892,7 @@ declare const VDatePickerMonth: {
38905
38892
  };
38906
38893
  firstDayOfWeek: {
38907
38894
  type: (StringConstructor | NumberConstructor)[];
38908
- default: number;
38895
+ default: undefined;
38909
38896
  };
38910
38897
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
38911
38898
  color: StringConstructor;
@@ -38941,7 +38928,7 @@ declare const VDatePickerMonth: {
38941
38928
  };
38942
38929
  firstDayOfWeek: {
38943
38930
  type: (StringConstructor | NumberConstructor)[];
38944
- default: number;
38931
+ default: undefined;
38945
38932
  };
38946
38933
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
38947
38934
  color: StringConstructor;
@@ -45068,49 +45055,169 @@ declare const VForm: {
45068
45055
  } & {
45069
45056
  $children?: vue.VNodeChild | {
45070
45057
  default?: ((arg: {
45071
- errors: FieldValidationResult[];
45072
- isDisabled: boolean;
45073
- isReadonly: boolean;
45074
- isValidating: boolean;
45075
- isValid: boolean | null;
45076
- items: FormField[];
45077
- validate: () => Promise<FormValidationResult>;
45058
+ errors: vue.Ref<{
45059
+ id: number | string;
45060
+ errorMessages: string[];
45061
+ }[], FieldValidationResult[] | {
45062
+ id: number | string;
45063
+ errorMessages: string[];
45064
+ }[]>;
45065
+ isDisabled: vue.ComputedRef<boolean>;
45066
+ isReadonly: vue.ComputedRef<boolean>;
45067
+ isValidating: vue.ShallowRef<boolean, boolean>;
45068
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45069
+ readonly externalValue: boolean | null;
45070
+ };
45071
+ items: vue.Ref<{
45072
+ id: number | string;
45073
+ validate: () => Promise<string[]>;
45074
+ reset: () => Promise<void>;
45075
+ resetValidation: () => Promise<void>;
45076
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45077
+ isValid: boolean | null;
45078
+ errorMessages: string[];
45079
+ }[], FormField[] | {
45080
+ id: number | string;
45081
+ validate: () => Promise<string[]>;
45082
+ reset: () => Promise<void>;
45083
+ resetValidation: () => Promise<void>;
45084
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45085
+ isValid: boolean | null;
45086
+ errorMessages: string[];
45087
+ }[]>;
45088
+ validate: () => Promise<{
45089
+ valid: boolean;
45090
+ errors: {
45091
+ id: number | string;
45092
+ errorMessages: string[];
45093
+ }[];
45094
+ }>;
45078
45095
  reset: () => void;
45079
45096
  resetValidation: () => void;
45080
45097
  }) => vue.VNodeChild) | undefined;
45081
45098
  } | ((arg: {
45082
- errors: FieldValidationResult[];
45083
- isDisabled: boolean;
45084
- isReadonly: boolean;
45085
- isValidating: boolean;
45086
- isValid: boolean | null;
45087
- items: FormField[];
45088
- validate: () => Promise<FormValidationResult>;
45099
+ errors: vue.Ref<{
45100
+ id: number | string;
45101
+ errorMessages: string[];
45102
+ }[], FieldValidationResult[] | {
45103
+ id: number | string;
45104
+ errorMessages: string[];
45105
+ }[]>;
45106
+ isDisabled: vue.ComputedRef<boolean>;
45107
+ isReadonly: vue.ComputedRef<boolean>;
45108
+ isValidating: vue.ShallowRef<boolean, boolean>;
45109
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45110
+ readonly externalValue: boolean | null;
45111
+ };
45112
+ items: vue.Ref<{
45113
+ id: number | string;
45114
+ validate: () => Promise<string[]>;
45115
+ reset: () => Promise<void>;
45116
+ resetValidation: () => Promise<void>;
45117
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45118
+ isValid: boolean | null;
45119
+ errorMessages: string[];
45120
+ }[], FormField[] | {
45121
+ id: number | string;
45122
+ validate: () => Promise<string[]>;
45123
+ reset: () => Promise<void>;
45124
+ resetValidation: () => Promise<void>;
45125
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45126
+ isValid: boolean | null;
45127
+ errorMessages: string[];
45128
+ }[]>;
45129
+ validate: () => Promise<{
45130
+ valid: boolean;
45131
+ errors: {
45132
+ id: number | string;
45133
+ errorMessages: string[];
45134
+ }[];
45135
+ }>;
45089
45136
  reset: () => void;
45090
45137
  resetValidation: () => void;
45091
45138
  }) => vue.VNodeChild);
45092
45139
  'v-slots'?: {
45093
45140
  default?: false | ((arg: {
45094
- errors: FieldValidationResult[];
45095
- isDisabled: boolean;
45096
- isReadonly: boolean;
45097
- isValidating: boolean;
45098
- isValid: boolean | null;
45099
- items: FormField[];
45100
- validate: () => Promise<FormValidationResult>;
45141
+ errors: vue.Ref<{
45142
+ id: number | string;
45143
+ errorMessages: string[];
45144
+ }[], FieldValidationResult[] | {
45145
+ id: number | string;
45146
+ errorMessages: string[];
45147
+ }[]>;
45148
+ isDisabled: vue.ComputedRef<boolean>;
45149
+ isReadonly: vue.ComputedRef<boolean>;
45150
+ isValidating: vue.ShallowRef<boolean, boolean>;
45151
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45152
+ readonly externalValue: boolean | null;
45153
+ };
45154
+ items: vue.Ref<{
45155
+ id: number | string;
45156
+ validate: () => Promise<string[]>;
45157
+ reset: () => Promise<void>;
45158
+ resetValidation: () => Promise<void>;
45159
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45160
+ isValid: boolean | null;
45161
+ errorMessages: string[];
45162
+ }[], FormField[] | {
45163
+ id: number | string;
45164
+ validate: () => Promise<string[]>;
45165
+ reset: () => Promise<void>;
45166
+ resetValidation: () => Promise<void>;
45167
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45168
+ isValid: boolean | null;
45169
+ errorMessages: string[];
45170
+ }[]>;
45171
+ validate: () => Promise<{
45172
+ valid: boolean;
45173
+ errors: {
45174
+ id: number | string;
45175
+ errorMessages: string[];
45176
+ }[];
45177
+ }>;
45101
45178
  reset: () => void;
45102
45179
  resetValidation: () => void;
45103
45180
  }) => vue.VNodeChild) | undefined;
45104
45181
  } | undefined;
45105
45182
  } & {
45106
45183
  "v-slot:default"?: false | ((arg: {
45107
- errors: FieldValidationResult[];
45108
- isDisabled: boolean;
45109
- isReadonly: boolean;
45110
- isValidating: boolean;
45111
- isValid: boolean | null;
45112
- items: FormField[];
45113
- validate: () => Promise<FormValidationResult>;
45184
+ errors: vue.Ref<{
45185
+ id: number | string;
45186
+ errorMessages: string[];
45187
+ }[], FieldValidationResult[] | {
45188
+ id: number | string;
45189
+ errorMessages: string[];
45190
+ }[]>;
45191
+ isDisabled: vue.ComputedRef<boolean>;
45192
+ isReadonly: vue.ComputedRef<boolean>;
45193
+ isValidating: vue.ShallowRef<boolean, boolean>;
45194
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45195
+ readonly externalValue: boolean | null;
45196
+ };
45197
+ items: vue.Ref<{
45198
+ id: number | string;
45199
+ validate: () => Promise<string[]>;
45200
+ reset: () => Promise<void>;
45201
+ resetValidation: () => Promise<void>;
45202
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45203
+ isValid: boolean | null;
45204
+ errorMessages: string[];
45205
+ }[], FormField[] | {
45206
+ id: number | string;
45207
+ validate: () => Promise<string[]>;
45208
+ reset: () => Promise<void>;
45209
+ resetValidation: () => Promise<void>;
45210
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45211
+ isValid: boolean | null;
45212
+ errorMessages: string[];
45213
+ }[]>;
45214
+ validate: () => Promise<{
45215
+ valid: boolean;
45216
+ errors: {
45217
+ id: number | string;
45218
+ errorMessages: string[];
45219
+ }[];
45220
+ }>;
45114
45221
  reset: () => void;
45115
45222
  resetValidation: () => void;
45116
45223
  }) => vue.VNodeChild) | undefined;
@@ -45211,13 +45318,43 @@ declare const VForm: {
45211
45318
  fastFail: boolean;
45212
45319
  }, true, {}, vue.SlotsType<Partial<{
45213
45320
  default: (arg: {
45214
- errors: FieldValidationResult[];
45215
- isDisabled: boolean;
45216
- isReadonly: boolean;
45217
- isValidating: boolean;
45218
- isValid: boolean | null;
45219
- items: FormField[];
45220
- validate: () => Promise<FormValidationResult>;
45321
+ errors: vue.Ref<{
45322
+ id: number | string;
45323
+ errorMessages: string[];
45324
+ }[], FieldValidationResult[] | {
45325
+ id: number | string;
45326
+ errorMessages: string[];
45327
+ }[]>;
45328
+ isDisabled: vue.ComputedRef<boolean>;
45329
+ isReadonly: vue.ComputedRef<boolean>;
45330
+ isValidating: vue.ShallowRef<boolean, boolean>;
45331
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45332
+ readonly externalValue: boolean | null;
45333
+ };
45334
+ items: vue.Ref<{
45335
+ id: number | string;
45336
+ validate: () => Promise<string[]>;
45337
+ reset: () => Promise<void>;
45338
+ resetValidation: () => Promise<void>;
45339
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45340
+ isValid: boolean | null;
45341
+ errorMessages: string[];
45342
+ }[], FormField[] | {
45343
+ id: number | string;
45344
+ validate: () => Promise<string[]>;
45345
+ reset: () => Promise<void>;
45346
+ resetValidation: () => Promise<void>;
45347
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45348
+ isValid: boolean | null;
45349
+ errorMessages: string[];
45350
+ }[]>;
45351
+ validate: () => Promise<{
45352
+ valid: boolean;
45353
+ errors: {
45354
+ id: number | string;
45355
+ errorMessages: string[];
45356
+ }[];
45357
+ }>;
45221
45358
  reset: () => void;
45222
45359
  resetValidation: () => void;
45223
45360
  }) => vue.VNode[];
@@ -45240,49 +45377,169 @@ declare const VForm: {
45240
45377
  } & {
45241
45378
  $children?: vue.VNodeChild | {
45242
45379
  default?: ((arg: {
45243
- errors: FieldValidationResult[];
45244
- isDisabled: boolean;
45245
- isReadonly: boolean;
45246
- isValidating: boolean;
45247
- isValid: boolean | null;
45248
- items: FormField[];
45249
- validate: () => Promise<FormValidationResult>;
45380
+ errors: vue.Ref<{
45381
+ id: number | string;
45382
+ errorMessages: string[];
45383
+ }[], FieldValidationResult[] | {
45384
+ id: number | string;
45385
+ errorMessages: string[];
45386
+ }[]>;
45387
+ isDisabled: vue.ComputedRef<boolean>;
45388
+ isReadonly: vue.ComputedRef<boolean>;
45389
+ isValidating: vue.ShallowRef<boolean, boolean>;
45390
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45391
+ readonly externalValue: boolean | null;
45392
+ };
45393
+ items: vue.Ref<{
45394
+ id: number | string;
45395
+ validate: () => Promise<string[]>;
45396
+ reset: () => Promise<void>;
45397
+ resetValidation: () => Promise<void>;
45398
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45399
+ isValid: boolean | null;
45400
+ errorMessages: string[];
45401
+ }[], FormField[] | {
45402
+ id: number | string;
45403
+ validate: () => Promise<string[]>;
45404
+ reset: () => Promise<void>;
45405
+ resetValidation: () => Promise<void>;
45406
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45407
+ isValid: boolean | null;
45408
+ errorMessages: string[];
45409
+ }[]>;
45410
+ validate: () => Promise<{
45411
+ valid: boolean;
45412
+ errors: {
45413
+ id: number | string;
45414
+ errorMessages: string[];
45415
+ }[];
45416
+ }>;
45250
45417
  reset: () => void;
45251
45418
  resetValidation: () => void;
45252
45419
  }) => vue.VNodeChild) | undefined;
45253
45420
  } | ((arg: {
45254
- errors: FieldValidationResult[];
45255
- isDisabled: boolean;
45256
- isReadonly: boolean;
45257
- isValidating: boolean;
45258
- isValid: boolean | null;
45259
- items: FormField[];
45260
- validate: () => Promise<FormValidationResult>;
45421
+ errors: vue.Ref<{
45422
+ id: number | string;
45423
+ errorMessages: string[];
45424
+ }[], FieldValidationResult[] | {
45425
+ id: number | string;
45426
+ errorMessages: string[];
45427
+ }[]>;
45428
+ isDisabled: vue.ComputedRef<boolean>;
45429
+ isReadonly: vue.ComputedRef<boolean>;
45430
+ isValidating: vue.ShallowRef<boolean, boolean>;
45431
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45432
+ readonly externalValue: boolean | null;
45433
+ };
45434
+ items: vue.Ref<{
45435
+ id: number | string;
45436
+ validate: () => Promise<string[]>;
45437
+ reset: () => Promise<void>;
45438
+ resetValidation: () => Promise<void>;
45439
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45440
+ isValid: boolean | null;
45441
+ errorMessages: string[];
45442
+ }[], FormField[] | {
45443
+ id: number | string;
45444
+ validate: () => Promise<string[]>;
45445
+ reset: () => Promise<void>;
45446
+ resetValidation: () => Promise<void>;
45447
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45448
+ isValid: boolean | null;
45449
+ errorMessages: string[];
45450
+ }[]>;
45451
+ validate: () => Promise<{
45452
+ valid: boolean;
45453
+ errors: {
45454
+ id: number | string;
45455
+ errorMessages: string[];
45456
+ }[];
45457
+ }>;
45261
45458
  reset: () => void;
45262
45459
  resetValidation: () => void;
45263
45460
  }) => vue.VNodeChild);
45264
45461
  'v-slots'?: {
45265
45462
  default?: false | ((arg: {
45266
- errors: FieldValidationResult[];
45267
- isDisabled: boolean;
45268
- isReadonly: boolean;
45269
- isValidating: boolean;
45270
- isValid: boolean | null;
45271
- items: FormField[];
45272
- validate: () => Promise<FormValidationResult>;
45463
+ errors: vue.Ref<{
45464
+ id: number | string;
45465
+ errorMessages: string[];
45466
+ }[], FieldValidationResult[] | {
45467
+ id: number | string;
45468
+ errorMessages: string[];
45469
+ }[]>;
45470
+ isDisabled: vue.ComputedRef<boolean>;
45471
+ isReadonly: vue.ComputedRef<boolean>;
45472
+ isValidating: vue.ShallowRef<boolean, boolean>;
45473
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45474
+ readonly externalValue: boolean | null;
45475
+ };
45476
+ items: vue.Ref<{
45477
+ id: number | string;
45478
+ validate: () => Promise<string[]>;
45479
+ reset: () => Promise<void>;
45480
+ resetValidation: () => Promise<void>;
45481
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45482
+ isValid: boolean | null;
45483
+ errorMessages: string[];
45484
+ }[], FormField[] | {
45485
+ id: number | string;
45486
+ validate: () => Promise<string[]>;
45487
+ reset: () => Promise<void>;
45488
+ resetValidation: () => Promise<void>;
45489
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45490
+ isValid: boolean | null;
45491
+ errorMessages: string[];
45492
+ }[]>;
45493
+ validate: () => Promise<{
45494
+ valid: boolean;
45495
+ errors: {
45496
+ id: number | string;
45497
+ errorMessages: string[];
45498
+ }[];
45499
+ }>;
45273
45500
  reset: () => void;
45274
45501
  resetValidation: () => void;
45275
45502
  }) => vue.VNodeChild) | undefined;
45276
45503
  } | undefined;
45277
45504
  } & {
45278
45505
  "v-slot:default"?: false | ((arg: {
45279
- errors: FieldValidationResult[];
45280
- isDisabled: boolean;
45281
- isReadonly: boolean;
45282
- isValidating: boolean;
45283
- isValid: boolean | null;
45284
- items: FormField[];
45285
- validate: () => Promise<FormValidationResult>;
45506
+ errors: vue.Ref<{
45507
+ id: number | string;
45508
+ errorMessages: string[];
45509
+ }[], FieldValidationResult[] | {
45510
+ id: number | string;
45511
+ errorMessages: string[];
45512
+ }[]>;
45513
+ isDisabled: vue.ComputedRef<boolean>;
45514
+ isReadonly: vue.ComputedRef<boolean>;
45515
+ isValidating: vue.ShallowRef<boolean, boolean>;
45516
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45517
+ readonly externalValue: boolean | null;
45518
+ };
45519
+ items: vue.Ref<{
45520
+ id: number | string;
45521
+ validate: () => Promise<string[]>;
45522
+ reset: () => Promise<void>;
45523
+ resetValidation: () => Promise<void>;
45524
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45525
+ isValid: boolean | null;
45526
+ errorMessages: string[];
45527
+ }[], FormField[] | {
45528
+ id: number | string;
45529
+ validate: () => Promise<string[]>;
45530
+ reset: () => Promise<void>;
45531
+ resetValidation: () => Promise<void>;
45532
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45533
+ isValid: boolean | null;
45534
+ errorMessages: string[];
45535
+ }[]>;
45536
+ validate: () => Promise<{
45537
+ valid: boolean;
45538
+ errors: {
45539
+ id: number | string;
45540
+ errorMessages: string[];
45541
+ }[];
45542
+ }>;
45286
45543
  reset: () => void;
45287
45544
  resetValidation: () => void;
45288
45545
  }) => vue.VNodeChild) | undefined;
@@ -45329,162 +45586,334 @@ declare const VForm: {
45329
45586
  }>;
45330
45587
  reset: () => void;
45331
45588
  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<{
45589
+ } & HTMLFormElement & {
45590
+ _allExposed: {
45591
+ errors: vue.Ref<{
45592
+ id: number | string;
45593
+ errorMessages: string[];
45594
+ }[], FieldValidationResult[] | {
45595
+ id: number | string;
45596
+ errorMessages: string[];
45597
+ }[]>;
45598
+ isDisabled: vue.ComputedRef<boolean>;
45599
+ isReadonly: vue.ComputedRef<boolean>;
45600
+ isValidating: vue.ShallowRef<boolean, boolean>;
45601
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45602
+ readonly externalValue: boolean | null;
45603
+ };
45604
+ items: vue.Ref<{
45605
+ id: number | string;
45606
+ validate: () => Promise<string[]>;
45607
+ reset: () => Promise<void>;
45608
+ resetValidation: () => Promise<void>;
45609
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45610
+ isValid: boolean | null;
45611
+ errorMessages: string[];
45612
+ }[], FormField[] | {
45613
+ id: number | string;
45614
+ validate: () => Promise<string[]>;
45615
+ reset: () => Promise<void>;
45616
+ resetValidation: () => Promise<void>;
45617
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45618
+ isValid: boolean | null;
45619
+ errorMessages: string[];
45620
+ }[]>;
45621
+ validate: () => Promise<{
45622
+ valid: boolean;
45623
+ errors: {
45624
+ id: number | string;
45625
+ errorMessages: string[];
45626
+ }[];
45627
+ }>;
45628
+ reset: () => void;
45629
+ resetValidation: () => void;
45630
+ };
45631
+ }, {}, {}, {}, {
45632
+ style: vue.StyleValue;
45633
+ disabled: boolean;
45634
+ readonly: boolean;
45635
+ modelValue: boolean | null;
45636
+ 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;
45637
+ fastFail: boolean;
45638
+ }>;
45639
+ __isFragment?: never;
45640
+ __isTeleport?: never;
45641
+ __isSuspense?: never;
45642
+ } & vue.ComponentOptionsBase<{
45643
+ style: vue.StyleValue;
45644
+ disabled: boolean;
45645
+ readonly: boolean;
45646
+ modelValue: boolean | null;
45647
+ 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;
45648
+ fastFail: boolean;
45649
+ } & {
45650
+ class?: any;
45651
+ } & {
45652
+ $children?: vue.VNodeChild | {
45653
+ default?: ((arg: {
45654
+ errors: vue.Ref<{
45655
+ id: number | string;
45656
+ errorMessages: string[];
45657
+ }[], FieldValidationResult[] | {
45658
+ id: number | string;
45659
+ errorMessages: string[];
45660
+ }[]>;
45661
+ isDisabled: vue.ComputedRef<boolean>;
45662
+ isReadonly: vue.ComputedRef<boolean>;
45663
+ isValidating: vue.ShallowRef<boolean, boolean>;
45664
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45665
+ readonly externalValue: boolean | null;
45666
+ };
45667
+ items: vue.Ref<{
45668
+ id: number | string;
45669
+ validate: () => Promise<string[]>;
45670
+ reset: () => Promise<void>;
45671
+ resetValidation: () => Promise<void>;
45672
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45673
+ isValid: boolean | null;
45674
+ errorMessages: string[];
45675
+ }[], FormField[] | {
45676
+ id: number | string;
45677
+ validate: () => Promise<string[]>;
45678
+ reset: () => Promise<void>;
45679
+ resetValidation: () => Promise<void>;
45680
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45681
+ isValid: boolean | null;
45682
+ errorMessages: string[];
45683
+ }[]>;
45684
+ validate: () => Promise<{
45685
+ valid: boolean;
45686
+ errors: {
45687
+ id: number | string;
45688
+ errorMessages: string[];
45689
+ }[];
45690
+ }>;
45691
+ reset: () => void;
45692
+ resetValidation: () => void;
45693
+ }) => vue.VNodeChild) | undefined;
45694
+ } | ((arg: {
45695
+ errors: vue.Ref<{
45696
+ id: number | string;
45697
+ errorMessages: string[];
45698
+ }[], FieldValidationResult[] | {
45699
+ id: number | string;
45700
+ errorMessages: string[];
45701
+ }[]>;
45702
+ isDisabled: vue.ComputedRef<boolean>;
45703
+ isReadonly: vue.ComputedRef<boolean>;
45704
+ isValidating: vue.ShallowRef<boolean, boolean>;
45705
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45706
+ readonly externalValue: boolean | null;
45707
+ };
45708
+ items: vue.Ref<{
45709
+ id: number | string;
45710
+ validate: () => Promise<string[]>;
45711
+ reset: () => Promise<void>;
45712
+ resetValidation: () => Promise<void>;
45713
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45714
+ isValid: boolean | null;
45715
+ errorMessages: string[];
45716
+ }[], FormField[] | {
45717
+ id: number | string;
45718
+ validate: () => Promise<string[]>;
45719
+ reset: () => Promise<void>;
45720
+ resetValidation: () => Promise<void>;
45721
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45722
+ isValid: boolean | null;
45723
+ errorMessages: string[];
45724
+ }[]>;
45725
+ validate: () => Promise<{
45726
+ valid: boolean;
45727
+ errors: {
45728
+ id: number | string;
45729
+ errorMessages: string[];
45730
+ }[];
45731
+ }>;
45732
+ reset: () => void;
45733
+ resetValidation: () => void;
45734
+ }) => vue.VNodeChild);
45735
+ 'v-slots'?: {
45736
+ default?: false | ((arg: {
45737
+ errors: vue.Ref<{
45738
+ id: number | string;
45739
+ errorMessages: string[];
45740
+ }[], FieldValidationResult[] | {
45741
+ id: number | string;
45742
+ errorMessages: string[];
45743
+ }[]>;
45744
+ isDisabled: vue.ComputedRef<boolean>;
45745
+ isReadonly: vue.ComputedRef<boolean>;
45746
+ isValidating: vue.ShallowRef<boolean, boolean>;
45747
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45748
+ readonly externalValue: boolean | null;
45749
+ };
45750
+ items: vue.Ref<{
45751
+ id: number | string;
45752
+ validate: () => Promise<string[]>;
45753
+ reset: () => Promise<void>;
45754
+ resetValidation: () => Promise<void>;
45755
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45756
+ isValid: boolean | null;
45757
+ errorMessages: string[];
45758
+ }[], FormField[] | {
45759
+ id: number | string;
45760
+ validate: () => Promise<string[]>;
45761
+ reset: () => Promise<void>;
45762
+ resetValidation: () => Promise<void>;
45763
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45764
+ isValid: boolean | null;
45765
+ errorMessages: string[];
45766
+ }[]>;
45767
+ validate: () => Promise<{
45768
+ valid: boolean;
45769
+ errors: {
45770
+ id: number | string;
45771
+ errorMessages: string[];
45772
+ }[];
45773
+ }>;
45774
+ reset: () => void;
45775
+ resetValidation: () => void;
45776
+ }) => vue.VNodeChild) | undefined;
45777
+ } | undefined;
45778
+ } & {
45779
+ "v-slot:default"?: false | ((arg: {
45780
+ errors: vue.Ref<{
45781
+ id: number | string;
45782
+ errorMessages: string[];
45783
+ }[], FieldValidationResult[] | {
45784
+ id: number | string;
45785
+ errorMessages: string[];
45786
+ }[]>;
45787
+ isDisabled: vue.ComputedRef<boolean>;
45788
+ isReadonly: vue.ComputedRef<boolean>;
45789
+ isValidating: vue.ShallowRef<boolean, boolean>;
45790
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45791
+ readonly externalValue: boolean | null;
45792
+ };
45793
+ items: vue.Ref<{
45794
+ id: number | string;
45795
+ validate: () => Promise<string[]>;
45796
+ reset: () => Promise<void>;
45797
+ resetValidation: () => Promise<void>;
45798
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45799
+ isValid: boolean | null;
45800
+ errorMessages: string[];
45801
+ }[], FormField[] | {
45802
+ id: number | string;
45803
+ validate: () => Promise<string[]>;
45804
+ reset: () => Promise<void>;
45805
+ resetValidation: () => Promise<void>;
45806
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45807
+ isValid: boolean | null;
45808
+ errorMessages: string[];
45809
+ }[]>;
45810
+ validate: () => Promise<{
45811
+ valid: boolean;
45812
+ errors: {
45813
+ id: number | string;
45814
+ errorMessages: string[];
45815
+ }[];
45816
+ }>;
45817
+ reset: () => void;
45818
+ resetValidation: () => void;
45819
+ }) => vue.VNodeChild) | undefined;
45820
+ } & {
45821
+ onSubmit?: ((e: SubmitEventPromise) => any) | undefined;
45822
+ "onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
45823
+ }, {
45824
+ errors: vue.Ref<{
45825
+ id: number | string;
45826
+ errorMessages: string[];
45827
+ }[], FieldValidationResult[] | {
45828
+ id: number | string;
45829
+ errorMessages: string[];
45830
+ }[]>;
45831
+ isDisabled: vue.ComputedRef<boolean>;
45832
+ isReadonly: vue.ComputedRef<boolean>;
45833
+ isValidating: vue.ShallowRef<boolean, boolean>;
45834
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45835
+ readonly externalValue: boolean | null;
45836
+ };
45837
+ items: vue.Ref<{
45838
+ id: number | string;
45839
+ validate: () => Promise<string[]>;
45840
+ reset: () => Promise<void>;
45841
+ resetValidation: () => Promise<void>;
45842
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45843
+ isValid: boolean | null;
45844
+ errorMessages: string[];
45845
+ }[], FormField[] | {
45846
+ id: number | string;
45847
+ validate: () => Promise<string[]>;
45848
+ reset: () => Promise<void>;
45849
+ resetValidation: () => Promise<void>;
45850
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45851
+ isValid: boolean | null;
45852
+ errorMessages: string[];
45853
+ }[]>;
45854
+ validate: () => Promise<{
45855
+ valid: boolean;
45856
+ errors: {
45857
+ id: number | string;
45858
+ errorMessages: string[];
45859
+ }[];
45860
+ }>;
45861
+ reset: () => void;
45862
+ resetValidation: () => void;
45863
+ } & HTMLFormElement & {
45864
+ _allExposed: {
45865
+ errors: vue.Ref<{
45866
+ id: number | string;
45867
+ errorMessages: string[];
45868
+ }[], FieldValidationResult[] | {
45869
+ id: number | string;
45870
+ errorMessages: string[];
45871
+ }[]>;
45872
+ isDisabled: vue.ComputedRef<boolean>;
45873
+ isReadonly: vue.ComputedRef<boolean>;
45874
+ isValidating: vue.ShallowRef<boolean, boolean>;
45875
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45876
+ readonly externalValue: boolean | null;
45877
+ };
45878
+ items: vue.Ref<{
45879
+ id: number | string;
45880
+ validate: () => Promise<string[]>;
45881
+ reset: () => Promise<void>;
45882
+ resetValidation: () => Promise<void>;
45883
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45884
+ isValid: boolean | null;
45885
+ errorMessages: string[];
45886
+ }[], FormField[] | {
45887
+ id: number | string;
45888
+ validate: () => Promise<string[]>;
45889
+ reset: () => Promise<void>;
45890
+ resetValidation: () => Promise<void>;
45891
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45892
+ isValid: boolean | null;
45893
+ errorMessages: string[];
45894
+ }[]>;
45895
+ validate: () => Promise<{
45896
+ valid: boolean;
45897
+ errors: {
45898
+ id: number | string;
45899
+ errorMessages: string[];
45900
+ }[];
45901
+ }>;
45902
+ reset: () => void;
45903
+ resetValidation: () => void;
45904
+ };
45905
+ }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
45906
+ 'update:modelValue': (val: boolean | null) => true;
45907
+ submit: (e: SubmitEventPromise) => true;
45908
+ }, string, {
45386
45909
  style: vue.StyleValue;
45387
45910
  disabled: boolean;
45388
45911
  readonly: boolean;
45389
45912
  modelValue: boolean | null;
45390
45913
  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
45914
  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;
45442
- }) => vue.VNodeChild) | undefined;
45443
- } & {
45444
- onSubmit?: ((e: SubmitEventPromise) => any) | undefined;
45445
- "onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
45446
- }, {
45447
- errors: vue.Ref<{
45448
- id: number | string;
45449
- errorMessages: string[];
45450
- }[], FieldValidationResult[] | {
45451
- id: number | string;
45452
- errorMessages: string[];
45453
- }[]>;
45454
- isDisabled: vue.ComputedRef<boolean>;
45455
- isReadonly: vue.ComputedRef<boolean>;
45456
- isValidating: vue.ShallowRef<boolean, boolean>;
45457
- isValid: vue.Ref<boolean | null, boolean | null> & {
45458
- readonly externalValue: boolean | null;
45459
- };
45460
- items: vue.Ref<{
45461
- id: number | string;
45462
- validate: () => Promise<string[]>;
45463
- reset: () => Promise<void>;
45464
- resetValidation: () => Promise<void>;
45465
- vm: vue.Raw<vue.ComponentInternalInstance>;
45466
- isValid: boolean | null;
45467
- errorMessages: string[];
45468
- }[], FormField[] | {
45469
- id: number | string;
45470
- validate: () => Promise<string[]>;
45471
- reset: () => Promise<void>;
45472
- resetValidation: () => Promise<void>;
45473
- vm: vue.Raw<vue.ComponentInternalInstance>;
45474
- isValid: boolean | null;
45475
- errorMessages: string[];
45476
- }[]>;
45477
- validate: () => Promise<{
45478
- valid: boolean;
45479
- errors: {
45480
- id: number | string;
45481
- errorMessages: string[];
45482
- }[];
45483
- }>;
45484
- reset: () => void;
45485
- resetValidation: () => void;
45486
- } & HTMLFormElement & {
45487
- _allExposed: {
45915
+ }, {}, string, vue.SlotsType<Partial<{
45916
+ default: (arg: {
45488
45917
  errors: vue.Ref<{
45489
45918
  id: number | string;
45490
45919
  errorMessages: string[];
@@ -45524,28 +45953,6 @@ declare const VForm: {
45524
45953
  }>;
45525
45954
  reset: () => void;
45526
45955
  resetValidation: () => void;
45527
- };
45528
- }, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
45529
- 'update:modelValue': (val: boolean | null) => true;
45530
- submit: (e: SubmitEventPromise) => true;
45531
- }, string, {
45532
- style: vue.StyleValue;
45533
- disabled: boolean;
45534
- readonly: boolean;
45535
- modelValue: boolean | null;
45536
- 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;
45537
- fastFail: boolean;
45538
- }, {}, string, vue.SlotsType<Partial<{
45539
- default: (arg: {
45540
- errors: FieldValidationResult[];
45541
- isDisabled: boolean;
45542
- isReadonly: boolean;
45543
- isValidating: boolean;
45544
- isValid: boolean | null;
45545
- items: FormField[];
45546
- validate: () => Promise<FormValidationResult>;
45547
- reset: () => void;
45548
- resetValidation: () => void;
45549
45956
  }) => vue.VNode[];
45550
45957
  }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
45551
45958
  disabled: BooleanConstructor;
@@ -61680,20 +62087,17 @@ declare const VSelect: {
61680
62087
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
61681
62088
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
61682
62089
  item: (arg: {
61683
- item: unknown;
61684
- internalItem: ListItem<unknown>;
62090
+ item: ListItem<unknown>;
61685
62091
  index: number;
61686
62092
  props: Record<string, unknown>;
61687
62093
  }) => vue.VNode[];
61688
62094
  chip: (arg: {
61689
- item: unknown;
61690
- internalItem: ListItem<unknown>;
62095
+ item: ListItem<unknown>;
61691
62096
  index: number;
61692
62097
  props: Record<string, unknown>;
61693
62098
  }) => vue.VNode[];
61694
62099
  selection: (arg: {
61695
- item: unknown;
61696
- internalItem: ListItem<unknown>;
62100
+ item: ListItem<unknown>;
61697
62101
  index: number;
61698
62102
  }) => vue.VNode[];
61699
62103
  'prepend-item': () => vue.VNode[];
@@ -66424,20 +66828,17 @@ declare const VSelect: {
66424
66828
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
66425
66829
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
66426
66830
  item: (arg: {
66427
- item: unknown;
66428
- internalItem: ListItem<unknown>;
66831
+ item: ListItem<unknown>;
66429
66832
  index: number;
66430
66833
  props: Record<string, unknown>;
66431
66834
  }) => vue.VNode[];
66432
66835
  chip: (arg: {
66433
- item: unknown;
66434
- internalItem: ListItem<unknown>;
66836
+ item: ListItem<unknown>;
66435
66837
  index: number;
66436
66838
  props: Record<string, unknown>;
66437
66839
  }) => vue.VNode[];
66438
66840
  selection: (arg: {
66439
- item: unknown;
66440
- internalItem: ListItem<unknown>;
66841
+ item: ListItem<unknown>;
66441
66842
  index: number;
66442
66843
  }) => vue.VNode[];
66443
66844
  'prepend-item': () => vue.VNode[];
@@ -66454,20 +66855,17 @@ declare const VSelect: {
66454
66855
  "onUpdate:modelValue"?: (value: V) => void;
66455
66856
  }, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
66456
66857
  item: {
66457
- item: Item;
66458
- internalItem: ListItem<Item>;
66858
+ item: ListItem<Item>;
66459
66859
  index: number;
66460
66860
  props: Record<string, unknown>;
66461
66861
  };
66462
66862
  chip: {
66463
- item: Item;
66464
- internalItem: ListItem<Item>;
66863
+ item: ListItem<Item>;
66465
66864
  index: number;
66466
66865
  props: Record<string, unknown>;
66467
66866
  };
66468
66867
  selection: {
66469
- item: Item;
66470
- internalItem: ListItem<Item>;
66868
+ item: ListItem<Item>;
66471
66869
  index: number;
66472
66870
  };
66473
66871
  "prepend-item": never;
@@ -82439,7 +82837,16 @@ declare const index_d_Scroll: typeof Scroll;
82439
82837
  declare const index_d_Tooltip: typeof Tooltip;
82440
82838
  declare const index_d_Touch: typeof Touch;
82441
82839
  declare namespace index_d {
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 };
82840
+ export {
82841
+ index_d_ClickOutside as ClickOutside,
82842
+ index_d_Intersect as Intersect,
82843
+ index_d_Mutate as Mutate,
82844
+ index_d_Resize as Resize,
82845
+ index_d_Ripple as Ripple,
82846
+ index_d_Scroll as Scroll,
82847
+ index_d_Tooltip as Tooltip,
82848
+ index_d_Touch as Touch,
82849
+ };
82443
82850
  }
82444
82851
 
82445
82852
  declare const createVuetify: {
@@ -82500,6 +82907,7 @@ declare const createVuetify: {
82500
82907
  getDiff: (date: unknown, comparing: unknown, unit?: string) => number;
82501
82908
  getWeekArray: (date: unknown, firstDayOfWeek?: number | string) => unknown[][];
82502
82909
  getWeekdays: (firstDayOfWeek?: number | string) => string[];
82910
+ getWeek: (date: unknown, firstDayOfWeek?: number | string, firstWeekMinSize?: number) => number;
82503
82911
  getMonth: (date: unknown) => number;
82504
82912
  setMonth: (date: unknown, month: number) => unknown;
82505
82913
  getDate: (date: unknown) => number;
@@ -82555,42 +82963,39 @@ declare module 'vue' {
82555
82963
  $children?: VNodeChild
82556
82964
  }
82557
82965
  export interface GlobalComponents {
82966
+ VApp: VApp
82967
+ VAutocomplete: VAutocomplete
82558
82968
  VAppBar: VAppBar
82559
82969
  VAppBarNavIcon: VAppBarNavIcon
82560
82970
  VAppBarTitle: VAppBarTitle
82561
- VApp: VApp
82562
- VBadge: VBadge
82563
- VAutocomplete: VAutocomplete
82564
82971
  VAlert: VAlert
82565
82972
  VAlertTitle: VAlertTitle
82566
82973
  VAvatar: VAvatar
82974
+ VBadge: VBadge
82567
82975
  VBottomNavigation: VBottomNavigation
82568
- VBreadcrumbs: VBreadcrumbs
82569
- VBreadcrumbsItem: VBreadcrumbsItem
82570
- VBreadcrumbsDivider: VBreadcrumbsDivider
82571
82976
  VBottomSheet: VBottomSheet
82572
82977
  VBanner: VBanner
82573
82978
  VBannerActions: VBannerActions
82574
82979
  VBannerText: VBannerText
82575
- VBtn: VBtn
82576
- VCarousel: VCarousel
82577
- VCarouselItem: VCarouselItem
82578
- VBtnToggle: VBtnToggle
82579
- VBtnGroup: VBtnGroup
82580
- VChip: VChip
82980
+ VBreadcrumbs: VBreadcrumbs
82981
+ VBreadcrumbsItem: VBreadcrumbsItem
82982
+ VBreadcrumbsDivider: VBreadcrumbsDivider
82581
82983
  VCard: VCard
82582
82984
  VCardActions: VCardActions
82583
82985
  VCardItem: VCardItem
82584
82986
  VCardSubtitle: VCardSubtitle
82585
82987
  VCardText: VCardText
82586
82988
  VCardTitle: VCardTitle
82587
- VCode: VCode
82989
+ VBtnToggle: VBtnToggle
82990
+ VCarousel: VCarousel
82991
+ VCarouselItem: VCarouselItem
82588
82992
  VCheckbox: VCheckbox
82589
82993
  VCheckboxBtn: VCheckboxBtn
82590
- VChipGroup: VChipGroup
82994
+ VBtn: VBtn
82995
+ VChip: VChip
82996
+ VCode: VCode
82591
82997
  VColorPicker: VColorPicker
82592
- VCombobox: VCombobox
82593
- VDialog: VDialog
82998
+ VCounter: VCounter
82594
82999
  VDataTable: VDataTable
82595
83000
  VDataTableHeaders: VDataTableHeaders
82596
83001
  VDataTableFooter: VDataTableFooter
@@ -82598,35 +83003,36 @@ declare module 'vue' {
82598
83003
  VDataTableRow: VDataTableRow
82599
83004
  VDataTableVirtual: VDataTableVirtual
82600
83005
  VDataTableServer: VDataTableServer
82601
- VCounter: VCounter
82602
83006
  VDatePicker: VDatePicker
82603
83007
  VDatePickerControls: VDatePickerControls
82604
83008
  VDatePickerHeader: VDatePickerHeader
82605
83009
  VDatePickerMonth: VDatePickerMonth
82606
83010
  VDatePickerMonths: VDatePickerMonths
82607
83011
  VDatePickerYears: VDatePickerYears
82608
- VEmptyState: VEmptyState
83012
+ VChipGroup: VChipGroup
83013
+ VDivider: VDivider
82609
83014
  VExpansionPanels: VExpansionPanels
82610
83015
  VExpansionPanel: VExpansionPanel
82611
83016
  VExpansionPanelText: VExpansionPanelText
82612
83017
  VExpansionPanelTitle: VExpansionPanelTitle
82613
- VDivider: VDivider
82614
- VFab: VFab
83018
+ VEmptyState: VEmptyState
82615
83019
  VField: VField
82616
83020
  VFieldLabel: VFieldLabel
82617
- VFooter: VFooter
82618
83021
  VFileInput: VFileInput
83022
+ VFab: VFab
82619
83023
  VImg: VImg
83024
+ VBtnGroup: VBtnGroup
83025
+ VCombobox: VCombobox
82620
83026
  VIcon: VIcon
82621
83027
  VComponentIcon: VComponentIcon
82622
83028
  VSvgIcon: VSvgIcon
82623
83029
  VLigatureIcon: VLigatureIcon
82624
83030
  VClassIcon: VClassIcon
83031
+ VFooter: VFooter
82625
83032
  VInfiniteScroll: VInfiniteScroll
82626
- VLabel: VLabel
82627
- VItemGroup: VItemGroup
82628
- VItem: VItem
82629
83033
  VInput: VInput
83034
+ VKbd: VKbd
83035
+ VLabel: VLabel
82630
83036
  VList: VList
82631
83037
  VListGroup: VListGroup
82632
83038
  VListImg: VListImg
@@ -82637,72 +83043,76 @@ declare module 'vue' {
82637
83043
  VListItemTitle: VListItemTitle
82638
83044
  VListSubheader: VListSubheader
82639
83045
  VMain: VMain
82640
- VKbd: VKbd
82641
- VMenu: VMenu
82642
83046
  VMessages: VMessages
82643
- VNavigationDrawer: VNavigationDrawer
82644
- VPagination: VPagination
83047
+ VItemGroup: VItemGroup
83048
+ VItem: VItem
83049
+ VDialog: VDialog
82645
83050
  VNumberInput: VNumberInput
83051
+ VNavigationDrawer: VNavigationDrawer
83052
+ VMenu: VMenu
83053
+ VOverlay: VOverlay
82646
83054
  VOtpInput: VOtpInput
82647
83055
  VProgressLinear: VProgressLinear
82648
- VOverlay: VOverlay
82649
- VProgressCircular: VProgressCircular
83056
+ VPagination: VPagination
82650
83057
  VRadioGroup: VRadioGroup
82651
83058
  VRating: VRating
82652
- VSelectionControl: VSelectionControl
83059
+ VProgressCircular: VProgressCircular
82653
83060
  VSelectionControlGroup: VSelectionControlGroup
82654
- VSkeletonLoader: VSkeletonLoader
82655
83061
  VSelect: VSelect
83062
+ VSheet: VSheet
83063
+ VSnackbar: VSnackbar
83064
+ VSkeletonLoader: VSkeletonLoader
83065
+ VSelectionControl: VSelectionControl
82656
83066
  VSlideGroup: VSlideGroup
82657
83067
  VSlideGroupItem: VSlideGroupItem
82658
- VSnackbar: VSnackbar
83068
+ VSwitch: VSwitch
83069
+ VSlider: VSlider
82659
83070
  VStepper: VStepper
82660
83071
  VStepperActions: VStepperActions
82661
83072
  VStepperHeader: VStepperHeader
82662
83073
  VStepperItem: VStepperItem
82663
83074
  VStepperWindow: VStepperWindow
82664
83075
  VStepperWindowItem: VStepperWindowItem
82665
- VSlider: VSlider
82666
- VSwitch: VSwitch
82667
- VTextarea: VTextarea
82668
- VSystemBar: VSystemBar
82669
- VSheet: VSheet
82670
83076
  VTab: VTab
82671
83077
  VTabs: VTabs
82672
83078
  VTabsWindow: VTabsWindow
82673
83079
  VTabsWindowItem: VTabsWindowItem
82674
83080
  VTable: VTable
82675
- VToolbar: VToolbar
82676
- VToolbarTitle: VToolbarTitle
82677
- VToolbarItems: VToolbarItems
82678
83081
  VTextField: VTextField
83082
+ VSystemBar: VSystemBar
82679
83083
  VTooltip: VTooltip
83084
+ VTextarea: VTextarea
82680
83085
  VTimeline: VTimeline
82681
83086
  VTimelineItem: VTimelineItem
83087
+ VToolbar: VToolbar
83088
+ VToolbarTitle: VToolbarTitle
83089
+ VToolbarItems: VToolbarItems
82682
83090
  VWindow: VWindow
82683
83091
  VWindowItem: VWindowItem
82684
- VConfirmEdit: VConfirmEdit
82685
83092
  VDataIterator: VDataIterator
82686
83093
  VDefaultsProvider: VDefaultsProvider
83094
+ VForm: VForm
82687
83095
  VContainer: VContainer
82688
83096
  VCol: VCol
82689
83097
  VRow: VRow
82690
83098
  VSpacer: VSpacer
82691
- VForm: VForm
82692
83099
  VHover: VHover
82693
83100
  VLayout: VLayout
82694
83101
  VLayoutItem: VLayoutItem
82695
- VLazy: VLazy
82696
83102
  VLocaleProvider: VLocaleProvider
83103
+ VLazy: VLazy
82697
83104
  VNoSsr: VNoSsr
82698
83105
  VParallax: VParallax
82699
83106
  VRadio: VRadio
82700
- VResponsive: VResponsive
82701
83107
  VRangeSlider: VRangeSlider
82702
- VSnackbarQueue: VSnackbarQueue
82703
83108
  VSpeedDial: VSpeedDial
83109
+ VSnackbarQueue: VSnackbarQueue
83110
+ VResponsive: VResponsive
82704
83111
  VSparkline: VSparkline
83112
+ VValidation: VValidation
83113
+ VVirtualScroll: VVirtualScroll
82705
83114
  VThemeProvider: VThemeProvider
83115
+ VConfirmEdit: VConfirmEdit
82706
83116
  VFabTransition: VFabTransition
82707
83117
  VDialogBottomTransition: VDialogBottomTransition
82708
83118
  VDialogTopTransition: VDialogTopTransition
@@ -82719,28 +83129,26 @@ declare module 'vue' {
82719
83129
  VExpandTransition: VExpandTransition
82720
83130
  VExpandXTransition: VExpandXTransition
82721
83131
  VDialogTransition: VDialogTransition
82722
- VValidation: VValidation
82723
- VVirtualScroll: VVirtualScroll
82724
83132
  VCalendar: VCalendar
82725
83133
  VCalendarDay: VCalendarDay
82726
83134
  VCalendarHeader: VCalendarHeader
82727
83135
  VCalendarInterval: VCalendarInterval
82728
83136
  VCalendarIntervalEvent: VCalendarIntervalEvent
82729
83137
  VCalendarMonthDay: VCalendarMonthDay
83138
+ VFileUpload: VFileUpload
83139
+ VFileUploadItem: VFileUploadItem
82730
83140
  VPicker: VPicker
82731
83141
  VPickerTitle: VPickerTitle
82732
83142
  VStepperVertical: VStepperVertical
82733
83143
  VStepperVerticalItem: VStepperVerticalItem
82734
83144
  VStepperVerticalActions: VStepperVerticalActions
83145
+ VIconBtn: VIconBtn
82735
83146
  VTimePicker: VTimePicker
82736
83147
  VTimePickerClock: VTimePickerClock
82737
83148
  VTimePickerControls: VTimePickerControls
82738
- VIconBtn: VIconBtn
82739
83149
  VTreeview: VTreeview
82740
83150
  VTreeviewItem: VTreeviewItem
82741
83151
  VTreeviewGroup: VTreeviewGroup
82742
- VFileUpload: VFileUpload
82743
- VFileUploadItem: VFileUploadItem
82744
83152
  VDateInput: VDateInput
82745
83153
  VPullToRefresh: VPullToRefresh
82746
83154
  }