owl-cli 7.13.0 → 7.14.0
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/examples/models/owlsys/systemAdmin/app_fields.json +48 -0
- package/examples/models/owlsys/systemAdmin/app_plugins.json +44 -0
- package/examples/models/owlsys/systemAdmin/app_sections.json +64 -0
- package/examples/models/owlsys/systemAdmin/apps/api/src/plugins/refresh_apps.jsx +663 -0
- package/examples/models/owlsys/systemAdmin/apps.json +101 -0
- package/examples/models/owlsys/systemAdmin/backendSession.json +52 -0
- package/examples/models/owlsys/systemAdmin/batchImport.json +54 -0
- package/examples/models/owlsys/systemAdmin/batch_import/api/src/plugins/addImport.jsx +75 -0
- package/examples/models/owlsys/systemAdmin/batch_import/api/src/tasks/doImportTask.jsx +130 -0
- package/examples/models/owlsys/systemAdmin/change_log.json +70 -0
- package/examples/models/owlsys/systemAdmin/change_logs/api/src/services/modelService.jsx +1096 -0
- package/examples/models/owlsys/systemAdmin/common_views/api/src/views/product_basic_info_default.jsx +280 -0
- package/examples/models/owlsys/systemAdmin/common_views/api/src/views/product_basic_info_edit.jsx +380 -0
- package/examples/models/owlsys/systemAdmin/common_views.json +32 -0
- package/examples/models/owlsys/systemAdmin/download_template.json +45 -0
- package/examples/models/owlsys/systemAdmin/error_logs/dispatch_order_errors.json +61 -0
- package/examples/models/owlsys/systemAdmin/excel_templates.json +60 -0
- package/examples/models/owlsys/systemAdmin/frontendSession.json +44 -0
- package/examples/models/owlsys/systemAdmin/obj_permission.json +66 -0
- package/examples/models/owlsys/systemAdmin/org_setting.json +188 -0
- package/examples/models/owlsys/systemAdmin/param.json +29 -0
- package/examples/models/owlsys/systemAdmin/process_job.json +94 -0
- package/examples/models/owlsys/systemAdmin/process_job_checklog.json +66 -0
- package/examples/models/owlsys/systemAdmin/process_job_log.json +34 -0
- package/examples/models/owlsys/systemAdmin/roleOptions.json +36 -0
- package/examples/models/owlsys/systemAdmin/sensitive_keywords.json +58 -0
- package/examples/models/owlsys/systemAdmin/server_token.json +38 -0
- package/examples/models/owlsys/systemAdmin/session.json +51 -0
- package/examples/models/owlsys/systemAdmin/task_version.json +60 -0
- package/examples/models/owlsys/systemAdmin/taskinfo.json +38 -0
- package/examples/models/owlsys/systemAdmin/tasks/api/src/plugins/doRunTask.jsx +32 -0
- package/examples/models/owlsys/systemAdmin/tasks.json +43 -0
- package/package.json +1 -1
- /package/examples/models/owlsys/{permissions → systemAdmin}/permission.json +0 -0
- /package/examples/models/owlsys/{permissions → systemAdmin}/roles.json +0 -0
- /package/examples/models/owlsys/{permissions → systemAdmin}/tablelevelpermission.json +0 -0
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
|
|
2
|
+
{
|
|
3
|
+
"id": "string(12),listSize:18,showList:false,disabled:true;id",
|
|
4
|
+
"fieldLabel": "string(12),searchable:true;名称",
|
|
5
|
+
"tableId":"string(12),searchable:true;tableId",
|
|
6
|
+
"sectionKey": "string(12),searchable:true;sectionKey",
|
|
7
|
+
"fieldKey": "string(12),searchable:true;fieldKey",
|
|
8
|
+
"origKey": "string(12),showList:false;origKey",
|
|
9
|
+
"includeKey": "choice,values:yes_是/no_否,help:是否包含sectionKey;包含上级",
|
|
10
|
+
"fieldSize": "number(6),showList:false;fieldSize",
|
|
11
|
+
"tab": "string(6),showList:false;tab",
|
|
12
|
+
"searchable": "choice,values:true_是/false_否,listSize:5;searchable",
|
|
13
|
+
"fieldType": "string(12);type",
|
|
14
|
+
"_t":"app_fields",
|
|
15
|
+
"#meta":{
|
|
16
|
+
"push": true,
|
|
17
|
+
"rem":"fields",
|
|
18
|
+
"projectName":"roles",
|
|
19
|
+
"parent":["platform"],
|
|
20
|
+
"visitType": [
|
|
21
|
+
"platform"
|
|
22
|
+
],
|
|
23
|
+
"pos": 3,
|
|
24
|
+
"group": {
|
|
25
|
+
"id": "systemadmin",
|
|
26
|
+
"name": "系统管理",
|
|
27
|
+
"icon": "setting",
|
|
28
|
+
"pos": 30,
|
|
29
|
+
"level2": {
|
|
30
|
+
"id": "appsmgt",
|
|
31
|
+
"name": "apps管理",
|
|
32
|
+
"icon": "setting",
|
|
33
|
+
"pos": 40
|
|
34
|
+
}
|
|
35
|
+
},
|
|
36
|
+
"export":[
|
|
37
|
+
{
|
|
38
|
+
"label":"导出完整",
|
|
39
|
+
"mainTitleFormat":{"background":"#474747","color":"#cccccc"},
|
|
40
|
+
"subTitleFormat":{"background":"#777777","color":"#ffffff"},
|
|
41
|
+
"subRecordFormat":{"background":"#ffffff","color":"#000000"},
|
|
42
|
+
"mainRecordFormat":{"background":"#555555","color":"#FFFFFF"},
|
|
43
|
+
"key":"completeDoc",
|
|
44
|
+
"fields":["*"]
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "string(12),listSize:18,showList:false,disabled:true;id",
|
|
3
|
+
"tableId":"string(12),searchable:true;tableId",
|
|
4
|
+
"tableName": "string(12),searchable:true;表名",
|
|
5
|
+
"label": "string(12),searchable:true;名称",
|
|
6
|
+
"help": "string(12),searchable:true;帮助",
|
|
7
|
+
"action": "string(12),searchable:true;操作",
|
|
8
|
+
"pluginId": "string(12),searchable:true;插件ID",
|
|
9
|
+
"position": "string(12),searchable:true;位置",
|
|
10
|
+
"_t":"app_plugins",
|
|
11
|
+
"#meta":{
|
|
12
|
+
"push": true,
|
|
13
|
+
"rem":"plugins",
|
|
14
|
+
"projectName":"roles",
|
|
15
|
+
"parent":["platform"],
|
|
16
|
+
"visitType": [
|
|
17
|
+
"platform"
|
|
18
|
+
],
|
|
19
|
+
"pos": 3,
|
|
20
|
+
"group": {
|
|
21
|
+
"id": "systemadmin",
|
|
22
|
+
"name": "系统管理",
|
|
23
|
+
"icon": "setting",
|
|
24
|
+
"pos": 30,
|
|
25
|
+
"level2": {
|
|
26
|
+
"id": "appsmgt",
|
|
27
|
+
"name": "apps管理",
|
|
28
|
+
"icon": "setting",
|
|
29
|
+
"pos": 40
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"export":[
|
|
33
|
+
{
|
|
34
|
+
"label":"导出完整",
|
|
35
|
+
"mainTitleFormat":{"background":"#474747","color":"#cccccc"},
|
|
36
|
+
"subTitleFormat":{"background":"#777777","color":"#ffffff"},
|
|
37
|
+
"subRecordFormat":{"background":"#ffffff","color":"#000000"},
|
|
38
|
+
"mainRecordFormat":{"background":"#555555","color":"#FFFFFF"},
|
|
39
|
+
"key":"completeDoc",
|
|
40
|
+
"fields":["*"]
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
}
|
|
44
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "string(12),listSize:18,tab:01,disabled:true;id",
|
|
3
|
+
"name": "string(12),showList:false;name",
|
|
4
|
+
"fieldLabel": "string(12);名称",
|
|
5
|
+
"tableId":"string(12),searchable:true;tableId",
|
|
6
|
+
"sectionKey": "string(12);sectionKey",
|
|
7
|
+
"addSingle": "string(12);addSingle",
|
|
8
|
+
"position": "string(12);position",
|
|
9
|
+
"tab": "string(12);tab",
|
|
10
|
+
"includeKey": "string(12);includeKey",
|
|
11
|
+
"type": "string(12);type",
|
|
12
|
+
"keyField": "string(12);keyField",
|
|
13
|
+
"dataSourceModel": "string(12);dataSourceModel",
|
|
14
|
+
"link": "string(12);link",
|
|
15
|
+
"showList": "string(6);showList",
|
|
16
|
+
"fields": [
|
|
17
|
+
{
|
|
18
|
+
"#meta": {
|
|
19
|
+
"type": "external",
|
|
20
|
+
"fieldLabel": "fields",
|
|
21
|
+
"dataSourceModel": "owl_app_fields",
|
|
22
|
+
"link": "tableId->tableId,sectionKey->sectionKey",
|
|
23
|
+
"relation": "child",
|
|
24
|
+
"tab": "7",
|
|
25
|
+
"position": "card",
|
|
26
|
+
"addSingle": "false"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"_t":"app_sections",
|
|
31
|
+
"#meta":{
|
|
32
|
+
"push": true,
|
|
33
|
+
"rem":"sections",
|
|
34
|
+
"projectName":"roles",
|
|
35
|
+
"parent":["platform"],
|
|
36
|
+
"visitType": [
|
|
37
|
+
"platform"
|
|
38
|
+
],
|
|
39
|
+
"pos": 2,
|
|
40
|
+
"group": {
|
|
41
|
+
"id": "systemadmin",
|
|
42
|
+
"name": "系统管理",
|
|
43
|
+
"icon": "setting",
|
|
44
|
+
"pos": 30,
|
|
45
|
+
"level2": {
|
|
46
|
+
"id": "appsmgt",
|
|
47
|
+
"name": "apps管理",
|
|
48
|
+
"icon": "setting",
|
|
49
|
+
"pos": 40
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"export":[
|
|
53
|
+
{
|
|
54
|
+
"label":"导出完整",
|
|
55
|
+
"mainTitleFormat":{"background":"#474747","color":"#cccccc"},
|
|
56
|
+
"subTitleFormat":{"background":"#777777","color":"#ffffff"},
|
|
57
|
+
"subRecordFormat":{"background":"#ffffff","color":"#000000"},
|
|
58
|
+
"mainRecordFormat":{"background":"#555555","color":"#FFFFFF"},
|
|
59
|
+
"key":"completeDoc",
|
|
60
|
+
"fields":["*"]
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
}
|
|
64
|
+
}
|