@steedos/standard-permission 2.7.1-beta.11 → 2.7.1-beta.13

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.
@@ -6,6 +6,8 @@ fields:
6
6
  label: Name
7
7
  help:
8
8
  description:
9
+ allowEdit:
10
+ label: Allow Edit
9
11
  object_name:
10
12
  label: Object
11
13
  help:
@@ -6,6 +6,8 @@ fields:
6
6
  label: 名称
7
7
  help:
8
8
  description:
9
+ allowEdit:
10
+ label: 允许编辑
9
11
  object_name:
10
12
  label: 对象
11
13
  help:
@@ -26,6 +26,10 @@ fields:
26
26
  label: 启用
27
27
  type: boolean
28
28
  sort_no: 130
29
+ allowEdit:
30
+ label: 允许编辑
31
+ type: boolean
32
+ sort_no: 135
29
33
  entry_criteria:
30
34
  label: 指定条目条件
31
35
  inlineHelpText: "满足此条件时,使用该记录过滤器。语法为函数表达式, 例如: {{$user.profile !='user'}}"
@@ -64,6 +68,7 @@ list_views:
64
68
  - name
65
69
  - object_name
66
70
  - active
71
+ - allowEdit
67
72
  - entry_criteria
68
73
  - record_filter
69
74
  - description
@@ -77,6 +82,7 @@ list_views:
77
82
  - name
78
83
  - object_name
79
84
  - active
85
+ - allowEdit
80
86
  - entry_criteria
81
87
  - record_filter
82
88
  - description
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-permission",
3
- "version": "2.7.1-beta.11",
3
+ "version": "2.7.1-beta.13",
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": "093b8da3f0f0b54bff9ec6202b2ade87fbb97a6e",
15
+ "gitHead": "4f545b49ccc0875abcfa08aef8af98e3c3418059",
16
16
  "dependencies": {
17
17
  "clone": "^2.1.2"
18
18
  }