@steedos/schemas 3.0.13-beta.6 → 3.0.13-beta.8
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/app/schema.json +5 -1
- package/package.json +2 -2
package/app/schema.json
CHANGED
|
@@ -67,6 +67,10 @@
|
|
|
67
67
|
"description": "选项卡唯一标识。"
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
|
+
"default_tab": {
|
|
71
|
+
"type": ["string", "object"],
|
|
72
|
+
"description": "首次默认进入的导航选项卡"
|
|
73
|
+
},
|
|
70
74
|
"tab_items": {
|
|
71
75
|
"type": "object",
|
|
72
76
|
"description": "选项卡"
|
|
@@ -152,7 +156,7 @@
|
|
|
152
156
|
"description": "启用自定义导航"
|
|
153
157
|
},
|
|
154
158
|
"nav_schema": {
|
|
155
|
-
"type": "string",
|
|
159
|
+
"type": ["string", "object"],
|
|
156
160
|
"description": "导航 Amis Schema"
|
|
157
161
|
}
|
|
158
162
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/schemas",
|
|
3
|
-
"version": "3.0.13-beta.
|
|
3
|
+
"version": "3.0.13-beta.8",
|
|
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": "06f98b7d7e54d72326fcd3f1500afe90714fd67a"
|
|
12
12
|
}
|