@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.
Files changed (60) hide show
  1. package/CHANGELOG.md +6 -62
  2. package/dist/json/attributes.json +4301 -4281
  3. package/dist/json/importMap-labs.json +26 -26
  4. package/dist/json/importMap.json +188 -188
  5. package/dist/json/tags.json +5 -0
  6. package/dist/json/web-types.json +7597 -7527
  7. package/dist/vuetify-labs.cjs +228 -33
  8. package/dist/vuetify-labs.css +5466 -5464
  9. package/dist/vuetify-labs.d.ts +134 -71
  10. package/dist/vuetify-labs.esm.js +228 -33
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +228 -33
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +190 -24
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +5163 -5161
  17. package/dist/vuetify.d.ts +124 -71
  18. package/dist/vuetify.esm.js +190 -24
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +190 -24
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +731 -708
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAutocomplete/VAutocomplete.js +1 -0
  26. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  27. package/lib/components/VCombobox/VCombobox.js +11 -6
  28. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  29. package/lib/components/VFileInput/VFileInput.d.ts +15 -0
  30. package/lib/components/VFileInput/VFileInput.js +38 -9
  31. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  32. package/lib/components/VList/VList.js +2 -1
  33. package/lib/components/VList/VList.js.map +1 -1
  34. package/lib/components/VList/VListItem.js +7 -1
  35. package/lib/components/VList/VListItem.js.map +1 -1
  36. package/lib/components/VProgressLinear/VProgressLinear.css +1 -1
  37. package/lib/components/VProgressLinear/VProgressLinear.d.ts +75 -0
  38. package/lib/components/VProgressLinear/VProgressLinear.js +32 -6
  39. package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
  40. package/lib/components/VProgressLinear/VProgressLinear.sass +1 -1
  41. package/lib/components/VProgressLinear/chunks.d.ts +55 -0
  42. package/lib/components/VProgressLinear/chunks.js +62 -0
  43. package/lib/components/VProgressLinear/chunks.js.map +1 -0
  44. package/lib/components/VSelect/VSelect.js +1 -0
  45. package/lib/components/VSelect/VSelect.js.map +1 -1
  46. package/lib/composables/fileFilter.d.ts +18 -0
  47. package/lib/composables/fileFilter.js +38 -0
  48. package/lib/composables/fileFilter.js.map +1 -0
  49. package/lib/composables/theme.d.ts +1 -0
  50. package/lib/composables/theme.js +3 -1
  51. package/lib/composables/theme.js.map +1 -1
  52. package/lib/entry-bundler.js +1 -1
  53. package/lib/entry-bundler.js.map +1 -1
  54. package/lib/framework.d.ts +72 -71
  55. package/lib/framework.js +1 -1
  56. package/lib/framework.js.map +1 -1
  57. package/lib/labs/VFileUpload/VFileUpload.d.ts +15 -0
  58. package/lib/labs/VFileUpload/VFileUpload.js +39 -9
  59. package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
  60. 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
- "VColorInput": {
36
- "from": "labs/VColorInput",
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
- "VPicker": {
52
- "from": "labs/VPicker",
53
- "styles": []
54
- },
55
- "VPickerTitle": {
56
- "from": "labs/VPicker",
63
+ "VVideo": {
64
+ "from": "labs/VVideo",
57
65
  "styles": []
58
66
  },
59
- "VIconBtn": {
60
- "from": "labs/VIconBtn",
67
+ "VVideoControls": {
68
+ "from": "labs/VVideo",
61
69
  "styles": []
62
70
  },
63
- "VHotkey": {
64
- "from": "labs/VHotkey",
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
- "VVideo": {
80
- "from": "labs/VVideo",
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
  }