@cyberpunk-vue/components 1.11.0 → 1.11.1

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.mjs CHANGED
@@ -7407,6 +7407,7 @@ var $r = $(Ur), ei = oe(Xr, "$notify"), ti = /* @__PURE__ */ d({
7407
7407
  for (let e of i.descendants) n.delete(e);
7408
7408
  } else {
7409
7409
  n.add(t);
7410
+ for (let e of i.descendants) n.add(e);
7410
7411
  let e = i.parent;
7411
7412
  for (; e;) {
7412
7413
  n.add(e);
@@ -309,7 +309,7 @@ export declare const tableProps: {
309
309
  * 树形 + 多选场景下,父子节点的联动策略
310
310
  * - `'strict'`(默认):父子独立,互不影响
311
311
  * - `'cascade'`:完全双向联动。勾父 → 全部后代勾选;勾/取子 → 父按直接子状态自动更新(含半选)
312
- * - `'bubble'`:勾子 → 向上冒泡勾选祖先;取消父 → 后代全部取消;其他动作保持独立
312
+ * - `'bubble'`:勾选任何节点级联勾选全部后代 + 向上冒泡勾选祖先;取消父 → 后代全部取消;取消子不影响父(子全部取消时父仍可保持选中)
313
313
  * 仅在同时启用 `treeProps` 与 `type="selection"` 列时生效
314
314
  * @default 'strict'
315
315
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cyberpunk-vue/components",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "description": "Cyberpunk Vue components - A futuristic Vue 3 component library",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -23,9 +23,9 @@
23
23
  "vue": "^3.5.0"
24
24
  },
25
25
  "dependencies": {
26
- "@cyberpunk-vue/hooks": "1.11.0",
27
- "@cyberpunk-vue/constants": "1.11.0",
28
- "@cyberpunk-vue/theme-chalk": "1.11.0"
26
+ "@cyberpunk-vue/hooks": "1.11.1",
27
+ "@cyberpunk-vue/constants": "1.11.1",
28
+ "@cyberpunk-vue/theme-chalk": "1.11.1"
29
29
  },
30
30
  "author": "Juxest",
31
31
  "license": "MIT",