@steedos/schemas 2.4.0-beta.39 → 2.4.0-beta.40

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
@@ -436,6 +436,10 @@
436
436
  "visible_on": {
437
437
  "type": "string",
438
438
  "description": "函数表达式,控制是否显示此字段"
439
+ },
440
+ "amis": {
441
+ "type": "object",
442
+ "description": "amis属性"
439
443
  }
440
444
  }
441
445
  }
@@ -742,6 +742,10 @@
742
742
  },
743
743
  "visible_on": {
744
744
  "type": "string"
745
+ },
746
+ "amis": {
747
+ "type": "object",
748
+ "description": "amis属性"
745
749
  }
746
750
  }
747
751
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/schemas",
3
- "version": "2.4.0-beta.39",
3
+ "version": "2.4.0-beta.40",
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": "0925adf0cf3215fd5d068f50517be378a758c148"
12
+ "gitHead": "19fb1590a63241875e23e7b83217e09bdc52162e"
13
13
  }