@dsivd/prestations-ng 17.7.0-beta.7 → 17.7.0-beta.9
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 +16 -0
- package/dsivd-prestations-ng-17.7.0-beta.9.tgz +0 -0
- package/esm2022/foehn-feedback-notification/foehn-feedback-notification.component.mjs +17 -5
- package/esm2022/foehn-feedback-notification/foehn-feedback-notification.type.mjs +1 -1
- package/esm2022/foehn-modal/foehn-modal.component.mjs +3 -3
- package/esm2022/foehn-table/foehn-table.component.mjs +3 -3
- package/esm2022/gesdem-confirmation/gesdem-confirmation.component.mjs +9 -3
- package/esm2022/sdk-appinfo/application-info.mjs +1 -1
- package/esm2022/sdk-appinfo/application-info.service.mjs +16 -4
- package/esm2022/sdk-epayment/pending-payment/pending-payment.component.mjs +2 -2
- package/fesm2022/dsivd-prestations-ng.mjs +44 -14
- package/fesm2022/dsivd-prestations-ng.mjs.map +1 -1
- package/foehn-feedback-notification/foehn-feedback-notification.type.d.ts +1 -0
- package/gesdem-confirmation/gesdem-confirmation.component.d.ts +2 -1
- package/package.json +1 -1
- package/sdk-appinfo/application-info.d.ts +1 -0
- package/sdk-appinfo/application-info.service.d.ts +2 -0
- package/sdk-epayment/pending-payment/pending-payment.component.d.ts +0 -1
- package/dsivd-prestations-ng-17.7.0-beta.7.tgz +0 -0
|
@@ -34,6 +34,7 @@ export declare class GesdemConfirmationComponent implements OnInit, OnDestroy, O
|
|
|
34
34
|
closeButtonConnectedText: string;
|
|
35
35
|
baseUrlPdf: string;
|
|
36
36
|
hideReference: boolean;
|
|
37
|
+
hideFeedbackNotificationOverride: boolean;
|
|
37
38
|
isConnectedCyber: Observable<boolean>;
|
|
38
39
|
firstPageLink: string;
|
|
39
40
|
urlPdf: string;
|
|
@@ -60,5 +61,5 @@ export declare class GesdemConfirmationComponent implements OnInit, OnDestroy, O
|
|
|
60
61
|
private getFirstPageLink;
|
|
61
62
|
private gotToTop;
|
|
62
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<GesdemConfirmationComponent, never>;
|
|
63
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GesdemConfirmationComponent, "gesdem-confirmation", never, { "reference": { "alias": "reference"; "required": false; }; "setPageTitle": { "alias": "setPageTitle"; "required": false; }; "hasEmailSent": { "alias": "hasEmailSent"; "required": false; }; "closeHref": { "alias": "closeHref"; "required": false; }; "closeHrefConnected": { "alias": "closeHrefConnected"; "required": false; }; "showDownloadPdfRecapButton": { "alias": "showDownloadPdfRecapButton"; "required": false; }; "showLinkToMyDemandes": { "alias": "showLinkToMyDemandes"; "required": false; }; "demandeIsClosedOnTransmit": { "alias": "demandeIsClosedOnTransmit"; "required": false; }; "actionStatut": { "alias": "actionStatut"; "required": false; }; "connectedConfirmationMessage": { "alias": "connectedConfirmationMessage"; "required": false; }; "connectedConfirmationMessageIfAbandoned": { "alias": "connectedConfirmationMessageIfAbandoned"; "required": false; }; "downloadPdfRecapButtonText": { "alias": "downloadPdfRecapButtonText"; "required": false; }; "closeButtonText": { "alias": "closeButtonText"; "required": false; }; "closeButtonConnectedText": { "alias": "closeButtonConnectedText"; "required": false; }; "baseUrlPdf": { "alias": "baseUrlPdf"; "required": false; }; "hideReference": { "alias": "hideReference"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
64
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GesdemConfirmationComponent, "gesdem-confirmation", never, { "reference": { "alias": "reference"; "required": false; }; "setPageTitle": { "alias": "setPageTitle"; "required": false; }; "hasEmailSent": { "alias": "hasEmailSent"; "required": false; }; "closeHref": { "alias": "closeHref"; "required": false; }; "closeHrefConnected": { "alias": "closeHrefConnected"; "required": false; }; "showDownloadPdfRecapButton": { "alias": "showDownloadPdfRecapButton"; "required": false; }; "showLinkToMyDemandes": { "alias": "showLinkToMyDemandes"; "required": false; }; "demandeIsClosedOnTransmit": { "alias": "demandeIsClosedOnTransmit"; "required": false; }; "actionStatut": { "alias": "actionStatut"; "required": false; }; "connectedConfirmationMessage": { "alias": "connectedConfirmationMessage"; "required": false; }; "connectedConfirmationMessageIfAbandoned": { "alias": "connectedConfirmationMessageIfAbandoned"; "required": false; }; "downloadPdfRecapButtonText": { "alias": "downloadPdfRecapButtonText"; "required": false; }; "closeButtonText": { "alias": "closeButtonText"; "required": false; }; "closeButtonConnectedText": { "alias": "closeButtonConnectedText"; "required": false; }; "baseUrlPdf": { "alias": "baseUrlPdf"; "required": false; }; "hideReference": { "alias": "hideReference"; "required": false; }; "hideFeedbackNotificationOverride": { "alias": "hideFeedbackNotificationOverride"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
64
65
|
}
|
package/package.json
CHANGED
|
@@ -6,6 +6,8 @@ import { ApplicationInfo, EtapeInfo } from './application-info';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare const APP_INFO_API_URL = "api/applicationInfo";
|
|
8
8
|
export declare const PORTAIL_BASE_URL_INT = "https://int-prestations.vd.ch/";
|
|
9
|
+
export declare const PORTAIL_BASE_URL_VAL = "https://val-prestations.vd.ch/";
|
|
10
|
+
export declare const PORTAIL_BASE_URL_PROD = "https://prestations.vd.ch/";
|
|
9
11
|
export declare const FORM_SUPPORT_CYBER_TITLE_FALLBACK = "Demander de l'aide pour l'utilisation du portail s\u00E9curis\u00E9";
|
|
10
12
|
export declare class ApplicationInfoService {
|
|
11
13
|
private http;
|
|
@@ -3,7 +3,6 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class PendingPaymentComponent {
|
|
4
4
|
onPay: EventEmitter<void>;
|
|
5
5
|
isModalVisible: boolean;
|
|
6
|
-
constructor();
|
|
7
6
|
goToPayer(): void;
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<PendingPaymentComponent, never>;
|
|
9
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<PendingPaymentComponent, "sdk-pending-payment", never, {}, { "onPay": "onPay"; }, never, never, false, never>;
|
|
Binary file
|