@colijnit/transaction 253.1.6 → 253.1.7

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.
@@ -42,7 +42,9 @@ export declare abstract class TransactionPaymentBaseComponent implements OnInit,
42
42
  set printerLayout(value: ReportLayoutSelectionPrint);
43
43
  get printerLayout(): ReportLayoutSelectionPrint;
44
44
  showKeyPad: boolean;
45
- remainingPayment: boolean;
45
+ set remainingPayment(value: boolean);
46
+ get remainingPayment(): boolean;
47
+ private _remainingPayment;
46
48
  set currentPaymentMethod(value: PaymentMethod);
47
49
  get currentPaymentMethod(): PaymentMethod;
48
50
  payed: EventEmitter<void>;
@@ -10,7 +10,6 @@ import { DictionaryService } from '../../../service/dictionary.service';
10
10
  import { TransactionEventService } from '../../../service/transaction-event.service';
11
11
  import { TransactionImageService } from '../../../service/transaction-image.service';
12
12
  import { TransactionScreenConfigurationService } from '../../../service/transaction-screen-configuration.service';
13
- import { TransactionPaymentService } from '../../../service/transaction-payment.service';
14
13
  export declare class TransactionHeaderPaymentComponent extends TransactionBaseComponent implements OnInit, OnDestroy {
15
14
  transactionEventService: TransactionEventService;
16
15
  service: TransactionService;
@@ -20,7 +19,6 @@ export declare class TransactionHeaderPaymentComponent extends TransactionBaseCo
20
19
  protected imageService: TransactionImageService;
21
20
  protected changeDetector: ChangeDetectorRef;
22
21
  private _paymentConnectorService;
23
- private _paymentService;
24
22
  readonly icons: typeof Icon;
25
23
  showClass(): boolean;
26
24
  paymentMethods: PaymentViewmodel[];
@@ -33,7 +31,7 @@ export declare class TransactionHeaderPaymentComponent extends TransactionBaseCo
33
31
  remainingToPay: number;
34
32
  showRemainingPayment: boolean;
35
33
  private _subs;
36
- constructor(transactionEventService: TransactionEventService, service: TransactionService, iconCacheService: IconCacheService, transactionScreenConfigurationService: TransactionScreenConfigurationService, dictionaryService: DictionaryService, imageService: TransactionImageService, changeDetector: ChangeDetectorRef, _paymentConnectorService: TransactionPaymentConnectorService, _paymentService: TransactionPaymentService);
34
+ constructor(transactionEventService: TransactionEventService, service: TransactionService, iconCacheService: IconCacheService, transactionScreenConfigurationService: TransactionScreenConfigurationService, dictionaryService: DictionaryService, imageService: TransactionImageService, changeDetector: ChangeDetectorRef, _paymentConnectorService: TransactionPaymentConnectorService);
37
35
  ngOnInit(): void;
38
36
  ngOnDestroy(): void;
39
37
  openPayment(event: MouseEvent): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/transaction",
3
- "version": "253.1.6",
3
+ "version": "253.1.7",
4
4
  "description": "Colijn IT transaction module for Angular 12",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",