@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,6 +1,6 @@
1
1
  import { NgTemplateOutlet } from '@angular/common';
2
2
  import * as i0 from '@angular/core';
3
- import { inject, booleanAttribute, Input, Component, EventEmitter, ViewChild, Output, TemplateRef, Directive, ContentChild, ContentChildren, NgModule } from '@angular/core';
3
+ import { inject, booleanAttribute, Input, Component, EventEmitter, viewChild, Output, TemplateRef, Directive, contentChildren, contentChild, NgModule } from '@angular/core';
4
4
  import { ID_HEADER_CONTEXT, useFocusTrap, useEscapeKey, IDClickOutsideDirective, IDUseIdService } from '@inera/ids-angular/common';
5
5
  import { IDRegionIconComponent } from '@inera/ids-angular/components/region-icon';
6
6
 
@@ -9,9 +9,9 @@ class IDHeader1177ItemComponent {
9
9
  keepTextOnMobile = false;
10
10
  icon;
11
11
  header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
12
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.20", type: IDHeader1177ItemComponent, isStandalone: true, selector: "id-header-1177-item", inputs: { mobile: ["mobile", "mobile", booleanAttribute], keepTextOnMobile: ["keepTextOnMobile", "keepTextOnMobile", booleanAttribute], icon: "icon" }, host: { properties: { "class.ids-header-1177-item--unresponsive": "header?.unresponsive", "class.ids-header-1177-item--mobile": "mobile", "class.ids-header-1177-item--keep-text": "keepTextOnMobile" }, classAttribute: "ids-header-1177-item" }, ngImport: i0, template: `
14
- <div class="ids-header-1177-item-icon">
12
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177ItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
13
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.25", type: IDHeader1177ItemComponent, isStandalone: true, selector: "id-header-1177-item", inputs: { mobile: ["mobile", "mobile", booleanAttribute], keepTextOnMobile: ["keepTextOnMobile", "keepTextOnMobile", booleanAttribute], icon: "icon" }, host: { properties: { "class.ids-header-1177-item--unresponsive": "header?.unresponsive", "class.ids-header-1177-item--mobile": "mobile", "class.ids-header-1177-item--keep-text": "keepTextOnMobile" }, classAttribute: "ids-header-1177-item" }, ngImport: i0, template: `
14
+ <div class="ids-header-1177-item__icon">
15
15
  <ng-content name="[icon]"></ng-content>
16
16
  <span
17
17
  class="ids-icon-{{ icon }}"
@@ -21,12 +21,12 @@ class IDHeader1177ItemComponent {
21
21
  <ng-content></ng-content>
22
22
  `, isInline: true });
23
23
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177ItemComponent, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177ItemComponent, decorators: [{
25
25
  type: Component,
26
26
  args: [{
27
27
  selector: 'id-header-1177-item',
28
28
  template: `
29
- <div class="ids-header-1177-item-icon">
29
+ <div class="ids-header-1177-item__icon">
30
30
  <ng-content name="[icon]"></ng-content>
31
31
  <span
32
32
  class="ids-icon-{{ icon }}"
@@ -61,8 +61,8 @@ class IDHeader1177AvatarComponent {
61
61
  opened = new EventEmitter();
62
62
  closed = new EventEmitter();
63
63
  header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
64
- menuContent;
65
- focusTrap = useFocusTrap(() => this.menuContent, { disabled: () => !this.expanded });
64
+ menuContent = viewChild('menuContent');
65
+ focusTrap = useFocusTrap(() => this.menuContent(), { disabled: () => !this.expanded });
66
66
  constructor() {
67
67
  useEscapeKey(() => this.handleCloseEvent(), () => this.expanded);
68
68
  }
@@ -92,8 +92,8 @@ class IDHeader1177AvatarComponent {
92
92
  ngOnDestroy() {
93
93
  this.focusTrap.destroy();
94
94
  }
95
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
96
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDHeader1177AvatarComponent, isStandalone: true, selector: "id-header-1177-avatar", inputs: { username: "username", persistent: ["persistent", "persistent", booleanAttribute], expanded: ["expanded", "expanded", booleanAttribute] }, outputs: { expandedChange: "expandedChange", opened: "opened", closed: "closed" }, host: { properties: { "class.ids-header-1177-avatar--unresponsive": "header?.unresponsive" }, classAttribute: "ids-header-1177-avatar" }, viewQueries: [{ propertyName: "menuContent", first: true, predicate: ["menuContent"], descendants: true }], ngImport: i0, template: `
95
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
96
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: IDHeader1177AvatarComponent, isStandalone: true, selector: "id-header-1177-avatar", inputs: { username: "username", persistent: ["persistent", "persistent", booleanAttribute], expanded: ["expanded", "expanded", booleanAttribute] }, outputs: { expandedChange: "expandedChange", opened: "opened", closed: "closed" }, host: { properties: { "class.ids-header-1177-avatar--unresponsive": "header?.unresponsive" }, classAttribute: "ids-header-1177-avatar" }, viewQueries: [{ propertyName: "menuContent", first: true, predicate: ["menuContent"], descendants: true, isSignal: true }], ngImport: i0, template: `
97
97
  <div class="ids-header-1177-avatar__avatar"
98
98
  idClickOutside
99
99
  (idClickOutside)="handleCloseEvent()">
@@ -119,7 +119,7 @@ class IDHeader1177AvatarComponent {
119
119
  </div>
120
120
  `, isInline: true, dependencies: [{ kind: "directive", type: IDClickOutsideDirective, selector: "[idClickOutside]", outputs: ["idClickOutside"] }] });
121
121
  }
122
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AvatarComponent, decorators: [{
122
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AvatarComponent, decorators: [{
123
123
  type: Component,
124
124
  args: [{
125
125
  selector: "id-header-1177-avatar",
@@ -169,51 +169,32 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
169
169
  type: Output
170
170
  }], closed: [{
171
171
  type: Output
172
- }], menuContent: [{
173
- type: ViewChild,
174
- args: ['menuContent']
175
172
  }] } });
176
173
 
177
174
  class IDHeader1177NavComponent {
178
175
  hideOnTablet = false;
179
- template;
180
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177NavComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
181
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.20", type: IDHeader1177NavComponent, isStandalone: true, selector: "id-header-1177-nav", inputs: { hideOnTablet: ["hideOnTablet", "hideOnTablet", booleanAttribute] }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: `
176
+ template = viewChild.required(TemplateRef);
177
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177NavComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
178
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.2.25", type: IDHeader1177NavComponent, isStandalone: true, selector: "id-header-1177-nav", inputs: { hideOnTablet: ["hideOnTablet", "hideOnTablet", booleanAttribute] }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true, isSignal: true }], ngImport: i0, template: `
182
179
  <ng-template>
183
180
  <div class="ids-header-1177-nav__inner">
184
- <div class="ids-header-1177-nav__content">
185
- <ng-content></ng-content>
186
- </div>
187
- </div>
188
- <div class="ids-header-1177-nav__inner-mobile">
189
- <div class="ids-header-1177-nav__inner-mobile-left">
190
- <ng-content select="id-header-1177-region-picker-mobile"></ng-content>
191
- </div>
192
- <div class="ids-header-1177-nav__inner-mobile-right">
193
- <ng-content select="id-header-1177-nav-item-mobile"></ng-content>
194
- </div>
181
+ <ng-content></ng-content>
182
+ <ng-content select="id-header-1177-region-picker-mobile"></ng-content>
183
+ <ng-content select="id-header-1177-nav-item-mobile"></ng-content>
195
184
  </div>
196
185
  </ng-template>
197
186
  `, isInline: true });
198
187
  }
199
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177NavComponent, decorators: [{
188
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177NavComponent, decorators: [{
200
189
  type: Component,
201
190
  args: [{
202
191
  selector: 'id-header-1177-nav',
203
192
  template: `
204
193
  <ng-template>
205
194
  <div class="ids-header-1177-nav__inner">
206
- <div class="ids-header-1177-nav__content">
207
- <ng-content></ng-content>
208
- </div>
209
- </div>
210
- <div class="ids-header-1177-nav__inner-mobile">
211
- <div class="ids-header-1177-nav__inner-mobile-left">
212
- <ng-content select="id-header-1177-region-picker-mobile"></ng-content>
213
- </div>
214
- <div class="ids-header-1177-nav__inner-mobile-right">
215
- <ng-content select="id-header-1177-nav-item-mobile"></ng-content>
216
- </div>
195
+ <ng-content></ng-content>
196
+ <ng-content select="id-header-1177-region-picker-mobile"></ng-content>
197
+ <ng-content select="id-header-1177-nav-item-mobile"></ng-content>
217
198
  </div>
218
199
  </ng-template>
219
200
  `,
@@ -222,16 +203,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
222
203
  }], propDecorators: { hideOnTablet: [{
223
204
  type: Input,
224
205
  args: [{ transform: booleanAttribute }]
225
- }], template: [{
226
- type: ViewChild,
227
- args: [TemplateRef]
228
206
  }] } });
229
207
 
230
208
  class IDHeader1177SkipToContent {
231
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177SkipToContent, deps: [], target: i0.ɵɵFactoryTarget.Component });
232
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDHeader1177SkipToContent, isStandalone: true, selector: "id-header-1177-skip-to-content", host: { classAttribute: "ids-header-1177__skip-to-content" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
209
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177SkipToContent, deps: [], target: i0.ɵɵFactoryTarget.Component });
210
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDHeader1177SkipToContent, isStandalone: true, selector: "id-header-1177-skip-to-content", host: { classAttribute: "ids-header-1177__skip-to-content" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
233
211
  }
234
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177SkipToContent, decorators: [{
212
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177SkipToContent, decorators: [{
235
213
  type: Component,
236
214
  args: [{
237
215
  selector: "id-header-1177-skip-to-content",
@@ -244,10 +222,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
244
222
  }] });
245
223
 
246
224
  class IDHeader1177BrandLinkDirective {
247
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177BrandLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
248
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: IDHeader1177BrandLinkDirective, isStandalone: true, selector: "a[idBrand1177Link]", host: { classAttribute: "ids-header-1177__logo-link" }, ngImport: i0 });
225
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177BrandLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
226
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: IDHeader1177BrandLinkDirective, isStandalone: true, selector: "a[idBrand1177Link]", host: { classAttribute: "ids-header-1177__logo-link" }, ngImport: i0 });
249
227
  }
250
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177BrandLinkDirective, decorators: [{
228
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177BrandLinkDirective, decorators: [{
251
229
  type: Directive,
252
230
  args: [{
253
231
  selector: "a[idBrand1177Link]",
@@ -262,27 +240,27 @@ class IDHeader1177Component {
262
240
  srBrandLabel = "Logotyp";
263
241
  brandHref;
264
242
  unresponsive = false;
265
- items;
266
- avatar;
267
- nav;
268
- brandLink;
269
- skipToContent;
270
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177Component, deps: [], target: i0.ɵɵFactoryTarget.Component });
271
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDHeader1177Component, isStandalone: true, selector: "id-header-1177", inputs: { srBrandLabel: "srBrandLabel", brandHref: "brandHref", unresponsive: ["unresponsive", "unresponsive", booleanAttribute] }, providers: [
243
+ items = contentChildren(IDHeader1177ItemComponent);
244
+ avatar = contentChild(IDHeader1177AvatarComponent);
245
+ nav = contentChild(IDHeader1177NavComponent);
246
+ brandLink = contentChild(IDHeader1177BrandLinkDirective);
247
+ skipToContent = contentChild(IDHeader1177SkipToContent);
248
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177Component, deps: [], target: i0.ɵɵFactoryTarget.Component });
249
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: IDHeader1177Component, isStandalone: true, selector: "id-header-1177", inputs: { srBrandLabel: "srBrandLabel", brandHref: "brandHref", unresponsive: ["unresponsive", "unresponsive", booleanAttribute] }, providers: [
272
250
  {
273
251
  provide: ID_HEADER_CONTEXT,
274
252
  useExisting: IDHeader1177Component,
275
253
  },
276
- ], queries: [{ propertyName: "avatar", first: true, predicate: IDHeader1177AvatarComponent, descendants: true }, { propertyName: "nav", first: true, predicate: IDHeader1177NavComponent, descendants: true }, { propertyName: "brandLink", first: true, predicate: IDHeader1177BrandLinkDirective, descendants: true }, { propertyName: "skipToContent", first: true, predicate: IDHeader1177SkipToContent, descendants: true }, { propertyName: "items", predicate: IDHeader1177ItemComponent }], ngImport: i0, template: "<header class=\"ids-header-1177\">\n <ng-content select=\"id-header-1177-admin-skip-to-content\"></ng-content>\n <div class=\"ids-header-1177__container\">\n <div class=\"ids-header-1177__left\"></div>\n <div class=\"ids-header-1177__inner\">\n <div class=\"ids-header-1177__inner-left\">\n <div class=\"ids-header-1177__logo-wrapper\">\n <div class=\"ids-header-1177__logo\">\n @if (brandLink) {\n <ng-content select=\"[idBrand1177Link]\"></ng-content>\n } @else {\n <a\n [attr.href]=\"brandHref\"\n class=\"ids-header-1177__logo-link\"\n [attr.aria-label]=\"srBrandLabel\"\n ></a>\n }\n </div>\n </div>\n <ng-content select=\"id-header-1177-region-picker\"></ng-content>\n </div>\n <div class=\"ids-header-1177__inner-right\">\n <ng-content select=\"id-header-1177-avatar\"></ng-content>\n <ng-content select=\"id-header-1177-menu-mobile\"></ng-content>\n @if (items.length > 0) {\n <div class=\"ids-header-1177__items\">\n <ng-content select=\"id-header-1177-item\"></ng-content>\n </div>\n }\n </div>\n </div>\n <div class=\"ids-header-1177__right\"></div>\n </div>\n @if (nav) {\n <nav\n class=\"ids-header-1177-nav\"\n [class.ids-header-1177-nav--unresponsive]=\"unresponsive\"\n [class.ids-header-1177-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"] }] });
254
+ ], queries: [{ propertyName: "items", predicate: IDHeader1177ItemComponent, isSignal: true }, { propertyName: "avatar", first: true, predicate: IDHeader1177AvatarComponent, descendants: true, isSignal: true }, { propertyName: "nav", first: true, predicate: IDHeader1177NavComponent, descendants: true, isSignal: true }, { propertyName: "brandLink", first: true, predicate: IDHeader1177BrandLinkDirective, descendants: true, isSignal: true }, { propertyName: "skipToContent", first: true, predicate: IDHeader1177SkipToContent, descendants: true, isSignal: true }], ngImport: i0, template: "<header class=\"ids-header-1177\">\n <ng-content select=\"id-header-1177-admin-skip-to-content\"></ng-content>\n <div class=\"ids-header-1177__container\">\n <div class=\"ids-header-1177__left\"></div>\n <div class=\"ids-header-1177__inner\">\n <div class=\"ids-header-1177__inner-left\">\n <div class=\"ids-header-1177__logo-wrapper\">\n <div class=\"ids-header-1177__logo\">\n @if (brandLink()) {\n <ng-content select=\"[idBrand1177Link]\"></ng-content>\n } @else {\n <a\n [attr.href]=\"brandHref\"\n class=\"ids-header-1177__logo-link\"\n [attr.aria-label]=\"srBrandLabel\"\n ></a>\n }\n </div>\n </div>\n <ng-content select=\"id-header-1177-region-picker\"></ng-content>\n </div>\n <div class=\"ids-header-1177__inner-right\">\n <ng-content select=\"id-header-1177-avatar\"></ng-content>\n <ng-content select=\"id-header-1177-menu-mobile\"></ng-content>\n @if (items().length > 0) {\n <div class=\"ids-header-1177__items\">\n <ng-content select=\"id-header-1177-item\"></ng-content>\n </div>\n }\n </div>\n </div>\n <div class=\"ids-header-1177__right\"></div>\n </div>\n @if (nav()) {\n <nav\n class=\"ids-header-1177-nav\"\n [class.ids-header-1177-nav--unresponsive]=\"unresponsive\"\n [class.ids-header-1177-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"] }] });
277
255
  }
278
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177Component, decorators: [{
256
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177Component, decorators: [{
279
257
  type: Component,
280
258
  args: [{ selector: "id-header-1177", standalone: true, providers: [
281
259
  {
282
260
  provide: ID_HEADER_CONTEXT,
283
261
  useExisting: IDHeader1177Component,
284
262
  },
285
- ], imports: [NgTemplateOutlet], template: "<header class=\"ids-header-1177\">\n <ng-content select=\"id-header-1177-admin-skip-to-content\"></ng-content>\n <div class=\"ids-header-1177__container\">\n <div class=\"ids-header-1177__left\"></div>\n <div class=\"ids-header-1177__inner\">\n <div class=\"ids-header-1177__inner-left\">\n <div class=\"ids-header-1177__logo-wrapper\">\n <div class=\"ids-header-1177__logo\">\n @if (brandLink) {\n <ng-content select=\"[idBrand1177Link]\"></ng-content>\n } @else {\n <a\n [attr.href]=\"brandHref\"\n class=\"ids-header-1177__logo-link\"\n [attr.aria-label]=\"srBrandLabel\"\n ></a>\n }\n </div>\n </div>\n <ng-content select=\"id-header-1177-region-picker\"></ng-content>\n </div>\n <div class=\"ids-header-1177__inner-right\">\n <ng-content select=\"id-header-1177-avatar\"></ng-content>\n <ng-content select=\"id-header-1177-menu-mobile\"></ng-content>\n @if (items.length > 0) {\n <div class=\"ids-header-1177__items\">\n <ng-content select=\"id-header-1177-item\"></ng-content>\n </div>\n }\n </div>\n </div>\n <div class=\"ids-header-1177__right\"></div>\n </div>\n @if (nav) {\n <nav\n class=\"ids-header-1177-nav\"\n [class.ids-header-1177-nav--unresponsive]=\"unresponsive\"\n [class.ids-header-1177-nav--hide-on-tablet]=\"nav.hideOnTablet\"\n >\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\n </nav>\n }\n</header>\n" }]
263
+ ], imports: [NgTemplateOutlet], template: "<header class=\"ids-header-1177\">\n <ng-content select=\"id-header-1177-admin-skip-to-content\"></ng-content>\n <div class=\"ids-header-1177__container\">\n <div class=\"ids-header-1177__left\"></div>\n <div class=\"ids-header-1177__inner\">\n <div class=\"ids-header-1177__inner-left\">\n <div class=\"ids-header-1177__logo-wrapper\">\n <div class=\"ids-header-1177__logo\">\n @if (brandLink()) {\n <ng-content select=\"[idBrand1177Link]\"></ng-content>\n } @else {\n <a\n [attr.href]=\"brandHref\"\n class=\"ids-header-1177__logo-link\"\n [attr.aria-label]=\"srBrandLabel\"\n ></a>\n }\n </div>\n </div>\n <ng-content select=\"id-header-1177-region-picker\"></ng-content>\n </div>\n <div class=\"ids-header-1177__inner-right\">\n <ng-content select=\"id-header-1177-avatar\"></ng-content>\n <ng-content select=\"id-header-1177-menu-mobile\"></ng-content>\n @if (items().length > 0) {\n <div class=\"ids-header-1177__items\">\n <ng-content select=\"id-header-1177-item\"></ng-content>\n </div>\n }\n </div>\n </div>\n <div class=\"ids-header-1177__right\"></div>\n </div>\n @if (nav()) {\n <nav\n class=\"ids-header-1177-nav\"\n [class.ids-header-1177-nav--unresponsive]=\"unresponsive\"\n [class.ids-header-1177-nav--hide-on-tablet]=\"nav()!.hideOnTablet\"\n >\n <ng-container *ngTemplateOutlet=\"nav()!.template()\"></ng-container>\n </nav>\n }\n</header>\n" }]
286
264
  }], propDecorators: { srBrandLabel: [{
287
265
  type: Input
288
266
  }], brandHref: [{
@@ -290,32 +268,17 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
290
268
  }], unresponsive: [{
291
269
  type: Input,
292
270
  args: [{ transform: booleanAttribute }]
293
- }], items: [{
294
- type: ContentChildren,
295
- args: [IDHeader1177ItemComponent]
296
- }], avatar: [{
297
- type: ContentChild,
298
- args: [IDHeader1177AvatarComponent]
299
- }], nav: [{
300
- type: ContentChild,
301
- args: [IDHeader1177NavComponent]
302
- }], brandLink: [{
303
- type: ContentChild,
304
- args: [IDHeader1177BrandLinkDirective]
305
- }], skipToContent: [{
306
- type: ContentChild,
307
- args: [IDHeader1177SkipToContent]
308
271
  }] } });
309
272
 
310
273
  class IDHeader1177RegionPickerComponent {
311
- text = "Välj region";
274
+ text = 'Välj region';
312
275
  expanded = false;
313
276
  regionSelected = false;
314
277
  expandedChange = new EventEmitter();
315
278
  opened = new EventEmitter();
316
279
  closed = new EventEmitter();
317
- regionIcon;
318
- template;
280
+ regionIcon = contentChild(IDRegionIconComponent);
281
+ template = viewChild.required(TemplateRef);
319
282
  toggleRegion() {
320
283
  this.expanded = !this.expanded;
321
284
  this.expandedChange.emit(this.expanded);
@@ -326,46 +289,56 @@ class IDHeader1177RegionPickerComponent {
326
289
  this.closed.emit();
327
290
  }
328
291
  }
329
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177RegionPickerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
330
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.20", type: IDHeader1177RegionPickerComponent, isStandalone: true, selector: "id-header-1177-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: `
331
- <div class="ids-header-1177-region-picker"
332
- [class.ids-header-1177-region-picker--selected-region]="regionIcon || regionSelected">
292
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177RegionPickerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
293
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.2.25", type: IDHeader1177RegionPickerComponent, isStandalone: true, selector: "id-header-1177-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, isSignal: true }], viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true, isSignal: true }], ngImport: i0, template: `
294
+ <div
295
+ class="ids-header-1177-region-picker"
296
+ [class.ids-header-1177-region-picker--selected-region]="regionIcon() || regionSelected"
297
+ >
333
298
  <div class="ids-header-1177-region-picker__region-icon">
334
299
  <ng-content></ng-content>
335
300
  </div>
336
301
  <div class="ids-header-1177-region-picker__selector">
337
- <button
302
+ <button
338
303
  (click)="toggleRegion()"
339
304
  class="ids-header-1177-region-picker__button"
340
- [class.ids-header-1177-region-picker__button--expanded]="expanded">
341
- {{text}}
305
+ [attr.aria-expanded]="expanded ? 'true' : 'false'"
306
+ [class.ids-header-1177-region-picker__button--expanded]="expanded"
307
+ >
308
+ {{ text }}
342
309
  </button>
343
310
  </div>
344
- </div>`, isInline: true });
311
+ </div>
312
+ `, isInline: true });
345
313
  }
346
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177RegionPickerComponent, decorators: [{
314
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177RegionPickerComponent, decorators: [{
347
315
  type: Component,
348
316
  args: [{
349
- selector: "id-header-1177-region-picker",
317
+ selector: 'id-header-1177-region-picker',
350
318
  template: `
351
- <div class="ids-header-1177-region-picker"
352
- [class.ids-header-1177-region-picker--selected-region]="regionIcon || regionSelected">
319
+ <div
320
+ class="ids-header-1177-region-picker"
321
+ [class.ids-header-1177-region-picker--selected-region]="regionIcon() || regionSelected"
322
+ >
353
323
  <div class="ids-header-1177-region-picker__region-icon">
354
324
  <ng-content></ng-content>
355
325
  </div>
356
326
  <div class="ids-header-1177-region-picker__selector">
357
- <button
327
+ <button
358
328
  (click)="toggleRegion()"
359
329
  class="ids-header-1177-region-picker__button"
360
- [class.ids-header-1177-region-picker__button--expanded]="expanded">
361
- {{text}}
330
+ [attr.aria-expanded]="expanded ? 'true' : 'false'"
331
+ [class.ids-header-1177-region-picker__button--expanded]="expanded"
332
+ >
333
+ {{ text }}
362
334
  </button>
363
335
  </div>
364
- </div>`,
336
+ </div>
337
+ `,
365
338
  standalone: true,
366
339
  host: {
367
- class: 'ids-header-1177__region-picker'
368
- }
340
+ class: 'ids-header-1177__region-picker',
341
+ },
369
342
  }]
370
343
  }], propDecorators: { text: [{
371
344
  type: Input
@@ -381,19 +354,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
381
354
  type: Output
382
355
  }], closed: [{
383
356
  type: Output
384
- }], regionIcon: [{
385
- type: ContentChild,
386
- args: [IDRegionIconComponent]
387
- }], template: [{
388
- type: ViewChild,
389
- args: [TemplateRef]
390
357
  }] } });
391
358
 
392
359
  class IDHeader1177RegionPickerMobileComponent {
393
- text = "Välj region";
360
+ text = 'Välj region';
394
361
  expanded = false;
395
362
  regionSelected = false;
396
- regionIcon;
363
+ regionIcon = contentChild(IDRegionIconComponent);
397
364
  expandedChange = new EventEmitter();
398
365
  opened = new EventEmitter();
399
366
  closed = new EventEmitter();
@@ -407,41 +374,51 @@ class IDHeader1177RegionPickerMobileComponent {
407
374
  this.closed.emit();
408
375
  }
409
376
  }
410
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177RegionPickerMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
411
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.20", type: IDHeader1177RegionPickerMobileComponent, isStandalone: true, selector: "id-header-1177-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: `
412
- <div class="ids-header-1177-region-picker-mobile"
413
- [class.ids-header-1177-region-picker-mobile--selected-region]="regionIcon || regionSelected">
414
- <button
415
- (click)="toggleExpansion()"
416
- class="ids-header-1177-region-picker-mobile__button"
417
- [class.ids-header-1177-region-picker-mobile__button--expanded]="expanded"
418
- [attr.aria-label]="text">
419
- <div class="ids-header-1177-region-picker-mobile__region-icon">
420
- <ng-content></ng-content>
421
- </div>
422
- <span class="ids-header-1177-region-picker-mobile__button-text"> {{text}}</span>
423
- </button>
424
- </div>`, isInline: true });
377
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177RegionPickerMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
378
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.2.25", type: IDHeader1177RegionPickerMobileComponent, isStandalone: true, selector: "id-header-1177-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, isSignal: true }], ngImport: i0, template: `
379
+ <div
380
+ class="ids-header-1177-region-picker-mobile"
381
+ [class.ids-header-1177-region-picker-mobile--selected-region]="regionIcon() || regionSelected"
382
+ >
383
+ <button
384
+ (click)="toggleExpansion()"
385
+ class="ids-header-1177-region-picker-mobile__button"
386
+ [class.ids-header-1177-region-picker-mobile__button--expanded]="expanded"
387
+ [attr.aria-expanded]="expanded ? 'true' : 'false'"
388
+ [attr.aria-label]="text"
389
+ >
390
+ <div class="ids-header-1177-region-picker-mobile__region-icon">
391
+ <ng-content></ng-content>
392
+ </div>
393
+ <span class="ids-header-1177-region-picker-mobile__button-text">{{ text }}</span>
394
+ </button>
395
+ </div>
396
+ `, isInline: true });
425
397
  }
426
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177RegionPickerMobileComponent, decorators: [{
398
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177RegionPickerMobileComponent, decorators: [{
427
399
  type: Component,
428
400
  args: [{
429
- selector: "id-header-1177-region-picker-mobile",
401
+ selector: 'id-header-1177-region-picker-mobile',
430
402
  template: `
431
- <div class="ids-header-1177-region-picker-mobile"
432
- [class.ids-header-1177-region-picker-mobile--selected-region]="regionIcon || regionSelected">
433
- <button
434
- (click)="toggleExpansion()"
435
- class="ids-header-1177-region-picker-mobile__button"
436
- [class.ids-header-1177-region-picker-mobile__button--expanded]="expanded"
437
- [attr.aria-label]="text">
438
- <div class="ids-header-1177-region-picker-mobile__region-icon">
439
- <ng-content></ng-content>
440
- </div>
441
- <span class="ids-header-1177-region-picker-mobile__button-text"> {{text}}</span>
442
- </button>
443
- </div>`,
444
- standalone: true
403
+ <div
404
+ class="ids-header-1177-region-picker-mobile"
405
+ [class.ids-header-1177-region-picker-mobile--selected-region]="regionIcon() || regionSelected"
406
+ >
407
+ <button
408
+ (click)="toggleExpansion()"
409
+ class="ids-header-1177-region-picker-mobile__button"
410
+ [class.ids-header-1177-region-picker-mobile__button--expanded]="expanded"
411
+ [attr.aria-expanded]="expanded ? 'true' : 'false'"
412
+ [attr.aria-label]="text"
413
+ >
414
+ <div class="ids-header-1177-region-picker-mobile__region-icon">
415
+ <ng-content></ng-content>
416
+ </div>
417
+ <span class="ids-header-1177-region-picker-mobile__button-text">{{ text }}</span>
418
+ </button>
419
+ </div>
420
+ `,
421
+ standalone: true,
445
422
  }]
446
423
  }], propDecorators: { text: [{
447
424
  type: Input
@@ -451,9 +428,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
451
428
  }], regionSelected: [{
452
429
  type: Input,
453
430
  args: [{ transform: booleanAttribute }]
454
- }], regionIcon: [{
455
- type: ContentChild,
456
- args: [IDRegionIconComponent]
457
431
  }], expandedChange: [{
458
432
  type: Output
459
433
  }], opened: [{
@@ -463,11 +437,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
463
437
  }] } });
464
438
 
465
439
  class IDHeader1177AvatarAgentComponent {
466
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AvatarAgentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
467
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDHeader1177AvatarAgentComponent, isStandalone: true, selector: "id-header-1177-avatar-agent", host: { classAttribute: "ids-header-1177-avatar__agent" }, ngImport: i0, template: `
440
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AvatarAgentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
441
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDHeader1177AvatarAgentComponent, isStandalone: true, selector: "id-header-1177-avatar-agent", host: { classAttribute: "ids-header-1177-avatar__agent" }, ngImport: i0, template: `
468
442
  <ng-content></ng-content>`, isInline: true });
469
443
  }
470
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AvatarAgentComponent, decorators: [{
444
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AvatarAgentComponent, decorators: [{
471
445
  type: Component,
472
446
  args: [{
473
447
  selector: 'id-header-1177-avatar-agent',
@@ -487,10 +461,10 @@ class IDHeader1177NavItemComponent {
487
461
  activeChange = new EventEmitter();
488
462
  expanded = false;
489
463
  expandedChange = new EventEmitter();
490
- col1 = null;
491
- col2 = null;
492
- col3 = null;
493
- col4 = null;
464
+ col1 = contentChild('col1');
465
+ col2 = contentChild('col2');
466
+ col3 = contentChild('col3');
467
+ col4 = contentChild('col4');
494
468
  idService = inject(IDUseIdService);
495
469
  contentId = this.idService.generateId('header-1177-nav-item');
496
470
  header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
@@ -515,8 +489,8 @@ class IDHeader1177NavItemComponent {
515
489
  this.expandedChange.emit(false);
516
490
  this.activeChange.emit(false);
517
491
  }
518
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177NavItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
519
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDHeader1177NavItemComponent, isStandalone: true, selector: "id-header-1177-nav-item", inputs: { label: "label", notifications: "notifications", active: ["active", "active", booleanAttribute], expanded: ["expanded", "expanded", booleanAttribute] }, outputs: { activeChange: "activeChange", expandedChange: "expandedChange" }, host: { properties: { "class.ids-header-1177-nav-item--unresponsive": "header?.unresponsive", "class.ids-header-1177-nav-item--active": "active || expanded", "attr.aria-current": "active", "class.ids-header-1177-nav-item--expanded": "expanded" }, classAttribute: "ids-header-1177-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: `
492
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177NavItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
493
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: IDHeader1177NavItemComponent, isStandalone: true, selector: "id-header-1177-nav-item", inputs: { label: "label", notifications: "notifications", active: ["active", "active", booleanAttribute], expanded: ["expanded", "expanded", booleanAttribute] }, outputs: { activeChange: "activeChange", expandedChange: "expandedChange" }, host: { properties: { "class.ids-header-1177-nav-item--unresponsive": "header?.unresponsive", "class.ids-header-1177-nav-item--active": "active || expanded", "attr.aria-current": "active", "class.ids-header-1177-nav-item--expanded": "expanded" }, classAttribute: "ids-header-1177-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: `
520
494
  <div
521
495
  idClickOutside
522
496
  (idClickOutside)="closeItem()">
@@ -538,22 +512,22 @@ class IDHeader1177NavItemComponent {
538
512
  [class.ids-header-1177-nav-item__menu--expanded]="expanded">
539
513
  <div class="ids-header-1177-nav-item__menu-content">
540
514
  <div class="ids-header-1177-nav-item__menu-col-1">
541
- <ng-container *ngTemplateOutlet="col1"></ng-container>
515
+ <ng-container *ngTemplateOutlet="col1() ?? null"></ng-container>
542
516
  </div>
543
517
  <div class="ids-header-1177-nav-item__menu-col-2">
544
- <ng-container *ngTemplateOutlet="col2"></ng-container>
518
+ <ng-container *ngTemplateOutlet="col2() ?? null"></ng-container>
545
519
  </div>
546
520
  <div class="ids-header-1177-nav-item__menu-col-3">
547
- <ng-container *ngTemplateOutlet="col3"></ng-container>
521
+ <ng-container *ngTemplateOutlet="col3() ?? null"></ng-container>
548
522
  </div>
549
523
  <div class="ids-header-1177-nav-item__menu-col-4">
550
- <ng-container *ngTemplateOutlet="col4"></ng-container>
524
+ <ng-container *ngTemplateOutlet="col4() ?? null"></ng-container>
551
525
  </div>
552
526
  </div>
553
527
  </div>
554
528
  </div>`, isInline: true, dependencies: [{ kind: "directive", type: IDClickOutsideDirective, selector: "[idClickOutside]", outputs: ["idClickOutside"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
555
529
  }
556
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177NavItemComponent, decorators: [{
530
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177NavItemComponent, decorators: [{
557
531
  type: Component,
558
532
  args: [{
559
533
  selector: "id-header-1177-nav-item",
@@ -579,16 +553,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
579
553
  [class.ids-header-1177-nav-item__menu--expanded]="expanded">
580
554
  <div class="ids-header-1177-nav-item__menu-content">
581
555
  <div class="ids-header-1177-nav-item__menu-col-1">
582
- <ng-container *ngTemplateOutlet="col1"></ng-container>
556
+ <ng-container *ngTemplateOutlet="col1() ?? null"></ng-container>
583
557
  </div>
584
558
  <div class="ids-header-1177-nav-item__menu-col-2">
585
- <ng-container *ngTemplateOutlet="col2"></ng-container>
559
+ <ng-container *ngTemplateOutlet="col2() ?? null"></ng-container>
586
560
  </div>
587
561
  <div class="ids-header-1177-nav-item__menu-col-3">
588
- <ng-container *ngTemplateOutlet="col3"></ng-container>
562
+ <ng-container *ngTemplateOutlet="col3() ?? null"></ng-container>
589
563
  </div>
590
564
  <div class="ids-header-1177-nav-item__menu-col-4">
591
- <ng-container *ngTemplateOutlet="col4"></ng-container>
565
+ <ng-container *ngTemplateOutlet="col4() ?? null"></ng-container>
592
566
  </div>
593
567
  </div>
594
568
  </div>
@@ -617,25 +591,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
617
591
  args: [{ transform: booleanAttribute }]
618
592
  }], expandedChange: [{
619
593
  type: Output
620
- }], col1: [{
621
- type: ContentChild,
622
- args: ['col1']
623
- }], col2: [{
624
- type: ContentChild,
625
- args: ['col2']
626
- }], col3: [{
627
- type: ContentChild,
628
- args: ['col3']
629
- }], col4: [{
630
- type: ContentChild,
631
- args: ['col4']
632
594
  }] } });
633
595
 
634
596
  class IDHeader1177NavItemMobileComponent {
635
597
  icon;
636
598
  header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
637
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177NavItemMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
638
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDHeader1177NavItemMobileComponent, isStandalone: true, selector: "id-header-1177-nav-item-mobile", inputs: { icon: "icon" }, host: { properties: { "class.ids-header-1177-nav-item-mobile--unresponsive": "header?.unresponsive" }, classAttribute: "ids-header-1177-nav-item-mobile" }, ngImport: i0, template: `
599
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177NavItemMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
600
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDHeader1177NavItemMobileComponent, isStandalone: true, selector: "id-header-1177-nav-item-mobile", inputs: { icon: "icon" }, host: { properties: { "class.ids-header-1177-nav-item-mobile--unresponsive": "header?.unresponsive" }, classAttribute: "ids-header-1177-nav-item-mobile" }, ngImport: i0, template: `
639
601
  <span class="ids-header-1177-nav-item-mobile__icon">
640
602
  <span class="ids-icon-{{icon}}"></span>
641
603
  <ng-content select="[idNavItemMobileIcon]"></ng-content>
@@ -643,7 +605,7 @@ class IDHeader1177NavItemMobileComponent {
643
605
  <ng-content></ng-content>
644
606
  `, isInline: true });
645
607
  }
646
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177NavItemMobileComponent, decorators: [{
608
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177NavItemMobileComponent, decorators: [{
647
609
  type: Component,
648
610
  args: [{
649
611
  selector: "id-header-1177-nav-item-mobile",
@@ -670,8 +632,8 @@ class IDHeader1177MenuMobileComponent {
670
632
  toggleExpansion() {
671
633
  this.expanded = !this.expanded;
672
634
  }
673
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177MenuMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
674
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDHeader1177MenuMobileComponent, isStandalone: true, selector: "id-header-1177-menu-mobile", inputs: { expanded: ["expanded", "expanded", booleanAttribute] }, host: { properties: { "class.ids-header-1177-menu-mobile--unresponsive": "header?.unresponsive", "class.ids-header-1177-menu-mobile--expanded": "expanded" }, classAttribute: "ids-header-1177-menu-mobile" }, ngImport: i0, template: `
635
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177MenuMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
636
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: IDHeader1177MenuMobileComponent, isStandalone: true, selector: "id-header-1177-menu-mobile", inputs: { expanded: ["expanded", "expanded", booleanAttribute] }, host: { properties: { "class.ids-header-1177-menu-mobile--unresponsive": "header?.unresponsive", "class.ids-header-1177-menu-mobile--expanded": "expanded" }, classAttribute: "ids-header-1177-menu-mobile" }, ngImport: i0, template: `
675
637
  <button
676
638
  (click)="toggleExpansion()"
677
639
  aria-label="Meny"
@@ -687,7 +649,7 @@ class IDHeader1177MenuMobileComponent {
687
649
  </nav>
688
650
  }`, isInline: true });
689
651
  }
690
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177MenuMobileComponent, decorators: [{
652
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177MenuMobileComponent, decorators: [{
691
653
  type: Component,
692
654
  args: [{
693
655
  selector: "id-header-1177-menu-mobile",
@@ -719,10 +681,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
719
681
  }] } });
720
682
 
721
683
  class IDHeader1177NavItemMenuLinkComponent {
722
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177NavItemMenuLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
723
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDHeader1177NavItemMenuLinkComponent, isStandalone: true, selector: "id-header-1177-nav-item-menu-link", host: { classAttribute: "ids-header-1177-nav__menu-item-wrapper" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
684
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177NavItemMenuLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
685
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDHeader1177NavItemMenuLinkComponent, isStandalone: true, selector: "id-header-1177-nav-item-menu-link", host: { classAttribute: "ids-header-1177-nav__menu-item-wrapper" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
724
686
  }
725
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177NavItemMenuLinkComponent, decorators: [{
687
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177NavItemMenuLinkComponent, decorators: [{
726
688
  type: Component,
727
689
  args: [{
728
690
  selector: "id-header-1177-nav-item-menu-link",
@@ -735,8 +697,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
735
697
  }] });
736
698
 
737
699
  class IDHeader1177Module {
738
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177Module, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
739
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177Module, imports: [IDHeader1177Component,
700
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177Module, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
701
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177Module, imports: [IDHeader1177Component,
740
702
  IDHeader1177RegionPickerComponent,
741
703
  IDHeader1177RegionPickerMobileComponent,
742
704
  IDHeader1177AvatarComponent,
@@ -761,9 +723,9 @@ class IDHeader1177Module {
761
723
  IDHeader1177SkipToContent,
762
724
  IDHeader1177NavItemMenuLinkComponent,
763
725
  IDHeader1177BrandLinkDirective] });
764
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177Module });
726
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177Module });
765
727
  }
766
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177Module, decorators: [{
728
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177Module, decorators: [{
767
729
  type: NgModule,
768
730
  args: [{
769
731
  imports: [