@colijnit/transaction 256.1.64 → 256.1.65

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.
@@ -71,6 +71,7 @@ export declare abstract class TransactionQuickAccessSendMethodBaseComponent exte
71
71
  protected abstract getPrintLayouts(): Promise<ReportLayoutSelectionPrint[]>;
72
72
  protected abstract getDefaultEmailAddressList(): Promise<string[]>;
73
73
  protected abstract getDefaultSendMethod(): Promise<number>;
74
+ private _prepareData;
74
75
  private _getPrinters;
75
76
  private _getDefaultSendMethod;
76
77
  protected _setDefaultMethod(method: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "256.1.64",
3
+ "version": "256.1.65",
4
4
  "description": "Colijn IT transaction module for Angular 12",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",