@steedos/standard-ui 2.3.0-beta.15 → 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,6 +22,14 @@ 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
27
35
  tab_items:
@@ -39,11 +47,11 @@ fields:
39
47
  help:
40
48
  description:
41
49
  is_creator:
42
- label: Item of Menu
50
+ label: Show this app for Desktop
43
51
  help:
44
52
  description:
45
53
  mobile:
46
- label: Mobile App
54
+ label: Show this app for Mobile
47
55
  help:
48
56
  description:
49
57
  members:
@@ -163,7 +171,7 @@ fields:
163
171
  help:
164
172
  description:
165
173
  groups:
166
- business_object: Business object
174
+ tabs: Tabs
167
175
  external_application: External Application
168
176
  oauth2: OAuth2
169
177
  saml: SAML
@@ -31,11 +31,11 @@ fields:
31
31
  help:
32
32
  description:
33
33
  objects:
34
- label: 桌面主菜单
34
+ label: 桌面主菜单(已作废)
35
35
  help:
36
36
  description:
37
37
  mobile_objects:
38
- label: 手机主菜单
38
+ label: 手机主菜单(已作废)
39
39
  help:
40
40
  description:
41
41
  icon:
@@ -47,11 +47,11 @@ fields:
47
47
  help:
48
48
  description:
49
49
  is_creator:
50
- label: 显示在桌面菜单中
50
+ label: 在桌面中显示此应用
51
51
  help:
52
52
  description:
53
53
  mobile:
54
- label: 显示在手机菜单中
54
+ label: 在手机上显示此应用
55
55
  help:
56
56
  description:
57
57
  members:
@@ -178,7 +178,7 @@ fields:
178
178
  help:
179
179
  description:
180
180
  groups:
181
- business_object: 业务对象
181
+ tabs: 选项卡
182
182
  external_application: 外接应用
183
183
  oauth2: OAuth2
184
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
@@ -67,7 +68,7 @@ fields:
67
68
  type: grid
68
69
  is_wide: true
69
70
  required: true
70
- group: Business object
71
+ group: Tabs
71
72
  tab_items.$:
72
73
  label: Tabs
73
74
  blackbox: true
@@ -84,20 +85,20 @@ fields:
84
85
  label: Group
85
86
  type: text
86
87
  objects:
87
- label: Objects
88
+ label: Desktop Menu(Invalid)
88
89
  type: lookup
89
90
  multiple: true
90
- group: Business object
91
+ group: Tabs
91
92
  optionsFunction: !!js/function |
92
93
  function () {
93
94
  return Steedos.getObjectsOptions()
94
95
  }
95
96
  filterable: true
96
97
  mobile_objects:
97
- label: Mobile Objects
98
+ label: Mobile Menus(Invalid)
98
99
  type: lookup
99
100
  multiple: true
100
- group: Business object
101
+ group: Tabs
101
102
  optionsFunction: !!js/function |
102
103
  function () {
103
104
  return Steedos.getObjectsOptions()
@@ -105,23 +106,20 @@ fields:
105
106
  filterable: true
106
107
  is_creator:
107
108
  type: boolean
108
- label: Item of Menu
109
+ label: Show this app for Desktop
109
110
  defaultValue: true
110
- group: Business object
111
111
  mobile:
112
112
  type: boolean
113
- label: Mobile App
113
+ label: Show this app for Mobile
114
114
  defaultValue: true
115
- group: Business object
116
115
  icon:
117
116
  label: Icon
118
117
  type: text
119
118
  hidden: true
120
- sort:
121
- label: Sort Number
122
- type: number
123
- defaultValue: 9100
124
- sortable: true
119
+ visible:
120
+ label: Visible
121
+ type: boolean
122
+ defaultValue: true
125
123
 
126
124
  # members:
127
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.15",
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": "c3db84dc93be4194cf902d5db0f5522b6d18281b"
15
+ "gitHead": "01c22a1eb4fb1ce0de0ccb75ef8290d44b8d857a"
16
16
  }