@steedos/standard-ui 3.0.0-beta.105 → 3.0.0-beta.108

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
- function (object_name, record_id, record_permissions, record) {
39
- return Steedos.Object.base.actions.standard_new.visible()
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.105",
3
+ "version": "3.0.0-beta.108",
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": "4c1305cf315baf00491df315c5c8d8ef508262d0",
15
+ "gitHead": "e32e7c64ee17d2b2c18e280d28f6869d74747a17",
16
16
  "dependencies": {
17
17
  "clone": "^2.1.2"
18
18
  }