@steedos/standard-process-approval 3.0.0-beta.49 → 3.0.0-beta.50

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.
@@ -48,36 +48,45 @@
48
48
  "className": "px-0",
49
49
  "body": [
50
50
  {
51
- "type": "steedos-object-related-lists",
52
- "id": "u:f3101a683d9e",
53
- "label": "所有相关表",
51
+ "type": "steedos-record-service",
52
+ "id": "u:abefc73e930d",
53
+ "label": "记录服务",
54
54
  "recordId": "${target_object.ids[0]}",
55
55
  "objectApiName": "${target_object.o}",
56
- "visibleOn": "${!!target_object}"
56
+ "body": [
57
+ {
58
+ "type": "steedos-object-related-lists",
59
+ "id": "u:f3101a683d9e",
60
+ "label": "所有相关表",
61
+ "recordId": "${target_object.ids[0]}",
62
+ "objectApiName": "${target_object.o}",
63
+ "visibleOn": "${!!target_object}"
64
+ }
65
+ ]
57
66
  }
58
67
  ]
59
68
  }
60
69
  ],
61
70
  "id": "u:2828559659a3"
62
71
  },
63
- {
64
- "title": "当前记录",
65
- "className": "px-0 py-4",
66
- "body": [
67
- {
68
- "type": "steedos-object-form",
69
- "label": "对象表单",
70
- "objectApiName": "${objectName}",
71
- "recordId": "${recordId}",
72
- "appId": "${appId}",
73
- "id": "u:417063b0c22f"
74
- }
75
- ],
76
- "id": "u:5d4e7e3f6ecc"
77
- }
72
+ {
73
+ "title": "当前记录",
74
+ "className": "px-0 py-4",
75
+ "body": [
76
+ {
77
+ "type": "steedos-object-form",
78
+ "label": "对象表单",
79
+ "objectApiName": "${objectName}",
80
+ "recordId": "${recordId}",
81
+ "appId": "${appId}",
82
+ "id": "u:417063b0c22f"
83
+ }
84
+ ],
85
+ "id": "u:5d4e7e3f6ecc"
86
+ }
78
87
  ],
79
88
  "id": "u:e1251a3f5a0f"
80
- }
89
+ }
81
90
  ],
82
91
  "data": {
83
92
  "_master.objectName": "${objectName}",
@@ -99,25 +108,18 @@
99
108
  }
100
109
  },
101
110
  "id": "u:be317b257920",
102
- "messages": {}
111
+ "messages": {},
112
+ "dsType": "api"
103
113
  }
104
114
  ],
105
115
  "regions": [
106
- "body"
116
+ "body"
107
117
  ],
108
118
  "data": {
109
- "objectName": "process_instance_history",
110
- "recordId": "sJjFfTionvxrwrdF8",
111
- "context": {
112
- "rootUrl": "http://127.0.0.1:5900",
113
- "tenantId": "63ed8fb288feeecd0165843d",
114
- "userId": "1852bcb9-a3cb-4d04-905b-1cd12e4cdb3b",
115
- "authToken": "655db0535cc3e217056b8fcb0aa270b8618128df0daad0076f9b90c4041a537f4aef46ed54131dc642afeb"
116
- }
117
119
  },
118
120
  "id": "page_process_instance_history_record_detail",
119
121
  "name": "page_process_instance_history_record_detail",
120
122
  "objectApiName": "${objectName}",
121
123
  "bodyClassName": "",
122
124
  "className": "object-detail-page"
123
- }
125
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-process-approval",
3
- "version": "3.0.0-beta.49",
3
+ "version": "3.0.0-beta.50",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -10,11 +10,11 @@
10
10
  "steedos"
11
11
  ],
12
12
  "dependencies": {
13
- "@steedos/process": "3.0.0-beta.49",
13
+ "@steedos/process": "3.0.0-beta.50",
14
14
  "nanoid": "^3.3.4"
15
15
  },
16
16
  "description": "steedos package",
17
17
  "repository": {},
18
18
  "license": "MIT",
19
- "gitHead": "98e182b9441387bafb05b451faced456317b0eed"
19
+ "gitHead": "cc1c1fbc386b3d5c1bc5fa28c586d117175f6cfa"
20
20
  }