@steedos/standard-object-database 2.6.4-beta.11 → 2.6.4-beta.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.
@@ -90,6 +90,10 @@ fields:
90
90
  label: Enable Enhanced Lookup
91
91
  help: When enabled, the lookup field associated with this object displays its options as a pop-up window.
92
92
  description:
93
+ enable_split:
94
+ label: Enable Split
95
+ help:
96
+ description:
93
97
  description:
94
98
  label: Description
95
99
  help:
@@ -87,6 +87,10 @@ fields:
87
87
  label: 启用弹出窗口查找模式
88
88
  help: 当启用时,与此对象关联的查找字段将以弹出窗口的形式显示其选项。
89
89
  description:
90
+ enable_split:
91
+ label: 默认使用分栏视图
92
+ help:
93
+ description:
90
94
  description:
91
95
  label: 备注
92
96
  help:
@@ -149,6 +149,11 @@ fields:
149
149
  group: Switch
150
150
  defaultValue: true
151
151
  hidden: true
152
+ enable_split:
153
+ type: boolean
154
+ label: Enable Split
155
+ group: Switch
156
+ defaultValue: false
152
157
  # enable_audit:
153
158
  # type: boolean
154
159
  # label: Enable Audit
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-object-database",
3
- "version": "2.6.4-beta.11",
3
+ "version": "2.6.4-beta.13",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -12,9 +12,9 @@
12
12
  "description": "steedos package",
13
13
  "dependencies": {
14
14
  "@steedos-widgets/amis-lib": "^1.0.22",
15
- "@steedos/standard-objects": "2.6.4-beta.11"
15
+ "@steedos/standard-objects": "2.6.4-beta.13"
16
16
  },
17
17
  "repository": {},
18
18
  "license": "MIT",
19
- "gitHead": "45aa51e4a6ceb77f521e0f71c542f1eb5eecbe59"
19
+ "gitHead": "485bbfbb7cc7dfba4cb4c1d5e87ce99793bffed5"
20
20
  }