@steedos/standard-ui 3.0.0-beta.100 → 3.0.0-beta.101

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.
@@ -2,7 +2,7 @@
2
2
  * @Author: baozhoutao@hotoa.com
3
3
  * @Date: 2021-12-27 10:49:33
4
4
  * @LastEditors: 殷亮辉 yinlianghui@hotoa.com
5
- * @LastEditTime: 2025-08-11 18:09:33
5
+ * @LastEditTime: 2025-09-08 15:56:42
6
6
  * @Description:
7
7
  */
8
8
  module.exports = {
@@ -37,6 +37,8 @@ module.exports = {
37
37
  FlowRouter.reload();
38
38
  },
39
39
  resetVisible: function(object_name, record_id, record_permissions, data){
40
+ // TODO:应用重置逻辑先隐藏
41
+ return false;
40
42
  const record = data && data.record;
41
43
  if(Steedos.Object.base.actions.standard_edit.visible(object_name, record_id, record_permissions)){
42
44
  return record.from_code_id;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-ui",
3
- "version": "3.0.0-beta.100",
3
+ "version": "3.0.0-beta.101",
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": "89c69deb3ceb9d9e97c70ee23694ccecf1b4ce2b",
15
+ "gitHead": "48043db4b884a9b35b4ee0b9e1581a805e3efe81",
16
16
  "dependencies": {
17
17
  "clone": "^2.1.2"
18
18
  }