@dsivd/prestations-ng 15.5.13 → 15.5.14

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 (502) hide show
  1. package/CHANGELOG.md +739 -0
  2. package/CONTRIBUTING.md +32 -1
  3. package/README.md +4 -0
  4. package/UPGRADING_V12.md +0 -15
  5. package/UPGRADING_V13.md +0 -15
  6. package/UPGRADING_V14.md +8 -26
  7. package/UPGRADING_V15.md +113 -0
  8. package/directives/currency-formatter.directive.d.ts +3 -0
  9. package/dsivd-prestations-ng-v15.5.14.tgz +0 -0
  10. package/{esm2015/abstract-page-component.js → esm2020/abstract-page-component.mjs} +4 -4
  11. package/esm2020/directives/currency-formatter.directive.mjs +143 -0
  12. package/{esm2015/directives/formatter.module.js → esm2020/directives/formatter.module.mjs} +5 -5
  13. package/{esm2015/directives/iban-formatter.directive.js → esm2020/directives/iban-formatter.directive.mjs} +4 -4
  14. package/{esm2015/directives/ide-formatter.directive.js → esm2020/directives/ide-formatter.directive.mjs} +4 -4
  15. package/{esm2015/directives/ndc-formatter.directive.js → esm2020/directives/ndc-formatter.directive.mjs} +4 -4
  16. package/{esm2015/foehn-address/address.type.js → esm2020/foehn-address/address.type.mjs} +1 -1
  17. package/{esm2015/foehn-address/foehn-address.module.js → esm2020/foehn-address/foehn-address.module.mjs} +5 -5
  18. package/esm2020/foehn-address/foehn-display-address.component.mjs +70 -0
  19. package/esm2020/foehn-address/foehn-input-address.component.mjs +405 -0
  20. package/esm2020/foehn-address/foehn-input-foreign-locality.component.mjs +66 -0
  21. package/esm2020/foehn-address/foehn-input-foreign-street.component.mjs +55 -0
  22. package/esm2020/foehn-agenda/calendar.type.mjs +3 -0
  23. package/esm2020/foehn-agenda/current-week.type.mjs +4 -0
  24. package/esm2020/foehn-agenda/day-slots.type.mjs +3 -0
  25. package/esm2020/foehn-agenda/foehn-agenda-navigation/foehn-agenda-navigation.component.mjs +74 -0
  26. package/esm2020/foehn-agenda/foehn-agenda-timeslot-panel/foehn-agenda-timeslot-panel.component.mjs +242 -0
  27. package/esm2020/foehn-agenda/foehn-agenda.component.mjs +95 -0
  28. package/esm2020/foehn-agenda/foehn-agenda.module.mjs +64 -0
  29. package/esm2020/foehn-agenda/pagination-week.type.mjs +3 -0
  30. package/esm2020/foehn-agenda/selected-slot.type.mjs +3 -0
  31. package/esm2020/foehn-autocomplete/foehn-autocomplete.component.mjs +603 -0
  32. package/{esm2015/foehn-autocomplete/foehn-autocomplete.module.js → esm2020/foehn-autocomplete/foehn-autocomplete.module.mjs} +5 -5
  33. package/esm2020/foehn-boolean/foehn-boolean-checkbox.component.mjs +28 -0
  34. package/esm2020/foehn-boolean/foehn-boolean-radio.component.mjs +40 -0
  35. package/{esm2015/foehn-boolean/foehn-boolean.module.js → esm2020/foehn-boolean/foehn-boolean.module.mjs} +5 -5
  36. package/{esm2015/foehn-breadcrumb/breadcrumb-event.service.js → esm2020/foehn-breadcrumb/breadcrumb-event.service.mjs} +10 -10
  37. package/esm2020/foehn-breadcrumb/foehn-breadcrumb.component.mjs +79 -0
  38. package/{esm2015/foehn-breadcrumb/foehn-breadcrumb.module.js → esm2020/foehn-breadcrumb/foehn-breadcrumb.module.mjs} +5 -5
  39. package/esm2020/foehn-checkables/foehn-checkable-group.component.mjs +301 -0
  40. package/{esm2015/foehn-checkables/foehn-checkables.module.js → esm2020/foehn-checkables/foehn-checkables.module.mjs} +16 -8
  41. package/esm2020/foehn-checkables/foehn-checkbox.component.mjs +37 -0
  42. package/esm2020/foehn-checkables/foehn-radio.component.mjs +64 -0
  43. package/esm2020/foehn-checkables/foehn-select.component.mjs +56 -0
  44. package/{esm2015/foehn-confirm-modal/foehn-confirm-modal-content.js → esm2020/foehn-confirm-modal/foehn-confirm-modal-content.mjs} +1 -1
  45. package/esm2020/foehn-confirm-modal/foehn-confirm-modal.component.mjs +39 -0
  46. package/{esm2015/foehn-confirm-modal/foehn-confirm-modal.module.js → esm2020/foehn-confirm-modal/foehn-confirm-modal.module.mjs} +5 -5
  47. package/{esm2015/foehn-confirm-modal/foehn-confirm-modal.service.js → esm2020/foehn-confirm-modal/foehn-confirm-modal.service.mjs} +4 -4
  48. package/esm2020/foehn-date-picker/date-picker-navigation.helper.mjs +167 -0
  49. package/esm2020/foehn-date-picker/date-picker.helper.mjs +132 -0
  50. package/esm2020/foehn-date-picker/foehn-date-picker.component.mjs +385 -0
  51. package/{esm2015/foehn-date-picker/foehn-date-picker.module.js → esm2020/foehn-date-picker/foehn-date-picker.module.mjs} +5 -5
  52. package/esm2020/foehn-date-picker-button/foehn-date-picker-button.component.mjs +97 -0
  53. package/{esm2015/foehn-date-picker-button/foehn-date-picker-button.module.js → esm2020/foehn-date-picker-button/foehn-date-picker-button.module.mjs} +5 -5
  54. package/esm2020/foehn-debug-summary/foehn-debug-summary.component.mjs +67 -0
  55. package/{esm2015/foehn-debug-summary/foehn-debug-summary.component.module.js → esm2020/foehn-debug-summary/foehn-debug-summary.component.module.mjs} +5 -5
  56. package/esm2020/foehn-decision-electronique/foehn-decision-electronique.component.mjs +37 -0
  57. package/esm2020/foehn-decision-electronique/foehn-decision-electronique.module.mjs +34 -0
  58. package/esm2020/foehn-footer/foehn-footer.component.mjs +129 -0
  59. package/{esm2015/foehn-footer/foehn-footer.module.js → esm2020/foehn-footer/foehn-footer.module.mjs} +5 -5
  60. package/esm2020/foehn-form/foehn-form.component.mjs +133 -0
  61. package/{esm2015/foehn-form/foehn-form.module.js → esm2020/foehn-form/foehn-form.module.mjs} +5 -5
  62. package/esm2020/foehn-form/register-ng-model.service.mjs +23 -0
  63. package/esm2020/foehn-growl/foehn-growl.component.mjs +43 -0
  64. package/{esm2015/foehn-growl/foehn-growl.module.js → esm2020/foehn-growl/foehn-growl.module.mjs} +5 -5
  65. package/{esm2015/foehn-growl/growl-broker.service.js → esm2020/foehn-growl/growl-broker.service.mjs} +4 -4
  66. package/esm2020/foehn-header/foehn-header.component.mjs +67 -0
  67. package/{esm2015/foehn-header/foehn-header.module.js → esm2020/foehn-header/foehn-header.module.mjs} +5 -5
  68. package/esm2020/foehn-header/foehn-skip-link.component.mjs +51 -0
  69. package/esm2020/foehn-help-modal/foehn-help-modal.component.mjs +44 -0
  70. package/{esm2015/foehn-help-modal/foehn-help-modal.module.js → esm2020/foehn-help-modal/foehn-help-modal.module.mjs} +5 -5
  71. package/esm2020/foehn-help-modal/foehn-help-modal.type.mjs +2 -0
  72. package/{esm2015/foehn-icons/abstract-icon-component.js → esm2020/foehn-icons/abstract-icon-component.mjs} +4 -4
  73. package/esm2020/foehn-icons/foehn-icon-calendar.component.mjs +19 -0
  74. package/esm2020/foehn-icons/foehn-icon-check-square-o.component.mjs +19 -0
  75. package/esm2020/foehn-icons/foehn-icon-check.component.mjs +19 -0
  76. package/esm2020/foehn-icons/foehn-icon-chevron-down.component.mjs +19 -0
  77. package/esm2020/foehn-icons/foehn-icon-chevron-left.component.mjs +19 -0
  78. package/esm2020/foehn-icons/foehn-icon-chevron-right.component.mjs +19 -0
  79. package/esm2020/foehn-icons/foehn-icon-chevron-up.component.mjs +19 -0
  80. package/esm2020/foehn-icons/foehn-icon-clock.component.mjs +19 -0
  81. package/esm2020/foehn-icons/foehn-icon-comment-dots.component.mjs +19 -0
  82. package/esm2020/foehn-icons/foehn-icon-edit.component.mjs +19 -0
  83. package/esm2020/foehn-icons/foehn-icon-external-link-alt.component.mjs +19 -0
  84. package/esm2020/foehn-icons/foehn-icon-file-pdf.component.mjs +19 -0
  85. package/esm2020/foehn-icons/foehn-icon-info-circle.component.mjs +19 -0
  86. package/esm2020/foehn-icons/foehn-icon-lock.component.mjs +19 -0
  87. package/esm2020/foehn-icons/foehn-icon-map-marker.component.mjs +19 -0
  88. package/esm2020/foehn-icons/foehn-icon-minus-circle.component.mjs +19 -0
  89. package/esm2020/foehn-icons/foehn-icon-plus-circle.component.mjs +19 -0
  90. package/esm2020/foehn-icons/foehn-icon-plus-square.component.mjs +19 -0
  91. package/esm2020/foehn-icons/foehn-icon-search.component.mjs +19 -0
  92. package/esm2020/foehn-icons/foehn-icon-times.component.mjs +19 -0
  93. package/esm2020/foehn-icons/foehn-icon-trash-alt.component.mjs +19 -0
  94. package/esm2020/foehn-icons/foehn-icon-unlock-alt.component.mjs +19 -0
  95. package/{esm2015/foehn-icons/foehn-icons.module.js → esm2020/foehn-icons/foehn-icons.module.mjs} +5 -5
  96. package/esm2020/foehn-input/foehn-input-email.component.mjs +58 -0
  97. package/esm2020/foehn-input/foehn-input-hidden.component.mjs +54 -0
  98. package/esm2020/foehn-input/foehn-input-number.component.mjs +276 -0
  99. package/esm2020/foehn-input/foehn-input-password.component.mjs +51 -0
  100. package/esm2020/foehn-input/foehn-input-phone.component.mjs +92 -0
  101. package/esm2020/foehn-input/foehn-input-prefixed-text.component.mjs +115 -0
  102. package/{esm2015/foehn-input/foehn-input-string.component.js → esm2020/foehn-input/foehn-input-string.component.mjs} +4 -4
  103. package/esm2020/foehn-input/foehn-input-text.component.mjs +76 -0
  104. package/esm2020/foehn-input/foehn-input-textarea.component.mjs +108 -0
  105. package/esm2020/foehn-input/foehn-input.component.mjs +390 -0
  106. package/esm2020/foehn-input/foehn-input.module.mjs +100 -0
  107. package/esm2020/foehn-input-date/foehn-input-date.component.mjs +118 -0
  108. package/esm2020/foehn-input-date-time/foehn-input-date-time.component.mjs +143 -0
  109. package/esm2020/foehn-input-time/foehn-input-time.component.mjs +75 -0
  110. package/esm2020/foehn-list/foehn-list.component.mjs +128 -0
  111. package/{esm2015/foehn-list/foehn-list.module.js → esm2020/foehn-list/foehn-list.module.mjs} +5 -5
  112. package/esm2020/foehn-menu-prestation/abstract-list-item-detail-page.component.mjs +122 -0
  113. package/{esm2015/foehn-menu-prestation/abstract-menu-page.component.js → esm2020/foehn-menu-prestation/abstract-menu-page.component.mjs} +4 -4
  114. package/{esm2015/foehn-menu-prestation/abstract-page-from-menu.component.js → esm2020/foehn-menu-prestation/abstract-page-from-menu.component.mjs} +4 -4
  115. package/esm2020/foehn-menu-prestation/foehn-error-pill/foehn-error-pill.component.mjs +23 -0
  116. package/esm2020/foehn-menu-prestation/foehn-list-summary/foehn-list-summary.component.mjs +71 -0
  117. package/esm2020/foehn-menu-prestation/foehn-menu-items/foehn-menu-item/foehn-menu-item.component.mjs +35 -0
  118. package/esm2020/foehn-menu-prestation/foehn-menu-items/foehn-menu-item-transmit/foehn-menu-item-transmit.component.mjs +51 -0
  119. package/{esm2015/foehn-menu-prestation/foehn-menu-prestation.module.js → esm2020/foehn-menu-prestation/foehn-menu-prestation.module.mjs} +5 -5
  120. package/esm2020/foehn-misc/foehn-abbr.component.mjs +15 -0
  121. package/{esm2015/foehn-misc/foehn-misc.module.js → esm2020/foehn-misc/foehn-misc.module.mjs} +5 -5
  122. package/esm2020/foehn-modal/foehn-modal.component.mjs +94 -0
  123. package/esm2020/foehn-modal/foehn-modal.module.mjs +21 -0
  124. package/esm2020/foehn-multiselect-autocomplete/foehn-multiselect-autocomplete.component.mjs +267 -0
  125. package/esm2020/foehn-multiselect-autocomplete/foehn-multiselect-autocomplete.module.mjs +42 -0
  126. package/esm2020/foehn-nav13/foehn-input-nav13.component.mjs +114 -0
  127. package/{esm2015/foehn-nav13/foehn-input-nav13.module.js → esm2020/foehn-nav13/foehn-input-nav13.module.mjs} +5 -5
  128. package/esm2020/foehn-navigation/foehn-navigation.component.mjs +94 -0
  129. package/{esm2015/foehn-navigation/foehn-navigation.module.js → esm2020/foehn-navigation/foehn-navigation.module.mjs} +5 -5
  130. package/esm2020/foehn-navigation/foehn-navigation.service.mjs +303 -0
  131. package/esm2020/foehn-notfound/foehn-notfound.component.mjs +61 -0
  132. package/{esm2015/foehn-notfound/foehn-notfound.module.js → esm2020/foehn-notfound/foehn-notfound.module.mjs} +5 -5
  133. package/esm2020/foehn-page/foehn-page-counter.component.mjs +31 -0
  134. package/esm2020/foehn-page/foehn-page-modal.component.mjs +52 -0
  135. package/{esm2015/foehn-page/foehn-page-modal.service.js → esm2020/foehn-page/foehn-page-modal.service.mjs} +4 -4
  136. package/esm2020/foehn-page/foehn-page.component.mjs +217 -0
  137. package/esm2020/foehn-page/foehn-page.module.mjs +80 -0
  138. package/{esm2015/foehn-page/foehn-page.service.js → esm2020/foehn-page/foehn-page.service.mjs} +4 -4
  139. package/esm2020/foehn-recap-section/foehn-recap-section.component.mjs +85 -0
  140. package/{esm2015/foehn-recap-section/foehn-recap-section.module.js → esm2020/foehn-recap-section/foehn-recap-section.module.mjs} +5 -5
  141. package/esm2020/foehn-remaining-alerts-summary/foehn-remaining-alerts-summary.component.mjs +24 -0
  142. package/{esm2015/foehn-remaining-alerts-summary/foehn-remaining-alerts-summary.module.js → esm2020/foehn-remaining-alerts-summary/foehn-remaining-alerts-summary.module.mjs} +5 -5
  143. package/esm2020/foehn-status-progress-bar/foehn-status-progress-bar.component.mjs +55 -0
  144. package/esm2020/foehn-status-progress-bar/foehn-status-progress-bar.module.mjs +20 -0
  145. package/esm2020/foehn-table/foehn-table-column-configuration.mjs +3 -0
  146. package/esm2020/foehn-table/foehn-table-page-change-event.mjs +3 -0
  147. package/esm2020/foehn-table/foehn-table.component.mjs +148 -0
  148. package/esm2020/foehn-table/foehn-table.module.mjs +34 -0
  149. package/esm2020/foehn-table/tableSort.mjs +3 -0
  150. package/esm2020/foehn-upload/abstract-foehn-uploader.component.mjs +206 -0
  151. package/esm2020/foehn-upload/foehn-bo-multi-upload/bo-multi-upload.service.mjs +70 -0
  152. package/esm2020/foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.component.mjs +174 -0
  153. package/esm2020/foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.module.mjs +42 -0
  154. package/esm2020/foehn-upload/foehn-multi-upload/foehn-multi-upload.component.mjs +223 -0
  155. package/esm2020/foehn-upload/foehn-multi-upload/foehn-multi-upload.module.mjs +42 -0
  156. package/esm2020/foehn-upload/foehn-multi-upload/multi-upload.service.mjs +79 -0
  157. package/esm2020/foehn-upload/foehn-multi-upload/pending-upload.service.mjs +158 -0
  158. package/esm2020/foehn-upload/foehn-picture-upload/foehn-picture-upload.component.mjs +199 -0
  159. package/esm2020/foehn-upload/foehn-picture-upload/foehn-picture-upload.module.mjs +46 -0
  160. package/esm2020/foehn-upload/foehn-upload-progress-bar/foehn-upload-progress-bar.component.mjs +74 -0
  161. package/esm2020/foehn-upload/foehn-upload-progress-bar/foehn-upload-progress-bar.module.mjs +21 -0
  162. package/esm2020/foehn-upload/foehn-upload-progress-bar/upload-progress.service.mjs +62 -0
  163. package/esm2020/foehn-upload/foehn-upload-progress-bar/upload-progress.type.mjs +3 -0
  164. package/{esm2015/foehn-upload/pending-upload.type.js → esm2020/foehn-upload/pending-upload.type.mjs} +1 -1
  165. package/esm2020/foehn-upload/uploader.helper.mjs +327 -0
  166. package/esm2020/foehn-user-connected-as/foehn-user-connected-as.component.mjs +20 -0
  167. package/{esm2015/foehn-user-connected-as/foehn-user-connected-as.module.js → esm2020/foehn-user-connected-as/foehn-user-connected-as.module.mjs} +5 -5
  168. package/esm2020/foehn-validation-alert-summary/foehn-validation-alert-summary.component.mjs +96 -0
  169. package/{esm2015/foehn-validation-alert-summary/foehn-validation-alert-summary.module.js → esm2020/foehn-validation-alert-summary/foehn-validation-alert-summary.module.mjs} +5 -5
  170. package/esm2020/foehn-validation-alerts/foehn-validation-alerts.component.mjs +29 -0
  171. package/{esm2015/foehn-validation-alerts/foehn-validation-alerts.module.js → esm2020/foehn-validation-alerts/foehn-validation-alerts.module.mjs} +5 -5
  172. package/esm2020/form-error.mjs +2 -0
  173. package/esm2020/form-post-response.mjs +10 -0
  174. package/{esm2015/gesdem/gesdem-error-handler.service.js → esm2020/gesdem/gesdem-error-handler.service.mjs} +4 -4
  175. package/esm2020/gesdem/gesdem-event.service.mjs +38 -0
  176. package/esm2020/gesdem/gesdem-handler.service.mjs +160 -0
  177. package/esm2020/gesdem/gesdem-loader.guard.mjs +41 -0
  178. package/esm2020/gesdem-action-recovery/gesdem-action-recovery-login/gesdem-action-recovery-login.component.mjs +98 -0
  179. package/esm2020/gesdem-action-recovery/gesdem-action-recovery-registration/gesdem-action-recovery-registration.component.mjs +128 -0
  180. package/{esm2015/gesdem-action-recovery/gesdem-action-recovery.module.js → esm2020/gesdem-action-recovery/gesdem-action-recovery.module.mjs} +5 -5
  181. package/esm2020/gesdem-action-recovery/gesdem-action-recovery.service.mjs +82 -0
  182. package/esm2020/gesdem-confirmation/gesdem-confirmation.component.mjs +203 -0
  183. package/{esm2015/gesdem-confirmation/gesdem-confirmation.module.js → esm2020/gesdem-confirmation/gesdem-confirmation.module.mjs} +5 -5
  184. package/esm2020/gesdem-error/gesdem-error.component.mjs +87 -0
  185. package/esm2020/gesdem-error/gesdem-error.module.mjs +38 -0
  186. package/esm2020/global.const.mjs +5 -0
  187. package/esm2020/helpers/object.helper.mjs +89 -0
  188. package/esm2020/index.mjs +264 -0
  189. package/{esm2015/pipes/currency.pipe.js → esm2020/pipes/currency.pipe.mjs} +4 -4
  190. package/{esm2015/pipes/date.pipe.js → esm2020/pipes/date.pipe.mjs} +4 -4
  191. package/{esm2015/pipes/formatIde.pipe.js → esm2020/pipes/formatIde.pipe.mjs} +4 -4
  192. package/{esm2015/pipes/pipes.module.js → esm2020/pipes/pipes.module.mjs} +5 -5
  193. package/{esm2015/prestations-ng-core.module.js → esm2020/prestations-ng-core.module.mjs} +5 -5
  194. package/esm2020/refinf/model/address-type-light.mjs +3 -0
  195. package/esm2020/refinf/model/canton.mjs +3 -0
  196. package/esm2020/refinf/model/district.mjs +3 -0
  197. package/esm2020/refinf/model/municipality.mjs +3 -0
  198. package/esm2020/refinf/model/place-of-origin.mjs +3 -0
  199. package/esm2020/refinf/model/postal-locality.mjs +3 -0
  200. package/esm2020/sdk-appinfo/application-info.mjs +14 -0
  201. package/esm2020/sdk-appinfo/application-info.service.mjs +104 -0
  202. package/{esm2015/sdk-currency/currency.helper.js → esm2020/sdk-currency/currency.helper.mjs} +4 -4
  203. package/esm2020/sdk-date/date.helper.mjs +101 -0
  204. package/esm2020/sdk-dictionary/default-dictionary.mjs +168 -0
  205. package/{esm2015/sdk-dictionary/sdk-dictionary.module.js → esm2020/sdk-dictionary/sdk-dictionary.module.mjs} +5 -5
  206. package/{esm2015/sdk-dictionary/sdk-dictionary.pipe.js → esm2020/sdk-dictionary/sdk-dictionary.pipe.mjs} +5 -5
  207. package/esm2020/sdk-dictionary/sdk-dictionary.service.mjs +112 -0
  208. package/esm2020/sdk-epayment/sdk-epayment.component.mjs +79 -0
  209. package/{esm2015/sdk-epayment/sdk-epayment.module.js → esm2020/sdk-epayment/sdk-epayment.module.mjs} +5 -5
  210. package/esm2020/sdk-epayment/sdk-epayment.service.mjs +52 -0
  211. package/esm2020/sdk-recaptcha/grecaptcha/grecaptcha.component.mjs +108 -0
  212. package/esm2020/sdk-recaptcha/recaptcha.service.mjs +177 -0
  213. package/esm2020/sdk-recaptcha/sdk-recaptcha.component.mjs +68 -0
  214. package/{esm2015/sdk-recaptcha/sdk-recaptcha.module.js → esm2020/sdk-recaptcha/sdk-recaptcha.module.mjs} +5 -5
  215. package/esm2020/sdk-redirect/iam-expired-interceptor.service.mjs +61 -0
  216. package/esm2020/sdk-redirect/redirect.component.mjs +40 -0
  217. package/{esm2015/sdk-redirect/sdk-redirect.module.js → esm2020/sdk-redirect/sdk-redirect.module.mjs} +5 -5
  218. package/{esm2015/sdk-session-info/session-info-data.js → esm2020/sdk-session-info/session-info-data.mjs} +1 -1
  219. package/{esm2015/sdk-session-info/session-info-with-application.service.js → esm2020/sdk-session-info/session-info-with-application.service.mjs} +4 -4
  220. package/esm2020/sdk-session-info/session-info.service.mjs +50 -0
  221. package/esm2020/sdk-statistics/sdk-statistics.service.mjs +70 -0
  222. package/esm2020/sdk-support-alert/support-alert-container.component.mjs +49 -0
  223. package/esm2020/sdk-support-alert/support-alert.component.mjs +34 -0
  224. package/{esm2015/sdk-support-alert/support-alert.module.js → esm2020/sdk-support-alert/support-alert.module.mjs} +5 -5
  225. package/esm2020/sdk-support-alert/support-alert.service.mjs +117 -0
  226. package/esm2020/supported-browser.mjs +2 -0
  227. package/esm2020/validation/validation-handler.service.mjs +44 -0
  228. package/fesm2015/dsivd-prestations-ng.mjs +13540 -0
  229. package/fesm2015/dsivd-prestations-ng.mjs.map +1 -0
  230. package/fesm2020/dsivd-prestations-ng.mjs +13514 -0
  231. package/fesm2020/dsivd-prestations-ng.mjs.map +1 -0
  232. package/foehn-address/address.type.d.ts +3 -3
  233. package/foehn-address/foehn-input-address.component.d.ts +14 -4
  234. package/foehn-agenda/calendar.type.d.ts +9 -0
  235. package/foehn-agenda/current-week.type.d.ts +5 -0
  236. package/foehn-agenda/day-slots.type.d.ts +5 -0
  237. package/foehn-agenda/foehn-agenda-navigation/foehn-agenda-navigation.component.d.ts +21 -0
  238. package/foehn-agenda/foehn-agenda-timeslot-panel/foehn-agenda-timeslot-panel.component.d.ts +51 -0
  239. package/foehn-agenda/foehn-agenda.component.d.ts +29 -0
  240. package/foehn-agenda/foehn-agenda.module.d.ts +17 -0
  241. package/foehn-agenda/pagination-week.type.d.ts +5 -0
  242. package/foehn-agenda/selected-slot.type.d.ts +7 -0
  243. package/foehn-autocomplete/foehn-autocomplete.component.d.ts +19 -3
  244. package/foehn-boolean/foehn-boolean-radio.component.d.ts +2 -1
  245. package/foehn-breadcrumb/breadcrumb-event.service.d.ts +2 -2
  246. package/foehn-breadcrumb/foehn-breadcrumb.component.d.ts +4 -3
  247. package/foehn-checkables/foehn-checkable-group.component.d.ts +7 -6
  248. package/foehn-checkables/foehn-checkables.module.d.ts +3 -1
  249. package/foehn-checkables/foehn-select.component.d.ts +3 -10
  250. package/foehn-confirm-modal/foehn-confirm-modal-content.d.ts +1 -0
  251. package/foehn-confirm-modal/foehn-confirm-modal.component.d.ts +1 -1
  252. package/foehn-date-picker/date-picker-navigation.helper.d.ts +7 -1
  253. package/foehn-date-picker/date-picker.helper.d.ts +2 -1
  254. package/foehn-date-picker/foehn-date-picker.component.d.ts +17 -6
  255. package/foehn-date-picker-button/foehn-date-picker-button.component.d.ts +13 -5
  256. package/foehn-debug-summary/foehn-debug-summary.component.d.ts +4 -2
  257. package/foehn-decision-electronique/foehn-decision-electronique.module.d.ts +2 -1
  258. package/foehn-form/foehn-form.component.d.ts +6 -3
  259. package/foehn-form/register-ng-model.service.d.ts +9 -0
  260. package/foehn-growl/foehn-growl.component.d.ts +1 -1
  261. package/foehn-header/foehn-header.component.d.ts +4 -4
  262. package/foehn-help-modal/foehn-help-modal.type.d.ts +4 -0
  263. package/foehn-input/foehn-input-email.component.d.ts +3 -1
  264. package/foehn-input/foehn-input-number.component.d.ts +16 -6
  265. package/foehn-input/foehn-input-prefixed-text.component.d.ts +26 -0
  266. package/foehn-input/foehn-input-textarea.component.d.ts +4 -1
  267. package/foehn-input/foehn-input.component.d.ts +25 -9
  268. package/foehn-input/foehn-input.module.d.ts +10 -6
  269. package/foehn-input-date/foehn-input-date.component.d.ts +9 -2
  270. package/foehn-input-date-time/foehn-input-date-time.component.d.ts +29 -0
  271. package/foehn-list/foehn-list.component.d.ts +2 -3
  272. package/foehn-menu-prestation/abstract-list-item-detail-page.component.d.ts +1 -1
  273. package/foehn-modal/foehn-modal.component.d.ts +2 -3
  274. package/foehn-modal/foehn-modal.module.d.ts +3 -1
  275. package/foehn-multiselect-autocomplete/foehn-multiselect-autocomplete.component.d.ts +51 -0
  276. package/foehn-multiselect-autocomplete/foehn-multiselect-autocomplete.module.d.ts +13 -0
  277. package/foehn-nav13/foehn-input-nav13.component.d.ts +1 -0
  278. package/foehn-navigation/foehn-navigation.service.d.ts +2 -1
  279. package/foehn-page/foehn-page.component.d.ts +6 -3
  280. package/foehn-page/foehn-page.module.d.ts +2 -1
  281. package/foehn-page/foehn-page.service.d.ts +2 -2
  282. package/foehn-status-progress-bar/foehn-status-progress-bar.component.d.ts +23 -0
  283. package/foehn-status-progress-bar/foehn-status-progress-bar.module.d.ts +10 -0
  284. package/foehn-table/foehn-table-column-configuration.d.ts +18 -0
  285. package/foehn-table/foehn-table-page-change-event.d.ts +5 -0
  286. package/foehn-table/foehn-table.component.d.ts +33 -0
  287. package/foehn-table/foehn-table.module.d.ts +11 -0
  288. package/foehn-table/tableSort.d.ts +4 -0
  289. package/foehn-upload/abstract-foehn-uploader.component.d.ts +8 -4
  290. package/foehn-upload/foehn-bo-multi-upload/bo-multi-upload.service.d.ts +4 -3
  291. package/foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.component.d.ts +6 -3
  292. package/foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.module.d.ts +2 -1
  293. package/foehn-upload/foehn-multi-upload/foehn-multi-upload.component.d.ts +7 -4
  294. package/foehn-upload/foehn-multi-upload/foehn-multi-upload.module.d.ts +2 -1
  295. package/foehn-upload/foehn-multi-upload/multi-upload.service.d.ts +4 -6
  296. package/foehn-upload/foehn-multi-upload/pending-upload.service.d.ts +1 -1
  297. package/foehn-upload/foehn-picture-upload/foehn-picture-upload.component.d.ts +5 -2
  298. package/foehn-upload/foehn-picture-upload/foehn-picture-upload.module.d.ts +2 -1
  299. package/foehn-upload/foehn-upload-progress-bar/foehn-upload-progress-bar.component.d.ts +19 -0
  300. package/foehn-upload/foehn-upload-progress-bar/foehn-upload-progress-bar.module.d.ts +11 -0
  301. package/foehn-upload/foehn-upload-progress-bar/upload-progress.service.d.ts +19 -0
  302. package/foehn-upload/foehn-upload-progress-bar/upload-progress.type.d.ts +4 -0
  303. package/foehn-upload/pending-upload.type.d.ts +1 -0
  304. package/foehn-upload/uploader.helper.d.ts +12 -12
  305. package/foehn-validation-alerts/foehn-validation-alerts.component.d.ts +3 -3
  306. package/{error-template.d.ts → form-error.d.ts} +1 -1
  307. package/form-post-response.d.ts +17 -0
  308. package/gesdem/gesdem-event.service.d.ts +6 -6
  309. package/gesdem/gesdem-handler.service.d.ts +5 -3
  310. package/gesdem-action-recovery/gesdem-action-recovery-registration/gesdem-action-recovery-registration.component.d.ts +2 -2
  311. package/gesdem-action-recovery/gesdem-action-recovery.service.d.ts +2 -2
  312. package/gesdem-confirmation/gesdem-confirmation.component.d.ts +7 -5
  313. package/gesdem-error/gesdem-error.component.d.ts +8 -1
  314. package/gesdem-error/gesdem-error.module.d.ts +2 -1
  315. package/global.const.d.ts +1 -0
  316. package/index.d.ts +35 -2
  317. package/package.json +32 -19
  318. package/refinf/model/address-type-light.d.ts +5 -0
  319. package/refinf/model/canton.d.ts +4 -0
  320. package/refinf/model/district.d.ts +7 -0
  321. package/refinf/model/municipality.d.ts +8 -0
  322. package/refinf/model/place-of-origin.d.ts +9 -0
  323. package/refinf/model/postal-locality.d.ts +11 -0
  324. package/schematics/ng-add/index.js +6 -6
  325. package/schematics/ng-update/migrations/update-13_1_0/index.js +2 -2
  326. package/schematics/ng-update/migrations/update-13_2_0/index.js +3 -3
  327. package/schematics/ng-update/migrations/update-13_5_1/index.js +2 -2
  328. package/schematics/ng-update/migrations/update-14_5_0/index.js +2 -2
  329. package/schematics/update-karma-config/index.js +2 -2
  330. package/schematics/utility/migrate-to-karma-coverage.js +3 -3
  331. package/sdk-appinfo/application-info.d.ts +1 -0
  332. package/sdk-appinfo/application-info.service.d.ts +3 -3
  333. package/sdk-dictionary/sdk-dictionary.service.d.ts +9 -0
  334. package/sdk-epayment/sdk-epayment.component.d.ts +3 -13
  335. package/sdk-epayment/sdk-epayment.service.d.ts +2 -5
  336. package/sdk-recaptcha/grecaptcha/grecaptcha.component.d.ts +1 -1
  337. package/sdk-recaptcha/recaptcha.service.d.ts +5 -3
  338. package/sdk-recaptcha/sdk-recaptcha.component.d.ts +2 -2
  339. package/sdk-redirect/iam-expired-interceptor.service.d.ts +3 -2
  340. package/sdk-redirect/redirect.component.d.ts +7 -9
  341. package/sdk-session-info/session-info-data.d.ts +0 -1
  342. package/sdk-session-info/session-info.service.d.ts +4 -4
  343. package/sdk-statistics/sdk-statistics.service.d.ts +22 -0
  344. package/sdk-support-alert/support-alert.service.d.ts +3 -2
  345. package/validation/validation-handler.service.d.ts +4 -4
  346. package/backend-response.d.ts +0 -18
  347. package/bundles/dsivd-prestations-ng.umd.js +0 -13188
  348. package/bundles/dsivd-prestations-ng.umd.js.map +0 -1
  349. package/dsivd-prestations-ng-v15.5.13.tgz +0 -0
  350. package/esm2015/backend-response.js +0 -10
  351. package/esm2015/directives/currency-formatter.directive.js +0 -116
  352. package/esm2015/error-template.js +0 -2
  353. package/esm2015/foehn-address/foehn-display-address.component.js +0 -74
  354. package/esm2015/foehn-address/foehn-input-address.component.js +0 -365
  355. package/esm2015/foehn-address/foehn-input-foreign-locality.component.js +0 -71
  356. package/esm2015/foehn-address/foehn-input-foreign-street.component.js +0 -60
  357. package/esm2015/foehn-autocomplete/foehn-autocomplete.component.js +0 -556
  358. package/esm2015/foehn-boolean/foehn-boolean-checkbox.component.js +0 -32
  359. package/esm2015/foehn-boolean/foehn-boolean-radio.component.js +0 -41
  360. package/esm2015/foehn-breadcrumb/foehn-breadcrumb.component.js +0 -85
  361. package/esm2015/foehn-checkables/foehn-checkable-group.component.js +0 -294
  362. package/esm2015/foehn-checkables/foehn-checkbox.component.js +0 -40
  363. package/esm2015/foehn-checkables/foehn-radio.component.js +0 -67
  364. package/esm2015/foehn-checkables/foehn-select.component.js +0 -66
  365. package/esm2015/foehn-confirm-modal/foehn-confirm-modal.component.js +0 -42
  366. package/esm2015/foehn-date-picker/date-picker-navigation.helper.js +0 -117
  367. package/esm2015/foehn-date-picker/date-picker.helper.js +0 -126
  368. package/esm2015/foehn-date-picker/foehn-date-picker.component.js +0 -300
  369. package/esm2015/foehn-date-picker-button/foehn-date-picker-button.component.js +0 -74
  370. package/esm2015/foehn-debug-summary/foehn-debug-summary.component.js +0 -61
  371. package/esm2015/foehn-decision-electronique/foehn-decision-electronique.component.js +0 -40
  372. package/esm2015/foehn-decision-electronique/foehn-decision-electronique.module.js +0 -20
  373. package/esm2015/foehn-footer/foehn-footer.component.js +0 -132
  374. package/esm2015/foehn-form/foehn-form.component.js +0 -146
  375. package/esm2015/foehn-growl/foehn-growl.component.js +0 -47
  376. package/esm2015/foehn-header/foehn-header.component.js +0 -73
  377. package/esm2015/foehn-header/foehn-skip-link.component.js +0 -54
  378. package/esm2015/foehn-help-modal/foehn-help-modal.component.js +0 -48
  379. package/esm2015/foehn-help-modal/foehn-help-modal.type.js +0 -2
  380. package/esm2015/foehn-icons/foehn-icon-calendar.component.js +0 -22
  381. package/esm2015/foehn-icons/foehn-icon-check-square-o.component.js +0 -22
  382. package/esm2015/foehn-icons/foehn-icon-check.component.js +0 -22
  383. package/esm2015/foehn-icons/foehn-icon-chevron-down.component.js +0 -22
  384. package/esm2015/foehn-icons/foehn-icon-chevron-left.component.js +0 -22
  385. package/esm2015/foehn-icons/foehn-icon-chevron-right.component.js +0 -22
  386. package/esm2015/foehn-icons/foehn-icon-chevron-up.component.js +0 -22
  387. package/esm2015/foehn-icons/foehn-icon-clock.component.js +0 -22
  388. package/esm2015/foehn-icons/foehn-icon-comment-dots.component.js +0 -22
  389. package/esm2015/foehn-icons/foehn-icon-edit.component.js +0 -22
  390. package/esm2015/foehn-icons/foehn-icon-external-link-alt.component.js +0 -22
  391. package/esm2015/foehn-icons/foehn-icon-file-pdf.component.js +0 -22
  392. package/esm2015/foehn-icons/foehn-icon-info-circle.component.js +0 -22
  393. package/esm2015/foehn-icons/foehn-icon-lock.component.js +0 -22
  394. package/esm2015/foehn-icons/foehn-icon-map-marker.component.js +0 -22
  395. package/esm2015/foehn-icons/foehn-icon-minus-circle.component.js +0 -22
  396. package/esm2015/foehn-icons/foehn-icon-plus-circle.component.js +0 -22
  397. package/esm2015/foehn-icons/foehn-icon-plus-square.component.js +0 -22
  398. package/esm2015/foehn-icons/foehn-icon-search.component.js +0 -22
  399. package/esm2015/foehn-icons/foehn-icon-times.component.js +0 -22
  400. package/esm2015/foehn-icons/foehn-icon-trash-alt.component.js +0 -22
  401. package/esm2015/foehn-icons/foehn-icon-unlock-alt.component.js +0 -22
  402. package/esm2015/foehn-input/foehn-input-email.component.js +0 -55
  403. package/esm2015/foehn-input/foehn-input-hidden.component.js +0 -57
  404. package/esm2015/foehn-input/foehn-input-number.component.js +0 -190
  405. package/esm2015/foehn-input/foehn-input-password.component.js +0 -55
  406. package/esm2015/foehn-input/foehn-input-phone.component.js +0 -96
  407. package/esm2015/foehn-input/foehn-input-text.component.js +0 -80
  408. package/esm2015/foehn-input/foehn-input-textarea.component.js +0 -104
  409. package/esm2015/foehn-input/foehn-input.component.js +0 -364
  410. package/esm2015/foehn-input/foehn-input.module.js +0 -82
  411. package/esm2015/foehn-input-date/foehn-input-date.component.js +0 -94
  412. package/esm2015/foehn-input-time/foehn-input-time.component.js +0 -79
  413. package/esm2015/foehn-list/foehn-list.component.js +0 -135
  414. package/esm2015/foehn-menu-prestation/abstract-list-item-detail-page.component.js +0 -122
  415. package/esm2015/foehn-menu-prestation/foehn-error-pill/foehn-error-pill.component.js +0 -26
  416. package/esm2015/foehn-menu-prestation/foehn-list-summary/foehn-list-summary.component.js +0 -75
  417. package/esm2015/foehn-menu-prestation/foehn-menu-items/foehn-menu-item/foehn-menu-item.component.js +0 -38
  418. package/esm2015/foehn-menu-prestation/foehn-menu-items/foehn-menu-item-transmit/foehn-menu-item-transmit.component.js +0 -54
  419. package/esm2015/foehn-misc/foehn-abbr.component.js +0 -19
  420. package/esm2015/foehn-modal/foehn-modal.component.js +0 -100
  421. package/esm2015/foehn-modal/foehn-modal.module.js +0 -19
  422. package/esm2015/foehn-nav13/foehn-input-nav13.component.js +0 -98
  423. package/esm2015/foehn-navigation/foehn-navigation.component.js +0 -98
  424. package/esm2015/foehn-navigation/foehn-navigation.service.js +0 -297
  425. package/esm2015/foehn-notfound/foehn-notfound.component.js +0 -64
  426. package/esm2015/foehn-page/foehn-page-counter.component.js +0 -34
  427. package/esm2015/foehn-page/foehn-page-modal.component.js +0 -55
  428. package/esm2015/foehn-page/foehn-page.component.js +0 -214
  429. package/esm2015/foehn-page/foehn-page.module.js +0 -76
  430. package/esm2015/foehn-recap-section/foehn-recap-section.component.js +0 -88
  431. package/esm2015/foehn-remaining-alerts-summary/foehn-remaining-alerts-summary.component.js +0 -28
  432. package/esm2015/foehn-upload/abstract-foehn-uploader.component.js +0 -192
  433. package/esm2015/foehn-upload/foehn-bo-multi-upload/bo-multi-upload.service.js +0 -62
  434. package/esm2015/foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.component.js +0 -168
  435. package/esm2015/foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.module.js +0 -38
  436. package/esm2015/foehn-upload/foehn-multi-upload/foehn-multi-upload.component.js +0 -217
  437. package/esm2015/foehn-upload/foehn-multi-upload/foehn-multi-upload.module.js +0 -38
  438. package/esm2015/foehn-upload/foehn-multi-upload/multi-upload.service.js +0 -76
  439. package/esm2015/foehn-upload/foehn-multi-upload/pending-upload.service.js +0 -157
  440. package/esm2015/foehn-upload/foehn-picture-upload/foehn-picture-upload.component.js +0 -164
  441. package/esm2015/foehn-upload/foehn-picture-upload/foehn-picture-upload.module.js +0 -42
  442. package/esm2015/foehn-upload/uploader.helper.js +0 -322
  443. package/esm2015/foehn-user-connected-as/foehn-user-connected-as.component.js +0 -23
  444. package/esm2015/foehn-validation-alert-summary/foehn-validation-alert-summary.component.js +0 -88
  445. package/esm2015/foehn-validation-alerts/foehn-validation-alerts.component.js +0 -32
  446. package/esm2015/gesdem/gesdem-event.service.js +0 -38
  447. package/esm2015/gesdem/gesdem-handler.service.js +0 -151
  448. package/esm2015/gesdem/gesdem-loader.guard.js +0 -40
  449. package/esm2015/gesdem-action-recovery/gesdem-action-recovery-login/gesdem-action-recovery-login.component.js +0 -103
  450. package/esm2015/gesdem-action-recovery/gesdem-action-recovery-registration/gesdem-action-recovery-registration.component.js +0 -133
  451. package/esm2015/gesdem-action-recovery/gesdem-action-recovery.service.js +0 -82
  452. package/esm2015/gesdem-confirmation/gesdem-confirmation.component.js +0 -194
  453. package/esm2015/gesdem-error/gesdem-error.component.js +0 -70
  454. package/esm2015/gesdem-error/gesdem-error.module.js +0 -34
  455. package/esm2015/helpers/object.helper.js +0 -88
  456. package/esm2015/index.js +0 -224
  457. package/esm2015/sdk-appinfo/application-info.js +0 -14
  458. package/esm2015/sdk-appinfo/application-info.service.js +0 -111
  459. package/esm2015/sdk-date/date.helper.js +0 -90
  460. package/esm2015/sdk-dictionary/default-dictionary.js +0 -80
  461. package/esm2015/sdk-dictionary/sdk-dictionary.service.js +0 -96
  462. package/esm2015/sdk-epayment/model/EPaymentRequest.js +0 -3
  463. package/esm2015/sdk-epayment/sdk-epayment.component.js +0 -113
  464. package/esm2015/sdk-epayment/sdk-epayment.service.js +0 -46
  465. package/esm2015/sdk-recaptcha/grecaptcha/grecaptcha.component.js +0 -112
  466. package/esm2015/sdk-recaptcha/recaptcha.service.js +0 -162
  467. package/esm2015/sdk-recaptcha/sdk-recaptcha.component.js +0 -72
  468. package/esm2015/sdk-redirect/iam-expired-interceptor.service.js +0 -48
  469. package/esm2015/sdk-redirect/redirect.component.js +0 -47
  470. package/esm2015/sdk-session-info/session-info.service.js +0 -44
  471. package/esm2015/sdk-support-alert/support-alert-container.component.js +0 -53
  472. package/esm2015/sdk-support-alert/support-alert.component.js +0 -38
  473. package/esm2015/sdk-support-alert/support-alert.service.js +0 -113
  474. package/esm2015/supported-browser.js +0 -2
  475. package/esm2015/validation/validation-handler.service.js +0 -44
  476. package/fesm2015/dsivd-prestations-ng.js +0 -11618
  477. package/fesm2015/dsivd-prestations-ng.js.map +0 -1
  478. package/sdk-epayment/model/EPaymentRequest.d.ts +0 -5
  479. /package/{esm2015/dsivd-prestations-ng.js → esm2020/dsivd-prestations-ng.mjs} +0 -0
  480. /package/{esm2015/foehn-breadcrumb/breadcrumb.js → esm2020/foehn-breadcrumb/breadcrumb.mjs} +0 -0
  481. /package/{esm2015/foehn-checkables/form-select-option-group.js → esm2020/foehn-checkables/form-select-option-group.mjs} +0 -0
  482. /package/{esm2015/foehn-checkables/form-select-option.js → esm2020/foehn-checkables/form-select-option.mjs} +0 -0
  483. /package/{esm2015/foehn-date-picker/day-month.type.js → esm2020/foehn-date-picker/day-month.type.mjs} +0 -0
  484. /package/{esm2015/foehn-date-picker/focused-day.type.js → esm2020/foehn-date-picker/focused-day.type.mjs} +0 -0
  485. /package/{esm2015/foehn-date-picker/month-year.type.js → esm2020/foehn-date-picker/month-year.type.mjs} +0 -0
  486. /package/{esm2015/foehn-footer/footer-link.type.js → esm2020/foehn-footer/footer-link.type.mjs} +0 -0
  487. /package/{esm2015/foehn-growl/growl-message.js → esm2020/foehn-growl/growl-message.mjs} +0 -0
  488. /package/{esm2015/foehn-growl/growl-types.js → esm2020/foehn-growl/growl-types.mjs} +0 -0
  489. /package/{esm2015/foehn-input/pattern.const.js → esm2020/foehn-input/pattern.const.mjs} +0 -0
  490. /package/{esm2015/foehn-list/page-change-event.js → esm2020/foehn-list/page-change-event.mjs} +0 -0
  491. /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
  492. /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
  493. /package/{esm2015/foehn-recap-section/foehn-recap-section.type.js → esm2020/foehn-recap-section/foehn-recap-section.type.mjs} +0 -0
  494. /package/{esm2015/foehn-upload/document-reference.js → esm2020/foehn-upload/document-reference.mjs} +0 -0
  495. /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
  496. /package/{esm2015/foehn-upload/foehn-multi-upload/multi-upload.type.js → esm2020/foehn-upload/foehn-multi-upload/multi-upload.type.mjs} +0 -0
  497. /package/{esm2015/gesdem/gesdem-statut-utils.js → esm2020/gesdem/gesdem-statut-utils.mjs} +0 -0
  498. /package/{esm2015/gesdem-action-recovery/reprise-info.js → esm2020/gesdem-action-recovery/reprise-info.mjs} +0 -0
  499. /package/{esm2015/i18n-form.js → esm2020/i18n-form.mjs} +0 -0
  500. /package/{esm2015/sdk-epayment/model/EPaymentParameters.js → esm2020/sdk-epayment/model/EPaymentParameters.mjs} +0 -0
  501. /package/{esm2015/sdk-support-alert/support-alert.model.js → esm2020/sdk-support-alert/support-alert.model.mjs} +0 -0
  502. /package/{esm2015/service-locator.js → esm2020/service-locator.mjs} +0 -0
package/CHANGELOG.md CHANGED
@@ -26,6 +26,745 @@ A change is considered **breaking** if you have to change your code or update yo
26
26
 
27
27
  ---
28
28
 
29
+ ## [15.5.14]
30
+
31
+ ### Fixed
32
+
33
+ - [foehn-input-time.ts](projects/prestations-ng/src/foehn-input-time/foehn-input-time.component.ts)
34
+ - fixed model not being updated properly
35
+
36
+ - [foehn-input-prefixed-text.ts](projects/prestations-ng/src/foehn-input/foehn-input-prefixed-text.component.ts)
37
+ - fixed model not being updated properly when prefix changes
38
+
39
+ ## [15.5.13]
40
+
41
+ **Version has been deprecated**
42
+
43
+ ## [15.5.12]
44
+
45
+ ### Added
46
+
47
+ - [foehn-input-prefixed-text.ts](projects/prestations-ng/src/foehn-input/foehn-input-prefixed-text.component.ts)
48
+ - new text input to request a text with a read-only prefix
49
+ - `@Input prefix: string` : the read-only prefix
50
+ - `@Input() prefixColClass = 'col-md-4'` : the class applied to the foehn-input-text of the prefix part
51
+ - `@Input() textColClass = 'col-md-8'` : the class applied to the foehn-input-text of the user text part
52
+
53
+ - [gesdem-confirmation.component.ts](projects/prestations-ng/src/gesdem-confirmation/gesdem-confirmation.component.ts)
54
+ - go to top of the page when component initializes (same as [abstract-page-component.ts](projects/prestations-ng/src/abstract-page-component.ts)).
55
+
56
+ ### Fixed
57
+
58
+ - [multi-upload.service.ts](projects/prestations-ng/src/foehn-upload/foehn-multi-upload/multi-upload.service.ts)
59
+ - [bo-multi-upload.service.ts](projects/prestations-ng/src/foehn-upload/foehn-bo-multi-upload/bo-multi-upload.service.ts)
60
+ - timestamp used in document `key` for multiple uploads is now generated when calling `mapToDocumentReference` (not when service is created).
61
+
62
+ ## [15.5.10]
63
+
64
+ ### Added
65
+
66
+ - [foehn-multi-upload.component.ts](projects/prestations-ng/src/foehn-upload/foehn-multi-upload/foehn-multi-upload.component.ts)
67
+ - [foehn-bo-multi-upload.component.ts](projects/prestations-ng/src/foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.component.ts)
68
+ - added `@Input() maxSimultaneousSelectedFiles = 50;`
69
+ - prevents the upload of more than `maxSimultaneousSelectedFiles` files at once and display an alert from default-dictionary.ts (`foehn-uploader.max-upload-selection-reached`)
70
+
71
+ ## [15.5.9]
72
+
73
+ ### Updated
74
+
75
+ - [foehn-recap-section.component.html](projects/prestations-ng/src/foehn-recap-section/foehn-recap-section.component.html)
76
+ - removed class `font-weight-light` for `dt` elements. By default, `dt` it is bold.
77
+
78
+ ## [15.5.8]
79
+
80
+ ### Fixed
81
+
82
+ - [recaptcha.service.ts](projects/prestations-ng/src/sdk-recaptcha/recaptcha.service.ts)
83
+ - when user was connected on page load and the back-end returns a captcha error => redirect to cyberlogin with return url to self
84
+
85
+ ## [15.5.7]
86
+
87
+ ### Fixed
88
+
89
+ - [recaptcha.service.ts](projects/prestations-ng/src/sdk-recaptcha/recaptcha.service.ts)
90
+ - Always display the captcha if it has an error (even if connected)
91
+
92
+ ## [15.5.6]
93
+
94
+ ### Fixed
95
+
96
+ - [multi-upload.service.ts](projects/prestations-ng/src/foehn-upload/foehn-multi-upload/multi-upload.service.ts)
97
+ - Cherry-pick from v16: Pull request #1138: MultiUploadService : get reference from lastresponse when needed
98
+
99
+ ## [15.5.5]
100
+
101
+ ### Updated
102
+
103
+ - [foehn-select.component.ts](projects/prestations-ng/src/foehn-checkables/foehn-select.component.ts)
104
+ - an empty option is displayed if `[required]="true"` as long as no choice has been made
105
+ - fixes bug https://github.com/angular/angular/issues/14505
106
+
107
+ ## [15.5.4]
108
+
109
+ ### Updated
110
+
111
+ - [foehn-select.component.ts](projects/prestations-ng/src/foehn-checkables/foehn-select.component.ts)
112
+ - option `-` is displayed even if `[required]="true"` (but disabled in this case)
113
+
114
+ ## [15.5.3]
115
+
116
+ ### Added
117
+
118
+ - [foehn-bo-multi-upload.component.html](projects/prestations-ng/src/foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.component.html)
119
+ - Added `<foehn-upload-progress-bar></foehn-upload-progress-bar>`
120
+
121
+ - [foehn-status-progress-bar.component.ts](projects/prestations-ng/src/foehn-status-progress-bar/foehn-status-progress-bar.component.ts)
122
+ - In your application routing module, you can force page to be in step 2 (Verification)
123
+
124
+ ```diff
125
+ data: {
126
+ order: 3,
127
+ + isStep2: true
128
+ }
129
+ ```
130
+
131
+ ### Fixed
132
+
133
+ - [foehn-multi-upload.component.ts](projects/prestations-ng/src/foehn-upload/foehn-multi-upload/foehn-multi-upload.component.ts)
134
+ - Now provides `MultiUploadService` and `UploadProgressService` to avoid using a singleton
135
+
136
+ - [foehn-bo-multi-upload.component.ts](projects/prestations-ng/src/foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.component.ts)
137
+ - Now provides `BoMultiUploadService` and `UploadProgressService` to avoid using a singleton
138
+
139
+ - [foehn-input-date-time.component.ts](projects/prestations-ng/src/foehn-input-date-time/foehn-input-date-time.component.ts)
140
+ - [foehn-input-date-time.component.html](projects/prestations-ng/src/foehn-input-date-time/foehn-input-date-time.component.html)
141
+ - Fixed date picker not selecting nor updating model after first selection
142
+
143
+ ## [15.5.2]
144
+
145
+ ### Updated
146
+
147
+ - [foehn-page.component.html](projects/prestations-ng/src/foehn-page/foehn-page.component.html)
148
+ - update message on first page if user is not connected + reversal the buttons
149
+
150
+
151
+ ## [15.5.1]
152
+
153
+ ### Fixed
154
+
155
+ - [foehn-input-nav13.component.ts](projects/prestations-ng/src/foehn-nav13/foehn-input-nav13.component.ts)
156
+ - remove non numeric characters when pasting a complet avs number in the second field
157
+
158
+ ## [15.5.0]
159
+
160
+ ### Fixed
161
+
162
+ - [foehn-input-address.components.ts](projects/prestations-ng/src/foehn-address/foehn-input-address.component.ts)
163
+ - Fixed errors not being displayed when switching countries (Suisse -> France)
164
+
165
+ - [foehn-form.components.ts](projects/prestations-ng/src/foehn-form/foehn-form.component.ts)
166
+ - [foehn-input.components.ts](projects/prestations-ng/src/foehn-input/foehn-input.component.ts)
167
+ - Fixed ngModel not being registered when deep nested FoehnInputComponent.
168
+ - `FoehnInputComponent` notifies `FoehnFormComponent` for its children changes using [register-ng-model.service.ts](projects/prestations-ng/src/foehn-form/register-ng-model.service.ts) service.
169
+ - **WARNING** `FoehnInputComponent` now implements `AfterViewInit` method so when extending, you will need to call `super.ngAfterViewInit()`
170
+
171
+ ### Added
172
+
173
+ - [foehn-boolean-radio.component.ts](projects/prestations-ng/src/foehn-boolean/foehn-boolean-radio.component.ts)
174
+ - Added `@Input() verticalDisplay = false`
175
+
176
+ - [foehn-input-date-time.components.ts](projects/prestations-ng/src/foehn-input-date-time/foehn-input-date-time.component.ts)
177
+ - `@Input() disableDay = false` used to disable date input day
178
+ - `@Input() disableMonth = false` used to disable date input month
179
+ - `@Input() disableYear = false` used to disable date input year
180
+ - `@Input() minDate: number[]` used as minDate in datePicker
181
+ - `@Input() maxDate: number[]` used as maxDate in datePicker
182
+ - `@Output() hideDatePickerButton = false` used to hide date picker for date input
183
+
184
+ ### Updated
185
+
186
+ - [foehn-input.component.ts](projects/prestations-ng/src/foehn-input/foehn-input.component.ts)
187
+ - No double-binding when component is disabled
188
+ - No userInput event dispatch when component is disabled
189
+
190
+ - [foehn-input-address.component.html](projects/prestations-ng/src/foehn-address/foehn-input-address.component.html)
191
+ - add custom error override for street auto-complete to handle error code `AtLeastOneNotNull`, see prestations-be
192
+
193
+ ## [15.4.9]
194
+
195
+ ### Fixed
196
+
197
+ - [foehn-input-number.component.ts](projects/prestations-ng/src/foehn-input/foehn-input-number.component.ts)
198
+ - [currency-formatter.directive.ts](projects/prestations-ng/src/directives/currency-formatter.directive.ts)
199
+ - fixed a bug where input was impossible after a blur event on input "-"
200
+
201
+ ### Added
202
+
203
+ - [global.const.ts](projects/prestations-ng/src/global.const.ts)
204
+ - Added `HTTP_LOADER_FILTERED_URL: string[]` constant to be used with component `<ng-http-loader></ng-http-loader>` (input `filteredUrlPatterns`). Default value in array: `['api/support-alert', '(api\\/document(\\/([a-zA-Z0-9])+)*\\/upload)']`.
205
+
206
+ - [foehn-upload-progress-bar.component.ts](projects/prestations-ng/src/foehn-upload/foehn-upload-progress-bar/foehn-upload-progress-bar.component.ts)
207
+ - See [documentation](upload#foehn_upload_progress_bar)
208
+ - Added a progress bar displaying upload progress and indeterminated document analysis
209
+
210
+ - [foehn-multi-upload.component.html](projects/prestations-ng/src/foehn-upload/foehn-multi-upload/foehn-multi-upload.component.html)
211
+ - Added `<foehn-upload-progress-bar></foehn-upload-progress-bar>`
212
+
213
+ ### Updated
214
+
215
+ - [gesdem-confirmation.component.html](projects/prestations-ng/src/gesdem-confirmation/gesdem-confirmation.component.html)
216
+ - Update link when user is connected: link redirects to demande page
217
+ - Move labels into default dictionary
218
+
219
+ ## [15.4.8]
220
+
221
+ ### Fixed
222
+ - [foehn-decision-electronique.component.ts](projects/prestations-ng/src/foehn-decision-electronique/foehn-decision-electronique.component.ts)
223
+ - use labels from `default-dictionary.ts`
224
+ - added an example here : https://dsi-vd.github.io/prestations-ng/espace-securise
225
+
226
+ ## [15.4.7]
227
+
228
+ ### Fixed
229
+ - [foehn-validation-alert-summary.component.ts](projects/prestations-ng/src/foehn-validation-alert-summary/foehn-validation-alert-summary.component.ts)
230
+ - set first letter of first word in error message to lowercase (respect words that are all upper case)
231
+ - "Votre prénom : Ce champ doit être rempli"
232
+ - is transformed to "Votre prénom : **c**e champ doit être rempli"
233
+ - "N° AVS : NAVS13 invalide"
234
+ - is not transformed
235
+
236
+ ## [15.4.6]
237
+
238
+ ### Fixed
239
+ - [date.helper.ts](projects/prestations-ng/src/sdk-date/date.helper.ts)
240
+ - fixed method `isValid(value: number[]): boolean` to avoid day shifting issues
241
+ - i.e. `31.02.2021` should not be transformed to `03.03.2021` and considered as valid
242
+
243
+ ## [15.4.5]
244
+
245
+ ### Added
246
+ - [foehn-multiselect-autocomplete](projects/prestations-ng/src/foehn-multiselect-autocomplete/foehn-multiselect-autocomplete.component.ts)
247
+ - add `@Input() caseSensitiveSearch = false` to allow search without converting input to lowercase
248
+
249
+ ## [15.4.4]
250
+
251
+ ### Added
252
+ - [foehn-autocomplete.component.ts](projects/prestations-ng/src/foehn-autocomplete/foehn-autocomplete.component.ts)
253
+ - add `@Input() caseSensitiveSearch = false` to allow search without converting input to lowercase
254
+
255
+ ## [15.4.3]
256
+
257
+ ### Added
258
+
259
+ - [sdk-dictionary.service.ts](projects/prestations-ng/src/sdk-dictionary/sdk-dictionary.service.ts)
260
+ - added browser language detection. When browser language is not managed, default language is used.
261
+ - added `setDefaultLanguageCode(code: string): void` to change default language
262
+
263
+ ### Fixed
264
+
265
+ - [foehn-input-email.component.ts](projects/prestations-ng/src/foehn-input/foehn-input-email.component.ts)
266
+ - hiding default help-modal is now possible by setting `helpModal` attribute to `null` such as `[helpModal]="null"`
267
+
268
+ ### Updated
269
+
270
+ - [foehn-input-address.component.html](projects/prestations-ng/src/foehn-address/foehn-input-address.component.html)
271
+ - Swiss **locality** autocomplete component now allows **custom values** when **disabled**
272
+
273
+ ## [15.4.2]
274
+
275
+ ### Added
276
+ - [foehn-autocomplete.component.ts](projects/prestations-ng/src/foehn-autocomplete/foehn-autocomplete.component.ts)
277
+ - add `@Input() elementSuggestionLabel: any` (fallback: elementLabel) to customize suggestion list item with some HTML
278
+
279
+ ### Fixed
280
+ - [default-dictionary.ts](projects/prestations-ng/src/sdk-dictionary/default-dictionary.ts)
281
+ - fixed label for `foehn-textarea.chars-remaining.zero` (missing plurals)
282
+
283
+ ## [15.4.1]
284
+
285
+ ### Fixed
286
+ - [support-alert.service.ts](projects/prestations-ng/src/sdk-support-alert/support-alert.service.ts)
287
+ - handle failure when calling support-alert api
288
+
289
+ - [gesdem-confirmation.component.ts](projects/prestations-ng/src/gesdem-confirmation/gesdem-confirmation.component.ts)
290
+ - fixed bug where `demandeIsClosedOnTransmit` was not read from route data.
291
+
292
+ ## [15.4.0]
293
+
294
+ ### Updated
295
+ - [upload.helper.ts](projects/prestations-ng/src/foehn-upload/uploader.helper.ts)
296
+ - manage new error code from prestations-be : `IMAGE_NOT_READABLE` (dico key : `errors.IMAGE_NOT_READABLE`)
297
+
298
+ - [default-dictionary.ts](projects/prestations-ng/src/sdk-dictionary/default-dictionary.ts)
299
+ - added dico value for key `errors.IMAGE_NOT_READABLE` (defaults to `Votre pièce jointe %1$s n'est pas une image valide`)
300
+
301
+ ### Fixed
302
+ - [foehn-input-number.component.ts](projects/prestations-ng/src/foehn-input/foehn-input-number.component.ts)
303
+ - fixed bug where standard help text appears twice
304
+
305
+ ## [15.3.1]
306
+
307
+ ### Updated
308
+
309
+ - [foehn-input-number.component.ts](projects/prestations-ng/src/foehn-input/foehn-input-number.component.ts)
310
+ - As in the other components, we don't want to force the user input, when `[allowFreeInput]="false"` (which is the default) :
311
+ - It is still done for :
312
+ - `maxlength` (to avoid a number overflow in the backend)
313
+ - `allowDecimal` (to avoid a number conversion error in the backend)
314
+ - `allowNegative`
315
+ - `min` and `max` are not used to force the user input anymore
316
+ - `min` and `max` are only used to display a standard help text
317
+ - the standard help text is only displayed if `min` and `max` are set
318
+ - to better understand how to use the `foehn-input-number`, please check the explanations on https://dsi-vd.github.io/prestations-ng/input-number
319
+ - **apart from certain exceptions, foehn-input-number is to be used as such:**
320
+ - `min` and `max` to display help text
321
+ - `maxlength` depending on your backend
322
+ - `allowDecimal` and `allowNegative` when needed
323
+
324
+ - [foehn-input.component.ts](projects/prestations-ng/src/foehn-input/foehn-input.component.ts)
325
+ - removed `@Input() showHelpModal = false` show an help-modal related to an foehn-input
326
+ - removed `@Input() helpModalTitle: string` The title of the modal
327
+ - removed `@Input() helpModalContent: string` The content of the modal
328
+ - replaced by `@Input() helpModal: HelpModal`
329
+
330
+ - [HelpModal](projects/prestations-ng/src/foehn-help-modal/foehn-help-modal.type.ts)
331
+ - add value `modalSize?: string` to configure the size of the foehn-help-modal (defaults to `modal-lg`)
332
+
333
+ - [Image](projects/prestations-ng/src/foehn-help-modal/foehn-help-modal.type.ts)
334
+ - add value `width?: string` to configure the size of the picture (defaults to `100%`)
335
+ - add value `height?: string` to configure the size of the picture (defaults to `auto`)
336
+
337
+ ### Fixed
338
+
339
+ - [foehn-input-textarea.component.ts](projects/prestations-ng/src/foehn-input/foehn-input-textarea.component.ts)
340
+ - CSS color of remaining chars not being changed when input is reset
341
+
342
+ - [foehn-boolean-checkbox.component.html](projects/prestations-ng/src/foehn-boolean/foehn-boolean-checkbox.component.html)
343
+ - handle `isLabelSrOnly` input
344
+
345
+ - [foehn-picture-upload.component.ts](projects/prestations-ng/src/foehn-upload/foehn-picture-upload/foehn-picture-upload.component.ts)
346
+ - check file format before trying to display the image for cropping
347
+ - when file has wrong extension, display error with key `foehn-picture-upload.invalid-file-type`
348
+
349
+ ## [15.3.0]
350
+
351
+ ### Added
352
+
353
+ - [foehn-multiselect-autocomplete.component.ts](projects/prestations-ng/src/foehn-multiselect-autocomplete/foehn-multiselect-autocomplete.component.ts)
354
+ - add `@Input() itemHeightInSuggestionListInPx = 40` to customize height of each item in the suggestion list
355
+ - add `@Input() elementBadgeLabel: any = 'label'` to customize selected items labels
356
+
357
+ - [foehn-input.component.ts](projects/prestations-ng/src/foehn-input/foehn-input.component.ts)
358
+ - add `@Input() showHelpModal = false` show an help-modal related to an foehn-input
359
+ - add `@Input() helpModalTitle: string` The title of the modal
360
+ - add `@Input() helpModalContent: string` The content of the modal
361
+
362
+ - [foehn-input-email.component.ts](projects/prestations-ng/src/foehn-input/foehn-input-email.component.ts)
363
+ - add default help-modal in order to help user if email considered as not valid
364
+
365
+ - [foehn-checkable-group.component.ts](projects/prestations-ng/src/foehn-checkables/foehn-checkable-group.component.ts)
366
+ - add `@Input() helpModal: HelpModal`
367
+ - [foehn-help-modal.type.ts](projects/prestations-ng/src/foehn-help-modal/foehn-help-modal.type.ts)
368
+ - add buttonTitle in order to be able to specify the title of the info button
369
+
370
+ ### Fixed
371
+
372
+ - [foehn-page.component.ts](projects/prestations-ng/src/foehn-page/foehn-page.component.ts)
373
+ - hide `foehn-status-progress-bar` if the prestation has a blocking alert
374
+
375
+ ## [15.2.5]
376
+
377
+ ### Added
378
+
379
+ - [foehn-autocomplete.component.ts](projects/prestations-ng/src/foehn-autocomplete/foehn-autocomplete.component.ts)
380
+ - add `@Input() itemHeightInSuggestionListInPx = 40` to customize height of each item in the suggestion list
381
+
382
+ ### Fixed
383
+
384
+ - [foehn-input-textarea.component.ts](projects/prestations-ng/src/foehn-input/foehn-input-textarea.component.ts)
385
+ - add function `getCharCountLabel` that return the plural or singular form of the label accordingly (one dictionary key for plural and another one for singular)
386
+ - add default label for remaining characters in [default-dictionary.ts](projects/prestations-ng/src/sdk-dictionary/default-dictionary.ts)
387
+ - `'foehn-textarea.chars-remaining.plural': '{charCountLeft} caractères restants'`
388
+ - `'foehn-textarea.chars-remaining.singular': '{charCountLeft} caractère restant'`
389
+ - `'foehn-textarea.chars-remaining.zero': 'Vous avez atteint le nombre de caractère autorisé!'`
390
+ - `'foehn-textarea.chars-remaining.exceeded': 'Vous avez dépassé le nombre de caractères autorisés de {charCountLeft}'`
391
+
392
+ - [foehn-modal.component.html](projects/prestations-ng/src/foehn-modal/foehn-modal.component.html)
393
+ - close button label + aria-label can now be overriden in dictionary
394
+ - add default label for remaining characters in [default-dictionary.ts](projects/prestations-ng/src/sdk-dictionary/default-dictionary.ts)
395
+ - `'foehn-modal.btn-close.aria-label': 'Fermer la boite de dialogue'`
396
+ - `'foehn-modal.btn-close.title': 'Fermer'`
397
+
398
+ - [gesdem-confirmation.component.ts](projects/prestations-ng/src/gesdem-confirmation/gesdem-confirmation.component.ts)
399
+ - `@Input() hideReference = false` to choose if the confirmation message display the reference number
400
+
401
+ - [gesdem-confirmation.component.html](projects/prestations-ng/projects/prestations-ng/src/gesdem-confirmation/gesdem-confirmation.component.html)
402
+ - add condition `*ngIf="!hideReference"`
403
+
404
+ ## [15.2.4]
405
+
406
+ ### Added
407
+
408
+ - [foehn-select.component.ts](projects/prestations-ng/src/foehn-checkables/foehn-select.component.ts)
409
+ - add `@Input() noSelectionLabel = '-'` to customize the value displayed when the field is not required and nothing has been selected
410
+
411
+ ## [15.2.3]
412
+
413
+ ### Added
414
+
415
+ - [foehn-table-column-configuration.ts](projects/prestations-ng/src/foehn-table/foehn-table-column-configuration.ts)
416
+ - add optional field `template: TemplateRef<unknown>` to customize a cell
417
+ - field `valueGetter` becomes optional
418
+
419
+ ### Fixed
420
+
421
+ - [redirect.component.ts](projects/prestations-ng/src/sdk-redirect/redirect.component.ts)
422
+ - reload page instead of redirecting to `/iam/accueil` when session has expired
423
+
424
+ ### Removed
425
+
426
+ - [foehn-modal.component.ts](projects/prestations-ng/src/foehn-modal/foehn-modal.component.ts)
427
+ - removed `@Input() modalFooterText` (was not used in the template)
428
+
429
+ ### Updated
430
+
431
+ - [package.json](package.json)
432
+ - Updated `core-js` to ~3.23.3
433
+
434
+ ### Updated
435
+
436
+ - [foehn-input-number.component.ts](projects/prestations-ng/src/foehn-input/foehn-input-number.component.ts)
437
+ - added a standard help-text that describes the expected input (i.e. "Saisir un nombre entre 0 et 999'999")
438
+ - label is configurable with the dictionary (`foehn-input-number.standard-help-text.label`, defaults to `Saisir un nombre entre {minValue} et {maxValue}`)
439
+ - is placed after the `[helpText]` if provided
440
+ - can be deactivated with the new `@Input() hideStandardHelpText` (defaults to `false`)
441
+ - added a new `@Input() allowFreeInput` (defaults to `false`)
442
+ - uses the component configuration to generate the standard help text, but allows the user to input anything in the field
443
+ - /!\ if you use this, make sure your backend can deserialize any number correctly
444
+
445
+ - [currency-formatter.directive.ts](projects/prestations-ng/src/directives/currency-formatter.directive.ts)
446
+ - do not format decimal part with thousands separator
447
+
448
+ ## [15.2.2]
449
+
450
+ ### Fixed
451
+
452
+ - [foehn-select.component.html](projects/prestations-ng/src/foehn-checkables/foehn-select.component.html)
453
+ - use `elementValueIdentity` function if provided
454
+
455
+ ### Added
456
+
457
+ - [foehn-table-column-configuration.ts](projects/prestations-ng/src/foehn-table/foehn-table-column-configuration.ts)
458
+ - added optional field `iconGetter` to display an icon in a cell
459
+
460
+ ## [15.2.1]
461
+
462
+ ### Updated
463
+
464
+ - [foehn-page.component.ts](projects/prestations-ng/src/foehn-page/foehn-page.component.ts)
465
+ - update login message (can be discarded to continue without login)
466
+
467
+ ## [15.2.0]
468
+
469
+ ### Updated
470
+
471
+ - [gesdem-error.component.html](projects/prestations-ng/src/gesdem-error/gesdem-error.component.html)
472
+ - use new endpoint `/action-statut` from prestations-be to get the status without trigerring any validation
473
+
474
+ - [sdk-epayment.service.ts](projects/prestations-ng/src/sdk-epayment/sdk-epayment.service.ts)
475
+ - added missing growl message on `createPendingPayment` failure
476
+
477
+
478
+ ## [15.1.4]
479
+
480
+ ### Updated
481
+
482
+ - [gesdem-error.component.html](projects/prestations-ng/src/gesdem-error/gesdem-error.component.html)
483
+ - display a custom message if the error page is displayed when the action status in `PENDING_PAYMENT`
484
+ - redirect to the last page if the error page is displayed when the action status is final (`TRANSFERRED`, `ABANDONED`)
485
+
486
+ ## [15.1.3]
487
+
488
+ ### Updated
489
+ - [foehn-input-nav13.component.ts](projects/prestations-ng/src/foehn-nav13/foehn-input-nav13.component.ts)
490
+ - pasting an AVS number (witouht the prefix `756`) in the first editable input will now expand it to the other inputs.
491
+
492
+ - [foehn-agenda-timeslot-panel.component.ts](projects/prestations-ng/src/foehn-agenda/foehn-agenda-timeslot-panel/foehn-agenda-timeslot-panel.component.ts)
493
+ - don't allow closing the panel if it would hide the selected slot
494
+
495
+ ## [15.1.2]
496
+
497
+ ### Removed
498
+ - [foehn-agenda.components.ts](projects/prestations-ng/src/foehn-agenda/foehn-agenda.component.ts)
499
+ - removed `@Input() minDate: number[]`, replaced by `Calendar.minAvailableDate`
500
+ - removed `@Input() maxDate: number[]`, replaced by `Calendar.maxAvailableDate`
501
+
502
+ ### Fixed
503
+ - [foehn-date-picker.component.html](projects/prestations-ng/src/foehn-date-picker/foehn-date-picker.component.html)
504
+ - do not display (`hidden`) days that are not in the current month (to avoid confusion with actually disabled days)
505
+
506
+ ## [15.1.1]
507
+
508
+ ### Updated
509
+
510
+ - [foehn-input-nav13.component.ts](projects/prestations-ng/src/foehn-nav13/foehn-input-nav13.component.ts)
511
+ - pasting an AVS number in the first editable input will now expand it to the other inputs.
512
+
513
+ - [foehn-input-number.component.ts](projects/prestations-ng/src/foehn-input/foehn-input-number.component.ts)
514
+ - added a default value for `@Input() maxlength: number`, set to `9`
515
+ - this avoids having a value that exceeds Integer.MAX_INT which leads to a deserialization error in the backend
516
+ - if you expect a Long or a BigDecimal, you should override this value.
517
+
518
+ ### Fixed
519
+ - [gesdem-confirmation.component.ts](projects/prestations-ng/src/gesdem-confirmation/gesdem-confirmation.component.ts)
520
+ - some boolean values were not overridable by route data :
521
+ - `showDownloadPdfRecapButton`
522
+ - `showLinkToMyDemandes`
523
+ - `demandeIsClosedOnTransmit`
524
+
525
+ ## [15.1.0]
526
+
527
+ ### Added
528
+
529
+ - [ApplicationInfo](projects/prestations-ng/src/sdk-appinfo/application-info.ts)
530
+ - added one attribute to ApplicationInfo :
531
+ - `string[] mockedServices` : all properties name containing 'mock' having value != "false". Will be displayed in a warning banner at top of the page. Need prestations-ng >=15.1.0
532
+
533
+ - [foehn-input.component.ts](projects/prestations-ng/src/foehn-input/foehn-input.component.ts)
534
+ - `@Input() autocapitalize: string` Possible values: `off|on|words|characters`
535
+
536
+ ### Fixed
537
+
538
+ - [foehn-input-address.component.ts](projects/prestations-ng/src/foehn-address/foehn-input-address.component.ts)
539
+ - fixed streets and houseNumbers suggestion list not being emptied when locality is cleared
540
+
541
+ - [foehn-input-date.component.ts](projects/prestations-ng/src/foehn-input-date/foehn-input-date.component.ts)
542
+ - fixed error not disappearing when selecting a date in date picker
543
+
544
+ - [foehn-input.component.ts](projects/prestations-ng/src/foehn-input/foehn-input.component.ts)
545
+ - fixed `markAsDirty()` and `markAsPristine()` not handling `subComponents`
546
+
547
+ ## [15.0.2]
548
+
549
+ ### Added
550
+ - [sdk-statistics.service.ts](projects/prestations-ng/src/sdk-statistics/sdk-statistics.service.ts)
551
+ - New statistics tool. Set `application-info.properties.matomoUrl` & `application-info.properties.matomoSiteId` properties
552
+
553
+ ### Updated
554
+
555
+ - [package.json](package.json)
556
+ - Updated `@dsivd/foehn` to 1.8.4. See [the changelog](https://github.com/DSI-VD/foehn/blob/master/CHANGELOG.md) for more information.
557
+
558
+ ## [15.0.1]
559
+
560
+ ### Fixed
561
+
562
+ - [Accessibility demo page](https://dsi-vd.github.io/prestations-ng/demo-accessibilite)
563
+ - fixed `foehn-input-date` migration
564
+ - added min/max date to `foehn-agenda`
565
+
566
+ ## [15.0.0]
567
+
568
+ ### Added
569
+
570
+ - [UPGRADING_V15](UPGRADING_V15.md)
571
+ - Added migration guide
572
+
573
+ - New [agenda documentation](https://dsi-vd.github.io/prestations-ng/agenda) page
574
+
575
+ - [foehn-agenda.components.ts](projects/prestations-ng/src/foehn-agenda/foehn-agenda.component.ts)
576
+ - Model `calendar.type.ts` ([Calendar](projects/prestations-ng/src/foehn-agenda/calendar.type.ts))
577
+ - Model `current-week.type.ts` ([CurrentWeek](projects/prestations-ng/src/foehn-agenda/current-week.type.ts))
578
+ - Model `day-slots.type.ts` ([DaySlots](projects/prestations-ng/src/foehn-agenda/day-slots.type.ts))
579
+ - Model `pagination-week.type.ts` ([PaginationWeek](projects/prestations-ng/src/foehn-agenda/pagination-week.type.ts))
580
+ - `@Input() calendar: Observable<Calendar>`
581
+ - `@Input() nbVisibleElements: number` default number of visible elements is 22
582
+ - `@Input() minDate: number[]` used as minDate in datePicker
583
+ - `@Input() maxDate: number[]` used as maxDate in datePicker
584
+ - `@Output() paginationChange: EventEmitter<PaginationWeek>()`
585
+
586
+ - Add [foehn-status-progress-bar.component.spec.ts](projects/prestations-ng/src/foehn-status-progress-bar/foehn-status-progress-bar.component.spec.ts)
587
+
588
+ - [foehn-input-date.component.html](projects/prestations-ng/src/foehn-input-date/foehn-input-date.component.html)
589
+ - Added `<foehn-date-picker-button>` directly into template. Please refer to the [datepicker documentation](https://dsi-vd.github.io/prestations-ng/datepicker)
590
+
591
+ ### Updated
592
+
593
+ - [foehn-status-progress-bar.component.ts](projects/prestations-ng/src/foehn-status-progress-bar/foehn-status-progress-bar.component.ts)
594
+ - Bugfix: no visual glitch on the first page (step 2 "Verification" was briefly displayed when starting)
595
+
596
+ - [foehn-confirm-modal.component.html](projects/prestations-ng/src/foehn-confirm-modal/foehn-confirm-modal.component.html)
597
+ - Add closeable on FoehnConfirmModalContent. Default value is true. If false, modal has to be closed by the yes and no buttons.
598
+
599
+ - Added RefInf DTOs matching to prestations-be
600
+ - [address-type-light.ts](projects/prestations-ng/src/refinf/model/address-type-light.ts)
601
+ - [canton.ts](projects/prestations-ng/src/refinf/model/canton.ts)
602
+ - [district.ts](projects/prestations-ng/src/refinf/model/district.ts)
603
+ - [municipality.ts](projects/prestations-ng/src/refinf/model/municipality.ts)
604
+ - [place-of-origin.ts](projects/prestations-ng/src/refinf/model/place-of-origin.ts)
605
+ - [postal-locality.ts](projects/prestations-ng/src/refinf/model/postal-locality.ts)
606
+
607
+ - [foehn-date-picker.component.ts](projects/prestations-ng/src/foehn-date-picker/foehn-date-picker.component.ts)
608
+ - [foehn-date-picker-button.component.ts](projects/prestations-ng/src/foehn-date-picker-button/foehn-date-picker-button.component.ts)
609
+ - added `@Input() minDate: number[]` - minDate's year will override minYear setting
610
+ - added `@Input() maxDate: number[]` - maxDate's year will override maxYear setting
611
+
612
+ - [package.json](package.json)
613
+ - Updated angular stack to ^13.1.0
614
+ - Updated @fortawesome/angular-fontawesome to ^0.10.0
615
+ - Updated rxjs to ~7.5.2
616
+ - Updated ngx-image-cropper to ~6.0.0
617
+
618
+ - [sdk-epayment.component.ts](projects/prestations-ng/src/sdk-epayment/sdk-epayment.component.ts)
619
+ - [sdk-epayment.component.html](projects/prestations-ng/src/sdk-epayment/sdk-epayment.component.html)
620
+ - [sdk-epayment.service.ts](projects/prestations-ng/src/sdk-epayment/sdk-epayment.service.ts)
621
+ - Adaptations to use new e-payment method "Postfinance Checkout"
622
+
623
+ - [backend-reponse.ts](projects/prestations-ng/src/backend-response.ts)
624
+ - renamed to `FormPostResponse` to match prestations-be
625
+ - renamed `GesdemMeta` to `FormMetadata` to match prestations-be
626
+
627
+ - [error-template.ts](projects/prestations-ng/src/error-template.ts)
628
+ - renamed to `FormError` to match prestations-be
629
+
630
+ - DTOs from Refinf : Long attributes are now serialized by the back-end as String since their value can be higher than javascript's MAX_SAFE_INTEGER :
631
+ - [address.type.ts](projects/prestations-ng/src/foehn-address/address.type.ts)
632
+ - Street : `estrid`
633
+ - Locality : `postalLocalityHistoryId`, `zipCodeId`
634
+
635
+ - [foehn-date-picker.component.html](projects/prestations-ng/src/foehn-date-picker/foehn-date-picker.component.html)
636
+ - added unique ids
637
+
638
+ - [foehn-checkable-group.component.ts](projects/prestations-ng/src/foehn-checkables/foehn-checkable-group.component.ts)
639
+ - set default value for `autocomplete` to `off`
640
+
641
+ - [foehn-input-date.component.ts](projects/prestations-ng/src/foehn-input-date/foehn-input-date.component.ts)
642
+ - Added `@Input() hideDatePickerButton: boolean` (default: false). Set to `true` to hide `foehn-date-picker-button`
643
+
644
+ ### Removed
645
+ - [session-info-data.ts](projects/prestations-ng/src/sdk-session-info/session-info-data.ts)
646
+ - removed field `email` since this is the security e-mail that should not be used by prestations (`preferences.email` is the one that is allowed)]
647
+
648
+ - [foehn-page.component.html](projects/prestations-ng/src/foehn-page/foehn-page.component.html)
649
+ - removed `@Input() neverConnected`, if you needed this feature, you have to inject the value as a provider :
650
+ ```json
651
+ providers: [{ provide: 'neverConnected', useValue: true },]
652
+ ```
653
+
654
+ - [foehn-input-date.component.html](projects/prestations-ng/src/foehn-input-date/foehn-input-date.component.html)
655
+ - Removed `<ng-content select="[date-picker-button]">` from template. Please refer to the [UPGRADING_V15](UPGRADING_V15.md)
656
+
657
+ ## [14.5.25]
658
+
659
+ ### Updated
660
+
661
+ - [foehn-debug-summary.component.ts](projects/prestations-ng/src/foehn-debug-summary/foehn-debug-summary.component.ts)
662
+ - Added `Référence de la demande` to debug summary
663
+
664
+ ## [14.5.24]
665
+
666
+ ### Added
667
+
668
+ - New [multiselect-autocomplete documentation](https://dsi-vd.github.io/prestations-ng/autocomplete#multiselect_autocomplete) page
669
+
670
+ - [foehn-multiselect-autocomplete.component.ts](projects/prestations-ng/src/foehn-multiselect-autocomplete/foehn-multiselect-autocomplete.component.ts)
671
+ - `@Input() defaultElementValues: unknown[]` To set default elements in list of selected
672
+
673
+ - [foehn-checkable-group.component.ts](projects/prestations-ng/src/foehn-checkables/foehn-checkable-group.component.ts)
674
+ - added `@Output() elementsLoaded = new EventEmitter<any>()` fired when checkable's elements are loaded
675
+
676
+ ## [14.5.23]
677
+
678
+ ### Updated
679
+
680
+ - [default-dictionary.ts](projects/prestations-ng/src/sdk-dictionary/default-dictionary.ts)
681
+ - Rename last step in `foehn-status-progress-bar`
682
+
683
+ ## [14.5.22]
684
+
685
+ ### Updated
686
+
687
+ - [grecaptcha.component.ts](projects/prestations-ng/src/sdk-recaptcha/grecaptcha/grecaptcha.component.ts)
688
+ - updated url to call recaptcha.net instead of google.com
689
+
690
+ ## [14.5.21]
691
+
692
+ ### Updated
693
+
694
+ - [foehn-status-progress-bar.component.ts](projects/prestations-ng/src/foehn-status-progress-bar/foehn-status-progress-bar.component.ts)
695
+ - By default, `foehn-status-progress-bar` is visible
696
+
697
+ ## [14.5.20]
698
+
699
+ ### Added
700
+
701
+ - [foehn-status-progress-bar.component.ts](projects/prestations-ng/src/foehn-status-progress-bar/foehn-status-progress-bar.component.ts)
702
+ - Add foehn-status-progress-bar component. Component used in foehn-page and can be hidden with `statusProgressBarHidden` input
703
+
704
+ ## [14.5.19]
705
+
706
+ ### Added
707
+
708
+ - [foehn-confirm-modal.component.html](projects/prestations-ng/src/foehn-confirm-modal/foehn-confirm-modal.component.html)
709
+ - Add closeable on FoehnConfirmModalContent. Default value is true. If false, modal has to be closed by the yes and no buttons.
710
+
711
+ ## [14.5.18]
712
+
713
+ ### Fixed
714
+
715
+ - [object.helper.ts](projects/prestations-ng/src/helpers/object.helper.ts)
716
+ - Fix isEqual method for arrays. The issue was if first array has same objects but less items.
717
+ - This issue impacts foehn-select, foehn-list and foehn-table
718
+
719
+
720
+ ## [14.5.17]
721
+
722
+ ### Updated
723
+
724
+ - [support-alert.service.ts](projects/prestations-ng/src/sdk-support-alert/support-alert.service.ts)
725
+ - removed `setRefreshIntervalInSeconds(refreshIntervalsInSeconds: number)`, support alerts are now refreshed on every NavigationStart event from the Angular Router, but at most every 3 minutes.
726
+ - [foehn-page.component.html](projects/prestations-ng/src/foehn-page/foehn-page.component.html)
727
+ - added `@Input() supportAlertRefreshIntervalsInSeconds: number`, support alerts are now refreshed on every NavigationStart event from the Angular Router, but at most every 3 minutes.
728
+
729
+ ## [14.5.16]
730
+
731
+ ### Updated
732
+
733
+ - [support-alert.service.ts](projects/prestations-ng/src/sdk-support-alert/support-alert.service.ts)
734
+ - added `setRefreshIntervalInSeconds(refreshIntervalsInSeconds: number)` allowing to override the default refresh interval for support-alerts (default = 5 * 1000)
735
+ - [foehn-page.component.html](projects/prestations-ng/src/foehn-page/foehn-page.component.html)
736
+ - added `@Input() supportAlertRefreshIntervalsInSeconds: number` allowing to call SupportAlertService.setRefreshIntervalInSeconds()
737
+
738
+ ## [14.5.15]
739
+
740
+ ### Added
741
+
742
+ - [Autogenerated documentation](https://dsi-vd.github.io/prestations-ng/generateddoc)
743
+ - prestations-ng documentation generated automatically by `compodoc`
744
+
745
+ - [foehn-multi-upload.component.ts](projects/prestations-ng/src/foehn-upload/foehn-multi-upload/foehn-multi-upload.component.ts)
746
+ - [foehn-bo-multi-upload.component.ts](projects/prestations-ng/src/foehn-upload/foehn-bo-multi-upload/foehn-bo-multi-upload.component.ts)
747
+ - Add possibility to hide confirmation message when a file is saved. Default is message is displayed. To change default value, add [shouldDisplayFileSavedConfirmation]="false" in your upload
748
+
749
+ - [gesdem-confirmation.component.html](projects/prestations-ng/src/gesdem-confirmation/gesdem-confirmation.component.html)
750
+ - `telechargerBtn` (Télécharger la demande (pdf)) is also shown to a connected user
751
+ - `logoutBtn` (Se déconnecter) is shown to a connected user instead of `terminerBtn` (Terminer)
752
+
753
+ ### Fixed
754
+
755
+ - [foehn-table.component.ts](projects/prestations-ng/src/foehn-table/foehn-table.component.ts)
756
+ - table content was not being refreshed when sorting column
757
+
758
+ ## [14.5.14]
759
+
760
+ ### Added
761
+
762
+ - [foehn-table.module.ts](projects/prestations-ng/src/foehn-table/foehn-table.module.ts)
763
+ - [foehn-table.component.ts](projects/prestations-ng/src/foehn-table/foehn-table.component.ts)
764
+ - [foehn-table.component.html](projects/prestations-ng/src/foehn-table/foehn-table.component.html)
765
+ - added a paginated table
766
+ - for examples, see related page in the devtool (https://dsi-vd.github.io/prestations-ng/list#foehn_table)
767
+
29
768
  ## [14.5.13]
30
769
 
31
770
  ### Added