@vuetify/nightly 3.9.2-master.2025-07-25 → 3.9.2-master.2025-07-26
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 +6 -3
- package/dist/json/attributes.json +3829 -3829
- package/dist/json/importMap-labs.json +26 -26
- package/dist/json/importMap.json +146 -146
- package/dist/json/web-types.json +6811 -6811
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +6110 -6110
- package/dist/vuetify-labs.d.ts +57 -57
- 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 +3097 -3097
- package/dist/vuetify.d.ts +57 -57
- 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 +57 -57
- 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.9.2-master.2025-07-
|
2
|
+
* Vuetify v3.9.2-master.2025-07-26
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -31434,7 +31434,7 @@
|
|
31434
31434
|
};
|
31435
31435
|
});
|
31436
31436
|
}
|
31437
|
-
const version$1 = "3.9.2-master.2025-07-
|
31437
|
+
const version$1 = "3.9.2-master.2025-07-26";
|
31438
31438
|
createVuetify$1.version = version$1;
|
31439
31439
|
|
31440
31440
|
// Vue's inject() can only be used in setup
|
@@ -31459,7 +31459,7 @@
|
|
31459
31459
|
...options
|
31460
31460
|
});
|
31461
31461
|
};
|
31462
|
-
const version = "3.9.2-master.2025-07-
|
31462
|
+
const version = "3.9.2-master.2025-07-26";
|
31463
31463
|
createVuetify.version = version;
|
31464
31464
|
|
31465
31465
|
exports.blueprints = index;
|