@tachybase/plugin-action-print 1.3.21 → 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.
@@ -1,6 +1,6 @@
1
1
  module.exports = {
2
- "@tachybase/client": "1.3.21",
2
+ "@tachybase/client": "1.3.22",
3
3
  "react": "18.3.1",
4
- "@tachybase/server": "1.3.21",
5
- "@tachybase/test": "1.3.21"
4
+ "@tego/server": "1.3.39",
5
+ "@tachybase/test": "1.3.39"
6
6
  };
@@ -1,4 +1,4 @@
1
- import { InstallOptions, Plugin } from '@tachybase/server';
1
+ import { InstallOptions, Plugin } from '@tego/server';
2
2
  export declare class PluginActionPrintServer extends Plugin {
3
3
  afterAdd(): void;
4
4
  beforeLoad(): void;
@@ -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("@tachybase/server");
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.21",
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
- "react-to-print": "^2.15.1"
14
- },
15
- "peerDependencies": {
16
- "@tachybase/client": "1.3.21",
17
- "@tachybase/server": "1.3.21",
18
- "@tachybase/test": "1.3.21"
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
  }