@steedos/standard-object-database 2.5.3-beta.8 → 2.5.4

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.
@@ -93,7 +93,7 @@ groups:
93
93
  advanced: Advanced
94
94
  listviews:
95
95
  all:
96
- label: All
96
+ label: All Data Source
97
97
  actions:
98
98
  testConnection:
99
99
  label: Test connection
@@ -27,4 +27,4 @@ fields:
27
27
  description:
28
28
  listviews:
29
29
  all:
30
- label: All
30
+ label: All Triggers
@@ -34,7 +34,7 @@ fields:
34
34
  description:
35
35
  listviews:
36
36
  all:
37
- label: All
37
+ label: All Object Validation Rules
38
38
  CustomLabels:
39
39
  object_validation_rules_field_error_display_field:
40
40
  object_validation_rules_field_error_display_field_inlineHelpText:
@@ -127,7 +127,7 @@ fields:
127
127
  help:
128
128
  description:
129
129
  owner:
130
- label:
130
+ label: Owner
131
131
  help:
132
132
  description:
133
133
  app_unique_id:
@@ -147,7 +147,7 @@ fields:
147
147
  help:
148
148
  description:
149
149
  is_deleted:
150
- label:
150
+ label: Deleted
151
151
  help:
152
152
  description:
153
153
  reload_time:
@@ -198,7 +198,7 @@ groups:
198
198
  script: Script
199
199
  listviews:
200
200
  all:
201
- label: All
201
+ label: All Objects
202
202
  customize:
203
203
  label: Customize
204
204
  system:
@@ -215,7 +215,7 @@ actions:
215
215
  CustomLabels:
216
216
  objects_field_datasource_defaultValue: Default data source
217
217
  objects_field_datasource_meteor: Meteor
218
- objects_field_enable_approvals:
219
- objects_field_enable_space_global:
220
- objects_field_enable_web_forms:
221
- object_object__error_name_invalid_format:
218
+ objects_field_enable_approvals: Display Request History Steps
219
+ objects_field_enable_space_global: Accessing Data Across Workspaces
220
+ objects_field_enable_web_forms: Allow Online Forms
221
+ object_object__error_name_invalid_format: Can only contain lowercase letters and numbers, must start with a letter, cannot end with an underscore character or contain two consecutive underscore characters
@@ -97,7 +97,8 @@ fields:
97
97
  language:
98
98
  type: select
99
99
  label: 语言
100
- defaultValue: javascript
100
+ required: "{{['code'].indexOf(formData.type) > -1 ? true: false}}"
101
+ # defaultValue: javascript
101
102
  options:
102
103
  - label: bat
103
104
  value: bat
@@ -266,7 +266,7 @@ list_views:
266
266
  - owner
267
267
  - modified
268
268
  - is_system
269
- label: All List View
269
+ label: All List Views
270
270
  filter_scope: space
271
271
  actions:
272
272
  customize:
@@ -172,7 +172,7 @@ list_views:
172
172
  - object_name
173
173
  - objectName
174
174
  - sort_no
175
- label: All List View
175
+ label: All List Views
176
176
  filter_scope: space
177
177
  sort: [["sort_no", "desc"]]
178
178
  permission_set:
@@ -28,10 +28,12 @@ fields:
28
28
  required: true
29
29
  is_name: true
30
30
  searchable: true
31
+ filterable: true
31
32
  name:
32
33
  type: text
33
34
  label: API Name
34
35
  searchable: true
36
+ filterable: true
35
37
  index: true
36
38
  required: true
37
39
  inlineHelpText: Can only contain lowercase letters and numbers, must start with a letter, cannot end with an underscore character or contain two consecutive underscore characters
@@ -131,6 +133,11 @@ fields:
131
133
  inlineHelpText: When enabled, the lookup field associated with this object displays its options as a pop-up window.
132
134
  group: Switch
133
135
  defaultValue: false
136
+ # enable_audit:
137
+ # type: boolean
138
+ # label: Enable Audit
139
+ # group: Switch
140
+ # hidden: true
134
141
  # enable_trash:
135
142
  # type: boolean
136
143
  # enable_space_global:
@@ -12,7 +12,7 @@
12
12
  "type": "tabs",
13
13
  "tabs": [
14
14
  {
15
- "title": "详情",
15
+ "title": "${'objects_amis_details' | t}",
16
16
  "body": [
17
17
  {
18
18
  "type": "steedos-object-form",
@@ -27,7 +27,7 @@
27
27
  "id": "u:b2fbc13aabb8"
28
28
  },
29
29
  {
30
- "title": "对象字段",
30
+ "title": "${'objects_amis_field' | t}",
31
31
  "body": [
32
32
  {
33
33
  "type": "steedos-object-related-listview",
@@ -42,7 +42,7 @@
42
42
  "id": "u:f1a52545b642"
43
43
  },
44
44
  {
45
- "title": "列表视图",
45
+ "title": "${'objects_amis_list_view' | t}",
46
46
  "body": [
47
47
  {
48
48
  "type": "steedos-object-related-listview",
@@ -56,7 +56,7 @@
56
56
  "id": "u:df900c5f2119"
57
57
  },
58
58
  {
59
- "title": "操作按钮",
59
+ "title": "${'objects_amis_action_button' | t}",
60
60
  "body": [
61
61
  {
62
62
  "type": "steedos-object-related-listview",
@@ -70,7 +70,7 @@
70
70
  "id": "u:d75b105f6d02"
71
71
  },
72
72
  {
73
- "title": "对象页面",
73
+ "title": "${'objects_amis_object_page' | t}",
74
74
  "body": [
75
75
  {
76
76
  "type": "steedos-object-related-listview",
@@ -85,7 +85,7 @@
85
85
  "id": "u:d75b105f6d042"
86
86
  },
87
87
  {
88
- "title": "页面布局",
88
+ "title": "${'objects_amis_page_layout' | t}",
89
89
  "body": [
90
90
  {
91
91
  "type": "steedos-object-related-listview",
@@ -99,7 +99,7 @@
99
99
  "id": "u:ee4ab13a92e6"
100
100
  },
101
101
  {
102
- "title": "对象权限",
102
+ "title": "${'objects_amis_object_permission' | t}",
103
103
  "body": [
104
104
  {
105
105
  "type": "steedos-object-related-listview",
@@ -112,7 +112,7 @@
112
112
  ]
113
113
  },
114
114
  {
115
- "title": "触发器",
115
+ "title": "${'objects_amis_trigger' | t}",
116
116
  "body": [
117
117
  {
118
118
  "type": "steedos-object-related-listview",
@@ -125,7 +125,7 @@
125
125
  ]
126
126
  },
127
127
  {
128
- "title": "流程映射",
128
+ "title": "${'objects_amis_process_mapping' | t}",
129
129
  "body": [
130
130
  {
131
131
  "type": "steedos-object-related-listview",
@@ -139,7 +139,7 @@
139
139
  "id": "u:cbc13e1a7033"
140
140
  },
141
141
  {
142
- "title": "验证规则",
142
+ "title": "${'objects_amis_validation_rule' | t}",
143
143
  "body": [
144
144
  {
145
145
  "type": "steedos-object-related-listview",
@@ -151,7 +151,7 @@
151
151
  ]
152
152
  },
153
153
  {
154
- "title": "限制规则",
154
+ "title": "${'objects_amis_limitation_rule' | t}",
155
155
  "body": [
156
156
  {
157
157
  "type": "steedos-object-related-listview",
@@ -164,7 +164,7 @@
164
164
  ]
165
165
  },
166
166
  {
167
- "title": "共享规则",
167
+ "title": "${'objects_amis_sharing_rule' | t}",
168
168
  "body": [
169
169
  {
170
170
  "type": "steedos-object-related-listview",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-object-database",
3
- "version": "2.5.3-beta.8",
3
+ "version": "2.5.4",
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": "7ac3c90fc78437f905b268c700d5ab414ca2c5a1"
18
+ "gitHead": "0b1b93c80e8448e54b77064d976b9e20bfe39727"
19
19
  }