@dsivd/prestations-ng 16.0.0-beta1 → 16.0.0-beta10
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 +7 -0
- package/ESLINT_MIGRATION_GUIDE.md +39 -13
- package/UPGRADING_V16.md +434 -26
- package/dsivd-prestations-ng-v16.0.0-beta10.tgz +0 -0
- package/esm2020/abstract-page-component.mjs +3 -3
- package/esm2020/directives/currency-formatter.directive.mjs +3 -3
- package/esm2020/directives/formatter.module.mjs +4 -4
- package/esm2020/directives/iban-formatter.directive.mjs +3 -3
- package/esm2020/directives/ide-formatter.directive.mjs +3 -3
- package/esm2020/directives/ndc-formatter.directive.mjs +3 -3
- package/esm2020/foehn-address/foehn-address.module.mjs +4 -4
- package/esm2020/foehn-address/foehn-display-address.component.mjs +3 -3
- package/esm2020/foehn-address/foehn-input-address.component.mjs +3 -3
- package/esm2020/foehn-address/foehn-input-foreign-locality.component.mjs +3 -3
- package/esm2020/foehn-address/foehn-input-foreign-street.component.mjs +3 -3
- package/esm2020/foehn-agenda/foehn-agenda-navigation/foehn-agenda-navigation.component.mjs +3 -3
- package/esm2020/foehn-agenda/foehn-agenda-timeslot-panel/foehn-agenda-timeslot-panel.component.mjs +3 -3
- package/esm2020/foehn-agenda/foehn-agenda.component.mjs +3 -3
- package/esm2020/foehn-agenda/foehn-agenda.module.mjs +4 -4
- package/esm2020/foehn-autocomplete/foehn-autocomplete.component.mjs +3 -3
- package/esm2020/foehn-autocomplete/foehn-autocomplete.module.mjs +4 -4
- package/esm2020/foehn-boolean/foehn-boolean-checkbox.component.mjs +3 -3
- package/esm2020/foehn-boolean/foehn-boolean-radio.component.mjs +3 -3
- package/esm2020/foehn-boolean/foehn-boolean.module.mjs +4 -4
- package/esm2020/foehn-breadcrumb/breadcrumb-event.service.mjs +3 -3
- package/esm2020/foehn-breadcrumb/foehn-breadcrumb.component.mjs +3 -3
- package/esm2020/foehn-breadcrumb/foehn-breadcrumb.module.mjs +4 -4
- package/esm2020/foehn-checkables/foehn-checkable-group.component.mjs +3 -3
- package/esm2020/foehn-checkables/foehn-checkables.module.mjs +4 -4
- package/esm2020/foehn-checkables/foehn-checkbox.component.mjs +3 -3
- package/esm2020/foehn-checkables/foehn-radio.component.mjs +3 -3
- package/esm2020/foehn-checkables/foehn-select.component.mjs +3 -3
- package/esm2020/foehn-confirm-modal/foehn-confirm-modal.component.mjs +3 -3
- package/esm2020/foehn-confirm-modal/foehn-confirm-modal.module.mjs +4 -4
- package/esm2020/foehn-confirm-modal/foehn-confirm-modal.service.mjs +3 -3
- package/esm2020/foehn-date-picker/foehn-date-picker.component.mjs +9 -7
- package/esm2020/foehn-date-picker/foehn-date-picker.module.mjs +4 -4
- package/esm2020/foehn-date-picker-button/foehn-date-picker-button.component.mjs +3 -3
- package/esm2020/foehn-date-picker-button/foehn-date-picker-button.module.mjs +4 -4
- package/esm2020/foehn-debug-summary/foehn-debug-summary.component.mjs +3 -3
- package/esm2020/foehn-debug-summary/foehn-debug-summary.component.module.mjs +4 -4
- package/esm2020/foehn-decision-electronique/foehn-decision-electronique.component.mjs +3 -3
- package/esm2020/foehn-decision-electronique/foehn-decision-electronique.module.mjs +4 -4
- package/esm2020/foehn-footer/foehn-footer.component.mjs +3 -3
- package/esm2020/foehn-footer/foehn-footer.module.mjs +4 -4
- package/esm2020/foehn-form/foehn-form.component.mjs +3 -3
- package/esm2020/foehn-form/foehn-form.module.mjs +4 -4
- package/esm2020/foehn-form/register-ng-model.service.mjs +3 -3
- package/esm2020/foehn-growl/foehn-growl.component.mjs +3 -3
- package/esm2020/foehn-growl/foehn-growl.module.mjs +4 -4
- package/esm2020/foehn-growl/growl-broker.service.mjs +3 -3
- package/esm2020/foehn-header/foehn-header.component.mjs +3 -3
- package/esm2020/foehn-header/foehn-header.module.mjs +4 -4
- package/esm2020/foehn-header/foehn-skip-link.component.mjs +3 -3
- package/esm2020/foehn-help-modal/foehn-help-modal.component.mjs +3 -3
- package/esm2020/foehn-help-modal/foehn-help-modal.module.mjs +4 -4
- package/esm2020/foehn-icons/abstract-icon-component.mjs +3 -3
- package/esm2020/foehn-icons/foehn-icon-calendar.component.mjs +3 -3
- package/esm2020/foehn-icons/foehn-icon-check-square-o.component.mjs +3 -3
- package/esm2020/foehn-icons/foehn-icon-check.component.mjs +3 -3
- package/esm2020/foehn-icons/foehn-icon-chevron-down.component.mjs +3 -3
- package/esm2020/foehn-icons/foehn-icon-chevron-left.component.mjs +3 -3
- package/esm2020/foehn-icons/foehn-icon-chevron-right.component.mjs +3 -3
- package/esm2020/foehn-icons/foehn-icon-chevron-up.component.mjs +3 -3
- package/esm2020/foehn-icons/foehn-icon-clock.component.mjs +3 -3
- package/esm2020/foehn-icons/foehn-icon-comment-dots.component.mjs +3 -3
- package/esm2020/foehn-icons/foehn-icon-edit.component.mjs +3 -3
- package/esm2020/foehn-icons/foehn-icon-external-link-alt.component.mjs +3 -3
- package/esm2020/foehn-icons/foehn-icon-file-pdf.component.mjs +3 -3
- package/esm2020/foehn-icons/foehn-icon-info-circle.component.mjs +3 -3
- package/esm2020/foehn-icons/foehn-icon-lock.component.mjs +3 -3
- package/esm2020/foehn-icons/foehn-icon-map-marker.component.mjs +3 -3
- package/esm2020/foehn-icons/foehn-icon-minus-circle.component.mjs +3 -3
- package/esm2020/foehn-icons/foehn-icon-plus-circle.component.mjs +3 -3
- package/esm2020/foehn-icons/foehn-icon-plus-square.component.mjs +3 -3
- package/esm2020/foehn-icons/foehn-icon-search.component.mjs +3 -3
- package/esm2020/foehn-icons/foehn-icon-times.component.mjs +3 -3
- package/esm2020/foehn-icons/foehn-icon-trash-alt.component.mjs +3 -3
- package/esm2020/foehn-icons/foehn-icon-unlock-alt.component.mjs +3 -3
- package/esm2020/foehn-icons/foehn-icons.module.mjs +4 -4
- package/esm2020/foehn-input/foehn-input-email.component.mjs +3 -3
- package/esm2020/foehn-input/foehn-input-hidden.component.mjs +3 -3
- package/esm2020/foehn-input/foehn-input-number.component.mjs +3 -3
- package/esm2020/foehn-input/foehn-input-password.component.mjs +3 -3
- package/esm2020/foehn-input/foehn-input-phone.component.mjs +3 -3
- package/esm2020/foehn-input/foehn-input-string.component.mjs +3 -3
- package/esm2020/foehn-input/foehn-input-text.component.mjs +3 -3
- package/esm2020/foehn-input/foehn-input-textarea.component.mjs +3 -3
- package/esm2020/foehn-input/foehn-input.component.mjs +3 -3
- package/esm2020/foehn-input/foehn-input.module.mjs +4 -4
- package/esm2020/foehn-input-date/foehn-input-date.component.mjs +3 -3
- package/esm2020/foehn-input-date-time/foehn-input-date-time.component.mjs +3 -3
- package/esm2020/foehn-input-time/foehn-input-time.component.mjs +3 -3
- package/esm2020/foehn-list/foehn-list.component.mjs +3 -3
- package/esm2020/foehn-list/foehn-list.module.mjs +4 -4
- package/esm2020/foehn-menu-prestation/abstract-list-item-detail-page.component.mjs +3 -3
- package/esm2020/foehn-menu-prestation/abstract-menu-page.component.mjs +3 -3
- package/esm2020/foehn-menu-prestation/abstract-page-from-menu.component.mjs +3 -3
- package/esm2020/foehn-menu-prestation/foehn-error-pill/foehn-error-pill.component.mjs +3 -3
- package/esm2020/foehn-menu-prestation/foehn-list-summary/foehn-list-summary.component.mjs +3 -3
- package/esm2020/foehn-menu-prestation/foehn-menu-items/foehn-menu-item/foehn-menu-item.component.mjs +3 -3
- package/esm2020/foehn-menu-prestation/foehn-menu-items/foehn-menu-item-transmit/foehn-menu-item-transmit.component.mjs +3 -3
- package/esm2020/foehn-menu-prestation/foehn-menu-prestation.module.mjs +4 -4
- package/esm2020/foehn-misc/foehn-abbr.component.mjs +3 -3
- package/esm2020/foehn-misc/foehn-misc.module.mjs +4 -4
- package/esm2020/foehn-modal/foehn-modal.component.mjs +3 -3
- package/esm2020/foehn-modal/foehn-modal.module.mjs +4 -4
- package/esm2020/foehn-multiselect-autocomplete/foehn-multiselect-autocomplete.component.mjs +3 -3
- package/esm2020/foehn-multiselect-autocomplete/foehn-multiselect-autocomplete.module.mjs +4 -4
- package/esm2020/foehn-nav13/foehn-input-nav13.component.mjs +3 -3
- package/esm2020/foehn-nav13/foehn-input-nav13.module.mjs +4 -4
- package/esm2020/foehn-navigation/foehn-navigation.component.mjs +3 -3
- package/esm2020/foehn-navigation/foehn-navigation.module.mjs +4 -4
- package/esm2020/foehn-navigation/foehn-navigation.service.mjs +3 -3
- package/esm2020/foehn-notfound/foehn-notfound.component.mjs +3 -3
- package/esm2020/foehn-notfound/foehn-notfound.module.mjs +4 -4
- package/esm2020/foehn-page/foehn-page-counter.component.mjs +3 -3
- package/esm2020/foehn-page/foehn-page-modal.component.mjs +3 -3
- package/esm2020/foehn-page/foehn-page-modal.service.mjs +3 -3
- package/esm2020/foehn-page/foehn-page.component.mjs +3 -3
- package/esm2020/foehn-page/foehn-page.module.mjs +4 -4
- package/esm2020/foehn-page/foehn-page.service.mjs +3 -3
- package/esm2020/foehn-recap-section/foehn-recap-section.component.mjs +3 -3
- package/esm2020/foehn-recap-section/foehn-recap-section.module.mjs +4 -4
- package/esm2020/foehn-remaining-alerts-summary/foehn-remaining-alerts-summary.component.mjs +3 -3
- package/esm2020/foehn-remaining-alerts-summary/foehn-remaining-alerts-summary.module.mjs +4 -4
- package/esm2020/foehn-status-progress-bar/foehn-status-progress-bar.component.mjs +3 -3
- package/esm2020/foehn-status-progress-bar/foehn-status-progress-bar.module.mjs +4 -4
- package/esm2020/foehn-table/foehn-table.component.mjs +3 -3
- package/esm2020/foehn-table/foehn-table.module.mjs +4 -4
- package/esm2020/foehn-upload/abstract-foehn-uploader.component.mjs +5 -7
- package/esm2020/foehn-upload/foehn-bo-multi-upload/bo-multi-upload.service.mjs +3 -3
- package/esm2020/foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.component.mjs +6 -6
- package/esm2020/foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.module.mjs +4 -4
- package/esm2020/foehn-upload/foehn-multi-upload/foehn-multi-upload.component.mjs +6 -6
- package/esm2020/foehn-upload/foehn-multi-upload/foehn-multi-upload.module.mjs +4 -4
- package/esm2020/foehn-upload/foehn-multi-upload/multi-upload.service.mjs +3 -3
- package/esm2020/foehn-upload/foehn-multi-upload/pending-upload.service.mjs +3 -3
- package/esm2020/foehn-upload/foehn-picture-upload/foehn-picture-upload.component.mjs +3 -3
- package/esm2020/foehn-upload/foehn-picture-upload/foehn-picture-upload.module.mjs +4 -4
- package/esm2020/foehn-upload/foehn-upload-progress-bar/foehn-upload-progress-bar.component.mjs +3 -3
- package/esm2020/foehn-upload/foehn-upload-progress-bar/foehn-upload-progress-bar.module.mjs +4 -4
- package/esm2020/foehn-upload/foehn-upload-progress-bar/upload-progress.service.mjs +3 -3
- package/esm2020/foehn-upload/uploader.helper.mjs +24 -35
- package/esm2020/foehn-user-connected-as/foehn-user-connected-as.component.mjs +3 -3
- package/esm2020/foehn-user-connected-as/foehn-user-connected-as.module.mjs +4 -4
- package/esm2020/foehn-validation-alert-summary/foehn-validation-alert-summary.component.mjs +3 -3
- package/esm2020/foehn-validation-alert-summary/foehn-validation-alert-summary.module.mjs +4 -4
- package/esm2020/foehn-validation-alerts/foehn-validation-alerts.component.mjs +3 -3
- package/esm2020/foehn-validation-alerts/foehn-validation-alerts.module.mjs +4 -4
- package/esm2020/gesdem/gesdem-error-handler.service.mjs +3 -3
- package/esm2020/gesdem/gesdem-event.service.mjs +3 -3
- package/esm2020/gesdem/gesdem-handler.service.mjs +3 -3
- package/esm2020/gesdem/gesdem-loader.guard.mjs +3 -3
- package/esm2020/gesdem-action-recovery/gesdem-action-recovery-login/gesdem-action-recovery-login.component.mjs +3 -3
- package/esm2020/gesdem-action-recovery/gesdem-action-recovery-registration/gesdem-action-recovery-registration.component.mjs +3 -3
- package/esm2020/gesdem-action-recovery/gesdem-action-recovery.module.mjs +4 -4
- package/esm2020/gesdem-action-recovery/gesdem-action-recovery.service.mjs +3 -3
- package/esm2020/gesdem-confirmation/gesdem-confirmation.component.mjs +3 -3
- package/esm2020/gesdem-confirmation/gesdem-confirmation.module.mjs +4 -4
- package/esm2020/gesdem-error/gesdem-error.component.mjs +3 -3
- package/esm2020/gesdem-error/gesdem-error.module.mjs +4 -4
- package/esm2020/pipes/currency.pipe.mjs +3 -3
- package/esm2020/pipes/date.pipe.mjs +3 -3
- package/esm2020/pipes/formatIde.pipe.mjs +3 -3
- package/esm2020/pipes/pipes.module.mjs +4 -4
- package/esm2020/prestations-ng-core.module.mjs +4 -4
- package/esm2020/sdk-appinfo/application-info.mjs +1 -1
- package/esm2020/sdk-appinfo/application-info.service.mjs +3 -3
- package/esm2020/sdk-currency/currency.helper.mjs +3 -3
- package/esm2020/sdk-date/date.helper.mjs +3 -3
- package/esm2020/sdk-dictionary/sdk-dictionary.module.mjs +4 -4
- package/esm2020/sdk-dictionary/sdk-dictionary.pipe.mjs +3 -3
- package/esm2020/sdk-dictionary/sdk-dictionary.service.mjs +3 -3
- package/esm2020/sdk-epayment/sdk-epayment.component.mjs +3 -3
- package/esm2020/sdk-epayment/sdk-epayment.module.mjs +4 -4
- package/esm2020/sdk-epayment/sdk-epayment.service.mjs +3 -3
- package/esm2020/sdk-recaptcha/grecaptcha/grecaptcha.component.mjs +3 -3
- package/esm2020/sdk-recaptcha/recaptcha.service.mjs +3 -3
- package/esm2020/sdk-recaptcha/sdk-recaptcha.component.mjs +3 -3
- package/esm2020/sdk-recaptcha/sdk-recaptcha.module.mjs +4 -4
- package/esm2020/sdk-redirect/iam-expired-interceptor.service.mjs +3 -3
- package/esm2020/sdk-redirect/redirect.component.mjs +3 -3
- package/esm2020/sdk-redirect/sdk-redirect.module.mjs +4 -4
- package/esm2020/sdk-session-info/session-info-with-application.service.mjs +3 -3
- package/esm2020/sdk-session-info/session-info.service.mjs +3 -3
- package/esm2020/sdk-statistics/sdk-statistics.service.mjs +3 -3
- package/esm2020/sdk-support-alert/support-alert-container.component.mjs +3 -3
- package/esm2020/sdk-support-alert/support-alert.component.mjs +3 -3
- package/esm2020/sdk-support-alert/support-alert.module.mjs +4 -4
- package/esm2020/sdk-support-alert/support-alert.service.mjs +3 -3
- package/esm2020/supported-browser.mjs +2 -2
- package/esm2020/validation/validation-handler.service.mjs +3 -3
- package/fesm2015/dsivd-prestations-ng.mjs +641 -652
- package/fesm2015/dsivd-prestations-ng.mjs.map +1 -1
- package/fesm2020/dsivd-prestations-ng.mjs +641 -652
- package/fesm2020/dsivd-prestations-ng.mjs.map +1 -1
- package/foehn-upload/abstract-foehn-uploader.component.d.ts +1 -2
- package/foehn-upload/uploader.helper.d.ts +6 -7
- package/package.json +12 -8
- package/sdk-appinfo/application-info.d.ts +3 -1
- package/dsivd-prestations-ng-v16.0.0-beta1.tgz +0 -0
|
@@ -24,7 +24,6 @@ export declare abstract class AbstractFoehnUploaderComponent<T> extends FoehnInp
|
|
|
24
24
|
dropZoneLabel: string;
|
|
25
25
|
dropZoneLabelMultiple: string;
|
|
26
26
|
overrideAcceptedExtensions: string;
|
|
27
|
-
overrideMaxSizeInMo: number;
|
|
28
27
|
overrideMaxFileNameLength: number;
|
|
29
28
|
overrideIllegalCharacters: string;
|
|
30
29
|
showDeleteConfirmationMessage: boolean;
|
|
@@ -55,5 +54,5 @@ export declare abstract class AbstractFoehnUploaderComponent<T> extends FoehnInp
|
|
|
55
54
|
protected removeFileOnConfirmation(document: any): void;
|
|
56
55
|
protected displayLocalErrors(files: File[]): FormError[];
|
|
57
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractFoehnUploaderComponent<any>, never>;
|
|
58
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractFoehnUploaderComponent<any>, never, never, { "required": "required"; "dragAndDrop": "dragAndDrop"; "showUploadButton": "showUploadButton"; "readonly": "readonly"; "hideGlobalInfos": "hideGlobalInfos"; "multiple": "multiple"; "key": "key"; "chooseButtonLabel": "chooseButtonLabel"; "chooseButtonLabelMultiple": "chooseButtonLabelMultiple"; "dropZoneLabel": "dropZoneLabel"; "dropZoneLabelMultiple": "dropZoneLabelMultiple"; "overrideAcceptedExtensions": "overrideAcceptedExtensions"; "
|
|
57
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractFoehnUploaderComponent<any>, never, never, { "required": "required"; "dragAndDrop": "dragAndDrop"; "showUploadButton": "showUploadButton"; "readonly": "readonly"; "hideGlobalInfos": "hideGlobalInfos"; "multiple": "multiple"; "key": "key"; "chooseButtonLabel": "chooseButtonLabel"; "chooseButtonLabelMultiple": "chooseButtonLabelMultiple"; "dropZoneLabel": "dropZoneLabel"; "dropZoneLabelMultiple": "dropZoneLabelMultiple"; "overrideAcceptedExtensions": "overrideAcceptedExtensions"; "overrideMaxFileNameLength": "overrideMaxFileNameLength"; "overrideIllegalCharacters": "overrideIllegalCharacters"; "showDeleteConfirmationMessage": "showDeleteConfirmationMessage"; "deleteConfirmationMessage": "deleteConfirmationMessage"; }, {}, never, never, false, never>;
|
|
59
58
|
}
|
|
@@ -6,7 +6,7 @@ export declare class UploaderHelper {
|
|
|
6
6
|
private dictionaryService;
|
|
7
7
|
private applicationInfoService;
|
|
8
8
|
private _accept;
|
|
9
|
-
private
|
|
9
|
+
private _fileMaxSizeInBytesByFormKey;
|
|
10
10
|
private _maxFileNameLength;
|
|
11
11
|
private _illegalCharacters;
|
|
12
12
|
private _fileMinSizeInBytes;
|
|
@@ -18,11 +18,10 @@ export declare class UploaderHelper {
|
|
|
18
18
|
set illegalCharacters(value: string);
|
|
19
19
|
get maxFileNameLength(): number;
|
|
20
20
|
set maxFileNameLength(value: number);
|
|
21
|
-
get maxSizeInMo(): number;
|
|
22
|
-
set maxSizeInMo(value: number);
|
|
23
21
|
get accept(): string;
|
|
24
22
|
set accept(value: string);
|
|
25
|
-
|
|
23
|
+
getMaxFileSizeInBytesForFormKey(formKey: string): number;
|
|
24
|
+
isFileTooBig(formKey: string, fileSizeInBytes: number): boolean;
|
|
26
25
|
isFileTooSmall(fileSizeInBytes: number): boolean;
|
|
27
26
|
isFileNameLengthValid(filename: string, overrideMaxFileNameLength: number): boolean;
|
|
28
27
|
isFileNameNameValid(filename: string, overrideIllegalCharacters: string): boolean;
|
|
@@ -30,16 +29,16 @@ export declare class UploaderHelper {
|
|
|
30
29
|
isFileExtensionValid(fileExtension: string, overrideAcceptedExtensions: string): boolean;
|
|
31
30
|
getUniqueErrorByCode(name: string, errorCode: string, fileName: string, customErrors: {
|
|
32
31
|
[key: string]: string;
|
|
33
|
-
},
|
|
32
|
+
}, overrideAcceptedExtensions: string, overrideMaxFileNameLength: number, overrideIllegalCharacters: string): FormError;
|
|
34
33
|
addCustomErrorOrDefault(name: string, destinationErrors: FormError[], errorCode: string, fileName: string, customErrors: {
|
|
35
34
|
[key: string]: string;
|
|
36
|
-
},
|
|
35
|
+
}, overrideAcceptedExtensions: string, overrideMaxFileNameLength: number, overrideIllegalCharacters: string): void;
|
|
37
36
|
createDefaultCustomErrors(customErrors: {
|
|
38
37
|
[key: string]: string;
|
|
39
38
|
}): void;
|
|
40
39
|
getLocalErrors(name: string, files: File[], customErrors: {
|
|
41
40
|
[key: string]: string;
|
|
42
|
-
},
|
|
41
|
+
}, overrideAcceptedExtensions: string, overrideMaxFileNameLength: number, overrideIllegalCharacters: string): FormError[];
|
|
43
42
|
hasLiveUploadErrors(errors: FormError[]): boolean;
|
|
44
43
|
preventAndStop(event: any): void;
|
|
45
44
|
getAllFilesCount(data: any): string;
|
package/package.json
CHANGED
|
@@ -10,6 +10,9 @@
|
|
|
10
10
|
"type": "git",
|
|
11
11
|
"url": "ssh://git@bitbucket.etat-de-vaud.ch/cybsdk/prestations-ng.git"
|
|
12
12
|
},
|
|
13
|
+
"engines": {
|
|
14
|
+
"node": ">=16.15.0"
|
|
15
|
+
},
|
|
13
16
|
"dependencies": {
|
|
14
17
|
"@angular/cdk": "^15.1.1",
|
|
15
18
|
"tslib": "^2.3.0"
|
|
@@ -17,17 +20,18 @@
|
|
|
17
20
|
"peerDependencies": {
|
|
18
21
|
"@angular/common": "^15.1.1",
|
|
19
22
|
"@angular/core": "^15.1.1",
|
|
20
|
-
"@fortawesome/angular-fontawesome": "
|
|
23
|
+
"@fortawesome/angular-fontawesome": "^0.10.1",
|
|
21
24
|
"@fortawesome/fontawesome-free": "^6.2.0",
|
|
22
25
|
"@fortawesome/fontawesome-svg-core": "^6.2.0",
|
|
23
26
|
"@fortawesome/free-regular-svg-icons": "^6.2.0",
|
|
24
27
|
"@fortawesome/free-solid-svg-icons": "^6.2.0",
|
|
25
|
-
"@dsivd/foehn": "1.8.4",
|
|
26
|
-
"rxjs": "
|
|
27
|
-
"core-js": "
|
|
28
|
-
"iban": "
|
|
29
|
-
"ngx-image-cropper": "
|
|
30
|
-
"dayjs": "
|
|
28
|
+
"@dsivd/foehn": "=1.8.4",
|
|
29
|
+
"rxjs": "^7.8.0",
|
|
30
|
+
"core-js": "^3.27.2",
|
|
31
|
+
"iban": "^0.0.14",
|
|
32
|
+
"ngx-image-cropper": "^6.3.2",
|
|
33
|
+
"dayjs": "^1.11.7",
|
|
34
|
+
"ng-http-loader": "^13.0.0"
|
|
31
35
|
},
|
|
32
36
|
"schematics": "./schematics/collection.json",
|
|
33
37
|
"ng-add": {
|
|
@@ -36,7 +40,7 @@
|
|
|
36
40
|
"ng-update": {
|
|
37
41
|
"migrations": "./schematics/migration-collection.json"
|
|
38
42
|
},
|
|
39
|
-
"version": "16.0.0-
|
|
43
|
+
"version": "16.0.0-beta10",
|
|
40
44
|
"module": "fesm2015/dsivd-prestations-ng.mjs",
|
|
41
45
|
"es2020": "fesm2020/dsivd-prestations-ng.mjs",
|
|
42
46
|
"esm2020": "esm2020/dsivd-prestations-ng.mjs",
|
|
@@ -29,7 +29,9 @@ export declare class Configuration {
|
|
|
29
29
|
document?: Document;
|
|
30
30
|
}
|
|
31
31
|
export declare class Document {
|
|
32
|
-
|
|
32
|
+
fileMaxSizeInBytesByFormKey: {
|
|
33
|
+
[key: string]: number;
|
|
34
|
+
};
|
|
33
35
|
maxFileNameLength: string;
|
|
34
36
|
fileExtensions: string;
|
|
35
37
|
illegalCharacters: string;
|
|
Binary file
|