@vuetify/nightly 3.7.4-master.2024-11-28 → 3.7.4-master.2024-12-02
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/dist/json/attributes.json +3174 -3174
- package/dist/json/importMap-labs.json +12 -12
- package/dist/json/importMap.json +152 -152
- package/dist/json/web-types.json +5850 -5850
- package/dist/vuetify-labs.css +3322 -3322
- package/dist/vuetify-labs.esm.js +6 -7
- package/dist/vuetify-labs.esm.js.map +1 -1
- package/dist/vuetify-labs.js +6 -7
- package/dist/vuetify-labs.min.css +2 -2
- package/dist/vuetify.css +1273 -1273
- package/dist/vuetify.d.ts +50 -50
- 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.mjs +1 -1
- package/lib/framework.mjs +1 -1
- package/lib/index.d.mts +50 -50
- package/lib/labs/VTreeview/VTreeviewItem.mjs +3 -4
- package/lib/labs/VTreeview/VTreeviewItem.mjs.map +1 -1
- package/package.json +1 -1
package/dist/vuetify-labs.esm.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.4-master.2024-
|
2
|
+
* Vuetify v3.7.4-master.2024-12-02
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -29594,9 +29594,8 @@ const VTreeviewItem = genericComponent()({
|
|
29594
29594
|
const vListItemRef = ref();
|
29595
29595
|
const isActivatableGroupActivator = computed(() => vListItemRef.value?.root.activatable.value && vListItemRef.value?.isGroupActivator);
|
29596
29596
|
const isClickable = computed(() => !props.disabled && props.link !== false && (props.link || link.isClickable.value || props.value != null && !!vListItemRef.value?.list || isActivatableGroupActivator.value));
|
29597
|
-
function
|
29598
|
-
if (
|
29599
|
-
if (vListItemRef.value?.root.activatable.value) {
|
29597
|
+
function activateGroupActivator(e) {
|
29598
|
+
if (isClickable.value && isActivatableGroupActivator.value) {
|
29600
29599
|
vListItemRef.value?.activate(!vListItemRef.value?.isActivated, e);
|
29601
29600
|
}
|
29602
29601
|
}
|
@@ -29615,7 +29614,7 @@ const VTreeviewItem = genericComponent()({
|
|
29615
29614
|
'v-treeview-item--filtered': visibleIds.value && !visibleIds.value.has(vListItemRef.value?.id)
|
29616
29615
|
}, props.class],
|
29617
29616
|
"ripple": false,
|
29618
|
-
"onClick": props.onClick ??
|
29617
|
+
"onClick": props.onClick ?? activateGroupActivator
|
29619
29618
|
}), {
|
29620
29619
|
...slots,
|
29621
29620
|
prepend: hasPrepend ? slotProps => {
|
@@ -30405,7 +30404,7 @@ function createVuetify$1() {
|
|
30405
30404
|
goTo
|
30406
30405
|
};
|
30407
30406
|
}
|
30408
|
-
const version$1 = "3.7.4-master.2024-
|
30407
|
+
const version$1 = "3.7.4-master.2024-12-02";
|
30409
30408
|
createVuetify$1.version = version$1;
|
30410
30409
|
|
30411
30410
|
// Vue's inject() can only be used in setup
|
@@ -30658,7 +30657,7 @@ var index = /*#__PURE__*/Object.freeze({
|
|
30658
30657
|
|
30659
30658
|
/* eslint-disable local-rules/sort-imports */
|
30660
30659
|
|
30661
|
-
const version = "3.7.4-master.2024-
|
30660
|
+
const version = "3.7.4-master.2024-12-02";
|
30662
30661
|
|
30663
30662
|
/* eslint-disable local-rules/sort-imports */
|
30664
30663
|
|