@steedos/service-core-objects 3.0.2-beta.5 → 3.0.2-beta.8

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.
@@ -83,7 +83,7 @@ fields:
83
83
  description:
84
84
  enable_enhanced_lookup:
85
85
  label: 弹出选择
86
- help: 被其他字段引用时,使用弹出框选择记录。
86
+ help: 被其它字段引用时,使用弹出框选择记录。
87
87
  description:
88
88
  enable_thousands:
89
89
  label: 显示千分符
@@ -194,7 +194,7 @@ fields:
194
194
  help: "Function signature: (payload, response, api)=>payload"
195
195
  description:
196
196
  extra_columns:
197
- label: Extra Columns
197
+ label: Grid Extra Columns
198
198
  description: Query only through the interface, not displayed in the list.
199
199
  calendar_start_field:
200
200
  label: Start Time Field
@@ -189,7 +189,7 @@ fields:
189
189
  help: "函数签名: (payload, response, api) => payload"
190
190
  description:
191
191
  extra_columns:
192
- label: 其他字段
192
+ label: 列表其它字段
193
193
  description: 仅通过接口查询, 在列表中不显示
194
194
  calendar_start_field:
195
195
  label: 开始时间字段
@@ -5,4 +5,4 @@ language: javascript
5
5
  is_wide: true
6
6
  inlineHelpText: '函数签名: (payload, response, api) => payload'
7
7
  group: advanced
8
- sort_no: 910
8
+ sort_no: 920
@@ -2,7 +2,7 @@ name: columns
2
2
  label: Columns
3
3
  type: table
4
4
  is_wide: true
5
- required: true
5
+ required: false
6
6
  group: show_columns
7
7
  amis:
8
8
  columns:
@@ -12,3 +12,4 @@ amis:
12
12
  - name: wrap
13
13
  width: 100
14
14
  sort_no: 230
15
+ visible_on: ${type != 'calendar' && type != 'timeline'}
@@ -14,5 +14,6 @@ filtersFunction: !<tag:yaml.org,2002:js/function> |-
14
14
  ) {
15
15
  return ['object', '=', values.object_name]
16
16
  }
17
- sort_no: 355
18
- group: show_columns
17
+ sort_no: 900
18
+ group: advanced
19
+ visible_on: ${type != 'calendar' && type != 'timeline'}
@@ -6,3 +6,4 @@ depend_on:
6
6
  - object_name
7
7
  group: show_columns
8
8
  sort_no: 350
9
+ visible_on: ${type != 'calendar' && type != 'timeline'}
@@ -5,4 +5,4 @@ language: javascript
5
5
  is_wide: true
6
6
  inlineHelpText: 函数签名:(api) => api, 数据在 api.data 中,修改后返回 api 对象。
7
7
  group: advanced
8
- sort_no: 900
8
+ sort_no: 910
@@ -6,3 +6,4 @@ depend_on:
6
6
  - object_name
7
7
  group: search_term
8
8
  sort_no: 380
9
+ visible_on: ${type != 'calendar' && type != 'timeline'}
@@ -6,3 +6,4 @@ depend_on:
6
6
  - object_name
7
7
  group: sort
8
8
  sort_no: 290
9
+ visible_on: ${type != 'calendar' && type != 'timeline'}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-core-objects",
3
- "version": "3.0.2-beta.5",
3
+ "version": "3.0.2-beta.8",
4
4
  "main": "package.service.js",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -9,7 +9,7 @@
9
9
  "steedos"
10
10
  ],
11
11
  "dependencies": {
12
- "@steedos/service-package-loader": "3.0.2-beta.5",
12
+ "@steedos/service-package-loader": "3.0.2-beta.8",
13
13
  "bcryptjs": "^3.0.3",
14
14
  "json2xls": "^0.1.2",
15
15
  "lodash": "^4.17.21"
@@ -17,5 +17,5 @@
17
17
  "description": "steedos package",
18
18
  "repository": {},
19
19
  "license": "MIT",
20
- "gitHead": "49e948dd4b246f9078ff470a6dc44b2ff3521541"
20
+ "gitHead": "47f794dfb3efb89c995dc446d67d3f6b78ea1445"
21
21
  }