@nocobase/plugin-action-duplicate
Version:
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.
24 lines (23 loc) • 680 B
JavaScript
/**
* This file is part of the NocoBase (R) project.
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
* Authors: NocoBase Team.
*
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
* For more information, please refer to: https://www.nocobase.com/agreement.
*/
module.exports = {
"@formily/core": "2.3.7",
"@formily/react": "2.3.7",
"@nocobase/client": "2.1.30",
"antd": "5.24.2",
"lodash": "4.18.1",
"react": "18.2.0",
"react-i18next": "11.18.6",
"@emotion/css": "11.13.0",
"@nocobase/flow-engine": "2.1.30",
"@nocobase/client-v2": "2.1.30",
"ahooks": "3.7.8",
"@nocobase/server": "2.1.30",
"@nocobase/test": "2.1.30"
};