@inera/ids-angular 9.2.1 → 9.4.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 (239) hide show
  1. package/common/directives/click-outside.directive.d.ts +3 -3
  2. package/common/public-api.d.ts +1 -1
  3. package/components/accordion/accordion-header.component.d.ts +1 -1
  4. package/components/accordion/accordion.component.d.ts +5 -4
  5. package/components/alert/alert-header.component.d.ts +1 -1
  6. package/components/alert/alert.component.d.ts +2 -2
  7. package/components/box-link/box-link-button.component.d.ts +2 -2
  8. package/components/box-link/box-link.component.d.ts +2 -2
  9. package/components/breadcrumbs/breadcrumbs.component.d.ts +3 -4
  10. package/components/breadcrumbs/crumb.component.d.ts +1 -1
  11. package/components/carousel/carousel-item/carousel-item.component.d.ts +1 -1
  12. package/components/carousel/carousel.component.d.ts +4 -4
  13. package/components/control-button/control-button.directive.d.ts +5 -0
  14. package/components/control-button/index.d.ts +5 -0
  15. package/components/control-button/public-api.d.ts +1 -0
  16. package/components/dialog/dialog.component.d.ts +4 -4
  17. package/components/dialog/dialog.module.d.ts +12 -0
  18. package/components/dialog/public-api.d.ts +1 -0
  19. package/components/district-selector/district-selector.component.d.ts +14 -0
  20. package/components/district-selector/index.d.ts +5 -0
  21. package/components/district-selector/public-api.d.ts +1 -0
  22. package/components/dropdown/dropdown.component.d.ts +1 -1
  23. package/components/footer-1177/footer-1177-col.component.d.ts +4 -4
  24. package/components/footer-1177/footer-1177.component.d.ts +6 -4
  25. package/components/footer-1177-admin/footer-1177-admin-col.component.d.ts +4 -4
  26. package/components/footer-1177-admin/footer-1177-admin.component.d.ts +5 -4
  27. package/components/footer-1177-pro/footer-1177-pro-col.component.d.ts +4 -4
  28. package/components/footer-1177-pro/footer-1177-pro.component.d.ts +6 -4
  29. package/components/footer-inera/footer-inera-col.component.d.ts +4 -4
  30. package/components/footer-inera/footer-inera.component.d.ts +5 -4
  31. package/components/footer-inera-admin/footer-inera-admin-col.component.d.ts +4 -4
  32. package/components/footer-inera-admin/footer-inera-admin.component.d.ts +5 -4
  33. package/components/footer-inera-general/footer-inera-general-col.component.d.ts +4 -4
  34. package/components/footer-inera-general/footer-inera-general.component.d.ts +6 -4
  35. package/components/form/checkbox-group/checkbox-group.component.d.ts +4 -4
  36. package/components/form/input/input-clear-button.component.d.ts +5 -0
  37. package/components/form/input/input.component.d.ts +7 -3
  38. package/components/form/input/public-api.d.ts +1 -0
  39. package/components/form/label-subtitle/index.d.ts +5 -0
  40. package/components/form/label-subtitle/label-subtitle.component.d.ts +5 -0
  41. package/components/form/label-subtitle/public-api.d.ts +1 -0
  42. package/components/form/radio/radio-group.component.d.ts +4 -4
  43. package/components/form/radio/radio.component.d.ts +1 -1
  44. package/components/form/radio-button/radio-button-group.component.d.ts +1 -2
  45. package/components/form/range/range.component.d.ts +1 -1
  46. package/components/form/select/select.component.d.ts +1 -1
  47. package/components/form/select-multiple/select-multiple.component.d.ts +3 -3
  48. package/components/form/spinner/spinner.component.d.ts +2 -1
  49. package/components/form/textarea/textarea.component.d.ts +1 -1
  50. package/components/form/time/time.component.d.ts +1 -1
  51. package/components/global-alert/global-alert-actions.component.d.ts +1 -1
  52. package/components/global-alert/global-alert-header.component.d.ts +1 -1
  53. package/components/global-alert/global-alert.component.d.ts +2 -2
  54. package/components/header-1177/avatar/header-1177-avatar.component.d.ts +1 -1
  55. package/components/header-1177/header-1177.component.d.ts +6 -7
  56. package/components/header-1177/nav/header-1177-nav.component.d.ts +1 -1
  57. package/components/header-1177/nav-item/header-1177-nav-item.component.d.ts +5 -5
  58. package/components/header-1177/region-picker/header-1177-region-picker.component.d.ts +4 -4
  59. package/components/header-1177/region-picker-mobile/header-1177-region-picker-mobile.component.d.ts +3 -3
  60. package/components/header-1177-admin/avatar/header-1177-admin-avatar.component.d.ts +1 -1
  61. package/components/header-1177-admin/avatar-mobile/header-1177-admin-avatar-mobile.component.d.ts +1 -1
  62. package/components/header-1177-admin/header-1177-admin.component.d.ts +3 -3
  63. package/components/header-1177-admin/nav/header-1177-admin-nav.component.d.ts +6 -4
  64. package/components/header-1177-admin/nav-item/header-1177-admin-nav-item.component.d.ts +5 -5
  65. package/components/header-1177-pro/avatar/header-1177-pro-avatar.component.d.ts +1 -1
  66. package/components/header-1177-pro/avatar-mobile/header-1177-pro-avatar-mobile.component.d.ts +1 -1
  67. package/components/header-1177-pro/header-1177-pro.component.d.ts +3 -3
  68. package/components/header-1177-pro/nav/header-1177-pro-nav.component.d.ts +6 -4
  69. package/components/header-1177-pro/nav-item/header-1177-pro-nav-item.component.d.ts +5 -5
  70. package/components/header-1177-pro/region-picker/header-1177-pro-region-picker.component.d.ts +4 -4
  71. package/components/header-1177-pro/region-picker-mobile/header-1177-pro-region-picker-mobile.component.d.ts +1 -1
  72. package/components/header-inera/header-inera.component.d.ts +5 -6
  73. package/components/header-inera/nav/header-inera-nav.component.d.ts +3 -5
  74. package/components/header-inera/nav-item/header-inera-nav-item.component.d.ts +5 -5
  75. package/components/header-inera-admin/avatar/header-inera-admin-avatar.component.d.ts +1 -1
  76. package/components/header-inera-admin/avatar-mobile/header-inera-admin-avatar-mobile.component.d.ts +1 -1
  77. package/components/header-inera-admin/header-inera-admin.component.d.ts +12 -13
  78. package/components/header-inera-admin/header-inera-admin.module.d.ts +1 -1
  79. package/components/header-inera-admin/nav/header-inera-admin-nav.component.d.ts +6 -4
  80. package/components/header-inera-admin/nav-item/header-inera-admin-nav-item.component.d.ts +4 -4
  81. package/components/header-inera-admin/public-api.d.ts +12 -12
  82. package/components/header-inera-general/avatar/header-inera-general-avatar.component.d.ts +26 -0
  83. package/components/header-inera-general/avatar-mobile/header-inera-general-avatar-mobile.component.d.ts +26 -0
  84. package/components/header-inera-general/header-inera-general.component.d.ts +10 -6
  85. package/components/header-inera-general/header-inera-general.module.d.ts +11 -8
  86. package/components/header-inera-general/item/header-inera-general-item.component.d.ts +3 -1
  87. package/components/header-inera-general/nav/header-inera-general-nav.component.d.ts +1 -1
  88. package/components/header-inera-general/nav-item/header-inera-general-nav-item.component.d.ts +5 -5
  89. package/components/header-inera-general/nav-item-mobile/header-inera-general-nav-item-mobile.component.d.ts +8 -0
  90. package/components/header-inera-general/nav-mobile/header-inera-general-nav-mobile.component.d.ts +7 -0
  91. package/components/header-inera-general/public-api.d.ts +5 -1
  92. package/components/message-avatar/index.d.ts +5 -0
  93. package/components/message-avatar/message-avatar.component.d.ts +10 -0
  94. package/components/message-avatar/public-api.d.ts +1 -0
  95. package/components/mobile/menu/item/mobile-menu-item.component.d.ts +3 -3
  96. package/components/mobile/menu/mobile-menu.component.d.ts +1 -2
  97. package/components/navigation/content/navigation-content-item.component.d.ts +24 -0
  98. package/components/navigation/content/navigation-content-link.component.d.ts +1 -1
  99. package/components/navigation/content/navigation-content.component.d.ts +6 -3
  100. package/components/navigation/content/public-api.d.ts +1 -0
  101. package/components/navigation/local/navigation-local-link.component.d.ts +1 -1
  102. package/components/navigation/local/navigation-local.component.d.ts +1 -2
  103. package/components/popover/popover.component.d.ts +4 -4
  104. package/components/puff-list/puff-list-item.component.d.ts +1 -1
  105. package/components/puff-list/puff-list.component.d.ts +1 -2
  106. package/components/side-menu/side-menu.component.d.ts +4 -2
  107. package/components/side-panel/side-panel.component.d.ts +7 -6
  108. package/components/stepper/step.component.d.ts +2 -0
  109. package/components/stepper/stepper.component.d.ts +2 -2
  110. package/components/tabs/tab-group.component.d.ts +3 -2
  111. package/components/tabs/tab.component.d.ts +2 -2
  112. package/components/tag/tag.component.d.ts +1 -1
  113. package/components/tooltip/tooltip.component.d.ts +2 -2
  114. package/fesm2022/inera-ids-angular-common.mjs +31 -32
  115. package/fesm2022/inera-ids-angular-common.mjs.map +1 -1
  116. package/fesm2022/inera-ids-angular-components-accordion.mjs +23 -32
  117. package/fesm2022/inera-ids-angular-components-accordion.mjs.map +1 -1
  118. package/fesm2022/inera-ids-angular-components-action-link.mjs +3 -3
  119. package/fesm2022/inera-ids-angular-components-alert.mjs +12 -18
  120. package/fesm2022/inera-ids-angular-components-alert.mjs.map +1 -1
  121. package/fesm2022/inera-ids-angular-components-badge.mjs +4 -4
  122. package/fesm2022/inera-ids-angular-components-badge.mjs.map +1 -1
  123. package/fesm2022/inera-ids-angular-components-box-link.mjs +19 -23
  124. package/fesm2022/inera-ids-angular-components-box-link.mjs.map +1 -1
  125. package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs +19 -30
  126. package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs.map +1 -1
  127. package/fesm2022/inera-ids-angular-components-button-group.mjs +3 -3
  128. package/fesm2022/inera-ids-angular-components-button.mjs +3 -3
  129. package/fesm2022/inera-ids-angular-components-card.mjs +3 -3
  130. package/fesm2022/inera-ids-angular-components-carousel.mjs +20 -27
  131. package/fesm2022/inera-ids-angular-components-carousel.mjs.map +1 -1
  132. package/fesm2022/inera-ids-angular-components-control-button.mjs +24 -0
  133. package/fesm2022/inera-ids-angular-components-control-button.mjs.map +1 -0
  134. package/fesm2022/inera-ids-angular-components-date-label.mjs +3 -3
  135. package/fesm2022/inera-ids-angular-components-dialog.mjs +65 -35
  136. package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
  137. package/fesm2022/inera-ids-angular-components-district-selector.mjs +45 -0
  138. package/fesm2022/inera-ids-angular-components-district-selector.mjs.map +1 -0
  139. package/fesm2022/inera-ids-angular-components-dropdown.mjs +16 -19
  140. package/fesm2022/inera-ids-angular-components-dropdown.mjs.map +1 -1
  141. package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs +48 -55
  142. package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs.map +1 -1
  143. package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs +49 -55
  144. package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs.map +1 -1
  145. package/fesm2022/inera-ids-angular-components-footer-1177.mjs +49 -55
  146. package/fesm2022/inera-ids-angular-components-footer-1177.mjs.map +1 -1
  147. package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs +51 -58
  148. package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs.map +1 -1
  149. package/fesm2022/inera-ids-angular-components-footer-inera-general.mjs +53 -58
  150. package/fesm2022/inera-ids-angular-components-footer-inera-general.mjs.map +1 -1
  151. package/fesm2022/inera-ids-angular-components-footer-inera.mjs +51 -58
  152. package/fesm2022/inera-ids-angular-components-footer-inera.mjs.map +1 -1
  153. package/fesm2022/inera-ids-angular-components-form-check-button.mjs +3 -3
  154. package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs +11 -17
  155. package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs.map +1 -1
  156. package/fesm2022/inera-ids-angular-components-form-checkbox.mjs +3 -3
  157. package/fesm2022/inera-ids-angular-components-form-darkmode-toggle.mjs +3 -3
  158. package/fesm2022/inera-ids-angular-components-form-error-message.mjs +3 -3
  159. package/fesm2022/inera-ids-angular-components-form-input.mjs +66 -42
  160. package/fesm2022/inera-ids-angular-components-form-input.mjs.map +1 -1
  161. package/fesm2022/inera-ids-angular-components-form-label-subtitle.mjs +25 -0
  162. package/fesm2022/inera-ids-angular-components-form-label-subtitle.mjs.map +1 -0
  163. package/fesm2022/inera-ids-angular-components-form-radio-button.mjs +11 -14
  164. package/fesm2022/inera-ids-angular-components-form-radio-button.mjs.map +1 -1
  165. package/fesm2022/inera-ids-angular-components-form-radio.mjs +15 -21
  166. package/fesm2022/inera-ids-angular-components-form-radio.mjs.map +1 -1
  167. package/fesm2022/inera-ids-angular-components-form-range.mjs +4 -4
  168. package/fesm2022/inera-ids-angular-components-form-range.mjs.map +1 -1
  169. package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +10 -13
  170. package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs.map +1 -1
  171. package/fesm2022/inera-ids-angular-components-form-select.mjs +4 -4
  172. package/fesm2022/inera-ids-angular-components-form-select.mjs.map +1 -1
  173. package/fesm2022/inera-ids-angular-components-form-spinner.mjs +7 -4
  174. package/fesm2022/inera-ids-angular-components-form-spinner.mjs.map +1 -1
  175. package/fesm2022/inera-ids-angular-components-form-textarea.mjs +7 -7
  176. package/fesm2022/inera-ids-angular-components-form-textarea.mjs.map +1 -1
  177. package/fesm2022/inera-ids-angular-components-form-time.mjs +4 -4
  178. package/fesm2022/inera-ids-angular-components-form-time.mjs.map +1 -1
  179. package/fesm2022/inera-ids-angular-components-form-toggle.mjs +3 -3
  180. package/fesm2022/inera-ids-angular-components-global-alert.mjs +17 -29
  181. package/fesm2022/inera-ids-angular-components-global-alert.mjs.map +1 -1
  182. package/fesm2022/inera-ids-angular-components-grid-column.mjs +3 -3
  183. package/fesm2022/inera-ids-angular-components-grid-container.mjs +3 -3
  184. package/fesm2022/inera-ids-angular-components-grid-layout-grid-column.mjs +3 -3
  185. package/fesm2022/inera-ids-angular-components-grid-layout-grid-container.mjs +3 -3
  186. package/fesm2022/inera-ids-angular-components-grid-layout-grid-row.mjs +3 -3
  187. package/fesm2022/inera-ids-angular-components-grid-layout.mjs +9 -9
  188. package/fesm2022/inera-ids-angular-components-grid-row.mjs +3 -3
  189. package/fesm2022/inera-ids-angular-components-grid.mjs +9 -9
  190. package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +86 -108
  191. package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs.map +1 -1
  192. package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +123 -138
  193. package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs.map +1 -1
  194. package/fesm2022/inera-ids-angular-components-header-1177.mjs +142 -180
  195. package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
  196. package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +101 -133
  197. package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
  198. package/fesm2022/inera-ids-angular-components-header-inera-general.mjs +391 -80
  199. package/fesm2022/inera-ids-angular-components-header-inera-general.mjs.map +1 -1
  200. package/fesm2022/inera-ids-angular-components-header-inera.mjs +57 -86
  201. package/fesm2022/inera-ids-angular-components-header-inera.mjs.map +1 -1
  202. package/fesm2022/inera-ids-angular-components-header-patient.mjs +6 -6
  203. package/fesm2022/inera-ids-angular-components-link.mjs +3 -3
  204. package/fesm2022/inera-ids-angular-components-message-avatar.mjs +35 -0
  205. package/fesm2022/inera-ids-angular-components-message-avatar.mjs.map +1 -0
  206. package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs +8 -14
  207. package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs.map +1 -1
  208. package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +17 -26
  209. package/fesm2022/inera-ids-angular-components-mobile-menu.mjs.map +1 -1
  210. package/fesm2022/inera-ids-angular-components-navigation-content.mjs +79 -18
  211. package/fesm2022/inera-ids-angular-components-navigation-content.mjs.map +1 -1
  212. package/fesm2022/inera-ids-angular-components-navigation-local.mjs +11 -17
  213. package/fesm2022/inera-ids-angular-components-navigation-local.mjs.map +1 -1
  214. package/fesm2022/inera-ids-angular-components-notification-badge.mjs +5 -5
  215. package/fesm2022/inera-ids-angular-components-notification-badge.mjs.map +1 -1
  216. package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs +6 -6
  217. package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs +3 -3
  218. package/fesm2022/inera-ids-angular-components-popover.mjs +124 -79
  219. package/fesm2022/inera-ids-angular-components-popover.mjs.map +1 -1
  220. package/fesm2022/inera-ids-angular-components-progressbar.mjs +3 -3
  221. package/fesm2022/inera-ids-angular-components-puff-list.mjs +39 -45
  222. package/fesm2022/inera-ids-angular-components-puff-list.mjs.map +1 -1
  223. package/fesm2022/inera-ids-angular-components-region-icon.mjs +3 -3
  224. package/fesm2022/inera-ids-angular-components-side-menu.mjs +38 -28
  225. package/fesm2022/inera-ids-angular-components-side-menu.mjs.map +1 -1
  226. package/fesm2022/inera-ids-angular-components-side-panel.mjs +103 -91
  227. package/fesm2022/inera-ids-angular-components-side-panel.mjs.map +1 -1
  228. package/fesm2022/inera-ids-angular-components-stepper.mjs +24 -20
  229. package/fesm2022/inera-ids-angular-components-stepper.mjs.map +1 -1
  230. package/fesm2022/inera-ids-angular-components-tabs.mjs +18 -26
  231. package/fesm2022/inera-ids-angular-components-tabs.mjs.map +1 -1
  232. package/fesm2022/inera-ids-angular-components-tag.mjs +10 -10
  233. package/fesm2022/inera-ids-angular-components-tag.mjs.map +1 -1
  234. package/fesm2022/inera-ids-angular-components-toolbar.mjs +3 -3
  235. package/fesm2022/inera-ids-angular-components-tooltip.mjs +27 -33
  236. package/fesm2022/inera-ids-angular-components-tooltip.mjs.map +1 -1
  237. package/package.json +58 -42
  238. /package/common/services/{use-id.service.ts.d.ts → use-id.service.d.ts} +0 -0
  239. /package/components/header-inera-admin/nav-item-mobile/{header-inera-admin-nav-item-mobile.d.ts → header-inera-admin-nav-item-mobile.component.d.ts} +0 -0
@@ -1,21 +1,22 @@
1
1
  import * as i0 from '@angular/core';
2
- import { inject, booleanAttribute, Input, Component, ViewChild, Directive, ContentChild, ContentChildren, EventEmitter, Output, NgModule } from '@angular/core';
2
+ import { inject, booleanAttribute, Input, Component, EventEmitter, viewChild, Output, Directive, contentChildren, contentChild, computed, NgModule } from '@angular/core';
3
3
  import { NgTemplateOutlet } from '@angular/common';
4
- import { ID_HEADER_CONTEXT, IDUseIdService, useEscapeKey, IDClickOutsideDirective } from '@inera/ids-angular/common';
4
+ import { ID_HEADER_CONTEXT, IDUseIdService, useFocusTrap, useEscapeKey, IDClickOutsideDirective } from '@inera/ids-angular/common';
5
5
 
6
6
  class IDHeaderIneraGeneralItemComponent {
7
7
  mobile = false;
8
+ separatorLeft = false;
8
9
  icon;
9
10
  header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
10
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraGeneralItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.20", type: IDHeaderIneraGeneralItemComponent, isStandalone: true, selector: "id-header-inera-general-item", inputs: { mobile: ["mobile", "mobile", booleanAttribute], icon: "icon" }, host: { properties: { "class.ids-header-inera-general-item--unresponsive": "header?.unresponsive", "class.ids-header-inera-general-item--mobile": "mobile" }, classAttribute: "ids-header-inera-general-item" }, ngImport: i0, template: `
11
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
12
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.25", type: IDHeaderIneraGeneralItemComponent, isStandalone: true, selector: "id-header-inera-general-item", inputs: { mobile: ["mobile", "mobile", booleanAttribute], separatorLeft: ["separatorLeft", "separatorLeft", booleanAttribute], icon: "icon" }, host: { properties: { "class.ids-header-inera-general-item--unresponsive": "header?.unresponsive", "class.ids-header-inera-general-item--mobile": "mobile", "class.ids-header-inera-general-item--separator": "separatorLeft" }, classAttribute: "ids-header-inera-general-item" }, ngImport: i0, template: `
12
13
  <div class="ids-header-inera-general-item__icon">
13
14
  <ng-content name=[icon]></ng-content>
14
15
  <span class="ids-icon-{{icon}}" aria-hidden="true"></span>
15
16
  </div>
16
17
  <ng-content></ng-content>`, isInline: true });
17
18
  }
18
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraGeneralItemComponent, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralItemComponent, decorators: [{
19
20
  type: Component,
20
21
  args: [{
21
22
  selector: 'id-header-inera-general-item',
@@ -29,34 +30,171 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
29
30
  host: {
30
31
  class: 'ids-header-inera-general-item',
31
32
  '[class.ids-header-inera-general-item--unresponsive]': 'header?.unresponsive',
32
- '[class.ids-header-inera-general-item--mobile]': 'mobile'
33
+ '[class.ids-header-inera-general-item--mobile]': 'mobile',
34
+ '[class.ids-header-inera-general-item--separator]': 'separatorLeft'
33
35
  }
34
36
  }]
35
37
  }], propDecorators: { mobile: [{
36
38
  type: Input,
37
39
  args: [{ transform: booleanAttribute }]
40
+ }], separatorLeft: [{
41
+ type: Input,
42
+ args: [{ transform: booleanAttribute }]
38
43
  }], icon: [{
39
44
  type: Input
40
45
  }] } });
41
46
 
47
+ class IDHeaderIneraGeneralAvatarComponent {
48
+ username;
49
+ unit;
50
+ persistent = false;
51
+ expanded = false;
52
+ expandedChange = new EventEmitter();
53
+ opened = new EventEmitter();
54
+ closed = new EventEmitter();
55
+ idService = inject(IDUseIdService);
56
+ contentId = this.idService.generateId('header-inera-general-avatar');
57
+ header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
58
+ menuContent = viewChild('menuContent');
59
+ focusTrap = useFocusTrap(() => this.menuContent(), { disabled: () => !this.expanded });
60
+ constructor() {
61
+ useEscapeKey(() => this.handleCloseEvent(), () => this.expanded);
62
+ }
63
+ handleCloseEvent() {
64
+ if (!this.persistent) {
65
+ this.closeAvatar();
66
+ }
67
+ }
68
+ closeAvatar() {
69
+ this.focusTrap.destroy();
70
+ this.expanded = false;
71
+ this.expandedChange.emit(false);
72
+ this.closed.emit();
73
+ }
74
+ toggleAvatar() {
75
+ this.expanded = !this.expanded;
76
+ this.expandedChange.emit(this.expanded);
77
+ if (this.expanded) {
78
+ this.focusTrap.create();
79
+ this.opened.emit();
80
+ }
81
+ else {
82
+ this.focusTrap.destroy();
83
+ this.closed.emit();
84
+ }
85
+ }
86
+ ngOnDestroy() {
87
+ this.focusTrap.destroy();
88
+ }
89
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
90
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: IDHeaderIneraGeneralAvatarComponent, isStandalone: true, selector: "id-header-inera-general-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-inera-general-avatar--unresponsive": "header?.unresponsive" }, classAttribute: "ids-header-inera-general-avatar" }, viewQueries: [{ propertyName: "menuContent", first: true, predicate: ["menuContent"], descendants: true, isSignal: true }], ngImport: i0, template: `
91
+ <div class="ids-header-inera-general-avatar__avatar"
92
+ idClickOutside
93
+ (idClickOutside)="handleCloseEvent()">
94
+ <div #menuContent class="ids-header-inera-general-avatar__menu-wrapper">
95
+ <button
96
+ (click)="toggleAvatar()"
97
+ [attr.aria-controls]="contentId"
98
+ class="ids-header-inera-general-avatar__button"
99
+ [class.ids-header-inera-general-avatar__button--expanded]="expanded"
100
+ [attr.aria-expanded]="expanded">
101
+ <div class="ids-header-inera-general-avatar__name" [attr.title]="username">
102
+ {{username}}
103
+ </div>
104
+ @if(unit) {
105
+ <div [attr.title]="unit" class="ids-header-inera-general-avatar__unit">{{unit}} </div>
106
+ }
107
+ </button>
108
+ @if(expanded){
109
+ <div [attr.id]="contentId"
110
+ class="ids-header-inera-general-avatar__menu ids-header-inera-general-avatar__menu--mobile-menu"
111
+ [class.ids-header-inera-general-avatar__menu--expanded]="expanded">
112
+ <ng-content select="id-header-inera-general-avatar-agent"></ng-content>
113
+ <div class="ids-header-inera-general-avatar__menu-links">
114
+ <ng-content></ng-content>
115
+ </div>
116
+ </div>
117
+ }
118
+ </div>
119
+ `, isInline: true, dependencies: [{ kind: "directive", type: IDClickOutsideDirective, selector: "[idClickOutside]", outputs: ["idClickOutside"] }] });
120
+ }
121
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralAvatarComponent, decorators: [{
122
+ type: Component,
123
+ args: [{
124
+ selector: "id-header-inera-general-avatar",
125
+ template: `
126
+ <div class="ids-header-inera-general-avatar__avatar"
127
+ idClickOutside
128
+ (idClickOutside)="handleCloseEvent()">
129
+ <div #menuContent class="ids-header-inera-general-avatar__menu-wrapper">
130
+ <button
131
+ (click)="toggleAvatar()"
132
+ [attr.aria-controls]="contentId"
133
+ class="ids-header-inera-general-avatar__button"
134
+ [class.ids-header-inera-general-avatar__button--expanded]="expanded"
135
+ [attr.aria-expanded]="expanded">
136
+ <div class="ids-header-inera-general-avatar__name" [attr.title]="username">
137
+ {{username}}
138
+ </div>
139
+ @if(unit) {
140
+ <div [attr.title]="unit" class="ids-header-inera-general-avatar__unit">{{unit}} </div>
141
+ }
142
+ </button>
143
+ @if(expanded){
144
+ <div [attr.id]="contentId"
145
+ class="ids-header-inera-general-avatar__menu ids-header-inera-general-avatar__menu--mobile-menu"
146
+ [class.ids-header-inera-general-avatar__menu--expanded]="expanded">
147
+ <ng-content select="id-header-inera-general-avatar-agent"></ng-content>
148
+ <div class="ids-header-inera-general-avatar__menu-links">
149
+ <ng-content></ng-content>
150
+ </div>
151
+ </div>
152
+ }
153
+ </div>
154
+ `,
155
+ standalone: true,
156
+ imports: [IDClickOutsideDirective],
157
+ host: {
158
+ class: 'ids-header-inera-general-avatar',
159
+ '[class.ids-header-inera-general-avatar--unresponsive]': 'header?.unresponsive'
160
+ }
161
+ }]
162
+ }], ctorParameters: () => [], propDecorators: { username: [{
163
+ type: Input
164
+ }], unit: [{
165
+ type: Input
166
+ }], persistent: [{
167
+ type: Input,
168
+ args: [{ transform: booleanAttribute }]
169
+ }], expanded: [{
170
+ type: Input,
171
+ args: [{ transform: booleanAttribute }]
172
+ }], expandedChange: [{
173
+ type: Output
174
+ }], opened: [{
175
+ type: Output
176
+ }], closed: [{
177
+ type: Output
178
+ }] } });
179
+
42
180
  class IDHeaderIneraGeneralNavComponent {
43
181
  hideOnTablet = false;
44
- template;
45
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraGeneralNavComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
46
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.20", type: IDHeaderIneraGeneralNavComponent, isStandalone: true, selector: "id-header-inera-general-nav", inputs: { hideOnTablet: ["hideOnTablet", "hideOnTablet", booleanAttribute] }, viewQueries: [{ propertyName: "template", first: true, predicate: ["nav"], descendants: true }], ngImport: i0, template: `
182
+ template = viewChild.required('nav');
183
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralNavComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
184
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.2.25", type: IDHeaderIneraGeneralNavComponent, isStandalone: true, selector: "id-header-inera-general-nav", inputs: { hideOnTablet: ["hideOnTablet", "hideOnTablet", booleanAttribute] }, viewQueries: [{ propertyName: "template", first: true, predicate: ["nav"], descendants: true, isSignal: true }], ngImport: i0, template: `
47
185
  <ng-template #nav>
48
- <div class="ids-header-inera-general-nav__nav-items">
186
+ <div class="ids-header-inera-general-nav__inner">
49
187
  <ng-content></ng-content>
50
188
  </div>
51
189
  </ng-template>`, isInline: true });
52
190
  }
53
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraGeneralNavComponent, decorators: [{
191
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralNavComponent, decorators: [{
54
192
  type: Component,
55
193
  args: [{
56
194
  selector: "id-header-inera-general-nav",
57
195
  template: `
58
196
  <ng-template #nav>
59
- <div class="ids-header-inera-general-nav__nav-items">
197
+ <div class="ids-header-inera-general-nav__inner">
60
198
  <ng-content></ng-content>
61
199
  </div>
62
200
  </ng-template>`,
@@ -65,16 +203,35 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
65
203
  }], propDecorators: { hideOnTablet: [{
66
204
  type: Input,
67
205
  args: [{ transform: booleanAttribute }]
68
- }], template: [{
69
- type: ViewChild,
70
- args: ['nav']
71
206
  }] } });
72
207
 
208
+ class IDHeaderIneraGeneralNavMobileComponent {
209
+ template = viewChild.required('navMobile');
210
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralNavMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
211
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.2.25", type: IDHeaderIneraGeneralNavMobileComponent, isStandalone: true, selector: "id-header-inera-general-nav-mobile", viewQueries: [{ propertyName: "template", first: true, predicate: ["navMobile"], descendants: true, isSignal: true }], ngImport: i0, template: `
212
+ <ng-template #navMobile>
213
+ <ng-content></ng-content>
214
+ </ng-template>
215
+ `, isInline: true });
216
+ }
217
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralNavMobileComponent, decorators: [{
218
+ type: Component,
219
+ args: [{
220
+ selector: 'id-header-inera-general-nav-mobile',
221
+ template: `
222
+ <ng-template #navMobile>
223
+ <ng-content></ng-content>
224
+ </ng-template>
225
+ `,
226
+ standalone: true,
227
+ }]
228
+ }] });
229
+
73
230
  class IDHeaderIneraGeneralSkipToContent {
74
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraGeneralSkipToContent, deps: [], target: i0.ɵɵFactoryTarget.Component });
75
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDHeaderIneraGeneralSkipToContent, isStandalone: true, selector: "id-header-inera-general-skip-to-content", host: { classAttribute: "ids-header-inera-general__skip-to-content" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
231
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralSkipToContent, deps: [], target: i0.ɵɵFactoryTarget.Component });
232
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDHeaderIneraGeneralSkipToContent, isStandalone: true, selector: "id-header-inera-general-skip-to-content", host: { classAttribute: "ids-header-inera-general__skip-to-content" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
76
233
  }
77
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraGeneralSkipToContent, decorators: [{
234
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralSkipToContent, decorators: [{
78
235
  type: Component,
79
236
  args: [{
80
237
  selector: "id-header-inera-general-skip-to-content",
@@ -87,10 +244,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
87
244
  }] });
88
245
 
89
246
  class IDHeaderIneraGeneralBrandLinkDirective {
90
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraGeneralBrandLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
91
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: IDHeaderIneraGeneralBrandLinkDirective, isStandalone: true, selector: "a[idBrandIneraGeneralLink]", ngImport: i0 });
247
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralBrandLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
248
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: IDHeaderIneraGeneralBrandLinkDirective, isStandalone: true, selector: "a[idBrandIneraGeneralLink]", ngImport: i0 });
92
249
  }
93
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraGeneralBrandLinkDirective, decorators: [{
250
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralBrandLinkDirective, decorators: [{
94
251
  type: Directive,
95
252
  args: [{
96
253
  selector: "a[idBrandIneraGeneralLink]",
@@ -101,43 +258,164 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
101
258
  class IDHeaderIneraGeneralComponent {
102
259
  unresponsive = false;
103
260
  brandText = '';
104
- items;
105
- nav;
106
- brandLink;
107
- skipToContent;
108
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraGeneralComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
109
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDHeaderIneraGeneralComponent, isStandalone: true, selector: "id-header-inera-general", inputs: { unresponsive: ["unresponsive", "unresponsive", booleanAttribute], brandText: "brandText" }, providers: [
261
+ items = contentChildren(IDHeaderIneraGeneralItemComponent);
262
+ nav = contentChild(IDHeaderIneraGeneralNavComponent);
263
+ avatar = contentChild(IDHeaderIneraGeneralAvatarComponent);
264
+ navMobile = contentChild(IDHeaderIneraGeneralNavMobileComponent);
265
+ brandLink = contentChild(IDHeaderIneraGeneralBrandLinkDirective);
266
+ skipToContent = contentChild(IDHeaderIneraGeneralSkipToContent);
267
+ hasHeaderItems = computed(() => this.items().length > 0 || !!this.avatar() || !!this.navMobile());
268
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
269
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: IDHeaderIneraGeneralComponent, isStandalone: true, selector: "id-header-inera-general", inputs: { unresponsive: ["unresponsive", "unresponsive", booleanAttribute], brandText: "brandText" }, providers: [
110
270
  {
111
271
  provide: ID_HEADER_CONTEXT,
112
272
  useExisting: IDHeaderIneraGeneralComponent,
113
273
  },
114
- ], queries: [{ propertyName: "nav", first: true, predicate: IDHeaderIneraGeneralNavComponent, descendants: true }, { propertyName: "brandLink", first: true, predicate: IDHeaderIneraGeneralBrandLinkDirective, descendants: true }, { propertyName: "skipToContent", first: true, predicate: IDHeaderIneraGeneralSkipToContent, descendants: true }, { propertyName: "items", predicate: IDHeaderIneraGeneralItemComponent }], ngImport: i0, template: "<header\n class=\"ids-header-inera-general\"\n [class.ids-header-inera-general--unresponsive]=\"unresponsive\"\n>\n <ng-content select=\"id-header-inera-general-skip-to-content\"></ng-content>\n <div class=\"ids-header-inera-general__container\">\n <div class=\"ids-header-inera-general__inner\">\n <div class=\"ids-header-inera-general__main\">\n <div class=\"ids-header-inera-general__brand\">\n @if (brandLink) {\n <span class=\"ids-header-inera-general__brand-text\">{{ brandText }}</span>\n <span class=\"ids-header-inera-general__brand-link\">\n <ng-content select=\"[idBrandIneraGeneralLink]\"></ng-content>\n </span>\n } @else {\n <h1 class=\"ids-header-inera-general__brand-text\">{{ brandText }}</h1>\n }\n </div>\n\n @if (items) {\n <div class=\"ids-header-inera-general__items\">\n <ng-content select=\"id-header-inera-general-item\"></ng-content>\n <ng-content select=\"id-header-inera-general-menu-mobile\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n @if (nav) {\n <nav\n class=\"ids-header-inera-general-nav\"\n [class.ids-header-inera-general-nav--unresponsive]=\"unresponsive\"\n [class.ids-header-inera-general-nav--hide-on-tablet]=\"nav.hideOnTablet\"\n >\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\n </nav>\n }\n</header>\n", dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
274
+ ], queries: [{ propertyName: "items", predicate: IDHeaderIneraGeneralItemComponent, isSignal: true }, { propertyName: "nav", first: true, predicate: IDHeaderIneraGeneralNavComponent, descendants: true, isSignal: true }, { propertyName: "avatar", first: true, predicate: IDHeaderIneraGeneralAvatarComponent, descendants: true, isSignal: true }, { propertyName: "navMobile", first: true, predicate: IDHeaderIneraGeneralNavMobileComponent, descendants: true, isSignal: true }, { propertyName: "brandLink", first: true, predicate: IDHeaderIneraGeneralBrandLinkDirective, descendants: true, isSignal: true }, { propertyName: "skipToContent", first: true, predicate: IDHeaderIneraGeneralSkipToContent, descendants: true, isSignal: true }], ngImport: i0, template: "<header\n class=\"ids-header-inera-general\"\n [class.ids-header-inera-general--unresponsive]=\"unresponsive\"\n>\n <ng-content select=\"id-header-inera-general-skip-to-content\"></ng-content>\n <div class=\"ids-header-inera-general__container\">\n <div class=\"ids-header-inera-general__inner\">\n <div class=\"ids-header-inera-general__main\">\n <div class=\"ids-header-inera-general__brand\">\n @if (brandLink()) {\n <span class=\"ids-header-inera-general__brand-text\">{{ brandText }}</span>\n <span class=\"ids-header-inera-general__brand-link\">\n <ng-content select=\"[idBrandIneraGeneralLink]\"></ng-content>\n </span>\n } @else {\n <h1 class=\"ids-header-inera-general__brand-text\">{{ brandText }}</h1>\n }\n </div>\n\n @if (hasHeaderItems()) {\n <div class=\"ids-header-inera-general__items\">\n <ng-content select=\"id-header-inera-general-item\"></ng-content>\n <ng-content select=\"id-header-inera-general-menu-mobile\"></ng-content>\n <ng-content select=\"id-header-inera-general-avatar\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n @if (nav()) {\n <nav\n class=\"ids-header-inera-general-nav\"\n aria-label=\"Huvudmeny\"\n [class.ids-header-inera-general-nav--unresponsive]=\"unresponsive\">\n <ng-container *ngTemplateOutlet=\"nav()!.template()\"></ng-container>\n </nav>\n }\n @if (navMobile(); as navMobile) {\n <nav\n class=\"ids-header-inera-general-nav-mobile\"\n aria-label=\"Huvudmeny\"\n >\n <ng-container *ngTemplateOutlet=\"navMobile.template()\"></ng-container>\n </nav>\n }\n</header>\n", dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
115
275
  }
116
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraGeneralComponent, decorators: [{
276
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralComponent, decorators: [{
117
277
  type: Component,
118
278
  args: [{ selector: 'id-header-inera-general', standalone: true, providers: [
119
279
  {
120
280
  provide: ID_HEADER_CONTEXT,
121
281
  useExisting: IDHeaderIneraGeneralComponent,
122
282
  },
123
- ], imports: [NgTemplateOutlet], template: "<header\n class=\"ids-header-inera-general\"\n [class.ids-header-inera-general--unresponsive]=\"unresponsive\"\n>\n <ng-content select=\"id-header-inera-general-skip-to-content\"></ng-content>\n <div class=\"ids-header-inera-general__container\">\n <div class=\"ids-header-inera-general__inner\">\n <div class=\"ids-header-inera-general__main\">\n <div class=\"ids-header-inera-general__brand\">\n @if (brandLink) {\n <span class=\"ids-header-inera-general__brand-text\">{{ brandText }}</span>\n <span class=\"ids-header-inera-general__brand-link\">\n <ng-content select=\"[idBrandIneraGeneralLink]\"></ng-content>\n </span>\n } @else {\n <h1 class=\"ids-header-inera-general__brand-text\">{{ brandText }}</h1>\n }\n </div>\n\n @if (items) {\n <div class=\"ids-header-inera-general__items\">\n <ng-content select=\"id-header-inera-general-item\"></ng-content>\n <ng-content select=\"id-header-inera-general-menu-mobile\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n @if (nav) {\n <nav\n class=\"ids-header-inera-general-nav\"\n [class.ids-header-inera-general-nav--unresponsive]=\"unresponsive\"\n [class.ids-header-inera-general-nav--hide-on-tablet]=\"nav.hideOnTablet\"\n >\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\n </nav>\n }\n</header>\n" }]
283
+ ], imports: [NgTemplateOutlet], template: "<header\n class=\"ids-header-inera-general\"\n [class.ids-header-inera-general--unresponsive]=\"unresponsive\"\n>\n <ng-content select=\"id-header-inera-general-skip-to-content\"></ng-content>\n <div class=\"ids-header-inera-general__container\">\n <div class=\"ids-header-inera-general__inner\">\n <div class=\"ids-header-inera-general__main\">\n <div class=\"ids-header-inera-general__brand\">\n @if (brandLink()) {\n <span class=\"ids-header-inera-general__brand-text\">{{ brandText }}</span>\n <span class=\"ids-header-inera-general__brand-link\">\n <ng-content select=\"[idBrandIneraGeneralLink]\"></ng-content>\n </span>\n } @else {\n <h1 class=\"ids-header-inera-general__brand-text\">{{ brandText }}</h1>\n }\n </div>\n\n @if (hasHeaderItems()) {\n <div class=\"ids-header-inera-general__items\">\n <ng-content select=\"id-header-inera-general-item\"></ng-content>\n <ng-content select=\"id-header-inera-general-menu-mobile\"></ng-content>\n <ng-content select=\"id-header-inera-general-avatar\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n @if (nav()) {\n <nav\n class=\"ids-header-inera-general-nav\"\n aria-label=\"Huvudmeny\"\n [class.ids-header-inera-general-nav--unresponsive]=\"unresponsive\">\n <ng-container *ngTemplateOutlet=\"nav()!.template()\"></ng-container>\n </nav>\n }\n @if (navMobile(); as navMobile) {\n <nav\n class=\"ids-header-inera-general-nav-mobile\"\n aria-label=\"Huvudmeny\"\n >\n <ng-container *ngTemplateOutlet=\"navMobile.template()\"></ng-container>\n </nav>\n }\n</header>\n" }]
124
284
  }], propDecorators: { unresponsive: [{
125
285
  type: Input,
126
286
  args: [{ transform: booleanAttribute }]
127
287
  }], brandText: [{
128
288
  type: Input
129
- }], items: [{
130
- type: ContentChildren,
131
- args: [IDHeaderIneraGeneralItemComponent]
132
- }], nav: [{
133
- type: ContentChild,
134
- args: [IDHeaderIneraGeneralNavComponent]
135
- }], brandLink: [{
136
- type: ContentChild,
137
- args: [IDHeaderIneraGeneralBrandLinkDirective]
138
- }], skipToContent: [{
139
- type: ContentChild,
140
- args: [IDHeaderIneraGeneralSkipToContent]
289
+ }] } });
290
+
291
+ class IDHeaderIneraGeneralAvatarMobileComponent {
292
+ username;
293
+ unit;
294
+ expanded = false;
295
+ persistent = false;
296
+ expandedChange = new EventEmitter();
297
+ opened = new EventEmitter();
298
+ closed = new EventEmitter();
299
+ idService = inject(IDUseIdService);
300
+ contentId = this.idService.generateId('header-inera-general-avatar');
301
+ header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
302
+ menuContent = viewChild('menuContent');
303
+ focusTrap = useFocusTrap(() => this.menuContent(), { disabled: () => !this.expanded });
304
+ constructor() {
305
+ useEscapeKey(() => this.handleCloseEvent(), () => this.expanded);
306
+ }
307
+ handleCloseEvent() {
308
+ if (!this.persistent) {
309
+ this.closeAvatar();
310
+ }
311
+ }
312
+ closeAvatar() {
313
+ this.focusTrap.destroy();
314
+ this.expanded = false;
315
+ this.expandedChange.emit(false);
316
+ this.closed.emit();
317
+ }
318
+ toggleAvatar() {
319
+ this.expanded = !this.expanded;
320
+ this.expandedChange.emit(this.expanded);
321
+ if (this.expanded) {
322
+ this.focusTrap.create();
323
+ this.opened.emit();
324
+ }
325
+ else {
326
+ this.focusTrap.destroy();
327
+ this.closed.emit();
328
+ }
329
+ }
330
+ ngOnDestroy() {
331
+ this.focusTrap.destroy();
332
+ }
333
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralAvatarMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
334
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: IDHeaderIneraGeneralAvatarMobileComponent, isStandalone: true, selector: "id-header-inera-general-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-inera-general-avatar-mobile" }, viewQueries: [{ propertyName: "menuContent", first: true, predicate: ["menuContent"], descendants: true, isSignal: true }], ngImport: i0, template: `
335
+ <div #menuContent class="ids-header-inera-general-avatar-mobile__menu-wrapper"
336
+ idClickOutside
337
+ (idClickOutside)="handleCloseEvent()">
338
+ <button
339
+ class="ids-header-inera-general-avatar-mobile__button"
340
+ (click)="toggleAvatar()"
341
+ [attr.aria-controls]="contentId"
342
+ [class.ids-header-inera-general-avatar-mobile__button--expanded]="expanded"
343
+ [attr.aria-expanded]="expanded">
344
+ <div
345
+ class="ids-header-inera-general-avatar-mobile-content__name"
346
+ [attr.title]="username">
347
+ {{username}}
348
+ </div>
349
+ </button>
350
+ <div
351
+ class="ids-header-inera-general-avatar-mobile__menu"
352
+ [attr.id]="contentId"
353
+ [class.ids-header-inera-general-avatar-mobile__menu--expanded]="expanded">
354
+ @if(unit) {
355
+ <div class="ids-header-inera-general-avatar-mobile__unit">{{unit}}</div>
356
+ }
357
+ <div class="ids-header-inera-general-avatar-mobile__menu-links">
358
+ <ng-content></ng-content>
359
+ </div>
360
+ </div>
361
+ </div>
362
+ `, isInline: true, dependencies: [{ kind: "directive", type: IDClickOutsideDirective, selector: "[idClickOutside]", outputs: ["idClickOutside"] }] });
363
+ }
364
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralAvatarMobileComponent, decorators: [{
365
+ type: Component,
366
+ args: [{
367
+ selector: "id-header-inera-general-avatar-mobile",
368
+ template: `
369
+ <div #menuContent class="ids-header-inera-general-avatar-mobile__menu-wrapper"
370
+ idClickOutside
371
+ (idClickOutside)="handleCloseEvent()">
372
+ <button
373
+ class="ids-header-inera-general-avatar-mobile__button"
374
+ (click)="toggleAvatar()"
375
+ [attr.aria-controls]="contentId"
376
+ [class.ids-header-inera-general-avatar-mobile__button--expanded]="expanded"
377
+ [attr.aria-expanded]="expanded">
378
+ <div
379
+ class="ids-header-inera-general-avatar-mobile-content__name"
380
+ [attr.title]="username">
381
+ {{username}}
382
+ </div>
383
+ </button>
384
+ <div
385
+ class="ids-header-inera-general-avatar-mobile__menu"
386
+ [attr.id]="contentId"
387
+ [class.ids-header-inera-general-avatar-mobile__menu--expanded]="expanded">
388
+ @if(unit) {
389
+ <div class="ids-header-inera-general-avatar-mobile__unit">{{unit}}</div>
390
+ }
391
+ <div class="ids-header-inera-general-avatar-mobile__menu-links">
392
+ <ng-content></ng-content>
393
+ </div>
394
+ </div>
395
+ </div>
396
+ `,
397
+ standalone: true,
398
+ imports: [IDClickOutsideDirective],
399
+ host: {
400
+ class: 'ids-header-inera-general-avatar-mobile'
401
+ }
402
+ }]
403
+ }], ctorParameters: () => [], propDecorators: { username: [{
404
+ type: Input
405
+ }], unit: [{
406
+ type: Input
407
+ }], expanded: [{
408
+ type: Input,
409
+ args: [{ transform: booleanAttribute }]
410
+ }], persistent: [{
411
+ type: Input,
412
+ args: [{ transform: booleanAttribute }]
413
+ }], expandedChange: [{
414
+ type: Output
415
+ }], opened: [{
416
+ type: Output
417
+ }], closed: [{
418
+ type: Output
141
419
  }] } });
142
420
 
143
421
  class IDHeaderIneraGeneralNavItemComponent {
@@ -146,10 +424,10 @@ class IDHeaderIneraGeneralNavItemComponent {
146
424
  activeChange = new EventEmitter();
147
425
  expanded = false;
148
426
  expandedChange = new EventEmitter();
149
- col1 = null;
150
- col2 = null;
151
- col3 = null;
152
- col4 = null;
427
+ col1 = contentChild('col1');
428
+ col2 = contentChild('col2');
429
+ col3 = contentChild('col3');
430
+ col4 = contentChild('col4');
153
431
  idService = inject(IDUseIdService);
154
432
  contentId = this.idService.generateId('header-inera-general-nav-item');
155
433
  header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
@@ -174,8 +452,8 @@ class IDHeaderIneraGeneralNavItemComponent {
174
452
  this.expandedChange.emit(false);
175
453
  this.activeChange.emit(false);
176
454
  }
177
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraGeneralNavItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
178
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDHeaderIneraGeneralNavItemComponent, isStandalone: true, selector: "id-header-inera-general-nav-item", inputs: { label: "label", active: ["active", "active", booleanAttribute], expanded: ["expanded", "expanded", booleanAttribute] }, outputs: { activeChange: "activeChange", expandedChange: "expandedChange" }, host: { properties: { "class.ids-header-inera-general-nav-item--unresponsive": "header?.unresponsive", "class.ids-header-inera-general-nav-item--active": "active || expanded", "attr.aria-current": "active", "class.ids-header-inera-general-nav-item--expanded": "expanded" }, classAttribute: "ids-header-inera-general-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: `
455
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralNavItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
456
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: IDHeaderIneraGeneralNavItemComponent, isStandalone: true, selector: "id-header-inera-general-nav-item", inputs: { label: "label", active: ["active", "active", booleanAttribute], expanded: ["expanded", "expanded", booleanAttribute] }, outputs: { activeChange: "activeChange", expandedChange: "expandedChange" }, host: { properties: { "class.ids-header-inera-general-nav-item--unresponsive": "header?.unresponsive", "class.ids-header-inera-general-nav-item--active": "active || expanded", "attr.aria-current": "active", "class.ids-header-inera-general-nav-item--expanded": "expanded" }, classAttribute: "ids-header-inera-general-nav-item" }, queries: [{ propertyName: "col1", first: true, predicate: ["col1"], descendants: true, isSignal: true }, { propertyName: "col2", first: true, predicate: ["col2"], descendants: true, isSignal: true }, { propertyName: "col3", first: true, predicate: ["col3"], descendants: true, isSignal: true }, { propertyName: "col4", first: true, predicate: ["col4"], descendants: true, isSignal: true }], ngImport: i0, template: `
179
457
  <div
180
458
  idClickOutside
181
459
  (idClickOutside)="closeItem()">
@@ -197,22 +475,22 @@ class IDHeaderIneraGeneralNavItemComponent {
197
475
  [class.ids-header-inera-general-nav-item__menu--expanded]="expanded">
198
476
  <div class="ids-header-inera-general-nav-item__menu-content">
199
477
  <div class="ids-header-inera-general-nav-item__menu-col-1">
200
- <ng-container *ngTemplateOutlet="col1"></ng-container>
478
+ <ng-container *ngTemplateOutlet="col1() ?? null"></ng-container>
201
479
  </div>
202
480
  <div class="ids-header-inera-general-nav-item__menu-col-2">
203
- <ng-container *ngTemplateOutlet="col2"></ng-container>
481
+ <ng-container *ngTemplateOutlet="col2() ?? null"></ng-container>
204
482
  </div>
205
483
  <div class="ids-header-inera-general-nav-item__menu-col-3">
206
- <ng-container *ngTemplateOutlet="col3"></ng-container>
484
+ <ng-container *ngTemplateOutlet="col3() ?? null"></ng-container>
207
485
  </div>
208
486
  <div class="ids-header-inera-general-nav-item__menu-col-4">
209
- <ng-container *ngTemplateOutlet="col4"></ng-container>
487
+ <ng-container *ngTemplateOutlet="col4() ?? null"></ng-container>
210
488
  </div>
211
489
  </div>
212
490
  </div>
213
491
  </div>`, isInline: true, dependencies: [{ kind: "directive", type: IDClickOutsideDirective, selector: "[idClickOutside]", outputs: ["idClickOutside"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
214
492
  }
215
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraGeneralNavItemComponent, decorators: [{
493
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralNavItemComponent, decorators: [{
216
494
  type: Component,
217
495
  args: [{
218
496
  selector: "id-header-inera-general-nav-item",
@@ -238,16 +516,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
238
516
  [class.ids-header-inera-general-nav-item__menu--expanded]="expanded">
239
517
  <div class="ids-header-inera-general-nav-item__menu-content">
240
518
  <div class="ids-header-inera-general-nav-item__menu-col-1">
241
- <ng-container *ngTemplateOutlet="col1"></ng-container>
519
+ <ng-container *ngTemplateOutlet="col1() ?? null"></ng-container>
242
520
  </div>
243
521
  <div class="ids-header-inera-general-nav-item__menu-col-2">
244
- <ng-container *ngTemplateOutlet="col2"></ng-container>
522
+ <ng-container *ngTemplateOutlet="col2() ?? null"></ng-container>
245
523
  </div>
246
524
  <div class="ids-header-inera-general-nav-item__menu-col-3">
247
- <ng-container *ngTemplateOutlet="col3"></ng-container>
525
+ <ng-container *ngTemplateOutlet="col3() ?? null"></ng-container>
248
526
  </div>
249
527
  <div class="ids-header-inera-general-nav-item__menu-col-4">
250
- <ng-container *ngTemplateOutlet="col4"></ng-container>
528
+ <ng-container *ngTemplateOutlet="col4() ?? null"></ng-container>
251
529
  </div>
252
530
  </div>
253
531
  </div>
@@ -274,18 +552,39 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
274
552
  args: [{ transform: booleanAttribute }]
275
553
  }], expandedChange: [{
276
554
  type: Output
277
- }], col1: [{
278
- type: ContentChild,
279
- args: ['col1']
280
- }], col2: [{
281
- type: ContentChild,
282
- args: ['col2']
283
- }], col3: [{
284
- type: ContentChild,
285
- args: ['col3']
286
- }], col4: [{
287
- type: ContentChild,
288
- args: ['col4']
555
+ }] } });
556
+
557
+ class IDHeaderIneraGeneralNavItemMobileComponent {
558
+ icon;
559
+ header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
560
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralNavItemMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
561
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDHeaderIneraGeneralNavItemMobileComponent, isStandalone: true, selector: "id-header-inera-general-nav-item-mobile", inputs: { icon: "icon" }, host: { properties: { "class.ids-header-inera-general-nav-item-mobile--unresponsive": "header?.unresponsive" }, classAttribute: "ids-header-inera-general-nav-item-mobile" }, ngImport: i0, template: `
562
+ <span class="ids-header-inera-general-nav-item-mobile__icon">
563
+ <span class="ids-icon-{{icon}}"></span>
564
+ <ng-content select="[idNavItemMobileIcon]"></ng-content>
565
+ </span>
566
+ <ng-content></ng-content>
567
+ `, isInline: true });
568
+ }
569
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralNavItemMobileComponent, decorators: [{
570
+ type: Component,
571
+ args: [{
572
+ selector: "id-header-inera-general-nav-item-mobile",
573
+ template: `
574
+ <span class="ids-header-inera-general-nav-item-mobile__icon">
575
+ <span class="ids-icon-{{icon}}"></span>
576
+ <ng-content select="[idNavItemMobileIcon]"></ng-content>
577
+ </span>
578
+ <ng-content></ng-content>
579
+ `,
580
+ standalone: true,
581
+ host: {
582
+ class: 'ids-header-inera-general-nav-item-mobile',
583
+ '[class.ids-header-inera-general-nav-item-mobile--unresponsive]': 'header?.unresponsive'
584
+ }
585
+ }]
586
+ }], propDecorators: { icon: [{
587
+ type: Input
289
588
  }] } });
290
589
 
291
590
  class IDHeaderIneraGeneralMenuMobileComponent {
@@ -294,8 +593,8 @@ class IDHeaderIneraGeneralMenuMobileComponent {
294
593
  toggleExpansion() {
295
594
  this.expanded = !this.expanded;
296
595
  }
297
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraGeneralMenuMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
298
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDHeaderIneraGeneralMenuMobileComponent, isStandalone: true, selector: "id-header-inera-general-menu-mobile", inputs: { expanded: ["expanded", "expanded", booleanAttribute] }, host: { classAttribute: "ids-header-inera-general__mobile-menu" }, ngImport: i0, template: `
596
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralMenuMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
597
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: IDHeaderIneraGeneralMenuMobileComponent, isStandalone: true, selector: "id-header-inera-general-menu-mobile", inputs: { expanded: ["expanded", "expanded", booleanAttribute] }, host: { classAttribute: "ids-header-inera-general__mobile-menu" }, ngImport: i0, template: `
299
598
  <div
300
599
  class="ids-header-inera-general-menu-mobile"
301
600
  [class.ids-header-inera-general-menu-mobile--unresponsive]="header?.unresponsive"
@@ -319,7 +618,7 @@ class IDHeaderIneraGeneralMenuMobileComponent {
319
618
  </div>
320
619
  `, isInline: true });
321
620
  }
322
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraGeneralMenuMobileComponent, decorators: [{
621
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralMenuMobileComponent, decorators: [{
323
622
  type: Component,
324
623
  args: [{
325
624
  selector: 'id-header-inera-general-menu-mobile',
@@ -357,10 +656,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
357
656
  }] } });
358
657
 
359
658
  class IDHeaderIneraGeneralNavItemMenuLinkComponent {
360
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraGeneralNavItemMenuLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
361
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDHeaderIneraGeneralNavItemMenuLinkComponent, isStandalone: true, selector: "id-header-inera-general-nav-item-menu-link", host: { classAttribute: "ids-header-inera-general-nav__menu-item-wrapper" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
659
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralNavItemMenuLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
660
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDHeaderIneraGeneralNavItemMenuLinkComponent, isStandalone: true, selector: "id-header-inera-general-nav-item-menu-link", host: { classAttribute: "ids-header-inera-general-nav__menu-item-wrapper" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
362
661
  }
363
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraGeneralNavItemMenuLinkComponent, decorators: [{
662
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralNavItemMenuLinkComponent, decorators: [{
364
663
  type: Component,
365
664
  args: [{
366
665
  selector: "id-header-inera-general-nav-item-menu-link",
@@ -373,32 +672,41 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
373
672
  }] });
374
673
 
375
674
  class IDHeaderIneraGeneralModule {
376
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraGeneralModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
377
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraGeneralModule, imports: [IDHeaderIneraGeneralComponent,
675
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
676
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralModule, imports: [IDHeaderIneraGeneralComponent,
677
+ IDHeaderIneraGeneralAvatarComponent,
678
+ IDHeaderIneraGeneralAvatarMobileComponent,
378
679
  IDHeaderIneraGeneralItemComponent,
379
680
  IDHeaderIneraGeneralNavComponent,
380
681
  IDHeaderIneraGeneralNavItemComponent,
682
+ IDHeaderIneraGeneralNavItemMobileComponent,
381
683
  IDHeaderIneraGeneralMenuMobileComponent,
382
684
  IDHeaderIneraGeneralSkipToContent,
383
685
  IDHeaderIneraGeneralNavItemMenuLinkComponent,
384
686
  IDHeaderIneraGeneralBrandLinkDirective], exports: [IDHeaderIneraGeneralComponent,
687
+ IDHeaderIneraGeneralAvatarComponent,
688
+ IDHeaderIneraGeneralAvatarMobileComponent,
385
689
  IDHeaderIneraGeneralItemComponent,
386
690
  IDHeaderIneraGeneralNavComponent,
387
691
  IDHeaderIneraGeneralNavItemComponent,
692
+ IDHeaderIneraGeneralNavItemMobileComponent,
388
693
  IDHeaderIneraGeneralMenuMobileComponent,
389
694
  IDHeaderIneraGeneralSkipToContent,
390
695
  IDHeaderIneraGeneralNavItemMenuLinkComponent,
391
696
  IDHeaderIneraGeneralBrandLinkDirective] });
392
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraGeneralModule });
697
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralModule });
393
698
  }
394
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeaderIneraGeneralModule, decorators: [{
699
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeaderIneraGeneralModule, decorators: [{
395
700
  type: NgModule,
396
701
  args: [{
397
702
  imports: [
398
703
  IDHeaderIneraGeneralComponent,
704
+ IDHeaderIneraGeneralAvatarComponent,
705
+ IDHeaderIneraGeneralAvatarMobileComponent,
399
706
  IDHeaderIneraGeneralItemComponent,
400
707
  IDHeaderIneraGeneralNavComponent,
401
708
  IDHeaderIneraGeneralNavItemComponent,
709
+ IDHeaderIneraGeneralNavItemMobileComponent,
402
710
  IDHeaderIneraGeneralMenuMobileComponent,
403
711
  IDHeaderIneraGeneralSkipToContent,
404
712
  IDHeaderIneraGeneralNavItemMenuLinkComponent,
@@ -406,9 +714,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
406
714
  ],
407
715
  exports: [
408
716
  IDHeaderIneraGeneralComponent,
717
+ IDHeaderIneraGeneralAvatarComponent,
718
+ IDHeaderIneraGeneralAvatarMobileComponent,
409
719
  IDHeaderIneraGeneralItemComponent,
410
720
  IDHeaderIneraGeneralNavComponent,
411
721
  IDHeaderIneraGeneralNavItemComponent,
722
+ IDHeaderIneraGeneralNavItemMobileComponent,
412
723
  IDHeaderIneraGeneralMenuMobileComponent,
413
724
  IDHeaderIneraGeneralSkipToContent,
414
725
  IDHeaderIneraGeneralNavItemMenuLinkComponent,
@@ -421,5 +732,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
421
732
  * Generated bundle index. Do not edit.
422
733
  */
423
734
 
424
- export { IDHeaderIneraGeneralBrandLinkDirective, IDHeaderIneraGeneralComponent, IDHeaderIneraGeneralItemComponent, IDHeaderIneraGeneralMenuMobileComponent, IDHeaderIneraGeneralModule, IDHeaderIneraGeneralNavComponent, IDHeaderIneraGeneralNavItemComponent, IDHeaderIneraGeneralNavItemMenuLinkComponent, IDHeaderIneraGeneralSkipToContent };
735
+ export { IDHeaderIneraGeneralAvatarComponent, IDHeaderIneraGeneralAvatarMobileComponent, IDHeaderIneraGeneralBrandLinkDirective, IDHeaderIneraGeneralComponent, IDHeaderIneraGeneralItemComponent, IDHeaderIneraGeneralMenuMobileComponent, IDHeaderIneraGeneralModule, IDHeaderIneraGeneralNavComponent, IDHeaderIneraGeneralNavItemComponent, IDHeaderIneraGeneralNavItemMenuLinkComponent, IDHeaderIneraGeneralNavItemMobileComponent, IDHeaderIneraGeneralNavMobileComponent, IDHeaderIneraGeneralSkipToContent };
425
736
  //# sourceMappingURL=inera-ids-angular-components-header-inera-general.mjs.map