@steedos/schemas 2.6.1-beta.7 → 2.6.2-beta.11

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
@@ -72,6 +72,7 @@
72
72
  "lookup",
73
73
  "master_detail",
74
74
  "grid",
75
+ "table",
75
76
  "url",
76
77
  "email",
77
78
  "avatar",
@@ -440,6 +441,10 @@
440
441
  "amis": {
441
442
  "type": "object",
442
443
  "description": "amis属性"
444
+ },
445
+ "enable_enhanced_lookup": {
446
+ "type": "boolean",
447
+ "description": "启用增强lookup模式,当开启时,该字段会弹出窗口显示可选项!"
443
448
  }
444
449
  }
445
450
  }
@@ -363,6 +363,7 @@
363
363
  "lookup",
364
364
  "master_detail",
365
365
  "grid",
366
+ "table",
366
367
  "url",
367
368
  "email",
368
369
  "avatar",
@@ -754,6 +755,10 @@
754
755
  "editorDidMount":{
755
756
  "type": "string",
756
757
  "description": "编辑器渲染完成后执行"
758
+ },
759
+ "enable_enhanced_lookup": {
760
+ "type": "boolean",
761
+ "description": "启用增强lookup模式,当开启时,该字段会弹出窗口显示可选项!"
757
762
  }
758
763
  }
759
764
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/schemas",
3
- "version": "2.6.1-beta.7",
3
+ "version": "2.6.2-beta.11",
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": "b12f271460ef3686face095e875aa38e8ddc4c7f"
12
+ "gitHead": "531692d7ca4f2bbef5134dee3c83a5c73a6c330c"
13
13
  }