@steedos/service-core-objects 3.0.0-beta.67 → 3.0.0-beta.68
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/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.68",
|
|
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.68",
|
|
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": "24d548e9275e379b7e00ae51a3f81d6b3790b52a"
|
|
21
21
|
}
|
|
@@ -1,35 +0,0 @@
|
|
|
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
|
package/main/default/objectTranslations/favorites.zh-CN/favorites.zh-CN.objectTranslation.yml
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
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: 新建
|