@dsivd/prestations-ng 14.5.20 → 15.0.0-beta3
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 +33 -6
- package/CONTRIBUTING.md +1 -1
- package/README.md +2 -0
- package/UPGRADING_V14.md +8 -11
- package/UPGRADING_V15.md +51 -0
- package/dsivd-prestations-ng-v15.0.0-beta3.tgz +0 -0
- package/esm2020/abstract-page-component.mjs +226 -0
- package/{esm2015/directives/currency-formatter.directive.js → esm2020/directives/currency-formatter.directive.mjs} +3 -3
- package/{esm2015/directives/formatter.module.js → esm2020/directives/formatter.module.mjs} +4 -4
- package/{esm2015/directives/iban-formatter.directive.js → esm2020/directives/iban-formatter.directive.mjs} +3 -3
- package/{esm2015/directives/ide-formatter.directive.js → esm2020/directives/ide-formatter.directive.mjs} +3 -3
- package/{esm2015/directives/ndc-formatter.directive.js → esm2020/directives/ndc-formatter.directive.mjs} +3 -3
- package/{esm2015/dsivd-prestations-ng.js → esm2020/dsivd-prestations-ng.mjs} +0 -0
- package/{esm2015/foehn-address/address.type.js → esm2020/foehn-address/address.type.mjs} +0 -0
- package/{esm2015/foehn-address/foehn-address.module.js → esm2020/foehn-address/foehn-address.module.mjs} +4 -4
- package/{esm2015/foehn-address/foehn-display-address.component.js → esm2020/foehn-address/foehn-display-address.component.mjs} +5 -9
- package/esm2020/foehn-address/foehn-input-address.component.mjs +366 -0
- package/esm2020/foehn-address/foehn-input-foreign-locality.component.mjs +66 -0
- package/{esm2015/foehn-address/foehn-input-foreign-street.component.js → esm2020/foehn-address/foehn-input-foreign-street.component.mjs} +6 -11
- package/esm2020/foehn-autocomplete/foehn-autocomplete.component.mjs +548 -0
- package/{esm2015/foehn-autocomplete/foehn-autocomplete.module.js → esm2020/foehn-autocomplete/foehn-autocomplete.module.mjs} +4 -4
- package/esm2020/foehn-boolean/foehn-boolean-checkbox.component.mjs +28 -0
- package/esm2020/foehn-boolean/foehn-boolean-radio.component.mjs +37 -0
- package/{esm2015/foehn-boolean/foehn-boolean.module.js → esm2020/foehn-boolean/foehn-boolean.module.mjs} +4 -4
- package/{esm2015/foehn-breadcrumb/breadcrumb-event.service.js → esm2020/foehn-breadcrumb/breadcrumb-event.service.mjs} +10 -10
- package/{esm2015/foehn-breadcrumb/breadcrumb.js → esm2020/foehn-breadcrumb/breadcrumb.mjs} +0 -0
- package/{esm2015/foehn-breadcrumb/foehn-breadcrumb.component.js → esm2020/foehn-breadcrumb/foehn-breadcrumb.component.mjs} +5 -9
- package/{esm2015/foehn-breadcrumb/foehn-breadcrumb.module.js → esm2020/foehn-breadcrumb/foehn-breadcrumb.module.mjs} +4 -4
- package/esm2020/foehn-checkables/foehn-checkable-group.component.mjs +283 -0
- package/{esm2015/foehn-checkables/foehn-checkables.module.js → esm2020/foehn-checkables/foehn-checkables.module.mjs} +4 -4
- package/esm2020/foehn-checkables/foehn-checkbox.component.mjs +36 -0
- package/esm2020/foehn-checkables/foehn-radio.component.mjs +63 -0
- package/esm2020/foehn-checkables/foehn-select.component.mjs +62 -0
- package/{esm2015/foehn-checkables/form-select-option-group.js → esm2020/foehn-checkables/form-select-option-group.mjs} +0 -0
- package/{esm2015/foehn-checkables/form-select-option.js → esm2020/foehn-checkables/form-select-option.mjs} +0 -0
- package/{esm2015/foehn-confirm-modal/foehn-confirm-modal-content.js → esm2020/foehn-confirm-modal/foehn-confirm-modal-content.mjs} +0 -0
- package/esm2020/foehn-confirm-modal/foehn-confirm-modal.component.mjs +39 -0
- package/{esm2015/foehn-confirm-modal/foehn-confirm-modal.module.js → esm2020/foehn-confirm-modal/foehn-confirm-modal.module.mjs} +4 -4
- package/{esm2015/foehn-confirm-modal/foehn-confirm-modal.service.js → esm2020/foehn-confirm-modal/foehn-confirm-modal.service.mjs} +3 -3
- package/{esm2015/foehn-date-picker/date-picker-navigation.helper.js → esm2020/foehn-date-picker/date-picker-navigation.helper.mjs} +7 -7
- package/{esm2015/foehn-date-picker/date-picker.helper.js → esm2020/foehn-date-picker/date-picker.helper.mjs} +4 -4
- package/{esm2015/foehn-date-picker/day-month.type.js → esm2020/foehn-date-picker/day-month.type.mjs} +0 -0
- package/{esm2015/foehn-date-picker/focused-day.type.js → esm2020/foehn-date-picker/focused-day.type.mjs} +0 -0
- package/{esm2015/foehn-date-picker/foehn-date-picker.component.js → esm2020/foehn-date-picker/foehn-date-picker.component.mjs} +22 -25
- package/{esm2015/foehn-date-picker/foehn-date-picker.module.js → esm2020/foehn-date-picker/foehn-date-picker.module.mjs} +4 -4
- package/{esm2015/foehn-date-picker/month-year.type.js → esm2020/foehn-date-picker/month-year.type.mjs} +0 -0
- package/esm2020/foehn-date-picker-button/foehn-date-picker-button.component.mjs +70 -0
- package/{esm2015/foehn-date-picker-button/foehn-date-picker-button.module.js → esm2020/foehn-date-picker-button/foehn-date-picker-button.module.mjs} +4 -4
- package/{esm2015/foehn-debug-summary/foehn-debug-summary.component.js → esm2020/foehn-debug-summary/foehn-debug-summary.component.mjs} +8 -11
- package/{esm2015/foehn-debug-summary/foehn-debug-summary.component.module.js → esm2020/foehn-debug-summary/foehn-debug-summary.component.module.mjs} +4 -4
- package/esm2020/foehn-decision-electronique/foehn-decision-electronique.component.mjs +36 -0
- package/{esm2015/foehn-decision-electronique/foehn-decision-electronique.module.js → esm2020/foehn-decision-electronique/foehn-decision-electronique.module.mjs} +4 -4
- package/esm2020/foehn-footer/foehn-footer.component.mjs +129 -0
- package/{esm2015/foehn-footer/foehn-footer.module.js → esm2020/foehn-footer/foehn-footer.module.mjs} +4 -4
- package/{esm2015/foehn-footer/footer-link.type.js → esm2020/foehn-footer/footer-link.type.mjs} +0 -0
- package/{esm2015/foehn-form/foehn-form.component.js → esm2020/foehn-form/foehn-form.component.mjs} +5 -8
- package/{esm2015/foehn-form/foehn-form.module.js → esm2020/foehn-form/foehn-form.module.mjs} +4 -4
- package/{esm2015/foehn-growl/foehn-growl.component.js → esm2020/foehn-growl/foehn-growl.component.mjs} +8 -12
- package/{esm2015/foehn-growl/foehn-growl.module.js → esm2020/foehn-growl/foehn-growl.module.mjs} +4 -4
- package/{esm2015/foehn-growl/growl-broker.service.js → esm2020/foehn-growl/growl-broker.service.mjs} +3 -3
- package/{esm2015/foehn-growl/growl-message.js → esm2020/foehn-growl/growl-message.mjs} +0 -0
- package/{esm2015/foehn-growl/growl-types.js → esm2020/foehn-growl/growl-types.mjs} +0 -0
- package/esm2020/foehn-header/foehn-header.component.mjs +69 -0
- package/{esm2015/foehn-header/foehn-header.module.js → esm2020/foehn-header/foehn-header.module.mjs} +4 -4
- package/{esm2015/foehn-header/foehn-skip-link.component.js → esm2020/foehn-header/foehn-skip-link.component.mjs} +5 -8
- package/{esm2015/foehn-help-modal/foehn-help-modal.component.js → esm2020/foehn-help-modal/foehn-help-modal.component.mjs} +5 -9
- package/{esm2015/foehn-help-modal/foehn-help-modal.module.js → esm2020/foehn-help-modal/foehn-help-modal.module.mjs} +4 -4
- package/{esm2015/foehn-help-modal/foehn-help-modal.type.js → esm2020/foehn-help-modal/foehn-help-modal.type.mjs} +0 -0
- package/{esm2015/foehn-icons/abstract-icon-component.js → esm2020/foehn-icons/abstract-icon-component.mjs} +4 -4
- package/{esm2015/foehn-icons/foehn-icon-calendar.component.js → esm2020/foehn-icons/foehn-icon-calendar.component.mjs} +5 -8
- package/{esm2015/foehn-icons/foehn-icon-check-square-o.component.js → esm2020/foehn-icons/foehn-icon-check-square-o.component.mjs} +5 -8
- package/{esm2015/foehn-icons/foehn-icon-check.component.js → esm2020/foehn-icons/foehn-icon-check.component.mjs} +5 -8
- package/{esm2015/foehn-icons/foehn-icon-chevron-down.component.js → esm2020/foehn-icons/foehn-icon-chevron-down.component.mjs} +5 -8
- package/{esm2015/foehn-icons/foehn-icon-chevron-left.component.js → esm2020/foehn-icons/foehn-icon-chevron-left.component.mjs} +5 -8
- package/{esm2015/foehn-icons/foehn-icon-chevron-right.component.js → esm2020/foehn-icons/foehn-icon-chevron-right.component.mjs} +5 -8
- package/{esm2015/foehn-icons/foehn-icon-chevron-up.component.js → esm2020/foehn-icons/foehn-icon-chevron-up.component.mjs} +5 -8
- package/{esm2015/foehn-icons/foehn-icon-clock.component.js → esm2020/foehn-icons/foehn-icon-clock.component.mjs} +5 -8
- package/{esm2015/foehn-icons/foehn-icon-comment-dots.component.js → esm2020/foehn-icons/foehn-icon-comment-dots.component.mjs} +5 -8
- package/{esm2015/foehn-icons/foehn-icon-edit.component.js → esm2020/foehn-icons/foehn-icon-edit.component.mjs} +5 -8
- package/{esm2015/foehn-icons/foehn-icon-external-link-alt.component.js → esm2020/foehn-icons/foehn-icon-external-link-alt.component.mjs} +5 -8
- package/{esm2015/foehn-icons/foehn-icon-file-pdf.component.js → esm2020/foehn-icons/foehn-icon-file-pdf.component.mjs} +5 -8
- package/{esm2015/foehn-icons/foehn-icon-info-circle.component.js → esm2020/foehn-icons/foehn-icon-info-circle.component.mjs} +5 -8
- package/{esm2015/foehn-icons/foehn-icon-lock.component.js → esm2020/foehn-icons/foehn-icon-lock.component.mjs} +5 -8
- package/{esm2015/foehn-icons/foehn-icon-map-marker.component.js → esm2020/foehn-icons/foehn-icon-map-marker.component.mjs} +5 -8
- package/{esm2015/foehn-icons/foehn-icon-minus-circle.component.js → esm2020/foehn-icons/foehn-icon-minus-circle.component.mjs} +5 -8
- package/{esm2015/foehn-icons/foehn-icon-plus-circle.component.js → esm2020/foehn-icons/foehn-icon-plus-circle.component.mjs} +5 -8
- package/{esm2015/foehn-icons/foehn-icon-plus-square.component.js → esm2020/foehn-icons/foehn-icon-plus-square.component.mjs} +5 -8
- package/{esm2015/foehn-icons/foehn-icon-search.component.js → esm2020/foehn-icons/foehn-icon-search.component.mjs} +5 -8
- package/{esm2015/foehn-icons/foehn-icon-times.component.js → esm2020/foehn-icons/foehn-icon-times.component.mjs} +5 -8
- package/{esm2015/foehn-icons/foehn-icon-trash-alt.component.js → esm2020/foehn-icons/foehn-icon-trash-alt.component.mjs} +5 -8
- package/{esm2015/foehn-icons/foehn-icon-unlock-alt.component.js → esm2020/foehn-icons/foehn-icon-unlock-alt.component.mjs} +5 -8
- package/{esm2015/foehn-icons/foehn-icons.module.js → esm2020/foehn-icons/foehn-icons.module.mjs} +4 -4
- package/esm2020/foehn-input/foehn-input-email.component.mjs +50 -0
- package/esm2020/foehn-input/foehn-input-hidden.component.mjs +53 -0
- package/{esm2015/foehn-input/foehn-input-number.component.js → esm2020/foehn-input/foehn-input-number.component.mjs} +10 -15
- package/esm2020/foehn-input/foehn-input-password.component.mjs +50 -0
- package/{esm2015/foehn-input/foehn-input-phone.component.js → esm2020/foehn-input/foehn-input-phone.component.mjs} +6 -11
- package/{esm2015/foehn-input/foehn-input-string.component.js → esm2020/foehn-input/foehn-input-string.component.mjs} +3 -3
- package/{esm2015/foehn-input/foehn-input-text.component.js → esm2020/foehn-input/foehn-input-text.component.mjs} +6 -11
- package/{esm2015/foehn-input/foehn-input-textarea.component.js → esm2020/foehn-input/foehn-input-textarea.component.mjs} +6 -11
- package/{esm2015/foehn-input/foehn-input.component.js → esm2020/foehn-input/foehn-input.component.mjs} +14 -14
- package/{esm2015/foehn-input/foehn-input.module.js → esm2020/foehn-input/foehn-input.module.mjs} +4 -4
- package/{esm2015/foehn-input/pattern.const.js → esm2020/foehn-input/pattern.const.mjs} +0 -0
- package/esm2020/foehn-input-date/foehn-input-date.component.mjs +90 -0
- package/esm2020/foehn-input-time/foehn-input-time.component.mjs +75 -0
- package/esm2020/foehn-list/foehn-list.component.mjs +128 -0
- package/{esm2015/foehn-list/foehn-list.module.js → esm2020/foehn-list/foehn-list.module.mjs} +4 -4
- package/{esm2015/foehn-list/page-change-event.js → esm2020/foehn-list/page-change-event.mjs} +0 -0
- package/esm2020/foehn-menu-prestation/abstract-list-item-detail-page.component.mjs +122 -0
- package/{esm2015/foehn-menu-prestation/abstract-menu-page.component.js → esm2020/foehn-menu-prestation/abstract-menu-page.component.mjs} +3 -3
- package/{esm2015/foehn-menu-prestation/abstract-page-from-menu.component.js → esm2020/foehn-menu-prestation/abstract-page-from-menu.component.mjs} +3 -3
- package/{esm2015/foehn-menu-prestation/foehn-error-pill/foehn-error-pill.component.js → esm2020/foehn-menu-prestation/foehn-error-pill/foehn-error-pill.component.mjs} +5 -8
- package/{esm2015/foehn-menu-prestation/foehn-list-summary/foehn-list-item-description.js → esm2020/foehn-menu-prestation/foehn-list-summary/foehn-list-item-description.mjs} +0 -0
- package/{esm2015/foehn-menu-prestation/foehn-list-summary/foehn-list-item.js → esm2020/foehn-menu-prestation/foehn-list-summary/foehn-list-item.mjs} +0 -0
- package/esm2020/foehn-menu-prestation/foehn-list-summary/foehn-list-summary.component.mjs +71 -0
- package/esm2020/foehn-menu-prestation/foehn-menu-items/foehn-menu-item/foehn-menu-item.component.mjs +35 -0
- package/{esm2015/foehn-menu-prestation/foehn-menu-items/foehn-menu-item-transmit/foehn-menu-item-transmit.component.js → esm2020/foehn-menu-prestation/foehn-menu-items/foehn-menu-item-transmit/foehn-menu-item-transmit.component.mjs} +5 -8
- package/{esm2015/foehn-menu-prestation/foehn-menu-prestation.module.js → esm2020/foehn-menu-prestation/foehn-menu-prestation.module.mjs} +4 -4
- package/{esm2015/foehn-misc/foehn-abbr.component.js → esm2020/foehn-misc/foehn-abbr.component.mjs} +5 -9
- package/{esm2015/foehn-misc/foehn-misc.module.js → esm2020/foehn-misc/foehn-misc.module.mjs} +4 -4
- package/esm2020/foehn-modal/foehn-modal.component.mjs +96 -0
- package/{esm2015/foehn-modal/foehn-modal.module.js → esm2020/foehn-modal/foehn-modal.module.mjs} +4 -4
- package/esm2020/foehn-nav13/foehn-input-nav13.component.mjs +94 -0
- package/{esm2015/foehn-nav13/foehn-input-nav13.module.js → esm2020/foehn-nav13/foehn-input-nav13.module.mjs} +4 -4
- package/esm2020/foehn-navigation/foehn-navigation.component.mjs +94 -0
- package/{esm2015/foehn-navigation/foehn-navigation.module.js → esm2020/foehn-navigation/foehn-navigation.module.mjs} +4 -4
- package/{esm2015/foehn-navigation/foehn-navigation.service.js → esm2020/foehn-navigation/foehn-navigation.service.mjs} +12 -12
- package/{esm2015/foehn-notfound/foehn-notfound.component.js → esm2020/foehn-notfound/foehn-notfound.component.mjs} +5 -8
- package/{esm2015/foehn-notfound/foehn-notfound.module.js → esm2020/foehn-notfound/foehn-notfound.module.mjs} +4 -4
- package/{esm2015/foehn-page/foehn-page-counter.component.js → esm2020/foehn-page/foehn-page-counter.component.mjs} +5 -8
- package/esm2020/foehn-page/foehn-page-modal.component.mjs +52 -0
- package/{esm2015/foehn-page/foehn-page-modal.service.js → esm2020/foehn-page/foehn-page-modal.service.mjs} +3 -3
- package/esm2020/foehn-page/foehn-page.component.mjs +215 -0
- package/{esm2015/foehn-page/foehn-page.module.js → esm2020/foehn-page/foehn-page.module.mjs} +4 -4
- package/{esm2015/foehn-page/foehn-page.service.js → esm2020/foehn-page/foehn-page.service.mjs} +4 -4
- package/{esm2015/foehn-recap-section/foehn-recap-section.component.js → esm2020/foehn-recap-section/foehn-recap-section.component.mjs} +5 -8
- package/{esm2015/foehn-recap-section/foehn-recap-section.module.js → esm2020/foehn-recap-section/foehn-recap-section.module.mjs} +4 -4
- package/{esm2015/foehn-recap-section/foehn-recap-section.type.js → esm2020/foehn-recap-section/foehn-recap-section.type.mjs} +0 -0
- package/{esm2015/foehn-remaining-alerts-summary/foehn-remaining-alerts-summary.component.js → esm2020/foehn-remaining-alerts-summary/foehn-remaining-alerts-summary.component.mjs} +5 -9
- package/{esm2015/foehn-remaining-alerts-summary/foehn-remaining-alerts-summary.module.js → 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 +37 -0
- package/{esm2015/foehn-status-progress-bar/foehn-status-progress-bar.module.js → esm2020/foehn-status-progress-bar/foehn-status-progress-bar.module.mjs} +4 -4
- package/{esm2015/foehn-table/foehn-table-column-configuration.js → esm2020/foehn-table/foehn-table-column-configuration.mjs} +0 -0
- package/{esm2015/foehn-table/foehn-table-page-change-event.js → esm2020/foehn-table/foehn-table-page-change-event.mjs} +0 -0
- package/esm2020/foehn-table/foehn-table.component.mjs +147 -0
- package/{esm2015/foehn-table/foehn-table.module.js → esm2020/foehn-table/foehn-table.module.mjs} +4 -4
- package/{esm2015/foehn-table/tableSort.js → esm2020/foehn-table/tableSort.mjs} +0 -0
- package/{esm2015/foehn-upload/abstract-foehn-uploader.component.js → esm2020/foehn-upload/abstract-foehn-uploader.component.mjs} +17 -17
- package/{esm2015/foehn-upload/document-reference.js → esm2020/foehn-upload/document-reference.mjs} +0 -0
- package/{esm2015/foehn-upload/foehn-bo-multi-upload/bo-multi-upload.service.js → esm2020/foehn-upload/foehn-bo-multi-upload/bo-multi-upload.service.mjs} +3 -3
- package/{esm2015/foehn-upload/foehn-bo-multi-upload/bo-multi-upload.type.js → esm2020/foehn-upload/foehn-bo-multi-upload/bo-multi-upload.type.mjs} +0 -0
- package/esm2020/foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.component.mjs +165 -0
- package/{esm2015/foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.module.js → 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 +214 -0
- package/{esm2015/foehn-upload/foehn-multi-upload/foehn-multi-upload.module.js → esm2020/foehn-upload/foehn-multi-upload/foehn-multi-upload.module.mjs} +4 -4
- package/{esm2015/foehn-upload/foehn-multi-upload/multi-upload.service.js → esm2020/foehn-upload/foehn-multi-upload/multi-upload.service.mjs} +3 -3
- package/{esm2015/foehn-upload/foehn-multi-upload/multi-upload.type.js → esm2020/foehn-upload/foehn-multi-upload/multi-upload.type.mjs} +0 -0
- package/{esm2015/foehn-upload/foehn-multi-upload/pending-upload.service.js → esm2020/foehn-upload/foehn-multi-upload/pending-upload.service.mjs} +3 -3
- package/esm2020/foehn-upload/foehn-picture-upload/foehn-picture-upload.component.mjs +163 -0
- package/{esm2015/foehn-upload/foehn-picture-upload/foehn-picture-upload.module.js → esm2020/foehn-upload/foehn-picture-upload/foehn-picture-upload.module.mjs} +4 -4
- package/{esm2015/foehn-upload/pending-upload.type.js → esm2020/foehn-upload/pending-upload.type.mjs} +0 -0
- package/esm2020/foehn-upload/uploader.helper.mjs +326 -0
- package/{esm2015/foehn-user-connected-as/foehn-user-connected-as.component.js → esm2020/foehn-user-connected-as/foehn-user-connected-as.component.mjs} +5 -8
- package/{esm2015/foehn-user-connected-as/foehn-user-connected-as.module.js → esm2020/foehn-user-connected-as/foehn-user-connected-as.module.mjs} +4 -4
- package/{esm2015/foehn-validation-alert-summary/foehn-validation-alert-summary.component.js → esm2020/foehn-validation-alert-summary/foehn-validation-alert-summary.component.mjs} +5 -9
- package/{esm2015/foehn-validation-alert-summary/foehn-validation-alert-summary.module.js → esm2020/foehn-validation-alert-summary/foehn-validation-alert-summary.module.mjs} +4 -4
- package/esm2020/foehn-validation-alerts/foehn-validation-alerts.component.mjs +29 -0
- package/{esm2015/foehn-validation-alerts/foehn-validation-alerts.module.js → esm2020/foehn-validation-alerts/foehn-validation-alerts.module.mjs} +4 -4
- package/esm2020/form-error.mjs +2 -0
- package/esm2020/form-post-response.mjs +10 -0
- package/{esm2015/gesdem/gesdem-error-handler.service.js → esm2020/gesdem/gesdem-error-handler.service.mjs} +3 -3
- package/esm2020/gesdem/gesdem-event.service.mjs +38 -0
- package/esm2020/gesdem/gesdem-handler.service.mjs +151 -0
- package/{esm2015/gesdem/gesdem-loader.guard.js → esm2020/gesdem/gesdem-loader.guard.mjs} +3 -3
- package/{esm2015/gesdem/gesdem-statut-utils.js → esm2020/gesdem/gesdem-statut-utils.mjs} +0 -0
- package/{esm2015/gesdem-action-recovery/gesdem-action-recovery-login/gesdem-action-recovery-login.component.js → esm2020/gesdem-action-recovery/gesdem-action-recovery-login/gesdem-action-recovery-login.component.mjs} +5 -10
- package/esm2020/gesdem-action-recovery/gesdem-action-recovery-registration/gesdem-action-recovery-registration.component.mjs +128 -0
- package/{esm2015/gesdem-action-recovery/gesdem-action-recovery.module.js → esm2020/gesdem-action-recovery/gesdem-action-recovery.module.mjs} +4 -4
- package/esm2020/gesdem-action-recovery/gesdem-action-recovery.service.mjs +82 -0
- package/{esm2015/gesdem-action-recovery/reprise-info.js → esm2020/gesdem-action-recovery/reprise-info.mjs} +0 -0
- package/esm2020/gesdem-confirmation/gesdem-confirmation.component.mjs +189 -0
- package/{esm2015/gesdem-confirmation/gesdem-confirmation.module.js → esm2020/gesdem-confirmation/gesdem-confirmation.module.mjs} +4 -4
- package/{esm2015/gesdem-error/gesdem-error.component.js → esm2020/gesdem-error/gesdem-error.component.mjs} +5 -9
- package/{esm2015/gesdem-error/gesdem-error.module.js → esm2020/gesdem-error/gesdem-error.module.mjs} +4 -4
- package/{esm2015/helpers/object.helper.js → esm2020/helpers/object.helper.mjs} +2 -2
- package/{esm2015/i18n-form.js → esm2020/i18n-form.mjs} +0 -0
- package/{esm2015/index.js → esm2020/index.mjs} +3 -3
- package/{esm2015/pipes/currency.pipe.js → esm2020/pipes/currency.pipe.mjs} +3 -3
- package/{esm2015/pipes/date.pipe.js → esm2020/pipes/date.pipe.mjs} +3 -3
- package/{esm2015/pipes/formatIde.pipe.js → esm2020/pipes/formatIde.pipe.mjs} +3 -3
- package/{esm2015/pipes/pipes.module.js → esm2020/pipes/pipes.module.mjs} +4 -4
- package/{esm2015/prestations-ng-core.module.js → esm2020/prestations-ng-core.module.mjs} +4 -4
- package/{esm2015/sdk-appinfo/application-info.js → esm2020/sdk-appinfo/application-info.mjs} +0 -0
- package/esm2020/sdk-appinfo/application-info.service.mjs +102 -0
- package/{esm2015/sdk-currency/currency.helper.js → esm2020/sdk-currency/currency.helper.mjs} +3 -3
- package/esm2020/sdk-date/date.helper.mjs +91 -0
- package/{esm2015/sdk-dictionary/default-dictionary.js → esm2020/sdk-dictionary/default-dictionary.mjs} +0 -0
- package/{esm2015/sdk-dictionary/sdk-dictionary.module.js → esm2020/sdk-dictionary/sdk-dictionary.module.mjs} +4 -4
- package/{esm2015/sdk-dictionary/sdk-dictionary.pipe.js → esm2020/sdk-dictionary/sdk-dictionary.pipe.mjs} +5 -5
- package/{esm2015/sdk-dictionary/sdk-dictionary.service.js → esm2020/sdk-dictionary/sdk-dictionary.service.mjs} +3 -3
- package/{esm2015/sdk-epayment/model/EPaymentParameters.js → esm2020/sdk-epayment/model/EPaymentParameters.mjs} +0 -0
- package/esm2020/sdk-epayment/sdk-epayment.component.mjs +79 -0
- package/{esm2015/sdk-epayment/sdk-epayment.module.js → esm2020/sdk-epayment/sdk-epayment.module.mjs} +4 -4
- package/esm2020/sdk-epayment/sdk-epayment.service.mjs +51 -0
- package/{esm2015/sdk-recaptcha/grecaptcha/grecaptcha.component.js → esm2020/sdk-recaptcha/grecaptcha/grecaptcha.component.mjs} +5 -9
- package/esm2020/sdk-recaptcha/recaptcha.service.mjs +162 -0
- package/esm2020/sdk-recaptcha/sdk-recaptcha.component.mjs +68 -0
- package/{esm2015/sdk-recaptcha/sdk-recaptcha.module.js → esm2020/sdk-recaptcha/sdk-recaptcha.module.mjs} +4 -4
- package/{esm2015/sdk-redirect/iam-expired-interceptor.service.js → esm2020/sdk-redirect/iam-expired-interceptor.service.mjs} +3 -3
- package/{esm2015/sdk-redirect/redirect.component.js → esm2020/sdk-redirect/redirect.component.mjs} +5 -9
- package/{esm2015/sdk-redirect/sdk-redirect.module.js → esm2020/sdk-redirect/sdk-redirect.module.mjs} +4 -4
- package/{esm2015/sdk-session-info/session-info-data.js → esm2020/sdk-session-info/session-info-data.mjs} +1 -1
- package/{esm2015/sdk-session-info/session-info-with-application.service.js → esm2020/sdk-session-info/session-info-with-application.service.mjs} +3 -3
- package/esm2020/sdk-session-info/session-info.service.mjs +73 -0
- package/{esm2015/sdk-support-alert/support-alert-container.component.js → esm2020/sdk-support-alert/support-alert-container.component.mjs} +5 -9
- package/esm2020/sdk-support-alert/support-alert.component.mjs +34 -0
- package/{esm2015/sdk-support-alert/support-alert.model.js → esm2020/sdk-support-alert/support-alert.model.mjs} +0 -0
- package/{esm2015/sdk-support-alert/support-alert.module.js → esm2020/sdk-support-alert/support-alert.module.mjs} +4 -4
- package/{esm2015/sdk-support-alert/support-alert.service.js → esm2020/sdk-support-alert/support-alert.service.mjs} +3 -3
- package/{esm2015/service-locator.js → esm2020/service-locator.mjs} +0 -0
- package/esm2020/supported-browser.mjs +2 -0
- package/esm2020/validation/validation-handler.service.mjs +44 -0
- package/fesm2015/{dsivd-prestations-ng.js → dsivd-prestations-ng.mjs} +973 -1300
- package/fesm2015/dsivd-prestations-ng.mjs.map +1 -0
- package/fesm2020/dsivd-prestations-ng.mjs +11532 -0
- package/fesm2020/dsivd-prestations-ng.mjs.map +1 -0
- package/foehn-breadcrumb/breadcrumb-event.service.d.ts +2 -2
- package/foehn-checkables/foehn-checkable-group.component.d.ts +3 -3
- package/foehn-confirm-modal/foehn-confirm-modal.component.d.ts +1 -1
- package/foehn-date-picker/date-picker-navigation.helper.d.ts +1 -1
- package/foehn-date-picker/date-picker.helper.d.ts +1 -1
- package/foehn-date-picker/foehn-date-picker.component.d.ts +3 -3
- package/foehn-date-picker-button/foehn-date-picker-button.component.d.ts +2 -2
- package/foehn-debug-summary/foehn-debug-summary.component.d.ts +1 -1
- package/foehn-growl/foehn-growl.component.d.ts +1 -1
- package/foehn-header/foehn-header.component.d.ts +2 -2
- package/foehn-input/foehn-input-number.component.d.ts +1 -1
- package/foehn-input/foehn-input.component.d.ts +4 -4
- package/foehn-list/foehn-list.component.d.ts +2 -2
- package/foehn-menu-prestation/abstract-list-item-detail-page.component.d.ts +1 -1
- package/foehn-modal/foehn-modal.component.d.ts +1 -1
- package/foehn-navigation/foehn-navigation.service.d.ts +2 -2
- package/foehn-page/foehn-page.service.d.ts +2 -2
- package/foehn-table/foehn-table.component.d.ts +2 -2
- package/foehn-upload/abstract-foehn-uploader.component.d.ts +2 -2
- package/foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.component.d.ts +1 -1
- package/foehn-upload/foehn-multi-upload/foehn-multi-upload.component.d.ts +2 -2
- package/foehn-upload/foehn-picture-upload/foehn-picture-upload.component.d.ts +1 -1
- package/foehn-upload/uploader.helper.d.ts +12 -12
- package/foehn-validation-alerts/foehn-validation-alerts.component.d.ts +3 -3
- package/{error-template.d.ts → form-error.d.ts} +1 -1
- package/form-post-response.d.ts +17 -0
- package/gesdem/gesdem-event.service.d.ts +6 -6
- package/gesdem/gesdem-handler.service.d.ts +3 -3
- package/gesdem-action-recovery/gesdem-action-recovery-registration/gesdem-action-recovery-registration.component.d.ts +2 -2
- package/gesdem-action-recovery/gesdem-action-recovery.service.d.ts +2 -2
- package/gesdem-confirmation/gesdem-confirmation.component.d.ts +4 -4
- package/index.d.ts +2 -2
- package/package.json +26 -13
- package/schematics/ng-add/index.js +6 -6
- package/schematics/ng-update/migrations/update-13_1_0/index.js +2 -2
- package/schematics/ng-update/migrations/update-13_2_0/index.js +3 -3
- package/schematics/ng-update/migrations/update-13_5_1/index.js +2 -2
- package/schematics/ng-update/migrations/update-14_5_0/index.js +2 -2
- package/schematics/update-karma-config/index.js +2 -2
- package/schematics/utility/migrate-to-karma-coverage.js +3 -3
- package/sdk-appinfo/application-info.service.d.ts +2 -2
- package/sdk-epayment/sdk-epayment.component.d.ts +3 -13
- package/sdk-epayment/sdk-epayment.service.d.ts +2 -5
- package/sdk-recaptcha/recaptcha.service.d.ts +2 -2
- package/sdk-recaptcha/sdk-recaptcha.component.d.ts +2 -2
- package/sdk-session-info/session-info-data.d.ts +0 -1
- package/sdk-session-info/session-info.service.d.ts +9 -2
- package/validation/validation-handler.service.d.ts +4 -4
- package/backend-response.d.ts +0 -18
- package/bundles/dsivd-prestations-ng.umd.js +0 -13472
- package/bundles/dsivd-prestations-ng.umd.js.map +0 -1
- package/dsivd-prestations-ng-v14.5.20.tgz +0 -0
- package/esm2015/abstract-page-component.js +0 -224
- package/esm2015/backend-response.js +0 -10
- package/esm2015/error-template.js +0 -2
- package/esm2015/foehn-address/foehn-input-address.component.js +0 -365
- package/esm2015/foehn-address/foehn-input-foreign-locality.component.js +0 -71
- package/esm2015/foehn-autocomplete/foehn-autocomplete.component.js +0 -556
- package/esm2015/foehn-boolean/foehn-boolean-checkbox.component.js +0 -32
- package/esm2015/foehn-boolean/foehn-boolean-radio.component.js +0 -41
- package/esm2015/foehn-checkables/foehn-checkable-group.component.js +0 -294
- package/esm2015/foehn-checkables/foehn-checkbox.component.js +0 -40
- package/esm2015/foehn-checkables/foehn-radio.component.js +0 -67
- package/esm2015/foehn-checkables/foehn-select.component.js +0 -66
- package/esm2015/foehn-confirm-modal/foehn-confirm-modal.component.js +0 -42
- package/esm2015/foehn-date-picker-button/foehn-date-picker-button.component.js +0 -74
- package/esm2015/foehn-decision-electronique/foehn-decision-electronique.component.js +0 -40
- package/esm2015/foehn-footer/foehn-footer.component.js +0 -132
- package/esm2015/foehn-header/foehn-header.component.js +0 -73
- package/esm2015/foehn-input/foehn-input-email.component.js +0 -55
- package/esm2015/foehn-input/foehn-input-hidden.component.js +0 -57
- package/esm2015/foehn-input/foehn-input-password.component.js +0 -55
- package/esm2015/foehn-input-date/foehn-input-date.component.js +0 -94
- package/esm2015/foehn-input-time/foehn-input-time.component.js +0 -79
- package/esm2015/foehn-list/foehn-list.component.js +0 -134
- package/esm2015/foehn-menu-prestation/abstract-list-item-detail-page.component.js +0 -122
- package/esm2015/foehn-menu-prestation/foehn-list-summary/foehn-list-summary.component.js +0 -75
- package/esm2015/foehn-menu-prestation/foehn-menu-items/foehn-menu-item/foehn-menu-item.component.js +0 -38
- package/esm2015/foehn-modal/foehn-modal.component.js +0 -100
- package/esm2015/foehn-nav13/foehn-input-nav13.component.js +0 -98
- package/esm2015/foehn-navigation/foehn-navigation.component.js +0 -98
- package/esm2015/foehn-page/foehn-page-modal.component.js +0 -55
- package/esm2015/foehn-page/foehn-page.component.js +0 -217
- package/esm2015/foehn-status-progress-bar/foehn-status-progress-bar.component.js +0 -42
- package/esm2015/foehn-table/foehn-table.component.js +0 -151
- package/esm2015/foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.component.js +0 -171
- package/esm2015/foehn-upload/foehn-multi-upload/foehn-multi-upload.component.js +0 -220
- package/esm2015/foehn-upload/foehn-picture-upload/foehn-picture-upload.component.js +0 -167
- package/esm2015/foehn-upload/uploader.helper.js +0 -322
- package/esm2015/foehn-validation-alerts/foehn-validation-alerts.component.js +0 -32
- package/esm2015/gesdem/gesdem-event.service.js +0 -38
- package/esm2015/gesdem/gesdem-handler.service.js +0 -151
- package/esm2015/gesdem-action-recovery/gesdem-action-recovery-registration/gesdem-action-recovery-registration.component.js +0 -133
- package/esm2015/gesdem-action-recovery/gesdem-action-recovery.service.js +0 -82
- package/esm2015/gesdem-confirmation/gesdem-confirmation.component.js +0 -194
- package/esm2015/sdk-appinfo/application-info.service.js +0 -111
- package/esm2015/sdk-date/date.helper.js +0 -90
- package/esm2015/sdk-epayment/model/EPaymentRequest.js +0 -3
- package/esm2015/sdk-epayment/sdk-epayment.component.js +0 -113
- package/esm2015/sdk-epayment/sdk-epayment.service.js +0 -46
- package/esm2015/sdk-recaptcha/recaptcha.service.js +0 -162
- package/esm2015/sdk-recaptcha/sdk-recaptcha.component.js +0 -72
- package/esm2015/sdk-session-info/session-info.service.js +0 -44
- package/esm2015/sdk-support-alert/support-alert.component.js +0 -38
- package/esm2015/supported-browser.js +0 -2
- package/esm2015/validation/validation-handler.service.js +0 -44
- package/fesm2015/dsivd-prestations-ng.js.map +0 -1
- package/sdk-epayment/model/EPaymentRequest.d.ts +0 -5
|
@@ -11,6 +11,8 @@ export declare class BreadcrumbEventService {
|
|
|
11
11
|
private readonly _neverConnectedBreadcrumbObservable;
|
|
12
12
|
private _skipLeavingAlertBecauseDemandIsTransmitted;
|
|
13
13
|
constructor(sessionInfo: SessionInfo);
|
|
14
|
+
get skipLeavingAlertBecauseDemandIsTransmitted(): boolean;
|
|
15
|
+
set skipLeavingAlertBecauseDemandIsTransmitted(value: boolean);
|
|
14
16
|
/**
|
|
15
17
|
* Set the breadcrumb. This value will override any configuration injected with
|
|
16
18
|
* `setConfiguration`. Only use if you want to handle the breadcrumb manually.
|
|
@@ -18,8 +20,6 @@ export declare class BreadcrumbEventService {
|
|
|
18
20
|
* @param breadcrumb as Breadcrumb
|
|
19
21
|
*/
|
|
20
22
|
setBreadcrumb(breadcrumb: Breadcrumb): void;
|
|
21
|
-
set skipLeavingAlertBecauseDemandIsTransmitted(value: boolean);
|
|
22
|
-
get skipLeavingAlertBecauseDemandIsTransmitted(): boolean;
|
|
23
23
|
/**
|
|
24
24
|
* The breadcrumb value.
|
|
25
25
|
*
|
|
@@ -26,16 +26,16 @@ export declare abstract class FoehnCheckableGroupComponent extends FoehnInputCom
|
|
|
26
26
|
elementDisabled: any;
|
|
27
27
|
allElementDisabled: boolean;
|
|
28
28
|
elementGroup: any;
|
|
29
|
-
set defaultElementValue(val: string);
|
|
30
|
-
get defaultElementValue(): string;
|
|
31
29
|
groupedElements: FormSelectOptionGroup[];
|
|
32
30
|
httpClient: HttpClient;
|
|
33
31
|
protected multiple: boolean;
|
|
34
32
|
private pulling_;
|
|
35
33
|
private _onInitSubject;
|
|
36
34
|
private defaultElementValue_;
|
|
37
|
-
get onInitSubject(): Subject<any>;
|
|
38
35
|
constructor(ngZone: NgZone);
|
|
36
|
+
get onInitSubject(): Subject<any>;
|
|
37
|
+
get defaultElementValue(): string;
|
|
38
|
+
set defaultElementValue(val: string);
|
|
39
39
|
ngOnInit(): void;
|
|
40
40
|
ngOnChanges(changes: SimpleChanges): void;
|
|
41
41
|
getElements(): Observable<any>;
|
|
@@ -7,8 +7,8 @@ export declare class FoehnConfirmModalComponent implements OnInit {
|
|
|
7
7
|
private confirmModalService;
|
|
8
8
|
isVisible: boolean;
|
|
9
9
|
constructor(confirmModalService: FoehnConfirmModalService);
|
|
10
|
-
ngOnInit(): void;
|
|
11
10
|
get content(): Observable<FoehnConfirmModalContent>;
|
|
11
|
+
ngOnInit(): void;
|
|
12
12
|
cancel(): void;
|
|
13
13
|
ok(): void;
|
|
14
14
|
updateVisibilityStatus(status: boolean): void;
|
|
@@ -7,9 +7,9 @@ export declare class DatePickerNavigationHelper {
|
|
|
7
7
|
private _displayPreviousMonth;
|
|
8
8
|
get displayNextMonth(): Observable<void>;
|
|
9
9
|
get displayPreviousMonth(): Observable<void>;
|
|
10
|
-
private static convertElementToFocusedDay;
|
|
11
10
|
set currentFocusedElement(elem: Element);
|
|
12
11
|
set daysButtonsElemRef(elems: QueryList<ElementRef>);
|
|
12
|
+
private static convertElementToFocusedDay;
|
|
13
13
|
focusDefaultDay(hasSelectedDay: boolean): void;
|
|
14
14
|
focusNextDay(): void;
|
|
15
15
|
focusPreviousDay(): void;
|
|
@@ -12,12 +12,12 @@ export declare class DatePickerHelper {
|
|
|
12
12
|
private readonly DATE_STRING_FORMAT;
|
|
13
13
|
private readonly DATE_READABLE_FORMAT;
|
|
14
14
|
private _displayedMonthYear;
|
|
15
|
+
get displayedMonthYear(): Observable<MonthYear>;
|
|
15
16
|
private static getWeekday;
|
|
16
17
|
private static getNumberOfDaysInMonth;
|
|
17
18
|
private static getPreviousMonth;
|
|
18
19
|
private static getNextMonth;
|
|
19
20
|
loadLocale: (language: string) => Promise<unknown>;
|
|
20
|
-
get displayedMonthYear(): Observable<MonthYear>;
|
|
21
21
|
getWeekDays(): string[];
|
|
22
22
|
getWeeksOfMonth(initialYear: string, initialMonth: string, initialDay?: string): DayMonth[][];
|
|
23
23
|
getNextWeeksOfMonth(): DayMonth[][];
|
|
@@ -32,12 +32,12 @@ export declare class FoehnDatePickerComponent implements OnInit, OnDestroy, Afte
|
|
|
32
32
|
private readonly displayNextMonthSubscription;
|
|
33
33
|
private readonly displayPreviousMonthSubscription;
|
|
34
34
|
constructor(dictionary: SdkDictionaryService, ngZone: NgZone);
|
|
35
|
-
handleKeyboardUpEvent(event: KeyboardEvent): void;
|
|
36
|
-
handleKeyboardDownEvent(event: KeyboardEvent): void;
|
|
37
35
|
get isDatepickerVisible(): boolean;
|
|
38
36
|
set isDatepickerVisible(val: boolean);
|
|
39
|
-
set model(value: number[]);
|
|
40
37
|
get model(): number[];
|
|
38
|
+
set model(value: number[]);
|
|
39
|
+
handleKeyboardUpEvent(event: KeyboardEvent): void;
|
|
40
|
+
handleKeyboardDownEvent(event: KeyboardEvent): void;
|
|
41
41
|
ngOnInit(): void;
|
|
42
42
|
ngAfterViewInit(): void;
|
|
43
43
|
ngOnDestroy(): void;
|
|
@@ -9,9 +9,9 @@ export declare class FoehnDatePickerButtonComponent {
|
|
|
9
9
|
userInput: EventEmitter<number[]>;
|
|
10
10
|
model_: number[];
|
|
11
11
|
private isVisible;
|
|
12
|
-
set model(value: number[]);
|
|
13
|
-
get model(): number[];
|
|
14
12
|
get isDatepickerVisible(): boolean;
|
|
13
|
+
get model(): number[];
|
|
14
|
+
set model(value: number[]);
|
|
15
15
|
open(): void;
|
|
16
16
|
close(): void;
|
|
17
17
|
updateVisibilityStatus(status: boolean): void;
|
|
@@ -12,8 +12,8 @@ export declare class FoehnDebugSummaryComponent implements AfterViewInit {
|
|
|
12
12
|
debugInfos: Observable<FoehnRecapSectionElement[]>;
|
|
13
13
|
initDate: Date;
|
|
14
14
|
constructor(applicationInfoService: ApplicationInfoService, sessioninfo: SessionInfo, datePipe: DatePipe);
|
|
15
|
-
ngAfterViewInit(): void;
|
|
16
15
|
get elements(): Observable<FoehnRecapSectionElement[]>;
|
|
16
|
+
ngAfterViewInit(): void;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnDebugSummaryComponent, never>;
|
|
18
18
|
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnDebugSummaryComponent, "foehn-debug-summary", never, {}, {}, never, never>;
|
|
19
19
|
}
|
|
@@ -7,8 +7,8 @@ export declare class FoehnGrowlComponent implements OnDestroy {
|
|
|
7
7
|
private addMessageObserver;
|
|
8
8
|
private _messages;
|
|
9
9
|
constructor(growlService: GrowlBrokerService);
|
|
10
|
-
ngOnDestroy(): void;
|
|
11
10
|
get messages(): GrowlMessage[];
|
|
11
|
+
ngOnDestroy(): void;
|
|
12
12
|
hideMessage(message: GrowlMessage): void;
|
|
13
13
|
removeMessage(message: GrowlMessage): void;
|
|
14
14
|
cssTransitionEnd(message: GrowlMessage): void;
|
|
@@ -18,14 +18,14 @@ export declare class FoehnHeaderComponent implements OnInit {
|
|
|
18
18
|
applicationInfoService: ApplicationInfoService;
|
|
19
19
|
private readonly ENV_PROD;
|
|
20
20
|
constructor(sessionInfo: SessionInfo, applicationInfoService: ApplicationInfoService, dictionaryService: SdkDictionaryService);
|
|
21
|
-
ngOnInit(): void;
|
|
22
|
-
getEnvironmentLabel(info: ApplicationInfo): string;
|
|
23
21
|
get isConnected(): boolean;
|
|
24
22
|
get prenom(): string;
|
|
25
23
|
get nom(): string;
|
|
26
24
|
get beneficiaire(): string;
|
|
27
25
|
get isIamCyber(): boolean;
|
|
28
26
|
get isIamAcv(): boolean;
|
|
27
|
+
ngOnInit(): void;
|
|
28
|
+
getEnvironmentLabel(info: ApplicationInfo): string;
|
|
29
29
|
isParticulier(): boolean;
|
|
30
30
|
languageChanged(languageCode: string): void;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnHeaderComponent, never>;
|
|
@@ -5,8 +5,8 @@ export declare class FoehnInputNumberComponent extends FoehnInputStringComponent
|
|
|
5
5
|
allowDecimal: boolean;
|
|
6
6
|
allowNegative: boolean;
|
|
7
7
|
maxDecimalCount: number;
|
|
8
|
-
set model(value: string);
|
|
9
8
|
get model(): string;
|
|
9
|
+
set model(value: string);
|
|
10
10
|
ngOnInit(): void;
|
|
11
11
|
updateNgModel(value: string): void;
|
|
12
12
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, OnDestroy, OnInit, QueryList } from '@angular/core';
|
|
2
2
|
import { NgModel } from '@angular/forms';
|
|
3
|
-
import {
|
|
3
|
+
import { FormError } from '../form-error';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
5
|
import { ValidationHandlerService } from '../validation/validation-handler.service';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -65,10 +65,11 @@ export declare abstract class FoehnInputComponent<T> implements OnInit, OnDestro
|
|
|
65
65
|
private userInputObservable;
|
|
66
66
|
private userInputSubscription;
|
|
67
67
|
constructor();
|
|
68
|
+
get errors(): FormError[];
|
|
69
|
+
get model(): T;
|
|
70
|
+
set model(value: T);
|
|
68
71
|
ngOnInit(): void;
|
|
69
72
|
ngOnDestroy(): void;
|
|
70
|
-
set model(value: T);
|
|
71
|
-
get model(): T;
|
|
72
73
|
onModelChange(value: T): void;
|
|
73
74
|
handleChange(value: T): void;
|
|
74
75
|
updateNgModel(value: T): void;
|
|
@@ -80,7 +81,6 @@ export declare abstract class FoehnInputComponent<T> implements OnInit, OnDestro
|
|
|
80
81
|
markAsPristine(): void;
|
|
81
82
|
getNativeInputList(): NgModel[];
|
|
82
83
|
getMeAndSubComponents(): FoehnInputComponent<any>[];
|
|
83
|
-
get errors(): ErrorTemplate[];
|
|
84
84
|
refreshErrors(results: any[]): void;
|
|
85
85
|
focus(): void;
|
|
86
86
|
getMaxLength(): number;
|
|
@@ -12,8 +12,8 @@ export declare class FoehnListComponent implements OnChanges {
|
|
|
12
12
|
currentPage: number;
|
|
13
13
|
filteredList: any[];
|
|
14
14
|
private _list;
|
|
15
|
-
trackByFn: (index: number, item: any) => number;
|
|
16
15
|
set list(list: any[]);
|
|
16
|
+
trackByFn: (index: number, item: any) => number;
|
|
17
17
|
ngOnChanges(changes: SimpleChanges): void;
|
|
18
18
|
previousPage(): void;
|
|
19
19
|
hasPreviousPage(): boolean;
|
|
@@ -23,5 +23,5 @@ export declare class FoehnListComponent implements OnChanges {
|
|
|
23
23
|
pagesCount(): number;
|
|
24
24
|
private buildFilteredList;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnListComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnListComponent, "foehn-list", never, { "itemsPerPage": "itemsPerPage"; "id": "id"; "previousLabel": "previousLabel"; "nextLabel": "nextLabel"; "fixedPageCount": "fixedPageCount"; "
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnListComponent, "foehn-list", never, { "itemsPerPage": "itemsPerPage"; "id": "id"; "previousLabel": "previousLabel"; "nextLabel": "nextLabel"; "fixedPageCount": "fixedPageCount"; "list": "list"; "trackByFn": "trackByFn"; }, { "pageChange": "pageChange"; }, ["templateVariable"], never>;
|
|
27
27
|
}
|
|
@@ -15,6 +15,7 @@ export declare abstract class AbstractListDetailPageComponent<FORM_TYPE extends
|
|
|
15
15
|
itemIndex: number;
|
|
16
16
|
private formSub;
|
|
17
17
|
constructor(activatedRoute: ActivatedRoute, confirmModalService: FoehnConfirmModalService, router: Router, location: Location);
|
|
18
|
+
get itemToEdit(): ITEM_TYPE;
|
|
18
19
|
ngOnInit(): void;
|
|
19
20
|
ngOnDestroy(): void;
|
|
20
21
|
protected getNextTrackingIndex(): number;
|
|
@@ -25,7 +26,6 @@ export declare abstract class AbstractListDetailPageComponent<FORM_TYPE extends
|
|
|
25
26
|
private assignItemIndex;
|
|
26
27
|
private scrollToSpecifiedElement;
|
|
27
28
|
private showErrors;
|
|
28
|
-
get itemToEdit(): ITEM_TYPE;
|
|
29
29
|
abstract getList(): ITEM_TYPE[];
|
|
30
30
|
abstract getNewListItem(): ITEM_TYPE;
|
|
31
31
|
abstract getListPagePath(): string;
|
|
@@ -15,9 +15,9 @@ export declare class FoehnModalComponent {
|
|
|
15
15
|
specificfooter: ElementRef;
|
|
16
16
|
modalDefaultCloseBtn: ElementRef;
|
|
17
17
|
private isVisible;
|
|
18
|
-
handleKeyboardEvent(event: KeyboardEvent): void;
|
|
19
18
|
get isModalVisible(): boolean;
|
|
20
19
|
set isModalVisible(val: boolean);
|
|
20
|
+
handleKeyboardEvent(event: KeyboardEvent): void;
|
|
21
21
|
private focusOnContainer;
|
|
22
22
|
private focusOnModalTrigger;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnModalComponent, never>;
|
|
@@ -21,12 +21,12 @@ export declare class FoehnNavigationService {
|
|
|
21
21
|
private initializedAndRouteActivated;
|
|
22
22
|
private linearRouting;
|
|
23
23
|
constructor(router: Router, gesdemService: GesdemHandlerService, gesdemActionRecoveryService: GesdemActionRecoveryService, route: ActivatedRoute, location: Location);
|
|
24
|
-
static getRootRouteRecursive(route: ActivatedRouteSnapshot): Route;
|
|
25
24
|
get initialized(): boolean;
|
|
25
|
+
set activatedRoute(value: ActivatedRoute);
|
|
26
|
+
static getRootRouteRecursive(route: ActivatedRouteSnapshot): Route;
|
|
26
27
|
initRoute(route: Route): void;
|
|
27
28
|
throwIfNotInit(): void;
|
|
28
29
|
updateRouteInformations(): void;
|
|
29
|
-
set activatedRoute(value: ActivatedRoute);
|
|
30
30
|
getFirstRoute(): Route;
|
|
31
31
|
current(): Promise<boolean>;
|
|
32
32
|
hasBeenInitialized(): Observable<boolean>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import {
|
|
2
|
+
import { FormPostResponse } from '../form-post-response';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class FoehnPageService {
|
|
5
5
|
private _foehnPageSubject;
|
|
@@ -13,7 +13,7 @@ export declare class FoehnPageService {
|
|
|
13
13
|
saveFormRequest(): Observable<void>;
|
|
14
14
|
setCurrentEtapeId(etapeId: string): void;
|
|
15
15
|
onEtapeIdChange(): Observable<string>;
|
|
16
|
-
isUserCategoryVisible(isFirstPage: boolean, isLastPage: boolean, isUserCategoryEnabled: boolean, isInitialStep: boolean, isUserNeverConnected: boolean, backendResponse:
|
|
16
|
+
isUserCategoryVisible(isFirstPage: boolean, isLastPage: boolean, isUserCategoryEnabled: boolean, isInitialStep: boolean, isUserNeverConnected: boolean, backendResponse: FormPostResponse<any>, isCurrentRouteDefined: boolean): boolean;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnPageService, never>;
|
|
18
18
|
static ɵprov: i0.ɵɵInjectableDeclaration<FoehnPageService>;
|
|
19
19
|
}
|
|
@@ -17,8 +17,8 @@ export declare class FoehnTableComponent implements OnChanges {
|
|
|
17
17
|
currentPage: number;
|
|
18
18
|
filteredList: unknown[];
|
|
19
19
|
private _list;
|
|
20
|
-
trackByFn: (index: number, item: unknown) => number;
|
|
21
20
|
set list(list: unknown[]);
|
|
21
|
+
trackByFn: (index: number, item: unknown) => number;
|
|
22
22
|
ngOnChanges(changes: SimpleChanges): void;
|
|
23
23
|
previousPage(): void;
|
|
24
24
|
hasPreviousPage(): boolean;
|
|
@@ -29,5 +29,5 @@ export declare class FoehnTableComponent implements OnChanges {
|
|
|
29
29
|
triggerSort(sortAttribute: string): void;
|
|
30
30
|
private buildFilteredList;
|
|
31
31
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnTableComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnTableComponent, "foehn-table", never, { "itemsPerPage": "itemsPerPage"; "id": "id"; "previousLabel": "previousLabel"; "nextLabel": "nextLabel"; "totalElements": "totalElements"; "fixedPageCount": "fixedPageCount"; "columnsConfiguration": "columnsConfiguration"; "sort": "sort"; "
|
|
32
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnTableComponent, "foehn-table", never, { "itemsPerPage": "itemsPerPage"; "id": "id"; "previousLabel": "previousLabel"; "nextLabel": "nextLabel"; "totalElements": "totalElements"; "fixedPageCount": "fixedPageCount"; "columnsConfiguration": "columnsConfiguration"; "sort": "sort"; "list": "list"; "trackByFn": "trackByFn"; }, { "pageChange": "pageChange"; "sortChange": "sortChange"; }, never, never>;
|
|
33
33
|
}
|
|
@@ -6,7 +6,7 @@ import { ApplicationInfoService } from '../sdk-appinfo/application-info.service'
|
|
|
6
6
|
import { FoehnConfirmModalService } from '../foehn-confirm-modal/foehn-confirm-modal.service';
|
|
7
7
|
import { SdkDictionaryService } from '../sdk-dictionary/sdk-dictionary.service';
|
|
8
8
|
import { DocumentReference } from './document-reference';
|
|
9
|
-
import {
|
|
9
|
+
import { FormError } from '../form-error';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
export declare abstract class AbstractFoehnUploaderComponent<T> extends FoehnInputComponent<T> implements OnInit, OnDestroy {
|
|
12
12
|
protected applicationInfoService: ApplicationInfoService;
|
|
@@ -53,7 +53,7 @@ export declare abstract class AbstractFoehnUploaderComponent<T> extends FoehnInp
|
|
|
53
53
|
onDragover(event: any): void;
|
|
54
54
|
hasLiveUploadErrors(): boolean;
|
|
55
55
|
protected removeFileOnConfirmation(document: any): void;
|
|
56
|
-
protected displayLocalErrors(files: File[]):
|
|
56
|
+
protected displayLocalErrors(files: File[]): FormError[];
|
|
57
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractFoehnUploaderComponent<any>, never>;
|
|
58
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"; "overrideMaxSizeInMo": "overrideMaxSizeInMo"; "overrideMaxFileNameLength": "overrideMaxFileNameLength"; "overrideIllegalCharacters": "overrideIllegalCharacters"; "showDeleteConfirmationMessage": "showDeleteConfirmationMessage"; "deleteConfirmationMessage": "deleteConfirmationMessage"; }, {}, never>;
|
|
59
59
|
}
|
|
@@ -19,7 +19,7 @@ export declare class FoehnBoMultiUploadComponent extends AbstractFoehnUploaderCo
|
|
|
19
19
|
constructor(boMultiUploadService: BoMultiUploadService, applicationInfoService: ApplicationInfoService, confirmModalService: FoehnConfirmModalService, dictionaryService: SdkDictionaryService);
|
|
20
20
|
ngOnInit(): void;
|
|
21
21
|
canAddMoreFiles(): boolean;
|
|
22
|
-
onFileChange(event:
|
|
22
|
+
onFileChange(event: Event): void;
|
|
23
23
|
onDrop(event: any): void;
|
|
24
24
|
private populateFileItemList;
|
|
25
25
|
private displayResultFromServer;
|
|
@@ -18,12 +18,12 @@ export declare class FoehnMultiUploadComponent extends AbstractFoehnUploaderComp
|
|
|
18
18
|
pendingUploadService: PendingUploadService;
|
|
19
19
|
private pendingUploadedErrorsSubscription;
|
|
20
20
|
constructor(multiUploadService: MultiUploadService, pendingUploadService: PendingUploadService, applicationInfoService: ApplicationInfoService, confirmModalService: FoehnConfirmModalService, dictionaryService: SdkDictionaryService);
|
|
21
|
+
get pendingFiles(): File[];
|
|
21
22
|
ngOnInit(): void;
|
|
22
23
|
ngOnDestroy(): void;
|
|
23
|
-
get pendingFiles(): File[];
|
|
24
24
|
trackByPending(pending: File): number;
|
|
25
25
|
canAddMoreFiles(): boolean;
|
|
26
|
-
onFileChange(event:
|
|
26
|
+
onFileChange(event: Event): void;
|
|
27
27
|
onDrop(event: any): void;
|
|
28
28
|
protected removeFileOnConfirmation(document: any): void;
|
|
29
29
|
private populateFileItemList;
|
|
@@ -25,6 +25,7 @@ export declare class FoehnPictureUploadComponent extends FoehnInputComponent<Doc
|
|
|
25
25
|
protected currentLanguageSubscription: Subscription;
|
|
26
26
|
protected currentLanguage: string;
|
|
27
27
|
constructor(growlService: GrowlBrokerService, uploadService: MultiUploadService, dictionaryService: SdkDictionaryService);
|
|
28
|
+
get hasPicture(): boolean;
|
|
28
29
|
ngOnInit(): void;
|
|
29
30
|
onPictureSelection(imgEvent: Event): void;
|
|
30
31
|
onPictureSelectionFailed(): void;
|
|
@@ -33,7 +34,6 @@ export declare class FoehnPictureUploadComponent extends FoehnInputComponent<Doc
|
|
|
33
34
|
savePicture(): void;
|
|
34
35
|
deleteFile(): void;
|
|
35
36
|
getDownloadUrl(): string;
|
|
36
|
-
get hasPicture(): boolean;
|
|
37
37
|
refreshErrors(results: any[]): void;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnPictureUploadComponent, never>;
|
|
39
39
|
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnPictureUploadComponent, "foehn-picture-upload", never, { "name": "name"; "key": "key"; "label": "label"; "baseUrl": "baseUrl"; "croppedPictureFilename": "croppedPictureFilename"; "resizeToWidth": "resizeToWidth"; "resizeToHeight": "resizeToHeight"; "shouldDisplayFileSavedConfirmation": "shouldDisplayFileSavedConfirmation"; }, {}, never, ["*"]>;
|
|
@@ -1,10 +1,17 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { FormError } from '../form-error';
|
|
2
2
|
import { SdkDictionaryService } from '../sdk-dictionary/sdk-dictionary.service';
|
|
3
3
|
import { ApplicationInfoService } from '../sdk-appinfo/application-info.service';
|
|
4
4
|
import { DocumentReferenceWithFile } from './document-reference';
|
|
5
5
|
export declare class UploaderHelper {
|
|
6
6
|
private dictionaryService;
|
|
7
7
|
private applicationInfoService;
|
|
8
|
+
private _accept;
|
|
9
|
+
private _maxSizeInMo;
|
|
10
|
+
private _maxFileNameLength;
|
|
11
|
+
private _illegalCharacters;
|
|
12
|
+
private _fileMinSizeInBytes;
|
|
13
|
+
private readonly CHAR_TO_REPLACE;
|
|
14
|
+
constructor(dictionaryService: SdkDictionaryService, applicationInfoService: ApplicationInfoService);
|
|
8
15
|
get fileMinSizeInBytes(): number;
|
|
9
16
|
set fileMinSizeInBytes(value: number);
|
|
10
17
|
get illegalCharacters(): string;
|
|
@@ -15,13 +22,6 @@ export declare class UploaderHelper {
|
|
|
15
22
|
set maxSizeInMo(value: number);
|
|
16
23
|
get accept(): string;
|
|
17
24
|
set accept(value: string);
|
|
18
|
-
private _accept;
|
|
19
|
-
private _maxSizeInMo;
|
|
20
|
-
private _maxFileNameLength;
|
|
21
|
-
private _illegalCharacters;
|
|
22
|
-
private _fileMinSizeInBytes;
|
|
23
|
-
private readonly CHAR_TO_REPLACE;
|
|
24
|
-
constructor(dictionaryService: SdkDictionaryService, applicationInfoService: ApplicationInfoService);
|
|
25
25
|
isFileTooBig(fileSizeInBytes: number, overrideMaxSizeInMo: number): boolean;
|
|
26
26
|
isFileTooSmall(fileSizeInBytes: number): boolean;
|
|
27
27
|
isFileNameLengthValid(filename: string, overrideMaxFileNameLength: number): boolean;
|
|
@@ -30,8 +30,8 @@ export declare class UploaderHelper {
|
|
|
30
30
|
isFileExtensionValid(fileExtension: string, overrideAcceptedExtensions: string): boolean;
|
|
31
31
|
getUniqueErrorByCode(name: string, errorCode: string, fileName: string, customErrors: {
|
|
32
32
|
[key: string]: string;
|
|
33
|
-
}, overrideMaxSizeInMo: number, overrideAcceptedExtensions: string, overrideMaxFileNameLength: number, overrideIllegalCharacters: string):
|
|
34
|
-
addCustomErrorOrDefault(name: string, destinationErrors:
|
|
33
|
+
}, overrideMaxSizeInMo: number, overrideAcceptedExtensions: string, overrideMaxFileNameLength: number, overrideIllegalCharacters: string): FormError;
|
|
34
|
+
addCustomErrorOrDefault(name: string, destinationErrors: FormError[], errorCode: string, fileName: string, customErrors: {
|
|
35
35
|
[key: string]: string;
|
|
36
36
|
}, overrideMaxSizeInMo: number, overrideAcceptedExtensions: string, overrideMaxFileNameLength: number, overrideIllegalCharacters: string): void;
|
|
37
37
|
createDefaultCustomErrors(customErrors: {
|
|
@@ -39,8 +39,8 @@ export declare class UploaderHelper {
|
|
|
39
39
|
}): void;
|
|
40
40
|
getLocalErrors(name: string, files: File[], customErrors: {
|
|
41
41
|
[key: string]: string;
|
|
42
|
-
}, overrideMaxSizeInMo: number, overrideAcceptedExtensions: string, overrideMaxFileNameLength: number, overrideIllegalCharacters: string):
|
|
43
|
-
hasLiveUploadErrors(errors:
|
|
42
|
+
}, overrideMaxSizeInMo: number, overrideAcceptedExtensions: string, overrideMaxFileNameLength: number, overrideIllegalCharacters: string): FormError[];
|
|
43
|
+
hasLiveUploadErrors(errors: FormError[]): boolean;
|
|
44
44
|
preventAndStop(event: any): void;
|
|
45
45
|
getAllFilesCount(data: any): string;
|
|
46
46
|
getAllFilesSizeInMo(data: any): string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FoehnInputComponent } from '../foehn-input/foehn-input.component';
|
|
2
|
-
import {
|
|
2
|
+
import { FormError } from '../form-error';
|
|
3
3
|
import { ValidationHandlerService } from '../validation/validation-handler.service';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class FoehnValidationAlertsComponent {
|
|
@@ -7,8 +7,8 @@ export declare class FoehnValidationAlertsComponent {
|
|
|
7
7
|
component: FoehnInputComponent<any>;
|
|
8
8
|
shouldErrorsBeLive: boolean;
|
|
9
9
|
constructor(validationHandlerService: ValidationHandlerService);
|
|
10
|
-
get errorMessages():
|
|
11
|
-
getMessage(error:
|
|
10
|
+
get errorMessages(): FormError[];
|
|
11
|
+
getMessage(error: FormError): string;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnValidationAlertsComponent, never>;
|
|
13
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnValidationAlertsComponent, "foehn-validation-alerts", never, { "component": "component"; "shouldErrorsBeLive": "shouldErrorsBeLive"; }, {}, never, never>;
|
|
14
14
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { FormError } from './form-error';
|
|
2
|
+
import { I18nForm } from './i18n-form';
|
|
3
|
+
export declare class FormMetadata {
|
|
4
|
+
reference: string;
|
|
5
|
+
currentAction: number;
|
|
6
|
+
referenceInterne: string;
|
|
7
|
+
critical: boolean;
|
|
8
|
+
initialisationDateTime: string;
|
|
9
|
+
transfertDateTime: string;
|
|
10
|
+
modificationDateTime: string;
|
|
11
|
+
statut: string;
|
|
12
|
+
}
|
|
13
|
+
export declare class FormPostResponse<T extends I18nForm> {
|
|
14
|
+
form: T;
|
|
15
|
+
errors: FormError[];
|
|
16
|
+
meta: FormMetadata;
|
|
17
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { Subject, Observable } from 'rxjs';
|
|
2
|
-
import {
|
|
2
|
+
import { FormPostResponse } from '../form-post-response';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class GesdemEventService {
|
|
5
5
|
private _formInitializationSubject;
|
|
6
6
|
private _formTransmittedSubject;
|
|
7
7
|
private _formSentSubject;
|
|
8
|
-
formInitializationObservable(): Observable<any>;
|
|
9
8
|
get formInitializationSubject(): Subject<any>;
|
|
10
|
-
|
|
11
|
-
get
|
|
12
|
-
|
|
13
|
-
|
|
9
|
+
get formTransmittedSubject(): Subject<FormPostResponse<any>>;
|
|
10
|
+
get formSentSubject(): Subject<FormPostResponse<any>>;
|
|
11
|
+
formInitializationObservable(): Observable<any>;
|
|
12
|
+
formTransmittedObservable(): Observable<FormPostResponse<any>>;
|
|
13
|
+
formSentObservable(): Observable<FormPostResponse<any>>;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<GesdemEventService, never>;
|
|
15
15
|
static ɵprov: i0.ɵɵInjectableDeclaration<GesdemEventService>;
|
|
16
16
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { HttpClient } from '@angular/common/http';
|
|
3
|
-
import {
|
|
3
|
+
import { FormPostResponse } from '../form-post-response';
|
|
4
4
|
import { GrowlBrokerService } from '../foehn-growl/growl-broker.service';
|
|
5
5
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
6
6
|
import { ValidationHandlerService } from '../validation/validation-handler.service';
|
|
@@ -20,10 +20,10 @@ export declare class GesdemHandlerService {
|
|
|
20
20
|
private _lastResponse;
|
|
21
21
|
private _captchaToken;
|
|
22
22
|
constructor(http: HttpClient, growlService: GrowlBrokerService, validationHandlerService: ValidationHandlerService, router: Router, route: ActivatedRoute, errorHandlerService: GesdemErrorHandlerService, sessionInfo: SessionInfo);
|
|
23
|
+
get lastResponse(): FormPostResponse<any>;
|
|
24
|
+
get updateFormDataSubject(): Observable<any>;
|
|
23
25
|
get prefix(): string;
|
|
24
26
|
set prefix(prefix: string);
|
|
25
|
-
get lastResponse(): BackendResponse<any>;
|
|
26
|
-
get updateFormDataSubject(): Observable<any>;
|
|
27
27
|
save(form: any): Observable<any>;
|
|
28
28
|
pdf(form: any): Observable<any>;
|
|
29
29
|
setCaptchaToken(token: string): void;
|
|
@@ -27,13 +27,13 @@ export declare class GesdemActionRecoveryRegistrationComponent implements OnInit
|
|
|
27
27
|
isConnectedCyber: Observable<boolean>;
|
|
28
28
|
private isVisible;
|
|
29
29
|
constructor(actionRecoveryService: GesdemActionRecoveryService, validationHandler: ValidationHandlerService, foehnPageService: FoehnPageService, gesdemEventService: GesdemEventService, gesdemService: GesdemHandlerService, appInfoService: ApplicationInfoService, sessionInfoService: SessionInfo);
|
|
30
|
-
ngOnInit(): void;
|
|
31
30
|
get isModalVisible(): boolean;
|
|
31
|
+
get reference(): string;
|
|
32
|
+
ngOnInit(): void;
|
|
32
33
|
open(): void;
|
|
33
34
|
close(): void;
|
|
34
35
|
sendAndClose(): void;
|
|
35
36
|
updateVisibilityStatus(status: boolean): void;
|
|
36
|
-
get reference(): string;
|
|
37
37
|
private canContinueLaterForEtape;
|
|
38
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<GesdemActionRecoveryRegistrationComponent, never>;
|
|
39
39
|
static ɵcmp: i0.ɵɵComponentDeclaration<GesdemActionRecoveryRegistrationComponent, "gesdem-action-recovery-registration", never, { "continueLaterLabel": "continueLaterLabel"; }, {}, never, never>;
|
|
@@ -2,7 +2,7 @@ import { Observable } from 'rxjs';
|
|
|
2
2
|
import { HttpClient } from '@angular/common/http';
|
|
3
3
|
import { GrowlBrokerService } from '../foehn-growl/growl-broker.service';
|
|
4
4
|
import { RepriseInfo } from './reprise-info';
|
|
5
|
-
import {
|
|
5
|
+
import { FormError } from '../form-error';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class GesdemActionRecoveryService {
|
|
8
8
|
private http;
|
|
@@ -10,7 +10,7 @@ export declare class GesdemActionRecoveryService {
|
|
|
10
10
|
_prefix: string;
|
|
11
11
|
constructor(http: HttpClient, growlService: GrowlBrokerService);
|
|
12
12
|
set prefix(prefix: string);
|
|
13
|
-
registerForRecovery(reference: string, info: RepriseInfo): Observable<
|
|
13
|
+
registerForRecovery(reference: string, info: RepriseInfo): Observable<FormError[]>;
|
|
14
14
|
getDefaultRecoveryValue(reference: string): Observable<RepriseInfo>;
|
|
15
15
|
startRecovery(reference: string): Observable<string>;
|
|
16
16
|
checkRecoveryPassword(reference: string, otp: string): Observable<boolean>;
|
|
@@ -40,14 +40,14 @@ export declare class GesdemConfirmationComponent implements OnInit, OnDestroy, O
|
|
|
40
40
|
private dataSubscription;
|
|
41
41
|
private pageTitleSubscription;
|
|
42
42
|
constructor(gesdemService: GesdemHandlerService, foehnPageService: FoehnPageService, activatedRoute: ActivatedRoute, dictionaryService: SdkDictionaryService, location: Location);
|
|
43
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
44
|
-
ngOnInit(): void;
|
|
45
|
-
ngOnDestroy(): void;
|
|
46
|
-
hasConnectedContent(): boolean;
|
|
47
43
|
get isTransferred(): boolean;
|
|
48
44
|
get isAbandoned(): boolean;
|
|
49
45
|
get isInProgress(): boolean;
|
|
50
46
|
get successLabelDicoKey(): string;
|
|
47
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
48
|
+
ngOnInit(): void;
|
|
49
|
+
ngOnDestroy(): void;
|
|
50
|
+
hasConnectedContent(): boolean;
|
|
51
51
|
private getFirstPageLink;
|
|
52
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<GesdemConfirmationComponent, never>;
|
|
53
53
|
static ɵcmp: i0.ɵɵComponentDeclaration<GesdemConfirmationComponent, "gesdem-confirmation", never, { "reference": "reference"; "setPageTitle": "setPageTitle"; "hasEmailSent": "hasEmailSent"; "closeHref": "closeHref"; "showDownloadPdfRecapButton": "showDownloadPdfRecapButton"; "showLinkToMyDemandes": "showLinkToMyDemandes"; "demandeIsClosedOnTransmit": "demandeIsClosedOnTransmit"; "actionStatut": "actionStatut"; "connectedConfirmationMessage": "connectedConfirmationMessage"; "connectedConfirmationMessageIfAbandoned": "connectedConfirmationMessageIfAbandoned"; "downloadPdfRecapButtonText": "downloadPdfRecapButtonText"; "closeButtonText": "closeButtonText"; "baseUrlPdf": "baseUrlPdf"; }, {}, never, ["*"]>;
|
package/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export * from './prestations-ng-core.module';
|
|
2
2
|
export * from './abstract-page-component';
|
|
3
|
-
export * from './
|
|
3
|
+
export * from './form-post-response';
|
|
4
4
|
export * from './i18n-form';
|
|
5
5
|
export * from './gesdem-error/gesdem-error.component';
|
|
6
6
|
export * from './foehn-notfound/foehn-notfound.component';
|
|
@@ -120,7 +120,7 @@ export * from './gesdem-confirmation/gesdem-confirmation.module';
|
|
|
120
120
|
export * from './foehn-notfound/foehn-notfound.module';
|
|
121
121
|
export * from './foehn-form/foehn-form.module';
|
|
122
122
|
export * from './foehn-form/foehn-form.component';
|
|
123
|
-
export * from './error
|
|
123
|
+
export * from './form-error';
|
|
124
124
|
export * from './foehn-user-connected-as/foehn-user-connected-as.component';
|
|
125
125
|
export * from './foehn-user-connected-as/foehn-user-connected-as.module';
|
|
126
126
|
export * from './foehn-upload/document-reference';
|