@vuetify/nightly 3.8.9-master.2025-06-13 → 3.8.9-master.2025-06-14
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 +2598 -2598
- package/dist/json/importMap-labs.json +28 -28
- package/dist/json/importMap.json +158 -158
- package/dist/json/web-types.json +4379 -4379
- package/dist/vuetify-labs.cjs +4 -3
- package/dist/vuetify-labs.css +3476 -3473
- package/dist/vuetify-labs.d.ts +62 -62
- package/dist/vuetify-labs.esm.js +4 -3
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +4 -3
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +3932 -3929
- package/dist/vuetify.d.ts +62 -62
- 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/VDataTable/VDataTable.css +6 -3
- package/lib/components/VDataTable/VDataTable.sass +4 -2
- package/lib/composables/hotkey.js +17 -17
- package/lib/composables/hotkey.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +62 -62
- package/lib/framework.js +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.js +1 -0
- package/lib/labs/VFileUpload/VFileUploadItem.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.cjs
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.8.9-master.2025-06-
|
2
|
+
* Vuetify v3.8.9-master.2025-06-14
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -29487,7 +29487,7 @@
|
|
29487
29487
|
};
|
29488
29488
|
});
|
29489
29489
|
}
|
29490
|
-
const version$1 = "3.8.9-master.2025-06-
|
29490
|
+
const version$1 = "3.8.9-master.2025-06-14";
|
29491
29491
|
createVuetify$1.version = version$1;
|
29492
29492
|
|
29493
29493
|
// Vue's inject() can only be used in setup
|
@@ -29512,7 +29512,7 @@
|
|
29512
29512
|
...options
|
29513
29513
|
});
|
29514
29514
|
};
|
29515
|
-
const version = "3.8.9-master.2025-06-
|
29515
|
+
const version = "3.8.9-master.2025-06-14";
|
29516
29516
|
createVuetify.version = version;
|
29517
29517
|
|
29518
29518
|
exports.blueprints = index;
|