@vuetify/nightly 3.8.2-master.2025-04-23 → 3.8.2-master.2025-04-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 +4 -3
- package/dist/json/attributes.json +2427 -2427
- package/dist/json/importMap-labs.json +24 -24
- package/dist/json/importMap.json +160 -160
- package/dist/json/web-types.json +4691 -4691
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +4225 -4225
- package/dist/vuetify-labs.d.ts +62 -62
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +5031 -5031
- package/dist/vuetify.d.ts +62 -62
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +62 -62
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify.cjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.2-master.2025-04-
|
2
|
+
* Vuetify v3.8.2-master.2025-04-24
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -29184,7 +29184,7 @@
|
|
29184
29184
|
};
|
29185
29185
|
});
|
29186
29186
|
}
|
29187
|
-
const version$1 = "3.8.2-master.2025-04-
|
29187
|
+
const version$1 = "3.8.2-master.2025-04-24";
|
29188
29188
|
createVuetify$1.version = version$1;
|
29189
29189
|
|
29190
29190
|
// Vue's inject() can only be used in setup
|
@@ -29209,7 +29209,7 @@
|
|
29209
29209
|
...options
|
29210
29210
|
});
|
29211
29211
|
};
|
29212
|
-
const version = "3.8.2-master.2025-04-
|
29212
|
+
const version = "3.8.2-master.2025-04-24";
|
29213
29213
|
createVuetify.version = version;
|
29214
29214
|
|
29215
29215
|
exports.blueprints = index;
|