@vuetify/nightly 3.8.4-master.2025-05-10 → 3.8.4-master.2025-05-12
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 -3
- package/dist/json/attributes.json +2758 -2758
- package/dist/json/importMap-labs.json +34 -34
- package/dist/json/importMap.json +162 -162
- package/dist/json/web-types.json +5062 -5062
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +5463 -5463
- package/dist/vuetify-labs.d.ts +59 -59
- 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 +6248 -6248
- package/dist/vuetify.d.ts +59 -59
- 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 +59 -59
- package/lib/framework.js +1 -1
- package/package.json +1 -2
package/dist/vuetify.cjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.4-master.2025-05-
|
2
|
+
* Vuetify v3.8.4-master.2025-05-12
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -29237,7 +29237,7 @@
|
|
29237
29237
|
};
|
29238
29238
|
});
|
29239
29239
|
}
|
29240
|
-
const version$1 = "3.8.4-master.2025-05-
|
29240
|
+
const version$1 = "3.8.4-master.2025-05-12";
|
29241
29241
|
createVuetify$1.version = version$1;
|
29242
29242
|
|
29243
29243
|
// Vue's inject() can only be used in setup
|
@@ -29262,7 +29262,7 @@
|
|
29262
29262
|
...options
|
29263
29263
|
});
|
29264
29264
|
};
|
29265
|
-
const version = "3.8.4-master.2025-05-
|
29265
|
+
const version = "3.8.4-master.2025-05-12";
|
29266
29266
|
createVuetify.version = version;
|
29267
29267
|
|
29268
29268
|
exports.blueprints = index;
|