@steedos/schemas 2.2.34 → 2.2.37

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.
@@ -292,6 +292,10 @@
292
292
  "type": "string",
293
293
  "description": "表单加载完成后执行"
294
294
  },
295
+ "onDestroy": {
296
+ "type": "string",
297
+ "description": "表单销毁时执行"
298
+ },
295
299
  "onValuesChange": {
296
300
  "type": "string",
297
301
  "description": "表单字段修改时执行"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/schemas",
3
- "version": "2.2.34",
3
+ "version": "2.2.37",
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": "9227f49ca2280a0765aed8501606880f85edaf3f"
12
+ "gitHead": "f824c11de5f099c1063aa4ef1941fd90666892a3"
13
13
  }