@steedos/standard-ui 3.0.4-beta.9 → 3.0.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-ui",
3
- "version": "3.0.4-beta.9",
3
+ "version": "3.0.4",
4
4
  "main": "package.service.js",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -11,7 +11,7 @@
11
11
  "description": "steedos package",
12
12
  "repository": {},
13
13
  "license": "MIT",
14
- "gitHead": "b8e753fd6aefb7dd3dd6d445e84415b72fc1f8e7",
14
+ "gitHead": "1109077762ca63175d4bd3aa7ea40b854784acb5",
15
15
  "dependencies": {
16
16
  "clone": "^2.1.2"
17
17
  }
@@ -1,210 +0,0 @@
1
- name: apps
2
- label: Apps
3
- description:
4
- fields:
5
- name:
6
- label: Name
7
- help:
8
- description:
9
- code:
10
- label: API Name
11
- help:
12
- description:
13
- icon_slds:
14
- label: SLDS Icon
15
- help:
16
- description:
17
- visible:
18
- label: Visible
19
- help:
20
- description:
21
- description:
22
- label: Description
23
- help:
24
- description:
25
- objects:
26
- label: Desktop Menus(Invalid)
27
- help:
28
- description:
29
- mobile_objects:
30
- label: Mobile Menus(Invalid)
31
- help:
32
- description:
33
- tabs:
34
- label: Tabs
35
- tab_items:
36
- label: Tabs
37
- tab_items.$.tab_name:
38
- label: Name
39
- tab_items.$.group:
40
- label: Group
41
- icon:
42
- label: Icon
43
- help:
44
- description:
45
- showSidebar:
46
- label: Show Left Navigation
47
- help:
48
- description:
49
- visible_on:
50
- label: Visible On
51
- help:
52
- description:
53
- enable_nav_schema:
54
- label: Enable Custom Navigation
55
- help:
56
- description:
57
- sort:
58
- label: Sort Number
59
- help:
60
- description:
61
- is_creator:
62
- label: Show this app on Desktop
63
- help:
64
- description:
65
- mobile:
66
- label: Show this app on Mobile
67
- help:
68
- description:
69
- members:
70
- label: Members
71
- help:
72
- description:
73
- members.users:
74
- label: User Members
75
- help:
76
- description:
77
- members.organizations:
78
- label: Department Members
79
- help:
80
- description:
81
- url:
82
- label: URL
83
- help:
84
- description:
85
- is_use_ie:
86
- label: Open in IE (Using Steedos Desktop)
87
- help:
88
- description:
89
- is_use_iframe:
90
- label: Open with iframe
91
- help:
92
- description:
93
- is_new_window:
94
- label: Open in New Window
95
- help:
96
- description:
97
- on_click:
98
- label: onClick
99
- help:
100
- description:
101
- auth_name:
102
- label: Auth Name
103
- help:
104
- description:
105
- secret:
106
- label: API Secret Key
107
- help:
108
- description:
109
- oauth2_enabled:
110
- label: OAuth2 Enabled
111
- help:
112
- description:
113
- oauth2_callback_url:
114
- label: Callback URL
115
- help:
116
- description:
117
- oauth2_scopes:
118
- label: Scopes
119
- help:
120
- options:
121
- - label: Access to Your Unique Identifier (openid)
122
- value: openid
123
- - label: 'Access Basic Information (id, email, address, phone, locale)'
124
- value: profile
125
- - label: Access Fully (full)
126
- value: full
127
- description:
128
- oauth2_logout_enabled:
129
- label: OAuth2 Logout Enabled
130
- help:
131
- description:
132
- oauth2_logout_url:
133
- label: OAuth2 Logout URL
134
- help:
135
- description:
136
- saml_enabled:
137
- label: SAML Enabled
138
- help:
139
- description:
140
- saml_entity_id:
141
- label: Entity Id
142
- help:
143
- description:
144
- saml_issuer:
145
- label: Issuer
146
- help:
147
- description:
148
- saml_idp_cert:
149
- label: IDP Cert
150
- help:
151
- description:
152
- saml_acs_url:
153
- label: ACS URL
154
- help:
155
- description:
156
- saml_name_id_format:
157
- label: Name
158
- help:
159
- description:
160
- saml_logout_enabled:
161
- label: SAML Logout Enabled
162
- help:
163
- description:
164
- saml_logout_url:
165
- label: SAML Logout URL
166
- help:
167
- description:
168
- saml_logout_block:
169
- label: SAML Logout Block
170
- help:
171
- options:
172
- - label: HTTP Redirect
173
- value: redirect
174
- - label: HTTP Post
175
- value: post
176
- description:
177
- is_system:
178
- label: System
179
- help:
180
- description:
181
- from_code_id:
182
- label:
183
- help:
184
- description:
185
- groups:
186
- tabs: Tabs
187
- external_application: External Application
188
- oauth2: OAuth2
189
- saml: SAML
190
- other: Other
191
- listviews:
192
- all:
193
- label: All Apps
194
- actions:
195
- customize:
196
- label: Customize
197
- reset:
198
- label: Reset
199
- enable:
200
- label: Enable
201
- disable:
202
- label: Disable
203
- CustomLabels:
204
- apps_not_found: The application Not found
205
- apps_actions_enable_dialog_title: Enable App
206
- apps_actions_enable_dialog_content_prefix: "Are you sure you want to enable the application \""
207
- apps_actions_enable_dialog_content_suffix: "\" ?"
208
- apps_actions_disable_dialog_title: Disable App
209
- apps_actions_disable_dialog_content_prefix: "Are you sure you want to disable the application \""
210
- apps_actions_disable_dialog_content_suffix: "\" ?"
@@ -1,217 +0,0 @@
1
- name: apps
2
- label: 应用程序
3
- description:
4
- fields:
5
- name:
6
- label: 名称
7
- help:
8
- description:
9
- code:
10
- label: API 名称
11
- help:
12
- description:
13
- icon_slds:
14
- label: 图标
15
- help:
16
- description:
17
- tabs:
18
- label: 选项卡
19
- tab_items:
20
- label: 选项卡
21
- tab_items.$.tab_name:
22
- label: 名称
23
- tab_items.$.group:
24
- label: 分组
25
- visible:
26
- label: 启用
27
- help:
28
- description:
29
- description:
30
- label: 描述
31
- help:
32
- description:
33
- objects:
34
- label: 桌面主菜单(已作废)
35
- help:
36
- description:
37
- mobile_objects:
38
- label: 手机主菜单(已作废)
39
- help:
40
- description:
41
- icon:
42
- label: 旧版图标
43
- help:
44
- description:
45
- showSidebar:
46
- label: 显示左侧导航
47
- help:
48
- description:
49
- visible_on:
50
- label: 显示公式
51
- help: 根据公式判断是否显示应用
52
- description:
53
- enable_nav_schema:
54
- label: 启用自定义导航
55
- help:
56
- description:
57
- sort:
58
- label: 排序
59
- help:
60
- description:
61
- is_creator:
62
- label: 在桌面中显示
63
- help:
64
- description:
65
- mobile:
66
- label: 在手机上显示
67
- help:
68
- description:
69
- members:
70
- label: 授权对象
71
- help:
72
- description:
73
- members.users:
74
- label: 授权人员
75
- help:
76
- description:
77
- members.organizations:
78
- label: 授权部门
79
- help:
80
- description:
81
- url:
82
- label: 外部链接
83
- help:
84
- description:
85
- is_use_ie:
86
- label: 使用IE打开(需使用Steedos桌面客户端)
87
- help:
88
- description:
89
- is_use_iframe:
90
- label: 使用iframe打开
91
- help:
92
- description:
93
- is_new_window:
94
- label: 在新窗口打开
95
- help:
96
- description:
97
- on_click:
98
- label: 链接脚本
99
- help:
100
- description:
101
- auth_name:
102
- label: 验证域名
103
- help:
104
- description:
105
- secret:
106
- label: API 密钥
107
- help:
108
- description:
109
- oauth2_enabled:
110
- label: 启用 OAuth2
111
- help:
112
- description:
113
- oauth2_callback_url:
114
- label: 回调 URL
115
- help:
116
- description:
117
- oauth2_home_url:
118
- label: 应用首页
119
- oauth2_logo:
120
- label: 应用 Logo
121
- oauth2_client_secret:
122
- label: 应用密钥
123
- help: 请妥善保管
124
- oauth2_scopes:
125
- label: 范围
126
- help:
127
- options:
128
- - label: 允许访问您的唯一标志符 (openid)
129
- value: openid
130
- - label: '访问基本信息 (id, email, address, phone, locale)'
131
- value: profile
132
- - label: 完全访问权限 (full)
133
- value: full
134
- description:
135
- oauth2_logout_enabled:
136
- label: 启用单点注销
137
- help:
138
- description:
139
- oauth2_logout_url:
140
- label: 单点注销 URL
141
- help:
142
- description:
143
- saml_enabled:
144
- label: 启用 SAML
145
- help:
146
- description:
147
- saml_entity_id:
148
- label: Entity Id
149
- help:
150
- description:
151
- saml_issuer:
152
- label: Issuer
153
- help:
154
- description:
155
- saml_idp_cert:
156
- label: IDP Cert
157
- help:
158
- description:
159
- saml_acs_url:
160
- label: ACS Url
161
- help:
162
- description:
163
- saml_name_id_format:
164
- label: 名称
165
- help:
166
- description:
167
- saml_logout_enabled:
168
- label: 启用单点注销
169
- help:
170
- description:
171
- saml_logout_url:
172
- label: 单点注销 URL
173
- help:
174
- description:
175
- saml_logout_block:
176
- label: 单点注销绑定
177
- help:
178
- options:
179
- - label: HTTP Redirect
180
- value: redirect
181
- - label: HTTP Post
182
- value: post
183
- description:
184
- is_system:
185
- label: 系统
186
- help:
187
- description:
188
- from_code_id:
189
- label:
190
- help:
191
- description:
192
- groups:
193
- tabs: 选项卡
194
- external_application: 外接应用
195
- oauth2: OAuth2
196
- saml: SAML
197
- other: 其它
198
- listviews:
199
- all:
200
- label: 所有
201
- actions:
202
- customize:
203
- label: 自定义
204
- reset:
205
- label: 重置
206
- enable:
207
- label: 启用
208
- disable:
209
- label: 停用
210
- CustomLabels:
211
- apps_not_found: 未找到应用
212
- apps_actions_enable_dialog_title: 启用
213
- apps_actions_enable_dialog_content_prefix: 确定要启用「
214
- apps_actions_enable_dialog_content_suffix: 」应用?
215
- apps_actions_disable_dialog_title: 停用
216
- apps_actions_disable_dialog_content_prefix: 确定要停用「
217
- apps_actions_disable_dialog_content_suffix: 」应用?
@@ -1,71 +0,0 @@
1
- name: tabs
2
- label: Custom Tabs
3
- description:
4
- fields:
5
- label:
6
- label: Label
7
- help: This is the label of the tab, for web tabs only.
8
- name:
9
- label: Api Name
10
- icon:
11
- label: Icon
12
- parent:
13
- label: Parent Tab
14
- mobile:
15
- label: Display on the Mobile
16
- desktop:
17
- label: Display on the Desktop
18
- frame_height:
19
- label: Frame Height
20
- help: The height, in pixels of the tab frame. Required for frame and page tabs.
21
- description:
22
- has_sidebar:
23
- label: Sidebar
24
- help: Indicates if the tab displays the sidebar panel.
25
- description:
26
- type:
27
- label: Type
28
- options:
29
- - label: Object
30
- value: object
31
- - label: Url
32
- value: url
33
- - label: Page
34
- value: page
35
- - label: Analytics Dashboard
36
- value: analytics_dashboard
37
- object:
38
- label: Object
39
- help:
40
- description:
41
- analytics_dashboard:
42
- label: Analytics Dashboard
43
- help:
44
- description:
45
- url:
46
- label: Url
47
- help:
48
- description:
49
- page:
50
- label: Page
51
- help:
52
- description:
53
- action_overrides:
54
- label: Action Overrides
55
- help: A list of the action overrides that are assigned to the tab. Only one override is allowed per formFactor for a given tab.
56
- description:
57
- is_system:
58
- label: System
59
- help:
60
- description:
61
- description:
62
- label: Description
63
- is_new_window:
64
- label: Open in New Window
65
- help:
66
- description:
67
- listviews:
68
- all:
69
- label: All Tabs
70
- customize:
71
- label: Customize
@@ -1,73 +0,0 @@
1
- name: tabs
2
- label: 选项卡
3
- description:
4
- fields:
5
- label:
6
- label: 显示名称
7
- help: 仅适用于Web标签。
8
- name:
9
- label: API 名称
10
- icon:
11
- label: 图标
12
- parent:
13
- label: 上级选项卡
14
- mobile:
15
- label: 显示在手机菜单中
16
- desktop:
17
- label: 显示在桌面菜单中
18
- frame_height:
19
- label: Frame Height
20
- help: 选项卡框架的高度(以像素为单位)。
21
- description:
22
- has_sidebar:
23
- label: 显示侧边栏面板
24
- help: 指示选项卡是否显示侧边栏面板。
25
- description:
26
- type:
27
- label: 类型
28
- options:
29
- - label: 对象
30
- value: object
31
- - label: 外部链接
32
- value: url
33
- - label: 页面
34
- value: page
35
- - label: 仪表盘
36
- value: analytics_dashboard
37
- object:
38
- label: 对象
39
- help:
40
- description:
41
- analytics_dashboard:
42
- label: 仪表盘
43
- help:
44
- description:
45
- url:
46
- label: 外部链接
47
- help:
48
- description:
49
- page:
50
- label: 页面
51
- help:
52
- description:
53
- action_overrides:
54
- label: Action Overrides
55
- help: 分配给选项卡的操作替代列表。 对于给定的标签,每个formFactor只允许一个替代。
56
- description:
57
- is_system:
58
- label: 系统
59
- help:
60
- description:
61
- description:
62
- label: 描述
63
- is_new_window:
64
- label: 在新窗口打开
65
- help:
66
- description:
67
- is_use_iframe:
68
- label: 使用iframe打开
69
- listviews:
70
- all:
71
- label: 所有
72
- customize:
73
- label: 自定义