{ "name": "@tachybase/plugin-action-bulk-update", "displayName": "Action: Batch update", "version": "0.22.7", "description": "Batch update all records or selected records.", "keywords": [ "Actions" ], "license": "Apache-2.0", "main": "dist/server/index.js", "devDependencies": { "@tachybase/schema": "workspace:*", "antd": "5.19.4", "react-i18next": "^14.1.2", "react-router-dom": "^6.25.1" }, "peerDependencies": { "@tachybase/client": "workspace:*", "@tachybase/server": "workspace:*", "@tachybase/test": "workspace:*", "@tachybase/utils": "workspace:*" }, "description.zh-CN": "对全部数据或选中的数据进行批量更新。", "displayName.zh-CN": "操作:批量更新" }