26 lines
750 B
JSON
26 lines
750 B
JSON
{
|
|
"name": "@tachybase/plugin-action-bulk-update",
|
|
"displayName": "Action: Batch update",
|
|
"version": "0.21.72",
|
|
"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.1",
|
|
"react-i18next": "^14.1.2",
|
|
"react-router-dom": "^6.11.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@tachybase/client": "workspace:*",
|
|
"@tachybase/server": "workspace:*",
|
|
"@tachybase/test": "workspace:*",
|
|
"@tachybase/utils": "workspace:*"
|
|
},
|
|
"description.zh-CN": "对全部数据或选中的数据进行批量更新。",
|
|
"displayName.zh-CN": "操作:批量更新"
|
|
}
|