tachybase_todo/packages/plugins/@tachybase/plugin-action-duplicate/package.json
sealday 8085941141 chore(version): release v0.21.77 (#1372)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1372
2024-07-24 10:34:28 +08:00

25 lines
866 B
JSON

{
"name": "@tachybase/plugin-action-duplicate",
"displayName": "Action: Duplicate record",
"version": "0.21.77",
"description": "Duplicate a record, you can either duplicate it into a form and edit it before saving it, or you can duplicate it directly to generate a new record.",
"keywords": [
"Actions"
],
"license": "Apache-2.0",
"main": "dist/server/index.js",
"devDependencies": {
"@tachybase/schema": "workspace:*",
"antd": "5.19.1",
"lodash": "4.17.21",
"react-i18next": "^14.1.2"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*"
},
"description.zh-CN": "复制一条记录,可以复制到表单中编辑后再提交,也可以直接复制并生成一条新记录。",
"displayName.zh-CN": "操作:复制记录"
}