@colijnit/transaction 257.1.69 → 257.1.71

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.
@@ -2,10 +2,12 @@ import { OnDestroy, OnInit } from '@angular/core';
2
2
  import { TransactionTypeCategory } from '../../../enum/transaction-type-category.enum';
3
3
  import { StatusBarCfgNames } from '../../../interface/status-bar-cfg-names.interface';
4
4
  import { TransactionLineBaseComponent } from '../../core/base/transaction-line-base.component';
5
+ import { TransactionRefTransaction } from '@colijnit/transactionapi/build/model/transaction-line-info.bo';
5
6
  export declare class TransactionPurchaseOverviewLineComponent extends TransactionLineBaseComponent implements OnInit, OnDestroy {
6
7
  readonly category: typeof TransactionTypeCategory;
7
8
  showClass(): boolean;
8
9
  showCheckboxForLine: boolean;
10
+ refTransList: TransactionRefTransaction[];
9
11
  statusBarConfigNames: StatusBarCfgNames;
10
12
  private _subs;
11
13
  ngOnInit(): void;
@@ -25,4 +25,5 @@ export declare class TransactionNavigationButtonListComponent implements ScreenC
25
25
  showExtended: boolean;
26
26
  handleRelationClick(event: MouseEvent, relationId: number): void;
27
27
  handleTransactionClick(event: MouseEvent, transNr: string): void;
28
+ orderInsideLabelFunction(ref: TransactionRefTransaction): string;
28
29
  }
@@ -66,5 +66,4 @@ export declare class TransactionPaymentService implements OnDestroy {
66
66
  private _clearInterval;
67
67
  private _dataUriToBase64;
68
68
  private _setCashDrawerIdIfValidDrawer;
69
- private _triggerCalculateAmountToPay;
70
69
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "257.1.69",
3
+ "version": "257.1.71",
4
4
  "description": "Colijn IT transaction module for Angular 12",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",