@vuetify/nightly 3.1.2-dev-20230112.0 → 3.1.2-next-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 +3 -2
- package/dist/json/importMap.json +12 -12
- package/dist/vuetify-labs.css +548 -548
- package/dist/vuetify-labs.esm.js +9 -10
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +9 -10
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +103 -103
- package/dist/vuetify.d.ts +3 -3
- package/dist/vuetify.esm.js +9 -10
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +9 -10
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +197 -195
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/teleport.mjs +6 -7
- package/lib/composables/teleport.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 +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
# [](https://github.com/vuetifyjs/vuetify/compare/v3.1.2-
|
|
1
|
+
# [](https://github.com/vuetifyjs/vuetify/compare/v3.1.2-next-20230112.0...v) (2023-01-12)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
## [3.1.2-
|
|
5
|
+
## [3.1.2-next-20230112.0](https://github.com/vuetifyjs/vuetify/compare/v3.1.1...v3.1.2-next-20230112.0) (2023-01-12)
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
### Bug Fixes
|
|
9
9
|
|
|
10
|
+
* **teleport:** use querySelector instead of cache ([#16409](https://github.com/vuetifyjs/vuetify/issues/16409)) ([dfce33f](https://github.com/vuetifyjs/vuetify/commit/dfce33fcb6b9f2ae1567ed91246b1a9d3b3538ef))
|
|
10
11
|
* **VContainer:** fill-height prop ([#15859](https://github.com/vuetifyjs/vuetify/issues/15859)) ([c51cfee](https://github.com/vuetifyjs/vuetify/commit/c51cfee0b2faf09199c81d623aac3062fec3a558))
|
|
11
12
|
* **VDataTable:** pass along slots instead of rendering ([ddea995](https://github.com/vuetifyjs/vuetify/commit/ddea99556359ff1b272dfc10e0ddecbbc8eb6171))
|
|
12
13
|
|
package/dist/json/importMap.json
CHANGED
|
@@ -168,6 +168,10 @@
|
|
|
168
168
|
"from": "components/VAvatar/index.mjs",
|
|
169
169
|
"styles": []
|
|
170
170
|
},
|
|
171
|
+
"VBadge": {
|
|
172
|
+
"from": "components/VBadge/index.mjs",
|
|
173
|
+
"styles": []
|
|
174
|
+
},
|
|
171
175
|
"VBanner": {
|
|
172
176
|
"from": "components/VBanner/index.mjs",
|
|
173
177
|
"styles": []
|
|
@@ -180,10 +184,6 @@
|
|
|
180
184
|
"from": "components/VBanner/index.mjs",
|
|
181
185
|
"styles": []
|
|
182
186
|
},
|
|
183
|
-
"VBadge": {
|
|
184
|
-
"from": "components/VBadge/index.mjs",
|
|
185
|
-
"styles": []
|
|
186
|
-
},
|
|
187
187
|
"VBottomNavigation": {
|
|
188
188
|
"from": "components/VBottomNavigation/index.mjs",
|
|
189
189
|
"styles": []
|
|
@@ -448,6 +448,10 @@
|
|
|
448
448
|
"from": "components/VSelectionControlGroup/index.mjs",
|
|
449
449
|
"styles": []
|
|
450
450
|
},
|
|
451
|
+
"VSheet": {
|
|
452
|
+
"from": "components/VSheet/index.mjs",
|
|
453
|
+
"styles": []
|
|
454
|
+
},
|
|
451
455
|
"VSlideGroup": {
|
|
452
456
|
"from": "components/VSlideGroup/index.mjs",
|
|
453
457
|
"styles": []
|
|
@@ -456,14 +460,14 @@
|
|
|
456
460
|
"from": "components/VSlideGroup/index.mjs",
|
|
457
461
|
"styles": []
|
|
458
462
|
},
|
|
459
|
-
"VSheet": {
|
|
460
|
-
"from": "components/VSheet/index.mjs",
|
|
461
|
-
"styles": []
|
|
462
|
-
},
|
|
463
463
|
"VSlider": {
|
|
464
464
|
"from": "components/VSlider/index.mjs",
|
|
465
465
|
"styles": []
|
|
466
466
|
},
|
|
467
|
+
"VSnackbar": {
|
|
468
|
+
"from": "components/VSnackbar/index.mjs",
|
|
469
|
+
"styles": []
|
|
470
|
+
},
|
|
467
471
|
"VSwitch": {
|
|
468
472
|
"from": "components/VSwitch/index.mjs",
|
|
469
473
|
"styles": []
|
|
@@ -472,10 +476,6 @@
|
|
|
472
476
|
"from": "components/VSystemBar/index.mjs",
|
|
473
477
|
"styles": []
|
|
474
478
|
},
|
|
475
|
-
"VSnackbar": {
|
|
476
|
-
"from": "components/VSnackbar/index.mjs",
|
|
477
|
-
"styles": []
|
|
478
|
-
},
|
|
479
479
|
"VTabs": {
|
|
480
480
|
"from": "components/VTabs/index.mjs",
|
|
481
481
|
"styles": []
|