@vuetify/nightly 3.9.2-master.2025-07-18 → 3.9.2-master.2025-07-22
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 +16 -3
- package/dist/json/attributes.json +3106 -3106
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +142 -142
- package/dist/json/web-types.json +5839 -5839
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +3514 -3514
- package/dist/vuetify-labs.d.ts +47 -47
- 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 +2332 -2332
- package/dist/vuetify.d.ts +47 -47
- 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 +47 -47
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.cjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.2-master.2025-07-
|
2
|
+
* Vuetify v3.9.2-master.2025-07-22
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -33692,7 +33692,7 @@
|
|
33692
33692
|
};
|
33693
33693
|
});
|
33694
33694
|
}
|
33695
|
-
const version$1 = "3.9.2-master.2025-07-
|
33695
|
+
const version$1 = "3.9.2-master.2025-07-22";
|
33696
33696
|
createVuetify$1.version = version$1;
|
33697
33697
|
|
33698
33698
|
// Vue's inject() can only be used in setup
|
@@ -33990,7 +33990,7 @@
|
|
33990
33990
|
|
33991
33991
|
/* eslint-disable local-rules/sort-imports */
|
33992
33992
|
|
33993
|
-
const version = "3.9.2-master.2025-07-
|
33993
|
+
const version = "3.9.2-master.2025-07-22";
|
33994
33994
|
|
33995
33995
|
/* eslint-disable local-rules/sort-imports */
|
33996
33996
|
|