@vuetify/nightly 3.8.0-beta.0-dev.2025-03-22 → 3.8.0-beta.0-dev.2025-03-24
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 +15 -3
- package/dist/json/attributes.json +3267 -3267
- package/dist/json/importMap-labs.json +8 -8
- package/dist/json/importMap.json +172 -172
- package/dist/json/web-types.json +6204 -6204
- package/dist/vuetify-labs.cjs +8 -4
- package/dist/vuetify-labs.css +3402 -3402
- package/dist/vuetify-labs.d.ts +54 -54
- package/dist/vuetify-labs.esm.js +8 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +8 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +8 -4
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +5931 -5931
- package/dist/vuetify.d.ts +54 -54
- package/dist/vuetify.esm.js +8 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +8 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VField/VField.css +2 -2
- package/lib/components/VField/VField.js +5 -1
- package/lib/components/VField/VField.js.map +1 -1
- package/lib/components/VField/_variables.scss +1 -1
- package/lib/components/VInput/VInput.css +15 -15
- package/lib/components/VInput/VInput.sass +4 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +54 -54
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.0-beta.0-dev.2025-03-
|
2
|
+
* Vuetify v3.8.0-beta.0-dev.2025-03-24
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -12135,7 +12135,11 @@
|
|
12135
12135
|
},
|
12136
12136
|
focus,
|
12137
12137
|
blur
|
12138
|
-
})
|
12138
|
+
}) ?? vue.createVNode("div", {
|
12139
|
+
"id": id.value,
|
12140
|
+
"class": "v-field__input",
|
12141
|
+
"aria-describedby": messagesId.value
|
12142
|
+
}, null)]), hasClear && vue.createVNode(VExpandXTransition, {
|
12139
12143
|
"key": "clear"
|
12140
12144
|
}, {
|
12141
12145
|
default: () => [vue.withDirectives(vue.createVNode("div", {
|
@@ -29175,7 +29179,7 @@
|
|
29175
29179
|
};
|
29176
29180
|
});
|
29177
29181
|
}
|
29178
|
-
const version$1 = "3.8.0-beta.0-dev.2025-03-
|
29182
|
+
const version$1 = "3.8.0-beta.0-dev.2025-03-24";
|
29179
29183
|
createVuetify$1.version = version$1;
|
29180
29184
|
|
29181
29185
|
// Vue's inject() can only be used in setup
|
@@ -29200,7 +29204,7 @@
|
|
29200
29204
|
...options
|
29201
29205
|
});
|
29202
29206
|
};
|
29203
|
-
const version = "3.8.0-beta.0-dev.2025-03-
|
29207
|
+
const version = "3.8.0-beta.0-dev.2025-03-24";
|
29204
29208
|
createVuetify.version = version;
|
29205
29209
|
|
29206
29210
|
exports.blueprints = index;
|