@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.
Files changed (590) hide show
  1. package/CHANGELOG.md +666 -1
  2. package/CONTRIBUTING.md +32 -1
  3. package/ESLINT_MIGRATION_GUIDE.md +1 -1
  4. package/README.md +6 -0
  5. package/UPGRADING_V12.md +0 -15
  6. package/UPGRADING_V13.md +0 -15
  7. package/UPGRADING_V14.md +8 -26
  8. package/UPGRADING_V15.md +113 -0
  9. package/UPGRADING_V16.md +63 -0
  10. package/abstract-page-component.d.ts +8 -8
  11. package/directives/currency-formatter.directive.d.ts +4 -1
  12. package/directives/iban-formatter.directive.d.ts +1 -1
  13. package/directives/ide-formatter.directive.d.ts +1 -1
  14. package/directives/ndc-formatter.directive.d.ts +1 -1
  15. package/dsivd-prestations-ng-v16.0.0-beta1.tgz +0 -0
  16. package/esm2020/abstract-page-component.mjs +223 -0
  17. package/esm2020/directives/currency-formatter.directive.mjs +143 -0
  18. package/{esm2015/directives/formatter.module.js → esm2020/directives/formatter.module.mjs} +8 -8
  19. package/{esm2015/directives/iban-formatter.directive.js → esm2020/directives/iban-formatter.directive.mjs} +4 -4
  20. package/{esm2015/directives/ide-formatter.directive.js → esm2020/directives/ide-formatter.directive.mjs} +4 -4
  21. package/{esm2015/directives/ndc-formatter.directive.js → esm2020/directives/ndc-formatter.directive.mjs} +4 -4
  22. package/{esm2015/dsivd-prestations-ng.js → esm2020/dsivd-prestations-ng.mjs} +0 -0
  23. package/{esm2015/foehn-address/address.type.js → esm2020/foehn-address/address.type.mjs} +1 -1
  24. package/esm2020/foehn-address/foehn-address.module.mjs +55 -0
  25. package/{esm2015/foehn-address/foehn-display-address.component.js → esm2020/foehn-address/foehn-display-address.component.mjs} +5 -9
  26. package/esm2020/foehn-address/foehn-input-address.component.mjs +406 -0
  27. package/esm2020/foehn-address/foehn-input-foreign-locality.component.mjs +66 -0
  28. package/esm2020/foehn-address/foehn-input-foreign-street.component.mjs +55 -0
  29. package/esm2020/foehn-agenda/calendar.type.mjs +3 -0
  30. package/esm2020/foehn-agenda/current-week.type.mjs +4 -0
  31. package/esm2020/foehn-agenda/day-slots.type.mjs +3 -0
  32. package/esm2020/foehn-agenda/foehn-agenda-navigation/foehn-agenda-navigation.component.mjs +74 -0
  33. package/esm2020/foehn-agenda/foehn-agenda-timeslot-panel/foehn-agenda-timeslot-panel.component.mjs +242 -0
  34. package/esm2020/foehn-agenda/foehn-agenda.component.mjs +95 -0
  35. package/esm2020/foehn-agenda/foehn-agenda.module.mjs +62 -0
  36. package/esm2020/foehn-agenda/pagination-week.type.mjs +3 -0
  37. package/esm2020/foehn-agenda/selected-slot.type.mjs +3 -0
  38. package/esm2020/foehn-autocomplete/foehn-autocomplete.component.mjs +608 -0
  39. package/esm2020/foehn-autocomplete/foehn-autocomplete.module.mjs +40 -0
  40. package/esm2020/foehn-boolean/foehn-boolean-checkbox.component.mjs +28 -0
  41. package/esm2020/foehn-boolean/foehn-boolean-radio.component.mjs +40 -0
  42. package/esm2020/foehn-boolean/foehn-boolean.module.mjs +33 -0
  43. package/esm2020/foehn-breadcrumb/breadcrumb-event.service.mjs +181 -0
  44. package/{esm2015/foehn-breadcrumb/breadcrumb.js → esm2020/foehn-breadcrumb/breadcrumb.mjs} +0 -0
  45. package/esm2020/foehn-breadcrumb/foehn-breadcrumb.component.mjs +80 -0
  46. package/esm2020/foehn-breadcrumb/foehn-breadcrumb.module.mjs +19 -0
  47. package/esm2020/foehn-checkables/foehn-checkable-group.component.mjs +298 -0
  48. package/esm2020/foehn-checkables/foehn-checkables.module.mjs +68 -0
  49. package/esm2020/foehn-checkables/foehn-checkbox.component.mjs +37 -0
  50. package/esm2020/foehn-checkables/foehn-radio.component.mjs +64 -0
  51. package/esm2020/foehn-checkables/foehn-select.component.mjs +53 -0
  52. package/{esm2015/foehn-checkables/form-select-option-group.js → esm2020/foehn-checkables/form-select-option-group.mjs} +0 -0
  53. package/{esm2015/foehn-checkables/form-select-option.js → esm2020/foehn-checkables/form-select-option.mjs} +0 -0
  54. package/{esm2015/foehn-confirm-modal/foehn-confirm-modal-content.js → esm2020/foehn-confirm-modal/foehn-confirm-modal-content.mjs} +1 -1
  55. package/esm2020/foehn-confirm-modal/foehn-confirm-modal.component.mjs +40 -0
  56. package/esm2020/foehn-confirm-modal/foehn-confirm-modal.module.mjs +19 -0
  57. package/{esm2015/foehn-confirm-modal/foehn-confirm-modal.service.js → esm2020/foehn-confirm-modal/foehn-confirm-modal.service.mjs} +4 -4
  58. package/esm2020/foehn-date-picker/date-picker-navigation.helper.mjs +167 -0
  59. package/esm2020/foehn-date-picker/date-picker.helper.mjs +132 -0
  60. package/{esm2015/foehn-date-picker/day-month.type.js → esm2020/foehn-date-picker/day-month.type.mjs} +0 -0
  61. package/{esm2015/foehn-date-picker/focused-day.type.js → esm2020/foehn-date-picker/focused-day.type.mjs} +0 -0
  62. package/esm2020/foehn-date-picker/foehn-date-picker.component.mjs +387 -0
  63. package/esm2020/foehn-date-picker/foehn-date-picker.module.mjs +40 -0
  64. package/{esm2015/foehn-date-picker/month-year.type.js → esm2020/foehn-date-picker/month-year.type.mjs} +0 -0
  65. package/esm2020/foehn-date-picker-button/foehn-date-picker-button.component.mjs +97 -0
  66. package/esm2020/foehn-date-picker-button/foehn-date-picker-button.module.mjs +36 -0
  67. package/esm2020/foehn-debug-summary/foehn-debug-summary.component.mjs +67 -0
  68. package/{esm2015/foehn-debug-summary/foehn-debug-summary.component.module.js → esm2020/foehn-debug-summary/foehn-debug-summary.component.module.mjs} +7 -7
  69. package/esm2020/foehn-decision-electronique/foehn-decision-electronique.component.mjs +37 -0
  70. package/esm2020/foehn-decision-electronique/foehn-decision-electronique.module.mjs +32 -0
  71. package/esm2020/foehn-footer/foehn-footer.component.mjs +130 -0
  72. package/{esm2015/foehn-footer/foehn-footer.module.js → esm2020/foehn-footer/foehn-footer.module.mjs} +6 -6
  73. package/{esm2015/foehn-footer/footer-link.type.js → esm2020/foehn-footer/footer-link.type.mjs} +0 -0
  74. package/esm2020/foehn-form/foehn-form.component.mjs +135 -0
  75. package/esm2020/foehn-form/foehn-form.module.mjs +32 -0
  76. package/esm2020/foehn-form/register-ng-model.service.mjs +23 -0
  77. package/esm2020/foehn-growl/foehn-growl.component.mjs +44 -0
  78. package/{esm2015/foehn-growl/foehn-growl.module.js → esm2020/foehn-growl/foehn-growl.module.mjs} +6 -6
  79. package/{esm2015/foehn-growl/growl-broker.service.js → esm2020/foehn-growl/growl-broker.service.mjs} +5 -5
  80. package/{esm2015/foehn-growl/growl-message.js → esm2020/foehn-growl/growl-message.mjs} +1 -1
  81. package/{esm2015/foehn-growl/growl-types.js → esm2020/foehn-growl/growl-types.mjs} +0 -0
  82. package/esm2020/foehn-header/foehn-header.component.mjs +68 -0
  83. package/esm2020/foehn-header/foehn-header.module.mjs +21 -0
  84. package/{esm2015/foehn-header/foehn-skip-link.component.js → esm2020/foehn-header/foehn-skip-link.component.mjs} +5 -8
  85. package/esm2020/foehn-help-modal/foehn-help-modal.component.mjs +44 -0
  86. package/esm2020/foehn-help-modal/foehn-help-modal.module.mjs +20 -0
  87. package/esm2020/foehn-help-modal/foehn-help-modal.type.mjs +2 -0
  88. package/{esm2015/foehn-icons/abstract-icon-component.js → esm2020/foehn-icons/abstract-icon-component.mjs} +5 -5
  89. package/esm2020/foehn-icons/foehn-icon-calendar.component.mjs +19 -0
  90. package/esm2020/foehn-icons/foehn-icon-check-square-o.component.mjs +19 -0
  91. package/esm2020/foehn-icons/foehn-icon-check.component.mjs +19 -0
  92. package/esm2020/foehn-icons/foehn-icon-chevron-down.component.mjs +19 -0
  93. package/esm2020/foehn-icons/foehn-icon-chevron-left.component.mjs +19 -0
  94. package/esm2020/foehn-icons/foehn-icon-chevron-right.component.mjs +19 -0
  95. package/esm2020/foehn-icons/foehn-icon-chevron-up.component.mjs +19 -0
  96. package/esm2020/foehn-icons/foehn-icon-clock.component.mjs +19 -0
  97. package/esm2020/foehn-icons/foehn-icon-comment-dots.component.mjs +19 -0
  98. package/esm2020/foehn-icons/foehn-icon-edit.component.mjs +19 -0
  99. package/esm2020/foehn-icons/foehn-icon-external-link-alt.component.mjs +19 -0
  100. package/esm2020/foehn-icons/foehn-icon-file-pdf.component.mjs +19 -0
  101. package/esm2020/foehn-icons/foehn-icon-info-circle.component.mjs +19 -0
  102. package/esm2020/foehn-icons/foehn-icon-lock.component.mjs +19 -0
  103. package/esm2020/foehn-icons/foehn-icon-map-marker.component.mjs +19 -0
  104. package/esm2020/foehn-icons/foehn-icon-minus-circle.component.mjs +19 -0
  105. package/esm2020/foehn-icons/foehn-icon-plus-circle.component.mjs +19 -0
  106. package/esm2020/foehn-icons/foehn-icon-plus-square.component.mjs +19 -0
  107. package/esm2020/foehn-icons/foehn-icon-search.component.mjs +19 -0
  108. package/esm2020/foehn-icons/foehn-icon-times.component.mjs +19 -0
  109. package/esm2020/foehn-icons/foehn-icon-trash-alt.component.mjs +19 -0
  110. package/esm2020/foehn-icons/foehn-icon-unlock-alt.component.mjs +19 -0
  111. package/{esm2015/foehn-icons/foehn-icons.module.js → esm2020/foehn-icons/foehn-icons.module.mjs} +20 -20
  112. package/esm2020/foehn-input/foehn-input-email.component.mjs +59 -0
  113. package/esm2020/foehn-input/foehn-input-hidden.component.mjs +55 -0
  114. package/esm2020/foehn-input/foehn-input-number.component.mjs +276 -0
  115. package/esm2020/foehn-input/foehn-input-password.component.mjs +52 -0
  116. package/esm2020/foehn-input/foehn-input-phone.component.mjs +92 -0
  117. package/{esm2015/foehn-input/foehn-input-string.component.js → esm2020/foehn-input/foehn-input-string.component.mjs} +5 -5
  118. package/esm2020/foehn-input/foehn-input-text.component.mjs +76 -0
  119. package/esm2020/foehn-input/foehn-input-textarea.component.mjs +109 -0
  120. package/esm2020/foehn-input/foehn-input.component.mjs +390 -0
  121. package/esm2020/foehn-input/foehn-input.module.mjs +93 -0
  122. package/{esm2015/foehn-input/pattern.const.js → esm2020/foehn-input/pattern.const.mjs} +0 -0
  123. package/esm2020/foehn-input-date/foehn-input-date.component.mjs +118 -0
  124. package/esm2020/foehn-input-date-time/foehn-input-date-time.component.mjs +143 -0
  125. package/esm2020/foehn-input-time/foehn-input-time.component.mjs +74 -0
  126. package/esm2020/foehn-list/foehn-list.component.mjs +128 -0
  127. package/esm2020/foehn-list/foehn-list.module.mjs +19 -0
  128. package/{esm2015/foehn-list/page-change-event.js → esm2020/foehn-list/page-change-event.mjs} +0 -0
  129. package/esm2020/foehn-menu-prestation/abstract-list-item-detail-page.component.mjs +122 -0
  130. package/{esm2015/foehn-menu-prestation/abstract-menu-page.component.js → esm2020/foehn-menu-prestation/abstract-menu-page.component.mjs} +4 -4
  131. package/{esm2015/foehn-menu-prestation/abstract-page-from-menu.component.js → esm2020/foehn-menu-prestation/abstract-page-from-menu.component.mjs} +4 -4
  132. package/esm2020/foehn-menu-prestation/foehn-error-pill/foehn-error-pill.component.mjs +23 -0
  133. 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
  134. 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
  135. package/esm2020/foehn-menu-prestation/foehn-list-summary/foehn-list-summary.component.mjs +71 -0
  136. package/esm2020/foehn-menu-prestation/foehn-menu-items/foehn-menu-item/foehn-menu-item.component.mjs +35 -0
  137. package/esm2020/foehn-menu-prestation/foehn-menu-items/foehn-menu-item-transmit/foehn-menu-item-transmit.component.mjs +51 -0
  138. package/esm2020/foehn-menu-prestation/foehn-menu-prestation.module.mjs +59 -0
  139. package/{esm2015/foehn-misc/foehn-abbr.component.js → esm2020/foehn-misc/foehn-abbr.component.mjs} +5 -9
  140. package/{esm2015/foehn-misc/foehn-misc.module.js → esm2020/foehn-misc/foehn-misc.module.mjs} +5 -5
  141. package/esm2020/foehn-modal/foehn-modal.component.mjs +94 -0
  142. package/esm2020/foehn-modal/foehn-modal.module.mjs +21 -0
  143. package/esm2020/foehn-multiselect-autocomplete/foehn-multiselect-autocomplete.component.mjs +268 -0
  144. package/esm2020/foehn-multiselect-autocomplete/foehn-multiselect-autocomplete.module.mjs +40 -0
  145. package/esm2020/foehn-nav13/foehn-input-nav13.component.mjs +114 -0
  146. package/esm2020/foehn-nav13/foehn-input-nav13.module.mjs +32 -0
  147. package/esm2020/foehn-navigation/foehn-navigation.component.mjs +94 -0
  148. package/esm2020/foehn-navigation/foehn-navigation.module.mjs +32 -0
  149. package/esm2020/foehn-navigation/foehn-navigation.service.mjs +303 -0
  150. package/{esm2015/foehn-notfound/foehn-notfound.component.js → esm2020/foehn-notfound/foehn-notfound.component.mjs} +7 -10
  151. package/esm2020/foehn-notfound/foehn-notfound.module.mjs +20 -0
  152. package/{esm2015/foehn-page/foehn-page-counter.component.js → esm2020/foehn-page/foehn-page-counter.component.mjs} +5 -8
  153. package/esm2020/foehn-page/foehn-page-modal.component.mjs +53 -0
  154. package/{esm2015/foehn-page/foehn-page-modal.service.js → esm2020/foehn-page/foehn-page-modal.service.mjs} +4 -4
  155. package/esm2020/foehn-page/foehn-page.component.mjs +218 -0
  156. package/esm2020/foehn-page/foehn-page.module.mjs +78 -0
  157. package/{esm2015/foehn-page/foehn-page.service.js → esm2020/foehn-page/foehn-page.service.mjs} +4 -4
  158. package/esm2020/foehn-recap-section/foehn-recap-section.component.mjs +88 -0
  159. package/esm2020/foehn-recap-section/foehn-recap-section.module.mjs +20 -0
  160. package/{esm2015/foehn-recap-section/foehn-recap-section.type.js → esm2020/foehn-recap-section/foehn-recap-section.type.mjs} +0 -0
  161. 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
  162. 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
  163. package/esm2020/foehn-status-progress-bar/foehn-status-progress-bar.component.mjs +56 -0
  164. package/esm2020/foehn-status-progress-bar/foehn-status-progress-bar.module.mjs +20 -0
  165. package/esm2020/foehn-table/foehn-table-column-configuration.mjs +3 -0
  166. package/esm2020/foehn-table/foehn-table-page-change-event.mjs +3 -0
  167. package/esm2020/foehn-table/foehn-table.component.mjs +148 -0
  168. package/esm2020/foehn-table/foehn-table.module.mjs +32 -0
  169. package/esm2020/foehn-table/tableSort.mjs +3 -0
  170. package/esm2020/foehn-upload/abstract-foehn-uploader.component.mjs +192 -0
  171. package/{esm2015/foehn-upload/document-reference.js → esm2020/foehn-upload/document-reference.mjs} +0 -0
  172. package/esm2020/foehn-upload/foehn-bo-multi-upload/bo-multi-upload.service.mjs +71 -0
  173. 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
  174. package/esm2020/foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.component.mjs +174 -0
  175. package/esm2020/foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.module.mjs +40 -0
  176. package/esm2020/foehn-upload/foehn-multi-upload/foehn-multi-upload.component.mjs +224 -0
  177. package/esm2020/foehn-upload/foehn-multi-upload/foehn-multi-upload.module.mjs +40 -0
  178. package/esm2020/foehn-upload/foehn-multi-upload/multi-upload.service.mjs +83 -0
  179. package/{esm2015/foehn-upload/foehn-multi-upload/multi-upload.type.js → esm2020/foehn-upload/foehn-multi-upload/multi-upload.type.mjs} +0 -0
  180. package/esm2020/foehn-upload/foehn-multi-upload/pending-upload.service.mjs +158 -0
  181. package/esm2020/foehn-upload/foehn-picture-upload/foehn-picture-upload.component.mjs +202 -0
  182. package/esm2020/foehn-upload/foehn-picture-upload/foehn-picture-upload.module.mjs +44 -0
  183. package/esm2020/foehn-upload/foehn-upload-progress-bar/foehn-upload-progress-bar.component.mjs +75 -0
  184. package/esm2020/foehn-upload/foehn-upload-progress-bar/foehn-upload-progress-bar.module.mjs +21 -0
  185. package/esm2020/foehn-upload/foehn-upload-progress-bar/upload-progress.service.mjs +62 -0
  186. package/esm2020/foehn-upload/foehn-upload-progress-bar/upload-progress.type.mjs +3 -0
  187. package/{esm2015/foehn-upload/pending-upload.type.js → esm2020/foehn-upload/pending-upload.type.mjs} +1 -1
  188. package/esm2020/foehn-upload/uploader.helper.mjs +327 -0
  189. 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
  190. 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
  191. package/esm2020/foehn-validation-alert-summary/foehn-validation-alert-summary.component.mjs +96 -0
  192. package/esm2020/foehn-validation-alert-summary/foehn-validation-alert-summary.module.mjs +19 -0
  193. package/esm2020/foehn-validation-alerts/foehn-validation-alerts.component.mjs +29 -0
  194. package/{esm2015/foehn-validation-alerts/foehn-validation-alerts.module.js → esm2020/foehn-validation-alerts/foehn-validation-alerts.module.mjs} +6 -6
  195. package/esm2020/form-error.mjs +2 -0
  196. package/esm2020/form-post-response.mjs +10 -0
  197. package/{esm2015/gesdem/gesdem-error-handler.service.js → esm2020/gesdem/gesdem-error-handler.service.mjs} +4 -4
  198. package/esm2020/gesdem/gesdem-event.service.mjs +38 -0
  199. package/esm2020/gesdem/gesdem-handler.service.mjs +160 -0
  200. package/esm2020/gesdem/gesdem-loader.guard.mjs +41 -0
  201. package/{esm2015/gesdem/gesdem-statut-utils.js → esm2020/gesdem/gesdem-statut-utils.mjs} +0 -0
  202. package/esm2020/gesdem-action-recovery/gesdem-action-recovery-login/gesdem-action-recovery-login.component.mjs +101 -0
  203. package/esm2020/gesdem-action-recovery/gesdem-action-recovery-registration/gesdem-action-recovery-registration.component.mjs +130 -0
  204. package/esm2020/gesdem-action-recovery/gesdem-action-recovery.module.mjs +50 -0
  205. package/esm2020/gesdem-action-recovery/gesdem-action-recovery.service.mjs +82 -0
  206. package/{esm2015/gesdem-action-recovery/reprise-info.js → esm2020/gesdem-action-recovery/reprise-info.mjs} +0 -0
  207. package/esm2020/gesdem-confirmation/gesdem-confirmation.component.mjs +201 -0
  208. package/esm2020/gesdem-confirmation/gesdem-confirmation.module.mjs +32 -0
  209. package/esm2020/gesdem-error/gesdem-error.component.mjs +87 -0
  210. package/esm2020/gesdem-error/gesdem-error.module.mjs +36 -0
  211. package/esm2020/global.const.mjs +5 -0
  212. package/esm2020/helpers/object.helper.mjs +89 -0
  213. package/{esm2015/i18n-form.js → esm2020/i18n-form.mjs} +0 -0
  214. package/esm2020/index.mjs +263 -0
  215. package/{esm2015/pipes/currency.pipe.js → esm2020/pipes/currency.pipe.mjs} +4 -4
  216. package/{esm2015/pipes/date.pipe.js → esm2020/pipes/date.pipe.mjs} +4 -4
  217. package/{esm2015/pipes/formatIde.pipe.js → esm2020/pipes/formatIde.pipe.mjs} +3 -3
  218. package/{esm2015/pipes/pipes.module.js → esm2020/pipes/pipes.module.mjs} +7 -7
  219. package/{esm2015/prestations-ng-core.module.js → esm2020/prestations-ng-core.module.mjs} +7 -7
  220. package/esm2020/refinf/model/address-type-light.mjs +3 -0
  221. package/esm2020/refinf/model/canton.mjs +3 -0
  222. package/esm2020/refinf/model/district.mjs +3 -0
  223. package/esm2020/refinf/model/municipality.mjs +3 -0
  224. package/esm2020/refinf/model/place-of-origin.mjs +3 -0
  225. package/esm2020/refinf/model/postal-locality.mjs +3 -0
  226. package/esm2020/sdk-appinfo/application-info.mjs +14 -0
  227. package/esm2020/sdk-appinfo/application-info.service.mjs +104 -0
  228. package/{esm2015/sdk-currency/currency.helper.js → esm2020/sdk-currency/currency.helper.mjs} +3 -3
  229. package/esm2020/sdk-date/date.helper.mjs +100 -0
  230. package/esm2020/sdk-dictionary/default-dictionary.mjs +166 -0
  231. package/{esm2015/sdk-dictionary/sdk-dictionary.module.js → esm2020/sdk-dictionary/sdk-dictionary.module.mjs} +5 -5
  232. package/{esm2015/sdk-dictionary/sdk-dictionary.pipe.js → esm2020/sdk-dictionary/sdk-dictionary.pipe.mjs} +6 -6
  233. package/esm2020/sdk-dictionary/sdk-dictionary.service.mjs +111 -0
  234. package/{esm2015/sdk-epayment/model/EPaymentParameters.js → esm2020/sdk-epayment/model/EPaymentParameters.mjs} +0 -0
  235. package/esm2020/sdk-epayment/sdk-epayment.component.mjs +81 -0
  236. package/esm2020/sdk-epayment/sdk-epayment.module.mjs +21 -0
  237. package/esm2020/sdk-epayment/sdk-epayment.service.mjs +52 -0
  238. package/{esm2015/sdk-recaptcha/grecaptcha/grecaptcha.component.js → esm2020/sdk-recaptcha/grecaptcha/grecaptcha.component.mjs} +6 -10
  239. package/esm2020/sdk-recaptcha/recaptcha.service.mjs +162 -0
  240. package/esm2020/sdk-recaptcha/sdk-recaptcha.component.mjs +69 -0
  241. package/esm2020/sdk-recaptcha/sdk-recaptcha.module.mjs +19 -0
  242. package/esm2020/sdk-redirect/iam-expired-interceptor.service.mjs +58 -0
  243. package/esm2020/sdk-redirect/redirect.component.mjs +35 -0
  244. package/esm2020/sdk-redirect/sdk-redirect.module.mjs +19 -0
  245. package/{esm2015/sdk-session-info/session-info-data.js → esm2020/sdk-session-info/session-info-data.mjs} +1 -1
  246. package/{esm2015/sdk-session-info/session-info-with-application.service.js → esm2020/sdk-session-info/session-info-with-application.service.mjs} +5 -5
  247. package/esm2020/sdk-session-info/session-info.service.mjs +50 -0
  248. package/esm2020/sdk-statistics/sdk-statistics.service.mjs +70 -0
  249. package/esm2020/sdk-support-alert/support-alert-container.component.mjs +49 -0
  250. package/esm2020/sdk-support-alert/support-alert.component.mjs +34 -0
  251. package/{esm2015/sdk-support-alert/support-alert.model.js → esm2020/sdk-support-alert/support-alert.model.mjs} +0 -0
  252. package/esm2020/sdk-support-alert/support-alert.module.mjs +21 -0
  253. package/esm2020/sdk-support-alert/support-alert.service.mjs +117 -0
  254. package/{esm2015/service-locator.js → esm2020/service-locator.mjs} +0 -0
  255. package/esm2020/supported-browser.mjs +2 -0
  256. package/esm2020/validation/validation-handler.service.mjs +44 -0
  257. package/fesm2015/dsivd-prestations-ng.mjs +13397 -0
  258. package/fesm2015/dsivd-prestations-ng.mjs.map +1 -0
  259. package/fesm2020/dsivd-prestations-ng.mjs +13372 -0
  260. package/fesm2020/dsivd-prestations-ng.mjs.map +1 -0
  261. package/foehn-address/address.type.d.ts +3 -3
  262. package/foehn-address/foehn-display-address.component.d.ts +1 -1
  263. package/foehn-address/foehn-input-address.component.d.ts +18 -8
  264. package/foehn-address/foehn-input-foreign-locality.component.d.ts +1 -1
  265. package/foehn-address/foehn-input-foreign-street.component.d.ts +1 -1
  266. package/foehn-agenda/calendar.type.d.ts +9 -0
  267. package/foehn-agenda/current-week.type.d.ts +5 -0
  268. package/foehn-agenda/day-slots.type.d.ts +5 -0
  269. package/foehn-agenda/foehn-agenda-navigation/foehn-agenda-navigation.component.d.ts +21 -0
  270. package/foehn-agenda/foehn-agenda-timeslot-panel/foehn-agenda-timeslot-panel.component.d.ts +51 -0
  271. package/foehn-agenda/foehn-agenda.component.d.ts +29 -0
  272. package/foehn-agenda/foehn-agenda.module.d.ts +17 -0
  273. package/foehn-agenda/pagination-week.type.d.ts +5 -0
  274. package/foehn-agenda/selected-slot.type.d.ts +7 -0
  275. package/foehn-autocomplete/foehn-autocomplete.component.d.ts +22 -6
  276. package/foehn-boolean/foehn-boolean-checkbox.component.d.ts +1 -1
  277. package/foehn-boolean/foehn-boolean-radio.component.d.ts +2 -1
  278. package/foehn-breadcrumb/breadcrumb-event.service.d.ts +2 -2
  279. package/foehn-breadcrumb/foehn-breadcrumb.component.d.ts +6 -5
  280. package/foehn-checkables/foehn-checkable-group.component.d.ts +8 -8
  281. package/foehn-checkables/foehn-checkables.module.d.ts +3 -1
  282. package/foehn-checkables/foehn-checkbox.component.d.ts +1 -1
  283. package/foehn-checkables/foehn-radio.component.d.ts +1 -1
  284. package/foehn-checkables/foehn-select.component.d.ts +2 -10
  285. package/foehn-confirm-modal/foehn-confirm-modal-content.d.ts +1 -0
  286. package/foehn-confirm-modal/foehn-confirm-modal.component.d.ts +2 -2
  287. package/foehn-date-picker/date-picker-navigation.helper.d.ts +7 -1
  288. package/foehn-date-picker/date-picker.helper.d.ts +3 -2
  289. package/foehn-date-picker/foehn-date-picker.component.d.ts +21 -10
  290. package/foehn-date-picker-button/foehn-date-picker-button.component.d.ts +13 -5
  291. package/foehn-debug-summary/foehn-debug-summary.component.d.ts +7 -5
  292. package/foehn-decision-electronique/foehn-decision-electronique.component.d.ts +2 -2
  293. package/foehn-decision-electronique/foehn-decision-electronique.module.d.ts +2 -1
  294. package/foehn-footer/foehn-footer.component.d.ts +4 -4
  295. package/foehn-form/foehn-form.component.d.ts +7 -4
  296. package/foehn-form/register-ng-model.service.d.ts +9 -0
  297. package/foehn-growl/foehn-growl.component.d.ts +3 -3
  298. package/foehn-growl/growl-broker.service.d.ts +1 -1
  299. package/foehn-header/foehn-header.component.d.ts +7 -7
  300. package/foehn-header/foehn-skip-link.component.d.ts +2 -2
  301. package/foehn-help-modal/foehn-help-modal.component.d.ts +1 -1
  302. package/foehn-help-modal/foehn-help-modal.type.d.ts +4 -0
  303. package/foehn-icons/abstract-icon-component.d.ts +1 -1
  304. package/foehn-icons/foehn-icon-calendar.component.d.ts +1 -1
  305. package/foehn-icons/foehn-icon-check-square-o.component.d.ts +1 -1
  306. package/foehn-icons/foehn-icon-check.component.d.ts +1 -1
  307. package/foehn-icons/foehn-icon-chevron-down.component.d.ts +1 -1
  308. package/foehn-icons/foehn-icon-chevron-left.component.d.ts +1 -1
  309. package/foehn-icons/foehn-icon-chevron-right.component.d.ts +1 -1
  310. package/foehn-icons/foehn-icon-chevron-up.component.d.ts +1 -1
  311. package/foehn-icons/foehn-icon-clock.component.d.ts +1 -1
  312. package/foehn-icons/foehn-icon-comment-dots.component.d.ts +1 -1
  313. package/foehn-icons/foehn-icon-edit.component.d.ts +1 -1
  314. package/foehn-icons/foehn-icon-external-link-alt.component.d.ts +1 -1
  315. package/foehn-icons/foehn-icon-file-pdf.component.d.ts +1 -1
  316. package/foehn-icons/foehn-icon-info-circle.component.d.ts +1 -1
  317. package/foehn-icons/foehn-icon-lock.component.d.ts +1 -1
  318. package/foehn-icons/foehn-icon-map-marker.component.d.ts +1 -1
  319. package/foehn-icons/foehn-icon-minus-circle.component.d.ts +1 -1
  320. package/foehn-icons/foehn-icon-plus-circle.component.d.ts +1 -1
  321. package/foehn-icons/foehn-icon-plus-square.component.d.ts +1 -1
  322. package/foehn-icons/foehn-icon-search.component.d.ts +1 -1
  323. package/foehn-icons/foehn-icon-times.component.d.ts +1 -1
  324. package/foehn-icons/foehn-icon-trash-alt.component.d.ts +1 -1
  325. package/foehn-icons/foehn-icon-unlock-alt.component.d.ts +1 -1
  326. package/foehn-input/foehn-input-email.component.d.ts +4 -2
  327. package/foehn-input/foehn-input-hidden.component.d.ts +1 -1
  328. package/foehn-input/foehn-input-number.component.d.ts +16 -6
  329. package/foehn-input/foehn-input-password.component.d.ts +1 -1
  330. package/foehn-input/foehn-input-phone.component.d.ts +1 -1
  331. package/foehn-input/foehn-input-string.component.d.ts +1 -1
  332. package/foehn-input/foehn-input-text.component.d.ts +1 -1
  333. package/foehn-input/foehn-input-textarea.component.d.ts +5 -2
  334. package/foehn-input/foehn-input.component.d.ts +25 -9
  335. package/foehn-input/foehn-input.module.d.ts +9 -6
  336. package/foehn-input-date/foehn-input-date.component.d.ts +10 -3
  337. package/foehn-input-date-time/foehn-input-date-time.component.d.ts +29 -0
  338. package/foehn-input-time/foehn-input-time.component.d.ts +1 -1
  339. package/foehn-list/foehn-list.component.d.ts +2 -3
  340. package/foehn-menu-prestation/abstract-list-item-detail-page.component.d.ts +5 -5
  341. package/foehn-menu-prestation/abstract-menu-page.component.d.ts +1 -1
  342. package/foehn-menu-prestation/abstract-page-from-menu.component.d.ts +1 -1
  343. package/foehn-menu-prestation/foehn-error-pill/foehn-error-pill.component.d.ts +1 -1
  344. package/foehn-menu-prestation/foehn-list-summary/foehn-list-summary.component.d.ts +3 -3
  345. package/foehn-menu-prestation/foehn-menu-items/foehn-menu-item/foehn-menu-item.component.d.ts +1 -1
  346. package/foehn-menu-prestation/foehn-menu-items/foehn-menu-item-transmit/foehn-menu-item-transmit.component.d.ts +2 -2
  347. package/foehn-misc/foehn-abbr.component.d.ts +1 -1
  348. package/foehn-modal/foehn-modal.component.d.ts +2 -3
  349. package/foehn-modal/foehn-modal.module.d.ts +3 -1
  350. package/foehn-multiselect-autocomplete/foehn-multiselect-autocomplete.component.d.ts +51 -0
  351. package/foehn-multiselect-autocomplete/foehn-multiselect-autocomplete.module.d.ts +13 -0
  352. package/foehn-nav13/foehn-input-nav13.component.d.ts +2 -1
  353. package/foehn-navigation/foehn-navigation.component.d.ts +2 -2
  354. package/foehn-navigation/foehn-navigation.service.d.ts +4 -3
  355. package/foehn-notfound/foehn-notfound.component.d.ts +1 -1
  356. package/foehn-page/foehn-page-counter.component.d.ts +1 -1
  357. package/foehn-page/foehn-page-modal.component.d.ts +1 -1
  358. package/foehn-page/foehn-page-modal.service.d.ts +1 -1
  359. package/foehn-page/foehn-page.component.d.ts +15 -12
  360. package/foehn-page/foehn-page.module.d.ts +2 -1
  361. package/foehn-page/foehn-page.service.d.ts +2 -2
  362. package/foehn-recap-section/foehn-recap-section.component.d.ts +3 -1
  363. package/foehn-remaining-alerts-summary/foehn-remaining-alerts-summary.component.d.ts +1 -1
  364. package/foehn-status-progress-bar/foehn-status-progress-bar.component.d.ts +23 -0
  365. package/foehn-status-progress-bar/foehn-status-progress-bar.module.d.ts +10 -0
  366. package/foehn-table/foehn-table-column-configuration.d.ts +18 -0
  367. package/foehn-table/foehn-table-page-change-event.d.ts +5 -0
  368. package/foehn-table/foehn-table.component.d.ts +33 -0
  369. package/foehn-table/foehn-table.module.d.ts +11 -0
  370. package/foehn-table/tableSort.d.ts +4 -0
  371. package/foehn-upload/abstract-foehn-uploader.component.d.ts +7 -7
  372. package/foehn-upload/foehn-bo-multi-upload/bo-multi-upload.service.d.ts +6 -4
  373. package/foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.component.d.ts +6 -5
  374. package/foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.module.d.ts +2 -1
  375. package/foehn-upload/foehn-multi-upload/foehn-multi-upload.component.d.ts +9 -8
  376. package/foehn-upload/foehn-multi-upload/foehn-multi-upload.module.d.ts +2 -1
  377. package/foehn-upload/foehn-multi-upload/multi-upload.service.d.ts +6 -4
  378. package/foehn-upload/foehn-multi-upload/pending-upload.service.d.ts +3 -3
  379. package/foehn-upload/foehn-picture-upload/foehn-picture-upload.component.d.ts +7 -4
  380. package/foehn-upload/foehn-picture-upload/foehn-picture-upload.module.d.ts +2 -1
  381. package/foehn-upload/foehn-upload-progress-bar/foehn-upload-progress-bar.component.d.ts +19 -0
  382. package/foehn-upload/foehn-upload-progress-bar/foehn-upload-progress-bar.module.d.ts +11 -0
  383. package/foehn-upload/foehn-upload-progress-bar/upload-progress.service.d.ts +19 -0
  384. package/foehn-upload/foehn-upload-progress-bar/upload-progress.type.d.ts +4 -0
  385. package/foehn-upload/pending-upload.type.d.ts +1 -0
  386. package/foehn-upload/uploader.helper.d.ts +13 -13
  387. package/foehn-user-connected-as/foehn-user-connected-as.component.d.ts +2 -2
  388. package/foehn-validation-alert-summary/foehn-validation-alert-summary.component.d.ts +2 -2
  389. package/foehn-validation-alerts/foehn-validation-alerts.component.d.ts +4 -4
  390. package/{error-template.d.ts → form-error.d.ts} +1 -1
  391. package/form-post-response.d.ts +17 -0
  392. package/gesdem/gesdem-error-handler.service.d.ts +2 -2
  393. package/gesdem/gesdem-event.service.d.ts +7 -7
  394. package/gesdem/gesdem-handler.service.d.ts +8 -6
  395. package/gesdem/gesdem-loader.guard.d.ts +1 -1
  396. package/gesdem-action-recovery/gesdem-action-recovery-login/gesdem-action-recovery-login.component.d.ts +5 -5
  397. package/gesdem-action-recovery/gesdem-action-recovery-registration/gesdem-action-recovery-registration.component.d.ts +7 -7
  398. package/gesdem-action-recovery/gesdem-action-recovery.service.d.ts +3 -3
  399. package/gesdem-confirmation/gesdem-confirmation.component.d.ts +10 -9
  400. package/gesdem-error/gesdem-error.component.d.ts +10 -3
  401. package/gesdem-error/gesdem-error.module.d.ts +2 -1
  402. package/global.const.d.ts +1 -0
  403. package/index.d.ts +102 -70
  404. package/package.json +34 -21
  405. package/pipes/currency.pipe.d.ts +1 -1
  406. package/pipes/date.pipe.d.ts +1 -1
  407. package/pipes/formatIde.pipe.d.ts +1 -1
  408. package/refinf/model/address-type-light.d.ts +5 -0
  409. package/refinf/model/canton.d.ts +4 -0
  410. package/refinf/model/district.d.ts +7 -0
  411. package/refinf/model/municipality.d.ts +8 -0
  412. package/refinf/model/place-of-origin.d.ts +9 -0
  413. package/refinf/model/postal-locality.d.ts +11 -0
  414. package/schematics/ng-add/index.js +10 -10
  415. package/schematics/ng-update/migrations/update-13_1_0/index.js +2 -2
  416. package/schematics/ng-update/migrations/update-13_2_0/index.js +3 -3
  417. package/schematics/ng-update/migrations/update-13_5_1/index.js +3 -3
  418. package/schematics/ng-update/migrations/update-14_5_0/index.js +2 -2
  419. package/schematics/update-karma-config/index.js +2 -2
  420. package/schematics/utility/migrate-to-karma-coverage.js +3 -3
  421. package/sdk-appinfo/application-info.d.ts +1 -0
  422. package/sdk-appinfo/application-info.service.d.ts +4 -4
  423. package/sdk-dictionary/sdk-dictionary.pipe.d.ts +1 -1
  424. package/sdk-dictionary/sdk-dictionary.service.d.ts +9 -0
  425. package/sdk-epayment/sdk-epayment.component.d.ts +6 -16
  426. package/sdk-epayment/sdk-epayment.service.d.ts +3 -6
  427. package/sdk-recaptcha/grecaptcha/grecaptcha.component.d.ts +2 -2
  428. package/sdk-recaptcha/recaptcha.service.d.ts +5 -5
  429. package/sdk-recaptcha/sdk-recaptcha.component.d.ts +4 -4
  430. package/sdk-redirect/iam-expired-interceptor.service.d.ts +3 -3
  431. package/sdk-redirect/redirect.component.d.ts +3 -9
  432. package/sdk-session-info/session-info-data.d.ts +0 -1
  433. package/sdk-session-info/session-info.service.d.ts +4 -4
  434. package/sdk-statistics/sdk-statistics.service.d.ts +22 -0
  435. package/sdk-support-alert/support-alert-container.component.d.ts +3 -3
  436. package/sdk-support-alert/support-alert.component.d.ts +1 -1
  437. package/sdk-support-alert/support-alert.service.d.ts +5 -4
  438. package/validation/validation-handler.service.d.ts +4 -4
  439. package/backend-response.d.ts +0 -18
  440. package/bundles/dsivd-prestations-ng.umd.js +0 -13188
  441. package/bundles/dsivd-prestations-ng.umd.js.map +0 -1
  442. package/dsivd-prestations-ng-v15.5.13.tgz +0 -0
  443. package/dsivd-prestations-ng.d.ts +0 -5
  444. package/esm2015/abstract-page-component.js +0 -224
  445. package/esm2015/backend-response.js +0 -10
  446. package/esm2015/directives/currency-formatter.directive.js +0 -116
  447. package/esm2015/error-template.js +0 -2
  448. package/esm2015/foehn-address/foehn-address.module.js +0 -57
  449. package/esm2015/foehn-address/foehn-input-address.component.js +0 -365
  450. package/esm2015/foehn-address/foehn-input-foreign-locality.component.js +0 -71
  451. package/esm2015/foehn-address/foehn-input-foreign-street.component.js +0 -60
  452. package/esm2015/foehn-autocomplete/foehn-autocomplete.component.js +0 -556
  453. package/esm2015/foehn-autocomplete/foehn-autocomplete.module.js +0 -42
  454. package/esm2015/foehn-boolean/foehn-boolean-checkbox.component.js +0 -32
  455. package/esm2015/foehn-boolean/foehn-boolean-radio.component.js +0 -41
  456. package/esm2015/foehn-boolean/foehn-boolean.module.js +0 -35
  457. package/esm2015/foehn-breadcrumb/breadcrumb-event.service.js +0 -182
  458. package/esm2015/foehn-breadcrumb/foehn-breadcrumb.component.js +0 -85
  459. package/esm2015/foehn-breadcrumb/foehn-breadcrumb.module.js +0 -19
  460. package/esm2015/foehn-checkables/foehn-checkable-group.component.js +0 -294
  461. package/esm2015/foehn-checkables/foehn-checkables.module.js +0 -62
  462. package/esm2015/foehn-checkables/foehn-checkbox.component.js +0 -40
  463. package/esm2015/foehn-checkables/foehn-radio.component.js +0 -67
  464. package/esm2015/foehn-checkables/foehn-select.component.js +0 -66
  465. package/esm2015/foehn-confirm-modal/foehn-confirm-modal.component.js +0 -42
  466. package/esm2015/foehn-confirm-modal/foehn-confirm-modal.module.js +0 -19
  467. package/esm2015/foehn-date-picker/date-picker-navigation.helper.js +0 -117
  468. package/esm2015/foehn-date-picker/date-picker.helper.js +0 -126
  469. package/esm2015/foehn-date-picker/foehn-date-picker.component.js +0 -300
  470. package/esm2015/foehn-date-picker/foehn-date-picker.module.js +0 -42
  471. package/esm2015/foehn-date-picker-button/foehn-date-picker-button.component.js +0 -74
  472. package/esm2015/foehn-date-picker-button/foehn-date-picker-button.module.js +0 -38
  473. package/esm2015/foehn-debug-summary/foehn-debug-summary.component.js +0 -61
  474. package/esm2015/foehn-decision-electronique/foehn-decision-electronique.component.js +0 -40
  475. package/esm2015/foehn-decision-electronique/foehn-decision-electronique.module.js +0 -20
  476. package/esm2015/foehn-footer/foehn-footer.component.js +0 -132
  477. package/esm2015/foehn-form/foehn-form.component.js +0 -146
  478. package/esm2015/foehn-form/foehn-form.module.js +0 -20
  479. package/esm2015/foehn-growl/foehn-growl.component.js +0 -47
  480. package/esm2015/foehn-header/foehn-header.component.js +0 -73
  481. package/esm2015/foehn-header/foehn-header.module.js +0 -21
  482. package/esm2015/foehn-help-modal/foehn-help-modal.component.js +0 -48
  483. package/esm2015/foehn-help-modal/foehn-help-modal.module.js +0 -20
  484. package/esm2015/foehn-help-modal/foehn-help-modal.type.js +0 -2
  485. package/esm2015/foehn-icons/foehn-icon-calendar.component.js +0 -22
  486. package/esm2015/foehn-icons/foehn-icon-check-square-o.component.js +0 -22
  487. package/esm2015/foehn-icons/foehn-icon-check.component.js +0 -22
  488. package/esm2015/foehn-icons/foehn-icon-chevron-down.component.js +0 -22
  489. package/esm2015/foehn-icons/foehn-icon-chevron-left.component.js +0 -22
  490. package/esm2015/foehn-icons/foehn-icon-chevron-right.component.js +0 -22
  491. package/esm2015/foehn-icons/foehn-icon-chevron-up.component.js +0 -22
  492. package/esm2015/foehn-icons/foehn-icon-clock.component.js +0 -22
  493. package/esm2015/foehn-icons/foehn-icon-comment-dots.component.js +0 -22
  494. package/esm2015/foehn-icons/foehn-icon-edit.component.js +0 -22
  495. package/esm2015/foehn-icons/foehn-icon-external-link-alt.component.js +0 -22
  496. package/esm2015/foehn-icons/foehn-icon-file-pdf.component.js +0 -22
  497. package/esm2015/foehn-icons/foehn-icon-info-circle.component.js +0 -22
  498. package/esm2015/foehn-icons/foehn-icon-lock.component.js +0 -22
  499. package/esm2015/foehn-icons/foehn-icon-map-marker.component.js +0 -22
  500. package/esm2015/foehn-icons/foehn-icon-minus-circle.component.js +0 -22
  501. package/esm2015/foehn-icons/foehn-icon-plus-circle.component.js +0 -22
  502. package/esm2015/foehn-icons/foehn-icon-plus-square.component.js +0 -22
  503. package/esm2015/foehn-icons/foehn-icon-search.component.js +0 -22
  504. package/esm2015/foehn-icons/foehn-icon-times.component.js +0 -22
  505. package/esm2015/foehn-icons/foehn-icon-trash-alt.component.js +0 -22
  506. package/esm2015/foehn-icons/foehn-icon-unlock-alt.component.js +0 -22
  507. package/esm2015/foehn-input/foehn-input-email.component.js +0 -55
  508. package/esm2015/foehn-input/foehn-input-hidden.component.js +0 -57
  509. package/esm2015/foehn-input/foehn-input-number.component.js +0 -190
  510. package/esm2015/foehn-input/foehn-input-password.component.js +0 -55
  511. package/esm2015/foehn-input/foehn-input-phone.component.js +0 -96
  512. package/esm2015/foehn-input/foehn-input-text.component.js +0 -80
  513. package/esm2015/foehn-input/foehn-input-textarea.component.js +0 -104
  514. package/esm2015/foehn-input/foehn-input.component.js +0 -364
  515. package/esm2015/foehn-input/foehn-input.module.js +0 -82
  516. package/esm2015/foehn-input-date/foehn-input-date.component.js +0 -94
  517. package/esm2015/foehn-input-time/foehn-input-time.component.js +0 -79
  518. package/esm2015/foehn-list/foehn-list.component.js +0 -135
  519. package/esm2015/foehn-list/foehn-list.module.js +0 -19
  520. package/esm2015/foehn-menu-prestation/abstract-list-item-detail-page.component.js +0 -122
  521. package/esm2015/foehn-menu-prestation/foehn-error-pill/foehn-error-pill.component.js +0 -26
  522. package/esm2015/foehn-menu-prestation/foehn-list-summary/foehn-list-summary.component.js +0 -75
  523. package/esm2015/foehn-menu-prestation/foehn-menu-items/foehn-menu-item/foehn-menu-item.component.js +0 -38
  524. package/esm2015/foehn-menu-prestation/foehn-menu-items/foehn-menu-item-transmit/foehn-menu-item-transmit.component.js +0 -54
  525. package/esm2015/foehn-menu-prestation/foehn-menu-prestation.module.js +0 -61
  526. package/esm2015/foehn-modal/foehn-modal.component.js +0 -100
  527. package/esm2015/foehn-modal/foehn-modal.module.js +0 -19
  528. package/esm2015/foehn-nav13/foehn-input-nav13.component.js +0 -98
  529. package/esm2015/foehn-nav13/foehn-input-nav13.module.js +0 -34
  530. package/esm2015/foehn-navigation/foehn-navigation.component.js +0 -98
  531. package/esm2015/foehn-navigation/foehn-navigation.module.js +0 -34
  532. package/esm2015/foehn-navigation/foehn-navigation.service.js +0 -297
  533. package/esm2015/foehn-notfound/foehn-notfound.module.js +0 -20
  534. package/esm2015/foehn-page/foehn-page-modal.component.js +0 -55
  535. package/esm2015/foehn-page/foehn-page.component.js +0 -214
  536. package/esm2015/foehn-page/foehn-page.module.js +0 -76
  537. package/esm2015/foehn-recap-section/foehn-recap-section.component.js +0 -88
  538. package/esm2015/foehn-recap-section/foehn-recap-section.module.js +0 -20
  539. package/esm2015/foehn-upload/abstract-foehn-uploader.component.js +0 -192
  540. package/esm2015/foehn-upload/foehn-bo-multi-upload/bo-multi-upload.service.js +0 -62
  541. package/esm2015/foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.component.js +0 -168
  542. package/esm2015/foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.module.js +0 -38
  543. package/esm2015/foehn-upload/foehn-multi-upload/foehn-multi-upload.component.js +0 -217
  544. package/esm2015/foehn-upload/foehn-multi-upload/foehn-multi-upload.module.js +0 -38
  545. package/esm2015/foehn-upload/foehn-multi-upload/multi-upload.service.js +0 -76
  546. package/esm2015/foehn-upload/foehn-multi-upload/pending-upload.service.js +0 -157
  547. package/esm2015/foehn-upload/foehn-picture-upload/foehn-picture-upload.component.js +0 -164
  548. package/esm2015/foehn-upload/foehn-picture-upload/foehn-picture-upload.module.js +0 -42
  549. package/esm2015/foehn-upload/uploader.helper.js +0 -322
  550. package/esm2015/foehn-validation-alert-summary/foehn-validation-alert-summary.component.js +0 -88
  551. package/esm2015/foehn-validation-alert-summary/foehn-validation-alert-summary.module.js +0 -19
  552. package/esm2015/foehn-validation-alerts/foehn-validation-alerts.component.js +0 -32
  553. package/esm2015/gesdem/gesdem-event.service.js +0 -38
  554. package/esm2015/gesdem/gesdem-handler.service.js +0 -151
  555. package/esm2015/gesdem/gesdem-loader.guard.js +0 -40
  556. package/esm2015/gesdem-action-recovery/gesdem-action-recovery-login/gesdem-action-recovery-login.component.js +0 -103
  557. package/esm2015/gesdem-action-recovery/gesdem-action-recovery-registration/gesdem-action-recovery-registration.component.js +0 -133
  558. package/esm2015/gesdem-action-recovery/gesdem-action-recovery.module.js +0 -52
  559. package/esm2015/gesdem-action-recovery/gesdem-action-recovery.service.js +0 -82
  560. package/esm2015/gesdem-confirmation/gesdem-confirmation.component.js +0 -194
  561. package/esm2015/gesdem-confirmation/gesdem-confirmation.module.js +0 -34
  562. package/esm2015/gesdem-error/gesdem-error.component.js +0 -70
  563. package/esm2015/gesdem-error/gesdem-error.module.js +0 -34
  564. package/esm2015/helpers/object.helper.js +0 -88
  565. package/esm2015/index.js +0 -224
  566. package/esm2015/sdk-appinfo/application-info.js +0 -14
  567. package/esm2015/sdk-appinfo/application-info.service.js +0 -111
  568. package/esm2015/sdk-date/date.helper.js +0 -90
  569. package/esm2015/sdk-dictionary/default-dictionary.js +0 -80
  570. package/esm2015/sdk-dictionary/sdk-dictionary.service.js +0 -96
  571. package/esm2015/sdk-epayment/model/EPaymentRequest.js +0 -3
  572. package/esm2015/sdk-epayment/sdk-epayment.component.js +0 -113
  573. package/esm2015/sdk-epayment/sdk-epayment.module.js +0 -21
  574. package/esm2015/sdk-epayment/sdk-epayment.service.js +0 -46
  575. package/esm2015/sdk-recaptcha/recaptcha.service.js +0 -162
  576. package/esm2015/sdk-recaptcha/sdk-recaptcha.component.js +0 -72
  577. package/esm2015/sdk-recaptcha/sdk-recaptcha.module.js +0 -19
  578. package/esm2015/sdk-redirect/iam-expired-interceptor.service.js +0 -48
  579. package/esm2015/sdk-redirect/redirect.component.js +0 -47
  580. package/esm2015/sdk-redirect/sdk-redirect.module.js +0 -19
  581. package/esm2015/sdk-session-info/session-info.service.js +0 -44
  582. package/esm2015/sdk-support-alert/support-alert-container.component.js +0 -53
  583. package/esm2015/sdk-support-alert/support-alert.component.js +0 -38
  584. package/esm2015/sdk-support-alert/support-alert.module.js +0 -21
  585. package/esm2015/sdk-support-alert/support-alert.service.js +0 -113
  586. package/esm2015/supported-browser.js +0 -2
  587. package/esm2015/validation/validation-handler.service.js +0 -44
  588. package/fesm2015/dsivd-prestations-ng.js +0 -11618
  589. package/fesm2015/dsivd-prestations-ng.js.map +0 -1
  590. package/sdk-epayment/model/EPaymentRequest.d.ts +0 -5
@@ -7,5 +7,5 @@ export declare class FoehnInputPasswordComponent extends FoehnInputStringCompone
7
7
  ngOnInit(): void;
8
8
  onModelChange(value: string): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<FoehnInputPasswordComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<FoehnInputPasswordComponent, "foehn-input-password", never, {}, {}, never, ["*"]>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<FoehnInputPasswordComponent, "foehn-input-password", never, {}, {}, never, ["*"], false, never>;
11
11
  }
@@ -16,5 +16,5 @@ export declare class FoehnInputPhoneComponent extends FoehnInputStringComponent
16
16
  ngOnInit(): void;
17
17
  private getHelpText;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<FoehnInputPhoneComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<FoehnInputPhoneComponent, "foehn-input-phone", never, { "acceptInternational": "acceptInternational"; "acceptMobilePhone": "acceptMobilePhone"; "acceptPhone": "acceptPhone"; }, {}, never, ["*"]>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<FoehnInputPhoneComponent, "foehn-input-phone", never, { "acceptInternational": "acceptInternational"; "acceptMobilePhone": "acceptMobilePhone"; "acceptPhone": "acceptPhone"; }, {}, never, ["*"], false, never>;
20
20
  }
@@ -4,5 +4,5 @@ export declare abstract class FoehnInputStringComponent extends FoehnInputCompon
4
4
  trimOnBlur: boolean;
5
5
  onBlur(e: FocusEvent): void;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<FoehnInputStringComponent, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<FoehnInputStringComponent, never, never, { "trimOnBlur": "trimOnBlur"; }, {}, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FoehnInputStringComponent, never, never, { "trimOnBlur": "trimOnBlur"; }, {}, never, never, false, never>;
8
8
  }
@@ -8,5 +8,5 @@ export declare class FoehnInputTextComponent extends FoehnInputStringComponent {
8
8
  private getKeyCode;
9
9
  private acceptedKeysForNumber;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<FoehnInputTextComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<FoehnInputTextComponent, "foehn-input-text", never, { "numberOnly": "numberOnly"; }, {}, never, ["*"]>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<FoehnInputTextComponent, "foehn-input-text", never, { "numberOnly": "numberOnly"; }, {}, never, ["*"], false, never>;
12
12
  }
@@ -1,19 +1,22 @@
1
1
  import { NgZone, OnInit } from '@angular/core';
2
+ import { SdkDictionaryService } from '../sdk-dictionary/sdk-dictionary.service';
2
3
  import { FoehnInputStringComponent } from './foehn-input-string.component';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class FoehnInputTextareaComponent extends FoehnInputStringComponent implements OnInit {
5
6
  private ngZone;
7
+ private dictionary;
6
8
  rows: number;
7
9
  displayCharCount: boolean;
8
10
  isCharCountExceeded: boolean;
9
11
  charCountLeft: number;
10
12
  charCountLabel: string;
11
13
  ariaLiveStatus: string;
12
- constructor(ngZone: NgZone);
14
+ constructor(ngZone: NgZone, dictionary: SdkDictionaryService);
13
15
  ngOnInit(): void;
14
16
  onModelChange(value: string): void;
15
17
  countCharLeft(): void;
16
18
  checkCharCountExceeded(): void;
19
+ private getCharCountLabel;
17
20
  static ɵfac: i0.ɵɵFactoryDeclaration<FoehnInputTextareaComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<FoehnInputTextareaComponent, "foehn-input-textarea", never, { "rows": "rows"; "displayCharCount": "displayCharCount"; }, {}, never, ["*"]>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<FoehnInputTextareaComponent, "foehn-input-textarea", never, { "rows": "rows"; "displayCharCount": "displayCharCount"; }, {}, never, ["*"], false, never>;
19
22
  }
@@ -1,11 +1,12 @@
1
- import { ElementRef, EventEmitter, OnDestroy, OnInit, QueryList } from '@angular/core';
1
+ import { AfterViewInit, ElementRef, EventEmitter, OnDestroy, OnInit, QueryList } from '@angular/core';
2
2
  import { NgModel } from '@angular/forms';
3
- import { ErrorTemplate } from '../error-template';
4
3
  import { Observable } from 'rxjs';
4
+ import { HelpModal } from '../foehn-help-modal/foehn-help-modal.type';
5
+ import { FormError } from '../form-error';
5
6
  import { ValidationHandlerService } from '../validation/validation-handler.service';
6
7
  import * as i0 from "@angular/core";
7
8
  export declare const GESDEM_MAX_DATA_LENGTH = 10000;
8
- export declare abstract class FoehnInputComponent<T> implements OnInit, OnDestroy {
9
+ export declare abstract class FoehnInputComponent<T> implements OnInit, OnDestroy, AfterViewInit {
9
10
  id: string;
10
11
  required: boolean;
11
12
  label: string;
@@ -25,8 +26,11 @@ export declare abstract class FoehnInputComponent<T> implements OnInit, OnDestro
25
26
  overrideGesdemMaxlength: boolean;
26
27
  min: number;
27
28
  max: number;
29
+ /**
30
+ * The attribute must take one of the following values:
31
+ * See https://developer.mozilla.org/fr/docs/Web/HTML/Attributes/autocomplete
32
+ */
28
33
  autocomplete: string;
29
- disabled: boolean;
30
34
  preventPaste: boolean;
31
35
  clearButton: boolean;
32
36
  /**
@@ -42,6 +46,13 @@ export declare abstract class FoehnInputComponent<T> implements OnInit, OnDestro
42
46
  * When set to TRUE: Shows error even if input is disabled
43
47
  */
44
48
  showErrorWhenDisabled: boolean;
49
+ /**
50
+ * The autocapitalize attribute never causes autocapitalization to be enabled for
51
+ * an <input> element with a type attribute whose value is url, email, or password.
52
+ * https://developer.mozilla.org/fr/docs/Web/HTML/Global_attributes/autocapitalize
53
+ */
54
+ autocapitalize: string;
55
+ helpModal: HelpModal;
45
56
  inputModelList: QueryList<NgModel>;
46
57
  inputElement: ElementRef;
47
58
  subComponents: QueryList<FoehnInputComponent<any>>;
@@ -61,14 +72,20 @@ export declare abstract class FoehnInputComponent<T> implements OnInit, OnDestro
61
72
  model_: T;
62
73
  private _errors;
63
74
  private validationErrorsSubjectSubscription;
75
+ private registerNgModelService;
64
76
  private showClearButton;
65
- private userInputObservable;
77
+ private userInputSubject;
66
78
  private userInputSubscription;
79
+ private _disabled;
67
80
  constructor();
81
+ get errors(): FormError[];
82
+ get model(): T;
83
+ set model(value: T);
84
+ get disabled(): boolean;
85
+ set disabled(value: boolean);
68
86
  ngOnInit(): void;
69
87
  ngOnDestroy(): void;
70
- set model(value: T);
71
- get model(): T;
88
+ ngAfterViewInit(): void;
72
89
  onModelChange(value: T): void;
73
90
  handleChange(value: T): void;
74
91
  updateNgModel(value: T): void;
@@ -80,7 +97,6 @@ export declare abstract class FoehnInputComponent<T> implements OnInit, OnDestro
80
97
  markAsPristine(): void;
81
98
  getNativeInputList(): NgModel[];
82
99
  getMeAndSubComponents(): FoehnInputComponent<any>[];
83
- get errors(): ErrorTemplate[];
84
100
  refreshErrors(results: any[]): void;
85
101
  focus(): void;
86
102
  getMaxLength(): number;
@@ -101,5 +117,5 @@ export declare abstract class FoehnInputComponent<T> implements OnInit, OnDestro
101
117
  protected isEmpty(data: any): boolean;
102
118
  protected triggerUserInput(value: T): void;
103
119
  static ɵfac: i0.ɵɵFactoryDeclaration<FoehnInputComponent<any>, never>;
104
- static ɵdir: i0.ɵɵDirectiveDeclaration<FoehnInputComponent<any>, never, never, { "id": "id"; "required": "required"; "label": "label"; "isLabelSrOnly": "isLabelSrOnly"; "helpText": "helpText"; "name": "name"; "pattern": "pattern"; "labelStyleModifier": "labelStyleModifier"; "customErrors": "customErrors"; "maxlength": "maxlength"; "overrideGesdemMaxlength": "overrideGesdemMaxlength"; "min": "min"; "max": "max"; "autocomplete": "autocomplete"; "disabled": "disabled"; "preventPaste": "preventPaste"; "clearButton": "clearButton"; "excludeFromErrorSummary": "excludeFromErrorSummary"; "hideNotRequiredExtraLabel": "hideNotRequiredExtraLabel"; "isErrorInherited": "isErrorInherited"; "showErrorWhenDisabled": "showErrorWhenDisabled"; "model": "model"; }, { "modelChange": "modelChange"; "userInput": "userInput"; "blurHandler": "blur"; "focusHandler": "focus"; }, never>;
120
+ static ɵdir: i0.ɵɵDirectiveDeclaration<FoehnInputComponent<any>, never, never, { "id": "id"; "required": "required"; "label": "label"; "isLabelSrOnly": "isLabelSrOnly"; "helpText": "helpText"; "name": "name"; "pattern": "pattern"; "labelStyleModifier": "labelStyleModifier"; "customErrors": "customErrors"; "maxlength": "maxlength"; "overrideGesdemMaxlength": "overrideGesdemMaxlength"; "min": "min"; "max": "max"; "autocomplete": "autocomplete"; "preventPaste": "preventPaste"; "clearButton": "clearButton"; "excludeFromErrorSummary": "excludeFromErrorSummary"; "hideNotRequiredExtraLabel": "hideNotRequiredExtraLabel"; "isErrorInherited": "isErrorInherited"; "showErrorWhenDisabled": "showErrorWhenDisabled"; "autocapitalize": "autocapitalize"; "helpModal": "helpModal"; "model": "model"; "disabled": "disabled"; }, { "modelChange": "modelChange"; "userInput": "userInput"; "blurHandler": "blur"; "focusHandler": "focus"; }, never, never, false, never>;
105
121
  }
@@ -8,13 +8,16 @@ import * as i6 from "./foehn-input-textarea.component";
8
8
  import * as i7 from "../foehn-input-date/foehn-input-date.component";
9
9
  import * as i8 from "../foehn-input-time/foehn-input-time.component";
10
10
  import * as i9 from "./foehn-input-phone.component";
11
- import * as i10 from "../foehn-icons/foehn-icons.module";
12
- import * as i11 from "@angular/common";
13
- import * as i12 from "@angular/forms";
14
- import * as i13 from "../foehn-validation-alerts/foehn-validation-alerts.module";
15
- import * as i14 from "../sdk-dictionary/sdk-dictionary.module";
11
+ import * as i10 from "../foehn-input-date-time/foehn-input-date-time.component";
12
+ import * as i11 from "../foehn-icons/foehn-icons.module";
13
+ import * as i12 from "@angular/common";
14
+ import * as i13 from "@angular/forms";
15
+ import * as i14 from "../foehn-validation-alerts/foehn-validation-alerts.module";
16
+ import * as i15 from "../sdk-dictionary/sdk-dictionary.module";
17
+ import * as i16 from "../foehn-date-picker-button/foehn-date-picker-button.module";
18
+ import * as i17 from "../foehn-help-modal/foehn-help-modal.module";
16
19
  export declare class FoehnInputModule {
17
20
  static ɵfac: i0.ɵɵFactoryDeclaration<FoehnInputModule, never>;
18
- static ɵmod: i0.ɵɵNgModuleDeclaration<FoehnInputModule, [typeof i1.FoehnInputTextComponent, typeof i2.FoehnInputNumberComponent, typeof i3.FoehnInputEmailComponent, typeof i4.FoehnInputHiddenComponent, typeof i5.FoehnInputPasswordComponent, typeof i6.FoehnInputTextareaComponent, typeof i7.FoehnDateComponent, typeof i8.FoehnTimeComponent, typeof i9.FoehnInputPhoneComponent], [typeof i10.FoehnIconsModule, typeof i11.CommonModule, typeof i12.FormsModule, typeof i13.FoehnValidationAlertsModule, typeof i14.SdkDictionaryModule], [typeof i1.FoehnInputTextComponent, typeof i2.FoehnInputNumberComponent, typeof i3.FoehnInputEmailComponent, typeof i4.FoehnInputHiddenComponent, typeof i5.FoehnInputPasswordComponent, typeof i6.FoehnInputTextareaComponent, typeof i7.FoehnDateComponent, typeof i8.FoehnTimeComponent, typeof i9.FoehnInputPhoneComponent]>;
21
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FoehnInputModule, [typeof i1.FoehnInputTextComponent, typeof i2.FoehnInputNumberComponent, typeof i3.FoehnInputEmailComponent, typeof i4.FoehnInputHiddenComponent, typeof i5.FoehnInputPasswordComponent, typeof i6.FoehnInputTextareaComponent, typeof i7.FoehnDateComponent, typeof i8.FoehnTimeComponent, typeof i9.FoehnInputPhoneComponent, typeof i10.FoehnDateTimeComponent], [typeof i11.FoehnIconsModule, typeof i12.CommonModule, typeof i13.FormsModule, typeof i14.FoehnValidationAlertsModule, typeof i15.SdkDictionaryModule, typeof i16.FoehnDatePickerButtonModule, typeof i17.FoehnHelpModalModule], [typeof i1.FoehnInputTextComponent, typeof i2.FoehnInputNumberComponent, typeof i3.FoehnInputEmailComponent, typeof i4.FoehnInputHiddenComponent, typeof i5.FoehnInputPasswordComponent, typeof i6.FoehnInputTextareaComponent, typeof i7.FoehnDateComponent, typeof i8.FoehnTimeComponent, typeof i9.FoehnInputPhoneComponent, typeof i10.FoehnDateTimeComponent]>;
19
22
  static ɵinj: i0.ɵɵInjectorDeclaration<FoehnInputModule>;
20
23
  }
@@ -1,20 +1,27 @@
1
- import { FoehnInputComponent } from '../foehn-input/foehn-input.component';
2
1
  import { Observable } from 'rxjs';
2
+ import { FoehnInputComponent } from '../foehn-input/foehn-input.component';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class FoehnDateComponent extends FoehnInputComponent<number[]> {
5
5
  disableDay: boolean;
6
6
  disableMonth: boolean;
7
7
  disableYear: boolean;
8
+ minDate: number[];
9
+ maxDate: number[];
10
+ hideDatePickerButton: boolean;
8
11
  day: string;
9
12
  month: string;
10
13
  year: string;
14
+ datePickerModel: number[];
11
15
  updateDate(): void;
16
+ updateDateFromDatePicker(date: number[]): void;
12
17
  handleUserInput(): void;
18
+ handleDatePickerUserInput(date: number[]): void;
13
19
  onModelChange(value: number[]): void;
14
20
  displayClearButton(): Observable<boolean>;
15
- private getValidValue;
21
+ getValidValue(): number[] | null | undefined;
22
+ shouldDisplayDatePicker(): boolean;
16
23
  private toNumber;
17
24
  private toString;
18
25
  static ɵfac: i0.ɵɵFactoryDeclaration<FoehnDateComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<FoehnDateComponent, "foehn-input-date", never, { "disableDay": "disableDay"; "disableMonth": "disableMonth"; "disableYear": "disableYear"; }, {}, never, ["*", "[date-picker-button]"]>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<FoehnDateComponent, "foehn-input-date", never, { "disableDay": "disableDay"; "disableMonth": "disableMonth"; "disableYear": "disableYear"; "minDate": "minDate"; "maxDate": "maxDate"; "hideDatePickerButton": "hideDatePickerButton"; }, {}, never, ["*"], false, never>;
20
27
  }
@@ -0,0 +1,29 @@
1
+ import { OnDestroy } from '@angular/core';
2
+ import { FoehnInputComponent } from '../foehn-input/foehn-input.component';
3
+ import * as i0 from "@angular/core";
4
+ export declare class FoehnDateTimeComponent extends FoehnInputComponent<number[]> implements OnDestroy {
5
+ disableDay: boolean;
6
+ disableMonth: boolean;
7
+ disableYear: boolean;
8
+ minDate: number[];
9
+ maxDate: number[];
10
+ hideDatePickerButton: boolean;
11
+ date: number[];
12
+ time: string;
13
+ private userInputTimeSubject;
14
+ private timeModelChangeSubject;
15
+ private readonly userInputTimeSubscription;
16
+ constructor();
17
+ ngOnDestroy(): void;
18
+ updateDateTime(): void;
19
+ handleUserInput(): void;
20
+ timeModelChange(value: string): void;
21
+ handleUserInputTime(value: string): void;
22
+ handleUserInputDate(): void;
23
+ onModelChange(value: number[]): void;
24
+ getValidValue(): number[] | null | undefined;
25
+ private toNumber;
26
+ private toString;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<FoehnDateTimeComponent, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<FoehnDateTimeComponent, "foehn-input-date-time", never, { "disableDay": "disableDay"; "disableMonth": "disableMonth"; "disableYear": "disableYear"; "minDate": "minDate"; "maxDate": "maxDate"; "hideDatePickerButton": "hideDatePickerButton"; }, {}, never, ["*"], false, never>;
29
+ }
@@ -8,5 +8,5 @@ export declare class FoehnTimeComponent extends FoehnInputStringComponent {
8
8
  onModelChange(value: string): void;
9
9
  private getValidValue;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<FoehnTimeComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<FoehnTimeComponent, "foehn-input-time", never, {}, {}, never, ["*"]>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<FoehnTimeComponent, "foehn-input-time", never, {}, {}, never, ["*"], false, never>;
12
12
  }
@@ -12,8 +12,8 @@ export declare class FoehnListComponent implements OnChanges {
12
12
  currentPage: number;
13
13
  filteredList: any[];
14
14
  private _list;
15
- trackByFn: (index: number, item: any) => number;
16
15
  set list(list: any[]);
16
+ trackByFn: (index: number, item: any) => number;
17
17
  ngOnChanges(changes: SimpleChanges): void;
18
18
  previousPage(): void;
19
19
  hasPreviousPage(): boolean;
@@ -22,7 +22,6 @@ export declare class FoehnListComponent implements OnChanges {
22
22
  showPage(page: number, emitPageChangeEvent?: boolean): void;
23
23
  pagesCount(): number;
24
24
  private buildFilteredList;
25
- private hasInputChanged;
26
25
  static ɵfac: i0.ɵɵFactoryDeclaration<FoehnListComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<FoehnListComponent, "foehn-list", never, { "itemsPerPage": "itemsPerPage"; "id": "id"; "previousLabel": "previousLabel"; "nextLabel": "nextLabel"; "fixedPageCount": "fixedPageCount"; "trackByFn": "trackByFn"; "list": "list"; }, { "pageChange": "pageChange"; }, ["templateVariable"], never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<FoehnListComponent, "foehn-list", never, { "itemsPerPage": "itemsPerPage"; "id": "id"; "previousLabel": "previousLabel"; "nextLabel": "nextLabel"; "fixedPageCount": "fixedPageCount"; "list": "list"; "trackByFn": "trackByFn"; }, { "pageChange": "pageChange"; }, ["templateVariable"], never, false, never>;
28
27
  }
@@ -1,10 +1,10 @@
1
+ import { Location } from '@angular/common';
1
2
  import { OnDestroy, OnInit } from '@angular/core';
2
3
  import { ActivatedRoute, Router } from '@angular/router';
3
- import { Location } from '@angular/common';
4
- import { AbstractPageFromMenuComponent } from './abstract-page-from-menu.component';
5
- import { FoehnListItem } from './foehn-list-summary/foehn-list-item';
6
4
  import { FoehnConfirmModalService } from '../foehn-confirm-modal/foehn-confirm-modal.service';
7
5
  import { I18nForm } from '../i18n-form';
6
+ import { AbstractPageFromMenuComponent } from './abstract-page-from-menu.component';
7
+ import { FoehnListItem } from './foehn-list-summary/foehn-list-item';
8
8
  import * as i0 from "@angular/core";
9
9
  export declare abstract class AbstractListDetailPageComponent<FORM_TYPE extends I18nForm, ITEM_TYPE extends FoehnListItem> extends AbstractPageFromMenuComponent<FORM_TYPE> implements OnInit, OnDestroy {
10
10
  protected activatedRoute: ActivatedRoute;
@@ -15,6 +15,7 @@ export declare abstract class AbstractListDetailPageComponent<FORM_TYPE extends
15
15
  itemIndex: number;
16
16
  private formSub;
17
17
  constructor(activatedRoute: ActivatedRoute, confirmModalService: FoehnConfirmModalService, router: Router, location: Location);
18
+ get itemToEdit(): ITEM_TYPE;
18
19
  ngOnInit(): void;
19
20
  ngOnDestroy(): void;
20
21
  protected getNextTrackingIndex(): number;
@@ -25,11 +26,10 @@ export declare abstract class AbstractListDetailPageComponent<FORM_TYPE extends
25
26
  private assignItemIndex;
26
27
  private scrollToSpecifiedElement;
27
28
  private showErrors;
28
- get itemToEdit(): ITEM_TYPE;
29
29
  abstract getList(): ITEM_TYPE[];
30
30
  abstract getNewListItem(): ITEM_TYPE;
31
31
  abstract getListPagePath(): string;
32
32
  abstract getListPageLabel(): string;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<AbstractListDetailPageComponent<any, any>, never>;
34
- static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractListDetailPageComponent<any, any>, never, never, {}, {}, never>;
34
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractListDetailPageComponent<any, any>, never, never, {}, {}, never, never, false, never>;
35
35
  }
@@ -9,5 +9,5 @@ export declare abstract class AbstractMenuPageComponent<T extends I18nForm> exte
9
9
  constructor(activatedRoute: ActivatedRoute, ngZone: NgZone);
10
10
  ngAfterViewInit(): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<AbstractMenuPageComponent<any>, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractMenuPageComponent<any>, never, never, {}, {}, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractMenuPageComponent<any>, never, never, {}, {}, never, never, false, never>;
13
13
  }
@@ -16,5 +16,5 @@ export declare abstract class AbstractPageFromMenuComponent<T extends I18nForm>
16
16
  protected abstract getMenuPath(): string;
17
17
  protected abstract getMenuLabel(): string;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<AbstractPageFromMenuComponent<any>, never>;
19
- static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractPageFromMenuComponent<any>, never, never, {}, {}, never>;
19
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractPageFromMenuComponent<any>, never, never, {}, {}, never, never, false, never>;
20
20
  }
@@ -8,5 +8,5 @@ export declare class FoehnErrorPillComponent {
8
8
  hasErrors: Observable<boolean>;
9
9
  constructor(validationHandlerService: ValidationHandlerService);
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<FoehnErrorPillComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<FoehnErrorPillComponent, "foehn-error-pill", never, { "errorPrefix": "errorPrefix"; "incompleteIndicatorOnly": "incompleteIndicatorOnly"; }, {}, never, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<FoehnErrorPillComponent, "foehn-error-pill", never, { "errorPrefix": "errorPrefix"; "incompleteIndicatorOnly": "incompleteIndicatorOnly"; }, {}, never, never, false, never>;
12
12
  }
@@ -1,8 +1,8 @@
1
1
  import { EventEmitter, TrackByFunction } from '@angular/core';
2
+ import { FoehnConfirmModalService } from '../../foehn-confirm-modal/foehn-confirm-modal.service';
3
+ import { FoehnInputComponent } from '../../foehn-input/foehn-input.component';
2
4
  import { FoehnListItem } from './foehn-list-item';
3
5
  import { FoehnListItemDescription } from './foehn-list-item-description';
4
- import { FoehnInputComponent } from '../../foehn-input/foehn-input.component';
5
- import { FoehnConfirmModalService } from '../../foehn-confirm-modal/foehn-confirm-modal.service';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare class FoehnListSummaryComponent extends FoehnInputComponent<FoehnListItem[]> {
8
8
  private confirmModalService;
@@ -17,5 +17,5 @@ export declare class FoehnListSummaryComponent extends FoehnInputComponent<Foehn
17
17
  editItem(index?: number): void;
18
18
  removeItem(index: number): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<FoehnListSummaryComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<FoehnListSummaryComponent, "foehn-list-summary", never, { "list": "list"; "getListItemTitle": "getListItemTitle"; "listItemDescriptions": "listItemDescriptions"; }, { "itemRemoved": "itemRemoved"; "itemEdit": "itemEdit"; }, never, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<FoehnListSummaryComponent, "foehn-list-summary", never, { "list": "list"; "getListItemTitle": "getListItemTitle"; "listItemDescriptions": "listItemDescriptions"; }, { "itemRemoved": "itemRemoved"; "itemEdit": "itemEdit"; }, never, never, false, never>;
21
21
  }
@@ -10,5 +10,5 @@ export declare class FoehnMenuItemComponent {
10
10
  listLength: number;
11
11
  applicable: boolean;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<FoehnMenuItemComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<FoehnMenuItemComponent, "foehn-menu-item", never, { "labelDicoKey": "labelDicoKey"; "dicoLabelPlaceHolders": "dicoLabelPlaceHolders"; "linkId": "linkId"; "rLink": "rLink"; "errorPrefix": "errorPrefix"; "showErrorPill": "showErrorPill"; "listLength": "listLength"; "applicable": "applicable"; }, {}, never, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<FoehnMenuItemComponent, "foehn-menu-item", never, { "labelDicoKey": "labelDicoKey"; "dicoLabelPlaceHolders": "dicoLabelPlaceHolders"; "linkId": "linkId"; "rLink": "rLink"; "errorPrefix": "errorPrefix"; "showErrorPill": "showErrorPill"; "listLength": "listLength"; "applicable": "applicable"; }, {}, never, never, false, never>;
14
14
  }
@@ -1,6 +1,6 @@
1
- import { PlaceholderType } from '../../../sdk-dictionary/sdk-dictionary.service';
2
1
  import { ActivatedRoute, Router } from '@angular/router';
3
2
  import { GesdemHandlerService } from '../../../gesdem/gesdem-handler.service';
3
+ import { PlaceholderType } from '../../../sdk-dictionary/sdk-dictionary.service';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class FoehnMenuItemTransmitComponent {
6
6
  private router;
@@ -16,5 +16,5 @@ export declare class FoehnMenuItemTransmitComponent {
16
16
  constructor(router: Router, activatedRoute: ActivatedRoute, gesdemService: GesdemHandlerService);
17
17
  transmit(): void;
18
18
  static ɵfac: i0.ɵɵFactoryDeclaration<FoehnMenuItemTransmitComponent, never>;
19
- static ɵcmp: i0.ɵɵComponentDeclaration<FoehnMenuItemTransmitComponent, "foehn-menu-item-transmit", never, { "linkId": "linkId"; "rLink": "rLink"; "labelDicoKey": "labelDicoKey"; "dicoLabelPlaceHolders": "dicoLabelPlaceHolders"; "remainingErrorsAlertTitle": "remainingErrorsAlertTitle"; "remainingErrorsAlertBody": "remainingErrorsAlertBody"; }, {}, never, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<FoehnMenuItemTransmitComponent, "foehn-menu-item-transmit", never, { "linkId": "linkId"; "rLink": "rLink"; "labelDicoKey": "labelDicoKey"; "dicoLabelPlaceHolders": "dicoLabelPlaceHolders"; "remainingErrorsAlertTitle": "remainingErrorsAlertTitle"; "remainingErrorsAlertBody": "remainingErrorsAlertBody"; }, {}, never, never, false, never>;
20
20
  }
@@ -3,5 +3,5 @@ export declare class FoehnAbbrComponent {
3
3
  title: string;
4
4
  text: string;
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<FoehnAbbrComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<FoehnAbbrComponent, "foehn-abbr", never, { "title": "title"; "text": "text"; }, {}, never, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<FoehnAbbrComponent, "foehn-abbr", never, { "title": "title"; "text": "text"; }, {}, never, never, false, never>;
7
7
  }
@@ -6,7 +6,6 @@ export declare class FoehnModalComponent {
6
6
  modalSize: string;
7
7
  modalBodyText: string;
8
8
  modalHeaderText: string;
9
- modalFooterText: string;
10
9
  closeable: boolean;
11
10
  modalTriggerHtmlElement: HTMLElement;
12
11
  isModalVisibleChange: EventEmitter<any>;
@@ -15,11 +14,11 @@ export declare class FoehnModalComponent {
15
14
  specificfooter: ElementRef;
16
15
  modalDefaultCloseBtn: ElementRef;
17
16
  private isVisible;
18
- handleKeyboardEvent(event: KeyboardEvent): void;
19
17
  get isModalVisible(): boolean;
20
18
  set isModalVisible(val: boolean);
19
+ handleKeyboardEvent(event: KeyboardEvent): void;
21
20
  private focusOnContainer;
22
21
  private focusOnModalTrigger;
23
22
  static ɵfac: i0.ɵɵFactoryDeclaration<FoehnModalComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<FoehnModalComponent, "foehn-modal", never, { "id": "id"; "name": "name"; "modalSize": "modalSize"; "modalBodyText": "modalBodyText"; "modalHeaderText": "modalHeaderText"; "modalFooterText": "modalFooterText"; "closeable": "closeable"; "modalTriggerHtmlElement": "modalTriggerHtmlElement"; "isModalVisible": "isModalVisible"; }, { "isModalVisibleChange": "isModalVisibleChange"; }, never, ["*", "[modal-footer]"]>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<FoehnModalComponent, "foehn-modal", never, { "id": "id"; "name": "name"; "modalSize": "modalSize"; "modalBodyText": "modalBodyText"; "modalHeaderText": "modalHeaderText"; "closeable": "closeable"; "modalTriggerHtmlElement": "modalTriggerHtmlElement"; "isModalVisible": "isModalVisible"; }, { "isModalVisibleChange": "isModalVisibleChange"; }, never, ["*", "[modal-footer]"], false, never>;
25
24
  }
@@ -2,8 +2,10 @@ import * as i0 from "@angular/core";
2
2
  import * as i1 from "./foehn-modal.component";
3
3
  import * as i2 from "@angular/common";
4
4
  import * as i3 from "@angular/cdk/a11y";
5
+ import * as i4 from "../pipes/pipes.module";
6
+ import * as i5 from "../sdk-dictionary/sdk-dictionary.module";
5
7
  export declare class FoehnModalModule {
6
8
  static ɵfac: i0.ɵɵFactoryDeclaration<FoehnModalModule, never>;
7
- static ɵmod: i0.ɵɵNgModuleDeclaration<FoehnModalModule, [typeof i1.FoehnModalComponent], [typeof i2.CommonModule, typeof i3.A11yModule], [typeof i1.FoehnModalComponent]>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FoehnModalModule, [typeof i1.FoehnModalComponent], [typeof i2.CommonModule, typeof i3.A11yModule, typeof i4.PipeModule, typeof i5.SdkDictionaryModule], [typeof i1.FoehnModalComponent]>;
8
10
  static ɵinj: i0.ɵɵInjectorDeclaration<FoehnModalModule>;
9
11
  }
@@ -0,0 +1,51 @@
1
+ import { ElementRef, NgZone, OnInit, QueryList } from '@angular/core';
2
+ import { FoehnAutocompleteComponent } from '../foehn-autocomplete/foehn-autocomplete.component';
3
+ import { SdkDictionaryService } from '../sdk-dictionary/sdk-dictionary.service';
4
+ import * as i0 from "@angular/core";
5
+ export declare class FoehnMultiselectAutocompleteComponent extends FoehnAutocompleteComponent implements OnInit {
6
+ private dictionaryService;
7
+ hostName: string;
8
+ autocompleteComponent: FoehnAutocompleteComponent;
9
+ alertMessageContainer: ElementRef;
10
+ selectedElemRef: QueryList<ElementRef>;
11
+ defaultElemRef: QueryList<ElementRef>;
12
+ defaultDeleteFocusArea: ElementRef;
13
+ /**
14
+ * The label in the object. Can be a string or a function
15
+ * Defaults to `label`
16
+ */
17
+ elementBadgeLabel: any;
18
+ autocompleteInputValue: string;
19
+ showEmptyListMessage: boolean;
20
+ srAnnouncements: string;
21
+ private defaultElementValues_;
22
+ private srAnnouncementClearTimer;
23
+ private readonly SR_ANNOUNCEMENT_CLEAR_TIMEOUT_INTERVAL_MS;
24
+ constructor(ngZone: NgZone, dictionaryService: SdkDictionaryService);
25
+ get defaultElementValues(): unknown[];
26
+ set defaultElementValues(items: unknown[]);
27
+ set defaultElementValue(item: string);
28
+ ngOnInit(): void;
29
+ hasErrorsToDisplay(): boolean;
30
+ updateMultiselectAutocomplete(): void;
31
+ handleUserInput(): void;
32
+ addItem(item: unknown): void;
33
+ removeItem(item: unknown, index: number): void;
34
+ trackByFn(index: number): number;
35
+ getLabel(value: any): string;
36
+ canBeDeleted(index: number): boolean;
37
+ onAutocompleteElementsLoaded(elements: []): void;
38
+ getDeleteButtonAriaLabel(element: unknown): string;
39
+ hasDefaultDeleteFocusArea(): boolean;
40
+ getBadgeLabel(element: any): string;
41
+ private findElementByModelItem;
42
+ private getValidValue;
43
+ private focusNextAreaAfterDelete;
44
+ private filterAutocompleteElements;
45
+ private manageSuggestionListAndFocusAfterAddingAnItem;
46
+ private manageSuggestionListAndFocusAfterRemovingAnItem;
47
+ private showAlertMessageAndHideAutocomplete;
48
+ private manageScreenReaderAnnouncement;
49
+ static ɵfac: i0.ɵɵFactoryDeclaration<FoehnMultiselectAutocompleteComponent, never>;
50
+ static ɵcmp: i0.ɵɵComponentDeclaration<FoehnMultiselectAutocompleteComponent, "foehn-multiselect-autocomplete", never, { "elementBadgeLabel": "elementBadgeLabel"; "defaultElementValues": "defaultElementValues"; "defaultElementValue": "defaultElementValue"; }, {}, never, ["*"], false, never>;
51
+ }
@@ -0,0 +1,13 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./foehn-multiselect-autocomplete.component";
3
+ import * as i2 from "../foehn-autocomplete/foehn-autocomplete.module";
4
+ import * as i3 from "../sdk-dictionary/sdk-dictionary.module";
5
+ import * as i4 from "../foehn-validation-alerts/foehn-validation-alerts.module";
6
+ import * as i5 from "@angular/common";
7
+ import * as i6 from "../foehn-icons/foehn-icons.module";
8
+ import * as i7 from "@angular/forms";
9
+ export declare class FoehnMultiselectAutocompleteModule {
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<FoehnMultiselectAutocompleteModule, never>;
11
+ static ɵmod: i0.ɵɵNgModuleDeclaration<FoehnMultiselectAutocompleteModule, [typeof i1.FoehnMultiselectAutocompleteComponent], [typeof i2.FoehnAutocompleteModule, typeof i3.SdkDictionaryModule, typeof i4.FoehnValidationAlertsModule, typeof i5.CommonModule, typeof i6.FoehnIconsModule, typeof i7.FormsModule], [typeof i1.FoehnMultiselectAutocompleteComponent]>;
12
+ static ɵinj: i0.ɵɵInjectorDeclaration<FoehnMultiselectAutocompleteModule>;
13
+ }
@@ -12,8 +12,9 @@ export declare class FoehnInputNav13Component extends FoehnInputStringComponent
12
12
  handleUserInput(): void;
13
13
  onModelChange(value: string): void;
14
14
  displayClearButton(): Observable<boolean>;
15
+ onPaste(event: ClipboardEvent): void;
15
16
  private splitValue;
16
17
  private getValidValue;
17
18
  static ɵfac: i0.ɵɵFactoryDeclaration<FoehnInputNav13Component, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<FoehnInputNav13Component, "foehn-input-nav13", never, {}, {}, never, ["*"]>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<FoehnInputNav13Component, "foehn-input-nav13", never, {}, {}, never, ["*"], false, never>;
19
20
  }
@@ -1,6 +1,6 @@
1
1
  import { EventEmitter, OnInit } from '@angular/core';
2
- import { FoehnNavigationService } from './foehn-navigation.service';
3
2
  import { ActivatedRoute } from '@angular/router';
3
+ import { FoehnNavigationService } from './foehn-navigation.service';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class FoehnNavigationComponent implements OnInit {
6
6
  private navigationService;
@@ -25,5 +25,5 @@ export declare class FoehnNavigationComponent implements OnInit {
25
25
  getTotalRoutesSize(): number;
26
26
  isLinearRouting(): boolean;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<FoehnNavigationComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<FoehnNavigationComponent, "foehn-navigation", never, { "nextLabel": "nextLabel"; "prevLabel": "prevLabel"; "transmitLabel": "transmitLabel"; "continueLaterLabel": "continueLaterLabel"; "showContinueLaterButton": "showContinueLaterButton"; "showNextButton": "showNextButton"; }, { "onNext": "onNext"; "onPrevious": "onPrevious"; }, never, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<FoehnNavigationComponent, "foehn-navigation", never, { "nextLabel": "nextLabel"; "prevLabel": "prevLabel"; "transmitLabel": "transmitLabel"; "continueLaterLabel": "continueLaterLabel"; "showContinueLaterButton": "showContinueLaterButton"; "showNextButton": "showNextButton"; }, { "onNext": "onNext"; "onPrevious": "onPrevious"; }, never, never, false, never>;
29
29
  }
@@ -1,8 +1,8 @@
1
+ import { Location } from '@angular/common';
1
2
  import { ActivatedRoute, ActivatedRouteSnapshot, Params, Route, Router } from '@angular/router';
3
+ import { Observable } from 'rxjs';
2
4
  import { GesdemHandlerService } from '../gesdem/gesdem-handler.service';
3
- import { Location } from '@angular/common';
4
5
  import { GesdemActionRecoveryService } from '../gesdem-action-recovery/gesdem-action-recovery.service';
5
- import { Observable } from 'rxjs';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare enum NavigationDirection {
8
8
  FORWARD = 1,
@@ -21,11 +21,12 @@ export declare class FoehnNavigationService {
21
21
  private initializedAndRouteActivated;
22
22
  private linearRouting;
23
23
  constructor(router: Router, gesdemService: GesdemHandlerService, gesdemActionRecoveryService: GesdemActionRecoveryService, route: ActivatedRoute, location: Location);
24
+ get initialized(): boolean;
25
+ set activatedRoute(value: ActivatedRoute);
24
26
  static getRootRouteRecursive(route: ActivatedRouteSnapshot): Route;
25
27
  initRoute(route: Route): void;
26
28
  throwIfNotInit(): void;
27
29
  updateRouteInformations(): void;
28
- set activatedRoute(value: ActivatedRoute);
29
30
  getFirstRoute(): Route;
30
31
  current(): Promise<boolean>;
31
32
  hasBeenInitialized(): Observable<boolean>;
@@ -15,5 +15,5 @@ export declare class FoehnNotfoundComponent implements OnInit, OnDestroy {
15
15
  private redirect;
16
16
  private cancelSetInterval;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<FoehnNotfoundComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<FoehnNotfoundComponent, "foehn-notfound", never, { "setPageTitle": "setPageTitle"; "shouldRedirect": "shouldRedirect"; }, {}, never, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<FoehnNotfoundComponent, "foehn-notfound", never, { "setPageTitle": "setPageTitle"; "shouldRedirect": "shouldRedirect"; }, {}, never, never, false, never>;
19
19
  }
@@ -11,5 +11,5 @@ export declare class FoehnPageCounterComponent {
11
11
  constructor(foehnNavigationService: FoehnNavigationService, ngZone: NgZone);
12
12
  get placeholders(): PlaceholderType;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<FoehnPageCounterComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<FoehnPageCounterComponent, "foehn-page-counter", never, { "textTemplate": "textTemplate"; }, {}, never, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<FoehnPageCounterComponent, "foehn-page-counter", never, { "textTemplate": "textTemplate"; }, {}, never, never, false, never>;
15
15
  }
@@ -19,5 +19,5 @@ export declare class FoehnPageModalComponent implements OnInit {
19
19
  getUserCategory(): string;
20
20
  updateVisibilityStatus(status: boolean): void;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<FoehnPageModalComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<FoehnPageModalComponent, "foehn-page-modal", never, {}, {}, never, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<FoehnPageModalComponent, "foehn-page-modal", never, {}, {}, never, never, false, never>;
23
23
  }
@@ -1,5 +1,5 @@
1
- import { ApplicationInfoService } from '../sdk-appinfo/application-info.service';
2
1
  import { Observable } from 'rxjs';
2
+ import { ApplicationInfoService } from '../sdk-appinfo/application-info.service';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class FoehnPageModalService {
5
5
  private applicationInfoService;