@vuetify/nightly 3.11.4-dev.2025-12-21 → 3.11.4-dev.2025-12-22

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 +25 -3
  2. package/dist/json/attributes.json +1109 -1109
  3. package/dist/json/importMap-labs.json +24 -24
  4. package/dist/json/importMap.json +196 -196
  5. package/dist/json/web-types.json +2247 -2247
  6. package/dist/vuetify-labs.cjs +40 -15
  7. package/dist/vuetify-labs.css +4805 -4809
  8. package/dist/vuetify-labs.d.ts +83 -70
  9. package/dist/vuetify-labs.esm.js +40 -15
  10. package/dist/vuetify-labs.esm.js.map +1 -1
  11. package/dist/vuetify-labs.js +40 -15
  12. package/dist/vuetify-labs.min.css +2 -2
  13. package/dist/vuetify.cjs +35 -11
  14. package/dist/vuetify.cjs.map +1 -1
  15. package/dist/vuetify.css +3454 -3458
  16. package/dist/vuetify.d.ts +83 -70
  17. package/dist/vuetify.esm.js +35 -11
  18. package/dist/vuetify.esm.js.map +1 -1
  19. package/dist/vuetify.js +35 -11
  20. package/dist/vuetify.js.map +1 -1
  21. package/dist/vuetify.min.css +2 -2
  22. package/dist/vuetify.min.js +17 -17
  23. package/dist/vuetify.min.js.map +1 -1
  24. package/lib/components/VDataTable/VDataTableRows.js +1 -1
  25. package/lib/components/VDataTable/VDataTableRows.js.map +1 -1
  26. package/lib/components/VDataTable/VDataTableVirtual.js +5 -2
  27. package/lib/components/VDataTable/VDataTableVirtual.js.map +1 -1
  28. package/lib/components/VDataTable/types.d.ts +1 -0
  29. package/lib/components/VDataTable/types.js.map +1 -1
  30. package/lib/components/VDatePicker/VDatePickerYears.js +7 -3
  31. package/lib/components/VDatePicker/VDatePickerYears.js.map +1 -1
  32. package/lib/components/VGrid/VContainer.css +34 -0
  33. package/lib/components/VGrid/VContainer.js +1 -1
  34. package/lib/components/VGrid/VContainer.js.map +1 -1
  35. package/lib/components/VGrid/VContainer.sass +15 -0
  36. package/lib/components/VGrid/VGrid.css +0 -39
  37. package/lib/components/VGrid/VGrid.sass +0 -15
  38. package/lib/components/VGrid/VSpacer.css +3 -0
  39. package/lib/components/VGrid/VSpacer.js +1 -1
  40. package/lib/components/VGrid/VSpacer.js.map +1 -1
  41. package/lib/components/VGrid/VSpacer.sass +5 -0
  42. package/lib/components/VList/VListItem.d.ts +3 -0
  43. package/lib/components/VNumberInput/VNumberInput.js +1 -1
  44. package/lib/components/VNumberInput/VNumberInput.js.map +1 -1
  45. package/lib/components/VTreeview/VTreeviewChildren.js +2 -2
  46. package/lib/components/VTreeview/VTreeviewChildren.js.map +1 -1
  47. package/lib/components/VTreeview/VTreeviewItem.d.ts +9 -0
  48. package/lib/composables/nested/nested.d.ts +3 -0
  49. package/lib/composables/nested/nested.js +17 -0
  50. package/lib/composables/nested/nested.js.map +1 -1
  51. package/lib/entry-bundler.js +1 -1
  52. package/lib/framework.d.ts +71 -70
  53. package/lib/framework.js +1 -1
  54. package/lib/labs/VDateInput/VDateInput.js +5 -4
  55. package/lib/labs/VDateInput/VDateInput.js.map +1 -1
  56. package/lib/styles/settings/_variables.scss +11 -0
  57. package/lib/styles/utilities/_display.sass +2 -1
  58. package/lib/styles/utilities/_elevation.scss +2 -1
  59. package/lib/styles/utilities/_pointer-events.sass +2 -1
  60. package/lib/styles/utilities/_screenreaders.sass +2 -1
  61. package/package.json +1 -1
@@ -1,15 +1,7 @@
1
1
  {
2
2
  "components": {
3
- "VVideo": {
4
- "from": "labs/VVideo",
5
- "styles": []
6
- },
7
- "VVideoControls": {
8
- "from": "labs/VVideo",
9
- "styles": []
10
- },
11
- "VVideoVolume": {
12
- "from": "labs/VVideo",
3
+ "VColorInput": {
4
+ "from": "labs/VColorInput",
13
5
  "styles": []
14
6
  },
15
7
  "VStepperVertical": {
@@ -24,32 +16,32 @@
24
16
  "from": "labs/VStepperVertical",
25
17
  "styles": []
26
18
  },
27
- "VColorInput": {
28
- "from": "labs/VColorInput",
19
+ "VPie": {
20
+ "from": "labs/VPie",
29
21
  "styles": []
30
22
  },
31
- "VIconBtn": {
32
- "from": "labs/VIconBtn",
23
+ "VPieSegment": {
24
+ "from": "labs/VPie",
33
25
  "styles": []
34
26
  },
35
- "VFileUpload": {
36
- "from": "labs/VFileUpload",
27
+ "VPieTooltip": {
28
+ "from": "labs/VPie",
37
29
  "styles": []
38
30
  },
39
- "VFileUploadItem": {
40
- "from": "labs/VFileUpload",
31
+ "VIconBtn": {
32
+ "from": "labs/VIconBtn",
41
33
  "styles": []
42
34
  },
43
- "VPie": {
44
- "from": "labs/VPie",
35
+ "VVideo": {
36
+ "from": "labs/VVideo",
45
37
  "styles": []
46
38
  },
47
- "VPieSegment": {
48
- "from": "labs/VPie",
39
+ "VVideoControls": {
40
+ "from": "labs/VVideo",
49
41
  "styles": []
50
42
  },
51
- "VPieTooltip": {
52
- "from": "labs/VPie",
43
+ "VVideoVolume": {
44
+ "from": "labs/VVideo",
53
45
  "styles": []
54
46
  },
55
47
  "VPicker": {
@@ -60,6 +52,14 @@
60
52
  "from": "labs/VPicker",
61
53
  "styles": []
62
54
  },
55
+ "VFileUpload": {
56
+ "from": "labs/VFileUpload",
57
+ "styles": []
58
+ },
59
+ "VFileUploadItem": {
60
+ "from": "labs/VFileUpload",
61
+ "styles": []
62
+ },
63
63
  "VDateInput": {
64
64
  "from": "labs/VDateInput",
65
65
  "styles": []