@steedos/standard-ui 3.0.0-beta.105 → 3.0.0-beta.107
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.
|
@@ -34,7 +34,9 @@ is_enable: true
|
|
|
34
34
|
label: 对象选项卡
|
|
35
35
|
"on": list
|
|
36
36
|
type: amis_button
|
|
37
|
-
visible: !!js/function |
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
37
|
+
# visible: !!js/function |
|
|
38
|
+
# function (object_name, record_id, record_permissions, record) {
|
|
39
|
+
# return Steedos.Object.base.actions.standard_new.visible()
|
|
40
|
+
# }
|
|
41
|
+
visible: false
|
|
42
|
+
# TODO: 暂时隐藏,下一步考虑删除。
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/standard-ui",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.107",
|
|
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": "
|
|
15
|
+
"gitHead": "1af567ed119c938f6214ea192e610f07aa8612af",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"clone": "^2.1.2"
|
|
18
18
|
}
|