@steedos/standard-object-database 2.5.6 → 2.5.8-beta.1
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/object_actions.en/object_actions.en.objectTranslation.yml +19 -0
- package/main/default/objectTranslations/object_actions.zh-CN/object_actions.zh-CN.objectTranslation.yml +19 -0
- package/main/default/objectTranslations/object_fields.en/object_fields.en.objectTranslation.yml +6 -0
- package/main/default/objectTranslations/object_fields.zh-CN/object_fields.zh-CN.objectTranslation.yml +6 -0
- package/main/default/objectTranslations/object_layouts.en/object_layouts.en.objectTranslation.yml +2 -0
- package/main/default/objectTranslations/object_layouts.zh-CN/object_layouts.zh-CN.objectTranslation.yml +2 -0
- package/main/default/objectTranslations/object_triggers.en/object_triggers.en.objectTranslation.yml +15 -0
- package/main/default/objectTranslations/object_triggers.zh-CN/object_triggers.zh-CN.objectTranslation.yml +15 -0
- package/main/default/objectTranslations/objects.en/objects.en.objectTranslation.yml +2 -0
- package/main/default/objectTranslations/objects.zh-CN/objects.zh-CN.objectTranslation.yml +2 -0
- package/main/default/objects/object_actions.object.yml +47 -28
- package/package.json +2 -2
package/main/default/objectTranslations/object_actions.en/object_actions.en.objectTranslation.yml
CHANGED
|
@@ -29,6 +29,25 @@ fields:
|
|
|
29
29
|
label: 'On'
|
|
30
30
|
help:
|
|
31
31
|
description:
|
|
32
|
+
options:
|
|
33
|
+
- label: Display in the top right corner of the list
|
|
34
|
+
value: list
|
|
35
|
+
icon: contact_list
|
|
36
|
+
- label: Displayed in the top right corner of the record viewing page and in the drop-down menu for each item in the list view
|
|
37
|
+
value: record
|
|
38
|
+
icon: contact_list
|
|
39
|
+
- label: Displayed in the "More" dropdown menu in the upper right corner of the record viewing page, as well as in the dropdown menu for each item in the list view
|
|
40
|
+
value: record_more
|
|
41
|
+
icon: lead_list
|
|
42
|
+
- label: Display in the drop-down menu for each item in the list view
|
|
43
|
+
value: list_item
|
|
44
|
+
icon: action_list_component
|
|
45
|
+
- label: Displayed in the upper right corner of the record viewing page
|
|
46
|
+
value: record_only
|
|
47
|
+
icon: contract
|
|
48
|
+
- label: Displayed in the "More" drop-down menu in the upper right corner of the record viewing page
|
|
49
|
+
value: record_only_more
|
|
50
|
+
icon: lead_list
|
|
32
51
|
type:
|
|
33
52
|
label: Type
|
|
34
53
|
options:
|
|
@@ -26,6 +26,25 @@ fields:
|
|
|
26
26
|
label: 显示位置
|
|
27
27
|
help:
|
|
28
28
|
description:
|
|
29
|
+
options:
|
|
30
|
+
- label: 显示在列表右上角
|
|
31
|
+
value: list
|
|
32
|
+
icon: contact_list
|
|
33
|
+
- label: 显示在记录查看页右上角,以及列表视图中每项的下拉菜单中
|
|
34
|
+
value: record
|
|
35
|
+
icon: contact_list
|
|
36
|
+
- label: 显示在记录查看页右上角的“更多”下拉菜单中,以及列表视图中每项的下拉菜单中
|
|
37
|
+
value: record_more
|
|
38
|
+
icon: lead_list
|
|
39
|
+
- label: 显示在列表视图中每项的下拉菜单中
|
|
40
|
+
value: list_item
|
|
41
|
+
icon: action_list_component
|
|
42
|
+
- label: 显示在记录查看页右上角
|
|
43
|
+
value: record_only
|
|
44
|
+
icon: contract
|
|
45
|
+
- label: 显示在记录查看页右上角的“更多”下拉菜单中
|
|
46
|
+
value: record_only_more
|
|
47
|
+
icon: lead_list
|
|
29
48
|
type:
|
|
30
49
|
label: 类型
|
|
31
50
|
options:
|
package/main/default/objectTranslations/object_fields.en/object_fields.en.objectTranslation.yml
CHANGED
|
@@ -33,6 +33,8 @@ fields:
|
|
|
33
33
|
value: html
|
|
34
34
|
- label: Code
|
|
35
35
|
value: code
|
|
36
|
+
- label: Markdown
|
|
37
|
+
value: markdown
|
|
36
38
|
- label: Select
|
|
37
39
|
value: select
|
|
38
40
|
- label: Checkbox
|
|
@@ -325,6 +327,10 @@ fields:
|
|
|
325
327
|
permission to create, edit, or delete child records. This setting is more
|
|
326
328
|
restrictive than true, and is the default value.
|
|
327
329
|
description:
|
|
330
|
+
amis:
|
|
331
|
+
label: Amis Attribute
|
|
332
|
+
help:
|
|
333
|
+
description:
|
|
328
334
|
groups:
|
|
329
335
|
external_data_source: External data source
|
|
330
336
|
advanced: Advanced
|
|
@@ -30,6 +30,8 @@ fields:
|
|
|
30
30
|
value: html
|
|
31
31
|
- label: 代码
|
|
32
32
|
value: code
|
|
33
|
+
- label: Markdown
|
|
34
|
+
value: markdown
|
|
33
35
|
- label: 选择框
|
|
34
36
|
value: select
|
|
35
37
|
- label: 复选框
|
|
@@ -298,6 +300,10 @@ fields:
|
|
|
298
300
|
help: >-
|
|
299
301
|
设置主记录上创建、编辑或删除子记录所需的最低访问级别。此字段仅适用于·主表/子表·字段类型。勾选表示允许具有'读取'访问权限的用户创建、编辑或删除子记录。反之表示允许具有'读取/写入'访问权限的用户创建、编辑或删除子记录的权限。
|
|
300
302
|
description:
|
|
303
|
+
amis:
|
|
304
|
+
label: Amis 属性
|
|
305
|
+
help:
|
|
306
|
+
description:
|
|
301
307
|
groups:
|
|
302
308
|
external_data_source: 外部数据源
|
|
303
309
|
advanced: 高级
|
package/main/default/objectTranslations/object_triggers.en/object_triggers.en.objectTranslation.yml
CHANGED
|
@@ -14,6 +14,21 @@ fields:
|
|
|
14
14
|
label: Execution Time Option
|
|
15
15
|
help:
|
|
16
16
|
description:
|
|
17
|
+
options:
|
|
18
|
+
- label: "Before adding a new record"
|
|
19
|
+
value: "beforeInsert"
|
|
20
|
+
- label: "After adding a new record"
|
|
21
|
+
value: "afterInsert"
|
|
22
|
+
- label: "Before modifying a record"
|
|
23
|
+
value: "beforeUpdate"
|
|
24
|
+
- label: "After modifying a record"
|
|
25
|
+
value: "afterUpdate"
|
|
26
|
+
- label: "Before deleting a record"
|
|
27
|
+
value: "beforeDelete"
|
|
28
|
+
- label: "After deleting a record"
|
|
29
|
+
value: "afterDelete"
|
|
30
|
+
- label: "Before checking the records"
|
|
31
|
+
value: "beforeFind"
|
|
17
32
|
is_enable:
|
|
18
33
|
label: Enable
|
|
19
34
|
help:
|
|
@@ -14,6 +14,21 @@ fields:
|
|
|
14
14
|
label: 运行时
|
|
15
15
|
help:
|
|
16
16
|
description:
|
|
17
|
+
options:
|
|
18
|
+
- label: "新增记录之前"
|
|
19
|
+
value: "beforeInsert"
|
|
20
|
+
- label: "新增记录之后"
|
|
21
|
+
value: "afterInsert"
|
|
22
|
+
- label: "修改记录之前"
|
|
23
|
+
value: "beforeUpdate"
|
|
24
|
+
- label: "修改记录之后"
|
|
25
|
+
value: "afterUpdate"
|
|
26
|
+
- label: "删除记录之前"
|
|
27
|
+
value: "beforeDelete"
|
|
28
|
+
- label: "删除记录之后"
|
|
29
|
+
value: "afterDelete"
|
|
30
|
+
- label: "查下记录之前"
|
|
31
|
+
value: "beforeFind"
|
|
17
32
|
isEnabled:
|
|
18
33
|
label: 已启用
|
|
19
34
|
help:
|
|
@@ -212,6 +212,8 @@ actions:
|
|
|
212
212
|
label: Preview
|
|
213
213
|
copy_odata:
|
|
214
214
|
label: Copy OData URL
|
|
215
|
+
createDefaultRecordView:
|
|
216
|
+
label: Create Default Page Layout
|
|
215
217
|
CustomLabels:
|
|
216
218
|
objects_field_datasource_defaultValue: Default data source
|
|
217
219
|
objects_field_datasource_meteor: Meteor
|
|
@@ -46,34 +46,53 @@ fields:
|
|
|
46
46
|
required: true
|
|
47
47
|
showIcon: false
|
|
48
48
|
sort_no: 160
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
49
|
+
options:
|
|
50
|
+
- label: 显示在列表右上角
|
|
51
|
+
value: list
|
|
52
|
+
icon: contact_list
|
|
53
|
+
- label: 显示在记录查看页右上角,以及列表视图中每项的下拉菜单中
|
|
54
|
+
value: record
|
|
55
|
+
icon: contact_list
|
|
56
|
+
- label: 显示在记录查看页右上角的“更多”下拉菜单中,以及列表视图中每项的下拉菜单中
|
|
57
|
+
value: record_more
|
|
58
|
+
icon: lead_list
|
|
59
|
+
- label: 显示在列表视图中每项的下拉菜单中
|
|
60
|
+
value: list_item
|
|
61
|
+
icon: action_list_component
|
|
62
|
+
- label: 显示在记录查看页右上角
|
|
63
|
+
value: record_only
|
|
64
|
+
icon: contract
|
|
65
|
+
- label: 显示在记录查看页右上角的“更多”下拉菜单中
|
|
66
|
+
value: record_only_more
|
|
67
|
+
icon: lead_list
|
|
68
|
+
# optionsFunction: !<tag:yaml.org,2002:js/function> |-
|
|
69
|
+
# function () {
|
|
70
|
+
# return [{
|
|
71
|
+
# label: "显示在列表右上角",
|
|
72
|
+
# value: "list",
|
|
73
|
+
# icon: "contact_list"
|
|
74
|
+
# }, {
|
|
75
|
+
# label: "显示在记录查看页右上角,以及列表视图中每项的下拉菜单中",
|
|
76
|
+
# value: "record",
|
|
77
|
+
# icon: "contact_list"
|
|
78
|
+
# }, {
|
|
79
|
+
# label: "显示在记录查看页右上角的“更多”下拉菜单中,以及列表视图中每项的下拉菜单中",
|
|
80
|
+
# value: "record_more",
|
|
81
|
+
# icon: "lead_list"
|
|
82
|
+
# }, {
|
|
83
|
+
# label: "显示在列表视图中每项的下拉菜单中",
|
|
84
|
+
# value: "list_item",
|
|
85
|
+
# icon: "action_list_component"
|
|
86
|
+
# }, {
|
|
87
|
+
# label: "显示在记录查看页右上角",
|
|
88
|
+
# value: "record_only",
|
|
89
|
+
# icon: "contract"
|
|
90
|
+
# }, {
|
|
91
|
+
# label: "显示在记录查看页右上角的“更多”下拉菜单中",
|
|
92
|
+
# value: "record_only_more",
|
|
93
|
+
# icon: "lead_list"
|
|
94
|
+
# }];
|
|
95
|
+
# }
|
|
77
96
|
type:
|
|
78
97
|
type: select
|
|
79
98
|
sort_no: 170
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/standard-object-database",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.8-beta.1",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -15,5 +15,5 @@
|
|
|
15
15
|
},
|
|
16
16
|
"repository": {},
|
|
17
17
|
"license": "MIT",
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "166b520670f2e3c7ed51e84785c8901886a31e71"
|
|
19
19
|
}
|