@nocobase/plugin-action-print 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
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "2.0.0-
|
|
11
|
+
"@nocobase/client": "2.0.0-beta.1",
|
|
12
12
|
"react": "18.2.0",
|
|
13
|
-
"@nocobase/server": "2.0.0-
|
|
14
|
-
"@nocobase/test": "2.0.0-
|
|
13
|
+
"@nocobase/server": "2.0.0-beta.1",
|
|
14
|
+
"@nocobase/test": "2.0.0-beta.1"
|
|
15
15
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
package/package.json
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-action-print",
|
|
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-print",
|
|
6
|
+
"homepage.ru-RU": "https://docs.nocobase.ru/handbook/action-print",
|
|
6
7
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-print",
|
|
7
8
|
"displayName": "Action: Print",
|
|
9
|
+
"displayName.ru-RU": "Действие: Печать",
|
|
8
10
|
"displayName.zh-CN": "操作:打印",
|
|
9
11
|
"description": "Calls the browser's print function to print a record.",
|
|
12
|
+
"description.ru-RU": "Вызов функции для печати выбранной записи или для быстрого экспорта в формат .pdf.",
|
|
10
13
|
"description.zh-CN": "调用浏览器的打印功能实现单条数据的打印。",
|
|
11
14
|
"license": "AGPL-3.0",
|
|
12
15
|
"peerDependencies": {
|
|
@@ -14,7 +17,7 @@
|
|
|
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
|
]
|