@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,32 +1,28 @@
1
1
  import * as i0 from '@angular/core';
2
- import { inject, DestroyRef, HostBinding, ContentChildren, Component, Input, NgModule } from '@angular/core';
2
+ import { contentChildren, inject, DestroyRef, ChangeDetectorRef, afterNextRender, HostBinding, Component, effect, Input, NgModule } from '@angular/core';
3
3
  import { CommonModule } from '@angular/common';
4
- import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
5
4
  import { IDLinkDirective } from '@inera/ids-angular/components/link';
6
5
 
7
6
  class IDFooter1177AdminColComponent {
8
- links;
7
+ links = contentChildren(IDLinkDirective);
9
8
  columnClass;
10
9
  get hostClass() {
11
- return this.columnClass;
10
+ return `ids-footer-1177-admin__link-col ${this.columnClass || ''}`;
12
11
  }
13
12
  destroyRef = inject(DestroyRef);
14
- updateColumnClasses() {
15
- this.links.forEach((link) => {
16
- link.footer = true;
17
- link.block = true;
13
+ cdr = inject(ChangeDetectorRef);
14
+ constructor() {
15
+ afterNextRender(() => {
16
+ this.links().forEach((link) => {
17
+ link.footer = true;
18
+ link.block = true;
19
+ });
18
20
  });
19
21
  }
20
- ngAfterContentInit() {
21
- this.updateColumnClasses();
22
- this.links.changes.pipe(takeUntilDestroyed(this.destroyRef)).subscribe(() => {
23
- this.updateColumnClasses();
24
- });
25
- }
26
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177AdminColComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
27
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDFooter1177AdminColComponent, isStandalone: true, selector: "id-footer-1177-admin-col", host: { properties: { "class": "this.hostClass" }, classAttribute: "ids-footer-1177-admin__link-col" }, queries: [{ propertyName: "links", predicate: IDLinkDirective }], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
22
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177AdminColComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
23
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.2.25", type: IDFooter1177AdminColComponent, isStandalone: true, selector: "id-footer-1177-admin-col", host: { properties: { "class": "this.hostClass" }, classAttribute: "ids-footer-1177-admin__link-col" }, queries: [{ propertyName: "links", predicate: IDLinkDirective, isSignal: true }], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
28
24
  }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177AdminColComponent, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177AdminColComponent, decorators: [{
30
26
  type: Component,
31
27
  args: [{
32
28
  selector: 'id-footer-1177-admin-col',
@@ -36,59 +32,56 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
36
32
  class: 'ids-footer-1177-admin__link-col'
37
33
  }
38
34
  }]
39
- }], propDecorators: { links: [{
40
- type: ContentChildren,
41
- args: [IDLinkDirective]
42
- }], hostClass: [{
35
+ }], ctorParameters: () => [], propDecorators: { hostClass: [{
43
36
  type: HostBinding,
44
37
  args: ['class']
45
38
  }] } });
46
39
 
47
40
  class IDFooter1177AdminComponent {
48
41
  headline;
49
- cols;
42
+ cols = contentChildren(IDFooter1177AdminColComponent);
50
43
  destroyRef = inject(DestroyRef);
51
- updateColumnClasses() {
52
- const colLength = this.cols?.length || 0;
44
+ constructor() {
45
+ effect(() => {
46
+ const cols = this.cols();
47
+ this.updateColumnClasses(cols);
48
+ });
49
+ }
50
+ ngAfterContentInit() {
51
+ this.updateColumnClasses(this.cols());
52
+ }
53
+ updateColumnClasses(cols) {
54
+ const colLength = cols.length;
53
55
  const classMap = {
54
56
  1: "ids-footer-1177-admin__link-col--100",
55
57
  2: "ids-footer-1177-admin__link-col--50",
56
58
  3: "ids-footer-1177-admin__link-col--33"
57
59
  };
58
60
  const newClass = classMap[colLength] || classMap[1];
59
- this.cols?.forEach((col) => {
61
+ cols.forEach((col) => {
60
62
  col.columnClass = newClass;
61
63
  });
62
64
  }
63
- ngAfterContentInit() {
64
- this.updateColumnClasses();
65
- this.cols?.changes.pipe(takeUntilDestroyed(this.destroyRef)).subscribe(() => {
66
- this.updateColumnClasses();
67
- });
68
- }
69
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177AdminComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
70
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDFooter1177AdminComponent, isStandalone: true, selector: "id-footer-1177-admin", inputs: { headline: "headline" }, queries: [{ propertyName: "cols", predicate: IDFooter1177AdminColComponent }], ngImport: i0, template: "\n<footer class=\"ids-footer-1177-admin\">\n <div class=\"ids-footer-1177-admin__inner-wrapper\">\n <div class=\"ids-footer-1177-admin__inner\">\n <div class=\"ids-footer-1177-admin__headline-wrapper\">\n <h1 class=\"ids-footer-1177-admin__headline\">\n {{headline}}\n </h1>\n </div>\n\n <div class=\"ids-footer-1177-admin__content\">\n <ng-content select=\"id-footer-1177-admin-text\"></ng-content>\n @if(cols.length > 0) {\n <div class=\"ids-footer-1177-admin__cols\">\n <ng-content select=\"id-footer-1177-admin-col\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n\n <div class=\"ids-footer-1177-admin__mobile-menu\">\n <ng-content select=\"id-mobile-menu\"></ng-content>\n </div>\n\n <div class=\"ids-footer-1177-admin__sub-footer\">\n <div class=\"ids-footer-1177-admin__sub-footer-container\">\n <div class=\"ids-footer-1177-admin__sub-footer-inner\">\n <ng-content select=\"id-footer-1177-admin-sub-footer-left\"></ng-content>\n <ng-content select=\"id-footer-1177-admin-sub-footer-right\"></ng-content>\n <ng-content select=\"id-footer-1177-admin-sub-footer-mobile\"></ng-content>\n </div>\n </div>\n\n <div class=\"ids-footer-1177-admin__sub-footer-mobile\">\n <div class=\"ids-footer-1177-admin__sub-footer-mobile-headline-wrapper\">\n <div class=\"ids-footer-1177-admin__sub-footer-mobile-logo\"></div>\n <div class=\"ids-footer-1177-admin__sub-footer-mobile-headline\">{{headline}}</div>\n </div>\n\n <div class=\"ids-footer-1177-admin__sub-footer-mobile-text\">\n <p> 1177 drivs av <a href=\"https://www.inera.se\"\n class=\"ids-link ids-link--icon ids-link--small ids-link--underlined ids-link--color-3\">\n <span>Inera AB<span class=\"ids-icon-external-link-small ids-icon--text-end\"></span></span>\n </a> p\u00E5 uppdrag av Sveriges regioner</p>\n </div>\n </div>\n </div>\n</footer>", dependencies: [{ kind: "ngmodule", type: CommonModule }] });
65
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177AdminComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
66
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: IDFooter1177AdminComponent, isStandalone: true, selector: "id-footer-1177-admin", inputs: { headline: "headline" }, queries: [{ propertyName: "cols", predicate: IDFooter1177AdminColComponent, isSignal: true }], ngImport: i0, template: "\n<footer class=\"ids-footer-1177-admin\">\n <div class=\"ids-footer-1177-admin__inner-wrapper\">\n <div class=\"ids-footer-1177-admin__inner\">\n <div class=\"ids-footer-1177-admin__headline-wrapper\">\n <h1 class=\"ids-footer-1177-admin__headline\">\n {{headline}}\n </h1>\n </div>\n\n <div class=\"ids-footer-1177-admin__content\">\n <ng-content select=\"id-footer-1177-admin-text\"></ng-content>\n @if(cols().length > 0) {\n <div class=\"ids-footer-1177-admin__cols\">\n <ng-content select=\"id-footer-1177-admin-col\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n\n <div class=\"ids-footer-1177-admin__mobile-menu\">\n <ng-content select=\"id-mobile-menu\"></ng-content>\n </div>\n\n <div class=\"ids-footer-1177-admin__sub-footer\">\n <div class=\"ids-footer-1177-admin__sub-footer-container\">\n <div class=\"ids-footer-1177-admin__sub-footer-inner\">\n <ng-content select=\"id-footer-1177-admin-sub-footer-left\"></ng-content>\n <ng-content select=\"id-footer-1177-admin-sub-footer-right\"></ng-content>\n <ng-content select=\"id-footer-1177-admin-sub-footer-mobile\"></ng-content>\n </div>\n </div>\n\n <div class=\"ids-footer-1177-admin__sub-footer-mobile\">\n <div class=\"ids-footer-1177-admin__sub-footer-mobile-headline-wrapper\">\n <div class=\"ids-footer-1177-admin__sub-footer-mobile-logo\"></div>\n <div class=\"ids-footer-1177-admin__sub-footer-mobile-headline\">{{headline}}</div>\n </div>\n\n <div class=\"ids-footer-1177-admin__sub-footer-mobile-text\">\n <p> 1177 drivs av <a href=\"https://www.inera.se\"\n class=\"ids-link ids-link--icon ids-link--small ids-link--underlined ids-link--color-3\">\n <span>Inera AB<span class=\"ids-icon-external-link-small ids-icon--text-end\"></span></span>\n </a> p\u00E5 uppdrag av Sveriges regioner</p>\n </div>\n </div>\n </div>\n</footer>", dependencies: [{ kind: "ngmodule", type: CommonModule }] });
71
67
  }
72
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177AdminComponent, decorators: [{
68
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177AdminComponent, decorators: [{
73
69
  type: Component,
74
- args: [{ selector: 'id-footer-1177-admin', standalone: true, imports: [CommonModule], template: "\n<footer class=\"ids-footer-1177-admin\">\n <div class=\"ids-footer-1177-admin__inner-wrapper\">\n <div class=\"ids-footer-1177-admin__inner\">\n <div class=\"ids-footer-1177-admin__headline-wrapper\">\n <h1 class=\"ids-footer-1177-admin__headline\">\n {{headline}}\n </h1>\n </div>\n\n <div class=\"ids-footer-1177-admin__content\">\n <ng-content select=\"id-footer-1177-admin-text\"></ng-content>\n @if(cols.length > 0) {\n <div class=\"ids-footer-1177-admin__cols\">\n <ng-content select=\"id-footer-1177-admin-col\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n\n <div class=\"ids-footer-1177-admin__mobile-menu\">\n <ng-content select=\"id-mobile-menu\"></ng-content>\n </div>\n\n <div class=\"ids-footer-1177-admin__sub-footer\">\n <div class=\"ids-footer-1177-admin__sub-footer-container\">\n <div class=\"ids-footer-1177-admin__sub-footer-inner\">\n <ng-content select=\"id-footer-1177-admin-sub-footer-left\"></ng-content>\n <ng-content select=\"id-footer-1177-admin-sub-footer-right\"></ng-content>\n <ng-content select=\"id-footer-1177-admin-sub-footer-mobile\"></ng-content>\n </div>\n </div>\n\n <div class=\"ids-footer-1177-admin__sub-footer-mobile\">\n <div class=\"ids-footer-1177-admin__sub-footer-mobile-headline-wrapper\">\n <div class=\"ids-footer-1177-admin__sub-footer-mobile-logo\"></div>\n <div class=\"ids-footer-1177-admin__sub-footer-mobile-headline\">{{headline}}</div>\n </div>\n\n <div class=\"ids-footer-1177-admin__sub-footer-mobile-text\">\n <p> 1177 drivs av <a href=\"https://www.inera.se\"\n class=\"ids-link ids-link--icon ids-link--small ids-link--underlined ids-link--color-3\">\n <span>Inera AB<span class=\"ids-icon-external-link-small ids-icon--text-end\"></span></span>\n </a> p\u00E5 uppdrag av Sveriges regioner</p>\n </div>\n </div>\n </div>\n</footer>" }]
75
- }], propDecorators: { headline: [{
70
+ args: [{ selector: 'id-footer-1177-admin', standalone: true, imports: [CommonModule], template: "\n<footer class=\"ids-footer-1177-admin\">\n <div class=\"ids-footer-1177-admin__inner-wrapper\">\n <div class=\"ids-footer-1177-admin__inner\">\n <div class=\"ids-footer-1177-admin__headline-wrapper\">\n <h1 class=\"ids-footer-1177-admin__headline\">\n {{headline}}\n </h1>\n </div>\n\n <div class=\"ids-footer-1177-admin__content\">\n <ng-content select=\"id-footer-1177-admin-text\"></ng-content>\n @if(cols().length > 0) {\n <div class=\"ids-footer-1177-admin__cols\">\n <ng-content select=\"id-footer-1177-admin-col\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n\n <div class=\"ids-footer-1177-admin__mobile-menu\">\n <ng-content select=\"id-mobile-menu\"></ng-content>\n </div>\n\n <div class=\"ids-footer-1177-admin__sub-footer\">\n <div class=\"ids-footer-1177-admin__sub-footer-container\">\n <div class=\"ids-footer-1177-admin__sub-footer-inner\">\n <ng-content select=\"id-footer-1177-admin-sub-footer-left\"></ng-content>\n <ng-content select=\"id-footer-1177-admin-sub-footer-right\"></ng-content>\n <ng-content select=\"id-footer-1177-admin-sub-footer-mobile\"></ng-content>\n </div>\n </div>\n\n <div class=\"ids-footer-1177-admin__sub-footer-mobile\">\n <div class=\"ids-footer-1177-admin__sub-footer-mobile-headline-wrapper\">\n <div class=\"ids-footer-1177-admin__sub-footer-mobile-logo\"></div>\n <div class=\"ids-footer-1177-admin__sub-footer-mobile-headline\">{{headline}}</div>\n </div>\n\n <div class=\"ids-footer-1177-admin__sub-footer-mobile-text\">\n <p> 1177 drivs av <a href=\"https://www.inera.se\"\n class=\"ids-link ids-link--icon ids-link--small ids-link--underlined ids-link--color-3\">\n <span>Inera AB<span class=\"ids-icon-external-link-small ids-icon--text-end\"></span></span>\n </a> p\u00E5 uppdrag av Sveriges regioner</p>\n </div>\n </div>\n </div>\n</footer>" }]
71
+ }], ctorParameters: () => [], propDecorators: { headline: [{
76
72
  type: Input
77
- }], cols: [{
78
- type: ContentChildren,
79
- args: [IDFooter1177AdminColComponent]
80
73
  }] } });
81
74
 
82
75
  class IDFooter1177AdminTextComponent {
83
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177AdminTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
84
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDFooter1177AdminTextComponent, isStandalone: true, selector: "id-footer-1177-admin-text", host: { classAttribute: "ids-footer-1177-admin__text" }, ngImport: i0, template: `
76
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177AdminTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
77
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDFooter1177AdminTextComponent, isStandalone: true, selector: "id-footer-1177-admin-text", host: { classAttribute: "ids-footer-1177-admin__text" }, ngImport: i0, template: `
85
78
  <ng-content></ng-content>
86
79
  <div class="ids-footer-1177-admin__darkmode-toggle">
87
80
  <ng-content select="id-darkmode-toggle"></ng-content>
88
81
  </div>
89
82
  `, isInline: true });
90
83
  }
91
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177AdminTextComponent, decorators: [{
84
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177AdminTextComponent, decorators: [{
92
85
  type: Component,
93
86
  args: [{
94
87
  selector: 'id-footer-1177-admin-text',
@@ -106,10 +99,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
106
99
  }] });
107
100
 
108
101
  class IDFooter1177AdminSubFooterRightComponent {
109
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177AdminSubFooterRightComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
110
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDFooter1177AdminSubFooterRightComponent, isStandalone: true, selector: "id-footer-1177-admin-sub-footer-right", host: { classAttribute: "ids-footer-1177-admin__sub-footer-right" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
102
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177AdminSubFooterRightComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
103
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDFooter1177AdminSubFooterRightComponent, isStandalone: true, selector: "id-footer-1177-admin-sub-footer-right", host: { classAttribute: "ids-footer-1177-admin__sub-footer-right" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
111
104
  }
112
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177AdminSubFooterRightComponent, decorators: [{
105
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177AdminSubFooterRightComponent, decorators: [{
113
106
  type: Component,
114
107
  args: [{
115
108
  selector: 'id-footer-1177-admin-sub-footer-right',
@@ -122,10 +115,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
122
115
  }] });
123
116
 
124
117
  class IDFooter1177AdminSubFooterLeftComponent {
125
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177AdminSubFooterLeftComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
126
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDFooter1177AdminSubFooterLeftComponent, isStandalone: true, selector: "id-footer-1177-admin-sub-footer-left", host: { classAttribute: "ids-footer-1177-admin__sub-footer-left" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
118
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177AdminSubFooterLeftComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
119
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDFooter1177AdminSubFooterLeftComponent, isStandalone: true, selector: "id-footer-1177-admin-sub-footer-left", host: { classAttribute: "ids-footer-1177-admin__sub-footer-left" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
127
120
  }
128
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177AdminSubFooterLeftComponent, decorators: [{
121
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177AdminSubFooterLeftComponent, decorators: [{
129
122
  type: Component,
130
123
  args: [{
131
124
  selector: 'id-footer-1177-admin-sub-footer-left',
@@ -138,10 +131,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
138
131
  }] });
139
132
 
140
133
  class IDFooter1177AdminSubFooterMobileComponent {
141
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177AdminSubFooterMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
142
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDFooter1177AdminSubFooterMobileComponent, isStandalone: true, selector: "id-footer-1177-admin-sub-footer-mobile", host: { classAttribute: "ids-footer-1177-admin__mobile-links" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
134
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177AdminSubFooterMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
135
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDFooter1177AdminSubFooterMobileComponent, isStandalone: true, selector: "id-footer-1177-admin-sub-footer-mobile", host: { classAttribute: "ids-footer-1177-admin__mobile-links" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
143
136
  }
144
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177AdminSubFooterMobileComponent, decorators: [{
137
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177AdminSubFooterMobileComponent, decorators: [{
145
138
  type: Component,
146
139
  args: [{
147
140
  selector: 'id-footer-1177-admin-sub-footer-mobile',
@@ -154,8 +147,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
154
147
  }] });
155
148
 
156
149
  class IDFooter1177AdminModule {
157
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177AdminModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
158
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177AdminModule, imports: [IDFooter1177AdminComponent,
150
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177AdminModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
151
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177AdminModule, imports: [IDFooter1177AdminComponent,
159
152
  IDFooter1177AdminTextComponent,
160
153
  IDFooter1177AdminColComponent,
161
154
  IDFooter1177AdminSubFooterRightComponent,
@@ -166,9 +159,9 @@ class IDFooter1177AdminModule {
166
159
  IDFooter1177AdminSubFooterRightComponent,
167
160
  IDFooter1177AdminSubFooterLeftComponent,
168
161
  IDFooter1177AdminSubFooterMobileComponent] });
169
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177AdminModule, imports: [IDFooter1177AdminComponent] });
162
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177AdminModule, imports: [IDFooter1177AdminComponent] });
170
163
  }
171
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177AdminModule, decorators: [{
164
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177AdminModule, decorators: [{
172
165
  type: NgModule,
173
166
  args: [{
174
167
  imports: [
@@ -1 +1 @@
1
- {"version":3,"file":"inera-ids-angular-components-footer-1177-admin.mjs","sources":["../../../projects/ids-angular/components/footer-1177-admin/footer-1177-admin-col.component.ts","../../../projects/ids-angular/components/footer-1177-admin/footer-1177-admin.component.ts","../../../projects/ids-angular/components/footer-1177-admin/footer-1177-admin.component.html","../../../projects/ids-angular/components/footer-1177-admin/footer-1177-admin-text.component.ts","../../../projects/ids-angular/components/footer-1177-admin/footer-1177-admin-sub-footer-right.component.ts","../../../projects/ids-angular/components/footer-1177-admin/footer-1177-admin-sub-footer-left.component.ts","../../../projects/ids-angular/components/footer-1177-admin/footer-1177-admin-sub-footer-mobile.component.ts","../../../projects/ids-angular/components/footer-1177-admin/footer-1177-admin.module.ts","../../../projects/ids-angular/components/footer-1177-admin/inera-ids-angular-components-footer-1177-admin.ts"],"sourcesContent":["import { Component, ContentChildren, DestroyRef, HostBinding, inject, QueryList } from '@angular/core';\nimport { takeUntilDestroyed } from '@angular/core/rxjs-interop';\nimport { IDLinkDirective } from '@inera/ids-angular/components/link';\n\n@Component({\n selector: 'id-footer-1177-admin-col',\n standalone: true,\n template: `<ng-content></ng-content>`,\n host: {\n class: 'ids-footer-1177-admin__link-col'\n }\n})\nexport class IDFooter1177AdminColComponent {\n @ContentChildren(IDLinkDirective) links: QueryList<IDLinkDirective>;\n\n columnClass: string;\n\n @HostBinding('class')\n get hostClass() {\n return this.columnClass;\n }\n\n private destroyRef = inject(DestroyRef);\n\n private updateColumnClasses(): void {\n this.links.forEach((link) => {\n link.footer = true;\n link.block = true;\n })\n }\n\n ngAfterContentInit(): void {\n this.updateColumnClasses();\n this.links.changes.pipe(takeUntilDestroyed(this.destroyRef)).subscribe(() => {\n this.updateColumnClasses();\n });\n }\n}","import { CommonModule } from '@angular/common';\nimport { Component, ContentChildren, DestroyRef, inject, Input, QueryList } from '@angular/core';\nimport { takeUntilDestroyed } from '@angular/core/rxjs-interop';\nimport { IDFooter1177AdminColComponent } from './footer-1177-admin-col.component';\n\n@Component({\n selector: 'id-footer-1177-admin',\n templateUrl: './footer-1177-admin.component.html',\n standalone: true,\n imports: [CommonModule],\n})\nexport class IDFooter1177AdminComponent {\n @Input() headline?: string;\n\n @ContentChildren(IDFooter1177AdminColComponent) \n cols!: QueryList<IDFooter1177AdminColComponent>;\n\n private destroyRef = inject(DestroyRef);\n\n private updateColumnClasses(): void {\n const colLength = this.cols?.length || 0;\n \n const classMap: Record<number, string> = {\n 1: \"ids-footer-1177-admin__link-col--100\",\n 2: \"ids-footer-1177-admin__link-col--50\",\n 3: \"ids-footer-1177-admin__link-col--33\"\n };\n\n const newClass = classMap[colLength] || classMap[1];\n\n this.cols?.forEach((col) => {\n col.columnClass = newClass;\n });\n }\n\n ngAfterContentInit(): void {\n this.updateColumnClasses();\n this.cols?.changes.pipe(takeUntilDestroyed(this.destroyRef)).subscribe(() => {\n this.updateColumnClasses();\n });\n }\n \n}\n","\n<footer class=\"ids-footer-1177-admin\">\n <div class=\"ids-footer-1177-admin__inner-wrapper\">\n <div class=\"ids-footer-1177-admin__inner\">\n <div class=\"ids-footer-1177-admin__headline-wrapper\">\n <h1 class=\"ids-footer-1177-admin__headline\">\n {{headline}}\n </h1>\n </div>\n\n <div class=\"ids-footer-1177-admin__content\">\n <ng-content select=\"id-footer-1177-admin-text\"></ng-content>\n @if(cols.length > 0) {\n <div class=\"ids-footer-1177-admin__cols\">\n <ng-content select=\"id-footer-1177-admin-col\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n\n <div class=\"ids-footer-1177-admin__mobile-menu\">\n <ng-content select=\"id-mobile-menu\"></ng-content>\n </div>\n\n <div class=\"ids-footer-1177-admin__sub-footer\">\n <div class=\"ids-footer-1177-admin__sub-footer-container\">\n <div class=\"ids-footer-1177-admin__sub-footer-inner\">\n <ng-content select=\"id-footer-1177-admin-sub-footer-left\"></ng-content>\n <ng-content select=\"id-footer-1177-admin-sub-footer-right\"></ng-content>\n <ng-content select=\"id-footer-1177-admin-sub-footer-mobile\"></ng-content>\n </div>\n </div>\n\n <div class=\"ids-footer-1177-admin__sub-footer-mobile\">\n <div class=\"ids-footer-1177-admin__sub-footer-mobile-headline-wrapper\">\n <div class=\"ids-footer-1177-admin__sub-footer-mobile-logo\"></div>\n <div class=\"ids-footer-1177-admin__sub-footer-mobile-headline\">{{headline}}</div>\n </div>\n\n <div class=\"ids-footer-1177-admin__sub-footer-mobile-text\">\n <p> 1177 drivs av <a href=\"https://www.inera.se\"\n class=\"ids-link ids-link--icon ids-link--small ids-link--underlined ids-link--color-3\">\n <span>Inera AB<span class=\"ids-icon-external-link-small ids-icon--text-end\"></span></span>\n </a> på uppdrag av Sveriges regioner</p>\n </div>\n </div>\n </div>\n</footer>","import { Component } from '@angular/core';\n\n@Component({\n selector: 'id-footer-1177-admin-text',\n standalone: true,\n template: `\n <ng-content></ng-content>\n <div class=\"ids-footer-1177-admin__darkmode-toggle\">\n <ng-content select=\"id-darkmode-toggle\"></ng-content>\n </div>\n `,\n host: {\n class: 'ids-footer-1177-admin__text',\n },\n})\nexport class IDFooter1177AdminTextComponent {}\n","import { Component } from \"@angular/core\";\n\n@Component({\n selector: 'id-footer-1177-admin-sub-footer-right',\n standalone: true,\n template: `<ng-content></ng-content>`,\n host: {\n class: 'ids-footer-1177-admin__sub-footer-right'\n }\n})\nexport class IDFooter1177AdminSubFooterRightComponent {\n\n}","import { Component } from '@angular/core';\n\n@Component({\n selector: 'id-footer-1177-admin-sub-footer-left',\n standalone: true,\n template: `<ng-content></ng-content>`,\n host: {\n class: 'ids-footer-1177-admin__sub-footer-left'\n }\n})\nexport class IDFooter1177AdminSubFooterLeftComponent {\n\n}","import { Component } from '@angular/core';\n\n@Component({\n selector: 'id-footer-1177-admin-sub-footer-mobile',\n standalone: true,\n template: `<ng-content></ng-content>`,\n host: {\n class: 'ids-footer-1177-admin__mobile-links'\n }\n})\nexport class IDFooter1177AdminSubFooterMobileComponent {\n\n}","import { NgModule } from '@angular/core';\n\nimport { IDFooter1177AdminComponent } from './footer-1177-admin.component';\nimport { IDFooter1177AdminTextComponent } from './footer-1177-admin-text.component';\nimport { IDFooter1177AdminColComponent } from './footer-1177-admin-col.component';\nimport { IDFooter1177AdminSubFooterRightComponent } from './footer-1177-admin-sub-footer-right.component';\nimport { IDFooter1177AdminSubFooterLeftComponent } from './footer-1177-admin-sub-footer-left.component';\nimport { IDFooter1177AdminSubFooterMobileComponent } from './footer-1177-admin-sub-footer-mobile.component';\n\n@NgModule({\n imports: [\n IDFooter1177AdminComponent,\n IDFooter1177AdminTextComponent,\n IDFooter1177AdminColComponent,\n IDFooter1177AdminSubFooterRightComponent,\n IDFooter1177AdminSubFooterLeftComponent,\n IDFooter1177AdminSubFooterMobileComponent,\n ],\n exports: [\n IDFooter1177AdminComponent,\n IDFooter1177AdminTextComponent,\n IDFooter1177AdminColComponent,\n IDFooter1177AdminSubFooterRightComponent,\n IDFooter1177AdminSubFooterLeftComponent,\n IDFooter1177AdminSubFooterMobileComponent,\n ],\n})\nexport class IDFooter1177AdminModule {}","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"inera-ids-angular-components-footer-1177-admin.mjs","sources":["../../../projects/ids-angular/components/footer-1177-admin/footer-1177-admin-col.component.ts","../../../projects/ids-angular/components/footer-1177-admin/footer-1177-admin.component.ts","../../../projects/ids-angular/components/footer-1177-admin/footer-1177-admin.component.html","../../../projects/ids-angular/components/footer-1177-admin/footer-1177-admin-text.component.ts","../../../projects/ids-angular/components/footer-1177-admin/footer-1177-admin-sub-footer-right.component.ts","../../../projects/ids-angular/components/footer-1177-admin/footer-1177-admin-sub-footer-left.component.ts","../../../projects/ids-angular/components/footer-1177-admin/footer-1177-admin-sub-footer-mobile.component.ts","../../../projects/ids-angular/components/footer-1177-admin/footer-1177-admin.module.ts","../../../projects/ids-angular/components/footer-1177-admin/inera-ids-angular-components-footer-1177-admin.ts"],"sourcesContent":["import { afterNextRender, ChangeDetectorRef, Component, contentChildren, DestroyRef, HostBinding, inject } from '@angular/core';\nimport { IDLinkDirective } from '@inera/ids-angular/components/link';\n\n@Component({\n selector: 'id-footer-1177-admin-col',\n standalone: true,\n template: `<ng-content></ng-content>`,\n host: {\n class: 'ids-footer-1177-admin__link-col'\n }\n})\nexport class IDFooter1177AdminColComponent {\n links = contentChildren(IDLinkDirective);\n\n columnClass: string;\n\n @HostBinding('class')\n get hostClass() {\n return `ids-footer-1177-admin__link-col ${this.columnClass || ''}`;\n }\n\n private destroyRef = inject(DestroyRef);\n cdr = inject(ChangeDetectorRef);\n\n constructor() {\n afterNextRender(() => {\n this.links().forEach((link) => {\n link.footer = true;\n link.block = true;\n });\n });\n }\n}","import { CommonModule } from '@angular/common';\nimport { AfterContentInit, ChangeDetectorRef, Component, contentChildren, DestroyRef, effect, inject, Input } from '@angular/core';\nimport { takeUntilDestroyed } from '@angular/core/rxjs-interop';\nimport { IDFooter1177AdminColComponent } from './footer-1177-admin-col.component';\n\n@Component({\n selector: 'id-footer-1177-admin',\n templateUrl: './footer-1177-admin.component.html',\n standalone: true,\n imports: [CommonModule],\n})\nexport class IDFooter1177AdminComponent implements AfterContentInit {\n @Input() headline?: string;\n\n cols = contentChildren(IDFooter1177AdminColComponent);\n\n private destroyRef = inject(DestroyRef);\n\n constructor() {\n effect(() => {\n const cols = this.cols();\n this.updateColumnClasses(cols);\n });\n }\n\n ngAfterContentInit(): void {\n this.updateColumnClasses(this.cols());\n }\n\n private updateColumnClasses(cols: readonly IDFooter1177AdminColComponent[]) {\n const colLength = cols.length;\n \n const classMap: Record<number, string> = {\n 1: \"ids-footer-1177-admin__link-col--100\",\n 2: \"ids-footer-1177-admin__link-col--50\",\n 3: \"ids-footer-1177-admin__link-col--33\"\n };\n\n const newClass = classMap[colLength] || classMap[1];\n\n cols.forEach((col) => {\n col.columnClass = newClass;\n });\n }\n \n}\n","\n<footer class=\"ids-footer-1177-admin\">\n <div class=\"ids-footer-1177-admin__inner-wrapper\">\n <div class=\"ids-footer-1177-admin__inner\">\n <div class=\"ids-footer-1177-admin__headline-wrapper\">\n <h1 class=\"ids-footer-1177-admin__headline\">\n {{headline}}\n </h1>\n </div>\n\n <div class=\"ids-footer-1177-admin__content\">\n <ng-content select=\"id-footer-1177-admin-text\"></ng-content>\n @if(cols().length > 0) {\n <div class=\"ids-footer-1177-admin__cols\">\n <ng-content select=\"id-footer-1177-admin-col\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n\n <div class=\"ids-footer-1177-admin__mobile-menu\">\n <ng-content select=\"id-mobile-menu\"></ng-content>\n </div>\n\n <div class=\"ids-footer-1177-admin__sub-footer\">\n <div class=\"ids-footer-1177-admin__sub-footer-container\">\n <div class=\"ids-footer-1177-admin__sub-footer-inner\">\n <ng-content select=\"id-footer-1177-admin-sub-footer-left\"></ng-content>\n <ng-content select=\"id-footer-1177-admin-sub-footer-right\"></ng-content>\n <ng-content select=\"id-footer-1177-admin-sub-footer-mobile\"></ng-content>\n </div>\n </div>\n\n <div class=\"ids-footer-1177-admin__sub-footer-mobile\">\n <div class=\"ids-footer-1177-admin__sub-footer-mobile-headline-wrapper\">\n <div class=\"ids-footer-1177-admin__sub-footer-mobile-logo\"></div>\n <div class=\"ids-footer-1177-admin__sub-footer-mobile-headline\">{{headline}}</div>\n </div>\n\n <div class=\"ids-footer-1177-admin__sub-footer-mobile-text\">\n <p> 1177 drivs av <a href=\"https://www.inera.se\"\n class=\"ids-link ids-link--icon ids-link--small ids-link--underlined ids-link--color-3\">\n <span>Inera AB<span class=\"ids-icon-external-link-small ids-icon--text-end\"></span></span>\n </a> på uppdrag av Sveriges regioner</p>\n </div>\n </div>\n </div>\n</footer>","import { Component } from '@angular/core';\n\n@Component({\n selector: 'id-footer-1177-admin-text',\n standalone: true,\n template: `\n <ng-content></ng-content>\n <div class=\"ids-footer-1177-admin__darkmode-toggle\">\n <ng-content select=\"id-darkmode-toggle\"></ng-content>\n </div>\n `,\n host: {\n class: 'ids-footer-1177-admin__text',\n },\n})\nexport class IDFooter1177AdminTextComponent {}\n","import { Component } from \"@angular/core\";\n\n@Component({\n selector: 'id-footer-1177-admin-sub-footer-right',\n standalone: true,\n template: `<ng-content></ng-content>`,\n host: {\n class: 'ids-footer-1177-admin__sub-footer-right'\n }\n})\nexport class IDFooter1177AdminSubFooterRightComponent {\n\n}","import { Component } from '@angular/core';\n\n@Component({\n selector: 'id-footer-1177-admin-sub-footer-left',\n standalone: true,\n template: `<ng-content></ng-content>`,\n host: {\n class: 'ids-footer-1177-admin__sub-footer-left'\n }\n})\nexport class IDFooter1177AdminSubFooterLeftComponent {\n\n}","import { Component } from '@angular/core';\n\n@Component({\n selector: 'id-footer-1177-admin-sub-footer-mobile',\n standalone: true,\n template: `<ng-content></ng-content>`,\n host: {\n class: 'ids-footer-1177-admin__mobile-links'\n }\n})\nexport class IDFooter1177AdminSubFooterMobileComponent {\n\n}","import { NgModule } from '@angular/core';\n\nimport { IDFooter1177AdminComponent } from './footer-1177-admin.component';\nimport { IDFooter1177AdminTextComponent } from './footer-1177-admin-text.component';\nimport { IDFooter1177AdminColComponent } from './footer-1177-admin-col.component';\nimport { IDFooter1177AdminSubFooterRightComponent } from './footer-1177-admin-sub-footer-right.component';\nimport { IDFooter1177AdminSubFooterLeftComponent } from './footer-1177-admin-sub-footer-left.component';\nimport { IDFooter1177AdminSubFooterMobileComponent } from './footer-1177-admin-sub-footer-mobile.component';\n\n@NgModule({\n imports: [\n IDFooter1177AdminComponent,\n IDFooter1177AdminTextComponent,\n IDFooter1177AdminColComponent,\n IDFooter1177AdminSubFooterRightComponent,\n IDFooter1177AdminSubFooterLeftComponent,\n IDFooter1177AdminSubFooterMobileComponent,\n ],\n exports: [\n IDFooter1177AdminComponent,\n IDFooter1177AdminTextComponent,\n IDFooter1177AdminColComponent,\n IDFooter1177AdminSubFooterRightComponent,\n IDFooter1177AdminSubFooterLeftComponent,\n IDFooter1177AdminSubFooterMobileComponent,\n ],\n})\nexport class IDFooter1177AdminModule {}","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
@@ -1,32 +1,28 @@
1
1
  import * as i0 from '@angular/core';
2
- import { inject, DestroyRef, HostBinding, ContentChildren, Component, Input, NgModule } from '@angular/core';
2
+ import { contentChildren, inject, DestroyRef, ChangeDetectorRef, afterNextRender, HostBinding, Component, effect, Input, NgModule } from '@angular/core';
3
3
  import { CommonModule } from '@angular/common';
4
- import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
5
4
  import { IDLinkDirective } from '@inera/ids-angular/components/link';
6
5
 
7
6
  class IDFooter1177ProColComponent {
8
- links;
7
+ links = contentChildren(IDLinkDirective);
9
8
  columnClass;
10
9
  get hostClass() {
11
- return this.columnClass;
10
+ return `ids-footer-1177-pro__link-col ${this.columnClass || ''}`;
12
11
  }
13
12
  destroyRef = inject(DestroyRef);
14
- updateColumnClasses() {
15
- this.links.forEach((link) => {
16
- link.footer = true;
17
- link.block = true;
13
+ cdr = inject(ChangeDetectorRef);
14
+ constructor() {
15
+ afterNextRender(() => {
16
+ this.links().forEach((link) => {
17
+ link.footer = true;
18
+ link.block = true;
19
+ });
18
20
  });
19
21
  }
20
- ngAfterContentInit() {
21
- this.updateColumnClasses();
22
- this.links.changes.pipe(takeUntilDestroyed(this.destroyRef)).subscribe(() => {
23
- this.updateColumnClasses();
24
- });
25
- }
26
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177ProColComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
27
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDFooter1177ProColComponent, isStandalone: true, selector: "id-footer-1177-pro-col", host: { properties: { "class": "this.hostClass" }, classAttribute: "ids-footer-1177-pro__link-col" }, queries: [{ propertyName: "links", predicate: IDLinkDirective }], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
22
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177ProColComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
23
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.2.25", type: IDFooter1177ProColComponent, isStandalone: true, selector: "id-footer-1177-pro-col", host: { properties: { "class": "this.hostClass" }, classAttribute: "ids-footer-1177-pro__link-col" }, queries: [{ propertyName: "links", predicate: IDLinkDirective, isSignal: true }], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
28
24
  }
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177ProColComponent, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177ProColComponent, decorators: [{
30
26
  type: Component,
31
27
  args: [{
32
28
  selector: 'id-footer-1177-pro-col',
@@ -36,10 +32,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
36
32
  class: 'ids-footer-1177-pro__link-col'
37
33
  }
38
34
  }]
39
- }], propDecorators: { links: [{
40
- type: ContentChildren,
41
- args: [IDLinkDirective]
42
- }], hostClass: [{
35
+ }], ctorParameters: () => [], propDecorators: { hostClass: [{
43
36
  type: HostBinding,
44
37
  args: ['class']
45
38
  }] } });
@@ -47,51 +40,52 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
47
40
  class IDFooter1177ProComponent {
48
41
  headline;
49
42
  mobileHeadline;
50
- cols;
43
+ cols = contentChildren(IDFooter1177ProColComponent);
51
44
  destroyRef = inject(DestroyRef);
52
- updateColumnClasses() {
53
- const colLength = this.cols?.length || 0;
45
+ cdr = inject(ChangeDetectorRef);
46
+ constructor() {
47
+ effect(() => {
48
+ const cols = this.cols();
49
+ this.updateColumnClasses(cols);
50
+ });
51
+ }
52
+ ngAfterContentInit() {
53
+ this.updateColumnClasses(this.cols());
54
+ }
55
+ updateColumnClasses(cols) {
56
+ const colLength = cols.length;
54
57
  const classMap = {
55
58
  1: 'ids-footer-1177-pro__link-col--100',
56
59
  2: 'ids-footer-1177-pro__link-col--50',
57
60
  3: 'ids-footer-1177-pro__link-col--33',
58
61
  };
59
62
  const newClass = classMap[colLength] || classMap[1];
60
- this.cols?.forEach((col) => {
63
+ cols.forEach((col) => {
61
64
  col.columnClass = newClass;
62
65
  });
63
66
  }
64
- ngAfterContentInit() {
65
- this.updateColumnClasses();
66
- this.cols?.changes.pipe(takeUntilDestroyed(this.destroyRef)).subscribe(() => {
67
- this.updateColumnClasses();
68
- });
69
- }
70
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177ProComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
71
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDFooter1177ProComponent, isStandalone: true, selector: "id-footer-1177-pro", inputs: { headline: "headline", mobileHeadline: "mobileHeadline" }, queries: [{ propertyName: "cols", predicate: IDFooter1177ProColComponent }], ngImport: i0, template: "\n<footer class=\"ids-footer-1177-pro\">\n <div class=\"ids-footer-1177-pro__inner-wrapper\">\n <div class=\"ids-footer-1177-pro__inner\">\n <div class=\"ids-footer-1177-pro__headline-wrapper\">\n <h1 class=\"ids-footer-1177-pro__headline\">\n {{headline}}\n </h1>\n </div>\n\n <div class=\"ids-footer-1177-pro__content\">\n <ng-content select=\"id-footer-1177-pro-text\"></ng-content>\n @if(cols.length > 0) {\n <div class=\"ids-footer-1177-pro__cols\">\n <ng-content select=\"id-footer-1177-pro-col\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n\n <div class=\"ids-footer-1177-pro__mobile-menu\">\n <ng-content select=\"id-mobile-menu\"></ng-content>\n </div>\n\n <div class=\"ids-footer-1177-pro__sub-footer\">\n <div class=\"ids-footer-1177-pro__sub-footer-container\">\n <div class=\"ids-footer-1177-pro__sub-footer-inner\">\n <ng-content select=\"id-footer-1177-pro-sub-footer-left\"></ng-content>\n <ng-content select=\"id-footer-1177-pro-sub-footer-right\"></ng-content>\n <ng-content select=\"id-footer-1177-pro-sub-footer-mobile\"></ng-content>\n </div>\n </div>\n\n <div class=\"ids-footer-1177-pro__sub-footer-mobile\">\n <div class=\"ids-footer-1177-pro__sub-footer-mobile-headline-wrapper\">\n <div class=\"ids-footer-1177-pro__sub-footer-mobile-logo\"></div>\n <div class=\"ids-footer-1177-pro__sub-footer-mobile-headline\">{{mobileHeadline}}</div>\n </div>\n\n <div class=\"ids-footer-1177-pro__sub-footer-mobile-text\">\n <p> 1177 drivs av <a href=\"https://www.inera.se\"\n class=\"ids-link ids-link--icon ids-link--small ids-link--underlined ids-link--color-3\">\n <span>Inera AB<span class=\"ids-icon-external-link-small ids-icon--text-end\"></span></span>\n </a> p\u00E5 uppdrag av Sveriges regioner</p>\n </div>\n </div>\n </div>\n</footer>", dependencies: [{ kind: "ngmodule", type: CommonModule }] });
67
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177ProComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
68
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: IDFooter1177ProComponent, isStandalone: true, selector: "id-footer-1177-pro", inputs: { headline: "headline", mobileHeadline: "mobileHeadline" }, queries: [{ propertyName: "cols", predicate: IDFooter1177ProColComponent, isSignal: true }], ngImport: i0, template: "\n<footer class=\"ids-footer-1177-pro\">\n <div class=\"ids-footer-1177-pro__inner-wrapper\">\n <div class=\"ids-footer-1177-pro__inner\">\n <div class=\"ids-footer-1177-pro__headline-wrapper\">\n <h1 class=\"ids-footer-1177-pro__headline\">\n {{headline}}\n </h1>\n </div>\n\n <div class=\"ids-footer-1177-pro__content\">\n <ng-content select=\"id-footer-1177-pro-text\"></ng-content>\n @if(cols().length > 0) {\n <div class=\"ids-footer-1177-pro__cols\">\n <ng-content select=\"id-footer-1177-pro-col\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n\n <div class=\"ids-footer-1177-pro__mobile-menu\">\n <ng-content select=\"id-mobile-menu\"></ng-content>\n </div>\n\n <div class=\"ids-footer-1177-pro__sub-footer\">\n <div class=\"ids-footer-1177-pro__sub-footer-container\">\n <div class=\"ids-footer-1177-pro__sub-footer-inner\">\n <ng-content select=\"id-footer-1177-pro-sub-footer-left\"></ng-content>\n <ng-content select=\"id-footer-1177-pro-sub-footer-right\"></ng-content>\n <ng-content select=\"id-footer-1177-pro-sub-footer-mobile\"></ng-content>\n </div>\n </div>\n\n <div class=\"ids-footer-1177-pro__sub-footer-mobile\">\n <div class=\"ids-footer-1177-pro__sub-footer-mobile-headline-wrapper\">\n <div class=\"ids-footer-1177-pro__sub-footer-mobile-logo\"></div>\n <div class=\"ids-footer-1177-pro__sub-footer-mobile-headline\">{{mobileHeadline}}</div>\n </div>\n\n <div class=\"ids-footer-1177-pro__sub-footer-mobile-text\">\n <p> 1177 drivs av <a href=\"https://www.inera.se\"\n class=\"ids-link ids-link--icon ids-link--small ids-link--underlined ids-link--color-3\">\n <span>Inera AB<span class=\"ids-icon-external-link-small ids-icon--text-end\"></span></span>\n </a> p\u00E5 uppdrag av Sveriges regioner</p>\n </div>\n </div>\n </div>\n</footer>", dependencies: [{ kind: "ngmodule", type: CommonModule }] });
72
69
  }
73
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177ProComponent, decorators: [{
70
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177ProComponent, decorators: [{
74
71
  type: Component,
75
- args: [{ selector: 'id-footer-1177-pro', standalone: true, imports: [CommonModule], template: "\n<footer class=\"ids-footer-1177-pro\">\n <div class=\"ids-footer-1177-pro__inner-wrapper\">\n <div class=\"ids-footer-1177-pro__inner\">\n <div class=\"ids-footer-1177-pro__headline-wrapper\">\n <h1 class=\"ids-footer-1177-pro__headline\">\n {{headline}}\n </h1>\n </div>\n\n <div class=\"ids-footer-1177-pro__content\">\n <ng-content select=\"id-footer-1177-pro-text\"></ng-content>\n @if(cols.length > 0) {\n <div class=\"ids-footer-1177-pro__cols\">\n <ng-content select=\"id-footer-1177-pro-col\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n\n <div class=\"ids-footer-1177-pro__mobile-menu\">\n <ng-content select=\"id-mobile-menu\"></ng-content>\n </div>\n\n <div class=\"ids-footer-1177-pro__sub-footer\">\n <div class=\"ids-footer-1177-pro__sub-footer-container\">\n <div class=\"ids-footer-1177-pro__sub-footer-inner\">\n <ng-content select=\"id-footer-1177-pro-sub-footer-left\"></ng-content>\n <ng-content select=\"id-footer-1177-pro-sub-footer-right\"></ng-content>\n <ng-content select=\"id-footer-1177-pro-sub-footer-mobile\"></ng-content>\n </div>\n </div>\n\n <div class=\"ids-footer-1177-pro__sub-footer-mobile\">\n <div class=\"ids-footer-1177-pro__sub-footer-mobile-headline-wrapper\">\n <div class=\"ids-footer-1177-pro__sub-footer-mobile-logo\"></div>\n <div class=\"ids-footer-1177-pro__sub-footer-mobile-headline\">{{mobileHeadline}}</div>\n </div>\n\n <div class=\"ids-footer-1177-pro__sub-footer-mobile-text\">\n <p> 1177 drivs av <a href=\"https://www.inera.se\"\n class=\"ids-link ids-link--icon ids-link--small ids-link--underlined ids-link--color-3\">\n <span>Inera AB<span class=\"ids-icon-external-link-small ids-icon--text-end\"></span></span>\n </a> p\u00E5 uppdrag av Sveriges regioner</p>\n </div>\n </div>\n </div>\n</footer>" }]
76
- }], propDecorators: { headline: [{
72
+ args: [{ selector: 'id-footer-1177-pro', standalone: true, imports: [CommonModule], template: "\n<footer class=\"ids-footer-1177-pro\">\n <div class=\"ids-footer-1177-pro__inner-wrapper\">\n <div class=\"ids-footer-1177-pro__inner\">\n <div class=\"ids-footer-1177-pro__headline-wrapper\">\n <h1 class=\"ids-footer-1177-pro__headline\">\n {{headline}}\n </h1>\n </div>\n\n <div class=\"ids-footer-1177-pro__content\">\n <ng-content select=\"id-footer-1177-pro-text\"></ng-content>\n @if(cols().length > 0) {\n <div class=\"ids-footer-1177-pro__cols\">\n <ng-content select=\"id-footer-1177-pro-col\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n\n <div class=\"ids-footer-1177-pro__mobile-menu\">\n <ng-content select=\"id-mobile-menu\"></ng-content>\n </div>\n\n <div class=\"ids-footer-1177-pro__sub-footer\">\n <div class=\"ids-footer-1177-pro__sub-footer-container\">\n <div class=\"ids-footer-1177-pro__sub-footer-inner\">\n <ng-content select=\"id-footer-1177-pro-sub-footer-left\"></ng-content>\n <ng-content select=\"id-footer-1177-pro-sub-footer-right\"></ng-content>\n <ng-content select=\"id-footer-1177-pro-sub-footer-mobile\"></ng-content>\n </div>\n </div>\n\n <div class=\"ids-footer-1177-pro__sub-footer-mobile\">\n <div class=\"ids-footer-1177-pro__sub-footer-mobile-headline-wrapper\">\n <div class=\"ids-footer-1177-pro__sub-footer-mobile-logo\"></div>\n <div class=\"ids-footer-1177-pro__sub-footer-mobile-headline\">{{mobileHeadline}}</div>\n </div>\n\n <div class=\"ids-footer-1177-pro__sub-footer-mobile-text\">\n <p> 1177 drivs av <a href=\"https://www.inera.se\"\n class=\"ids-link ids-link--icon ids-link--small ids-link--underlined ids-link--color-3\">\n <span>Inera AB<span class=\"ids-icon-external-link-small ids-icon--text-end\"></span></span>\n </a> p\u00E5 uppdrag av Sveriges regioner</p>\n </div>\n </div>\n </div>\n</footer>" }]
73
+ }], ctorParameters: () => [], propDecorators: { headline: [{
77
74
  type: Input
78
75
  }], mobileHeadline: [{
79
76
  type: Input
80
- }], cols: [{
81
- type: ContentChildren,
82
- args: [IDFooter1177ProColComponent]
83
77
  }] } });
84
78
 
85
79
  class IDFooter1177ProTextComponent {
86
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177ProTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
87
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDFooter1177ProTextComponent, isStandalone: true, selector: "id-footer-1177-pro-text", host: { classAttribute: "ids-footer-1177-pro__text" }, ngImport: i0, template: `
80
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177ProTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
81
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDFooter1177ProTextComponent, isStandalone: true, selector: "id-footer-1177-pro-text", host: { classAttribute: "ids-footer-1177-pro__text" }, ngImport: i0, template: `
88
82
  <ng-content></ng-content>
89
83
  <div class="ids-footer-1177-pro__darkmode-toggle">
90
84
  <ng-content select="id-darkmode-toggle"></ng-content>
91
85
  </div>
92
86
  `, isInline: true });
93
87
  }
94
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177ProTextComponent, decorators: [{
88
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177ProTextComponent, decorators: [{
95
89
  type: Component,
96
90
  args: [{
97
91
  selector: 'id-footer-1177-pro-text',
@@ -109,10 +103,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
109
103
  }] });
110
104
 
111
105
  class IDFooter1177ProSubFooterRightComponent {
112
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177ProSubFooterRightComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
113
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDFooter1177ProSubFooterRightComponent, isStandalone: true, selector: "id-footer-1177-pro-sub-footer-right", host: { classAttribute: "ids-footer-1177-pro__sub-footer-right" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
106
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177ProSubFooterRightComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
107
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDFooter1177ProSubFooterRightComponent, isStandalone: true, selector: "id-footer-1177-pro-sub-footer-right", host: { classAttribute: "ids-footer-1177-pro__sub-footer-right" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
114
108
  }
115
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177ProSubFooterRightComponent, decorators: [{
109
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177ProSubFooterRightComponent, decorators: [{
116
110
  type: Component,
117
111
  args: [{
118
112
  selector: 'id-footer-1177-pro-sub-footer-right',
@@ -125,10 +119,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
125
119
  }] });
126
120
 
127
121
  class IDFooter1177ProSubFooterLeftComponent {
128
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177ProSubFooterLeftComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
129
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDFooter1177ProSubFooterLeftComponent, isStandalone: true, selector: "id-footer-1177-pro-sub-footer-left", host: { classAttribute: "ids-footer-1177-pro__sub-footer-left" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
122
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177ProSubFooterLeftComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
123
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDFooter1177ProSubFooterLeftComponent, isStandalone: true, selector: "id-footer-1177-pro-sub-footer-left", host: { classAttribute: "ids-footer-1177-pro__sub-footer-left" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
130
124
  }
131
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177ProSubFooterLeftComponent, decorators: [{
125
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177ProSubFooterLeftComponent, decorators: [{
132
126
  type: Component,
133
127
  args: [{
134
128
  selector: 'id-footer-1177-pro-sub-footer-left',
@@ -141,10 +135,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
141
135
  }] });
142
136
 
143
137
  class IDFooter1177ProSubFooterMobileComponent {
144
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177ProSubFooterMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
145
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDFooter1177ProSubFooterMobileComponent, isStandalone: true, selector: "id-footer-1177-pro-sub-footer-mobile", host: { classAttribute: "ids-footer-1177-pro__mobile-links" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
138
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177ProSubFooterMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
139
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDFooter1177ProSubFooterMobileComponent, isStandalone: true, selector: "id-footer-1177-pro-sub-footer-mobile", host: { classAttribute: "ids-footer-1177-pro__mobile-links" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
146
140
  }
147
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177ProSubFooterMobileComponent, decorators: [{
141
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177ProSubFooterMobileComponent, decorators: [{
148
142
  type: Component,
149
143
  args: [{
150
144
  selector: 'id-footer-1177-pro-sub-footer-mobile',
@@ -157,8 +151,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
157
151
  }] });
158
152
 
159
153
  class IDFooter1177ProModule {
160
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177ProModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
161
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177ProModule, imports: [IDFooter1177ProComponent,
154
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177ProModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
155
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177ProModule, imports: [IDFooter1177ProComponent,
162
156
  IDFooter1177ProTextComponent,
163
157
  IDFooter1177ProColComponent,
164
158
  IDFooter1177ProSubFooterRightComponent,
@@ -169,9 +163,9 @@ class IDFooter1177ProModule {
169
163
  IDFooter1177ProSubFooterRightComponent,
170
164
  IDFooter1177ProSubFooterLeftComponent,
171
165
  IDFooter1177ProSubFooterMobileComponent] });
172
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177ProModule, imports: [IDFooter1177ProComponent] });
166
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177ProModule, imports: [IDFooter1177ProComponent] });
173
167
  }
174
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177ProModule, decorators: [{
168
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177ProModule, decorators: [{
175
169
  type: NgModule,
176
170
  args: [{
177
171
  imports: [
@@ -1 +1 @@
1
- {"version":3,"file":"inera-ids-angular-components-footer-1177-pro.mjs","sources":["../../../projects/ids-angular/components/footer-1177-pro/footer-1177-pro-col.component.ts","../../../projects/ids-angular/components/footer-1177-pro/footer-1177-pro.component.ts","../../../projects/ids-angular/components/footer-1177-pro/footer-1177-pro.component.html","../../../projects/ids-angular/components/footer-1177-pro/footer-1177-pro-text.component.ts","../../../projects/ids-angular/components/footer-1177-pro/footer-1177-pro-sub-footer-right.component.ts","../../../projects/ids-angular/components/footer-1177-pro/footer-1177-pro-sub-footer-left.component.ts","../../../projects/ids-angular/components/footer-1177-pro/footer-1177-pro-sub-footer-mobile.component.ts","../../../projects/ids-angular/components/footer-1177-pro/footer-1177-pro.module.ts","../../../projects/ids-angular/components/footer-1177-pro/inera-ids-angular-components-footer-1177-pro.ts"],"sourcesContent":["import { Component, ContentChildren, DestroyRef, HostBinding, inject, QueryList } from '@angular/core';\nimport { takeUntilDestroyed } from '@angular/core/rxjs-interop';\nimport { IDLinkDirective } from '@inera/ids-angular/components/link';\n\n@Component({\n selector: 'id-footer-1177-pro-col',\n standalone: true,\n template: `<ng-content></ng-content>`,\n host: {\n class: 'ids-footer-1177-pro__link-col'\n }\n})\nexport class IDFooter1177ProColComponent {\n @ContentChildren(IDLinkDirective) links: QueryList<IDLinkDirective>;\n \n columnClass: string;\n \n @HostBinding('class')\n get hostClass() {\n return this.columnClass;\n }\n\n private destroyRef = inject(DestroyRef);\n\n private updateColumnClasses(): void {\n this.links.forEach((link) => {\n link.footer = true;\n link.block = true;\n })\n }\n \n ngAfterContentInit(): void {\n this.updateColumnClasses();\n this.links.changes.pipe(takeUntilDestroyed(this.destroyRef)).subscribe(() => {\n this.updateColumnClasses();\n });\n }\n}","import { CommonModule } from '@angular/common';\nimport { Component, ContentChildren, DestroyRef, inject, Input, QueryList } from '@angular/core';\nimport { takeUntilDestroyed } from '@angular/core/rxjs-interop';\nimport { IDFooter1177ProColComponent } from './footer-1177-pro-col.component';\n\n@Component({\n selector: 'id-footer-1177-pro',\n templateUrl: './footer-1177-pro.component.html',\n standalone: true,\n imports: [CommonModule],\n})\nexport class IDFooter1177ProComponent {\n @Input() headline: string;\n @Input() mobileHeadline: string;\n\n @ContentChildren(IDFooter1177ProColComponent)\n cols!: QueryList<IDFooter1177ProColComponent>;\n\n private destroyRef = inject(DestroyRef);\n\n private updateColumnClasses(): void {\n const colLength = this.cols?.length || 0;\n\n const classMap: Record<number, string> = {\n 1: 'ids-footer-1177-pro__link-col--100',\n 2: 'ids-footer-1177-pro__link-col--50',\n 3: 'ids-footer-1177-pro__link-col--33',\n };\n\n const newClass = classMap[colLength] || classMap[1];\n\n this.cols?.forEach((col) => {\n col.columnClass = newClass;\n });\n }\n\n ngAfterContentInit(): void {\n this.updateColumnClasses();\n this.cols?.changes.pipe(takeUntilDestroyed(this.destroyRef)).subscribe(() => {\n this.updateColumnClasses();\n });\n }\n}\n","\n<footer class=\"ids-footer-1177-pro\">\n <div class=\"ids-footer-1177-pro__inner-wrapper\">\n <div class=\"ids-footer-1177-pro__inner\">\n <div class=\"ids-footer-1177-pro__headline-wrapper\">\n <h1 class=\"ids-footer-1177-pro__headline\">\n {{headline}}\n </h1>\n </div>\n\n <div class=\"ids-footer-1177-pro__content\">\n <ng-content select=\"id-footer-1177-pro-text\"></ng-content>\n @if(cols.length > 0) {\n <div class=\"ids-footer-1177-pro__cols\">\n <ng-content select=\"id-footer-1177-pro-col\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n\n <div class=\"ids-footer-1177-pro__mobile-menu\">\n <ng-content select=\"id-mobile-menu\"></ng-content>\n </div>\n\n <div class=\"ids-footer-1177-pro__sub-footer\">\n <div class=\"ids-footer-1177-pro__sub-footer-container\">\n <div class=\"ids-footer-1177-pro__sub-footer-inner\">\n <ng-content select=\"id-footer-1177-pro-sub-footer-left\"></ng-content>\n <ng-content select=\"id-footer-1177-pro-sub-footer-right\"></ng-content>\n <ng-content select=\"id-footer-1177-pro-sub-footer-mobile\"></ng-content>\n </div>\n </div>\n\n <div class=\"ids-footer-1177-pro__sub-footer-mobile\">\n <div class=\"ids-footer-1177-pro__sub-footer-mobile-headline-wrapper\">\n <div class=\"ids-footer-1177-pro__sub-footer-mobile-logo\"></div>\n <div class=\"ids-footer-1177-pro__sub-footer-mobile-headline\">{{mobileHeadline}}</div>\n </div>\n\n <div class=\"ids-footer-1177-pro__sub-footer-mobile-text\">\n <p> 1177 drivs av <a href=\"https://www.inera.se\"\n class=\"ids-link ids-link--icon ids-link--small ids-link--underlined ids-link--color-3\">\n <span>Inera AB<span class=\"ids-icon-external-link-small ids-icon--text-end\"></span></span>\n </a> på uppdrag av Sveriges regioner</p>\n </div>\n </div>\n </div>\n</footer>","import { Component } from '@angular/core';\n\n@Component({\n selector: 'id-footer-1177-pro-text',\n standalone: true,\n template: `\n <ng-content></ng-content>\n <div class=\"ids-footer-1177-pro__darkmode-toggle\">\n <ng-content select=\"id-darkmode-toggle\"></ng-content>\n </div>\n `,\n host: {\n class: 'ids-footer-1177-pro__text',\n },\n})\nexport class IDFooter1177ProTextComponent {}\n","import { Component } from \"@angular/core\";\n\n@Component({\n selector: 'id-footer-1177-pro-sub-footer-right',\n standalone: true,\n template: `<ng-content></ng-content>`,\n host: {\n class: 'ids-footer-1177-pro__sub-footer-right'\n }\n})\nexport class IDFooter1177ProSubFooterRightComponent {\n\n}","import { Component } from '@angular/core';\n\n@Component({\n selector: 'id-footer-1177-pro-sub-footer-left',\n standalone: true,\n template: `<ng-content></ng-content>`,\n host: {\n class: 'ids-footer-1177-pro__sub-footer-left'\n }\n})\nexport class IDFooter1177ProSubFooterLeftComponent {\n\n}","import { Component } from '@angular/core';\n\n@Component({\n selector: 'id-footer-1177-pro-sub-footer-mobile',\n standalone: true,\n template: `<ng-content></ng-content>`,\n host: {\n class: 'ids-footer-1177-pro__mobile-links'\n }\n})\nexport class IDFooter1177ProSubFooterMobileComponent {\n\n}","import { NgModule } from '@angular/core';\n\nimport { IDFooter1177ProComponent } from './footer-1177-pro.component';\nimport { IDFooter1177ProTextComponent } from './footer-1177-pro-text.component';\nimport { IDFooter1177ProColComponent } from './footer-1177-pro-col.component';\nimport { IDFooter1177ProSubFooterRightComponent } from './footer-1177-pro-sub-footer-right.component';\nimport { IDFooter1177ProSubFooterLeftComponent } from './footer-1177-pro-sub-footer-left.component';\nimport { IDFooter1177ProSubFooterMobileComponent } from './footer-1177-pro-sub-footer-mobile.component';\n\n@NgModule({\n imports: [\n IDFooter1177ProComponent,\n IDFooter1177ProTextComponent,\n IDFooter1177ProColComponent,\n IDFooter1177ProSubFooterRightComponent,\n IDFooter1177ProSubFooterLeftComponent,\n IDFooter1177ProSubFooterMobileComponent,\n ],\n exports: [\n IDFooter1177ProComponent,\n IDFooter1177ProTextComponent,\n IDFooter1177ProColComponent,\n IDFooter1177ProSubFooterRightComponent,\n IDFooter1177ProSubFooterLeftComponent,\n IDFooter1177ProSubFooterMobileComponent,\n ],\n})\nexport class IDFooter1177ProModule {}","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"inera-ids-angular-components-footer-1177-pro.mjs","sources":["../../../projects/ids-angular/components/footer-1177-pro/footer-1177-pro-col.component.ts","../../../projects/ids-angular/components/footer-1177-pro/footer-1177-pro.component.ts","../../../projects/ids-angular/components/footer-1177-pro/footer-1177-pro.component.html","../../../projects/ids-angular/components/footer-1177-pro/footer-1177-pro-text.component.ts","../../../projects/ids-angular/components/footer-1177-pro/footer-1177-pro-sub-footer-right.component.ts","../../../projects/ids-angular/components/footer-1177-pro/footer-1177-pro-sub-footer-left.component.ts","../../../projects/ids-angular/components/footer-1177-pro/footer-1177-pro-sub-footer-mobile.component.ts","../../../projects/ids-angular/components/footer-1177-pro/footer-1177-pro.module.ts","../../../projects/ids-angular/components/footer-1177-pro/inera-ids-angular-components-footer-1177-pro.ts"],"sourcesContent":["import { afterNextRender, ChangeDetectorRef, Component, contentChildren, DestroyRef, HostBinding, inject } from '@angular/core';\nimport { IDLinkDirective } from '@inera/ids-angular/components/link';\n\n@Component({\n selector: 'id-footer-1177-pro-col',\n standalone: true,\n template: `<ng-content></ng-content>`,\n host: {\n class: 'ids-footer-1177-pro__link-col'\n }\n})\nexport class IDFooter1177ProColComponent {\n links = contentChildren(IDLinkDirective);\n \n columnClass: string;\n\n @HostBinding('class')\n get hostClass() {\n return `ids-footer-1177-pro__link-col ${this.columnClass || ''}`;\n }\n\n private destroyRef = inject(DestroyRef);\n cdr = inject(ChangeDetectorRef);\n\n constructor() {\n afterNextRender(() => {\n this.links().forEach((link) => {\n link.footer = true;\n link.block = true;\n });\n });\n }\n}","import { CommonModule } from '@angular/common';\nimport { AfterContentInit, ChangeDetectorRef, Component, contentChildren, DestroyRef, effect, inject, Input } from '@angular/core';\nimport { takeUntilDestroyed } from '@angular/core/rxjs-interop';\nimport { IDFooter1177ProColComponent } from './footer-1177-pro-col.component';\n\n@Component({\n selector: 'id-footer-1177-pro',\n templateUrl: './footer-1177-pro.component.html',\n standalone: true,\n imports: [CommonModule],\n})\nexport class IDFooter1177ProComponent implements AfterContentInit {\n @Input() headline: string;\n @Input() mobileHeadline: string;\n\n cols = contentChildren(IDFooter1177ProColComponent);\n\n private destroyRef = inject(DestroyRef);\n private cdr = inject(ChangeDetectorRef);\n\n constructor() {\n effect(() => {\n const cols = this.cols();\n this.updateColumnClasses(cols);\n });\n }\n\n ngAfterContentInit(): void {\n this.updateColumnClasses(this.cols());\n }\n\n private updateColumnClasses(cols: readonly IDFooter1177ProColComponent[]) {\n const colLength = cols.length;\n\n const classMap: Record<number, string> = {\n 1: 'ids-footer-1177-pro__link-col--100',\n 2: 'ids-footer-1177-pro__link-col--50',\n 3: 'ids-footer-1177-pro__link-col--33',\n };\n\n const newClass = classMap[colLength] || classMap[1];\n\n cols.forEach((col) => {\n col.columnClass = newClass;\n });\n }\n}\n","\n<footer class=\"ids-footer-1177-pro\">\n <div class=\"ids-footer-1177-pro__inner-wrapper\">\n <div class=\"ids-footer-1177-pro__inner\">\n <div class=\"ids-footer-1177-pro__headline-wrapper\">\n <h1 class=\"ids-footer-1177-pro__headline\">\n {{headline}}\n </h1>\n </div>\n\n <div class=\"ids-footer-1177-pro__content\">\n <ng-content select=\"id-footer-1177-pro-text\"></ng-content>\n @if(cols().length > 0) {\n <div class=\"ids-footer-1177-pro__cols\">\n <ng-content select=\"id-footer-1177-pro-col\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n\n <div class=\"ids-footer-1177-pro__mobile-menu\">\n <ng-content select=\"id-mobile-menu\"></ng-content>\n </div>\n\n <div class=\"ids-footer-1177-pro__sub-footer\">\n <div class=\"ids-footer-1177-pro__sub-footer-container\">\n <div class=\"ids-footer-1177-pro__sub-footer-inner\">\n <ng-content select=\"id-footer-1177-pro-sub-footer-left\"></ng-content>\n <ng-content select=\"id-footer-1177-pro-sub-footer-right\"></ng-content>\n <ng-content select=\"id-footer-1177-pro-sub-footer-mobile\"></ng-content>\n </div>\n </div>\n\n <div class=\"ids-footer-1177-pro__sub-footer-mobile\">\n <div class=\"ids-footer-1177-pro__sub-footer-mobile-headline-wrapper\">\n <div class=\"ids-footer-1177-pro__sub-footer-mobile-logo\"></div>\n <div class=\"ids-footer-1177-pro__sub-footer-mobile-headline\">{{mobileHeadline}}</div>\n </div>\n\n <div class=\"ids-footer-1177-pro__sub-footer-mobile-text\">\n <p> 1177 drivs av <a href=\"https://www.inera.se\"\n class=\"ids-link ids-link--icon ids-link--small ids-link--underlined ids-link--color-3\">\n <span>Inera AB<span class=\"ids-icon-external-link-small ids-icon--text-end\"></span></span>\n </a> på uppdrag av Sveriges regioner</p>\n </div>\n </div>\n </div>\n</footer>","import { Component } from '@angular/core';\n\n@Component({\n selector: 'id-footer-1177-pro-text',\n standalone: true,\n template: `\n <ng-content></ng-content>\n <div class=\"ids-footer-1177-pro__darkmode-toggle\">\n <ng-content select=\"id-darkmode-toggle\"></ng-content>\n </div>\n `,\n host: {\n class: 'ids-footer-1177-pro__text',\n },\n})\nexport class IDFooter1177ProTextComponent {}\n","import { Component } from \"@angular/core\";\n\n@Component({\n selector: 'id-footer-1177-pro-sub-footer-right',\n standalone: true,\n template: `<ng-content></ng-content>`,\n host: {\n class: 'ids-footer-1177-pro__sub-footer-right'\n }\n})\nexport class IDFooter1177ProSubFooterRightComponent {\n\n}","import { Component } from '@angular/core';\n\n@Component({\n selector: 'id-footer-1177-pro-sub-footer-left',\n standalone: true,\n template: `<ng-content></ng-content>`,\n host: {\n class: 'ids-footer-1177-pro__sub-footer-left'\n }\n})\nexport class IDFooter1177ProSubFooterLeftComponent {\n\n}","import { Component } from '@angular/core';\n\n@Component({\n selector: 'id-footer-1177-pro-sub-footer-mobile',\n standalone: true,\n template: `<ng-content></ng-content>`,\n host: {\n class: 'ids-footer-1177-pro__mobile-links'\n }\n})\nexport class IDFooter1177ProSubFooterMobileComponent {\n\n}","import { NgModule } from '@angular/core';\n\nimport { IDFooter1177ProComponent } from './footer-1177-pro.component';\nimport { IDFooter1177ProTextComponent } from './footer-1177-pro-text.component';\nimport { IDFooter1177ProColComponent } from './footer-1177-pro-col.component';\nimport { IDFooter1177ProSubFooterRightComponent } from './footer-1177-pro-sub-footer-right.component';\nimport { IDFooter1177ProSubFooterLeftComponent } from './footer-1177-pro-sub-footer-left.component';\nimport { IDFooter1177ProSubFooterMobileComponent } from './footer-1177-pro-sub-footer-mobile.component';\n\n@NgModule({\n imports: [\n IDFooter1177ProComponent,\n IDFooter1177ProTextComponent,\n IDFooter1177ProColComponent,\n IDFooter1177ProSubFooterRightComponent,\n IDFooter1177ProSubFooterLeftComponent,\n IDFooter1177ProSubFooterMobileComponent,\n ],\n exports: [\n IDFooter1177ProComponent,\n IDFooter1177ProTextComponent,\n IDFooter1177ProColComponent,\n IDFooter1177ProSubFooterRightComponent,\n IDFooter1177ProSubFooterLeftComponent,\n IDFooter1177ProSubFooterMobileComponent,\n ],\n})\nexport class IDFooter1177ProModule {}","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"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"}