@newview/report-tools 1.0.18 → 1.0.20

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@newview/report-tools",
3
- "version": "1.0.18",
3
+ "version": "1.0.20",
4
4
  "author": "newview",
5
5
  "type": "module",
6
6
  "main": "./dist/report-tools.umd.cjs",
@@ -13,7 +13,7 @@
13
13
  "preview": "vite preview",
14
14
  "p": "npm publish --access public",
15
15
  "type-check": "vue-tsc --noEmit",
16
- "build-only": "vite build --watch"
16
+ "build-only": "vite build "
17
17
  },
18
18
  "devDependencies": {
19
19
  "microbundle": "0.15.1",
package/readme.md CHANGED
@@ -1,4 +1,4 @@
1
- ### 1.0.18
1
+ ### 1.0.19
2
2
  1、增加插入下标方法
3
3
 
4
4
  ### 1.0.17
@@ -158,6 +158,15 @@ export declare class reportTool {
158
158
  copySheetIndexPage: (sheetHandle?: number) => void;
159
159
 
160
160
 
161
+
162
+ /**
163
+ * 复制指定下标页插入最后
164
+ * @param sheetHandle 复制工作表下标
165
+ * @returns
166
+ */
167
+ copySheetIndexPageEnd: (sheetHandle?: number) => void;
168
+
169
+
161
170
  /**
162
171
  * 复制初始页
163
172
  * @param sheetHandle 复制工作表下标