@inera/ids-angular 9.0.2 → 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 (489) hide show
  1. package/common/classes/form/IDErrorMessageBase.d.ts +1 -1
  2. package/common/classes/form/IDFormBase.d.ts +3 -2
  3. package/common/public-api.d.ts +1 -0
  4. package/common/utilities/useFocusTrap.d.ts +11 -0
  5. package/components/card/card.component.d.ts +1 -1
  6. package/components/card/public-api.d.ts +0 -1
  7. package/components/carousel/carousel.component.d.ts +5 -2
  8. package/components/dialog/dialog.component.d.ts +4 -12
  9. package/components/dropdown/dropdown-trigger.component.d.ts +0 -1
  10. package/components/dropdown/dropdown.component.d.ts +4 -3
  11. package/components/footer-1177/footer-1177-col.component.d.ts +1 -0
  12. package/components/footer-1177/footer-1177-text.component.d.ts +0 -1
  13. package/components/footer-1177/footer-1177.component.d.ts +1 -0
  14. package/components/footer-1177-admin/footer-1177-admin-col.component.d.ts +1 -0
  15. package/components/footer-1177-admin/footer-1177-admin-text.component.d.ts +0 -1
  16. package/components/footer-1177-admin/footer-1177-admin.component.d.ts +1 -0
  17. package/components/footer-1177-pro/footer-1177-pro-col.component.d.ts +1 -0
  18. package/components/footer-1177-pro/footer-1177-pro-text.component.d.ts +0 -1
  19. package/components/footer-1177-pro/footer-1177-pro.component.d.ts +3 -1
  20. package/components/footer-inera/footer-inera-col.component.d.ts +1 -0
  21. package/components/footer-inera/footer-inera-text.component.d.ts +0 -1
  22. package/components/footer-inera/footer-inera.component.d.ts +1 -0
  23. package/components/footer-inera-admin/footer-inera-admin-col.component.d.ts +2 -2
  24. package/components/footer-inera-admin/footer-inera-admin-text.component.d.ts +0 -1
  25. package/components/footer-inera-admin/footer-inera-admin.component.d.ts +1 -0
  26. package/components/form/checkbox-group/checkbox-group.component.d.ts +6 -4
  27. package/components/form/input/input-unit.component.d.ts +5 -0
  28. package/components/form/input/input.component.d.ts +7 -3
  29. package/components/form/input/public-api.d.ts +1 -0
  30. package/components/form/select-multiple/select-multiple.component.d.ts +2 -1
  31. package/components/form/textarea/textarea-hint.component.d.ts +1 -0
  32. package/components/global-alert/global-alert-actions.component.d.ts +0 -1
  33. package/components/global-alert/global-alert-header.component.d.ts +0 -1
  34. package/components/header-1177/avatar/header-1177-avatar.component.d.ts +5 -2
  35. package/components/header-1177-admin/avatar/header-1177-admin-avatar.component.d.ts +5 -2
  36. package/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.d.ts +5 -2
  37. package/components/header-1177-pro/avatar/header-1177-pro-avatar.component.d.ts +5 -2
  38. package/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.d.ts +5 -2
  39. package/components/header-inera-admin/avatar/header-inera-admin-avatar.component.d.ts +5 -2
  40. package/components/header-inera-admin/avatar-mobile/header-inera-admin-avatar-mobile.component.d.ts +5 -2
  41. package/components/mobile/menu/mobile-menu.component.d.ts +0 -1
  42. package/components/popover/popover.component.d.ts +8 -5
  43. package/components/puff-list/puff-list-item-content-info.component.d.ts +3 -1
  44. package/components/puff-list/puff-list.component.d.ts +0 -1
  45. package/components/stepper/step.component.d.ts +2 -2
  46. package/components/tabs/tab-group.component.d.ts +3 -0
  47. package/components/tabs/tab.component.d.ts +4 -1
  48. package/fesm2022/inera-ids-angular-common.mjs +114 -28
  49. package/fesm2022/inera-ids-angular-common.mjs.map +1 -1
  50. package/fesm2022/inera-ids-angular-components-accordion.mjs +6 -6
  51. package/fesm2022/inera-ids-angular-components-action-link.mjs +3 -3
  52. package/fesm2022/inera-ids-angular-components-alert.mjs +6 -6
  53. package/fesm2022/inera-ids-angular-components-badge.mjs +3 -3
  54. package/fesm2022/inera-ids-angular-components-box-link.mjs +6 -6
  55. package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs +6 -6
  56. package/fesm2022/inera-ids-angular-components-button-group.mjs +3 -3
  57. package/fesm2022/inera-ids-angular-components-button.mjs +3 -3
  58. package/fesm2022/inera-ids-angular-components-card.mjs +6 -21
  59. package/fesm2022/inera-ids-angular-components-card.mjs.map +1 -1
  60. package/fesm2022/inera-ids-angular-components-carousel.mjs +16 -8
  61. package/fesm2022/inera-ids-angular-components-carousel.mjs.map +1 -1
  62. package/fesm2022/inera-ids-angular-components-date-label.mjs +3 -3
  63. package/fesm2022/inera-ids-angular-components-dialog.mjs +29 -67
  64. package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
  65. package/fesm2022/inera-ids-angular-components-dropdown.mjs +22 -18
  66. package/fesm2022/inera-ids-angular-components-dropdown.mjs.map +1 -1
  67. package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs +30 -28
  68. package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs.map +1 -1
  69. package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs +36 -31
  70. package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs.map +1 -1
  71. package/fesm2022/inera-ids-angular-components-footer-1177.mjs +29 -27
  72. package/fesm2022/inera-ids-angular-components-footer-1177.mjs.map +1 -1
  73. package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs +31 -32
  74. package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs.map +1 -1
  75. package/fesm2022/inera-ids-angular-components-footer-inera.mjs +29 -27
  76. package/fesm2022/inera-ids-angular-components-footer-inera.mjs.map +1 -1
  77. package/fesm2022/inera-ids-angular-components-form-check-button.mjs +3 -3
  78. package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs +11 -5
  79. package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs.map +1 -1
  80. package/fesm2022/inera-ids-angular-components-form-checkbox.mjs +9 -3
  81. package/fesm2022/inera-ids-angular-components-form-checkbox.mjs.map +1 -1
  82. package/fesm2022/inera-ids-angular-components-form-darkmode-toggle.mjs +3 -3
  83. package/fesm2022/inera-ids-angular-components-form-error-message.mjs +3 -3
  84. package/fesm2022/inera-ids-angular-components-form-input.mjs +44 -20
  85. package/fesm2022/inera-ids-angular-components-form-input.mjs.map +1 -1
  86. package/fesm2022/inera-ids-angular-components-form-radio-button.mjs +7 -7
  87. package/fesm2022/inera-ids-angular-components-form-radio-button.mjs.map +1 -1
  88. package/fesm2022/inera-ids-angular-components-form-radio.mjs +6 -6
  89. package/fesm2022/inera-ids-angular-components-form-range.mjs +3 -3
  90. package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +25 -9
  91. package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs.map +1 -1
  92. package/fesm2022/inera-ids-angular-components-form-select.mjs +3 -3
  93. package/fesm2022/inera-ids-angular-components-form-spinner.mjs +3 -3
  94. package/fesm2022/inera-ids-angular-components-form-textarea.mjs +9 -8
  95. package/fesm2022/inera-ids-angular-components-form-textarea.mjs.map +1 -1
  96. package/fesm2022/inera-ids-angular-components-form-time.mjs +3 -3
  97. package/fesm2022/inera-ids-angular-components-form-toggle.mjs +3 -3
  98. package/fesm2022/inera-ids-angular-components-global-alert.mjs +11 -13
  99. package/fesm2022/inera-ids-angular-components-global-alert.mjs.map +1 -1
  100. package/fesm2022/inera-ids-angular-components-grid-column.mjs +3 -3
  101. package/fesm2022/inera-ids-angular-components-grid-container.mjs +3 -3
  102. package/fesm2022/inera-ids-angular-components-grid-layout-grid-column.mjs +3 -3
  103. package/fesm2022/inera-ids-angular-components-grid-layout-grid-container.mjs +3 -3
  104. package/fesm2022/inera-ids-angular-components-grid-layout-grid-row.mjs +3 -3
  105. package/fesm2022/inera-ids-angular-components-grid-layout.mjs +9 -9
  106. package/fesm2022/inera-ids-angular-components-grid-row.mjs +3 -3
  107. package/fesm2022/inera-ids-angular-components-grid.mjs +9 -9
  108. package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +67 -45
  109. package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs.map +1 -1
  110. package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +73 -51
  111. package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs.map +1 -1
  112. package/fesm2022/inera-ids-angular-components-header-1177.mjs +58 -47
  113. package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
  114. package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +67 -45
  115. package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
  116. package/fesm2022/inera-ids-angular-components-header-inera.mjs +28 -28
  117. package/fesm2022/inera-ids-angular-components-header-patient.mjs +6 -6
  118. package/fesm2022/inera-ids-angular-components-link.mjs +3 -3
  119. package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs +3 -3
  120. package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs.map +1 -1
  121. package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +7 -8
  122. package/fesm2022/inera-ids-angular-components-mobile-menu.mjs.map +1 -1
  123. package/fesm2022/inera-ids-angular-components-navigation-content.mjs +6 -6
  124. package/fesm2022/inera-ids-angular-components-navigation-local.mjs +6 -6
  125. package/fesm2022/inera-ids-angular-components-notification-badge.mjs +3 -3
  126. package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs +6 -6
  127. package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs +3 -3
  128. package/fesm2022/inera-ids-angular-components-popover.mjs +41 -30
  129. package/fesm2022/inera-ids-angular-components-popover.mjs.map +1 -1
  130. package/fesm2022/inera-ids-angular-components-progressbar.mjs +3 -3
  131. package/fesm2022/inera-ids-angular-components-puff-list.mjs +132 -112
  132. package/fesm2022/inera-ids-angular-components-puff-list.mjs.map +1 -1
  133. package/fesm2022/inera-ids-angular-components-region-icon.mjs +3 -3
  134. package/fesm2022/inera-ids-angular-components-side-menu.mjs +13 -13
  135. package/fesm2022/inera-ids-angular-components-side-panel.mjs +13 -13
  136. package/fesm2022/inera-ids-angular-components-stepper.mjs +54 -42
  137. package/fesm2022/inera-ids-angular-components-stepper.mjs.map +1 -1
  138. package/fesm2022/inera-ids-angular-components-tabs.mjs +89 -14
  139. package/fesm2022/inera-ids-angular-components-tabs.mjs.map +1 -1
  140. package/fesm2022/inera-ids-angular-components-tag.mjs +6 -6
  141. package/fesm2022/inera-ids-angular-components-tooltip.mjs +10 -10
  142. package/package.json +96 -232
  143. package/components/card/card-link.directive.d.ts +0 -5
  144. package/esm2022/common/classes/form/IDErrorMessageBase.mjs +0 -19
  145. package/esm2022/common/classes/form/IDFormBase.mjs +0 -124
  146. package/esm2022/common/context/header-context.mjs +0 -3
  147. package/esm2022/common/directives/click-outside.directive.mjs +0 -30
  148. package/esm2022/common/inera-ids-angular-common.mjs +0 -5
  149. package/esm2022/common/public-api.mjs +0 -11
  150. package/esm2022/common/services/input-described-by-linker.service.mjs +0 -31
  151. package/esm2022/common/services/input-invalid-linker.service.mjs +0 -29
  152. package/esm2022/common/services/input-label-linker.service.mjs +0 -26
  153. package/esm2022/common/services/tooltip-category.service.mjs +0 -16
  154. package/esm2022/common/services/use-id.service.ts.mjs +0 -19
  155. package/esm2022/common/utilities/useEscKey.mjs +0 -11
  156. package/esm2022/components/accordion/accordion-header.component.mjs +0 -25
  157. package/esm2022/components/accordion/accordion.component.mjs +0 -99
  158. package/esm2022/components/accordion/inera-ids-angular-components-accordion.mjs +0 -5
  159. package/esm2022/components/accordion/public-api.mjs +0 -3
  160. package/esm2022/components/action-link/action-link.component.mjs +0 -32
  161. package/esm2022/components/action-link/inera-ids-angular-components-action-link.mjs +0 -5
  162. package/esm2022/components/action-link/public-api.mjs +0 -2
  163. package/esm2022/components/alert/alert-header.component.mjs +0 -25
  164. package/esm2022/components/alert/alert.component.mjs +0 -114
  165. package/esm2022/components/alert/inera-ids-angular-components-alert.mjs +0 -5
  166. package/esm2022/components/alert/public-api.mjs +0 -3
  167. package/esm2022/components/badge/badge.component.mjs +0 -22
  168. package/esm2022/components/badge/inera-ids-angular-components-badge.mjs +0 -5
  169. package/esm2022/components/badge/public-api.mjs +0 -2
  170. package/esm2022/components/box-link/box-link-button.component.mjs +0 -25
  171. package/esm2022/components/box-link/box-link.component.mjs +0 -20
  172. package/esm2022/components/box-link/inera-ids-angular-components-box-link.mjs +0 -5
  173. package/esm2022/components/box-link/public-api.mjs +0 -3
  174. package/esm2022/components/breadcrumbs/breadcrumbs.component.mjs +0 -43
  175. package/esm2022/components/breadcrumbs/crumb.component.mjs +0 -31
  176. package/esm2022/components/breadcrumbs/inera-ids-angular-components-breadcrumbs.mjs +0 -5
  177. package/esm2022/components/breadcrumbs/public-api.mjs +0 -3
  178. package/esm2022/components/button/button.directive.mjs +0 -140
  179. package/esm2022/components/button/inera-ids-angular-components-button.mjs +0 -5
  180. package/esm2022/components/button/public-api.mjs +0 -2
  181. package/esm2022/components/button-group/button-group.component.mjs +0 -39
  182. package/esm2022/components/button-group/inera-ids-angular-components-button-group.mjs +0 -5
  183. package/esm2022/components/button-group/public-api.mjs +0 -2
  184. package/esm2022/components/card/card-link.directive.mjs +0 -17
  185. package/esm2022/components/card/card.component.mjs +0 -48
  186. package/esm2022/components/card/inera-ids-angular-components-card.mjs +0 -5
  187. package/esm2022/components/card/public-api.mjs +0 -3
  188. package/esm2022/components/carousel/carousel-item/carousel-item.component.mjs +0 -33
  189. package/esm2022/components/carousel/carousel.component.mjs +0 -71
  190. package/esm2022/components/carousel/inera-ids-angular-components-carousel.mjs +0 -5
  191. package/esm2022/components/carousel/public-api.mjs +0 -3
  192. package/esm2022/components/date-label/date-label.component.mjs +0 -125
  193. package/esm2022/components/date-label/inera-ids-angular-components-date-label.mjs +0 -5
  194. package/esm2022/components/date-label/public-api.mjs +0 -2
  195. package/esm2022/components/dialog/dialog-close.component.mjs +0 -24
  196. package/esm2022/components/dialog/dialog-content.component.mjs +0 -15
  197. package/esm2022/components/dialog/dialog-footer.component.mjs +0 -18
  198. package/esm2022/components/dialog/dialog-header.component.mjs +0 -15
  199. package/esm2022/components/dialog/dialog-trigger.component.mjs +0 -15
  200. package/esm2022/components/dialog/dialog.component.mjs +0 -164
  201. package/esm2022/components/dialog/inera-ids-angular-components-dialog.mjs +0 -5
  202. package/esm2022/components/dialog/public-api.mjs +0 -7
  203. package/esm2022/components/dropdown/dropdown-item.directive.mjs +0 -18
  204. package/esm2022/components/dropdown/dropdown-trigger.component.mjs +0 -16
  205. package/esm2022/components/dropdown/dropdown.component.mjs +0 -103
  206. package/esm2022/components/dropdown/dropdown.module.mjs +0 -30
  207. package/esm2022/components/dropdown/inera-ids-angular-components-dropdown.mjs +0 -5
  208. package/esm2022/components/dropdown/public-api.mjs +0 -5
  209. package/esm2022/components/footer-1177/footer-1177-col.component.mjs +0 -42
  210. package/esm2022/components/footer-1177/footer-1177-sub-footer-left.component.mjs +0 -18
  211. package/esm2022/components/footer-1177/footer-1177-sub-footer-mobile.component.mjs +0 -18
  212. package/esm2022/components/footer-1177/footer-1177-sub-footer-right.component.mjs +0 -18
  213. package/esm2022/components/footer-1177/footer-1177-text.component.mjs +0 -29
  214. package/esm2022/components/footer-1177/footer-1177.component.mjs +0 -40
  215. package/esm2022/components/footer-1177/footer-1177.module.mjs +0 -45
  216. package/esm2022/components/footer-1177/inera-ids-angular-components-footer-1177.mjs +0 -5
  217. package/esm2022/components/footer-1177/public-api.mjs +0 -8
  218. package/esm2022/components/footer-1177-admin/footer-1177-admin-col.component.mjs +0 -42
  219. package/esm2022/components/footer-1177-admin/footer-1177-admin-sub-footer-left.component.mjs +0 -18
  220. package/esm2022/components/footer-1177-admin/footer-1177-admin-sub-footer-mobile.component.mjs +0 -18
  221. package/esm2022/components/footer-1177-admin/footer-1177-admin-sub-footer-right.component.mjs +0 -18
  222. package/esm2022/components/footer-1177-admin/footer-1177-admin-text.component.mjs +0 -29
  223. package/esm2022/components/footer-1177-admin/footer-1177-admin.component.mjs +0 -38
  224. package/esm2022/components/footer-1177-admin/footer-1177-admin.module.mjs +0 -45
  225. package/esm2022/components/footer-1177-admin/inera-ids-angular-components-footer-1177-admin.mjs +0 -5
  226. package/esm2022/components/footer-1177-admin/public-api.mjs +0 -8
  227. package/esm2022/components/footer-1177-pro/footer-1177-pro-col.component.mjs +0 -42
  228. package/esm2022/components/footer-1177-pro/footer-1177-pro-sub-footer-left.component.mjs +0 -18
  229. package/esm2022/components/footer-1177-pro/footer-1177-pro-sub-footer-mobile.component.mjs +0 -18
  230. package/esm2022/components/footer-1177-pro/footer-1177-pro-sub-footer-right.component.mjs +0 -18
  231. package/esm2022/components/footer-1177-pro/footer-1177-pro-text.component.mjs +0 -29
  232. package/esm2022/components/footer-1177-pro/footer-1177-pro.component.mjs +0 -38
  233. package/esm2022/components/footer-1177-pro/footer-1177-pro.module.mjs +0 -45
  234. package/esm2022/components/footer-1177-pro/inera-ids-angular-components-footer-1177-pro.mjs +0 -5
  235. package/esm2022/components/footer-1177-pro/public-api.mjs +0 -8
  236. package/esm2022/components/footer-inera/footer-inera-col.component.mjs +0 -42
  237. package/esm2022/components/footer-inera/footer-inera-sub-footer-left.component.mjs +0 -18
  238. package/esm2022/components/footer-inera/footer-inera-sub-footer-mobile.component.mjs +0 -18
  239. package/esm2022/components/footer-inera/footer-inera-sub-footer-right.component.mjs +0 -18
  240. package/esm2022/components/footer-inera/footer-inera-text.component.mjs +0 -29
  241. package/esm2022/components/footer-inera/footer-inera.component.mjs +0 -38
  242. package/esm2022/components/footer-inera/footer-inera.module.mjs +0 -45
  243. package/esm2022/components/footer-inera/inera-ids-angular-components-footer-inera.mjs +0 -5
  244. package/esm2022/components/footer-inera/public-api.mjs +0 -8
  245. package/esm2022/components/footer-inera-admin/footer-inera-admin-col.component.mjs +0 -46
  246. package/esm2022/components/footer-inera-admin/footer-inera-admin-sub-footer-left.component.mjs +0 -18
  247. package/esm2022/components/footer-inera-admin/footer-inera-admin-sub-footer-mobile.component.mjs +0 -18
  248. package/esm2022/components/footer-inera-admin/footer-inera-admin-sub-footer-right.component.mjs +0 -18
  249. package/esm2022/components/footer-inera-admin/footer-inera-admin-text.component.mjs +0 -29
  250. package/esm2022/components/footer-inera-admin/footer-inera-admin.component.mjs +0 -38
  251. package/esm2022/components/footer-inera-admin/footer-inera-admin.module.mjs +0 -45
  252. package/esm2022/components/footer-inera-admin/inera-ids-angular-components-footer-inera-admin.mjs +0 -5
  253. package/esm2022/components/footer-inera-admin/public-api.mjs +0 -8
  254. package/esm2022/components/form/check-button/check-button.component.mjs +0 -18
  255. package/esm2022/components/form/check-button/inera-ids-angular-components-form-check-button.mjs +0 -5
  256. package/esm2022/components/form/check-button/public-api.mjs +0 -2
  257. package/esm2022/components/form/checkbox/checkbox.component.mjs +0 -47
  258. package/esm2022/components/form/checkbox/inera-ids-angular-components-form-checkbox.mjs +0 -5
  259. package/esm2022/components/form/checkbox/public-api.mjs +0 -2
  260. package/esm2022/components/form/checkbox-group/checkbox-group.component.mjs +0 -44
  261. package/esm2022/components/form/checkbox-group/inera-ids-angular-components-form-checkbox-group.mjs +0 -5
  262. package/esm2022/components/form/checkbox-group/public-api.mjs +0 -2
  263. package/esm2022/components/form/darkmode-toggle/darkmode-toggle.component.mjs +0 -12
  264. package/esm2022/components/form/darkmode-toggle/inera-ids-angular-components-form-darkmode-toggle.mjs +0 -5
  265. package/esm2022/components/form/darkmode-toggle/public-api.mjs +0 -2
  266. package/esm2022/components/form/error-message/error-message.component.mjs +0 -46
  267. package/esm2022/components/form/error-message/inera-ids-angular-components-form-error-message.mjs +0 -5
  268. package/esm2022/components/form/error-message/public-api.mjs +0 -2
  269. package/esm2022/components/form/input/inera-ids-angular-components-form-input.mjs +0 -5
  270. package/esm2022/components/form/input/input-hint.component.mjs +0 -21
  271. package/esm2022/components/form/input/input-icon.component.mjs +0 -23
  272. package/esm2022/components/form/input/input.component.mjs +0 -42
  273. package/esm2022/components/form/input/public-api.mjs +0 -4
  274. package/esm2022/components/form/radio/inera-ids-angular-components-form-radio.mjs +0 -5
  275. package/esm2022/components/form/radio/public-api.mjs +0 -3
  276. package/esm2022/components/form/radio/radio-group.component.mjs +0 -55
  277. package/esm2022/components/form/radio/radio.component.mjs +0 -25
  278. package/esm2022/components/form/radio-button/inera-ids-angular-components-form-radio-button.mjs +0 -5
  279. package/esm2022/components/form/radio-button/public-api.mjs +0 -3
  280. package/esm2022/components/form/radio-button/radio-button-group.component.mjs +0 -46
  281. package/esm2022/components/form/radio-button/radio-button.component.mjs +0 -23
  282. package/esm2022/components/form/range/inera-ids-angular-components-form-range.mjs +0 -5
  283. package/esm2022/components/form/range/public-api.mjs +0 -2
  284. package/esm2022/components/form/range/range.component.mjs +0 -75
  285. package/esm2022/components/form/select/inera-ids-angular-components-form-select.mjs +0 -5
  286. package/esm2022/components/form/select/public-api.mjs +0 -2
  287. package/esm2022/components/form/select/select.component.mjs +0 -16
  288. package/esm2022/components/form/select-multiple/inera-ids-angular-components-form-select-multiple.mjs +0 -5
  289. package/esm2022/components/form/select-multiple/public-api.mjs +0 -2
  290. package/esm2022/components/form/select-multiple/select-multiple.component.mjs +0 -100
  291. package/esm2022/components/form/spinner/inera-ids-angular-components-form-spinner.mjs +0 -5
  292. package/esm2022/components/form/spinner/public-api.mjs +0 -2
  293. package/esm2022/components/form/spinner/spinner.component.mjs +0 -24
  294. package/esm2022/components/form/textarea/inera-ids-angular-components-form-textarea.mjs +0 -5
  295. package/esm2022/components/form/textarea/public-api.mjs +0 -3
  296. package/esm2022/components/form/textarea/textarea-hint.component.mjs +0 -24
  297. package/esm2022/components/form/textarea/textarea.component.mjs +0 -54
  298. package/esm2022/components/form/time/inera-ids-angular-components-form-time.mjs +0 -5
  299. package/esm2022/components/form/time/public-api.mjs +0 -2
  300. package/esm2022/components/form/time/time.component.mjs +0 -15
  301. package/esm2022/components/form/toggle/inera-ids-angular-components-form-toggle.mjs +0 -5
  302. package/esm2022/components/form/toggle/public-api.mjs +0 -2
  303. package/esm2022/components/form/toggle/toggle.component.mjs +0 -14
  304. package/esm2022/components/global-alert/global-alert-actions.component.mjs +0 -26
  305. package/esm2022/components/global-alert/global-alert-header.component.mjs +0 -26
  306. package/esm2022/components/global-alert/global-alert.component.mjs +0 -86
  307. package/esm2022/components/global-alert/inera-ids-angular-components-global-alert.mjs +0 -5
  308. package/esm2022/components/global-alert/public-api.mjs +0 -4
  309. package/esm2022/components/grid/column/column.component.mjs +0 -61
  310. package/esm2022/components/grid/column/inera-ids-angular-components-grid-column.mjs +0 -5
  311. package/esm2022/components/grid/column/public-api.mjs +0 -2
  312. package/esm2022/components/grid/container/container.component.mjs +0 -27
  313. package/esm2022/components/grid/container/inera-ids-angular-components-grid-container.mjs +0 -5
  314. package/esm2022/components/grid/container/public-api.mjs +0 -2
  315. package/esm2022/components/grid/inera-ids-angular-components-grid.mjs +0 -5
  316. package/esm2022/components/grid/public-api.mjs +0 -4
  317. package/esm2022/components/grid/row/inera-ids-angular-components-grid-row.mjs +0 -5
  318. package/esm2022/components/grid/row/public-api.mjs +0 -2
  319. package/esm2022/components/grid/row/row.component.mjs +0 -43
  320. package/esm2022/components/grid-layout/grid-column/grid-column.component.mjs +0 -72
  321. package/esm2022/components/grid-layout/grid-column/inera-ids-angular-components-grid-layout-grid-column.mjs +0 -5
  322. package/esm2022/components/grid-layout/grid-column/public-api.mjs +0 -2
  323. package/esm2022/components/grid-layout/grid-container/grid-container.component.mjs +0 -35
  324. package/esm2022/components/grid-layout/grid-container/inera-ids-angular-components-grid-layout-grid-container.mjs +0 -5
  325. package/esm2022/components/grid-layout/grid-container/public-api.mjs +0 -2
  326. package/esm2022/components/grid-layout/grid-row/grid-row.component.mjs +0 -43
  327. package/esm2022/components/grid-layout/grid-row/inera-ids-angular-components-grid-layout-grid-row.mjs +0 -5
  328. package/esm2022/components/grid-layout/grid-row/public-api.mjs +0 -2
  329. package/esm2022/components/grid-layout/inera-ids-angular-components-grid-layout.mjs +0 -5
  330. package/esm2022/components/grid-layout/public-api.mjs +0 -4
  331. package/esm2022/components/header-1177/avatar/header-1177-avatar-agent.component.mjs +0 -20
  332. package/esm2022/components/header-1177/avatar/header-1177-avatar.component.mjs +0 -113
  333. package/esm2022/components/header-1177/brand-link/header-1177-brand-link.directive.mjs +0 -17
  334. package/esm2022/components/header-1177/header-1177.component.mjs +0 -58
  335. package/esm2022/components/header-1177/header-1177.module.mjs +0 -80
  336. package/esm2022/components/header-1177/inera-ids-angular-components-header-1177.mjs +0 -5
  337. package/esm2022/components/header-1177/item/header-1177-item.component.mjs +0 -52
  338. package/esm2022/components/header-1177/menu-mobile/header-1177-menu-mobile.component.mjs +0 -57
  339. package/esm2022/components/header-1177/nav/header-1177-nav.component.mjs +0 -55
  340. package/esm2022/components/header-1177/nav-item/header-1177-nav-item.component.mjs +0 -157
  341. package/esm2022/components/header-1177/nav-item-menu-link/header-1177-nav-item-menu-link.component.mjs +0 -18
  342. package/esm2022/components/header-1177/nav-item-mobile/header-1177-nav-item-mobile.component.mjs +0 -36
  343. package/esm2022/components/header-1177/public-api.mjs +0 -15
  344. package/esm2022/components/header-1177/region-picker/header-1177-region-picker.component.mjs +0 -85
  345. package/esm2022/components/header-1177/region-picker-mobile/header-1177-region-picker-mobile.component.mjs +0 -76
  346. package/esm2022/components/header-1177/skip-to-content/header-1177-skip-to-content.component.mjs +0 -18
  347. package/esm2022/components/header-1177-admin/avatar/header-1177-admin-avatar.component.mjs +0 -130
  348. package/esm2022/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.mjs +0 -125
  349. package/esm2022/components/header-1177-admin/brand-link/header-1177-admin-brand-link.directive.mjs +0 -17
  350. package/esm2022/components/header-1177-admin/header-1177-admin.component.mjs +0 -57
  351. package/esm2022/components/header-1177-admin/header-1177-admin.module.mjs +0 -70
  352. package/esm2022/components/header-1177-admin/inera-ids-angular-components-header-1177-admin.mjs +0 -5
  353. package/esm2022/components/header-1177-admin/item/header-1177-admin-item.component.mjs +0 -39
  354. package/esm2022/components/header-1177-admin/menu-mobile/header-1177-admin-menu-mobile.component.mjs +0 -65
  355. package/esm2022/components/header-1177-admin/nav/header-1177-admin-nav.component.mjs +0 -37
  356. package/esm2022/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.mjs +0 -157
  357. package/esm2022/components/header-1177-admin/nav-item-menu-link/header-1177-admin-nav-item-menu-link.component.mjs +0 -18
  358. package/esm2022/components/header-1177-admin/nav-item-mobile/header-1177-admin-nav-item-mobile.mjs +0 -36
  359. package/esm2022/components/header-1177-admin/public-api.mjs +0 -13
  360. package/esm2022/components/header-1177-admin/skip-to-content/header-1177-admin-skip-to-content.component.mjs +0 -18
  361. package/esm2022/components/header-1177-pro/avatar/header-1177-pro-avatar.component.mjs +0 -130
  362. package/esm2022/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.mjs +0 -125
  363. package/esm2022/components/header-1177-pro/brand-link/header-1177-pro-brand-link.directive.mjs +0 -17
  364. package/esm2022/components/header-1177-pro/header-1177-pro.component.mjs +0 -51
  365. package/esm2022/components/header-1177-pro/header-1177-pro.module.mjs +0 -80
  366. package/esm2022/components/header-1177-pro/inera-ids-angular-components-header-1177-pro.mjs +0 -5
  367. package/esm2022/components/header-1177-pro/item/header-1177-pro-item.component.mjs +0 -39
  368. package/esm2022/components/header-1177-pro/menu-mobile/header-1177-pro-menu-mobile.component.mjs +0 -65
  369. package/esm2022/components/header-1177-pro/nav/header-1177-pro-nav.component.mjs +0 -33
  370. package/esm2022/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.mjs +0 -154
  371. package/esm2022/components/header-1177-pro/nav-item-menu-link/header-1177-pro-nav-item-menu-link.component.mjs +0 -18
  372. package/esm2022/components/header-1177-pro/nav-item-mobile/header-1177-pro-nav-item-mobile.mjs +0 -36
  373. package/esm2022/components/header-1177-pro/public-api.mjs +0 -15
  374. package/esm2022/components/header-1177-pro/region-picker/header-1177-pro-region-picker.component.mjs +0 -85
  375. package/esm2022/components/header-1177-pro/region-picker-mobile/header-1177-pro-region-picker-mobile.component.mjs +0 -76
  376. package/esm2022/components/header-1177-pro/skip-to-content/header-1177-pro-skip-to-content.component.mjs +0 -18
  377. package/esm2022/components/header-inera/brand-link/header-inera-brand-link.directive.mjs +0 -14
  378. package/esm2022/components/header-inera/header-inera.component.mjs +0 -53
  379. package/esm2022/components/header-inera/header-inera.module.mjs +0 -55
  380. package/esm2022/components/header-inera/inera-ids-angular-components-header-inera.mjs +0 -5
  381. package/esm2022/components/header-inera/item/header-inera-item.component.mjs +0 -39
  382. package/esm2022/components/header-inera/menu-mobile/header-inera-menu-mobile.component.mjs +0 -71
  383. package/esm2022/components/header-inera/nav/header-inera-nav.component.mjs +0 -33
  384. package/esm2022/components/header-inera/nav-item/header-inera-nav-item.component.mjs +0 -154
  385. package/esm2022/components/header-inera/nav-item-menu-link/header-inera-nav-item-menu-link.component.mjs +0 -18
  386. package/esm2022/components/header-inera/public-api.mjs +0 -10
  387. package/esm2022/components/header-inera/skip-to-content/header-inera-skip-to-content.component.mjs +0 -18
  388. package/esm2022/components/header-inera-admin/avatar/header-inera-admin-avatar.component.mjs +0 -130
  389. package/esm2022/components/header-inera-admin/avatar-mobile/header-inera-admin-avatar-mobile.component.mjs +0 -125
  390. package/esm2022/components/header-inera-admin/brand-link/header-inera-admin-brand-link.directive.mjs +0 -17
  391. package/esm2022/components/header-inera-admin/header-inera-admin.component.mjs +0 -65
  392. package/esm2022/components/header-inera-admin/header-inera-admin.module.mjs +0 -70
  393. package/esm2022/components/header-inera-admin/inera-ids-angular-components-header-inera-admin.mjs +0 -5
  394. package/esm2022/components/header-inera-admin/item/header-inera-admin-item.component.mjs +0 -44
  395. package/esm2022/components/header-inera-admin/menu-mobile/header-inera-admin-menu-mobile.component.mjs +0 -71
  396. package/esm2022/components/header-inera-admin/nav/header-inera-admin-nav.component.mjs +0 -33
  397. package/esm2022/components/header-inera-admin/nav-item/header-inera-admin-nav-item.component.mjs +0 -154
  398. package/esm2022/components/header-inera-admin/nav-item-menu-link/header-inera-admin-nav-item-menu-link.component.mjs +0 -18
  399. package/esm2022/components/header-inera-admin/nav-item-mobile/header-inera-admin-nav-item-mobile.mjs +0 -36
  400. package/esm2022/components/header-inera-admin/public-api.mjs +0 -13
  401. package/esm2022/components/header-inera-admin/skip-to-content/header-inera-admin-skip-to-content.component.mjs +0 -18
  402. package/esm2022/components/header-patient/header-patient-actions.component.mjs +0 -22
  403. package/esm2022/components/header-patient/header-patient.component.mjs +0 -78
  404. package/esm2022/components/header-patient/inera-ids-angular-components-header-patient.mjs +0 -5
  405. package/esm2022/components/header-patient/public-api.mjs +0 -3
  406. package/esm2022/components/link/inera-ids-angular-components-link.mjs +0 -5
  407. package/esm2022/components/link/link.directive.mjs +0 -64
  408. package/esm2022/components/link/public-api.mjs +0 -2
  409. package/esm2022/components/mobile/menu/inera-ids-angular-components-mobile-menu.mjs +0 -5
  410. package/esm2022/components/mobile/menu/item/inera-ids-angular-components-mobile-menu-item.mjs +0 -5
  411. package/esm2022/components/mobile/menu/item/mobile-menu-item.component.mjs +0 -92
  412. package/esm2022/components/mobile/menu/item/public-api.mjs +0 -2
  413. package/esm2022/components/mobile/menu/mobile-menu.component.mjs +0 -42
  414. package/esm2022/components/mobile/menu/public-api.mjs +0 -3
  415. package/esm2022/components/navigation/content/inera-ids-angular-components-navigation-content.mjs +0 -5
  416. package/esm2022/components/navigation/content/navigation-content-link.component.mjs +0 -29
  417. package/esm2022/components/navigation/content/navigation-content.component.mjs +0 -24
  418. package/esm2022/components/navigation/content/public-api.mjs +0 -3
  419. package/esm2022/components/navigation/local/inera-ids-angular-components-navigation-local.mjs +0 -5
  420. package/esm2022/components/navigation/local/navigation-local-link.component.mjs +0 -27
  421. package/esm2022/components/navigation/local/navigation-local.component.mjs +0 -21
  422. package/esm2022/components/navigation/local/public-api.mjs +0 -3
  423. package/esm2022/components/notification-badge/inera-ids-angular-components-notification-badge.mjs +0 -5
  424. package/esm2022/components/notification-badge/notification-badge.component.mjs +0 -39
  425. package/esm2022/components/notification-badge/public-api.mjs +0 -2
  426. package/esm2022/components/pagination/data-pagination/data-pagination-select.component.mjs +0 -20
  427. package/esm2022/components/pagination/data-pagination/data-pagination.component.mjs +0 -75
  428. package/esm2022/components/pagination/data-pagination/inera-ids-angular-components-pagination-data-pagination.mjs +0 -5
  429. package/esm2022/components/pagination/data-pagination/public-api.mjs +0 -3
  430. package/esm2022/components/pagination/list-pagination/inera-ids-angular-components-pagination-list-pagination.mjs +0 -5
  431. package/esm2022/components/pagination/list-pagination/list-pagination.component.mjs +0 -197
  432. package/esm2022/components/pagination/list-pagination/public-api.mjs +0 -2
  433. package/esm2022/components/popover/inera-ids-angular-components-popover.mjs +0 -5
  434. package/esm2022/components/popover/popover-close.component.mjs +0 -24
  435. package/esm2022/components/popover/popover-content.component.mjs +0 -91
  436. package/esm2022/components/popover/popover-header.component.mjs +0 -18
  437. package/esm2022/components/popover/popover-trigger.component.mjs +0 -15
  438. package/esm2022/components/popover/popover.component.mjs +0 -149
  439. package/esm2022/components/popover/popover.module.mjs +0 -40
  440. package/esm2022/components/popover/public-api.mjs +0 -7
  441. package/esm2022/components/progressbar/inera-ids-angular-components-progressbar.mjs +0 -5
  442. package/esm2022/components/progressbar/progressbar.component.mjs +0 -24
  443. package/esm2022/components/progressbar/public-api.mjs +0 -2
  444. package/esm2022/components/puff-list/inera-ids-angular-components-puff-list.mjs +0 -5
  445. package/esm2022/components/puff-list/public-api.mjs +0 -9
  446. package/esm2022/components/puff-list/puff-list-item-content-info.component.mjs +0 -18
  447. package/esm2022/components/puff-list/puff-list-item-content.component.mjs +0 -15
  448. package/esm2022/components/puff-list/puff-list-item-date-label.component.mjs +0 -18
  449. package/esm2022/components/puff-list/puff-list-item-extra-content.component.mjs +0 -18
  450. package/esm2022/components/puff-list/puff-list-item-header.component.mjs +0 -18
  451. package/esm2022/components/puff-list/puff-list-item.component.mjs +0 -161
  452. package/esm2022/components/puff-list/puff-list.component.mjs +0 -40
  453. package/esm2022/components/puff-list/puff-list.module.mjs +0 -51
  454. package/esm2022/components/region-icon/inera-ids-angular-components-region-icon.mjs +0 -5
  455. package/esm2022/components/region-icon/public-api.mjs +0 -2
  456. package/esm2022/components/region-icon/region-icon.component.mjs +0 -51
  457. package/esm2022/components/side-menu/inera-ids-angular-components-side-menu.mjs +0 -5
  458. package/esm2022/components/side-menu/public-api.mjs +0 -5
  459. package/esm2022/components/side-menu/side-menu-icon.component.mjs +0 -24
  460. package/esm2022/components/side-menu/side-menu-link.component.mjs +0 -18
  461. package/esm2022/components/side-menu/side-menu.component.mjs +0 -215
  462. package/esm2022/components/side-menu/side-menu.module.mjs +0 -30
  463. package/esm2022/components/side-panel/inera-ids-angular-components-side-panel.mjs +0 -5
  464. package/esm2022/components/side-panel/public-api.mjs +0 -5
  465. package/esm2022/components/side-panel/side-panel-footer.component.mjs +0 -50
  466. package/esm2022/components/side-panel/side-panel-provider.component.mjs +0 -73
  467. package/esm2022/components/side-panel/side-panel.component.mjs +0 -196
  468. package/esm2022/components/side-panel/side-panel.module.mjs +0 -31
  469. package/esm2022/components/stepper/inera-ids-angular-components-stepper.mjs +0 -5
  470. package/esm2022/components/stepper/public-api.mjs +0 -5
  471. package/esm2022/components/stepper/step-header.component.mjs +0 -18
  472. package/esm2022/components/stepper/step.component.mjs +0 -133
  473. package/esm2022/components/stepper/stepper.component.mjs +0 -30
  474. package/esm2022/components/stepper/stepper.module.mjs +0 -30
  475. package/esm2022/components/tabs/inera-ids-angular-components-tabs.mjs +0 -5
  476. package/esm2022/components/tabs/public-api.mjs +0 -3
  477. package/esm2022/components/tabs/tab-group.component.mjs +0 -51
  478. package/esm2022/components/tabs/tab.component.mjs +0 -41
  479. package/esm2022/components/tag/inera-ids-angular-components-tag.mjs +0 -5
  480. package/esm2022/components/tag/public-api.mjs +0 -3
  481. package/esm2022/components/tag/tag.component.mjs +0 -23
  482. package/esm2022/components/tag/tag.directive.mjs +0 -17
  483. package/esm2022/components/tooltip/inera-ids-angular-components-tooltip.mjs +0 -5
  484. package/esm2022/components/tooltip/public-api.mjs +0 -4
  485. package/esm2022/components/tooltip/tooltip-trigger.directive.mjs +0 -18
  486. package/esm2022/components/tooltip/tooltip.component.mjs +0 -84
  487. package/esm2022/components/tooltip/tooltip.module.mjs +0 -25
  488. package/esm2022/inera-ids-angular.mjs +0 -5
  489. 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,4 +1,4 @@
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
4
  import { IDInputDescribedByLinker } from '../../services/input-described-by-linker.service';
@@ -18,6 +18,7 @@ export declare abstract class IDFormBase implements AfterContentInit {
18
18
  protected inputLabelLinker: IDInputLabelLinker;
19
19
  protected inputDescribedByLinker: IDInputDescribedByLinker;
20
20
  protected inputInvalidLinker: IDInputInvalidLinker;
21
+ protected destroyRef: DestroyRef;
21
22
  private blurEvent?;
22
23
  get input(): any;
23
24
  get label(): any;
@@ -32,5 +33,5 @@ export declare abstract class IDFormBase implements AfterContentInit {
32
33
  }): void;
33
34
  ngOnDestroy(): void;
34
35
  static ɵfac: i0.ɵɵFactoryDeclaration<IDFormBase, never>;
35
- 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>;
36
37
  }
@@ -8,3 +8,4 @@ export { IDErrorMessageBase } from "./classes/form/IDErrorMessageBase";
8
8
  export { IDInputDescribedByLinker } from "./services/input-described-by-linker.service";
9
9
  export { IDInputInvalidLinker } from "./services/input-invalid-linker.service";
10
10
  export { useEscapeKey } from "./utilities/useEscKey";
11
+ export { useFocusTrap } from "./utilities/useFocusTrap";
@@ -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
  }
@@ -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;
@@ -3,6 +3,7 @@ import * as i0 from "@angular/core";
3
3
  export declare class IDTextareaHintComponent implements OnInit {
4
4
  readonly id: string;
5
5
  private readonly el;
6
+ private readonly renderer;
6
7
  ngOnInit(): void;
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<IDTextareaHintComponent, never>;
8
9
  static ɵcmp: i0.ɵɵComponentDeclaration<IDTextareaHintComponent, "id-textarea-hint", 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 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;
@@ -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 IDHeaderIneraAdminAvatarMobileComponent {
4
+ export declare class IDHeaderIneraAdminAvatarMobileComponent implements OnDestroy {
5
5
  username?: string;
6
6
  unit?: string;
7
7
  expanded: boolean;
@@ -12,10 +12,13 @@ export declare class IDHeaderIneraAdminAvatarMobileComponent {
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<IDHeaderIneraAdminAvatarMobileComponent, never>;
20
23
  static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraAdminAvatarMobileComponent, "id-header-inera-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;
@@ -2,7 +2,6 @@ import { QueryList } from '@angular/core';
2
2
  import { IDMobileMenuItemComponent } from './item/mobile-menu-item.component';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class IDMobileMenuComponent {
5
- constructor();
6
5
  items: QueryList<IDMobileMenuItemComponent>;
7
6
  variation: number | undefined;
8
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IDMobileMenuComponent, never>;