@steedos/service-core-objects 3.0.0-beta.95 → 3.0.0-beta.96

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.
@@ -167,6 +167,22 @@ fields:
167
167
  label: Highlight Fields
168
168
  is_customize:
169
169
  label: Customize
170
+ field_groups:
171
+ label: Field Grouping
172
+ help:
173
+ description:
174
+ field_groups.$.group_name:
175
+ label: Name
176
+ help:
177
+ description:
178
+ field_groups.$.collapsed:
179
+ label: Collapsed by default
180
+ help:
181
+ description:
182
+ field_groups.$.visible_on:
183
+ label: Visible On
184
+ help:
185
+ description:
170
186
  groups:
171
187
  feature: Features
172
188
  advanced: Advanced
@@ -174,6 +174,22 @@ fields:
174
174
  description: 高亮字段显示在记录详情页的顶部。
175
175
  is_customize:
176
176
  label: 自定义
177
+ field_groups:
178
+ label: 字段分组
179
+ help:
180
+ description:
181
+ field_groups.$.group_name:
182
+ label: 名称
183
+ help:
184
+ description:
185
+ field_groups.$.collapsed:
186
+ label: 默认折叠
187
+ help:
188
+ description:
189
+ field_groups.$.visible_on:
190
+ label: 显示条件
191
+ help:
192
+ description:
177
193
  groups:
178
194
  feature: 功能
179
195
  advanced: 高级
@@ -57,7 +57,7 @@
57
57
  "actionType": "toast",
58
58
  "args": {
59
59
  "msgType": "success",
60
- "msg": "操作成功, 请刷新浏览器后查看效果",
60
+ "msg": "${'submitSuccRequireRefreshMsg' | t}",
61
61
  "position": "top-right"
62
62
  }
63
63
  }
@@ -16,7 +16,7 @@
16
16
  "actionType": "toast",
17
17
  "args": {
18
18
  "msgType": "success",
19
- "msg": "操作成功, 请刷新浏览器后查看效果",
19
+ "msg": "${'submitSuccRequireRefreshMsg' | t}",
20
20
  "position": "top-right"
21
21
  }
22
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-core-objects",
3
- "version": "3.0.0-beta.95",
3
+ "version": "3.0.0-beta.96",
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.95",
13
+ "@steedos/service-package-loader": "3.0.0-beta.96",
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": "ebbff21aa5ceccd2bc84cabd973b22998a9e6310"
20
+ "gitHead": "96b68e266d217fce7ae35724edca75e53930db14"
21
21
  }