sealday
0be9252807
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1185
32 lines
1002 B
JSON
32 lines
1002 B
JSON
{
|
|
"name": "@tachybase/plugin-export",
|
|
"displayName": "Action: Export records",
|
|
"version": "0.21.54",
|
|
"description": "Export filtered records to excel, you can configure which fields to export.",
|
|
"keywords": [
|
|
"Actions"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "./dist/server/index.js",
|
|
"devDependencies": {
|
|
"@tachybase/components": "workspace:*",
|
|
"@tachybase/schema": "workspace:*",
|
|
"@types/node-xlsx": "^0.15.1",
|
|
"file-saver": "^2.0.5",
|
|
"lodash": "4.17.21",
|
|
"node-xlsx": "^0.16.1",
|
|
"react": "^18.3.1",
|
|
"react-i18next": "^11.15.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@tachybase/actions": "workspace:*",
|
|
"@tachybase/client": "workspace:*",
|
|
"@tachybase/database": "workspace:*",
|
|
"@tachybase/server": "workspace:*",
|
|
"@tachybase/test": "workspace:*",
|
|
"@tachybase/utils": "workspace:*"
|
|
},
|
|
"description.zh-CN": "导出筛选后的记录到 Excel 中,可以配置导出哪些字段。",
|
|
"displayName.zh-CN": "操作:导出记录"
|
|
}
|