@steedos/standard-object-database 2.6.2-beta.14 → 2.6.2-beta.16
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.
|
@@ -433,7 +433,7 @@ fields:
|
|
|
433
433
|
# group: Advanced
|
|
434
434
|
sort_no: 270
|
|
435
435
|
options:
|
|
436
|
-
type:
|
|
436
|
+
type: table
|
|
437
437
|
label: Options
|
|
438
438
|
is_wide: true
|
|
439
439
|
inlineHelpText: The label and value of each option cannot be empty. Set the background color to FFFFFF in hexadecimal format.
|
|
@@ -456,7 +456,7 @@ fields:
|
|
|
456
456
|
required: true
|
|
457
457
|
options.$.color:
|
|
458
458
|
label: Color
|
|
459
|
-
type:
|
|
459
|
+
type: color
|
|
460
460
|
required: false
|
|
461
461
|
options.$.description:
|
|
462
462
|
label: Description
|
|
@@ -220,7 +220,7 @@ fields:
|
|
|
220
220
|
visible_on: "{{global.mode ==='read' ? true : false}}"
|
|
221
221
|
mobile_columns:
|
|
222
222
|
label: Mobile Columns
|
|
223
|
-
type:
|
|
223
|
+
type: table
|
|
224
224
|
is_wide: true
|
|
225
225
|
depend_on:
|
|
226
226
|
- object_name
|
|
@@ -234,8 +234,16 @@ fields:
|
|
|
234
234
|
type: lookup
|
|
235
235
|
multiple: false
|
|
236
236
|
is_wide: false
|
|
237
|
+
required: true
|
|
238
|
+
depend_on:
|
|
239
|
+
- object_name
|
|
237
240
|
reference_to: object_fields
|
|
238
241
|
reference_to_field: name
|
|
242
|
+
enable_enhanced_lookup: false
|
|
243
|
+
filtersFunction: !<tag:yaml.org,2002:js/function> |-
|
|
244
|
+
function(filters, values){
|
|
245
|
+
return ['object', '=', values.object_name]
|
|
246
|
+
}
|
|
239
247
|
searchable_fields:
|
|
240
248
|
label: Searchable Fields
|
|
241
249
|
type: grid
|
|
@@ -35,6 +35,7 @@
|
|
|
35
35
|
"body": [
|
|
36
36
|
{
|
|
37
37
|
"type": "form",
|
|
38
|
+
"mode": "normal",
|
|
38
39
|
"body": [
|
|
39
40
|
{
|
|
40
41
|
"type": "steedos-input-table",
|
|
@@ -59,7 +60,8 @@
|
|
|
59
60
|
"removable": true,
|
|
60
61
|
"draggable": false,
|
|
61
62
|
"showIndex": false,
|
|
62
|
-
"id": "u:776ec89804c0"
|
|
63
|
+
"id": "u:776ec89804c0",
|
|
64
|
+
"label": ""
|
|
63
65
|
}
|
|
64
66
|
]
|
|
65
67
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/standard-object-database",
|
|
3
|
-
"version": "2.6.2-beta.
|
|
3
|
+
"version": "2.6.2-beta.16",
|
|
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.2-beta.
|
|
15
|
+
"@steedos/standard-objects": "2.6.2-beta.16"
|
|
16
16
|
},
|
|
17
17
|
"repository": {},
|
|
18
18
|
"license": "MIT",
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "d1bc7ff87bbf5c328947fede2e3b4b0e38cb77e3"
|
|
20
20
|
}
|