@dsivd/prestations-ng 18.1.0 → 18.1.1-beta.1

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.
package/package.json CHANGED
@@ -40,7 +40,7 @@
40
40
  "ng-update": {
41
41
  "migrations": "./schematics/migration-collection.json"
42
42
  },
43
- "version": "18.1.0",
43
+ "version": "18.1.1-beta.1",
44
44
  "module": "fesm2022/dsivd-prestations-ng.mjs",
45
45
  "typings": "index.d.ts",
46
46
  "exports": {
@@ -1,5 +1,6 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { ActivatedRoute } from '@angular/router';
3
+ import { RegisterNgModelService } from '../foehn-form/register-ng-model.service';
3
4
  import { GesdemEventService } from '../gesdem/gesdem-event.service';
4
5
  import { GesdemHandlerService } from '../gesdem/gesdem-handler.service';
5
6
  import { EPaymentService } from './sdk-epayment.service';
@@ -13,13 +14,14 @@ export declare class SdkEpaymentComponent implements OnInit {
13
14
  private readonly route;
14
15
  private readonly gesDemService;
15
16
  private readonly gesdemEventService;
17
+ private readonly registerNgModelService;
16
18
  baseUrl: string;
17
19
  platformFailureMessageDicoKey: string;
18
20
  failureModalDisplayed: boolean;
19
21
  redirectModalDisplayed: boolean;
20
22
  private window;
21
23
  private failureMessageDicoKeyByCode;
22
- constructor(ePaymentService: EPaymentService, route: ActivatedRoute, gesDemService: GesdemHandlerService, gesdemEventService: GesdemEventService);
24
+ constructor(ePaymentService: EPaymentService, route: ActivatedRoute, gesDemService: GesdemHandlerService, gesdemEventService: GesdemEventService, registerNgModelService: RegisterNgModelService);
23
25
  ngOnInit(): void;
24
26
  /**
25
27
  * Déclenche le processus de paiement électronique. Le paiement est d'abord préparé avec GesDem, puis on navigue
Binary file