@vuetify/nightly 3.9.0-master.2025-07-12 → 3.9.0-master.2025-07-13
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 +1847 -1847
- package/dist/json/importMap-labs.json +20 -20
- package/dist/json/importMap.json +156 -156
- package/dist/json/web-types.json +3363 -3363
- package/dist/vuetify-labs.cjs +17 -9
- package/dist/vuetify-labs.css +4836 -4836
- package/dist/vuetify-labs.d.ts +55 -55
- package/dist/vuetify-labs.esm.js +17 -9
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +17 -9
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +2413 -2413
- package/dist/vuetify.d.ts +55 -55
- 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 +55 -55
- package/lib/framework.js +1 -1
- package/lib/labs/VColorInput/VColorInput.js +14 -6
- package/lib/labs/VColorInput/VColorInput.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.cjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.0-master.2025-07-
|
2
|
+
* Vuetify v3.9.0-master.2025-07-13
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -31406,7 +31406,7 @@
|
|
31406
31406
|
};
|
31407
31407
|
});
|
31408
31408
|
}
|
31409
|
-
const version$1 = "3.9.0-master.2025-07-
|
31409
|
+
const version$1 = "3.9.0-master.2025-07-13";
|
31410
31410
|
createVuetify$1.version = version$1;
|
31411
31411
|
|
31412
31412
|
// Vue's inject() can only be used in setup
|
@@ -31431,7 +31431,7 @@
|
|
31431
31431
|
...options
|
31432
31432
|
});
|
31433
31433
|
};
|
31434
|
-
const version = "3.9.0-master.2025-07-
|
31434
|
+
const version = "3.9.0-master.2025-07-13";
|
31435
31435
|
createVuetify.version = version;
|
31436
31436
|
|
31437
31437
|
exports.blueprints = index;
|