@vuetify/nightly 3.7.7-dev.2025-01-20 → 3.7.7-dev.2025-01-23
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 +7 -3
- package/dist/json/attributes.json +1847 -1847
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +192 -192
- package/dist/json/web-types.json +3645 -3645
- package/dist/vuetify-labs.css +3069 -3069
- package/dist/vuetify-labs.d.ts +78 -77
- package/dist/vuetify-labs.esm.js +113 -73
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +113 -73
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +4776 -4776
- package/dist/vuetify.d.ts +78 -77
- package/dist/vuetify.esm.js +113 -73
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +113 -73
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +483 -477
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VList/VListGroup.js +1 -0
- package/lib/components/VList/VListGroup.js.map +1 -1
- package/lib/components/VList/VListItem.js +2 -0
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/composables/display.js +4 -1
- package/lib/composables/display.js.map +1 -1
- package/lib/composables/nested/nested.d.ts +1 -1
- package/lib/composables/nested/nested.js +3 -1
- package/lib/composables/nested/nested.js.map +1 -1
- package/lib/composables/nested/selectStrategies.d.ts +1 -0
- package/lib/composables/nested/selectStrategies.js +21 -0
- package/lib/composables/nested/selectStrategies.js.map +1 -1
- package/lib/entry-bundler.d.ts +2 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +77 -76
- package/lib/framework.js +83 -72
- package/lib/framework.js.map +1 -1
- package/lib/labs/entry-bundler.d.ts +2 -1
- package/package.json +1 -1
@@ -1,15 +1,23 @@
|
|
1
1
|
{
|
2
2
|
"components": {
|
3
|
-
"
|
4
|
-
"from": "labs/
|
3
|
+
"VNumberInput": {
|
4
|
+
"from": "labs/VNumberInput/index.js",
|
5
5
|
"styles": []
|
6
6
|
},
|
7
|
-
"
|
8
|
-
"from": "labs/
|
7
|
+
"VPicker": {
|
8
|
+
"from": "labs/VPicker/index.js",
|
9
9
|
"styles": []
|
10
10
|
},
|
11
|
-
"
|
12
|
-
"from": "labs/
|
11
|
+
"VPickerTitle": {
|
12
|
+
"from": "labs/VPicker/index.js",
|
13
|
+
"styles": []
|
14
|
+
},
|
15
|
+
"VFileUpload": {
|
16
|
+
"from": "labs/VFileUpload/index.js",
|
17
|
+
"styles": []
|
18
|
+
},
|
19
|
+
"VFileUploadItem": {
|
20
|
+
"from": "labs/VFileUpload/index.js",
|
13
21
|
"styles": []
|
14
22
|
},
|
15
23
|
"VCalendar": {
|
@@ -36,24 +44,16 @@
|
|
36
44
|
"from": "labs/VCalendar/index.js",
|
37
45
|
"styles": []
|
38
46
|
},
|
39
|
-
"
|
40
|
-
"from": "labs/
|
41
|
-
"styles": []
|
42
|
-
},
|
43
|
-
"VFileUploadItem": {
|
44
|
-
"from": "labs/VFileUpload/index.js",
|
45
|
-
"styles": []
|
46
|
-
},
|
47
|
-
"VNumberInput": {
|
48
|
-
"from": "labs/VNumberInput/index.js",
|
47
|
+
"VStepperVertical": {
|
48
|
+
"from": "labs/VStepperVertical/index.js",
|
49
49
|
"styles": []
|
50
50
|
},
|
51
|
-
"
|
52
|
-
"from": "labs/
|
51
|
+
"VStepperVerticalItem": {
|
52
|
+
"from": "labs/VStepperVertical/index.js",
|
53
53
|
"styles": []
|
54
54
|
},
|
55
|
-
"
|
56
|
-
"from": "labs/
|
55
|
+
"VStepperVerticalActions": {
|
56
|
+
"from": "labs/VStepperVertical/index.js",
|
57
57
|
"styles": []
|
58
58
|
},
|
59
59
|
"VTreeview": {
|
@@ -84,13 +84,13 @@
|
|
84
84
|
"from": "labs/VDateInput/index.js",
|
85
85
|
"styles": []
|
86
86
|
},
|
87
|
-
"VSnackbarQueue": {
|
88
|
-
"from": "labs/VSnackbarQueue/index.js",
|
89
|
-
"styles": []
|
90
|
-
},
|
91
87
|
"VPullToRefresh": {
|
92
88
|
"from": "labs/VPullToRefresh/index.js",
|
93
89
|
"styles": []
|
90
|
+
},
|
91
|
+
"VSnackbarQueue": {
|
92
|
+
"from": "labs/VSnackbarQueue/index.js",
|
93
|
+
"styles": []
|
94
94
|
}
|
95
95
|
}
|
96
96
|
}
|