@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
@@ -1,7 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
- import { EventEmitter, inject, booleanAttribute, Output, Input, Component, ViewChild, Directive, ContentChild, TemplateRef, NgModule } from '@angular/core';
2
+ import { EventEmitter, inject, booleanAttribute, ViewChild, Output, Input, Component, Directive, ContentChild, TemplateRef, NgModule } from '@angular/core';
3
3
  import { NgTemplateOutlet } from '@angular/common';
4
- import { IDUseIdService, ID_HEADER_CONTEXT, useEscapeKey, IDClickOutsideDirective } from '@inera/ids-angular/common';
4
+ import { IDUseIdService, ID_HEADER_CONTEXT, useFocusTrap, useEscapeKey, IDClickOutsideDirective } from '@inera/ids-angular/common';
5
5
  import { IDRegionIconComponent } from '@inera/ids-angular/components/region-icon';
6
6
 
7
7
  class IDHeader1177ProAvatarComponent {
@@ -15,6 +15,8 @@ class IDHeader1177ProAvatarComponent {
15
15
  idService = inject(IDUseIdService);
16
16
  contentId = this.idService.generateId('header-1177-pro-avatar');
17
17
  header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
18
+ menuContent;
19
+ focusTrap = useFocusTrap(() => this.menuContent, { disabled: () => !this.expanded });
18
20
  constructor() {
19
21
  useEscapeKey(() => this.handleCloseEvent(), () => this.expanded);
20
22
  }
@@ -24,6 +26,7 @@ class IDHeader1177ProAvatarComponent {
24
26
  }
25
27
  }
26
28
  closeAvatar() {
29
+ this.focusTrap.destroy();
27
30
  this.expanded = false;
28
31
  this.expandedChange.emit(false);
29
32
  this.closed.emit();
@@ -32,18 +35,23 @@ class IDHeader1177ProAvatarComponent {
32
35
  this.expanded = !this.expanded;
33
36
  this.expandedChange.emit(this.expanded);
34
37
  if (this.expanded) {
38
+ this.focusTrap.create();
35
39
  this.opened.emit();
36
40
  }
37
41
  else {
42
+ this.focusTrap.destroy();
38
43
  this.closed.emit();
39
44
  }
40
45
  }
41
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
42
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: IDHeader1177ProAvatarComponent, isStandalone: true, selector: "id-header-1177-pro-avatar", inputs: { username: "username", unit: "unit", persistent: ["persistent", "persistent", booleanAttribute], expanded: ["expanded", "expanded", booleanAttribute] }, outputs: { expandedChange: "expandedChange", opened: "opened", closed: "closed" }, host: { properties: { "class.ids-header-1177-pro-avatar--unresponsive": "header?.unresponsive" }, classAttribute: "ids-header-1177-pro-avatar" }, ngImport: i0, template: `
46
+ ngOnDestroy() {
47
+ this.focusTrap.destroy();
48
+ }
49
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
50
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDHeader1177ProAvatarComponent, isStandalone: true, selector: "id-header-1177-pro-avatar", inputs: { username: "username", unit: "unit", persistent: ["persistent", "persistent", booleanAttribute], expanded: ["expanded", "expanded", booleanAttribute] }, outputs: { expandedChange: "expandedChange", opened: "opened", closed: "closed" }, host: { properties: { "class.ids-header-1177-pro-avatar--unresponsive": "header?.unresponsive" }, classAttribute: "ids-header-1177-pro-avatar" }, viewQueries: [{ propertyName: "menuContent", first: true, predicate: ["menuContent"], descendants: true }], ngImport: i0, template: `
43
51
  <div class="ids-header-1177-pro-avatar__avatar"
44
52
  idClickOutside
45
53
  (idClickOutside)="handleCloseEvent()">
46
- <div class="ids-header-1177-pro-avatar__menu-wrapper">
54
+ <div #menuContent class="ids-header-1177-pro-avatar__menu-wrapper">
47
55
  <button
48
56
  (click)="toggleAvatar()"
49
57
  [attr.aria-controls]="contentId"
@@ -71,7 +79,7 @@ class IDHeader1177ProAvatarComponent {
71
79
  </div>
72
80
  `, isInline: true, dependencies: [{ kind: "directive", type: IDClickOutsideDirective, selector: "[idClickOutside]", outputs: ["idClickOutside"] }] });
73
81
  }
74
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProAvatarComponent, decorators: [{
82
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProAvatarComponent, decorators: [{
75
83
  type: Component,
76
84
  args: [{
77
85
  selector: "id-header-1177-pro-avatar",
@@ -79,7 +87,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
79
87
  <div class="ids-header-1177-pro-avatar__avatar"
80
88
  idClickOutside
81
89
  (idClickOutside)="handleCloseEvent()">
82
- <div class="ids-header-1177-pro-avatar__menu-wrapper">
90
+ <div #menuContent class="ids-header-1177-pro-avatar__menu-wrapper">
83
91
  <button
84
92
  (click)="toggleAvatar()"
85
93
  [attr.aria-controls]="contentId"
@@ -129,20 +137,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
129
137
  type: Output
130
138
  }], closed: [{
131
139
  type: Output
140
+ }], menuContent: [{
141
+ type: ViewChild,
142
+ args: ['menuContent']
132
143
  }] } });
133
144
 
134
145
  class IDHeader1177ProNavComponent {
135
146
  hideOnTablet = false;
136
147
  template;
137
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProNavComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
138
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.14", type: IDHeader1177ProNavComponent, isStandalone: true, selector: "id-header-1177-pro-nav", inputs: { hideOnTablet: ["hideOnTablet", "hideOnTablet", booleanAttribute] }, viewQueries: [{ propertyName: "template", first: true, predicate: ["nav"], descendants: true }], ngImport: i0, template: `
148
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProNavComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
149
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.20", type: IDHeader1177ProNavComponent, isStandalone: true, selector: "id-header-1177-pro-nav", inputs: { hideOnTablet: ["hideOnTablet", "hideOnTablet", booleanAttribute] }, viewQueries: [{ propertyName: "template", first: true, predicate: ["nav"], descendants: true }], ngImport: i0, template: `
139
150
  <ng-template #nav>
140
151
  <div class="ids-header-1177-pro-nav__inner">
141
152
  <ng-content></ng-content>
142
153
  </div>
143
154
  </ng-template>`, isInline: true });
144
155
  }
145
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProNavComponent, decorators: [{
156
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProNavComponent, decorators: [{
146
157
  type: Component,
147
158
  args: [{
148
159
  selector: "id-header-1177-pro-nav",
@@ -163,10 +174,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
163
174
  }] } });
164
175
 
165
176
  class IDHeader1177ProBrandLinkDirective {
166
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProBrandLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
167
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: IDHeader1177ProBrandLinkDirective, isStandalone: true, selector: "a[idBrand1177ProLink]", host: { classAttribute: "ids-header-1177-pro__logo-link" }, ngImport: i0 });
177
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProBrandLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
178
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: IDHeader1177ProBrandLinkDirective, isStandalone: true, selector: "a[idBrand1177ProLink]", host: { classAttribute: "ids-header-1177-pro__logo-link" }, ngImport: i0 });
168
179
  }
169
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProBrandLinkDirective, decorators: [{
180
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProBrandLinkDirective, decorators: [{
170
181
  type: Directive,
171
182
  args: [{
172
183
  selector: "a[idBrand1177ProLink]",
@@ -185,15 +196,15 @@ class IDHeader1177ProComponent {
185
196
  avatar;
186
197
  nav;
187
198
  brandLink;
188
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
189
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: IDHeader1177ProComponent, isStandalone: true, selector: "id-header-1177-pro", inputs: { text: "text", brandHref: "brandHref", srBrandLabel: "srBrandLabel", unresponsive: ["unresponsive", "unresponsive", booleanAttribute] }, providers: [
199
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
200
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDHeader1177ProComponent, isStandalone: true, selector: "id-header-1177-pro", inputs: { text: "text", brandHref: "brandHref", srBrandLabel: "srBrandLabel", unresponsive: ["unresponsive", "unresponsive", booleanAttribute] }, providers: [
190
201
  {
191
202
  provide: ID_HEADER_CONTEXT,
192
203
  useExisting: IDHeader1177ProComponent,
193
204
  },
194
205
  ], queries: [{ propertyName: "avatar", first: true, predicate: IDHeader1177ProAvatarComponent, descendants: true }, { propertyName: "nav", first: true, predicate: IDHeader1177ProNavComponent, descendants: true }, { propertyName: "brandLink", first: true, predicate: IDHeader1177ProBrandLinkDirective, descendants: true }], ngImport: i0, template: "<header class=\"ids-header-1177-pro\">\n <ng-content select=\"id-header-1177-pro-skip-to-content\"></ng-content>\n <div class=\"ids-header-1177-pro__main\">\n <div class=\"ids-header-1177-pro__main-left\">\n <div class=\"ids-header-1177-pro__logo\"> \n @if(brandLink) {\n <ng-content select=\"[idBrand1177ProLink]\"></ng-content>\n } @else {\n <a [attr.href]=\"brandHref\" class=\"ids-header-1177-pro__logo-link\" [attr.aria-label]=\"srBrandLabel\"> </a>\n }\n </div>\n <div class=\"ids-header-1177-pro__logo-text\">\n {{text}}\n </div>\n <div class=\"ids-header-1177-pro__region-picker\">\n <ng-content select=\"id-header-1177-pro-region-picker\"></ng-content>\n </div>\n </div>\n <div class=\"ids-header-1177-pro__main-right\"> \n <ng-content select=\"id-header-1177-pro-item\"></ng-content>\n <ng-content select=\"id-header-1177-pro-avatar\"></ng-content>\n <ng-content select=\"id-header-1177-pro-menu-mobile\"></ng-content>\n </div>\n </div>\n @if(nav) {\n <nav class=\"ids-header-1177-pro-nav\"\n [class.ids-header-1177-pro__nav--unresponsive]=\"unresponsive\"\n [class.ids-header-1177-pro__nav--hide-on-tablet]=\"nav.hideOnTablet\">\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\n </nav>\n }\n</header>", dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
195
206
  }
196
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProComponent, decorators: [{
207
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProComponent, decorators: [{
197
208
  type: Component,
198
209
  args: [{ selector: "id-header-1177-pro", providers: [
199
210
  {
@@ -222,10 +233,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
222
233
  }] } });
223
234
 
224
235
  class IDHeader1177ProSkipToContent {
225
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProSkipToContent, deps: [], target: i0.ɵɵFactoryTarget.Component });
226
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeader1177ProSkipToContent, isStandalone: true, selector: "id-header-1177-pro-skip-to-content", host: { classAttribute: "ids-header-1177-pro__skip-to-content" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
236
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProSkipToContent, deps: [], target: i0.ɵɵFactoryTarget.Component });
237
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDHeader1177ProSkipToContent, isStandalone: true, selector: "id-header-1177-pro-skip-to-content", host: { classAttribute: "ids-header-1177-pro__skip-to-content" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
227
238
  }
228
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProSkipToContent, decorators: [{
239
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProSkipToContent, decorators: [{
229
240
  type: Component,
230
241
  args: [{
231
242
  selector: "id-header-1177-pro-skip-to-content",
@@ -241,15 +252,15 @@ class IDHeader1177ProItemComponent {
241
252
  mobile = false;
242
253
  icon;
243
254
  header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
244
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
245
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.14", type: IDHeader1177ProItemComponent, isStandalone: true, selector: "id-header-1177-pro-item", inputs: { mobile: ["mobile", "mobile", booleanAttribute], icon: "icon" }, host: { properties: { "class.ids-header-1177-pro-item--unresponsive": "header?.unresponsive", "class.ids-header-1177-pro-item--mobile": "mobile" }, classAttribute: "ids-header-1177-pro-item" }, ngImport: i0, template: `
255
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
256
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.20", type: IDHeader1177ProItemComponent, isStandalone: true, selector: "id-header-1177-pro-item", inputs: { mobile: ["mobile", "mobile", booleanAttribute], icon: "icon" }, host: { properties: { "class.ids-header-1177-pro-item--unresponsive": "header?.unresponsive", "class.ids-header-1177-pro-item--mobile": "mobile" }, classAttribute: "ids-header-1177-pro-item" }, ngImport: i0, template: `
246
257
  <div class="ids-header-1177-pro-item-icon">
247
258
  <ng-content name=[icon]></ng-content>
248
259
  <span class="ids-icon-{{icon}}" aria-hidden="true"></span>
249
260
  </div>
250
261
  <ng-content></ng-content>`, isInline: true });
251
262
  }
252
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProItemComponent, decorators: [{
263
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProItemComponent, decorators: [{
253
264
  type: Component,
254
265
  args: [{
255
266
  selector: 'id-header-1177-pro-item',
@@ -279,8 +290,8 @@ class IDHeader1177ProMenuMobileComponent {
279
290
  toggleExpansion() {
280
291
  this.expanded = !this.expanded;
281
292
  }
282
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProMenuMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
283
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: IDHeader1177ProMenuMobileComponent, isStandalone: true, selector: "id-header-1177-pro-menu-mobile", inputs: { expanded: ["expanded", "expanded", booleanAttribute] }, host: { classAttribute: "ids-header-1177-pro__mobile-menu" }, ngImport: i0, template: `
293
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProMenuMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
294
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDHeader1177ProMenuMobileComponent, isStandalone: true, selector: "id-header-1177-pro-menu-mobile", inputs: { expanded: ["expanded", "expanded", booleanAttribute] }, host: { classAttribute: "ids-header-1177-pro__mobile-menu" }, ngImport: i0, template: `
284
295
  <div
285
296
  class="ids-header-1177-pro-menu-mobile"
286
297
  [class.ids-header-1177-pro-menu-mobile--unresponsive]="header?.unresponsive"
@@ -301,7 +312,7 @@ class IDHeader1177ProMenuMobileComponent {
301
312
  }
302
313
  </div>`, isInline: true });
303
314
  }
304
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProMenuMobileComponent, decorators: [{
315
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProMenuMobileComponent, decorators: [{
305
316
  type: Component,
306
317
  args: [{
307
318
  selector: "id-header-1177-pro-menu-mobile",
@@ -346,6 +357,8 @@ class IDHeader1177ProAvatarMobileComponent {
346
357
  idService = inject(IDUseIdService);
347
358
  contentId = this.idService.generateId('header-1177-pro-avatar');
348
359
  header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
360
+ menuContent;
361
+ focusTrap = useFocusTrap(() => this.menuContent, { disabled: () => !this.expanded });
349
362
  constructor() {
350
363
  useEscapeKey(() => this.handleCloseEvent(), () => this.expanded);
351
364
  }
@@ -355,6 +368,7 @@ class IDHeader1177ProAvatarMobileComponent {
355
368
  }
356
369
  }
357
370
  closeAvatar() {
371
+ this.focusTrap.destroy();
358
372
  this.expanded = false;
359
373
  this.expandedChange.emit(false);
360
374
  this.closed.emit();
@@ -363,15 +377,20 @@ class IDHeader1177ProAvatarMobileComponent {
363
377
  this.expanded = !this.expanded;
364
378
  this.expandedChange.emit(this.expanded);
365
379
  if (this.expanded) {
380
+ this.focusTrap.create();
366
381
  this.opened.emit();
367
382
  }
368
383
  else {
384
+ this.focusTrap.destroy();
369
385
  this.closed.emit();
370
386
  }
371
387
  }
372
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProAvatarMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
373
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: IDHeader1177ProAvatarMobileComponent, isStandalone: true, selector: "id-header-1177-pro-avatar-mobile", inputs: { username: "username", unit: "unit", expanded: ["expanded", "expanded", booleanAttribute], persistent: ["persistent", "persistent", booleanAttribute] }, outputs: { expandedChange: "expandedChange", opened: "opened", closed: "closed" }, host: { classAttribute: "ids-header-1177-pro-avatar-mobile" }, ngImport: i0, template: `
374
- <div class="ids-header-1177-pro-avatar-mobile__menu-wrapper"
388
+ ngOnDestroy() {
389
+ this.focusTrap.destroy();
390
+ }
391
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProAvatarMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
392
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDHeader1177ProAvatarMobileComponent, isStandalone: true, selector: "id-header-1177-pro-avatar-mobile", inputs: { username: "username", unit: "unit", expanded: ["expanded", "expanded", booleanAttribute], persistent: ["persistent", "persistent", booleanAttribute] }, outputs: { expandedChange: "expandedChange", opened: "opened", closed: "closed" }, host: { classAttribute: "ids-header-1177-pro-avatar-mobile" }, viewQueries: [{ propertyName: "menuContent", first: true, predicate: ["menuContent"], descendants: true }], ngImport: i0, template: `
393
+ <div #menuContent class="ids-header-1177-pro-avatar-mobile__menu-wrapper"
375
394
  idClickOutside
376
395
  (idClickOutside)="handleCloseEvent()">
377
396
  <button
@@ -386,7 +405,7 @@ class IDHeader1177ProAvatarMobileComponent {
386
405
  {{username}}
387
406
  </div>
388
407
  </button>
389
- <div
408
+ <div
390
409
  class="ids-header-1177-pro-avatar-mobile__menu"
391
410
  [attr.id]="contentId"
392
411
  [class.ids-header-1177-pro-avatar-mobile__menu--expanded]="expanded">
@@ -400,12 +419,12 @@ class IDHeader1177ProAvatarMobileComponent {
400
419
  </div>
401
420
  `, isInline: true, dependencies: [{ kind: "directive", type: IDClickOutsideDirective, selector: "[idClickOutside]", outputs: ["idClickOutside"] }] });
402
421
  }
403
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProAvatarMobileComponent, decorators: [{
422
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProAvatarMobileComponent, decorators: [{
404
423
  type: Component,
405
424
  args: [{
406
425
  selector: "id-header-1177-pro-avatar-mobile",
407
426
  template: `
408
- <div class="ids-header-1177-pro-avatar-mobile__menu-wrapper"
427
+ <div #menuContent class="ids-header-1177-pro-avatar-mobile__menu-wrapper"
409
428
  idClickOutside
410
429
  (idClickOutside)="handleCloseEvent()">
411
430
  <button
@@ -420,7 +439,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
420
439
  {{username}}
421
440
  </div>
422
441
  </button>
423
- <div
442
+ <div
424
443
  class="ids-header-1177-pro-avatar-mobile__menu"
425
444
  [attr.id]="contentId"
426
445
  [class.ids-header-1177-pro-avatar-mobile__menu--expanded]="expanded">
@@ -455,6 +474,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
455
474
  type: Output
456
475
  }], closed: [{
457
476
  type: Output
477
+ }], menuContent: [{
478
+ type: ViewChild,
479
+ args: ['menuContent']
458
480
  }] } });
459
481
 
460
482
  class IDHeader1177ProNavItemComponent {
@@ -493,8 +515,8 @@ class IDHeader1177ProNavItemComponent {
493
515
  this.expandedChange.emit(false);
494
516
  this.activeChange.emit(false);
495
517
  }
496
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProNavItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
497
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.2.14", type: IDHeader1177ProNavItemComponent, isStandalone: true, selector: "id-header-1177-pro-nav-item", inputs: { label: "label", active: ["active", "active", booleanAttribute], expanded: ["expanded", "expanded", booleanAttribute] }, outputs: { activeChange: "activeChange", expandedChange: "expandedChange" }, host: { properties: { "class.ids-header-1177-pro-nav-item--unresponsive": "header?.unresponsive", "class.ids-header-1177-pro-nav-item--active": "active", "attr.aria-current": "active", "class.ids-header-1177-pro-nav-item--expanded": "expanded" }, classAttribute: "ids-header-1177-pro-nav-item" }, queries: [{ propertyName: "col1", first: true, predicate: ["col1"], descendants: true }, { propertyName: "col2", first: true, predicate: ["col2"], descendants: true }, { propertyName: "col3", first: true, predicate: ["col3"], descendants: true }, { propertyName: "col4", first: true, predicate: ["col4"], descendants: true }], ngImport: i0, template: `
518
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProNavItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
519
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDHeader1177ProNavItemComponent, isStandalone: true, selector: "id-header-1177-pro-nav-item", inputs: { label: "label", active: ["active", "active", booleanAttribute], expanded: ["expanded", "expanded", booleanAttribute] }, outputs: { activeChange: "activeChange", expandedChange: "expandedChange" }, host: { properties: { "class.ids-header-1177-pro-nav-item--unresponsive": "header?.unresponsive", "class.ids-header-1177-pro-nav-item--active": "active", "attr.aria-current": "active", "class.ids-header-1177-pro-nav-item--expanded": "expanded" }, classAttribute: "ids-header-1177-pro-nav-item" }, queries: [{ propertyName: "col1", first: true, predicate: ["col1"], descendants: true }, { propertyName: "col2", first: true, predicate: ["col2"], descendants: true }, { propertyName: "col3", first: true, predicate: ["col3"], descendants: true }, { propertyName: "col4", first: true, predicate: ["col4"], descendants: true }], ngImport: i0, template: `
498
520
  <div
499
521
  idClickOutside
500
522
  (idClickOutside)="closeItem()">
@@ -531,7 +553,7 @@ class IDHeader1177ProNavItemComponent {
531
553
  </div>
532
554
  </div>`, isInline: true, dependencies: [{ kind: "directive", type: IDClickOutsideDirective, selector: "[idClickOutside]", outputs: ["idClickOutside"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
533
555
  }
534
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProNavItemComponent, decorators: [{
556
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProNavItemComponent, decorators: [{
535
557
  type: Component,
536
558
  args: [{
537
559
  selector: "id-header-1177-pro-nav-item",
@@ -608,10 +630,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
608
630
  }] } });
609
631
 
610
632
  class IDHeader1177ProNavItemMenuLinkComponent {
611
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProNavItemMenuLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
612
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeader1177ProNavItemMenuLinkComponent, isStandalone: true, selector: "id-header-1177-pro-nav-item-menu-link", host: { classAttribute: "ids-header-1177-pro-nav__menu-item-wrapper" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
633
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProNavItemMenuLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
634
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDHeader1177ProNavItemMenuLinkComponent, isStandalone: true, selector: "id-header-1177-pro-nav-item-menu-link", host: { classAttribute: "ids-header-1177-pro-nav__menu-item-wrapper" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
613
635
  }
614
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProNavItemMenuLinkComponent, decorators: [{
636
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProNavItemMenuLinkComponent, decorators: [{
615
637
  type: Component,
616
638
  args: [{
617
639
  selector: "id-header-1177-pro-nav-item-menu-link",
@@ -626,8 +648,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
626
648
  class IDHeader1177ProNavItemMobileComponent {
627
649
  icon;
628
650
  header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
629
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProNavItemMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
630
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: IDHeader1177ProNavItemMobileComponent, isStandalone: true, selector: "id-header-1177-pro-nav-item-mobile", inputs: { icon: "icon" }, host: { properties: { "class.ids-header-1177-pro-nav-item-mobile--unresponsive": "header?.unresponsive" }, classAttribute: "ids-header-1177-pro-nav-item-mobile" }, ngImport: i0, template: `
651
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProNavItemMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
652
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDHeader1177ProNavItemMobileComponent, isStandalone: true, selector: "id-header-1177-pro-nav-item-mobile", inputs: { icon: "icon" }, host: { properties: { "class.ids-header-1177-pro-nav-item-mobile--unresponsive": "header?.unresponsive" }, classAttribute: "ids-header-1177-pro-nav-item-mobile" }, ngImport: i0, template: `
631
653
  <span class="ids-header-1177-pro-nav-item-mobile__icon">
632
654
  <span class="ids-icon-{{icon}}"></span>
633
655
  <ng-content select="[idNavItemMobileIcon]"></ng-content>
@@ -635,7 +657,7 @@ class IDHeader1177ProNavItemMobileComponent {
635
657
  <ng-content></ng-content>
636
658
  `, isInline: true });
637
659
  }
638
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProNavItemMobileComponent, decorators: [{
660
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProNavItemMobileComponent, decorators: [{
639
661
  type: Component,
640
662
  args: [{
641
663
  selector: "id-header-1177-pro-nav-item-mobile",
@@ -675,8 +697,8 @@ class IDHeader1177ProRegionPickerComponent {
675
697
  this.closed.emit();
676
698
  }
677
699
  }
678
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProRegionPickerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
679
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.14", type: IDHeader1177ProRegionPickerComponent, isStandalone: true, selector: "id-header-1177-pro-region-picker", inputs: { text: "text", expanded: ["expanded", "expanded", booleanAttribute], regionSelected: ["regionSelected", "regionSelected", booleanAttribute] }, outputs: { expandedChange: "expandedChange", opened: "opened", closed: "closed" }, host: { classAttribute: "ids-header-1177__region-picker" }, queries: [{ propertyName: "regionIcon", first: true, predicate: IDRegionIconComponent, descendants: true }], viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: `
700
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProRegionPickerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
701
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.20", type: IDHeader1177ProRegionPickerComponent, isStandalone: true, selector: "id-header-1177-pro-region-picker", inputs: { text: "text", expanded: ["expanded", "expanded", booleanAttribute], regionSelected: ["regionSelected", "regionSelected", booleanAttribute] }, outputs: { expandedChange: "expandedChange", opened: "opened", closed: "closed" }, host: { classAttribute: "ids-header-1177__region-picker" }, queries: [{ propertyName: "regionIcon", first: true, predicate: IDRegionIconComponent, descendants: true }], viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: `
680
702
  <div class="ids-header-1177-pro-region-picker"
681
703
  [class.ids-header-1177-pro-region-picker--selected-region]="regionIcon || regionSelected">
682
704
  <div class="ids-header-1177-pro-region-picker__region-icon">
@@ -692,7 +714,7 @@ class IDHeader1177ProRegionPickerComponent {
692
714
  </div>
693
715
  </div>`, isInline: true });
694
716
  }
695
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProRegionPickerComponent, decorators: [{
717
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProRegionPickerComponent, decorators: [{
696
718
  type: Component,
697
719
  args: [{
698
720
  selector: "id-header-1177-pro-region-picker",
@@ -756,8 +778,8 @@ class IDHeader1177ProRegionPickerMobileComponent {
756
778
  this.closed.emit();
757
779
  }
758
780
  }
759
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProRegionPickerMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
760
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "18.2.14", type: IDHeader1177ProRegionPickerMobileComponent, isStandalone: true, selector: "id-header-1177-pro-region-picker-mobile", inputs: { text: "text", expanded: ["expanded", "expanded", booleanAttribute], regionSelected: ["regionSelected", "regionSelected", booleanAttribute] }, outputs: { expandedChange: "expandedChange", opened: "opened", closed: "closed" }, queries: [{ propertyName: "regionIcon", first: true, predicate: IDRegionIconComponent, descendants: true }], ngImport: i0, template: `
781
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProRegionPickerMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
782
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.20", type: IDHeader1177ProRegionPickerMobileComponent, isStandalone: true, selector: "id-header-1177-pro-region-picker-mobile", inputs: { text: "text", expanded: ["expanded", "expanded", booleanAttribute], regionSelected: ["regionSelected", "regionSelected", booleanAttribute] }, outputs: { expandedChange: "expandedChange", opened: "opened", closed: "closed" }, queries: [{ propertyName: "regionIcon", first: true, predicate: IDRegionIconComponent, descendants: true }], ngImport: i0, template: `
761
783
  <div class="ids-header-1177-pro-region-picker-mobile"
762
784
  [class.ids-header-1177-pro-region-picker-mobile--selected-region]="regionIcon || regionSelected">
763
785
  <button
@@ -772,7 +794,7 @@ class IDHeader1177ProRegionPickerMobileComponent {
772
794
  </button>
773
795
  </div>`, isInline: true });
774
796
  }
775
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProRegionPickerMobileComponent, decorators: [{
797
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProRegionPickerMobileComponent, decorators: [{
776
798
  type: Component,
777
799
  args: [{
778
800
  selector: "id-header-1177-pro-region-picker-mobile",
@@ -812,8 +834,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImpo
812
834
  }] } });
813
835
 
814
836
  class IDHeader1177ProModule {
815
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
816
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProModule, imports: [IDHeader1177ProComponent,
837
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
838
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProModule, imports: [IDHeader1177ProComponent,
817
839
  IDHeader1177ProAvatarComponent,
818
840
  IDHeader1177ProAvatarMobileComponent,
819
841
  IDHeader1177ProItemComponent,
@@ -838,9 +860,9 @@ class IDHeader1177ProModule {
838
860
  IDHeader1177ProBrandLinkDirective,
839
861
  IDHeader1177ProRegionPickerComponent,
840
862
  IDHeader1177ProRegionPickerMobileComponent] });
841
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProModule });
863
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProModule });
842
864
  }
843
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: IDHeader1177ProModule, decorators: [{
865
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ProModule, decorators: [{
844
866
  type: NgModule,
845
867
  args: [{
846
868
  imports: [