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