@steedos/schemas 2.6.7-beta.14 → 2.6.7-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.
- package/field/schema.json +2 -2
- package/object/schema.json +10 -2
- package/package.json +2 -2
package/field/schema.json
CHANGED
package/object/schema.json
CHANGED
|
@@ -326,6 +326,14 @@
|
|
|
326
326
|
"compactLayouts": {
|
|
327
327
|
"type": "array",
|
|
328
328
|
"description": "高亮字段"
|
|
329
|
+
},
|
|
330
|
+
"enable_split": {
|
|
331
|
+
"type": "boolean",
|
|
332
|
+
"description": "是否配置默认分屏"
|
|
333
|
+
},
|
|
334
|
+
"field_groups": {
|
|
335
|
+
"type": "array",
|
|
336
|
+
"description": "字段分组"
|
|
329
337
|
}
|
|
330
338
|
},
|
|
331
339
|
"definitions": {
|
|
@@ -774,9 +782,9 @@
|
|
|
774
782
|
"type": "boolean",
|
|
775
783
|
"description": "启用增强lookup模式,当开启时,该字段会弹出窗口显示可选项!"
|
|
776
784
|
},
|
|
777
|
-
"
|
|
785
|
+
"enable_thousands": {
|
|
778
786
|
"type": "boolean",
|
|
779
|
-
"description": "
|
|
787
|
+
"description": "显示千分符"
|
|
780
788
|
}
|
|
781
789
|
}
|
|
782
790
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/schemas",
|
|
3
|
-
"version": "2.6.7-beta.
|
|
3
|
+
"version": "2.6.7-beta.16",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"repository": "https://github.com/steedos/schemas.git",
|
|
6
6
|
"author": "sunhaolin <sunhaolin@hotoa.com>",
|
|
@@ -9,5 +9,5 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"gitHead": "
|
|
12
|
+
"gitHead": "98dd35e5fc1b9a697e15dc9285c4d4069c15efad"
|
|
13
13
|
}
|