mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 13:46:45 +00:00
cb8edc7b75
* feat: add data export action in table view * feat: add data render based on interface type for exporting * fix: use rewrite action name for permissions * feat: add support for subTable type field * add datetime render * export filter support selectedRowKeys * docs Co-authored-by: chenos <chenlinxh@gmail.com>
29 lines
957 B
JSON
29 lines
957 B
JSON
{
|
|
"name": "@nocobase/api",
|
|
"version": "0.4.0-alpha.7",
|
|
"main": "./lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"license": "MIT",
|
|
"scripts": {},
|
|
"bin": {
|
|
"nocobase": "bin/nocobase.js"
|
|
},
|
|
"dependencies": {
|
|
"@nocobase/actions": "^0.4.0-alpha.7",
|
|
"@nocobase/client": "^0.4.0-alpha.7",
|
|
"@nocobase/database": "^0.4.0-alpha.7",
|
|
"@nocobase/plugin-action-logs": "^0.4.0-alpha.7",
|
|
"@nocobase/plugin-automations": "^0.4.0-alpha.7",
|
|
"@nocobase/plugin-china-region": "^0.4.0-alpha.7",
|
|
"@nocobase/plugin-collections": "^0.4.0-alpha.7",
|
|
"@nocobase/plugin-export": "^0.4.0-alpha.7",
|
|
"@nocobase/plugin-file-manager": "^0.4.0-alpha.7",
|
|
"@nocobase/plugin-pages": "^0.4.0-alpha.7",
|
|
"@nocobase/plugin-permissions": "^0.4.0-alpha.7",
|
|
"@nocobase/plugin-users": "^0.4.0-alpha.7",
|
|
"@nocobase/server": "^0.4.0-alpha.7",
|
|
"koa-static": "^5.0.0"
|
|
},
|
|
"gitHead": "f0b335ac30f29f25c95d7d137655fa64d8d67f1e"
|
|
}
|