Skip to content

Commit 9bac9fc

Browse files
committed
树配置
1 parent fe32c15 commit 9bac9fc

2 files changed

Lines changed: 41 additions & 0 deletions

File tree

designer-demo/public/mock/bundle.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21387,6 +21387,26 @@
2138721387
},
2138821388
"labelPosition": "left"
2138921389
},
21390+
{
21391+
"property": "expand-on-click-node",
21392+
"label": {
21393+
"text": {
21394+
"zh_CN": "节点在点击内容时,是否展开/收起"
21395+
}
21396+
},
21397+
"required": true,
21398+
"readOnly": false,
21399+
"disabled": false,
21400+
"cols": 12,
21401+
"widget": {
21402+
"component": "MetaSwitch",
21403+
"props": {}
21404+
},
21405+
"description": {
21406+
"zh_CN": "节点在点击内容时,是否展开/收起"
21407+
},
21408+
"labelPosition": "left"
21409+
},
2139021410
{
2139121411
"property": "default-expanded-keys",
2139221412
"label": {

materials/components/TinyTree.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,27 @@
8888
},
8989
"labelPosition": "left"
9090
},
91+
{
92+
"property": "expand-on-click-node",
93+
"label": {
94+
"text": {
95+
"zh_CN": "节点在点击内容时,是否展开/收起"
96+
}
97+
},
98+
"required": true,
99+
"readOnly": false,
100+
"disabled": false,
101+
"cols": 12,
102+
"widget": {
103+
"component": "MetaSwitch",
104+
"props": {}
105+
},
106+
"description": {
107+
"zh_CN": "节点在点击内容时,是否展开/收起"
108+
},
109+
"labelPosition": "left"
110+
},
111+
91112
{
92113
"property": "default-expanded-keys",
93114
"label": {

0 commit comments

Comments
 (0)