@hmcts/ccpay-web-component 6.1.3 → 6.1.4

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.
@@ -3,12 +3,12 @@ export declare class XlFileService {
3
3
  constructor();
4
4
  exportAsExcelFile(json: any[], excelFileName: string): void;
5
5
  private autoFitColumns;
6
+ private addRowData;
6
7
  private setDataLossReportHeaders;
7
8
  private setUnprocessedReportHeaders;
8
9
  private setProcessedUnallocatedReportHeaders;
9
10
  private setPaymentFailureReportHeaders;
10
11
  private setShortFallReportHeaders;
11
- private saveAsExcelFile;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<XlFileService, never>;
13
13
  static ɵprov: i0.ɵɵInjectableDeclaration<XlFileService>;
14
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hmcts/ccpay-web-component",
3
- "version": "6.1.3",
3
+ "version": "6.1.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },