@vuetify/nightly 3.11.3-dev.2025-12-09 → 3.11.3-dev.2025-12-10
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 +3690 -3690
- package/dist/json/importMap-labs.json +10 -10
- package/dist/json/importMap.json +176 -176
- package/dist/json/web-types.json +7005 -7005
- package/dist/vuetify-labs.cjs +3 -3
- package/dist/vuetify-labs.css +5006 -5006
- 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 +3833 -3833
- 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 +3 -3
package/dist/vuetify-labs.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.11.3-dev.2025-12-
|
|
2
|
+
* Vuetify v3.11.3-dev.2025-12-10
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -39332,7 +39332,7 @@
|
|
|
39332
39332
|
};
|
|
39333
39333
|
});
|
|
39334
39334
|
}
|
|
39335
|
-
const version$1 = "3.11.3-dev.2025-12-
|
|
39335
|
+
const version$1 = "3.11.3-dev.2025-12-10";
|
|
39336
39336
|
createVuetify$1.version = version$1;
|
|
39337
39337
|
|
|
39338
39338
|
// Vue's inject() can only be used in setup
|
|
@@ -39635,7 +39635,7 @@
|
|
|
39635
39635
|
|
|
39636
39636
|
/* eslint-disable local-rules/sort-imports */
|
|
39637
39637
|
|
|
39638
|
-
const version = "3.11.3-dev.2025-12-
|
|
39638
|
+
const version = "3.11.3-dev.2025-12-10";
|
|
39639
39639
|
|
|
39640
39640
|
/* eslint-disable local-rules/sort-imports */
|
|
39641
39641
|
|