@steedos/standard-object-database 2.6.4-beta.11 → 2.6.4-beta.13
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.
|
@@ -90,6 +90,10 @@ fields:
|
|
|
90
90
|
label: Enable Enhanced Lookup
|
|
91
91
|
help: When enabled, the lookup field associated with this object displays its options as a pop-up window.
|
|
92
92
|
description:
|
|
93
|
+
enable_split:
|
|
94
|
+
label: Enable Split
|
|
95
|
+
help:
|
|
96
|
+
description:
|
|
93
97
|
description:
|
|
94
98
|
label: Description
|
|
95
99
|
help:
|
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.13",
|
|
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.13"
|
|
16
16
|
},
|
|
17
17
|
"repository": {},
|
|
18
18
|
"license": "MIT",
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "485bbfbb7cc7dfba4cb4c1d5e87ce99793bffed5"
|
|
20
20
|
}
|