@vuetify/nightly 3.1.0 → 3.1.1-dev-20230107.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 +3 -18
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/importMap.json +68 -68
- package/dist/vuetify-labs.js +8 -8
- package/dist/vuetify.css +1085 -1085
- package/dist/vuetify.d.ts +19 -19
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.ts +19 -19
- package/lib/labs/VDataTable/VDataTable.mjs +4 -4
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableServer.mjs +4 -4
- package/lib/labs/VDataTable/VDataTableServer.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,28 +1,13 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.1.0...v) (2023-01-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.1.1-dev-20230107.0...v) (2023-01-07)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## [3.1.1-dev-20230107.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.0...v3.1.1-dev-20230107.0) (2023-01-07)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
|
-
*
|
|
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))
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
### Features
|
|
17
|
-
|
|
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))
|
|
10
|
+
* **VDataTable:** pass along slots instead of rendering ([c6fa652](https://github.com/vuetifyjs/vuetify/commit/c6fa65205fb681b108c394f5fdf1491035445819))
|
|
26
11
|
|
|
27
12
|
|
|
28
13
|
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"components": {
|
|
3
|
-
"VVirtualScroll": {
|
|
4
|
-
"from": "labs/VVirtualScroll/index.mjs",
|
|
5
|
-
"styles": []
|
|
6
|
-
},
|
|
7
3
|
"VDataTable": {
|
|
8
4
|
"from": "labs/VDataTable/index.mjs",
|
|
9
5
|
"styles": []
|
|
@@ -23,6 +19,10 @@
|
|
|
23
19
|
"VDataTableServer": {
|
|
24
20
|
"from": "labs/VDataTable/index.mjs",
|
|
25
21
|
"styles": []
|
|
22
|
+
},
|
|
23
|
+
"VVirtualScroll": {
|
|
24
|
+
"from": "labs/VVirtualScroll/index.mjs",
|
|
25
|
+
"styles": []
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
}
|
package/dist/json/importMap.json
CHANGED
|
@@ -136,12 +136,8 @@
|
|
|
136
136
|
"from": "components/transitions/index.mjs",
|
|
137
137
|
"styles": []
|
|
138
138
|
},
|
|
139
|
-
"
|
|
140
|
-
"from": "components/
|
|
141
|
-
"styles": []
|
|
142
|
-
},
|
|
143
|
-
"VAlertTitle": {
|
|
144
|
-
"from": "components/VAlert/index.mjs",
|
|
139
|
+
"VApp": {
|
|
140
|
+
"from": "components/VApp/index.mjs",
|
|
145
141
|
"styles": []
|
|
146
142
|
},
|
|
147
143
|
"VAppBar": {
|
|
@@ -156,6 +152,14 @@
|
|
|
156
152
|
"from": "components/VAppBar/index.mjs",
|
|
157
153
|
"styles": []
|
|
158
154
|
},
|
|
155
|
+
"VAlert": {
|
|
156
|
+
"from": "components/VAlert/index.mjs",
|
|
157
|
+
"styles": []
|
|
158
|
+
},
|
|
159
|
+
"VAlertTitle": {
|
|
160
|
+
"from": "components/VAlert/index.mjs",
|
|
161
|
+
"styles": []
|
|
162
|
+
},
|
|
159
163
|
"VAutocomplete": {
|
|
160
164
|
"from": "components/VAutocomplete/index.mjs",
|
|
161
165
|
"styles": []
|
|
@@ -180,6 +184,10 @@
|
|
|
180
184
|
"from": "components/VBanner/index.mjs",
|
|
181
185
|
"styles": []
|
|
182
186
|
},
|
|
187
|
+
"VBottomNavigation": {
|
|
188
|
+
"from": "components/VBottomNavigation/index.mjs",
|
|
189
|
+
"styles": []
|
|
190
|
+
},
|
|
183
191
|
"VBreadcrumbs": {
|
|
184
192
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
185
193
|
"styles": []
|
|
@@ -192,30 +200,18 @@
|
|
|
192
200
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
193
201
|
"styles": []
|
|
194
202
|
},
|
|
195
|
-
"
|
|
196
|
-
"from": "components/
|
|
203
|
+
"VBtn": {
|
|
204
|
+
"from": "components/VBtn/index.mjs",
|
|
197
205
|
"styles": []
|
|
198
206
|
},
|
|
199
207
|
"VBtnGroup": {
|
|
200
208
|
"from": "components/VBtnGroup/index.mjs",
|
|
201
209
|
"styles": []
|
|
202
210
|
},
|
|
203
|
-
"VBtn": {
|
|
204
|
-
"from": "components/VBtn/index.mjs",
|
|
205
|
-
"styles": []
|
|
206
|
-
},
|
|
207
211
|
"VBtnToggle": {
|
|
208
212
|
"from": "components/VBtnToggle/index.mjs",
|
|
209
213
|
"styles": []
|
|
210
214
|
},
|
|
211
|
-
"VCheckbox": {
|
|
212
|
-
"from": "components/VCheckbox/index.mjs",
|
|
213
|
-
"styles": []
|
|
214
|
-
},
|
|
215
|
-
"VCheckboxBtn": {
|
|
216
|
-
"from": "components/VCheckbox/index.mjs",
|
|
217
|
-
"styles": []
|
|
218
|
-
},
|
|
219
215
|
"VCard": {
|
|
220
216
|
"from": "components/VCard/index.mjs",
|
|
221
217
|
"styles": []
|
|
@@ -248,18 +244,26 @@
|
|
|
248
244
|
"from": "components/VCarousel/index.mjs",
|
|
249
245
|
"styles": []
|
|
250
246
|
},
|
|
251
|
-
"
|
|
252
|
-
"from": "components/
|
|
247
|
+
"VCheckbox": {
|
|
248
|
+
"from": "components/VCheckbox/index.mjs",
|
|
253
249
|
"styles": []
|
|
254
250
|
},
|
|
255
|
-
"
|
|
256
|
-
"from": "components/
|
|
251
|
+
"VCheckboxBtn": {
|
|
252
|
+
"from": "components/VCheckbox/index.mjs",
|
|
253
|
+
"styles": []
|
|
254
|
+
},
|
|
255
|
+
"VChip": {
|
|
256
|
+
"from": "components/VChip/index.mjs",
|
|
257
257
|
"styles": []
|
|
258
258
|
},
|
|
259
259
|
"VChipGroup": {
|
|
260
260
|
"from": "components/VChipGroup/index.mjs",
|
|
261
261
|
"styles": []
|
|
262
262
|
},
|
|
263
|
+
"VCode": {
|
|
264
|
+
"from": "components/VCode/index.mjs",
|
|
265
|
+
"styles": []
|
|
266
|
+
},
|
|
263
267
|
"VColorPicker": {
|
|
264
268
|
"from": "components/VColorPicker/index.mjs",
|
|
265
269
|
"styles": []
|
|
@@ -272,10 +276,6 @@
|
|
|
272
276
|
"from": "components/VCounter/index.mjs",
|
|
273
277
|
"styles": []
|
|
274
278
|
},
|
|
275
|
-
"VApp": {
|
|
276
|
-
"from": "components/VApp/index.mjs",
|
|
277
|
-
"styles": []
|
|
278
|
-
},
|
|
279
279
|
"VDialog": {
|
|
280
280
|
"from": "components/VDialog/index.mjs",
|
|
281
281
|
"styles": []
|
|
@@ -284,10 +284,6 @@
|
|
|
284
284
|
"from": "components/VDivider/index.mjs",
|
|
285
285
|
"styles": []
|
|
286
286
|
},
|
|
287
|
-
"VFileInput": {
|
|
288
|
-
"from": "components/VFileInput/index.mjs",
|
|
289
|
-
"styles": []
|
|
290
|
-
},
|
|
291
287
|
"VExpansionPanels": {
|
|
292
288
|
"from": "components/VExpansionPanel/index.mjs",
|
|
293
289
|
"styles": []
|
|
@@ -312,6 +308,10 @@
|
|
|
312
308
|
"from": "components/VField/index.mjs",
|
|
313
309
|
"styles": []
|
|
314
310
|
},
|
|
311
|
+
"VFileInput": {
|
|
312
|
+
"from": "components/VFileInput/index.mjs",
|
|
313
|
+
"styles": []
|
|
314
|
+
},
|
|
315
315
|
"VFooter": {
|
|
316
316
|
"from": "components/VFooter/index.mjs",
|
|
317
317
|
"styles": []
|
|
@@ -336,16 +336,12 @@
|
|
|
336
336
|
"from": "components/VIcon/index.mjs",
|
|
337
337
|
"styles": []
|
|
338
338
|
},
|
|
339
|
-
"VInput": {
|
|
340
|
-
"from": "components/VInput/index.mjs",
|
|
341
|
-
"styles": []
|
|
342
|
-
},
|
|
343
339
|
"VImg": {
|
|
344
340
|
"from": "components/VImg/index.mjs",
|
|
345
341
|
"styles": []
|
|
346
342
|
},
|
|
347
|
-
"
|
|
348
|
-
"from": "components/
|
|
343
|
+
"VInput": {
|
|
344
|
+
"from": "components/VInput/index.mjs",
|
|
349
345
|
"styles": []
|
|
350
346
|
},
|
|
351
347
|
"VItemGroup": {
|
|
@@ -356,6 +352,10 @@
|
|
|
356
352
|
"from": "components/VItemGroup/index.mjs",
|
|
357
353
|
"styles": []
|
|
358
354
|
},
|
|
355
|
+
"VKbd": {
|
|
356
|
+
"from": "components/VKbd/index.mjs",
|
|
357
|
+
"styles": []
|
|
358
|
+
},
|
|
359
359
|
"VLabel": {
|
|
360
360
|
"from": "components/VLabel/index.mjs",
|
|
361
361
|
"styles": []
|
|
@@ -396,6 +396,14 @@
|
|
|
396
396
|
"from": "components/VList/index.mjs",
|
|
397
397
|
"styles": []
|
|
398
398
|
},
|
|
399
|
+
"VMain": {
|
|
400
|
+
"from": "components/VMain/index.mjs",
|
|
401
|
+
"styles": []
|
|
402
|
+
},
|
|
403
|
+
"VMenu": {
|
|
404
|
+
"from": "components/VMenu/index.mjs",
|
|
405
|
+
"styles": []
|
|
406
|
+
},
|
|
399
407
|
"VMessages": {
|
|
400
408
|
"from": "components/VMessages/index.mjs",
|
|
401
409
|
"styles": []
|
|
@@ -404,10 +412,6 @@
|
|
|
404
412
|
"from": "components/VNavigationDrawer/index.mjs",
|
|
405
413
|
"styles": []
|
|
406
414
|
},
|
|
407
|
-
"VMenu": {
|
|
408
|
-
"from": "components/VMenu/index.mjs",
|
|
409
|
-
"styles": []
|
|
410
|
-
},
|
|
411
415
|
"VOverlay": {
|
|
412
416
|
"from": "components/VOverlay/index.mjs",
|
|
413
417
|
"styles": []
|
|
@@ -424,14 +428,14 @@
|
|
|
424
428
|
"from": "components/VProgressLinear/index.mjs",
|
|
425
429
|
"styles": []
|
|
426
430
|
},
|
|
427
|
-
"VRating": {
|
|
428
|
-
"from": "components/VRating/index.mjs",
|
|
429
|
-
"styles": []
|
|
430
|
-
},
|
|
431
431
|
"VRadioGroup": {
|
|
432
432
|
"from": "components/VRadioGroup/index.mjs",
|
|
433
433
|
"styles": []
|
|
434
434
|
},
|
|
435
|
+
"VRating": {
|
|
436
|
+
"from": "components/VRating/index.mjs",
|
|
437
|
+
"styles": []
|
|
438
|
+
},
|
|
435
439
|
"VSelect": {
|
|
436
440
|
"from": "components/VSelect/index.mjs",
|
|
437
441
|
"styles": []
|
|
@@ -448,10 +452,6 @@
|
|
|
448
452
|
"from": "components/VSheet/index.mjs",
|
|
449
453
|
"styles": []
|
|
450
454
|
},
|
|
451
|
-
"VSlider": {
|
|
452
|
-
"from": "components/VSlider/index.mjs",
|
|
453
|
-
"styles": []
|
|
454
|
-
},
|
|
455
455
|
"VSlideGroup": {
|
|
456
456
|
"from": "components/VSlideGroup/index.mjs",
|
|
457
457
|
"styles": []
|
|
@@ -460,20 +460,20 @@
|
|
|
460
460
|
"from": "components/VSlideGroup/index.mjs",
|
|
461
461
|
"styles": []
|
|
462
462
|
},
|
|
463
|
-
"
|
|
464
|
-
"from": "components/
|
|
463
|
+
"VSlider": {
|
|
464
|
+
"from": "components/VSlider/index.mjs",
|
|
465
465
|
"styles": []
|
|
466
466
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
467
|
+
"VSnackbar": {
|
|
468
|
+
"from": "components/VSnackbar/index.mjs",
|
|
469
469
|
"styles": []
|
|
470
470
|
},
|
|
471
471
|
"VSwitch": {
|
|
472
472
|
"from": "components/VSwitch/index.mjs",
|
|
473
473
|
"styles": []
|
|
474
474
|
},
|
|
475
|
-
"
|
|
476
|
-
"from": "components/
|
|
475
|
+
"VSystemBar": {
|
|
476
|
+
"from": "components/VSystemBar/index.mjs",
|
|
477
477
|
"styles": []
|
|
478
478
|
},
|
|
479
479
|
"VTabs": {
|
|
@@ -484,6 +484,10 @@
|
|
|
484
484
|
"from": "components/VTabs/index.mjs",
|
|
485
485
|
"styles": []
|
|
486
486
|
},
|
|
487
|
+
"VTable": {
|
|
488
|
+
"from": "components/VTable/index.mjs",
|
|
489
|
+
"styles": []
|
|
490
|
+
},
|
|
487
491
|
"VTextarea": {
|
|
488
492
|
"from": "components/VTextarea/index.mjs",
|
|
489
493
|
"styles": []
|
|
@@ -492,6 +496,14 @@
|
|
|
492
496
|
"from": "components/VTextField/index.mjs",
|
|
493
497
|
"styles": []
|
|
494
498
|
},
|
|
499
|
+
"VTimeline": {
|
|
500
|
+
"from": "components/VTimeline/index.mjs",
|
|
501
|
+
"styles": []
|
|
502
|
+
},
|
|
503
|
+
"VTimelineItem": {
|
|
504
|
+
"from": "components/VTimeline/index.mjs",
|
|
505
|
+
"styles": []
|
|
506
|
+
},
|
|
495
507
|
"VToolbar": {
|
|
496
508
|
"from": "components/VToolbar/index.mjs",
|
|
497
509
|
"styles": []
|
|
@@ -504,14 +516,6 @@
|
|
|
504
516
|
"from": "components/VToolbar/index.mjs",
|
|
505
517
|
"styles": []
|
|
506
518
|
},
|
|
507
|
-
"VTimeline": {
|
|
508
|
-
"from": "components/VTimeline/index.mjs",
|
|
509
|
-
"styles": []
|
|
510
|
-
},
|
|
511
|
-
"VTimelineItem": {
|
|
512
|
-
"from": "components/VTimeline/index.mjs",
|
|
513
|
-
"styles": []
|
|
514
|
-
},
|
|
515
519
|
"VTooltip": {
|
|
516
520
|
"from": "components/VTooltip/index.mjs",
|
|
517
521
|
"styles": []
|
|
@@ -523,10 +527,6 @@
|
|
|
523
527
|
"VWindowItem": {
|
|
524
528
|
"from": "components/VWindow/index.mjs",
|
|
525
529
|
"styles": []
|
|
526
|
-
},
|
|
527
|
-
"VMain": {
|
|
528
|
-
"from": "components/VMain/index.mjs",
|
|
529
|
-
"styles": []
|
|
530
530
|
}
|
|
531
531
|
},
|
|
532
532
|
"directives": [
|
package/dist/vuetify-labs.js
CHANGED
|
@@ -9246,7 +9246,7 @@
|
|
|
9246
9246
|
"height": props.height
|
|
9247
9247
|
}, {
|
|
9248
9248
|
top: slots.top,
|
|
9249
|
-
default: slots.default
|
|
9249
|
+
default: slots.default ?? (() => {
|
|
9250
9250
|
var _slots$colgroup, _slots$thead, _slots$tbody, _slots$tfoot;
|
|
9251
9251
|
return vue.createVNode(vue.Fragment, null, [(_slots$colgroup = slots.colgroup) == null ? void 0 : _slots$colgroup.call(slots, {
|
|
9252
9252
|
columns
|
|
@@ -9257,10 +9257,10 @@
|
|
|
9257
9257
|
"items": paginatedItems.value,
|
|
9258
9258
|
"onClick:row": (event, value) => emit('click:row', event, value)
|
|
9259
9259
|
}, slots)]), (_slots$tbody = slots.tbody) == null ? void 0 : _slots$tbody.call(slots), (_slots$tfoot = slots.tfoot) == null ? void 0 : _slots$tfoot.call(slots)]);
|
|
9260
|
-
},
|
|
9261
|
-
bottom: slots.bottom
|
|
9260
|
+
}),
|
|
9261
|
+
bottom: slots.bottom ?? (() => vue.createVNode(VDataTableFooter, null, {
|
|
9262
9262
|
prepend: slots['footer.prepend']
|
|
9263
|
-
})
|
|
9263
|
+
}))
|
|
9264
9264
|
}));
|
|
9265
9265
|
return {};
|
|
9266
9266
|
}
|
|
@@ -9566,7 +9566,7 @@
|
|
|
9566
9566
|
"height": props.height
|
|
9567
9567
|
}, {
|
|
9568
9568
|
top: slots.top,
|
|
9569
|
-
default: slots.default
|
|
9569
|
+
default: slots.default ?? (() => {
|
|
9570
9570
|
var _slots$thead, _slots$tbody, _slots$tfoot;
|
|
9571
9571
|
return vue.createVNode(vue.Fragment, null, [vue.createVNode("thead", {
|
|
9572
9572
|
"class": "v-data-table__thead",
|
|
@@ -9582,10 +9582,10 @@
|
|
|
9582
9582
|
"items": items.value,
|
|
9583
9583
|
"onClick:row": (event, value) => emit('click:row', event, value)
|
|
9584
9584
|
}, slots)]), (_slots$tbody = slots.tbody) == null ? void 0 : _slots$tbody.call(slots), (_slots$tfoot = slots.tfoot) == null ? void 0 : _slots$tfoot.call(slots)]);
|
|
9585
|
-
},
|
|
9586
|
-
bottom: slots.bottom
|
|
9585
|
+
}),
|
|
9586
|
+
bottom: slots.bottom ?? (() => vue.createVNode(VDataTableFooter, null, {
|
|
9587
9587
|
prepend: slots['footer.prepend']
|
|
9588
|
-
})
|
|
9588
|
+
}))
|
|
9589
9589
|
}));
|
|
9590
9590
|
}
|
|
9591
9591
|
});
|