@steedos/standard-ui 2.5.3-beta.25 → 2.5.3-beta.27

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.
@@ -42,6 +42,14 @@ fields:
42
42
  label: Icon
43
43
  help:
44
44
  description:
45
+ showSidebar:
46
+ label: Show Left Navigation
47
+ help:
48
+ description:
49
+ enable_nav_schema:
50
+ label: Enable Custom Navigation
51
+ help:
52
+ description:
45
53
  sort:
46
54
  label: Sort Number
47
55
  help:
@@ -42,6 +42,14 @@ fields:
42
42
  label: 旧版图标
43
43
  help:
44
44
  description:
45
+ showSidebar:
46
+ label: 显示左侧导航
47
+ help:
48
+ description:
49
+ enable_nav_schema:
50
+ label: 启用自定义导航
51
+ help:
52
+ description:
45
53
  sort:
46
54
  label: 排序
47
55
  help:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-ui",
3
- "version": "2.5.3-beta.25",
3
+ "version": "2.5.3-beta.27",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -12,5 +12,5 @@
12
12
  "description": "steedos package",
13
13
  "repository": {},
14
14
  "license": "MIT",
15
- "gitHead": "02543361b65c5eabe667a581687f13fde3b358a8"
15
+ "gitHead": "e72261e184ea8aa9f605b63ae692e9f04bcd0bc5"
16
16
  }