@nocobase/plugin-action-duplicate 2.0.0-alpha.9 → 2.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/externalVersion.js
CHANGED
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"@formily/core": "2.3.7",
|
|
12
12
|
"@formily/react": "2.3.7",
|
|
13
|
-
"@nocobase/client": "2.0.0-
|
|
13
|
+
"@nocobase/client": "2.0.0-beta.1",
|
|
14
14
|
"antd": "5.24.2",
|
|
15
15
|
"lodash": "4.17.21",
|
|
16
16
|
"react": "18.2.0",
|
|
17
17
|
"react-i18next": "11.18.6",
|
|
18
18
|
"@emotion/css": "11.13.0",
|
|
19
|
-
"@nocobase/server": "2.0.0-
|
|
20
|
-
"@nocobase/test": "2.0.0-
|
|
19
|
+
"@nocobase/server": "2.0.0-beta.1",
|
|
20
|
+
"@nocobase/test": "2.0.0-beta.1"
|
|
21
21
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
package/package.json
CHANGED
|
@@ -1,20 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-action-duplicate",
|
|
3
|
-
"version": "2.0.0-
|
|
3
|
+
"version": "2.0.0-beta.1",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"homepage": "https://docs.nocobase.com/handbook/action-duplicate",
|
|
6
|
+
"homepage.ru-RU": "https://docs.nocobase.ru/handbook/action-duplicate",
|
|
6
7
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-duplicate",
|
|
7
8
|
"displayName": "Action: Duplicate record",
|
|
9
|
+
"displayName.ru-RU": "Действие: Дублирование записи",
|
|
8
10
|
"displayName.zh-CN": "操作:复制记录",
|
|
9
11
|
"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.",
|
|
10
12
|
"description.zh-CN": "复制一条记录,可以复制到表单中编辑后再提交,也可以直接复制并生成一条新记录。",
|
|
13
|
+
"description.ru-RU": "Дублирование записи: можно скопировать запись в форму для редактирования перед сохранением или сразу создать новую запись-дубликат.",
|
|
11
14
|
"license": "AGPL-3.0",
|
|
12
15
|
"peerDependencies": {
|
|
13
16
|
"@nocobase/client": "2.x",
|
|
14
17
|
"@nocobase/server": "2.x",
|
|
15
18
|
"@nocobase/test": "2.x"
|
|
16
19
|
},
|
|
17
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "b3d1f65848fc91e673372ee734dafe6b1cf80586",
|
|
18
21
|
"keywords": [
|
|
19
22
|
"Actions"
|
|
20
23
|
]
|