@steedos/standard-object-database 2.5.0 → 2.5.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_fields.en/object_fields.en.objectTranslation.yml
CHANGED
|
@@ -72,6 +72,10 @@ fields:
|
|
|
72
72
|
- label: Roll-Up Summary
|
|
73
73
|
value: summary
|
|
74
74
|
description:
|
|
75
|
+
language:
|
|
76
|
+
label: Language
|
|
77
|
+
help:
|
|
78
|
+
description:
|
|
75
79
|
defaultValue:
|
|
76
80
|
label: Default Value
|
|
77
81
|
help:
|
|
@@ -84,10 +88,14 @@ fields:
|
|
|
84
88
|
label: Reference to
|
|
85
89
|
help:
|
|
86
90
|
description:
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
+
depend_on:
|
|
92
|
+
label: Dependent Fields
|
|
93
|
+
help: If the value of the dependent field changes, the option value of the current field will also change accordingly。
|
|
94
|
+
description:
|
|
95
|
+
reference_to_field:
|
|
96
|
+
label: Reference to field
|
|
97
|
+
help: The value of the associated object saved to the current object field; For example, after object A is associated with object B, when A1 record is associated with B1 record, B1 record will be stored by default_ Save the ID in the A1 record. If the foreign key field is modified, the 'foreign key field' will be replaced_ Store the ID in the A1 record.
|
|
98
|
+
description: The default is the primary key, and the default value is _id.
|
|
91
99
|
filtersFunction:
|
|
92
100
|
label: filters Function
|
|
93
101
|
help:
|
|
@@ -81,10 +81,14 @@ fields:
|
|
|
81
81
|
label: 引用对象
|
|
82
82
|
help:
|
|
83
83
|
description:
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
84
|
+
depend_on:
|
|
85
|
+
label: 依赖的字段
|
|
86
|
+
help: 联动字段;例如:A是B依赖的字段,当A字段值发生改变,B字段选项值会随之改变。
|
|
87
|
+
description:
|
|
88
|
+
reference_to_field:
|
|
89
|
+
label: 外键字段
|
|
90
|
+
help: 关联的对象保存到当前对象字段的值;例如:A对象关联B对象后,当A1记录关联了B1记录,默认会存B1记录的_id存到A1记录中。如果修改了外键字段后,会将“外键字段”替换_id存储到A1记录中。
|
|
91
|
+
description: '默认为主键,默认值是_id'
|
|
88
92
|
filtersFunction:
|
|
89
93
|
label: 过滤器函数
|
|
90
94
|
help:
|
|
@@ -201,6 +201,7 @@ fields:
|
|
|
201
201
|
type: lookup
|
|
202
202
|
group: Advanced
|
|
203
203
|
label: 依赖的字段
|
|
204
|
+
inlineHelpText: 联动字段;例如:A是B依赖的字段,当A字段值发生改变,B字段选项值会随之改变。
|
|
204
205
|
reference_to: object_fields
|
|
205
206
|
reference_to_field: name
|
|
206
207
|
multiple: true
|
|
@@ -219,7 +220,8 @@ fields:
|
|
|
219
220
|
reference_to_field:
|
|
220
221
|
type: lookup
|
|
221
222
|
group: Advanced
|
|
222
|
-
label:
|
|
223
|
+
label: 外键字段
|
|
224
|
+
inlineHelpText: 关联的对象保存到当前对象字段的值;例如:A对象关联B对象后,当A1记录关联了B1记录,默认会存B1记录的_id存到A1记录中。如果修改了外键字段后,会将“外键字段”替换_id存储到A1记录中。
|
|
223
225
|
description: '默认为主键'
|
|
224
226
|
reference_to: object_fields
|
|
225
227
|
reference_to_field: name
|
|
@@ -234,7 +236,7 @@ fields:
|
|
|
234
236
|
return ['_id', '=', 'no']
|
|
235
237
|
}
|
|
236
238
|
}
|
|
237
|
-
sort_no:
|
|
239
|
+
sort_no: 440
|
|
238
240
|
multiple:
|
|
239
241
|
type: boolean
|
|
240
242
|
label: Multiple
|
|
@@ -403,8 +405,6 @@ fields:
|
|
|
403
405
|
label: Color
|
|
404
406
|
type: text
|
|
405
407
|
required: false
|
|
406
|
-
amis:
|
|
407
|
-
type: input-color
|
|
408
408
|
options.$.description:
|
|
409
409
|
label: Description
|
|
410
410
|
type: text
|
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.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": "cdf76ccec2a8c9acb954f15e07a1c7ca0e62077e"
|
|
19
19
|
}
|