@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.
- package/CHANGELOG.md +9 -0
- package/bundles/dsivd-prestations-ng.umd.js +29 -20
- package/bundles/dsivd-prestations-ng.umd.js.map +1 -1
- package/dsivd-prestations-ng-v14.5.9-beta2.tgz +0 -0
- package/esm2015/foehn-address/foehn-input-address.component.js +1 -1
- package/esm2015/foehn-autocomplete/foehn-autocomplete.component.js +7 -3
- package/esm2015/foehn-breadcrumb/breadcrumb-event.service.js +3 -3
- package/esm2015/foehn-decision-electronique/foehn-decision-electronique.component.js +3 -3
- package/esm2015/foehn-page/foehn-page.component.js +3 -3
- package/esm2015/gesdem-action-recovery/gesdem-action-recovery-registration/gesdem-action-recovery-registration.component.js +15 -10
- package/esm2015/gesdem-confirmation/gesdem-confirmation.component.js +3 -3
- package/fesm2015/dsivd-prestations-ng.js +28 -19
- package/fesm2015/dsivd-prestations-ng.js.map +1 -1
- package/foehn-autocomplete/foehn-autocomplete.component.d.ts +3 -2
- package/foehn-decision-electronique/foehn-decision-electronique.component.d.ts +1 -1
- package/gesdem-action-recovery/gesdem-action-recovery-registration/gesdem-action-recovery-registration.component.d.ts +1 -1
- package/gesdem-confirmation/gesdem-confirmation.component.d.ts +1 -1
- package/package.json +1 -1
- package/dsivd-prestations-ng-v14.5.6.tgz +0 -0
|
@@ -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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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.
|
|
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
|