@steedos/schemas 3.0.14-beta.7 → 3.0.14
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/object/schema.json +5 -0
- package/package.json +2 -2
package/object/schema.json
CHANGED
|
@@ -128,6 +128,11 @@
|
|
|
128
128
|
"type": "string",
|
|
129
129
|
"description": "树状结构子节点字段,默认为children"
|
|
130
130
|
},
|
|
131
|
+
"tree_expand": {
|
|
132
|
+
"type": "string",
|
|
133
|
+
"enum": ["first", "all", "none"],
|
|
134
|
+
"description": "树状结构列表默认展开行为:first 默认展开第一个节点(默认值),all 默认展开全部节点,none 默认全部收起"
|
|
135
|
+
},
|
|
131
136
|
"enable_approvals": {
|
|
132
137
|
"type": "boolean",
|
|
133
138
|
"description": "历史步骤"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/schemas",
|
|
3
|
-
"version": "3.0.14
|
|
3
|
+
"version": "3.0.14",
|
|
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": "
|
|
11
|
+
"gitHead": "a38ff44cd802eb2f4de4017b23491b9f4480238e"
|
|
12
12
|
}
|