@cyberpunk-vue/components 1.13.9 → 1.13.10
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/index.cjs +1 -1
- package/dist/index.mjs +6 -2
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -5464,11 +5464,15 @@ var ni = Qn, ri = $n, ii = Yn, ai = er, oi = (e, t, n) => {
|
|
|
5464
5464
|
iconString: null
|
|
5465
5465
|
};
|
|
5466
5466
|
}), k = r(() => D.value.component !== null || D.value.iconString !== null), j = (e) => {
|
|
5467
|
-
|
|
5467
|
+
n.node.isLeaf || (e.stopPropagation(), l.toggleExpand(n.node));
|
|
5468
5468
|
}, P = (e) => {
|
|
5469
5469
|
e.stopPropagation(), l.toggleCheck(n.node);
|
|
5470
5470
|
}, I = () => {
|
|
5471
|
-
l.handleNodeClick(n.node),
|
|
5471
|
+
if (l.handleNodeClick(n.node), l.showCheckbox) {
|
|
5472
|
+
l.toggleCheck(n.node);
|
|
5473
|
+
return;
|
|
5474
|
+
}
|
|
5475
|
+
!n.node.isLeaf && !l.showRadio && l.toggleExpand(n.node);
|
|
5472
5476
|
}, L = (e) => {
|
|
5473
5477
|
e.stopPropagation(), !n.node.disabled && l.setCurrentNode(n.node);
|
|
5474
5478
|
}, z = O();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cyberpunk-vue/components",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.10",
|
|
4
4
|
"description": "Cyberpunk Vue components - A futuristic Vue 3 component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@floating-ui/dom": "^1.7.6",
|
|
27
27
|
"dayjs": "^1.11.20",
|
|
28
|
-
"@cyberpunk-vue/
|
|
29
|
-
"@cyberpunk-vue/
|
|
30
|
-
"@cyberpunk-vue/
|
|
28
|
+
"@cyberpunk-vue/theme-chalk": "1.13.10",
|
|
29
|
+
"@cyberpunk-vue/constants": "1.13.10",
|
|
30
|
+
"@cyberpunk-vue/hooks": "1.13.10"
|
|
31
31
|
},
|
|
32
32
|
"author": "Juxest",
|
|
33
33
|
"license": "MIT",
|