@vuetify/nightly 3.1.1 → 3.1.2-dev-20230112.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 +4 -10
- package/dist/json/importMap.json +54 -54
- package/dist/vuetify-labs.css +452 -447
- package/dist/vuetify-labs.esm.js +14 -16
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +14 -16
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +6 -1
- package/dist/vuetify.d.ts +14 -14
- 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/components/VGrid/VGrid.css +5 -0
- package/lib/components/VGrid/VGrid.sass +5 -0
- 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 +14 -14
- 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/lib/labs/VDataTable/composables/sort.mjs +3 -5
- package/lib/labs/VDataTable/composables/sort.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,14 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.1.
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.1.2-dev-20230112.0...v) (2023-01-12)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.1.
|
|
5
|
+
## [3.1.2-dev-20230112.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.1...v3.1.2-dev-20230112.0) (2023-01-12)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
|
-
*
|
|
11
|
-
* **
|
|
12
|
-
* **labs:** single dist build ([b655cc4](https://github.com/vuetifyjs/vuetify/commit/b655cc4047e06bfe05d720be54ca14464116c86f))
|
|
13
|
-
* **VAppBarTitle:** pass props to VToolbarTitle ([#16376](https://github.com/vuetifyjs/vuetify/issues/16376)) ([1ba982a](https://github.com/vuetifyjs/vuetify/commit/1ba982a3c5ffbe72434ea5b80e9564602d1bff8e)), closes [#16375](https://github.com/vuetifyjs/vuetify/issues/16375)
|
|
14
|
-
* **VAutocomplete/VCombox/VSelect:** add check for readonly form ([#16255](https://github.com/vuetifyjs/vuetify/issues/16255)) ([e22937b](https://github.com/vuetifyjs/vuetify/commit/e22937b8e28b2a2cd9449aed4c000bbaf1a25241)), closes [#16161](https://github.com/vuetifyjs/vuetify/issues/16161)
|
|
15
|
-
* **VAutocomplete/VCombox/VSelect:** hide selected items with prop ([#16285](https://github.com/vuetifyjs/vuetify/issues/16285)) ([8d8c20f](https://github.com/vuetifyjs/vuetify/commit/8d8c20ffde12477cc45e36f2c29ec307c03912d1)), closes [#16226](https://github.com/vuetifyjs/vuetify/issues/16226) [#16227](https://github.com/vuetifyjs/vuetify/issues/16227)
|
|
16
|
-
* **VOverlay:** transition content opacity to initial instead of 1 ([afda9df](https://github.com/vuetifyjs/vuetify/commit/afda9dfd32d373949344fd316b88d0613519c345)), closes [#16394](https://github.com/vuetifyjs/vuetify/issues/16394)
|
|
17
|
-
* **VSelect:** use valueComparator on select() ([952e36d](https://github.com/vuetifyjs/vuetify/commit/952e36d35bc7af6ef30d0b2b8c08c1ab7838c637)), closes [#16388](https://github.com/vuetifyjs/vuetify/issues/16388)
|
|
10
|
+
* **VContainer:** fill-height prop ([#15859](https://github.com/vuetifyjs/vuetify/issues/15859)) ([c51cfee](https://github.com/vuetifyjs/vuetify/commit/c51cfee0b2faf09199c81d623aac3062fec3a558))
|
|
11
|
+
* **VDataTable:** pass along slots instead of rendering ([ddea995](https://github.com/vuetifyjs/vuetify/commit/ddea99556359ff1b272dfc10e0ddecbbc8eb6171))
|
|
18
12
|
|
|
19
13
|
|
|
20
14
|
|
package/dist/json/importMap.json
CHANGED
|
@@ -28,10 +28,6 @@
|
|
|
28
28
|
"from": "components/VHover/index.mjs",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
|
-
"VLazy": {
|
|
32
|
-
"from": "components/VLazy/index.mjs",
|
|
33
|
-
"styles": []
|
|
34
|
-
},
|
|
35
31
|
"VLayout": {
|
|
36
32
|
"from": "components/VLayout/index.mjs",
|
|
37
33
|
"styles": []
|
|
@@ -40,6 +36,10 @@
|
|
|
40
36
|
"from": "components/VLayout/index.mjs",
|
|
41
37
|
"styles": []
|
|
42
38
|
},
|
|
39
|
+
"VLazy": {
|
|
40
|
+
"from": "components/VLazy/index.mjs",
|
|
41
|
+
"styles": []
|
|
42
|
+
},
|
|
43
43
|
"VLocaleProvider": {
|
|
44
44
|
"from": "components/VLocaleProvider/index.mjs",
|
|
45
45
|
"styles": []
|
|
@@ -140,14 +140,6 @@
|
|
|
140
140
|
"from": "components/VApp/index.mjs",
|
|
141
141
|
"styles": []
|
|
142
142
|
},
|
|
143
|
-
"VAlert": {
|
|
144
|
-
"from": "components/VAlert/index.mjs",
|
|
145
|
-
"styles": []
|
|
146
|
-
},
|
|
147
|
-
"VAlertTitle": {
|
|
148
|
-
"from": "components/VAlert/index.mjs",
|
|
149
|
-
"styles": []
|
|
150
|
-
},
|
|
151
143
|
"VAppBar": {
|
|
152
144
|
"from": "components/VAppBar/index.mjs",
|
|
153
145
|
"styles": []
|
|
@@ -160,6 +152,14 @@
|
|
|
160
152
|
"from": "components/VAppBar/index.mjs",
|
|
161
153
|
"styles": []
|
|
162
154
|
},
|
|
155
|
+
"VAlert": {
|
|
156
|
+
"from": "components/VAlert/index.mjs",
|
|
157
|
+
"styles": []
|
|
158
|
+
},
|
|
159
|
+
"VAlertTitle": {
|
|
160
|
+
"from": "components/VAlert/index.mjs",
|
|
161
|
+
"styles": []
|
|
162
|
+
},
|
|
163
163
|
"VAutocomplete": {
|
|
164
164
|
"from": "components/VAutocomplete/index.mjs",
|
|
165
165
|
"styles": []
|
|
@@ -168,10 +168,6 @@
|
|
|
168
168
|
"from": "components/VAvatar/index.mjs",
|
|
169
169
|
"styles": []
|
|
170
170
|
},
|
|
171
|
-
"VBadge": {
|
|
172
|
-
"from": "components/VBadge/index.mjs",
|
|
173
|
-
"styles": []
|
|
174
|
-
},
|
|
175
171
|
"VBanner": {
|
|
176
172
|
"from": "components/VBanner/index.mjs",
|
|
177
173
|
"styles": []
|
|
@@ -184,6 +180,14 @@
|
|
|
184
180
|
"from": "components/VBanner/index.mjs",
|
|
185
181
|
"styles": []
|
|
186
182
|
},
|
|
183
|
+
"VBadge": {
|
|
184
|
+
"from": "components/VBadge/index.mjs",
|
|
185
|
+
"styles": []
|
|
186
|
+
},
|
|
187
|
+
"VBottomNavigation": {
|
|
188
|
+
"from": "components/VBottomNavigation/index.mjs",
|
|
189
|
+
"styles": []
|
|
190
|
+
},
|
|
187
191
|
"VBreadcrumbs": {
|
|
188
192
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
189
193
|
"styles": []
|
|
@@ -196,22 +200,18 @@
|
|
|
196
200
|
"from": "components/VBreadcrumbs/index.mjs",
|
|
197
201
|
"styles": []
|
|
198
202
|
},
|
|
199
|
-
"VBottomNavigation": {
|
|
200
|
-
"from": "components/VBottomNavigation/index.mjs",
|
|
201
|
-
"styles": []
|
|
202
|
-
},
|
|
203
203
|
"VBtn": {
|
|
204
204
|
"from": "components/VBtn/index.mjs",
|
|
205
205
|
"styles": []
|
|
206
206
|
},
|
|
207
|
-
"VBtnToggle": {
|
|
208
|
-
"from": "components/VBtnToggle/index.mjs",
|
|
209
|
-
"styles": []
|
|
210
|
-
},
|
|
211
207
|
"VBtnGroup": {
|
|
212
208
|
"from": "components/VBtnGroup/index.mjs",
|
|
213
209
|
"styles": []
|
|
214
210
|
},
|
|
211
|
+
"VBtnToggle": {
|
|
212
|
+
"from": "components/VBtnToggle/index.mjs",
|
|
213
|
+
"styles": []
|
|
214
|
+
},
|
|
215
215
|
"VCard": {
|
|
216
216
|
"from": "components/VCard/index.mjs",
|
|
217
217
|
"styles": []
|
|
@@ -280,6 +280,10 @@
|
|
|
280
280
|
"from": "components/VDialog/index.mjs",
|
|
281
281
|
"styles": []
|
|
282
282
|
},
|
|
283
|
+
"VDivider": {
|
|
284
|
+
"from": "components/VDivider/index.mjs",
|
|
285
|
+
"styles": []
|
|
286
|
+
},
|
|
283
287
|
"VExpansionPanels": {
|
|
284
288
|
"from": "components/VExpansionPanel/index.mjs",
|
|
285
289
|
"styles": []
|
|
@@ -296,8 +300,12 @@
|
|
|
296
300
|
"from": "components/VExpansionPanel/index.mjs",
|
|
297
301
|
"styles": []
|
|
298
302
|
},
|
|
299
|
-
"
|
|
300
|
-
"from": "components/
|
|
303
|
+
"VField": {
|
|
304
|
+
"from": "components/VField/index.mjs",
|
|
305
|
+
"styles": []
|
|
306
|
+
},
|
|
307
|
+
"VFieldLabel": {
|
|
308
|
+
"from": "components/VField/index.mjs",
|
|
301
309
|
"styles": []
|
|
302
310
|
},
|
|
303
311
|
"VFileInput": {
|
|
@@ -308,14 +316,6 @@
|
|
|
308
316
|
"from": "components/VFooter/index.mjs",
|
|
309
317
|
"styles": []
|
|
310
318
|
},
|
|
311
|
-
"VField": {
|
|
312
|
-
"from": "components/VField/index.mjs",
|
|
313
|
-
"styles": []
|
|
314
|
-
},
|
|
315
|
-
"VFieldLabel": {
|
|
316
|
-
"from": "components/VField/index.mjs",
|
|
317
|
-
"styles": []
|
|
318
|
-
},
|
|
319
319
|
"VIcon": {
|
|
320
320
|
"from": "components/VIcon/index.mjs",
|
|
321
321
|
"styles": []
|
|
@@ -352,14 +352,14 @@
|
|
|
352
352
|
"from": "components/VItemGroup/index.mjs",
|
|
353
353
|
"styles": []
|
|
354
354
|
},
|
|
355
|
-
"VLabel": {
|
|
356
|
-
"from": "components/VLabel/index.mjs",
|
|
357
|
-
"styles": []
|
|
358
|
-
},
|
|
359
355
|
"VKbd": {
|
|
360
356
|
"from": "components/VKbd/index.mjs",
|
|
361
357
|
"styles": []
|
|
362
358
|
},
|
|
359
|
+
"VLabel": {
|
|
360
|
+
"from": "components/VLabel/index.mjs",
|
|
361
|
+
"styles": []
|
|
362
|
+
},
|
|
363
363
|
"VList": {
|
|
364
364
|
"from": "components/VList/index.mjs",
|
|
365
365
|
"styles": []
|
|
@@ -424,14 +424,14 @@
|
|
|
424
424
|
"from": "components/VProgressCircular/index.mjs",
|
|
425
425
|
"styles": []
|
|
426
426
|
},
|
|
427
|
-
"VRadioGroup": {
|
|
428
|
-
"from": "components/VRadioGroup/index.mjs",
|
|
429
|
-
"styles": []
|
|
430
|
-
},
|
|
431
427
|
"VProgressLinear": {
|
|
432
428
|
"from": "components/VProgressLinear/index.mjs",
|
|
433
429
|
"styles": []
|
|
434
430
|
},
|
|
431
|
+
"VRadioGroup": {
|
|
432
|
+
"from": "components/VRadioGroup/index.mjs",
|
|
433
|
+
"styles": []
|
|
434
|
+
},
|
|
435
435
|
"VRating": {
|
|
436
436
|
"from": "components/VRating/index.mjs",
|
|
437
437
|
"styles": []
|
|
@@ -444,10 +444,6 @@
|
|
|
444
444
|
"from": "components/VSelectionControl/index.mjs",
|
|
445
445
|
"styles": []
|
|
446
446
|
},
|
|
447
|
-
"VSheet": {
|
|
448
|
-
"from": "components/VSheet/index.mjs",
|
|
449
|
-
"styles": []
|
|
450
|
-
},
|
|
451
447
|
"VSelectionControlGroup": {
|
|
452
448
|
"from": "components/VSelectionControlGroup/index.mjs",
|
|
453
449
|
"styles": []
|
|
@@ -460,12 +456,12 @@
|
|
|
460
456
|
"from": "components/VSlideGroup/index.mjs",
|
|
461
457
|
"styles": []
|
|
462
458
|
},
|
|
463
|
-
"
|
|
464
|
-
"from": "components/
|
|
459
|
+
"VSheet": {
|
|
460
|
+
"from": "components/VSheet/index.mjs",
|
|
465
461
|
"styles": []
|
|
466
462
|
},
|
|
467
|
-
"
|
|
468
|
-
"from": "components/
|
|
463
|
+
"VSlider": {
|
|
464
|
+
"from": "components/VSlider/index.mjs",
|
|
469
465
|
"styles": []
|
|
470
466
|
},
|
|
471
467
|
"VSwitch": {
|
|
@@ -476,6 +472,10 @@
|
|
|
476
472
|
"from": "components/VSystemBar/index.mjs",
|
|
477
473
|
"styles": []
|
|
478
474
|
},
|
|
475
|
+
"VSnackbar": {
|
|
476
|
+
"from": "components/VSnackbar/index.mjs",
|
|
477
|
+
"styles": []
|
|
478
|
+
},
|
|
479
479
|
"VTabs": {
|
|
480
480
|
"from": "components/VTabs/index.mjs",
|
|
481
481
|
"styles": []
|
|
@@ -504,10 +504,6 @@
|
|
|
504
504
|
"from": "components/VTimeline/index.mjs",
|
|
505
505
|
"styles": []
|
|
506
506
|
},
|
|
507
|
-
"VTooltip": {
|
|
508
|
-
"from": "components/VTooltip/index.mjs",
|
|
509
|
-
"styles": []
|
|
510
|
-
},
|
|
511
507
|
"VToolbar": {
|
|
512
508
|
"from": "components/VToolbar/index.mjs",
|
|
513
509
|
"styles": []
|
|
@@ -520,6 +516,10 @@
|
|
|
520
516
|
"from": "components/VToolbar/index.mjs",
|
|
521
517
|
"styles": []
|
|
522
518
|
},
|
|
519
|
+
"VTooltip": {
|
|
520
|
+
"from": "components/VTooltip/index.mjs",
|
|
521
|
+
"styles": []
|
|
522
|
+
},
|
|
523
523
|
"VWindow": {
|
|
524
524
|
"from": "components/VWindow/index.mjs",
|
|
525
525
|
"styles": []
|