@steedos/standard-permission 2.5.12-beta.36 → 2.5.12-beta.38

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.
@@ -35,3 +35,5 @@ fields:
35
35
  label: System
36
36
  help:
37
37
  description:
38
+ allowExport:
39
+ label: Allow Export Excel
@@ -96,6 +96,8 @@ fields:
96
96
  description:
97
97
  allowCreateListViews:
98
98
  label: 允许创建视图
99
+ allowExport:
100
+ label: 允许导出Excel
99
101
  groups:
100
102
  files_permissions: 附件权限
101
103
  listviews:
@@ -135,6 +135,10 @@ fields:
135
135
  }
136
136
  name: disabled_list_views
137
137
  filterable: true
138
+ allowExport:
139
+ type: boolean
140
+ label: Allow Export Excel
141
+ defaultValue: true
138
142
  disabled_actions:
139
143
  type: lookup
140
144
  label: Disabled Actions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-permission",
3
- "version": "2.5.12-beta.36",
3
+ "version": "2.5.12-beta.38",
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": "01786ec51c24394128592366181ebfcd07d9600a"
15
+ "gitHead": "29ca5e38d79d62f600e46e4f9ae714f24ead94b1"
16
16
  }