tachybase_todo/packages/plugins/@tachybase/plugin-action-duplicate/package.json
sealday 0be9252807 chore(version): release v0.21.54 (#1185)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1185
2024-06-13 16:02:04 +08:00

25 lines
867 B
JSON

{
"name": "@tachybase/plugin-action-duplicate",
"displayName": "Action: Duplicate record",
"version": "0.21.54",
"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.18.1",
"lodash": "4.17.21",
"react-i18next": "^11.15.1"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*"
},
"description.zh-CN": "复制一条记录,可以复制到表单中编辑后再提交,也可以直接复制并生成一条新记录。",
"displayName.zh-CN": "操作:复制记录"
}