@vuetify/nightly 3.9.2-master.2025-07-29 → 3.9.3-dev.2025-07-30
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 +6 -62
- package/dist/json/attributes.json +4301 -4281
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +188 -188
- package/dist/json/tags.json +5 -0
- package/dist/json/web-types.json +7597 -7527
- package/dist/vuetify-labs.cjs +228 -33
- package/dist/vuetify-labs.css +5466 -5464
- package/dist/vuetify-labs.d.ts +134 -71
- package/dist/vuetify-labs.esm.js +228 -33
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +228 -33
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +190 -24
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5163 -5161
- package/dist/vuetify.d.ts +124 -71
- package/dist/vuetify.esm.js +190 -24
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +190 -24
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +731 -708
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.js +1 -0
- package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
- package/lib/components/VCombobox/VCombobox.js +11 -6
- package/lib/components/VCombobox/VCombobox.js.map +1 -1
- package/lib/components/VFileInput/VFileInput.d.ts +15 -0
- package/lib/components/VFileInput/VFileInput.js +38 -9
- package/lib/components/VFileInput/VFileInput.js.map +1 -1
- package/lib/components/VList/VList.js +2 -1
- package/lib/components/VList/VList.js.map +1 -1
- package/lib/components/VList/VListItem.js +7 -1
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.d.ts +75 -0
- package/lib/components/VProgressLinear/VProgressLinear.js +32 -6
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +1 -1
- package/lib/components/VProgressLinear/chunks.d.ts +55 -0
- package/lib/components/VProgressLinear/chunks.js +62 -0
- package/lib/components/VProgressLinear/chunks.js.map +1 -0
- package/lib/components/VSelect/VSelect.js +1 -0
- package/lib/components/VSelect/VSelect.js.map +1 -1
- package/lib/composables/fileFilter.d.ts +18 -0
- package/lib/composables/fileFilter.js +38 -0
- package/lib/composables/fileFilter.js.map +1 -0
- package/lib/composables/theme.d.ts +1 -0
- package/lib/composables/theme.js +3 -1
- package/lib/composables/theme.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/entry-bundler.js.map +1 -1
- package/lib/framework.d.ts +72 -71
- package/lib/framework.js +1 -1
- package/lib/framework.js.map +1 -1
- package/lib/labs/VFileUpload/VFileUpload.d.ts +15 -0
- package/lib/labs/VFileUpload/VFileUpload.js +39 -9
- package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
- package/package.json +1 -1
@@ -24,6 +24,14 @@
|
|
24
24
|
"from": "labs/VCalendar",
|
25
25
|
"styles": []
|
26
26
|
},
|
27
|
+
"VColorInput": {
|
28
|
+
"from": "labs/VColorInput",
|
29
|
+
"styles": []
|
30
|
+
},
|
31
|
+
"VIconBtn": {
|
32
|
+
"from": "labs/VIconBtn",
|
33
|
+
"styles": []
|
34
|
+
},
|
27
35
|
"VFileUpload": {
|
28
36
|
"from": "labs/VFileUpload",
|
29
37
|
"styles": []
|
@@ -32,8 +40,12 @@
|
|
32
40
|
"from": "labs/VFileUpload",
|
33
41
|
"styles": []
|
34
42
|
},
|
35
|
-
"
|
36
|
-
"from": "labs/
|
43
|
+
"VPicker": {
|
44
|
+
"from": "labs/VPicker",
|
45
|
+
"styles": []
|
46
|
+
},
|
47
|
+
"VPickerTitle": {
|
48
|
+
"from": "labs/VPicker",
|
37
49
|
"styles": []
|
38
50
|
},
|
39
51
|
"VStepperVertical": {
|
@@ -48,20 +60,16 @@
|
|
48
60
|
"from": "labs/VStepperVertical",
|
49
61
|
"styles": []
|
50
62
|
},
|
51
|
-
"
|
52
|
-
"from": "labs/
|
53
|
-
"styles": []
|
54
|
-
},
|
55
|
-
"VPickerTitle": {
|
56
|
-
"from": "labs/VPicker",
|
63
|
+
"VVideo": {
|
64
|
+
"from": "labs/VVideo",
|
57
65
|
"styles": []
|
58
66
|
},
|
59
|
-
"
|
60
|
-
"from": "labs/
|
67
|
+
"VVideoControls": {
|
68
|
+
"from": "labs/VVideo",
|
61
69
|
"styles": []
|
62
70
|
},
|
63
|
-
"
|
64
|
-
"from": "labs/
|
71
|
+
"VVideoVolume": {
|
72
|
+
"from": "labs/VVideo",
|
65
73
|
"styles": []
|
66
74
|
},
|
67
75
|
"VPie": {
|
@@ -76,29 +84,21 @@
|
|
76
84
|
"from": "labs/VPie",
|
77
85
|
"styles": []
|
78
86
|
},
|
79
|
-
"
|
80
|
-
"from": "labs/
|
81
|
-
"styles": []
|
82
|
-
},
|
83
|
-
"VVideoControls": {
|
84
|
-
"from": "labs/VVideo",
|
85
|
-
"styles": []
|
86
|
-
},
|
87
|
-
"VVideoVolume": {
|
88
|
-
"from": "labs/VVideo",
|
87
|
+
"VHotkey": {
|
88
|
+
"from": "labs/VHotkey",
|
89
89
|
"styles": []
|
90
90
|
},
|
91
91
|
"VDateInput": {
|
92
92
|
"from": "labs/VDateInput",
|
93
93
|
"styles": []
|
94
94
|
},
|
95
|
-
"VMaskInput": {
|
96
|
-
"from": "labs/VMaskInput",
|
97
|
-
"styles": []
|
98
|
-
},
|
99
95
|
"VPullToRefresh": {
|
100
96
|
"from": "labs/VPullToRefresh",
|
101
97
|
"styles": []
|
98
|
+
},
|
99
|
+
"VMaskInput": {
|
100
|
+
"from": "labs/VMaskInput",
|
101
|
+
"styles": []
|
102
102
|
}
|
103
103
|
}
|
104
104
|
}
|