@vuetify/nightly 3.7.15-master.2025-03-11 → 3.7.16-master.2025-03-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 -50
- package/dist/json/attributes.json +3085 -3085
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +172 -172
- package/dist/json/web-types.json +5856 -5856
- package/dist/vuetify-labs.css +2573 -2572
- 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.css +6195 -6194
- 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/components/VToolbar/VToolbar.css +1 -0
- package/lib/components/VToolbar/VToolbar.sass +1 -0
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +59 -59
- package/package.json +1 -1
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.
|
2
|
+
* Vuetify v3.7.16-master.2025-03-12
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -31077,7 +31077,7 @@ function createVuetify$1() {
|
|
31077
31077
|
goTo
|
31078
31078
|
};
|
31079
31079
|
}
|
31080
|
-
const version$1 = "3.7.
|
31080
|
+
const version$1 = "3.7.16-master.2025-03-12";
|
31081
31081
|
createVuetify$1.version = version$1;
|
31082
31082
|
|
31083
31083
|
// Vue's inject() can only be used in setup
|
@@ -31330,7 +31330,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
31330
31330
|
|
31331
31331
|
/* eslint-disable local-rules/sort-imports */
|
31332
31332
|
|
31333
|
-
const version = "3.7.
|
31333
|
+
const version = "3.7.16-master.2025-03-12";
|
31334
31334
|
|
31335
31335
|
/* eslint-disable local-rules/sort-imports */
|
31336
31336
|
|
package/dist/vuetify-labs.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.
|
2
|
+
* Vuetify v3.7.16-master.2025-03-12
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -31081,7 +31081,7 @@
|
|
31081
31081
|
goTo
|
31082
31082
|
};
|
31083
31083
|
}
|
31084
|
-
const version$1 = "3.7.
|
31084
|
+
const version$1 = "3.7.16-master.2025-03-12";
|
31085
31085
|
createVuetify$1.version = version$1;
|
31086
31086
|
|
31087
31087
|
// Vue's inject() can only be used in setup
|
@@ -31334,7 +31334,7 @@
|
|
31334
31334
|
|
31335
31335
|
/* eslint-disable local-rules/sort-imports */
|
31336
31336
|
|
31337
|
-
const version = "3.7.
|
31337
|
+
const version = "3.7.16-master.2025-03-12";
|
31338
31338
|
|
31339
31339
|
/* eslint-disable local-rules/sort-imports */
|
31340
31340
|
|