@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.
- package/dist/esm/baseControls/BarChart/designer.js +1 -1
- package/dist/esm/baseControls/BarChart/schema.json +39 -3
- package/dist/esm/baseControls/BatchPrintListButton/schema.json +49 -5
- package/dist/esm/baseControls/BatchPrintRecordListButton/schema.json +49 -5
- package/dist/esm/baseControls/BatchSubmissionListButton/schema.json +49 -5
- package/dist/esm/baseControls/Button/schema.json +49 -5
- package/dist/esm/baseControls/CreateFormListButton/schema.json +49 -5
- package/dist/esm/baseControls/ExportListButton/schema.json +50 -6
- package/dist/esm/baseControls/ExportRecordListButton/schema.json +49 -5
- package/dist/esm/baseControls/FormSelectButton/schema.json +56 -7
- package/dist/esm/baseControls/Iframe/designer.js +1 -1
- package/dist/esm/baseControls/ImportRecordListButton/schema.json +49 -5
- package/dist/esm/baseControls/InvoiceCheckButton/schema.json +49 -5
- package/dist/esm/baseControls/LineChart/designer.js +1 -1
- package/dist/esm/baseControls/LineChart/schema.json +39 -3
- package/dist/esm/baseControls/ListSelectButton/schema.json +62 -8
- package/dist/esm/baseControls/PieChart/designer.js +1 -1
- package/dist/esm/baseControls/PieChart/schema.json +39 -3
- package/dist/esm/baseControls/ReferenceList/schema.json +13 -2
- package/dist/esm/baseControls/SubmissionRecordListButton/schema.json +49 -5
- package/dist/esm/baseControls/Text/schema.json +10 -2
- package/dist/esm/baseControls/TextOcrButton/schema.json +49 -5
- package/dist/esm/baseControls/Title/schema.json +12 -2
- package/dist/esm/columnControls/ApprovalStatusColumn/schema.json +10 -1
- package/dist/esm/columnControls/ArrayColumn/schema.json +37 -3
- package/dist/esm/columnControls/AutoNumberColumn/schema.json +10 -1
- package/dist/esm/columnControls/DecimalColumn/schema.json +37 -3
- package/dist/esm/columnControls/EmployeeColumn/schema.json +3 -1
- package/dist/esm/columnControls/FileColumn/schema.json +5 -1
- package/dist/esm/columnControls/LocationColumn/schema.json +10 -1
- package/dist/esm/columnControls/TextColumn/schema.json +10 -1
- package/dist/esm/columnControls/TimescopeColumn/schema.json +10 -1
- package/dist/esm/columnControls/TimestampColumn/schema.json +10 -1
- package/dist/esm/columnControls/VarcharColumn/schema.json +40 -4
- package/dist/esm/formControls/Address/schema.json +16 -2
- package/dist/esm/formControls/Amount/schema.json +35 -3
- package/dist/esm/formControls/Attachment/schema.json +5 -1
- package/dist/esm/formControls/Calc/schema.json +16 -2
- package/dist/esm/formControls/Cascader/schema.json +16 -2
- package/dist/esm/formControls/Checkbox/schema.json +39 -2
- package/dist/esm/formControls/DatePicker/schema.json +4 -1
- package/dist/esm/formControls/DateRange/schema.json +16 -2
- package/dist/esm/formControls/Department2/schema.json +3 -1
- package/dist/esm/formControls/ElectronicSignature/schema.json +7 -1
- package/dist/esm/formControls/Employee2/schema.json +3 -1
- package/dist/esm/formControls/Input/schema.json +5 -1
- package/dist/esm/formControls/Number/schema.json +5 -1
- package/dist/esm/formControls/OrganizationSelection/schema.json +13 -3
- package/dist/esm/formControls/Radio/schema.json +39 -2
- package/dist/esm/formControls/RichText/schema.json +26 -1
- package/dist/esm/formControls/SearchDateRange/schema.json +4 -1
- package/dist/esm/formControls/SearchInput/schema.json +5 -1
- package/dist/esm/formControls/SearchNumberRange/schema.json +4 -1
- package/dist/esm/formControls/Select/schema.json +44 -3
- package/dist/esm/formControls/SelectMultiple/schema.json +44 -3
- package/dist/esm/formControls/SelectRelation/schema.json +33 -4
- package/dist/esm/formControls/Tag/designer.js +1 -1
- package/dist/esm/formControls/Tag/schema.json +39 -2
- package/dist/esm/formControls/Textarea/schema.json +40 -2
- package/dist/esm/formControls/TimeRange/schema.json +18 -4
- package/dist/esm/formControls/Tree/schema.json +16 -2
- package/dist/esm/formControls/WPS/schema.json +18 -1
- package/dist/esm/layoutControls/AdvancedContainer/schema.json +5 -1
- package/dist/esm/layoutControls/BlankContainer/schema.json +1 -1
- package/dist/esm/layoutControls/CollapsePane/schema.json +1 -1
- package/dist/esm/layoutControls/DataView/schema.json +51 -5
- package/dist/esm/layoutControls/GridRow/schema.json +27 -2
- package/dist/esm/layoutControls/GridTableColumn/schema.json +19 -1
- package/dist/esm/layoutControls/ListView/schema.json +86 -6
- package/dist/esm/layoutControls/Row/schema.json +27 -2
- package/dist/esm/layoutControls/Step/schema.json +10 -1
- package/dist/esm/layoutControls/SubTableColumn/schema.json +6 -1
- package/dist/esm/layoutControls/TableLayout/schema.json +59 -20
- package/dist/esm/layoutControls/TableLayoutCol/schema.json +6 -1
- package/dist/esm/listControls/SubTable/schema.json +31 -4
- package/dist/esm/searchControls/SimpleSearch/schema.json +16 -2
- package/dist/index.umd.js +1 -1
- package/dist/types/layoutControls/Row/property.d.ts +18 -0
- package/dist/types/layoutControls/TableLayout/property.d.ts +7 -2
- package/package.json +4 -4
|
@@ -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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
366
|
+
"default": []
|
|
323
367
|
},
|
|
324
368
|
"templateType": {
|
|
325
369
|
"type": "string",
|
|
@@ -127,7 +127,10 @@
|
|
|
127
127
|
}
|
|
128
128
|
},
|
|
129
129
|
"description": "操作项",
|
|
130
|
-
"default":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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",
|