@inera/ids-angular 9.3.0 → 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 (127) 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/fesm2022/inera-ids-angular-common.mjs +24 -24
  33. package/fesm2022/inera-ids-angular-components-accordion.mjs +6 -6
  34. package/fesm2022/inera-ids-angular-components-action-link.mjs +3 -3
  35. package/fesm2022/inera-ids-angular-components-alert.mjs +6 -6
  36. package/fesm2022/inera-ids-angular-components-badge.mjs +4 -4
  37. package/fesm2022/inera-ids-angular-components-badge.mjs.map +1 -1
  38. package/fesm2022/inera-ids-angular-components-box-link.mjs +13 -11
  39. package/fesm2022/inera-ids-angular-components-box-link.mjs.map +1 -1
  40. package/fesm2022/inera-ids-angular-components-breadcrumbs.mjs +6 -6
  41. package/fesm2022/inera-ids-angular-components-button-group.mjs +3 -3
  42. package/fesm2022/inera-ids-angular-components-button.mjs +3 -3
  43. package/fesm2022/inera-ids-angular-components-card.mjs +3 -3
  44. package/fesm2022/inera-ids-angular-components-carousel.mjs +7 -7
  45. package/fesm2022/inera-ids-angular-components-carousel.mjs.map +1 -1
  46. package/fesm2022/inera-ids-angular-components-control-button.mjs +3 -3
  47. package/fesm2022/inera-ids-angular-components-control-button.mjs.map +1 -1
  48. package/fesm2022/inera-ids-angular-components-date-label.mjs +3 -3
  49. package/fesm2022/inera-ids-angular-components-dialog.mjs +57 -20
  50. package/fesm2022/inera-ids-angular-components-dialog.mjs.map +1 -1
  51. package/fesm2022/inera-ids-angular-components-district-selector.mjs +45 -0
  52. package/fesm2022/inera-ids-angular-components-district-selector.mjs.map +1 -0
  53. package/fesm2022/inera-ids-angular-components-dropdown.mjs +13 -13
  54. package/fesm2022/inera-ids-angular-components-footer-1177-admin.mjs +22 -22
  55. package/fesm2022/inera-ids-angular-components-footer-1177-pro.mjs +22 -22
  56. package/fesm2022/inera-ids-angular-components-footer-1177.mjs +22 -22
  57. package/fesm2022/inera-ids-angular-components-footer-inera-admin.mjs +25 -25
  58. package/fesm2022/inera-ids-angular-components-footer-inera-general.mjs +25 -25
  59. package/fesm2022/inera-ids-angular-components-footer-inera.mjs +25 -25
  60. package/fesm2022/inera-ids-angular-components-form-check-button.mjs +3 -3
  61. package/fesm2022/inera-ids-angular-components-form-checkbox-group.mjs +3 -3
  62. package/fesm2022/inera-ids-angular-components-form-checkbox.mjs +3 -3
  63. package/fesm2022/inera-ids-angular-components-form-darkmode-toggle.mjs +3 -3
  64. package/fesm2022/inera-ids-angular-components-form-error-message.mjs +3 -3
  65. package/fesm2022/inera-ids-angular-components-form-input.mjs +15 -15
  66. package/fesm2022/inera-ids-angular-components-form-label-subtitle.mjs +3 -3
  67. package/fesm2022/inera-ids-angular-components-form-radio-button.mjs +6 -6
  68. package/fesm2022/inera-ids-angular-components-form-radio.mjs +6 -6
  69. package/fesm2022/inera-ids-angular-components-form-range.mjs +3 -3
  70. package/fesm2022/inera-ids-angular-components-form-select-multiple.mjs +3 -3
  71. package/fesm2022/inera-ids-angular-components-form-select.mjs +3 -3
  72. package/fesm2022/inera-ids-angular-components-form-spinner.mjs +7 -4
  73. package/fesm2022/inera-ids-angular-components-form-spinner.mjs.map +1 -1
  74. package/fesm2022/inera-ids-angular-components-form-textarea.mjs +6 -6
  75. package/fesm2022/inera-ids-angular-components-form-time.mjs +3 -3
  76. package/fesm2022/inera-ids-angular-components-form-toggle.mjs +3 -3
  77. package/fesm2022/inera-ids-angular-components-global-alert.mjs +9 -9
  78. package/fesm2022/inera-ids-angular-components-grid-column.mjs +3 -3
  79. package/fesm2022/inera-ids-angular-components-grid-container.mjs +3 -3
  80. package/fesm2022/inera-ids-angular-components-grid-layout-grid-column.mjs +3 -3
  81. package/fesm2022/inera-ids-angular-components-grid-layout-grid-container.mjs +3 -3
  82. package/fesm2022/inera-ids-angular-components-grid-layout-grid-row.mjs +3 -3
  83. package/fesm2022/inera-ids-angular-components-grid-layout.mjs +9 -9
  84. package/fesm2022/inera-ids-angular-components-grid-row.mjs +3 -3
  85. package/fesm2022/inera-ids-angular-components-grid.mjs +9 -9
  86. package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs +63 -55
  87. package/fesm2022/inera-ids-angular-components-header-1177-admin.mjs.map +1 -1
  88. package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs +67 -55
  89. package/fesm2022/inera-ids-angular-components-header-1177-pro.mjs.map +1 -1
  90. package/fesm2022/inera-ids-angular-components-header-1177.mjs +79 -87
  91. package/fesm2022/inera-ids-angular-components-header-1177.mjs.map +1 -1
  92. package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs +76 -72
  93. package/fesm2022/inera-ids-angular-components-header-inera-admin.mjs.map +1 -1
  94. package/fesm2022/inera-ids-angular-components-header-inera-general.mjs +374 -36
  95. package/fesm2022/inera-ids-angular-components-header-inera-general.mjs.map +1 -1
  96. package/fesm2022/inera-ids-angular-components-header-inera.mjs +36 -34
  97. package/fesm2022/inera-ids-angular-components-header-inera.mjs.map +1 -1
  98. package/fesm2022/inera-ids-angular-components-header-patient.mjs +6 -6
  99. package/fesm2022/inera-ids-angular-components-link.mjs +3 -3
  100. package/fesm2022/inera-ids-angular-components-message-avatar.mjs +35 -0
  101. package/fesm2022/inera-ids-angular-components-message-avatar.mjs.map +1 -0
  102. package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs +4 -4
  103. package/fesm2022/inera-ids-angular-components-mobile-menu-item.mjs.map +1 -1
  104. package/fesm2022/inera-ids-angular-components-mobile-menu.mjs +7 -7
  105. package/fesm2022/inera-ids-angular-components-mobile-menu.mjs.map +1 -1
  106. package/fesm2022/inera-ids-angular-components-navigation-content.mjs +77 -10
  107. package/fesm2022/inera-ids-angular-components-navigation-content.mjs.map +1 -1
  108. package/fesm2022/inera-ids-angular-components-navigation-local.mjs +6 -6
  109. package/fesm2022/inera-ids-angular-components-notification-badge.mjs +5 -5
  110. package/fesm2022/inera-ids-angular-components-notification-badge.mjs.map +1 -1
  111. package/fesm2022/inera-ids-angular-components-pagination-data-pagination.mjs +6 -6
  112. package/fesm2022/inera-ids-angular-components-pagination-list-pagination.mjs +3 -3
  113. package/fesm2022/inera-ids-angular-components-popover.mjs +19 -19
  114. package/fesm2022/inera-ids-angular-components-progressbar.mjs +3 -3
  115. package/fesm2022/inera-ids-angular-components-puff-list.mjs +25 -25
  116. package/fesm2022/inera-ids-angular-components-region-icon.mjs +3 -3
  117. package/fesm2022/inera-ids-angular-components-side-menu.mjs +33 -20
  118. package/fesm2022/inera-ids-angular-components-side-menu.mjs.map +1 -1
  119. package/fesm2022/inera-ids-angular-components-side-panel.mjs +13 -13
  120. package/fesm2022/inera-ids-angular-components-stepper.mjs +21 -14
  121. package/fesm2022/inera-ids-angular-components-stepper.mjs.map +1 -1
  122. package/fesm2022/inera-ids-angular-components-tabs.mjs +6 -6
  123. package/fesm2022/inera-ids-angular-components-tag.mjs +6 -6
  124. package/fesm2022/inera-ids-angular-components-toolbar.mjs +3 -3
  125. package/fesm2022/inera-ids-angular-components-tooltip.mjs +10 -10
  126. package/package.json +102 -94
  127. /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,4 +1,4 @@
1
- import { IDBoxLinkButtonComponent } from "./box-link-button.component";
1
+ import { IDBoxLinkButtonComponent } from './box-link-button.component';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class IDBoxLinkComponent {
4
4
  button: import("@angular/core").Signal<IDBoxLinkButtonComponent | undefined>;
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./dialog.component";
3
+ import * as i2 from "./dialog-header.component";
4
+ import * as i3 from "./dialog-content.component";
5
+ import * as i4 from "./dialog-footer.component";
6
+ import * as i5 from "./dialog-trigger.component";
7
+ import * as i6 from "./dialog-close.component";
8
+ export declare class IDDialogModule {
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDDialogModule, never>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IDDialogModule, never, [typeof i1.IDDialogComponent, typeof i2.IDDialogHeaderComponent, typeof i3.IDDialogContentComponent, typeof i4.IDDialogFooterComponent, typeof i5.IDDialogTriggerComponent, typeof i6.IDDialogCloseComponent], [typeof i1.IDDialogComponent, typeof i2.IDDialogHeaderComponent, typeof i3.IDDialogContentComponent, typeof i4.IDDialogFooterComponent, typeof i5.IDDialogTriggerComponent, typeof i6.IDDialogCloseComponent]>;
11
+ static ɵinj: i0.ɵɵInjectorDeclaration<IDDialogModule>;
12
+ }
@@ -1,3 +1,4 @@
1
+ export { IDDialogModule } from './dialog.module';
1
2
  export { IDDialogComponent } from './dialog.component';
2
3
  export { IDDialogHeaderComponent } from './dialog-header.component';
3
4
  export { IDDialogContentComponent } from './dialog-content.component';
@@ -0,0 +1,14 @@
1
+ import { EventEmitter } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class IDDistrictSelectorComponent {
4
+ label: string;
5
+ region: '' | "blekinge" | "dalarna" | "gavleborg" | "gotland" | "halland" | "jamtland-harjedalen" | "jonkoping" | "kalmar" | "kronoberg" | "norrbotten" | "orebro" | "ostergotland" | "skane" | "sormland" | "stockholm" | "uppsala" | "varmland" | "vasterbotten" | "vasternorrland" | "vastmanland" | "vastragotaland";
6
+ districtText: string;
7
+ buttonText: string;
8
+ buttonSelectedText: string;
9
+ selected: boolean;
10
+ clicked: EventEmitter<void>;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDDistrictSelectorComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDDistrictSelectorComponent, "id-district-selector", never, { "label": { "alias": "label"; "required": false; }; "region": { "alias": "region"; "required": false; }; "districtText": { "alias": "districtText"; "required": false; }; "buttonText": { "alias": "buttonText"; "required": false; }; "buttonSelectedText": { "alias": "buttonSelectedText"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, { "clicked": "clicked"; }, never, [":not(id-region-icon)"], true, never>;
13
+ static ngAcceptInputType_selected: unknown;
14
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@inera/ids-angular/components/district-selector" />
5
+ export * from './public-api';
@@ -0,0 +1 @@
1
+ export { IDDistrictSelectorComponent } from './district-selector.component';
@@ -2,7 +2,8 @@ import * as i0 from "@angular/core";
2
2
  export declare class IDSpinnerComponent {
3
3
  srText?: string;
4
4
  variant: '1' | '2' | '3';
5
+ live?: "polite" | "assertive" | "off";
5
6
  get hostClass(): string;
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IDSpinnerComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<IDSpinnerComponent, "id-spinner", never, { "srText": { "alias": "srText"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, never, true, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDSpinnerComponent, "id-spinner", never, { "srText": { "alias": "srText"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "live": { "alias": "live"; "required": false; }; }, {}, never, never, true, never>;
8
9
  }
@@ -1,5 +1,5 @@
1
1
  import { EventEmitter, TemplateRef } from '@angular/core';
2
- import { IDRegionIconComponent } from "@inera/ids-angular/components/region-icon";
2
+ import { IDRegionIconComponent } from '@inera/ids-angular/components/region-icon';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class IDHeader1177RegionPickerComponent {
5
5
  text: string;
@@ -2,8 +2,10 @@ import { TemplateRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class IDHeader1177AdminNavComponent {
4
4
  mobileOnly: boolean;
5
+ desktopOnly: boolean;
5
6
  template: import("@angular/core").Signal<TemplateRef<any>>;
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177AdminNavComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177AdminNavComponent, "id-header-1177-admin-nav", never, { "mobileOnly": { "alias": "mobileOnly"; "required": false; }; }, {}, never, ["*"], true, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177AdminNavComponent, "id-header-1177-admin-nav", never, { "mobileOnly": { "alias": "mobileOnly"; "required": false; }; "desktopOnly": { "alias": "desktopOnly"; "required": false; }; }, {}, never, ["*"], true, never>;
8
9
  static ngAcceptInputType_mobileOnly: unknown;
10
+ static ngAcceptInputType_desktopOnly: unknown;
9
11
  }
@@ -2,8 +2,10 @@ import { TemplateRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class IDHeader1177ProNavComponent {
4
4
  mobileOnly: boolean;
5
+ desktopOnly: boolean;
5
6
  template: import("@angular/core").Signal<TemplateRef<any>>;
6
7
  static ɵfac: i0.ɵɵFactoryDeclaration<IDHeader1177ProNavComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177ProNavComponent, "id-header-1177-pro-nav", never, { "mobileOnly": { "alias": "mobileOnly"; "required": false; }; }, {}, never, ["*"], true, never>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDHeader1177ProNavComponent, "id-header-1177-pro-nav", never, { "mobileOnly": { "alias": "mobileOnly"; "required": false; }; "desktopOnly": { "alias": "desktopOnly"; "required": false; }; }, {}, never, ["*"], true, never>;
8
9
  static ngAcceptInputType_mobileOnly: unknown;
10
+ static ngAcceptInputType_desktopOnly: unknown;
9
11
  }
@@ -1,4 +1,4 @@
1
- import { TemplateRef } from "@angular/core";
1
+ import { TemplateRef } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class IDHeaderIneraNavComponent {
4
4
  template: import("@angular/core").Signal<TemplateRef<any>>;
@@ -1,9 +1,9 @@
1
- import { IDHeaderIneraAdminItemComponent } from "./item/header-inera-admin-item.component";
2
- import { IDHeaderIneraAdminAvatarComponent } from "./avatar/header-inera-admin-avatar.component";
3
- import { IDHeaderIneraAdminNavComponent } from "./nav/header-inera-admin-nav.component";
4
- import { IDHeaderIneraAdminSkipToContentComponent } from "./skip-to-content/header-inera-admin-skip-to-content.component";
5
- import { IDHeaderContext } from "@inera/ids-angular/common";
6
- import { IDHeaderIneraAdminBrandLinkDirective } from "./brand-link/header-inera-admin-brand-link.directive";
1
+ import { IDHeaderIneraAdminItemComponent } from './item/header-inera-admin-item.component';
2
+ import { IDHeaderIneraAdminAvatarComponent } from './avatar/header-inera-admin-avatar.component';
3
+ import { IDHeaderIneraAdminNavComponent } from './nav/header-inera-admin-nav.component';
4
+ import { IDHeaderIneraAdminSkipToContentComponent } from './skip-to-content/header-inera-admin-skip-to-content.component';
5
+ import { IDHeaderContext } from '@inera/ids-angular/common';
6
+ import { IDHeaderIneraAdminBrandLinkDirective } from './brand-link/header-inera-admin-brand-link.directive';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class IDHeaderIneraAdminComponent implements IDHeaderContext {
9
9
  srBrandLabel?: string;
@@ -5,7 +5,7 @@ import * as i3 from "./avatar-mobile/header-inera-admin-avatar-mobile.component"
5
5
  import * as i4 from "./item/header-inera-admin-item.component";
6
6
  import * as i5 from "./nav/header-inera-admin-nav.component";
7
7
  import * as i6 from "./nav-item/header-inera-admin-nav-item.component";
8
- import * as i7 from "./nav-item-mobile/header-inera-admin-nav-item-mobile";
8
+ import * as i7 from "./nav-item-mobile/header-inera-admin-nav-item-mobile.component";
9
9
  import * as i8 from "./menu-mobile/header-inera-admin-menu-mobile.component";
10
10
  import * as i9 from "./skip-to-content/header-inera-admin-skip-to-content.component";
11
11
  import * as i10 from "./nav-item-menu-link/header-inera-admin-nav-item-menu-link.component";
@@ -3,9 +3,11 @@ import { IDHeaderContext } from '@inera/ids-angular/common';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class IDHeaderIneraAdminNavComponent {
5
5
  mobileOnly: boolean;
6
+ desktopOnly: boolean;
6
7
  template: import("@angular/core").Signal<TemplateRef<any>>;
7
8
  header: IDHeaderContext | null;
8
9
  static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraAdminNavComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraAdminNavComponent, "id-header-inera-admin-nav", never, { "mobileOnly": { "alias": "mobileOnly"; "required": false; }; }, {}, never, ["*"], true, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraAdminNavComponent, "id-header-inera-admin-nav", never, { "mobileOnly": { "alias": "mobileOnly"; "required": false; }; "desktopOnly": { "alias": "desktopOnly"; "required": false; }; }, {}, never, ["*"], true, never>;
10
11
  static ngAcceptInputType_mobileOnly: unknown;
12
+ static ngAcceptInputType_desktopOnly: unknown;
11
13
  }
@@ -1,12 +1,12 @@
1
- export { IDHeaderIneraAdminModule } from "./header-inera-admin.module";
2
- export { IDHeaderIneraAdminComponent } from "./header-inera-admin.component";
3
- export { IDHeaderIneraAdminAvatarComponent } from "./avatar/header-inera-admin-avatar.component";
4
- export { IDHeaderIneraAdminAvatarMobileComponent } from "./avatar-mobile/header-inera-admin-avatar-mobile.component";
5
- export { IDHeaderIneraAdminItemComponent } from "./item/header-inera-admin-item.component";
6
- export { IDHeaderIneraAdminNavComponent } from "./nav/header-inera-admin-nav.component";
7
- export { IDHeaderIneraAdminNavItemComponent } from "./nav-item/header-inera-admin-nav-item.component";
8
- export { IDHeaderIneraAdminMenuMobileComponent } from "./menu-mobile/header-inera-admin-menu-mobile.component";
9
- export { IDHeaderIneraAdminSkipToContentComponent } from "./skip-to-content/header-inera-admin-skip-to-content.component";
10
- export { IDHeaderIneraAdminNavItemMenuLinkComponent } from "./nav-item-menu-link/header-inera-admin-nav-item-menu-link.component";
11
- export { IDHeaderIneraAdminNavItemMobileComponent } from "./nav-item-mobile/header-inera-admin-nav-item-mobile";
12
- export { IDHeaderIneraAdminBrandLinkDirective } from "./brand-link/header-inera-admin-brand-link.directive";
1
+ export { IDHeaderIneraAdminModule } from './header-inera-admin.module';
2
+ export { IDHeaderIneraAdminComponent } from './header-inera-admin.component';
3
+ export { IDHeaderIneraAdminAvatarComponent } from './avatar/header-inera-admin-avatar.component';
4
+ export { IDHeaderIneraAdminAvatarMobileComponent } from './avatar-mobile/header-inera-admin-avatar-mobile.component';
5
+ export { IDHeaderIneraAdminItemComponent } from './item/header-inera-admin-item.component';
6
+ export { IDHeaderIneraAdminNavComponent } from './nav/header-inera-admin-nav.component';
7
+ export { IDHeaderIneraAdminNavItemComponent } from './nav-item/header-inera-admin-nav-item.component';
8
+ export { IDHeaderIneraAdminMenuMobileComponent } from './menu-mobile/header-inera-admin-menu-mobile.component';
9
+ export { IDHeaderIneraAdminSkipToContentComponent } from './skip-to-content/header-inera-admin-skip-to-content.component';
10
+ export { IDHeaderIneraAdminNavItemMenuLinkComponent } from './nav-item-menu-link/header-inera-admin-nav-item-menu-link.component';
11
+ export { IDHeaderIneraAdminNavItemMobileComponent } from './nav-item-mobile/header-inera-admin-nav-item-mobile.component';
12
+ export { IDHeaderIneraAdminBrandLinkDirective } from './brand-link/header-inera-admin-brand-link.directive';
@@ -0,0 +1,26 @@
1
+ import { ElementRef, EventEmitter, OnDestroy } from "@angular/core";
2
+ import { IDHeaderContext } from "@inera/ids-angular/common";
3
+ import * as i0 from "@angular/core";
4
+ export declare class IDHeaderIneraGeneralAvatarComponent implements OnDestroy {
5
+ username?: string;
6
+ unit?: string;
7
+ persistent: boolean;
8
+ expanded: boolean;
9
+ expandedChange: EventEmitter<boolean>;
10
+ opened: EventEmitter<void>;
11
+ closed: EventEmitter<void>;
12
+ private idService;
13
+ contentId: string;
14
+ header: IDHeaderContext | null;
15
+ menuContent: import("@angular/core").Signal<ElementRef<HTMLElement> | undefined>;
16
+ private focusTrap;
17
+ constructor();
18
+ handleCloseEvent(): void;
19
+ closeAvatar(): void;
20
+ toggleAvatar(): void;
21
+ ngOnDestroy(): void;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralAvatarComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralAvatarComponent, "id-header-inera-general-avatar", never, { "username": { "alias": "username"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; }, { "expandedChange": "expandedChange"; "opened": "opened"; "closed": "closed"; }, never, ["id-header-inera-general-avatar-agent", "*"], true, never>;
24
+ static ngAcceptInputType_persistent: unknown;
25
+ static ngAcceptInputType_expanded: unknown;
26
+ }
@@ -0,0 +1,26 @@
1
+ import { ElementRef, EventEmitter, OnDestroy } from "@angular/core";
2
+ import { IDHeaderContext } from "@inera/ids-angular/common";
3
+ import * as i0 from "@angular/core";
4
+ export declare class IDHeaderIneraGeneralAvatarMobileComponent implements OnDestroy {
5
+ username?: string;
6
+ unit?: string;
7
+ expanded: boolean;
8
+ persistent: boolean;
9
+ expandedChange: EventEmitter<boolean>;
10
+ opened: EventEmitter<void>;
11
+ closed: EventEmitter<void>;
12
+ private idService;
13
+ contentId: string;
14
+ header: IDHeaderContext | null;
15
+ menuContent: import("@angular/core").Signal<ElementRef<HTMLElement> | undefined>;
16
+ private focusTrap;
17
+ constructor();
18
+ handleCloseEvent(): void;
19
+ closeAvatar(): void;
20
+ toggleAvatar(): void;
21
+ ngOnDestroy(): void;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralAvatarMobileComponent, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralAvatarMobileComponent, "id-header-inera-general-avatar-mobile", never, { "username": { "alias": "username"; "required": false; }; "unit": { "alias": "unit"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; }, { "expandedChange": "expandedChange"; "opened": "opened"; "closed": "closed"; }, never, ["*"], true, never>;
24
+ static ngAcceptInputType_expanded: unknown;
25
+ static ngAcceptInputType_persistent: unknown;
26
+ }
@@ -1,5 +1,7 @@
1
1
  import { IDHeaderIneraGeneralItemComponent } from './item/header-inera-general-item.component';
2
+ import { IDHeaderIneraGeneralAvatarComponent } from './avatar/header-inera-general-avatar.component';
2
3
  import { IDHeaderIneraGeneralNavComponent } from './nav/header-inera-general-nav.component';
4
+ import { IDHeaderIneraGeneralNavMobileComponent } from './nav-mobile/header-inera-general-nav-mobile.component';
3
5
  import { IDHeaderIneraGeneralSkipToContent } from './skip-to-content/header-inera-general-skip-to-content.component';
4
6
  import { IDHeaderContext } from '@inera/ids-angular/common';
5
7
  import { IDHeaderIneraGeneralBrandLinkDirective } from './brand-link/header-inera-general-brand-link.directive';
@@ -9,9 +11,12 @@ export declare class IDHeaderIneraGeneralComponent implements IDHeaderContext {
9
11
  brandText: string;
10
12
  items: import("@angular/core").Signal<readonly IDHeaderIneraGeneralItemComponent[]>;
11
13
  nav: import("@angular/core").Signal<IDHeaderIneraGeneralNavComponent | undefined>;
14
+ avatar: import("@angular/core").Signal<IDHeaderIneraGeneralAvatarComponent | undefined>;
15
+ navMobile: import("@angular/core").Signal<IDHeaderIneraGeneralNavMobileComponent | undefined>;
12
16
  brandLink: import("@angular/core").Signal<IDHeaderIneraGeneralBrandLinkDirective | undefined>;
13
17
  skipToContent: import("@angular/core").Signal<IDHeaderIneraGeneralSkipToContent | undefined>;
18
+ hasHeaderItems: import("@angular/core").Signal<boolean>;
14
19
  static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralComponent, "id-header-inera-general", never, { "unresponsive": { "alias": "unresponsive"; "required": false; }; "brandText": { "alias": "brandText"; "required": false; }; }, {}, ["items", "nav", "brandLink", "skipToContent"], ["id-header-inera-general-skip-to-content", "[idBrandIneraGeneralLink]", "id-header-inera-general-item", "id-header-inera-general-menu-mobile"], true, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralComponent, "id-header-inera-general", never, { "unresponsive": { "alias": "unresponsive"; "required": false; }; "brandText": { "alias": "brandText"; "required": false; }; }, {}, ["items", "nav", "avatar", "navMobile", "brandLink", "skipToContent"], ["id-header-inera-general-skip-to-content", "[idBrandIneraGeneralLink]", "id-header-inera-general-item", "id-header-inera-general-menu-mobile", "id-header-inera-general-avatar"], true, never>;
16
21
  static ngAcceptInputType_unresponsive: unknown;
17
22
  }
@@ -1,14 +1,17 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./header-inera-general.component";
3
- import * as i2 from "./item/header-inera-general-item.component";
4
- import * as i3 from "./nav/header-inera-general-nav.component";
5
- import * as i4 from "./nav-item/header-inera-general-nav-item.component";
6
- import * as i5 from "./menu-mobile/header-inera-general-menu-mobile.component";
7
- import * as i6 from "./skip-to-content/header-inera-general-skip-to-content.component";
8
- import * as i7 from "./nav-item-menu-link/header-inera-general-nav-item-menu-link.component";
9
- import * as i8 from "./brand-link/header-inera-general-brand-link.directive";
3
+ import * as i2 from "./avatar/header-inera-general-avatar.component";
4
+ import * as i3 from "./avatar-mobile/header-inera-general-avatar-mobile.component";
5
+ import * as i4 from "./item/header-inera-general-item.component";
6
+ import * as i5 from "./nav/header-inera-general-nav.component";
7
+ import * as i6 from "./nav-item/header-inera-general-nav-item.component";
8
+ import * as i7 from "./nav-item-mobile/header-inera-general-nav-item-mobile.component";
9
+ import * as i8 from "./menu-mobile/header-inera-general-menu-mobile.component";
10
+ import * as i9 from "./skip-to-content/header-inera-general-skip-to-content.component";
11
+ import * as i10 from "./nav-item-menu-link/header-inera-general-nav-item-menu-link.component";
12
+ import * as i11 from "./brand-link/header-inera-general-brand-link.directive";
10
13
  export declare class IDHeaderIneraGeneralModule {
11
14
  static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<IDHeaderIneraGeneralModule, never, [typeof i1.IDHeaderIneraGeneralComponent, typeof i2.IDHeaderIneraGeneralItemComponent, typeof i3.IDHeaderIneraGeneralNavComponent, typeof i4.IDHeaderIneraGeneralNavItemComponent, typeof i5.IDHeaderIneraGeneralMenuMobileComponent, typeof i6.IDHeaderIneraGeneralSkipToContent, typeof i7.IDHeaderIneraGeneralNavItemMenuLinkComponent, typeof i8.IDHeaderIneraGeneralBrandLinkDirective], [typeof i1.IDHeaderIneraGeneralComponent, typeof i2.IDHeaderIneraGeneralItemComponent, typeof i3.IDHeaderIneraGeneralNavComponent, typeof i4.IDHeaderIneraGeneralNavItemComponent, typeof i5.IDHeaderIneraGeneralMenuMobileComponent, typeof i6.IDHeaderIneraGeneralSkipToContent, typeof i7.IDHeaderIneraGeneralNavItemMenuLinkComponent, typeof i8.IDHeaderIneraGeneralBrandLinkDirective]>;
15
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IDHeaderIneraGeneralModule, never, [typeof i1.IDHeaderIneraGeneralComponent, typeof i2.IDHeaderIneraGeneralAvatarComponent, typeof i3.IDHeaderIneraGeneralAvatarMobileComponent, typeof i4.IDHeaderIneraGeneralItemComponent, typeof i5.IDHeaderIneraGeneralNavComponent, typeof i6.IDHeaderIneraGeneralNavItemComponent, typeof i7.IDHeaderIneraGeneralNavItemMobileComponent, typeof i8.IDHeaderIneraGeneralMenuMobileComponent, typeof i9.IDHeaderIneraGeneralSkipToContent, typeof i10.IDHeaderIneraGeneralNavItemMenuLinkComponent, typeof i11.IDHeaderIneraGeneralBrandLinkDirective], [typeof i1.IDHeaderIneraGeneralComponent, typeof i2.IDHeaderIneraGeneralAvatarComponent, typeof i3.IDHeaderIneraGeneralAvatarMobileComponent, typeof i4.IDHeaderIneraGeneralItemComponent, typeof i5.IDHeaderIneraGeneralNavComponent, typeof i6.IDHeaderIneraGeneralNavItemComponent, typeof i7.IDHeaderIneraGeneralNavItemMobileComponent, typeof i8.IDHeaderIneraGeneralMenuMobileComponent, typeof i9.IDHeaderIneraGeneralSkipToContent, typeof i10.IDHeaderIneraGeneralNavItemMenuLinkComponent, typeof i11.IDHeaderIneraGeneralBrandLinkDirective]>;
13
16
  static ɵinj: i0.ɵɵInjectorDeclaration<IDHeaderIneraGeneralModule>;
14
17
  }
@@ -2,9 +2,11 @@ import { IDHeaderContext } from '@inera/ids-angular/common';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class IDHeaderIneraGeneralItemComponent {
4
4
  mobile: boolean;
5
+ separatorLeft: boolean;
5
6
  icon?: string;
6
7
  header: IDHeaderContext | null;
7
8
  static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralItemComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralItemComponent, "id-header-inera-general-item", never, { "mobile": { "alias": "mobile"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["*", "*"], true, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralItemComponent, "id-header-inera-general-item", never, { "mobile": { "alias": "mobile"; "required": false; }; "separatorLeft": { "alias": "separatorLeft"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["*", "*"], true, never>;
9
10
  static ngAcceptInputType_mobile: unknown;
11
+ static ngAcceptInputType_separatorLeft: unknown;
10
12
  }
@@ -0,0 +1,8 @@
1
+ import { IDHeaderContext } from "@inera/ids-angular/common";
2
+ import * as i0 from "@angular/core";
3
+ export declare class IDHeaderIneraGeneralNavItemMobileComponent {
4
+ icon?: string;
5
+ header: IDHeaderContext | null;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralNavItemMobileComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralNavItemMobileComponent, "id-header-inera-general-nav-item-mobile", never, { "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["[idNavItemMobileIcon]", "*"], true, never>;
8
+ }
@@ -0,0 +1,7 @@
1
+ import { TemplateRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class IDHeaderIneraGeneralNavMobileComponent {
4
+ template: import("@angular/core").Signal<TemplateRef<any>>;
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDHeaderIneraGeneralNavMobileComponent, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDHeaderIneraGeneralNavMobileComponent, "id-header-inera-general-nav-mobile", never, {}, {}, never, ["*"], true, never>;
7
+ }
@@ -1,9 +1,13 @@
1
1
  export { IDHeaderIneraGeneralModule } from './header-inera-general.module';
2
+ export { IDHeaderIneraGeneralAvatarComponent } from './avatar/header-inera-general-avatar.component';
3
+ export { IDHeaderIneraGeneralAvatarMobileComponent } from './avatar-mobile/header-inera-general-avatar-mobile.component';
2
4
  export { IDHeaderIneraGeneralComponent } from './header-inera-general.component';
3
5
  export { IDHeaderIneraGeneralItemComponent } from './item/header-inera-general-item.component';
4
6
  export { IDHeaderIneraGeneralNavComponent } from './nav/header-inera-general-nav.component';
7
+ export { IDHeaderIneraGeneralNavMobileComponent } from './nav-mobile/header-inera-general-nav-mobile.component';
5
8
  export { IDHeaderIneraGeneralNavItemComponent } from './nav-item/header-inera-general-nav-item.component';
9
+ export { IDHeaderIneraGeneralNavItemMobileComponent } from './nav-item-mobile/header-inera-general-nav-item-mobile.component';
10
+ export { IDHeaderIneraGeneralNavItemMenuLinkComponent } from './nav-item-menu-link/header-inera-general-nav-item-menu-link.component';
6
11
  export { IDHeaderIneraGeneralMenuMobileComponent } from './menu-mobile/header-inera-general-menu-mobile.component';
7
12
  export { IDHeaderIneraGeneralSkipToContent } from './skip-to-content/header-inera-general-skip-to-content.component';
8
- export { IDHeaderIneraGeneralNavItemMenuLinkComponent } from './nav-item-menu-link/header-inera-general-nav-item-menu-link.component';
9
13
  export { IDHeaderIneraGeneralBrandLinkDirective } from './brand-link/header-inera-general-brand-link.directive';
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@inera/ids-angular/components/message-avatar" />
5
+ export * from './public-api';
@@ -0,0 +1,10 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class IDMessageAvatarComponent {
3
+ user?: 1 | 2;
4
+ icon?: string;
5
+ label?: string;
6
+ subtitle?: string;
7
+ get hostClasses(): string;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDMessageAvatarComponent, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDMessageAvatarComponent, "id-message-avatar", never, { "user": { "alias": "user"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "label": { "alias": "label"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; }, {}, never, ["[idMessageAvatarImage]"], true, never>;
10
+ }
@@ -0,0 +1 @@
1
+ export { IDMessageAvatarComponent } from './message-avatar.component';
@@ -0,0 +1,24 @@
1
+ import { AfterContentChecked, EventEmitter, QueryList, TemplateRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class IDNavigationContentItemComponent implements AfterContentChecked {
4
+ selected: boolean;
5
+ expanded: boolean;
6
+ level: number;
7
+ srShowText: string;
8
+ srHideText: string;
9
+ closed: EventEmitter<Event>;
10
+ opened: EventEmitter<Event>;
11
+ items: QueryList<IDNavigationContentItemComponent>;
12
+ template: import("@angular/core").Signal<TemplateRef<any>>;
13
+ private useId;
14
+ subItemId: string;
15
+ ngAfterContentChecked(): void;
16
+ get buttonToggleText(): string;
17
+ toggleItem(event: Event): void;
18
+ hasClosed(event: Event): void;
19
+ hasExpanded(event: Event): void;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<IDNavigationContentItemComponent, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDNavigationContentItemComponent, "id-navigation-content-item", never, { "selected": { "alias": "selected"; "required": false; }; "expanded": { "alias": "expanded"; "required": false; }; "level": { "alias": "level"; "required": false; }; "srShowText": { "alias": "srShowText"; "required": false; }; "srHideText": { "alias": "srHideText"; "required": false; }; }, { "closed": "closed"; "opened": "opened"; }, ["items"], [":not(id-navigation-content-item)"], true, never>;
22
+ static ngAcceptInputType_selected: unknown;
23
+ static ngAcceptInputType_expanded: unknown;
24
+ }
@@ -1,9 +1,13 @@
1
1
  import { IDNavigationContentLinkComponent } from './navigation-content-link.component';
2
+ import { IDNavigationContentItemComponent } from './navigation-content-item.component';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class IDNavigationContentComponent {
4
5
  headline?: string;
5
6
  maxHeight?: string;
7
+ private useId;
8
+ headerId: string;
6
9
  linkComponents: import("@angular/core").Signal<readonly IDNavigationContentLinkComponent[]>;
10
+ itemComponents: import("@angular/core").Signal<readonly IDNavigationContentItemComponent[]>;
7
11
  static ɵfac: i0.ɵɵFactoryDeclaration<IDNavigationContentComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<IDNavigationContentComponent, "id-navigation-content", never, { "headline": { "alias": "headline"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; }, {}, ["linkComponents"], never, true, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<IDNavigationContentComponent, "id-navigation-content", never, { "headline": { "alias": "headline"; "required": false; }; "maxHeight": { "alias": "maxHeight"; "required": false; }; }, {}, ["linkComponents", "itemComponents"], never, true, never>;
9
13
  }
@@ -1,2 +1,3 @@
1
1
  export { IDNavigationContentComponent } from './navigation-content.component';
2
2
  export { IDNavigationContentLinkComponent } from './navigation-content-link.component';
3
+ export { IDNavigationContentItemComponent } from './navigation-content-item.component';
@@ -11,7 +11,9 @@ export declare class IDSideMenuComponent {
11
11
  expandedChange: EventEmitter<boolean>;
12
12
  closed: EventEmitter<Event>;
13
13
  opened: EventEmitter<Event>;
14
+ private idService;
14
15
  menuChildren: import("@angular/core").Signal<readonly IDSideMenuComponent[]>;
16
+ contentId: string;
15
17
  private parent;
16
18
  constructor();
17
19
  get hostClasses(): string;
@@ -10,6 +10,8 @@ export declare class IDStepComponent {
10
10
  closed: EventEmitter<Event>;
11
11
  opened: EventEmitter<Event>;
12
12
  expandedChange: EventEmitter<boolean>;
13
+ private idService;
14
+ contentId: string;
13
15
  toggleExpansion(): void;
14
16
  hasClosed(): void;
15
17
  hasExpanded(): void;
@@ -22,10 +22,10 @@ class IDInputLabelLinker {
22
22
  this.renderer.setAttribute(input, 'id', id);
23
23
  this.renderer.setAttribute(label, 'for', id);
24
24
  }
25
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDInputLabelLinker, deps: [{ token: i0.RendererFactory2 }], target: i0.ɵɵFactoryTarget.Injectable });
26
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDInputLabelLinker, providedIn: 'root' });
25
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDInputLabelLinker, deps: [{ token: i0.RendererFactory2 }], target: i0.ɵɵFactoryTarget.Injectable });
26
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDInputLabelLinker, providedIn: 'root' });
27
27
  }
28
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDInputLabelLinker, decorators: [{
28
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDInputLabelLinker, decorators: [{
29
29
  type: Injectable,
30
30
  args: [{ providedIn: 'root' }]
31
31
  }], ctorParameters: () => [{ type: i0.RendererFactory2 }] });
@@ -51,10 +51,10 @@ class IDInputDescribedByLinker {
51
51
  this.renderer.removeAttribute(input, 'aria-describedby');
52
52
  }
53
53
  }
54
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDInputDescribedByLinker, deps: [{ token: i0.RendererFactory2 }], target: i0.ɵɵFactoryTarget.Injectable });
55
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDInputDescribedByLinker, providedIn: 'root' });
54
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDInputDescribedByLinker, deps: [{ token: i0.RendererFactory2 }], target: i0.ɵɵFactoryTarget.Injectable });
55
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDInputDescribedByLinker, providedIn: 'root' });
56
56
  }
57
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDInputDescribedByLinker, decorators: [{
57
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDInputDescribedByLinker, decorators: [{
58
58
  type: Injectable,
59
59
  args: [{ providedIn: 'root' }]
60
60
  }], ctorParameters: () => [{ type: i0.RendererFactory2 }] });
@@ -78,10 +78,10 @@ class IDInputInvalidLinker {
78
78
  this.renderer.removeAttribute(input, 'aria-invalid');
79
79
  }
80
80
  }
81
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDInputInvalidLinker, deps: [{ token: i0.RendererFactory2 }], target: i0.ɵɵFactoryTarget.Injectable });
82
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDInputInvalidLinker, providedIn: 'root' });
81
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDInputInvalidLinker, deps: [{ token: i0.RendererFactory2 }], target: i0.ɵɵFactoryTarget.Injectable });
82
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDInputInvalidLinker, providedIn: 'root' });
83
83
  }
84
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDInputInvalidLinker, decorators: [{
84
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDInputInvalidLinker, decorators: [{
85
85
  type: Injectable,
86
86
  args: [{ providedIn: 'root' }]
87
87
  }], ctorParameters: () => [{ type: i0.RendererFactory2 }] });
@@ -95,10 +95,10 @@ class IDUseIdService {
95
95
  IDUseIdService.componentCounters[componentName]++;
96
96
  return `ids-${componentName}-${IDUseIdService.componentCounters[componentName]}`;
97
97
  }
98
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDUseIdService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
99
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDUseIdService, providedIn: 'root' });
98
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDUseIdService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
99
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDUseIdService, providedIn: 'root' });
100
100
  }
101
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDUseIdService, decorators: [{
101
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDUseIdService, decorators: [{
102
102
  type: Injectable,
103
103
  args: [{ providedIn: 'root' }]
104
104
  }] });
@@ -107,10 +107,10 @@ class IDErrorMessageBase {
107
107
  show = false;
108
108
  idService = inject(IDUseIdService);
109
109
  id = this.idService.generateId('error-message');
110
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDErrorMessageBase, deps: [], target: i0.ɵɵFactoryTarget.Directive });
111
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: IDErrorMessageBase, isStandalone: true, inputs: { show: "show" }, host: { properties: { "class.ids-error-message--show": "this.show" } }, ngImport: i0 });
110
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDErrorMessageBase, deps: [], target: i0.ɵɵFactoryTarget.Directive });
111
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: IDErrorMessageBase, isStandalone: true, inputs: { show: "show" }, host: { properties: { "class.ids-error-message--show": "this.show" } }, ngImport: i0 });
112
112
  }
113
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDErrorMessageBase, decorators: [{
113
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDErrorMessageBase, decorators: [{
114
114
  type: Directive
115
115
  }], propDecorators: { show: [{
116
116
  type: HostBinding,
@@ -212,10 +212,10 @@ class IDFormBase {
212
212
  ngOnDestroy() {
213
213
  this.blurEvent?.();
214
214
  }
215
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFormBase, deps: [], target: i0.ɵɵFactoryTarget.Directive });
216
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: IDFormBase, isStandalone: true, inputs: { validateOn: "validateOn", invalid: "invalid", srof: "srof", light: "light" }, outputs: { invalidChange: "invalidChange" }, queries: [{ propertyName: "ngControl", first: true, predicate: NgControl, descendants: true, read: NgControl }, { propertyName: "errorMessage", first: true, predicate: IDErrorMessageBase, descendants: true }], ngImport: i0 });
215
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFormBase, deps: [], target: i0.ɵɵFactoryTarget.Directive });
216
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: IDFormBase, isStandalone: true, inputs: { validateOn: "validateOn", invalid: "invalid", srof: "srof", light: "light" }, outputs: { invalidChange: "invalidChange" }, queries: [{ propertyName: "ngControl", first: true, predicate: NgControl, descendants: true, read: NgControl }, { propertyName: "errorMessage", first: true, predicate: IDErrorMessageBase, descendants: true }], ngImport: i0 });
217
217
  }
218
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDFormBase, decorators: [{
218
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDFormBase, decorators: [{
219
219
  type: Directive
220
220
  }], propDecorators: { ngControl: [{
221
221
  type: ContentChild,
@@ -249,10 +249,10 @@ class IDClickOutsideDirective {
249
249
  this.idClickOutside.emit(event);
250
250
  }
251
251
  };
252
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
253
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.20", type: IDClickOutsideDirective, isStandalone: true, selector: "[idClickOutside]", outputs: { idClickOutside: "idClickOutside" }, ngImport: i0 });
252
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDClickOutsideDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
253
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.2.25", type: IDClickOutsideDirective, isStandalone: true, selector: "[idClickOutside]", outputs: { idClickOutside: "idClickOutside" }, ngImport: i0 });
254
254
  }
255
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDClickOutsideDirective, decorators: [{
255
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDClickOutsideDirective, decorators: [{
256
256
  type: Directive,
257
257
  args: [{
258
258
  selector: '[idClickOutside]',
@@ -268,10 +268,10 @@ class IDTooltipCategoryService {
268
268
  this.closeCategory.set(null);
269
269
  this.closeCategory.set(category);
270
270
  }
271
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDTooltipCategoryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
272
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDTooltipCategoryService, providedIn: 'root' });
271
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDTooltipCategoryService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
272
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDTooltipCategoryService, providedIn: 'root' });
273
273
  }
274
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDTooltipCategoryService, decorators: [{
274
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDTooltipCategoryService, decorators: [{
275
275
  type: Injectable,
276
276
  args: [{ providedIn: 'root' }]
277
277
  }] });
@@ -6,14 +6,14 @@ import { IDUseIdService } from '@inera/ids-angular/common';
6
6
 
7
7
  class IDAccordionHeaderComponent {
8
8
  template = viewChild.required(TemplateRef);
9
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDAccordionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.2.20", type: IDAccordionHeaderComponent, isStandalone: true, selector: "id-accordion-header", viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true, isSignal: true }], ngImport: i0, template: `
9
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDAccordionHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
10
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.2.25", type: IDAccordionHeaderComponent, isStandalone: true, selector: "id-accordion-header", viewQueries: [{ propertyName: "template", first: true, predicate: TemplateRef, descendants: true, isSignal: true }], ngImport: i0, template: `
11
11
  <ng-template>
12
12
  <ng-content></ng-content>
13
13
  </ng-template>
14
14
  `, isInline: true });
15
15
  }
16
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDAccordionHeaderComponent, decorators: [{
16
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDAccordionHeaderComponent, decorators: [{
17
17
  type: Component,
18
18
  args: [{
19
19
  selector: 'id-accordion-header',
@@ -80,10 +80,10 @@ class IDAccordionComponent {
80
80
  }
81
81
  this.expandedChange.emit(this.expanded);
82
82
  }
83
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDAccordionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
84
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.20", type: IDAccordionComponent, isStandalone: true, selector: "id-accordion", inputs: { subtitle: "subtitle", lean: ["lean", "lean", booleanAttribute], noBorder: ["noBorder", "noBorder", booleanAttribute], expanded: ["expanded", "expanded", booleanAttribute], level: "level", size: "size" }, outputs: { closed: "closed", opened: "opened", expandedChange: "expandedChange" }, host: { properties: { "class.ids-accordion--expanded": "expanded", "class.ids-accordion--no-border": "noBorder", "class.ids-accordion--lean": "lean", "class.ids-accordion--has-children": "hasChildren", "class.ids-accordion--is-child": "isChild" }, classAttribute: "ids-accordion" }, queries: [{ propertyName: "nestedAccordions", predicate: IDAccordionComponent, isSignal: true }, { propertyName: "header", first: true, predicate: IDAccordionHeaderComponent, descendants: true, isSignal: true }], ngImport: i0, template: "<button\n [class]=\"'ids-accordion__button ids-accordion__button--' + size\"\n (click)=\"toggleExpansion($event)\"\n [attr.aria-expanded]=\"expanded\"\n [attr.aria-controls]=\"contentId\"\n>\n <div\n [class]=\"\n 'ids-accordion__headline ids-accordion__headline-' +\n level +\n ' ids-accordion__headline--' +\n size +\n (expanded ? ' ids-accordion__headline--expanded' : '')\n \"\n >\n <ng-container [ngTemplateOutlet]=\"header()!.template()\"></ng-container>\n @if (!!subtitle) {\n <div class=\"ids-accordion__subtitle\">{{ subtitle }}</div>\n }\n </div>\n</button>\n\n<div\n [id]=\"contentId\"\n class=\"ids-accordion__content\"\n [hidden]=\"!expanded\"\n>\n <ng-content select=\":not(id-accordion-header)\"></ng-content>\n</div>\n", dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
83
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDAccordionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
84
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.25", type: IDAccordionComponent, isStandalone: true, selector: "id-accordion", inputs: { subtitle: "subtitle", lean: ["lean", "lean", booleanAttribute], noBorder: ["noBorder", "noBorder", booleanAttribute], expanded: ["expanded", "expanded", booleanAttribute], level: "level", size: "size" }, outputs: { closed: "closed", opened: "opened", expandedChange: "expandedChange" }, host: { properties: { "class.ids-accordion--expanded": "expanded", "class.ids-accordion--no-border": "noBorder", "class.ids-accordion--lean": "lean", "class.ids-accordion--has-children": "hasChildren", "class.ids-accordion--is-child": "isChild" }, classAttribute: "ids-accordion" }, queries: [{ propertyName: "nestedAccordions", predicate: IDAccordionComponent, isSignal: true }, { propertyName: "header", first: true, predicate: IDAccordionHeaderComponent, descendants: true, isSignal: true }], ngImport: i0, template: "<button\n [class]=\"'ids-accordion__button ids-accordion__button--' + size\"\n (click)=\"toggleExpansion($event)\"\n [attr.aria-expanded]=\"expanded\"\n [attr.aria-controls]=\"contentId\"\n>\n <div\n [class]=\"\n 'ids-accordion__headline ids-accordion__headline-' +\n level +\n ' ids-accordion__headline--' +\n size +\n (expanded ? ' ids-accordion__headline--expanded' : '')\n \"\n >\n <ng-container [ngTemplateOutlet]=\"header()!.template()\"></ng-container>\n @if (!!subtitle) {\n <div class=\"ids-accordion__subtitle\">{{ subtitle }}</div>\n }\n </div>\n</button>\n\n<div\n [id]=\"contentId\"\n class=\"ids-accordion__content\"\n [hidden]=\"!expanded\"\n>\n <ng-content select=\":not(id-accordion-header)\"></ng-content>\n</div>\n", dependencies: [{ kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
85
85
  }
86
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImport: i0, type: IDAccordionComponent, decorators: [{
86
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.25", ngImport: i0, type: IDAccordionComponent, decorators: [{
87
87
  type: Component,
88
88
  args: [{ selector: 'id-accordion', host: {
89
89
  class: 'ids-accordion',