@inera/ids-angular 9.3.0 → 9.4.1

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 (129) hide show
  1. package/components/box-link/box-link.component.d.ts +1 -1
  2. package/components/dialog/dialog.module.d.ts +12 -0
  3. package/components/dialog/public-api.d.ts +1 -0
  4. package/components/district-selector/district-selector.component.d.ts +14 -0
  5. package/components/district-selector/index.d.ts +5 -0
  6. package/components/district-selector/public-api.d.ts +1 -0
  7. package/components/form/spinner/spinner.component.d.ts +2 -1
  8. package/components/header-1177/region-picker/header-1177-region-picker.component.d.ts +1 -1
  9. package/components/header-1177-admin/nav/header-1177-admin-nav.component.d.ts +3 -1
  10. package/components/header-1177-pro/nav/header-1177-pro-nav.component.d.ts +3 -1
  11. package/components/header-inera/nav/header-inera-nav.component.d.ts +1 -1
  12. package/components/header-inera-admin/header-inera-admin.component.d.ts +6 -6
  13. package/components/header-inera-admin/header-inera-admin.module.d.ts +1 -1
  14. package/components/header-inera-admin/nav/header-inera-admin-nav.component.d.ts +3 -1
  15. package/components/header-inera-admin/public-api.d.ts +12 -12
  16. package/components/header-inera-general/avatar/header-inera-general-avatar.component.d.ts +26 -0
  17. package/components/header-inera-general/avatar-mobile/header-inera-general-avatar-mobile.component.d.ts +26 -0
  18. package/components/header-inera-general/header-inera-general.component.d.ts +6 -1
  19. package/components/header-inera-general/header-inera-general.module.d.ts +11 -8
  20. package/components/header-inera-general/item/header-inera-general-item.component.d.ts +3 -1
  21. package/components/header-inera-general/nav-item-mobile/header-inera-general-nav-item-mobile.component.d.ts +8 -0
  22. package/components/header-inera-general/nav-mobile/header-inera-general-nav-mobile.component.d.ts +7 -0
  23. package/components/header-inera-general/public-api.d.ts +5 -1
  24. package/components/message-avatar/index.d.ts +5 -0
  25. package/components/message-avatar/message-avatar.component.d.ts +10 -0
  26. package/components/message-avatar/public-api.d.ts +1 -0
  27. package/components/navigation/content/navigation-content-item.component.d.ts +24 -0
  28. package/components/navigation/content/navigation-content.component.d.ts +5 -1
  29. package/components/navigation/content/public-api.d.ts +1 -0
  30. package/components/side-menu/side-menu.component.d.ts +2 -0
  31. package/components/stepper/step.component.d.ts +2 -0
  32. package/components/tabs/tab-group.component.d.ts +3 -2
  33. package/fesm2022/inera-ids-angular-common.mjs +24 -24
  34. package/fesm2022/inera-ids-angular-components-accordion.mjs +6 -6
  35. package/fesm2022/inera-ids-angular-components-action-link.mjs +3 -3
  36. package/fesm2022/inera-ids-angular-components-alert.mjs +6 -6
  37. package/fesm2022/inera-ids-angular-components-badge.mjs +4 -4
  38. package/fesm2022/inera-ids-angular-components-badge.mjs.map +1 -1
  39. package/fesm2022/inera-ids-angular-components-box-link.mjs +13 -11
  40. package/fesm2022/inera-ids-angular-components-box-link.mjs.map +1 -1
  41. package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs +6 -6
  42. package/fesm2022/inera-ids-angular-components-button-group.mjs +3 -3
  43. package/fesm2022/inera-ids-angular-components-button.mjs +3 -3
  44. package/fesm2022/inera-ids-angular-components-card.mjs +3 -3
  45. package/fesm2022/inera-ids-angular-components-carousel.mjs +7 -7
  46. package/fesm2022/inera-ids-angular-components-carousel.mjs.map +1 -1
  47. package/fesm2022/inera-ids-angular-components-control-button.mjs +3 -3
  48. package/fesm2022/inera-ids-angular-components-control-button.mjs.map +1 -1
  49. package/fesm2022/inera-ids-angular-components-date-label.mjs +3 -3
  50. package/fesm2022/inera-ids-angular-components-dialog.mjs +57 -20
  51. package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
  52. package/fesm2022/inera-ids-angular-components-district-selector.mjs +45 -0
  53. package/fesm2022/inera-ids-angular-components-district-selector.mjs.map +1 -0
  54. package/fesm2022/inera-ids-angular-components-dropdown.mjs +13 -13
  55. package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs +22 -22
  56. package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs +22 -22
  57. package/fesm2022/inera-ids-angular-components-footer-1177.mjs +22 -22
  58. package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs +25 -25
  59. package/fesm2022/inera-ids-angular-components-footer-inera-general.mjs +25 -25
  60. package/fesm2022/inera-ids-angular-components-footer-inera.mjs +25 -25
  61. package/fesm2022/inera-ids-angular-components-form-check-button.mjs +3 -3
  62. package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs +3 -3
  63. package/fesm2022/inera-ids-angular-components-form-checkbox.mjs +3 -3
  64. package/fesm2022/inera-ids-angular-components-form-darkmode-toggle.mjs +3 -3
  65. package/fesm2022/inera-ids-angular-components-form-error-message.mjs +3 -3
  66. package/fesm2022/inera-ids-angular-components-form-input.mjs +15 -15
  67. package/fesm2022/inera-ids-angular-components-form-label-subtitle.mjs +3 -3
  68. package/fesm2022/inera-ids-angular-components-form-radio-button.mjs +6 -6
  69. package/fesm2022/inera-ids-angular-components-form-radio.mjs +6 -6
  70. package/fesm2022/inera-ids-angular-components-form-range.mjs +3 -3
  71. package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +3 -3
  72. package/fesm2022/inera-ids-angular-components-form-select.mjs +3 -3
  73. package/fesm2022/inera-ids-angular-components-form-spinner.mjs +7 -4
  74. package/fesm2022/inera-ids-angular-components-form-spinner.mjs.map +1 -1
  75. package/fesm2022/inera-ids-angular-components-form-textarea.mjs +6 -6
  76. package/fesm2022/inera-ids-angular-components-form-time.mjs +3 -3
  77. package/fesm2022/inera-ids-angular-components-form-toggle.mjs +3 -3
  78. package/fesm2022/inera-ids-angular-components-global-alert.mjs +9 -9
  79. package/fesm2022/inera-ids-angular-components-grid-column.mjs +3 -3
  80. package/fesm2022/inera-ids-angular-components-grid-container.mjs +3 -3
  81. package/fesm2022/inera-ids-angular-components-grid-layout-grid-column.mjs +3 -3
  82. package/fesm2022/inera-ids-angular-components-grid-layout-grid-container.mjs +3 -3
  83. package/fesm2022/inera-ids-angular-components-grid-layout-grid-row.mjs +3 -3
  84. package/fesm2022/inera-ids-angular-components-grid-layout.mjs +9 -9
  85. package/fesm2022/inera-ids-angular-components-grid-row.mjs +3 -3
  86. package/fesm2022/inera-ids-angular-components-grid.mjs +9 -9
  87. package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +63 -55
  88. package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs.map +1 -1
  89. package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +67 -55
  90. package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs.map +1 -1
  91. package/fesm2022/inera-ids-angular-components-header-1177.mjs +79 -87
  92. package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
  93. package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +76 -72
  94. package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
  95. package/fesm2022/inera-ids-angular-components-header-inera-general.mjs +374 -36
  96. package/fesm2022/inera-ids-angular-components-header-inera-general.mjs.map +1 -1
  97. package/fesm2022/inera-ids-angular-components-header-inera.mjs +36 -34
  98. package/fesm2022/inera-ids-angular-components-header-inera.mjs.map +1 -1
  99. package/fesm2022/inera-ids-angular-components-header-patient.mjs +6 -6
  100. package/fesm2022/inera-ids-angular-components-link.mjs +3 -3
  101. package/fesm2022/inera-ids-angular-components-message-avatar.mjs +35 -0
  102. package/fesm2022/inera-ids-angular-components-message-avatar.mjs.map +1 -0
  103. package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs +4 -4
  104. package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs.map +1 -1
  105. package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +7 -7
  106. package/fesm2022/inera-ids-angular-components-mobile-menu.mjs.map +1 -1
  107. package/fesm2022/inera-ids-angular-components-navigation-content.mjs +77 -10
  108. package/fesm2022/inera-ids-angular-components-navigation-content.mjs.map +1 -1
  109. package/fesm2022/inera-ids-angular-components-navigation-local.mjs +6 -6
  110. package/fesm2022/inera-ids-angular-components-notification-badge.mjs +5 -5
  111. package/fesm2022/inera-ids-angular-components-notification-badge.mjs.map +1 -1
  112. package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs +6 -6
  113. package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs +3 -3
  114. package/fesm2022/inera-ids-angular-components-popover.mjs +19 -19
  115. package/fesm2022/inera-ids-angular-components-progressbar.mjs +3 -3
  116. package/fesm2022/inera-ids-angular-components-puff-list.mjs +25 -25
  117. package/fesm2022/inera-ids-angular-components-region-icon.mjs +3 -3
  118. package/fesm2022/inera-ids-angular-components-side-menu.mjs +33 -20
  119. package/fesm2022/inera-ids-angular-components-side-menu.mjs.map +1 -1
  120. package/fesm2022/inera-ids-angular-components-side-panel.mjs +13 -13
  121. package/fesm2022/inera-ids-angular-components-stepper.mjs +21 -14
  122. package/fesm2022/inera-ids-angular-components-stepper.mjs.map +1 -1
  123. package/fesm2022/inera-ids-angular-components-tabs.mjs +11 -7
  124. package/fesm2022/inera-ids-angular-components-tabs.mjs.map +1 -1
  125. package/fesm2022/inera-ids-angular-components-tag.mjs +6 -6
  126. package/fesm2022/inera-ids-angular-components-toolbar.mjs +3 -3
  127. package/fesm2022/inera-ids-angular-components-tooltip.mjs +10 -10
  128. package/package.json +115 -107
  129. /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
@@ -19,10 +19,10 @@ class IDFooter1177ProColComponent {
19
19
  });
20
20
  });
21
21
  }
22
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177ProColComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
23
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.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, isSignal: true }], 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 });
24
24
  }
25
- 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: [{
26
26
  type: Component,
27
27
  args: [{
28
28
  selector: 'id-footer-1177-pro-col',
@@ -64,10 +64,10 @@ class IDFooter1177ProComponent {
64
64
  col.columnClass = newClass;
65
65
  });
66
66
  }
67
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177ProComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
68
- 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, 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 }] });
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 }] });
69
69
  }
70
- 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: [{
71
71
  type: Component,
72
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
73
  }], ctorParameters: () => [], propDecorators: { headline: [{
@@ -77,15 +77,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
77
77
  }] } });
78
78
 
79
79
  class IDFooter1177ProTextComponent {
80
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177ProTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
81
- 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: `
82
82
  <ng-content></ng-content>
83
83
  <div class="ids-footer-1177-pro__darkmode-toggle">
84
84
  <ng-content select="id-darkmode-toggle"></ng-content>
85
85
  </div>
86
86
  `, isInline: true });
87
87
  }
88
- 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: [{
89
89
  type: Component,
90
90
  args: [{
91
91
  selector: 'id-footer-1177-pro-text',
@@ -103,10 +103,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
103
103
  }] });
104
104
 
105
105
  class IDFooter1177ProSubFooterRightComponent {
106
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177ProSubFooterRightComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
107
- 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 });
108
108
  }
109
- 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: [{
110
110
  type: Component,
111
111
  args: [{
112
112
  selector: 'id-footer-1177-pro-sub-footer-right',
@@ -119,10 +119,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
119
119
  }] });
120
120
 
121
121
  class IDFooter1177ProSubFooterLeftComponent {
122
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177ProSubFooterLeftComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
123
- 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 });
124
124
  }
125
- 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: [{
126
126
  type: Component,
127
127
  args: [{
128
128
  selector: 'id-footer-1177-pro-sub-footer-left',
@@ -135,10 +135,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
135
135
  }] });
136
136
 
137
137
  class IDFooter1177ProSubFooterMobileComponent {
138
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177ProSubFooterMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
139
- 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 });
140
140
  }
141
- 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: [{
142
142
  type: Component,
143
143
  args: [{
144
144
  selector: 'id-footer-1177-pro-sub-footer-mobile',
@@ -151,8 +151,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
151
151
  }] });
152
152
 
153
153
  class IDFooter1177ProModule {
154
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177ProModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
155
- 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,
156
156
  IDFooter1177ProTextComponent,
157
157
  IDFooter1177ProColComponent,
158
158
  IDFooter1177ProSubFooterRightComponent,
@@ -163,9 +163,9 @@ class IDFooter1177ProModule {
163
163
  IDFooter1177ProSubFooterRightComponent,
164
164
  IDFooter1177ProSubFooterLeftComponent,
165
165
  IDFooter1177ProSubFooterMobileComponent] });
166
- 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] });
167
167
  }
168
- 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: [{
169
169
  type: NgModule,
170
170
  args: [{
171
171
  imports: [
@@ -18,10 +18,10 @@ class IDFooter1177ColComponent {
18
18
  });
19
19
  });
20
20
  }
21
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177ColComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
22
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.2.20", type: IDFooter1177ColComponent, isStandalone: true, selector: "id-footer-1177-col", host: { properties: { "class": "this.hostClass" }, classAttribute: "ids-footer-1177__link-col" }, queries: [{ propertyName: "links", predicate: IDLinkDirective, isSignal: true }], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
21
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177ColComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
22
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.2.25", type: IDFooter1177ColComponent, isStandalone: true, selector: "id-footer-1177-col", host: { properties: { "class": "this.hostClass" }, classAttribute: "ids-footer-1177__link-col" }, queries: [{ propertyName: "links", predicate: IDLinkDirective, isSignal: true }], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
23
23
  }
24
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177ColComponent, decorators: [{
24
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177ColComponent, decorators: [{
25
25
  type: Component,
26
26
  args: [{
27
27
  selector: 'id-footer-1177-col',
@@ -63,10 +63,10 @@ class IDFooter1177Component {
63
63
  col.columnClass = newClass;
64
64
  });
65
65
  }
66
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177Component, deps: [], target: i0.ɵɵFactoryTarget.Component });
67
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDFooter1177Component, isStandalone: true, selector: "id-footer-1177", inputs: { headline: "headline", subHeadline: "subHeadline" }, queries: [{ propertyName: "cols", predicate: IDFooter1177ColComponent, isSignal: true }], ngImport: i0, template: "<footer class=\"ids-footer-1177\">\n <div class=\"ids-footer-1177__inner-wrapper\">\n <div class=\"ids-footer-1177__inner\">\n <div class=\"ids-footer-1177__headline-wrapper\">\n <h1 class=\"ids-footer-1177__headline\">\n {{ headline }}\n <span class=\"ids-footer-1177__headline--sub\">{{ subHeadline }}</span>\n </h1>\n </div>\n\n <div class=\"ids-footer-1177__content\">\n <ng-content select=\"id-footer-1177-text\"></ng-content>\n @if(cols().length > 0) {\n <div class=\"ids-footer-1177__cols\">\n <ng-content select=\"id-footer-1177-col\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n\n <div class=\"ids-footer-1177__mobile-menu\">\n <ng-content select=\"id-mobile-menu\"></ng-content>\n </div>\n\n <div class=\"ids-footer-1177__sub-footer\">\n <div class=\"ids-footer-1177__sub-footer-container\">\n <div class=\"ids-footer-1177__sub-footer-inner\">\n <ng-content select=\"id-footer-1177-sub-footer-left\"></ng-content>\n <ng-content select=\"id-footer-1177-sub-footer-right\"></ng-content>\n <ng-content select=\"id-footer-1177-sub-footer-mobile\"></ng-content>\n </div>\n </div>\n\n <div class=\"ids-footer-1177__sub-footer-mobile\">\n <div class=\"ids-footer-1177__sub-footer-mobile-text\">\n <p>\n 1177 drivs av\n <a\n href=\"https://www.inera.se\"\n class=\"ids-link ids-link--icon ids-link--small ids-link--underlined ids-link--color-3\"\n >\n <span>\n Inera AB\n <span class=\"ids-icon-external-link-small ids-icon--text-end\"></span>\n </span>\n </a>\n p\u00E5 uppdrag av Sveriges regioner\n </p>\n </div>\n </div>\n </div>\n</footer>\n" });
66
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177Component, deps: [], target: i0.ɵɵFactoryTarget.Component });
67
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: IDFooter1177Component, isStandalone: true, selector: "id-footer-1177", inputs: { headline: "headline", subHeadline: "subHeadline" }, queries: [{ propertyName: "cols", predicate: IDFooter1177ColComponent, isSignal: true }], ngImport: i0, template: "<footer class=\"ids-footer-1177\">\n <div class=\"ids-footer-1177__inner-wrapper\">\n <div class=\"ids-footer-1177__inner\">\n <div class=\"ids-footer-1177__headline-wrapper\">\n <h1 class=\"ids-footer-1177__headline\">\n {{ headline }}\n <span class=\"ids-footer-1177__headline--sub\">{{ subHeadline }}</span>\n </h1>\n </div>\n\n <div class=\"ids-footer-1177__content\">\n <ng-content select=\"id-footer-1177-text\"></ng-content>\n @if(cols().length > 0) {\n <div class=\"ids-footer-1177__cols\">\n <ng-content select=\"id-footer-1177-col\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n\n <div class=\"ids-footer-1177__mobile-menu\">\n <ng-content select=\"id-mobile-menu\"></ng-content>\n </div>\n\n <div class=\"ids-footer-1177__sub-footer\">\n <div class=\"ids-footer-1177__sub-footer-container\">\n <div class=\"ids-footer-1177__sub-footer-inner\">\n <ng-content select=\"id-footer-1177-sub-footer-left\"></ng-content>\n <ng-content select=\"id-footer-1177-sub-footer-right\"></ng-content>\n <ng-content select=\"id-footer-1177-sub-footer-mobile\"></ng-content>\n </div>\n </div>\n\n <div class=\"ids-footer-1177__sub-footer-mobile\">\n <div class=\"ids-footer-1177__sub-footer-mobile-text\">\n <p>\n 1177 drivs av\n <a\n href=\"https://www.inera.se\"\n class=\"ids-link ids-link--icon ids-link--small ids-link--underlined ids-link--color-3\"\n >\n <span>\n Inera AB\n <span class=\"ids-icon-external-link-small ids-icon--text-end\"></span>\n </span>\n </a>\n p\u00E5 uppdrag av Sveriges regioner\n </p>\n </div>\n </div>\n </div>\n</footer>\n" });
68
68
  }
69
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177Component, decorators: [{
69
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177Component, decorators: [{
70
70
  type: Component,
71
71
  args: [{ selector: 'id-footer-1177', standalone: true, template: "<footer class=\"ids-footer-1177\">\n <div class=\"ids-footer-1177__inner-wrapper\">\n <div class=\"ids-footer-1177__inner\">\n <div class=\"ids-footer-1177__headline-wrapper\">\n <h1 class=\"ids-footer-1177__headline\">\n {{ headline }}\n <span class=\"ids-footer-1177__headline--sub\">{{ subHeadline }}</span>\n </h1>\n </div>\n\n <div class=\"ids-footer-1177__content\">\n <ng-content select=\"id-footer-1177-text\"></ng-content>\n @if(cols().length > 0) {\n <div class=\"ids-footer-1177__cols\">\n <ng-content select=\"id-footer-1177-col\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n\n <div class=\"ids-footer-1177__mobile-menu\">\n <ng-content select=\"id-mobile-menu\"></ng-content>\n </div>\n\n <div class=\"ids-footer-1177__sub-footer\">\n <div class=\"ids-footer-1177__sub-footer-container\">\n <div class=\"ids-footer-1177__sub-footer-inner\">\n <ng-content select=\"id-footer-1177-sub-footer-left\"></ng-content>\n <ng-content select=\"id-footer-1177-sub-footer-right\"></ng-content>\n <ng-content select=\"id-footer-1177-sub-footer-mobile\"></ng-content>\n </div>\n </div>\n\n <div class=\"ids-footer-1177__sub-footer-mobile\">\n <div class=\"ids-footer-1177__sub-footer-mobile-text\">\n <p>\n 1177 drivs av\n <a\n href=\"https://www.inera.se\"\n class=\"ids-link ids-link--icon ids-link--small ids-link--underlined ids-link--color-3\"\n >\n <span>\n Inera AB\n <span class=\"ids-icon-external-link-small ids-icon--text-end\"></span>\n </span>\n </a>\n p\u00E5 uppdrag av Sveriges regioner\n </p>\n </div>\n </div>\n </div>\n</footer>\n" }]
72
72
  }], ctorParameters: () => [], propDecorators: { headline: [{
@@ -76,15 +76,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
76
76
  }] } });
77
77
 
78
78
  class IDFooter1177TextComponent {
79
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177TextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
80
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDFooter1177TextComponent, isStandalone: true, selector: "id-footer-1177-text", host: { classAttribute: "ids-footer-1177__text" }, ngImport: i0, template: `
79
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177TextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
80
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDFooter1177TextComponent, isStandalone: true, selector: "id-footer-1177-text", host: { classAttribute: "ids-footer-1177__text" }, ngImport: i0, template: `
81
81
  <ng-content></ng-content>
82
82
  <div class="ids-footer-1177__darkmode-toggle">
83
83
  <ng-content select="id-darkmode-toggle"></ng-content>
84
84
  </div>
85
85
  `, isInline: true });
86
86
  }
87
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177TextComponent, decorators: [{
87
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177TextComponent, decorators: [{
88
88
  type: Component,
89
89
  args: [{
90
90
  selector: 'id-footer-1177-text',
@@ -102,10 +102,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
102
102
  }] });
103
103
 
104
104
  class IDFooter1177SubFooterRightComponent {
105
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177SubFooterRightComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
106
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDFooter1177SubFooterRightComponent, isStandalone: true, selector: "id-footer-1177-sub-footer-right", host: { classAttribute: "ids-footer-1177__sub-footer-right" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
105
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177SubFooterRightComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
106
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDFooter1177SubFooterRightComponent, isStandalone: true, selector: "id-footer-1177-sub-footer-right", host: { classAttribute: "ids-footer-1177__sub-footer-right" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
107
107
  }
108
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177SubFooterRightComponent, decorators: [{
108
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177SubFooterRightComponent, decorators: [{
109
109
  type: Component,
110
110
  args: [{
111
111
  selector: 'id-footer-1177-sub-footer-right',
@@ -118,10 +118,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
118
118
  }] });
119
119
 
120
120
  class IDFooter1177SubFooterLeftComponent {
121
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177SubFooterLeftComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
122
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDFooter1177SubFooterLeftComponent, isStandalone: true, selector: "id-footer-1177-sub-footer-left", host: { classAttribute: "ids-footer-1177__sub-footer-left" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
121
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177SubFooterLeftComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
122
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDFooter1177SubFooterLeftComponent, isStandalone: true, selector: "id-footer-1177-sub-footer-left", host: { classAttribute: "ids-footer-1177__sub-footer-left" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
123
123
  }
124
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177SubFooterLeftComponent, decorators: [{
124
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177SubFooterLeftComponent, decorators: [{
125
125
  type: Component,
126
126
  args: [{
127
127
  selector: 'id-footer-1177-sub-footer-left',
@@ -134,10 +134,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
134
134
  }] });
135
135
 
136
136
  class IDFooter1177SubFooterMobileComponent {
137
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177SubFooterMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
138
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDFooter1177SubFooterMobileComponent, isStandalone: true, selector: "id-footer-1177-sub-footer-mobile", host: { classAttribute: "ids-footer-1177__mobile-links" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
137
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177SubFooterMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
138
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDFooter1177SubFooterMobileComponent, isStandalone: true, selector: "id-footer-1177-sub-footer-mobile", host: { classAttribute: "ids-footer-1177__mobile-links" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
139
139
  }
140
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177SubFooterMobileComponent, decorators: [{
140
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177SubFooterMobileComponent, decorators: [{
141
141
  type: Component,
142
142
  args: [{
143
143
  selector: 'id-footer-1177-sub-footer-mobile',
@@ -150,8 +150,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
150
150
  }] });
151
151
 
152
152
  class IDFooter1177Module {
153
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177Module, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
154
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177Module, imports: [IDFooter1177Component,
153
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177Module, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
154
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177Module, imports: [IDFooter1177Component,
155
155
  IDFooter1177TextComponent,
156
156
  IDFooter1177ColComponent,
157
157
  IDFooter1177SubFooterRightComponent,
@@ -162,9 +162,9 @@ class IDFooter1177Module {
162
162
  IDFooter1177SubFooterRightComponent,
163
163
  IDFooter1177SubFooterLeftComponent,
164
164
  IDFooter1177SubFooterMobileComponent] });
165
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177Module });
165
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177Module });
166
166
  }
167
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooter1177Module, decorators: [{
167
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooter1177Module, decorators: [{
168
168
  type: NgModule,
169
169
  args: [{
170
170
  imports: [
@@ -20,10 +20,10 @@ class IDFooterIneraAdminColComponent {
20
20
  });
21
21
  });
22
22
  }
23
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraAdminColComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
24
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.2.20", type: IDFooterIneraAdminColComponent, isStandalone: true, selector: "id-footer-inera-admin-col", host: { properties: { "class": "this.hostClass" }, classAttribute: "ids-footer-inera-admin__link-col" }, queries: [{ propertyName: "links", predicate: IDLinkDirective, isSignal: true }], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
23
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraAdminColComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
24
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.2.25", type: IDFooterIneraAdminColComponent, isStandalone: true, selector: "id-footer-inera-admin-col", host: { properties: { "class": "this.hostClass" }, classAttribute: "ids-footer-inera-admin__link-col" }, queries: [{ propertyName: "links", predicate: IDLinkDirective, isSignal: true }], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
25
25
  }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraAdminColComponent, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraAdminColComponent, decorators: [{
27
27
  type: Component,
28
28
  args: [{
29
29
  selector: 'id-footer-inera-admin-col',
@@ -63,10 +63,10 @@ class IDFooterIneraAdminComponent {
63
63
  col.columnClass = newClass;
64
64
  });
65
65
  }
66
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraAdminComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
67
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDFooterIneraAdminComponent, isStandalone: true, selector: "id-footer-inera-admin", inputs: { headline: "headline" }, queries: [{ propertyName: "cols", predicate: IDFooterIneraAdminColComponent, isSignal: true }], ngImport: i0, template: "\n<footer class=\"ids-footer-inera-admin\">\n <div class=\"ids-footer-inera-admin__inner-wrapper\">\n <div class=\"ids-footer-inera-admin__inner\">\n <div class=\"ids-footer-inera-admin__headline-wrapper\">\n <h1 class=\"ids-footer-inera-admin__headline\">\n {{headline}}\n </h1>\n </div>\n\n <div class=\"ids-footer-inera-admin__content\">\n <ng-content select=\"id-footer-inera-admin-text\"></ng-content>\n @if(cols().length > 0) {\n <div class=\"ids-footer-inera-admin__cols\">\n <ng-content select=\"id-footer-inera-admin-col\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n\n <div class=\"ids-footer-inera-admin__mobile-menu\">\n <ng-content select=\"id-mobile-menu\"></ng-content>\n </div>\n\n <div class=\"ids-footer-inera-admin__sub-footer\">\n <div class=\"ids-footer-inera-admin__sub-footer-container\">\n <div class=\"ids-footer-inera-admin__sub-footer-inner\">\n <ng-content select=\"id-footer-inera-admin-sub-footer-left\"></ng-content>\n <ng-content select=\"id-footer-inera-admin-sub-footer-right\"></ng-content>\n <ng-content select=\"id-footer-inera-admin-sub-footer-mobile\"></ng-content>\n </div>\n </div>\n\n <div class=\"ids-footer-inera-admin__sub-footer-mobile\">\n <ng-content select=\"id-footer-inera-admin-sub-footer-mobile-text\"></ng-content>\n </div>\n </div>\n</footer>", dependencies: [{ kind: "ngmodule", type: CommonModule }] });
66
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraAdminComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
67
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: IDFooterIneraAdminComponent, isStandalone: true, selector: "id-footer-inera-admin", inputs: { headline: "headline" }, queries: [{ propertyName: "cols", predicate: IDFooterIneraAdminColComponent, isSignal: true }], ngImport: i0, template: "\n<footer class=\"ids-footer-inera-admin\">\n <div class=\"ids-footer-inera-admin__inner-wrapper\">\n <div class=\"ids-footer-inera-admin__inner\">\n <div class=\"ids-footer-inera-admin__headline-wrapper\">\n <h1 class=\"ids-footer-inera-admin__headline\">\n {{headline}}\n </h1>\n </div>\n\n <div class=\"ids-footer-inera-admin__content\">\n <ng-content select=\"id-footer-inera-admin-text\"></ng-content>\n @if(cols().length > 0) {\n <div class=\"ids-footer-inera-admin__cols\">\n <ng-content select=\"id-footer-inera-admin-col\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n\n <div class=\"ids-footer-inera-admin__mobile-menu\">\n <ng-content select=\"id-mobile-menu\"></ng-content>\n </div>\n\n <div class=\"ids-footer-inera-admin__sub-footer\">\n <div class=\"ids-footer-inera-admin__sub-footer-container\">\n <div class=\"ids-footer-inera-admin__sub-footer-inner\">\n <ng-content select=\"id-footer-inera-admin-sub-footer-left\"></ng-content>\n <ng-content select=\"id-footer-inera-admin-sub-footer-right\"></ng-content>\n <ng-content select=\"id-footer-inera-admin-sub-footer-mobile\"></ng-content>\n </div>\n </div>\n\n <div class=\"ids-footer-inera-admin__sub-footer-mobile\">\n <ng-content select=\"id-footer-inera-admin-sub-footer-mobile-text\"></ng-content>\n </div>\n </div>\n</footer>", dependencies: [{ kind: "ngmodule", type: CommonModule }] });
68
68
  }
69
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraAdminComponent, decorators: [{
69
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraAdminComponent, decorators: [{
70
70
  type: Component,
71
71
  args: [{ selector: 'id-footer-inera-admin', standalone: true, imports: [CommonModule], template: "\n<footer class=\"ids-footer-inera-admin\">\n <div class=\"ids-footer-inera-admin__inner-wrapper\">\n <div class=\"ids-footer-inera-admin__inner\">\n <div class=\"ids-footer-inera-admin__headline-wrapper\">\n <h1 class=\"ids-footer-inera-admin__headline\">\n {{headline}}\n </h1>\n </div>\n\n <div class=\"ids-footer-inera-admin__content\">\n <ng-content select=\"id-footer-inera-admin-text\"></ng-content>\n @if(cols().length > 0) {\n <div class=\"ids-footer-inera-admin__cols\">\n <ng-content select=\"id-footer-inera-admin-col\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n\n <div class=\"ids-footer-inera-admin__mobile-menu\">\n <ng-content select=\"id-mobile-menu\"></ng-content>\n </div>\n\n <div class=\"ids-footer-inera-admin__sub-footer\">\n <div class=\"ids-footer-inera-admin__sub-footer-container\">\n <div class=\"ids-footer-inera-admin__sub-footer-inner\">\n <ng-content select=\"id-footer-inera-admin-sub-footer-left\"></ng-content>\n <ng-content select=\"id-footer-inera-admin-sub-footer-right\"></ng-content>\n <ng-content select=\"id-footer-inera-admin-sub-footer-mobile\"></ng-content>\n </div>\n </div>\n\n <div class=\"ids-footer-inera-admin__sub-footer-mobile\">\n <ng-content select=\"id-footer-inera-admin-sub-footer-mobile-text\"></ng-content>\n </div>\n </div>\n</footer>" }]
72
72
  }], ctorParameters: () => [], propDecorators: { headline: [{
@@ -74,15 +74,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
74
74
  }] } });
75
75
 
76
76
  class IDFooterIneraAdminTextComponent {
77
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraAdminTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
78
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDFooterIneraAdminTextComponent, isStandalone: true, selector: "id-footer-inera-admin-text", host: { classAttribute: "ids-footer-inera-admin__text" }, ngImport: i0, template: `
77
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraAdminTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
78
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDFooterIneraAdminTextComponent, isStandalone: true, selector: "id-footer-inera-admin-text", host: { classAttribute: "ids-footer-inera-admin__text" }, ngImport: i0, template: `
79
79
  <ng-content></ng-content>
80
80
  <div class="ids-footer-inera-admin__darkmode-toggle">
81
81
  <ng-content select="id-darkmode-toggle"></ng-content>
82
82
  </div>
83
83
  `, isInline: true });
84
84
  }
85
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraAdminTextComponent, decorators: [{
85
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraAdminTextComponent, decorators: [{
86
86
  type: Component,
87
87
  args: [{
88
88
  selector: 'id-footer-inera-admin-text',
@@ -100,10 +100,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
100
100
  }] });
101
101
 
102
102
  class IDFooterIneraAdminSubFooterRightComponent {
103
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraAdminSubFooterRightComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
104
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDFooterIneraAdminSubFooterRightComponent, isStandalone: true, selector: "id-footer-inera-admin-sub-footer-right", host: { classAttribute: "ids-footer-inera-admin__sub-footer-right" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
103
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraAdminSubFooterRightComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
104
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDFooterIneraAdminSubFooterRightComponent, isStandalone: true, selector: "id-footer-inera-admin-sub-footer-right", host: { classAttribute: "ids-footer-inera-admin__sub-footer-right" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
105
105
  }
106
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraAdminSubFooterRightComponent, decorators: [{
106
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraAdminSubFooterRightComponent, decorators: [{
107
107
  type: Component,
108
108
  args: [{
109
109
  selector: 'id-footer-inera-admin-sub-footer-right',
@@ -116,10 +116,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
116
116
  }] });
117
117
 
118
118
  class IDFooterIneraAdminSubFooterLeftComponent {
119
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraAdminSubFooterLeftComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
120
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDFooterIneraAdminSubFooterLeftComponent, isStandalone: true, selector: "id-footer-inera-admin-sub-footer-left", host: { classAttribute: "ids-footer-inera-admin__sub-footer-left" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
119
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraAdminSubFooterLeftComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
120
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDFooterIneraAdminSubFooterLeftComponent, isStandalone: true, selector: "id-footer-inera-admin-sub-footer-left", host: { classAttribute: "ids-footer-inera-admin__sub-footer-left" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
121
121
  }
122
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraAdminSubFooterLeftComponent, decorators: [{
122
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraAdminSubFooterLeftComponent, decorators: [{
123
123
  type: Component,
124
124
  args: [{
125
125
  selector: 'id-footer-inera-admin-sub-footer-left',
@@ -132,10 +132,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
132
132
  }] });
133
133
 
134
134
  class IDFooterIneraAdminSubFooterMobileComponent {
135
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraAdminSubFooterMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
136
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDFooterIneraAdminSubFooterMobileComponent, isStandalone: true, selector: "id-footer-inera-admin-sub-footer-mobile", host: { classAttribute: "ids-footer-inera-admin__mobile-links" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
135
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraAdminSubFooterMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
136
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDFooterIneraAdminSubFooterMobileComponent, isStandalone: true, selector: "id-footer-inera-admin-sub-footer-mobile", host: { classAttribute: "ids-footer-inera-admin__mobile-links" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
137
137
  }
138
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraAdminSubFooterMobileComponent, decorators: [{
138
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraAdminSubFooterMobileComponent, decorators: [{
139
139
  type: Component,
140
140
  args: [{
141
141
  selector: 'id-footer-inera-admin-sub-footer-mobile',
@@ -148,10 +148,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
148
148
  }] });
149
149
 
150
150
  class IDFooterIneraAdminSubFooterMobileTextComponent {
151
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraAdminSubFooterMobileTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
152
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDFooterIneraAdminSubFooterMobileTextComponent, isStandalone: true, selector: "id-footer-inera-admin-sub-footer-mobile-text", host: { classAttribute: "ids-footer-inera-admin__sub-footer-mobile-text" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
151
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraAdminSubFooterMobileTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
152
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDFooterIneraAdminSubFooterMobileTextComponent, isStandalone: true, selector: "id-footer-inera-admin-sub-footer-mobile-text", host: { classAttribute: "ids-footer-inera-admin__sub-footer-mobile-text" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
153
153
  }
154
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraAdminSubFooterMobileTextComponent, decorators: [{
154
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraAdminSubFooterMobileTextComponent, decorators: [{
155
155
  type: Component,
156
156
  args: [{
157
157
  selector: 'id-footer-inera-admin-sub-footer-mobile-text',
@@ -164,8 +164,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
164
164
  }] });
165
165
 
166
166
  class IDFooterIneraAdminModule {
167
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraAdminModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
168
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraAdminModule, imports: [IDFooterIneraAdminComponent,
167
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraAdminModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
168
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraAdminModule, imports: [IDFooterIneraAdminComponent,
169
169
  IDFooterIneraAdminTextComponent,
170
170
  IDFooterIneraAdminColComponent,
171
171
  IDFooterIneraAdminSubFooterRightComponent,
@@ -178,9 +178,9 @@ class IDFooterIneraAdminModule {
178
178
  IDFooterIneraAdminSubFooterLeftComponent,
179
179
  IDFooterIneraAdminSubFooterMobileComponent,
180
180
  IDFooterIneraAdminSubFooterMobileTextComponent] });
181
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraAdminModule, imports: [IDFooterIneraAdminComponent] });
181
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraAdminModule, imports: [IDFooterIneraAdminComponent] });
182
182
  }
183
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraAdminModule, decorators: [{
183
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraAdminModule, decorators: [{
184
184
  type: NgModule,
185
185
  args: [{
186
186
  imports: [
@@ -19,10 +19,10 @@ class IDFooterIneraGeneralColComponent {
19
19
  });
20
20
  });
21
21
  }
22
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraGeneralColComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
23
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.2.20", type: IDFooterIneraGeneralColComponent, isStandalone: true, selector: "id-footer-inera-general-col", host: { properties: { "class": "this.hostClass" }, classAttribute: "ids-footer-inera-general__link-col" }, queries: [{ propertyName: "links", predicate: IDLinkDirective, isSignal: true }], 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: IDFooterIneraGeneralColComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
23
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.2.25", type: IDFooterIneraGeneralColComponent, isStandalone: true, selector: "id-footer-inera-general-col", host: { properties: { "class": "this.hostClass" }, classAttribute: "ids-footer-inera-general__link-col" }, queries: [{ propertyName: "links", predicate: IDLinkDirective, isSignal: true }], ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
24
24
  }
25
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraGeneralColComponent, decorators: [{
25
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraGeneralColComponent, decorators: [{
26
26
  type: Component,
27
27
  args: [{
28
28
  selector: 'id-footer-inera-general-col',
@@ -64,10 +64,10 @@ class IDFooterIneraGeneralComponent {
64
64
  col.columnClass = newClass;
65
65
  });
66
66
  }
67
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraGeneralComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
68
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDFooterIneraGeneralComponent, isStandalone: true, selector: "id-footer-inera-general", inputs: { headline: "headline" }, queries: [{ propertyName: "cols", predicate: IDFooterIneraGeneralColComponent, isSignal: true }], ngImport: i0, template: "<footer class=\"ids-footer-inera-general\">\n <div class=\"ids-footer-inera-general__inner-wrapper\">\n <div class=\"ids-footer-inera-general__inner\">\n <div class=\"ids-footer-inera-general__headline-wrapper\">\n <h1 class=\"ids-footer-inera-general__headline\">\n {{ headline }}\n </h1>\n </div>\n\n <div class=\"ids-footer-inera-general__content\">\n <ng-content select=\"id-footer-inera-general-text\"></ng-content>\n @if (cols().length > 0) {\n <div class=\"ids-footer-inera-general__cols\">\n <ng-content select=\"id-footer-inera-general-col\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n\n <div class=\"ids-footer-inera-general__mobile-menu\">\n <ng-content select=\"id-mobile-menu\"></ng-content>\n </div>\n\n <div class=\"ids-footer-inera-general__sub-footer\">\n <div class=\"ids-footer-inera-general__sub-footer-container\">\n <div class=\"ids-footer-inera-general__sub-footer-inner\">\n <ng-content select=\"id-footer-inera-general-sub-footer-left\"></ng-content>\n <ng-content select=\"id-footer-inera-general-sub-footer-right\"></ng-content>\n <ng-content select=\"id-footer-inera-general-sub-footer-mobile\"></ng-content>\n </div>\n </div>\n\n <div class=\"ids-footer-inera-general__sub-footer-mobile\">\n <div class=\"ids-footer-inera-general__sub-footer-mobile-text\">\n <ng-content select=\"id-footer-inera-general-sub-footer-mobile-text\"></ng-content>\n </div>\n </div>\n </div>\n</footer>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }] });
67
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraGeneralComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
68
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: IDFooterIneraGeneralComponent, isStandalone: true, selector: "id-footer-inera-general", inputs: { headline: "headline" }, queries: [{ propertyName: "cols", predicate: IDFooterIneraGeneralColComponent, isSignal: true }], ngImport: i0, template: "<footer class=\"ids-footer-inera-general\">\n <div class=\"ids-footer-inera-general__inner-wrapper\">\n <div class=\"ids-footer-inera-general__inner\">\n <div class=\"ids-footer-inera-general__headline-wrapper\">\n <h1 class=\"ids-footer-inera-general__headline\">\n {{ headline }}\n </h1>\n </div>\n\n <div class=\"ids-footer-inera-general__content\">\n <ng-content select=\"id-footer-inera-general-text\"></ng-content>\n @if (cols().length > 0) {\n <div class=\"ids-footer-inera-general__cols\">\n <ng-content select=\"id-footer-inera-general-col\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n\n <div class=\"ids-footer-inera-general__mobile-menu\">\n <ng-content select=\"id-mobile-menu\"></ng-content>\n </div>\n\n <div class=\"ids-footer-inera-general__sub-footer\">\n <div class=\"ids-footer-inera-general__sub-footer-container\">\n <div class=\"ids-footer-inera-general__sub-footer-inner\">\n <ng-content select=\"id-footer-inera-general-sub-footer-left\"></ng-content>\n <ng-content select=\"id-footer-inera-general-sub-footer-right\"></ng-content>\n <ng-content select=\"id-footer-inera-general-sub-footer-mobile\"></ng-content>\n </div>\n </div>\n\n <div class=\"ids-footer-inera-general__sub-footer-mobile\">\n <div class=\"ids-footer-inera-general__sub-footer-mobile-text\">\n <ng-content select=\"id-footer-inera-general-sub-footer-mobile-text\"></ng-content>\n </div>\n </div>\n </div>\n</footer>\n", dependencies: [{ kind: "ngmodule", type: CommonModule }] });
69
69
  }
70
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraGeneralComponent, decorators: [{
70
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraGeneralComponent, decorators: [{
71
71
  type: Component,
72
72
  args: [{ selector: 'id-footer-inera-general', standalone: true, imports: [CommonModule], template: "<footer class=\"ids-footer-inera-general\">\n <div class=\"ids-footer-inera-general__inner-wrapper\">\n <div class=\"ids-footer-inera-general__inner\">\n <div class=\"ids-footer-inera-general__headline-wrapper\">\n <h1 class=\"ids-footer-inera-general__headline\">\n {{ headline }}\n </h1>\n </div>\n\n <div class=\"ids-footer-inera-general__content\">\n <ng-content select=\"id-footer-inera-general-text\"></ng-content>\n @if (cols().length > 0) {\n <div class=\"ids-footer-inera-general__cols\">\n <ng-content select=\"id-footer-inera-general-col\"></ng-content>\n </div>\n }\n </div>\n </div>\n </div>\n\n <div class=\"ids-footer-inera-general__mobile-menu\">\n <ng-content select=\"id-mobile-menu\"></ng-content>\n </div>\n\n <div class=\"ids-footer-inera-general__sub-footer\">\n <div class=\"ids-footer-inera-general__sub-footer-container\">\n <div class=\"ids-footer-inera-general__sub-footer-inner\">\n <ng-content select=\"id-footer-inera-general-sub-footer-left\"></ng-content>\n <ng-content select=\"id-footer-inera-general-sub-footer-right\"></ng-content>\n <ng-content select=\"id-footer-inera-general-sub-footer-mobile\"></ng-content>\n </div>\n </div>\n\n <div class=\"ids-footer-inera-general__sub-footer-mobile\">\n <div class=\"ids-footer-inera-general__sub-footer-mobile-text\">\n <ng-content select=\"id-footer-inera-general-sub-footer-mobile-text\"></ng-content>\n </div>\n </div>\n </div>\n</footer>\n" }]
73
73
  }], ctorParameters: () => [], propDecorators: { headline: [{
@@ -75,15 +75,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
75
75
  }] } });
76
76
 
77
77
  class IDFooterIneraGeneralTextComponent {
78
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraGeneralTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
79
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDFooterIneraGeneralTextComponent, isStandalone: true, selector: "id-footer-inera-general-text", host: { classAttribute: "ids-footer-inera-general__text" }, ngImport: i0, template: `
78
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraGeneralTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
79
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDFooterIneraGeneralTextComponent, isStandalone: true, selector: "id-footer-inera-general-text", host: { classAttribute: "ids-footer-inera-general__text" }, ngImport: i0, template: `
80
80
  <ng-content></ng-content>
81
81
  <div class="ids-footer-inera-general__darkmode-toggle">
82
82
  <ng-content select="id-darkmode-toggle"></ng-content>
83
83
  </div>
84
84
  `, isInline: true });
85
85
  }
86
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraGeneralTextComponent, decorators: [{
86
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraGeneralTextComponent, decorators: [{
87
87
  type: Component,
88
88
  args: [{
89
89
  selector: 'id-footer-inera-general-text',
@@ -101,10 +101,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
101
101
  }] });
102
102
 
103
103
  class IDFooterIneraGeneralSubFooterRightComponent {
104
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraGeneralSubFooterRightComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
105
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDFooterIneraGeneralSubFooterRightComponent, isStandalone: true, selector: "id-footer-inera-general-sub-footer-right", host: { classAttribute: "ids-footer-inera-general__sub-footer-right" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
104
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraGeneralSubFooterRightComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
105
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDFooterIneraGeneralSubFooterRightComponent, isStandalone: true, selector: "id-footer-inera-general-sub-footer-right", host: { classAttribute: "ids-footer-inera-general__sub-footer-right" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
106
106
  }
107
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraGeneralSubFooterRightComponent, decorators: [{
107
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraGeneralSubFooterRightComponent, decorators: [{
108
108
  type: Component,
109
109
  args: [{
110
110
  selector: 'id-footer-inera-general-sub-footer-right',
@@ -117,10 +117,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
117
117
  }] });
118
118
 
119
119
  class IDFooterIneraGeneralSubFooterLeftComponent {
120
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraGeneralSubFooterLeftComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
121
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDFooterIneraGeneralSubFooterLeftComponent, isStandalone: true, selector: "id-footer-inera-general-sub-footer-left", host: { classAttribute: "ids-footer-inera-general__sub-footer-left" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
120
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraGeneralSubFooterLeftComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
121
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDFooterIneraGeneralSubFooterLeftComponent, isStandalone: true, selector: "id-footer-inera-general-sub-footer-left", host: { classAttribute: "ids-footer-inera-general__sub-footer-left" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
122
122
  }
123
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraGeneralSubFooterLeftComponent, decorators: [{
123
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraGeneralSubFooterLeftComponent, decorators: [{
124
124
  type: Component,
125
125
  args: [{
126
126
  selector: 'id-footer-inera-general-sub-footer-left',
@@ -133,10 +133,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
133
133
  }] });
134
134
 
135
135
  class IDFooterIneraGeneralSubFooterMobileComponent {
136
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraGeneralSubFooterMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
137
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDFooterIneraGeneralSubFooterMobileComponent, isStandalone: true, selector: "id-footer-inera-general-sub-footer-mobile", host: { classAttribute: "ids-footer-inera-general__mobile-links" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
136
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraGeneralSubFooterMobileComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
137
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDFooterIneraGeneralSubFooterMobileComponent, isStandalone: true, selector: "id-footer-inera-general-sub-footer-mobile", host: { classAttribute: "ids-footer-inera-general__mobile-links" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
138
138
  }
139
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraGeneralSubFooterMobileComponent, decorators: [{
139
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraGeneralSubFooterMobileComponent, decorators: [{
140
140
  type: Component,
141
141
  args: [{
142
142
  selector: 'id-footer-inera-general-sub-footer-mobile',
@@ -149,8 +149,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
149
149
  }] });
150
150
 
151
151
  class IDFooterIneraGeneralModule {
152
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraGeneralModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
153
- static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraGeneralModule, imports: [IDFooterIneraGeneralComponent,
152
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraGeneralModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
153
+ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraGeneralModule, imports: [IDFooterIneraGeneralComponent,
154
154
  IDFooterIneraGeneralTextComponent,
155
155
  IDFooterIneraGeneralColComponent,
156
156
  IDFooterIneraGeneralSubFooterRightComponent,
@@ -161,9 +161,9 @@ class IDFooterIneraGeneralModule {
161
161
  IDFooterIneraGeneralSubFooterRightComponent,
162
162
  IDFooterIneraGeneralSubFooterLeftComponent,
163
163
  IDFooterIneraGeneralSubFooterMobileComponent] });
164
- static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraGeneralModule, imports: [IDFooterIneraGeneralComponent] });
164
+ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraGeneralModule, imports: [IDFooterIneraGeneralComponent] });
165
165
  }
166
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraGeneralModule, decorators: [{
166
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraGeneralModule, decorators: [{
167
167
  type: NgModule,
168
168
  args: [{
169
169
  imports: [
@@ -186,10 +186,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
186
186
  }] });
187
187
 
188
188
  class IDFooterIneraGeneralSubFooterMobileTextComponent {
189
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraGeneralSubFooterMobileTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
190
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.20", type: IDFooterIneraGeneralSubFooterMobileTextComponent, isStandalone: true, selector: "id-footer-inera-general-sub-footer-mobile-text", host: { classAttribute: "ids-footer-inera-general__sub-footer-mobile-text" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
189
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraGeneralSubFooterMobileTextComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
190
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.25", type: IDFooterIneraGeneralSubFooterMobileTextComponent, isStandalone: true, selector: "id-footer-inera-general-sub-footer-mobile-text", host: { classAttribute: "ids-footer-inera-general__sub-footer-mobile-text" }, ngImport: i0, template: `<ng-content></ng-content>`, isInline: true });
191
191
  }
192
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFooterIneraGeneralSubFooterMobileTextComponent, decorators: [{
192
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFooterIneraGeneralSubFooterMobileTextComponent, decorators: [{
193
193
  type: Component,
194
194
  args: [{
195
195
  selector: 'id-footer-inera-general-sub-footer-mobile-text',