@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.cjs +1 -1
- package/dist/index.mjs +1 -0
- package/dist/table/src/table.d.ts +1 -1
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -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.
|
|
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.
|
|
27
|
-
"@cyberpunk-vue/constants": "1.11.
|
|
28
|
-
"@cyberpunk-vue/theme-chalk": "1.11.
|
|
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",
|