@steedos/standard-ui 2.6.13 → 2.6.14-beta.1

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.
@@ -46,6 +46,10 @@ fields:
46
46
  label: Show Left Navigation
47
47
  help:
48
48
  description:
49
+ visible_on:
50
+ label: Visible On
51
+ help:
52
+ description:
49
53
  enable_nav_schema:
50
54
  label: Enable Custom Navigation
51
55
  help:
@@ -46,6 +46,10 @@ fields:
46
46
  label: 显示左侧导航
47
47
  help:
48
48
  description:
49
+ visible_on:
50
+ label: 显示公式
51
+ help: 根据公式判断是否显示应用
52
+ description:
49
53
  enable_nav_schema:
50
54
  label: 启用自定义导航
51
55
  help:
@@ -193,6 +193,13 @@ fields:
193
193
  function () {
194
194
  return Steedos.getObjectsOptions()
195
195
  }
196
+ visible_on:
197
+ name: visible_on
198
+ is_wide: true
199
+ label: Visible On
200
+ inlineHelpText: Visible On
201
+ type: textarea
202
+ group: other
196
203
  enable_nav_schema:
197
204
  label: 启用自定义导航
198
205
  type: boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-ui",
3
- "version": "2.6.13",
3
+ "version": "2.6.14-beta.1",
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": "2293123704c16b9b977dbfaf0ec160a28586c73e"
15
+ "gitHead": "e1c89c1c84216f97e23281d05e7f921cb391645b"
16
16
  }