@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 CHANGED
@@ -447,9 +447,9 @@
447
447
  "type": "boolean",
448
448
  "description": "启用增强lookup模式,当开启时,该字段会弹出窗口显示可选项!"
449
449
  },
450
- "disable_thousands": {
450
+ "enable_thousands": {
451
451
  "type": "boolean",
452
- "description": "不显示千分符"
452
+ "description": "显示千分符"
453
453
  }
454
454
  }
455
455
  }
@@ -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
- "disable_thousands": {
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.14",
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": "d851f6c10c4a75fc0fd8f4901329d320ee7120ed"
12
+ "gitHead": "98dd35e5fc1b9a697e15dc9285c4d4069c15efad"
13
13
  }