@dsivd/prestations-ng 16.2.1-beta.1 → 16.3.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 +16 -0
- package/CONTRIBUTING.md +2 -2
- package/UPGRADING_V16.md +8 -56
- package/dsivd-prestations-ng-v16.3.0-beta.1.tgz +0 -0
- package/esm2020/foehn-icons/foehn-icon-pencil.component.mjs +19 -0
- package/esm2020/foehn-icons/foehn-icons.module.mjs +10 -5
- package/esm2020/foehn-input/foehn-input-number.component.mjs +8 -3
- package/esm2020/foehn-input-date/foehn-input-date.component.mjs +1 -1
- package/esm2020/foehn-input-time/foehn-input-time.component.mjs +1 -1
- package/esm2020/foehn-nav13/foehn-input-nav13.component.mjs +3 -3
- package/esm2020/foehn-page/foehn-page.component.mjs +20 -14
- package/esm2020/foehn-page/foehn-page.module.mjs +5 -1
- package/esm2020/index.mjs +2 -1
- package/esm2020/sdk-dictionary/default-dictionary.mjs +11 -1
- package/esm2020/sdk-drafts/draft.model.mjs +2 -0
- package/esm2020/sdk-drafts/drafts-container.component.mjs +98 -0
- package/esm2020/sdk-drafts/drafts.module.mjs +47 -0
- package/esm2020/sdk-drafts/drafts.service.mjs +51 -0
- package/fesm2015/dsivd-prestations-ng.mjs +710 -502
- package/fesm2015/dsivd-prestations-ng.mjs.map +1 -1
- package/fesm2020/dsivd-prestations-ng.mjs +707 -502
- package/fesm2020/dsivd-prestations-ng.mjs.map +1 -1
- package/foehn-icons/foehn-icon-pencil.component.d.ts +8 -0
- package/foehn-icons/foehn-icons.module.d.ts +3 -2
- package/foehn-input/foehn-input-number.component.d.ts +2 -1
- package/foehn-page/foehn-page.component.d.ts +3 -1
- package/foehn-page/foehn-page.module.d.ts +13 -12
- package/index.d.ts +1 -0
- package/package.json +1 -1
- package/sdk-drafts/draft.model.d.ts +5 -0
- package/sdk-drafts/drafts-container.component.d.ts +33 -0
- package/sdk-drafts/drafts.module.d.ts +15 -0
- package/sdk-drafts/drafts.service.d.ts +20 -0
- package/dsivd-prestations-ng-v16.2.1-beta.1.tgz +0 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { AbstractIconComponent } from './abstract-icon-component';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class FoehnIconPencilComponent extends AbstractIconComponent {
|
|
4
|
+
iconName: import("@fortawesome/fontawesome-common-types").IconDefinition;
|
|
5
|
+
defaultTitle: string;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnIconPencilComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnIconPencilComponent, "foehn-icon-pencil", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
@@ -22,9 +22,10 @@ import * as i20 from "./foehn-icon-external-link-alt.component";
|
|
|
22
22
|
import * as i21 from "./foehn-icon-clock.component";
|
|
23
23
|
import * as i22 from "./foehn-icon-calendar.component";
|
|
24
24
|
import * as i23 from "./foehn-icon-user.component";
|
|
25
|
-
import * as i24 from "
|
|
25
|
+
import * as i24 from "./foehn-icon-pencil.component";
|
|
26
|
+
import * as i25 from "@fortawesome/angular-fontawesome";
|
|
26
27
|
export declare class FoehnIconsModule {
|
|
27
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnIconsModule, never>;
|
|
28
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FoehnIconsModule, [typeof i1.FoehnIconCheckSquareOComponent, typeof i2.FoehnIconCheckComponent, typeof i3.FoehnIconChevronDownComponent, typeof i4.FoehnIconInfoCircleComponent, typeof i5.FoehnIconLockComponent, typeof i6.FoehnIconEditComponent, typeof i7.FoehnIconMapMarkerComponent, typeof i8.FoehnIconSearchComponent, typeof i9.FoehnIconTimesComponent, typeof i10.FoehnIconUnlockAltComponent, typeof i11.FoehnIconMinusCircleComponent, typeof i12.FoehnIconPlusCircleComponent, typeof i13.FoehnIconChevronUpComponent, typeof i14.FoehnIconTrashAltComponent, typeof i15.FoehnIconPlusSquareComponent, typeof i16.FoehnIconChevronLeftComponent, typeof i17.FoehnIconChevronRightComponent, typeof i18.FoehnIconCommentDotsComponent, typeof i19.FoehnIconFilePdfComponent, typeof i20.FoehnIconExternalLinkAltComponent, typeof i21.FoehnIconClockComponent, typeof i22.FoehnIconCalendarComponent, typeof i23.FoehnIconUserComponent], [typeof
|
|
29
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FoehnIconsModule, [typeof i1.FoehnIconCheckSquareOComponent, typeof i2.FoehnIconCheckComponent, typeof i3.FoehnIconChevronDownComponent, typeof i4.FoehnIconInfoCircleComponent, typeof i5.FoehnIconLockComponent, typeof i6.FoehnIconEditComponent, typeof i7.FoehnIconMapMarkerComponent, typeof i8.FoehnIconSearchComponent, typeof i9.FoehnIconTimesComponent, typeof i10.FoehnIconUnlockAltComponent, typeof i11.FoehnIconMinusCircleComponent, typeof i12.FoehnIconPlusCircleComponent, typeof i13.FoehnIconChevronUpComponent, typeof i14.FoehnIconTrashAltComponent, typeof i15.FoehnIconPlusSquareComponent, typeof i16.FoehnIconChevronLeftComponent, typeof i17.FoehnIconChevronRightComponent, typeof i18.FoehnIconCommentDotsComponent, typeof i19.FoehnIconFilePdfComponent, typeof i20.FoehnIconExternalLinkAltComponent, typeof i21.FoehnIconClockComponent, typeof i22.FoehnIconCalendarComponent, typeof i23.FoehnIconUserComponent, typeof i24.FoehnIconPencilComponent], [typeof i25.FontAwesomeModule], [typeof i1.FoehnIconCheckSquareOComponent, typeof i2.FoehnIconCheckComponent, typeof i3.FoehnIconChevronDownComponent, typeof i4.FoehnIconInfoCircleComponent, typeof i5.FoehnIconLockComponent, typeof i6.FoehnIconEditComponent, typeof i7.FoehnIconMapMarkerComponent, typeof i8.FoehnIconSearchComponent, typeof i9.FoehnIconTimesComponent, typeof i10.FoehnIconUnlockAltComponent, typeof i11.FoehnIconMinusCircleComponent, typeof i12.FoehnIconPlusCircleComponent, typeof i13.FoehnIconChevronUpComponent, typeof i14.FoehnIconTrashAltComponent, typeof i15.FoehnIconPlusSquareComponent, typeof i25.FontAwesomeModule, typeof i16.FoehnIconChevronLeftComponent, typeof i17.FoehnIconChevronRightComponent, typeof i18.FoehnIconCommentDotsComponent, typeof i19.FoehnIconFilePdfComponent, typeof i20.FoehnIconExternalLinkAltComponent, typeof i21.FoehnIconClockComponent, typeof i22.FoehnIconCalendarComponent, typeof i23.FoehnIconUserComponent, typeof i24.FoehnIconPencilComponent]>;
|
|
29
30
|
static ɵinj: i0.ɵɵInjectorDeclaration<FoehnIconsModule>;
|
|
30
31
|
}
|
|
@@ -11,6 +11,7 @@ export declare class FoehnInputNumberComponent extends FoehnInputStringComponent
|
|
|
11
11
|
allowNegative: boolean;
|
|
12
12
|
maxDecimalCount: number;
|
|
13
13
|
allowFreeInput: boolean;
|
|
14
|
+
allowLeadingZero: boolean;
|
|
14
15
|
private initialHelpText;
|
|
15
16
|
constructor(currencyHelper: CurrencyHelper, dictionaryService: SdkDictionaryService);
|
|
16
17
|
get model(): string;
|
|
@@ -38,5 +39,5 @@ export declare class FoehnInputNumberComponent extends FoehnInputStringComponent
|
|
|
38
39
|
private formatValue;
|
|
39
40
|
private removeLeadingZero;
|
|
40
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnInputNumberComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnInputNumberComponent, "foehn-input-number", never, { "hideStandardHelpText": "hideStandardHelpText"; "allowDecimal": "allowDecimal"; "allowNegative": "allowNegative"; "maxDecimalCount": "maxDecimalCount"; "allowFreeInput": "allowFreeInput"; "model": "model"; }, {}, never, ["*"], false, never>;
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnInputNumberComponent, "foehn-input-number", never, { "hideStandardHelpText": "hideStandardHelpText"; "allowDecimal": "allowDecimal"; "allowNegative": "allowNegative"; "maxDecimalCount": "maxDecimalCount"; "allowFreeInput": "allowFreeInput"; "allowLeadingZero": "allowLeadingZero"; "model": "model"; }, {}, never, ["*"], false, never>;
|
|
42
43
|
}
|
|
@@ -31,7 +31,9 @@ export declare class FoehnPageComponent implements OnDestroy, OnChanges, OnInit
|
|
|
31
31
|
appTitle: string;
|
|
32
32
|
footerLinks: FooterLink[];
|
|
33
33
|
supportAlertEnabled: boolean;
|
|
34
|
+
draftsEnabled: boolean;
|
|
34
35
|
supportAlertUrl: string;
|
|
36
|
+
draftsUrl: string;
|
|
35
37
|
etapeId: string;
|
|
36
38
|
userConnectedAsDisplayed: boolean;
|
|
37
39
|
statusProgressBarHidden: boolean;
|
|
@@ -71,5 +73,5 @@ export declare class FoehnPageComponent implements OnDestroy, OnChanges, OnInit
|
|
|
71
73
|
getFullLoginMessage(decisionElectroniqueAvailable: boolean): Observable<string>;
|
|
72
74
|
private setPageTitle;
|
|
73
75
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnPageComponent, never>;
|
|
74
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnPageComponent, "foehn-page", never, { "appTitle": "appTitle"; "footerLinks": "footerLinks"; "supportAlertEnabled": "supportAlertEnabled"; "supportAlertUrl": "supportAlertUrl"; "etapeId": "etapeId"; "userConnectedAsDisplayed": "userConnectedAsDisplayed"; "statusProgressBarHidden": "statusProgressBarHidden"; "confirmLeavingAlert": "confirmLeavingAlert"; "showDefaultContactFooterLink": "showDefaultContactFooterLink"; "showDefaultGuideFooterLink": "showDefaultGuideFooterLink"; "showDefaultTermOfUseLink": "showDefaultTermOfUseLink"; "showDefaultSecurityBestPracticeLink": "showDefaultSecurityBestPracticeLink"; "routerLinkAppTitle": "routerLinkAppTitle"; }, {}, never, ["*"], false, never>;
|
|
76
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnPageComponent, "foehn-page", never, { "appTitle": "appTitle"; "footerLinks": "footerLinks"; "supportAlertEnabled": "supportAlertEnabled"; "draftsEnabled": "draftsEnabled"; "supportAlertUrl": "supportAlertUrl"; "draftsUrl": "draftsUrl"; "etapeId": "etapeId"; "userConnectedAsDisplayed": "userConnectedAsDisplayed"; "statusProgressBarHidden": "statusProgressBarHidden"; "confirmLeavingAlert": "confirmLeavingAlert"; "showDefaultContactFooterLink": "showDefaultContactFooterLink"; "showDefaultGuideFooterLink": "showDefaultGuideFooterLink"; "showDefaultTermOfUseLink": "showDefaultTermOfUseLink"; "showDefaultSecurityBestPracticeLink": "showDefaultSecurityBestPracticeLink"; "routerLinkAppTitle": "routerLinkAppTitle"; }, {}, never, ["*"], false, never>;
|
|
75
77
|
}
|
|
@@ -3,19 +3,20 @@ import * as i1 from "./foehn-page.component";
|
|
|
3
3
|
import * as i2 from "./foehn-page-counter.component";
|
|
4
4
|
import * as i3 from "./foehn-page-modal.component";
|
|
5
5
|
import * as i4 from "@angular/common";
|
|
6
|
-
import * as i5 from "../
|
|
7
|
-
import * as i6 from "../foehn-
|
|
8
|
-
import * as i7 from "../foehn-
|
|
9
|
-
import * as i8 from "../foehn-
|
|
10
|
-
import * as i9 from "../foehn-
|
|
11
|
-
import * as i10 from "../foehn-
|
|
12
|
-
import * as i11 from "../
|
|
13
|
-
import * as i12 from "../
|
|
14
|
-
import * as i13 from "../foehn-
|
|
15
|
-
import * as i14 from "../
|
|
16
|
-
import * as i15 from "../
|
|
6
|
+
import * as i5 from "../sdk-drafts/drafts.module";
|
|
7
|
+
import * as i6 from "../foehn-breadcrumb/foehn-breadcrumb.module";
|
|
8
|
+
import * as i7 from "../foehn-growl/foehn-growl.module";
|
|
9
|
+
import * as i8 from "../foehn-header/foehn-header.module";
|
|
10
|
+
import * as i9 from "../foehn-modal/foehn-modal.module";
|
|
11
|
+
import * as i10 from "../foehn-footer/foehn-footer.module";
|
|
12
|
+
import * as i11 from "../foehn-user-connected-as/foehn-user-connected-as.module";
|
|
13
|
+
import * as i12 from "../sdk-support-alert/support-alert.module";
|
|
14
|
+
import * as i13 from "../foehn-confirm-modal/foehn-confirm-modal.module";
|
|
15
|
+
import * as i14 from "../foehn-icons/foehn-icons.module";
|
|
16
|
+
import * as i15 from "../sdk-dictionary/sdk-dictionary.module";
|
|
17
|
+
import * as i16 from "../foehn-status-progress-bar/foehn-status-progress-bar.module";
|
|
17
18
|
export declare class FoehnPageModule {
|
|
18
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnPageModule, never>;
|
|
19
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FoehnPageModule, [typeof i1.FoehnPageComponent, typeof i2.FoehnPageCounterComponent, typeof i3.FoehnPageModalComponent], [typeof i4.CommonModule, typeof i5.
|
|
20
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FoehnPageModule, [typeof i1.FoehnPageComponent, typeof i2.FoehnPageCounterComponent, typeof i3.FoehnPageModalComponent], [typeof i4.CommonModule, typeof i5.DraftsModule, typeof i6.FoehnBreadcrumbModule, typeof i7.FoehnGrowlModule, typeof i8.FoehnHeaderModule, typeof i9.FoehnModalModule, typeof i10.FoehnFooterModule, typeof i11.FoehnUserConnectedAsModule, typeof i12.SupportAlertModule, typeof i13.FoehnConfirmModalModule, typeof i14.FoehnIconsModule, typeof i15.SdkDictionaryModule, typeof i16.FoehnStatusProgressBarModule], [typeof i1.FoehnPageComponent, typeof i2.FoehnPageCounterComponent, typeof i3.FoehnPageModalComponent]>;
|
|
20
21
|
static ɵinj: i0.ɵɵInjectorDeclaration<FoehnPageModule>;
|
|
21
22
|
}
|
package/index.d.ts
CHANGED
|
@@ -101,6 +101,7 @@ export * from './foehn-icons/foehn-icon-info-circle.component';
|
|
|
101
101
|
export * from './foehn-icons/foehn-icon-lock.component';
|
|
102
102
|
export * from './foehn-icons/foehn-icon-map-marker.component';
|
|
103
103
|
export * from './foehn-icons/foehn-icon-minus-circle.component';
|
|
104
|
+
export * from './foehn-icons/foehn-icon-pencil.component';
|
|
104
105
|
export * from './foehn-icons/foehn-icon-plus-circle.component';
|
|
105
106
|
export * from './foehn-icons/foehn-icon-plus-square.component';
|
|
106
107
|
export * from './foehn-icons/foehn-icon-search.component';
|
package/package.json
CHANGED
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"ng-update": {
|
|
41
41
|
"migrations": "./schematics/migration-collection.json"
|
|
42
42
|
},
|
|
43
|
-
"version": "16.
|
|
43
|
+
"version": "16.3.0-beta.1",
|
|
44
44
|
"module": "fesm2015/dsivd-prestations-ng.mjs",
|
|
45
45
|
"es2020": "fesm2020/dsivd-prestations-ng.mjs",
|
|
46
46
|
"esm2020": "esm2020/dsivd-prestations-ng.mjs",
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { AfterViewInit, OnChanges, SimpleChanges, TemplateRef } from '@angular/core';
|
|
2
|
+
import { Router } from '@angular/router';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import { FoehnTableColumnConfiguration } from '../foehn-table/foehn-table-column-configuration';
|
|
5
|
+
import { ApplicationInfoService } from '../sdk-appinfo/application-info.service';
|
|
6
|
+
import { DateHelper } from '../sdk-date/date.helper';
|
|
7
|
+
import { Draft } from './draft.model';
|
|
8
|
+
import { DraftsService } from './drafts.service';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class DraftsContainerComponent implements OnChanges, AfterViewInit {
|
|
11
|
+
private draftsService;
|
|
12
|
+
private dateHelper;
|
|
13
|
+
private router;
|
|
14
|
+
private applicationInfoService;
|
|
15
|
+
referenceLink: TemplateRef<unknown>;
|
|
16
|
+
detailLink: TemplateRef<unknown>;
|
|
17
|
+
etapeId: string;
|
|
18
|
+
draftsUrl: string;
|
|
19
|
+
draftsToDisplay: Observable<Draft[]>;
|
|
20
|
+
draftsHidden: boolean;
|
|
21
|
+
columnsConfiguration: FoehnTableColumnConfiguration<Draft>[];
|
|
22
|
+
espaceSecuriseUrl: Observable<string>;
|
|
23
|
+
etapeTitle: Observable<string>;
|
|
24
|
+
constructor(draftsService: DraftsService, dateHelper: DateHelper, router: Router, applicationInfoService: ApplicationInfoService);
|
|
25
|
+
ngAfterViewInit(): void;
|
|
26
|
+
showDrafts(): void;
|
|
27
|
+
hideDrafts(): void;
|
|
28
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
29
|
+
resumeDraft(draft: Draft): void;
|
|
30
|
+
private formatUrl;
|
|
31
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DraftsContainerComponent, never>;
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DraftsContainerComponent, "sdk-drafts-container", never, { "etapeId": "etapeId"; "draftsUrl": "draftsUrl"; }, {}, never, never, false, never>;
|
|
33
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./drafts-container.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/common/http";
|
|
5
|
+
import * as i4 from "../foehn-icons/foehn-icons.module";
|
|
6
|
+
import * as i5 from "../pipes/pipes.module";
|
|
7
|
+
import * as i6 from "../foehn-table/foehn-table.module";
|
|
8
|
+
import * as i7 from "../foehn-modal/foehn-modal.module";
|
|
9
|
+
import * as i8 from "../sdk-dictionary/sdk-dictionary.module";
|
|
10
|
+
import * as i9 from "@angular/router";
|
|
11
|
+
export declare class DraftsModule {
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DraftsModule, never>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DraftsModule, [typeof i1.DraftsContainerComponent], [typeof i2.CommonModule, typeof i3.HttpClientModule, typeof i4.FoehnIconsModule, typeof i5.PipeModule, typeof i6.FoehnTableModule, typeof i7.FoehnModalModule, typeof i8.SdkDictionaryModule, typeof i9.RouterLink], [typeof i1.DraftsContainerComponent]>;
|
|
14
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DraftsModule>;
|
|
15
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { GesdemEventService } from '../gesdem/gesdem-event.service';
|
|
4
|
+
import { GesdemHandlerService } from '../gesdem/gesdem-handler.service';
|
|
5
|
+
import { SessionInfo } from '../sdk-session-info/session-info.service';
|
|
6
|
+
import { Draft } from './draft.model';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class DraftsService {
|
|
9
|
+
private http;
|
|
10
|
+
private sessionInfo;
|
|
11
|
+
private gesdemHandlerService;
|
|
12
|
+
private gesdemEventService;
|
|
13
|
+
private readonly allDrafts;
|
|
14
|
+
private draftsUrl;
|
|
15
|
+
constructor(http: HttpClient, sessionInfo: SessionInfo, gesdemHandlerService: GesdemHandlerService, gesdemEventService: GesdemEventService);
|
|
16
|
+
setDraftsUrl(draftsUrl: string): void;
|
|
17
|
+
getAllDrafts(): Observable<Draft[]>;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DraftsService, never>;
|
|
19
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<DraftsService>;
|
|
20
|
+
}
|
|
Binary file
|