@vuetify/nightly 3.2.2-master-20230501.0 → 3.2.2-master-20230502.0
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 +9 -2
- package/dist/json/attributes.json +770 -634
- package/dist/json/importMap.json +4 -4
- package/dist/json/tags.json +35 -1
- package/dist/json/web-types.json +1649 -1319
- package/dist/vuetify-labs.css +183 -177
- package/dist/vuetify-labs.d.ts +386 -53
- package/dist/vuetify-labs.esm.js +55 -64
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +55 -64
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +100 -94
- package/dist/vuetify.d.ts +387 -54
- package/dist/vuetify.esm.js +55 -64
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +55 -64
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +115 -116
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAppBar/VAppBar.mjs +7 -11
- package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
- package/lib/components/VAppBar/VAppBarNavIcon.mjs +10 -16
- package/lib/components/VAppBar/VAppBarNavIcon.mjs.map +1 -1
- package/lib/components/VAppBar/index.d.ts +394 -28
- package/lib/components/VAutocomplete/VAutocomplete.css +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +5 -2
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.sass +1 -1
- package/lib/components/VBtn/VBtn.mjs +7 -6
- package/lib/components/VBtn/VBtn.mjs.map +1 -1
- package/lib/components/VCombobox/VCombobox.mjs +5 -2
- package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +2 -1
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -8
- package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.mjs +5 -2
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSheet/VSheet.css +6 -0
- package/lib/components/VSheet/_variables.scss +1 -1
- package/lib/components/VTextField/VTextField.mjs +1 -1
- package/lib/components/VTextField/VTextField.mjs.map +1 -1
- package/lib/components/VTextarea/VTextarea.mjs +1 -1
- package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
- package/lib/components/index.d.ts +386 -53
- package/lib/composables/scroll.mjs +16 -17
- package/lib/composables/scroll.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/json/importMap.json
CHANGED
|
@@ -264,6 +264,10 @@
|
|
|
264
264
|
"from": "components/VMain/index.mjs",
|
|
265
265
|
"styles": []
|
|
266
266
|
},
|
|
267
|
+
"VMenu": {
|
|
268
|
+
"from": "components/VMenu/index.mjs",
|
|
269
|
+
"styles": []
|
|
270
|
+
},
|
|
267
271
|
"VMessages": {
|
|
268
272
|
"from": "components/VMessages/index.mjs",
|
|
269
273
|
"styles": []
|
|
@@ -527,10 +531,6 @@
|
|
|
527
531
|
"VDialogTransition": {
|
|
528
532
|
"from": "components/transitions/index.mjs",
|
|
529
533
|
"styles": []
|
|
530
|
-
},
|
|
531
|
-
"VMenu": {
|
|
532
|
-
"from": "components/VMenu/index.mjs",
|
|
533
|
-
"styles": []
|
|
534
534
|
}
|
|
535
535
|
},
|
|
536
536
|
"directives": [
|
package/dist/json/tags.json
CHANGED
|
@@ -74,7 +74,41 @@
|
|
|
74
74
|
},
|
|
75
75
|
"v-app-bar-nav-icon": {
|
|
76
76
|
"attributes": [
|
|
77
|
-
"
|
|
77
|
+
"active",
|
|
78
|
+
"append-icon",
|
|
79
|
+
"block",
|
|
80
|
+
"border",
|
|
81
|
+
"color",
|
|
82
|
+
"density",
|
|
83
|
+
"disabled",
|
|
84
|
+
"elevation",
|
|
85
|
+
"exact",
|
|
86
|
+
"flat",
|
|
87
|
+
"height",
|
|
88
|
+
"href",
|
|
89
|
+
"icon",
|
|
90
|
+
"loading",
|
|
91
|
+
"location",
|
|
92
|
+
"max-height",
|
|
93
|
+
"max-width",
|
|
94
|
+
"min-height",
|
|
95
|
+
"min-width",
|
|
96
|
+
"position",
|
|
97
|
+
"prepend-icon",
|
|
98
|
+
"replace",
|
|
99
|
+
"ripple",
|
|
100
|
+
"rounded",
|
|
101
|
+
"selected-class",
|
|
102
|
+
"size",
|
|
103
|
+
"stacked",
|
|
104
|
+
"symbol",
|
|
105
|
+
"tag",
|
|
106
|
+
"text",
|
|
107
|
+
"theme",
|
|
108
|
+
"to",
|
|
109
|
+
"value",
|
|
110
|
+
"variant",
|
|
111
|
+
"width"
|
|
78
112
|
],
|
|
79
113
|
"description": ""
|
|
80
114
|
},
|