@steedos/schemas 2.5.18-beta.2 → 2.5.18-beta.4

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
@@ -440,6 +440,10 @@
440
440
  "amis": {
441
441
  "type": "object",
442
442
  "description": "amis属性"
443
+ },
444
+ "enable_enhanced_lookup": {
445
+ "type": "boolean",
446
+ "description": "启用增强lookup模式,当开启时,该字段会弹出窗口显示可选项!"
443
447
  }
444
448
  }
445
449
  }
@@ -754,6 +754,10 @@
754
754
  "editorDidMount":{
755
755
  "type": "string",
756
756
  "description": "编辑器渲染完成后执行"
757
+ },
758
+ "enable_enhanced_lookup": {
759
+ "type": "boolean",
760
+ "description": "启用增强lookup模式,当开启时,该字段会弹出窗口显示可选项!"
757
761
  }
758
762
  }
759
763
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/schemas",
3
- "version": "2.5.18-beta.2",
3
+ "version": "2.5.18-beta.4",
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": "0f48957d39df17d699a5177f473401362a9916bf"
12
+ "gitHead": "dbed817b5b9689fd0ee6bbfb8e9911a18a3c8403"
13
13
  }