@vuetify/nightly 3.1.2-next-20230113.0 → 3.1.2
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 +15 -2
- package/dist/json/importMap.json +56 -56
- package/dist/vuetify-labs.css +178 -177
- package/dist/vuetify-labs.d.ts +40 -3
- package/dist/vuetify-labs.esm.js +158 -90
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +158 -90
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +203 -202
- package/dist/vuetify.d.ts +56 -19
- package/dist/vuetify.esm.js +105 -74
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +105 -74
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +52 -52
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VBtn/VBtn.mjs +9 -3
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VCard/VCard.mjs +5 -2
- package/lib/components/VCard/VCard.mjs.map +1 -1
- package/lib/components/VCard/index.d.ts +8 -2
- package/lib/components/VCombobox/VCombobox.mjs +2 -1
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.css +1 -0
- package/lib/components/VFileInput/VFileInput.sass +1 -0
- package/lib/components/VList/VListItem.css +1 -1
- package/lib/components/VList/VListItem.mjs +5 -1
- package/lib/components/VList/VListItem.mjs.map +1 -1
- package/lib/components/VList/VListItem.sass +1 -1
- package/lib/components/VList/index.d.ts +20 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs +13 -1
- package/lib/components/VProgressLinear/VProgressLinear.mjs.map +1 -1
- package/lib/components/VProgressLinear/index.d.ts +18 -0
- package/lib/components/VSelect/VSelect.mjs +1 -0
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSlider/VSliderThumb.mjs +5 -1
- package/lib/components/VSlider/VSliderThumb.mjs.map +1 -1
- package/lib/components/index.d.ts +40 -3
- package/lib/composables/filter.mjs +3 -3
- package/lib/composables/filter.mjs.map +1 -1
- 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 +16 -16
- package/lib/labs/VDataTable/VDataTable.mjs +4 -1
- package/lib/labs/VDataTable/VDataTable.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs +3 -3
- package/lib/labs/VDataTable/VDataTableGroupHeaderRow.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableRows.mjs +36 -8
- package/lib/labs/VDataTable/VDataTableRows.mjs.map +1 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs +4 -1
- package/lib/labs/VDataTable/VDataTableVirtual.mjs.map +1 -1
- package/lib/labs/VDataTable/composables/group.mjs +9 -4
- package/lib/labs/VDataTable/composables/group.mjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.1.2
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.1.2...v) (2023-01-19)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.1.2
|
|
5
|
+
## [3.1.2](https://github.com/vuetifyjs/vuetify/compare/v3.1.1...v3.1.2) (2023-01-18)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
10
|
* **teleport:** use querySelector instead of cache ([#16409](https://github.com/vuetifyjs/vuetify/issues/16409)) ([dfce33f](https://github.com/vuetifyjs/vuetify/commit/dfce33fcb6b9f2ae1567ed91246b1a9d3b3538ef))
|
|
11
|
+
* **VBtn:** isActive calc priorities ([#15897](https://github.com/vuetifyjs/vuetify/issues/15897)) ([cef5ccd](https://github.com/vuetifyjs/vuetify/commit/cef5ccde7d23efc502091ab865e874c6ddb17df0)), closes [#15833](https://github.com/vuetifyjs/vuetify/issues/15833) [#15982](https://github.com/vuetifyjs/vuetify/issues/15982)
|
|
11
12
|
* **VChip:** add link styles to clickable chips ([de263ba](https://github.com/vuetifyjs/vuetify/commit/de263ba534f3e8c5c9c7ab01e61bd9952cb51463)), closes [#16380](https://github.com/vuetifyjs/vuetify/issues/16380)
|
|
12
13
|
* **VChipGroup:** provide disabled prop to children ([dd6d053](https://github.com/vuetifyjs/vuetify/commit/dd6d053f2f15bc597bfd8bf6c7c7453bd51dcf1e)), closes [#15923](https://github.com/vuetifyjs/vuetify/issues/15923)
|
|
14
|
+
* **VCombobox:** do not generate empty search items ([a1e628e](https://github.com/vuetifyjs/vuetify/commit/a1e628e31d129d09ab604e293ee7894f42106fe2))
|
|
15
|
+
* **VCombobox:** filter transformed items ([#16463](https://github.com/vuetifyjs/vuetify/issues/16463)) ([577d019](https://github.com/vuetifyjs/vuetify/commit/577d019d7db75fa77db689fa5a63c30aaf8f3422)), closes [#16403](https://github.com/vuetifyjs/vuetify/issues/16403) [#16411](https://github.com/vuetifyjs/vuetify/issues/16411)
|
|
13
16
|
* **VContainer:** fill-height prop ([#15859](https://github.com/vuetifyjs/vuetify/issues/15859)) ([c51cfee](https://github.com/vuetifyjs/vuetify/commit/c51cfee0b2faf09199c81d623aac3062fec3a558))
|
|
14
17
|
* **VDataTable:** pass along slots instead of rendering ([ddea995](https://github.com/vuetifyjs/vuetify/commit/ddea99556359ff1b272dfc10e0ddecbbc8eb6171))
|
|
18
|
+
* **VFileInput:** drag and drop ([#16058](https://github.com/vuetifyjs/vuetify/issues/16058)) ([56bc00e](https://github.com/vuetifyjs/vuetify/commit/56bc00e35316c3c624c16b9c18074252fa5ed2d8))
|
|
19
|
+
* **VListItem:** vertical spacing with nav prop and groups ([7e49da3](https://github.com/vuetifyjs/vuetify/commit/7e49da35a21e841636997931b0ce7900f897eeb2))
|
|
20
|
+
* **VProgressLinear:** add missing absolute,top,bottom props ([#15883](https://github.com/vuetifyjs/vuetify/issues/15883)) ([802d056](https://github.com/vuetifyjs/vuetify/commit/802d056e232f4107a2d776fbdc1f4dd395b41871))
|
|
21
|
+
* **VSelect:** add default menu max height ([#16417](https://github.com/vuetifyjs/vuetify/issues/16417)) ([2a08d3a](https://github.com/vuetifyjs/vuetify/commit/2a08d3a317e3efd3ab82fe5dc54553a436bffa13)), closes [#16416](https://github.com/vuetifyjs/vuetify/issues/16416)
|
|
22
|
+
* expose missing ripple prop in components ([#16435](https://github.com/vuetifyjs/vuetify/issues/16435)) ([705b29f](https://github.com/vuetifyjs/vuetify/commit/705b29fd5e1f6668fb55febfb5dc8ccba92a836d))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Features
|
|
26
|
+
|
|
27
|
+
* **VDataTable:** add item and group-header slots ([#16419](https://github.com/vuetifyjs/vuetify/issues/16419)) ([0732c22](https://github.com/vuetifyjs/vuetify/commit/0732c22aed24503a24aa6359cffbcaad66351492))
|
|
15
28
|
|
|
16
29
|
|
|
17
30
|
|
package/dist/json/importMap.json
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
"from": "components/VDefaultsProvider/index.mjs",
|
|
5
5
|
"styles": []
|
|
6
6
|
},
|
|
7
|
-
"
|
|
8
|
-
"from": "components/
|
|
7
|
+
"VHover": {
|
|
8
|
+
"from": "components/VHover/index.mjs",
|
|
9
9
|
"styles": []
|
|
10
10
|
},
|
|
11
11
|
"VContainer": {
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"from": "components/VGrid/index.mjs",
|
|
25
25
|
"styles": []
|
|
26
26
|
},
|
|
27
|
-
"
|
|
28
|
-
"from": "components/
|
|
27
|
+
"VForm": {
|
|
28
|
+
"from": "components/VForm/index.mjs",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
31
|
"VLayout": {
|
|
@@ -36,16 +36,12 @@
|
|
|
36
36
|
"from": "components/VLayout/index.mjs",
|
|
37
37
|
"styles": []
|
|
38
38
|
},
|
|
39
|
-
"VLazy": {
|
|
40
|
-
"from": "components/VLazy/index.mjs",
|
|
41
|
-
"styles": []
|
|
42
|
-
},
|
|
43
39
|
"VLocaleProvider": {
|
|
44
40
|
"from": "components/VLocaleProvider/index.mjs",
|
|
45
41
|
"styles": []
|
|
46
42
|
},
|
|
47
|
-
"
|
|
48
|
-
"from": "components/
|
|
43
|
+
"VLazy": {
|
|
44
|
+
"from": "components/VLazy/index.mjs",
|
|
49
45
|
"styles": []
|
|
50
46
|
},
|
|
51
47
|
"VParallax": {
|
|
@@ -60,6 +56,10 @@
|
|
|
60
56
|
"from": "components/VRangeSlider/index.mjs",
|
|
61
57
|
"styles": []
|
|
62
58
|
},
|
|
59
|
+
"VNoSsr": {
|
|
60
|
+
"from": "components/VNoSsr/index.mjs",
|
|
61
|
+
"styles": []
|
|
62
|
+
},
|
|
63
63
|
"VResponsive": {
|
|
64
64
|
"from": "components/VResponsive/index.mjs",
|
|
65
65
|
"styles": []
|
|
@@ -140,18 +140,6 @@
|
|
|
140
140
|
"from": "components/VApp/index.mjs",
|
|
141
141
|
"styles": []
|
|
142
142
|
},
|
|
143
|
-
"VAppBar": {
|
|
144
|
-
"from": "components/VAppBar/index.mjs",
|
|
145
|
-
"styles": []
|
|
146
|
-
},
|
|
147
|
-
"VAppBarNavIcon": {
|
|
148
|
-
"from": "components/VAppBar/index.mjs",
|
|
149
|
-
"styles": []
|
|
150
|
-
},
|
|
151
|
-
"VAppBarTitle": {
|
|
152
|
-
"from": "components/VAppBar/index.mjs",
|
|
153
|
-
"styles": []
|
|
154
|
-
},
|
|
155
143
|
"VAlert": {
|
|
156
144
|
"from": "components/VAlert/index.mjs",
|
|
157
145
|
"styles": []
|
|
@@ -164,14 +152,14 @@
|
|
|
164
152
|
"from": "components/VAutocomplete/index.mjs",
|
|
165
153
|
"styles": []
|
|
166
154
|
},
|
|
167
|
-
"VAvatar": {
|
|
168
|
-
"from": "components/VAvatar/index.mjs",
|
|
169
|
-
"styles": []
|
|
170
|
-
},
|
|
171
155
|
"VBadge": {
|
|
172
156
|
"from": "components/VBadge/index.mjs",
|
|
173
157
|
"styles": []
|
|
174
158
|
},
|
|
159
|
+
"VAvatar": {
|
|
160
|
+
"from": "components/VAvatar/index.mjs",
|
|
161
|
+
"styles": []
|
|
162
|
+
},
|
|
175
163
|
"VBanner": {
|
|
176
164
|
"from": "components/VBanner/index.mjs",
|
|
177
165
|
"styles": []
|
|
@@ -252,14 +240,14 @@
|
|
|
252
240
|
"from": "components/VCheckbox/index.mjs",
|
|
253
241
|
"styles": []
|
|
254
242
|
},
|
|
255
|
-
"VChip": {
|
|
256
|
-
"from": "components/VChip/index.mjs",
|
|
257
|
-
"styles": []
|
|
258
|
-
},
|
|
259
243
|
"VChipGroup": {
|
|
260
244
|
"from": "components/VChipGroup/index.mjs",
|
|
261
245
|
"styles": []
|
|
262
246
|
},
|
|
247
|
+
"VChip": {
|
|
248
|
+
"from": "components/VChip/index.mjs",
|
|
249
|
+
"styles": []
|
|
250
|
+
},
|
|
263
251
|
"VCode": {
|
|
264
252
|
"from": "components/VCode/index.mjs",
|
|
265
253
|
"styles": []
|
|
@@ -268,14 +256,14 @@
|
|
|
268
256
|
"from": "components/VColorPicker/index.mjs",
|
|
269
257
|
"styles": []
|
|
270
258
|
},
|
|
271
|
-
"VCombobox": {
|
|
272
|
-
"from": "components/VCombobox/index.mjs",
|
|
273
|
-
"styles": []
|
|
274
|
-
},
|
|
275
259
|
"VCounter": {
|
|
276
260
|
"from": "components/VCounter/index.mjs",
|
|
277
261
|
"styles": []
|
|
278
262
|
},
|
|
263
|
+
"VCombobox": {
|
|
264
|
+
"from": "components/VCombobox/index.mjs",
|
|
265
|
+
"styles": []
|
|
266
|
+
},
|
|
279
267
|
"VDialog": {
|
|
280
268
|
"from": "components/VDialog/index.mjs",
|
|
281
269
|
"styles": []
|
|
@@ -312,6 +300,18 @@
|
|
|
312
300
|
"from": "components/VFileInput/index.mjs",
|
|
313
301
|
"styles": []
|
|
314
302
|
},
|
|
303
|
+
"VAppBar": {
|
|
304
|
+
"from": "components/VAppBar/index.mjs",
|
|
305
|
+
"styles": []
|
|
306
|
+
},
|
|
307
|
+
"VAppBarNavIcon": {
|
|
308
|
+
"from": "components/VAppBar/index.mjs",
|
|
309
|
+
"styles": []
|
|
310
|
+
},
|
|
311
|
+
"VAppBarTitle": {
|
|
312
|
+
"from": "components/VAppBar/index.mjs",
|
|
313
|
+
"styles": []
|
|
314
|
+
},
|
|
315
315
|
"VFooter": {
|
|
316
316
|
"from": "components/VFooter/index.mjs",
|
|
317
317
|
"styles": []
|
|
@@ -344,6 +344,10 @@
|
|
|
344
344
|
"from": "components/VInput/index.mjs",
|
|
345
345
|
"styles": []
|
|
346
346
|
},
|
|
347
|
+
"VKbd": {
|
|
348
|
+
"from": "components/VKbd/index.mjs",
|
|
349
|
+
"styles": []
|
|
350
|
+
},
|
|
347
351
|
"VItemGroup": {
|
|
348
352
|
"from": "components/VItemGroup/index.mjs",
|
|
349
353
|
"styles": []
|
|
@@ -352,10 +356,6 @@
|
|
|
352
356
|
"from": "components/VItemGroup/index.mjs",
|
|
353
357
|
"styles": []
|
|
354
358
|
},
|
|
355
|
-
"VKbd": {
|
|
356
|
-
"from": "components/VKbd/index.mjs",
|
|
357
|
-
"styles": []
|
|
358
|
-
},
|
|
359
359
|
"VLabel": {
|
|
360
360
|
"from": "components/VLabel/index.mjs",
|
|
361
361
|
"styles": []
|
|
@@ -400,10 +400,6 @@
|
|
|
400
400
|
"from": "components/VMain/index.mjs",
|
|
401
401
|
"styles": []
|
|
402
402
|
},
|
|
403
|
-
"VMessages": {
|
|
404
|
-
"from": "components/VMessages/index.mjs",
|
|
405
|
-
"styles": []
|
|
406
|
-
},
|
|
407
403
|
"VMenu": {
|
|
408
404
|
"from": "components/VMenu/index.mjs",
|
|
409
405
|
"styles": []
|
|
@@ -420,12 +416,16 @@
|
|
|
420
416
|
"from": "components/VPagination/index.mjs",
|
|
421
417
|
"styles": []
|
|
422
418
|
},
|
|
419
|
+
"VProgressLinear": {
|
|
420
|
+
"from": "components/VProgressLinear/index.mjs",
|
|
421
|
+
"styles": []
|
|
422
|
+
},
|
|
423
423
|
"VProgressCircular": {
|
|
424
424
|
"from": "components/VProgressCircular/index.mjs",
|
|
425
425
|
"styles": []
|
|
426
426
|
},
|
|
427
|
-
"
|
|
428
|
-
"from": "components/
|
|
427
|
+
"VMessages": {
|
|
428
|
+
"from": "components/VMessages/index.mjs",
|
|
429
429
|
"styles": []
|
|
430
430
|
},
|
|
431
431
|
"VRadioGroup": {
|
|
@@ -436,14 +436,14 @@
|
|
|
436
436
|
"from": "components/VRating/index.mjs",
|
|
437
437
|
"styles": []
|
|
438
438
|
},
|
|
439
|
-
"VSelect": {
|
|
440
|
-
"from": "components/VSelect/index.mjs",
|
|
441
|
-
"styles": []
|
|
442
|
-
},
|
|
443
439
|
"VSelectionControl": {
|
|
444
440
|
"from": "components/VSelectionControl/index.mjs",
|
|
445
441
|
"styles": []
|
|
446
442
|
},
|
|
443
|
+
"VSelect": {
|
|
444
|
+
"from": "components/VSelect/index.mjs",
|
|
445
|
+
"styles": []
|
|
446
|
+
},
|
|
447
447
|
"VSelectionControlGroup": {
|
|
448
448
|
"from": "components/VSelectionControlGroup/index.mjs",
|
|
449
449
|
"styles": []
|
|
@@ -472,10 +472,6 @@
|
|
|
472
472
|
"from": "components/VSwitch/index.mjs",
|
|
473
473
|
"styles": []
|
|
474
474
|
},
|
|
475
|
-
"VSystemBar": {
|
|
476
|
-
"from": "components/VSystemBar/index.mjs",
|
|
477
|
-
"styles": []
|
|
478
|
-
},
|
|
479
475
|
"VTabs": {
|
|
480
476
|
"from": "components/VTabs/index.mjs",
|
|
481
477
|
"styles": []
|
|
@@ -484,6 +480,10 @@
|
|
|
484
480
|
"from": "components/VTabs/index.mjs",
|
|
485
481
|
"styles": []
|
|
486
482
|
},
|
|
483
|
+
"VSystemBar": {
|
|
484
|
+
"from": "components/VSystemBar/index.mjs",
|
|
485
|
+
"styles": []
|
|
486
|
+
},
|
|
487
487
|
"VTable": {
|
|
488
488
|
"from": "components/VTable/index.mjs",
|
|
489
489
|
"styles": []
|
|
@@ -516,10 +516,6 @@
|
|
|
516
516
|
"from": "components/VToolbar/index.mjs",
|
|
517
517
|
"styles": []
|
|
518
518
|
},
|
|
519
|
-
"VTooltip": {
|
|
520
|
-
"from": "components/VTooltip/index.mjs",
|
|
521
|
-
"styles": []
|
|
522
|
-
},
|
|
523
519
|
"VWindow": {
|
|
524
520
|
"from": "components/VWindow/index.mjs",
|
|
525
521
|
"styles": []
|
|
@@ -527,6 +523,10 @@
|
|
|
527
523
|
"VWindowItem": {
|
|
528
524
|
"from": "components/VWindow/index.mjs",
|
|
529
525
|
"styles": []
|
|
526
|
+
},
|
|
527
|
+
"VTooltip": {
|
|
528
|
+
"from": "components/VTooltip/index.mjs",
|
|
529
|
+
"styles": []
|
|
530
530
|
}
|
|
531
531
|
},
|
|
532
532
|
"directives": [
|