bd756a6a5c
* fix: update method of permission * 页面访问权限 * feat: add tabs update in role * refactor: change main action permission check into single file * feat: add pluginLoaded event listener for init page permissions * refactor: change to can api * refactor: use constants for role types * refactor: can api * 只处理 actions 表里的权限,其余跳过 * 注释掉 fields * bugfix * add: 详情模块编辑按钮权限判断 * test: add cases * fix: add association permission judgment * fix: add disabled property to drawer select Co-authored-by: chenos <chenlinxh@gmail.com>
15 lines
379 B
JSON
15 lines
379 B
JSON
{
|
|
"name": "@nocobase/plugin-pages",
|
|
"version": "0.3.0-alpha.0",
|
|
"main": "lib/index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nocobase/server": "^0.3.0-alpha.0",
|
|
"@nocobase/database": "^0.3.0-alpha.0",
|
|
"@nocobase/resourcer": "^0.3.0-alpha.0",
|
|
"@nocobase/actions": "^0.3.0-alpha.0",
|
|
"@nocobase/client": "^0.3.0-alpha.0",
|
|
"react": "16.14.0"
|
|
}
|
|
}
|