@vuetify/nightly 3.7.1-master.2024-09-03 → 3.7.1-master.2024-09-05

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 (112) hide show
  1. package/dist/json/attributes.json +2 -2
  2. package/dist/json/importMap-labs.json +26 -26
  3. package/dist/json/importMap.json +112 -112
  4. package/dist/json/web-types.json +3 -3
  5. package/dist/vuetify-labs.css +2934 -2934
  6. package/dist/vuetify-labs.d.ts +999 -999
  7. package/dist/vuetify-labs.esm.js +11 -27
  8. package/dist/vuetify-labs.esm.js.map +1 -1
  9. package/dist/vuetify-labs.js +11 -27
  10. package/dist/vuetify-labs.min.css +2 -2
  11. package/dist/vuetify.css +2805 -2805
  12. package/dist/vuetify.d.ts +849 -849
  13. package/dist/vuetify.esm.js +3 -3
  14. package/dist/vuetify.js +3 -3
  15. package/dist/vuetify.min.css +2 -2
  16. package/dist/vuetify.min.js +3 -3
  17. package/lib/components/VAlert/index.d.mts +10 -10
  18. package/lib/components/VAppBar/index.d.mts +18 -18
  19. package/lib/components/VAutocomplete/index.d.mts +109 -109
  20. package/lib/components/VAvatar/index.d.mts +4 -4
  21. package/lib/components/VBadge/index.d.mts +4 -4
  22. package/lib/components/VBanner/index.d.mts +14 -14
  23. package/lib/components/VBottomNavigation/index.d.mts +4 -4
  24. package/lib/components/VBottomSheet/index.d.mts +11 -11
  25. package/lib/components/VBreadcrumbs/index.d.mts +4 -4
  26. package/lib/components/VBtn/index.d.mts +14 -14
  27. package/lib/components/VBtnGroup/index.d.mts +4 -4
  28. package/lib/components/VBtnToggle/index.d.mts +4 -4
  29. package/lib/components/VCard/index.d.mts +14 -14
  30. package/lib/components/VCarousel/index.d.mts +13 -13
  31. package/lib/components/VCheckbox/index.d.mts +4 -4
  32. package/lib/components/VChip/index.d.mts +8 -8
  33. package/lib/components/VChipGroup/index.d.mts +4 -4
  34. package/lib/components/VColorPicker/index.d.mts +22 -22
  35. package/lib/components/VCombobox/index.d.mts +109 -109
  36. package/lib/components/VDataTable/index.d.mts +14 -14
  37. package/lib/components/VDatePicker/index.d.mts +12 -12
  38. package/lib/components/VDialog/index.d.mts +50 -50
  39. package/lib/components/VEmptyState/index.d.mts +8 -8
  40. package/lib/components/VExpansionPanel/index.d.mts +4 -4
  41. package/lib/components/VFab/index.d.mts +18 -18
  42. package/lib/components/VFileInput/index.d.mts +6 -6
  43. package/lib/components/VFooter/index.d.mts +4 -4
  44. package/lib/components/VIcon/index.d.mts +4 -4
  45. package/lib/components/VInput/index.d.mts +2 -2
  46. package/lib/components/VItemGroup/index.d.mts +4 -4
  47. package/lib/components/VLabel/index.d.mts +4 -4
  48. package/lib/components/VList/index.d.mts +23 -23
  49. package/lib/components/VMenu/index.d.mts +50 -50
  50. package/lib/components/VMessages/index.d.mts +8 -8
  51. package/lib/components/VNavigationDrawer/index.d.mts +18 -18
  52. package/lib/components/VOtpInput/index.d.mts +4 -4
  53. package/lib/components/VOverlay/index.d.mts +11 -11
  54. package/lib/components/VPagination/index.d.mts +4 -4
  55. package/lib/components/VProgressCircular/index.d.mts +4 -4
  56. package/lib/components/VRadioGroup/index.d.mts +2 -2
  57. package/lib/components/VRangeSlider/index.d.mts +8 -8
  58. package/lib/components/VSelect/index.d.mts +109 -109
  59. package/lib/components/VSheet/index.d.mts +10 -10
  60. package/lib/components/VSkeletonLoader/index.d.mts +4 -4
  61. package/lib/components/VSlider/index.d.mts +8 -8
  62. package/lib/components/VSnackbar/index.d.mts +62 -62
  63. package/lib/components/VSpeedDial/index.d.mts +11 -11
  64. package/lib/components/VStepper/index.d.mts +12 -12
  65. package/lib/components/VSwitch/index.d.mts +2 -2
  66. package/lib/components/VSystemBar/index.d.mts +4 -4
  67. package/lib/components/VTabs/index.d.mts +53 -53
  68. package/lib/components/VTextField/index.d.mts +13 -13
  69. package/lib/components/VTextarea/index.d.mts +10 -10
  70. package/lib/components/VTimeline/index.d.mts +4 -4
  71. package/lib/components/VToolbar/index.d.mts +4 -4
  72. package/lib/components/VTooltip/index.d.mts +45 -45
  73. package/lib/components/VWindow/index.d.mts +6 -6
  74. package/lib/components/index.d.mts +810 -810
  75. package/lib/entry-bundler.mjs +1 -1
  76. package/lib/framework.mjs +1 -1
  77. package/lib/index.d.mts +39 -39
  78. package/lib/labs/VDateInput/index.d.mts +12 -12
  79. package/lib/labs/VNumberInput/index.d.mts +67 -67
  80. package/lib/labs/VPicker/index.d.mts +10 -10
  81. package/lib/labs/VSnackbarQueue/index.d.mts +95 -95
  82. package/lib/labs/VStepperVertical/index.d.mts +6 -6
  83. package/lib/labs/VTimePicker/VTimePicker.mjs +1 -1
  84. package/lib/labs/VTimePicker/VTimePicker.mjs.map +1 -1
  85. package/lib/labs/VTimePicker/VTimePickerControls.mjs +2 -2
  86. package/lib/labs/VTimePicker/VTimePickerControls.mjs.map +1 -1
  87. package/lib/labs/VTimePicker/index.d.mts +26 -26
  88. package/lib/labs/VTimePicker/util.mjs +5 -0
  89. package/lib/labs/VTimePicker/util.mjs.map +1 -0
  90. package/lib/labs/VTreeview/index.d.mts +40 -40
  91. package/lib/labs/components.d.mts +256 -256
  92. package/package.json +6 -8
  93. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs +0 -21
  94. package/lib/components/VDatePicker/util/createNativeLocaleFormatter.mjs.map +0 -1
  95. package/lib/components/VDatePicker/util/eventHelpers.mjs +0 -22
  96. package/lib/components/VDatePicker/util/eventHelpers.mjs.map +0 -1
  97. package/lib/components/VDatePicker/util/index.mjs +0 -9
  98. package/lib/components/VDatePicker/util/index.mjs.map +0 -1
  99. package/lib/components/VDatePicker/util/isDateAllowed.mjs +0 -7
  100. package/lib/components/VDatePicker/util/isDateAllowed.mjs.map +0 -1
  101. package/lib/components/VDatePicker/util/monthChange.mjs +0 -18
  102. package/lib/components/VDatePicker/util/monthChange.mjs.map +0 -1
  103. package/lib/components/VDatePicker/util/pad.mjs +0 -21
  104. package/lib/components/VDatePicker/util/pad.mjs.map +0 -1
  105. package/lib/components/VDatePicker/util/sanitizeDateString.mjs +0 -12
  106. package/lib/components/VDatePicker/util/sanitizeDateString.mjs.map +0 -1
  107. package/lib/services/goto/easing-patterns.mjs +0 -27
  108. package/lib/services/goto/easing-patterns.mjs.map +0 -1
  109. package/lib/services/goto/index.mjs +0 -73
  110. package/lib/services/goto/index.mjs.map +0 -1
  111. package/lib/services/goto/util.mjs +0 -39
  112. package/lib/services/goto/util.mjs.map +0 -1
@@ -793,7 +793,7 @@
793
793
  },
794
794
  "VBadge/floating": {
795
795
  "type": "boolean\n",
796
- "description": "Elevates the badge above the slotted content."
796
+ "description": "Move the badge further away from the slotted content. Equivalent to an 8px offset."
797
797
  },
798
798
  "VBadge/icon": {
799
799
  "type": " | string\n | (string | [string, number])[]\n | (new () => any)\n | FunctionalComponent\n",
@@ -801,7 +801,7 @@
801
801
  },
802
802
  "VBadge/inline": {
803
803
  "type": "boolean\n",
804
- "description": "Moves the badge to be inline with the wrapping element. Supports the usage of the **left** prop."
804
+ "description": "Display as an inline block instead of absolute position. **location**, **floating**, and **offset** will have no effect."
805
805
  },
806
806
  "VBadge/label": {
807
807
  "type": "string\n",
@@ -1,5 +1,21 @@
1
1
  {
2
2
  "components": {
3
+ "VStepperVertical": {
4
+ "from": "labs/VStepperVertical/index.mjs",
5
+ "styles": []
6
+ },
7
+ "VStepperVerticalItem": {
8
+ "from": "labs/VStepperVertical/index.mjs",
9
+ "styles": []
10
+ },
11
+ "VStepperVerticalActions": {
12
+ "from": "labs/VStepperVertical/index.mjs",
13
+ "styles": []
14
+ },
15
+ "VNumberInput": {
16
+ "from": "labs/VNumberInput/index.mjs",
17
+ "styles": []
18
+ },
3
19
  "VPicker": {
4
20
  "from": "labs/VPicker/index.mjs",
5
21
  "styles": []
@@ -8,8 +24,16 @@
8
24
  "from": "labs/VPicker/index.mjs",
9
25
  "styles": []
10
26
  },
11
- "VNumberInput": {
12
- "from": "labs/VNumberInput/index.mjs",
27
+ "VTreeview": {
28
+ "from": "labs/VTreeview/index.mjs",
29
+ "styles": []
30
+ },
31
+ "VTreeviewItem": {
32
+ "from": "labs/VTreeview/index.mjs",
33
+ "styles": []
34
+ },
35
+ "VTreeviewGroup": {
36
+ "from": "labs/VTreeview/index.mjs",
13
37
  "styles": []
14
38
  },
15
39
  "VCalendar": {
@@ -36,18 +60,6 @@
36
60
  "from": "labs/VCalendar/index.mjs",
37
61
  "styles": []
38
62
  },
39
- "VStepperVertical": {
40
- "from": "labs/VStepperVertical/index.mjs",
41
- "styles": []
42
- },
43
- "VStepperVerticalItem": {
44
- "from": "labs/VStepperVertical/index.mjs",
45
- "styles": []
46
- },
47
- "VStepperVerticalActions": {
48
- "from": "labs/VStepperVertical/index.mjs",
49
- "styles": []
50
- },
51
63
  "VTimePicker": {
52
64
  "from": "labs/VTimePicker/index.mjs",
53
65
  "styles": []
@@ -60,18 +72,6 @@
60
72
  "from": "labs/VTimePicker/index.mjs",
61
73
  "styles": []
62
74
  },
63
- "VTreeview": {
64
- "from": "labs/VTreeview/index.mjs",
65
- "styles": []
66
- },
67
- "VTreeviewItem": {
68
- "from": "labs/VTreeview/index.mjs",
69
- "styles": []
70
- },
71
- "VTreeviewGroup": {
72
- "from": "labs/VTreeview/index.mjs",
73
- "styles": []
74
- },
75
75
  "VDateInput": {
76
76
  "from": "labs/VDateInput/index.mjs",
77
77
  "styles": []
@@ -4,14 +4,6 @@
4
4
  "from": "components/VApp/index.mjs",
5
5
  "styles": []
6
6
  },
7
- "VAutocomplete": {
8
- "from": "components/VAutocomplete/index.mjs",
9
- "styles": []
10
- },
11
- "VAvatar": {
12
- "from": "components/VAvatar/index.mjs",
13
- "styles": []
14
- },
15
7
  "VAlert": {
16
8
  "from": "components/VAlert/index.mjs",
17
9
  "styles": []
@@ -32,6 +24,18 @@
32
24
  "from": "components/VAppBar/index.mjs",
33
25
  "styles": []
34
26
  },
27
+ "VAvatar": {
28
+ "from": "components/VAvatar/index.mjs",
29
+ "styles": []
30
+ },
31
+ "VAutocomplete": {
32
+ "from": "components/VAutocomplete/index.mjs",
33
+ "styles": []
34
+ },
35
+ "VBadge": {
36
+ "from": "components/VBadge/index.mjs",
37
+ "styles": []
38
+ },
35
39
  "VBanner": {
36
40
  "from": "components/VBanner/index.mjs",
37
41
  "styles": []
@@ -44,14 +48,18 @@
44
48
  "from": "components/VBanner/index.mjs",
45
49
  "styles": []
46
50
  },
47
- "VBadge": {
48
- "from": "components/VBadge/index.mjs",
49
- "styles": []
50
- },
51
51
  "VBottomNavigation": {
52
52
  "from": "components/VBottomNavigation/index.mjs",
53
53
  "styles": []
54
54
  },
55
+ "VBottomSheet": {
56
+ "from": "components/VBottomSheet/index.mjs",
57
+ "styles": []
58
+ },
59
+ "VBtn": {
60
+ "from": "components/VBtn/index.mjs",
61
+ "styles": []
62
+ },
55
63
  "VBreadcrumbs": {
56
64
  "from": "components/VBreadcrumbs/index.mjs",
57
65
  "styles": []
@@ -64,10 +72,6 @@
64
72
  "from": "components/VBreadcrumbs/index.mjs",
65
73
  "styles": []
66
74
  },
67
- "VBtn": {
68
- "from": "components/VBtn/index.mjs",
69
- "styles": []
70
- },
71
75
  "VBtnGroup": {
72
76
  "from": "components/VBtnGroup/index.mjs",
73
77
  "styles": []
@@ -76,10 +80,6 @@
76
80
  "from": "components/VBtnToggle/index.mjs",
77
81
  "styles": []
78
82
  },
79
- "VBottomSheet": {
80
- "from": "components/VBottomSheet/index.mjs",
81
- "styles": []
82
- },
83
83
  "VCarousel": {
84
84
  "from": "components/VCarousel/index.mjs",
85
85
  "styles": []
@@ -88,14 +88,6 @@
88
88
  "from": "components/VCarousel/index.mjs",
89
89
  "styles": []
90
90
  },
91
- "VCheckbox": {
92
- "from": "components/VCheckbox/index.mjs",
93
- "styles": []
94
- },
95
- "VCheckboxBtn": {
96
- "from": "components/VCheckbox/index.mjs",
97
- "styles": []
98
- },
99
91
  "VCard": {
100
92
  "from": "components/VCard/index.mjs",
101
93
  "styles": []
@@ -120,6 +112,14 @@
120
112
  "from": "components/VCard/index.mjs",
121
113
  "styles": []
122
114
  },
115
+ "VCheckbox": {
116
+ "from": "components/VCheckbox/index.mjs",
117
+ "styles": []
118
+ },
119
+ "VCheckboxBtn": {
120
+ "from": "components/VCheckbox/index.mjs",
121
+ "styles": []
122
+ },
123
123
  "VChip": {
124
124
  "from": "components/VChip/index.mjs",
125
125
  "styles": []
@@ -128,14 +128,14 @@
128
128
  "from": "components/VCode/index.mjs",
129
129
  "styles": []
130
130
  },
131
- "VColorPicker": {
132
- "from": "components/VColorPicker/index.mjs",
133
- "styles": []
134
- },
135
131
  "VChipGroup": {
136
132
  "from": "components/VChipGroup/index.mjs",
137
133
  "styles": []
138
134
  },
135
+ "VColorPicker": {
136
+ "from": "components/VColorPicker/index.mjs",
137
+ "styles": []
138
+ },
139
139
  "VCombobox": {
140
140
  "from": "components/VCombobox/index.mjs",
141
141
  "styles": []
@@ -144,34 +144,6 @@
144
144
  "from": "components/VCounter/index.mjs",
145
145
  "styles": []
146
146
  },
147
- "VDatePicker": {
148
- "from": "components/VDatePicker/index.mjs",
149
- "styles": []
150
- },
151
- "VDatePickerControls": {
152
- "from": "components/VDatePicker/index.mjs",
153
- "styles": []
154
- },
155
- "VDatePickerHeader": {
156
- "from": "components/VDatePicker/index.mjs",
157
- "styles": []
158
- },
159
- "VDatePickerMonth": {
160
- "from": "components/VDatePicker/index.mjs",
161
- "styles": []
162
- },
163
- "VDatePickerMonths": {
164
- "from": "components/VDatePicker/index.mjs",
165
- "styles": []
166
- },
167
- "VDatePickerYears": {
168
- "from": "components/VDatePicker/index.mjs",
169
- "styles": []
170
- },
171
- "VDivider": {
172
- "from": "components/VDivider/index.mjs",
173
- "styles": []
174
- },
175
147
  "VDataTable": {
176
148
  "from": "components/VDataTable/index.mjs",
177
149
  "styles": []
@@ -200,18 +172,42 @@
200
172
  "from": "components/VDataTable/index.mjs",
201
173
  "styles": []
202
174
  },
203
- "VFab": {
204
- "from": "components/VFab/index.mjs",
175
+ "VDatePicker": {
176
+ "from": "components/VDatePicker/index.mjs",
205
177
  "styles": []
206
178
  },
207
- "VEmptyState": {
208
- "from": "components/VEmptyState/index.mjs",
179
+ "VDatePickerControls": {
180
+ "from": "components/VDatePicker/index.mjs",
181
+ "styles": []
182
+ },
183
+ "VDatePickerHeader": {
184
+ "from": "components/VDatePicker/index.mjs",
185
+ "styles": []
186
+ },
187
+ "VDatePickerMonth": {
188
+ "from": "components/VDatePicker/index.mjs",
189
+ "styles": []
190
+ },
191
+ "VDatePickerMonths": {
192
+ "from": "components/VDatePicker/index.mjs",
193
+ "styles": []
194
+ },
195
+ "VDatePickerYears": {
196
+ "from": "components/VDatePicker/index.mjs",
209
197
  "styles": []
210
198
  },
211
199
  "VDialog": {
212
200
  "from": "components/VDialog/index.mjs",
213
201
  "styles": []
214
202
  },
203
+ "VDivider": {
204
+ "from": "components/VDivider/index.mjs",
205
+ "styles": []
206
+ },
207
+ "VEmptyState": {
208
+ "from": "components/VEmptyState/index.mjs",
209
+ "styles": []
210
+ },
215
211
  "VExpansionPanels": {
216
212
  "from": "components/VExpansionPanel/index.mjs",
217
213
  "styles": []
@@ -228,8 +224,8 @@
228
224
  "from": "components/VExpansionPanel/index.mjs",
229
225
  "styles": []
230
226
  },
231
- "VFileInput": {
232
- "from": "components/VFileInput/index.mjs",
227
+ "VFab": {
228
+ "from": "components/VFab/index.mjs",
233
229
  "styles": []
234
230
  },
235
231
  "VField": {
@@ -240,8 +236,12 @@
240
236
  "from": "components/VField/index.mjs",
241
237
  "styles": []
242
238
  },
243
- "VInfiniteScroll": {
244
- "from": "components/VInfiniteScroll/index.mjs",
239
+ "VFileInput": {
240
+ "from": "components/VFileInput/index.mjs",
241
+ "styles": []
242
+ },
243
+ "VFooter": {
244
+ "from": "components/VFooter/index.mjs",
245
245
  "styles": []
246
246
  },
247
247
  "VIcon": {
@@ -264,28 +264,32 @@
264
264
  "from": "components/VIcon/index.mjs",
265
265
  "styles": []
266
266
  },
267
- "VItemGroup": {
268
- "from": "components/VItemGroup/index.mjs",
267
+ "VImg": {
268
+ "from": "components/VImg/index.mjs",
269
269
  "styles": []
270
270
  },
271
- "VItem": {
272
- "from": "components/VItemGroup/index.mjs",
271
+ "VInfiniteScroll": {
272
+ "from": "components/VInfiniteScroll/index.mjs",
273
273
  "styles": []
274
274
  },
275
- "VFooter": {
276
- "from": "components/VFooter/index.mjs",
275
+ "VInput": {
276
+ "from": "components/VInput/index.mjs",
277
277
  "styles": []
278
278
  },
279
- "VImg": {
280
- "from": "components/VImg/index.mjs",
279
+ "VItemGroup": {
280
+ "from": "components/VItemGroup/index.mjs",
281
+ "styles": []
282
+ },
283
+ "VItem": {
284
+ "from": "components/VItemGroup/index.mjs",
281
285
  "styles": []
282
286
  },
283
287
  "VKbd": {
284
288
  "from": "components/VKbd/index.mjs",
285
289
  "styles": []
286
290
  },
287
- "VInput": {
288
- "from": "components/VInput/index.mjs",
291
+ "VLabel": {
292
+ "from": "components/VLabel/index.mjs",
289
293
  "styles": []
290
294
  },
291
295
  "VList": {
@@ -324,30 +328,26 @@
324
328
  "from": "components/VList/index.mjs",
325
329
  "styles": []
326
330
  },
327
- "VLabel": {
328
- "from": "components/VLabel/index.mjs",
331
+ "VMain": {
332
+ "from": "components/VMain/index.mjs",
329
333
  "styles": []
330
334
  },
331
335
  "VMenu": {
332
336
  "from": "components/VMenu/index.mjs",
333
337
  "styles": []
334
338
  },
335
- "VNavigationDrawer": {
336
- "from": "components/VNavigationDrawer/index.mjs",
339
+ "VMessages": {
340
+ "from": "components/VMessages/index.mjs",
337
341
  "styles": []
338
342
  },
339
- "VMain": {
340
- "from": "components/VMain/index.mjs",
343
+ "VNavigationDrawer": {
344
+ "from": "components/VNavigationDrawer/index.mjs",
341
345
  "styles": []
342
346
  },
343
347
  "VOtpInput": {
344
348
  "from": "components/VOtpInput/index.mjs",
345
349
  "styles": []
346
350
  },
347
- "VMessages": {
348
- "from": "components/VMessages/index.mjs",
349
- "styles": []
350
- },
351
351
  "VOverlay": {
352
352
  "from": "components/VOverlay/index.mjs",
353
353
  "styles": []
@@ -360,16 +360,16 @@
360
360
  "from": "components/VProgressCircular/index.mjs",
361
361
  "styles": []
362
362
  },
363
- "VRating": {
364
- "from": "components/VRating/index.mjs",
363
+ "VProgressLinear": {
364
+ "from": "components/VProgressLinear/index.mjs",
365
365
  "styles": []
366
366
  },
367
367
  "VRadioGroup": {
368
368
  "from": "components/VRadioGroup/index.mjs",
369
369
  "styles": []
370
370
  },
371
- "VProgressLinear": {
372
- "from": "components/VProgressLinear/index.mjs",
371
+ "VRating": {
372
+ "from": "components/VRating/index.mjs",
373
373
  "styles": []
374
374
  },
375
375
  "VSelect": {
@@ -380,18 +380,14 @@
380
380
  "from": "components/VSelectionControl/index.mjs",
381
381
  "styles": []
382
382
  },
383
- "VSheet": {
384
- "from": "components/VSheet/index.mjs",
385
- "styles": []
386
- },
387
- "VSlider": {
388
- "from": "components/VSlider/index.mjs",
389
- "styles": []
390
- },
391
383
  "VSelectionControlGroup": {
392
384
  "from": "components/VSelectionControlGroup/index.mjs",
393
385
  "styles": []
394
386
  },
387
+ "VSheet": {
388
+ "from": "components/VSheet/index.mjs",
389
+ "styles": []
390
+ },
395
391
  "VSkeletonLoader": {
396
392
  "from": "components/VSkeletonLoader/index.mjs",
397
393
  "styles": []
@@ -404,6 +400,10 @@
404
400
  "from": "components/VSlideGroup/index.mjs",
405
401
  "styles": []
406
402
  },
403
+ "VSlider": {
404
+ "from": "components/VSlider/index.mjs",
405
+ "styles": []
406
+ },
407
407
  "VSnackbar": {
408
408
  "from": "components/VSnackbar/index.mjs",
409
409
  "styles": []
@@ -440,14 +440,6 @@
440
440
  "from": "components/VSystemBar/index.mjs",
441
441
  "styles": []
442
442
  },
443
- "VTextarea": {
444
- "from": "components/VTextarea/index.mjs",
445
- "styles": []
446
- },
447
- "VTable": {
448
- "from": "components/VTable/index.mjs",
449
- "styles": []
450
- },
451
443
  "VTab": {
452
444
  "from": "components/VTabs/index.mjs",
453
445
  "styles": []
@@ -464,6 +456,14 @@
464
456
  "from": "components/VTabs/index.mjs",
465
457
  "styles": []
466
458
  },
459
+ "VTable": {
460
+ "from": "components/VTable/index.mjs",
461
+ "styles": []
462
+ },
463
+ "VTextarea": {
464
+ "from": "components/VTextarea/index.mjs",
465
+ "styles": []
466
+ },
467
467
  "VTextField": {
468
468
  "from": "components/VTextField/index.mjs",
469
469
  "styles": []
@@ -504,14 +504,14 @@
504
504
  "from": "components/VConfirmEdit/index.mjs",
505
505
  "styles": []
506
506
  },
507
- "VDefaultsProvider": {
508
- "from": "components/VDefaultsProvider/index.mjs",
509
- "styles": []
510
- },
511
507
  "VDataIterator": {
512
508
  "from": "components/VDataIterator/index.mjs",
513
509
  "styles": []
514
510
  },
511
+ "VDefaultsProvider": {
512
+ "from": "components/VDefaultsProvider/index.mjs",
513
+ "styles": []
514
+ },
515
515
  "VForm": {
516
516
  "from": "components/VForm/index.mjs",
517
517
  "styles": []
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "vuetify",
5
- "version": "3.7.1-master.2024-09-03",
5
+ "version": "3.7.1-master.2024-09-05",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -2613,7 +2613,7 @@
2613
2613
  },
2614
2614
  {
2615
2615
  "name": "floating",
2616
- "description": "Elevates the badge above the slotted content.",
2616
+ "description": "Move the badge further away from the slotted content. Equivalent to an 8px offset.",
2617
2617
  "doc-url": "https://vuetifyjs.com/api/VBadge#props",
2618
2618
  "default": "false",
2619
2619
  "value": {
@@ -2632,7 +2632,7 @@
2632
2632
  },
2633
2633
  {
2634
2634
  "name": "inline",
2635
- "description": "Moves the badge to be inline with the wrapping element. Supports the usage of the **left** prop.",
2635
+ "description": "Display as an inline block instead of absolute position. **location**, **floating**, and **offset** will have no effect.",
2636
2636
  "doc-url": "https://vuetifyjs.com/api/VBadge#props",
2637
2637
  "default": "false",
2638
2638
  "value": {