{ "name": "@tachybase/plugin-export", "displayName": "Action: Export records", "version": "0.22.7", "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": "^14.1.2" }, "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": "操作:导出记录" }