@dsivd/prestations-ng 18.1.2-beta.1 → 18.2.0-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/CHANGELOG.md +21 -0
- package/UPGRADING_V18.md +86 -86
- package/dsivd-prestations-ng-18.2.0-beta.1.tgz +0 -0
- package/fesm2022/dsivd-prestations-ng.mjs +102 -7
- package/fesm2022/dsivd-prestations-ng.mjs.map +1 -1
- package/foehn-address/foehn-display-address.component.d.ts +2 -1
- package/foehn-page/foehn-app-version-mismatch/app-info-headers-interceptor.d.ts +12 -0
- package/foehn-page/foehn-app-version-mismatch/foehn-app-version-mis-match-modal.component.d.ts +15 -0
- package/foehn-page/foehn-page.component.d.ts +2 -1
- package/foehn-page/foehn-page.module.d.ts +15 -14
- package/foehn-page/foehn-page.service.d.ts +3 -0
- package/package.json +1 -1
- package/dsivd-prestations-ng-18.1.2-beta.1.tgz +0 -0
|
@@ -10,7 +10,8 @@ export declare class FoehnDisplayAddressComponent {
|
|
|
10
10
|
* @param address as Address
|
|
11
11
|
* @returns any[]
|
|
12
12
|
*/
|
|
13
|
-
getLines(address: Address):
|
|
13
|
+
static getLines(address: Address): string[];
|
|
14
|
+
getLines(address: Address): string[];
|
|
14
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnDisplayAddressComponent, never>;
|
|
15
16
|
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnDisplayAddressComponent, "foehn-display-address", never, { "address": { "alias": "address"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
17
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
|
|
2
|
+
import { ExistingProvider } from '@angular/core';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class AppInfoHeadersInterceptor implements HttpInterceptor {
|
|
6
|
+
private readonly foehnPageService;
|
|
7
|
+
private appVersion;
|
|
8
|
+
intercept(request: HttpRequest<unknown>, next: HttpHandler): Observable<HttpEvent<unknown>>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AppInfoHeadersInterceptor, never>;
|
|
10
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AppInfoHeadersInterceptor>;
|
|
11
|
+
}
|
|
12
|
+
export declare const APP_INFO_HEADERS_INTERCEPTOR_PROVIDER: ExistingProvider[];
|
package/foehn-page/foehn-app-version-mismatch/foehn-app-version-mis-match-modal.component.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { FoehnPageService } from '../foehn-page.service';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FoehnAppVersionMisMatchModalComponent {
|
|
5
|
+
private foehnPageService;
|
|
6
|
+
isModalVisible: Observable<boolean>;
|
|
7
|
+
hasDemandeInProgress: boolean;
|
|
8
|
+
private readonly gesdemService;
|
|
9
|
+
private readonly registerNgModelService;
|
|
10
|
+
constructor(foehnPageService: FoehnPageService);
|
|
11
|
+
saveAndReload(): void;
|
|
12
|
+
private reloadPage;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnAppVersionMisMatchModalComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnAppVersionMisMatchModalComponent, "foehn-app-version-mis-match-modal", never, {}, {}, never, never, false, never>;
|
|
15
|
+
}
|
|
@@ -66,6 +66,7 @@ export declare class FoehnPageComponent implements OnDestroy, OnChanges, OnInit
|
|
|
66
66
|
* reloading the page while having unsaved data.
|
|
67
67
|
*/
|
|
68
68
|
showBeforeUnloadNativeConfirmAlert: boolean;
|
|
69
|
+
showAppVersionMismatchAlert: boolean;
|
|
69
70
|
routerLinkAppTitle: string;
|
|
70
71
|
pageTitle: string;
|
|
71
72
|
hasBlockingSupportAlert: Observable<boolean>;
|
|
@@ -87,5 +88,5 @@ export declare class FoehnPageComponent implements OnDestroy, OnChanges, OnInit
|
|
|
87
88
|
getFullLoginMessage(decisionElectroniqueAvailable: boolean): Observable<string>;
|
|
88
89
|
private setPageTitle;
|
|
89
90
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnPageComponent, never>;
|
|
90
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnPageComponent, "foehn-page", never, { "appTitle": { "alias": "appTitle"; "required": false; }; "footerLinks": { "alias": "footerLinks"; "required": false; }; "supportAlertEnabled": { "alias": "supportAlertEnabled"; "required": false; }; "draftsEnabled": { "alias": "draftsEnabled"; "required": false; }; "supportAlertUrl": { "alias": "supportAlertUrl"; "required": false; }; "draftsUrl": { "alias": "draftsUrl"; "required": false; }; "etapeId": { "alias": "etapeId"; "required": false; }; "userConnectedAsDisplayed": { "alias": "userConnectedAsDisplayed"; "required": false; }; "statusProgressBarHidden": { "alias": "statusProgressBarHidden"; "required": false; }; "confirmLeavingAlert": { "alias": "confirmLeavingAlert"; "required": false; }; "showDefaultContactFooterLink": { "alias": "showDefaultContactFooterLink"; "required": false; }; "showDefaultGuideFooterLink": { "alias": "showDefaultGuideFooterLink"; "required": false; }; "showDefaultTermOfUseLink": { "alias": "showDefaultTermOfUseLink"; "required": false; }; "showDefaultSecurityBestPracticeLink": { "alias": "showDefaultSecurityBestPracticeLink"; "required": false; }; "showBeforeUnloadNativeConfirmAlert": { "alias": "showBeforeUnloadNativeConfirmAlert"; "required": false; }; "routerLinkAppTitle": { "alias": "routerLinkAppTitle"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
91
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnPageComponent, "foehn-page", never, { "appTitle": { "alias": "appTitle"; "required": false; }; "footerLinks": { "alias": "footerLinks"; "required": false; }; "supportAlertEnabled": { "alias": "supportAlertEnabled"; "required": false; }; "draftsEnabled": { "alias": "draftsEnabled"; "required": false; }; "supportAlertUrl": { "alias": "supportAlertUrl"; "required": false; }; "draftsUrl": { "alias": "draftsUrl"; "required": false; }; "etapeId": { "alias": "etapeId"; "required": false; }; "userConnectedAsDisplayed": { "alias": "userConnectedAsDisplayed"; "required": false; }; "statusProgressBarHidden": { "alias": "statusProgressBarHidden"; "required": false; }; "confirmLeavingAlert": { "alias": "confirmLeavingAlert"; "required": false; }; "showDefaultContactFooterLink": { "alias": "showDefaultContactFooterLink"; "required": false; }; "showDefaultGuideFooterLink": { "alias": "showDefaultGuideFooterLink"; "required": false; }; "showDefaultTermOfUseLink": { "alias": "showDefaultTermOfUseLink"; "required": false; }; "showDefaultSecurityBestPracticeLink": { "alias": "showDefaultSecurityBestPracticeLink"; "required": false; }; "showBeforeUnloadNativeConfirmAlert": { "alias": "showBeforeUnloadNativeConfirmAlert"; "required": false; }; "showAppVersionMismatchAlert": { "alias": "showAppVersionMismatchAlert"; "required": false; }; "routerLinkAppTitle": { "alias": "routerLinkAppTitle"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
91
92
|
}
|
|
@@ -4,21 +4,22 @@ import * as i2 from "./foehn-page-counter.component";
|
|
|
4
4
|
import * as i3 from "./foehn-page-modal.component";
|
|
5
5
|
import * as i4 from "./foehn-page-expiration-timer/foehn-page-expiration-timer.component";
|
|
6
6
|
import * as i5 from "./foehn-transmit-waiting-modal/foehn-transmit-waiting-modal.component";
|
|
7
|
-
import * as i6 from "
|
|
8
|
-
import * as i7 from "
|
|
9
|
-
import * as i8 from "../
|
|
10
|
-
import * as i9 from "../foehn-
|
|
11
|
-
import * as i10 from "../foehn-
|
|
12
|
-
import * as i11 from "../foehn-
|
|
13
|
-
import * as i12 from "../foehn-
|
|
14
|
-
import * as i13 from "../foehn-
|
|
15
|
-
import * as i14 from "../
|
|
16
|
-
import * as i15 from "../
|
|
17
|
-
import * as i16 from "../foehn-
|
|
18
|
-
import * as i17 from "../
|
|
19
|
-
import * as i18 from "../
|
|
7
|
+
import * as i6 from "./foehn-app-version-mismatch/foehn-app-version-mis-match-modal.component";
|
|
8
|
+
import * as i7 from "@angular/common";
|
|
9
|
+
import * as i8 from "../sdk-drafts/drafts.module";
|
|
10
|
+
import * as i9 from "../foehn-breadcrumb/foehn-breadcrumb.module";
|
|
11
|
+
import * as i10 from "../foehn-growl/foehn-growl.module";
|
|
12
|
+
import * as i11 from "../foehn-header/foehn-header.module";
|
|
13
|
+
import * as i12 from "../foehn-modal/foehn-modal.module";
|
|
14
|
+
import * as i13 from "../foehn-footer/foehn-footer.module";
|
|
15
|
+
import * as i14 from "../foehn-user-connected-as/foehn-user-connected-as.module";
|
|
16
|
+
import * as i15 from "../sdk-support-alert/support-alert.module";
|
|
17
|
+
import * as i16 from "../foehn-confirm-modal/foehn-confirm-modal.module";
|
|
18
|
+
import * as i17 from "../foehn-icons/foehn-icons.module";
|
|
19
|
+
import * as i18 from "../sdk-dictionary/sdk-dictionary.module";
|
|
20
|
+
import * as i19 from "../foehn-status-progress-bar/foehn-status-progress-bar.module";
|
|
20
21
|
export declare class FoehnPageModule {
|
|
21
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnPageModule, never>;
|
|
22
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FoehnPageModule, [typeof i1.FoehnPageComponent, typeof i2.FoehnPageCounterComponent, typeof i3.FoehnPageModalComponent, typeof i4.FoehnPageExpirationTimerComponent, typeof i5.FoehnTransmitWaitingModalComponent], [typeof
|
|
23
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FoehnPageModule, [typeof i1.FoehnPageComponent, typeof i2.FoehnPageCounterComponent, typeof i3.FoehnPageModalComponent, typeof i4.FoehnPageExpirationTimerComponent, typeof i5.FoehnTransmitWaitingModalComponent, typeof i6.FoehnAppVersionMisMatchModalComponent], [typeof i7.CommonModule, typeof i8.DraftsModule, typeof i9.FoehnBreadcrumbModule, typeof i10.FoehnGrowlModule, typeof i11.FoehnHeaderModule, typeof i12.FoehnModalModule, typeof i13.FoehnFooterModule, typeof i14.FoehnUserConnectedAsModule, typeof i15.SupportAlertModule, typeof i16.FoehnConfirmModalModule, typeof i17.FoehnIconsModule, typeof i18.SdkDictionaryModule, typeof i19.FoehnStatusProgressBarModule], [typeof i1.FoehnPageComponent, typeof i2.FoehnPageCounterComponent, typeof i3.FoehnPageModalComponent, typeof i4.FoehnPageExpirationTimerComponent, typeof i5.FoehnTransmitWaitingModalComponent]>;
|
|
23
24
|
static ɵinj: i0.ɵɵInjectorDeclaration<FoehnPageModule>;
|
|
24
25
|
}
|
|
@@ -5,9 +5,12 @@ export declare class FoehnPageService {
|
|
|
5
5
|
private _foehnPageSubject;
|
|
6
6
|
private _saveFormRequestSubject;
|
|
7
7
|
private _currentEtapeId;
|
|
8
|
+
private _appVersionMismatch;
|
|
8
9
|
private currentEtapeIdObs;
|
|
9
10
|
constructor();
|
|
10
11
|
foehnPageObservable(): Observable<string>;
|
|
12
|
+
setAppVersionMismatch(): void;
|
|
13
|
+
onAppVersionMismatch(): Observable<boolean>;
|
|
11
14
|
setPageTitle(title: string): void;
|
|
12
15
|
requestFormSave(displaySuccessMessage?: boolean): void;
|
|
13
16
|
saveFormRequest(): Observable<boolean>;
|
package/package.json
CHANGED
|
Binary file
|