@steedos/standard-ui 3.0.0-beta.71 → 3.0.0-beta.72

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.
@@ -32,10 +32,16 @@ fields:
32
32
  value: url
33
33
  - label: Page
34
34
  value: page
35
+ - label: Analytics Dashboard
36
+ value: analytics_dashboard
35
37
  object:
36
38
  label: Object
37
39
  help:
38
40
  description:
41
+ analytics_dashboard:
42
+ label: Analytics Dashboard
43
+ help:
44
+ description:
39
45
  url:
40
46
  label: Url
41
47
  help:
@@ -32,10 +32,16 @@ fields:
32
32
  value: url
33
33
  - label: 页面
34
34
  value: page
35
+ - label: 仪表盘
36
+ value: analytics_dashboard
35
37
  object:
36
38
  label: 对象
37
39
  help:
38
40
  description:
41
+ analytics_dashboard:
42
+ label: 仪表盘
43
+ help:
44
+ description:
39
45
  url:
40
46
  label: 外部链接
41
47
  help:
@@ -54,6 +54,8 @@ fields:
54
54
  value: url
55
55
  - label: Page
56
56
  value: page
57
+ - label: Analytics Dashboard
58
+ value: analytics_dashboard
57
59
  filterable: true
58
60
  mobile:
59
61
  label: Display on the Mobile
@@ -82,6 +84,13 @@ fields:
82
84
  filterable: true
83
85
  required: "{{'object' === formData.type ? true: false}}"
84
86
  visible_on: "{{'object' === formData.type ? true: false}}"
87
+ analytics_dashboard:
88
+ label: Analytics Dashboard
89
+ type: lookup
90
+ reference_to: analytics_dashboard
91
+ filterable: true
92
+ required: "{{'analytics_dashboard' === formData.type ? true: false}}"
93
+ visible_on: "{{'analytics_dashboard' === formData.type ? true: false}}"
85
94
  url:
86
95
  type: text
87
96
  label: Url
@@ -94,6 +103,7 @@ fields:
94
103
  type: boolean
95
104
  label: Open with iframe
96
105
  defaultValue: false
106
+ visible_on: "{{'analytics_dashboard' != formData.type ? true: false}}"
97
107
  page:
98
108
  type: lookup
99
109
  label: 页面
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-ui",
3
- "version": "3.0.0-beta.71",
3
+ "version": "3.0.0-beta.72",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -12,7 +12,7 @@
12
12
  "description": "steedos package",
13
13
  "repository": {},
14
14
  "license": "MIT",
15
- "gitHead": "32cf4e8cafda54a3e30a46a6506eaa021fa25fb7",
15
+ "gitHead": "18b81ddcdafac5d7690c29bfdb1ee0bd8cf8bc48",
16
16
  "dependencies": {
17
17
  "clone": "^2.1.2"
18
18
  }