@steedos/standard-ui 2.3.0-beta.13 → 2.3.0-beta.16

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.
@@ -22,8 +22,22 @@ fields:
22
22
  label: Description
23
23
  help:
24
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:
25
33
  tabs:
26
34
  label: Tabs
35
+ tab_items:
36
+ label: Tabs
37
+ tab_items.$.tab_name:
38
+ label: Name
39
+ tab_items.$.group:
40
+ label: Group
27
41
  icon:
28
42
  label: Icon
29
43
  help:
@@ -33,11 +47,11 @@ fields:
33
47
  help:
34
48
  description:
35
49
  is_creator:
36
- label: Item of Menu
50
+ label: Show this app for Desktop
37
51
  help:
38
52
  description:
39
53
  mobile:
40
- label: Mobile App
54
+ label: Show this app for Mobile
41
55
  help:
42
56
  description:
43
57
  members:
@@ -157,7 +171,7 @@ fields:
157
171
  help:
158
172
  description:
159
173
  groups:
160
- business_object: Business object
174
+ tabs: Tabs
161
175
  external_application: External Application
162
176
  oauth2: OAuth2
163
177
  saml: SAML
@@ -16,6 +16,12 @@ fields:
16
16
  description:
17
17
  tabs:
18
18
  label: 选项卡
19
+ tab_items:
20
+ label: 选项卡
21
+ tab_items.$.tab_name:
22
+ label: 名称
23
+ tab_items.$.group:
24
+ label: 分组
19
25
  visible:
20
26
  label: 启用
21
27
  help:
@@ -25,11 +31,11 @@ fields:
25
31
  help:
26
32
  description:
27
33
  objects:
28
- label: 桌面主菜单
34
+ label: 桌面主菜单(已作废)
29
35
  help:
30
36
  description:
31
37
  mobile_objects:
32
- label: 手机主菜单
38
+ label: 手机主菜单(已作废)
33
39
  help:
34
40
  description:
35
41
  icon:
@@ -41,11 +47,11 @@ fields:
41
47
  help:
42
48
  description:
43
49
  is_creator:
44
- label: 显示在桌面菜单中
50
+ label: 在桌面中显示此应用
45
51
  help:
46
52
  description:
47
53
  mobile:
48
- label: 显示在手机菜单中
54
+ label: 在手机上显示此应用
49
55
  help:
50
56
  description:
51
57
  members:
@@ -172,7 +178,7 @@ fields:
172
178
  help:
173
179
  description:
174
180
  groups:
175
- business_object: 业务对象
181
+ tabs: 选项卡
176
182
  external_application: 外接应用
177
183
  oauth2: OAuth2
178
184
  saml: SAML
@@ -38,10 +38,11 @@ fields:
38
38
  return options;
39
39
  }
40
40
  filterable: true
41
- visible:
42
- label: Visible
43
- type: boolean
44
- defaultValue: true
41
+ sort:
42
+ label: Sort Number
43
+ type: number
44
+ defaultValue: 9100
45
+ sortable: true
45
46
  description:
46
47
  label: Description
47
48
  type: textarea
@@ -63,10 +64,11 @@ fields:
63
64
  tab_groups.$.group_name:
64
65
  type: text
65
66
  tab_items:
67
+ label: Tabs
66
68
  type: grid
67
69
  is_wide: true
68
70
  required: true
69
- group: Business object
71
+ group: Tabs
70
72
  tab_items.$:
71
73
  label: Tabs
72
74
  blackbox: true
@@ -83,20 +85,20 @@ fields:
83
85
  label: Group
84
86
  type: text
85
87
  objects:
86
- label: Objects
88
+ label: Desktop Menu(Invalid)
87
89
  type: lookup
88
90
  multiple: true
89
- group: Business object
91
+ group: Tabs
90
92
  optionsFunction: !!js/function |
91
93
  function () {
92
94
  return Steedos.getObjectsOptions()
93
95
  }
94
96
  filterable: true
95
97
  mobile_objects:
96
- label: Mobile Objects
98
+ label: Mobile Menus(Invalid)
97
99
  type: lookup
98
100
  multiple: true
99
- group: Business object
101
+ group: Tabs
100
102
  optionsFunction: !!js/function |
101
103
  function () {
102
104
  return Steedos.getObjectsOptions()
@@ -104,23 +106,20 @@ fields:
104
106
  filterable: true
105
107
  is_creator:
106
108
  type: boolean
107
- label: Item of Menu
109
+ label: Show this app for Desktop
108
110
  defaultValue: true
109
- group: Business object
110
111
  mobile:
111
112
  type: boolean
112
- label: Mobile App
113
+ label: Show this app for Mobile
113
114
  defaultValue: true
114
- group: Business object
115
115
  icon:
116
116
  label: Icon
117
117
  type: text
118
118
  hidden: true
119
- sort:
120
- label: Sort Number
121
- type: number
122
- defaultValue: 9100
123
- sortable: true
119
+ visible:
120
+ label: Visible
121
+ type: boolean
122
+ defaultValue: true
124
123
 
125
124
  # members:
126
125
  # type: object
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-ui",
3
- "version": "2.3.0-beta.13",
3
+ "version": "2.3.0-beta.16",
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": "0cb068d68d1062151ef0300911df620c4d5e13c3"
15
+ "gitHead": "01c22a1eb4fb1ce0de0ccb75ef8290d44b8d857a"
16
16
  }