@vuetify/nightly 3.6.8-master.2024-05-30 → 3.6.8-master.2024-05-31
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.
- package/CHANGELOG.md +8 -2
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +128 -128
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +2809 -2808
- package/dist/vuetify-labs.esm.js +4 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +883 -882
- package/dist/vuetify.d.ts +41 -41
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VBanner/VBanner.css +1 -0
- package/lib/components/VBanner/VBanner.sass +1 -0
- package/lib/components/VBanner/_variables.scss +1 -0
- package/lib/components/VEmptyState/VEmptyState.css +2 -2
- package/lib/components/VEmptyState/VEmptyState.mjs +1 -1
- package/lib/components/VEmptyState/VEmptyState.mjs.map +1 -1
- package/lib/components/VEmptyState/_variables.scss +2 -2
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +41 -41
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,8 +1,14 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.8-master.2024-05-
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.8-master.2024-05-31...v) (2024-05-31)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.6.8-master.2024-05-
|
5
|
+
## [3.6.8-master.2024-05-31](https://github.com/vuetifyjs/vuetify/compare/v3.6.8...v3.6.8-master.2024-05-31) (2024-05-31)
|
6
|
+
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
* **VBanner:** set index when using sticky prop ([9e2d22f](https://github.com/vuetifyjs/vuetify/commit/9e2d22f3f76515809ab47c147b689efc7cb09bf0))
|
11
|
+
* **VEmptyState:** support VBtn variants when using actions slot ([99279d9](https://github.com/vuetifyjs/vuetify/commit/99279d97711f4953c7d266247f8ff0415fd601a2))
|
6
12
|
|
7
13
|
|
8
14
|
|
@@ -1,5 +1,25 @@
|
|
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
|
+
"VPicker": {
|
16
|
+
"from": "labs/VPicker/index.mjs",
|
17
|
+
"styles": []
|
18
|
+
},
|
19
|
+
"VPickerTitle": {
|
20
|
+
"from": "labs/VPicker/index.mjs",
|
21
|
+
"styles": []
|
22
|
+
},
|
3
23
|
"VNumberInput": {
|
4
24
|
"from": "labs/VNumberInput/index.mjs",
|
5
25
|
"styles": []
|
@@ -40,26 +60,6 @@
|
|
40
60
|
"from": "labs/VTimePicker/index.mjs",
|
41
61
|
"styles": []
|
42
62
|
},
|
43
|
-
"VPicker": {
|
44
|
-
"from": "labs/VPicker/index.mjs",
|
45
|
-
"styles": []
|
46
|
-
},
|
47
|
-
"VPickerTitle": {
|
48
|
-
"from": "labs/VPicker/index.mjs",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
|
-
"VStepperVertical": {
|
52
|
-
"from": "labs/VStepperVertical/index.mjs",
|
53
|
-
"styles": []
|
54
|
-
},
|
55
|
-
"VStepperVerticalItem": {
|
56
|
-
"from": "labs/VStepperVertical/index.mjs",
|
57
|
-
"styles": []
|
58
|
-
},
|
59
|
-
"VStepperVerticalActions": {
|
60
|
-
"from": "labs/VStepperVertical/index.mjs",
|
61
|
-
"styles": []
|
62
|
-
},
|
63
63
|
"VTreeview": {
|
64
64
|
"from": "labs/VTreeview/index.mjs",
|
65
65
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -1,9 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VApp": {
|
4
|
-
"from": "components/VApp/index.mjs",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
3
|
"VAppBar": {
|
8
4
|
"from": "components/VAppBar/index.mjs",
|
9
5
|
"styles": []
|
@@ -16,6 +12,14 @@
|
|
16
12
|
"from": "components/VAppBar/index.mjs",
|
17
13
|
"styles": []
|
18
14
|
},
|
15
|
+
"VApp": {
|
16
|
+
"from": "components/VApp/index.mjs",
|
17
|
+
"styles": []
|
18
|
+
},
|
19
|
+
"VAvatar": {
|
20
|
+
"from": "components/VAvatar/index.mjs",
|
21
|
+
"styles": []
|
22
|
+
},
|
19
23
|
"VAlert": {
|
20
24
|
"from": "components/VAlert/index.mjs",
|
21
25
|
"styles": []
|
@@ -24,10 +28,6 @@
|
|
24
28
|
"from": "components/VAlert/index.mjs",
|
25
29
|
"styles": []
|
26
30
|
},
|
27
|
-
"VAvatar": {
|
28
|
-
"from": "components/VAvatar/index.mjs",
|
29
|
-
"styles": []
|
30
|
-
},
|
31
31
|
"VAutocomplete": {
|
32
32
|
"from": "components/VAutocomplete/index.mjs",
|
33
33
|
"styles": []
|
@@ -36,14 +36,6 @@
|
|
36
36
|
"from": "components/VBadge/index.mjs",
|
37
37
|
"styles": []
|
38
38
|
},
|
39
|
-
"VBottomNavigation": {
|
40
|
-
"from": "components/VBottomNavigation/index.mjs",
|
41
|
-
"styles": []
|
42
|
-
},
|
43
|
-
"VBtn": {
|
44
|
-
"from": "components/VBtn/index.mjs",
|
45
|
-
"styles": []
|
46
|
-
},
|
47
39
|
"VBanner": {
|
48
40
|
"from": "components/VBanner/index.mjs",
|
49
41
|
"styles": []
|
@@ -60,6 +52,26 @@
|
|
60
52
|
"from": "components/VBottomSheet/index.mjs",
|
61
53
|
"styles": []
|
62
54
|
},
|
55
|
+
"VBtn": {
|
56
|
+
"from": "components/VBtn/index.mjs",
|
57
|
+
"styles": []
|
58
|
+
},
|
59
|
+
"VBreadcrumbs": {
|
60
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
61
|
+
"styles": []
|
62
|
+
},
|
63
|
+
"VBreadcrumbsItem": {
|
64
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
65
|
+
"styles": []
|
66
|
+
},
|
67
|
+
"VBreadcrumbsDivider": {
|
68
|
+
"from": "components/VBreadcrumbs/index.mjs",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
|
+
"VBottomNavigation": {
|
72
|
+
"from": "components/VBottomNavigation/index.mjs",
|
73
|
+
"styles": []
|
74
|
+
},
|
63
75
|
"VBtnGroup": {
|
64
76
|
"from": "components/VBtnGroup/index.mjs",
|
65
77
|
"styles": []
|
@@ -88,18 +100,6 @@
|
|
88
100
|
"from": "components/VCard/index.mjs",
|
89
101
|
"styles": []
|
90
102
|
},
|
91
|
-
"VBreadcrumbs": {
|
92
|
-
"from": "components/VBreadcrumbs/index.mjs",
|
93
|
-
"styles": []
|
94
|
-
},
|
95
|
-
"VBreadcrumbsItem": {
|
96
|
-
"from": "components/VBreadcrumbs/index.mjs",
|
97
|
-
"styles": []
|
98
|
-
},
|
99
|
-
"VBreadcrumbsDivider": {
|
100
|
-
"from": "components/VBreadcrumbs/index.mjs",
|
101
|
-
"styles": []
|
102
|
-
},
|
103
103
|
"VBtnToggle": {
|
104
104
|
"from": "components/VBtnToggle/index.mjs",
|
105
105
|
"styles": []
|
@@ -112,16 +112,12 @@
|
|
112
112
|
"from": "components/VCheckbox/index.mjs",
|
113
113
|
"styles": []
|
114
114
|
},
|
115
|
-
"
|
116
|
-
"from": "components/
|
117
|
-
"styles": []
|
118
|
-
},
|
119
|
-
"VColorPicker": {
|
120
|
-
"from": "components/VColorPicker/index.mjs",
|
115
|
+
"VChipGroup": {
|
116
|
+
"from": "components/VChipGroup/index.mjs",
|
121
117
|
"styles": []
|
122
118
|
},
|
123
|
-
"
|
124
|
-
"from": "components/
|
119
|
+
"VChip": {
|
120
|
+
"from": "components/VChip/index.mjs",
|
125
121
|
"styles": []
|
126
122
|
},
|
127
123
|
"VCarousel": {
|
@@ -132,16 +128,44 @@
|
|
132
128
|
"from": "components/VCarousel/index.mjs",
|
133
129
|
"styles": []
|
134
130
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
131
|
+
"VCombobox": {
|
132
|
+
"from": "components/VCombobox/index.mjs",
|
133
|
+
"styles": []
|
134
|
+
},
|
135
|
+
"VCode": {
|
136
|
+
"from": "components/VCode/index.mjs",
|
137
137
|
"styles": []
|
138
138
|
},
|
139
139
|
"VCounter": {
|
140
140
|
"from": "components/VCounter/index.mjs",
|
141
141
|
"styles": []
|
142
142
|
},
|
143
|
-
"
|
144
|
-
"from": "components/
|
143
|
+
"VColorPicker": {
|
144
|
+
"from": "components/VColorPicker/index.mjs",
|
145
|
+
"styles": []
|
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",
|
145
169
|
"styles": []
|
146
170
|
},
|
147
171
|
"VDataTable": {
|
@@ -172,36 +196,32 @@
|
|
172
196
|
"from": "components/VDataTable/index.mjs",
|
173
197
|
"styles": []
|
174
198
|
},
|
175
|
-
"
|
176
|
-
"from": "components/
|
177
|
-
"styles": []
|
178
|
-
},
|
179
|
-
"VDatePicker": {
|
180
|
-
"from": "components/VDatePicker/index.mjs",
|
199
|
+
"VDivider": {
|
200
|
+
"from": "components/VDivider/index.mjs",
|
181
201
|
"styles": []
|
182
202
|
},
|
183
|
-
"
|
184
|
-
"from": "components/
|
203
|
+
"VEmptyState": {
|
204
|
+
"from": "components/VEmptyState/index.mjs",
|
185
205
|
"styles": []
|
186
206
|
},
|
187
|
-
"
|
188
|
-
"from": "components/
|
207
|
+
"VFab": {
|
208
|
+
"from": "components/VFab/index.mjs",
|
189
209
|
"styles": []
|
190
210
|
},
|
191
|
-
"
|
192
|
-
"from": "components/
|
211
|
+
"VField": {
|
212
|
+
"from": "components/VField/index.mjs",
|
193
213
|
"styles": []
|
194
214
|
},
|
195
|
-
"
|
196
|
-
"from": "components/
|
215
|
+
"VFieldLabel": {
|
216
|
+
"from": "components/VField/index.mjs",
|
197
217
|
"styles": []
|
198
218
|
},
|
199
|
-
"
|
200
|
-
"from": "components/
|
219
|
+
"VDialog": {
|
220
|
+
"from": "components/VDialog/index.mjs",
|
201
221
|
"styles": []
|
202
222
|
},
|
203
|
-
"
|
204
|
-
"from": "components/
|
223
|
+
"VFileInput": {
|
224
|
+
"from": "components/VFileInput/index.mjs",
|
205
225
|
"styles": []
|
206
226
|
},
|
207
227
|
"VExpansionPanels": {
|
@@ -220,26 +240,6 @@
|
|
220
240
|
"from": "components/VExpansionPanel/index.mjs",
|
221
241
|
"styles": []
|
222
242
|
},
|
223
|
-
"VEmptyState": {
|
224
|
-
"from": "components/VEmptyState/index.mjs",
|
225
|
-
"styles": []
|
226
|
-
},
|
227
|
-
"VFab": {
|
228
|
-
"from": "components/VFab/index.mjs",
|
229
|
-
"styles": []
|
230
|
-
},
|
231
|
-
"VField": {
|
232
|
-
"from": "components/VField/index.mjs",
|
233
|
-
"styles": []
|
234
|
-
},
|
235
|
-
"VFieldLabel": {
|
236
|
-
"from": "components/VField/index.mjs",
|
237
|
-
"styles": []
|
238
|
-
},
|
239
|
-
"VFileInput": {
|
240
|
-
"from": "components/VFileInput/index.mjs",
|
241
|
-
"styles": []
|
242
|
-
},
|
243
243
|
"VFooter": {
|
244
244
|
"from": "components/VFooter/index.mjs",
|
245
245
|
"styles": []
|
@@ -248,10 +248,6 @@
|
|
248
248
|
"from": "components/VImg/index.mjs",
|
249
249
|
"styles": []
|
250
250
|
},
|
251
|
-
"VKbd": {
|
252
|
-
"from": "components/VKbd/index.mjs",
|
253
|
-
"styles": []
|
254
|
-
},
|
255
251
|
"VIcon": {
|
256
252
|
"from": "components/VIcon/index.mjs",
|
257
253
|
"styles": []
|
@@ -280,6 +276,10 @@
|
|
280
276
|
"from": "components/VInput/index.mjs",
|
281
277
|
"styles": []
|
282
278
|
},
|
279
|
+
"VLabel": {
|
280
|
+
"from": "components/VLabel/index.mjs",
|
281
|
+
"styles": []
|
282
|
+
},
|
283
283
|
"VItemGroup": {
|
284
284
|
"from": "components/VItemGroup/index.mjs",
|
285
285
|
"styles": []
|
@@ -288,14 +288,18 @@
|
|
288
288
|
"from": "components/VItemGroup/index.mjs",
|
289
289
|
"styles": []
|
290
290
|
},
|
291
|
-
"
|
292
|
-
"from": "components/
|
291
|
+
"VKbd": {
|
292
|
+
"from": "components/VKbd/index.mjs",
|
293
293
|
"styles": []
|
294
294
|
},
|
295
295
|
"VMain": {
|
296
296
|
"from": "components/VMain/index.mjs",
|
297
297
|
"styles": []
|
298
298
|
},
|
299
|
+
"VMenu": {
|
300
|
+
"from": "components/VMenu/index.mjs",
|
301
|
+
"styles": []
|
302
|
+
},
|
299
303
|
"VList": {
|
300
304
|
"from": "components/VList/index.mjs",
|
301
305
|
"styles": []
|
@@ -332,14 +336,6 @@
|
|
332
336
|
"from": "components/VList/index.mjs",
|
333
337
|
"styles": []
|
334
338
|
},
|
335
|
-
"VMenu": {
|
336
|
-
"from": "components/VMenu/index.mjs",
|
337
|
-
"styles": []
|
338
|
-
},
|
339
|
-
"VNavigationDrawer": {
|
340
|
-
"from": "components/VNavigationDrawer/index.mjs",
|
341
|
-
"styles": []
|
342
|
-
},
|
343
339
|
"VMessages": {
|
344
340
|
"from": "components/VMessages/index.mjs",
|
345
341
|
"styles": []
|
@@ -348,46 +344,50 @@
|
|
348
344
|
"from": "components/VOtpInput/index.mjs",
|
349
345
|
"styles": []
|
350
346
|
},
|
351
|
-
"
|
352
|
-
"from": "components/
|
347
|
+
"VNavigationDrawer": {
|
348
|
+
"from": "components/VNavigationDrawer/index.mjs",
|
353
349
|
"styles": []
|
354
350
|
},
|
355
|
-
"
|
356
|
-
"from": "components/
|
351
|
+
"VOverlay": {
|
352
|
+
"from": "components/VOverlay/index.mjs",
|
353
|
+
"styles": []
|
354
|
+
},
|
355
|
+
"VProgressCircular": {
|
356
|
+
"from": "components/VProgressCircular/index.mjs",
|
357
357
|
"styles": []
|
358
358
|
},
|
359
359
|
"VPagination": {
|
360
360
|
"from": "components/VPagination/index.mjs",
|
361
361
|
"styles": []
|
362
362
|
},
|
363
|
-
"
|
364
|
-
"from": "components/
|
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
|
-
"VRating": {
|
372
|
-
"from": "components/VRating/index.mjs",
|
373
|
-
"styles": []
|
374
|
-
},
|
375
371
|
"VSelect": {
|
376
372
|
"from": "components/VSelect/index.mjs",
|
377
373
|
"styles": []
|
378
374
|
},
|
379
|
-
"
|
380
|
-
"from": "components/
|
375
|
+
"VRating": {
|
376
|
+
"from": "components/VRating/index.mjs",
|
381
377
|
"styles": []
|
382
378
|
},
|
383
|
-
"
|
384
|
-
"from": "components/
|
379
|
+
"VSelectionControl": {
|
380
|
+
"from": "components/VSelectionControl/index.mjs",
|
385
381
|
"styles": []
|
386
382
|
},
|
387
383
|
"VSelectionControlGroup": {
|
388
384
|
"from": "components/VSelectionControlGroup/index.mjs",
|
389
385
|
"styles": []
|
390
386
|
},
|
387
|
+
"VSheet": {
|
388
|
+
"from": "components/VSheet/index.mjs",
|
389
|
+
"styles": []
|
390
|
+
},
|
391
391
|
"VSkeletonLoader": {
|
392
392
|
"from": "components/VSkeletonLoader/index.mjs",
|
393
393
|
"styles": []
|
@@ -408,10 +408,6 @@
|
|
408
408
|
"from": "components/VSlideGroup/index.mjs",
|
409
409
|
"styles": []
|
410
410
|
},
|
411
|
-
"VSwitch": {
|
412
|
-
"from": "components/VSwitch/index.mjs",
|
413
|
-
"styles": []
|
414
|
-
},
|
415
411
|
"VStepper": {
|
416
412
|
"from": "components/VStepper/index.mjs",
|
417
413
|
"styles": []
|
@@ -440,8 +436,8 @@
|
|
440
436
|
"from": "components/VSystemBar/index.mjs",
|
441
437
|
"styles": []
|
442
438
|
},
|
443
|
-
"
|
444
|
-
"from": "components/
|
439
|
+
"VTable": {
|
440
|
+
"from": "components/VTable/index.mjs",
|
445
441
|
"styles": []
|
446
442
|
},
|
447
443
|
"VTab": {
|
@@ -460,20 +456,24 @@
|
|
460
456
|
"from": "components/VTabs/index.mjs",
|
461
457
|
"styles": []
|
462
458
|
},
|
463
|
-
"
|
464
|
-
"from": "components/
|
459
|
+
"VTextarea": {
|
460
|
+
"from": "components/VTextarea/index.mjs",
|
465
461
|
"styles": []
|
466
462
|
},
|
467
|
-
"
|
468
|
-
"from": "components/
|
463
|
+
"VSwitch": {
|
464
|
+
"from": "components/VSwitch/index.mjs",
|
469
465
|
"styles": []
|
470
466
|
},
|
471
|
-
"
|
472
|
-
"from": "components/
|
467
|
+
"VTextField": {
|
468
|
+
"from": "components/VTextField/index.mjs",
|
473
469
|
"styles": []
|
474
470
|
},
|
475
|
-
"
|
476
|
-
"from": "components/
|
471
|
+
"VTimeline": {
|
472
|
+
"from": "components/VTimeline/index.mjs",
|
473
|
+
"styles": []
|
474
|
+
},
|
475
|
+
"VTimelineItem": {
|
476
|
+
"from": "components/VTimeline/index.mjs",
|
477
477
|
"styles": []
|
478
478
|
},
|
479
479
|
"VTooltip": {
|
@@ -564,14 +564,14 @@
|
|
564
564
|
"from": "components/VRadio/index.mjs",
|
565
565
|
"styles": []
|
566
566
|
},
|
567
|
-
"VResponsive": {
|
568
|
-
"from": "components/VResponsive/index.mjs",
|
569
|
-
"styles": []
|
570
|
-
},
|
571
567
|
"VRangeSlider": {
|
572
568
|
"from": "components/VRangeSlider/index.mjs",
|
573
569
|
"styles": []
|
574
570
|
},
|
571
|
+
"VResponsive": {
|
572
|
+
"from": "components/VResponsive/index.mjs",
|
573
|
+
"styles": []
|
574
|
+
},
|
575
575
|
"VSpeedDial": {
|
576
576
|
"from": "components/VSpeedDial/index.mjs",
|
577
577
|
"styles": []
|
@@ -580,10 +580,6 @@
|
|
580
580
|
"from": "components/VSparkline/index.mjs",
|
581
581
|
"styles": []
|
582
582
|
},
|
583
|
-
"VValidation": {
|
584
|
-
"from": "components/VValidation/index.mjs",
|
585
|
-
"styles": []
|
586
|
-
},
|
587
583
|
"VThemeProvider": {
|
588
584
|
"from": "components/VThemeProvider/index.mjs",
|
589
585
|
"styles": []
|
@@ -592,6 +588,10 @@
|
|
592
588
|
"from": "components/VVirtualScroll/index.mjs",
|
593
589
|
"styles": []
|
594
590
|
},
|
591
|
+
"VValidation": {
|
592
|
+
"from": "components/VValidation/index.mjs",
|
593
|
+
"styles": []
|
594
|
+
},
|
595
595
|
"VFabTransition": {
|
596
596
|
"from": "components/transitions/index.mjs",
|
597
597
|
"styles": []
|
package/dist/json/web-types.json
CHANGED