@tachybase/plugin-action-print 1.3.20 → 1.3.22
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 +3 -3
- package/dist/server/plugin.d.ts +1 -1
- package/dist/server/plugin.js +1 -1
- package/package.json +7 -10
package/dist/externalVersion.js
CHANGED
package/dist/server/plugin.d.ts
CHANGED
package/dist/server/plugin.js
CHANGED
|
@@ -21,7 +21,7 @@ __export(plugin_exports, {
|
|
|
21
21
|
default: () => plugin_default
|
|
22
22
|
});
|
|
23
23
|
module.exports = __toCommonJS(plugin_exports);
|
|
24
|
-
var import_server = require("@
|
|
24
|
+
var import_server = require("@tego/server");
|
|
25
25
|
class PluginActionPrintServer extends import_server.Plugin {
|
|
26
26
|
afterAdd() {
|
|
27
27
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-action-print",
|
|
3
3
|
"displayName": "Action: Print",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.22",
|
|
5
5
|
"description": "Calls the browser's print function to print a record.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Actions"
|
|
@@ -10,16 +10,13 @@
|
|
|
10
10
|
"main": "dist/server/index.js",
|
|
11
11
|
"dependencies": {},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
"
|
|
17
|
-
"@tachybase/
|
|
18
|
-
"@tachybase/server": "1.3.20"
|
|
13
|
+
"@tachybase/test": "^1.3.39",
|
|
14
|
+
"@tego/client": "^1.3.39",
|
|
15
|
+
"@tego/server": "^1.3.39",
|
|
16
|
+
"react-to-print": "^2.15.1",
|
|
17
|
+
"@tachybase/client": "1.3.22"
|
|
19
18
|
},
|
|
20
19
|
"description.zh-CN": "调用浏览器的打印功能实现单条数据的打印。",
|
|
21
20
|
"displayName.zh-CN": "操作:打印",
|
|
22
|
-
"scripts": {
|
|
23
|
-
"build": "tachybase-build --no-dts @tachybase/plugin-action-print"
|
|
24
|
-
}
|
|
21
|
+
"scripts": {}
|
|
25
22
|
}
|