@steedos/standard-permission 2.7.1-beta.9 → 2.7.2-beta.1

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:
@@ -21,10 +21,12 @@ fields:
21
21
  index: true
22
22
  is_name: true
23
23
  required: true
24
+ filterable: true
24
25
  type:
25
26
  label: Type
26
27
  type: select
27
28
  firstOption: false
29
+ filterable: true
28
30
  options: Profile:profile,Permission set:permission_set
29
31
  defaultValue: permission_set
30
32
  amis:
@@ -36,7 +38,7 @@ fields:
36
38
  reference_to: apps
37
39
  reference_to_field: code
38
40
  name: assigned_apps
39
- filterable: true
41
+ filterable: false
40
42
  default_standard_buttons:
41
43
  label: Default Standard Buttons
42
44
  type: select
@@ -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.9",
3
+ "version": "2.7.2-beta.1",
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": "63b5ff5367f88ad33c4de6e04a1f432a1e2f5e8e",
15
+ "gitHead": "666aa721be857f2a029c35cc03fbb94910367b24",
16
16
  "dependencies": {
17
17
  "clone": "^2.1.2"
18
18
  }