@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
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare class Street {
|
|
2
|
-
estrid?:
|
|
2
|
+
estrid?: string;
|
|
3
3
|
longName: string;
|
|
4
4
|
}
|
|
5
5
|
export declare class Locality {
|
|
6
|
-
postalLocalityHistoryId?:
|
|
6
|
+
postalLocalityHistoryId?: string;
|
|
7
7
|
zipCode?: string;
|
|
8
8
|
longName?: string;
|
|
9
|
-
zipCodeId?:
|
|
9
|
+
zipCodeId?: string;
|
|
10
10
|
}
|
|
11
11
|
export declare class Country {
|
|
12
12
|
iso2Id: string;
|
|
@@ -13,5 +13,5 @@ export declare class FoehnDisplayAddressComponent {
|
|
|
13
13
|
*/
|
|
14
14
|
getLines(address: Address): any[];
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnDisplayAddressComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnDisplayAddressComponent, "foehn-display-address", never, { "address": "address"; }, {}, never, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnDisplayAddressComponent, "foehn-display-address", never, { "address": "address"; }, {}, never, never, false, never>;
|
|
17
17
|
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
1
2
|
import { NgZone, OnInit } from '@angular/core';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
2
4
|
import { FoehnInputComponent } from '../foehn-input/foehn-input.component';
|
|
5
|
+
import { FoehnInputTextComponent } from '../foehn-input/foehn-input-text.component';
|
|
6
|
+
import { SdkDictionaryService } from '../sdk-dictionary/sdk-dictionary.service';
|
|
3
7
|
import { Address, Country, Locality, Street } from './address.type';
|
|
4
|
-
import { HttpClient } from '@angular/common/http';
|
|
5
|
-
import { Observable } from 'rxjs';
|
|
6
8
|
import { FoehnInputForeignLocalityComponent } from './foehn-input-foreign-locality.component';
|
|
7
9
|
import { FoehnInputForeignStreetComponent } from './foehn-input-foreign-street.component';
|
|
8
|
-
import { FoehnInputTextComponent } from '../foehn-input/foehn-input-text.component';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
export declare const SWISS_ISO_ID = "CH";
|
|
11
12
|
export declare class StreetNumber {
|
|
@@ -14,6 +15,7 @@ export declare class StreetNumber {
|
|
|
14
15
|
export declare class FoehnInputAddressComponent extends FoehnInputComponent<Address> implements OnInit {
|
|
15
16
|
private httpClient;
|
|
16
17
|
private ngZone;
|
|
18
|
+
private dictionaryService;
|
|
17
19
|
foreignLocalityComponent: FoehnInputForeignLocalityComponent;
|
|
18
20
|
foreignStreetComponent: FoehnInputForeignStreetComponent;
|
|
19
21
|
foreignHouseNumber: FoehnInputTextComponent;
|
|
@@ -47,25 +49,33 @@ export declare class FoehnInputAddressComponent extends FoehnInputComponent<Addr
|
|
|
47
49
|
localities: Observable<Locality[]>;
|
|
48
50
|
streets: Observable<Street[]>;
|
|
49
51
|
streetNumbers: Observable<StreetNumber[]>;
|
|
52
|
+
streetCustomErrors: {
|
|
53
|
+
[key: string]: string;
|
|
54
|
+
};
|
|
50
55
|
private iso2IdSubject;
|
|
51
56
|
private zipCodeIdSubject;
|
|
52
57
|
private estrIdSubject;
|
|
53
|
-
constructor(httpClient: HttpClient, ngZone: NgZone);
|
|
58
|
+
constructor(httpClient: HttpClient, ngZone: NgZone, dictionaryService: SdkDictionaryService);
|
|
54
59
|
identity: <T>(n: T) => T;
|
|
55
60
|
countryIdentity: (country: Country) => string;
|
|
56
|
-
localityIdentity: (loc: Locality) =>
|
|
57
|
-
streetIdentity: (street: Street) =>
|
|
61
|
+
localityIdentity: (loc: Locality) => string;
|
|
62
|
+
streetIdentity: (street: Street) => string;
|
|
58
63
|
streetGenerator: (longName: string) => Street;
|
|
59
64
|
ngOnInit(): void;
|
|
60
65
|
updateAddress(): void;
|
|
61
66
|
handleUserInput(): void;
|
|
62
67
|
onModelChange(value: Address): void;
|
|
63
68
|
isSwiss(): boolean;
|
|
64
|
-
|
|
69
|
+
userInputCountry(): void;
|
|
70
|
+
userInputLocality(locality: unknown): void;
|
|
71
|
+
userInputStreet(street: unknown): void;
|
|
65
72
|
countryUpdated(country: Country): void;
|
|
66
73
|
getLocalityDisplayedName(locality: Locality): string | void;
|
|
67
74
|
localityUpdated(locality: Locality): void;
|
|
68
75
|
streetUpdated(street: Street): void;
|
|
76
|
+
isStreetRequired(): boolean;
|
|
77
|
+
isForeignStreetRequired(): boolean;
|
|
78
|
+
isPostOfficeBoxTextRequired(): boolean;
|
|
69
79
|
private getCountries;
|
|
70
80
|
private getLocalities;
|
|
71
81
|
private getStreetNumberFor;
|
|
@@ -79,5 +89,5 @@ export declare class FoehnInputAddressComponent extends FoehnInputComponent<Addr
|
|
|
79
89
|
private getValidLocality;
|
|
80
90
|
private isModelEmpty;
|
|
81
91
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnInputAddressComponent, never>;
|
|
82
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnInputAddressComponent, "foehn-input-address", never, { "countriesUrl": "countriesUrl"; "isOnlySwiss": "isOnlySwiss"; "showPostOfficeBoxText": "showPostOfficeBoxText"; "showAdressLines": "showAdressLines"; "showAdressLine1": "showAdressLine1"; "showAdressLine2": "showAdressLine2"; "specifiedCanton": "specifiedCanton"; "countryRequired": "countryRequired"; "swissNpaLocalityRequired": "swissNpaLocalityRequired"; "streetRequired": "streetRequired"; "streetNumberRequired": "streetNumberRequired"; "foreignZipCodeRequired": "foreignZipCodeRequired"; "foreignLocalityRequired": "foreignLocalityRequired"; "foreignStreetRequired": "foreignStreetRequired"; "foreignStreetNumberRequired": "foreignStreetNumberRequired"; "postOfficeBoxTextRequired": "postOfficeBoxTextRequired"; "addressLine1Required": "addressLine1Required"; "addressLine2Required": "addressLine2Required"; "withCompanyLocalities": "withCompanyLocalities"; }, {}, never, ["*"]>;
|
|
92
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnInputAddressComponent, "foehn-input-address", never, { "countriesUrl": "countriesUrl"; "isOnlySwiss": "isOnlySwiss"; "showPostOfficeBoxText": "showPostOfficeBoxText"; "showAdressLines": "showAdressLines"; "showAdressLine1": "showAdressLine1"; "showAdressLine2": "showAdressLine2"; "specifiedCanton": "specifiedCanton"; "countryRequired": "countryRequired"; "swissNpaLocalityRequired": "swissNpaLocalityRequired"; "streetRequired": "streetRequired"; "streetNumberRequired": "streetNumberRequired"; "foreignZipCodeRequired": "foreignZipCodeRequired"; "foreignLocalityRequired": "foreignLocalityRequired"; "foreignStreetRequired": "foreignStreetRequired"; "foreignStreetNumberRequired": "foreignStreetNumberRequired"; "postOfficeBoxTextRequired": "postOfficeBoxTextRequired"; "addressLine1Required": "addressLine1Required"; "addressLine2Required": "addressLine2Required"; "withCompanyLocalities": "withCompanyLocalities"; }, {}, never, ["*"], false, never>;
|
|
83
93
|
}
|
|
@@ -12,5 +12,5 @@ export declare class FoehnInputForeignLocalityComponent extends FoehnInputCompon
|
|
|
12
12
|
isRequired(): boolean;
|
|
13
13
|
private getValidValue;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnInputForeignLocalityComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnInputForeignLocalityComponent, "foehn-input-foreign-locality", never, { "localityRequired": "localityRequired"; "zipCodeRequired": "zipCodeRequired"; }, {}, never, ["*"]>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnInputForeignLocalityComponent, "foehn-input-foreign-locality", never, { "localityRequired": "localityRequired"; "zipCodeRequired": "zipCodeRequired"; }, {}, never, ["*"], false, never>;
|
|
16
16
|
}
|
|
@@ -8,5 +8,5 @@ export declare class FoehnInputForeignStreetComponent extends FoehnInputComponen
|
|
|
8
8
|
onModelChange(value: Street): void;
|
|
9
9
|
private getValidValue;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnInputForeignStreetComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnInputForeignStreetComponent, "foehn-input-foreign-street", never, {}, {}, never, ["*"]>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnInputForeignStreetComponent, "foehn-input-foreign-street", never, {}, {}, never, ["*"], false, never>;
|
|
12
12
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { CurrentWeek } from './current-week.type';
|
|
2
|
+
import { PaginationWeek } from './pagination-week.type';
|
|
3
|
+
export declare class Calendar {
|
|
4
|
+
previousWeek: PaginationWeek;
|
|
5
|
+
currentWeek: CurrentWeek;
|
|
6
|
+
nextWeek: PaginationWeek;
|
|
7
|
+
minAvailableDate: number[];
|
|
8
|
+
maxAvailableDate: number[];
|
|
9
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { Calendar } from '../calendar.type';
|
|
3
|
+
import { PaginationWeek } from '../pagination-week.type';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class FoehnAgendaNavigationComponent implements OnChanges {
|
|
6
|
+
id: string;
|
|
7
|
+
calendar: Calendar;
|
|
8
|
+
isSrOnly: boolean;
|
|
9
|
+
minDate: number[];
|
|
10
|
+
maxDate: number[];
|
|
11
|
+
paginationChange: EventEmitter<PaginationWeek>;
|
|
12
|
+
currentDay: number[];
|
|
13
|
+
private overrideWithCalendarDate;
|
|
14
|
+
private static getCurrentDateAsArray;
|
|
15
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
16
|
+
paginate(paginationWeek: PaginationWeek): void;
|
|
17
|
+
datePickerUserInput(selectedDate: number[]): void;
|
|
18
|
+
private onCalendarChange;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnAgendaNavigationComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnAgendaNavigationComponent, "foehn-agenda-navigation", never, { "id": "id"; "calendar": "calendar"; "isSrOnly": "isSrOnly"; "minDate": "minDate"; "maxDate": "maxDate"; }, { "paginationChange": "paginationChange"; }, never, never, false, never>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { ElementRef, OnChanges, QueryList, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { FoehnInputComponent } from '../../foehn-input/foehn-input.component';
|
|
4
|
+
import { SdkDictionaryService } from '../../sdk-dictionary/sdk-dictionary.service';
|
|
5
|
+
import { Calendar } from '../calendar.type';
|
|
6
|
+
import { DaySlots } from '../day-slots.type';
|
|
7
|
+
import { SelectedSlot } from '../selected-slot.type';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class FoehnAgendaTimeslotPanelComponent extends FoehnInputComponent<SelectedSlot> implements OnChanges {
|
|
10
|
+
private dictionaryService;
|
|
11
|
+
timeSlotButtonsElemRef: QueryList<ElementRef>;
|
|
12
|
+
calendar: Observable<Calendar>;
|
|
13
|
+
nbVisibleElements: number;
|
|
14
|
+
selectedTimeSlot: string;
|
|
15
|
+
timeSlots: string[];
|
|
16
|
+
isClosed: boolean;
|
|
17
|
+
timeslotRemaining: number;
|
|
18
|
+
timeInputValue: string;
|
|
19
|
+
canClose: boolean;
|
|
20
|
+
readonly DEFAULT_NB_VISISBLE_ELEMENTS = 22;
|
|
21
|
+
private currentWeek_;
|
|
22
|
+
private dayInputValue;
|
|
23
|
+
private keyboardNavigationAllowed;
|
|
24
|
+
private currentActiveElement;
|
|
25
|
+
private hasSelectedSlotInPanel;
|
|
26
|
+
constructor(dictionaryService: SdkDictionaryService);
|
|
27
|
+
get currentWeek(): DaySlots;
|
|
28
|
+
set currentWeek(value: DaySlots);
|
|
29
|
+
handleKeyboardDownEvent(event: KeyboardEvent): void;
|
|
30
|
+
focus(): void;
|
|
31
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
32
|
+
capitalCaseFirstLetter(s: string): string;
|
|
33
|
+
handleUserInput(day: string, date: number[], time: string, calendar: Calendar): void;
|
|
34
|
+
togglePanel(): void;
|
|
35
|
+
onModelChange(value: SelectedSlot): void;
|
|
36
|
+
getTimeInputValue(s: string): string;
|
|
37
|
+
searchTimeValueInTimeSlot(): void;
|
|
38
|
+
onTimeFocusin(): void;
|
|
39
|
+
onTimeFocusout(): void;
|
|
40
|
+
isSelected(timeSlot: string): boolean;
|
|
41
|
+
getButtonTimeSlotAriaLabel(day: string, timeSlot: string): string;
|
|
42
|
+
getTimeSlotTabIndex(timeSlot: string, index: number): number;
|
|
43
|
+
cleanIdForQuerySelector(s: string): string;
|
|
44
|
+
private sliceNbVisibleElements;
|
|
45
|
+
private getValidValue;
|
|
46
|
+
private onNbVisibleElementsChange;
|
|
47
|
+
private onKeyDownInner;
|
|
48
|
+
private focusTimeSlot;
|
|
49
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnAgendaTimeslotPanelComponent, never>;
|
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnAgendaTimeslotPanelComponent, "foehn-agenda-timeslot-panel", never, { "calendar": "calendar"; "nbVisibleElements": "nbVisibleElements"; "currentWeek": "currentWeek"; }, {}, never, never, false, never>;
|
|
51
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { EventEmitter, QueryList } from '@angular/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { FoehnInputComponent } from '../foehn-input/foehn-input.component';
|
|
4
|
+
import { SdkDictionaryService } from '../sdk-dictionary/sdk-dictionary.service';
|
|
5
|
+
import { Calendar } from './calendar.type';
|
|
6
|
+
import { FoehnAgendaTimeslotPanelComponent } from './foehn-agenda-timeslot-panel/foehn-agenda-timeslot-panel.component';
|
|
7
|
+
import { PaginationWeek } from './pagination-week.type';
|
|
8
|
+
import { SelectedSlot } from './selected-slot.type';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export declare class FoehnAgendaComponent extends FoehnInputComponent<SelectedSlot> {
|
|
11
|
+
private dictionaryService;
|
|
12
|
+
calendar: Observable<Calendar>;
|
|
13
|
+
nbVisibleElements: number;
|
|
14
|
+
paginationChange: EventEmitter<PaginationWeek>;
|
|
15
|
+
timeSlotPanelsElemRef: QueryList<FoehnAgendaTimeslotPanelComponent>;
|
|
16
|
+
srAnnouncements: string;
|
|
17
|
+
private srAnnouncementClearTimer;
|
|
18
|
+
private readonly SR_ANNOUNCEMENT_CLEAR_TIMEOUT_INTERVAL_MS;
|
|
19
|
+
constructor(dictionaryService: SdkDictionaryService);
|
|
20
|
+
private static cleanIdForQuerySelector;
|
|
21
|
+
focus(): void;
|
|
22
|
+
paginate(paginationWeek: PaginationWeek): void;
|
|
23
|
+
handleUserInput(selectedTimeSlot: SelectedSlot): void;
|
|
24
|
+
scrollToNavigation(isTop: boolean): void;
|
|
25
|
+
extractDayTime(selected: SelectedSlot): string;
|
|
26
|
+
private manageScreenReaderAnnouncement;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnAgendaComponent, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnAgendaComponent, "foehn-agenda", never, { "calendar": "calendar"; "nbVisibleElements": "nbVisibleElements"; }, { "paginationChange": "paginationChange"; }, never, ["*"], false, never>;
|
|
29
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./foehn-agenda.component";
|
|
3
|
+
import * as i2 from "./foehn-agenda-navigation/foehn-agenda-navigation.component";
|
|
4
|
+
import * as i3 from "./foehn-agenda-timeslot-panel/foehn-agenda-timeslot-panel.component";
|
|
5
|
+
import * as i4 from "@angular/common";
|
|
6
|
+
import * as i5 from "@angular/cdk/a11y";
|
|
7
|
+
import * as i6 from "../foehn-misc/foehn-misc.module";
|
|
8
|
+
import * as i7 from "../sdk-dictionary/sdk-dictionary.module";
|
|
9
|
+
import * as i8 from "../foehn-icons/foehn-icons.module";
|
|
10
|
+
import * as i9 from "../foehn-date-picker-button/foehn-date-picker-button.module";
|
|
11
|
+
import * as i10 from "../foehn-validation-alerts/foehn-validation-alerts.module";
|
|
12
|
+
import * as i11 from "@angular/forms";
|
|
13
|
+
export declare class FoehnAgendaModule {
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnAgendaModule, never>;
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FoehnAgendaModule, [typeof i1.FoehnAgendaComponent, typeof i2.FoehnAgendaNavigationComponent, typeof i3.FoehnAgendaTimeslotPanelComponent], [typeof i4.CommonModule, typeof i5.A11yModule, typeof i6.FoehnMiscModule, typeof i7.SdkDictionaryModule, typeof i8.FoehnIconsModule, typeof i9.FoehnDatePickerButtonModule, typeof i10.FoehnValidationAlertsModule, typeof i11.FormsModule], [typeof i1.FoehnAgendaComponent, typeof i2.FoehnAgendaNavigationComponent, typeof i3.FoehnAgendaTimeslotPanelComponent]>;
|
|
16
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FoehnAgendaModule>;
|
|
17
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { NgZone, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { FoehnCheckableGroupComponent } from '../foehn-checkables/foehn-checkable-group.component';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
1
|
import 'core-js/modules/es.array.includes';
|
|
5
2
|
import { CdkVirtualScrollViewport } from '@angular/cdk/scrolling';
|
|
3
|
+
import { NgZone, OnDestroy, OnInit } from '@angular/core';
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
import { FoehnCheckableGroupComponent } from '../foehn-checkables/foehn-checkable-group.component';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class FoehnAutocompleteComponent extends FoehnCheckableGroupComponent implements OnInit, OnDestroy {
|
|
8
8
|
virtualScrollViewport: CdkVirtualScrollViewport;
|
|
@@ -23,6 +23,13 @@ export declare class FoehnAutocompleteComponent extends FoehnCheckableGroupCompo
|
|
|
23
23
|
* is a function.
|
|
24
24
|
*/
|
|
25
25
|
customValueModelGenerator: (input: string) => any;
|
|
26
|
+
itemHeightInSuggestionListInPx: number;
|
|
27
|
+
/**
|
|
28
|
+
* The suggestion label used in the displayed list. Can be a string or a function
|
|
29
|
+
* fallback on 'elementLabel'
|
|
30
|
+
*/
|
|
31
|
+
elementSuggestionLabel: any;
|
|
32
|
+
caseSensitiveSearch: boolean;
|
|
26
33
|
inputValue: string;
|
|
27
34
|
searchValue: string;
|
|
28
35
|
inputHasFocus: boolean;
|
|
@@ -30,9 +37,11 @@ export declare class FoehnAutocompleteComponent extends FoehnCheckableGroupCompo
|
|
|
30
37
|
currentBlurTimer: any;
|
|
31
38
|
placeholder: string;
|
|
32
39
|
VIEW_PORT_HEIGHT: number;
|
|
33
|
-
readonly ITEM_CALCULATED_HEIGHT = 40;
|
|
34
40
|
displayedElements: any[];
|
|
35
41
|
notificationMessageUpdated: boolean;
|
|
42
|
+
disabledSubject: Observable<string>;
|
|
43
|
+
private pendingDisabledSubject;
|
|
44
|
+
private elementsLoadedSubject;
|
|
36
45
|
private currentItemGlobalIndex;
|
|
37
46
|
private readonly NB_ITEMS_VISIBLE;
|
|
38
47
|
private filterSubject;
|
|
@@ -41,11 +50,17 @@ export declare class FoehnAutocompleteComponent extends FoehnCheckableGroupCompo
|
|
|
41
50
|
private activeDescendantId;
|
|
42
51
|
private onInitSubscription;
|
|
43
52
|
private modelChangeSubscription;
|
|
44
|
-
private
|
|
53
|
+
private elementsLoadedSubscription;
|
|
54
|
+
private readonly SUGGESTION_SELECTED_CLASS;
|
|
55
|
+
private readonly EXCLUDE_HTML_TAGS_REGEX;
|
|
56
|
+
private readonly SUGGESTION_CUSTOM_ATTRIBUTE_LABEL_VALUE;
|
|
45
57
|
constructor(zone: NgZone);
|
|
58
|
+
get disabled(): boolean;
|
|
59
|
+
set disabled(value: boolean);
|
|
46
60
|
ngOnInit(): void;
|
|
47
61
|
ngOnDestroy(): void;
|
|
48
62
|
onInputFocus(): void;
|
|
63
|
+
onInputClick(): void;
|
|
49
64
|
setFocusOnInput(): void;
|
|
50
65
|
onInputBlur(): void;
|
|
51
66
|
onKeyDown(keyEvent: KeyboardEvent): boolean;
|
|
@@ -54,6 +69,7 @@ export declare class FoehnAutocompleteComponent extends FoehnCheckableGroupCompo
|
|
|
54
69
|
onListOptionFocus(): void;
|
|
55
70
|
onListOptionBlur(): void;
|
|
56
71
|
filterElements(hideSuggestions?: boolean): void;
|
|
72
|
+
getSuggestionLabel(element: any): string;
|
|
57
73
|
getLabelWithEmphasis(elem: any): string;
|
|
58
74
|
onClear(): void;
|
|
59
75
|
displayClearButton(): Observable<boolean>;
|
|
@@ -88,5 +104,5 @@ export declare class FoehnAutocompleteComponent extends FoehnCheckableGroupCompo
|
|
|
88
104
|
private getCustomValue;
|
|
89
105
|
private getModelValueDisplayValue;
|
|
90
106
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnAutocompleteComponent, never>;
|
|
91
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnAutocompleteComponent, "foehn-autocomplete", never, { "searchValueMinCharsCount": "searchValueMinCharsCount"; "allowCustomValue": "allowCustomValue"; "customValueModelGenerator": "customValueModelGenerator"; }, {}, never, ["*"]>;
|
|
107
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnAutocompleteComponent, "foehn-autocomplete", never, { "searchValueMinCharsCount": "searchValueMinCharsCount"; "allowCustomValue": "allowCustomValue"; "customValueModelGenerator": "customValueModelGenerator"; "itemHeightInSuggestionListInPx": "itemHeightInSuggestionListInPx"; "elementSuggestionLabel": "elementSuggestionLabel"; "caseSensitiveSearch": "caseSensitiveSearch"; "disabled": "disabled"; }, {}, never, ["*"], false, never>;
|
|
92
108
|
}
|
|
@@ -2,5 +2,5 @@ import { FoehnInputComponent } from '../foehn-input/foehn-input.component';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class FoehnBooleanCheckboxComponent extends FoehnInputComponent<boolean> {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnBooleanCheckboxComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnBooleanCheckboxComponent, "foehn-boolean-checkbox", never, {}, {}, never, ["*"]>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnBooleanCheckboxComponent, "foehn-boolean-checkbox", never, {}, {}, never, ["*"], false, never>;
|
|
6
6
|
}
|
|
@@ -3,6 +3,7 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class FoehnBooleanRadioComponent extends FoehnInputComponent<boolean> {
|
|
4
4
|
trueLabel: string;
|
|
5
5
|
falseLabel: string;
|
|
6
|
+
verticalDisplay: boolean;
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnBooleanRadioComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnBooleanRadioComponent, "foehn-boolean-radio", never, { "trueLabel": "trueLabel"; "falseLabel": "falseLabel"; }, {}, never, ["*"]>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnBooleanRadioComponent, "foehn-boolean-radio", never, { "trueLabel": "trueLabel"; "falseLabel": "falseLabel"; "verticalDisplay": "verticalDisplay"; }, {}, never, ["*"], false, never>;
|
|
8
9
|
}
|
|
@@ -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
|
*
|
|
@@ -1,20 +1,21 @@
|
|
|
1
1
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { BreadcrumbEventService } from './breadcrumb-event.service';
|
|
3
|
-
import { BreadcrumbItem } from './breadcrumb';
|
|
4
2
|
import { Router } from '@angular/router';
|
|
5
3
|
import { FoehnConfirmModalService } from '../foehn-confirm-modal/foehn-confirm-modal.service';
|
|
6
4
|
import { FoehnConfirmModalContent } from '../foehn-confirm-modal/foehn-confirm-modal-content';
|
|
5
|
+
import { SessionInfo } from '../sdk-session-info/session-info.service';
|
|
6
|
+
import { BreadcrumbItem } from './breadcrumb';
|
|
7
|
+
import { BreadcrumbEventService } from './breadcrumb-event.service';
|
|
7
8
|
import * as i0 from "@angular/core";
|
|
8
9
|
export declare class FoehnBreadcrumbComponent implements OnInit, OnDestroy {
|
|
9
10
|
private breadcrumbService;
|
|
10
11
|
private router;
|
|
11
12
|
private foehnConfirmModalService;
|
|
13
|
+
private sessionInfo;
|
|
12
14
|
breadcrumbItems: BreadcrumbItem[];
|
|
13
15
|
currentNav: string;
|
|
14
|
-
neverConnected: boolean;
|
|
15
16
|
confirmLeavingAlert: FoehnConfirmModalContent;
|
|
16
17
|
private breadcrumbSubscription;
|
|
17
|
-
constructor(breadcrumbService: BreadcrumbEventService, router: Router, foehnConfirmModalService: FoehnConfirmModalService);
|
|
18
|
+
constructor(breadcrumbService: BreadcrumbEventService, router: Router, foehnConfirmModalService: FoehnConfirmModalService, sessionInfo: SessionInfo);
|
|
18
19
|
reset(): void;
|
|
19
20
|
ngOnInit(): void;
|
|
20
21
|
ngOnDestroy(): void;
|
|
@@ -22,5 +23,5 @@ export declare class FoehnBreadcrumbComponent implements OnInit, OnDestroy {
|
|
|
22
23
|
redirect(item: BreadcrumbItem): void;
|
|
23
24
|
private navigate;
|
|
24
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnBreadcrumbComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnBreadcrumbComponent, "foehn-breadcrumb", never, { "breadcrumbItems": "breadcrumbItems"; "currentNav": "currentNav"; "
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnBreadcrumbComponent, "foehn-breadcrumb", never, { "breadcrumbItems": "breadcrumbItems"; "currentNav": "currentNav"; "confirmLeavingAlert": "confirmLeavingAlert"; }, {}, never, never, false, never>;
|
|
26
27
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { NgZone, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { FoehnInputComponent } from '../foehn-input/foehn-input.component';
|
|
3
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { EventEmitter, NgZone, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
4
3
|
import { Observable, Subject } from 'rxjs';
|
|
4
|
+
import { FoehnInputComponent } from '../foehn-input/foehn-input.component';
|
|
5
5
|
import { FormSelectOptionGroup } from './form-select-option-group';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare abstract class FoehnCheckableGroupComponent extends FoehnInputComponent<any> implements OnInit, OnChanges {
|
|
@@ -24,18 +24,18 @@ export declare abstract class FoehnCheckableGroupComponent extends FoehnInputCom
|
|
|
24
24
|
*/
|
|
25
25
|
elementValueIdentity: (element: any) => any;
|
|
26
26
|
elementDisabled: any;
|
|
27
|
-
allElementDisabled: boolean;
|
|
28
27
|
elementGroup: any;
|
|
29
|
-
|
|
30
|
-
get defaultElementValue(): string;
|
|
28
|
+
elementsLoaded: EventEmitter<any>;
|
|
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>;
|
|
@@ -51,13 +51,13 @@ export declare abstract class FoehnCheckableGroupComponent extends FoehnInputCom
|
|
|
51
51
|
protected findIndexInModel(value: any): number;
|
|
52
52
|
protected areValuesEquals(value1: any, value2: any): boolean;
|
|
53
53
|
protected onElementsRetrieved(): void;
|
|
54
|
+
protected getNestedProperty(obj: any, key: string): any;
|
|
54
55
|
private getGroupedElements;
|
|
55
|
-
private getNestedProperty;
|
|
56
56
|
private getValueIdentityFunction;
|
|
57
57
|
private fetchData;
|
|
58
58
|
private fetchElementsFromUrl;
|
|
59
59
|
private onElementsChange;
|
|
60
60
|
private onElementsUrlChange;
|
|
61
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnCheckableGroupComponent, never>;
|
|
62
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<FoehnCheckableGroupComponent, never, never, { "elements": "elements"; "elementsUrl": "elementsUrl"; "elementValue": "elementValue"; "elementLabel": "elementLabel"; "elementValueIdentity": "elementValueIdentity"; "elementDisabled": "elementDisabled"; "
|
|
62
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<FoehnCheckableGroupComponent, never, never, { "elements": "elements"; "elementsUrl": "elementsUrl"; "elementValue": "elementValue"; "elementLabel": "elementLabel"; "elementValueIdentity": "elementValueIdentity"; "elementDisabled": "elementDisabled"; "elementGroup": "elementGroup"; "defaultElementValue": "defaultElementValue"; }, { "elementsLoaded": "elementsLoaded"; }, never, never, false, never>;
|
|
63
63
|
}
|
|
@@ -9,8 +9,10 @@ import * as i7 from "@angular/common/http";
|
|
|
9
9
|
import * as i8 from "../foehn-validation-alerts/foehn-validation-alerts.module";
|
|
10
10
|
import * as i9 from "../foehn-autocomplete/foehn-autocomplete.module";
|
|
11
11
|
import * as i10 from "../sdk-dictionary/sdk-dictionary.module";
|
|
12
|
+
import * as i11 from "../foehn-help-modal/foehn-help-modal.module";
|
|
13
|
+
import * as i12 from "../foehn-modal/foehn-modal.module";
|
|
12
14
|
export declare class FoehnCheckablesModule {
|
|
13
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnCheckablesModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FoehnCheckablesModule, [typeof i1.FoehnCheckboxComponent, typeof i2.FoehnRadioComponent, typeof i3.FoehnSelectComponent], [typeof i4.CommonModule, typeof i5.FormsModule, typeof i6.FoehnIconsModule, typeof i7.HttpClientModule, typeof i8.FoehnValidationAlertsModule, typeof i9.FoehnAutocompleteModule, typeof i10.SdkDictionaryModule], [typeof i1.FoehnCheckboxComponent, typeof i2.FoehnRadioComponent, typeof i3.FoehnSelectComponent, typeof i9.FoehnAutocompleteModule]>;
|
|
16
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FoehnCheckablesModule, [typeof i1.FoehnCheckboxComponent, typeof i2.FoehnRadioComponent, typeof i3.FoehnSelectComponent], [typeof i4.CommonModule, typeof i5.FormsModule, typeof i6.FoehnIconsModule, typeof i7.HttpClientModule, typeof i8.FoehnValidationAlertsModule, typeof i9.FoehnAutocompleteModule, typeof i10.SdkDictionaryModule, typeof i11.FoehnHelpModalModule, typeof i12.FoehnModalModule], [typeof i1.FoehnCheckboxComponent, typeof i2.FoehnRadioComponent, typeof i3.FoehnSelectComponent, typeof i9.FoehnAutocompleteModule]>;
|
|
15
17
|
static ɵinj: i0.ɵɵInjectorDeclaration<FoehnCheckablesModule>;
|
|
16
18
|
}
|
|
@@ -5,5 +5,5 @@ export declare class FoehnCheckboxComponent extends FoehnCheckableGroupComponent
|
|
|
5
5
|
constructor(zone: NgZone);
|
|
6
6
|
ngOnInit(): void;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnCheckboxComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnCheckboxComponent, "foehn-checkbox", never, {}, {}, never, ["*"]>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnCheckboxComponent, "foehn-checkbox", never, {}, {}, never, ["*"], false, never>;
|
|
9
9
|
}
|
|
@@ -8,5 +8,5 @@ export declare class FoehnRadioComponent extends FoehnCheckableGroupComponent im
|
|
|
8
8
|
onModelChange(value: any): void;
|
|
9
9
|
getValueOrObject(element: any): string;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnRadioComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnRadioComponent, "foehn-radio", never, {}, {}, never, ["*"]>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnRadioComponent, "foehn-radio", never, {}, {}, never, ["*"], false, never>;
|
|
12
12
|
}
|
|
@@ -4,6 +4,7 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class FoehnSelectComponent extends FoehnCheckableGroupComponent implements OnInit {
|
|
5
5
|
private zone;
|
|
6
6
|
multiple: boolean;
|
|
7
|
+
noSelectionLabel: string;
|
|
7
8
|
constructor(zone: NgZone);
|
|
8
9
|
/**
|
|
9
10
|
* Angular uses object identity to select option. It's possible for the identities of items to change while the data does not.
|
|
@@ -16,15 +17,6 @@ export declare class FoehnSelectComponent extends FoehnCheckableGroupComponent i
|
|
|
16
17
|
* @returns boolean
|
|
17
18
|
*/
|
|
18
19
|
compareFn(value1: any, value2: any): boolean;
|
|
19
|
-
/**
|
|
20
|
-
* We override areValuesEquals from FoehnCheckableGroupComponent so we keep only one way of comparing objects
|
|
21
|
-
* So there is no need to use 'elementValueIdentity' anymore
|
|
22
|
-
*
|
|
23
|
-
* @param value1 to be compared to
|
|
24
|
-
* @param value2 to be compared to
|
|
25
|
-
* @returns boolean
|
|
26
|
-
*/
|
|
27
|
-
protected areValuesEquals(value1: any, value2: any): boolean;
|
|
28
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnSelectComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnSelectComponent, "foehn-select", never, { "multiple": "multiple"; }, {}, never, ["*"]>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnSelectComponent, "foehn-select", never, { "multiple": "multiple"; "noSelectionLabel": "noSelectionLabel"; }, {}, never, ["*"], false, never>;
|
|
30
22
|
}
|
|
@@ -7,11 +7,11 @@ 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;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<FoehnConfirmModalComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnConfirmModalComponent, "foehn-confirm-modal", never, {}, {}, never, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FoehnConfirmModalComponent, "foehn-confirm-modal", never, {}, {}, never, never, false, never>;
|
|
17
17
|
}
|
|
@@ -3,13 +3,17 @@ import { Observable } from 'rxjs';
|
|
|
3
3
|
export declare class DatePickerNavigationHelper {
|
|
4
4
|
private _currentFocusedElement;
|
|
5
5
|
private _daysButtonsElemRef;
|
|
6
|
+
private _hostId;
|
|
6
7
|
private _displayNextMonth;
|
|
7
8
|
private _displayPreviousMonth;
|
|
8
9
|
get displayNextMonth(): Observable<void>;
|
|
9
10
|
get displayPreviousMonth(): Observable<void>;
|
|
10
|
-
private static convertElementToFocusedDay;
|
|
11
11
|
set currentFocusedElement(elem: Element);
|
|
12
12
|
set daysButtonsElemRef(elems: QueryList<ElementRef>);
|
|
13
|
+
set hostId(id: string);
|
|
14
|
+
private static convertElementToFocusedDay;
|
|
15
|
+
private static focusPreviousMonthButton;
|
|
16
|
+
private static focusNextMonthButton;
|
|
13
17
|
focusDefaultDay(hasSelectedDay: boolean): void;
|
|
14
18
|
focusNextDay(): void;
|
|
15
19
|
focusPreviousDay(): void;
|
|
@@ -17,4 +21,6 @@ export declare class DatePickerNavigationHelper {
|
|
|
17
21
|
focusPreviousWeekDay(): void;
|
|
18
22
|
private getEnabledDaysOfWeek;
|
|
19
23
|
private getAllDaysInColumn;
|
|
24
|
+
private getEnabledDaysInColumn;
|
|
25
|
+
private getCurrentFocusedIndex;
|
|
20
26
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
1
2
|
import { DayMonth } from './day-month.type';
|
|
2
3
|
import { MonthYear } from './month-year.type';
|
|
3
|
-
import { Observable } from 'rxjs';
|
|
4
4
|
export declare class DatePickerHelper {
|
|
5
5
|
initialMonth: string;
|
|
6
6
|
initialYear: string;
|
|
@@ -12,12 +12,13 @@ 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>;
|
|
16
|
+
static getDateAsString(date: number[]): string;
|
|
15
17
|
private static getWeekday;
|
|
16
18
|
private static getNumberOfDaysInMonth;
|
|
17
19
|
private static getPreviousMonth;
|
|
18
20
|
private static getNextMonth;
|
|
19
21
|
loadLocale: (language: string) => Promise<unknown>;
|
|
20
|
-
get displayedMonthYear(): Observable<MonthYear>;
|
|
21
22
|
getWeekDays(): string[];
|
|
22
23
|
getWeeksOfMonth(initialYear: string, initialMonth: string, initialDay?: string): DayMonth[][];
|
|
23
24
|
getNextWeeksOfMonth(): DayMonth[][];
|