@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
@@ -103,7 +103,7 @@ var BarChartControl = /*#__PURE__*/ function(DesignerControl) {
103
103
  {
104
104
  key: "controlName",
105
105
  get: function get() {
106
- return getLocaleText('CMD.barChart', null, '柱状图');
106
+ return getLocaleText('CMD.8c961781784550219');
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",
@@ -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",
@@ -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",
@@ -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",
@@ -319,7 +363,7 @@
319
363
  }
320
364
  },
321
365
  "description": "模板列表",
322
- "default": "[new ExportTemplate({ id: 'default', name: '默认模版', appId: 'default', ... })]"
366
+ "default": []
323
367
  },
324
368
  "templateType": {
325
369
  "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",