@steedos/standard-object-database 2.5.7 → 2.5.8-beta.2
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_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/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:
|
|
@@ -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.2",
|
|
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": "d64d32507a636e9d0e403090c1b76934cca4ebb6"
|
|
19
19
|
}
|