Skip to content

Commit 056be17

Browse files
committed
更新手写板配置
1 parent d6e8551 commit 056be17

File tree

3 files changed

+95
-1
lines changed

3 files changed

+95
-1
lines changed

designer-demo/public/mock/bundle.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4043,6 +4043,25 @@
40434043
},
40444044
"labelPosition": "left"
40454045
},
4046+
{
4047+
"property": "divId",
4048+
"label": {
4049+
"text": {
4050+
"zh_CN": "背景内容div的id"
4051+
}
4052+
},
4053+
"required": false,
4054+
"readOnly": false,
4055+
"disabled": false,
4056+
"cols": 12,
4057+
"widget": {
4058+
"component": "MetaInput",
4059+
"props": {}
4060+
},
4061+
"description": {
4062+
"zh_CN": "背景内容div的id"
4063+
}
4064+
},
40464065
{
40474066
"property": "refId",
40484067
"label": {
@@ -12921,6 +12940,34 @@
1292112940
"returns": {}
1292212941
},
1292312942
"defaultValue": ""
12943+
},
12944+
"onRowDropStart": {
12945+
"label": {
12946+
"zh_CN": "行拖拽开始事件"
12947+
},
12948+
"description": {
12949+
"zh_CN": "行拖拽开始事件"
12950+
},
12951+
"type": "event",
12952+
"functionInfo": {
12953+
"params": [],
12954+
"returns": {}
12955+
},
12956+
"defaultValue": ""
12957+
},
12958+
"onRowDropEnd": {
12959+
"label": {
12960+
"zh_CN": "行拖拽结束事件"
12961+
},
12962+
"description": {
12963+
"zh_CN": "行拖拽结束事件"
12964+
},
12965+
"type": "event",
12966+
"functionInfo": {
12967+
"params": [],
12968+
"returns": {}
12969+
},
12970+
"defaultValue": ""
1292412971
}
1292512972
},
1292612973
"slots": {

materials/components/SignaturePad.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,25 @@
4949
},
5050
"labelPosition": "left"
5151
},
52+
{
53+
"property": "divId",
54+
"label": {
55+
"text": {
56+
"zh_CN": "背景内容div的id"
57+
}
58+
},
59+
"required": false,
60+
"readOnly": false,
61+
"disabled": false,
62+
"cols": 12,
63+
"widget": {
64+
"component": "MetaInput",
65+
"props": {}
66+
},
67+
"description": {
68+
"zh_CN": "背景内容div的id"
69+
}
70+
},
5271
{
5372
"property": "refId",
5473
"label": {

materials/components/TinyGrid.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1363,7 +1363,35 @@
13631363
"returns": {}
13641364
},
13651365
"defaultValue": ""
1366-
}
1366+
},
1367+
"onRowDropStart": {
1368+
"label": {
1369+
"zh_CN": "行拖拽开始事件"
1370+
},
1371+
"description": {
1372+
"zh_CN": "行拖拽开始事件"
1373+
},
1374+
"type": "event",
1375+
"functionInfo": {
1376+
"params": [],
1377+
"returns": {}
1378+
},
1379+
"defaultValue": ""
1380+
},
1381+
"onRowDropEnd": {
1382+
"label": {
1383+
"zh_CN": "行拖拽结束事件"
1384+
},
1385+
"description": {
1386+
"zh_CN": "行拖拽结束事件"
1387+
},
1388+
"type": "event",
1389+
"functionInfo": {
1390+
"params": [],
1391+
"returns": {}
1392+
},
1393+
"defaultValue": ""
1394+
}
13671395
},
13681396
"slots": {
13691397
"toolbar": {

0 commit comments

Comments
 (0)