@vuetify/nightly 3.9.1-dev.2025-07-17 → 3.9.2-dev.2025-07-18
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 -3
- package/dist/json/attributes.json +3289 -3289
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +212 -212
- package/dist/json/web-types.json +19421 -6043
- package/dist/vuetify-labs.cjs +64 -65
- package/dist/vuetify-labs.css +4117 -4117
- package/dist/vuetify-labs.d.ts +71 -71
- package/dist/vuetify-labs.esm.js +64 -65
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +64 -65
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +64 -65
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3167 -3167
- package/dist/vuetify.d.ts +71 -71
- package/dist/vuetify.esm.js +64 -65
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +64 -65
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +8 -8
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VTreeview/VTreeview.js +2 -3
- package/lib/components/VTreeview/VTreeview.js.map +1 -1
- package/lib/components/VTreeview/VTreeviewChildren.js +59 -59
- package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +71 -71
- package/lib/framework.js +1 -1
- package/package.json +1 -1
@@ -1,25 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VIconBtn": {
|
4
|
-
"from": "labs/VIconBtn",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VColorInput": {
|
8
|
-
"from": "labs/VColorInput",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VStepperVertical": {
|
12
|
-
"from": "labs/VStepperVertical",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
|
-
"VStepperVerticalItem": {
|
16
|
-
"from": "labs/VStepperVertical",
|
17
|
-
"styles": []
|
18
|
-
},
|
19
|
-
"VStepperVerticalActions": {
|
20
|
-
"from": "labs/VStepperVertical",
|
21
|
-
"styles": []
|
22
|
-
},
|
23
3
|
"VCalendar": {
|
24
4
|
"from": "labs/VCalendar",
|
25
5
|
"styles": []
|
@@ -44,6 +24,10 @@
|
|
44
24
|
"from": "labs/VCalendar",
|
45
25
|
"styles": []
|
46
26
|
},
|
27
|
+
"VColorInput": {
|
28
|
+
"from": "labs/VColorInput",
|
29
|
+
"styles": []
|
30
|
+
},
|
47
31
|
"VFileUpload": {
|
48
32
|
"from": "labs/VFileUpload",
|
49
33
|
"styles": []
|
@@ -52,6 +36,10 @@
|
|
52
36
|
"from": "labs/VFileUpload",
|
53
37
|
"styles": []
|
54
38
|
},
|
39
|
+
"VIconBtn": {
|
40
|
+
"from": "labs/VIconBtn",
|
41
|
+
"styles": []
|
42
|
+
},
|
55
43
|
"VPicker": {
|
56
44
|
"from": "labs/VPicker",
|
57
45
|
"styles": []
|
@@ -60,6 +48,18 @@
|
|
60
48
|
"from": "labs/VPicker",
|
61
49
|
"styles": []
|
62
50
|
},
|
51
|
+
"VStepperVertical": {
|
52
|
+
"from": "labs/VStepperVertical",
|
53
|
+
"styles": []
|
54
|
+
},
|
55
|
+
"VStepperVerticalItem": {
|
56
|
+
"from": "labs/VStepperVertical",
|
57
|
+
"styles": []
|
58
|
+
},
|
59
|
+
"VStepperVerticalActions": {
|
60
|
+
"from": "labs/VStepperVertical",
|
61
|
+
"styles": []
|
62
|
+
},
|
63
63
|
"VHotkey": {
|
64
64
|
"from": "labs/VHotkey",
|
65
65
|
"styles": []
|