@steedos/standard-permission 2.5.3-beta.8 → 2.5.3-beta.9

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.
@@ -23,6 +23,33 @@ fields:
23
23
  label: Assigned Apps
24
24
  help:
25
25
  description:
26
+ default_standard_buttons:
27
+ label: Default Standard Buttons
28
+ help:
29
+ description:
30
+ options:
31
+ - label: Query
32
+ value: standard_query
33
+ - label: New
34
+ value: standard_new
35
+ - label: View
36
+ value: standard_open_view
37
+ - label: Edit
38
+ value: standard_edit
39
+ - label: Delete
40
+ value: standard_delete
41
+ - label: Delete many
42
+ value: standard_delete_many
43
+ - label: Approve
44
+ value: standard_approve
45
+ - label: View instance
46
+ value: standard_view_instance
47
+ - label: Follow
48
+ value: standard_follow
49
+ - label: Submit for approval
50
+ value: standard_submit_for_approval
51
+ - label: Import data
52
+ value: standard_import_data
26
53
  users:
27
54
  label: Users
28
55
  help: 'When the type is a profile, no user needs to be selected'
@@ -23,6 +23,33 @@ fields:
23
23
  label: 授权应用
24
24
  help:
25
25
  description:
26
+ default_standard_buttons:
27
+ label: 默认标准按钮
28
+ help:
29
+ description:
30
+ options:
31
+ - label: 查找
32
+ value: standard_query
33
+ - label: 新建
34
+ value: standard_new
35
+ - label: 查看
36
+ value: standard_open_view
37
+ - label: 编辑
38
+ value: standard_edit
39
+ - label: 删除
40
+ value: standard_delete
41
+ - label: 批量删除
42
+ value: standard_delete_many
43
+ - label: 发起审批
44
+ value: standard_approve
45
+ - label: 查看审批单
46
+ value: standard_view_instance
47
+ - label: 关注
48
+ value: standard_follow
49
+ - label: 提请批准
50
+ value: standard_submit_for_approval
51
+ - label: 导入数据
52
+ value: standard_import_data
26
53
  users:
27
54
  label: 成员
28
55
  help: 类别为简档时,不需要选择成员
@@ -34,6 +34,34 @@ fields:
34
34
  reference_to_field: code
35
35
  name: assigned_apps
36
36
  filterable: true
37
+ default_standard_buttons:
38
+ label: Default Standard Buttons
39
+ type: select
40
+ multiple: true
41
+ options:
42
+ - label: 查找
43
+ value: standard_query
44
+ - label: 新建
45
+ value: standard_new
46
+ - label: 查看
47
+ value: standard_open_view
48
+ - label: 编辑
49
+ value: standard_edit
50
+ - label: 删除
51
+ value: standard_delete
52
+ - label: 删除
53
+ value: standard_delete_many
54
+ - label: 发起审批
55
+ value: standard_approve
56
+ - label: 查看审批单
57
+ value: standard_view_instance
58
+ - label: 关注
59
+ value: standard_follow
60
+ - label: 提请批准
61
+ value: standard_submit_for_approval
62
+ - label: 导入数据
63
+ value: standard_import_data
64
+ visible_on: "{{'profile' === formData.type ? true: false}}"
37
65
  users:
38
66
  label: Users
39
67
  type: lookup
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-permission",
3
- "version": "2.5.3-beta.8",
3
+ "version": "2.5.3-beta.9",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -12,5 +12,5 @@
12
12
  "description": "steedos package",
13
13
  "repository": {},
14
14
  "license": "MIT",
15
- "gitHead": "7ac3c90fc78437f905b268c700d5ab414ca2c5a1"
15
+ "gitHead": "94bb5ef26fa3d0504e3131d2f9d990d4545430a3"
16
16
  }