vuetify 3.3.9 → 3.3.10
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/importMap.json +4 -4
- package/dist/json/web-types.json +1 -1
- package/dist/vuetify-labs.css +1043 -1041
- package/dist/vuetify-labs.d.ts +2 -1
- package/dist/vuetify-labs.esm.js +41 -9
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +41 -9
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +220 -218
- package/dist/vuetify.d.ts +3 -2
- package/dist/vuetify.esm.js +41 -9
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +41 -9
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +24 -18
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VAutocomplete/VAutocomplete.mjs +9 -0
- package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
- package/lib/components/VFileInput/VFileInput.mjs +1 -0
- package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
- package/lib/components/VNavigationDrawer/sticky.mjs +1 -1
- package/lib/components/VNavigationDrawer/sticky.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.css +1 -0
- package/lib/components/VSelect/VSelect.mjs +13 -5
- package/lib/components/VSelect/VSelect.mjs.map +1 -1
- package/lib/components/VSelect/VSelect.sass +1 -0
- package/lib/components/VTable/VTable.css +8 -4
- package/lib/components/VTable/VTable.sass +4 -4
- package/lib/components/VTextarea/VTextarea.css +0 -3
- package/lib/components/VTextarea/VTextarea.sass +0 -4
- package/lib/composables/defaults.mjs.map +1 -1
- package/lib/composables/forwardRefs.mjs +14 -0
- package/lib/composables/forwardRefs.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/entry-bundler.mjs.map +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/framework.mjs.map +1 -1
- package/lib/index.d.mts +3 -2
- package/package.json +2 -2
package/dist/json/importMap.json
CHANGED
|
@@ -132,6 +132,10 @@
|
|
|
132
132
|
"from": "components/VColorPicker/index.mjs",
|
|
133
133
|
"styles": []
|
|
134
134
|
},
|
|
135
|
+
"VCombobox": {
|
|
136
|
+
"from": "components/VCombobox/index.mjs",
|
|
137
|
+
"styles": []
|
|
138
|
+
},
|
|
135
139
|
"VCounter": {
|
|
136
140
|
"from": "components/VCounter/index.mjs",
|
|
137
141
|
"styles": []
|
|
@@ -176,10 +180,6 @@
|
|
|
176
180
|
"from": "components/VFooter/index.mjs",
|
|
177
181
|
"styles": []
|
|
178
182
|
},
|
|
179
|
-
"VCombobox": {
|
|
180
|
-
"from": "components/VCombobox/index.mjs",
|
|
181
|
-
"styles": []
|
|
182
|
-
},
|
|
183
183
|
"VIcon": {
|
|
184
184
|
"from": "components/VIcon/index.mjs",
|
|
185
185
|
"styles": []
|