@vuetify/nightly 3.1.0-dev-20230105.0 → 3.1.0
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 +14 -15
- package/dist/json/importMap.json +70 -70
- package/dist/vuetify-labs.js +2 -1
- package/dist/vuetify.css +952 -956
- package/dist/vuetify.d.ts +20 -20
- package/dist/vuetify.esm.js +19 -16
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +19 -16
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +103 -103
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAvatar/VAvatar.mjs +2 -1
- package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
- package/lib/components/VDivider/VDivider.css +1 -1
- package/lib/components/VDivider/VDivider.sass +1 -0
- package/lib/components/VDivider/_variables.scss +2 -1
- package/lib/components/VList/VListItem.css +0 -4
- package/lib/components/VList/VListItem.sass +12 -6
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +15 -13
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +20 -20
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,29 +1,28 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.1.0
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.1.0...v) (2023-01-06)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
# [3.1.0
|
|
5
|
+
# [3.1.0](https://github.com/vuetifyjs/vuetify/compare/v3.0.7...v3.1.0) (2023-01-05)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
|
-
* build labs styles ([
|
|
11
|
-
* **
|
|
12
|
-
* **
|
|
13
|
-
* **
|
|
14
|
-
* **VSlider:** correct focus indicator position with changed text-align ([8c6bbc7](https://github.com/vuetifyjs/vuetify/commit/8c6bbc7103adcf64295daab787d36b6885ea909e)), closes [#16302](https://github.com/vuetifyjs/vuetify/issues/16302)
|
|
10
|
+
* build labs styles ([7ea58de](https://github.com/vuetifyjs/vuetify/commit/7ea58deafb5f81e055e8976eecf002ee81b844dc))
|
|
11
|
+
* **VAvatar:** apply cover to internal v-img ([937274e](https://github.com/vuetifyjs/vuetify/commit/937274e852f4f1732b7c8f6a3d928e0fb8066fa9))
|
|
12
|
+
* **VDivider:** use currentColor with opacity instead of rgba ([9c69f5f](https://github.com/vuetifyjs/vuetify/commit/9c69f5f9210321ed09998fa4332cdaa7818a170b))
|
|
13
|
+
* **VListItem:** don't apply line padding for negative values ([92033fe](https://github.com/vuetifyjs/vuetify/commit/92033fe15a16537f29e668b073c502a6e1f86c6a))
|
|
15
14
|
|
|
16
15
|
|
|
17
16
|
### Features
|
|
18
17
|
|
|
19
|
-
* **labs:** add labs export ([#16341](https://github.com/vuetifyjs/vuetify/issues/16341)) ([
|
|
20
|
-
* **VBreadcrumbs:** improve DX when using explicit components ([#16229](https://github.com/vuetifyjs/vuetify/issues/16229)) ([
|
|
21
|
-
* **VDataTable:** add click:row event ([
|
|
22
|
-
* **VDataTable:** port to v3 ([#16235](https://github.com/vuetifyjs/vuetify/issues/16235)) ([
|
|
23
|
-
* **VIcon:** allow components in default slot ([#16168](https://github.com/vuetifyjs/vuetify/issues/16168)) ([
|
|
24
|
-
* **VNavigationDrawer:** add rail prop v-model support ([#16352](https://github.com/vuetifyjs/vuetify/issues/16352)) ([
|
|
25
|
-
* **VVirtualScroll:** move to labs ([
|
|
26
|
-
* **VVirtualScroll:** port to v3 ([#15585](https://github.com/vuetifyjs/vuetify/issues/15585)) ([
|
|
18
|
+
* **labs:** add labs export ([#16341](https://github.com/vuetifyjs/vuetify/issues/16341)) ([866126d](https://github.com/vuetifyjs/vuetify/commit/866126d9c3141f3e44988b49bbe57444611c2124))
|
|
19
|
+
* **VBreadcrumbs:** improve DX when using explicit components ([#16229](https://github.com/vuetifyjs/vuetify/issues/16229)) ([cdb8e15](https://github.com/vuetifyjs/vuetify/commit/cdb8e155d9458722cb195f4964a536e87b41ece4))
|
|
20
|
+
* **VDataTable:** add click:row event ([232c66c](https://github.com/vuetifyjs/vuetify/commit/232c66c0428f4e51c2a007fa5d51dfe72310f129))
|
|
21
|
+
* **VDataTable:** port to v3 ([#16235](https://github.com/vuetifyjs/vuetify/issues/16235)) ([d99b330](https://github.com/vuetifyjs/vuetify/commit/d99b330aadc4f9d777957e42dd24b25dbd85aaf2)), closes [#13479](https://github.com/vuetifyjs/vuetify/issues/13479)
|
|
22
|
+
* **VIcon:** allow components in default slot ([#16168](https://github.com/vuetifyjs/vuetify/issues/16168)) ([2f6849c](https://github.com/vuetifyjs/vuetify/commit/2f6849c7768578a4d2f13ba7f5805f57515732fe)), closes [#15164](https://github.com/vuetifyjs/vuetify/issues/15164)
|
|
23
|
+
* **VNavigationDrawer:** add rail prop v-model support ([#16352](https://github.com/vuetifyjs/vuetify/issues/16352)) ([76df6c9](https://github.com/vuetifyjs/vuetify/commit/76df6c9f0afd92adac6cdd3def29a25b0212c16b)), closes [#16022](https://github.com/vuetifyjs/vuetify/issues/16022)
|
|
24
|
+
* **VVirtualScroll:** move to labs ([c7bcdb5](https://github.com/vuetifyjs/vuetify/commit/c7bcdb5f85e2ba160efef97748b70126b8f8697c))
|
|
25
|
+
* **VVirtualScroll:** port to v3 ([#15585](https://github.com/vuetifyjs/vuetify/issues/15585)) ([c643dc6](https://github.com/vuetifyjs/vuetify/commit/c643dc6f1bbce741a618de6e70b0a966286e8905))
|
|
27
26
|
|
|
28
27
|
|
|
29
28
|
|
package/dist/json/importMap.json
CHANGED
|
@@ -48,6 +48,10 @@
|
|
|
48
48
|
"from": "components/VNoSsr/index.mjs",
|
|
49
49
|
"styles": []
|
|
50
50
|
},
|
|
51
|
+
"VParallax": {
|
|
52
|
+
"from": "components/VParallax/index.mjs",
|
|
53
|
+
"styles": []
|
|
54
|
+
},
|
|
51
55
|
"VRadio": {
|
|
52
56
|
"from": "components/VRadio/index.mjs",
|
|
53
57
|
"styles": []
|
|
@@ -132,8 +136,12 @@
|
|
|
132
136
|
"from": "components/transitions/index.mjs",
|
|
133
137
|
"styles": []
|
|
134
138
|
},
|
|
135
|
-
"
|
|
136
|
-
"from": "components/
|
|
139
|
+
"VAlert": {
|
|
140
|
+
"from": "components/VAlert/index.mjs",
|
|
141
|
+
"styles": []
|
|
142
|
+
},
|
|
143
|
+
"VAlertTitle": {
|
|
144
|
+
"from": "components/VAlert/index.mjs",
|
|
137
145
|
"styles": []
|
|
138
146
|
},
|
|
139
147
|
"VAppBar": {
|
|
@@ -148,14 +156,6 @@
|
|
|
148
156
|
"from": "components/VAppBar/index.mjs",
|
|
149
157
|
"styles": []
|
|
150
158
|
},
|
|
151
|
-
"VAlert": {
|
|
152
|
-
"from": "components/VAlert/index.mjs",
|
|
153
|
-
"styles": []
|
|
154
|
-
},
|
|
155
|
-
"VAlertTitle": {
|
|
156
|
-
"from": "components/VAlert/index.mjs",
|
|
157
|
-
"styles": []
|
|
158
|
-
},
|
|
159
159
|
"VAutocomplete": {
|
|
160
160
|
"from": "components/VAutocomplete/index.mjs",
|
|
161
161
|
"styles": []
|
|
@@ -180,10 +180,6 @@
|
|
|
180
180
|
"from": "components/VBanner/index.mjs",
|
|
181
181
|
"styles": []
|
|
182
182
|
},
|
|
183
|
-
"VBottomNavigation": {
|
|
184
|
-
"from": "components/VBottomNavigation/index.mjs",
|
|
185
|
-
"styles": []
|
|
186
|
-
},
|
|
187
183
|
"VBreadcrumbs": {
|
|
188
184
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
189
185
|
"styles": []
|
|
@@ -196,18 +192,30 @@
|
|
|
196
192
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
197
193
|
"styles": []
|
|
198
194
|
},
|
|
199
|
-
"
|
|
200
|
-
"from": "components/
|
|
195
|
+
"VBottomNavigation": {
|
|
196
|
+
"from": "components/VBottomNavigation/index.mjs",
|
|
201
197
|
"styles": []
|
|
202
198
|
},
|
|
203
199
|
"VBtnGroup": {
|
|
204
200
|
"from": "components/VBtnGroup/index.mjs",
|
|
205
201
|
"styles": []
|
|
206
202
|
},
|
|
203
|
+
"VBtn": {
|
|
204
|
+
"from": "components/VBtn/index.mjs",
|
|
205
|
+
"styles": []
|
|
206
|
+
},
|
|
207
207
|
"VBtnToggle": {
|
|
208
208
|
"from": "components/VBtnToggle/index.mjs",
|
|
209
209
|
"styles": []
|
|
210
210
|
},
|
|
211
|
+
"VCheckbox": {
|
|
212
|
+
"from": "components/VCheckbox/index.mjs",
|
|
213
|
+
"styles": []
|
|
214
|
+
},
|
|
215
|
+
"VCheckboxBtn": {
|
|
216
|
+
"from": "components/VCheckbox/index.mjs",
|
|
217
|
+
"styles": []
|
|
218
|
+
},
|
|
211
219
|
"VCard": {
|
|
212
220
|
"from": "components/VCard/index.mjs",
|
|
213
221
|
"styles": []
|
|
@@ -240,26 +248,18 @@
|
|
|
240
248
|
"from": "components/VCarousel/index.mjs",
|
|
241
249
|
"styles": []
|
|
242
250
|
},
|
|
243
|
-
"VCheckbox": {
|
|
244
|
-
"from": "components/VCheckbox/index.mjs",
|
|
245
|
-
"styles": []
|
|
246
|
-
},
|
|
247
|
-
"VCheckboxBtn": {
|
|
248
|
-
"from": "components/VCheckbox/index.mjs",
|
|
249
|
-
"styles": []
|
|
250
|
-
},
|
|
251
251
|
"VChip": {
|
|
252
252
|
"from": "components/VChip/index.mjs",
|
|
253
253
|
"styles": []
|
|
254
254
|
},
|
|
255
|
-
"VChipGroup": {
|
|
256
|
-
"from": "components/VChipGroup/index.mjs",
|
|
257
|
-
"styles": []
|
|
258
|
-
},
|
|
259
255
|
"VCode": {
|
|
260
256
|
"from": "components/VCode/index.mjs",
|
|
261
257
|
"styles": []
|
|
262
258
|
},
|
|
259
|
+
"VChipGroup": {
|
|
260
|
+
"from": "components/VChipGroup/index.mjs",
|
|
261
|
+
"styles": []
|
|
262
|
+
},
|
|
263
263
|
"VColorPicker": {
|
|
264
264
|
"from": "components/VColorPicker/index.mjs",
|
|
265
265
|
"styles": []
|
|
@@ -272,6 +272,10 @@
|
|
|
272
272
|
"from": "components/VCounter/index.mjs",
|
|
273
273
|
"styles": []
|
|
274
274
|
},
|
|
275
|
+
"VApp": {
|
|
276
|
+
"from": "components/VApp/index.mjs",
|
|
277
|
+
"styles": []
|
|
278
|
+
},
|
|
275
279
|
"VDialog": {
|
|
276
280
|
"from": "components/VDialog/index.mjs",
|
|
277
281
|
"styles": []
|
|
@@ -280,6 +284,10 @@
|
|
|
280
284
|
"from": "components/VDivider/index.mjs",
|
|
281
285
|
"styles": []
|
|
282
286
|
},
|
|
287
|
+
"VFileInput": {
|
|
288
|
+
"from": "components/VFileInput/index.mjs",
|
|
289
|
+
"styles": []
|
|
290
|
+
},
|
|
283
291
|
"VExpansionPanels": {
|
|
284
292
|
"from": "components/VExpansionPanel/index.mjs",
|
|
285
293
|
"styles": []
|
|
@@ -304,10 +312,6 @@
|
|
|
304
312
|
"from": "components/VField/index.mjs",
|
|
305
313
|
"styles": []
|
|
306
314
|
},
|
|
307
|
-
"VFileInput": {
|
|
308
|
-
"from": "components/VFileInput/index.mjs",
|
|
309
|
-
"styles": []
|
|
310
|
-
},
|
|
311
315
|
"VFooter": {
|
|
312
316
|
"from": "components/VFooter/index.mjs",
|
|
313
317
|
"styles": []
|
|
@@ -332,12 +336,16 @@
|
|
|
332
336
|
"from": "components/VIcon/index.mjs",
|
|
333
337
|
"styles": []
|
|
334
338
|
},
|
|
339
|
+
"VInput": {
|
|
340
|
+
"from": "components/VInput/index.mjs",
|
|
341
|
+
"styles": []
|
|
342
|
+
},
|
|
335
343
|
"VImg": {
|
|
336
344
|
"from": "components/VImg/index.mjs",
|
|
337
345
|
"styles": []
|
|
338
346
|
},
|
|
339
|
-
"
|
|
340
|
-
"from": "components/
|
|
347
|
+
"VKbd": {
|
|
348
|
+
"from": "components/VKbd/index.mjs",
|
|
341
349
|
"styles": []
|
|
342
350
|
},
|
|
343
351
|
"VItemGroup": {
|
|
@@ -348,10 +356,6 @@
|
|
|
348
356
|
"from": "components/VItemGroup/index.mjs",
|
|
349
357
|
"styles": []
|
|
350
358
|
},
|
|
351
|
-
"VKbd": {
|
|
352
|
-
"from": "components/VKbd/index.mjs",
|
|
353
|
-
"styles": []
|
|
354
|
-
},
|
|
355
359
|
"VLabel": {
|
|
356
360
|
"from": "components/VLabel/index.mjs",
|
|
357
361
|
"styles": []
|
|
@@ -392,14 +396,6 @@
|
|
|
392
396
|
"from": "components/VList/index.mjs",
|
|
393
397
|
"styles": []
|
|
394
398
|
},
|
|
395
|
-
"VMain": {
|
|
396
|
-
"from": "components/VMain/index.mjs",
|
|
397
|
-
"styles": []
|
|
398
|
-
},
|
|
399
|
-
"VMenu": {
|
|
400
|
-
"from": "components/VMenu/index.mjs",
|
|
401
|
-
"styles": []
|
|
402
|
-
},
|
|
403
399
|
"VMessages": {
|
|
404
400
|
"from": "components/VMessages/index.mjs",
|
|
405
401
|
"styles": []
|
|
@@ -408,6 +404,10 @@
|
|
|
408
404
|
"from": "components/VNavigationDrawer/index.mjs",
|
|
409
405
|
"styles": []
|
|
410
406
|
},
|
|
407
|
+
"VMenu": {
|
|
408
|
+
"from": "components/VMenu/index.mjs",
|
|
409
|
+
"styles": []
|
|
410
|
+
},
|
|
411
411
|
"VOverlay": {
|
|
412
412
|
"from": "components/VOverlay/index.mjs",
|
|
413
413
|
"styles": []
|
|
@@ -424,14 +424,14 @@
|
|
|
424
424
|
"from": "components/VProgressLinear/index.mjs",
|
|
425
425
|
"styles": []
|
|
426
426
|
},
|
|
427
|
-
"VRadioGroup": {
|
|
428
|
-
"from": "components/VRadioGroup/index.mjs",
|
|
429
|
-
"styles": []
|
|
430
|
-
},
|
|
431
427
|
"VRating": {
|
|
432
428
|
"from": "components/VRating/index.mjs",
|
|
433
429
|
"styles": []
|
|
434
430
|
},
|
|
431
|
+
"VRadioGroup": {
|
|
432
|
+
"from": "components/VRadioGroup/index.mjs",
|
|
433
|
+
"styles": []
|
|
434
|
+
},
|
|
435
435
|
"VSelect": {
|
|
436
436
|
"from": "components/VSelect/index.mjs",
|
|
437
437
|
"styles": []
|
|
@@ -448,6 +448,10 @@
|
|
|
448
448
|
"from": "components/VSheet/index.mjs",
|
|
449
449
|
"styles": []
|
|
450
450
|
},
|
|
451
|
+
"VSlider": {
|
|
452
|
+
"from": "components/VSlider/index.mjs",
|
|
453
|
+
"styles": []
|
|
454
|
+
},
|
|
451
455
|
"VSlideGroup": {
|
|
452
456
|
"from": "components/VSlideGroup/index.mjs",
|
|
453
457
|
"styles": []
|
|
@@ -456,20 +460,20 @@
|
|
|
456
460
|
"from": "components/VSlideGroup/index.mjs",
|
|
457
461
|
"styles": []
|
|
458
462
|
},
|
|
459
|
-
"VSlider": {
|
|
460
|
-
"from": "components/VSlider/index.mjs",
|
|
461
|
-
"styles": []
|
|
462
|
-
},
|
|
463
463
|
"VSnackbar": {
|
|
464
464
|
"from": "components/VSnackbar/index.mjs",
|
|
465
465
|
"styles": []
|
|
466
466
|
},
|
|
467
|
+
"VSystemBar": {
|
|
468
|
+
"from": "components/VSystemBar/index.mjs",
|
|
469
|
+
"styles": []
|
|
470
|
+
},
|
|
467
471
|
"VSwitch": {
|
|
468
472
|
"from": "components/VSwitch/index.mjs",
|
|
469
473
|
"styles": []
|
|
470
474
|
},
|
|
471
|
-
"
|
|
472
|
-
"from": "components/
|
|
475
|
+
"VTable": {
|
|
476
|
+
"from": "components/VTable/index.mjs",
|
|
473
477
|
"styles": []
|
|
474
478
|
},
|
|
475
479
|
"VTabs": {
|
|
@@ -480,10 +484,6 @@
|
|
|
480
484
|
"from": "components/VTabs/index.mjs",
|
|
481
485
|
"styles": []
|
|
482
486
|
},
|
|
483
|
-
"VTable": {
|
|
484
|
-
"from": "components/VTable/index.mjs",
|
|
485
|
-
"styles": []
|
|
486
|
-
},
|
|
487
487
|
"VTextarea": {
|
|
488
488
|
"from": "components/VTextarea/index.mjs",
|
|
489
489
|
"styles": []
|
|
@@ -492,14 +492,6 @@
|
|
|
492
492
|
"from": "components/VTextField/index.mjs",
|
|
493
493
|
"styles": []
|
|
494
494
|
},
|
|
495
|
-
"VTimeline": {
|
|
496
|
-
"from": "components/VTimeline/index.mjs",
|
|
497
|
-
"styles": []
|
|
498
|
-
},
|
|
499
|
-
"VTimelineItem": {
|
|
500
|
-
"from": "components/VTimeline/index.mjs",
|
|
501
|
-
"styles": []
|
|
502
|
-
},
|
|
503
495
|
"VToolbar": {
|
|
504
496
|
"from": "components/VToolbar/index.mjs",
|
|
505
497
|
"styles": []
|
|
@@ -512,6 +504,14 @@
|
|
|
512
504
|
"from": "components/VToolbar/index.mjs",
|
|
513
505
|
"styles": []
|
|
514
506
|
},
|
|
507
|
+
"VTimeline": {
|
|
508
|
+
"from": "components/VTimeline/index.mjs",
|
|
509
|
+
"styles": []
|
|
510
|
+
},
|
|
511
|
+
"VTimelineItem": {
|
|
512
|
+
"from": "components/VTimeline/index.mjs",
|
|
513
|
+
"styles": []
|
|
514
|
+
},
|
|
515
515
|
"VTooltip": {
|
|
516
516
|
"from": "components/VTooltip/index.mjs",
|
|
517
517
|
"styles": []
|
|
@@ -524,8 +524,8 @@
|
|
|
524
524
|
"from": "components/VWindow/index.mjs",
|
|
525
525
|
"styles": []
|
|
526
526
|
},
|
|
527
|
-
"
|
|
528
|
-
"from": "components/
|
|
527
|
+
"VMain": {
|
|
528
|
+
"from": "components/VMain/index.mjs",
|
|
529
529
|
"styles": []
|
|
530
530
|
}
|
|
531
531
|
},
|
package/dist/vuetify-labs.js
CHANGED
|
@@ -5605,7 +5605,8 @@
|
|
|
5605
5605
|
default: () => [props.image ? vue.createVNode(VImg, {
|
|
5606
5606
|
"key": "image",
|
|
5607
5607
|
"src": props.image,
|
|
5608
|
-
"alt": ""
|
|
5608
|
+
"alt": "",
|
|
5609
|
+
"cover": true
|
|
5609
5610
|
}, null) : props.icon ? vue.createVNode(VIcon, {
|
|
5610
5611
|
"key": "icon",
|
|
5611
5612
|
"icon": props.icon
|