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>
20 lines
472 B
JSON
20 lines
472 B
JSON
{
|
|
"name": "@nocobase/plugin-export",
|
|
"version": "0.4.0-alpha.7",
|
|
"main": "lib/index.js",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node-xlsx": "^0.15.1"
|
|
},
|
|
"dependencies": {
|
|
"@nocobase/actions": "^0.4.0-alpha.7",
|
|
"@nocobase/database": "^0.4.0-alpha.7",
|
|
"@nocobase/resourcer": "^0.4.0-alpha.7",
|
|
"node-xlsx": "^0.16.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@nocobase/plugin-collections": "*",
|
|
"@nocobase/plugin-permissions": "*"
|
|
}
|
|
}
|