@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 { EventEmitter, inject, booleanAttribute, ViewChild, Output, Input, Component, TemplateRef, Directive, ContentChild, NgModule } from '@angular/core';
3
+ import { EventEmitter, inject, viewChild, booleanAttribute, Output, Input, Component, TemplateRef, Directive, contentChild, NgModule } from '@angular/core';
4
4
  import { IDUseIdService, ID_HEADER_CONTEXT, useFocusTrap, useEscapeKey, IDClickOutsideDirective } from '@inera/ids-angular/common';
5
5
 
6
6
  class IDHeader1177AdminAvatarComponent {
@@ -14,8 +14,8 @@ class IDHeader1177AdminAvatarComponent {
14
14
  idService = inject(IDUseIdService);
15
15
  contentId = this.idService.generateId('header-1177-admin-avatar');
16
16
  header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
17
- menuContent;
18
- focusTrap = useFocusTrap(() => this.menuContent, { disabled: () => !this.expanded });
17
+ menuContent = viewChild('menuContent');
18
+ focusTrap = useFocusTrap(() => this.menuContent(), { disabled: () => !this.expanded });
19
19
  constructor() {
20
20
  useEscapeKey(() => this.handleCloseEvent(), () => this.expanded);
21
21
  }
@@ -45,8 +45,8 @@ class IDHeader1177AdminAvatarComponent {
45
45
  ngOnDestroy() {
46
46
  this.focusTrap.destroy();
47
47
  }
48
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AdminAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
49
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDHeader1177AdminAvatarComponent, isStandalone: true, selector: "id-header-1177-admin-avatar", inputs: { username: "username", unit: "unit", persistent: ["persistent", "persistent", booleanAttribute], expanded: ["expanded", "expanded", booleanAttribute] }, outputs: { expandedChange: "expandedChange", opened: "opened", closed: "closed" }, host: { properties: { "class.ids-header-1177-admin-avatar--unresponsive": "header?.unresponsive" }, classAttribute: "ids-header-1177-admin-avatar" }, viewQueries: [{ propertyName: "menuContent", first: true, predicate: ["menuContent"], descendants: true }], ngImport: i0, template: `
48
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AdminAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
49
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: IDHeader1177AdminAvatarComponent, isStandalone: true, selector: "id-header-1177-admin-avatar", inputs: { username: "username", unit: "unit", persistent: ["persistent", "persistent", booleanAttribute], expanded: ["expanded", "expanded", booleanAttribute] }, outputs: { expandedChange: "expandedChange", opened: "opened", closed: "closed" }, host: { properties: { "class.ids-header-1177-admin-avatar--unresponsive": "header?.unresponsive" }, classAttribute: "ids-header-1177-admin-avatar" }, viewQueries: [{ propertyName: "menuContent", first: true, predicate: ["menuContent"], descendants: true, isSignal: true }], ngImport: i0, template: `
50
50
  <div
51
51
  class="ids-header-1177-admin-avatar__avatar"
52
52
  idClickOutside
@@ -94,7 +94,7 @@ class IDHeader1177AdminAvatarComponent {
94
94
  </div>
95
95
  `, isInline: true, dependencies: [{ kind: "directive", type: IDClickOutsideDirective, selector: "[idClickOutside]", outputs: ["idClickOutside"] }] });
96
96
  }
97
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AdminAvatarComponent, decorators: [{
97
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AdminAvatarComponent, decorators: [{
98
98
  type: Component,
99
99
  args: [{
100
100
  selector: 'id-header-1177-admin-avatar',
@@ -168,53 +168,47 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
168
168
  type: Output
169
169
  }], closed: [{
170
170
  type: Output
171
- }], menuContent: [{
172
- type: ViewChild,
173
- args: ['menuContent']
174
171
  }] } });
175
172
 
176
173
  class IDHeader1177AdminNavComponent {
177
- hideOnTablet = false;
178
- template;
179
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AdminNavComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
180
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.20", type: IDHeader1177AdminNavComponent, isStandalone: true, selector: "id-header-1177-admin-nav", inputs: { hideOnTablet: ["hideOnTablet", "hideOnTablet", booleanAttribute] }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: `
174
+ mobileOnly = false;
175
+ desktopOnly = false;
176
+ template = viewChild.required(TemplateRef);
177
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AdminNavComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
178
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.2.25", type: IDHeader1177AdminNavComponent, isStandalone: true, selector: "id-header-1177-admin-nav", inputs: { mobileOnly: ["mobileOnly", "mobileOnly", booleanAttribute], desktopOnly: ["desktopOnly", "desktopOnly", booleanAttribute] }, viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true, isSignal: true }], ngImport: i0, template: `
181
179
  <ng-template>
182
180
  <div class="ids-header-1177-admin-nav__inner">
183
- <div class="ids-header-1177-admin-nav__items">
184
- <ng-content></ng-content>
185
- </div>
181
+ <ng-content></ng-content>
186
182
  </div>
187
183
  </ng-template>
188
184
  `, isInline: true });
189
185
  }
190
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AdminNavComponent, decorators: [{
186
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AdminNavComponent, decorators: [{
191
187
  type: Component,
192
188
  args: [{
193
189
  selector: 'id-header-1177-admin-nav',
194
190
  template: `
195
191
  <ng-template>
196
192
  <div class="ids-header-1177-admin-nav__inner">
197
- <div class="ids-header-1177-admin-nav__items">
198
- <ng-content></ng-content>
199
- </div>
193
+ <ng-content></ng-content>
200
194
  </div>
201
195
  </ng-template>
202
196
  `,
203
197
  standalone: true,
204
198
  }]
205
- }], propDecorators: { hideOnTablet: [{
199
+ }], propDecorators: { mobileOnly: [{
200
+ type: Input,
201
+ args: [{ transform: booleanAttribute }]
202
+ }], desktopOnly: [{
206
203
  type: Input,
207
204
  args: [{ transform: booleanAttribute }]
208
- }], template: [{
209
- type: ViewChild,
210
- args: [TemplateRef]
211
205
  }] } });
212
206
 
213
207
  class IDHeader1177AdminBrandLinkDirective {
214
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AdminBrandLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
215
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: IDHeader1177AdminBrandLinkDirective, isStandalone: true, selector: "a[idBrand1177AdminLink]", host: { classAttribute: "ids-header-1177-admin__logo-link" }, ngImport: i0 });
208
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AdminBrandLinkDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
209
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: IDHeader1177AdminBrandLinkDirective, isStandalone: true, selector: "a[idBrand1177AdminLink]", host: { classAttribute: "ids-header-1177-admin__logo-link" }, ngImport: i0 });
216
210
  }
217
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AdminBrandLinkDirective, decorators: [{
211
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AdminBrandLinkDirective, decorators: [{
218
212
  type: Directive,
219
213
  args: [{
220
214
  selector: "a[idBrand1177AdminLink]",
@@ -232,25 +226,25 @@ class IDHeader1177AdminComponent {
232
226
  unresponsive = false;
233
227
  brandHref;
234
228
  srBrandLabel = 'Logotyp';
235
- avatar;
236
- nav;
237
- brandLink;
238
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AdminComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
239
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDHeader1177AdminComponent, isStandalone: true, selector: "id-header-1177-admin", inputs: { brandText: "brandText", brandTextTop: "brandTextTop", brandTextBottom: "brandTextBottom", unresponsive: ["unresponsive", "unresponsive", booleanAttribute], brandHref: "brandHref", srBrandLabel: "srBrandLabel" }, providers: [
229
+ avatar = contentChild(IDHeader1177AdminAvatarComponent);
230
+ nav = contentChild(IDHeader1177AdminNavComponent);
231
+ brandLink = contentChild(IDHeader1177AdminBrandLinkDirective);
232
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AdminComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
233
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: IDHeader1177AdminComponent, isStandalone: true, selector: "id-header-1177-admin", inputs: { brandText: "brandText", brandTextTop: "brandTextTop", brandTextBottom: "brandTextBottom", unresponsive: ["unresponsive", "unresponsive", booleanAttribute], brandHref: "brandHref", srBrandLabel: "srBrandLabel" }, providers: [
240
234
  {
241
235
  provide: ID_HEADER_CONTEXT,
242
236
  useExisting: IDHeader1177AdminComponent,
243
237
  },
244
- ], queries: [{ propertyName: "avatar", first: true, predicate: IDHeader1177AdminAvatarComponent, descendants: true }, { propertyName: "nav", first: true, predicate: IDHeader1177AdminNavComponent, descendants: true }, { propertyName: "brandLink", first: true, predicate: IDHeader1177AdminBrandLinkDirective, descendants: true }], ngImport: i0, template: "<header class=\"ids-header-1177-admin\">\n <ng-content select=\"id-header-1177-admin-skip-to-content\"></ng-content>\n <div class=\"ids-header-1177-admin__main\">\n <div class=\"ids-header-1177-admin__main-left\">\n <div class=\"ids-header-1177-admin__logo\">\n @if (brandLink) {\n <ng-content select=\"[idBrand1177AdminLink]\"></ng-content>\n } @else {\n <a\n [attr.href]=\"brandHref\"\n class=\"ids-header-1177-admin__logo-link\"\n [attr.aria-label]=\"srBrandLabel\"\n ></a>\n }\n </div>\n <div class=\"ids-header-1177-admin__brand\">\n @if (brandTextTop) {\n <div class=\"ids-header-1177-admin__brand-text---supplement\">{{ brandTextTop }}</div>\n }\n <div class=\"ids-header-1177-admin__brand-text\">{{ brandText }}</div>\n @if (brandTextBottom) {\n <div class=\"ids-header-1177-admin__brand-text---supplement\">{{ brandTextBottom }}</div>\n }\n </div>\n </div>\n <div class=\"ids-header-1177-admin__main-right\">\n <ng-content select=\"id-header-1177-admin-item\"></ng-content>\n <ng-content select=\"id-header-1177-admin-avatar\"></ng-content>\n <ng-content select=\"id-header-1177-admin-menu-mobile\"></ng-content>\n </div>\n </div>\n @if (nav) {\n <nav\n class=\"ids-header-1177-admin-nav\"\n aria-label=\"Huvudmeny\"\n [class.ids-header-1177-admin-nav--unresponsive]=\"unresponsive\"\n [class.ids-header-1177-admin-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"] }] });
238
+ ], queries: [{ propertyName: "avatar", first: true, predicate: IDHeader1177AdminAvatarComponent, descendants: true, isSignal: true }, { propertyName: "nav", first: true, predicate: IDHeader1177AdminNavComponent, descendants: true, isSignal: true }, { propertyName: "brandLink", first: true, predicate: IDHeader1177AdminBrandLinkDirective, descendants: true, isSignal: true }], ngImport: i0, template: "<header class=\"ids-header-1177-admin\">\n <ng-content select=\"id-header-1177-admin-skip-to-content\"></ng-content>\n <div class=\"ids-header-1177-admin__main\">\n <div class=\"ids-header-1177-admin__main-left\">\n <div class=\"ids-header-1177-admin__logo\">\n @if (brandLink()) {\n <ng-content select=\"[idBrand1177AdminLink]\"></ng-content>\n } @else {\n <a\n [attr.href]=\"brandHref\"\n class=\"ids-header-1177-admin__logo-link\"\n [attr.aria-label]=\"srBrandLabel\"\n ></a>\n }\n </div>\n <div class=\"ids-header-1177-admin__brand\">\n @if (brandTextTop) {\n <div class=\"ids-header-1177-admin__brand-text---supplement\">{{ brandTextTop }}</div>\n }\n <div class=\"ids-header-1177-admin__brand-text\">{{ brandText }}</div>\n @if (brandTextBottom) {\n <div class=\"ids-header-1177-admin__brand-text---supplement\">{{ brandTextBottom }}</div>\n }\n </div>\n </div>\n <div class=\"ids-header-1177-admin__main-right\">\n <ng-content select=\"id-header-1177-admin-item\"></ng-content>\n <ng-content select=\"id-header-1177-admin-avatar\"></ng-content>\n <ng-content select=\"id-header-1177-admin-menu-mobile\"></ng-content>\n </div>\n </div>\n @if (nav()) {\n <nav\n class=\"ids-header-1177-admin-nav\"\n aria-label=\"Huvudmeny\"\n [class.ids-header-1177-admin-nav--unresponsive]=\"unresponsive\"\n [class.ids-header-1177-admin-nav--mobile-only]=\"nav()!.mobileOnly\"\n [class.ids-header-1177-admin-nav--desktop-only]=\"nav()!.desktopOnly\"\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"] }] });
245
239
  }
246
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AdminComponent, decorators: [{
240
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AdminComponent, decorators: [{
247
241
  type: Component,
248
242
  args: [{ selector: "id-header-1177-admin", providers: [
249
243
  {
250
244
  provide: ID_HEADER_CONTEXT,
251
245
  useExisting: IDHeader1177AdminComponent,
252
246
  },
253
- ], standalone: true, imports: [NgTemplateOutlet], template: "<header class=\"ids-header-1177-admin\">\n <ng-content select=\"id-header-1177-admin-skip-to-content\"></ng-content>\n <div class=\"ids-header-1177-admin__main\">\n <div class=\"ids-header-1177-admin__main-left\">\n <div class=\"ids-header-1177-admin__logo\">\n @if (brandLink) {\n <ng-content select=\"[idBrand1177AdminLink]\"></ng-content>\n } @else {\n <a\n [attr.href]=\"brandHref\"\n class=\"ids-header-1177-admin__logo-link\"\n [attr.aria-label]=\"srBrandLabel\"\n ></a>\n }\n </div>\n <div class=\"ids-header-1177-admin__brand\">\n @if (brandTextTop) {\n <div class=\"ids-header-1177-admin__brand-text---supplement\">{{ brandTextTop }}</div>\n }\n <div class=\"ids-header-1177-admin__brand-text\">{{ brandText }}</div>\n @if (brandTextBottom) {\n <div class=\"ids-header-1177-admin__brand-text---supplement\">{{ brandTextBottom }}</div>\n }\n </div>\n </div>\n <div class=\"ids-header-1177-admin__main-right\">\n <ng-content select=\"id-header-1177-admin-item\"></ng-content>\n <ng-content select=\"id-header-1177-admin-avatar\"></ng-content>\n <ng-content select=\"id-header-1177-admin-menu-mobile\"></ng-content>\n </div>\n </div>\n @if (nav) {\n <nav\n class=\"ids-header-1177-admin-nav\"\n aria-label=\"Huvudmeny\"\n [class.ids-header-1177-admin-nav--unresponsive]=\"unresponsive\"\n [class.ids-header-1177-admin-nav--hide-on-tablet]=\"nav.hideOnTablet\"\n >\n <ng-container *ngTemplateOutlet=\"nav.template\"></ng-container>\n </nav>\n }\n</header>\n" }]
247
+ ], standalone: true, imports: [NgTemplateOutlet], template: "<header class=\"ids-header-1177-admin\">\n <ng-content select=\"id-header-1177-admin-skip-to-content\"></ng-content>\n <div class=\"ids-header-1177-admin__main\">\n <div class=\"ids-header-1177-admin__main-left\">\n <div class=\"ids-header-1177-admin__logo\">\n @if (brandLink()) {\n <ng-content select=\"[idBrand1177AdminLink]\"></ng-content>\n } @else {\n <a\n [attr.href]=\"brandHref\"\n class=\"ids-header-1177-admin__logo-link\"\n [attr.aria-label]=\"srBrandLabel\"\n ></a>\n }\n </div>\n <div class=\"ids-header-1177-admin__brand\">\n @if (brandTextTop) {\n <div class=\"ids-header-1177-admin__brand-text---supplement\">{{ brandTextTop }}</div>\n }\n <div class=\"ids-header-1177-admin__brand-text\">{{ brandText }}</div>\n @if (brandTextBottom) {\n <div class=\"ids-header-1177-admin__brand-text---supplement\">{{ brandTextBottom }}</div>\n }\n </div>\n </div>\n <div class=\"ids-header-1177-admin__main-right\">\n <ng-content select=\"id-header-1177-admin-item\"></ng-content>\n <ng-content select=\"id-header-1177-admin-avatar\"></ng-content>\n <ng-content select=\"id-header-1177-admin-menu-mobile\"></ng-content>\n </div>\n </div>\n @if (nav()) {\n <nav\n class=\"ids-header-1177-admin-nav\"\n aria-label=\"Huvudmeny\"\n [class.ids-header-1177-admin-nav--unresponsive]=\"unresponsive\"\n [class.ids-header-1177-admin-nav--mobile-only]=\"nav()!.mobileOnly\"\n [class.ids-header-1177-admin-nav--desktop-only]=\"nav()!.desktopOnly\"\n >\n <ng-container *ngTemplateOutlet=\"nav()!.template()\"></ng-container>\n </nav>\n }\n</header>\n" }]
254
248
  }], propDecorators: { brandText: [{
255
249
  type: Input
256
250
  }], brandTextTop: [{
@@ -264,22 +258,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
264
258
  type: Input
265
259
  }], srBrandLabel: [{
266
260
  type: Input
267
- }], avatar: [{
268
- type: ContentChild,
269
- args: [IDHeader1177AdminAvatarComponent]
270
- }], nav: [{
271
- type: ContentChild,
272
- args: [IDHeader1177AdminNavComponent]
273
- }], brandLink: [{
274
- type: ContentChild,
275
- args: [IDHeader1177AdminBrandLinkDirective]
276
261
  }] } });
277
262
 
278
263
  class IDHeader1177AdminSkipToContent {
279
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AdminSkipToContent, deps: [], target: i0.ɵɵFactoryTarget.Component });
280
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDHeader1177AdminSkipToContent, isStandalone: true, selector: "id-header-1177-admin-skip-to-content", host: { classAttribute: "ids-header-1177-admin__skip-to-content" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
264
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AdminSkipToContent, deps: [], target: i0.ɵɵFactoryTarget.Component });
265
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDHeader1177AdminSkipToContent, isStandalone: true, selector: "id-header-1177-admin-skip-to-content", host: { classAttribute: "ids-header-1177-admin__skip-to-content" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
281
266
  }
282
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AdminSkipToContent, decorators: [{
267
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AdminSkipToContent, decorators: [{
283
268
  type: Component,
284
269
  args: [{
285
270
  selector: "id-header-1177-admin-skip-to-content",
@@ -295,30 +280,38 @@ class IDHeader1177AdminItemComponent {
295
280
  mobile = false;
296
281
  icon;
297
282
  header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
298
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AdminItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
299
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.20", type: IDHeader1177AdminItemComponent, isStandalone: true, selector: "id-header-1177-admin-item", inputs: { mobile: ["mobile", "mobile", booleanAttribute], icon: "icon" }, host: { properties: { "class.ids-header-1177-admin-item--unresponsive": "header?.unresponsive", "class.ids-header-1177-admin-item--mobile": "mobile" }, classAttribute: "ids-header-1177-admin-item" }, ngImport: i0, template: `
300
- <div class="ids-header-1177-admin-item-icon">
301
- <ng-content name=[icon]></ng-content>
302
- <span class="ids-icon-{{icon}}" aria-hidden="true"></span>
283
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AdminItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
284
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "16.1.0", version: "19.2.25", type: IDHeader1177AdminItemComponent, isStandalone: true, selector: "id-header-1177-admin-item", inputs: { mobile: ["mobile", "mobile", booleanAttribute], icon: "icon" }, host: { properties: { "class.ids-header-1177-admin-item--unresponsive": "header?.unresponsive", "class.ids-header-1177-admin-item--mobile": "mobile" }, classAttribute: "ids-header-1177-admin-item" }, ngImport: i0, template: `
285
+ <div class="ids-header-1177-admin-item__icon">
286
+ <ng-content name="[icon]"></ng-content>
287
+ <span
288
+ class="ids-icon-{{ icon }}"
289
+ aria-hidden="true"
290
+ ></span>
303
291
  </div>
304
- <ng-content></ng-content>`, isInline: true });
292
+ <ng-content></ng-content>
293
+ `, isInline: true });
305
294
  }
306
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AdminItemComponent, decorators: [{
295
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AdminItemComponent, decorators: [{
307
296
  type: Component,
308
297
  args: [{
309
298
  selector: 'id-header-1177-admin-item',
310
299
  template: `
311
- <div class="ids-header-1177-admin-item-icon">
312
- <ng-content name=[icon]></ng-content>
313
- <span class="ids-icon-{{icon}}" aria-hidden="true"></span>
300
+ <div class="ids-header-1177-admin-item__icon">
301
+ <ng-content name="[icon]"></ng-content>
302
+ <span
303
+ class="ids-icon-{{ icon }}"
304
+ aria-hidden="true"
305
+ ></span>
314
306
  </div>
315
- <ng-content></ng-content>`,
307
+ <ng-content></ng-content>
308
+ `,
316
309
  standalone: true,
317
310
  host: {
318
311
  class: 'ids-header-1177-admin-item',
319
312
  '[class.ids-header-1177-admin-item--unresponsive]': 'header?.unresponsive',
320
- '[class.ids-header-1177-admin-item--mobile]': 'mobile'
321
- }
313
+ '[class.ids-header-1177-admin-item--mobile]': 'mobile',
314
+ },
322
315
  }]
323
316
  }], propDecorators: { mobile: [{
324
317
  type: Input,
@@ -333,8 +326,8 @@ class IDHeader1177AdminMenuMobileComponent {
333
326
  toggleExpansion() {
334
327
  this.expanded = !this.expanded;
335
328
  }
336
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AdminMenuMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
337
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDHeader1177AdminMenuMobileComponent, isStandalone: true, selector: "id-header-1177-admin-menu-mobile", inputs: { expanded: ["expanded", "expanded", booleanAttribute] }, host: { classAttribute: "ids-header-1177-admin__mobile-menu" }, ngImport: i0, template: `
329
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AdminMenuMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
330
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: IDHeader1177AdminMenuMobileComponent, isStandalone: true, selector: "id-header-1177-admin-menu-mobile", inputs: { expanded: ["expanded", "expanded", booleanAttribute] }, host: { classAttribute: "ids-header-1177-admin__mobile-menu" }, ngImport: i0, template: `
338
331
  <div
339
332
  class="ids-header-1177-admin-menu-mobile"
340
333
  [class.ids-header-1177-admin-menu-mobile--unresponsive]="header?.unresponsive"
@@ -355,7 +348,7 @@ class IDHeader1177AdminMenuMobileComponent {
355
348
  }
356
349
  </div>`, isInline: true });
357
350
  }
358
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AdminMenuMobileComponent, decorators: [{
351
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AdminMenuMobileComponent, decorators: [{
359
352
  type: Component,
360
353
  args: [{
361
354
  selector: "id-header-1177-admin-menu-mobile",
@@ -400,8 +393,8 @@ class IDHeader1177AdminAvatarMobileComponent {
400
393
  idService = inject(IDUseIdService);
401
394
  contentId = this.idService.generateId('header-1177-admin-avatar');
402
395
  header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
403
- menuContent;
404
- focusTrap = useFocusTrap(() => this.menuContent, { disabled: () => !this.expanded });
396
+ menuContent = viewChild('menuContent');
397
+ focusTrap = useFocusTrap(() => this.menuContent(), { disabled: () => !this.expanded });
405
398
  constructor() {
406
399
  useEscapeKey(() => this.handleCloseEvent(), () => this.expanded);
407
400
  }
@@ -431,8 +424,8 @@ class IDHeader1177AdminAvatarMobileComponent {
431
424
  ngOnDestroy() {
432
425
  this.focusTrap.destroy();
433
426
  }
434
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AdminAvatarMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
435
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDHeader1177AdminAvatarMobileComponent, isStandalone: true, selector: "id-header-1177-admin-avatar-mobile", inputs: { username: "username", unit: "unit", expanded: ["expanded", "expanded", booleanAttribute], persistent: ["persistent", "persistent", booleanAttribute] }, outputs: { expandedChange: "expandedChange", opened: "opened", closed: "closed" }, host: { classAttribute: "ids-header-1177-admin-avatar-mobile" }, viewQueries: [{ propertyName: "menuContent", first: true, predicate: ["menuContent"], descendants: true }], ngImport: i0, template: `
427
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AdminAvatarMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
428
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: IDHeader1177AdminAvatarMobileComponent, isStandalone: true, selector: "id-header-1177-admin-avatar-mobile", inputs: { username: "username", unit: "unit", expanded: ["expanded", "expanded", booleanAttribute], persistent: ["persistent", "persistent", booleanAttribute] }, outputs: { expandedChange: "expandedChange", opened: "opened", closed: "closed" }, host: { classAttribute: "ids-header-1177-admin-avatar-mobile" }, viewQueries: [{ propertyName: "menuContent", first: true, predicate: ["menuContent"], descendants: true, isSignal: true }], ngImport: i0, template: `
436
429
  <div #menuContent class="ids-header-1177-admin-avatar-mobile__menu-wrapper"
437
430
  idClickOutside
438
431
  (idClickOutside)="handleCloseEvent()">
@@ -462,7 +455,7 @@ class IDHeader1177AdminAvatarMobileComponent {
462
455
  </div>
463
456
  `, isInline: true, dependencies: [{ kind: "directive", type: IDClickOutsideDirective, selector: "[idClickOutside]", outputs: ["idClickOutside"] }] });
464
457
  }
465
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AdminAvatarMobileComponent, decorators: [{
458
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AdminAvatarMobileComponent, decorators: [{
466
459
  type: Component,
467
460
  args: [{
468
461
  selector: "id-header-1177-admin-avatar-mobile",
@@ -517,9 +510,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
517
510
  type: Output
518
511
  }], closed: [{
519
512
  type: Output
520
- }], menuContent: [{
521
- type: ViewChild,
522
- args: ['menuContent']
523
513
  }] } });
524
514
 
525
515
  class IDHeader1177AdminNavItemComponent {
@@ -529,10 +519,10 @@ class IDHeader1177AdminNavItemComponent {
529
519
  activeChange = new EventEmitter();
530
520
  expanded = false;
531
521
  expandedChange = new EventEmitter();
532
- col1 = null;
533
- col2 = null;
534
- col3 = null;
535
- col4 = null;
522
+ col1 = contentChild('col1');
523
+ col2 = contentChild('col2');
524
+ col3 = contentChild('col3');
525
+ col4 = contentChild('col4');
536
526
  idService = inject(IDUseIdService);
537
527
  contentId = this.idService.generateId('header-1177-admin-nav-item');
538
528
  header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
@@ -557,8 +547,8 @@ class IDHeader1177AdminNavItemComponent {
557
547
  this.expandedChange.emit(false);
558
548
  this.activeChange.emit(false);
559
549
  }
560
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AdminNavItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
561
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDHeader1177AdminNavItemComponent, isStandalone: true, selector: "id-header-1177-admin-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-admin-nav-item--unresponsive": "header?.unresponsive", "class.ids-header-1177-admin-nav-item--active": "active || expanded", "attr.aria-current": "active", "class.ids-header-1177-admin-nav-item--expanded": "expanded" }, classAttribute: "ids-header-1177-admin-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: `
550
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AdminNavItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
551
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: IDHeader1177AdminNavItemComponent, isStandalone: true, selector: "id-header-1177-admin-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-admin-nav-item--unresponsive": "header?.unresponsive", "class.ids-header-1177-admin-nav-item--active": "active || expanded", "attr.aria-current": "active", "class.ids-header-1177-admin-nav-item--expanded": "expanded" }, classAttribute: "ids-header-1177-admin-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: `
562
552
  <div
563
553
  idClickOutside
564
554
  (idClickOutside)="closeItem()">
@@ -580,22 +570,22 @@ class IDHeader1177AdminNavItemComponent {
580
570
  [class.ids-header-1177-admin-nav-item__menu--expanded]="expanded">
581
571
  <div class="ids-header-1177-admin-nav-item__menu-content">
582
572
  <div class="ids-header-1177-admin-nav-item__menu-col-1">
583
- <ng-container *ngTemplateOutlet="col1"></ng-container>
573
+ <ng-container *ngTemplateOutlet="col1() ?? null"></ng-container>
584
574
  </div>
585
575
  <div class="ids-header-1177-admin-nav-item__menu-col-2">
586
- <ng-container *ngTemplateOutlet="col2"></ng-container>
576
+ <ng-container *ngTemplateOutlet="col2() ?? null"></ng-container>
587
577
  </div>
588
578
  <div class="ids-header-1177-admin-nav-item__menu-col-3">
589
- <ng-container *ngTemplateOutlet="col3"></ng-container>
579
+ <ng-container *ngTemplateOutlet="col3() ?? null"></ng-container>
590
580
  </div>
591
581
  <div class="ids-header-1177-admin-nav-item__menu-col-4">
592
- <ng-container *ngTemplateOutlet="col4"></ng-container>
582
+ <ng-container *ngTemplateOutlet="col4() ?? null"></ng-container>
593
583
  </div>
594
584
  </div>
595
585
  </div>
596
586
  </div>`, isInline: true, dependencies: [{ kind: "directive", type: IDClickOutsideDirective, selector: "[idClickOutside]", outputs: ["idClickOutside"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
597
587
  }
598
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AdminNavItemComponent, decorators: [{
588
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AdminNavItemComponent, decorators: [{
599
589
  type: Component,
600
590
  args: [{
601
591
  selector: "id-header-1177-admin-nav-item",
@@ -621,16 +611,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
621
611
  [class.ids-header-1177-admin-nav-item__menu--expanded]="expanded">
622
612
  <div class="ids-header-1177-admin-nav-item__menu-content">
623
613
  <div class="ids-header-1177-admin-nav-item__menu-col-1">
624
- <ng-container *ngTemplateOutlet="col1"></ng-container>
614
+ <ng-container *ngTemplateOutlet="col1() ?? null"></ng-container>
625
615
  </div>
626
616
  <div class="ids-header-1177-admin-nav-item__menu-col-2">
627
- <ng-container *ngTemplateOutlet="col2"></ng-container>
617
+ <ng-container *ngTemplateOutlet="col2() ?? null"></ng-container>
628
618
  </div>
629
619
  <div class="ids-header-1177-admin-nav-item__menu-col-3">
630
- <ng-container *ngTemplateOutlet="col3"></ng-container>
620
+ <ng-container *ngTemplateOutlet="col3() ?? null"></ng-container>
631
621
  </div>
632
622
  <div class="ids-header-1177-admin-nav-item__menu-col-4">
633
- <ng-container *ngTemplateOutlet="col4"></ng-container>
623
+ <ng-container *ngTemplateOutlet="col4() ?? null"></ng-container>
634
624
  </div>
635
625
  </div>
636
626
  </div>
@@ -659,25 +649,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
659
649
  args: [{ transform: booleanAttribute }]
660
650
  }], expandedChange: [{
661
651
  type: Output
662
- }], col1: [{
663
- type: ContentChild,
664
- args: ['col1']
665
- }], col2: [{
666
- type: ContentChild,
667
- args: ['col2']
668
- }], col3: [{
669
- type: ContentChild,
670
- args: ['col3']
671
- }], col4: [{
672
- type: ContentChild,
673
- args: ['col4']
674
652
  }] } });
675
653
 
676
654
  class IDHeader1177AdminNavItemMenuLinkComponent {
677
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AdminNavItemMenuLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
678
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDHeader1177AdminNavItemMenuLinkComponent, isStandalone: true, selector: "id-header-1177-admin-nav-item-menu-link", host: { classAttribute: "ids-header-1177-admin-nav__menu-item-wrapper" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
655
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AdminNavItemMenuLinkComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
656
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDHeader1177AdminNavItemMenuLinkComponent, isStandalone: true, selector: "id-header-1177-admin-nav-item-menu-link", host: { classAttribute: "ids-header-1177-admin-nav__menu-item-wrapper" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
679
657
  }
680
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AdminNavItemMenuLinkComponent, decorators: [{
658
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AdminNavItemMenuLinkComponent, decorators: [{
681
659
  type: Component,
682
660
  args: [{
683
661
  selector: "id-header-1177-admin-nav-item-menu-link",
@@ -692,8 +670,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
692
670
  class IDHeader1177AdminNavItemMobileComponent {
693
671
  icon;
694
672
  header = inject(ID_HEADER_CONTEXT, { optional: true, host: true });
695
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AdminNavItemMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
696
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDHeader1177AdminNavItemMobileComponent, isStandalone: true, selector: "id-header-1177-admin-nav-item-mobile", inputs: { icon: "icon" }, host: { properties: { "class.ids-header-1177-admin-nav-item-mobile--unresponsive": "header?.unresponsive" }, classAttribute: "ids-header-1177-admin-nav-item-mobile" }, ngImport: i0, template: `
673
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AdminNavItemMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
674
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDHeader1177AdminNavItemMobileComponent, isStandalone: true, selector: "id-header-1177-admin-nav-item-mobile", inputs: { icon: "icon" }, host: { properties: { "class.ids-header-1177-admin-nav-item-mobile--unresponsive": "header?.unresponsive" }, classAttribute: "ids-header-1177-admin-nav-item-mobile" }, ngImport: i0, template: `
697
675
  <span class="ids-header-1177-admin-nav-item-mobile__icon">
698
676
  <span class="ids-icon-{{icon}}"></span>
699
677
  <ng-content select="[idNavItemMobileIcon]"></ng-content>
@@ -701,7 +679,7 @@ class IDHeader1177AdminNavItemMobileComponent {
701
679
  <ng-content></ng-content>
702
680
  `, isInline: true });
703
681
  }
704
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AdminNavItemMobileComponent, decorators: [{
682
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AdminNavItemMobileComponent, decorators: [{
705
683
  type: Component,
706
684
  args: [{
707
685
  selector: "id-header-1177-admin-nav-item-mobile",
@@ -723,8 +701,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
723
701
  }] } });
724
702
 
725
703
  class IDHeader1177AdminModule {
726
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AdminModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
727
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AdminModule, imports: [IDHeader1177AdminComponent,
704
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AdminModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
705
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AdminModule, imports: [IDHeader1177AdminComponent,
728
706
  IDHeader1177AdminAvatarComponent,
729
707
  IDHeader1177AdminAvatarMobileComponent,
730
708
  IDHeader1177AdminItemComponent,
@@ -745,9 +723,9 @@ class IDHeader1177AdminModule {
745
723
  IDHeader1177AdminSkipToContent,
746
724
  IDHeader1177AdminNavItemMenuLinkComponent,
747
725
  IDHeader1177AdminBrandLinkDirective] });
748
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AdminModule });
726
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AdminModule });
749
727
  }
750
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDHeader1177AdminModule, decorators: [{
728
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDHeader1177AdminModule, decorators: [{
751
729
  type: NgModule,
752
730
  args: [{
753
731
  imports: [