@inera/ids-angular 9.0.1 → 9.1.0

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 (490) hide show
  1. package/common/classes/form/IDErrorMessageBase.d.ts +1 -1
  2. package/common/classes/form/IDFormBase.d.ts +7 -2
  3. package/common/public-api.d.ts +3 -0
  4. package/common/services/input-described-by-linker.service.d.ts +10 -0
  5. package/common/services/input-invalid-linker.service.d.ts +9 -0
  6. package/common/utilities/useFocusTrap.d.ts +11 -0
  7. package/components/card/card.component.d.ts +1 -1
  8. package/components/card/public-api.d.ts +0 -1
  9. package/components/carousel/carousel.component.d.ts +5 -2
  10. package/components/dialog/dialog.component.d.ts +4 -12
  11. package/components/dropdown/dropdown-trigger.component.d.ts +0 -1
  12. package/components/dropdown/dropdown.component.d.ts +4 -3
  13. package/components/footer-1177/footer-1177-col.component.d.ts +1 -0
  14. package/components/footer-1177/footer-1177-text.component.d.ts +0 -1
  15. package/components/footer-1177/footer-1177.component.d.ts +1 -0
  16. package/components/footer-1177-admin/footer-1177-admin-col.component.d.ts +1 -0
  17. package/components/footer-1177-admin/footer-1177-admin-text.component.d.ts +0 -1
  18. package/components/footer-1177-admin/footer-1177-admin.component.d.ts +1 -0
  19. package/components/footer-1177-pro/footer-1177-pro-col.component.d.ts +1 -0
  20. package/components/footer-1177-pro/footer-1177-pro-text.component.d.ts +0 -1
  21. package/components/footer-1177-pro/footer-1177-pro.component.d.ts +3 -1
  22. package/components/footer-inera/footer-inera-col.component.d.ts +1 -0
  23. package/components/footer-inera/footer-inera-text.component.d.ts +0 -1
  24. package/components/footer-inera/footer-inera.component.d.ts +1 -0
  25. package/components/footer-inera-admin/footer-inera-admin-col.component.d.ts +2 -2
  26. package/components/footer-inera-admin/footer-inera-admin-text.component.d.ts +0 -1
  27. package/components/footer-inera-admin/footer-inera-admin.component.d.ts +1 -0
  28. package/components/form/checkbox-group/checkbox-group.component.d.ts +6 -4
  29. package/components/form/input/input-hint.component.d.ts +1 -0
  30. package/components/form/input/input-unit.component.d.ts +5 -0
  31. package/components/form/input/input.component.d.ts +7 -3
  32. package/components/form/input/public-api.d.ts +1 -0
  33. package/components/form/select-multiple/select-multiple.component.d.ts +2 -1
  34. package/components/form/textarea/textarea-hint.component.d.ts +6 -1
  35. package/components/global-alert/global-alert-actions.component.d.ts +0 -1
  36. package/components/global-alert/global-alert-header.component.d.ts +0 -1
  37. package/components/header-1177/avatar/header-1177-avatar.component.d.ts +5 -2
  38. package/components/header-1177-admin/avatar/header-1177-admin-avatar.component.d.ts +5 -2
  39. package/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.d.ts +5 -2
  40. package/components/header-1177-pro/avatar/header-1177-pro-avatar.component.d.ts +5 -2
  41. package/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.d.ts +5 -2
  42. package/components/header-inera-admin/avatar/header-inera-admin-avatar.component.d.ts +5 -2
  43. package/components/header-inera-admin/avatar-mobile/header-inera-admin-avatar-mobile.component.d.ts +5 -2
  44. package/components/mobile/menu/mobile-menu.component.d.ts +0 -1
  45. package/components/popover/popover.component.d.ts +8 -5
  46. package/components/puff-list/puff-list-item-content-info.component.d.ts +3 -1
  47. package/components/puff-list/puff-list.component.d.ts +0 -1
  48. package/components/stepper/step.component.d.ts +2 -2
  49. package/components/tabs/tab-group.component.d.ts +3 -0
  50. package/components/tabs/tab.component.d.ts +4 -1
  51. package/fesm2022/inera-ids-angular-common.mjs +170 -36
  52. package/fesm2022/inera-ids-angular-common.mjs.map +1 -1
  53. package/fesm2022/inera-ids-angular-components-accordion.mjs +6 -6
  54. package/fesm2022/inera-ids-angular-components-action-link.mjs +3 -3
  55. package/fesm2022/inera-ids-angular-components-alert.mjs +6 -6
  56. package/fesm2022/inera-ids-angular-components-badge.mjs +3 -3
  57. package/fesm2022/inera-ids-angular-components-box-link.mjs +6 -6
  58. package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs +6 -6
  59. package/fesm2022/inera-ids-angular-components-button-group.mjs +3 -3
  60. package/fesm2022/inera-ids-angular-components-button.mjs +3 -3
  61. package/fesm2022/inera-ids-angular-components-card.mjs +6 -21
  62. package/fesm2022/inera-ids-angular-components-card.mjs.map +1 -1
  63. package/fesm2022/inera-ids-angular-components-carousel.mjs +16 -8
  64. package/fesm2022/inera-ids-angular-components-carousel.mjs.map +1 -1
  65. package/fesm2022/inera-ids-angular-components-date-label.mjs +3 -3
  66. package/fesm2022/inera-ids-angular-components-dialog.mjs +29 -67
  67. package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
  68. package/fesm2022/inera-ids-angular-components-dropdown.mjs +22 -18
  69. package/fesm2022/inera-ids-angular-components-dropdown.mjs.map +1 -1
  70. package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs +30 -28
  71. package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs.map +1 -1
  72. package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs +36 -31
  73. package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs.map +1 -1
  74. package/fesm2022/inera-ids-angular-components-footer-1177.mjs +29 -27
  75. package/fesm2022/inera-ids-angular-components-footer-1177.mjs.map +1 -1
  76. package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs +31 -32
  77. package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs.map +1 -1
  78. package/fesm2022/inera-ids-angular-components-footer-inera.mjs +29 -27
  79. package/fesm2022/inera-ids-angular-components-footer-inera.mjs.map +1 -1
  80. package/fesm2022/inera-ids-angular-components-form-check-button.mjs +3 -3
  81. package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs +11 -5
  82. package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs.map +1 -1
  83. package/fesm2022/inera-ids-angular-components-form-checkbox.mjs +9 -3
  84. package/fesm2022/inera-ids-angular-components-form-checkbox.mjs.map +1 -1
  85. package/fesm2022/inera-ids-angular-components-form-darkmode-toggle.mjs +3 -3
  86. package/fesm2022/inera-ids-angular-components-form-error-message.mjs +3 -3
  87. package/fesm2022/inera-ids-angular-components-form-input.mjs +48 -22
  88. package/fesm2022/inera-ids-angular-components-form-input.mjs.map +1 -1
  89. package/fesm2022/inera-ids-angular-components-form-radio-button.mjs +7 -7
  90. package/fesm2022/inera-ids-angular-components-form-radio-button.mjs.map +1 -1
  91. package/fesm2022/inera-ids-angular-components-form-radio.mjs +6 -6
  92. package/fesm2022/inera-ids-angular-components-form-range.mjs +3 -3
  93. package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +25 -9
  94. package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs.map +1 -1
  95. package/fesm2022/inera-ids-angular-components-form-select.mjs +3 -3
  96. package/fesm2022/inera-ids-angular-components-form-spinner.mjs +3 -3
  97. package/fesm2022/inera-ids-angular-components-form-textarea.mjs +14 -8
  98. package/fesm2022/inera-ids-angular-components-form-textarea.mjs.map +1 -1
  99. package/fesm2022/inera-ids-angular-components-form-time.mjs +3 -3
  100. package/fesm2022/inera-ids-angular-components-form-toggle.mjs +3 -3
  101. package/fesm2022/inera-ids-angular-components-global-alert.mjs +11 -13
  102. package/fesm2022/inera-ids-angular-components-global-alert.mjs.map +1 -1
  103. package/fesm2022/inera-ids-angular-components-grid-column.mjs +3 -3
  104. package/fesm2022/inera-ids-angular-components-grid-container.mjs +3 -3
  105. package/fesm2022/inera-ids-angular-components-grid-layout-grid-column.mjs +3 -3
  106. package/fesm2022/inera-ids-angular-components-grid-layout-grid-container.mjs +3 -3
  107. package/fesm2022/inera-ids-angular-components-grid-layout-grid-row.mjs +3 -3
  108. package/fesm2022/inera-ids-angular-components-grid-layout.mjs +9 -9
  109. package/fesm2022/inera-ids-angular-components-grid-row.mjs +3 -3
  110. package/fesm2022/inera-ids-angular-components-grid.mjs +9 -9
  111. package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +67 -45
  112. package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs.map +1 -1
  113. package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +73 -51
  114. package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs.map +1 -1
  115. package/fesm2022/inera-ids-angular-components-header-1177.mjs +58 -47
  116. package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
  117. package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +67 -45
  118. package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
  119. package/fesm2022/inera-ids-angular-components-header-inera.mjs +28 -28
  120. package/fesm2022/inera-ids-angular-components-header-patient.mjs +6 -6
  121. package/fesm2022/inera-ids-angular-components-link.mjs +3 -3
  122. package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs +3 -3
  123. package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs.map +1 -1
  124. package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +7 -8
  125. package/fesm2022/inera-ids-angular-components-mobile-menu.mjs.map +1 -1
  126. package/fesm2022/inera-ids-angular-components-navigation-content.mjs +6 -6
  127. package/fesm2022/inera-ids-angular-components-navigation-local.mjs +6 -6
  128. package/fesm2022/inera-ids-angular-components-notification-badge.mjs +3 -3
  129. package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs +6 -6
  130. package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs +3 -3
  131. package/fesm2022/inera-ids-angular-components-popover.mjs +41 -30
  132. package/fesm2022/inera-ids-angular-components-popover.mjs.map +1 -1
  133. package/fesm2022/inera-ids-angular-components-progressbar.mjs +3 -3
  134. package/fesm2022/inera-ids-angular-components-puff-list.mjs +132 -112
  135. package/fesm2022/inera-ids-angular-components-puff-list.mjs.map +1 -1
  136. package/fesm2022/inera-ids-angular-components-region-icon.mjs +3 -3
  137. package/fesm2022/inera-ids-angular-components-side-menu.mjs +13 -13
  138. package/fesm2022/inera-ids-angular-components-side-panel.mjs +13 -13
  139. package/fesm2022/inera-ids-angular-components-stepper.mjs +54 -42
  140. package/fesm2022/inera-ids-angular-components-stepper.mjs.map +1 -1
  141. package/fesm2022/inera-ids-angular-components-tabs.mjs +89 -14
  142. package/fesm2022/inera-ids-angular-components-tabs.mjs.map +1 -1
  143. package/fesm2022/inera-ids-angular-components-tag.mjs +6 -6
  144. package/fesm2022/inera-ids-angular-components-tooltip.mjs +10 -10
  145. package/package.json +42 -178
  146. package/components/card/card-link.directive.d.ts +0 -5
  147. package/esm2022/common/classes/form/IDErrorMessageBase.mjs +0 -19
  148. package/esm2022/common/classes/form/IDFormBase.mjs +0 -130
  149. package/esm2022/common/context/header-context.mjs +0 -3
  150. package/esm2022/common/directives/click-outside.directive.mjs +0 -30
  151. package/esm2022/common/inera-ids-angular-common.mjs +0 -5
  152. package/esm2022/common/public-api.mjs +0 -9
  153. package/esm2022/common/services/input-label-linker.service.mjs +0 -26
  154. package/esm2022/common/services/tooltip-category.service.mjs +0 -16
  155. package/esm2022/common/services/use-id.service.ts.mjs +0 -19
  156. package/esm2022/common/utilities/useEscKey.mjs +0 -11
  157. package/esm2022/components/accordion/accordion-header.component.mjs +0 -25
  158. package/esm2022/components/accordion/accordion.component.mjs +0 -99
  159. package/esm2022/components/accordion/inera-ids-angular-components-accordion.mjs +0 -5
  160. package/esm2022/components/accordion/public-api.mjs +0 -3
  161. package/esm2022/components/action-link/action-link.component.mjs +0 -32
  162. package/esm2022/components/action-link/inera-ids-angular-components-action-link.mjs +0 -5
  163. package/esm2022/components/action-link/public-api.mjs +0 -2
  164. package/esm2022/components/alert/alert-header.component.mjs +0 -25
  165. package/esm2022/components/alert/alert.component.mjs +0 -114
  166. package/esm2022/components/alert/inera-ids-angular-components-alert.mjs +0 -5
  167. package/esm2022/components/alert/public-api.mjs +0 -3
  168. package/esm2022/components/badge/badge.component.mjs +0 -22
  169. package/esm2022/components/badge/inera-ids-angular-components-badge.mjs +0 -5
  170. package/esm2022/components/badge/public-api.mjs +0 -2
  171. package/esm2022/components/box-link/box-link-button.component.mjs +0 -25
  172. package/esm2022/components/box-link/box-link.component.mjs +0 -20
  173. package/esm2022/components/box-link/inera-ids-angular-components-box-link.mjs +0 -5
  174. package/esm2022/components/box-link/public-api.mjs +0 -3
  175. package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +0 -43
  176. package/esm2022/components/breadcrumbs/crumb.component.mjs +0 -31
  177. package/esm2022/components/breadcrumbs/inera-ids-angular-components-breadcrumbs.mjs +0 -5
  178. package/esm2022/components/breadcrumbs/public-api.mjs +0 -3
  179. package/esm2022/components/button/button.directive.mjs +0 -140
  180. package/esm2022/components/button/inera-ids-angular-components-button.mjs +0 -5
  181. package/esm2022/components/button/public-api.mjs +0 -2
  182. package/esm2022/components/button-group/button-group.component.mjs +0 -39
  183. package/esm2022/components/button-group/inera-ids-angular-components-button-group.mjs +0 -5
  184. package/esm2022/components/button-group/public-api.mjs +0 -2
  185. package/esm2022/components/card/card-link.directive.mjs +0 -17
  186. package/esm2022/components/card/card.component.mjs +0 -48
  187. package/esm2022/components/card/inera-ids-angular-components-card.mjs +0 -5
  188. package/esm2022/components/card/public-api.mjs +0 -3
  189. package/esm2022/components/carousel/carousel-item/carousel-item.component.mjs +0 -33
  190. package/esm2022/components/carousel/carousel.component.mjs +0 -71
  191. package/esm2022/components/carousel/inera-ids-angular-components-carousel.mjs +0 -5
  192. package/esm2022/components/carousel/public-api.mjs +0 -3
  193. package/esm2022/components/date-label/date-label.component.mjs +0 -125
  194. package/esm2022/components/date-label/inera-ids-angular-components-date-label.mjs +0 -5
  195. package/esm2022/components/date-label/public-api.mjs +0 -2
  196. package/esm2022/components/dialog/dialog-close.component.mjs +0 -24
  197. package/esm2022/components/dialog/dialog-content.component.mjs +0 -15
  198. package/esm2022/components/dialog/dialog-footer.component.mjs +0 -18
  199. package/esm2022/components/dialog/dialog-header.component.mjs +0 -15
  200. package/esm2022/components/dialog/dialog-trigger.component.mjs +0 -15
  201. package/esm2022/components/dialog/dialog.component.mjs +0 -164
  202. package/esm2022/components/dialog/inera-ids-angular-components-dialog.mjs +0 -5
  203. package/esm2022/components/dialog/public-api.mjs +0 -7
  204. package/esm2022/components/dropdown/dropdown-item.directive.mjs +0 -18
  205. package/esm2022/components/dropdown/dropdown-trigger.component.mjs +0 -16
  206. package/esm2022/components/dropdown/dropdown.component.mjs +0 -103
  207. package/esm2022/components/dropdown/dropdown.module.mjs +0 -30
  208. package/esm2022/components/dropdown/inera-ids-angular-components-dropdown.mjs +0 -5
  209. package/esm2022/components/dropdown/public-api.mjs +0 -5
  210. package/esm2022/components/footer-1177/footer-1177-col.component.mjs +0 -42
  211. package/esm2022/components/footer-1177/footer-1177-sub-footer-left.component.mjs +0 -18
  212. package/esm2022/components/footer-1177/footer-1177-sub-footer-mobile.component.mjs +0 -18
  213. package/esm2022/components/footer-1177/footer-1177-sub-footer-right.component.mjs +0 -18
  214. package/esm2022/components/footer-1177/footer-1177-text.component.mjs +0 -29
  215. package/esm2022/components/footer-1177/footer-1177.component.mjs +0 -40
  216. package/esm2022/components/footer-1177/footer-1177.module.mjs +0 -45
  217. package/esm2022/components/footer-1177/inera-ids-angular-components-footer-1177.mjs +0 -5
  218. package/esm2022/components/footer-1177/public-api.mjs +0 -8
  219. package/esm2022/components/footer-1177-admin/footer-1177-admin-col.component.mjs +0 -42
  220. package/esm2022/components/footer-1177-admin/footer-1177-admin-sub-footer-left.component.mjs +0 -18
  221. package/esm2022/components/footer-1177-admin/footer-1177-admin-sub-footer-mobile.component.mjs +0 -18
  222. package/esm2022/components/footer-1177-admin/footer-1177-admin-sub-footer-right.component.mjs +0 -18
  223. package/esm2022/components/footer-1177-admin/footer-1177-admin-text.component.mjs +0 -29
  224. package/esm2022/components/footer-1177-admin/footer-1177-admin.component.mjs +0 -38
  225. package/esm2022/components/footer-1177-admin/footer-1177-admin.module.mjs +0 -45
  226. package/esm2022/components/footer-1177-admin/inera-ids-angular-components-footer-1177-admin.mjs +0 -5
  227. package/esm2022/components/footer-1177-admin/public-api.mjs +0 -8
  228. package/esm2022/components/footer-1177-pro/footer-1177-pro-col.component.mjs +0 -42
  229. package/esm2022/components/footer-1177-pro/footer-1177-pro-sub-footer-left.component.mjs +0 -18
  230. package/esm2022/components/footer-1177-pro/footer-1177-pro-sub-footer-mobile.component.mjs +0 -18
  231. package/esm2022/components/footer-1177-pro/footer-1177-pro-sub-footer-right.component.mjs +0 -18
  232. package/esm2022/components/footer-1177-pro/footer-1177-pro-text.component.mjs +0 -29
  233. package/esm2022/components/footer-1177-pro/footer-1177-pro.component.mjs +0 -38
  234. package/esm2022/components/footer-1177-pro/footer-1177-pro.module.mjs +0 -45
  235. package/esm2022/components/footer-1177-pro/inera-ids-angular-components-footer-1177-pro.mjs +0 -5
  236. package/esm2022/components/footer-1177-pro/public-api.mjs +0 -8
  237. package/esm2022/components/footer-inera/footer-inera-col.component.mjs +0 -42
  238. package/esm2022/components/footer-inera/footer-inera-sub-footer-left.component.mjs +0 -18
  239. package/esm2022/components/footer-inera/footer-inera-sub-footer-mobile.component.mjs +0 -18
  240. package/esm2022/components/footer-inera/footer-inera-sub-footer-right.component.mjs +0 -18
  241. package/esm2022/components/footer-inera/footer-inera-text.component.mjs +0 -29
  242. package/esm2022/components/footer-inera/footer-inera.component.mjs +0 -38
  243. package/esm2022/components/footer-inera/footer-inera.module.mjs +0 -45
  244. package/esm2022/components/footer-inera/inera-ids-angular-components-footer-inera.mjs +0 -5
  245. package/esm2022/components/footer-inera/public-api.mjs +0 -8
  246. package/esm2022/components/footer-inera-admin/footer-inera-admin-col.component.mjs +0 -46
  247. package/esm2022/components/footer-inera-admin/footer-inera-admin-sub-footer-left.component.mjs +0 -18
  248. package/esm2022/components/footer-inera-admin/footer-inera-admin-sub-footer-mobile.component.mjs +0 -18
  249. package/esm2022/components/footer-inera-admin/footer-inera-admin-sub-footer-right.component.mjs +0 -18
  250. package/esm2022/components/footer-inera-admin/footer-inera-admin-text.component.mjs +0 -29
  251. package/esm2022/components/footer-inera-admin/footer-inera-admin.component.mjs +0 -38
  252. package/esm2022/components/footer-inera-admin/footer-inera-admin.module.mjs +0 -45
  253. package/esm2022/components/footer-inera-admin/inera-ids-angular-components-footer-inera-admin.mjs +0 -5
  254. package/esm2022/components/footer-inera-admin/public-api.mjs +0 -8
  255. package/esm2022/components/form/check-button/check-button.component.mjs +0 -18
  256. package/esm2022/components/form/check-button/inera-ids-angular-components-form-check-button.mjs +0 -5
  257. package/esm2022/components/form/check-button/public-api.mjs +0 -2
  258. package/esm2022/components/form/checkbox/checkbox.component.mjs +0 -47
  259. package/esm2022/components/form/checkbox/inera-ids-angular-components-form-checkbox.mjs +0 -5
  260. package/esm2022/components/form/checkbox/public-api.mjs +0 -2
  261. package/esm2022/components/form/checkbox-group/checkbox-group.component.mjs +0 -44
  262. package/esm2022/components/form/checkbox-group/inera-ids-angular-components-form-checkbox-group.mjs +0 -5
  263. package/esm2022/components/form/checkbox-group/public-api.mjs +0 -2
  264. package/esm2022/components/form/darkmode-toggle/darkmode-toggle.component.mjs +0 -12
  265. package/esm2022/components/form/darkmode-toggle/inera-ids-angular-components-form-darkmode-toggle.mjs +0 -5
  266. package/esm2022/components/form/darkmode-toggle/public-api.mjs +0 -2
  267. package/esm2022/components/form/error-message/error-message.component.mjs +0 -46
  268. package/esm2022/components/form/error-message/inera-ids-angular-components-form-error-message.mjs +0 -5
  269. package/esm2022/components/form/error-message/public-api.mjs +0 -2
  270. package/esm2022/components/form/input/inera-ids-angular-components-form-input.mjs +0 -5
  271. package/esm2022/components/form/input/input-hint.component.mjs +0 -18
  272. package/esm2022/components/form/input/input-icon.component.mjs +0 -23
  273. package/esm2022/components/form/input/input.component.mjs +0 -42
  274. package/esm2022/components/form/input/public-api.mjs +0 -4
  275. package/esm2022/components/form/radio/inera-ids-angular-components-form-radio.mjs +0 -5
  276. package/esm2022/components/form/radio/public-api.mjs +0 -3
  277. package/esm2022/components/form/radio/radio-group.component.mjs +0 -55
  278. package/esm2022/components/form/radio/radio.component.mjs +0 -25
  279. package/esm2022/components/form/radio-button/inera-ids-angular-components-form-radio-button.mjs +0 -5
  280. package/esm2022/components/form/radio-button/public-api.mjs +0 -3
  281. package/esm2022/components/form/radio-button/radio-button-group.component.mjs +0 -46
  282. package/esm2022/components/form/radio-button/radio-button.component.mjs +0 -23
  283. package/esm2022/components/form/range/inera-ids-angular-components-form-range.mjs +0 -5
  284. package/esm2022/components/form/range/public-api.mjs +0 -2
  285. package/esm2022/components/form/range/range.component.mjs +0 -75
  286. package/esm2022/components/form/select/inera-ids-angular-components-form-select.mjs +0 -5
  287. package/esm2022/components/form/select/public-api.mjs +0 -2
  288. package/esm2022/components/form/select/select.component.mjs +0 -16
  289. package/esm2022/components/form/select-multiple/inera-ids-angular-components-form-select-multiple.mjs +0 -5
  290. package/esm2022/components/form/select-multiple/public-api.mjs +0 -2
  291. package/esm2022/components/form/select-multiple/select-multiple.component.mjs +0 -100
  292. package/esm2022/components/form/spinner/inera-ids-angular-components-form-spinner.mjs +0 -5
  293. package/esm2022/components/form/spinner/public-api.mjs +0 -2
  294. package/esm2022/components/form/spinner/spinner.component.mjs +0 -24
  295. package/esm2022/components/form/textarea/inera-ids-angular-components-form-textarea.mjs +0 -5
  296. package/esm2022/components/form/textarea/public-api.mjs +0 -3
  297. package/esm2022/components/form/textarea/textarea-hint.component.mjs +0 -18
  298. package/esm2022/components/form/textarea/textarea.component.mjs +0 -54
  299. package/esm2022/components/form/time/inera-ids-angular-components-form-time.mjs +0 -5
  300. package/esm2022/components/form/time/public-api.mjs +0 -2
  301. package/esm2022/components/form/time/time.component.mjs +0 -15
  302. package/esm2022/components/form/toggle/inera-ids-angular-components-form-toggle.mjs +0 -5
  303. package/esm2022/components/form/toggle/public-api.mjs +0 -2
  304. package/esm2022/components/form/toggle/toggle.component.mjs +0 -14
  305. package/esm2022/components/global-alert/global-alert-actions.component.mjs +0 -26
  306. package/esm2022/components/global-alert/global-alert-header.component.mjs +0 -26
  307. package/esm2022/components/global-alert/global-alert.component.mjs +0 -86
  308. package/esm2022/components/global-alert/inera-ids-angular-components-global-alert.mjs +0 -5
  309. package/esm2022/components/global-alert/public-api.mjs +0 -4
  310. package/esm2022/components/grid/column/column.component.mjs +0 -61
  311. package/esm2022/components/grid/column/inera-ids-angular-components-grid-column.mjs +0 -5
  312. package/esm2022/components/grid/column/public-api.mjs +0 -2
  313. package/esm2022/components/grid/container/container.component.mjs +0 -27
  314. package/esm2022/components/grid/container/inera-ids-angular-components-grid-container.mjs +0 -5
  315. package/esm2022/components/grid/container/public-api.mjs +0 -2
  316. package/esm2022/components/grid/inera-ids-angular-components-grid.mjs +0 -5
  317. package/esm2022/components/grid/public-api.mjs +0 -4
  318. package/esm2022/components/grid/row/inera-ids-angular-components-grid-row.mjs +0 -5
  319. package/esm2022/components/grid/row/public-api.mjs +0 -2
  320. package/esm2022/components/grid/row/row.component.mjs +0 -43
  321. package/esm2022/components/grid-layout/grid-column/grid-column.component.mjs +0 -72
  322. package/esm2022/components/grid-layout/grid-column/inera-ids-angular-components-grid-layout-grid-column.mjs +0 -5
  323. package/esm2022/components/grid-layout/grid-column/public-api.mjs +0 -2
  324. package/esm2022/components/grid-layout/grid-container/grid-container.component.mjs +0 -35
  325. package/esm2022/components/grid-layout/grid-container/inera-ids-angular-components-grid-layout-grid-container.mjs +0 -5
  326. package/esm2022/components/grid-layout/grid-container/public-api.mjs +0 -2
  327. package/esm2022/components/grid-layout/grid-row/grid-row.component.mjs +0 -43
  328. package/esm2022/components/grid-layout/grid-row/inera-ids-angular-components-grid-layout-grid-row.mjs +0 -5
  329. package/esm2022/components/grid-layout/grid-row/public-api.mjs +0 -2
  330. package/esm2022/components/grid-layout/inera-ids-angular-components-grid-layout.mjs +0 -5
  331. package/esm2022/components/grid-layout/public-api.mjs +0 -4
  332. package/esm2022/components/header-1177/avatar/header-1177-avatar-agent.component.mjs +0 -20
  333. package/esm2022/components/header-1177/avatar/header-1177-avatar.component.mjs +0 -113
  334. package/esm2022/components/header-1177/brand-link/header-1177-brand-link.directive.mjs +0 -17
  335. package/esm2022/components/header-1177/header-1177.component.mjs +0 -58
  336. package/esm2022/components/header-1177/header-1177.module.mjs +0 -80
  337. package/esm2022/components/header-1177/inera-ids-angular-components-header-1177.mjs +0 -5
  338. package/esm2022/components/header-1177/item/header-1177-item.component.mjs +0 -52
  339. package/esm2022/components/header-1177/menu-mobile/header-1177-menu-mobile.component.mjs +0 -57
  340. package/esm2022/components/header-1177/nav/header-1177-nav.component.mjs +0 -55
  341. package/esm2022/components/header-1177/nav-item/header-1177-nav-item.component.mjs +0 -157
  342. package/esm2022/components/header-1177/nav-item-menu-link/header-1177-nav-item-menu-link.component.mjs +0 -18
  343. package/esm2022/components/header-1177/nav-item-mobile/header-1177-nav-item-mobile.component.mjs +0 -36
  344. package/esm2022/components/header-1177/public-api.mjs +0 -15
  345. package/esm2022/components/header-1177/region-picker/header-1177-region-picker.component.mjs +0 -85
  346. package/esm2022/components/header-1177/region-picker-mobile/header-1177-region-picker-mobile.component.mjs +0 -76
  347. package/esm2022/components/header-1177/skip-to-content/header-1177-skip-to-content.component.mjs +0 -18
  348. package/esm2022/components/header-1177-admin/avatar/header-1177-admin-avatar.component.mjs +0 -130
  349. package/esm2022/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.mjs +0 -125
  350. package/esm2022/components/header-1177-admin/brand-link/header-1177-admin-brand-link.directive.mjs +0 -17
  351. package/esm2022/components/header-1177-admin/header-1177-admin.component.mjs +0 -57
  352. package/esm2022/components/header-1177-admin/header-1177-admin.module.mjs +0 -70
  353. package/esm2022/components/header-1177-admin/inera-ids-angular-components-header-1177-admin.mjs +0 -5
  354. package/esm2022/components/header-1177-admin/item/header-1177-admin-item.component.mjs +0 -39
  355. package/esm2022/components/header-1177-admin/menu-mobile/header-1177-admin-menu-mobile.component.mjs +0 -65
  356. package/esm2022/components/header-1177-admin/nav/header-1177-admin-nav.component.mjs +0 -37
  357. package/esm2022/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.mjs +0 -157
  358. package/esm2022/components/header-1177-admin/nav-item-menu-link/header-1177-admin-nav-item-menu-link.component.mjs +0 -18
  359. package/esm2022/components/header-1177-admin/nav-item-mobile/header-1177-admin-nav-item-mobile.mjs +0 -36
  360. package/esm2022/components/header-1177-admin/public-api.mjs +0 -13
  361. package/esm2022/components/header-1177-admin/skip-to-content/header-1177-admin-skip-to-content.component.mjs +0 -18
  362. package/esm2022/components/header-1177-pro/avatar/header-1177-pro-avatar.component.mjs +0 -130
  363. package/esm2022/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.mjs +0 -125
  364. package/esm2022/components/header-1177-pro/brand-link/header-1177-pro-brand-link.directive.mjs +0 -17
  365. package/esm2022/components/header-1177-pro/header-1177-pro.component.mjs +0 -51
  366. package/esm2022/components/header-1177-pro/header-1177-pro.module.mjs +0 -80
  367. package/esm2022/components/header-1177-pro/inera-ids-angular-components-header-1177-pro.mjs +0 -5
  368. package/esm2022/components/header-1177-pro/item/header-1177-pro-item.component.mjs +0 -39
  369. package/esm2022/components/header-1177-pro/menu-mobile/header-1177-pro-menu-mobile.component.mjs +0 -65
  370. package/esm2022/components/header-1177-pro/nav/header-1177-pro-nav.component.mjs +0 -33
  371. package/esm2022/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.mjs +0 -154
  372. package/esm2022/components/header-1177-pro/nav-item-menu-link/header-1177-pro-nav-item-menu-link.component.mjs +0 -18
  373. package/esm2022/components/header-1177-pro/nav-item-mobile/header-1177-pro-nav-item-mobile.mjs +0 -36
  374. package/esm2022/components/header-1177-pro/public-api.mjs +0 -15
  375. package/esm2022/components/header-1177-pro/region-picker/header-1177-pro-region-picker.component.mjs +0 -85
  376. package/esm2022/components/header-1177-pro/region-picker-mobile/header-1177-pro-region-picker-mobile.component.mjs +0 -76
  377. package/esm2022/components/header-1177-pro/skip-to-content/header-1177-pro-skip-to-content.component.mjs +0 -18
  378. package/esm2022/components/header-inera/brand-link/header-inera-brand-link.directive.mjs +0 -14
  379. package/esm2022/components/header-inera/header-inera.component.mjs +0 -53
  380. package/esm2022/components/header-inera/header-inera.module.mjs +0 -55
  381. package/esm2022/components/header-inera/inera-ids-angular-components-header-inera.mjs +0 -5
  382. package/esm2022/components/header-inera/item/header-inera-item.component.mjs +0 -39
  383. package/esm2022/components/header-inera/menu-mobile/header-inera-menu-mobile.component.mjs +0 -71
  384. package/esm2022/components/header-inera/nav/header-inera-nav.component.mjs +0 -33
  385. package/esm2022/components/header-inera/nav-item/header-inera-nav-item.component.mjs +0 -154
  386. package/esm2022/components/header-inera/nav-item-menu-link/header-inera-nav-item-menu-link.component.mjs +0 -18
  387. package/esm2022/components/header-inera/public-api.mjs +0 -10
  388. package/esm2022/components/header-inera/skip-to-content/header-inera-skip-to-content.component.mjs +0 -18
  389. package/esm2022/components/header-inera-admin/avatar/header-inera-admin-avatar.component.mjs +0 -130
  390. package/esm2022/components/header-inera-admin/avatar-mobile/header-inera-admin-avatar-mobile.component.mjs +0 -125
  391. package/esm2022/components/header-inera-admin/brand-link/header-inera-admin-brand-link.directive.mjs +0 -17
  392. package/esm2022/components/header-inera-admin/header-inera-admin.component.mjs +0 -65
  393. package/esm2022/components/header-inera-admin/header-inera-admin.module.mjs +0 -70
  394. package/esm2022/components/header-inera-admin/inera-ids-angular-components-header-inera-admin.mjs +0 -5
  395. package/esm2022/components/header-inera-admin/item/header-inera-admin-item.component.mjs +0 -44
  396. package/esm2022/components/header-inera-admin/menu-mobile/header-inera-admin-menu-mobile.component.mjs +0 -71
  397. package/esm2022/components/header-inera-admin/nav/header-inera-admin-nav.component.mjs +0 -33
  398. package/esm2022/components/header-inera-admin/nav-item/header-inera-admin-nav-item.component.mjs +0 -154
  399. package/esm2022/components/header-inera-admin/nav-item-menu-link/header-inera-admin-nav-item-menu-link.component.mjs +0 -18
  400. package/esm2022/components/header-inera-admin/nav-item-mobile/header-inera-admin-nav-item-mobile.mjs +0 -36
  401. package/esm2022/components/header-inera-admin/public-api.mjs +0 -13
  402. package/esm2022/components/header-inera-admin/skip-to-content/header-inera-admin-skip-to-content.component.mjs +0 -18
  403. package/esm2022/components/header-patient/header-patient-actions.component.mjs +0 -22
  404. package/esm2022/components/header-patient/header-patient.component.mjs +0 -78
  405. package/esm2022/components/header-patient/inera-ids-angular-components-header-patient.mjs +0 -5
  406. package/esm2022/components/header-patient/public-api.mjs +0 -3
  407. package/esm2022/components/link/inera-ids-angular-components-link.mjs +0 -5
  408. package/esm2022/components/link/link.directive.mjs +0 -64
  409. package/esm2022/components/link/public-api.mjs +0 -2
  410. package/esm2022/components/mobile/menu/inera-ids-angular-components-mobile-menu.mjs +0 -5
  411. package/esm2022/components/mobile/menu/item/inera-ids-angular-components-mobile-menu-item.mjs +0 -5
  412. package/esm2022/components/mobile/menu/item/mobile-menu-item.component.mjs +0 -92
  413. package/esm2022/components/mobile/menu/item/public-api.mjs +0 -2
  414. package/esm2022/components/mobile/menu/mobile-menu.component.mjs +0 -42
  415. package/esm2022/components/mobile/menu/public-api.mjs +0 -3
  416. package/esm2022/components/navigation/content/inera-ids-angular-components-navigation-content.mjs +0 -5
  417. package/esm2022/components/navigation/content/navigation-content-link.component.mjs +0 -29
  418. package/esm2022/components/navigation/content/navigation-content.component.mjs +0 -24
  419. package/esm2022/components/navigation/content/public-api.mjs +0 -3
  420. package/esm2022/components/navigation/local/inera-ids-angular-components-navigation-local.mjs +0 -5
  421. package/esm2022/components/navigation/local/navigation-local-link.component.mjs +0 -27
  422. package/esm2022/components/navigation/local/navigation-local.component.mjs +0 -21
  423. package/esm2022/components/navigation/local/public-api.mjs +0 -3
  424. package/esm2022/components/notification-badge/inera-ids-angular-components-notification-badge.mjs +0 -5
  425. package/esm2022/components/notification-badge/notification-badge.component.mjs +0 -39
  426. package/esm2022/components/notification-badge/public-api.mjs +0 -2
  427. package/esm2022/components/pagination/data-pagination/data-pagination-select.component.mjs +0 -20
  428. package/esm2022/components/pagination/data-pagination/data-pagination.component.mjs +0 -75
  429. package/esm2022/components/pagination/data-pagination/inera-ids-angular-components-pagination-data-pagination.mjs +0 -5
  430. package/esm2022/components/pagination/data-pagination/public-api.mjs +0 -3
  431. package/esm2022/components/pagination/list-pagination/inera-ids-angular-components-pagination-list-pagination.mjs +0 -5
  432. package/esm2022/components/pagination/list-pagination/list-pagination.component.mjs +0 -197
  433. package/esm2022/components/pagination/list-pagination/public-api.mjs +0 -2
  434. package/esm2022/components/popover/inera-ids-angular-components-popover.mjs +0 -5
  435. package/esm2022/components/popover/popover-close.component.mjs +0 -24
  436. package/esm2022/components/popover/popover-content.component.mjs +0 -91
  437. package/esm2022/components/popover/popover-header.component.mjs +0 -18
  438. package/esm2022/components/popover/popover-trigger.component.mjs +0 -15
  439. package/esm2022/components/popover/popover.component.mjs +0 -149
  440. package/esm2022/components/popover/popover.module.mjs +0 -40
  441. package/esm2022/components/popover/public-api.mjs +0 -7
  442. package/esm2022/components/progressbar/inera-ids-angular-components-progressbar.mjs +0 -5
  443. package/esm2022/components/progressbar/progressbar.component.mjs +0 -24
  444. package/esm2022/components/progressbar/public-api.mjs +0 -2
  445. package/esm2022/components/puff-list/inera-ids-angular-components-puff-list.mjs +0 -5
  446. package/esm2022/components/puff-list/public-api.mjs +0 -9
  447. package/esm2022/components/puff-list/puff-list-item-content-info.component.mjs +0 -18
  448. package/esm2022/components/puff-list/puff-list-item-content.component.mjs +0 -15
  449. package/esm2022/components/puff-list/puff-list-item-date-label.component.mjs +0 -18
  450. package/esm2022/components/puff-list/puff-list-item-extra-content.component.mjs +0 -18
  451. package/esm2022/components/puff-list/puff-list-item-header.component.mjs +0 -18
  452. package/esm2022/components/puff-list/puff-list-item.component.mjs +0 -161
  453. package/esm2022/components/puff-list/puff-list.component.mjs +0 -40
  454. package/esm2022/components/puff-list/puff-list.module.mjs +0 -51
  455. package/esm2022/components/region-icon/inera-ids-angular-components-region-icon.mjs +0 -5
  456. package/esm2022/components/region-icon/public-api.mjs +0 -2
  457. package/esm2022/components/region-icon/region-icon.component.mjs +0 -51
  458. package/esm2022/components/side-menu/inera-ids-angular-components-side-menu.mjs +0 -5
  459. package/esm2022/components/side-menu/public-api.mjs +0 -5
  460. package/esm2022/components/side-menu/side-menu-icon.component.mjs +0 -24
  461. package/esm2022/components/side-menu/side-menu-link.component.mjs +0 -18
  462. package/esm2022/components/side-menu/side-menu.component.mjs +0 -215
  463. package/esm2022/components/side-menu/side-menu.module.mjs +0 -30
  464. package/esm2022/components/side-panel/inera-ids-angular-components-side-panel.mjs +0 -5
  465. package/esm2022/components/side-panel/public-api.mjs +0 -5
  466. package/esm2022/components/side-panel/side-panel-footer.component.mjs +0 -50
  467. package/esm2022/components/side-panel/side-panel-provider.component.mjs +0 -73
  468. package/esm2022/components/side-panel/side-panel.component.mjs +0 -196
  469. package/esm2022/components/side-panel/side-panel.module.mjs +0 -31
  470. package/esm2022/components/stepper/inera-ids-angular-components-stepper.mjs +0 -5
  471. package/esm2022/components/stepper/public-api.mjs +0 -5
  472. package/esm2022/components/stepper/step-header.component.mjs +0 -18
  473. package/esm2022/components/stepper/step.component.mjs +0 -133
  474. package/esm2022/components/stepper/stepper.component.mjs +0 -30
  475. package/esm2022/components/stepper/stepper.module.mjs +0 -30
  476. package/esm2022/components/tabs/inera-ids-angular-components-tabs.mjs +0 -5
  477. package/esm2022/components/tabs/public-api.mjs +0 -3
  478. package/esm2022/components/tabs/tab-group.component.mjs +0 -51
  479. package/esm2022/components/tabs/tab.component.mjs +0 -41
  480. package/esm2022/components/tag/inera-ids-angular-components-tag.mjs +0 -5
  481. package/esm2022/components/tag/public-api.mjs +0 -3
  482. package/esm2022/components/tag/tag.component.mjs +0 -23
  483. package/esm2022/components/tag/tag.directive.mjs +0 -17
  484. package/esm2022/components/tooltip/inera-ids-angular-components-tooltip.mjs +0 -5
  485. package/esm2022/components/tooltip/public-api.mjs +0 -4
  486. package/esm2022/components/tooltip/tooltip-trigger.directive.mjs +0 -18
  487. package/esm2022/components/tooltip/tooltip.component.mjs +0 -84
  488. package/esm2022/components/tooltip/tooltip.module.mjs +0 -25
  489. package/esm2022/inera-ids-angular.mjs +0 -5
  490. package/esm2022/public-api.mjs +0 -2
@@ -4,5 +4,5 @@ export declare abstract class IDErrorMessageBase {
4
4
  private idService;
5
5
  id: string;
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<IDErrorMessageBase, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<IDErrorMessageBase, never, never, { "show": { "alias": "show"; "required": false; }; }, {}, never, never, false, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<IDErrorMessageBase, never, never, { "show": { "alias": "show"; "required": false; }; }, {}, never, never, true, never>;
8
8
  }
@@ -1,6 +1,8 @@
1
- import { AfterContentInit, ElementRef, EventEmitter, Renderer2 } from '@angular/core';
1
+ import { AfterContentInit, DestroyRef, ElementRef, EventEmitter, Renderer2 } from '@angular/core';
2
2
  import { NgControl } from '@angular/forms';
3
3
  import { IDInputLabelLinker } from '../../services/input-label-linker.service';
4
+ import { IDInputDescribedByLinker } from '../../services/input-described-by-linker.service';
5
+ import { IDInputInvalidLinker } from '../../services/input-invalid-linker.service';
4
6
  import { IDErrorMessageBase } from './IDErrorMessageBase';
5
7
  import * as i0 from "@angular/core";
6
8
  export declare abstract class IDFormBase implements AfterContentInit {
@@ -14,6 +16,9 @@ export declare abstract class IDFormBase implements AfterContentInit {
14
16
  srof: string;
15
17
  light: boolean;
16
18
  protected inputLabelLinker: IDInputLabelLinker;
19
+ protected inputDescribedByLinker: IDInputDescribedByLinker;
20
+ protected inputInvalidLinker: IDInputInvalidLinker;
21
+ protected destroyRef: DestroyRef;
17
22
  private blurEvent?;
18
23
  get input(): any;
19
24
  get label(): any;
@@ -28,5 +33,5 @@ export declare abstract class IDFormBase implements AfterContentInit {
28
33
  }): void;
29
34
  ngOnDestroy(): void;
30
35
  static ɵfac: i0.ɵɵFactoryDeclaration<IDFormBase, never>;
31
- static ɵdir: i0.ɵɵDirectiveDeclaration<IDFormBase, never, never, { "validateOn": { "alias": "validateOn"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "srof": { "alias": "srof"; "required": false; }; "light": { "alias": "light"; "required": false; }; }, { "invalidChange": "invalidChange"; }, ["ngControl", "errorMessage"], never, false, never>;
36
+ static ɵdir: i0.ɵɵDirectiveDeclaration<IDFormBase, never, never, { "validateOn": { "alias": "validateOn"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "srof": { "alias": "srof"; "required": false; }; "light": { "alias": "light"; "required": false; }; }, { "invalidChange": "invalidChange"; }, ["ngControl", "errorMessage"], never, true, never>;
32
37
  }
@@ -5,4 +5,7 @@ export { IDClickOutsideDirective } from "./directives/click-outside.directive";
5
5
  export { IDTooltipCategoryService } from "./services/tooltip-category.service";
6
6
  export { ID_HEADER_CONTEXT, IDHeaderContext } from "./context/header-context";
7
7
  export { IDErrorMessageBase } from "./classes/form/IDErrorMessageBase";
8
+ export { IDInputDescribedByLinker } from "./services/input-described-by-linker.service";
9
+ export { IDInputInvalidLinker } from "./services/input-invalid-linker.service";
8
10
  export { useEscapeKey } from "./utilities/useEscKey";
11
+ export { useFocusTrap } from "./utilities/useFocusTrap";
@@ -0,0 +1,10 @@
1
+ import { ElementRef, RendererFactory2 } from '@angular/core';
2
+ import { IDErrorMessageBase } from '../classes/form/IDErrorMessageBase';
3
+ import * as i0 from "@angular/core";
4
+ export declare class IDInputDescribedByLinker {
5
+ private renderer;
6
+ constructor(rendererFactory: RendererFactory2);
7
+ link(host: ElementRef<HTMLElement>, errorMessage: IDErrorMessageBase | undefined, invalid: boolean): void;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDInputDescribedByLinker, never>;
9
+ static ɵprov: i0.ɵɵInjectableDeclaration<IDInputDescribedByLinker>;
10
+ }
@@ -0,0 +1,9 @@
1
+ import { ElementRef, RendererFactory2 } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class IDInputInvalidLinker {
4
+ private renderer;
5
+ constructor(rendererFactory: RendererFactory2);
6
+ link(host: ElementRef<HTMLElement>, invalid: boolean): void;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDInputInvalidLinker, never>;
8
+ static ɵprov: i0.ɵɵInjectableDeclaration<IDInputInvalidLinker>;
9
+ }
@@ -0,0 +1,11 @@
1
+ import { ElementRef } from '@angular/core';
2
+ type FocusContainer = ElementRef<HTMLElement> | HTMLElement | undefined;
3
+ export declare function useFocusTrap(getContainer: () => FocusContainer, options?: {
4
+ disabled?: () => boolean;
5
+ }): {
6
+ create: () => void;
7
+ reset: () => void;
8
+ destroy: () => void;
9
+ readonly focusableElements: HTMLElement[];
10
+ };
11
+ export {};
@@ -8,7 +8,7 @@ export declare class IDCardComponent {
8
8
  interactive: boolean;
9
9
  lean: boolean;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<IDCardComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<IDCardComponent, "id-card", never, { "hideOnM": { "alias": "hideOnM"; "required": false; }; "hideOnS": { "alias": "hideOnS"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "focusCard": { "alias": "focusCard"; "required": false; }; "borderTop": { "alias": "borderTop"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "lean": { "alias": "lean"; "required": false; }; }, {}, never, ["*", "[interactive]"], true, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDCardComponent, "id-card", never, { "hideOnM": { "alias": "hideOnM"; "required": false; }; "hideOnS": { "alias": "hideOnS"; "required": false; }; "fill": { "alias": "fill"; "required": false; }; "focusCard": { "alias": "focusCard"; "required": false; }; "borderTop": { "alias": "borderTop"; "required": false; }; "interactive": { "alias": "interactive"; "required": false; }; "lean": { "alias": "lean"; "required": false; }; }, {}, never, ["*"], true, never>;
12
12
  static ngAcceptInputType_hideOnM: unknown;
13
13
  static ngAcceptInputType_hideOnS: unknown;
14
14
  static ngAcceptInputType_fill: unknown;
@@ -1,2 +1 @@
1
1
  export { IDCardComponent } from './card.component';
2
- export { IDCardLinkDirective } from './card-link.directive';
@@ -1,7 +1,7 @@
1
- import { AfterContentInit, EventEmitter, QueryList } from '@angular/core';
1
+ import { AfterContentInit, EventEmitter, OnDestroy, QueryList } from '@angular/core';
2
2
  import { IDCarouselItemComponent } from './carousel-item/carousel-item.component';
3
3
  import * as i0 from "@angular/core";
4
- export declare class IDCarouselComponent implements AfterContentInit {
4
+ export declare class IDCarouselComponent implements AfterContentInit, OnDestroy {
5
5
  carouselItems: QueryList<IDCarouselItemComponent>;
6
6
  private destroyRef;
7
7
  srNextLabel: string;
@@ -9,12 +9,15 @@ export declare class IDCarouselComponent implements AfterContentInit {
9
9
  slideChanged: EventEmitter<number>;
10
10
  activeSlide: number;
11
11
  isAnimating: boolean;
12
+ private animatingTimeout?;
13
+ ngOnDestroy(): void;
12
14
  ngAfterContentInit(): void;
13
15
  setIsAnimating(): void;
14
16
  nextSlide(): void;
15
17
  prevSlide(): void;
16
18
  setActiveSlide(index: number): void;
17
19
  private syncActiveSlide;
20
+ trackByItem(_: number, item: IDCarouselItemComponent): IDCarouselItemComponent;
18
21
  static ɵfac: i0.ɵɵFactoryDeclaration<IDCarouselComponent, never>;
19
22
  static ɵcmp: i0.ɵɵComponentDeclaration<IDCarouselComponent, "id-carousel", never, { "srNextLabel": { "alias": "srNextLabel"; "required": false; }; "srPrevLabel": { "alias": "srPrevLabel"; "required": false; }; }, { "slideChanged": "slideChanged"; }, ["carouselItems"], never, true, never>;
20
23
  }
@@ -1,9 +1,8 @@
1
- import { AfterContentInit, ElementRef, EventEmitter, QueryList } from '@angular/core';
1
+ import { AfterContentInit, ElementRef, EventEmitter, OnDestroy, QueryList } from '@angular/core';
2
2
  import { IDDialogTriggerComponent } from './dialog-trigger.component';
3
- import { FocusTrapFactory } from '@angular/cdk/a11y';
4
3
  import { IDDialogCloseComponent } from './dialog-close.component';
5
4
  import * as i0 from "@angular/core";
6
- export declare class IDDialogComponent implements AfterContentInit {
5
+ export declare class IDDialogComponent implements AfterContentInit, OnDestroy {
7
6
  onEsc(event: Event): void;
8
7
  trigger: IDDialogTriggerComponent;
9
8
  dismissible: boolean;
@@ -24,20 +23,13 @@ export declare class IDDialogComponent implements AfterContentInit {
24
23
  contentId: string;
25
24
  headingId: string;
26
25
  ngAfterContentInit(): void;
26
+ ngOnDestroy(): void;
27
27
  dialogContent: ElementRef;
28
- private focusTrap;
29
- focusTrapFactory: FocusTrapFactory;
30
- get focusableElements(): HTMLElement[];
31
- createFocusTrap(): void;
32
- destroyFocusTrap(): void;
33
- handleBackTab: (e: KeyboardEvent) => void;
34
- resetFocusTrap: () => void;
28
+ private reusableFocusTrap;
35
29
  protected toggleDialog(event: Event): void;
36
30
  protected overlayClicked(event: Event): void;
37
31
  showDialog(event: Event): void;
38
32
  hideDialog(event: Event): void;
39
- hasClosed(event: Event): void;
40
- hasOpened(event: Event): void;
41
33
  static ɵfac: i0.ɵɵFactoryDeclaration<IDDialogComponent, never>;
42
34
  static ɵcmp: i0.ɵɵComponentDeclaration<IDDialogComponent, "id-dialog", never, { "dismissible": { "alias": "dismissible"; "required": false; }; "srCloseText": { "alias": "srCloseText"; "required": false; }; "noFocusTrap": { "alias": "noFocusTrap"; "required": false; }; "keepScrollbar": { "alias": "keepScrollbar"; "required": false; }; "noOverlay": { "alias": "noOverlay"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "show": { "alias": "show"; "required": false; }; "width": { "alias": "width"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; }, { "closed": "closed"; "opened": "opened"; "showChange": "showChange"; }, ["trigger", "closeComponents"], ["id-dialog-trigger", "id-dialog-header", "id-dialog-content", "id-dialog-footer"], true, never>;
43
35
  static ngAcceptInputType_dismissible: unknown;
@@ -1,6 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class IDDropdownTriggerComponent {
3
- constructor();
4
3
  static ɵfac: i0.ɵɵFactoryDeclaration<IDDropdownTriggerComponent, never>;
5
4
  static ɵcmp: i0.ɵɵComponentDeclaration<IDDropdownTriggerComponent, "id-dropdown-trigger", never, {}, {}, never, ["*"], true, never>;
6
5
  }
@@ -1,7 +1,7 @@
1
- import { AfterViewInit, EventEmitter } from '@angular/core';
1
+ import { AfterViewInit, EventEmitter, OnDestroy } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  import * as i1 from "@inera/ids-angular/common";
4
- export declare class IDDropdownComponent implements AfterViewInit {
4
+ export declare class IDDropdownComponent implements AfterViewInit, OnDestroy {
5
5
  sBlock: boolean;
6
6
  mBlock: boolean;
7
7
  minWidth?: string;
@@ -16,10 +16,11 @@ export declare class IDDropdownComponent implements AfterViewInit {
16
16
  protected contentId: string;
17
17
  protected trigger: Element | null;
18
18
  ngAfterViewInit(): void;
19
+ ngOnDestroy(): void;
19
20
  handleKeyDown(event: KeyboardEvent): void;
20
21
  closeIfNotPersistent(): void;
21
22
  setupTrigger(): void;
22
- toggleDropdown(): void;
23
+ toggleDropdown: () => void;
23
24
  get baseAndPositionClasses(): string;
24
25
  hasClosed(): void;
25
26
  hasOpened(): void;
@@ -5,6 +5,7 @@ export declare class IDFooter1177ColComponent {
5
5
  links: QueryList<IDLinkDirective>;
6
6
  columnClass: string;
7
7
  get hostClass(): string;
8
+ private destroyRef;
8
9
  private updateColumnClasses;
9
10
  ngAfterContentInit(): void;
10
11
  static ɵfac: i0.ɵɵFactoryDeclaration<IDFooter1177ColComponent, never>;
@@ -1,6 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class IDFooter1177TextComponent {
3
- constructor();
4
3
  static ɵfac: i0.ɵɵFactoryDeclaration<IDFooter1177TextComponent, never>;
5
4
  static ɵcmp: i0.ɵɵComponentDeclaration<IDFooter1177TextComponent, "id-footer-1177-text", never, {}, {}, never, ["*", "id-darkmode-toggle"], true, never>;
6
5
  }
@@ -5,6 +5,7 @@ export declare class IDFooter1177Component {
5
5
  headline: string;
6
6
  subHeadline: string;
7
7
  cols: QueryList<IDFooter1177ColComponent>;
8
+ private destroyRef;
8
9
  private updateColumnClasses;
9
10
  ngAfterContentInit(): void;
10
11
  static ɵfac: i0.ɵɵFactoryDeclaration<IDFooter1177Component, never>;
@@ -5,6 +5,7 @@ export declare class IDFooter1177AdminColComponent {
5
5
  links: QueryList<IDLinkDirective>;
6
6
  columnClass: string;
7
7
  get hostClass(): string;
8
+ private destroyRef;
8
9
  private updateColumnClasses;
9
10
  ngAfterContentInit(): void;
10
11
  static ɵfac: i0.ɵɵFactoryDeclaration<IDFooter1177AdminColComponent, never>;
@@ -1,6 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class IDFooter1177AdminTextComponent {
3
- constructor();
4
3
  static ɵfac: i0.ɵɵFactoryDeclaration<IDFooter1177AdminTextComponent, never>;
5
4
  static ɵcmp: i0.ɵɵComponentDeclaration<IDFooter1177AdminTextComponent, "id-footer-1177-admin-text", never, {}, {}, never, ["*", "id-darkmode-toggle"], true, never>;
6
5
  }
@@ -4,6 +4,7 @@ import * as i0 from "@angular/core";
4
4
  export declare class IDFooter1177AdminComponent {
5
5
  headline?: string;
6
6
  cols: QueryList<IDFooter1177AdminColComponent>;
7
+ private destroyRef;
7
8
  private updateColumnClasses;
8
9
  ngAfterContentInit(): void;
9
10
  static ɵfac: i0.ɵɵFactoryDeclaration<IDFooter1177AdminComponent, never>;
@@ -5,6 +5,7 @@ export declare class IDFooter1177ProColComponent {
5
5
  links: QueryList<IDLinkDirective>;
6
6
  columnClass: string;
7
7
  get hostClass(): string;
8
+ private destroyRef;
8
9
  private updateColumnClasses;
9
10
  ngAfterContentInit(): void;
10
11
  static ɵfac: i0.ɵɵFactoryDeclaration<IDFooter1177ProColComponent, never>;
@@ -1,6 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class IDFooter1177ProTextComponent {
3
- constructor();
4
3
  static ɵfac: i0.ɵɵFactoryDeclaration<IDFooter1177ProTextComponent, never>;
5
4
  static ɵcmp: i0.ɵɵComponentDeclaration<IDFooter1177ProTextComponent, "id-footer-1177-pro-text", never, {}, {}, never, ["*", "id-darkmode-toggle"], true, never>;
6
5
  }
@@ -3,9 +3,11 @@ import { IDFooter1177ProColComponent } from './footer-1177-pro-col.component';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class IDFooter1177ProComponent {
5
5
  headline: string;
6
+ mobileHeadline: string;
6
7
  cols: QueryList<IDFooter1177ProColComponent>;
8
+ private destroyRef;
7
9
  private updateColumnClasses;
8
10
  ngAfterContentInit(): void;
9
11
  static ɵfac: i0.ɵɵFactoryDeclaration<IDFooter1177ProComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<IDFooter1177ProComponent, "id-footer-1177-pro", never, { "headline": { "alias": "headline"; "required": false; }; }, {}, ["cols"], ["id-footer-1177-pro-text", "id-footer-1177-pro-col", "id-mobile-menu", "id-footer-1177-pro-sub-footer-left", "id-footer-1177-pro-sub-footer-right", "id-footer-1177-pro-sub-footer-mobile"], true, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDFooter1177ProComponent, "id-footer-1177-pro", never, { "headline": { "alias": "headline"; "required": false; }; "mobileHeadline": { "alias": "mobileHeadline"; "required": false; }; }, {}, ["cols"], ["id-footer-1177-pro-text", "id-footer-1177-pro-col", "id-mobile-menu", "id-footer-1177-pro-sub-footer-left", "id-footer-1177-pro-sub-footer-right", "id-footer-1177-pro-sub-footer-mobile"], true, never>;
11
13
  }
@@ -5,6 +5,7 @@ export declare class IDFooterIneraColComponent {
5
5
  links: QueryList<IDLinkDirective>;
6
6
  columnClass: string;
7
7
  get hostClass(): string;
8
+ private destroyRef;
8
9
  private updateColumnClasses;
9
10
  ngAfterContentInit(): void;
10
11
  static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterIneraColComponent, never>;
@@ -1,6 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class IDFooterIneraTextComponent {
3
- constructor();
4
3
  static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterIneraTextComponent, never>;
5
4
  static ɵcmp: i0.ɵɵComponentDeclaration<IDFooterIneraTextComponent, "id-footer-inera-text", never, {}, {}, never, ["*", "id-darkmode-toggle"], true, never>;
6
5
  }
@@ -4,6 +4,7 @@ import * as i0 from "@angular/core";
4
4
  export declare class IDFooterIneraComponent {
5
5
  headline: string;
6
6
  cols: QueryList<IDFooterIneraColComponent>;
7
+ private destroyRef;
7
8
  private updateColumnClasses;
8
9
  ngAfterContentInit(): void;
9
10
  static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterIneraComponent, never>;
@@ -2,11 +2,11 @@ import { ElementRef, QueryList } from '@angular/core';
2
2
  import { IDLinkDirective } from '@inera/ids-angular/components/link';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class IDFooterIneraAdminColComponent {
5
- elementRef: ElementRef;
6
5
  links: QueryList<IDLinkDirective>;
7
6
  columnClass: string;
8
7
  get hostClass(): string;
9
- constructor(elementRef: ElementRef);
8
+ elementRef: ElementRef<any>;
9
+ private destroyRef;
10
10
  private updateColumnClasses;
11
11
  ngAfterContentInit(): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterIneraAdminColComponent, never>;
@@ -1,6 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class IDFooterIneraAdminTextComponent {
3
- constructor();
4
3
  static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterIneraAdminTextComponent, never>;
5
4
  static ɵcmp: i0.ɵɵComponentDeclaration<IDFooterIneraAdminTextComponent, "id-footer-inera-admin-text", never, {}, {}, never, ["*", "id-darkmode-toggle"], true, never>;
6
5
  }
@@ -4,6 +4,7 @@ import * as i0 from "@angular/core";
4
4
  export declare class IDFooterIneraAdminComponent {
5
5
  headline: string;
6
6
  cols: QueryList<IDFooterIneraAdminColComponent>;
7
+ private destroyRef;
7
8
  private updateColumnClasses;
8
9
  ngAfterContentInit(): void;
9
10
  static ɵfac: i0.ɵɵFactoryDeclaration<IDFooterIneraAdminComponent, never>;
@@ -1,16 +1,18 @@
1
- import { AfterContentInit, QueryList } from "@angular/core";
2
- import { IDCheckboxComponent } from "@inera/ids-angular/components/form/checkbox";
3
- import { IDErrorMessageComponent } from "@inera/ids-angular/components/form/error-message";
1
+ import { AfterContentInit, QueryList } from '@angular/core';
2
+ import { IDCheckboxComponent } from '@inera/ids-angular/components/form/checkbox';
3
+ import { IDErrorMessageComponent } from '@inera/ids-angular/components/form/error-message';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class IDCheckboxGroupComponent implements AfterContentInit {
6
6
  checkboxes: QueryList<IDCheckboxComponent>;
7
7
  errorMessage: IDErrorMessageComponent;
8
8
  legend?: string;
9
9
  compact: boolean;
10
+ hideLegend: boolean;
10
11
  private destroyRef;
11
12
  ngAfterContentInit(): void;
12
13
  checkShowErrorMessage(): void;
13
14
  static ɵfac: i0.ɵɵFactoryDeclaration<IDCheckboxGroupComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<IDCheckboxGroupComponent, "id-checkbox-group", never, { "legend": { "alias": "legend"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; }, {}, ["errorMessage", "checkboxes"], ["id-tooltip", "id-popover", "*", "id-error-message"], true, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDCheckboxGroupComponent, "id-checkbox-group", never, { "legend": { "alias": "legend"; "required": false; }; "compact": { "alias": "compact"; "required": false; }; "hideLegend": { "alias": "hideLegend"; "required": false; }; }, {}, ["errorMessage", "checkboxes"], ["id-tooltip", "id-popover", "*", "id-error-message"], true, never>;
15
16
  static ngAcceptInputType_compact: unknown;
17
+ static ngAcceptInputType_hideLegend: unknown;
16
18
  }
@@ -1,5 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class IDInputHintComponent {
3
+ readonly id: string;
3
4
  static ɵfac: i0.ɵɵFactoryDeclaration<IDInputHintComponent, never>;
4
5
  static ɵcmp: i0.ɵɵComponentDeclaration<IDInputHintComponent, "id-input-hint", never, {}, {}, never, ["*"], true, never>;
5
6
  }
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDInputUnitComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDInputUnitComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDInputUnitComponent, "id-input-unit", never, {}, {}, never, ["*"], true, never>;
5
+ }
@@ -1,16 +1,20 @@
1
- import { AfterContentInit } from '@angular/core';
1
+ import { AfterContentInit, OnInit } from '@angular/core';
2
2
  import { IDFormBase } from '@inera/ids-angular/common';
3
3
  import { IDInputHintComponent } from './input-hint.component';
4
+ import { IDInputUnitComponent } from './input-unit.component';
4
5
  import * as i0 from "@angular/core";
5
- export declare class IDInputComponent extends IDFormBase implements AfterContentInit {
6
+ export declare class IDInputComponent extends IDFormBase implements OnInit, AfterContentInit {
6
7
  private elementRef;
7
8
  hintComponent: IDInputHintComponent | undefined;
9
+ unitComponent: IDInputUnitComponent | undefined;
8
10
  showSearchLabel: boolean;
9
11
  search: boolean;
12
+ private externalClasses;
13
+ ngOnInit(): void;
10
14
  get hostClasses(): string;
11
15
  ngAfterContentInit(): void;
12
16
  static ɵfac: i0.ɵɵFactoryDeclaration<IDInputComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<IDInputComponent, "id-input", never, { "showSearchLabel": { "alias": "showSearchLabel"; "required": false; }; "search": { "alias": "search"; "required": false; }; }, {}, ["hintComponent"], ["label", "id-tooltip", "id-popover", "*", "id-input-hint", "id-error-message", "button"], true, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDInputComponent, "id-input", never, { "showSearchLabel": { "alias": "showSearchLabel"; "required": false; }; "search": { "alias": "search"; "required": false; }; }, {}, ["hintComponent", "unitComponent"], ["label", "id-tooltip", "id-popover", "*", "id-input-unit", "id-input-hint", "id-error-message", "button"], true, never>;
14
18
  static ngAcceptInputType_showSearchLabel: unknown;
15
19
  static ngAcceptInputType_search: unknown;
16
20
  }
@@ -1,3 +1,4 @@
1
1
  export { IDInputComponent } from './input.component';
2
2
  export { IDInputHintComponent } from './input-hint.component';
3
+ export { IDInputUnitComponent } from './input-unit.component';
3
4
  export { IDInputIconComponent } from './input-icon.component';
@@ -3,6 +3,8 @@ import { IDFormBase } from '@inera/ids-angular/common';
3
3
  import { IDCheckboxComponent } from '@inera/ids-angular/components/form/checkbox';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class IDSelectMultipleComponent extends IDFormBase implements AfterContentInit {
6
+ elementRef: ElementRef<any>;
7
+ onEsc(event: Event): void;
6
8
  placeholder?: string;
7
9
  maxheight?: string;
8
10
  labelText?: string;
@@ -19,7 +21,6 @@ export declare class IDSelectMultipleComponent extends IDFormBase implements Aft
19
21
  checkboxComponents: QueryList<IDCheckboxComponent>;
20
22
  get displayValue(): string;
21
23
  host: ElementRef<any>;
22
- private destroyRef;
23
24
  toggleVisibility(): void;
24
25
  handleClickOutside(): void;
25
26
  hideDropdown(): void;
@@ -1,5 +1,10 @@
1
+ import { OnInit } from "@angular/core";
1
2
  import * as i0 from "@angular/core";
2
- export declare class IDTextareaHintComponent {
3
+ export declare class IDTextareaHintComponent implements OnInit {
4
+ readonly id: string;
5
+ private readonly el;
6
+ private readonly renderer;
7
+ ngOnInit(): void;
3
8
  static ɵfac: i0.ɵɵFactoryDeclaration<IDTextareaHintComponent, never>;
4
9
  static ɵcmp: i0.ɵɵComponentDeclaration<IDTextareaHintComponent, "id-textarea-hint", never, {}, {}, never, ["*"], true, never>;
5
10
  }
@@ -1,7 +1,6 @@
1
1
  import { TemplateRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class IDGlobalAlertActionsComponent {
4
- constructor();
5
4
  template: TemplateRef<any>;
6
5
  static ɵfac: i0.ɵɵFactoryDeclaration<IDGlobalAlertActionsComponent, never>;
7
6
  static ɵcmp: i0.ɵɵComponentDeclaration<IDGlobalAlertActionsComponent, "id-global-alert-actions", never, {}, {}, never, ["*"], true, never>;
@@ -1,7 +1,6 @@
1
1
  import { TemplateRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class IDGlobalAlertHeaderComponent {
4
- constructor();
5
4
  template: TemplateRef<any>;
6
5
  static ɵfac: i0.ɵɵFactoryDeclaration<IDGlobalAlertHeaderComponent, never>;
7
6
  static ɵcmp: i0.ɵɵComponentDeclaration<IDGlobalAlertHeaderComponent, "id-global-alert-header", never, {}, {}, never, ["*"], true, never>;
@@ -1,7 +1,7 @@
1
- import { EventEmitter } from "@angular/core";
1
+ import { ElementRef, EventEmitter, OnDestroy } from "@angular/core";
2
2
  import { IDHeaderContext } from "@inera/ids-angular/common";
3
3
  import * as i0 from "@angular/core";
4
- export declare class IDHeader1177AvatarComponent {
4
+ export declare class IDHeader1177AvatarComponent implements OnDestroy {
5
5
  username: string;
6
6
  persistent: boolean;
7
7
  expanded: boolean;
@@ -9,10 +9,13 @@ export declare class IDHeader1177AvatarComponent {
9
9
  opened: EventEmitter<void>;
10
10
  closed: EventEmitter<void>;
11
11
  header: IDHeaderContext | null;
12
+ menuContent?: ElementRef<HTMLElement>;
13
+ private focusTrap;
12
14
  constructor();
13
15
  handleCloseEvent(): void;
14
16
  closeAvatar(): void;
15
17
  toggleAvatar(): void;
18
+ ngOnDestroy(): void;
16
19
  static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177AvatarComponent, never>;
17
20
  static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177AvatarComponent, "id-header-1177-avatar", never, { "username": { "alias": "username"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; }, { "expandedChange": "expandedChange"; "opened": "opened"; "closed": "closed"; }, never, ["id-header-1177-avatar-agent", "*"], true, never>;
18
21
  static ngAcceptInputType_persistent: unknown;
@@ -1,7 +1,7 @@
1
- import { EventEmitter } from "@angular/core";
1
+ import { ElementRef, EventEmitter, OnDestroy } from "@angular/core";
2
2
  import { IDHeaderContext } from "@inera/ids-angular/common";
3
3
  import * as i0 from "@angular/core";
4
- export declare class IDHeader1177AdminAvatarComponent {
4
+ export declare class IDHeader1177AdminAvatarComponent implements OnDestroy {
5
5
  username: string;
6
6
  unit: string;
7
7
  persistent: boolean;
@@ -12,10 +12,13 @@ export declare class IDHeader1177AdminAvatarComponent {
12
12
  private idService;
13
13
  contentId: string;
14
14
  header: IDHeaderContext | null;
15
+ menuContent?: ElementRef<HTMLElement>;
16
+ private focusTrap;
15
17
  constructor();
16
18
  handleCloseEvent(): void;
17
19
  closeAvatar(): void;
18
20
  toggleAvatar(): void;
21
+ ngOnDestroy(): void;
19
22
  static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177AdminAvatarComponent, never>;
20
23
  static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177AdminAvatarComponent, "id-header-1177-admin-avatar", never, { "username": { "alias": "username"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; }, { "expandedChange": "expandedChange"; "opened": "opened"; "closed": "closed"; }, never, ["id-header-1177-admin-avatar-agent", "*"], true, never>;
21
24
  static ngAcceptInputType_persistent: unknown;
@@ -1,7 +1,7 @@
1
- import { EventEmitter } from "@angular/core";
1
+ import { ElementRef, EventEmitter, OnDestroy } from "@angular/core";
2
2
  import { IDHeaderContext } from "@inera/ids-angular/common";
3
3
  import * as i0 from "@angular/core";
4
- export declare class IDHeader1177AdminAvatarMobileComponent {
4
+ export declare class IDHeader1177AdminAvatarMobileComponent implements OnDestroy {
5
5
  username?: string;
6
6
  unit?: string;
7
7
  expanded: boolean;
@@ -12,10 +12,13 @@ export declare class IDHeader1177AdminAvatarMobileComponent {
12
12
  private idService;
13
13
  contentId: string;
14
14
  header: IDHeaderContext | null;
15
+ menuContent?: ElementRef<HTMLElement>;
16
+ private focusTrap;
15
17
  constructor();
16
18
  handleCloseEvent(): void;
17
19
  closeAvatar(): void;
18
20
  toggleAvatar(): void;
21
+ ngOnDestroy(): void;
19
22
  static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177AdminAvatarMobileComponent, never>;
20
23
  static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177AdminAvatarMobileComponent, "id-header-1177-admin-avatar-mobile", never, { "username": { "alias": "username"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; }, { "expandedChange": "expandedChange"; "opened": "opened"; "closed": "closed"; }, never, ["*"], true, never>;
21
24
  static ngAcceptInputType_expanded: unknown;
@@ -1,7 +1,7 @@
1
- import { EventEmitter } from "@angular/core";
1
+ import { ElementRef, EventEmitter, OnDestroy } from "@angular/core";
2
2
  import { IDHeaderContext } from "@inera/ids-angular/common";
3
3
  import * as i0 from "@angular/core";
4
- export declare class IDHeader1177ProAvatarComponent {
4
+ export declare class IDHeader1177ProAvatarComponent implements OnDestroy {
5
5
  username?: string;
6
6
  unit?: string;
7
7
  persistent: boolean;
@@ -12,10 +12,13 @@ export declare class IDHeader1177ProAvatarComponent {
12
12
  private idService;
13
13
  contentId: string;
14
14
  header: IDHeaderContext | null;
15
+ menuContent?: ElementRef<HTMLElement>;
16
+ private focusTrap;
15
17
  constructor();
16
18
  handleCloseEvent(): void;
17
19
  closeAvatar(): void;
18
20
  toggleAvatar(): void;
21
+ ngOnDestroy(): void;
19
22
  static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177ProAvatarComponent, never>;
20
23
  static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177ProAvatarComponent, "id-header-1177-pro-avatar", never, { "username": { "alias": "username"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; }, { "expandedChange": "expandedChange"; "opened": "opened"; "closed": "closed"; }, never, ["id-header-1177-pro-avatar-agent", "*"], true, never>;
21
24
  static ngAcceptInputType_persistent: unknown;
@@ -1,7 +1,7 @@
1
- import { EventEmitter } from "@angular/core";
1
+ import { ElementRef, EventEmitter, OnDestroy } from "@angular/core";
2
2
  import { IDHeaderContext } from "@inera/ids-angular/common";
3
3
  import * as i0 from "@angular/core";
4
- export declare class IDHeader1177ProAvatarMobileComponent {
4
+ export declare class IDHeader1177ProAvatarMobileComponent implements OnDestroy {
5
5
  username?: string;
6
6
  unit?: string;
7
7
  expanded: boolean;
@@ -12,10 +12,13 @@ export declare class IDHeader1177ProAvatarMobileComponent {
12
12
  private idService;
13
13
  contentId: string;
14
14
  header: IDHeaderContext | null;
15
+ menuContent?: ElementRef<HTMLElement>;
16
+ private focusTrap;
15
17
  constructor();
16
18
  handleCloseEvent(): void;
17
19
  closeAvatar(): void;
18
20
  toggleAvatar(): void;
21
+ ngOnDestroy(): void;
19
22
  static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177ProAvatarMobileComponent, never>;
20
23
  static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177ProAvatarMobileComponent, "id-header-1177-pro-avatar-mobile", never, { "username": { "alias": "username"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; }, { "expandedChange": "expandedChange"; "opened": "opened"; "closed": "closed"; }, never, ["*"], true, never>;
21
24
  static ngAcceptInputType_expanded: unknown;
@@ -1,7 +1,7 @@
1
- import { EventEmitter } from "@angular/core";
1
+ import { ElementRef, EventEmitter, OnDestroy } from "@angular/core";
2
2
  import { IDHeaderContext } from "@inera/ids-angular/common";
3
3
  import * as i0 from "@angular/core";
4
- export declare class IDHeaderIneraAdminAvatarComponent {
4
+ export declare class IDHeaderIneraAdminAvatarComponent implements OnDestroy {
5
5
  username?: string;
6
6
  unit?: string;
7
7
  persistent: boolean;
@@ -12,10 +12,13 @@ export declare class IDHeaderIneraAdminAvatarComponent {
12
12
  private idService;
13
13
  contentId: string;
14
14
  header: IDHeaderContext | null;
15
+ menuContent?: ElementRef<HTMLElement>;
16
+ private focusTrap;
15
17
  constructor();
16
18
  handleCloseEvent(): void;
17
19
  closeAvatar(): void;
18
20
  toggleAvatar(): void;
21
+ ngOnDestroy(): void;
19
22
  static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraAdminAvatarComponent, never>;
20
23
  static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraAdminAvatarComponent, "id-header-inera-admin-avatar", never, { "username": { "alias": "username"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; }, { "expandedChange": "expandedChange"; "opened": "opened"; "closed": "closed"; }, never, ["id-header-inera-admin-avatar-agent", "*"], true, never>;
21
24
  static ngAcceptInputType_persistent: unknown;