@steedos/schemas 3.0.7-beta.4 → 3.0.7

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
@@ -413,6 +413,10 @@
413
413
  "type": "string",
414
414
  "description": "过滤条件函数名称"
415
415
  },
416
+ "searchable_default": {
417
+ "type": ["object"],
418
+ "description": "搜索表单默认值"
419
+ },
416
420
  "write_requires_master_read": {
417
421
  "type": "boolean",
418
422
  "description": "设置主记录上创建、编辑或删除子记录所需的最低访问级别。此字段仅适用于master_detail字段类型。true--允许具有'读取'访问权限的用户创建、编辑或删除子记录。false = 允许具有'读取/写入'访问权限的用户创建、编辑或删除子记录的权限。此设置比 true 更严格,并且是默认值。"
@@ -85,6 +85,10 @@
85
85
  "type": "array",
86
86
  "description": "可搜索字段"
87
87
  },
88
+ "searchable_default": {
89
+ "type": ["object"],
90
+ "description": "搜索表单默认值"
91
+ },
88
92
  "enable_amis_schema": {
89
93
  "type": "boolean",
90
94
  "description": "是否使用 amis自定义列表"
@@ -733,6 +733,10 @@
733
733
  "type": "string",
734
734
  "description": "过滤条件函数名称"
735
735
  },
736
+ "searchable_default": {
737
+ "type": ["object"],
738
+ "description": "搜索表单默认值"
739
+ },
736
740
  "relatedList": {
737
741
  "type": "boolean",
738
742
  "description": "用于表示是否在相关表的详细页面中作为子表显示"
@@ -812,6 +816,10 @@
812
816
  "type": "array",
813
817
  "description": "过滤的字段"
814
818
  },
819
+ "searchable_default": {
820
+ "type": ["object"],
821
+ "description": "搜索表单默认值"
822
+ },
815
823
  "sort": {
816
824
  "type": "array",
817
825
  "description": "排序"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/schemas",
3
- "version": "3.0.7-beta.4",
3
+ "version": "3.0.7",
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": "42df6d2bfc51025817ad6d5e04deb66fed592656"
11
+ "gitHead": "313eb9122450ffaaa06b8d6c6f21795cc703b340"
12
12
  }