@vuetify/nightly 3.7.6-master.2025-01-16 → 3.7.6-master.2025-01-19
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 +41 -0
- package/dist/json/attributes.json +2923 -2923
- package/dist/json/importMap-labs.json +18 -18
- package/dist/json/importMap.json +168 -168
- package/dist/json/web-types.json +5135 -5135
- package/dist/vuetify-labs.css +4875 -4875
- package/dist/vuetify-labs.esm.js +6 -6
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -6
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +3768 -3768
- package/dist/vuetify.d.ts +55 -55
- package/dist/vuetify.esm.js +4 -4
- package/dist/vuetify.esm.js.map +1 -1
- package/dist/vuetify.js +4 -4
- package/dist/vuetify.js.map +1 -1
- package/dist/vuetify.min.css +2 -2
- package/dist/vuetify.min.js +4 -4
- package/dist/vuetify.min.js.map +1 -1
- package/lib/composables/nested/nested.mjs +1 -1
- package/lib/composables/nested/nested.mjs.map +1 -1
- package/lib/entry-bundler.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +55 -55
- package/lib/labs/VTreeview/VTreeviewChildren.mjs +1 -1
- package/lib/labs/VTreeview/VTreeviewChildren.mjs.map +1 -1
- package/lib/labs/VTreeview/VTreeviewItem.mjs +2 -2
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.6-master.2025-01-
|
2
|
+
* Vuetify v3.7.6-master.2025-01-19
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -8957,7 +8957,7 @@
|
|
8957
8957
|
isActivated: vue.computed(() => parent.root.activated.value.has(vue.toRaw(computedId.value))),
|
8958
8958
|
select: (selected, e) => parent.root.select(computedId.value, selected, e),
|
8959
8959
|
isSelected: vue.computed(() => parent.root.selected.value.get(vue.toRaw(computedId.value)) === 'on'),
|
8960
|
-
isIndeterminate: vue.computed(() => parent.root.selected.value.get(computedId.value) === 'indeterminate'),
|
8960
|
+
isIndeterminate: vue.computed(() => parent.root.selected.value.get(vue.toRaw(computedId.value)) === 'indeterminate'),
|
8961
8961
|
isLeaf: vue.computed(() => !parent.root.children.value.get(computedId.value)),
|
8962
8962
|
isGroupActivator: parent.isGroupActivator
|
8963
8963
|
};
|
@@ -28307,7 +28307,7 @@
|
|
28307
28307
|
goTo
|
28308
28308
|
};
|
28309
28309
|
}
|
28310
|
-
const version$1 = "3.7.6-master.2025-01-
|
28310
|
+
const version$1 = "3.7.6-master.2025-01-19";
|
28311
28311
|
createVuetify$1.version = version$1;
|
28312
28312
|
|
28313
28313
|
// Vue's inject() can only be used in setup
|
@@ -28332,7 +28332,7 @@
|
|
28332
28332
|
...options
|
28333
28333
|
});
|
28334
28334
|
};
|
28335
|
-
const version = "3.7.6-master.2025-01-
|
28335
|
+
const version = "3.7.6-master.2025-01-19";
|
28336
28336
|
createVuetify.version = version;
|
28337
28337
|
|
28338
28338
|
exports.blueprints = index;
|