@steedos/schemas 3.0.13-beta.8 → 3.0.13

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.
@@ -111,6 +111,10 @@
111
111
  "type": "array",
112
112
  "description": "共享列表视图给哪些组织?"
113
113
  },
114
+ "filter_required": {
115
+ "type": "boolean",
116
+ "description": "是否要求用户先设置过滤条件后才进行数据请求"
117
+ },
114
118
  "scrolling_mode": {
115
119
  "type": "string",
116
120
  "description": "滚动条样式",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/schemas",
3
- "version": "3.0.13-beta.8",
3
+ "version": "3.0.13",
4
4
  "main": "index.js",
5
5
  "repository": "https://github.com/steedos/schemas.git",
6
6
  "author": "sunhaolin <sunhaolin@hotoa.com>",
@@ -8,5 +8,5 @@
8
8
  "publishConfig": {
9
9
  "access": "public"
10
10
  },
11
- "gitHead": "06f98b7d7e54d72326fcd3f1500afe90714fd67a"
11
+ "gitHead": "a71381a476ebd1183cd2c7096005b7d99820e21c"
12
12
  }