{ "name": "@nocobase/plugin-export", "displayName": "Action: Export records", "version": "0.21.29", "description": "Export filtered records to excel, you can configure which fields to export.", "keywords": [ "Actions" ], "homepage": "https://docs.nocobase.com/handbook/action-export", "license": "AGPL-3.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.2.0", "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": "操作:导出记录", "gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1", "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-export" }