@steedos/schemas 2.7.32-beta.4 → 2.7.32-beta.5
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 +4 -0
- package/listview/schema.json +4 -0
- package/object/schema.json +8 -0
- package/package.json +2 -2
package/field/schema.json
CHANGED
|
@@ -451,6 +451,10 @@
|
|
|
451
451
|
"type": "string",
|
|
452
452
|
"description": "过滤条件函数名称"
|
|
453
453
|
},
|
|
454
|
+
"searchable_default": {
|
|
455
|
+
"type": ["object"],
|
|
456
|
+
"description": "搜索表单默认值"
|
|
457
|
+
},
|
|
454
458
|
"write_requires_master_read": {
|
|
455
459
|
"type": "boolean",
|
|
456
460
|
"description": "设置主记录上创建、编辑或删除子记录所需的最低访问级别。此字段仅适用于master_detail字段类型。true--允许具有'读取'访问权限的用户创建、编辑或删除子记录。false = 允许具有'读取/写入'访问权限的用户创建、编辑或删除子记录的权限。此设置比 true 更严格,并且是默认值。"
|
package/listview/schema.json
CHANGED
package/object/schema.json
CHANGED
|
@@ -788,6 +788,10 @@
|
|
|
788
788
|
"type": "string",
|
|
789
789
|
"description": "过滤条件函数名称"
|
|
790
790
|
},
|
|
791
|
+
"searchable_default": {
|
|
792
|
+
"type": ["object"],
|
|
793
|
+
"description": "搜索表单默认值"
|
|
794
|
+
},
|
|
791
795
|
"relatedList": {
|
|
792
796
|
"type": "boolean",
|
|
793
797
|
"description": "用于表示是否在相关表的详细页面中作为子表显示"
|
|
@@ -876,6 +880,10 @@
|
|
|
876
880
|
"type": "array",
|
|
877
881
|
"description": "过滤的字段"
|
|
878
882
|
},
|
|
883
|
+
"searchable_default": {
|
|
884
|
+
"type": ["object"],
|
|
885
|
+
"description": "搜索表单默认值"
|
|
886
|
+
},
|
|
879
887
|
"sort": {
|
|
880
888
|
"type": "array",
|
|
881
889
|
"description": "排序"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/schemas",
|
|
3
|
-
"version": "2.7.32-beta.
|
|
3
|
+
"version": "2.7.32-beta.5",
|
|
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": "
|
|
12
|
+
"gitHead": "a82939cdfbacbab549e7ee438f13f0283bb0492e"
|
|
13
13
|
}
|