@dsivd/prestations-ng 14.5.6 → 14.5.9-beta2

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.
@@ -1,4 +1,4 @@
1
- import { NgZone, OnDestroy, OnInit } from '@angular/core';
1
+ import { EventEmitter, NgZone, OnDestroy, OnInit } from '@angular/core';
2
2
  import { FoehnCheckableGroupComponent } from '../foehn-checkables/foehn-checkable-group.component';
3
3
  import { Observable } from 'rxjs';
4
4
  import 'core-js/modules/es.array.includes';
@@ -41,6 +41,7 @@ export declare class FoehnAutocompleteComponent extends FoehnCheckableGroupCompo
41
41
  private activeDescendantId;
42
42
  private onInitSubscription;
43
43
  private modelChangeSubscription;
44
+ keywordChange: EventEmitter<string>;
44
45
  private SUGGESTION_SELECTED_CLASS;
45
46
  constructor(zone: NgZone);
46
47
  ngOnInit(): void;
@@ -87,5 +88,5 @@ export declare class FoehnAutocompleteComponent extends FoehnCheckableGroupCompo
87
88
  private getCustomValue;
88
89
  private getModelValueDisplayValue;
89
90
  static ɵfac: i0.ɵɵFactoryDeclaration<FoehnAutocompleteComponent, never>;
90
- static ɵcmp: i0.ɵɵComponentDeclaration<FoehnAutocompleteComponent, "foehn-autocomplete", never, { "searchValueMinCharsCount": "searchValueMinCharsCount"; "allowCustomValue": "allowCustomValue"; "customValueModelGenerator": "customValueModelGenerator"; }, {}, never, ["*"]>;
91
+ static ɵcmp: i0.ɵɵComponentDeclaration<FoehnAutocompleteComponent, "foehn-autocomplete", never, { "searchValueMinCharsCount": "searchValueMinCharsCount"; "allowCustomValue": "allowCustomValue"; "customValueModelGenerator": "customValueModelGenerator"; }, { "keywordChange": "keywordChange"; }, never, ["*"]>;
91
92
  }
@@ -4,7 +4,7 @@ import { FoehnInputComponent } from '../foehn-input/foehn-input.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class FoehnDecisionElectroniqueComponent extends FoehnInputComponent<boolean> {
6
6
  private sessionInfo;
7
- isConnected: Observable<boolean>;
7
+ isConnectedCyber: Observable<boolean>;
8
8
  constructor(sessionInfo: SessionInfo);
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<FoehnDecisionElectroniqueComponent, never>;
10
10
  static ɵcmp: i0.ɵɵComponentDeclaration<FoehnDecisionElectroniqueComponent, "foehn-decision-electronique", never, {}, {}, never, never>;
@@ -24,7 +24,7 @@ export declare class GesdemActionRecoveryRegistrationComponent implements OnInit
24
24
  model: RepriseInfo;
25
25
  mailSent: boolean;
26
26
  canContinueLater: Observable<boolean>;
27
- isConnected: Observable<boolean>;
27
+ isConnectedCyber: Observable<boolean>;
28
28
  private isVisible;
29
29
  constructor(actionRecoveryService: GesdemActionRecoveryService, validationHandler: ValidationHandlerService, foehnPageService: FoehnPageService, gesdemEventService: GesdemEventService, gesdemService: GesdemHandlerService, appInfoService: ApplicationInfoService, sessionInfoService: SessionInfo);
30
30
  ngOnInit(): void;
@@ -29,7 +29,7 @@ export declare class GesdemConfirmationComponent implements OnInit, OnDestroy, O
29
29
  downloadPdfRecapButtonText: string;
30
30
  closeButtonText: string;
31
31
  baseUrlPdf: string;
32
- isConnected: Observable<boolean>;
32
+ isConnectedCyber: Observable<boolean>;
33
33
  firstPageLink: string;
34
34
  urlPdf: string;
35
35
  closeLink: BehaviorSubject<string>;
package/package.json CHANGED
@@ -35,7 +35,7 @@
35
35
  "ng-update": {
36
36
  "migrations": "./schematics/migration-collection.json"
37
37
  },
38
- "version": "14.5.6",
38
+ "version": "14.5.9-beta2",
39
39
  "main": "bundles/dsivd-prestations-ng.umd.js",
40
40
  "module": "fesm2015/dsivd-prestations-ng.js",
41
41
  "es2015": "fesm2015/dsivd-prestations-ng.js",
Binary file