vuetify 3.9.6 → 3.9.7
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/dist/json/attributes.json +2761 -2761
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +206 -206
- package/dist/json/web-types.json +5372 -5295
- package/dist/vuetify-labs.cjs +51 -52
- package/dist/vuetify-labs.css +5946 -5832
- package/dist/vuetify-labs.d.ts +168 -94
- package/dist/vuetify-labs.esm.js +51 -52
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +51 -52
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +26 -22
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +1937 -1823
- package/dist/vuetify.d.ts +91 -91
- package/dist/vuetify.esm.js +26 -22
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +26 -22
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +35 -32
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAlert/VAlert.css +12 -0
- package/lib/components/VAlert/VAlert.sass +13 -0
- package/lib/components/VAutocomplete/VAutocomplete.css +2 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +3 -2
- package/lib/components/VBtn/VBtn.sass +1 -4
- package/lib/components/VCard/VCard.css +6 -0
- package/lib/components/VCard/VCard.sass +5 -0
- package/lib/components/VChip/VChip.css +6 -0
- package/lib/components/VChip/VChip.sass +5 -0
- package/lib/components/VChipGroup/VChipGroup.css +25 -0
- package/lib/components/VChipGroup/VChipGroup.sass +23 -0
- package/lib/components/VCombobox/VCombobox.css +2 -1
- package/lib/components/VCombobox/VCombobox.sass +3 -2
- package/lib/components/VList/VListItem.css +30 -0
- package/lib/components/VList/VListItem.d.ts +3 -3
- package/lib/components/VList/VListItem.sass +29 -0
- package/lib/components/VOtpInput/VOtpInput.js +1 -2
- package/lib/components/VOtpInput/VOtpInput.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.css +3 -3
- package/lib/components/VProgressLinear/VProgressLinear.js +5 -6
- package/lib/components/VProgressLinear/VProgressLinear.js.map +1 -1
- package/lib/components/VProgressLinear/VProgressLinear.sass +3 -3
- package/lib/components/VSelect/VSelect.css +2 -1
- package/lib/components/VSelect/VSelect.sass +3 -2
- package/lib/components/VSlideGroup/VSlideGroup.js +5 -4
- package/lib/components/VSlideGroup/VSlideGroup.js.map +1 -1
- package/lib/components/VSnackbar/VSnackbar.css +5 -0
- package/lib/components/VSnackbar/VSnackbar.sass +3 -0
- package/lib/components/VTimeline/VTimeline.css +22 -0
- package/lib/components/VTimeline/VTimeline.sass +12 -0
- package/lib/components/VTreeview/VTreeviewItem.css +13 -8
- package/lib/components/VTreeview/VTreeviewItem.d.ts +9 -9
- package/lib/components/VTreeview/VTreeviewItem.sass +12 -8
- package/lib/composables/filter.js +3 -1
- package/lib/composables/filter.js.map +1 -1
- package/lib/composables/nested/nested.d.ts +1 -1
- package/lib/composables/nested/nested.js +5 -2
- package/lib/composables/nested/nested.js.map +1 -1
- package/lib/composables/rounded.js +3 -3
- package/lib/composables/rounded.js.map +1 -1
- package/lib/directives/touch/index.js +2 -2
- package/lib/directives/touch/index.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +79 -79
- package/lib/framework.js +1 -1
- package/lib/labs/VDateInput/VDateInput.d.ts +78 -3
- package/lib/labs/VDateInput/VDateInput.js +3 -1
- package/lib/labs/VDateInput/VDateInput.js.map +1 -1
- package/lib/labs/VVideo/VVideo.css +4 -4
- package/lib/labs/VVideo/VVideo.js +24 -33
- package/lib/labs/VVideo/VVideo.js.map +1 -1
- package/lib/labs/VVideo/VVideo.sass +4 -4
- package/package.json +2 -2
|
@@ -28,18 +28,22 @@
|
|
|
28
28
|
"from": "labs/VColorInput",
|
|
29
29
|
"styles": []
|
|
30
30
|
},
|
|
31
|
-
"
|
|
32
|
-
"from": "labs/
|
|
31
|
+
"VPicker": {
|
|
32
|
+
"from": "labs/VPicker",
|
|
33
33
|
"styles": []
|
|
34
34
|
},
|
|
35
|
-
"
|
|
36
|
-
"from": "labs/
|
|
35
|
+
"VPickerTitle": {
|
|
36
|
+
"from": "labs/VPicker",
|
|
37
37
|
"styles": []
|
|
38
38
|
},
|
|
39
39
|
"VIconBtn": {
|
|
40
40
|
"from": "labs/VIconBtn",
|
|
41
41
|
"styles": []
|
|
42
42
|
},
|
|
43
|
+
"VHotkey": {
|
|
44
|
+
"from": "labs/VHotkey",
|
|
45
|
+
"styles": []
|
|
46
|
+
},
|
|
43
47
|
"VPie": {
|
|
44
48
|
"from": "labs/VPie",
|
|
45
49
|
"styles": []
|
|
@@ -52,28 +56,24 @@
|
|
|
52
56
|
"from": "labs/VPie",
|
|
53
57
|
"styles": []
|
|
54
58
|
},
|
|
55
|
-
"
|
|
56
|
-
"from": "labs/
|
|
57
|
-
"styles": []
|
|
58
|
-
},
|
|
59
|
-
"VPickerTitle": {
|
|
60
|
-
"from": "labs/VPicker",
|
|
59
|
+
"VDateInput": {
|
|
60
|
+
"from": "labs/VDateInput",
|
|
61
61
|
"styles": []
|
|
62
62
|
},
|
|
63
|
-
"
|
|
64
|
-
"from": "labs/
|
|
63
|
+
"VMaskInput": {
|
|
64
|
+
"from": "labs/VMaskInput",
|
|
65
65
|
"styles": []
|
|
66
66
|
},
|
|
67
|
-
"
|
|
68
|
-
"from": "labs/
|
|
67
|
+
"VFileUpload": {
|
|
68
|
+
"from": "labs/VFileUpload",
|
|
69
69
|
"styles": []
|
|
70
70
|
},
|
|
71
|
-
"
|
|
72
|
-
"from": "labs/
|
|
71
|
+
"VFileUploadItem": {
|
|
72
|
+
"from": "labs/VFileUpload",
|
|
73
73
|
"styles": []
|
|
74
74
|
},
|
|
75
|
-
"
|
|
76
|
-
"from": "labs/
|
|
75
|
+
"VPullToRefresh": {
|
|
76
|
+
"from": "labs/VPullToRefresh",
|
|
77
77
|
"styles": []
|
|
78
78
|
},
|
|
79
79
|
"VVideo": {
|
|
@@ -88,16 +88,16 @@
|
|
|
88
88
|
"from": "labs/VVideo",
|
|
89
89
|
"styles": []
|
|
90
90
|
},
|
|
91
|
-
"
|
|
92
|
-
"from": "labs/
|
|
91
|
+
"VStepperVertical": {
|
|
92
|
+
"from": "labs/VStepperVertical",
|
|
93
93
|
"styles": []
|
|
94
94
|
},
|
|
95
|
-
"
|
|
96
|
-
"from": "labs/
|
|
95
|
+
"VStepperVerticalItem": {
|
|
96
|
+
"from": "labs/VStepperVertical",
|
|
97
97
|
"styles": []
|
|
98
98
|
},
|
|
99
|
-
"
|
|
100
|
-
"from": "labs/
|
|
99
|
+
"VStepperVerticalActions": {
|
|
100
|
+
"from": "labs/VStepperVertical",
|
|
101
101
|
"styles": []
|
|
102
102
|
}
|
|
103
103
|
}
|