vuetify 3.6.13 → 3.7.0-beta.1

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 (177) hide show
  1. package/dist/json/attributes.json +166 -26
  2. package/dist/json/importMap-labs.json +16 -16
  3. package/dist/json/importMap.json +138 -138
  4. package/dist/json/tags.json +40 -5
  5. package/dist/json/web-types.json +394 -41
  6. package/dist/vuetify-labs.css +2300 -2284
  7. package/dist/vuetify-labs.d.ts +12763 -12509
  8. package/dist/vuetify-labs.esm.js +153 -145
  9. package/dist/vuetify-labs.esm.js.map +1 -1
  10. package/dist/vuetify-labs.js +153 -145
  11. package/dist/vuetify-labs.min.css +2 -2
  12. package/dist/vuetify.css +887 -871
  13. package/dist/vuetify.d.ts +11161 -10982
  14. package/dist/vuetify.esm.js +107 -65
  15. package/dist/vuetify.esm.js.map +1 -1
  16. package/dist/vuetify.js +107 -65
  17. package/dist/vuetify.js.map +1 -1
  18. package/dist/vuetify.min.css +2 -2
  19. package/dist/vuetify.min.js +1076 -1078
  20. package/dist/vuetify.min.js.map +1 -1
  21. package/lib/components/VAlert/index.d.mts +55 -55
  22. package/lib/components/VAppBar/index.d.mts +175 -169
  23. package/lib/components/VAutocomplete/VAutocomplete.mjs +15 -8
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  25. package/lib/components/VAutocomplete/index.d.mts +635 -634
  26. package/lib/components/VAvatar/VAvatar.css +7 -0
  27. package/lib/components/VAvatar/VAvatar.mjs +6 -1
  28. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  29. package/lib/components/VAvatar/VAvatar.sass +1 -0
  30. package/lib/components/VAvatar/_variables.scss +13 -0
  31. package/lib/components/VAvatar/index.d.mts +36 -30
  32. package/lib/components/VBadge/index.d.mts +58 -58
  33. package/lib/components/VBanner/index.d.mts +59 -59
  34. package/lib/components/VBottomNavigation/index.d.mts +58 -58
  35. package/lib/components/VBottomSheet/index.d.mts +125 -125
  36. package/lib/components/VBreadcrumbs/index.d.mts +42 -42
  37. package/lib/components/VBtn/VBtn.mjs +3 -1
  38. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  39. package/lib/components/VBtn/index.d.mts +113 -107
  40. package/lib/components/VBtnGroup/index.d.mts +23 -23
  41. package/lib/components/VBtnToggle/index.d.mts +40 -40
  42. package/lib/components/VCard/index.d.mts +93 -93
  43. package/lib/components/VCarousel/index.d.mts +130 -121
  44. package/lib/components/VCheckbox/index.d.mts +166 -166
  45. package/lib/components/VChip/index.d.mts +86 -86
  46. package/lib/components/VChipGroup/index.d.mts +46 -46
  47. package/lib/components/VColorPicker/index.d.mts +96 -96
  48. package/lib/components/VCombobox/VCombobox.mjs +15 -8
  49. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  50. package/lib/components/VCombobox/index.d.mts +635 -634
  51. package/lib/components/VConfirmEdit/index.d.mts +2 -2
  52. package/lib/components/VCounter/index.d.mts +27 -27
  53. package/lib/components/VDataIterator/index.d.mts +50 -50
  54. package/lib/components/VDataTable/index.d.mts +253 -253
  55. package/lib/components/VDatePicker/index.d.mts +134 -134
  56. package/lib/components/VDialog/index.d.mts +378 -378
  57. package/lib/components/VDivider/index.d.mts +15 -15
  58. package/lib/components/VEmptyState/index.d.mts +47 -47
  59. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +7 -2
  60. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  61. package/lib/components/VExpansionPanel/index.d.mts +196 -124
  62. package/lib/components/VFab/index.d.mts +233 -227
  63. package/lib/components/VField/index.d.mts +46 -46
  64. package/lib/components/VFileInput/index.d.mts +243 -243
  65. package/lib/components/VFooter/index.d.mts +50 -50
  66. package/lib/components/VForm/index.d.mts +9 -9
  67. package/lib/components/VGrid/VContainer.mjs +6 -1
  68. package/lib/components/VGrid/VContainer.mjs.map +1 -1
  69. package/lib/components/VGrid/index.d.mts +178 -142
  70. package/lib/components/VIcon/index.d.mts +24 -24
  71. package/lib/components/VImg/VImg.css +9 -0
  72. package/lib/components/VImg/VImg.mjs +2 -0
  73. package/lib/components/VImg/VImg.mjs.map +1 -1
  74. package/lib/components/VImg/VImg.sass +9 -0
  75. package/lib/components/VImg/index.d.mts +101 -92
  76. package/lib/components/VInfiniteScroll/index.d.mts +22 -22
  77. package/lib/components/VInput/index.d.mts +53 -53
  78. package/lib/components/VItemGroup/index.d.mts +17 -17
  79. package/lib/components/VLabel/index.d.mts +8 -8
  80. package/lib/components/VLayout/index.d.mts +36 -36
  81. package/lib/components/VLazy/index.d.mts +31 -31
  82. package/lib/components/VList/VListItem.css +2 -2
  83. package/lib/components/VList/VListItem.mjs +2 -0
  84. package/lib/components/VList/VListItem.mjs.map +1 -1
  85. package/lib/components/VList/VListItem.sass +1 -1
  86. package/lib/components/VList/index.d.mts +191 -190
  87. package/lib/components/VLocaleProvider/index.d.mts +7 -7
  88. package/lib/components/VMain/index.d.mts +10 -10
  89. package/lib/components/VMenu/VMenu.mjs +7 -5
  90. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  91. package/lib/components/VMenu/index.d.mts +423 -423
  92. package/lib/components/VMessages/index.d.mts +20 -20
  93. package/lib/components/VNavigationDrawer/index.d.mts +72 -72
  94. package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
  95. package/lib/components/VOtpInput/index.d.mts +88 -88
  96. package/lib/components/VOverlay/index.d.mts +104 -104
  97. package/lib/components/VOverlay/locationStrategies.mjs +0 -6
  98. package/lib/components/VOverlay/locationStrategies.mjs.map +1 -1
  99. package/lib/components/VPagination/index.d.mts +55 -55
  100. package/lib/components/VParallax/index.d.mts +7 -7
  101. package/lib/components/VProgressCircular/index.d.mts +24 -24
  102. package/lib/components/VProgressLinear/index.d.mts +52 -52
  103. package/lib/components/VRadio/index.d.mts +41 -41
  104. package/lib/components/VRadioGroup/index.d.mts +97 -97
  105. package/lib/components/VRangeSlider/index.d.mts +94 -94
  106. package/lib/components/VRating/index.d.mts +22 -22
  107. package/lib/components/VResponsive/index.d.mts +23 -23
  108. package/lib/components/VSelect/VSelect.mjs +15 -13
  109. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  110. package/lib/components/VSelect/index.d.mts +635 -634
  111. package/lib/components/VSelect/useScrolling.mjs +3 -3
  112. package/lib/components/VSelect/useScrolling.mjs.map +1 -1
  113. package/lib/components/VSelectionControl/index.d.mts +43 -43
  114. package/lib/components/VSelectionControlGroup/index.d.mts +39 -39
  115. package/lib/components/VSheet/index.d.mts +34 -34
  116. package/lib/components/VSkeletonLoader/index.d.mts +17 -17
  117. package/lib/components/VSlideGroup/VSlideGroup.mjs +3 -1
  118. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  119. package/lib/components/VSlideGroup/index.d.mts +39 -33
  120. package/lib/components/VSlider/index.d.mts +87 -87
  121. package/lib/components/VSnackbar/index.d.mts +436 -436
  122. package/lib/components/VSparkline/index.d.mts +38 -38
  123. package/lib/components/VSpeedDial/index.d.mts +185 -185
  124. package/lib/components/VStepper/index.d.mts +119 -119
  125. package/lib/components/VSwitch/index.d.mts +100 -100
  126. package/lib/components/VSystemBar/index.d.mts +39 -39
  127. package/lib/components/VTable/index.d.mts +4 -4
  128. package/lib/components/VTabs/index.d.mts +530 -512
  129. package/lib/components/VTextField/index.d.mts +397 -397
  130. package/lib/components/VTextarea/index.d.mts +274 -274
  131. package/lib/components/VTimeline/index.d.mts +26 -26
  132. package/lib/components/VToolbar/index.d.mts +53 -53
  133. package/lib/components/VTooltip/index.d.mts +451 -451
  134. package/lib/components/VValidation/index.d.mts +22 -21
  135. package/lib/components/VVirtualScroll/VVirtualScroll.mjs +2 -0
  136. package/lib/components/VVirtualScroll/VVirtualScroll.mjs.map +1 -1
  137. package/lib/components/VVirtualScroll/index.d.mts +13 -10
  138. package/lib/components/VWindow/index.d.mts +31 -31
  139. package/lib/components/index.d.mts +11225 -11046
  140. package/lib/components/transitions/index.d.mts +200 -200
  141. package/lib/composables/nested/nested.mjs +3 -4
  142. package/lib/composables/nested/nested.mjs.map +1 -1
  143. package/lib/composables/nested/openStrategies.mjs +4 -2
  144. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  145. package/lib/composables/nested/selectStrategies.mjs +5 -5
  146. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  147. package/lib/composables/validation.mjs +8 -6
  148. package/lib/composables/validation.mjs.map +1 -1
  149. package/lib/composables/virtual.mjs +1 -0
  150. package/lib/composables/virtual.mjs.map +1 -1
  151. package/lib/entry-bundler.mjs +1 -1
  152. package/lib/entry-bundler.mjs.map +1 -1
  153. package/lib/framework.mjs +1 -1
  154. package/lib/framework.mjs.map +1 -1
  155. package/lib/index.d.mts +44 -44
  156. package/lib/labs/VCalendar/index.d.mts +52 -52
  157. package/lib/labs/VDateInput/index.d.mts +244 -244
  158. package/lib/labs/VNumberInput/index.d.mts +235 -235
  159. package/lib/labs/VPicker/index.d.mts +45 -45
  160. package/lib/labs/VSnackbarQueue/index.d.mts +642 -642
  161. package/lib/labs/VStepperVertical/index.d.mts +224 -188
  162. package/lib/labs/VTimePicker/VTimePickerClock.mjs +0 -1
  163. package/lib/labs/VTimePicker/VTimePickerClock.mjs.map +1 -1
  164. package/lib/labs/VTimePicker/index.d.mts +115 -115
  165. package/lib/labs/VTreeview/VTreeview.mjs +7 -5
  166. package/lib/labs/VTreeview/VTreeview.mjs.map +1 -1
  167. package/lib/labs/VTreeview/VTreeviewChildren.mjs +33 -10
  168. package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
  169. package/lib/labs/VTreeview/VTreeviewItem.css +1 -1
  170. package/lib/labs/VTreeview/VTreeviewItem.mjs +14 -74
  171. package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
  172. package/lib/labs/VTreeview/VTreeviewItem.sass +2 -5
  173. package/lib/labs/VTreeview/index.d.mts +270 -253
  174. package/lib/labs/components.d.mts +1835 -1782
  175. package/lib/util/helpers.mjs +5 -0
  176. package/lib/util/helpers.mjs.map +1 -1
  177. package/package.json +10 -5
@@ -13,26 +13,26 @@ declare const VSparkline: {
13
13
  new (...args: any[]): vue.CreateComponentPublicInstance<{
14
14
  fill: boolean;
15
15
  type: "bar" | "trend";
16
- width: string | number;
17
16
  height: string | number;
18
- modelValue: SparklineItem[];
17
+ width: string | number;
19
18
  smooth: boolean;
20
19
  padding: string | number;
20
+ labels: SparklineItem[];
21
+ modelValue: SparklineItem[];
21
22
  gradient: string[];
22
23
  itemValue: string;
23
- labels: SparklineItem[];
24
24
  autoDraw: boolean;
25
25
  autoDrawEasing: string;
26
- gradientDirection: "left" | "right" | "top" | "bottom";
26
+ gradientDirection: "left" | "top" | "bottom" | "right";
27
27
  labelSize: string | number;
28
28
  lineWidth: string | number;
29
29
  showLabels: boolean;
30
30
  autoLineWidth: boolean;
31
31
  } & {
32
- id?: string | undefined;
33
- color?: string | undefined;
34
32
  max?: string | number | undefined;
33
+ id?: string | undefined;
35
34
  min?: string | number | undefined;
35
+ color?: string | undefined;
36
36
  autoDrawDuration?: string | number | undefined;
37
37
  } & {
38
38
  $children?: vue.VNodeChild | ((arg: void) => vue.VNodeChild) | {
@@ -58,26 +58,26 @@ declare const VSparkline: {
58
58
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & {
59
59
  fill: boolean;
60
60
  type: "bar" | "trend";
61
- width: string | number;
62
61
  height: string | number;
63
- modelValue: SparklineItem[];
62
+ width: string | number;
64
63
  smooth: boolean;
65
64
  padding: string | number;
65
+ labels: SparklineItem[];
66
+ modelValue: SparklineItem[];
66
67
  gradient: string[];
67
68
  itemValue: string;
68
- labels: SparklineItem[];
69
69
  autoDraw: boolean;
70
70
  autoDrawEasing: string;
71
- gradientDirection: "left" | "right" | "top" | "bottom";
71
+ gradientDirection: "left" | "top" | "bottom" | "right";
72
72
  labelSize: string | number;
73
73
  lineWidth: string | number;
74
74
  showLabels: boolean;
75
75
  autoLineWidth: boolean;
76
76
  } & {
77
- id?: string | undefined;
78
- color?: string | undefined;
79
77
  max?: string | number | undefined;
78
+ id?: string | undefined;
80
79
  min?: string | number | undefined;
80
+ color?: string | undefined;
81
81
  autoDrawDuration?: string | number | undefined;
82
82
  } & {
83
83
  $children?: vue.VNodeChild | ((arg: void) => vue.VNodeChild) | {
@@ -103,17 +103,17 @@ declare const VSparkline: {
103
103
  }, {
104
104
  fill: boolean;
105
105
  type: "bar" | "trend";
106
- width: string | number;
107
106
  height: string | number;
108
- modelValue: SparklineItem[];
107
+ width: string | number;
109
108
  smooth: boolean;
110
109
  padding: string | number;
110
+ labels: SparklineItem[];
111
+ modelValue: SparklineItem[];
111
112
  gradient: string[];
112
113
  itemValue: string;
113
- labels: SparklineItem[];
114
114
  autoDraw: boolean;
115
115
  autoDrawEasing: string;
116
- gradientDirection: "left" | "right" | "top" | "bottom";
116
+ gradientDirection: "left" | "top" | "bottom" | "right";
117
117
  labelSize: string | number;
118
118
  lineWidth: string | number;
119
119
  showLabels: boolean;
@@ -138,26 +138,26 @@ declare const VSparkline: {
138
138
  }, {
139
139
  fill: boolean;
140
140
  type: "bar" | "trend";
141
- width: string | number;
142
141
  height: string | number;
143
- modelValue: SparklineItem[];
142
+ width: string | number;
144
143
  smooth: boolean;
145
144
  padding: string | number;
145
+ labels: SparklineItem[];
146
+ modelValue: SparklineItem[];
146
147
  gradient: string[];
147
148
  itemValue: string;
148
- labels: SparklineItem[];
149
149
  autoDraw: boolean;
150
150
  autoDrawEasing: string;
151
- gradientDirection: "left" | "right" | "top" | "bottom";
151
+ gradientDirection: "left" | "top" | "bottom" | "right";
152
152
  labelSize: string | number;
153
153
  lineWidth: string | number;
154
154
  showLabels: boolean;
155
155
  autoLineWidth: boolean;
156
156
  } & {
157
- id?: string | undefined;
158
- color?: string | undefined;
159
157
  max?: string | number | undefined;
158
+ id?: string | undefined;
160
159
  min?: string | number | undefined;
160
+ color?: string | undefined;
161
161
  autoDrawDuration?: string | number | undefined;
162
162
  } & {
163
163
  $children?: vue.VNodeChild | ((arg: void) => vue.VNodeChild) | {
@@ -183,17 +183,17 @@ declare const VSparkline: {
183
183
  }, {}, {}, {}, {}, {
184
184
  fill: boolean;
185
185
  type: "bar" | "trend";
186
- width: string | number;
187
186
  height: string | number;
188
- modelValue: SparklineItem[];
187
+ width: string | number;
189
188
  smooth: boolean;
190
189
  padding: string | number;
190
+ labels: SparklineItem[];
191
+ modelValue: SparklineItem[];
191
192
  gradient: string[];
192
193
  itemValue: string;
193
- labels: SparklineItem[];
194
194
  autoDraw: boolean;
195
195
  autoDrawEasing: string;
196
- gradientDirection: "left" | "right" | "top" | "bottom";
196
+ gradientDirection: "left" | "top" | "bottom" | "right";
197
197
  labelSize: string | number;
198
198
  lineWidth: string | number;
199
199
  showLabels: boolean;
@@ -205,26 +205,26 @@ declare const VSparkline: {
205
205
  } & vue.ComponentOptionsBase<{
206
206
  fill: boolean;
207
207
  type: "bar" | "trend";
208
- width: string | number;
209
208
  height: string | number;
210
- modelValue: SparklineItem[];
209
+ width: string | number;
211
210
  smooth: boolean;
212
211
  padding: string | number;
212
+ labels: SparklineItem[];
213
+ modelValue: SparklineItem[];
213
214
  gradient: string[];
214
215
  itemValue: string;
215
- labels: SparklineItem[];
216
216
  autoDraw: boolean;
217
217
  autoDrawEasing: string;
218
- gradientDirection: "left" | "right" | "top" | "bottom";
218
+ gradientDirection: "left" | "top" | "bottom" | "right";
219
219
  labelSize: string | number;
220
220
  lineWidth: string | number;
221
221
  showLabels: boolean;
222
222
  autoLineWidth: boolean;
223
223
  } & {
224
- id?: string | undefined;
225
- color?: string | undefined;
226
224
  max?: string | number | undefined;
225
+ id?: string | undefined;
227
226
  min?: string | number | undefined;
227
+ color?: string | undefined;
228
228
  autoDrawDuration?: string | number | undefined;
229
229
  } & {
230
230
  $children?: vue.VNodeChild | ((arg: void) => vue.VNodeChild) | {
@@ -250,17 +250,17 @@ declare const VSparkline: {
250
250
  }, void, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record<string, any>, string, {
251
251
  fill: boolean;
252
252
  type: "bar" | "trend";
253
- width: string | number;
254
253
  height: string | number;
255
- modelValue: SparklineItem[];
254
+ width: string | number;
256
255
  smooth: boolean;
257
256
  padding: string | number;
257
+ labels: SparklineItem[];
258
+ modelValue: SparklineItem[];
258
259
  gradient: string[];
259
260
  itemValue: string;
260
- labels: SparklineItem[];
261
261
  autoDraw: boolean;
262
262
  autoDrawEasing: string;
263
- gradientDirection: "left" | "right" | "top" | "bottom";
263
+ gradientDirection: "left" | "top" | "bottom" | "right";
264
264
  labelSize: string | number;
265
265
  lineWidth: string | number;
266
266
  showLabels: boolean;
@@ -288,7 +288,7 @@ declare const VSparkline: {
288
288
  default: () => never[];
289
289
  };
290
290
  gradientDirection: {
291
- type: PropType<"left" | "right" | "top" | "bottom">;
291
+ type: PropType<"left" | "top" | "bottom" | "right">;
292
292
  validator: (val: string) => boolean;
293
293
  default: string;
294
294
  };
@@ -348,7 +348,7 @@ declare const VSparkline: {
348
348
  default: () => never[];
349
349
  };
350
350
  gradientDirection: {
351
- type: PropType<"left" | "right" | "top" | "bottom">;
351
+ type: PropType<"left" | "top" | "bottom" | "right">;
352
352
  validator: (val: string) => boolean;
353
353
  default: string;
354
354
  };