@vuetify/nightly 3.7.4-master.2024-11-28 → 3.7.4-master.2024-11-29
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 +2725 -2725
- package/dist/json/importMap-labs.json +16 -16
- package/dist/json/importMap.json +160 -160
- package/dist/json/web-types.json +5145 -5145
- package/dist/vuetify-labs.css +2697 -2697
- 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 +1382 -1382
- package/dist/vuetify.d.ts +51 -51
- 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 +51 -51
- 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.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Vuetify v3.7.4-master.2024-11-
|
2
|
+
* Vuetify v3.7.4-master.2024-11-29
|
3
3
|
* Forged by John Leider
|
4
4
|
* Released under the MIT License.
|
5
5
|
*/
|
@@ -29598,9 +29598,8 @@
|
|
29598
29598
|
const vListItemRef = vue.ref();
|
29599
29599
|
const isActivatableGroupActivator = vue.computed(() => vListItemRef.value?.root.activatable.value && vListItemRef.value?.isGroupActivator);
|
29600
29600
|
const isClickable = vue.computed(() => !props.disabled && props.link !== false && (props.link || link.isClickable.value || props.value != null && !!vListItemRef.value?.list || isActivatableGroupActivator.value));
|
29601
|
-
function
|
29602
|
-
if (
|
29603
|
-
if (vListItemRef.value?.root.activatable.value) {
|
29601
|
+
function activateGroupActivator(e) {
|
29602
|
+
if (isClickable.value && isActivatableGroupActivator.value) {
|
29604
29603
|
vListItemRef.value?.activate(!vListItemRef.value?.isActivated, e);
|
29605
29604
|
}
|
29606
29605
|
}
|
@@ -29619,7 +29618,7 @@
|
|
29619
29618
|
'v-treeview-item--filtered': visibleIds.value && !visibleIds.value.has(vListItemRef.value?.id)
|
29620
29619
|
}, props.class],
|
29621
29620
|
"ripple": false,
|
29622
|
-
"onClick": props.onClick ??
|
29621
|
+
"onClick": props.onClick ?? activateGroupActivator
|
29623
29622
|
}), {
|
29624
29623
|
...slots,
|
29625
29624
|
prepend: hasPrepend ? slotProps => {
|
@@ -30409,7 +30408,7 @@
|
|
30409
30408
|
goTo
|
30410
30409
|
};
|
30411
30410
|
}
|
30412
|
-
const version$1 = "3.7.4-master.2024-11-
|
30411
|
+
const version$1 = "3.7.4-master.2024-11-29";
|
30413
30412
|
createVuetify$1.version = version$1;
|
30414
30413
|
|
30415
30414
|
// Vue's inject() can only be used in setup
|
@@ -30662,7 +30661,7 @@
|
|
30662
30661
|
|
30663
30662
|
/* eslint-disable local-rules/sort-imports */
|
30664
30663
|
|
30665
|
-
const version = "3.7.4-master.2024-11-
|
30664
|
+
const version = "3.7.4-master.2024-11-29";
|
30666
30665
|
|
30667
30666
|
/* eslint-disable local-rules/sort-imports */
|
30668
30667
|
|