@steedos/service-core-objects 3.0.0-beta.61 → 3.0.0-beta.63
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/main/default/objectTranslations/objects.en/objects.en.objectTranslation.yml +1 -1
- package/main/default/objectTranslations/objects.zh-CN/objects.zh-CN.objectTranslation.yml +1 -1
- package/main/default/objects/cms_files/cms_files.object.yml +1 -0
- package/main/default/objects/objects/fields/enable_chatter.field.yml +2 -2
- package/main/default/pages/cms_files_preview.page.amis.json +20 -1
- package/main/default/pages/space_users_list.page.amis.json +1 -1
- package/package.json +3 -3
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
name: enable_chatter
|
|
2
2
|
hidden: false
|
|
3
3
|
group: feature
|
|
4
|
-
label: Enable
|
|
4
|
+
label: Enable Comments
|
|
5
5
|
sort_no: 300
|
|
6
6
|
type: boolean
|
|
7
|
-
visible_on: '{{
|
|
7
|
+
visible_on: '{{ Builder.settings.platform && ["platform-standard", "platform-enterprise", "platform-professional"].includes(Builder.settings.platform.product) }}'
|
|
8
8
|
inlineHelpText: 允许用户在记录中进行评论或反馈,便于团队之间的协作和沟通
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"id": "u:5d4e7e3f6ecc"
|
|
135
135
|
},
|
|
136
136
|
{
|
|
137
|
-
"title": "
|
|
137
|
+
"title": "历史版本",
|
|
138
138
|
"body": [
|
|
139
139
|
{
|
|
140
140
|
"type": "steedos-object-related-lists",
|
|
@@ -147,6 +147,25 @@
|
|
|
147
147
|
],
|
|
148
148
|
"className": "px-0 pt-4",
|
|
149
149
|
"id": "u:f2f42d8195ab"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"title": "评论",
|
|
153
|
+
"body": [
|
|
154
|
+
{
|
|
155
|
+
"type": "rooms-provider",
|
|
156
|
+
"baseUrl": "${context.rootUrl}",
|
|
157
|
+
"body": [
|
|
158
|
+
{
|
|
159
|
+
"type": "rooms-comments",
|
|
160
|
+
"className": "flex flex-col gap-3",
|
|
161
|
+
"roomId": "objects:${objectName}:${recordId}"
|
|
162
|
+
}
|
|
163
|
+
]
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"className": "px-0 pt-4",
|
|
167
|
+
"id": "u:f2f42d8195ab",
|
|
168
|
+
"visibleOn": "${uiSchema.enable_chatter}"
|
|
150
169
|
}
|
|
151
170
|
],
|
|
152
171
|
"id": "u:560caa275d48"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/service-core-objects",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.63",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
"steedos"
|
|
11
11
|
],
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@steedos/service-package-loader": "3.0.0-beta.
|
|
13
|
+
"@steedos/service-package-loader": "3.0.0-beta.63",
|
|
14
14
|
"json2xls": "^0.1.2",
|
|
15
15
|
"lodash": "^4.17.21"
|
|
16
16
|
},
|
|
17
17
|
"description": "steedos package",
|
|
18
18
|
"repository": {},
|
|
19
19
|
"license": "MIT",
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "e30db027c1cf8d4b9d5bd04192d8c5705a312bea"
|
|
21
21
|
}
|