@vuetify/nightly 3.6.3-master.2024-05-05 → 3.6.3-master.2024-05-06
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 +5 -2
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +90 -90
- package/dist/json/web-types.json +4 -4
- package/dist/vuetify-labs.css +2336 -2076
- package/dist/vuetify-labs.esm.js +10 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +10 -6
- package/dist/vuetify-labs.min.css +3 -3
- package/dist/vuetify.css +5953 -5693
- package/dist/vuetify.d.ts +30 -30
- package/dist/vuetify.esm.js +10 -6
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +10 -6
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +3 -3
- package/dist/vuetify.min.js +7 -7
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VTabs/VTabs.mjs +8 -3
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VToolbar/VToolbar.css +5 -5
- package/lib/components/VToolbar/_variables.scss +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +30 -30
- package/lib/styles/generic/_colors.scss +1 -0
- package/lib/styles/main.css +260 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,14 +1,17 @@
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.3-master.2024-05-
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.6.3-master.2024-05-06...v) (2024-05-06)
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
## [3.6.3-master.2024-05-
|
5
|
+
## [3.6.3-master.2024-05-06](https://github.com/vuetifyjs/vuetify/compare/v3.6.3...v3.6.3-master.2024-05-06) (2024-05-06)
|
6
6
|
|
7
7
|
|
8
8
|
### Bug Fixes
|
9
9
|
|
10
|
+
* **colors:** apply theme-on-surface override for bg text color ([43529fa](https://github.com/vuetifyjs/vuetify/commit/43529fa936cbb0d58d78e1c48aebc1e6c7fe3d1e))
|
10
11
|
* **variant:** always remove underlay from normal flow ([6aea5e4](https://github.com/vuetifyjs/vuetify/commit/6aea5e4cb24f29978c8d416c8e53330189d917a7))
|
11
12
|
* **VDataTable:** change mobile default to false ([#19744](https://github.com/vuetifyjs/vuetify/issues/19744)) ([a194622](https://github.com/vuetifyjs/vuetify/commit/a194622437e9baa0e9202a349fbc97dee95885cf))
|
13
|
+
* **VTabs:** inherit attrs and scope id ([67b30e7](https://github.com/vuetifyjs/vuetify/commit/67b30e70435f7bcbb7abb64d2a5b9c4dc191355d)), closes [#19752](https://github.com/vuetifyjs/vuetify/issues/19752) [#19754](https://github.com/vuetifyjs/vuetify/issues/19754)
|
14
|
+
* **VToolbar/VAppBar:** nav-icon and title alignment ([daa96e9](https://github.com/vuetifyjs/vuetify/commit/daa96e98f1a6d84c14a3c610e654faed47160c62))
|
12
15
|
|
13
16
|
|
14
17
|
|
@@ -1,21 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VNumberInput": {
|
4
|
-
"from": "labs/VNumberInput/index.mjs",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VTimePicker": {
|
8
|
-
"from": "labs/VTimePicker/index.mjs",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VTimePickerClock": {
|
12
|
-
"from": "labs/VTimePicker/index.mjs",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
|
-
"VTimePickerControls": {
|
16
|
-
"from": "labs/VTimePicker/index.mjs",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
3
|
"VCalendar": {
|
20
4
|
"from": "labs/VCalendar/index.mjs",
|
21
5
|
"styles": []
|
@@ -48,6 +32,10 @@
|
|
48
32
|
"from": "labs/VPicker/index.mjs",
|
49
33
|
"styles": []
|
50
34
|
},
|
35
|
+
"VNumberInput": {
|
36
|
+
"from": "labs/VNumberInput/index.mjs",
|
37
|
+
"styles": []
|
38
|
+
},
|
51
39
|
"VTreeview": {
|
52
40
|
"from": "labs/VTreeview/index.mjs",
|
53
41
|
"styles": []
|
@@ -60,6 +48,18 @@
|
|
60
48
|
"from": "labs/VTreeview/index.mjs",
|
61
49
|
"styles": []
|
62
50
|
},
|
51
|
+
"VTimePicker": {
|
52
|
+
"from": "labs/VTimePicker/index.mjs",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
|
+
"VTimePickerClock": {
|
56
|
+
"from": "labs/VTimePicker/index.mjs",
|
57
|
+
"styles": []
|
58
|
+
},
|
59
|
+
"VTimePickerControls": {
|
60
|
+
"from": "labs/VTimePicker/index.mjs",
|
61
|
+
"styles": []
|
62
|
+
},
|
63
63
|
"VDateInput": {
|
64
64
|
"from": "labs/VDateInput/index.mjs",
|
65
65
|
"styles": []
|
package/dist/json/importMap.json
CHANGED
@@ -32,6 +32,10 @@
|
|
32
32
|
"from": "components/VAvatar/index.mjs",
|
33
33
|
"styles": []
|
34
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,18 +48,14 @@
|
|
44
48
|
"from": "components/VBanner/index.mjs",
|
45
49
|
"styles": []
|
46
50
|
},
|
47
|
-
"
|
48
|
-
"from": "components/
|
51
|
+
"VBottomNavigation": {
|
52
|
+
"from": "components/VBottomNavigation/index.mjs",
|
49
53
|
"styles": []
|
50
54
|
},
|
51
55
|
"VBottomSheet": {
|
52
56
|
"from": "components/VBottomSheet/index.mjs",
|
53
57
|
"styles": []
|
54
58
|
},
|
55
|
-
"VBottomNavigation": {
|
56
|
-
"from": "components/VBottomNavigation/index.mjs",
|
57
|
-
"styles": []
|
58
|
-
},
|
59
59
|
"VBreadcrumbs": {
|
60
60
|
"from": "components/VBreadcrumbs/index.mjs",
|
61
61
|
"styles": []
|
@@ -68,6 +68,14 @@
|
|
68
68
|
"from": "components/VBreadcrumbs/index.mjs",
|
69
69
|
"styles": []
|
70
70
|
},
|
71
|
+
"VBtn": {
|
72
|
+
"from": "components/VBtn/index.mjs",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
|
+
"VBtnGroup": {
|
76
|
+
"from": "components/VBtnGroup/index.mjs",
|
77
|
+
"styles": []
|
78
|
+
},
|
71
79
|
"VCard": {
|
72
80
|
"from": "components/VCard/index.mjs",
|
73
81
|
"styles": []
|
@@ -92,14 +100,6 @@
|
|
92
100
|
"from": "components/VCard/index.mjs",
|
93
101
|
"styles": []
|
94
102
|
},
|
95
|
-
"VBtn": {
|
96
|
-
"from": "components/VBtn/index.mjs",
|
97
|
-
"styles": []
|
98
|
-
},
|
99
|
-
"VBtnGroup": {
|
100
|
-
"from": "components/VBtnGroup/index.mjs",
|
101
|
-
"styles": []
|
102
|
-
},
|
103
103
|
"VBtnToggle": {
|
104
104
|
"from": "components/VBtnToggle/index.mjs",
|
105
105
|
"styles": []
|
@@ -124,16 +124,16 @@
|
|
124
124
|
"from": "components/VChip/index.mjs",
|
125
125
|
"styles": []
|
126
126
|
},
|
127
|
-
"
|
128
|
-
"from": "components/
|
127
|
+
"VChipGroup": {
|
128
|
+
"from": "components/VChipGroup/index.mjs",
|
129
129
|
"styles": []
|
130
130
|
},
|
131
131
|
"VCode": {
|
132
132
|
"from": "components/VCode/index.mjs",
|
133
133
|
"styles": []
|
134
134
|
},
|
135
|
-
"
|
136
|
-
"from": "components/
|
135
|
+
"VColorPicker": {
|
136
|
+
"from": "components/VColorPicker/index.mjs",
|
137
137
|
"styles": []
|
138
138
|
},
|
139
139
|
"VCombobox": {
|
@@ -196,28 +196,16 @@
|
|
196
196
|
"from": "components/VDatePicker/index.mjs",
|
197
197
|
"styles": []
|
198
198
|
},
|
199
|
-
"VEmptyState": {
|
200
|
-
"from": "components/VEmptyState/index.mjs",
|
201
|
-
"styles": []
|
202
|
-
},
|
203
199
|
"VDialog": {
|
204
200
|
"from": "components/VDialog/index.mjs",
|
205
201
|
"styles": []
|
206
202
|
},
|
207
|
-
"
|
208
|
-
"from": "components/
|
209
|
-
"styles": []
|
210
|
-
},
|
211
|
-
"VField": {
|
212
|
-
"from": "components/VField/index.mjs",
|
213
|
-
"styles": []
|
214
|
-
},
|
215
|
-
"VFieldLabel": {
|
216
|
-
"from": "components/VField/index.mjs",
|
203
|
+
"VEmptyState": {
|
204
|
+
"from": "components/VEmptyState/index.mjs",
|
217
205
|
"styles": []
|
218
206
|
},
|
219
|
-
"
|
220
|
-
"from": "components/
|
207
|
+
"VDivider": {
|
208
|
+
"from": "components/VDivider/index.mjs",
|
221
209
|
"styles": []
|
222
210
|
},
|
223
211
|
"VExpansionPanels": {
|
@@ -236,6 +224,18 @@
|
|
236
224
|
"from": "components/VExpansionPanel/index.mjs",
|
237
225
|
"styles": []
|
238
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
239
|
"VFileInput": {
|
240
240
|
"from": "components/VFileInput/index.mjs",
|
241
241
|
"styles": []
|
@@ -264,16 +264,16 @@
|
|
264
264
|
"from": "components/VIcon/index.mjs",
|
265
265
|
"styles": []
|
266
266
|
},
|
267
|
-
"VInfiniteScroll": {
|
268
|
-
"from": "components/VInfiniteScroll/index.mjs",
|
269
|
-
"styles": []
|
270
|
-
},
|
271
267
|
"VImg": {
|
272
268
|
"from": "components/VImg/index.mjs",
|
273
269
|
"styles": []
|
274
270
|
},
|
275
|
-
"
|
276
|
-
"from": "components/
|
271
|
+
"VInfiniteScroll": {
|
272
|
+
"from": "components/VInfiniteScroll/index.mjs",
|
273
|
+
"styles": []
|
274
|
+
},
|
275
|
+
"VInput": {
|
276
|
+
"from": "components/VInput/index.mjs",
|
277
277
|
"styles": []
|
278
278
|
},
|
279
279
|
"VItemGroup": {
|
@@ -284,18 +284,14 @@
|
|
284
284
|
"from": "components/VItemGroup/index.mjs",
|
285
285
|
"styles": []
|
286
286
|
},
|
287
|
-
"
|
288
|
-
"from": "components/
|
287
|
+
"VKbd": {
|
288
|
+
"from": "components/VKbd/index.mjs",
|
289
289
|
"styles": []
|
290
290
|
},
|
291
291
|
"VLabel": {
|
292
292
|
"from": "components/VLabel/index.mjs",
|
293
293
|
"styles": []
|
294
294
|
},
|
295
|
-
"VMain": {
|
296
|
-
"from": "components/VMain/index.mjs",
|
297
|
-
"styles": []
|
298
|
-
},
|
299
295
|
"VList": {
|
300
296
|
"from": "components/VList/index.mjs",
|
301
297
|
"styles": []
|
@@ -332,6 +328,10 @@
|
|
332
328
|
"from": "components/VList/index.mjs",
|
333
329
|
"styles": []
|
334
330
|
},
|
331
|
+
"VMain": {
|
332
|
+
"from": "components/VMain/index.mjs",
|
333
|
+
"styles": []
|
334
|
+
},
|
335
335
|
"VMenu": {
|
336
336
|
"from": "components/VMenu/index.mjs",
|
337
337
|
"styles": []
|
@@ -348,34 +348,34 @@
|
|
348
348
|
"from": "components/VOtpInput/index.mjs",
|
349
349
|
"styles": []
|
350
350
|
},
|
351
|
-
"VPagination": {
|
352
|
-
"from": "components/VPagination/index.mjs",
|
353
|
-
"styles": []
|
354
|
-
},
|
355
351
|
"VOverlay": {
|
356
352
|
"from": "components/VOverlay/index.mjs",
|
357
353
|
"styles": []
|
358
354
|
},
|
359
|
-
"
|
360
|
-
"from": "components/
|
355
|
+
"VPagination": {
|
356
|
+
"from": "components/VPagination/index.mjs",
|
361
357
|
"styles": []
|
362
358
|
},
|
363
359
|
"VProgressCircular": {
|
364
360
|
"from": "components/VProgressCircular/index.mjs",
|
365
361
|
"styles": []
|
366
362
|
},
|
367
|
-
"
|
368
|
-
"from": "components/
|
363
|
+
"VProgressLinear": {
|
364
|
+
"from": "components/VProgressLinear/index.mjs",
|
369
365
|
"styles": []
|
370
366
|
},
|
371
|
-
"
|
372
|
-
"from": "components/
|
367
|
+
"VRadioGroup": {
|
368
|
+
"from": "components/VRadioGroup/index.mjs",
|
373
369
|
"styles": []
|
374
370
|
},
|
375
371
|
"VRating": {
|
376
372
|
"from": "components/VRating/index.mjs",
|
377
373
|
"styles": []
|
378
374
|
},
|
375
|
+
"VSelect": {
|
376
|
+
"from": "components/VSelect/index.mjs",
|
377
|
+
"styles": []
|
378
|
+
},
|
379
379
|
"VSelectionControl": {
|
380
380
|
"from": "components/VSelectionControl/index.mjs",
|
381
381
|
"styles": []
|
@@ -384,18 +384,10 @@
|
|
384
384
|
"from": "components/VSelectionControlGroup/index.mjs",
|
385
385
|
"styles": []
|
386
386
|
},
|
387
|
-
"VSkeletonLoader": {
|
388
|
-
"from": "components/VSkeletonLoader/index.mjs",
|
389
|
-
"styles": []
|
390
|
-
},
|
391
387
|
"VSheet": {
|
392
388
|
"from": "components/VSheet/index.mjs",
|
393
389
|
"styles": []
|
394
390
|
},
|
395
|
-
"VSnackbar": {
|
396
|
-
"from": "components/VSnackbar/index.mjs",
|
397
|
-
"styles": []
|
398
|
-
},
|
399
391
|
"VSlideGroup": {
|
400
392
|
"from": "components/VSlideGroup/index.mjs",
|
401
393
|
"styles": []
|
@@ -408,20 +400,8 @@
|
|
408
400
|
"from": "components/VSlider/index.mjs",
|
409
401
|
"styles": []
|
410
402
|
},
|
411
|
-
"
|
412
|
-
"from": "components/
|
413
|
-
"styles": []
|
414
|
-
},
|
415
|
-
"VSystemBar": {
|
416
|
-
"from": "components/VSystemBar/index.mjs",
|
417
|
-
"styles": []
|
418
|
-
},
|
419
|
-
"VTextarea": {
|
420
|
-
"from": "components/VTextarea/index.mjs",
|
421
|
-
"styles": []
|
422
|
-
},
|
423
|
-
"VTable": {
|
424
|
-
"from": "components/VTable/index.mjs",
|
403
|
+
"VSnackbar": {
|
404
|
+
"from": "components/VSnackbar/index.mjs",
|
425
405
|
"styles": []
|
426
406
|
},
|
427
407
|
"VStepper": {
|
@@ -448,6 +428,14 @@
|
|
448
428
|
"from": "components/VStepper/index.mjs",
|
449
429
|
"styles": []
|
450
430
|
},
|
431
|
+
"VSwitch": {
|
432
|
+
"from": "components/VSwitch/index.mjs",
|
433
|
+
"styles": []
|
434
|
+
},
|
435
|
+
"VSystemBar": {
|
436
|
+
"from": "components/VSystemBar/index.mjs",
|
437
|
+
"styles": []
|
438
|
+
},
|
451
439
|
"VTab": {
|
452
440
|
"from": "components/VTabs/index.mjs",
|
453
441
|
"styles": []
|
@@ -464,10 +452,26 @@
|
|
464
452
|
"from": "components/VTabs/index.mjs",
|
465
453
|
"styles": []
|
466
454
|
},
|
455
|
+
"VTable": {
|
456
|
+
"from": "components/VTable/index.mjs",
|
457
|
+
"styles": []
|
458
|
+
},
|
459
|
+
"VTextarea": {
|
460
|
+
"from": "components/VTextarea/index.mjs",
|
461
|
+
"styles": []
|
462
|
+
},
|
467
463
|
"VTextField": {
|
468
464
|
"from": "components/VTextField/index.mjs",
|
469
465
|
"styles": []
|
470
466
|
},
|
467
|
+
"VTimeline": {
|
468
|
+
"from": "components/VTimeline/index.mjs",
|
469
|
+
"styles": []
|
470
|
+
},
|
471
|
+
"VTimelineItem": {
|
472
|
+
"from": "components/VTimeline/index.mjs",
|
473
|
+
"styles": []
|
474
|
+
},
|
471
475
|
"VToolbar": {
|
472
476
|
"from": "components/VToolbar/index.mjs",
|
473
477
|
"styles": []
|
@@ -484,14 +488,6 @@
|
|
484
488
|
"from": "components/VTooltip/index.mjs",
|
485
489
|
"styles": []
|
486
490
|
},
|
487
|
-
"VTimeline": {
|
488
|
-
"from": "components/VTimeline/index.mjs",
|
489
|
-
"styles": []
|
490
|
-
},
|
491
|
-
"VTimelineItem": {
|
492
|
-
"from": "components/VTimeline/index.mjs",
|
493
|
-
"styles": []
|
494
|
-
},
|
495
491
|
"VWindow": {
|
496
492
|
"from": "components/VWindow/index.mjs",
|
497
493
|
"styles": []
|
@@ -572,14 +568,14 @@
|
|
572
568
|
"from": "components/VResponsive/index.mjs",
|
573
569
|
"styles": []
|
574
570
|
},
|
575
|
-
"VSpeedDial": {
|
576
|
-
"from": "components/VSpeedDial/index.mjs",
|
577
|
-
"styles": []
|
578
|
-
},
|
579
571
|
"VSparkline": {
|
580
572
|
"from": "components/VSparkline/index.mjs",
|
581
573
|
"styles": []
|
582
574
|
},
|
575
|
+
"VSpeedDial": {
|
576
|
+
"from": "components/VSpeedDial/index.mjs",
|
577
|
+
"styles": []
|
578
|
+
},
|
583
579
|
"VThemeProvider": {
|
584
580
|
"from": "components/VThemeProvider/index.mjs",
|
585
581
|
"styles": []
|
@@ -655,6 +651,10 @@
|
|
655
651
|
"VDialogTransition": {
|
656
652
|
"from": "components/transitions/index.mjs",
|
657
653
|
"styles": []
|
654
|
+
},
|
655
|
+
"VSkeletonLoader": {
|
656
|
+
"from": "components/VSkeletonLoader/index.mjs",
|
657
|
+
"styles": []
|
658
658
|
}
|
659
659
|
},
|
660
660
|
"directives": [
|
package/dist/json/web-types.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
3
3
|
"framework": "vue",
|
4
4
|
"name": "vuetify",
|
5
|
-
"version": "3.6.3-master.2024-05-
|
5
|
+
"version": "3.6.3-master.2024-05-06",
|
6
6
|
"contributions": {
|
7
7
|
"html": {
|
8
8
|
"types-syntax": "typescript",
|
@@ -40934,7 +40934,7 @@
|
|
40934
40934
|
},
|
40935
40935
|
{
|
40936
40936
|
"name": "tab",
|
40937
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#
|
40937
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L28-L30.json))",
|
40938
40938
|
"doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
|
40939
40939
|
"vue-properties": [
|
40940
40940
|
{
|
@@ -40961,7 +40961,7 @@
|
|
40961
40961
|
},
|
40962
40962
|
{
|
40963
40963
|
"name": "[`tab.${string}`]",
|
40964
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#
|
40964
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L28-L30.json))",
|
40965
40965
|
"doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
|
40966
40966
|
"vue-properties": [
|
40967
40967
|
{
|
@@ -40972,7 +40972,7 @@
|
|
40972
40972
|
},
|
40973
40973
|
{
|
40974
40974
|
"name": "[`item.${string}`]",
|
40975
|
-
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#
|
40975
|
+
"description": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/vuetify/src/components/VTabs/VTabs.tsx#L28-L30.json))",
|
40976
40976
|
"doc-url": "https://vuetifyjs.com/api/v-tabs#slots",
|
40977
40977
|
"vue-properties": [
|
40978
40978
|
{
|