@vuetify/nightly 3.7.12-master.2025-02-12 → 3.7.12-master.2025-02-13
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 +11 -3
- package/dist/json/attributes.json +2850 -2850
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +178 -178
- package/dist/json/web-types.json +5227 -5227
- package/dist/vuetify-labs.css +4941 -4941
- package/dist/vuetify-labs.d.ts +1 -1
- package/dist/vuetify-labs.esm.js +3 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +3 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +5261 -5261
- package/dist/vuetify.d.ts +64 -64
- package/dist/vuetify.esm.js +3 -3
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +3 -3
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +3 -3
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VTabs/VTabs.mjs.map +1 -1
- package/lib/components/VTabs/index.d.mts +1 -1
- package/lib/components/index.d.mts +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +63 -63
- package/package.json +1 -1
package/dist/vuetify.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.12-master.2025-02-
|
2
|
+
* Vuetify v3.7.12-master.2025-02-13
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -28400,7 +28400,7 @@
|
|
28400
28400
|
goTo
|
28401
28401
|
};
|
28402
28402
|
}
|
28403
|
-
const version$1 = "3.7.12-master.2025-02-
|
28403
|
+
const version$1 = "3.7.12-master.2025-02-13";
|
28404
28404
|
createVuetify$1.version = version$1;
|
28405
28405
|
|
28406
28406
|
// Vue's inject() can only be used in setup
|
@@ -28425,7 +28425,7 @@
|
|
28425
28425
|
...options
|
28426
28426
|
});
|
28427
28427
|
};
|
28428
|
-
const version = "3.7.12-master.2025-02-
|
28428
|
+
const version = "3.7.12-master.2025-02-13";
|
28429
28429
|
createVuetify.version = version;
|
28430
28430
|
|
28431
28431
|
exports.blueprints = index;
|