@vuetify/nightly 3.9.4-master.2025-08-07 → 3.9.4-master.2025-08-08
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 +3691 -3691
- package/dist/json/importMap-labs.json +46 -46
- package/dist/json/importMap.json +148 -148
- package/dist/json/web-types.json +6835 -6835
- package/dist/vuetify-labs.cjs +4 -5
- package/dist/vuetify-labs.css +4306 -4306
- package/dist/vuetify-labs.d.ts +55 -55
- package/dist/vuetify-labs.esm.js +4 -5
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -5
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +3738 -3738
- 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 +1 -2
- 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.4-master.2025-08-
|
2
|
+
* Vuetify v3.9.4-master.2025-08-08
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -31543,7 +31543,7 @@
|
|
31543
31543
|
};
|
31544
31544
|
});
|
31545
31545
|
}
|
31546
|
-
const version$1 = "3.9.4-master.2025-08-
|
31546
|
+
const version$1 = "3.9.4-master.2025-08-08";
|
31547
31547
|
createVuetify$1.version = version$1;
|
31548
31548
|
|
31549
31549
|
// Vue's inject() can only be used in setup
|
@@ -31568,7 +31568,7 @@
|
|
31568
31568
|
...options
|
31569
31569
|
});
|
31570
31570
|
};
|
31571
|
-
const version = "3.9.4-master.2025-08-
|
31571
|
+
const version = "3.9.4-master.2025-08-08";
|
31572
31572
|
createVuetify.version = version;
|
31573
31573
|
|
31574
31574
|
exports.blueprints = index;
|