sealday
2b698c6c3d
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1563
29 lines
847 B
JSON
29 lines
847 B
JSON
{
|
|
"name": "@tachybase/plugin-action-bulk-edit",
|
|
"displayName": "Action: Batch edit",
|
|
"version": "0.22.4",
|
|
"description": "Batch edit all records or selected records.",
|
|
"keywords": [
|
|
"Actions"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "dist/server/index.js",
|
|
"devDependencies": {
|
|
"@ant-design/icons": "^5.3.7",
|
|
"@tachybase/components": "workspace:*",
|
|
"@tachybase/schema": "workspace:*",
|
|
"antd": "5.19.4",
|
|
"lodash": "4.17.21",
|
|
"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": "操作:批量编辑"
|
|
}
|