spartaxx.businessmodels 1.0.63 → 1.0.64

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,9 @@
1
+ import {ExportExcelConfig} from "./ExportExcelConfig";
2
+
1
3
  export interface ExcelExport {
2
4
  data: any[];
3
5
  columnsList: any[];
6
+ fileExportConfig: ExportExcelConfig;
7
+ isFileTypeBase64: boolean;
4
8
  sheetName?: string;
5
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spartaxx.businessmodels",
3
- "version": "1.0.63",
3
+ "version": "1.0.64",
4
4
  "main": "protest.js",
5
5
  "type": "commonjs",
6
6
  "scripts": {