@vuetify/nightly 3.8.1-next.2025-04-18 → 3.8.2-dev.2025-04-28

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 (222) hide show
  1. package/CHANGELOG.md +7 -16
  2. package/dist/json/attributes.json +2825 -2817
  3. package/dist/json/importMap-labs.json +20 -20
  4. package/dist/json/importMap.json +168 -168
  5. package/dist/json/tags.json +2 -0
  6. package/dist/json/web-types.json +5590 -5610
  7. package/dist/vuetify-labs.cjs +180 -249
  8. package/dist/vuetify-labs.css +25246 -23473
  9. package/dist/vuetify-labs.d.ts +715 -279
  10. package/dist/vuetify-labs.esm.js +180 -249
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +180 -249
  13. package/dist/vuetify-labs.min.css +4 -3
  14. package/dist/vuetify.cjs +156 -231
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +23931 -22162
  17. package/dist/vuetify.d.ts +753 -317
  18. package/dist/vuetify.esm.js +156 -231
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +156 -231
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +4 -3
  23. package/dist/vuetify.min.js +295 -280
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/blueprints/md3.js +18 -5
  26. package/lib/blueprints/md3.js.map +1 -1
  27. package/lib/components/VAlert/VAlert.css +215 -207
  28. package/lib/components/VApp/VApp.css +15 -16
  29. package/lib/components/VAppBar/VAppBar.css +12 -14
  30. package/lib/components/VAutocomplete/VAutocomplete.css +84 -85
  31. package/lib/components/VAutocomplete/VAutocomplete.d.ts +9 -18
  32. package/lib/components/VAutocomplete/VAutocomplete.js +3 -6
  33. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  34. package/lib/components/VAvatar/VAvatar.css +106 -108
  35. package/lib/components/VBadge/VBadge.css +77 -77
  36. package/lib/components/VBanner/VBanner.css +166 -161
  37. package/lib/components/VBottomNavigation/VBottomNavigation.css +64 -65
  38. package/lib/components/VBottomSheet/VBottomSheet.css +31 -34
  39. package/lib/components/VBreadcrumbs/VBreadcrumbs.css +57 -54
  40. package/lib/components/VBtn/VBtn.css +408 -372
  41. package/lib/components/VBtn/VBtn.sass +23 -10
  42. package/lib/components/VBtn/_variables.scss +1 -1
  43. package/lib/components/VBtnGroup/VBtnGroup.css +87 -63
  44. package/lib/components/VBtnGroup/VBtnGroup.d.ts +58 -32
  45. package/lib/components/VBtnGroup/VBtnGroup.js +7 -3
  46. package/lib/components/VBtnGroup/VBtnGroup.js.map +1 -1
  47. package/lib/components/VBtnGroup/VBtnGroup.sass +44 -17
  48. package/lib/components/VBtnToggle/VBtnToggle.css +14 -16
  49. package/lib/components/VBtnToggle/VBtnToggle.d.ts +25 -0
  50. package/lib/components/VCard/VCard.css +302 -294
  51. package/lib/components/VCarousel/VCarousel.css +65 -63
  52. package/lib/components/VCarousel/VCarousel.sass +1 -1
  53. package/lib/components/VCheckbox/VCheckbox.css +5 -7
  54. package/lib/components/VChip/VChip.css +411 -378
  55. package/lib/components/VChipGroup/VChipGroup.css +18 -19
  56. package/lib/components/VCode/VCode.css +11 -10
  57. package/lib/components/VCode/VCode.sass +3 -0
  58. package/lib/components/VColorPicker/VColorPicker.css +23 -23
  59. package/lib/components/VColorPicker/VColorPickerCanvas.css +22 -24
  60. package/lib/components/VColorPicker/VColorPickerEdit.css +28 -29
  61. package/lib/components/VColorPicker/VColorPickerPreview.css +67 -69
  62. package/lib/components/VColorPicker/VColorPickerPreview.sass +2 -4
  63. package/lib/components/VColorPicker/VColorPickerSwatches.css +34 -34
  64. package/lib/components/VCombobox/VCombobox.css +84 -85
  65. package/lib/components/VCombobox/VCombobox.d.ts +9 -18
  66. package/lib/components/VCombobox/VCombobox.js +3 -6
  67. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  68. package/lib/components/VCounter/VCounter.css +5 -7
  69. package/lib/components/VDataTable/VDataTable.css +186 -189
  70. package/lib/components/VDataTable/VDataTable.sass +11 -21
  71. package/lib/components/VDataTable/VDataTableFooter.css +31 -33
  72. package/lib/components/VDatePicker/VDatePicker.css +6 -8
  73. package/lib/components/VDatePicker/VDatePicker.d.ts +7 -7
  74. package/lib/components/VDatePicker/VDatePickerControls.css +57 -55
  75. package/lib/components/VDatePicker/VDatePickerHeader.css +60 -56
  76. package/lib/components/VDatePicker/VDatePickerMonth.css +55 -51
  77. package/lib/components/VDatePicker/VDatePickerMonth.d.ts +7 -7
  78. package/lib/components/VDatePicker/VDatePickerMonths.css +19 -20
  79. package/lib/components/VDatePicker/VDatePickerYears.css +15 -16
  80. package/lib/components/VDialog/VDialog.css +98 -98
  81. package/lib/components/VDivider/VDivider.css +52 -52
  82. package/lib/components/VEmptyState/VEmptyState.css +67 -62
  83. package/lib/components/VExpansionPanel/VExpansionPanel.css +209 -203
  84. package/lib/components/VExpansionPanel/VExpansionPanel.sass +25 -27
  85. package/lib/components/VFab/VFab.css +73 -78
  86. package/lib/components/VFab/VFab.sass +4 -5
  87. package/lib/components/VField/VField.css +589 -541
  88. package/lib/components/VField/VField.sass +11 -4
  89. package/lib/components/VField/_variables.scss +1 -1
  90. package/lib/components/VFileInput/VFileInput.css +28 -30
  91. package/lib/components/VFooter/VFooter.css +36 -38
  92. package/lib/components/VForm/VForm.d.ts +531 -111
  93. package/lib/components/VForm/VForm.js +1 -11
  94. package/lib/components/VForm/VForm.js.map +1 -1
  95. package/lib/components/VGrid/VGrid.css +592 -565
  96. package/lib/components/VIcon/VIcon.css +53 -52
  97. package/lib/components/VImg/VImg.css +51 -50
  98. package/lib/components/VInfiniteScroll/VInfiniteScroll.css +37 -36
  99. package/lib/components/VInput/VInput.css +147 -136
  100. package/lib/components/VInput/VInput.d.ts +1 -1
  101. package/lib/components/VItemGroup/VItemGroup.css +5 -7
  102. package/lib/components/VKbd/VKbd.css +11 -13
  103. package/lib/components/VLabel/VLabel.css +15 -16
  104. package/lib/components/VLayout/VLayout.css +8 -10
  105. package/lib/components/VLayout/VLayoutItem.css +7 -8
  106. package/lib/components/VList/VList.css +108 -104
  107. package/lib/components/VList/VList.sass +1 -1
  108. package/lib/components/VList/VListItem.css +452 -440
  109. package/lib/components/VList/VListItem.sass +1 -2
  110. package/lib/components/VLocaleProvider/VLocaleProvider.css +2 -4
  111. package/lib/components/VMain/VMain.css +30 -32
  112. package/lib/components/VMenu/VMenu.css +19 -21
  113. package/lib/components/VMessages/VMessages.css +15 -17
  114. package/lib/components/VNavigationDrawer/VNavigationDrawer.css +104 -102
  115. package/lib/components/VNumberInput/VNumberInput.css +46 -48
  116. package/lib/components/VOtpInput/VOtpInput.css +58 -56
  117. package/lib/components/VOverlay/VOverlay.css +64 -61
  118. package/lib/components/VOverlay/VOverlay.sass +13 -14
  119. package/lib/components/VOverlay/_variables.scss +1 -1
  120. package/lib/components/VPagination/VPagination.css +8 -10
  121. package/lib/components/VParallax/VParallax.css +6 -8
  122. package/lib/components/VProgressCircular/VProgressCircular.css +101 -95
  123. package/lib/components/VProgressLinear/VProgressLinear.css +222 -209
  124. package/lib/components/VRadioGroup/VRadioGroup.css +12 -14
  125. package/lib/components/VRating/VRating.css +53 -52
  126. package/lib/components/VResponsive/VResponsive.css +26 -25
  127. package/lib/components/VSelect/VSelect.css +51 -53
  128. package/lib/components/VSelect/VSelect.d.ts +9 -18
  129. package/lib/components/VSelect/VSelect.js +3 -6
  130. package/lib/components/VSelect/VSelect.js.map +1 -1
  131. package/lib/components/VSelectionControl/VSelectionControl.css +100 -98
  132. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +8 -10
  133. package/lib/components/VSheet/VSheet.css +36 -38
  134. package/lib/components/VSkeletonLoader/VSkeletonLoader.css +224 -225
  135. package/lib/components/VSlideGroup/VSlideGroup.css +55 -53
  136. package/lib/components/VSlider/VSlider.css +57 -53
  137. package/lib/components/VSlider/VSliderThumb.css +153 -142
  138. package/lib/components/VSlider/VSliderTrack.css +174 -155
  139. package/lib/components/VSnackbar/VSnackbar.css +140 -140
  140. package/lib/components/VSpeedDial/VSpeedDial.css +41 -43
  141. package/lib/components/VStepper/VStepper.css +56 -55
  142. package/lib/components/VStepper/VStepperItem.css +115 -112
  143. package/lib/components/VSwitch/VSwitch.css +139 -129
  144. package/lib/components/VSystemBar/VSystemBar.css +43 -45
  145. package/lib/components/VTable/VTable.css +141 -140
  146. package/lib/components/VTable/VTable.sass +2 -4
  147. package/lib/components/VTabs/VTab.css +29 -30
  148. package/lib/components/VTabs/VTabs.css +65 -59
  149. package/lib/components/VTextField/VTextField.css +85 -77
  150. package/lib/components/VTextarea/VTextarea.css +40 -48
  151. package/lib/components/VTextarea/VTextarea.sass +2 -4
  152. package/lib/components/VThemeProvider/VThemeProvider.css +3 -5
  153. package/lib/components/VTimeline/VTimeline.css +427 -388
  154. package/lib/components/VToolbar/VToolbar.css +144 -137
  155. package/lib/components/VTooltip/VTooltip.css +23 -27
  156. package/lib/components/VTooltip/VTooltip.sass +6 -8
  157. package/lib/components/VVirtualScroll/VVirtualScroll.css +9 -11
  158. package/lib/components/VWindow/VWindow.css +70 -73
  159. package/lib/composables/calendar.d.ts +3 -2
  160. package/lib/composables/calendar.js +5 -7
  161. package/lib/composables/calendar.js.map +1 -1
  162. package/lib/composables/date/DateAdapter.d.ts +1 -0
  163. package/lib/composables/date/DateAdapter.js.map +1 -1
  164. package/lib/composables/date/adapters/vuetify.d.ts +1 -0
  165. package/lib/composables/date/adapters/vuetify.js +101 -160
  166. package/lib/composables/date/adapters/vuetify.js.map +1 -1
  167. package/lib/composables/date/date.d.ts +1 -1
  168. package/lib/composables/date/date.js +0 -20
  169. package/lib/composables/date/date.js.map +1 -1
  170. package/lib/composables/filter.js +2 -1
  171. package/lib/composables/filter.js.map +1 -1
  172. package/lib/composables/theme.js +5 -5
  173. package/lib/composables/theme.js.map +1 -1
  174. package/lib/composables/validation.js +5 -0
  175. package/lib/composables/validation.js.map +1 -1
  176. package/lib/directives/ripple/VRipple.css +36 -38
  177. package/lib/entry-bundler.d.ts +1 -0
  178. package/lib/entry-bundler.js +1 -1
  179. package/lib/entry-bundler.js.map +1 -1
  180. package/lib/framework.d.ts +62 -59
  181. package/lib/framework.js +1 -1
  182. package/lib/framework.js.map +1 -1
  183. package/lib/labs/VCalendar/VCalendar.css +225 -219
  184. package/lib/labs/VCalendar/VCalendar.d.ts +7 -7
  185. package/lib/labs/VCalendar/VCalendarDay.css +32 -33
  186. package/lib/labs/VCalendar/VCalendarHeader.css +13 -13
  187. package/lib/labs/VCalendar/VCalendarInterval.css +42 -43
  188. package/lib/labs/VCalendar/VCalendarInterval.js +25 -19
  189. package/lib/labs/VCalendar/VCalendarInterval.js.map +1 -1
  190. package/lib/labs/VCalendar/VCalendarIntervalEvent.css +5 -7
  191. package/lib/labs/VCalendar/VCalendarMonthDay.css +58 -61
  192. package/lib/labs/VCalendar/VCalendarMonthDay.sass +2 -3
  193. package/lib/labs/VDateInput/VDateInput.d.ts +7 -7
  194. package/lib/labs/VFileUpload/VFileUpload.css +77 -74
  195. package/lib/labs/VIconBtn/VIconBtn.css +164 -162
  196. package/lib/labs/VPicker/VPicker.css +63 -58
  197. package/lib/labs/VTimePicker/VTimePicker.css +7 -9
  198. package/lib/labs/VTimePicker/VTimePickerClock.css +129 -126
  199. package/lib/labs/VTimePicker/VTimePickerControls.css +103 -102
  200. package/lib/labs/VTreeview/VTreeviewItem.css +28 -30
  201. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -3
  202. package/lib/labs/entry-bundler.d.ts +1 -0
  203. package/lib/styles/elements/_global.sass +1 -1
  204. package/lib/styles/generic/_colors.scss +3 -3
  205. package/lib/styles/generic/_layers.scss +1 -13
  206. package/lib/styles/generic/_reset.scss +1 -0
  207. package/lib/styles/generic/_transitions.scss +32 -32
  208. package/lib/styles/main.css +16142 -14667
  209. package/lib/styles/settings/_utilities.scss +5 -0
  210. package/lib/styles/settings/_variables.scss +3 -2
  211. package/lib/styles/tools/_bootable.sass +3 -0
  212. package/lib/styles/tools/_border.sass +4 -4
  213. package/lib/styles/tools/_display.sass +10 -0
  214. package/lib/styles/tools/_elevation.sass +2 -2
  215. package/lib/styles/tools/_index.sass +2 -0
  216. package/lib/styles/tools/_layer.scss +2 -4
  217. package/lib/styles/tools/_position.sass +2 -2
  218. package/lib/styles/tools/_radius.sass +10 -0
  219. package/lib/styles/tools/_rounded.sass +2 -2
  220. package/lib/styles/tools/_utilities.sass +5 -1
  221. package/lib/styles/utilities/_elevation.scss +1 -1
  222. 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;
@@ -12638,20 +12639,17 @@ declare const VAutocomplete: {
12638
12639
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
12639
12640
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
12640
12641
  item: (arg: {
12641
- item: unknown;
12642
- internalItem: ListItem<unknown>;
12642
+ item: ListItem<unknown>;
12643
12643
  index: number;
12644
12644
  props: Record<string, unknown>;
12645
12645
  }) => vue.VNode[];
12646
12646
  chip: (arg: {
12647
- item: unknown;
12648
- internalItem: ListItem<unknown>;
12647
+ item: ListItem<unknown>;
12649
12648
  index: number;
12650
12649
  props: Record<string, unknown>;
12651
12650
  }) => vue.VNode[];
12652
12651
  selection: (arg: {
12653
- item: unknown;
12654
- internalItem: ListItem<unknown>;
12652
+ item: ListItem<unknown>;
12655
12653
  index: number;
12656
12654
  }) => vue.VNode[];
12657
12655
  'prepend-item': () => vue.VNode[];
@@ -17421,20 +17419,17 @@ declare const VAutocomplete: {
17421
17419
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
17422
17420
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
17423
17421
  item: (arg: {
17424
- item: unknown;
17425
- internalItem: ListItem<unknown>;
17422
+ item: ListItem<unknown>;
17426
17423
  index: number;
17427
17424
  props: Record<string, unknown>;
17428
17425
  }) => vue.VNode[];
17429
17426
  chip: (arg: {
17430
- item: unknown;
17431
- internalItem: ListItem<unknown>;
17427
+ item: ListItem<unknown>;
17432
17428
  index: number;
17433
17429
  props: Record<string, unknown>;
17434
17430
  }) => vue.VNode[];
17435
17431
  selection: (arg: {
17436
- item: unknown;
17437
- internalItem: ListItem<unknown>;
17432
+ item: ListItem<unknown>;
17438
17433
  index: number;
17439
17434
  }) => vue.VNode[];
17440
17435
  'prepend-item': () => vue.VNode[];
@@ -17451,20 +17446,17 @@ declare const VAutocomplete: {
17451
17446
  "onUpdate:modelValue"?: (value: V) => void;
17452
17447
  }, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
17453
17448
  item: {
17454
- item: Item;
17455
- internalItem: ListItem<Item>;
17449
+ item: ListItem<Item>;
17456
17450
  index: number;
17457
17451
  props: Record<string, unknown>;
17458
17452
  };
17459
17453
  chip: {
17460
- item: Item;
17461
- internalItem: ListItem<Item>;
17454
+ item: ListItem<Item>;
17462
17455
  index: number;
17463
17456
  props: Record<string, unknown>;
17464
17457
  };
17465
17458
  selection: {
17466
- item: Item;
17467
- internalItem: ListItem<Item>;
17459
+ item: ListItem<Item>;
17468
17460
  index: number;
17469
17461
  };
17470
17462
  "prepend-item": never;
@@ -20686,6 +20678,7 @@ type VBtn = InstanceType<typeof VBtn>;
20686
20678
  declare const VBtnGroup: {
20687
20679
  new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
20688
20680
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
20681
+ direction: "horizontal" | "vertical";
20689
20682
  style: vue.StyleValue;
20690
20683
  tag: string | JSXComponent;
20691
20684
  density: Density;
@@ -20710,6 +20703,7 @@ declare const VBtnGroup: {
20710
20703
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
20711
20704
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
20712
20705
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
20706
+ direction: "horizontal" | "vertical";
20713
20707
  style: vue.StyleValue;
20714
20708
  tag: string | JSXComponent;
20715
20709
  density: Density;
@@ -20727,6 +20721,7 @@ declare const VBtnGroup: {
20727
20721
  Defaults: {};
20728
20722
  }, {
20729
20723
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
20724
+ direction: "horizontal" | "vertical";
20730
20725
  style: vue.StyleValue;
20731
20726
  tag: string | JSXComponent;
20732
20727
  density: Density;
@@ -20751,6 +20746,7 @@ declare const VBtnGroup: {
20751
20746
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
20752
20747
  }, {}, {}, {}, {}, {
20753
20748
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
20749
+ direction: "horizontal" | "vertical";
20754
20750
  style: vue.StyleValue;
20755
20751
  tag: string | JSXComponent;
20756
20752
  density: Density;
@@ -20763,6 +20759,7 @@ declare const VBtnGroup: {
20763
20759
  __isSuspense?: never;
20764
20760
  } & vue.ComponentOptionsBase<{
20765
20761
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
20762
+ direction: "horizontal" | "vertical";
20766
20763
  style: vue.StyleValue;
20767
20764
  tag: string | JSXComponent;
20768
20765
  density: Density;
@@ -20787,6 +20784,7 @@ declare const VBtnGroup: {
20787
20784
  "v-slot:default"?: false | (() => vue.VNodeChild) | undefined;
20788
20785
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
20789
20786
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
20787
+ direction: "horizontal" | "vertical";
20790
20788
  style: vue.StyleValue;
20791
20789
  tag: string | JSXComponent;
20792
20790
  density: Density;
@@ -20798,13 +20796,13 @@ declare const VBtnGroup: {
20798
20796
  }>>, vue.GlobalComponents, vue.GlobalDirectives, string, vue.ComponentProvideOptions> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{
20799
20797
  color: StringConstructor;
20800
20798
  variant: {
20801
- type: vue.PropType<Variant$2>;
20799
+ type: PropType<Variant$2>;
20802
20800
  default: string;
20803
20801
  validator: (v: any) => boolean;
20804
20802
  };
20805
20803
  theme: StringConstructor;
20806
20804
  tag: {
20807
- type: vue.PropType<string | JSXComponent>;
20805
+ type: PropType<string | JSXComponent>;
20808
20806
  default: string;
20809
20807
  };
20810
20808
  rounded: {
@@ -20817,28 +20815,32 @@ declare const VBtnGroup: {
20817
20815
  validator(v: any): boolean;
20818
20816
  };
20819
20817
  density: {
20820
- type: vue.PropType<Density>;
20818
+ type: PropType<Density>;
20821
20819
  default: string;
20822
20820
  validator: (v: any) => boolean;
20823
20821
  };
20824
- class: vue.PropType<ClassValue>;
20822
+ class: PropType<ClassValue>;
20825
20823
  style: {
20826
- type: vue.PropType<vue.StyleValue>;
20824
+ type: PropType<vue.StyleValue>;
20827
20825
  default: null;
20828
20826
  };
20829
20827
  border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
20830
20828
  baseColor: StringConstructor;
20831
20829
  divided: BooleanConstructor;
20830
+ direction: {
20831
+ type: PropType<"horizontal" | "vertical">;
20832
+ default: string;
20833
+ };
20832
20834
  }, vue.ExtractPropTypes<{
20833
20835
  color: StringConstructor;
20834
20836
  variant: {
20835
- type: vue.PropType<Variant$2>;
20837
+ type: PropType<Variant$2>;
20836
20838
  default: string;
20837
20839
  validator: (v: any) => boolean;
20838
20840
  };
20839
20841
  theme: StringConstructor;
20840
20842
  tag: {
20841
- type: vue.PropType<string | JSXComponent>;
20843
+ type: PropType<string | JSXComponent>;
20842
20844
  default: string;
20843
20845
  };
20844
20846
  rounded: {
@@ -20851,18 +20853,22 @@ declare const VBtnGroup: {
20851
20853
  validator(v: any): boolean;
20852
20854
  };
20853
20855
  density: {
20854
- type: vue.PropType<Density>;
20856
+ type: PropType<Density>;
20855
20857
  default: string;
20856
20858
  validator: (v: any) => boolean;
20857
20859
  };
20858
- class: vue.PropType<ClassValue>;
20860
+ class: PropType<ClassValue>;
20859
20861
  style: {
20860
- type: vue.PropType<vue.StyleValue>;
20862
+ type: PropType<vue.StyleValue>;
20861
20863
  default: null;
20862
20864
  };
20863
20865
  border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
20864
20866
  baseColor: StringConstructor;
20865
20867
  divided: BooleanConstructor;
20868
+ direction: {
20869
+ type: PropType<"horizontal" | "vertical">;
20870
+ default: string;
20871
+ };
20866
20872
  }>>;
20867
20873
  type VBtnGroup = InstanceType<typeof VBtnGroup>;
20868
20874
 
@@ -20875,6 +20881,7 @@ type VBtnToggleSlots = {
20875
20881
  declare const VBtnToggle: {
20876
20882
  new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<{
20877
20883
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
20884
+ direction: "horizontal" | "vertical";
20878
20885
  style: vue.StyleValue;
20879
20886
  disabled: boolean;
20880
20887
  multiple: boolean;
@@ -20901,6 +20908,7 @@ declare const VBtnToggle: {
20901
20908
  'update:modelValue': (value: any) => true;
20902
20909
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps, {
20903
20910
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
20911
+ direction: "horizontal" | "vertical";
20904
20912
  style: vue.StyleValue;
20905
20913
  disabled: boolean;
20906
20914
  multiple: boolean;
@@ -20920,6 +20928,7 @@ declare const VBtnToggle: {
20920
20928
  Defaults: {};
20921
20929
  }, {
20922
20930
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
20931
+ direction: "horizontal" | "vertical";
20923
20932
  style: vue.StyleValue;
20924
20933
  disabled: boolean;
20925
20934
  multiple: boolean;
@@ -20944,6 +20953,7 @@ declare const VBtnToggle: {
20944
20953
  select: (id: string, value: boolean) => void;
20945
20954
  }, {}, {}, {}, {
20946
20955
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
20956
+ direction: "horizontal" | "vertical";
20947
20957
  style: vue.StyleValue;
20948
20958
  disabled: boolean;
20949
20959
  multiple: boolean;
@@ -20958,6 +20968,7 @@ declare const VBtnToggle: {
20958
20968
  __isSuspense?: never;
20959
20969
  } & vue.ComponentOptionsBase<{
20960
20970
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
20971
+ direction: "horizontal" | "vertical";
20961
20972
  style: vue.StyleValue;
20962
20973
  disabled: boolean;
20963
20974
  multiple: boolean;
@@ -20984,6 +20995,7 @@ declare const VBtnToggle: {
20984
20995
  'update:modelValue': (value: any) => true;
20985
20996
  }, "$children" | "v-slots" | "v-slot:default" | "modelValue" | "update:modelValue">, string, {
20986
20997
  variant: "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain";
20998
+ direction: "horizontal" | "vertical";
20987
20999
  style: vue.StyleValue;
20988
21000
  disabled: boolean;
20989
21001
  multiple: boolean;
@@ -21040,6 +21052,10 @@ declare const VBtnToggle: {
21040
21052
  border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
21041
21053
  baseColor: StringConstructor;
21042
21054
  divided: BooleanConstructor;
21055
+ direction: {
21056
+ type: vue.PropType<"horizontal" | "vertical">;
21057
+ default: string;
21058
+ };
21043
21059
  }, vue.ExtractPropTypes<{
21044
21060
  modelValue: {
21045
21061
  type: null;
@@ -21083,6 +21099,10 @@ declare const VBtnToggle: {
21083
21099
  border: (StringConstructor | BooleanConstructor | NumberConstructor)[];
21084
21100
  baseColor: StringConstructor;
21085
21101
  divided: BooleanConstructor;
21102
+ direction: {
21103
+ type: vue.PropType<"horizontal" | "vertical">;
21104
+ default: string;
21105
+ };
21086
21106
  }>>;
21087
21107
  type VBtnToggle = InstanceType<typeof VBtnToggle>;
21088
21108
 
@@ -28680,20 +28700,17 @@ declare const VCombobox: {
28680
28700
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
28681
28701
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
28682
28702
  item: (arg: {
28683
- item: unknown;
28684
- internalItem: ListItem<unknown>;
28703
+ item: ListItem<unknown>;
28685
28704
  index: number;
28686
28705
  props: Record<string, unknown>;
28687
28706
  }) => vue.VNode[];
28688
28707
  chip: (arg: {
28689
- item: unknown;
28690
- internalItem: ListItem<unknown>;
28708
+ item: ListItem<unknown>;
28691
28709
  index: number;
28692
28710
  props: Record<string, unknown>;
28693
28711
  }) => vue.VNode[];
28694
28712
  selection: (arg: {
28695
- item: unknown;
28696
- internalItem: ListItem<unknown>;
28713
+ item: ListItem<unknown>;
28697
28714
  index: number;
28698
28715
  }) => vue.VNode[];
28699
28716
  'prepend-item': () => vue.VNode[];
@@ -33459,20 +33476,17 @@ declare const VCombobox: {
33459
33476
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
33460
33477
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
33461
33478
  item: (arg: {
33462
- item: unknown;
33463
- internalItem: ListItem<unknown>;
33479
+ item: ListItem<unknown>;
33464
33480
  index: number;
33465
33481
  props: Record<string, unknown>;
33466
33482
  }) => vue.VNode[];
33467
33483
  chip: (arg: {
33468
- item: unknown;
33469
- internalItem: ListItem<unknown>;
33484
+ item: ListItem<unknown>;
33470
33485
  index: number;
33471
33486
  props: Record<string, unknown>;
33472
33487
  }) => vue.VNode[];
33473
33488
  selection: (arg: {
33474
- item: unknown;
33475
- internalItem: ListItem<unknown>;
33489
+ item: ListItem<unknown>;
33476
33490
  index: number;
33477
33491
  }) => vue.VNode[];
33478
33492
  'prepend-item': () => vue.VNode[];
@@ -33489,20 +33503,17 @@ declare const VCombobox: {
33489
33503
  "onUpdate:modelValue"?: (value: V) => void;
33490
33504
  }, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
33491
33505
  item: {
33492
- item: Item;
33493
- internalItem: ListItem<Item>;
33506
+ item: ListItem<Item>;
33494
33507
  index: number;
33495
33508
  props: Record<string, unknown>;
33496
33509
  };
33497
33510
  chip: {
33498
- item: Item;
33499
- internalItem: ListItem<Item>;
33511
+ item: ListItem<Item>;
33500
33512
  index: number;
33501
33513
  props: Record<string, unknown>;
33502
33514
  };
33503
33515
  selection: {
33504
- item: Item;
33505
- internalItem: ListItem<Item>;
33516
+ item: ListItem<Item>;
33506
33517
  index: number;
33507
33518
  };
33508
33519
  "prepend-item": never;
@@ -38151,7 +38162,6 @@ declare const VDatePicker: {
38151
38162
  showAdjacentMonths: boolean;
38152
38163
  weekdays: CalendarWeekdays[];
38153
38164
  weeksInMonth: "static" | "dynamic";
38154
- firstDayOfWeek: string | number;
38155
38165
  hideWeekdays: boolean;
38156
38166
  showWeek: boolean;
38157
38167
  } & {
@@ -38178,6 +38188,7 @@ declare const VDatePicker: {
38178
38188
  bgColor?: string | undefined;
38179
38189
  controlHeight?: string | number | undefined;
38180
38190
  headerColor?: string | undefined;
38191
+ firstDayOfWeek?: string | number | undefined;
38181
38192
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38182
38193
  } & {
38183
38194
  "onUpdate:month"?: ((date: any) => any) | undefined;
@@ -38246,7 +38257,6 @@ declare const VDatePicker: {
38246
38257
  showAdjacentMonths: boolean;
38247
38258
  weekdays: CalendarWeekdays[];
38248
38259
  weeksInMonth: "static" | "dynamic";
38249
- firstDayOfWeek: string | number;
38250
38260
  hideWeekdays: boolean;
38251
38261
  showWeek: boolean;
38252
38262
  } & {
@@ -38273,6 +38283,7 @@ declare const VDatePicker: {
38273
38283
  bgColor?: string | undefined;
38274
38284
  controlHeight?: string | number | undefined;
38275
38285
  headerColor?: string | undefined;
38286
+ firstDayOfWeek?: string | number | undefined;
38276
38287
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38277
38288
  } & {
38278
38289
  "onUpdate:month"?: ((date: any) => any) | undefined;
@@ -38325,7 +38336,6 @@ declare const VDatePicker: {
38325
38336
  showAdjacentMonths: boolean;
38326
38337
  weekdays: CalendarWeekdays[];
38327
38338
  weeksInMonth: "static" | "dynamic";
38328
- firstDayOfWeek: string | number;
38329
38339
  hideWeekdays: boolean;
38330
38340
  showWeek: boolean;
38331
38341
  } & {
@@ -38352,6 +38362,7 @@ declare const VDatePicker: {
38352
38362
  bgColor?: string | undefined;
38353
38363
  controlHeight?: string | number | undefined;
38354
38364
  headerColor?: string | undefined;
38365
+ firstDayOfWeek?: string | number | undefined;
38355
38366
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38356
38367
  } & {
38357
38368
  "onUpdate:month"?: ((date: any) => any) | undefined;
@@ -38462,7 +38473,7 @@ declare const VDatePicker: {
38462
38473
  };
38463
38474
  firstDayOfWeek: {
38464
38475
  type: (StringConstructor | NumberConstructor)[];
38465
- default: number;
38476
+ default: undefined;
38466
38477
  };
38467
38478
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
38468
38479
  hideWeekdays: BooleanConstructor;
@@ -38567,7 +38578,7 @@ declare const VDatePicker: {
38567
38578
  };
38568
38579
  firstDayOfWeek: {
38569
38580
  type: (StringConstructor | NumberConstructor)[];
38570
- default: number;
38581
+ default: undefined;
38571
38582
  };
38572
38583
  allowedDates: vue.PropType<unknown[] | ((date: unknown) => boolean)>;
38573
38584
  hideWeekdays: BooleanConstructor;
@@ -38913,7 +38924,6 @@ declare const VDatePickerMonth: {
38913
38924
  showAdjacentMonths: boolean;
38914
38925
  weekdays: CalendarWeekdays[];
38915
38926
  weeksInMonth: "static" | "dynamic";
38916
- firstDayOfWeek: string | number;
38917
38927
  hideWeekdays: boolean;
38918
38928
  showWeek: boolean;
38919
38929
  } & {
@@ -38924,6 +38934,7 @@ declare const VDatePickerMonth: {
38924
38934
  month?: string | number | undefined;
38925
38935
  year?: string | number | undefined;
38926
38936
  modelValue?: unknown[] | undefined;
38937
+ firstDayOfWeek?: string | number | undefined;
38927
38938
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
38928
38939
  } & {
38929
38940
  $children?: {} | vue.VNodeChild | {
@@ -38992,7 +39003,6 @@ declare const VDatePickerMonth: {
38992
39003
  showAdjacentMonths: boolean;
38993
39004
  weekdays: CalendarWeekdays[];
38994
39005
  weeksInMonth: "static" | "dynamic";
38995
- firstDayOfWeek: string | number;
38996
39006
  hideWeekdays: boolean;
38997
39007
  showWeek: boolean;
38998
39008
  } & {
@@ -39003,6 +39013,7 @@ declare const VDatePickerMonth: {
39003
39013
  month?: string | number | undefined;
39004
39014
  year?: string | number | undefined;
39005
39015
  modelValue?: unknown[] | undefined;
39016
+ firstDayOfWeek?: string | number | undefined;
39006
39017
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
39007
39018
  } & {
39008
39019
  $children?: {} | vue.VNodeChild | {
@@ -39056,7 +39067,6 @@ declare const VDatePickerMonth: {
39056
39067
  showAdjacentMonths: boolean;
39057
39068
  weekdays: CalendarWeekdays[];
39058
39069
  weeksInMonth: "static" | "dynamic";
39059
- firstDayOfWeek: string | number;
39060
39070
  hideWeekdays: boolean;
39061
39071
  showWeek: boolean;
39062
39072
  } & {
@@ -39067,6 +39077,7 @@ declare const VDatePickerMonth: {
39067
39077
  month?: string | number | undefined;
39068
39078
  year?: string | number | undefined;
39069
39079
  modelValue?: unknown[] | undefined;
39080
+ firstDayOfWeek?: string | number | undefined;
39070
39081
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
39071
39082
  } & {
39072
39083
  $children?: {} | vue.VNodeChild | {
@@ -39142,7 +39153,7 @@ declare const VDatePickerMonth: {
39142
39153
  };
39143
39154
  firstDayOfWeek: {
39144
39155
  type: (StringConstructor | NumberConstructor)[];
39145
- default: number;
39156
+ default: undefined;
39146
39157
  };
39147
39158
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
39148
39159
  color: StringConstructor;
@@ -39178,7 +39189,7 @@ declare const VDatePickerMonth: {
39178
39189
  };
39179
39190
  firstDayOfWeek: {
39180
39191
  type: (StringConstructor | NumberConstructor)[];
39181
- default: number;
39192
+ default: undefined;
39182
39193
  };
39183
39194
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
39184
39195
  color: StringConstructor;
@@ -45305,49 +45316,169 @@ declare const VForm: {
45305
45316
  } & {
45306
45317
  $children?: vue.VNodeChild | {
45307
45318
  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>;
45319
+ errors: vue.Ref<{
45320
+ id: number | string;
45321
+ errorMessages: string[];
45322
+ }[], FieldValidationResult[] | {
45323
+ id: number | string;
45324
+ errorMessages: string[];
45325
+ }[]>;
45326
+ isDisabled: vue.ComputedRef<boolean>;
45327
+ isReadonly: vue.ComputedRef<boolean>;
45328
+ isValidating: vue.ShallowRef<boolean, boolean>;
45329
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45330
+ readonly externalValue: boolean | null;
45331
+ };
45332
+ items: vue.Ref<{
45333
+ id: number | string;
45334
+ validate: () => Promise<string[]>;
45335
+ reset: () => Promise<void>;
45336
+ resetValidation: () => Promise<void>;
45337
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45338
+ isValid: boolean | null;
45339
+ errorMessages: string[];
45340
+ }[], FormField[] | {
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
+ }[]>;
45349
+ validate: () => Promise<{
45350
+ valid: boolean;
45351
+ errors: {
45352
+ id: number | string;
45353
+ errorMessages: string[];
45354
+ }[];
45355
+ }>;
45315
45356
  reset: () => void;
45316
45357
  resetValidation: () => void;
45317
45358
  }) => vue.VNodeChild) | undefined;
45318
45359
  } | ((arg: {
45319
- errors: FieldValidationResult[];
45320
- isDisabled: boolean;
45321
- isReadonly: boolean;
45322
- isValidating: boolean;
45323
- isValid: boolean | null;
45324
- items: FormField[];
45325
- validate: () => Promise<FormValidationResult>;
45360
+ errors: vue.Ref<{
45361
+ id: number | string;
45362
+ errorMessages: string[];
45363
+ }[], FieldValidationResult[] | {
45364
+ id: number | string;
45365
+ errorMessages: string[];
45366
+ }[]>;
45367
+ isDisabled: vue.ComputedRef<boolean>;
45368
+ isReadonly: vue.ComputedRef<boolean>;
45369
+ isValidating: vue.ShallowRef<boolean, boolean>;
45370
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45371
+ readonly externalValue: boolean | null;
45372
+ };
45373
+ items: vue.Ref<{
45374
+ id: number | string;
45375
+ validate: () => Promise<string[]>;
45376
+ reset: () => Promise<void>;
45377
+ resetValidation: () => Promise<void>;
45378
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45379
+ isValid: boolean | null;
45380
+ errorMessages: string[];
45381
+ }[], FormField[] | {
45382
+ id: number | string;
45383
+ validate: () => Promise<string[]>;
45384
+ reset: () => Promise<void>;
45385
+ resetValidation: () => Promise<void>;
45386
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45387
+ isValid: boolean | null;
45388
+ errorMessages: string[];
45389
+ }[]>;
45390
+ validate: () => Promise<{
45391
+ valid: boolean;
45392
+ errors: {
45393
+ id: number | string;
45394
+ errorMessages: string[];
45395
+ }[];
45396
+ }>;
45326
45397
  reset: () => void;
45327
45398
  resetValidation: () => void;
45328
45399
  }) => vue.VNodeChild);
45329
45400
  'v-slots'?: {
45330
45401
  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>;
45402
+ errors: vue.Ref<{
45403
+ id: number | string;
45404
+ errorMessages: string[];
45405
+ }[], FieldValidationResult[] | {
45406
+ id: number | string;
45407
+ errorMessages: string[];
45408
+ }[]>;
45409
+ isDisabled: vue.ComputedRef<boolean>;
45410
+ isReadonly: vue.ComputedRef<boolean>;
45411
+ isValidating: vue.ShallowRef<boolean, boolean>;
45412
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45413
+ readonly externalValue: boolean | null;
45414
+ };
45415
+ items: vue.Ref<{
45416
+ id: number | string;
45417
+ validate: () => Promise<string[]>;
45418
+ reset: () => Promise<void>;
45419
+ resetValidation: () => Promise<void>;
45420
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45421
+ isValid: boolean | null;
45422
+ errorMessages: string[];
45423
+ }[], FormField[] | {
45424
+ id: number | string;
45425
+ validate: () => Promise<string[]>;
45426
+ reset: () => Promise<void>;
45427
+ resetValidation: () => Promise<void>;
45428
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45429
+ isValid: boolean | null;
45430
+ errorMessages: string[];
45431
+ }[]>;
45432
+ validate: () => Promise<{
45433
+ valid: boolean;
45434
+ errors: {
45435
+ id: number | string;
45436
+ errorMessages: string[];
45437
+ }[];
45438
+ }>;
45338
45439
  reset: () => void;
45339
45440
  resetValidation: () => void;
45340
45441
  }) => vue.VNodeChild) | undefined;
45341
45442
  } | undefined;
45342
45443
  } & {
45343
45444
  "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>;
45445
+ errors: vue.Ref<{
45446
+ id: number | string;
45447
+ errorMessages: string[];
45448
+ }[], FieldValidationResult[] | {
45449
+ id: number | string;
45450
+ errorMessages: string[];
45451
+ }[]>;
45452
+ isDisabled: vue.ComputedRef<boolean>;
45453
+ isReadonly: vue.ComputedRef<boolean>;
45454
+ isValidating: vue.ShallowRef<boolean, boolean>;
45455
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45456
+ readonly externalValue: boolean | null;
45457
+ };
45458
+ items: vue.Ref<{
45459
+ id: number | string;
45460
+ validate: () => Promise<string[]>;
45461
+ reset: () => Promise<void>;
45462
+ resetValidation: () => Promise<void>;
45463
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45464
+ isValid: boolean | null;
45465
+ errorMessages: string[];
45466
+ }[], FormField[] | {
45467
+ id: number | string;
45468
+ validate: () => Promise<string[]>;
45469
+ reset: () => Promise<void>;
45470
+ resetValidation: () => Promise<void>;
45471
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45472
+ isValid: boolean | null;
45473
+ errorMessages: string[];
45474
+ }[]>;
45475
+ validate: () => Promise<{
45476
+ valid: boolean;
45477
+ errors: {
45478
+ id: number | string;
45479
+ errorMessages: string[];
45480
+ }[];
45481
+ }>;
45351
45482
  reset: () => void;
45352
45483
  resetValidation: () => void;
45353
45484
  }) => vue.VNodeChild) | undefined;
@@ -45448,13 +45579,43 @@ declare const VForm: {
45448
45579
  fastFail: boolean;
45449
45580
  }, true, {}, vue.SlotsType<Partial<{
45450
45581
  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>;
45582
+ errors: vue.Ref<{
45583
+ id: number | string;
45584
+ errorMessages: string[];
45585
+ }[], FieldValidationResult[] | {
45586
+ id: number | string;
45587
+ errorMessages: string[];
45588
+ }[]>;
45589
+ isDisabled: vue.ComputedRef<boolean>;
45590
+ isReadonly: vue.ComputedRef<boolean>;
45591
+ isValidating: vue.ShallowRef<boolean, boolean>;
45592
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45593
+ readonly externalValue: boolean | null;
45594
+ };
45595
+ items: vue.Ref<{
45596
+ id: number | string;
45597
+ validate: () => Promise<string[]>;
45598
+ reset: () => Promise<void>;
45599
+ resetValidation: () => Promise<void>;
45600
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45601
+ isValid: boolean | null;
45602
+ errorMessages: string[];
45603
+ }[], FormField[] | {
45604
+ id: number | string;
45605
+ validate: () => Promise<string[]>;
45606
+ reset: () => Promise<void>;
45607
+ resetValidation: () => Promise<void>;
45608
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45609
+ isValid: boolean | null;
45610
+ errorMessages: string[];
45611
+ }[]>;
45612
+ validate: () => Promise<{
45613
+ valid: boolean;
45614
+ errors: {
45615
+ id: number | string;
45616
+ errorMessages: string[];
45617
+ }[];
45618
+ }>;
45458
45619
  reset: () => void;
45459
45620
  resetValidation: () => void;
45460
45621
  }) => vue.VNode[];
@@ -45477,49 +45638,169 @@ declare const VForm: {
45477
45638
  } & {
45478
45639
  $children?: vue.VNodeChild | {
45479
45640
  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>;
45641
+ errors: vue.Ref<{
45642
+ id: number | string;
45643
+ errorMessages: string[];
45644
+ }[], FieldValidationResult[] | {
45645
+ id: number | string;
45646
+ errorMessages: string[];
45647
+ }[]>;
45648
+ isDisabled: vue.ComputedRef<boolean>;
45649
+ isReadonly: vue.ComputedRef<boolean>;
45650
+ isValidating: vue.ShallowRef<boolean, boolean>;
45651
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45652
+ readonly externalValue: boolean | null;
45653
+ };
45654
+ items: vue.Ref<{
45655
+ id: number | string;
45656
+ validate: () => Promise<string[]>;
45657
+ reset: () => Promise<void>;
45658
+ resetValidation: () => Promise<void>;
45659
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45660
+ isValid: boolean | null;
45661
+ errorMessages: string[];
45662
+ }[], FormField[] | {
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
+ }[]>;
45671
+ validate: () => Promise<{
45672
+ valid: boolean;
45673
+ errors: {
45674
+ id: number | string;
45675
+ errorMessages: string[];
45676
+ }[];
45677
+ }>;
45487
45678
  reset: () => void;
45488
45679
  resetValidation: () => void;
45489
45680
  }) => vue.VNodeChild) | undefined;
45490
45681
  } | ((arg: {
45491
- errors: FieldValidationResult[];
45492
- isDisabled: boolean;
45493
- isReadonly: boolean;
45494
- isValidating: boolean;
45495
- isValid: boolean | null;
45496
- items: FormField[];
45497
- validate: () => Promise<FormValidationResult>;
45682
+ errors: vue.Ref<{
45683
+ id: number | string;
45684
+ errorMessages: string[];
45685
+ }[], FieldValidationResult[] | {
45686
+ id: number | string;
45687
+ errorMessages: string[];
45688
+ }[]>;
45689
+ isDisabled: vue.ComputedRef<boolean>;
45690
+ isReadonly: vue.ComputedRef<boolean>;
45691
+ isValidating: vue.ShallowRef<boolean, boolean>;
45692
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45693
+ readonly externalValue: boolean | null;
45694
+ };
45695
+ items: vue.Ref<{
45696
+ id: number | string;
45697
+ validate: () => Promise<string[]>;
45698
+ reset: () => Promise<void>;
45699
+ resetValidation: () => Promise<void>;
45700
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45701
+ isValid: boolean | null;
45702
+ errorMessages: string[];
45703
+ }[], FormField[] | {
45704
+ id: number | string;
45705
+ validate: () => Promise<string[]>;
45706
+ reset: () => Promise<void>;
45707
+ resetValidation: () => Promise<void>;
45708
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45709
+ isValid: boolean | null;
45710
+ errorMessages: string[];
45711
+ }[]>;
45712
+ validate: () => Promise<{
45713
+ valid: boolean;
45714
+ errors: {
45715
+ id: number | string;
45716
+ errorMessages: string[];
45717
+ }[];
45718
+ }>;
45498
45719
  reset: () => void;
45499
45720
  resetValidation: () => void;
45500
45721
  }) => vue.VNodeChild);
45501
45722
  'v-slots'?: {
45502
45723
  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>;
45724
+ errors: vue.Ref<{
45725
+ id: number | string;
45726
+ errorMessages: string[];
45727
+ }[], FieldValidationResult[] | {
45728
+ id: number | string;
45729
+ errorMessages: string[];
45730
+ }[]>;
45731
+ isDisabled: vue.ComputedRef<boolean>;
45732
+ isReadonly: vue.ComputedRef<boolean>;
45733
+ isValidating: vue.ShallowRef<boolean, boolean>;
45734
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45735
+ readonly externalValue: boolean | null;
45736
+ };
45737
+ items: vue.Ref<{
45738
+ id: number | string;
45739
+ validate: () => Promise<string[]>;
45740
+ reset: () => Promise<void>;
45741
+ resetValidation: () => Promise<void>;
45742
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45743
+ isValid: boolean | null;
45744
+ errorMessages: string[];
45745
+ }[], FormField[] | {
45746
+ id: number | string;
45747
+ validate: () => Promise<string[]>;
45748
+ reset: () => Promise<void>;
45749
+ resetValidation: () => Promise<void>;
45750
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45751
+ isValid: boolean | null;
45752
+ errorMessages: string[];
45753
+ }[]>;
45754
+ validate: () => Promise<{
45755
+ valid: boolean;
45756
+ errors: {
45757
+ id: number | string;
45758
+ errorMessages: string[];
45759
+ }[];
45760
+ }>;
45510
45761
  reset: () => void;
45511
45762
  resetValidation: () => void;
45512
45763
  }) => vue.VNodeChild) | undefined;
45513
45764
  } | undefined;
45514
45765
  } & {
45515
45766
  "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>;
45767
+ errors: vue.Ref<{
45768
+ id: number | string;
45769
+ errorMessages: string[];
45770
+ }[], FieldValidationResult[] | {
45771
+ id: number | string;
45772
+ errorMessages: string[];
45773
+ }[]>;
45774
+ isDisabled: vue.ComputedRef<boolean>;
45775
+ isReadonly: vue.ComputedRef<boolean>;
45776
+ isValidating: vue.ShallowRef<boolean, boolean>;
45777
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45778
+ readonly externalValue: boolean | null;
45779
+ };
45780
+ items: vue.Ref<{
45781
+ id: number | string;
45782
+ validate: () => Promise<string[]>;
45783
+ reset: () => Promise<void>;
45784
+ resetValidation: () => Promise<void>;
45785
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45786
+ isValid: boolean | null;
45787
+ errorMessages: string[];
45788
+ }[], FormField[] | {
45789
+ id: number | string;
45790
+ validate: () => Promise<string[]>;
45791
+ reset: () => Promise<void>;
45792
+ resetValidation: () => Promise<void>;
45793
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45794
+ isValid: boolean | null;
45795
+ errorMessages: string[];
45796
+ }[]>;
45797
+ validate: () => Promise<{
45798
+ valid: boolean;
45799
+ errors: {
45800
+ id: number | string;
45801
+ errorMessages: string[];
45802
+ }[];
45803
+ }>;
45523
45804
  reset: () => void;
45524
45805
  resetValidation: () => void;
45525
45806
  }) => vue.VNodeChild) | undefined;
@@ -45566,8 +45847,154 @@ declare const VForm: {
45566
45847
  }>;
45567
45848
  reset: () => void;
45568
45849
  resetValidation: () => void;
45569
- } & HTMLFormElement & {
45570
- _allExposed: {
45850
+ } & HTMLFormElement & {
45851
+ _allExposed: {
45852
+ errors: vue.Ref<{
45853
+ id: number | string;
45854
+ errorMessages: string[];
45855
+ }[], FieldValidationResult[] | {
45856
+ id: number | string;
45857
+ errorMessages: string[];
45858
+ }[]>;
45859
+ isDisabled: vue.ComputedRef<boolean>;
45860
+ isReadonly: vue.ComputedRef<boolean>;
45861
+ isValidating: vue.ShallowRef<boolean, boolean>;
45862
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45863
+ readonly externalValue: boolean | null;
45864
+ };
45865
+ items: vue.Ref<{
45866
+ id: number | string;
45867
+ validate: () => Promise<string[]>;
45868
+ reset: () => Promise<void>;
45869
+ resetValidation: () => Promise<void>;
45870
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45871
+ isValid: boolean | null;
45872
+ errorMessages: string[];
45873
+ }[], FormField[] | {
45874
+ id: number | string;
45875
+ validate: () => Promise<string[]>;
45876
+ reset: () => Promise<void>;
45877
+ resetValidation: () => Promise<void>;
45878
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45879
+ isValid: boolean | null;
45880
+ errorMessages: string[];
45881
+ }[]>;
45882
+ validate: () => Promise<{
45883
+ valid: boolean;
45884
+ errors: {
45885
+ id: number | string;
45886
+ errorMessages: string[];
45887
+ }[];
45888
+ }>;
45889
+ reset: () => void;
45890
+ resetValidation: () => void;
45891
+ };
45892
+ }, {}, {}, {}, {
45893
+ style: vue.StyleValue;
45894
+ disabled: boolean;
45895
+ readonly: boolean;
45896
+ modelValue: boolean | null;
45897
+ 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;
45898
+ fastFail: boolean;
45899
+ }>;
45900
+ __isFragment?: never;
45901
+ __isTeleport?: never;
45902
+ __isSuspense?: never;
45903
+ } & vue.ComponentOptionsBase<{
45904
+ style: vue.StyleValue;
45905
+ disabled: boolean;
45906
+ readonly: boolean;
45907
+ modelValue: boolean | null;
45908
+ 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;
45909
+ fastFail: boolean;
45910
+ } & {
45911
+ class?: any;
45912
+ } & {
45913
+ $children?: vue.VNodeChild | {
45914
+ default?: ((arg: {
45915
+ errors: vue.Ref<{
45916
+ id: number | string;
45917
+ errorMessages: string[];
45918
+ }[], FieldValidationResult[] | {
45919
+ id: number | string;
45920
+ errorMessages: string[];
45921
+ }[]>;
45922
+ isDisabled: vue.ComputedRef<boolean>;
45923
+ isReadonly: vue.ComputedRef<boolean>;
45924
+ isValidating: vue.ShallowRef<boolean, boolean>;
45925
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45926
+ readonly externalValue: boolean | null;
45927
+ };
45928
+ items: vue.Ref<{
45929
+ id: number | string;
45930
+ validate: () => Promise<string[]>;
45931
+ reset: () => Promise<void>;
45932
+ resetValidation: () => Promise<void>;
45933
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45934
+ isValid: boolean | null;
45935
+ errorMessages: string[];
45936
+ }[], FormField[] | {
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
+ }[]>;
45945
+ validate: () => Promise<{
45946
+ valid: boolean;
45947
+ errors: {
45948
+ id: number | string;
45949
+ errorMessages: string[];
45950
+ }[];
45951
+ }>;
45952
+ reset: () => void;
45953
+ resetValidation: () => void;
45954
+ }) => vue.VNodeChild) | undefined;
45955
+ } | ((arg: {
45956
+ errors: vue.Ref<{
45957
+ id: number | string;
45958
+ errorMessages: string[];
45959
+ }[], FieldValidationResult[] | {
45960
+ id: number | string;
45961
+ errorMessages: string[];
45962
+ }[]>;
45963
+ isDisabled: vue.ComputedRef<boolean>;
45964
+ isReadonly: vue.ComputedRef<boolean>;
45965
+ isValidating: vue.ShallowRef<boolean, boolean>;
45966
+ isValid: vue.Ref<boolean | null, boolean | null> & {
45967
+ readonly externalValue: boolean | null;
45968
+ };
45969
+ items: vue.Ref<{
45970
+ id: number | string;
45971
+ validate: () => Promise<string[]>;
45972
+ reset: () => Promise<void>;
45973
+ resetValidation: () => Promise<void>;
45974
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45975
+ isValid: boolean | null;
45976
+ errorMessages: string[];
45977
+ }[], FormField[] | {
45978
+ id: number | string;
45979
+ validate: () => Promise<string[]>;
45980
+ reset: () => Promise<void>;
45981
+ resetValidation: () => Promise<void>;
45982
+ vm: vue.Raw<vue.ComponentInternalInstance>;
45983
+ isValid: boolean | null;
45984
+ errorMessages: string[];
45985
+ }[]>;
45986
+ validate: () => Promise<{
45987
+ valid: boolean;
45988
+ errors: {
45989
+ id: number | string;
45990
+ errorMessages: string[];
45991
+ }[];
45992
+ }>;
45993
+ reset: () => void;
45994
+ resetValidation: () => void;
45995
+ }) => vue.VNodeChild);
45996
+ 'v-slots'?: {
45997
+ default?: false | ((arg: {
45571
45998
  errors: vue.Ref<{
45572
45999
  id: number | string;
45573
46000
  errorMessages: string[];
@@ -45607,73 +46034,47 @@ declare const VForm: {
45607
46034
  }>;
45608
46035
  reset: () => void;
45609
46036
  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;
45666
46037
  }) => vue.VNodeChild) | undefined;
45667
46038
  } | undefined;
45668
46039
  } & {
45669
46040
  "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>;
46041
+ errors: vue.Ref<{
46042
+ id: number | string;
46043
+ errorMessages: string[];
46044
+ }[], FieldValidationResult[] | {
46045
+ id: number | string;
46046
+ errorMessages: string[];
46047
+ }[]>;
46048
+ isDisabled: vue.ComputedRef<boolean>;
46049
+ isReadonly: vue.ComputedRef<boolean>;
46050
+ isValidating: vue.ShallowRef<boolean, boolean>;
46051
+ isValid: vue.Ref<boolean | null, boolean | null> & {
46052
+ readonly externalValue: boolean | null;
46053
+ };
46054
+ items: vue.Ref<{
46055
+ id: number | string;
46056
+ validate: () => Promise<string[]>;
46057
+ reset: () => Promise<void>;
46058
+ resetValidation: () => Promise<void>;
46059
+ vm: vue.Raw<vue.ComponentInternalInstance>;
46060
+ isValid: boolean | null;
46061
+ errorMessages: string[];
46062
+ }[], FormField[] | {
46063
+ id: number | string;
46064
+ validate: () => Promise<string[]>;
46065
+ reset: () => Promise<void>;
46066
+ resetValidation: () => Promise<void>;
46067
+ vm: vue.Raw<vue.ComponentInternalInstance>;
46068
+ isValid: boolean | null;
46069
+ errorMessages: string[];
46070
+ }[]>;
46071
+ validate: () => Promise<{
46072
+ valid: boolean;
46073
+ errors: {
46074
+ id: number | string;
46075
+ errorMessages: string[];
46076
+ }[];
46077
+ }>;
45677
46078
  reset: () => void;
45678
46079
  resetValidation: () => void;
45679
46080
  }) => vue.VNodeChild) | undefined;
@@ -45774,13 +46175,43 @@ declare const VForm: {
45774
46175
  fastFail: boolean;
45775
46176
  }, {}, string, vue.SlotsType<Partial<{
45776
46177
  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>;
46178
+ errors: vue.Ref<{
46179
+ id: number | string;
46180
+ errorMessages: string[];
46181
+ }[], FieldValidationResult[] | {
46182
+ id: number | string;
46183
+ errorMessages: string[];
46184
+ }[]>;
46185
+ isDisabled: vue.ComputedRef<boolean>;
46186
+ isReadonly: vue.ComputedRef<boolean>;
46187
+ isValidating: vue.ShallowRef<boolean, boolean>;
46188
+ isValid: vue.Ref<boolean | null, boolean | null> & {
46189
+ readonly externalValue: boolean | null;
46190
+ };
46191
+ items: vue.Ref<{
46192
+ id: number | string;
46193
+ validate: () => Promise<string[]>;
46194
+ reset: () => Promise<void>;
46195
+ resetValidation: () => Promise<void>;
46196
+ vm: vue.Raw<vue.ComponentInternalInstance>;
46197
+ isValid: boolean | null;
46198
+ errorMessages: string[];
46199
+ }[], FormField[] | {
46200
+ id: number | string;
46201
+ validate: () => Promise<string[]>;
46202
+ reset: () => Promise<void>;
46203
+ resetValidation: () => Promise<void>;
46204
+ vm: vue.Raw<vue.ComponentInternalInstance>;
46205
+ isValid: boolean | null;
46206
+ errorMessages: string[];
46207
+ }[]>;
46208
+ validate: () => Promise<{
46209
+ valid: boolean;
46210
+ errors: {
46211
+ id: number | string;
46212
+ errorMessages: string[];
46213
+ }[];
46214
+ }>;
45784
46215
  reset: () => void;
45785
46216
  resetValidation: () => void;
45786
46217
  }) => vue.VNode[];
@@ -61917,20 +62348,17 @@ declare const VSelect: {
61917
62348
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
61918
62349
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
61919
62350
  item: (arg: {
61920
- item: unknown;
61921
- internalItem: ListItem<unknown>;
62351
+ item: ListItem<unknown>;
61922
62352
  index: number;
61923
62353
  props: Record<string, unknown>;
61924
62354
  }) => vue.VNode[];
61925
62355
  chip: (arg: {
61926
- item: unknown;
61927
- internalItem: ListItem<unknown>;
62356
+ item: ListItem<unknown>;
61928
62357
  index: number;
61929
62358
  props: Record<string, unknown>;
61930
62359
  }) => vue.VNode[];
61931
62360
  selection: (arg: {
61932
- item: unknown;
61933
- internalItem: ListItem<unknown>;
62361
+ item: ListItem<unknown>;
61934
62362
  index: number;
61935
62363
  }) => vue.VNode[];
61936
62364
  'prepend-item': () => vue.VNode[];
@@ -66661,20 +67089,17 @@ declare const VSelect: {
66661
67089
  'prepend-inner': (arg: DefaultInputSlot) => vue.VNode[];
66662
67090
  'append-inner': (arg: DefaultInputSlot) => vue.VNode[];
66663
67091
  item: (arg: {
66664
- item: unknown;
66665
- internalItem: ListItem<unknown>;
67092
+ item: ListItem<unknown>;
66666
67093
  index: number;
66667
67094
  props: Record<string, unknown>;
66668
67095
  }) => vue.VNode[];
66669
67096
  chip: (arg: {
66670
- item: unknown;
66671
- internalItem: ListItem<unknown>;
67097
+ item: ListItem<unknown>;
66672
67098
  index: number;
66673
67099
  props: Record<string, unknown>;
66674
67100
  }) => vue.VNode[];
66675
67101
  selection: (arg: {
66676
- item: unknown;
66677
- internalItem: ListItem<unknown>;
67102
+ item: ListItem<unknown>;
66678
67103
  index: number;
66679
67104
  }) => vue.VNode[];
66680
67105
  'prepend-item': () => vue.VNode[];
@@ -66691,20 +67116,17 @@ declare const VSelect: {
66691
67116
  "onUpdate:modelValue"?: (value: V) => void;
66692
67117
  }, slots: Omit<VInputSlots & VFieldSlots, "default"> & {
66693
67118
  item: {
66694
- item: Item;
66695
- internalItem: ListItem<Item>;
67119
+ item: ListItem<Item>;
66696
67120
  index: number;
66697
67121
  props: Record<string, unknown>;
66698
67122
  };
66699
67123
  chip: {
66700
- item: Item;
66701
- internalItem: ListItem<Item>;
67124
+ item: ListItem<Item>;
66702
67125
  index: number;
66703
67126
  props: Record<string, unknown>;
66704
67127
  };
66705
67128
  selection: {
66706
- item: Item;
66707
- internalItem: ListItem<Item>;
67129
+ item: ListItem<Item>;
66708
67130
  index: number;
66709
67131
  };
66710
67132
  "prepend-item": never;
@@ -82400,7 +82822,6 @@ declare const VCalendar: {
82400
82822
  showAdjacentMonths: boolean;
82401
82823
  weekdays: CalendarWeekdays[];
82402
82824
  weeksInMonth: "static" | "dynamic";
82403
- firstDayOfWeek: string | number;
82404
82825
  intervalDivisions: number;
82405
82826
  intervalDuration: number;
82406
82827
  intervalHeight: number;
@@ -82417,6 +82838,7 @@ declare const VCalendar: {
82417
82838
  year?: string | number | undefined;
82418
82839
  events?: any[] | undefined;
82419
82840
  modelValue?: unknown[] | undefined;
82841
+ firstDayOfWeek?: string | number | undefined;
82420
82842
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
82421
82843
  displayValue?: unknown;
82422
82844
  dayIndex?: number | undefined;
@@ -82560,7 +82982,6 @@ declare const VCalendar: {
82560
82982
  showAdjacentMonths: boolean;
82561
82983
  weekdays: CalendarWeekdays[];
82562
82984
  weeksInMonth: "static" | "dynamic";
82563
- firstDayOfWeek: string | number;
82564
82985
  intervalDivisions: number;
82565
82986
  intervalDuration: number;
82566
82987
  intervalHeight: number;
@@ -82577,6 +82998,7 @@ declare const VCalendar: {
82577
82998
  year?: string | number | undefined;
82578
82999
  events?: any[] | undefined;
82579
83000
  modelValue?: unknown[] | undefined;
83001
+ firstDayOfWeek?: string | number | undefined;
82580
83002
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
82581
83003
  displayValue?: unknown;
82582
83004
  dayIndex?: number | undefined;
@@ -82704,7 +83126,6 @@ declare const VCalendar: {
82704
83126
  showAdjacentMonths: boolean;
82705
83127
  weekdays: CalendarWeekdays[];
82706
83128
  weeksInMonth: "static" | "dynamic";
82707
- firstDayOfWeek: string | number;
82708
83129
  intervalDivisions: number;
82709
83130
  intervalDuration: number;
82710
83131
  intervalHeight: number;
@@ -82721,6 +83142,7 @@ declare const VCalendar: {
82721
83142
  year?: string | number | undefined;
82722
83143
  events?: any[] | undefined;
82723
83144
  modelValue?: unknown[] | undefined;
83145
+ firstDayOfWeek?: string | number | undefined;
82724
83146
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
82725
83147
  displayValue?: unknown;
82726
83148
  dayIndex?: number | undefined;
@@ -82932,7 +83354,7 @@ declare const VCalendar: {
82932
83354
  };
82933
83355
  firstDayOfWeek: {
82934
83356
  type: (StringConstructor | NumberConstructor)[];
82935
- default: number;
83357
+ default: undefined;
82936
83358
  };
82937
83359
  hideHeader: BooleanConstructor;
82938
83360
  hideWeekNumber: BooleanConstructor;
@@ -83022,7 +83444,7 @@ declare const VCalendar: {
83022
83444
  };
83023
83445
  firstDayOfWeek: {
83024
83446
  type: (StringConstructor | NumberConstructor)[];
83025
- default: number;
83447
+ default: undefined;
83026
83448
  };
83027
83449
  hideHeader: BooleanConstructor;
83028
83450
  hideWeekNumber: BooleanConstructor;
@@ -83976,7 +84398,6 @@ declare const VDateInput: {
83976
84398
  showAdjacentMonths: boolean;
83977
84399
  weekdays: CalendarWeekdays[];
83978
84400
  weeksInMonth: "static" | "dynamic";
83979
- firstDayOfWeek: string | number;
83980
84401
  hideWeekdays: boolean;
83981
84402
  showWeek: boolean;
83982
84403
  } & {
@@ -84030,6 +84451,7 @@ declare const VDateInput: {
84030
84451
  suffix?: string | undefined;
84031
84452
  counterValue?: number | ((value: any) => number) | undefined;
84032
84453
  modelModifiers?: Record<string, boolean> | undefined;
84454
+ firstDayOfWeek?: string | number | undefined;
84033
84455
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
84034
84456
  displayFormat?: string | Function | undefined;
84035
84457
  } & {
@@ -86167,7 +86589,6 @@ declare const VDateInput: {
86167
86589
  showAdjacentMonths: boolean;
86168
86590
  weekdays: CalendarWeekdays[];
86169
86591
  weeksInMonth: "static" | "dynamic";
86170
- firstDayOfWeek: string | number;
86171
86592
  hideWeekdays: boolean;
86172
86593
  showWeek: boolean;
86173
86594
  } & {
@@ -86221,6 +86642,7 @@ declare const VDateInput: {
86221
86642
  suffix?: string | undefined;
86222
86643
  counterValue?: number | ((value: any) => number) | undefined;
86223
86644
  modelModifiers?: Record<string, boolean> | undefined;
86645
+ firstDayOfWeek?: string | number | undefined;
86224
86646
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
86225
86647
  displayFormat?: string | Function | undefined;
86226
86648
  } & {
@@ -88333,7 +88755,6 @@ declare const VDateInput: {
88333
88755
  showAdjacentMonths: boolean;
88334
88756
  weekdays: CalendarWeekdays[];
88335
88757
  weeksInMonth: "static" | "dynamic";
88336
- firstDayOfWeek: string | number;
88337
88758
  hideWeekdays: boolean;
88338
88759
  showWeek: boolean;
88339
88760
  } & {
@@ -88387,6 +88808,7 @@ declare const VDateInput: {
88387
88808
  suffix?: string | undefined;
88388
88809
  counterValue?: number | ((value: any) => number) | undefined;
88389
88810
  modelModifiers?: Record<string, boolean> | undefined;
88811
+ firstDayOfWeek?: string | number | undefined;
88390
88812
  allowedDates?: unknown[] | ((date: unknown) => boolean) | undefined;
88391
88813
  displayFormat?: string | Function | undefined;
88392
88814
  } & {
@@ -90563,7 +90985,7 @@ declare const VDateInput: {
90563
90985
  };
90564
90986
  firstDayOfWeek: {
90565
90987
  type: (StringConstructor | NumberConstructor)[];
90566
- default: number;
90988
+ default: undefined;
90567
90989
  };
90568
90990
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
90569
90991
  hideWeekdays: BooleanConstructor;
@@ -90786,7 +91208,7 @@ declare const VDateInput: {
90786
91208
  };
90787
91209
  firstDayOfWeek: {
90788
91210
  type: (StringConstructor | NumberConstructor)[];
90789
- default: number;
91211
+ default: undefined;
90790
91212
  };
90791
91213
  allowedDates: PropType<unknown[] | ((date: unknown) => boolean)>;
90792
91214
  hideWeekdays: BooleanConstructor;
@@ -96157,7 +96579,11 @@ declare const index_d$1_md1: typeof md1;
96157
96579
  declare const index_d$1_md2: typeof md2;
96158
96580
  declare const index_d$1_md3: typeof md3;
96159
96581
  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 };
96582
+ export {
96583
+ index_d$1_md1 as md1,
96584
+ index_d$1_md2 as md2,
96585
+ index_d$1_md3 as md3,
96586
+ };
96161
96587
  }
96162
96588
 
96163
96589
  interface ClickOutsideBindingArgs {
@@ -96278,7 +96704,16 @@ declare const index_d_Scroll: typeof Scroll;
96278
96704
  declare const index_d_Tooltip: typeof Tooltip;
96279
96705
  declare const index_d_Touch: typeof Touch;
96280
96706
  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 };
96707
+ export {
96708
+ index_d_ClickOutside as ClickOutside,
96709
+ index_d_Intersect as Intersect,
96710
+ index_d_Mutate as Mutate,
96711
+ index_d_Resize as Resize,
96712
+ index_d_Ripple as Ripple,
96713
+ index_d_Scroll as Scroll,
96714
+ index_d_Tooltip as Tooltip,
96715
+ index_d_Touch as Touch,
96716
+ };
96282
96717
  }
96283
96718
 
96284
96719
  declare const version: string;
@@ -96340,6 +96775,7 @@ declare const createVuetify: (options?: VuetifyOptions) => {
96340
96775
  getDiff: (date: unknown, comparing: unknown, unit?: string) => number;
96341
96776
  getWeekArray: (date: unknown, firstDayOfWeek?: number | string) => unknown[][];
96342
96777
  getWeekdays: (firstDayOfWeek?: number | string) => string[];
96778
+ getWeek: (date: unknown, firstDayOfWeek?: number | string, firstWeekMinSize?: number) => number;
96343
96779
  getMonth: (date: unknown) => number;
96344
96780
  setMonth: (date: unknown, month: number) => unknown;
96345
96781
  getDate: (date: unknown) => number;
@@ -96392,42 +96828,38 @@ declare module 'vue' {
96392
96828
  $children?: VNodeChild
96393
96829
  }
96394
96830
  export interface GlobalComponents {
96395
- VAutocomplete: VAutocomplete
96396
96831
  VApp: VApp
96397
- VAppBar: VAppBar
96398
- VAppBarNavIcon: VAppBarNavIcon
96399
- VAppBarTitle: VAppBarTitle
96400
- VAvatar: VAvatar
96832
+ VAutocomplete: VAutocomplete
96833
+ VAlert: VAlert
96834
+ VAlertTitle: VAlertTitle
96401
96835
  VBadge: VBadge
96402
- VBottomSheet: VBottomSheet
96403
96836
  VBanner: VBanner
96404
96837
  VBannerActions: VBannerActions
96405
96838
  VBannerText: VBannerText
96839
+ VAvatar: VAvatar
96406
96840
  VBreadcrumbs: VBreadcrumbs
96407
96841
  VBreadcrumbsItem: VBreadcrumbsItem
96408
96842
  VBreadcrumbsDivider: VBreadcrumbsDivider
96409
96843
  VBottomNavigation: VBottomNavigation
96410
- VAlert: VAlert
96411
- VAlertTitle: VAlertTitle
96412
- VBtnGroup: VBtnGroup
96413
96844
  VBtn: VBtn
96845
+ VBtnToggle: VBtnToggle
96846
+ VBtnGroup: VBtnGroup
96847
+ VCarousel: VCarousel
96848
+ VCarouselItem: VCarouselItem
96414
96849
  VCard: VCard
96415
96850
  VCardActions: VCardActions
96416
96851
  VCardItem: VCardItem
96417
96852
  VCardSubtitle: VCardSubtitle
96418
96853
  VCardText: VCardText
96419
96854
  VCardTitle: VCardTitle
96420
- VBtnToggle: VBtnToggle
96421
- VCombobox: VCombobox
96422
96855
  VCheckbox: VCheckbox
96423
96856
  VCheckboxBtn: VCheckboxBtn
96424
- VCarousel: VCarousel
96425
- VCarouselItem: VCarouselItem
96426
96857
  VChipGroup: VChipGroup
96427
- VColorPicker: VColorPicker
96428
- VDivider: VDivider
96429
- VCode: VCode
96430
96858
  VChip: VChip
96859
+ VCode: VCode
96860
+ VColorPicker: VColorPicker
96861
+ VCombobox: VCombobox
96862
+ VCounter: VCounter
96431
96863
  VDataTable: VDataTable
96432
96864
  VDataTableHeaders: VDataTableHeaders
96433
96865
  VDataTableFooter: VDataTableFooter
@@ -96435,36 +96867,33 @@ declare module 'vue' {
96435
96867
  VDataTableRow: VDataTableRow
96436
96868
  VDataTableVirtual: VDataTableVirtual
96437
96869
  VDataTableServer: VDataTableServer
96870
+ VDivider: VDivider
96438
96871
  VDatePicker: VDatePicker
96439
96872
  VDatePickerControls: VDatePickerControls
96440
96873
  VDatePickerHeader: VDatePickerHeader
96441
96874
  VDatePickerMonth: VDatePickerMonth
96442
96875
  VDatePickerMonths: VDatePickerMonths
96443
96876
  VDatePickerYears: VDatePickerYears
96444
- VCounter: VCounter
96445
- VEmptyState: VEmptyState
96446
96877
  VDialog: VDialog
96447
- VExpansionPanels: VExpansionPanels
96448
- VExpansionPanel: VExpansionPanel
96449
- VExpansionPanelText: VExpansionPanelText
96450
- VExpansionPanelTitle: VExpansionPanelTitle
96451
96878
  VFab: VFab
96452
- VImg: VImg
96879
+ VField: VField
96880
+ VFieldLabel: VFieldLabel
96453
96881
  VFileInput: VFileInput
96454
- VFooter: VFooter
96455
96882
  VIcon: VIcon
96456
96883
  VComponentIcon: VComponentIcon
96457
96884
  VSvgIcon: VSvgIcon
96458
96885
  VLigatureIcon: VLigatureIcon
96459
96886
  VClassIcon: VClassIcon
96887
+ VImg: VImg
96888
+ VInfiniteScroll: VInfiniteScroll
96460
96889
  VInput: VInput
96461
96890
  VKbd: VKbd
96891
+ VFooter: VFooter
96892
+ VLabel: VLabel
96462
96893
  VItemGroup: VItemGroup
96463
96894
  VItem: VItem
96464
- VLabel: VLabel
96465
- VInfiniteScroll: VInfiniteScroll
96466
- VMenu: VMenu
96467
96895
  VMain: VMain
96896
+ VMenu: VMenu
96468
96897
  VList: VList
96469
96898
  VListGroup: VListGroup
96470
96899
  VListImg: VListImg
@@ -96474,72 +96903,79 @@ declare module 'vue' {
96474
96903
  VListItemSubtitle: VListItemSubtitle
96475
96904
  VListItemTitle: VListItemTitle
96476
96905
  VListSubheader: VListSubheader
96477
- VField: VField
96478
- VFieldLabel: VFieldLabel
96479
- VNavigationDrawer: VNavigationDrawer
96480
96906
  VMessages: VMessages
96481
96907
  VNumberInput: VNumberInput
96482
- VOtpInput: VOtpInput
96483
96908
  VOverlay: VOverlay
96909
+ VNavigationDrawer: VNavigationDrawer
96910
+ VOtpInput: VOtpInput
96484
96911
  VPagination: VPagination
96485
- VRadioGroup: VRadioGroup
96486
96912
  VProgressCircular: VProgressCircular
96487
96913
  VProgressLinear: VProgressLinear
96488
- VSelect: VSelect
96489
- VRating: VRating
96914
+ VRadioGroup: VRadioGroup
96490
96915
  VSelectionControl: VSelectionControl
96916
+ VRating: VRating
96491
96917
  VSheet: VSheet
96492
96918
  VSelectionControlGroup: VSelectionControlGroup
96919
+ VSelect: VSelect
96920
+ VSlideGroup: VSlideGroup
96921
+ VSlideGroupItem: VSlideGroupItem
96493
96922
  VSlider: VSlider
96494
- VSkeletonLoader: VSkeletonLoader
96495
96923
  VSnackbar: VSnackbar
96496
- VSwitch: VSwitch
96924
+ VSkeletonLoader: VSkeletonLoader
96925
+ VTab: VTab
96926
+ VTabs: VTabs
96927
+ VTabsWindow: VTabsWindow
96928
+ VTabsWindowItem: VTabsWindowItem
96497
96929
  VStepper: VStepper
96498
96930
  VStepperActions: VStepperActions
96499
96931
  VStepperHeader: VStepperHeader
96500
96932
  VStepperItem: VStepperItem
96501
96933
  VStepperWindow: VStepperWindow
96502
96934
  VStepperWindowItem: VStepperWindowItem
96503
- VSlideGroup: VSlideGroup
96504
- VSlideGroupItem: VSlideGroupItem
96935
+ VSwitch: VSwitch
96505
96936
  VSystemBar: VSystemBar
96506
- VTab: VTab
96507
- VTabs: VTabs
96508
- VTabsWindow: VTabsWindow
96509
- VTabsWindowItem: VTabsWindowItem
96510
96937
  VTextarea: VTextarea
96511
96938
  VTable: VTable
96939
+ VTimeline: VTimeline
96940
+ VTimelineItem: VTimelineItem
96512
96941
  VTextField: VTextField
96513
96942
  VToolbar: VToolbar
96514
96943
  VToolbarTitle: VToolbarTitle
96515
96944
  VToolbarItems: VToolbarItems
96516
96945
  VWindow: VWindow
96517
96946
  VWindowItem: VWindowItem
96518
- VTimeline: VTimeline
96519
- VTimelineItem: VTimelineItem
96520
96947
  VTooltip: VTooltip
96948
+ VBottomSheet: VBottomSheet
96521
96949
  VConfirmEdit: VConfirmEdit
96522
- VDefaultsProvider: VDefaultsProvider
96523
- VForm: VForm
96524
96950
  VDataIterator: VDataIterator
96951
+ VExpansionPanels: VExpansionPanels
96952
+ VExpansionPanel: VExpansionPanel
96953
+ VExpansionPanelText: VExpansionPanelText
96954
+ VExpansionPanelTitle: VExpansionPanelTitle
96955
+ VEmptyState: VEmptyState
96956
+ VForm: VForm
96957
+ VAppBar: VAppBar
96958
+ VAppBarNavIcon: VAppBarNavIcon
96959
+ VAppBarTitle: VAppBarTitle
96525
96960
  VContainer: VContainer
96526
96961
  VCol: VCol
96527
96962
  VRow: VRow
96528
96963
  VSpacer: VSpacer
96529
- VHover: VHover
96530
96964
  VLazy: VLazy
96965
+ VLocaleProvider: VLocaleProvider
96531
96966
  VLayout: VLayout
96532
96967
  VLayoutItem: VLayoutItem
96533
- VLocaleProvider: VLocaleProvider
96534
96968
  VNoSsr: VNoSsr
96535
96969
  VParallax: VParallax
96536
96970
  VRadio: VRadio
96537
- VResponsive: VResponsive
96538
96971
  VRangeSlider: VRangeSlider
96539
- VSparkline: VSparkline
96972
+ VResponsive: VResponsive
96540
96973
  VSnackbarQueue: VSnackbarQueue
96974
+ VSparkline: VSparkline
96541
96975
  VSpeedDial: VSpeedDial
96542
96976
  VThemeProvider: VThemeProvider
96977
+ VValidation: VValidation
96978
+ VVirtualScroll: VVirtualScroll
96543
96979
  VFabTransition: VFabTransition
96544
96980
  VDialogBottomTransition: VDialogBottomTransition
96545
96981
  VDialogTopTransition: VDialogTopTransition
@@ -96556,8 +96992,8 @@ declare module 'vue' {
96556
96992
  VExpandTransition: VExpandTransition
96557
96993
  VExpandXTransition: VExpandXTransition
96558
96994
  VDialogTransition: VDialogTransition
96559
- VValidation: VValidation
96560
- VVirtualScroll: VVirtualScroll
96995
+ VHover: VHover
96996
+ VDefaultsProvider: VDefaultsProvider
96561
96997
  VCalendar: VCalendar
96562
96998
  VCalendarDay: VCalendarDay
96563
96999
  VCalendarHeader: VCalendarHeader
@@ -96566,18 +97002,18 @@ declare module 'vue' {
96566
97002
  VCalendarMonthDay: VCalendarMonthDay
96567
97003
  VFileUpload: VFileUpload
96568
97004
  VFileUploadItem: VFileUploadItem
96569
- VStepperVertical: VStepperVertical
96570
- VStepperVerticalItem: VStepperVerticalItem
96571
- VStepperVerticalActions: VStepperVerticalActions
96572
- VPicker: VPicker
96573
- VPickerTitle: VPickerTitle
97005
+ VIconBtn: VIconBtn
96574
97006
  VTreeview: VTreeview
96575
97007
  VTreeviewItem: VTreeviewItem
96576
97008
  VTreeviewGroup: VTreeviewGroup
96577
- VIconBtn: VIconBtn
97009
+ VPicker: VPicker
97010
+ VPickerTitle: VPickerTitle
96578
97011
  VTimePicker: VTimePicker
96579
97012
  VTimePickerClock: VTimePickerClock
96580
97013
  VTimePickerControls: VTimePickerControls
97014
+ VStepperVertical: VStepperVertical
97015
+ VStepperVerticalItem: VStepperVerticalItem
97016
+ VStepperVerticalActions: VStepperVerticalActions
96581
97017
  VDateInput: VDateInput
96582
97018
  VPullToRefresh: VPullToRefresh
96583
97019
  }