@byteluck-fe/model-driven-controls 7.0.0-beta.10 → 7.0.0-beta.11

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.
Files changed (80) hide show
  1. package/dist/esm/baseControls/BarChart/designer.js +1 -1
  2. package/dist/esm/baseControls/BarChart/schema.json +39 -3
  3. package/dist/esm/baseControls/BatchPrintListButton/schema.json +49 -5
  4. package/dist/esm/baseControls/BatchPrintRecordListButton/schema.json +49 -5
  5. package/dist/esm/baseControls/BatchSubmissionListButton/schema.json +49 -5
  6. package/dist/esm/baseControls/Button/schema.json +49 -5
  7. package/dist/esm/baseControls/CreateFormListButton/schema.json +49 -5
  8. package/dist/esm/baseControls/ExportListButton/schema.json +50 -6
  9. package/dist/esm/baseControls/ExportRecordListButton/schema.json +49 -5
  10. package/dist/esm/baseControls/FormSelectButton/schema.json +56 -7
  11. package/dist/esm/baseControls/Iframe/designer.js +1 -1
  12. package/dist/esm/baseControls/ImportRecordListButton/schema.json +49 -5
  13. package/dist/esm/baseControls/InvoiceCheckButton/schema.json +49 -5
  14. package/dist/esm/baseControls/LineChart/designer.js +1 -1
  15. package/dist/esm/baseControls/LineChart/schema.json +39 -3
  16. package/dist/esm/baseControls/ListSelectButton/schema.json +62 -8
  17. package/dist/esm/baseControls/PieChart/designer.js +1 -1
  18. package/dist/esm/baseControls/PieChart/schema.json +39 -3
  19. package/dist/esm/baseControls/ReferenceList/schema.json +13 -2
  20. package/dist/esm/baseControls/SubmissionRecordListButton/schema.json +49 -5
  21. package/dist/esm/baseControls/Text/schema.json +10 -2
  22. package/dist/esm/baseControls/TextOcrButton/schema.json +49 -5
  23. package/dist/esm/baseControls/Title/schema.json +12 -2
  24. package/dist/esm/columnControls/ApprovalStatusColumn/schema.json +10 -1
  25. package/dist/esm/columnControls/ArrayColumn/schema.json +37 -3
  26. package/dist/esm/columnControls/AutoNumberColumn/schema.json +10 -1
  27. package/dist/esm/columnControls/DecimalColumn/schema.json +37 -3
  28. package/dist/esm/columnControls/EmployeeColumn/schema.json +3 -1
  29. package/dist/esm/columnControls/FileColumn/schema.json +5 -1
  30. package/dist/esm/columnControls/LocationColumn/schema.json +10 -1
  31. package/dist/esm/columnControls/TextColumn/schema.json +10 -1
  32. package/dist/esm/columnControls/TimescopeColumn/schema.json +10 -1
  33. package/dist/esm/columnControls/TimestampColumn/schema.json +10 -1
  34. package/dist/esm/columnControls/VarcharColumn/schema.json +40 -4
  35. package/dist/esm/formControls/Address/schema.json +16 -2
  36. package/dist/esm/formControls/Amount/schema.json +35 -3
  37. package/dist/esm/formControls/Attachment/schema.json +5 -1
  38. package/dist/esm/formControls/Calc/schema.json +16 -2
  39. package/dist/esm/formControls/Cascader/schema.json +16 -2
  40. package/dist/esm/formControls/Checkbox/schema.json +39 -2
  41. package/dist/esm/formControls/DatePicker/schema.json +4 -1
  42. package/dist/esm/formControls/DateRange/schema.json +16 -2
  43. package/dist/esm/formControls/Department2/schema.json +3 -1
  44. package/dist/esm/formControls/ElectronicSignature/schema.json +7 -1
  45. package/dist/esm/formControls/Employee2/schema.json +3 -1
  46. package/dist/esm/formControls/Input/schema.json +5 -1
  47. package/dist/esm/formControls/Number/schema.json +5 -1
  48. package/dist/esm/formControls/OrganizationSelection/schema.json +13 -3
  49. package/dist/esm/formControls/Radio/schema.json +39 -2
  50. package/dist/esm/formControls/RichText/schema.json +26 -1
  51. package/dist/esm/formControls/SearchDateRange/schema.json +4 -1
  52. package/dist/esm/formControls/SearchInput/schema.json +5 -1
  53. package/dist/esm/formControls/SearchNumberRange/schema.json +4 -1
  54. package/dist/esm/formControls/Select/schema.json +44 -3
  55. package/dist/esm/formControls/SelectMultiple/schema.json +44 -3
  56. package/dist/esm/formControls/SelectRelation/schema.json +33 -4
  57. package/dist/esm/formControls/Tag/designer.js +1 -1
  58. package/dist/esm/formControls/Tag/schema.json +39 -2
  59. package/dist/esm/formControls/Textarea/schema.json +40 -2
  60. package/dist/esm/formControls/TimeRange/schema.json +18 -4
  61. package/dist/esm/formControls/Tree/schema.json +16 -2
  62. package/dist/esm/formControls/WPS/schema.json +18 -1
  63. package/dist/esm/layoutControls/AdvancedContainer/schema.json +5 -1
  64. package/dist/esm/layoutControls/BlankContainer/schema.json +1 -1
  65. package/dist/esm/layoutControls/CollapsePane/schema.json +1 -1
  66. package/dist/esm/layoutControls/DataView/schema.json +51 -5
  67. package/dist/esm/layoutControls/GridRow/schema.json +27 -2
  68. package/dist/esm/layoutControls/GridTableColumn/schema.json +19 -1
  69. package/dist/esm/layoutControls/ListView/schema.json +86 -6
  70. package/dist/esm/layoutControls/Row/schema.json +27 -2
  71. package/dist/esm/layoutControls/Step/schema.json +10 -1
  72. package/dist/esm/layoutControls/SubTableColumn/schema.json +6 -1
  73. package/dist/esm/layoutControls/TableLayout/schema.json +59 -20
  74. package/dist/esm/layoutControls/TableLayoutCol/schema.json +6 -1
  75. package/dist/esm/listControls/SubTable/schema.json +31 -4
  76. package/dist/esm/searchControls/SimpleSearch/schema.json +16 -2
  77. package/dist/index.umd.js +1 -1
  78. package/dist/types/layoutControls/Row/property.d.ts +18 -0
  79. package/dist/types/layoutControls/TableLayout/property.d.ts +7 -2
  80. package/package.json +4 -4
@@ -123,7 +123,10 @@
123
123
  }
124
124
  },
125
125
  "description": "操作项",
126
- "default": "new OptObject({})"
126
+ "default": {
127
+ "optCode": "",
128
+ "optType": ""
129
+ }
127
130
  },
128
131
  "actionObj": {
129
132
  "type": "object",
@@ -186,7 +189,16 @@
186
189
  }
187
190
  },
188
191
  "description": "服务信息",
189
- "default": "new BizActionServiceName()"
192
+ "default": {
193
+ "actionCode": "",
194
+ "dataCode": "",
195
+ "name": "",
196
+ "appName": "",
197
+ "dataName": "",
198
+ "actionName": "",
199
+ "displayName": "",
200
+ "svcTypeEnum": ""
201
+ }
190
202
  },
191
203
  "inputParam": {
192
204
  "type": "array",
@@ -255,7 +267,11 @@
255
267
  }
256
268
  },
257
269
  "description": "参数右值变量",
258
- "default": "new BizActionRightVariable()"
270
+ "default": {
271
+ "type": "custom",
272
+ "value": [],
273
+ "displayBos": []
274
+ }
259
275
  }
260
276
  }
261
277
  },
@@ -264,11 +280,39 @@
264
280
  }
265
281
  },
266
282
  "description": "业务行动配置",
267
- "default": "new BizActionObject()"
283
+ "default": {
284
+ "serviceName": {
285
+ "actionCode": "",
286
+ "dataCode": "",
287
+ "name": "",
288
+ "appName": "",
289
+ "dataName": "",
290
+ "actionName": "",
291
+ "displayName": "",
292
+ "svcTypeEnum": ""
293
+ },
294
+ "inputParam": []
295
+ }
268
296
  }
269
297
  },
270
298
  "description": "操作行动项",
271
- "default": "new ActionObject({})"
299
+ "default": {
300
+ "actionCode": "",
301
+ "actionType": "",
302
+ "bizAction": {
303
+ "serviceName": {
304
+ "actionCode": "",
305
+ "dataCode": "",
306
+ "name": "",
307
+ "appName": "",
308
+ "dataName": "",
309
+ "actionName": "",
310
+ "displayName": "",
311
+ "svcTypeEnum": ""
312
+ },
313
+ "inputParam": []
314
+ }
315
+ }
272
316
  },
273
317
  "optButtonType": {
274
318
  "type": "string",
@@ -963,7 +1007,9 @@
963
1007
  }
964
1008
  },
965
1009
  "description": "选择表单",
966
- "default": "new FormSelectBind()"
1010
+ "default": {
1011
+ "primaryControlId": ""
1012
+ }
967
1013
  },
968
1014
  "fillBack": {
969
1015
  "type": "object",
@@ -1022,7 +1068,10 @@
1022
1068
  }
1023
1069
  },
1024
1070
  "description": "回填配置",
1025
- "default": "new FillBackBind()"
1071
+ "default": {
1072
+ "mode": "current",
1073
+ "multiple": false
1074
+ }
1026
1075
  }
1027
1076
  },
1028
1077
  "required": []
@@ -103,7 +103,7 @@ var IframeControl = /*#__PURE__*/ function(DesignerControl) {
103
103
  {
104
104
  key: "controlName",
105
105
  get: function get() {
106
- return getLocaleText('CMD.iframe', null, '网页嵌入');
106
+ return getLocaleText('CMD.bb531781784548834');
107
107
  }
108
108
  },
109
109
  {
@@ -127,7 +127,10 @@
127
127
  }
128
128
  },
129
129
  "description": "操作项",
130
- "default": "new OptObject({})"
130
+ "default": {
131
+ "optCode": "",
132
+ "optType": ""
133
+ }
131
134
  },
132
135
  "actionObj": {
133
136
  "type": "object",
@@ -190,7 +193,16 @@
190
193
  }
191
194
  },
192
195
  "description": "服务信息",
193
- "default": "new BizActionServiceName()"
196
+ "default": {
197
+ "actionCode": "",
198
+ "dataCode": "",
199
+ "name": "",
200
+ "appName": "",
201
+ "dataName": "",
202
+ "actionName": "",
203
+ "displayName": "",
204
+ "svcTypeEnum": ""
205
+ }
194
206
  },
195
207
  "inputParam": {
196
208
  "type": "array",
@@ -259,7 +271,11 @@
259
271
  }
260
272
  },
261
273
  "description": "参数右值变量",
262
- "default": "new BizActionRightVariable()"
274
+ "default": {
275
+ "type": "custom",
276
+ "value": [],
277
+ "displayBos": []
278
+ }
263
279
  }
264
280
  }
265
281
  },
@@ -268,11 +284,39 @@
268
284
  }
269
285
  },
270
286
  "description": "业务行动配置",
271
- "default": "new BizActionObject()"
287
+ "default": {
288
+ "serviceName": {
289
+ "actionCode": "",
290
+ "dataCode": "",
291
+ "name": "",
292
+ "appName": "",
293
+ "dataName": "",
294
+ "actionName": "",
295
+ "displayName": "",
296
+ "svcTypeEnum": ""
297
+ },
298
+ "inputParam": []
299
+ }
272
300
  }
273
301
  },
274
302
  "description": "操作行动项",
275
- "default": "new ActionObject({})"
303
+ "default": {
304
+ "actionCode": "",
305
+ "actionType": "",
306
+ "bizAction": {
307
+ "serviceName": {
308
+ "actionCode": "",
309
+ "dataCode": "",
310
+ "name": "",
311
+ "appName": "",
312
+ "dataName": "",
313
+ "actionName": "",
314
+ "displayName": "",
315
+ "svcTypeEnum": ""
316
+ },
317
+ "inputParam": []
318
+ }
319
+ }
276
320
  },
277
321
  "optButtonType": {
278
322
  "type": "string",
@@ -127,7 +127,10 @@
127
127
  }
128
128
  },
129
129
  "description": "操作项",
130
- "default": "new OptObject({})"
130
+ "default": {
131
+ "optCode": "",
132
+ "optType": ""
133
+ }
131
134
  },
132
135
  "actionObj": {
133
136
  "type": "object",
@@ -190,7 +193,16 @@
190
193
  }
191
194
  },
192
195
  "description": "服务信息",
193
- "default": "new BizActionServiceName()"
196
+ "default": {
197
+ "actionCode": "",
198
+ "dataCode": "",
199
+ "name": "",
200
+ "appName": "",
201
+ "dataName": "",
202
+ "actionName": "",
203
+ "displayName": "",
204
+ "svcTypeEnum": ""
205
+ }
194
206
  },
195
207
  "inputParam": {
196
208
  "type": "array",
@@ -259,7 +271,11 @@
259
271
  }
260
272
  },
261
273
  "description": "参数右值变量",
262
- "default": "new BizActionRightVariable()"
274
+ "default": {
275
+ "type": "custom",
276
+ "value": [],
277
+ "displayBos": []
278
+ }
263
279
  }
264
280
  }
265
281
  },
@@ -268,11 +284,39 @@
268
284
  }
269
285
  },
270
286
  "description": "业务行动配置",
271
- "default": "new BizActionObject()"
287
+ "default": {
288
+ "serviceName": {
289
+ "actionCode": "",
290
+ "dataCode": "",
291
+ "name": "",
292
+ "appName": "",
293
+ "dataName": "",
294
+ "actionName": "",
295
+ "displayName": "",
296
+ "svcTypeEnum": ""
297
+ },
298
+ "inputParam": []
299
+ }
272
300
  }
273
301
  },
274
302
  "description": "操作行动项",
275
- "default": "new ActionObject({})"
303
+ "default": {
304
+ "actionCode": "",
305
+ "actionType": "",
306
+ "bizAction": {
307
+ "serviceName": {
308
+ "actionCode": "",
309
+ "dataCode": "",
310
+ "name": "",
311
+ "appName": "",
312
+ "dataName": "",
313
+ "actionName": "",
314
+ "displayName": "",
315
+ "svcTypeEnum": ""
316
+ },
317
+ "inputParam": []
318
+ }
319
+ }
276
320
  },
277
321
  "optButtonType": {
278
322
  "type": "string",
@@ -103,7 +103,7 @@ var LineChartControl = /*#__PURE__*/ function(DesignerControl) {
103
103
  {
104
104
  key: "controlName",
105
105
  get: function get() {
106
- return getLocaleText('CMD.lineChart', null, '折线图');
106
+ return getLocaleText('CMD.13dd1781784551629');
107
107
  }
108
108
  },
109
109
  {
@@ -92,7 +92,7 @@
92
92
  "optionJson": {
93
93
  "type": "string",
94
94
  "description": "图表 option JSON",
95
- "default": "{}"
95
+ "default": {}
96
96
  },
97
97
  "optionConfig": {
98
98
  "type": "string",
@@ -839,7 +839,25 @@
839
839
  }
840
840
  },
841
841
  "description": "数据源绑定",
842
- "default": "new DataSourceBind()"
842
+ "default": {
843
+ "dataCode": "",
844
+ "appId": "",
845
+ "valueFieldCode": "",
846
+ "displayBoList": [],
847
+ "isOpenViewFilters": 0,
848
+ "keywordMapping": "",
849
+ "showOrder": true,
850
+ "svcCode": "",
851
+ "assignDepartment": {
852
+ "type": "custom",
853
+ "value": [],
854
+ "displayBos": []
855
+ },
856
+ "openAssignDepartment": false,
857
+ "filters": [],
858
+ "viewFilters": [],
859
+ "orders": []
860
+ }
843
861
  },
844
862
  "filterItemDatasourceBind": {
845
863
  "type": "object",
@@ -1575,7 +1593,25 @@
1575
1593
  }
1576
1594
  },
1577
1595
  "description": "筛选项数据源绑定",
1578
- "default": "new DataSourceBind()"
1596
+ "default": {
1597
+ "dataCode": "",
1598
+ "appId": "",
1599
+ "valueFieldCode": "",
1600
+ "displayBoList": [],
1601
+ "isOpenViewFilters": 0,
1602
+ "keywordMapping": "",
1603
+ "showOrder": true,
1604
+ "svcCode": "",
1605
+ "assignDepartment": {
1606
+ "type": "custom",
1607
+ "value": [],
1608
+ "displayBos": []
1609
+ },
1610
+ "openAssignDepartment": false,
1611
+ "filters": [],
1612
+ "viewFilters": [],
1613
+ "orders": []
1614
+ }
1579
1615
  },
1580
1616
  "multistageFilling": {
1581
1617
  "type": "array",
@@ -127,7 +127,10 @@
127
127
  }
128
128
  },
129
129
  "description": "操作项",
130
- "default": "new OptObject({})"
130
+ "default": {
131
+ "optCode": "",
132
+ "optType": ""
133
+ }
131
134
  },
132
135
  "actionObj": {
133
136
  "type": "object",
@@ -190,7 +193,16 @@
190
193
  }
191
194
  },
192
195
  "description": "服务信息",
193
- "default": "new BizActionServiceName()"
196
+ "default": {
197
+ "actionCode": "",
198
+ "dataCode": "",
199
+ "name": "",
200
+ "appName": "",
201
+ "dataName": "",
202
+ "actionName": "",
203
+ "displayName": "",
204
+ "svcTypeEnum": ""
205
+ }
194
206
  },
195
207
  "inputParam": {
196
208
  "type": "array",
@@ -259,7 +271,11 @@
259
271
  }
260
272
  },
261
273
  "description": "参数右值变量",
262
- "default": "new BizActionRightVariable()"
274
+ "default": {
275
+ "type": "custom",
276
+ "value": [],
277
+ "displayBos": []
278
+ }
263
279
  }
264
280
  }
265
281
  },
@@ -268,11 +284,39 @@
268
284
  }
269
285
  },
270
286
  "description": "业务行动配置",
271
- "default": "new BizActionObject()"
287
+ "default": {
288
+ "serviceName": {
289
+ "actionCode": "",
290
+ "dataCode": "",
291
+ "name": "",
292
+ "appName": "",
293
+ "dataName": "",
294
+ "actionName": "",
295
+ "displayName": "",
296
+ "svcTypeEnum": ""
297
+ },
298
+ "inputParam": []
299
+ }
272
300
  }
273
301
  },
274
302
  "description": "操作行动项",
275
- "default": "new ActionObject({})"
303
+ "default": {
304
+ "actionCode": "",
305
+ "actionType": "",
306
+ "bizAction": {
307
+ "serviceName": {
308
+ "actionCode": "",
309
+ "dataCode": "",
310
+ "name": "",
311
+ "appName": "",
312
+ "dataName": "",
313
+ "actionName": "",
314
+ "displayName": "",
315
+ "svcTypeEnum": ""
316
+ },
317
+ "inputParam": []
318
+ }
319
+ }
276
320
  },
277
321
  "optButtonType": {
278
322
  "type": "string",
@@ -980,7 +1024,11 @@
980
1024
  }
981
1025
  },
982
1026
  "description": "绑定列表页",
983
- "default": "new ListBind()"
1027
+ "default": {
1028
+ "appId": "",
1029
+ "formKey": "",
1030
+ "headers": []
1031
+ }
984
1032
  },
985
1033
  "disableFilling": {
986
1034
  "type": "boolean",
@@ -1044,7 +1092,10 @@
1044
1092
  }
1045
1093
  },
1046
1094
  "description": "回填配置",
1047
- "default": "new FillBackBind()"
1095
+ "default": {
1096
+ "mode": "current",
1097
+ "multiple": false
1098
+ }
1048
1099
  },
1049
1100
  "showSelectedDetail": {
1050
1101
  "type": "boolean",
@@ -1072,7 +1123,10 @@
1072
1123
  }
1073
1124
  },
1074
1125
  "description": "展示已选内容配置字段",
1075
- "default": "new SelectedContentConfig()"
1126
+ "default": {
1127
+ "dataCode": "",
1128
+ "displayBoList": []
1129
+ }
1076
1130
  }
1077
1131
  },
1078
1132
  "required": []
@@ -103,7 +103,7 @@ var PieChartControl = /*#__PURE__*/ function(DesignerControl) {
103
103
  {
104
104
  key: "controlName",
105
105
  get: function get() {
106
- return getLocaleText('CMD.pieChart', null, '饼图');
106
+ return getLocaleText('CMD.826f1781784553044');
107
107
  }
108
108
  },
109
109
  {
@@ -92,7 +92,7 @@
92
92
  "optionJson": {
93
93
  "type": "string",
94
94
  "description": "图表 option JSON",
95
- "default": "{}"
95
+ "default": {}
96
96
  },
97
97
  "optionConfig": {
98
98
  "type": "string",
@@ -839,7 +839,25 @@
839
839
  }
840
840
  },
841
841
  "description": "数据源绑定",
842
- "default": "new DataSourceBind()"
842
+ "default": {
843
+ "dataCode": "",
844
+ "appId": "",
845
+ "valueFieldCode": "",
846
+ "displayBoList": [],
847
+ "isOpenViewFilters": 0,
848
+ "keywordMapping": "",
849
+ "showOrder": true,
850
+ "svcCode": "",
851
+ "assignDepartment": {
852
+ "type": "custom",
853
+ "value": [],
854
+ "displayBos": []
855
+ },
856
+ "openAssignDepartment": false,
857
+ "filters": [],
858
+ "viewFilters": [],
859
+ "orders": []
860
+ }
843
861
  },
844
862
  "filterItemDatasourceBind": {
845
863
  "type": "object",
@@ -1575,7 +1593,25 @@
1575
1593
  }
1576
1594
  },
1577
1595
  "description": "筛选项数据源绑定",
1578
- "default": "new DataSourceBind()"
1596
+ "default": {
1597
+ "dataCode": "",
1598
+ "appId": "",
1599
+ "valueFieldCode": "",
1600
+ "displayBoList": [],
1601
+ "isOpenViewFilters": 0,
1602
+ "keywordMapping": "",
1603
+ "showOrder": true,
1604
+ "svcCode": "",
1605
+ "assignDepartment": {
1606
+ "type": "custom",
1607
+ "value": [],
1608
+ "displayBos": []
1609
+ },
1610
+ "openAssignDepartment": false,
1611
+ "filters": [],
1612
+ "viewFilters": [],
1613
+ "orders": []
1614
+ }
1579
1615
  },
1580
1616
  "multistageFilling": {
1581
1617
  "type": "array",
@@ -376,7 +376,15 @@
376
376
  }
377
377
  },
378
378
  "description": "动作设置",
379
- "default": "new ActionSetting()"
379
+ "default": {
380
+ "appId": "",
381
+ "dataCode": "",
382
+ "formKey": "",
383
+ "orders": [],
384
+ "filters": [],
385
+ "isRelation": false,
386
+ "relationBindCode": ""
387
+ }
380
388
  },
381
389
  "listHeightSetting": {
382
390
  "type": "object",
@@ -401,7 +409,10 @@
401
409
  }
402
410
  },
403
411
  "description": "列表高度配置",
404
- "default": "new ListHeightSetting()"
412
+ "default": {
413
+ "type": "auto",
414
+ "row": 20
415
+ }
405
416
  },
406
417
  "isHideCaption": {
407
418
  "type": "boolean",
@@ -127,7 +127,10 @@
127
127
  }
128
128
  },
129
129
  "description": "操作项",
130
- "default": "new OptObject({})"
130
+ "default": {
131
+ "optCode": "",
132
+ "optType": ""
133
+ }
131
134
  },
132
135
  "actionObj": {
133
136
  "type": "object",
@@ -190,7 +193,16 @@
190
193
  }
191
194
  },
192
195
  "description": "服务信息",
193
- "default": "new BizActionServiceName()"
196
+ "default": {
197
+ "actionCode": "",
198
+ "dataCode": "",
199
+ "name": "",
200
+ "appName": "",
201
+ "dataName": "",
202
+ "actionName": "",
203
+ "displayName": "",
204
+ "svcTypeEnum": ""
205
+ }
194
206
  },
195
207
  "inputParam": {
196
208
  "type": "array",
@@ -259,7 +271,11 @@
259
271
  }
260
272
  },
261
273
  "description": "参数右值变量",
262
- "default": "new BizActionRightVariable()"
274
+ "default": {
275
+ "type": "custom",
276
+ "value": [],
277
+ "displayBos": []
278
+ }
263
279
  }
264
280
  }
265
281
  },
@@ -268,11 +284,39 @@
268
284
  }
269
285
  },
270
286
  "description": "业务行动配置",
271
- "default": "new BizActionObject()"
287
+ "default": {
288
+ "serviceName": {
289
+ "actionCode": "",
290
+ "dataCode": "",
291
+ "name": "",
292
+ "appName": "",
293
+ "dataName": "",
294
+ "actionName": "",
295
+ "displayName": "",
296
+ "svcTypeEnum": ""
297
+ },
298
+ "inputParam": []
299
+ }
272
300
  }
273
301
  },
274
302
  "description": "操作行动项",
275
- "default": "new ActionObject({})"
303
+ "default": {
304
+ "actionCode": "",
305
+ "actionType": "",
306
+ "bizAction": {
307
+ "serviceName": {
308
+ "actionCode": "",
309
+ "dataCode": "",
310
+ "name": "",
311
+ "appName": "",
312
+ "dataName": "",
313
+ "actionName": "",
314
+ "displayName": "",
315
+ "svcTypeEnum": ""
316
+ },
317
+ "inputParam": []
318
+ }
319
+ }
276
320
  },
277
321
  "optButtonType": {
278
322
  "type": "string",