@steedos/service-core-objects 3.0.0-beta.70 → 3.0.0-beta.71

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.
@@ -0,0 +1,35 @@
1
+ name: favorites
2
+ label: My Favorite
3
+ description:
4
+ fields:
5
+ name:
6
+ label: Name
7
+ help:
8
+ description:
9
+ object_name:
10
+ label: Object
11
+ help:
12
+ description:
13
+ record_type:
14
+ label: Type
15
+ help:
16
+ options:
17
+ - label: Record
18
+ value: RECORD
19
+ - label: List View
20
+ value: LIST_VIEW
21
+ description:
22
+ record_id:
23
+ label: Record ID or List View ID(code)
24
+ help:
25
+ description:
26
+ sort_no:
27
+ label: Sort Number
28
+ help: High Value First
29
+ description:
30
+ listviews:
31
+ all:
32
+ label: All
33
+ actions:
34
+ standard_new:
35
+ label: New
@@ -0,0 +1,35 @@
1
+ name: favorites
2
+ label: 我的收藏夹
3
+ description:
4
+ fields:
5
+ name:
6
+ label: 标题
7
+ help:
8
+ description:
9
+ object_name:
10
+ label: 对象
11
+ help:
12
+ description:
13
+ record_type:
14
+ label: 类型
15
+ help:
16
+ options:
17
+ - label: 记录
18
+ value: RECORD
19
+ - label: 列表
20
+ value: LIST_VIEW
21
+ description:
22
+ record_id:
23
+ label: 记录ID或者视图ID(code)
24
+ help:
25
+ description:
26
+ sort_no:
27
+ label: 排序号
28
+ help: 数值大的显示在前面
29
+ description:
30
+ listviews:
31
+ all:
32
+ label: 全部
33
+ actions:
34
+ standard_new:
35
+ label: 新建
@@ -0,0 +1,65 @@
1
+ name: favorites
2
+ label: My Favorite
3
+ icon: topic
4
+ hidden: true
5
+ version: 2
6
+ fields:
7
+ name:
8
+ type: text
9
+ label: Name
10
+ required: true
11
+ min: 1
12
+ max: 300
13
+ object_name:
14
+ type: lookup
15
+ label: Object
16
+ reference_to: objects
17
+ reference_to_field: name
18
+ required: true
19
+ readonly: true
20
+ record_type:
21
+ label: Type
22
+ type: select
23
+ options:
24
+ - label: Record
25
+ value: RECORD
26
+ - label: List View
27
+ value: LIST_VIEW
28
+ readonly: true
29
+ record_id:
30
+ type: text
31
+ label: Record ID or List View ID(code)
32
+ hidden: true
33
+ sort_no:
34
+ type: number
35
+ label: Sort Number
36
+ inlineHelpText: High Value First
37
+ actions:
38
+ standard_new:
39
+ visible: false
40
+ list_views:
41
+ all:
42
+ label: All
43
+ filter_scope: space
44
+ filters: [["owner", "=", "{userId}"]]
45
+ sort: [["sort_no", "desc"]]
46
+ columns:
47
+ - name
48
+ - object_name
49
+ - record_type
50
+ - sort_no
51
+ permission_set:
52
+ user:
53
+ allowCreate: true
54
+ allowDelete: true
55
+ allowEdit: true
56
+ allowRead: true
57
+ modifyAllRecords: false
58
+ viewAllRecords: false
59
+ admin:
60
+ allowCreate: true
61
+ allowDelete: true
62
+ allowEdit: true
63
+ allowRead: true
64
+ modifyAllRecords: false
65
+ viewAllRecords: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-core-objects",
3
- "version": "3.0.0-beta.70",
3
+ "version": "3.0.0-beta.71",
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.70",
13
+ "@steedos/service-package-loader": "3.0.0-beta.71",
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": "597f124ef73efa97a2da52b4de3c7d733ebd6887"
20
+ "gitHead": "32cf4e8cafda54a3e30a46a6506eaa021fa25fb7"
21
21
  }