@vuetify/nightly 3.9.0-master.2025-07-13 → 3.9.0-master.2025-07-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 +4 -3
- package/dist/json/attributes.json +3637 -3637
- package/dist/json/importMap-labs.json +4 -4
- package/dist/json/importMap.json +172 -172
- package/dist/json/web-types.json +6359 -6359
- package/dist/vuetify-labs.cjs +5 -4
- package/dist/vuetify-labs.css +5664 -5664
- package/dist/vuetify-labs.d.ts +52 -52
- package/dist/vuetify-labs.esm.js +5 -4
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +5 -4
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.cjs +3 -3
- package/dist/vuetify.css +2521 -2521
- package/dist/vuetify.d.ts +52 -52
- 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 +52 -52
- package/lib/framework.js +1 -1
- package/lib/labs/VFileUpload/VFileUploadItem.js +2 -1
- package/lib/labs/VFileUpload/VFileUploadItem.js.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.9.0-master.2025-07-
|
2
|
+
* Vuetify v3.9.0-master.2025-07-14
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -31765,9 +31765,10 @@
|
|
31765
31765
|
useRender(() => {
|
31766
31766
|
const listItemProps = VListItem.filterProps(props);
|
31767
31767
|
return vue.createVNode(VListItem, vue.mergeProps(listItemProps, {
|
31768
|
+
"class": ['v-file-upload-item', props.class],
|
31768
31769
|
"title": props.title ?? props.file?.name,
|
31769
31770
|
"subtitle": props.showSize ? humanReadableFileSize(props.file?.size, base.value) : props.file?.type,
|
31770
|
-
"
|
31771
|
+
"style": props.style
|
31771
31772
|
}), {
|
31772
31773
|
...slots,
|
31773
31774
|
title: () => props?.title ?? props.file?.name,
|
@@ -33709,7 +33710,7 @@
|
|
33709
33710
|
};
|
33710
33711
|
});
|
33711
33712
|
}
|
33712
|
-
const version$1 = "3.9.0-master.2025-07-
|
33713
|
+
const version$1 = "3.9.0-master.2025-07-14";
|
33713
33714
|
createVuetify$1.version = version$1;
|
33714
33715
|
|
33715
33716
|
// Vue's inject() can only be used in setup
|
@@ -34007,7 +34008,7 @@
|
|
34007
34008
|
|
34008
34009
|
/* eslint-disable local-rules/sort-imports */
|
34009
34010
|
|
34010
|
-
const version = "3.9.0-master.2025-07-
|
34011
|
+
const version = "3.9.0-master.2025-07-14";
|
34011
34012
|
|
34012
34013
|
/* eslint-disable local-rules/sort-imports */
|
34013
34014
|
|