@dsivd/prestations-ng 18.0.0-beta.3 → 18.0.0-beta.4
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 +14 -15
- package/UPGRADING_V18.md +112 -2
- package/dsivd-prestations-ng-18.0.0-beta.4.tgz +0 -0
- package/fesm2022/dsivd-prestations-ng.mjs +30 -11
- package/fesm2022/dsivd-prestations-ng.mjs.map +1 -1
- package/foehn-date-picker/date-picker.helper.d.ts +1 -1
- package/foehn-upload/abstract-foehn-uploader.component.d.ts +1 -2
- package/foehn-upload/foehn-picture-upload/foehn-picture-upload.component.d.ts +1 -3
- package/index.d.ts +1 -1
- package/package.json +1 -1
- package/dsivd-prestations-ng-18.0.0-beta.3.tgz +0 -0
- /package/{public_api.d.ts → public-api.d.ts} +0 -0
|
@@ -18,7 +18,7 @@ export declare class DatePickerHelper {
|
|
|
18
18
|
private static getNumberOfDaysInMonth;
|
|
19
19
|
private static getPreviousMonth;
|
|
20
20
|
private static getNextMonth;
|
|
21
|
-
loadLocale: (language: string) => Promise<
|
|
21
|
+
loadLocale: (language: string) => Promise<void>;
|
|
22
22
|
getWeekDays(): string[];
|
|
23
23
|
getWeeksOfMonth(initialYear: string, initialMonth: string, initialDay?: string): DayMonth[][];
|
|
24
24
|
getNextWeeksOfMonth(): DayMonth[][];
|
|
@@ -14,7 +14,6 @@ export declare abstract class AbstractFoehnUploaderComponent<T> extends FoehnInp
|
|
|
14
14
|
protected confirmModalService: FoehnConfirmModalService;
|
|
15
15
|
protected dictionaryService: SdkDictionaryService;
|
|
16
16
|
protected growlService: GrowlBrokerService;
|
|
17
|
-
required: boolean;
|
|
18
17
|
dragAndDrop: boolean;
|
|
19
18
|
showUploadButton: boolean;
|
|
20
19
|
readonly: boolean;
|
|
@@ -65,5 +64,5 @@ export declare abstract class AbstractFoehnUploaderComponent<T> extends FoehnInp
|
|
|
65
64
|
protected isMaxFilesSizeReached(files: File[]): boolean;
|
|
66
65
|
abstract getTotalFilesSize(): number;
|
|
67
66
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractFoehnUploaderComponent<any>, never>;
|
|
68
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractFoehnUploaderComponent<any>, never, never, { "
|
|
67
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractFoehnUploaderComponent<any>, never, never, { "dragAndDrop": { "alias": "dragAndDrop"; "required": false; }; "showUploadButton": { "alias": "showUploadButton"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "hideGlobalInfos": { "alias": "hideGlobalInfos"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "key": { "alias": "key"; "required": false; }; "chooseButtonLabel": { "alias": "chooseButtonLabel"; "required": false; }; "chooseButtonLabelMultiple": { "alias": "chooseButtonLabelMultiple"; "required": false; }; "dropZoneLabel": { "alias": "dropZoneLabel"; "required": false; }; "dropZoneLabelMultiple": { "alias": "dropZoneLabelMultiple"; "required": false; }; "overrideAcceptedExtensions": { "alias": "overrideAcceptedExtensions"; "required": false; }; "overrideMaxFileNameLength": { "alias": "overrideMaxFileNameLength"; "required": false; }; "overrideIllegalCharacters": { "alias": "overrideIllegalCharacters"; "required": false; }; "showDeleteConfirmationMessage": { "alias": "showDeleteConfirmationMessage"; "required": false; }; "deleteConfirmationMessage": { "alias": "deleteConfirmationMessage"; "required": false; }; "maxSimultaneousSelectedFiles": { "alias": "maxSimultaneousSelectedFiles"; "required": false; }; "shouldDisplayFileSavedConfirmation": { "alias": "shouldDisplayFileSavedConfirmation"; "required": false; }; "maxFilesCount": { "alias": "maxFilesCount"; "required": false; }; "maxFilesSizeInMo": { "alias": "maxFilesSizeInMo"; "required": false; }; }, {}, never, never, true, never>;
|
|
69
68
|
}
|
|
@@ -9,9 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
export declare class FoehnPictureUploadComponent extends FoehnInputComponent<DocumentReference[]> implements OnInit {
|
|
10
10
|
private uploadService;
|
|
11
11
|
private dictionaryService;
|
|
12
|
-
name: string;
|
|
13
12
|
key: string;
|
|
14
|
-
label: string;
|
|
15
13
|
baseUrl: string;
|
|
16
14
|
croppedPictureFilename: string;
|
|
17
15
|
resizeToWidth: number;
|
|
@@ -36,5 +34,5 @@ export declare class FoehnPictureUploadComponent extends FoehnInputComponent<Doc
|
|
|
36
34
|
refreshErrors(results: any[]): void;
|
|
37
35
|
private isValidFileType;
|
|
38
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnPictureUploadComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnPictureUploadComponent, "foehn-picture-upload", never, { "
|
|
37
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnPictureUploadComponent, "foehn-picture-upload", never, { "key": { "alias": "key"; "required": false; }; "baseUrl": { "alias": "baseUrl"; "required": false; }; "croppedPictureFilename": { "alias": "croppedPictureFilename"; "required": false; }; "resizeToWidth": { "alias": "resizeToWidth"; "required": false; }; "resizeToHeight": { "alias": "resizeToHeight"; "required": false; }; "shouldDisplayFileSavedConfirmation": { "alias": "shouldDisplayFileSavedConfirmation"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
40
38
|
}
|
package/index.d.ts
CHANGED
package/package.json
CHANGED
|
Binary file
|
|
File without changes
|