@vuetify/nightly 3.9.1-dev.2025-07-17 → 3.9.2-master.2025-07-18

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 (61) hide show
  1. package/CHANGELOG.md +3 -14
  2. package/dist/json/attributes.json +3514 -3534
  3. package/dist/json/importMap-labs.json +24 -24
  4. package/dist/json/importMap.json +192 -192
  5. package/dist/json/tags.json +0 -5
  6. package/dist/json/web-types.json +19798 -6490
  7. package/dist/vuetify-labs.cjs +88 -278
  8. package/dist/vuetify-labs.css +4475 -4477
  9. package/dist/vuetify-labs.d.ts +64 -126
  10. package/dist/vuetify-labs.esm.js +88 -278
  11. package/dist/vuetify-labs.esm.js.map +1 -1
  12. package/dist/vuetify-labs.js +88 -278
  13. package/dist/vuetify-labs.min.css +2 -2
  14. package/dist/vuetify.cjs +79 -240
  15. package/dist/vuetify.cjs.map +1 -1
  16. package/dist/vuetify.css +2683 -2685
  17. package/dist/vuetify.d.ts +64 -116
  18. package/dist/vuetify.esm.js +79 -240
  19. package/dist/vuetify.esm.js.map +1 -1
  20. package/dist/vuetify.js +79 -240
  21. package/dist/vuetify.js.map +1 -1
  22. package/dist/vuetify.min.css +2 -2
  23. package/dist/vuetify.min.js +702 -724
  24. package/dist/vuetify.min.js.map +1 -1
  25. package/lib/components/VAutocomplete/VAutocomplete.js +0 -1
  26. package/lib/components/VAutocomplete/VAutocomplete.js.map +1 -1
  27. package/lib/components/VCombobox/VCombobox.js +0 -1
  28. package/lib/components/VCombobox/VCombobox.js.map +1 -1
  29. package/lib/components/VFileInput/VFileInput.d.ts +0 -15
  30. package/lib/components/VFileInput/VFileInput.js +9 -38
  31. package/lib/components/VFileInput/VFileInput.js.map +1 -1
  32. package/lib/components/VList/VList.js +1 -2
  33. package/lib/components/VList/VList.js.map +1 -1
  34. package/lib/components/VList/VListItem.js +1 -7
  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 +0 -75
  38. package/lib/components/VProgressLinear/VProgressLinear.js +6 -32
  39. package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
  40. package/lib/components/VProgressLinear/VProgressLinear.sass +2 -2
  41. package/lib/components/VSelect/VSelect.js +0 -1
  42. package/lib/components/VSelect/VSelect.js.map +1 -1
  43. package/lib/components/VTreeview/VTreeview.js +2 -3
  44. package/lib/components/VTreeview/VTreeview.js.map +1 -1
  45. package/lib/components/VTreeview/VTreeviewChildren.js +59 -59
  46. package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
  47. package/lib/entry-bundler.js +1 -1
  48. package/lib/entry-bundler.js.map +1 -1
  49. package/lib/framework.d.ts +64 -64
  50. package/lib/framework.js +1 -1
  51. package/lib/framework.js.map +1 -1
  52. package/lib/labs/VFileUpload/VFileUpload.d.ts +0 -15
  53. package/lib/labs/VFileUpload/VFileUpload.js +9 -39
  54. package/lib/labs/VFileUpload/VFileUpload.js.map +1 -1
  55. package/package.json +1 -1
  56. package/lib/components/VProgressLinear/chunks.d.ts +0 -55
  57. package/lib/components/VProgressLinear/chunks.js +0 -62
  58. package/lib/components/VProgressLinear/chunks.js.map +0 -1
  59. package/lib/composables/fileFilter.d.ts +0 -18
  60. package/lib/composables/fileFilter.js +0 -38
  61. package/lib/composables/fileFilter.js.map +0 -1
@@ -1,23 +1,11 @@
1
1
  {
2
2
  "components": {
3
- "VIconBtn": {
4
- "from": "labs/VIconBtn",
5
- "styles": []
6
- },
7
- "VColorInput": {
8
- "from": "labs/VColorInput",
9
- "styles": []
10
- },
11
- "VStepperVertical": {
12
- "from": "labs/VStepperVertical",
13
- "styles": []
14
- },
15
- "VStepperVerticalItem": {
16
- "from": "labs/VStepperVertical",
3
+ "VFileUpload": {
4
+ "from": "labs/VFileUpload",
17
5
  "styles": []
18
6
  },
19
- "VStepperVerticalActions": {
20
- "from": "labs/VStepperVertical",
7
+ "VFileUploadItem": {
8
+ "from": "labs/VFileUpload",
21
9
  "styles": []
22
10
  },
23
11
  "VCalendar": {
@@ -44,14 +32,6 @@
44
32
  "from": "labs/VCalendar",
45
33
  "styles": []
46
34
  },
47
- "VFileUpload": {
48
- "from": "labs/VFileUpload",
49
- "styles": []
50
- },
51
- "VFileUploadItem": {
52
- "from": "labs/VFileUpload",
53
- "styles": []
54
- },
55
35
  "VPicker": {
56
36
  "from": "labs/VPicker",
57
37
  "styles": []
@@ -60,10 +40,30 @@
60
40
  "from": "labs/VPicker",
61
41
  "styles": []
62
42
  },
43
+ "VStepperVertical": {
44
+ "from": "labs/VStepperVertical",
45
+ "styles": []
46
+ },
47
+ "VStepperVerticalItem": {
48
+ "from": "labs/VStepperVertical",
49
+ "styles": []
50
+ },
51
+ "VStepperVerticalActions": {
52
+ "from": "labs/VStepperVertical",
53
+ "styles": []
54
+ },
55
+ "VColorInput": {
56
+ "from": "labs/VColorInput",
57
+ "styles": []
58
+ },
63
59
  "VHotkey": {
64
60
  "from": "labs/VHotkey",
65
61
  "styles": []
66
62
  },
63
+ "VIconBtn": {
64
+ "from": "labs/VIconBtn",
65
+ "styles": []
66
+ },
67
67
  "VDateInput": {
68
68
  "from": "labs/VDateInput",
69
69
  "styles": []