@vuetify/nightly 3.9.0-beta.0-dev.2025-06-24 → 3.9.0-beta.1-dev.2025-06-26
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 -87
- package/dist/json/attributes.json +795 -795
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +194 -194
- package/dist/json/web-types.json +1361 -1361
- package/dist/vuetify-labs.cjs +15 -14
- package/dist/vuetify-labs.css +3056 -3056
- package/dist/vuetify-labs.d.ts +65 -65
- package/dist/vuetify-labs.esm.js +15 -14
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +15 -14
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +15 -14
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3279 -3279
- package/dist/vuetify.d.ts +65 -65
- package/dist/vuetify.esm.js +15 -14
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +15 -14
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +12 -12
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewChildren.d.ts +13 -0
- package/lib/components/VTreeview/VTreeviewChildren.js +2 -1
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewItem.js +3 -3
- package/lib/components/VTreeview/VTreeviewItem.js.map +1 -1
- package/lib/composables/nested/nested.js +8 -8
- package/lib/composables/nested/nested.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +65 -65
- package/lib/framework.js +1 -1
- package/package.json +1 -1
@@ -1,11 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"
|
4
|
-
"from": "labs/
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VFileUploadItem": {
|
8
|
-
"from": "labs/VFileUpload",
|
3
|
+
"VColorInput": {
|
4
|
+
"from": "labs/VColorInput",
|
9
5
|
"styles": []
|
10
6
|
},
|
11
7
|
"VCalendar": {
|
@@ -32,8 +28,16 @@
|
|
32
28
|
"from": "labs/VCalendar",
|
33
29
|
"styles": []
|
34
30
|
},
|
35
|
-
"
|
36
|
-
"from": "labs/
|
31
|
+
"VFileUpload": {
|
32
|
+
"from": "labs/VFileUpload",
|
33
|
+
"styles": []
|
34
|
+
},
|
35
|
+
"VFileUploadItem": {
|
36
|
+
"from": "labs/VFileUpload",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VIconBtn": {
|
40
|
+
"from": "labs/VIconBtn",
|
37
41
|
"styles": []
|
38
42
|
},
|
39
43
|
"VPicker": {
|
@@ -44,10 +48,6 @@
|
|
44
48
|
"from": "labs/VPicker",
|
45
49
|
"styles": []
|
46
50
|
},
|
47
|
-
"VIconBtn": {
|
48
|
-
"from": "labs/VIconBtn",
|
49
|
-
"styles": []
|
50
|
-
},
|
51
51
|
"VStepperVertical": {
|
52
52
|
"from": "labs/VStepperVertical",
|
53
53
|
"styles": []
|
@@ -60,14 +60,14 @@
|
|
60
60
|
"from": "labs/VStepperVertical",
|
61
61
|
"styles": []
|
62
62
|
},
|
63
|
-
"VMaskInput": {
|
64
|
-
"from": "labs/VMaskInput",
|
65
|
-
"styles": []
|
66
|
-
},
|
67
63
|
"VDateInput": {
|
68
64
|
"from": "labs/VDateInput",
|
69
65
|
"styles": []
|
70
66
|
},
|
67
|
+
"VMaskInput": {
|
68
|
+
"from": "labs/VMaskInput",
|
69
|
+
"styles": []
|
70
|
+
},
|
71
71
|
"VPullToRefresh": {
|
72
72
|
"from": "labs/VPullToRefresh",
|
73
73
|
"styles": []
|