@steedos/service-core-objects 3.0.0-beta.135 → 3.0.0-beta.137
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.
|
@@ -4,16 +4,6 @@ icon: webcart
|
|
|
4
4
|
hidden: true
|
|
5
5
|
enable_audit: false
|
|
6
6
|
fields:
|
|
7
|
-
edition:
|
|
8
|
-
type: text
|
|
9
|
-
label: Edition
|
|
10
|
-
hidden: true
|
|
11
|
-
edition_label:
|
|
12
|
-
type: text
|
|
13
|
-
label: Edition
|
|
14
|
-
is_name: true
|
|
15
|
-
filterable: true
|
|
16
|
-
searchable: true
|
|
17
7
|
license:
|
|
18
8
|
type: textarea
|
|
19
9
|
rows: 8
|
|
@@ -26,13 +16,22 @@ fields:
|
|
|
26
16
|
hidden: true
|
|
27
17
|
product:
|
|
28
18
|
type: text
|
|
29
|
-
label: Product
|
|
30
|
-
hidden: true
|
|
19
|
+
label: Product ID
|
|
31
20
|
product_label:
|
|
32
21
|
type: text
|
|
33
22
|
label: Product
|
|
34
23
|
filterable: true
|
|
35
24
|
searchable: true
|
|
25
|
+
edition:
|
|
26
|
+
type: text
|
|
27
|
+
label: Edition
|
|
28
|
+
hidden: true
|
|
29
|
+
edition_label:
|
|
30
|
+
type: text
|
|
31
|
+
label: Edition
|
|
32
|
+
is_name: true
|
|
33
|
+
filterable: true
|
|
34
|
+
searchable: true
|
|
36
35
|
is_trial:
|
|
37
36
|
type: boolean
|
|
38
37
|
label: Trial
|
|
@@ -75,34 +74,15 @@ fields:
|
|
|
75
74
|
is_local:
|
|
76
75
|
type: boolean
|
|
77
76
|
hidden: true
|
|
78
|
-
actions:
|
|
79
|
-
apply:
|
|
80
|
-
label: Apply
|
|
81
|
-
on: list
|
|
82
|
-
visible: false
|
|
83
|
-
changeSpaceLicense:
|
|
84
|
-
label: 更新许可证
|
|
85
|
-
on: list
|
|
86
|
-
visible: true
|
|
87
|
-
copySpaceId:
|
|
88
|
-
label: Copy space id
|
|
89
|
-
on: list
|
|
90
|
-
visible: false
|
|
91
|
-
upgrade:
|
|
92
|
-
label: Upgrade
|
|
93
|
-
on: list
|
|
94
|
-
visible: true
|
|
95
77
|
list_views:
|
|
96
78
|
all:
|
|
97
|
-
label:
|
|
79
|
+
label: All
|
|
98
80
|
columns:
|
|
99
|
-
- edition_label
|
|
100
81
|
- product_label
|
|
82
|
+
- product
|
|
101
83
|
- user_number
|
|
102
84
|
- verify_status
|
|
103
85
|
- end_date
|
|
104
|
-
filters:
|
|
105
|
-
- [['lid', '<>', 'None'], ['invalid','!=',true]]
|
|
106
86
|
permission_set:
|
|
107
87
|
user:
|
|
108
88
|
allowCreate: false
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/service-core-objects",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.137",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
"steedos"
|
|
10
10
|
],
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@steedos/service-package-loader": "3.0.0-beta.
|
|
12
|
+
"@steedos/service-package-loader": "3.0.0-beta.137",
|
|
13
13
|
"json2xls": "^0.1.2",
|
|
14
14
|
"lodash": "^4.17.21"
|
|
15
15
|
},
|
|
16
16
|
"description": "steedos package",
|
|
17
17
|
"repository": {},
|
|
18
18
|
"license": "MIT",
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "fc7817a9374cf0bb5472724bebfcdbaec81db098"
|
|
20
20
|
}
|