@steedos/schemas 2.7.1-beta.9 → 2.7.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.
@@ -156,6 +156,10 @@
156
156
  "type": "boolean",
157
157
  "description": "允许单个字段编辑"
158
158
  },
159
+ "enable_lock_detail": {
160
+ "type": "boolean",
161
+ "description": "当主表锁定时,所有子表只读。"
162
+ },
159
163
  "is_view": {
160
164
  "type": "boolean",
161
165
  "description": "此对象是否对应数据库中的视图"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/schemas",
3
- "version": "2.7.1-beta.9",
3
+ "version": "2.7.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": "63b5ff5367f88ad33c4de6e04a1f432a1e2f5e8e"
12
+ "gitHead": "5485c0bd811776f2ffde988c0a9394d778a2dc90"
13
13
  }