@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.
Files changed (45) hide show
  1. package/CHANGELOG.md +9 -3
  2. package/dist/json/attributes.json +3261 -3241
  3. package/dist/json/importMap-labs.json +24 -24
  4. package/dist/json/importMap.json +202 -202
  5. package/dist/json/tags.json +5 -0
  6. package/dist/json/web-types.json +6129 -6059
  7. package/dist/vuetify-labs.cjs +204 -25
  8. package/dist/vuetify-labs.css +4800 -4798
  9. package/dist/vuetify-labs.d.ts +129 -67
  10. package/dist/vuetify-labs.esm.js +204 -25
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +204 -25
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +166 -16
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +3987 -3985
  17. package/dist/vuetify.d.ts +119 -67
  18. package/dist/vuetify.esm.js +166 -16
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +166 -16
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +710 -688
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VFileInput/VFileInput.d.ts +15 -0
  26. package/lib/components/VFileInput/VFileInput.js +38 -9
  27. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  28. package/lib/components/VProgressLinear/VProgressLinear.css +1 -1
  29. package/lib/components/VProgressLinear/VProgressLinear.d.ts +75 -0
  30. package/lib/components/VProgressLinear/VProgressLinear.js +32 -6
  31. package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
  32. package/lib/components/VProgressLinear/VProgressLinear.sass +2 -2
  33. package/lib/components/VProgressLinear/chunks.d.ts +55 -0
  34. package/lib/components/VProgressLinear/chunks.js +62 -0
  35. package/lib/components/VProgressLinear/chunks.js.map +1 -0
  36. package/lib/composables/fileFilter.d.ts +18 -0
  37. package/lib/composables/fileFilter.js +38 -0
  38. package/lib/composables/fileFilter.js.map +1 -0
  39. package/lib/entry-bundler.js +1 -1
  40. package/lib/framework.d.ts +67 -67
  41. package/lib/framework.js +1 -1
  42. package/lib/labs/VFileUpload/VFileUpload.d.ts +15 -0
  43. package/lib/labs/VFileUpload/VFileUpload.js +39 -9
  44. package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
  45. 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": []