@vuetify/nightly 3.11.4-dev.2025-12-17 → 3.11.4-dev.2025-12-21
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 +2209 -2209
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +178 -178
- package/dist/json/web-types.json +4097 -4061
- package/dist/vuetify-labs.cjs +5 -4
- package/dist/vuetify-labs.css +3773 -3773
- package/dist/vuetify-labs.d.ts +62 -61
- 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 +5 -4
- package/dist/vuetify.cjs.map +1 -1
- package/dist/vuetify.css +3078 -3078
- package/dist/vuetify.d.ts +62 -61
- package/dist/vuetify.esm.js +5 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +5 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +321 -321
- package/dist/vuetify.min.js.map +1 -1
- package/lib/components/VList/VListItem.d.ts +1 -0
- package/lib/components/VList/VListItem.js +2 -1
- package/lib/components/VList/VListItem.js.map +1 -1
- package/lib/entry-bundler.js +1 -1
- package/lib/framework.d.ts +61 -61
- package/lib/framework.js +1 -1
- package/package.json +1 -1
package/dist/vuetify.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Vuetify v3.11.4-dev.2025-12-
|
|
2
|
+
* Vuetify v3.11.4-dev.2025-12-21
|
|
3
3
|
* Forged by John Leider
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -10471,7 +10471,8 @@
|
|
|
10471
10471
|
select,
|
|
10472
10472
|
isOpen: isOpen.value,
|
|
10473
10473
|
isSelected: isSelected.value,
|
|
10474
|
-
isIndeterminate: isIndeterminate.value
|
|
10474
|
+
isIndeterminate: isIndeterminate.value,
|
|
10475
|
+
isDisabled: props.disabled
|
|
10475
10476
|
}));
|
|
10476
10477
|
function onClick(e) {
|
|
10477
10478
|
emit('click', e);
|
|
@@ -36876,7 +36877,7 @@
|
|
|
36876
36877
|
};
|
|
36877
36878
|
});
|
|
36878
36879
|
}
|
|
36879
|
-
const version$1 = "3.11.4-dev.2025-12-
|
|
36880
|
+
const version$1 = "3.11.4-dev.2025-12-21";
|
|
36880
36881
|
createVuetify$1.version = version$1;
|
|
36881
36882
|
|
|
36882
36883
|
// Vue's inject() can only be used in setup
|
|
@@ -36901,7 +36902,7 @@
|
|
|
36901
36902
|
...options
|
|
36902
36903
|
});
|
|
36903
36904
|
};
|
|
36904
|
-
const version = "3.11.4-dev.2025-12-
|
|
36905
|
+
const version = "3.11.4-dev.2025-12-21";
|
|
36905
36906
|
createVuetify.version = version;
|
|
36906
36907
|
|
|
36907
36908
|
exports.blueprints = index;
|