@vuetify/nightly 3.9.2-dev.2025-07-18 → 3.9.2-master.2025-07-22
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 +16 -14
- package/dist/json/attributes.json +2954 -2974
- package/dist/json/importMap-labs.json +22 -22
- package/dist/json/importMap.json +184 -184
- package/dist/json/tags.json +0 -5
- package/dist/json/web-types.json +5821 -5891
- package/dist/vuetify-labs.cjs +27 -216
- package/dist/vuetify-labs.css +5981 -5983
- package/dist/vuetify-labs.d.ts +67 -129
- package/dist/vuetify-labs.esm.js +27 -216
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +27 -216
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +18 -178
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3778 -3780
- package/dist/vuetify.d.ts +67 -119
- package/dist/vuetify.esm.js +18 -178
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +18 -178
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +701 -723
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +0 -1
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +0 -1
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.d.ts +0 -15
- package/lib/components/VFileInput/VFileInput.js +9 -38
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VList/VList.js +1 -2
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListItem.js +1 -7
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.d.ts +0 -75
- package/lib/components/VProgressLinear/VProgressLinear.js +6 -32
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +2 -2
- package/lib/components/VSelect/VSelect.js +0 -1
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +67 -67
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.d.ts +0 -15
- package/lib/labs/VFileUpload/VFileUpload.js +9 -39
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/package.json +1 -1
- package/lib/components/VProgressLinear/chunks.d.ts +0 -55
- package/lib/components/VProgressLinear/chunks.js +0 -62
- package/lib/components/VProgressLinear/chunks.js.map +0 -1
- package/lib/composables/fileFilter.d.ts +0 -18
- package/lib/composables/fileFilter.js +0 -38
- package/lib/composables/fileFilter.js.map +0 -1
@@ -24,22 +24,30 @@
|
|
24
24
|
"from": "labs/VCalendar",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
-
"
|
28
|
-
"from": "labs/
|
27
|
+
"VStepperVertical": {
|
28
|
+
"from": "labs/VStepperVertical",
|
29
29
|
"styles": []
|
30
30
|
},
|
31
|
-
"
|
32
|
-
"from": "labs/
|
31
|
+
"VStepperVerticalItem": {
|
32
|
+
"from": "labs/VStepperVertical",
|
33
33
|
"styles": []
|
34
34
|
},
|
35
|
-
"
|
36
|
-
"from": "labs/
|
35
|
+
"VStepperVerticalActions": {
|
36
|
+
"from": "labs/VStepperVertical",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VColorInput": {
|
40
|
+
"from": "labs/VColorInput",
|
37
41
|
"styles": []
|
38
42
|
},
|
39
43
|
"VIconBtn": {
|
40
44
|
"from": "labs/VIconBtn",
|
41
45
|
"styles": []
|
42
46
|
},
|
47
|
+
"VHotkey": {
|
48
|
+
"from": "labs/VHotkey",
|
49
|
+
"styles": []
|
50
|
+
},
|
43
51
|
"VPicker": {
|
44
52
|
"from": "labs/VPicker",
|
45
53
|
"styles": []
|
@@ -48,22 +56,6 @@
|
|
48
56
|
"from": "labs/VPicker",
|
49
57
|
"styles": []
|
50
58
|
},
|
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
|
-
"VHotkey": {
|
64
|
-
"from": "labs/VHotkey",
|
65
|
-
"styles": []
|
66
|
-
},
|
67
59
|
"VDateInput": {
|
68
60
|
"from": "labs/VDateInput",
|
69
61
|
"styles": []
|
@@ -75,6 +67,14 @@
|
|
75
67
|
"VPullToRefresh": {
|
76
68
|
"from": "labs/VPullToRefresh",
|
77
69
|
"styles": []
|
70
|
+
},
|
71
|
+
"VFileUpload": {
|
72
|
+
"from": "labs/VFileUpload",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
|
+
"VFileUploadItem": {
|
76
|
+
"from": "labs/VFileUpload",
|
77
|
+
"styles": []
|
78
78
|
}
|
79
79
|
}
|
80
80
|
}
|