@vuetify/nightly 3.9.0-dev.2025-07-15 → 3.9.0-dev.2025-07-16
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 +9 -3
- package/dist/json/attributes.json +3261 -3241
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +202 -202
- package/dist/json/tags.json +5 -0
- package/dist/json/web-types.json +6129 -6059
- package/dist/vuetify-labs.cjs +204 -25
- package/dist/vuetify-labs.css +4800 -4798
- package/dist/vuetify-labs.d.ts +129 -67
- package/dist/vuetify-labs.esm.js +204 -25
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +204 -25
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +166 -16
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3987 -3985
- package/dist/vuetify.d.ts +119 -67
- package/dist/vuetify.esm.js +166 -16
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +166 -16
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +710 -688
- package/dist/vuetify.min.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/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 +2 -2
- 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/composables/fileFilter.d.ts +18 -0
- package/lib/composables/fileFilter.js +38 -0
- package/lib/composables/fileFilter.js.map +1 -0
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +67 -67
- package/lib/framework.js +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
@@ -1,17 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"VFileUpload": {
|
4
|
-
"from": "labs/VFileUpload",
|
5
|
-
"styles": []
|
6
|
-
},
|
7
|
-
"VFileUploadItem": {
|
8
|
-
"from": "labs/VFileUpload",
|
9
|
-
"styles": []
|
10
|
-
},
|
11
|
-
"VColorInput": {
|
12
|
-
"from": "labs/VColorInput",
|
13
|
-
"styles": []
|
14
|
-
},
|
15
3
|
"VCalendar": {
|
16
4
|
"from": "labs/VCalendar",
|
17
5
|
"styles": []
|
@@ -36,10 +24,30 @@
|
|
36
24
|
"from": "labs/VCalendar",
|
37
25
|
"styles": []
|
38
26
|
},
|
27
|
+
"VColorInput": {
|
28
|
+
"from": "labs/VColorInput",
|
29
|
+
"styles": []
|
30
|
+
},
|
39
31
|
"VIconBtn": {
|
40
32
|
"from": "labs/VIconBtn",
|
41
33
|
"styles": []
|
42
34
|
},
|
35
|
+
"VPicker": {
|
36
|
+
"from": "labs/VPicker",
|
37
|
+
"styles": []
|
38
|
+
},
|
39
|
+
"VPickerTitle": {
|
40
|
+
"from": "labs/VPicker",
|
41
|
+
"styles": []
|
42
|
+
},
|
43
|
+
"VFileUpload": {
|
44
|
+
"from": "labs/VFileUpload",
|
45
|
+
"styles": []
|
46
|
+
},
|
47
|
+
"VFileUploadItem": {
|
48
|
+
"from": "labs/VFileUpload",
|
49
|
+
"styles": []
|
50
|
+
},
|
43
51
|
"VStepperVertical": {
|
44
52
|
"from": "labs/VStepperVertical",
|
45
53
|
"styles": []
|
@@ -52,26 +60,18 @@
|
|
52
60
|
"from": "labs/VStepperVertical",
|
53
61
|
"styles": []
|
54
62
|
},
|
55
|
-
"VPicker": {
|
56
|
-
"from": "labs/VPicker",
|
57
|
-
"styles": []
|
58
|
-
},
|
59
|
-
"VPickerTitle": {
|
60
|
-
"from": "labs/VPicker",
|
61
|
-
"styles": []
|
62
|
-
},
|
63
63
|
"VHotkey": {
|
64
64
|
"from": "labs/VHotkey",
|
65
65
|
"styles": []
|
66
66
|
},
|
67
|
-
"VDateInput": {
|
68
|
-
"from": "labs/VDateInput",
|
69
|
-
"styles": []
|
70
|
-
},
|
71
67
|
"VMaskInput": {
|
72
68
|
"from": "labs/VMaskInput",
|
73
69
|
"styles": []
|
74
70
|
},
|
71
|
+
"VDateInput": {
|
72
|
+
"from": "labs/VDateInput",
|
73
|
+
"styles": []
|
74
|
+
},
|
75
75
|
"VPullToRefresh": {
|
76
76
|
"from": "labs/VPullToRefresh",
|
77
77
|
"styles": []
|