@steedos/schemas 2.5.0-beta.9 → 2.5.1

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.
@@ -65,7 +65,7 @@
65
65
  },
66
66
  "extra_columns": {
67
67
  "type": "array",
68
- "description": "额外在列表显示的字段"
68
+ "description": "额外查询的字段"
69
69
  },
70
70
  "sort": {
71
71
  "type": "array",
@@ -746,6 +746,10 @@
746
746
  "amis": {
747
747
  "type": "object",
748
748
  "description": "amis属性"
749
+ },
750
+ "editorDidMount":{
751
+ "type": "string",
752
+ "description": "编辑器渲染完成后执行"
749
753
  }
750
754
  }
751
755
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/schemas",
3
- "version": "2.5.0-beta.9",
3
+ "version": "2.5.1",
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": "a2623b433dd42632dc54d23c51b718bd4d1a2fdc"
12
+ "gitHead": "793bcd4718210c693aa52d0280e9b1b2a8d3230e"
13
13
  }