@steedos/standard-object-database 2.6.7-beta.2 → 2.6.7-beta.3
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
|
@@ -163,6 +163,10 @@ fields:
|
|
|
163
163
|
label: Description
|
|
164
164
|
help:
|
|
165
165
|
description:
|
|
166
|
+
autonumber_enable_modify:
|
|
167
|
+
label: Allow modification of numbers
|
|
168
|
+
help:
|
|
169
|
+
description:
|
|
166
170
|
formula:
|
|
167
171
|
label: Formula
|
|
168
172
|
help: This field must be filled when the field type is 'Autonumber' or 'Formula'
|
|
@@ -289,10 +289,15 @@ fields:
|
|
|
289
289
|
label: Write requires master read
|
|
290
290
|
type: boolean
|
|
291
291
|
inlineHelpText: Sets the minimum sharing access level required on the master record to create, edit, or delete child records. This field applies only to master-detail or junction object custom field types. true—Allows users with “Read” access to the master record permission to create, edit, or delete child records. This setting makes sharing less restrictive. false—Allows users with “Read/Write” access to the master record permission to create, edit, or delete child records. This setting is more restrictive than true, and is the default value.
|
|
292
|
-
visible_on:
|
|
292
|
+
visible_on: c
|
|
293
293
|
sort_no: 200
|
|
294
294
|
amis:
|
|
295
295
|
disabledOn: "${is_system == true}"
|
|
296
|
+
autonumber_enable_modify:
|
|
297
|
+
label: 允许修改编号
|
|
298
|
+
type: boolean
|
|
299
|
+
visible_on: "{{formData.type === 'autonumber' ? true: false}}"
|
|
300
|
+
sort_no: 205
|
|
296
301
|
formula:
|
|
297
302
|
label: Formula
|
|
298
303
|
type: textarea
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/standard-object-database",
|
|
3
|
-
"version": "2.6.7-beta.
|
|
3
|
+
"version": "2.6.7-beta.3",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
"description": "steedos package",
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"@steedos-widgets/amis-lib": "^1.0.22",
|
|
15
|
-
"@steedos/standard-objects": "2.6.7-beta.
|
|
15
|
+
"@steedos/standard-objects": "2.6.7-beta.3"
|
|
16
16
|
},
|
|
17
17
|
"repository": {},
|
|
18
18
|
"license": "MIT",
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "264664f7ed6029d007c907cb5e46bbf157886914"
|
|
20
20
|
}
|