@dsivd/prestations-ng 15.5.13 → 16.0.0-beta1
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 +666 -1
- package/CONTRIBUTING.md +32 -1
- package/ESLINT_MIGRATION_GUIDE.md +1 -1
- package/README.md +6 -0
- package/UPGRADING_V12.md +0 -15
- package/UPGRADING_V13.md +0 -15
- package/UPGRADING_V14.md +8 -26
- package/UPGRADING_V15.md +113 -0
- package/UPGRADING_V16.md +63 -0
- package/abstract-page-component.d.ts +8 -8
- package/directives/currency-formatter.directive.d.ts +4 -1
- package/directives/iban-formatter.directive.d.ts +1 -1
- package/directives/ide-formatter.directive.d.ts +1 -1
- package/directives/ndc-formatter.directive.d.ts +1 -1
- package/dsivd-prestations-ng-v16.0.0-beta1.tgz +0 -0
- package/esm2020/abstract-page-component.mjs +223 -0
- package/esm2020/directives/currency-formatter.directive.mjs +143 -0
- package/{esm2015/directives/formatter.module.js → esm2020/directives/formatter.module.mjs} +8 -8
- package/{esm2015/directives/iban-formatter.directive.js → esm2020/directives/iban-formatter.directive.mjs} +4 -4
- package/{esm2015/directives/ide-formatter.directive.js → esm2020/directives/ide-formatter.directive.mjs} +4 -4
- package/{esm2015/directives/ndc-formatter.directive.js → esm2020/directives/ndc-formatter.directive.mjs} +4 -4
- 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} +1 -1
- package/esm2020/foehn-address/foehn-address.module.mjs +55 -0
- 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 +406 -0
- package/esm2020/foehn-address/foehn-input-foreign-locality.component.mjs +66 -0
- package/esm2020/foehn-address/foehn-input-foreign-street.component.mjs +55 -0
- package/esm2020/foehn-agenda/calendar.type.mjs +3 -0
- package/esm2020/foehn-agenda/current-week.type.mjs +4 -0
- package/esm2020/foehn-agenda/day-slots.type.mjs +3 -0
- package/esm2020/foehn-agenda/foehn-agenda-navigation/foehn-agenda-navigation.component.mjs +74 -0
- package/esm2020/foehn-agenda/foehn-agenda-timeslot-panel/foehn-agenda-timeslot-panel.component.mjs +242 -0
- package/esm2020/foehn-agenda/foehn-agenda.component.mjs +95 -0
- package/esm2020/foehn-agenda/foehn-agenda.module.mjs +62 -0
- package/esm2020/foehn-agenda/pagination-week.type.mjs +3 -0
- package/esm2020/foehn-agenda/selected-slot.type.mjs +3 -0
- package/esm2020/foehn-autocomplete/foehn-autocomplete.component.mjs +608 -0
- package/esm2020/foehn-autocomplete/foehn-autocomplete.module.mjs +40 -0
- package/esm2020/foehn-boolean/foehn-boolean-checkbox.component.mjs +28 -0
- package/esm2020/foehn-boolean/foehn-boolean-radio.component.mjs +40 -0
- package/esm2020/foehn-boolean/foehn-boolean.module.mjs +33 -0
- package/esm2020/foehn-breadcrumb/breadcrumb-event.service.mjs +181 -0
- package/{esm2015/foehn-breadcrumb/breadcrumb.js → esm2020/foehn-breadcrumb/breadcrumb.mjs} +0 -0
- package/esm2020/foehn-breadcrumb/foehn-breadcrumb.component.mjs +80 -0
- package/esm2020/foehn-breadcrumb/foehn-breadcrumb.module.mjs +19 -0
- package/esm2020/foehn-checkables/foehn-checkable-group.component.mjs +298 -0
- package/esm2020/foehn-checkables/foehn-checkables.module.mjs +68 -0
- package/esm2020/foehn-checkables/foehn-checkbox.component.mjs +37 -0
- package/esm2020/foehn-checkables/foehn-radio.component.mjs +64 -0
- package/esm2020/foehn-checkables/foehn-select.component.mjs +53 -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} +1 -1
- package/esm2020/foehn-confirm-modal/foehn-confirm-modal.component.mjs +40 -0
- package/esm2020/foehn-confirm-modal/foehn-confirm-modal.module.mjs +19 -0
- package/{esm2015/foehn-confirm-modal/foehn-confirm-modal.service.js → esm2020/foehn-confirm-modal/foehn-confirm-modal.service.mjs} +4 -4
- package/esm2020/foehn-date-picker/date-picker-navigation.helper.mjs +167 -0
- package/esm2020/foehn-date-picker/date-picker.helper.mjs +132 -0
- 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/esm2020/foehn-date-picker/foehn-date-picker.component.mjs +387 -0
- package/esm2020/foehn-date-picker/foehn-date-picker.module.mjs +40 -0
- 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 +97 -0
- package/esm2020/foehn-date-picker-button/foehn-date-picker-button.module.mjs +36 -0
- package/esm2020/foehn-debug-summary/foehn-debug-summary.component.mjs +67 -0
- package/{esm2015/foehn-debug-summary/foehn-debug-summary.component.module.js → esm2020/foehn-debug-summary/foehn-debug-summary.component.module.mjs} +7 -7
- package/esm2020/foehn-decision-electronique/foehn-decision-electronique.component.mjs +37 -0
- package/esm2020/foehn-decision-electronique/foehn-decision-electronique.module.mjs +32 -0
- package/esm2020/foehn-footer/foehn-footer.component.mjs +130 -0
- package/{esm2015/foehn-footer/foehn-footer.module.js → esm2020/foehn-footer/foehn-footer.module.mjs} +6 -6
- package/{esm2015/foehn-footer/footer-link.type.js → esm2020/foehn-footer/footer-link.type.mjs} +0 -0
- package/esm2020/foehn-form/foehn-form.component.mjs +135 -0
- package/esm2020/foehn-form/foehn-form.module.mjs +32 -0
- package/esm2020/foehn-form/register-ng-model.service.mjs +23 -0
- package/esm2020/foehn-growl/foehn-growl.component.mjs +44 -0
- package/{esm2015/foehn-growl/foehn-growl.module.js → esm2020/foehn-growl/foehn-growl.module.mjs} +6 -6
- package/{esm2015/foehn-growl/growl-broker.service.js → esm2020/foehn-growl/growl-broker.service.mjs} +5 -5
- package/{esm2015/foehn-growl/growl-message.js → esm2020/foehn-growl/growl-message.mjs} +1 -1
- package/{esm2015/foehn-growl/growl-types.js → esm2020/foehn-growl/growl-types.mjs} +0 -0
- package/esm2020/foehn-header/foehn-header.component.mjs +68 -0
- package/esm2020/foehn-header/foehn-header.module.mjs +21 -0
- package/{esm2015/foehn-header/foehn-skip-link.component.js → esm2020/foehn-header/foehn-skip-link.component.mjs} +5 -8
- package/esm2020/foehn-help-modal/foehn-help-modal.component.mjs +44 -0
- package/esm2020/foehn-help-modal/foehn-help-modal.module.mjs +20 -0
- package/esm2020/foehn-help-modal/foehn-help-modal.type.mjs +2 -0
- package/{esm2015/foehn-icons/abstract-icon-component.js → esm2020/foehn-icons/abstract-icon-component.mjs} +5 -5
- package/esm2020/foehn-icons/foehn-icon-calendar.component.mjs +19 -0
- package/esm2020/foehn-icons/foehn-icon-check-square-o.component.mjs +19 -0
- package/esm2020/foehn-icons/foehn-icon-check.component.mjs +19 -0
- package/esm2020/foehn-icons/foehn-icon-chevron-down.component.mjs +19 -0
- package/esm2020/foehn-icons/foehn-icon-chevron-left.component.mjs +19 -0
- package/esm2020/foehn-icons/foehn-icon-chevron-right.component.mjs +19 -0
- package/esm2020/foehn-icons/foehn-icon-chevron-up.component.mjs +19 -0
- package/esm2020/foehn-icons/foehn-icon-clock.component.mjs +19 -0
- package/esm2020/foehn-icons/foehn-icon-comment-dots.component.mjs +19 -0
- package/esm2020/foehn-icons/foehn-icon-edit.component.mjs +19 -0
- package/esm2020/foehn-icons/foehn-icon-external-link-alt.component.mjs +19 -0
- package/esm2020/foehn-icons/foehn-icon-file-pdf.component.mjs +19 -0
- package/esm2020/foehn-icons/foehn-icon-info-circle.component.mjs +19 -0
- package/esm2020/foehn-icons/foehn-icon-lock.component.mjs +19 -0
- package/esm2020/foehn-icons/foehn-icon-map-marker.component.mjs +19 -0
- package/esm2020/foehn-icons/foehn-icon-minus-circle.component.mjs +19 -0
- package/esm2020/foehn-icons/foehn-icon-plus-circle.component.mjs +19 -0
- package/esm2020/foehn-icons/foehn-icon-plus-square.component.mjs +19 -0
- package/esm2020/foehn-icons/foehn-icon-search.component.mjs +19 -0
- package/esm2020/foehn-icons/foehn-icon-times.component.mjs +19 -0
- package/esm2020/foehn-icons/foehn-icon-trash-alt.component.mjs +19 -0
- package/esm2020/foehn-icons/foehn-icon-unlock-alt.component.mjs +19 -0
- package/{esm2015/foehn-icons/foehn-icons.module.js → esm2020/foehn-icons/foehn-icons.module.mjs} +20 -20
- package/esm2020/foehn-input/foehn-input-email.component.mjs +59 -0
- package/esm2020/foehn-input/foehn-input-hidden.component.mjs +55 -0
- package/esm2020/foehn-input/foehn-input-number.component.mjs +276 -0
- package/esm2020/foehn-input/foehn-input-password.component.mjs +52 -0
- package/esm2020/foehn-input/foehn-input-phone.component.mjs +92 -0
- package/{esm2015/foehn-input/foehn-input-string.component.js → esm2020/foehn-input/foehn-input-string.component.mjs} +5 -5
- package/esm2020/foehn-input/foehn-input-text.component.mjs +76 -0
- package/esm2020/foehn-input/foehn-input-textarea.component.mjs +109 -0
- package/esm2020/foehn-input/foehn-input.component.mjs +390 -0
- package/esm2020/foehn-input/foehn-input.module.mjs +93 -0
- 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 +118 -0
- package/esm2020/foehn-input-date-time/foehn-input-date-time.component.mjs +143 -0
- package/esm2020/foehn-input-time/foehn-input-time.component.mjs +74 -0
- package/esm2020/foehn-list/foehn-list.component.mjs +128 -0
- package/esm2020/foehn-list/foehn-list.module.mjs +19 -0
- 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} +4 -4
- package/{esm2015/foehn-menu-prestation/abstract-page-from-menu.component.js → esm2020/foehn-menu-prestation/abstract-page-from-menu.component.mjs} +4 -4
- package/esm2020/foehn-menu-prestation/foehn-error-pill/foehn-error-pill.component.mjs +23 -0
- 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/esm2020/foehn-menu-prestation/foehn-menu-items/foehn-menu-item-transmit/foehn-menu-item-transmit.component.mjs +51 -0
- package/esm2020/foehn-menu-prestation/foehn-menu-prestation.module.mjs +59 -0
- 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} +5 -5
- package/esm2020/foehn-modal/foehn-modal.component.mjs +94 -0
- package/esm2020/foehn-modal/foehn-modal.module.mjs +21 -0
- package/esm2020/foehn-multiselect-autocomplete/foehn-multiselect-autocomplete.component.mjs +268 -0
- package/esm2020/foehn-multiselect-autocomplete/foehn-multiselect-autocomplete.module.mjs +40 -0
- package/esm2020/foehn-nav13/foehn-input-nav13.component.mjs +114 -0
- package/esm2020/foehn-nav13/foehn-input-nav13.module.mjs +32 -0
- package/esm2020/foehn-navigation/foehn-navigation.component.mjs +94 -0
- package/esm2020/foehn-navigation/foehn-navigation.module.mjs +32 -0
- package/esm2020/foehn-navigation/foehn-navigation.service.mjs +303 -0
- package/{esm2015/foehn-notfound/foehn-notfound.component.js → esm2020/foehn-notfound/foehn-notfound.component.mjs} +7 -10
- package/esm2020/foehn-notfound/foehn-notfound.module.mjs +20 -0
- 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 +53 -0
- package/{esm2015/foehn-page/foehn-page-modal.service.js → esm2020/foehn-page/foehn-page-modal.service.mjs} +4 -4
- package/esm2020/foehn-page/foehn-page.component.mjs +218 -0
- package/esm2020/foehn-page/foehn-page.module.mjs +78 -0
- package/{esm2015/foehn-page/foehn-page.service.js → esm2020/foehn-page/foehn-page.service.mjs} +4 -4
- package/esm2020/foehn-recap-section/foehn-recap-section.component.mjs +88 -0
- package/esm2020/foehn-recap-section/foehn-recap-section.module.mjs +20 -0
- 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} +6 -6
- package/esm2020/foehn-status-progress-bar/foehn-status-progress-bar.component.mjs +56 -0
- package/esm2020/foehn-status-progress-bar/foehn-status-progress-bar.module.mjs +20 -0
- package/esm2020/foehn-table/foehn-table-column-configuration.mjs +3 -0
- package/esm2020/foehn-table/foehn-table-page-change-event.mjs +3 -0
- package/esm2020/foehn-table/foehn-table.component.mjs +148 -0
- package/esm2020/foehn-table/foehn-table.module.mjs +32 -0
- package/esm2020/foehn-table/tableSort.mjs +3 -0
- package/esm2020/foehn-upload/abstract-foehn-uploader.component.mjs +192 -0
- package/{esm2015/foehn-upload/document-reference.js → esm2020/foehn-upload/document-reference.mjs} +0 -0
- package/esm2020/foehn-upload/foehn-bo-multi-upload/bo-multi-upload.service.mjs +71 -0
- 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 +174 -0
- package/esm2020/foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.module.mjs +40 -0
- package/esm2020/foehn-upload/foehn-multi-upload/foehn-multi-upload.component.mjs +224 -0
- package/esm2020/foehn-upload/foehn-multi-upload/foehn-multi-upload.module.mjs +40 -0
- package/esm2020/foehn-upload/foehn-multi-upload/multi-upload.service.mjs +83 -0
- package/{esm2015/foehn-upload/foehn-multi-upload/multi-upload.type.js → esm2020/foehn-upload/foehn-multi-upload/multi-upload.type.mjs} +0 -0
- package/esm2020/foehn-upload/foehn-multi-upload/pending-upload.service.mjs +158 -0
- package/esm2020/foehn-upload/foehn-picture-upload/foehn-picture-upload.component.mjs +202 -0
- package/esm2020/foehn-upload/foehn-picture-upload/foehn-picture-upload.module.mjs +44 -0
- package/esm2020/foehn-upload/foehn-upload-progress-bar/foehn-upload-progress-bar.component.mjs +75 -0
- package/esm2020/foehn-upload/foehn-upload-progress-bar/foehn-upload-progress-bar.module.mjs +21 -0
- package/esm2020/foehn-upload/foehn-upload-progress-bar/upload-progress.service.mjs +62 -0
- package/esm2020/foehn-upload/foehn-upload-progress-bar/upload-progress.type.mjs +3 -0
- package/{esm2015/foehn-upload/pending-upload.type.js → esm2020/foehn-upload/pending-upload.type.mjs} +1 -1
- package/esm2020/foehn-upload/uploader.helper.mjs +327 -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} +6 -6
- package/esm2020/foehn-validation-alert-summary/foehn-validation-alert-summary.component.mjs +96 -0
- package/esm2020/foehn-validation-alert-summary/foehn-validation-alert-summary.module.mjs +19 -0
- 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} +6 -6
- 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} +4 -4
- package/esm2020/gesdem/gesdem-event.service.mjs +38 -0
- package/esm2020/gesdem/gesdem-handler.service.mjs +160 -0
- package/esm2020/gesdem/gesdem-loader.guard.mjs +41 -0
- package/{esm2015/gesdem/gesdem-statut-utils.js → esm2020/gesdem/gesdem-statut-utils.mjs} +0 -0
- package/esm2020/gesdem-action-recovery/gesdem-action-recovery-login/gesdem-action-recovery-login.component.mjs +101 -0
- package/esm2020/gesdem-action-recovery/gesdem-action-recovery-registration/gesdem-action-recovery-registration.component.mjs +130 -0
- package/esm2020/gesdem-action-recovery/gesdem-action-recovery.module.mjs +50 -0
- 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 +201 -0
- package/esm2020/gesdem-confirmation/gesdem-confirmation.module.mjs +32 -0
- package/esm2020/gesdem-error/gesdem-error.component.mjs +87 -0
- package/esm2020/gesdem-error/gesdem-error.module.mjs +36 -0
- package/esm2020/global.const.mjs +5 -0
- package/esm2020/helpers/object.helper.mjs +89 -0
- package/{esm2015/i18n-form.js → esm2020/i18n-form.mjs} +0 -0
- package/esm2020/index.mjs +263 -0
- package/{esm2015/pipes/currency.pipe.js → esm2020/pipes/currency.pipe.mjs} +4 -4
- package/{esm2015/pipes/date.pipe.js → esm2020/pipes/date.pipe.mjs} +4 -4
- package/{esm2015/pipes/formatIde.pipe.js → esm2020/pipes/formatIde.pipe.mjs} +3 -3
- package/{esm2015/pipes/pipes.module.js → esm2020/pipes/pipes.module.mjs} +7 -7
- package/{esm2015/prestations-ng-core.module.js → esm2020/prestations-ng-core.module.mjs} +7 -7
- package/esm2020/refinf/model/address-type-light.mjs +3 -0
- package/esm2020/refinf/model/canton.mjs +3 -0
- package/esm2020/refinf/model/district.mjs +3 -0
- package/esm2020/refinf/model/municipality.mjs +3 -0
- package/esm2020/refinf/model/place-of-origin.mjs +3 -0
- package/esm2020/refinf/model/postal-locality.mjs +3 -0
- package/esm2020/sdk-appinfo/application-info.mjs +14 -0
- package/esm2020/sdk-appinfo/application-info.service.mjs +104 -0
- package/{esm2015/sdk-currency/currency.helper.js → esm2020/sdk-currency/currency.helper.mjs} +3 -3
- package/esm2020/sdk-date/date.helper.mjs +100 -0
- package/esm2020/sdk-dictionary/default-dictionary.mjs +166 -0
- package/{esm2015/sdk-dictionary/sdk-dictionary.module.js → esm2020/sdk-dictionary/sdk-dictionary.module.mjs} +5 -5
- package/{esm2015/sdk-dictionary/sdk-dictionary.pipe.js → esm2020/sdk-dictionary/sdk-dictionary.pipe.mjs} +6 -6
- package/esm2020/sdk-dictionary/sdk-dictionary.service.mjs +111 -0
- package/{esm2015/sdk-epayment/model/EPaymentParameters.js → esm2020/sdk-epayment/model/EPaymentParameters.mjs} +0 -0
- package/esm2020/sdk-epayment/sdk-epayment.component.mjs +81 -0
- package/esm2020/sdk-epayment/sdk-epayment.module.mjs +21 -0
- package/esm2020/sdk-epayment/sdk-epayment.service.mjs +52 -0
- package/{esm2015/sdk-recaptcha/grecaptcha/grecaptcha.component.js → esm2020/sdk-recaptcha/grecaptcha/grecaptcha.component.mjs} +6 -10
- package/esm2020/sdk-recaptcha/recaptcha.service.mjs +162 -0
- package/esm2020/sdk-recaptcha/sdk-recaptcha.component.mjs +69 -0
- package/esm2020/sdk-recaptcha/sdk-recaptcha.module.mjs +19 -0
- package/esm2020/sdk-redirect/iam-expired-interceptor.service.mjs +58 -0
- package/esm2020/sdk-redirect/redirect.component.mjs +35 -0
- package/esm2020/sdk-redirect/sdk-redirect.module.mjs +19 -0
- 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} +5 -5
- package/esm2020/sdk-session-info/session-info.service.mjs +50 -0
- package/esm2020/sdk-statistics/sdk-statistics.service.mjs +70 -0
- package/esm2020/sdk-support-alert/support-alert-container.component.mjs +49 -0
- 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/esm2020/sdk-support-alert/support-alert.module.mjs +21 -0
- package/esm2020/sdk-support-alert/support-alert.service.mjs +117 -0
- 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.mjs +13397 -0
- package/fesm2015/dsivd-prestations-ng.mjs.map +1 -0
- package/fesm2020/dsivd-prestations-ng.mjs +13372 -0
- package/fesm2020/dsivd-prestations-ng.mjs.map +1 -0
- package/foehn-address/address.type.d.ts +3 -3
- package/foehn-address/foehn-display-address.component.d.ts +1 -1
- package/foehn-address/foehn-input-address.component.d.ts +18 -8
- package/foehn-address/foehn-input-foreign-locality.component.d.ts +1 -1
- package/foehn-address/foehn-input-foreign-street.component.d.ts +1 -1
- package/foehn-agenda/calendar.type.d.ts +9 -0
- package/foehn-agenda/current-week.type.d.ts +5 -0
- package/foehn-agenda/day-slots.type.d.ts +5 -0
- package/foehn-agenda/foehn-agenda-navigation/foehn-agenda-navigation.component.d.ts +21 -0
- package/foehn-agenda/foehn-agenda-timeslot-panel/foehn-agenda-timeslot-panel.component.d.ts +51 -0
- package/foehn-agenda/foehn-agenda.component.d.ts +29 -0
- package/foehn-agenda/foehn-agenda.module.d.ts +17 -0
- package/foehn-agenda/pagination-week.type.d.ts +5 -0
- package/foehn-agenda/selected-slot.type.d.ts +7 -0
- package/foehn-autocomplete/foehn-autocomplete.component.d.ts +22 -6
- package/foehn-boolean/foehn-boolean-checkbox.component.d.ts +1 -1
- package/foehn-boolean/foehn-boolean-radio.component.d.ts +2 -1
- package/foehn-breadcrumb/breadcrumb-event.service.d.ts +2 -2
- package/foehn-breadcrumb/foehn-breadcrumb.component.d.ts +6 -5
- package/foehn-checkables/foehn-checkable-group.component.d.ts +8 -8
- package/foehn-checkables/foehn-checkables.module.d.ts +3 -1
- package/foehn-checkables/foehn-checkbox.component.d.ts +1 -1
- package/foehn-checkables/foehn-radio.component.d.ts +1 -1
- package/foehn-checkables/foehn-select.component.d.ts +2 -10
- package/foehn-confirm-modal/foehn-confirm-modal-content.d.ts +1 -0
- package/foehn-confirm-modal/foehn-confirm-modal.component.d.ts +2 -2
- package/foehn-date-picker/date-picker-navigation.helper.d.ts +7 -1
- package/foehn-date-picker/date-picker.helper.d.ts +3 -2
- package/foehn-date-picker/foehn-date-picker.component.d.ts +21 -10
- package/foehn-date-picker-button/foehn-date-picker-button.component.d.ts +13 -5
- package/foehn-debug-summary/foehn-debug-summary.component.d.ts +7 -5
- package/foehn-decision-electronique/foehn-decision-electronique.component.d.ts +2 -2
- package/foehn-decision-electronique/foehn-decision-electronique.module.d.ts +2 -1
- package/foehn-footer/foehn-footer.component.d.ts +4 -4
- package/foehn-form/foehn-form.component.d.ts +7 -4
- package/foehn-form/register-ng-model.service.d.ts +9 -0
- package/foehn-growl/foehn-growl.component.d.ts +3 -3
- package/foehn-growl/growl-broker.service.d.ts +1 -1
- package/foehn-header/foehn-header.component.d.ts +7 -7
- package/foehn-header/foehn-skip-link.component.d.ts +2 -2
- package/foehn-help-modal/foehn-help-modal.component.d.ts +1 -1
- package/foehn-help-modal/foehn-help-modal.type.d.ts +4 -0
- package/foehn-icons/abstract-icon-component.d.ts +1 -1
- package/foehn-icons/foehn-icon-calendar.component.d.ts +1 -1
- package/foehn-icons/foehn-icon-check-square-o.component.d.ts +1 -1
- package/foehn-icons/foehn-icon-check.component.d.ts +1 -1
- package/foehn-icons/foehn-icon-chevron-down.component.d.ts +1 -1
- package/foehn-icons/foehn-icon-chevron-left.component.d.ts +1 -1
- package/foehn-icons/foehn-icon-chevron-right.component.d.ts +1 -1
- package/foehn-icons/foehn-icon-chevron-up.component.d.ts +1 -1
- package/foehn-icons/foehn-icon-clock.component.d.ts +1 -1
- package/foehn-icons/foehn-icon-comment-dots.component.d.ts +1 -1
- package/foehn-icons/foehn-icon-edit.component.d.ts +1 -1
- package/foehn-icons/foehn-icon-external-link-alt.component.d.ts +1 -1
- package/foehn-icons/foehn-icon-file-pdf.component.d.ts +1 -1
- package/foehn-icons/foehn-icon-info-circle.component.d.ts +1 -1
- package/foehn-icons/foehn-icon-lock.component.d.ts +1 -1
- package/foehn-icons/foehn-icon-map-marker.component.d.ts +1 -1
- package/foehn-icons/foehn-icon-minus-circle.component.d.ts +1 -1
- package/foehn-icons/foehn-icon-plus-circle.component.d.ts +1 -1
- package/foehn-icons/foehn-icon-plus-square.component.d.ts +1 -1
- package/foehn-icons/foehn-icon-search.component.d.ts +1 -1
- package/foehn-icons/foehn-icon-times.component.d.ts +1 -1
- package/foehn-icons/foehn-icon-trash-alt.component.d.ts +1 -1
- package/foehn-icons/foehn-icon-unlock-alt.component.d.ts +1 -1
- package/foehn-input/foehn-input-email.component.d.ts +4 -2
- package/foehn-input/foehn-input-hidden.component.d.ts +1 -1
- package/foehn-input/foehn-input-number.component.d.ts +16 -6
- package/foehn-input/foehn-input-password.component.d.ts +1 -1
- package/foehn-input/foehn-input-phone.component.d.ts +1 -1
- package/foehn-input/foehn-input-string.component.d.ts +1 -1
- package/foehn-input/foehn-input-text.component.d.ts +1 -1
- package/foehn-input/foehn-input-textarea.component.d.ts +5 -2
- package/foehn-input/foehn-input.component.d.ts +25 -9
- package/foehn-input/foehn-input.module.d.ts +9 -6
- package/foehn-input-date/foehn-input-date.component.d.ts +10 -3
- package/foehn-input-date-time/foehn-input-date-time.component.d.ts +29 -0
- package/foehn-input-time/foehn-input-time.component.d.ts +1 -1
- package/foehn-list/foehn-list.component.d.ts +2 -3
- package/foehn-menu-prestation/abstract-list-item-detail-page.component.d.ts +5 -5
- package/foehn-menu-prestation/abstract-menu-page.component.d.ts +1 -1
- package/foehn-menu-prestation/abstract-page-from-menu.component.d.ts +1 -1
- package/foehn-menu-prestation/foehn-error-pill/foehn-error-pill.component.d.ts +1 -1
- package/foehn-menu-prestation/foehn-list-summary/foehn-list-summary.component.d.ts +3 -3
- package/foehn-menu-prestation/foehn-menu-items/foehn-menu-item/foehn-menu-item.component.d.ts +1 -1
- package/foehn-menu-prestation/foehn-menu-items/foehn-menu-item-transmit/foehn-menu-item-transmit.component.d.ts +2 -2
- package/foehn-misc/foehn-abbr.component.d.ts +1 -1
- package/foehn-modal/foehn-modal.component.d.ts +2 -3
- package/foehn-modal/foehn-modal.module.d.ts +3 -1
- package/foehn-multiselect-autocomplete/foehn-multiselect-autocomplete.component.d.ts +51 -0
- package/foehn-multiselect-autocomplete/foehn-multiselect-autocomplete.module.d.ts +13 -0
- package/foehn-nav13/foehn-input-nav13.component.d.ts +2 -1
- package/foehn-navigation/foehn-navigation.component.d.ts +2 -2
- package/foehn-navigation/foehn-navigation.service.d.ts +4 -3
- package/foehn-notfound/foehn-notfound.component.d.ts +1 -1
- package/foehn-page/foehn-page-counter.component.d.ts +1 -1
- package/foehn-page/foehn-page-modal.component.d.ts +1 -1
- package/foehn-page/foehn-page-modal.service.d.ts +1 -1
- package/foehn-page/foehn-page.component.d.ts +15 -12
- package/foehn-page/foehn-page.module.d.ts +2 -1
- package/foehn-page/foehn-page.service.d.ts +2 -2
- package/foehn-recap-section/foehn-recap-section.component.d.ts +3 -1
- package/foehn-remaining-alerts-summary/foehn-remaining-alerts-summary.component.d.ts +1 -1
- package/foehn-status-progress-bar/foehn-status-progress-bar.component.d.ts +23 -0
- package/foehn-status-progress-bar/foehn-status-progress-bar.module.d.ts +10 -0
- package/foehn-table/foehn-table-column-configuration.d.ts +18 -0
- package/foehn-table/foehn-table-page-change-event.d.ts +5 -0
- package/foehn-table/foehn-table.component.d.ts +33 -0
- package/foehn-table/foehn-table.module.d.ts +11 -0
- package/foehn-table/tableSort.d.ts +4 -0
- package/foehn-upload/abstract-foehn-uploader.component.d.ts +7 -7
- package/foehn-upload/foehn-bo-multi-upload/bo-multi-upload.service.d.ts +6 -4
- package/foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.component.d.ts +6 -5
- package/foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.module.d.ts +2 -1
- package/foehn-upload/foehn-multi-upload/foehn-multi-upload.component.d.ts +9 -8
- package/foehn-upload/foehn-multi-upload/foehn-multi-upload.module.d.ts +2 -1
- package/foehn-upload/foehn-multi-upload/multi-upload.service.d.ts +6 -4
- package/foehn-upload/foehn-multi-upload/pending-upload.service.d.ts +3 -3
- package/foehn-upload/foehn-picture-upload/foehn-picture-upload.component.d.ts +7 -4
- package/foehn-upload/foehn-picture-upload/foehn-picture-upload.module.d.ts +2 -1
- package/foehn-upload/foehn-upload-progress-bar/foehn-upload-progress-bar.component.d.ts +19 -0
- package/foehn-upload/foehn-upload-progress-bar/foehn-upload-progress-bar.module.d.ts +11 -0
- package/foehn-upload/foehn-upload-progress-bar/upload-progress.service.d.ts +19 -0
- package/foehn-upload/foehn-upload-progress-bar/upload-progress.type.d.ts +4 -0
- package/foehn-upload/pending-upload.type.d.ts +1 -0
- package/foehn-upload/uploader.helper.d.ts +13 -13
- package/foehn-user-connected-as/foehn-user-connected-as.component.d.ts +2 -2
- package/foehn-validation-alert-summary/foehn-validation-alert-summary.component.d.ts +2 -2
- package/foehn-validation-alerts/foehn-validation-alerts.component.d.ts +4 -4
- package/{error-template.d.ts → form-error.d.ts} +1 -1
- package/form-post-response.d.ts +17 -0
- package/gesdem/gesdem-error-handler.service.d.ts +2 -2
- package/gesdem/gesdem-event.service.d.ts +7 -7
- package/gesdem/gesdem-handler.service.d.ts +8 -6
- package/gesdem/gesdem-loader.guard.d.ts +1 -1
- package/gesdem-action-recovery/gesdem-action-recovery-login/gesdem-action-recovery-login.component.d.ts +5 -5
- package/gesdem-action-recovery/gesdem-action-recovery-registration/gesdem-action-recovery-registration.component.d.ts +7 -7
- package/gesdem-action-recovery/gesdem-action-recovery.service.d.ts +3 -3
- package/gesdem-confirmation/gesdem-confirmation.component.d.ts +10 -9
- package/gesdem-error/gesdem-error.component.d.ts +10 -3
- package/gesdem-error/gesdem-error.module.d.ts +2 -1
- package/global.const.d.ts +1 -0
- package/index.d.ts +102 -70
- package/package.json +34 -21
- package/pipes/currency.pipe.d.ts +1 -1
- package/pipes/date.pipe.d.ts +1 -1
- package/pipes/formatIde.pipe.d.ts +1 -1
- package/refinf/model/address-type-light.d.ts +5 -0
- package/refinf/model/canton.d.ts +4 -0
- package/refinf/model/district.d.ts +7 -0
- package/refinf/model/municipality.d.ts +8 -0
- package/refinf/model/place-of-origin.d.ts +9 -0
- package/refinf/model/postal-locality.d.ts +11 -0
- package/schematics/ng-add/index.js +10 -10
- 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 +3 -3
- 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.d.ts +1 -0
- package/sdk-appinfo/application-info.service.d.ts +4 -4
- package/sdk-dictionary/sdk-dictionary.pipe.d.ts +1 -1
- package/sdk-dictionary/sdk-dictionary.service.d.ts +9 -0
- package/sdk-epayment/sdk-epayment.component.d.ts +6 -16
- package/sdk-epayment/sdk-epayment.service.d.ts +3 -6
- package/sdk-recaptcha/grecaptcha/grecaptcha.component.d.ts +2 -2
- package/sdk-recaptcha/recaptcha.service.d.ts +5 -5
- package/sdk-recaptcha/sdk-recaptcha.component.d.ts +4 -4
- package/sdk-redirect/iam-expired-interceptor.service.d.ts +3 -3
- package/sdk-redirect/redirect.component.d.ts +3 -9
- package/sdk-session-info/session-info-data.d.ts +0 -1
- package/sdk-session-info/session-info.service.d.ts +4 -4
- package/sdk-statistics/sdk-statistics.service.d.ts +22 -0
- package/sdk-support-alert/support-alert-container.component.d.ts +3 -3
- package/sdk-support-alert/support-alert.component.d.ts +1 -1
- package/sdk-support-alert/support-alert.service.d.ts +5 -4
- package/validation/validation-handler.service.d.ts +4 -4
- package/backend-response.d.ts +0 -18
- package/bundles/dsivd-prestations-ng.umd.js +0 -13188
- package/bundles/dsivd-prestations-ng.umd.js.map +0 -1
- package/dsivd-prestations-ng-v15.5.13.tgz +0 -0
- package/dsivd-prestations-ng.d.ts +0 -5
- package/esm2015/abstract-page-component.js +0 -224
- package/esm2015/backend-response.js +0 -10
- package/esm2015/directives/currency-formatter.directive.js +0 -116
- package/esm2015/error-template.js +0 -2
- package/esm2015/foehn-address/foehn-address.module.js +0 -57
- 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-address/foehn-input-foreign-street.component.js +0 -60
- package/esm2015/foehn-autocomplete/foehn-autocomplete.component.js +0 -556
- package/esm2015/foehn-autocomplete/foehn-autocomplete.module.js +0 -42
- 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-boolean/foehn-boolean.module.js +0 -35
- package/esm2015/foehn-breadcrumb/breadcrumb-event.service.js +0 -182
- package/esm2015/foehn-breadcrumb/foehn-breadcrumb.component.js +0 -85
- package/esm2015/foehn-breadcrumb/foehn-breadcrumb.module.js +0 -19
- package/esm2015/foehn-checkables/foehn-checkable-group.component.js +0 -294
- package/esm2015/foehn-checkables/foehn-checkables.module.js +0 -62
- 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-confirm-modal/foehn-confirm-modal.module.js +0 -19
- package/esm2015/foehn-date-picker/date-picker-navigation.helper.js +0 -117
- package/esm2015/foehn-date-picker/date-picker.helper.js +0 -126
- package/esm2015/foehn-date-picker/foehn-date-picker.component.js +0 -300
- package/esm2015/foehn-date-picker/foehn-date-picker.module.js +0 -42
- package/esm2015/foehn-date-picker-button/foehn-date-picker-button.component.js +0 -74
- package/esm2015/foehn-date-picker-button/foehn-date-picker-button.module.js +0 -38
- package/esm2015/foehn-debug-summary/foehn-debug-summary.component.js +0 -61
- package/esm2015/foehn-decision-electronique/foehn-decision-electronique.component.js +0 -40
- package/esm2015/foehn-decision-electronique/foehn-decision-electronique.module.js +0 -20
- package/esm2015/foehn-footer/foehn-footer.component.js +0 -132
- package/esm2015/foehn-form/foehn-form.component.js +0 -146
- package/esm2015/foehn-form/foehn-form.module.js +0 -20
- package/esm2015/foehn-growl/foehn-growl.component.js +0 -47
- package/esm2015/foehn-header/foehn-header.component.js +0 -73
- package/esm2015/foehn-header/foehn-header.module.js +0 -21
- package/esm2015/foehn-help-modal/foehn-help-modal.component.js +0 -48
- package/esm2015/foehn-help-modal/foehn-help-modal.module.js +0 -20
- package/esm2015/foehn-help-modal/foehn-help-modal.type.js +0 -2
- package/esm2015/foehn-icons/foehn-icon-calendar.component.js +0 -22
- package/esm2015/foehn-icons/foehn-icon-check-square-o.component.js +0 -22
- package/esm2015/foehn-icons/foehn-icon-check.component.js +0 -22
- package/esm2015/foehn-icons/foehn-icon-chevron-down.component.js +0 -22
- package/esm2015/foehn-icons/foehn-icon-chevron-left.component.js +0 -22
- package/esm2015/foehn-icons/foehn-icon-chevron-right.component.js +0 -22
- package/esm2015/foehn-icons/foehn-icon-chevron-up.component.js +0 -22
- package/esm2015/foehn-icons/foehn-icon-clock.component.js +0 -22
- package/esm2015/foehn-icons/foehn-icon-comment-dots.component.js +0 -22
- package/esm2015/foehn-icons/foehn-icon-edit.component.js +0 -22
- package/esm2015/foehn-icons/foehn-icon-external-link-alt.component.js +0 -22
- package/esm2015/foehn-icons/foehn-icon-file-pdf.component.js +0 -22
- package/esm2015/foehn-icons/foehn-icon-info-circle.component.js +0 -22
- package/esm2015/foehn-icons/foehn-icon-lock.component.js +0 -22
- package/esm2015/foehn-icons/foehn-icon-map-marker.component.js +0 -22
- package/esm2015/foehn-icons/foehn-icon-minus-circle.component.js +0 -22
- package/esm2015/foehn-icons/foehn-icon-plus-circle.component.js +0 -22
- package/esm2015/foehn-icons/foehn-icon-plus-square.component.js +0 -22
- package/esm2015/foehn-icons/foehn-icon-search.component.js +0 -22
- package/esm2015/foehn-icons/foehn-icon-times.component.js +0 -22
- package/esm2015/foehn-icons/foehn-icon-trash-alt.component.js +0 -22
- package/esm2015/foehn-icons/foehn-icon-unlock-alt.component.js +0 -22
- 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-number.component.js +0 -190
- package/esm2015/foehn-input/foehn-input-password.component.js +0 -55
- package/esm2015/foehn-input/foehn-input-phone.component.js +0 -96
- package/esm2015/foehn-input/foehn-input-text.component.js +0 -80
- package/esm2015/foehn-input/foehn-input-textarea.component.js +0 -104
- package/esm2015/foehn-input/foehn-input.component.js +0 -364
- package/esm2015/foehn-input/foehn-input.module.js +0 -82
- 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 -135
- package/esm2015/foehn-list/foehn-list.module.js +0 -19
- package/esm2015/foehn-menu-prestation/abstract-list-item-detail-page.component.js +0 -122
- package/esm2015/foehn-menu-prestation/foehn-error-pill/foehn-error-pill.component.js +0 -26
- 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-menu-prestation/foehn-menu-items/foehn-menu-item-transmit/foehn-menu-item-transmit.component.js +0 -54
- package/esm2015/foehn-menu-prestation/foehn-menu-prestation.module.js +0 -61
- package/esm2015/foehn-modal/foehn-modal.component.js +0 -100
- package/esm2015/foehn-modal/foehn-modal.module.js +0 -19
- package/esm2015/foehn-nav13/foehn-input-nav13.component.js +0 -98
- package/esm2015/foehn-nav13/foehn-input-nav13.module.js +0 -34
- package/esm2015/foehn-navigation/foehn-navigation.component.js +0 -98
- package/esm2015/foehn-navigation/foehn-navigation.module.js +0 -34
- package/esm2015/foehn-navigation/foehn-navigation.service.js +0 -297
- package/esm2015/foehn-notfound/foehn-notfound.module.js +0 -20
- package/esm2015/foehn-page/foehn-page-modal.component.js +0 -55
- package/esm2015/foehn-page/foehn-page.component.js +0 -214
- package/esm2015/foehn-page/foehn-page.module.js +0 -76
- package/esm2015/foehn-recap-section/foehn-recap-section.component.js +0 -88
- package/esm2015/foehn-recap-section/foehn-recap-section.module.js +0 -20
- package/esm2015/foehn-upload/abstract-foehn-uploader.component.js +0 -192
- package/esm2015/foehn-upload/foehn-bo-multi-upload/bo-multi-upload.service.js +0 -62
- package/esm2015/foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.component.js +0 -168
- package/esm2015/foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.module.js +0 -38
- package/esm2015/foehn-upload/foehn-multi-upload/foehn-multi-upload.component.js +0 -217
- package/esm2015/foehn-upload/foehn-multi-upload/foehn-multi-upload.module.js +0 -38
- package/esm2015/foehn-upload/foehn-multi-upload/multi-upload.service.js +0 -76
- package/esm2015/foehn-upload/foehn-multi-upload/pending-upload.service.js +0 -157
- package/esm2015/foehn-upload/foehn-picture-upload/foehn-picture-upload.component.js +0 -164
- package/esm2015/foehn-upload/foehn-picture-upload/foehn-picture-upload.module.js +0 -42
- package/esm2015/foehn-upload/uploader.helper.js +0 -322
- package/esm2015/foehn-validation-alert-summary/foehn-validation-alert-summary.component.js +0 -88
- package/esm2015/foehn-validation-alert-summary/foehn-validation-alert-summary.module.js +0 -19
- 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/gesdem-loader.guard.js +0 -40
- package/esm2015/gesdem-action-recovery/gesdem-action-recovery-login/gesdem-action-recovery-login.component.js +0 -103
- 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.module.js +0 -52
- package/esm2015/gesdem-action-recovery/gesdem-action-recovery.service.js +0 -82
- package/esm2015/gesdem-confirmation/gesdem-confirmation.component.js +0 -194
- package/esm2015/gesdem-confirmation/gesdem-confirmation.module.js +0 -34
- package/esm2015/gesdem-error/gesdem-error.component.js +0 -70
- package/esm2015/gesdem-error/gesdem-error.module.js +0 -34
- package/esm2015/helpers/object.helper.js +0 -88
- package/esm2015/index.js +0 -224
- package/esm2015/sdk-appinfo/application-info.js +0 -14
- package/esm2015/sdk-appinfo/application-info.service.js +0 -111
- package/esm2015/sdk-date/date.helper.js +0 -90
- package/esm2015/sdk-dictionary/default-dictionary.js +0 -80
- package/esm2015/sdk-dictionary/sdk-dictionary.service.js +0 -96
- 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.module.js +0 -21
- 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-recaptcha/sdk-recaptcha.module.js +0 -19
- package/esm2015/sdk-redirect/iam-expired-interceptor.service.js +0 -48
- package/esm2015/sdk-redirect/redirect.component.js +0 -47
- package/esm2015/sdk-redirect/sdk-redirect.module.js +0 -19
- package/esm2015/sdk-session-info/session-info.service.js +0 -44
- package/esm2015/sdk-support-alert/support-alert-container.component.js +0 -53
- package/esm2015/sdk-support-alert/support-alert.component.js +0 -38
- package/esm2015/sdk-support-alert/support-alert.module.js +0 -21
- package/esm2015/sdk-support-alert/support-alert.service.js +0 -113
- package/esm2015/supported-browser.js +0 -2
- package/esm2015/validation/validation-handler.service.js +0 -44
- package/fesm2015/dsivd-prestations-ng.js +0 -11618
- package/fesm2015/dsivd-prestations-ng.js.map +0 -1
- package/sdk-epayment/model/EPaymentRequest.d.ts +0 -5
package/index.d.ts
CHANGED
|
@@ -1,83 +1,88 @@
|
|
|
1
|
-
export * from './prestations-ng-core.module';
|
|
2
1
|
export * from './abstract-page-component';
|
|
3
|
-
export * from './backend-response';
|
|
4
|
-
export * from './i18n-form';
|
|
5
|
-
export * from './gesdem-error/gesdem-error.component';
|
|
6
2
|
export * from './foehn-notfound/foehn-notfound.component';
|
|
3
|
+
export * from './form-post-response';
|
|
4
|
+
export * from './gesdem/gesdem-event.service';
|
|
5
|
+
export * from './gesdem/gesdem-handler.service';
|
|
7
6
|
export * from './gesdem/gesdem-loader.guard';
|
|
8
7
|
export * from './gesdem-confirmation/gesdem-confirmation.component';
|
|
9
|
-
export * from './
|
|
8
|
+
export * from './gesdem-error/gesdem-error.component';
|
|
9
|
+
export * from './i18n-form';
|
|
10
|
+
export * from './prestations-ng-core.module';
|
|
11
|
+
export * from './sdk-appinfo/application-info';
|
|
12
|
+
export * from './sdk-appinfo/application-info.service';
|
|
10
13
|
export * from './sdk-session-info/session-info.service';
|
|
14
|
+
export * from './sdk-session-info/session-info-data';
|
|
11
15
|
export * from './sdk-session-info/session-info-with-application.service';
|
|
12
|
-
export * from './sdk-appinfo/application-info.service';
|
|
13
|
-
export * from './sdk-appinfo/application-info';
|
|
14
16
|
export * from './service-locator';
|
|
15
|
-
export * from './gesdem/gesdem-handler.service';
|
|
16
|
-
export * from './gesdem/gesdem-event.service';
|
|
17
|
-
export * from './foehn-page/foehn-page.service';
|
|
18
17
|
export * from './foehn-page/foehn-page.component';
|
|
19
18
|
export * from './foehn-page/foehn-page.module';
|
|
19
|
+
export * from './foehn-page/foehn-page.service';
|
|
20
20
|
export * from './foehn-page/foehn-page-counter.component';
|
|
21
21
|
export * from './foehn-header/foehn-header.component';
|
|
22
22
|
export * from './foehn-header/foehn-header.module';
|
|
23
23
|
export * from './foehn-header/foehn-skip-link.component';
|
|
24
24
|
export * from './foehn-footer/footer-link.type';
|
|
25
|
+
export * from './foehn-status-progress-bar/foehn-status-progress-bar.component';
|
|
26
|
+
export * from './foehn-status-progress-bar/foehn-status-progress-bar.module';
|
|
27
|
+
export * from './sdk-statistics/sdk-statistics.service';
|
|
28
|
+
export * from './foehn-address/address.type';
|
|
25
29
|
export * from './foehn-address/foehn-address.module';
|
|
26
|
-
export * from './foehn-address/foehn-input-address.component';
|
|
27
30
|
export * from './foehn-address/foehn-display-address.component';
|
|
28
|
-
export * from './foehn-address/address.
|
|
31
|
+
export * from './foehn-address/foehn-input-address.component';
|
|
29
32
|
export * from './foehn-address/foehn-input-foreign-locality.component';
|
|
30
33
|
export * from './foehn-address/foehn-input-foreign-street.component';
|
|
34
|
+
export * from './foehn-breadcrumb/breadcrumb';
|
|
35
|
+
export * from './foehn-breadcrumb/breadcrumb-event.service';
|
|
31
36
|
export * from './foehn-breadcrumb/foehn-breadcrumb.component';
|
|
32
37
|
export * from './foehn-breadcrumb/foehn-breadcrumb.module';
|
|
33
|
-
export * from './foehn-breadcrumb/breadcrumb-event.service';
|
|
34
|
-
export * from './foehn-breadcrumb/breadcrumb';
|
|
35
|
-
export * from './foehn-checkables/foehn-checkables.module';
|
|
36
38
|
export * from './foehn-checkables/foehn-checkable-group.component';
|
|
39
|
+
export * from './foehn-checkables/foehn-checkables.module';
|
|
37
40
|
export * from './foehn-checkables/foehn-checkbox.component';
|
|
38
41
|
export * from './foehn-checkables/foehn-radio.component';
|
|
39
42
|
export * from './foehn-checkables/foehn-select.component';
|
|
40
43
|
export * from './foehn-checkables/form-select-option';
|
|
41
44
|
export * from './foehn-autocomplete/foehn-autocomplete.component';
|
|
42
45
|
export * from './foehn-autocomplete/foehn-autocomplete.module';
|
|
43
|
-
export * from './foehn-
|
|
46
|
+
export * from './foehn-multiselect-autocomplete/foehn-multiselect-autocomplete.component';
|
|
47
|
+
export * from './foehn-multiselect-autocomplete/foehn-multiselect-autocomplete.module';
|
|
44
48
|
export * from './foehn-input/foehn-input.component';
|
|
45
|
-
export * from './foehn-input/foehn-input
|
|
46
|
-
export * from './foehn-input/foehn-input-text.component';
|
|
47
|
-
export * from './foehn-input/foehn-input-textarea.component';
|
|
48
|
-
export * from './foehn-input/foehn-input-number.component';
|
|
49
|
+
export * from './foehn-input/foehn-input.module';
|
|
49
50
|
export * from './foehn-input/foehn-input-email.component';
|
|
50
|
-
export * from './foehn-input/foehn-input-password.component';
|
|
51
51
|
export * from './foehn-input/foehn-input-hidden.component';
|
|
52
|
+
export * from './foehn-input/foehn-input-number.component';
|
|
53
|
+
export * from './foehn-input/foehn-input-password.component';
|
|
52
54
|
export * from './foehn-input/foehn-input-phone.component';
|
|
55
|
+
export * from './foehn-input/foehn-input-string.component';
|
|
56
|
+
export * from './foehn-input/foehn-input-text.component';
|
|
57
|
+
export * from './foehn-input/foehn-input-textarea.component';
|
|
53
58
|
export * from './foehn-input-date/foehn-input-date.component';
|
|
59
|
+
export * from './foehn-input-date-time/foehn-input-date-time.component';
|
|
54
60
|
export * from './foehn-input-time/foehn-input-time.component';
|
|
55
|
-
export * from './foehn-nav13/foehn-input-nav13.module';
|
|
56
61
|
export * from './foehn-nav13/foehn-input-nav13.component';
|
|
62
|
+
export * from './foehn-nav13/foehn-input-nav13.module';
|
|
57
63
|
export * from './foehn-boolean/foehn-boolean.module';
|
|
58
64
|
export * from './foehn-boolean/foehn-boolean-checkbox.component';
|
|
59
65
|
export * from './foehn-boolean/foehn-boolean-radio.component';
|
|
60
|
-
export * from './pipes/
|
|
66
|
+
export * from './pipes/currency.pipe';
|
|
61
67
|
export * from './pipes/date.pipe';
|
|
62
68
|
export * from './pipes/formatIde.pipe';
|
|
63
|
-
export * from './pipes/
|
|
69
|
+
export * from './pipes/pipes.module';
|
|
64
70
|
export * from './foehn-growl/growl-broker.service';
|
|
65
71
|
export * from './foehn-growl/growl-message';
|
|
66
72
|
export * from './foehn-growl/growl-types';
|
|
67
|
-
export * from './sdk-dictionary/sdk-dictionary.service';
|
|
68
|
-
export * from './sdk-dictionary/sdk-dictionary.pipe';
|
|
69
73
|
export * from './sdk-dictionary/sdk-dictionary.module';
|
|
74
|
+
export * from './sdk-dictionary/sdk-dictionary.pipe';
|
|
75
|
+
export * from './sdk-dictionary/sdk-dictionary.service';
|
|
70
76
|
export * from './foehn-navigation/foehn-navigation.component';
|
|
71
|
-
export * from './foehn-navigation/foehn-navigation.service';
|
|
72
77
|
export * from './foehn-navigation/foehn-navigation.module';
|
|
78
|
+
export * from './foehn-navigation/foehn-navigation.service';
|
|
79
|
+
export * from './foehn-remaining-alerts-summary/foehn-remaining-alerts-summary.component';
|
|
80
|
+
export * from './foehn-remaining-alerts-summary/foehn-remaining-alerts-summary.module';
|
|
81
|
+
export * from './foehn-validation-alert-summary/foehn-validation-alert-summary.component';
|
|
82
|
+
export * from './foehn-validation-alert-summary/foehn-validation-alert-summary.module';
|
|
73
83
|
export * from './foehn-validation-alerts/foehn-validation-alerts.component';
|
|
74
84
|
export * from './foehn-validation-alerts/foehn-validation-alerts.module';
|
|
75
85
|
export * from './validation/validation-handler.service';
|
|
76
|
-
export * from './foehn-remaining-alerts-summary/foehn-remaining-alerts-summary.module';
|
|
77
|
-
export * from './foehn-remaining-alerts-summary/foehn-remaining-alerts-summary.component';
|
|
78
|
-
export * from './foehn-validation-alert-summary/foehn-validation-alert-summary.module';
|
|
79
|
-
export * from './foehn-validation-alert-summary/foehn-validation-alert-summary.component';
|
|
80
|
-
export * from './foehn-icons/foehn-icons.module';
|
|
81
86
|
export * from './foehn-icons/foehn-icon-calendar.component';
|
|
82
87
|
export * from './foehn-icons/foehn-icon-check.component';
|
|
83
88
|
export * from './foehn-icons/foehn-icon-check-square-o.component';
|
|
@@ -100,85 +105,112 @@ export * from './foehn-icons/foehn-icon-search.component';
|
|
|
100
105
|
export * from './foehn-icons/foehn-icon-times.component';
|
|
101
106
|
export * from './foehn-icons/foehn-icon-trash-alt.component';
|
|
102
107
|
export * from './foehn-icons/foehn-icon-unlock-alt.component';
|
|
103
|
-
export * from './foehn-
|
|
108
|
+
export * from './foehn-icons/foehn-icons.module';
|
|
104
109
|
export * from './foehn-list/foehn-list.component';
|
|
110
|
+
export * from './foehn-list/foehn-list.module';
|
|
105
111
|
export * from './foehn-list/page-change-event';
|
|
106
|
-
export * from './
|
|
107
|
-
export * from './
|
|
108
|
-
export * from './
|
|
109
|
-
export * from './
|
|
110
|
-
export * from './
|
|
111
|
-
export * from './gesdem-error/gesdem-error.module';
|
|
112
|
-
export * from './gesdem-confirmation/gesdem-confirmation.module';
|
|
113
|
-
export * from './foehn-notfound/foehn-notfound.module';
|
|
114
|
-
export * from './foehn-form/foehn-form.module';
|
|
112
|
+
export * from './foehn-table/foehn-table.component';
|
|
113
|
+
export * from './foehn-table/foehn-table.module';
|
|
114
|
+
export * from './foehn-table/foehn-table-column-configuration';
|
|
115
|
+
export * from './foehn-table/foehn-table-page-change-event';
|
|
116
|
+
export * from './foehn-table/tableSort';
|
|
115
117
|
export * from './foehn-form/foehn-form.component';
|
|
116
|
-
export * from './
|
|
118
|
+
export * from './foehn-form/foehn-form.module';
|
|
119
|
+
export * from './foehn-form/register-ng-model.service';
|
|
120
|
+
export * from './foehn-notfound/foehn-notfound.module';
|
|
117
121
|
export * from './foehn-user-connected-as/foehn-user-connected-as.component';
|
|
118
122
|
export * from './foehn-user-connected-as/foehn-user-connected-as.module';
|
|
123
|
+
export * from './form-error';
|
|
124
|
+
export * from './gesdem-confirmation/gesdem-confirmation.module';
|
|
125
|
+
export * from './gesdem-error/gesdem-error.module';
|
|
126
|
+
export * from './global.const';
|
|
127
|
+
export * from './sdk-recaptcha/recaptcha.service';
|
|
128
|
+
export * from './sdk-recaptcha/sdk-recaptcha.component';
|
|
129
|
+
export * from './sdk-recaptcha/sdk-recaptcha.module';
|
|
130
|
+
export * from './sdk-redirect/redirect.component';
|
|
131
|
+
export * from './sdk-redirect/sdk-redirect.module';
|
|
132
|
+
export * from './foehn-upload/abstract-foehn-uploader.component';
|
|
119
133
|
export * from './foehn-upload/document-reference';
|
|
120
134
|
export * from './foehn-upload/pending-upload.type';
|
|
121
135
|
export * from './foehn-upload/uploader.helper';
|
|
122
|
-
export * from './foehn-upload/abstract-foehn-uploader.component';
|
|
123
|
-
export * from './foehn-upload/foehn-multi-upload/foehn-multi-upload.module';
|
|
124
136
|
export * from './foehn-upload/foehn-multi-upload/foehn-multi-upload.component';
|
|
137
|
+
export * from './foehn-upload/foehn-multi-upload/foehn-multi-upload.module';
|
|
125
138
|
export * from './foehn-upload/foehn-multi-upload/multi-upload.service';
|
|
126
139
|
export * from './foehn-upload/foehn-multi-upload/multi-upload.type';
|
|
127
140
|
export * from './foehn-upload/foehn-multi-upload/pending-upload.service';
|
|
128
|
-
export * from './foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.module';
|
|
129
|
-
export * from './foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.component';
|
|
130
141
|
export * from './foehn-upload/foehn-bo-multi-upload/bo-multi-upload.service';
|
|
131
142
|
export * from './foehn-upload/foehn-bo-multi-upload/bo-multi-upload.type';
|
|
132
|
-
export * from './foehn-upload/foehn-
|
|
143
|
+
export * from './foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.component';
|
|
144
|
+
export * from './foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.module';
|
|
133
145
|
export * from './foehn-upload/foehn-picture-upload/foehn-picture-upload.component';
|
|
134
|
-
export * from './
|
|
146
|
+
export * from './foehn-upload/foehn-picture-upload/foehn-picture-upload.module';
|
|
147
|
+
export * from './foehn-upload/foehn-upload-progress-bar/foehn-upload-progress-bar.component';
|
|
148
|
+
export * from './foehn-upload/foehn-upload-progress-bar/foehn-upload-progress-bar.module';
|
|
149
|
+
export * from './foehn-upload/foehn-upload-progress-bar/upload-progress.service';
|
|
150
|
+
export * from './foehn-upload/foehn-upload-progress-bar/upload-progress.type';
|
|
135
151
|
export * from './sdk-epayment/sdk-epayment.component';
|
|
152
|
+
export * from './sdk-epayment/sdk-epayment.module';
|
|
136
153
|
export * from './sdk-epayment/sdk-epayment.service';
|
|
137
|
-
export * from './foehn-modal/foehn-modal.
|
|
138
|
-
export * from './foehn-modal/foehn-modal.
|
|
154
|
+
export * from './foehn-confirm-modal/foehn-confirm-modal.component';
|
|
155
|
+
export * from './foehn-confirm-modal/foehn-confirm-modal.module';
|
|
156
|
+
export * from './foehn-confirm-modal/foehn-confirm-modal.service';
|
|
157
|
+
export * from './foehn-confirm-modal/foehn-confirm-modal-content';
|
|
139
158
|
export * from './foehn-help-modal/foehn-help-modal.component';
|
|
140
159
|
export * from './foehn-help-modal/foehn-help-modal.module';
|
|
141
160
|
export * from './foehn-help-modal/foehn-help-modal.type';
|
|
142
|
-
export * from './foehn-
|
|
143
|
-
export * from './foehn-
|
|
144
|
-
export * from './foehn-confirm-modal/foehn-confirm-modal.component';
|
|
145
|
-
export * from './foehn-confirm-modal/foehn-confirm-modal-content';
|
|
161
|
+
export * from './foehn-modal/foehn-modal.component';
|
|
162
|
+
export * from './foehn-modal/foehn-modal.module';
|
|
146
163
|
export * from './foehn-page/foehn-page-modal.component';
|
|
147
164
|
export * from './sdk-date/date.helper';
|
|
148
165
|
export * from './sdk-currency/currency.helper';
|
|
149
|
-
export * from './directives/formatter.module';
|
|
150
166
|
export * from './directives/currency-formatter.directive';
|
|
151
|
-
export * from './directives/
|
|
152
|
-
export * from './directives/ide-formatter.directive';
|
|
167
|
+
export * from './directives/formatter.module';
|
|
153
168
|
export * from './directives/iban-formatter.directive';
|
|
169
|
+
export * from './directives/ide-formatter.directive';
|
|
170
|
+
export * from './directives/ndc-formatter.directive';
|
|
154
171
|
export * from './foehn-recap-section/foehn-recap-section.component';
|
|
155
172
|
export * from './foehn-recap-section/foehn-recap-section.module';
|
|
156
173
|
export * from './foehn-recap-section/foehn-recap-section.type';
|
|
157
174
|
export * from './gesdem/gesdem-statut-utils';
|
|
158
175
|
export * from './gesdem-action-recovery/gesdem-action-recovery.module';
|
|
159
|
-
export * from './gesdem-action-recovery/gesdem-action-recovery-registration/gesdem-action-recovery-registration.component';
|
|
160
176
|
export * from './gesdem-action-recovery/gesdem-action-recovery-login/gesdem-action-recovery-login.component';
|
|
161
|
-
export * from './
|
|
177
|
+
export * from './gesdem-action-recovery/gesdem-action-recovery-registration/gesdem-action-recovery-registration.component';
|
|
162
178
|
export * from './foehn-misc/foehn-abbr.component';
|
|
163
|
-
export * from './foehn-
|
|
179
|
+
export * from './foehn-misc/foehn-misc.module';
|
|
180
|
+
export * from './foehn-menu-prestation/abstract-list-item-detail-page.component';
|
|
164
181
|
export * from './foehn-menu-prestation/abstract-menu-page.component';
|
|
165
182
|
export * from './foehn-menu-prestation/abstract-page-from-menu.component';
|
|
166
|
-
export * from './foehn-menu-prestation/abstract-list-item-detail-page.component';
|
|
167
183
|
export * from './foehn-menu-prestation/foehn-error-pill/foehn-error-pill.component';
|
|
168
|
-
export * from './foehn-menu-prestation/foehn-menu-items/foehn-menu-item/foehn-menu-item.component';
|
|
169
|
-
export * from './foehn-menu-prestation/foehn-menu-items/foehn-menu-item-transmit/foehn-menu-item-transmit.component';
|
|
170
|
-
export * from './foehn-menu-prestation/foehn-list-summary/foehn-list-summary.component';
|
|
171
184
|
export * from './foehn-menu-prestation/foehn-list-summary/foehn-list-item';
|
|
172
185
|
export * from './foehn-menu-prestation/foehn-list-summary/foehn-list-item-description';
|
|
173
|
-
export * from './foehn-
|
|
174
|
-
export * from './foehn-
|
|
186
|
+
export * from './foehn-menu-prestation/foehn-list-summary/foehn-list-summary.component';
|
|
187
|
+
export * from './foehn-menu-prestation/foehn-menu-items/foehn-menu-item/foehn-menu-item.component';
|
|
188
|
+
export * from './foehn-menu-prestation/foehn-menu-items/foehn-menu-item-transmit/foehn-menu-item-transmit.component';
|
|
189
|
+
export * from './foehn-menu-prestation/foehn-menu-prestation.module';
|
|
175
190
|
export * from './foehn-date-picker/date-picker.helper';
|
|
176
191
|
export * from './foehn-date-picker/date-picker-navigation.helper';
|
|
177
192
|
export * from './foehn-date-picker/day-month.type';
|
|
178
|
-
export * from './foehn-date-picker/month-year.type';
|
|
179
193
|
export * from './foehn-date-picker/focused-day.type';
|
|
180
|
-
export * from './foehn-date-picker
|
|
194
|
+
export * from './foehn-date-picker/foehn-date-picker.component';
|
|
195
|
+
export * from './foehn-date-picker/foehn-date-picker.module';
|
|
196
|
+
export * from './foehn-date-picker/month-year.type';
|
|
181
197
|
export * from './foehn-date-picker-button/foehn-date-picker-button.component';
|
|
182
|
-
export * from './foehn-
|
|
198
|
+
export * from './foehn-date-picker-button/foehn-date-picker-button.module';
|
|
183
199
|
export * from './foehn-decision-electronique/foehn-decision-electronique.component';
|
|
200
|
+
export * from './foehn-decision-electronique/foehn-decision-electronique.module';
|
|
184
201
|
export * from './helpers/object.helper';
|
|
202
|
+
export * from './refinf/model/address-type-light';
|
|
203
|
+
export * from './refinf/model/canton';
|
|
204
|
+
export * from './refinf/model/district';
|
|
205
|
+
export * from './refinf/model/municipality';
|
|
206
|
+
export * from './refinf/model/place-of-origin';
|
|
207
|
+
export * from './refinf/model/postal-locality';
|
|
208
|
+
export * from './foehn-agenda/calendar.type';
|
|
209
|
+
export * from './foehn-agenda/current-week.type';
|
|
210
|
+
export * from './foehn-agenda/day-slots.type';
|
|
211
|
+
export * from './foehn-agenda/foehn-agenda.component';
|
|
212
|
+
export * from './foehn-agenda/foehn-agenda.module';
|
|
213
|
+
export * from './foehn-agenda/foehn-agenda-navigation/foehn-agenda-navigation.component';
|
|
214
|
+
export * from './foehn-agenda/foehn-agenda-timeslot-panel/foehn-agenda-timeslot-panel.component';
|
|
215
|
+
export * from './foehn-agenda/pagination-week.type';
|
|
216
|
+
export * from './foehn-agenda/selected-slot.type';
|
package/package.json
CHANGED
|
@@ -11,23 +11,23 @@
|
|
|
11
11
|
"url": "ssh://git@bitbucket.etat-de-vaud.ch/cybsdk/prestations-ng.git"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@angular/cdk": "^
|
|
15
|
-
"tslib": "^2.
|
|
14
|
+
"@angular/cdk": "^15.1.1",
|
|
15
|
+
"tslib": "^2.3.0"
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"@angular/common": "^
|
|
19
|
-
"@angular/core": "^
|
|
20
|
-
"@fortawesome/angular-fontawesome": "
|
|
21
|
-
"@fortawesome/fontawesome-free": "^
|
|
22
|
-
"@fortawesome/fontawesome-svg-core": "^
|
|
23
|
-
"@fortawesome/free-regular-svg-icons": "^
|
|
24
|
-
"@fortawesome/free-solid-svg-icons": "^
|
|
25
|
-
"@dsivd/foehn": "1.8.
|
|
26
|
-
"rxjs": "~
|
|
27
|
-
"core-js": "~3.
|
|
18
|
+
"@angular/common": "^15.1.1",
|
|
19
|
+
"@angular/core": "^15.1.1",
|
|
20
|
+
"@fortawesome/angular-fontawesome": "~0.10.1",
|
|
21
|
+
"@fortawesome/fontawesome-free": "^6.2.0",
|
|
22
|
+
"@fortawesome/fontawesome-svg-core": "^6.2.0",
|
|
23
|
+
"@fortawesome/free-regular-svg-icons": "^6.2.0",
|
|
24
|
+
"@fortawesome/free-solid-svg-icons": "^6.2.0",
|
|
25
|
+
"@dsivd/foehn": "1.8.4",
|
|
26
|
+
"rxjs": "~7.8.0",
|
|
27
|
+
"core-js": "~3.27.3",
|
|
28
28
|
"iban": "~0.0.14",
|
|
29
|
-
"ngx-image-cropper": "~
|
|
30
|
-
"dayjs": "~1.
|
|
29
|
+
"ngx-image-cropper": "~6.3.2",
|
|
30
|
+
"dayjs": "~1.11.7"
|
|
31
31
|
},
|
|
32
32
|
"schematics": "./schematics/collection.json",
|
|
33
33
|
"ng-add": {
|
|
@@ -36,12 +36,25 @@
|
|
|
36
36
|
"ng-update": {
|
|
37
37
|
"migrations": "./schematics/migration-collection.json"
|
|
38
38
|
},
|
|
39
|
-
"version": "
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"fesm2015": "fesm2015/dsivd-prestations-ng.
|
|
45
|
-
"typings": "
|
|
39
|
+
"version": "16.0.0-beta1",
|
|
40
|
+
"module": "fesm2015/dsivd-prestations-ng.mjs",
|
|
41
|
+
"es2020": "fesm2020/dsivd-prestations-ng.mjs",
|
|
42
|
+
"esm2020": "esm2020/dsivd-prestations-ng.mjs",
|
|
43
|
+
"fesm2020": "fesm2020/dsivd-prestations-ng.mjs",
|
|
44
|
+
"fesm2015": "fesm2015/dsivd-prestations-ng.mjs",
|
|
45
|
+
"typings": "index.d.ts",
|
|
46
|
+
"exports": {
|
|
47
|
+
"./package.json": {
|
|
48
|
+
"default": "./package.json"
|
|
49
|
+
},
|
|
50
|
+
".": {
|
|
51
|
+
"types": "./index.d.ts",
|
|
52
|
+
"esm2020": "./esm2020/dsivd-prestations-ng.mjs",
|
|
53
|
+
"es2020": "./fesm2020/dsivd-prestations-ng.mjs",
|
|
54
|
+
"es2015": "./fesm2015/dsivd-prestations-ng.mjs",
|
|
55
|
+
"node": "./fesm2015/dsivd-prestations-ng.mjs",
|
|
56
|
+
"default": "./fesm2020/dsivd-prestations-ng.mjs"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
46
59
|
"sideEffects": false
|
|
47
60
|
}
|
package/pipes/currency.pipe.d.ts
CHANGED
|
@@ -6,5 +6,5 @@ export declare class DisplayCurrencyPipe implements PipeTransform {
|
|
|
6
6
|
constructor(currencyHelper: CurrencyHelper);
|
|
7
7
|
transform(value: number | string, currency?: string, fixedDecimalCount?: number, showZero?: boolean): string;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<DisplayCurrencyPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<DisplayCurrencyPipe, "displayCurrency">;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<DisplayCurrencyPipe, "displayCurrency", false>;
|
|
10
10
|
}
|
package/pipes/date.pipe.d.ts
CHANGED
|
@@ -8,5 +8,5 @@ export declare class DisplayDatePipe implements PipeTransform {
|
|
|
8
8
|
private transformFromDate;
|
|
9
9
|
private transformFromArray;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<DisplayDatePipe, never>;
|
|
11
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<DisplayDatePipe, "displayDate">;
|
|
11
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<DisplayDatePipe, "displayDate", false>;
|
|
12
12
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class FormatIdePipe implements PipeTransform {
|
|
4
4
|
transform(value: string, args: string[]): string;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormatIdePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FormatIdePipe, "formatIde">;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FormatIdePipe, "formatIde", false>;
|
|
7
7
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const schematics_1 = require("@angular-devkit/schematics");
|
|
4
|
-
const replace_browserslistrc_1 = require("../utility/replace-browserslistrc");
|
|
5
|
-
const add_allowed_common_js_dependencies_1 = require("../utility/add-allowed-common-js-dependencies");
|
|
6
|
-
const remove_emit_decorator_metadata_1 = require("../utility/remove-emit-decorator-metadata");
|
|
7
|
-
const migrate_to_karma_coverage_1 = require("../utility/migrate-to-karma-coverage");
|
|
8
4
|
const tasks_1 = require("@angular-devkit/schematics/tasks");
|
|
9
5
|
const add_allow_synthetic_default_imports_1 = require("../utility/add-allow-synthetic-default-imports");
|
|
6
|
+
const add_allowed_common_js_dependencies_1 = require("../utility/add-allowed-common-js-dependencies");
|
|
7
|
+
const migrate_to_karma_coverage_1 = require("../utility/migrate-to-karma-coverage");
|
|
8
|
+
const remove_emit_decorator_metadata_1 = require("../utility/remove-emit-decorator-metadata");
|
|
9
|
+
const replace_browserslistrc_1 = require("../utility/replace-browserslistrc");
|
|
10
10
|
exports.default = () => (tree, context) => {
|
|
11
11
|
const angularConfig = 'angular.json';
|
|
12
12
|
// Let's make sure we're in an angular workspace
|
|
@@ -14,13 +14,13 @@ exports.default = () => (tree, context) => {
|
|
|
14
14
|
throw new schematics_1.SchematicsException('This is not an Angular workspace. Try again in an Angular project.');
|
|
15
15
|
}
|
|
16
16
|
context.logger.info('Thank you for using our library prestations-ng');
|
|
17
|
-
replace_browserslistrc_1.replaceBrowsersList(tree);
|
|
18
|
-
add_allowed_common_js_dependencies_1.addAllowedCommonJsDependencies(tree);
|
|
19
|
-
remove_emit_decorator_metadata_1.removeEmitDecoratorMetadata(tree);
|
|
20
|
-
if (migrate_to_karma_coverage_1.migrateToKarmaCoverage(tree)) {
|
|
17
|
+
(0, replace_browserslistrc_1.replaceBrowsersList)(tree);
|
|
18
|
+
(0, add_allowed_common_js_dependencies_1.addAllowedCommonJsDependencies)(tree);
|
|
19
|
+
(0, remove_emit_decorator_metadata_1.removeEmitDecoratorMetadata)(tree);
|
|
20
|
+
if ((0, migrate_to_karma_coverage_1.migrateToKarmaCoverage)(tree)) {
|
|
21
21
|
context.addTask(new tasks_1.NodePackageInstallTask());
|
|
22
22
|
}
|
|
23
|
-
add_allow_synthetic_default_imports_1.addAllowSyntheticDefaultImports(tree);
|
|
23
|
+
(0, add_allow_synthetic_default_imports_1.addAllowSyntheticDefaultImports)(tree);
|
|
24
24
|
return tree;
|
|
25
25
|
};
|
|
26
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9wcmVzdGF0aW9ucy1uZy9zY2hlbWF0aWNzL25nLWFkZC9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUFBLDJEQUtvQztBQUNwQyw0REFBMEU7QUFFMUUsd0dBQWlHO0FBQ2pHLHNHQUErRjtBQUMvRixvRkFBOEU7QUFDOUUsOEZBQXdGO0FBQ3hGLDhFQUF3RTtBQUV4RSxrQkFBZSxHQUFTLEVBQUUsQ0FBQyxDQUFDLElBQVUsRUFBRSxPQUF5QixFQUFFLEVBQUU7SUFDakUsTUFBTSxhQUFhLEdBQUcsY0FBYyxDQUFDO0lBQ3JDLGdEQUFnRDtJQUNoRCxJQUFJLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxhQUFhLENBQUMsRUFBRTtRQUM3QixNQUFNLElBQUksZ0NBQW1CLENBQ3pCLG9FQUFvRSxDQUN2RSxDQUFDO0tBQ0w7SUFDRCxPQUFPLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxnREFBZ0QsQ0FBQyxDQUFDO0lBRXRFLElBQUEsNENBQW1CLEVBQUMsSUFBSSxDQUFDLENBQUM7SUFDMUIsSUFBQSxtRUFBOEIsRUFBQyxJQUFJLENBQUMsQ0FBQztJQUNyQyxJQUFBLDREQUEyQixFQUFDLElBQUksQ0FBQyxDQUFDO0lBQ2xDLElBQUksSUFBQSxrREFBc0IsRUFBQyxJQUFJLENBQUMsRUFBRTtRQUM5QixPQUFPLENBQUMsT0FBTyxDQUFDLElBQUksOEJBQXNCLEVBQUUsQ0FBQyxDQUFDO0tBQ2pEO0lBQ0QsSUFBQSxxRUFBK0IsRUFBQyxJQUFJLENBQUMsQ0FBQztJQUN0QyxPQUFPLElBQUksQ0FBQztBQUNoQixDQUFDLENBQUMifQ==
|
|
@@ -10,7 +10,7 @@ exports.default = () => (tree, context) => {
|
|
|
10
10
|
throw new schematics_1.SchematicsException('This is not an Angular workspace. Try again in an Angular project.');
|
|
11
11
|
}
|
|
12
12
|
context.logger.info(`Applying migration for prestations-ng for Angular to version ${version}`);
|
|
13
|
-
replace_browserslistrc_1.replaceBrowsersList(tree);
|
|
13
|
+
(0, replace_browserslistrc_1.replaceBrowsersList)(tree);
|
|
14
14
|
return tree;
|
|
15
15
|
};
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
16
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9wcmVzdGF0aW9ucy1uZy9zY2hlbWF0aWNzL25nLXVwZGF0ZS9taWdyYXRpb25zL3VwZGF0ZS0xM18xXzAvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFBQSwyREFLb0M7QUFFcEMsb0ZBQThFO0FBRTlFLE1BQU0sT0FBTyxHQUFHLFFBQVEsQ0FBQztBQUV6QixrQkFBZSxHQUFTLEVBQUUsQ0FBQyxDQUFDLElBQVUsRUFBRSxPQUF5QixFQUFFLEVBQUU7SUFDakUsTUFBTSxhQUFhLEdBQUcsY0FBYyxDQUFDO0lBQ3JDLGdEQUFnRDtJQUNoRCxJQUFJLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxhQUFhLENBQUMsRUFBRTtRQUM3QixNQUFNLElBQUksZ0NBQW1CLENBQ3pCLG9FQUFvRSxDQUN2RSxDQUFDO0tBQ0w7SUFDRCxPQUFPLENBQUMsTUFBTSxDQUFDLElBQUksQ0FDZixnRUFBZ0UsT0FBTyxFQUFFLENBQzVFLENBQUM7SUFDRixJQUFBLDRDQUFtQixFQUFDLElBQUksQ0FBQyxDQUFDO0lBQzFCLE9BQU8sSUFBSSxDQUFDO0FBQ2hCLENBQUMsQ0FBQyJ9
|
|
@@ -11,8 +11,8 @@ exports.default = () => (tree, context) => {
|
|
|
11
11
|
throw new schematics_1.SchematicsException('This is not an Angular workspace. Try again in an Angular project.');
|
|
12
12
|
}
|
|
13
13
|
context.logger.info(`Applying migration for prestations-ng for Angular to version ${version}`);
|
|
14
|
-
add_allowed_common_js_dependencies_1.addAllowedCommonJsDependencies(tree);
|
|
15
|
-
remove_emit_decorator_metadata_1.removeEmitDecoratorMetadata(tree);
|
|
14
|
+
(0, add_allowed_common_js_dependencies_1.addAllowedCommonJsDependencies)(tree);
|
|
15
|
+
(0, remove_emit_decorator_metadata_1.removeEmitDecoratorMetadata)(tree);
|
|
16
16
|
return tree;
|
|
17
17
|
};
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
18
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9wcmVzdGF0aW9ucy1uZy9zY2hlbWF0aWNzL25nLXVwZGF0ZS9taWdyYXRpb25zL3VwZGF0ZS0xM18yXzAvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFBQSwyREFLb0M7QUFFcEMsNEdBQXFHO0FBQ3JHLG9HQUE4RjtBQUU5RixNQUFNLE9BQU8sR0FBRyxRQUFRLENBQUM7QUFFekIsa0JBQWUsR0FBUyxFQUFFLENBQUMsQ0FBQyxJQUFVLEVBQUUsT0FBeUIsRUFBRSxFQUFFO0lBQ2pFLE1BQU0sYUFBYSxHQUFHLGNBQWMsQ0FBQztJQUNyQyxnREFBZ0Q7SUFDaEQsSUFBSSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsYUFBYSxDQUFDLEVBQUU7UUFDN0IsTUFBTSxJQUFJLGdDQUFtQixDQUN6QixvRUFBb0UsQ0FDdkUsQ0FBQztLQUNMO0lBQ0QsT0FBTyxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQ2YsZ0VBQWdFLE9BQU8sRUFBRSxDQUM1RSxDQUFDO0lBQ0YsSUFBQSxtRUFBOEIsRUFBQyxJQUFJLENBQUMsQ0FBQztJQUNyQyxJQUFBLDREQUEyQixFQUFDLElBQUksQ0FBQyxDQUFDO0lBQ2xDLE9BQU8sSUFBSSxDQUFDO0FBQ2hCLENBQUMsQ0FBQyJ9
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const schematics_1 = require("@angular-devkit/schematics");
|
|
4
|
-
const migrate_to_karma_coverage_1 = require("../../../utility/migrate-to-karma-coverage");
|
|
5
4
|
const tasks_1 = require("@angular-devkit/schematics/tasks");
|
|
5
|
+
const migrate_to_karma_coverage_1 = require("../../../utility/migrate-to-karma-coverage");
|
|
6
6
|
const version = '13.5.1';
|
|
7
7
|
exports.default = () => (tree, context) => {
|
|
8
8
|
const angularConfig = 'angular.json';
|
|
@@ -11,9 +11,9 @@ exports.default = () => (tree, context) => {
|
|
|
11
11
|
throw new schematics_1.SchematicsException('This is not an Angular workspace. Try again in an Angular project.');
|
|
12
12
|
}
|
|
13
13
|
context.logger.info(`Applying migration for prestations-ng for Angular to version ${version}`);
|
|
14
|
-
if (migrate_to_karma_coverage_1.migrateToKarmaCoverage(tree)) {
|
|
14
|
+
if ((0, migrate_to_karma_coverage_1.migrateToKarmaCoverage)(tree)) {
|
|
15
15
|
context.addTask(new tasks_1.NodePackageInstallTask());
|
|
16
16
|
}
|
|
17
17
|
return tree;
|
|
18
18
|
};
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
19
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9wcmVzdGF0aW9ucy1uZy9zY2hlbWF0aWNzL25nLXVwZGF0ZS9taWdyYXRpb25zL3VwZGF0ZS0xM181XzEvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFBQSwyREFLb0M7QUFDcEMsNERBQTBFO0FBRTFFLDBGQUFvRjtBQUVwRixNQUFNLE9BQU8sR0FBRyxRQUFRLENBQUM7QUFFekIsa0JBQWUsR0FBUyxFQUFFLENBQUMsQ0FBQyxJQUFVLEVBQUUsT0FBeUIsRUFBRSxFQUFFO0lBQ2pFLE1BQU0sYUFBYSxHQUFHLGNBQWMsQ0FBQztJQUNyQyxnREFBZ0Q7SUFDaEQsSUFBSSxDQUFDLElBQUksQ0FBQyxNQUFNLENBQUMsYUFBYSxDQUFDLEVBQUU7UUFDN0IsTUFBTSxJQUFJLGdDQUFtQixDQUN6QixvRUFBb0UsQ0FDdkUsQ0FBQztLQUNMO0lBQ0QsT0FBTyxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQ2YsZ0VBQWdFLE9BQU8sRUFBRSxDQUM1RSxDQUFDO0lBRUYsSUFBSSxJQUFBLGtEQUFzQixFQUFDLElBQUksQ0FBQyxFQUFFO1FBQzlCLE9BQU8sQ0FBQyxPQUFPLENBQUMsSUFBSSw4QkFBc0IsRUFBRSxDQUFDLENBQUM7S0FDakQ7SUFDRCxPQUFPLElBQUksQ0FBQztBQUNoQixDQUFDLENBQUMifQ==
|
|
@@ -10,7 +10,7 @@ exports.default = () => (tree, context) => {
|
|
|
10
10
|
throw new schematics_1.SchematicsException('This is not an Angular workspace. Try again in an Angular project.');
|
|
11
11
|
}
|
|
12
12
|
context.logger.info(`Applying migration for prestations-ng for Angular to version ${version}`);
|
|
13
|
-
add_allow_synthetic_default_imports_1.addAllowSyntheticDefaultImports(tree);
|
|
13
|
+
(0, add_allow_synthetic_default_imports_1.addAllowSyntheticDefaultImports)(tree);
|
|
14
14
|
return tree;
|
|
15
15
|
};
|
|
16
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
16
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9wcmVzdGF0aW9ucy1uZy9zY2hlbWF0aWNzL25nLXVwZGF0ZS9taWdyYXRpb25zL3VwZGF0ZS0xNF81XzAvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFBQSwyREFLb0M7QUFFcEMsOEdBQXVHO0FBRXZHLE1BQU0sT0FBTyxHQUFHLFFBQVEsQ0FBQztBQUV6QixrQkFBZSxHQUFTLEVBQUUsQ0FBQyxDQUFDLElBQVUsRUFBRSxPQUF5QixFQUFFLEVBQUU7SUFDakUsTUFBTSxhQUFhLEdBQUcsY0FBYyxDQUFDO0lBQ3JDLGdEQUFnRDtJQUNoRCxJQUFJLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxhQUFhLENBQUMsRUFBRTtRQUM3QixNQUFNLElBQUksZ0NBQW1CLENBQ3pCLG9FQUFvRSxDQUN2RSxDQUFDO0tBQ0w7SUFDRCxPQUFPLENBQUMsTUFBTSxDQUFDLElBQUksQ0FDZixnRUFBZ0UsT0FBTyxFQUFFLENBQzVFLENBQUM7SUFDRixJQUFBLHFFQUErQixFQUFDLElBQUksQ0FBQyxDQUFDO0lBQ3RDLE9BQU8sSUFBSSxDQUFDO0FBQ2hCLENBQUMsQ0FBQyJ9
|
|
@@ -9,9 +9,9 @@ exports.default = () => (tree, context) => {
|
|
|
9
9
|
if (!tree.exists(angularConfig)) {
|
|
10
10
|
throw new schematics_1.SchematicsException('This is not an Angular workspace. Try again in an Angular project.');
|
|
11
11
|
}
|
|
12
|
-
if (migrate_to_karma_coverage_1.migrateToKarmaCoverage(tree)) {
|
|
12
|
+
if ((0, migrate_to_karma_coverage_1.migrateToKarmaCoverage)(tree)) {
|
|
13
13
|
context.addTask(new tasks_1.NodePackageInstallTask());
|
|
14
14
|
}
|
|
15
15
|
return tree;
|
|
16
16
|
};
|
|
17
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9wcm9qZWN0cy9wcmVzdGF0aW9ucy1uZy9zY2hlbWF0aWNzL3VwZGF0ZS1rYXJtYS1jb25maWcvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFBQSwyREFLb0M7QUFDcEMsNERBQTBFO0FBRTFFLG9GQUE4RTtBQUU5RSxrQkFBZSxHQUFTLEVBQUUsQ0FBQyxDQUFDLElBQVUsRUFBRSxPQUF5QixFQUFFLEVBQUU7SUFDakUsTUFBTSxhQUFhLEdBQUcsY0FBYyxDQUFDO0lBQ3JDLGdEQUFnRDtJQUNoRCxJQUFJLENBQUMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxhQUFhLENBQUMsRUFBRTtRQUM3QixNQUFNLElBQUksZ0NBQW1CLENBQ3pCLG9FQUFvRSxDQUN2RSxDQUFDO0tBQ0w7SUFFRCxJQUFJLElBQUEsa0RBQXNCLEVBQUMsSUFBSSxDQUFDLEVBQUU7UUFDOUIsT0FBTyxDQUFDLE9BQU8sQ0FBQyxJQUFJLDhCQUFzQixFQUFFLENBQUMsQ0FBQztLQUNqRDtJQUNELE9BQU8sSUFBSSxDQUFDO0FBQ2hCLENBQUMsQ0FBQyJ9
|
|
@@ -43,9 +43,9 @@ const migrateToKarmaCoverage = (tree) => {
|
|
|
43
43
|
// this is not a karma conf but most probably a jest conf
|
|
44
44
|
return false;
|
|
45
45
|
}
|
|
46
|
-
exports.modifyPackageJson(tree);
|
|
47
|
-
exports.modifyKarmaConfig(tree);
|
|
46
|
+
(0, exports.modifyPackageJson)(tree);
|
|
47
|
+
(0, exports.modifyKarmaConfig)(tree);
|
|
48
48
|
return true;
|
|
49
49
|
};
|
|
50
50
|
exports.migrateToKarmaCoverage = migrateToKarmaCoverage;
|
|
51
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
51
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWlncmF0ZS10by1rYXJtYS1jb3ZlcmFnZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL3ByZXN0YXRpb25zLW5nL3NjaGVtYXRpY3MvdXRpbGl0eS9taWdyYXRlLXRvLWthcm1hLWNvdmVyYWdlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUVPLE1BQU0saUJBQWlCLEdBQUcsQ0FBQyxJQUFVLEVBQVEsRUFBRTtJQUNsRCxNQUFNLGlCQUFpQixHQUFHLGNBQWMsQ0FBQztJQUN6QyxNQUFNLElBQUksR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUM7SUFDMUMsSUFBSSxDQUFDLElBQUksRUFBRTtRQUNQLGdCQUFnQjtRQUNoQixPQUFPO0tBQ1Y7SUFFRCxNQUFNLElBQUksR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxRQUFRLEVBQUUsQ0FBQyxDQUFDO0lBQ3pDLE1BQU0sZUFBZSxHQUFHLElBQUksQ0FBQyxlQUFlLENBQUM7SUFDN0MsSUFBSSxDQUFDLGVBQWUsRUFBRTtRQUNsQixnQkFBZ0I7UUFDaEIsT0FBTztLQUNWO0lBRUQsTUFBTSw2QkFBNkIsR0FBRyxrQ0FBa0MsQ0FBQztJQUN6RSxJQUFJLENBQUMsZUFBZSxDQUFDLGNBQWMsQ0FBQyw2QkFBNkIsQ0FBQyxFQUFFO1FBQ2hFLGdCQUFnQjtRQUNoQixPQUFPO0tBQ1Y7SUFFRCxPQUFPLGVBQWUsQ0FBQyw2QkFBNkIsQ0FBQyxDQUFDO0lBRXRELHFCQUFxQjtJQUNyQixlQUFlLENBQUMsZ0JBQWdCLENBQUMsR0FBRyxRQUFRLENBQUM7SUFFN0MsSUFBSSxDQUFDLFNBQVMsQ0FBQyxpQkFBaUIsRUFBRSxJQUFJLENBQUMsU0FBUyxDQUFDLElBQUksRUFBRSxJQUFJLEVBQUUsQ0FBQyxDQUFDLENBQUMsQ0FBQztBQUNyRSxDQUFDLENBQUM7QUEzQlcsUUFBQSxpQkFBaUIscUJBMkI1QjtBQUVLLE1BQU0saUJBQWlCLEdBQUcsQ0FBQyxJQUFVLEVBQVEsRUFBRTtJQUNsRCxNQUFNLGlCQUFpQixHQUFHLElBQUksQ0FBQyxJQUFJLENBQy9CLDZFQUE2RSxDQUNoRixDQUFDO0lBQ0YsSUFBSSxDQUFDLGlCQUFpQixFQUFFO1FBQ3BCLE9BQU87S0FDVjtJQUVELE1BQU0saUJBQWlCLEdBQUcsZUFBZSxDQUFDO0lBQzFDLE1BQU0sa0JBQWtCLEdBQUcsaUJBQWlCLENBQUMsUUFBUSxFQUFFLENBQUM7SUFDeEQsSUFBSSxJQUFJLENBQUMsTUFBTSxDQUFDLGlCQUFpQixDQUFDLEVBQUU7UUFDaEMsSUFBSSxDQUFDLFNBQVMsQ0FBQyxpQkFBaUIsRUFBRSxrQkFBa0IsQ0FBQyxDQUFDO0tBQ3pEO0FBQ0wsQ0FBQyxDQUFDO0FBYlcsUUFBQSxpQkFBaUIscUJBYTVCO0FBRUssTUFBTSxzQkFBc0IsR0FBRyxDQUFDLElBQVUsRUFBVyxFQUFFO0lBQzFELE1BQU0saUJBQWlCLEdBQUcsZUFBZSxDQUFDO0lBQzFDLElBQUksQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLGlCQUFpQixDQUFDLEVBQUU7UUFDakMseURBQXlEO1FBQ3pELE9BQU8sS0FBSyxDQUFDO0tBQ2hCO0lBQ0QsSUFBQSx5QkFBaUIsRUFBQyxJQUFJLENBQUMsQ0FBQztJQUN4QixJQUFBLHlCQUFpQixFQUFDLElBQUksQ0FBQyxDQUFDO0lBRXhCLE9BQU8sSUFBSSxDQUFDO0FBQ2hCLENBQUMsQ0FBQztBQVZXLFFBQUEsc0JBQXNCLDBCQVVqQyJ9
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
-
import { ApplicationInfo, EtapeInfo } from './application-info';
|
|
4
3
|
import { FoehnPageService } from '../foehn-page/foehn-page.service';
|
|
4
|
+
import { ApplicationInfo, EtapeInfo } from './application-info';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare const APP_INFO_API_URL = "api/applicationInfo";
|
|
7
7
|
export declare const PORTAIL_BASE_URL_INT = "https://int-prestations.vd.ch/";
|
|
@@ -15,12 +15,12 @@ export declare class ApplicationInfoService {
|
|
|
15
15
|
private currentEtapeInfo_;
|
|
16
16
|
constructor(http: HttpClient, foehnPageService: FoehnPageService);
|
|
17
17
|
get data(): Observable<ApplicationInfo>;
|
|
18
|
+
get firstEtapeInfo(): Observable<EtapeInfo>;
|
|
19
|
+
get currentEtapeInfo(): Observable<EtapeInfo>;
|
|
18
20
|
getSafeCyberLoginUrl(): Observable<string>;
|
|
19
|
-
getSafeSupportFormUrl(): Observable<string>;
|
|
21
|
+
getSafeSupportFormUrl(reference?: string): Observable<string>;
|
|
20
22
|
getSafeSupportFormTitle(): Observable<string>;
|
|
21
23
|
getSafeEspacesSecuriseUrl(): Observable<string>;
|
|
22
|
-
get firstEtapeInfo(): Observable<EtapeInfo>;
|
|
23
|
-
get currentEtapeInfo(): Observable<EtapeInfo>;
|
|
24
24
|
private setApplicationInfo;
|
|
25
25
|
private getPortailBaseUrl;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<ApplicationInfoService, never>;
|