@newview/report-tools 1.0.22 → 1.0.24

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/package.json CHANGED
@@ -1,19 +1,24 @@
1
1
  {
2
2
  "name": "@newview/report-tools",
3
- "version": "1.0.22",
3
+ "version": "1.0.24",
4
4
  "author": "newview",
5
5
  "type": "module",
6
6
  "main": "./dist/report-tools.umd.cjs",
7
7
  "module": "./dist/report-tools.js",
8
8
  "typings": "types/index.d.ts",
9
- "files": ["dist/*", "types/*", "package.json", "tsconfig.json"],
9
+ "files": [
10
+ "dist/*",
11
+ "types/*",
12
+ "package.json",
13
+ "tsconfig.json"
14
+ ],
10
15
  "scripts": {
11
16
  "dev": "vite",
12
17
  "build": "run-p type-check build-only",
13
18
  "preview": "vite preview",
14
19
  "p": "npm publish --access public",
15
20
  "type-check": "vue-tsc --noEmit",
16
- "build-only": "vite build --watch"
21
+ "build-only": "vite build "
17
22
  },
18
23
  "devDependencies": {
19
24
  "microbundle": "0.15.1",
@@ -183,7 +183,7 @@ export declare class reportTool {
183
183
  /**
184
184
  * 预览前更新行高
185
185
  */
186
- doReportPage: () => void;
186
+ doReportPage: (callback?: any) => void;
187
187
 
188
188
  /**
189
189
  * 获取报表html内容