@steedos/standard-object-database 2.6.4-beta.7 → 2.6.4-beta.8
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/objects.en/objects.en.objectTranslation.yml +1 -0
- package/main/default/objectTranslations/objects.zh-CN/objects.zh-CN.objectTranslation.yml +1 -0
- package/main/default/objects/objects.object.yml +21 -0
- package/main/default/pages/object_form.page.amis.json +1 -0
- package/package.json +3 -3
|
@@ -281,6 +281,7 @@ fields:
|
|
|
281
281
|
multiple: true
|
|
282
282
|
reference_to: object_fields
|
|
283
283
|
reference_to_field: name
|
|
284
|
+
group: compact_layouts
|
|
284
285
|
is_wide: true
|
|
285
286
|
depend_on:
|
|
286
287
|
- name
|
|
@@ -288,6 +289,26 @@ fields:
|
|
|
288
289
|
function(filters, values){
|
|
289
290
|
return ['object', '=', values.name]
|
|
290
291
|
}
|
|
292
|
+
amis:
|
|
293
|
+
{
|
|
294
|
+
"type": "transfer",
|
|
295
|
+
"options": [],
|
|
296
|
+
"multiple": true,
|
|
297
|
+
"required": true,
|
|
298
|
+
"placeholder": "-",
|
|
299
|
+
"className": "col-span-2 m-0 w-full",
|
|
300
|
+
"searchable": true,
|
|
301
|
+
"sortable": true,
|
|
302
|
+
"labelField": "label",
|
|
303
|
+
"valueField": "value",
|
|
304
|
+
"source": {
|
|
305
|
+
"method": "get",
|
|
306
|
+
"url": "/service/api/amis-metadata-objects/objects/${name}/fields/options",
|
|
307
|
+
},
|
|
308
|
+
"joinValues": false,
|
|
309
|
+
"extractValue": true,
|
|
310
|
+
"name": "compactLayouts",
|
|
311
|
+
}
|
|
291
312
|
form:
|
|
292
313
|
type: object
|
|
293
314
|
label: Form Events
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/standard-object-database",
|
|
3
|
-
"version": "2.6.4-beta.
|
|
3
|
+
"version": "2.6.4-beta.8",
|
|
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.4-beta.
|
|
15
|
+
"@steedos/standard-objects": "2.6.4-beta.8"
|
|
16
16
|
},
|
|
17
17
|
"repository": {},
|
|
18
18
|
"license": "MIT",
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "4fc736213233b51219ebbc5162d0d9c7f7cef728"
|
|
20
20
|
}
|