@tachybase/plugin-action-duplicate 1.3.11 → 1.3.13
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/LICENSE +1 -1
- package/dist/externalVersion.js +4 -4
- package/package.json +5 -5
package/LICENSE
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright [2023-
|
|
189
|
+
Copyright [2023-2025] [Tego team]
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "1.3.
|
|
4
|
-
"@tachybase/schema": "1.3.
|
|
3
|
+
"@tachybase/client": "1.3.13",
|
|
4
|
+
"@tachybase/schema": "1.3.13",
|
|
5
5
|
"antd": "5.22.5",
|
|
6
6
|
"lodash": "4.17.21",
|
|
7
7
|
"react-i18next": "15.2.0",
|
|
8
|
-
"@tachybase/server": "1.3.
|
|
9
|
-
"@tachybase/test": "1.3.
|
|
8
|
+
"@tachybase/server": "1.3.13",
|
|
9
|
+
"@tachybase/test": "1.3.13"
|
|
10
10
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-action-duplicate",
|
|
3
3
|
"displayName": "Action: Duplicate record",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.13",
|
|
5
5
|
"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.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Actions"
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
"antd": "5.22.5",
|
|
14
14
|
"lodash": "4.17.21",
|
|
15
15
|
"react-i18next": "^15.2.0",
|
|
16
|
-
"@tachybase/schema": "1.3.
|
|
16
|
+
"@tachybase/schema": "1.3.13"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@tachybase/client": "1.3.
|
|
20
|
-
"@tachybase/
|
|
21
|
-
"@tachybase/
|
|
19
|
+
"@tachybase/client": "1.3.13",
|
|
20
|
+
"@tachybase/server": "1.3.13",
|
|
21
|
+
"@tachybase/test": "1.3.13"
|
|
22
22
|
},
|
|
23
23
|
"description.zh-CN": "复制一条记录,可以复制到表单中编辑后再提交,也可以直接复制并生成一条新记录。",
|
|
24
24
|
"displayName.zh-CN": "操作:复制记录",
|